From fca311240399fce1fd5bb60af687f84ea1dbf8e1 Mon Sep 17 00:00:00 2001 From: rusefillc Date: Sat, 14 Dec 2024 10:28:57 -0500 Subject: [PATCH] removing SENT --- .github/workflows/build-firmware.yaml | 4 - SENT-box/SENT-recordings/SENT-ETB.csv | 30525 ------------- SENT-box/SENT-recordings/SENT-ETB.logicdata | Bin 220146 -> 0 bytes .../SENT-recordings/SENT-fuel-pressure.csv | 38104 ---------------- .../SENT-fuel-pressure.logicdata | Bin 199945 -> 0 bytes SENT-box/SENT-recordings/ford-sent-closed.csv | 23169 ---------- .../ford-sent-closed.logicdata | Bin 127829 -> 0 bytes SENT-box/SENT-recordings/ford-sent-idle.csv | 18542 -------- .../SENT-recordings/ford-sent-idle.logicdata | Bin 104628 -> 0 bytes SENT-box/firmware/Makefile | 210 - SENT-box/firmware/STM32F103xB_sent.ld | 86 - SENT-box/firmware/can.cpp | 83 - SENT-box/firmware/can.h | 3 - SENT-box/firmware/chconf.h | 756 - SENT-box/firmware/clean_build.bat | 7 - SENT-box/firmware/common_make.sh | 74 - SENT-box/firmware/compile.bat | 1 - SENT-box/firmware/compile.sh | 4 - SENT-box/firmware/compile_with_openblt.bat | 1 - SENT-box/firmware/compile_with_openblt.sh | 4 - SENT-box/firmware/flash.bat | 1 - SENT-box/firmware/flash_openblt.bat | 1 - SENT-box/firmware/flash_with_openblt.bat | 1 - SENT-box/firmware/halconf.h | 531 - SENT-box/firmware/io/io_pins.h | 34 - SENT-box/firmware/main.cpp | 77 - SENT-box/firmware/mcuconf.h | 214 - SENT-box/firmware/openblt/Makefile | 189 - .../firmware/openblt/STM32F103RB_FLASH.ld | 168 - SENT-box/firmware/openblt/blt_conf.h | 166 - SENT-box/firmware/openblt/flash_layout.c | 31 - SENT-box/firmware/openblt/hooks.c | 280 - SENT-box/firmware/openblt/led.c | 85 - SENT-box/firmware/openblt/led.h | 13 - .../firmware/openblt/lib/stm32f1xx_hal_conf.h | 335 - .../firmware/openblt/lib/system_stm32f1xx.c | 430 - SENT-box/firmware/openblt/main.c | 232 - .../firmware/openblt/startup_stm32f103xb.s | 379 - SENT-box/firmware/readme.md | 7 - SENT-box/firmware/sent.cpp | 495 - SENT-box/firmware/sent.h | 97 - SENT-box/firmware/sent_conf.h | 11 - SENT-box/firmware/sent_gm_fuel_sensor.cpp | 2 - SENT-box/firmware/sent_hw_icu.cpp | 125 - SENT-box/firmware/sent_hw_icu.h | 26 - SENT-box/firmware/sent_hw_pal.cpp | 58 - SENT-box/firmware/sent_hw_pal.h | 130 - SENT-box/firmware/sent_sirlabs.cpp | 249 - SENT-box/firmware/uart.cpp | 141 - SENT-box/firmware/uart.h | 3 - SENT-box/firmware/update_can.bat | 1 - SENT-box/firmware/update_can.sh | 5 - SENT-box/unit_tests/Makefile | 19 - SENT-box/unit_tests/logicdata_csv_reader.cpp | 90 - SENT-box/unit_tests/logicdata_csv_reader.h | 33 - SENT-box/unit_tests/main.cpp | 33 - SENT-box/unit_tests/rules.mk | 169 - SENT-box/unit_tests/unit_test_rules.mk | 231 - 58 files changed, 116665 deletions(-) delete mode 100644 SENT-box/SENT-recordings/SENT-ETB.csv delete mode 100644 SENT-box/SENT-recordings/SENT-ETB.logicdata delete mode 100644 SENT-box/SENT-recordings/SENT-fuel-pressure.csv delete mode 100644 SENT-box/SENT-recordings/SENT-fuel-pressure.logicdata delete mode 100644 SENT-box/SENT-recordings/ford-sent-closed.csv delete mode 100644 SENT-box/SENT-recordings/ford-sent-closed.logicdata delete mode 100644 SENT-box/SENT-recordings/ford-sent-idle.csv delete mode 100644 SENT-box/SENT-recordings/ford-sent-idle.logicdata delete mode 100644 SENT-box/firmware/Makefile delete mode 100644 SENT-box/firmware/STM32F103xB_sent.ld delete mode 100644 SENT-box/firmware/can.cpp delete mode 100644 SENT-box/firmware/can.h delete mode 100644 SENT-box/firmware/chconf.h delete mode 100644 SENT-box/firmware/clean_build.bat delete mode 100755 SENT-box/firmware/common_make.sh delete mode 100644 SENT-box/firmware/compile.bat delete mode 100755 SENT-box/firmware/compile.sh delete mode 100644 SENT-box/firmware/compile_with_openblt.bat delete mode 100755 SENT-box/firmware/compile_with_openblt.sh delete mode 100644 SENT-box/firmware/flash.bat delete mode 100644 SENT-box/firmware/flash_openblt.bat delete mode 100644 SENT-box/firmware/flash_with_openblt.bat delete mode 100644 SENT-box/firmware/halconf.h delete mode 100644 SENT-box/firmware/io/io_pins.h delete mode 100644 SENT-box/firmware/main.cpp delete mode 100644 SENT-box/firmware/mcuconf.h delete mode 100644 SENT-box/firmware/openblt/Makefile delete mode 100644 SENT-box/firmware/openblt/STM32F103RB_FLASH.ld delete mode 100644 SENT-box/firmware/openblt/blt_conf.h delete mode 100644 SENT-box/firmware/openblt/flash_layout.c delete mode 100644 SENT-box/firmware/openblt/hooks.c delete mode 100644 SENT-box/firmware/openblt/led.c delete mode 100644 SENT-box/firmware/openblt/led.h delete mode 100644 SENT-box/firmware/openblt/lib/stm32f1xx_hal_conf.h delete mode 100644 SENT-box/firmware/openblt/lib/system_stm32f1xx.c delete mode 100644 SENT-box/firmware/openblt/main.c delete mode 100644 SENT-box/firmware/openblt/startup_stm32f103xb.s delete mode 100644 SENT-box/firmware/readme.md delete mode 100644 SENT-box/firmware/sent.cpp delete mode 100644 SENT-box/firmware/sent.h delete mode 100644 SENT-box/firmware/sent_conf.h delete mode 100644 SENT-box/firmware/sent_gm_fuel_sensor.cpp delete mode 100644 SENT-box/firmware/sent_hw_icu.cpp delete mode 100644 SENT-box/firmware/sent_hw_icu.h delete mode 100644 SENT-box/firmware/sent_hw_pal.cpp delete mode 100644 SENT-box/firmware/sent_hw_pal.h delete mode 100644 SENT-box/firmware/sent_sirlabs.cpp delete mode 100644 SENT-box/firmware/uart.cpp delete mode 100644 SENT-box/firmware/uart.h delete mode 100644 SENT-box/firmware/update_can.bat delete mode 100755 SENT-box/firmware/update_can.sh delete mode 100644 SENT-box/unit_tests/Makefile delete mode 100644 SENT-box/unit_tests/logicdata_csv_reader.cpp delete mode 100644 SENT-box/unit_tests/logicdata_csv_reader.h delete mode 100644 SENT-box/unit_tests/main.cpp delete mode 100644 SENT-box/unit_tests/rules.mk delete mode 100644 SENT-box/unit_tests/unit_test_rules.mk diff --git a/.github/workflows/build-firmware.yaml b/.github/workflows/build-firmware.yaml index 0a0d182b..4051478e 100644 --- a/.github/workflows/build-firmware.yaml +++ b/.github/workflows/build-firmware.yaml @@ -37,7 +37,3 @@ jobs: - name: Build Digital Inputs Firmware working-directory: ./digital-inputs/firmware run: make - - - name: Build SENT Firmware - working-directory: ./SENT-box/firmware - run: make diff --git a/SENT-box/SENT-recordings/SENT-ETB.csv b/SENT-box/SENT-recordings/SENT-ETB.csv deleted file mode 100644 index 9f732571..00000000 --- a/SENT-box/SENT-recordings/SENT-ETB.csv +++ /dev/null @@ -1,30525 +0,0 @@ -Time[s], Channel 0 -0.000000000000000, 0 -0.000013625000000, 1 -0.000036375000000, 0 -0.000195187500000, 1 -0.000217875000000, 0 -0.000234062500000, 1 -0.000256812500000, 0 -0.000305375000000, 1 -0.000328125000000, 0 -0.000389625000000, 1 -0.000412375000000, 0 -0.000457687500000, 1 -0.000480437500000, 0 -0.000516000000000, 1 -0.000538750000000, 0 -0.000558187500000, 1 -0.000580937500000, 0 -0.000613312500000, 1 -0.000636000000000, 0 -0.000681312500000, 1 -0.000704062500000, 0 -0.000862875000000, 1 -0.000885562500000, 0 -0.000901750000000, 1 -0.000924500000000, 0 -0.000973187500000, 1 -0.000995750000000, 0 -0.001057375000000, 1 -0.001080062500000, 0 -0.001125375000000, 1 -0.001148187500000, 0 -0.001183687500000, 1 -0.001206500000000, 0 -0.001225875000000, 1 -0.001248625000000, 0 -0.001281000000000, 1 -0.001281062500000, 0 -0.001281125000000, 1 -0.001303687500000, 0 -0.001349062500000, 1 -0.001371750000000, 0 -0.001530625000000, 1 -0.001553250000000, 0 -0.001569500000000, 1 -0.001592250000000, 0 -0.001640812500000, 1 -0.001663500000000, 0 -0.001725125000000, 1 -0.001747750000000, 0 -0.001793187500000, 1 -0.001815875000000, 0 -0.001851500000000, 1 -0.001874250000000, 0 -0.001893625000000, 1 -0.001916375000000, 0 -0.001948750000000, 1 -0.001971500000000, 0 -0.002016750000000, 1 -0.002039562500000, 0 -0.002198375000000, 1 -0.002221000000000, 0 -0.002237187500000, 1 -0.002259937500000, 0 -0.002308562500000, 1 -0.002331250000000, 0 -0.002392750000000, 1 -0.002415562500000, 0 -0.002460875000000, 1 -0.002483562500000, 0 -0.002519312500000, 1 -0.002542000000000, 0 -0.002561375000000, 1 -0.002584125000000, 0 -0.002616437500000, 1 -0.002639125000000, 0 -0.002684500000000, 1 -0.002707250000000, 0 -0.002866062500000, 1 -0.002888750000000, 0 -0.002904937500000, 1 -0.002927625000000, 0 -0.002976250000000, 1 -0.002976312500000, 0 -0.002976375000000, 1 -0.002998937500000, 0 -0.003060500000000, 1 -0.003083250000000, 0 -0.003128562500000, 1 -0.003151250000000, 0 -0.003186812500000, 1 -0.003209625000000, 0 -0.003229000000000, 1 -0.003251750000000, 0 -0.003284125000000, 1 -0.003306812500000, 0 -0.003352187500000, 1 -0.003374937500000, 0 -0.003533687500000, 1 -0.003533750000000, 0 -0.003533875000000, 1 -0.003556437500000, 0 -0.003572562500000, 1 -0.003595312500000, 0 -0.003643875000000, 1 -0.003666625000000, 0 -0.003728187500000, 1 -0.003750812500000, 0 -0.003796375000000, 1 -0.003818937500000, 0 -0.003854500000000, 1 -0.003877312500000, 0 -0.003896750000000, 1 -0.003919437500000, 0 -0.003951812500000, 1 -0.003951875000000, 0 -0.003952000000000, 1 -0.003974500000000, 0 -0.004019875000000, 1 -0.004019937500000, 0 -0.004020000000000, 1 -0.004042625000000, 0 -0.004201437500000, 1 -0.004224062500000, 0 -0.004240312500000, 1 -0.004263000000000, 0 -0.004311750000000, 1 -0.004334250000000, 0 -0.004395875000000, 1 -0.004418562500000, 0 -0.004460750000000, 1 -0.004483375000000, 0 -0.004522375000000, 1 -0.004545000000000, 0 -0.004564500000000, 1 -0.004587125000000, 0 -0.004619500000000, 1 -0.004619562500000, 0 -0.004619687500000, 1 -0.004642250000000, 0 -0.004697312500000, 1 -0.004720000000000, 0 -0.004878812500000, 1 -0.004901500000000, 0 -0.004917750000000, 1 -0.004940437500000, 0 -0.004989062500000, 1 -0.005011750000000, 0 -0.005073250000000, 1 -0.005096062500000, 0 -0.005141375000000, 1 -0.005164125000000, 0 -0.005199812500000, 1 -0.005222437500000, 0 -0.005241812500000, 1 -0.005264562500000, 0 -0.005296937500000, 1 -0.005319625000000, 0 -0.005365000000000, 1 -0.005365062500000, 0 -0.005365125000000, 1 -0.005387750000000, 0 -0.005546562500000, 1 -0.005569250000000, 0 -0.005585500000000, 1 -0.005608187500000, 0 -0.005656750000000, 1 -0.005656812500000, 0 -0.005656875000000, 1 -0.005679437500000, 0 -0.005741062500000, 1 -0.005763750000000, 0 -0.005805812500000, 1 -0.005828562500000, 0 -0.005867437500000, 1 -0.005890125000000, 0 -0.005909625000000, 1 -0.005932312500000, 0 -0.005964687500000, 1 -0.005987437500000, 0 -0.006042437500000, 1 -0.006042562500000, 0 -0.006042687500000, 1 -0.006065187500000, 0 -0.006224000000000, 1 -0.006246687500000, 0 -0.006262875000000, 1 -0.006285625000000, 0 -0.006334187500000, 1 -0.006356875000000, 0 -0.006418437500000, 1 -0.006441187500000, 0 -0.006483375000000, 1 -0.006506000000000, 0 -0.006544875000000, 1 -0.006567625000000, 0 -0.006587000000000, 1 -0.006609750000000, 0 -0.006642187500000, 1 -0.006664812500000, 0 -0.006720000000000, 1 -0.006742625000000, 0 -0.006901437500000, 1 -0.006924125000000, 0 -0.006940250000000, 1 -0.006963000000000, 0 -0.007011625000000, 1 -0.007034375000000, 0 -0.007095937500000, 1 -0.007096000000000, 0 -0.007096125000000, 1 -0.007118625000000, 0 -0.007160687500000, 1 -0.007183500000000, 0 -0.007222375000000, 1 -0.007245062500000, 0 -0.007264500000000, 1 -0.007287187500000, 0 -0.007319562500000, 1 -0.007342312500000, 0 -0.007397500000000, 1 -0.007420125000000, 0 -0.007578937500000, 1 -0.007579000000000, 0 -0.007579062500000, 1 -0.007601687500000, 0 -0.007617812500000, 1 -0.007640500000000, 0 -0.007689125000000, 1 -0.007711812500000, 0 -0.007773375000000, 1 -0.007796125000000, 0 -0.007841500000000, 1 -0.007864187500000, 0 -0.007899750000000, 1 -0.007922562500000, 0 -0.007941937500000, 1 -0.007964687500000, 0 -0.007997062500000, 1 -0.008019750000000, 0 -0.008065062500000, 1 -0.008087812500000, 0 -0.008246687500000, 1 -0.008269375000000, 0 -0.008285562500000, 1 -0.008285687500000, 0 -0.008285750000000, 1 -0.008308312500000, 0 -0.008357000000000, 1 -0.008379562500000, 0 -0.008441125000000, 1 -0.008441187500000, 0 -0.008441250000000, 1 -0.008463875000000, 0 -0.008509187500000, 1 -0.008531937500000, 0 -0.008567437500000, 1 -0.008590250000000, 0 -0.008609687500000, 1 -0.008632375000000, 0 -0.008664937500000, 1 -0.008687437500000, 0 -0.008732812500000, 1 -0.008755500000000, 0 -0.008914437500000, 1 -0.008937000000000, 0 -0.008953312500000, 1 -0.008975875000000, 0 -0.009024500000000, 1 -0.009047187500000, 0 -0.009108812500000, 1 -0.009131500000000, 0 -0.009176875000000, 1 -0.009199625000000, 0 -0.009235187500000, 1 -0.009257937500000, 0 -0.009277375000000, 1 -0.009300062500000, 0 -0.009332437500000, 1 -0.009355125000000, 0 -0.009400500000000, 1 -0.009423250000000, 0 -0.009582000000000, 1 -0.009604687500000, 0 -0.009620875000000, 1 -0.009643562500000, 0 -0.009692187500000, 1 -0.009714937500000, 0 -0.009776500000000, 1 -0.009799187500000, 0 -0.009841312500000, 1 -0.009864000000000, 0 -0.009902937500000, 1 -0.009925625000000, 0 -0.009945125000000, 1 -0.009967750000000, 0 -0.010000312500000, 1 -0.010022875000000, 0 -0.010077937500000, 1 -0.010078000000000, 0 -0.010078062500000, 1 -0.010100687500000, 0 -0.010259437500000, 1 -0.010282125000000, 0 -0.010298312500000, 1 -0.010321062500000, 0 -0.010369750000000, 1 -0.010392375000000, 0 -0.010453937500000, 1 -0.010476687500000, 0 -0.010522000000000, 1 -0.010544750000000, 0 -0.010580312500000, 1 -0.010603062500000, 0 -0.010622562500000, 1 -0.010645187500000, 0 -0.010677625000000, 1 -0.010700250000000, 0 -0.010745625000000, 1 -0.010768375000000, 0 -0.010927312500000, 1 -0.010949875000000, 0 -0.010966125000000, 1 -0.010988750000000, 0 -0.011037375000000, 1 -0.011060062500000, 0 -0.011121750000000, 1 -0.011144375000000, 0 -0.011186500000000, 1 -0.011209187500000, 0 -0.011248062500000, 1 -0.011270812500000, 0 -0.011290250000000, 1 -0.011312937500000, 0 -0.011345375000000, 1 -0.011368000000000, 0 -0.011423187500000, 1 -0.011445875000000, 0 -0.011604625000000, 1 -0.011627312500000, 0 -0.011643500000000, 1 -0.011666250000000, 0 -0.011714937500000, 1 -0.011737562500000, 0 -0.011799125000000, 1 -0.011821875000000, 0 -0.011867125000000, 1 -0.011889937500000, 0 -0.011925500000000, 1 -0.011925562500000, 0 -0.011925687500000, 1 -0.011948250000000, 0 -0.011967687500000, 1 -0.011990375000000, 0 -0.012022750000000, 1 -0.012045500000000, 0 -0.012090812500000, 1 -0.012113562500000, 0 -0.012272375000000, 1 -0.012295062500000, 0 -0.012311187500000, 1 -0.012333937500000, 0 -0.012382687500000, 1 -0.012405250000000, 0 -0.012466750000000, 1 -0.012489500000000, 0 -0.012534875000000, 1 -0.012557562500000, 0 -0.012593125000000, 1 -0.012615875000000, 0 -0.012635312500000, 1 -0.012658000000000, 0 -0.012690437500000, 1 -0.012713125000000, 0 -0.012758437500000, 1 -0.012781125000000, 0 -0.012940000000000, 1 -0.012962687500000, 0 -0.012978875000000, 1 -0.013001562500000, 0 -0.013050187500000, 1 -0.013072875000000, 0 -0.013134500000000, 1 -0.013157125000000, 0 -0.013202500000000, 1 -0.013202562500000, 0 -0.013202625000000, 1 -0.013225250000000, 0 -0.013260812500000, 1 -0.013283562500000, 0 -0.013303062500000, 1 -0.013325687500000, 0 -0.013358125000000, 1 -0.013380812500000, 0 -0.013426250000000, 1 -0.013448875000000, 0 -0.013607750000000, 1 -0.013607812500000, 0 -0.013607875000000, 1 -0.013630375000000, 0 -0.013646562500000, 1 -0.013669312500000, 0 -0.013717937500000, 1 -0.013740562500000, 0 -0.013802187500000, 1 -0.013824937500000, 0 -0.013867000000000, 1 -0.013889750000000, 0 -0.013928625000000, 1 -0.013951312500000, 0 -0.013970750000000, 1 -0.013993437500000, 0 -0.014025812500000, 1 -0.014048500000000, 0 -0.014103687500000, 1 -0.014126312500000, 0 -0.014285187500000, 1 -0.014307875000000, 0 -0.014324000000000, 1 -0.014346750000000, 0 -0.014395375000000, 1 -0.014395437500000, 0 -0.014395500000000, 1 -0.014418062500000, 0 -0.014479625000000, 1 -0.014479687500000, 0 -0.014479750000000, 1 -0.014502375000000, 0 -0.014547687500000, 1 -0.014570437500000, 0 -0.014606000000000, 1 -0.014628812500000, 0 -0.014648250000000, 1 -0.014670937500000, 0 -0.014703437500000, 1 -0.014726000000000, 0 -0.014771312500000, 1 -0.014794062500000, 0 -0.014952937500000, 1 -0.014975562500000, 0 -0.014991750000000, 1 -0.014991812500000, 0 -0.014991937500000, 1 -0.015014437500000, 0 -0.015063125000000, 1 -0.015085812500000, 0 -0.015147312500000, 1 -0.015147375000000, 0 -0.015147437500000, 1 -0.015170062500000, 0 -0.015215375000000, 1 -0.015238125000000, 0 -0.015273687500000, 1 -0.015296437500000, 0 -0.015315937500000, 1 -0.015338625000000, 0 -0.015371000000000, 1 -0.015393687500000, 0 -0.015439062500000, 1 -0.015461750000000, 0 -0.015620562500000, 1 -0.015643312500000, 0 -0.015659500000000, 1 -0.015682187500000, 0 -0.015730812500000, 1 -0.015753500000000, 0 -0.015815062500000, 1 -0.015837750000000, 0 -0.015879937500000, 1 -0.015902625000000, 0 -0.015941500000000, 1 -0.015941562500000, 0 -0.015941625000000, 1 -0.015964187500000, 0 -0.015983625000000, 1 -0.016006312500000, 0 -0.016038687500000, 1 -0.016038750000000, 0 -0.016038875000000, 1 -0.016061437500000, 0 -0.016116625000000, 1 -0.016139250000000, 0 -0.016298000000000, 1 -0.016320750000000, 0 -0.016337062500000, 1 -0.016359625000000, 0 -0.016408375000000, 1 -0.016430937500000, 0 -0.016492500000000, 1 -0.016515187500000, 0 -0.016560562500000, 1 -0.016560687500000, 0 -0.016560750000000, 1 -0.016583250000000, 0 -0.016618875000000, 1 -0.016641625000000, 0 -0.016661062500000, 1 -0.016683750000000, 0 -0.016716125000000, 1 -0.016738812500000, 0 -0.016784187500000, 1 -0.016784250000000, 0 -0.016784375000000, 1 -0.016806937500000, 0 -0.016965812500000, 1 -0.016988437500000, 0 -0.017004562500000, 1 -0.017027312500000, 0 -0.017075937500000, 1 -0.017098562500000, 0 -0.017160312500000, 1 -0.017182875000000, 0 -0.017228187500000, 1 -0.017251000000000, 0 -0.017286625000000, 1 -0.017309312500000, 0 -0.017328750000000, 1 -0.017351437500000, 0 -0.017383875000000, 1 -0.017406562500000, 0 -0.017451875000000, 1 -0.017474625000000, 0 -0.017633437500000, 1 -0.017656125000000, 0 -0.017672375000000, 1 -0.017695000000000, 0 -0.017743625000000, 1 -0.017766312500000, 0 -0.017827937500000, 1 -0.017850562500000, 0 -0.017892687500000, 1 -0.017915375000000, 0 -0.017954250000000, 1 -0.017977062500000, 0 -0.017996437500000, 1 -0.018019125000000, 0 -0.018051625000000, 1 -0.018074250000000, 0 -0.018129312500000, 1 -0.018129375000000, 0 -0.018129437500000, 1 -0.018152062500000, 0 -0.018310812500000, 1 -0.018333500000000, 0 -0.018349625000000, 1 -0.018372375000000, 0 -0.018421062500000, 1 -0.018443750000000, 0 -0.018505375000000, 1 -0.018528000000000, 0 -0.018573312500000, 1 -0.018596062500000, 0 -0.018631687500000, 1 -0.018654437500000, 0 -0.018673875000000, 1 -0.018696562500000, 0 -0.018729000000000, 1 -0.018751687500000, 0 -0.018797062500000, 1 -0.018819750000000, 0 -0.018978562500000, 1 -0.019001187500000, 0 -0.019017437500000, 1 -0.019017562500000, 0 -0.019017625000000, 1 -0.019040125000000, 0 -0.019088750000000, 1 -0.019111437500000, 0 -0.019173000000000, 1 -0.019195687500000, 0 -0.019237750000000, 1 -0.019260500000000, 0 -0.019299312500000, 1 -0.019322062500000, 0 -0.019341500000000, 1 -0.019341562500000, 0 -0.019341625000000, 1 -0.019364250000000, 0 -0.019396625000000, 1 -0.019419250000000, 0 -0.019474375000000, 1 -0.019497062500000, 0 -0.019655937500000, 1 -0.019678562500000, 0 -0.019694750000000, 1 -0.019717500000000, 0 -0.019766062500000, 1 -0.019788812500000, 0 -0.019850375000000, 1 -0.019873062500000, 0 -0.019918437500000, 1 -0.019941125000000, 0 -0.019976687500000, 1 -0.019999500000000, 0 -0.020018875000000, 1 -0.020041562500000, 0 -0.020074000000000, 1 -0.020096687500000, 0 -0.020142000000000, 1 -0.020142125000000, 0 -0.020142187500000, 1 -0.020164750000000, 0 -0.020323562500000, 1 -0.020346250000000, 0 -0.020362375000000, 1 -0.020362562500000, 0 -0.020362625000000, 1 -0.020385125000000, 0 -0.020433750000000, 1 -0.020456437500000, 0 -0.020518000000000, 1 -0.020518062500000, 0 -0.020518125000000, 1 -0.020540687500000, 0 -0.020582750000000, 1 -0.020605500000000, 0 -0.020644375000000, 1 -0.020667062500000, 0 -0.020686562500000, 1 -0.020709250000000, 0 -0.020741625000000, 1 -0.020741687500000, 0 -0.020741750000000, 1 -0.020764312500000, 0 -0.020819375000000, 1 -0.020842062500000, 0 -0.021000937500000, 1 -0.021023562500000, 0 -0.021039750000000, 1 -0.021062500000000, 0 -0.021111125000000, 1 -0.021133812500000, 0 -0.021195375000000, 1 -0.021195437500000, 0 -0.021195500000000, 1 -0.021218062500000, 0 -0.021263500000000, 1 -0.021286125000000, 0 -0.021321687500000, 1 -0.021321750000000, 0 -0.021321875000000, 1 -0.021344500000000, 0 -0.021363937500000, 1 -0.021364000000000, 0 -0.021364062500000, 1 -0.021386625000000, 0 -0.021419000000000, 1 -0.021441750000000, 0 -0.021487062500000, 1 -0.021487125000000, 0 -0.021487250000000, 1 -0.021509812500000, 0 -0.021668562500000, 1 -0.021691250000000, 0 -0.021707375000000, 1 -0.021730187500000, 0 -0.021778687500000, 1 -0.021801437500000, 0 -0.021863000000000, 1 -0.021885687500000, 0 -0.021931125000000, 1 -0.021953812500000, 0 -0.021989375000000, 1 -0.022012125000000, 0 -0.022031500000000, 1 -0.022031562500000, 0 -0.022031625000000, 1 -0.022054250000000, 0 -0.022086625000000, 1 -0.022109375000000, 0 -0.022154750000000, 1 -0.022177437500000, 0 -0.022336250000000, 1 -0.022336312500000, 0 -0.022336375000000, 1 -0.022358937500000, 0 -0.022375125000000, 1 -0.022397875000000, 0 -0.022446437500000, 1 -0.022469187500000, 0 -0.022530687500000, 1 -0.022553437500000, 0 -0.022595500000000, 1 -0.022618187500000, 0 -0.022657062500000, 1 -0.022679812500000, 0 -0.022699250000000, 1 -0.022722000000000, 0 -0.022754375000000, 1 -0.022777000000000, 0 -0.022832125000000, 1 -0.022832187500000, 0 -0.022832312500000, 1 -0.022854875000000, 0 -0.023013625000000, 1 -0.023013687500000, 0 -0.023013812500000, 1 -0.023036375000000, 0 -0.023052625000000, 1 -0.023075250000000, 0 -0.023123812500000, 1 -0.023146562500000, 0 -0.023208187500000, 1 -0.023230750000000, 0 -0.023276125000000, 1 -0.023298875000000, 0 -0.023334375000000, 1 -0.023357250000000, 0 -0.023376625000000, 1 -0.023399375000000, 0 -0.023431750000000, 1 -0.023454375000000, 0 -0.023499875000000, 1 -0.023522500000000, 0 -0.023681250000000, 1 -0.023703937500000, 0 -0.023720125000000, 1 -0.023720187500000, 0 -0.023720312500000, 1 -0.023742875000000, 0 -0.023791500000000, 1 -0.023791562500000, 0 -0.023791625000000, 1 -0.023814187500000, 0 -0.023875750000000, 1 -0.023875812500000, 0 -0.023875875000000, 1 -0.023898500000000, 0 -0.023943750000000, 1 -0.023966500000000, 0 -0.024002062500000, 1 -0.024024875000000, 0 -0.024044250000000, 1 -0.024067000000000, 0 -0.024099375000000, 1 -0.024122125000000, 0 -0.024167500000000, 1 -0.024190125000000, 0 -0.024349000000000, 1 -0.024371687500000, 0 -0.024387875000000, 1 -0.024410562500000, 0 -0.024459187500000, 1 -0.024481812500000, 0 -0.024543437500000, 1 -0.024566125000000, 0 -0.024611437500000, 1 -0.024634187500000, 0 -0.024669750000000, 1 -0.024692500000000, 0 -0.024712000000000, 1 -0.024734625000000, 0 -0.024767000000000, 1 -0.024789750000000, 0 -0.024835125000000, 1 -0.024857875000000, 0 -0.025016687500000, 1 -0.025039375000000, 0 -0.025055562500000, 1 -0.025078187500000, 0 -0.025126812500000, 1 -0.025149500000000, 0 -0.025211062500000, 1 -0.025233812500000, 0 -0.025279062500000, 1 -0.025301812500000, 0 -0.025337375000000, 1 -0.025360187500000, 0 -0.025379562500000, 1 -0.025379625000000, 0 -0.025379687500000, 1 -0.025402312500000, 0 -0.025434687500000, 1 -0.025457375000000, 0 -0.025502750000000, 1 -0.025525437500000, 0 -0.025684375000000, 1 -0.025706937500000, 0 -0.025723187500000, 1 -0.025745875000000, 0 -0.025794500000000, 1 -0.025817125000000, 0 -0.025878750000000, 1 -0.025901437500000, 0 -0.025950125000000, 1 -0.025972750000000, 0 -0.026005125000000, 1 -0.026005187500000, 0 -0.026005312500000, 1 -0.026027812500000, 0 -0.026047250000000, 1 -0.026069937500000, 0 -0.026102375000000, 1 -0.026125125000000, 0 -0.026160687500000, 1 -0.026183437500000, 0 -0.026342250000000, 1 -0.026364937500000, 0 -0.026381125000000, 1 -0.026381187500000, 0 -0.026381250000000, 1 -0.026403812500000, 0 -0.026452500000000, 1 -0.026475125000000, 0 -0.026536750000000, 1 -0.026559375000000, 0 -0.026601500000000, 1 -0.026624250000000, 0 -0.026663062500000, 1 -0.026685875000000, 0 -0.026705250000000, 1 -0.026728000000000, 0 -0.026760375000000, 1 -0.026783062500000, 0 -0.026838125000000, 1 -0.026860875000000, 0 -0.027019687500000, 1 -0.027042375000000, 0 -0.027058562500000, 1 -0.027081250000000, 0 -0.027129875000000, 1 -0.027129937500000, 0 -0.027130062500000, 1 -0.027152562500000, 0 -0.027214125000000, 1 -0.027236812500000, 0 -0.027282250000000, 1 -0.027304875000000, 0 -0.027340500000000, 1 -0.027363250000000, 0 -0.027382812500000, 1 -0.027405312500000, 0 -0.027437812500000, 1 -0.027460500000000, 0 -0.027505812500000, 1 -0.027528562500000, 0 -0.027687312500000, 1 -0.027710000000000, 0 -0.027726187500000, 1 -0.027748937500000, 0 -0.027797500000000, 1 -0.027820250000000, 0 -0.027881750000000, 1 -0.027881812500000, 0 -0.027881937500000, 1 -0.027904500000000, 0 -0.027949875000000, 1 -0.027972562500000, 0 -0.028008125000000, 1 -0.028030937500000, 0 -0.028050312500000, 1 -0.028073062500000, 0 -0.028105437500000, 1 -0.028128125000000, 0 -0.028173500000000, 1 -0.028196250000000, 0 -0.028355187500000, 1 -0.028377750000000, 0 -0.028393875000000, 1 -0.028416625000000, 0 -0.028465250000000, 1 -0.028487937500000, 0 -0.028549500000000, 1 -0.028572250000000, 0 -0.028617500000000, 1 -0.028640250000000, 0 -0.028675875000000, 1 -0.028675937500000, 0 -0.028676000000000, 1 -0.028698625000000, 0 -0.028718000000000, 1 -0.028718062500000, 0 -0.028718125000000, 1 -0.028740812500000, 0 -0.028773187500000, 1 -0.028795812500000, 0 -0.028841250000000, 1 -0.028863937500000, 0 -0.029022750000000, 1 -0.029045500000000, 0 -0.029061625000000, 1 -0.029084375000000, 0 -0.029132937500000, 1 -0.029155625000000, 0 -0.029217187500000, 1 -0.029239937500000, 0 -0.029282062500000, 1 -0.029304750000000, 0 -0.029343562500000, 1 -0.029366312500000, 0 -0.029385812500000, 1 -0.029408437500000, 0 -0.029440812500000, 1 -0.029463562500000, 0 -0.029518625000000, 1 -0.029541375000000, 0 -0.029700250000000, 1 -0.029722812500000, 0 -0.029739062500000, 1 -0.029761750000000, 0 -0.029810375000000, 1 -0.029810437500000, 0 -0.029810500000000, 1 -0.029833062500000, 0 -0.029894625000000, 1 -0.029917375000000, 0 -0.029962687500000, 1 -0.029962750000000, 0 -0.029962812500000, 1 -0.029985375000000, 0 -0.030021000000000, 1 -0.030021062500000, 0 -0.030021125000000, 1 -0.030043812500000, 0 -0.030063187500000, 1 -0.030085875000000, 0 -0.030118250000000, 1 -0.030141000000000, 0 -0.030186375000000, 1 -0.030209062500000, 0 -0.030367875000000, 1 -0.030390562500000, 0 -0.030406875000000, 1 -0.030429500000000, 0 -0.030478125000000, 1 -0.030500750000000, 0 -0.030562375000000, 1 -0.030585062500000, 0 -0.030630375000000, 1 -0.030653187500000, 0 -0.030688687500000, 1 -0.030711500000000, 0 -0.030730937500000, 1 -0.030731000000000, 0 -0.030731125000000, 1 -0.030753625000000, 0 -0.030786000000000, 1 -0.030808687500000, 0 -0.030854125000000, 1 -0.030876812500000, 0 -0.031035625000000, 1 -0.031058312500000, 0 -0.031074500000000, 1 -0.031097250000000, 0 -0.031145812500000, 1 -0.031168500000000, 0 -0.031230062500000, 1 -0.031252875000000, 0 -0.031294875000000, 1 -0.031317625000000, 0 -0.031356500000000, 1 -0.031379250000000, 0 -0.031398687500000, 1 -0.031421375000000, 0 -0.031453750000000, 1 -0.031453812500000, 0 -0.031453937500000, 1 -0.031476500000000, 0 -0.031531500000000, 1 -0.031554250000000, 0 -0.031713000000000, 1 -0.031713062500000, 0 -0.031713250000000, 1 -0.031735750000000, 0 -0.031751875000000, 1 -0.031774625000000, 0 -0.031823250000000, 1 -0.031846000000000, 0 -0.031907625000000, 1 -0.031930250000000, 0 -0.031975562500000, 1 -0.031998312500000, 0 -0.032034000000000, 1 -0.032056750000000, 0 -0.032076062500000, 1 -0.032098812500000, 0 -0.032131250000000, 1 -0.032153875000000, 0 -0.032199187500000, 1 -0.032199250000000, 0 -0.032199312500000, 1 -0.032221937500000, 0 -0.032380750000000, 1 -0.032403437500000, 0 -0.032419625000000, 1 -0.032442437500000, 0 -0.032491000000000, 1 -0.032513687500000, 0 -0.032575250000000, 1 -0.032598000000000, 0 -0.032643250000000, 1 -0.032666062500000, 0 -0.032701562500000, 1 -0.032701625000000, 0 -0.032701750000000, 1 -0.032724375000000, 0 -0.032743750000000, 1 -0.032766500000000, 0 -0.032798875000000, 1 -0.032821562500000, 0 -0.032866875000000, 1 -0.032889625000000, 0 -0.033048500000000, 1 -0.033048562500000, 0 -0.033048625000000, 1 -0.033071187500000, 0 -0.033087437500000, 1 -0.033110062500000, 0 -0.033158687500000, 1 -0.033181375000000, 0 -0.033242937500000, 1 -0.033265687500000, 0 -0.033311125000000, 1 -0.033333750000000, 0 -0.033369437500000, 1 -0.033392125000000, 0 -0.033411562500000, 1 -0.033434250000000, 0 -0.033466687500000, 1 -0.033489312500000, 0 -0.033534687500000, 1 -0.033557437500000, 0 -0.033716250000000, 1 -0.033738937500000, 0 -0.033755125000000, 1 -0.033777875000000, 0 -0.033826500000000, 1 -0.033849125000000, 0 -0.033910687500000, 1 -0.033933437500000, 0 -0.033975500000000, 1 -0.033998250000000, 0 -0.034037125000000, 1 -0.034059875000000, 0 -0.034079250000000, 1 -0.034102000000000, 0 -0.034134375000000, 1 -0.034157125000000, 0 -0.034212187500000, 1 -0.034234875000000, 0 -0.034393687500000, 1 -0.034416375000000, 0 -0.034432625000000, 1 -0.034455375000000, 0 -0.034503937500000, 1 -0.034526625000000, 0 -0.034588187500000, 1 -0.034610937500000, 0 -0.034653000000000, 1 -0.034675750000000, 0 -0.034714562500000, 1 -0.034714687500000, 0 -0.034714750000000, 1 -0.034737312500000, 0 -0.034756750000000, 1 -0.034779500000000, 0 -0.034811875000000, 1 -0.034834562500000, 0 -0.034889625000000, 1 -0.034912375000000, 0 -0.035071250000000, 1 -0.035093875000000, 0 -0.035110125000000, 1 -0.035132812500000, 0 -0.035181500000000, 1 -0.035204125000000, 0 -0.035265687500000, 1 -0.035288375000000, 0 -0.035333687500000, 1 -0.035356500000000, 0 -0.035392000000000, 1 -0.035414812500000, 0 -0.035434187500000, 1 -0.035456937500000, 0 -0.035489375000000, 1 -0.035512000000000, 0 -0.035557375000000, 1 -0.035580125000000, 0 -0.035738937500000, 1 -0.035761562500000, 0 -0.035777812500000, 1 -0.035800562500000, 0 -0.035849187500000, 1 -0.035871875000000, 0 -0.035933375000000, 1 -0.035956125000000, 0 -0.035998187500000, 1 -0.036020937500000, 0 -0.036059750000000, 1 -0.036082562500000, 0 -0.036101937500000, 1 -0.036102000000000, 0 -0.036102062500000, 1 -0.036124687500000, 0 -0.036157000000000, 1 -0.036179750000000, 0 -0.036234875000000, 1 -0.036257500000000, 0 -0.036416312500000, 1 -0.036439000000000, 0 -0.036455312500000, 1 -0.036477937500000, 0 -0.036526562500000, 1 -0.036549187500000, 0 -0.036610812500000, 1 -0.036633500000000, 0 -0.036678875000000, 1 -0.036701625000000, 0 -0.036737125000000, 1 -0.036759875000000, 0 -0.036779375000000, 1 -0.036779437500000, 0 -0.036779500000000, 1 -0.036802000000000, 0 -0.036834500000000, 1 -0.036857125000000, 0 -0.036902500000000, 1 -0.036925187500000, 0 -0.037084000000000, 1 -0.037106687500000, 0 -0.037122875000000, 1 -0.037145625000000, 0 -0.037194187500000, 1 -0.037216937500000, 0 -0.037278437500000, 1 -0.037301187500000, 0 -0.037346500000000, 1 -0.037369312500000, 0 -0.037404875000000, 1 -0.037427625000000, 0 -0.037447062500000, 1 -0.037469750000000, 0 -0.037502125000000, 1 -0.037502187500000, 0 -0.037502312500000, 1 -0.037524875000000, 0 -0.037570250000000, 1 -0.037592937500000, 0 -0.037751750000000, 1 -0.037774437500000, 0 -0.037790625000000, 1 -0.037813312500000, 0 -0.037861937500000, 1 -0.037884687500000, 0 -0.037946250000000, 1 -0.037946312500000, 0 -0.037946375000000, 1 -0.037968937500000, 0 -0.038014312500000, 1 -0.038037000000000, 0 -0.038072562500000, 1 -0.038095375000000, 0 -0.038114750000000, 1 -0.038137437500000, 0 -0.038169875000000, 1 -0.038192562500000, 0 -0.038237875000000, 1 -0.038260625000000, 0 -0.038419437500000, 1 -0.038442125000000, 0 -0.038458312500000, 1 -0.038458375000000, 0 -0.038458437500000, 1 -0.038481000000000, 0 -0.038529625000000, 1 -0.038552312500000, 0 -0.038613937500000, 1 -0.038636625000000, 0 -0.038681937500000, 1 -0.038704687500000, 0 -0.038740250000000, 1 -0.038763062500000, 0 -0.038782437500000, 1 -0.038805125000000, 0 -0.038837562500000, 1 -0.038860250000000, 0 -0.038905625000000, 1 -0.038928312500000, 0 -0.039087312500000, 1 -0.039109812500000, 0 -0.039126000000000, 1 -0.039148750000000, 0 -0.039197437500000, 1 -0.039220000000000, 0 -0.039281625000000, 1 -0.039304375000000, 0 -0.039346437500000, 1 -0.039369125000000, 0 -0.039408000000000, 1 -0.039430750000000, 0 -0.039450187500000, 1 -0.039450250000000, 0 -0.039450312500000, 1 -0.039472875000000, 0 -0.039505250000000, 1 -0.039505375000000, 0 -0.039505437500000, 1 -0.039528000000000, 0 -0.039583062500000, 1 -0.039605812500000, 0 -0.039764687500000, 1 -0.039787250000000, 0 -0.039803500000000, 1 -0.039826187500000, 0 -0.039874750000000, 1 -0.039897500000000, 0 -0.039959250000000, 1 -0.039981750000000, 0 -0.040027125000000, 1 -0.040049875000000, 0 -0.040085437500000, 1 -0.040108187500000, 0 -0.040127625000000, 1 -0.040150250000000, 0 -0.040182687500000, 1 -0.040205375000000, 0 -0.040250750000000, 1 -0.040273500000000, 0 -0.040432312500000, 1 -0.040454937500000, 0 -0.040471125000000, 1 -0.040493875000000, 0 -0.040542437500000, 1 -0.040565125000000, 0 -0.040626687500000, 1 -0.040649375000000, 0 -0.040691562500000, 1 -0.040714250000000, 0 -0.040753062500000, 1 -0.040775812500000, 0 -0.040795250000000, 1 -0.040817937500000, 0 -0.040850312500000, 1 -0.040873000000000, 0 -0.040928125000000, 1 -0.040950812500000, 0 -0.041109812500000, 1 -0.041132312500000, 0 -0.041148500000000, 1 -0.041171250000000, 0 -0.041219937500000, 1 -0.041242500000000, 0 -0.041304062500000, 1 -0.041326750000000, 0 -0.041368875000000, 1 -0.041391562500000, 0 -0.041430437500000, 1 -0.041453125000000, 0 -0.041453187500000, 1 -0.041453250000000, 0 -0.041472625000000, 1 -0.041495250000000, 0 -0.041527687500000, 1 -0.041550375000000, 0 -0.041605500000000, 1 -0.041628187500000, 0 -0.041786937500000, 1 -0.041787000000000, 0 -0.041787125000000, 1 -0.041809687500000, 0 -0.041825812500000, 1 -0.041848500000000, 0 -0.041897187500000, 1 -0.041919812500000, 0 -0.041981437500000, 1 -0.042004062500000, 0 -0.042049437500000, 1 -0.042072125000000, 0 -0.042107687500000, 1 -0.042107750000000, 0 -0.042107812500000, 1 -0.042130562500000, 0 -0.042149937500000, 1 -0.042172625000000, 0 -0.042205062500000, 1 -0.042227750000000, 0 -0.042273062500000, 1 -0.042295750000000, 0 -0.042454562500000, 1 -0.042477250000000, 0 -0.042493437500000, 1 -0.042516125000000, 0 -0.042564750000000, 1 -0.042564812500000, 0 -0.042564875000000, 1 -0.042587437500000, 0 -0.042649000000000, 1 -0.042649062500000, 0 -0.042649125000000, 1 -0.042671750000000, 0 -0.042717125000000, 1 -0.042739750000000, 0 -0.042775250000000, 1 -0.042775312500000, 0 -0.042775500000000, 1 -0.042798125000000, 0 -0.042817500000000, 1 -0.042840250000000, 0 -0.042872625000000, 1 -0.042895250000000, 0 -0.042940687500000, 1 -0.042963375000000, 0 -0.043122125000000, 1 -0.043144812500000, 0 -0.043161000000000, 1 -0.043183687500000, 0 -0.043232312500000, 1 -0.043232375000000, 0 -0.043232437500000, 1 -0.043255000000000, 0 -0.043316562500000, 1 -0.043339250000000, 0 -0.043381312500000, 1 -0.043404062500000, 0 -0.043442875000000, 1 -0.043465625000000, 0 -0.043485062500000, 1 -0.043507750000000, 0 -0.043540125000000, 1 -0.043562875000000, 0 -0.043617937500000, 1 -0.043640625000000, 0 -0.043799437500000, 1 -0.043822062500000, 0 -0.043838250000000, 1 -0.043838312500000, 0 -0.043838437500000, 1 -0.043861000000000, 0 -0.043909625000000, 1 -0.043932250000000, 0 -0.043993875000000, 1 -0.044016562500000, 0 -0.044061875000000, 1 -0.044062000000000, 0 -0.044062062500000, 1 -0.044084625000000, 0 -0.044120187500000, 1 -0.044143000000000, 0 -0.044162375000000, 1 -0.044162437500000, 0 -0.044162500000000, 1 -0.044185062500000, 0 -0.044217437500000, 1 -0.044240187500000, 0 -0.044285500000000, 1 -0.044308250000000, 0 -0.044467125000000, 1 -0.044489687500000, 0 -0.044505875000000, 1 -0.044528562500000, 0 -0.044577187500000, 1 -0.044599875000000, 0 -0.044661437500000, 1 -0.044684187500000, 0 -0.044729500000000, 1 -0.044752312500000, 0 -0.044787875000000, 1 -0.044810625000000, 0 -0.044830125000000, 1 -0.044852750000000, 0 -0.044885062500000, 1 -0.044907812500000, 0 -0.044953187500000, 1 -0.044975875000000, 0 -0.045134687500000, 1 -0.045157375000000, 0 -0.045173562500000, 1 -0.045196250000000, 0 -0.045244875000000, 1 -0.045267625000000, 0 -0.045329125000000, 1 -0.045329187500000, 0 -0.045329250000000, 1 -0.045351875000000, 0 -0.045397187500000, 1 -0.045419937500000, 0 -0.045455500000000, 1 -0.045478250000000, 0 -0.045497750000000, 1 -0.045520375000000, 0 -0.045552812500000, 1 -0.045575500000000, 0 -0.045620812500000, 1 -0.045620937500000, 0 -0.045621000000000, 1 -0.045643562500000, 0 -0.045802312500000, 1 -0.045802375000000, 0 -0.045802437500000, 1 -0.045825000000000, 0 -0.045841187500000, 1 -0.045863875000000, 0 -0.045912500000000, 1 -0.045935250000000, 0 -0.045996812500000, 1 -0.046019437500000, 0 -0.046061562500000, 1 -0.046084312500000, 0 -0.046123125000000, 1 -0.046145875000000, 0 -0.046165312500000, 1 -0.046188000000000, 0 -0.046220375000000, 1 -0.046220437500000, 0 -0.046220562500000, 1 -0.046243062500000, 0 -0.046298187500000, 1 -0.046298250000000, 0 -0.046298312500000, 1 -0.046320875000000, 0 -0.046479687500000, 1 -0.046502312500000, 0 -0.046518562500000, 1 -0.046541312500000, 0 -0.046589937500000, 1 -0.046612562500000, 0 -0.046674062500000, 1 -0.046696812500000, 0 -0.046738937500000, 1 -0.046761687500000, 0 -0.046800500000000, 1 -0.046823250000000, 0 -0.046842687500000, 1 -0.046865375000000, 0 -0.046897750000000, 1 -0.046920437500000, 0 -0.046975562500000, 1 -0.046998250000000, 0 -0.047157062500000, 1 -0.047179750000000, 0 -0.047195937500000, 1 -0.047218687500000, 0 -0.047267250000000, 1 -0.047290000000000, 0 -0.047351562500000, 1 -0.047374250000000, 0 -0.047419562500000, 1 -0.047442312500000, 0 -0.047477937500000, 1 -0.047500687500000, 0 -0.047520125000000, 1 -0.047542750000000, 0 -0.047575312500000, 1 -0.047597875000000, 0 -0.047643187500000, 1 -0.047666000000000, 0 -0.047824750000000, 1 -0.047847437500000, 0 -0.047863625000000, 1 -0.047886375000000, 0 -0.047934937500000, 1 -0.047957625000000, 0 -0.048019250000000, 1 -0.048041875000000, 0 -0.048084000000000, 1 -0.048106750000000, 0 -0.048145625000000, 1 -0.048168312500000, 0 -0.048187875000000, 1 -0.048210437500000, 0 -0.048242750000000, 1 -0.048265500000000, 0 -0.048320625000000, 1 -0.048343312500000, 0 -0.048502125000000, 1 -0.048524812500000, 0 -0.048541000000000, 1 -0.048563687500000, 0 -0.048612375000000, 1 -0.048635000000000, 0 -0.048696500000000, 1 -0.048719250000000, 0 -0.048764562500000, 1 -0.048787312500000, 0 -0.048822937500000, 1 -0.048845687500000, 0 -0.048865062500000, 1 -0.048887812500000, 0 -0.048920125000000, 1 -0.048942875000000, 0 -0.048988250000000, 1 -0.049010937500000, 0 -0.049169812500000, 1 -0.049192437500000, 0 -0.049208687500000, 1 -0.049231312500000, 0 -0.049279937500000, 1 -0.049302687500000, 0 -0.049364312500000, 1 -0.049386875000000, 0 -0.049432250000000, 1 -0.049455000000000, 0 -0.049490562500000, 1 -0.049513375000000, 0 -0.049532812500000, 1 -0.049555500000000, 0 -0.049587875000000, 1 -0.049610562500000, 0 -0.049655875000000, 1 -0.049678625000000, 0 -0.049837500000000, 1 -0.049860187500000, 0 -0.049876312500000, 1 -0.049899062500000, 0 -0.049947812500000, 1 -0.049970437500000, 0 -0.050031937500000, 1 -0.050054625000000, 0 -0.050096750000000, 1 -0.050119437500000, 0 -0.050158312500000, 1 -0.050181062500000, 0 -0.050200500000000, 1 -0.050223125000000, 0 -0.050255562500000, 1 -0.050278250000000, 0 -0.050333375000000, 1 -0.050356062500000, 0 -0.050514875000000, 1 -0.050515000000000, 0 -0.050515062500000, 1 -0.050537500000000, 0 -0.050553750000000, 1 -0.050576500000000, 0 -0.050625125000000, 1 -0.050647750000000, 0 -0.050709375000000, 1 -0.050732062500000, 0 -0.050777375000000, 1 -0.050800125000000, 0 -0.050835687500000, 1 -0.050858500000000, 0 -0.050877875000000, 1 -0.050900562500000, 0 -0.050933062500000, 1 -0.050955687500000, 0 -0.051001125000000, 1 -0.051023750000000, 0 -0.051182562500000, 1 -0.051182625000000, 0 -0.051182750000000, 1 -0.051205250000000, 0 -0.051221562500000, 1 -0.051244187500000, 0 -0.051292812500000, 1 -0.051315500000000, 0 -0.051377062500000, 1 -0.051399750000000, 0 -0.051441875000000, 1 -0.051464562500000, 0 -0.051503500000000, 1 -0.051526187500000, 0 -0.051545625000000, 1 -0.051568312500000, 0 -0.051600750000000, 1 -0.051600812500000, 0 -0.051600875000000, 1 -0.051623437500000, 0 -0.051678500000000, 1 -0.051701187500000, 0 -0.051860125000000, 1 -0.051882750000000, 0 -0.051898937500000, 1 -0.051921625000000, 0 -0.051970250000000, 1 -0.051992937500000, 0 -0.052054500000000, 1 -0.052077250000000, 0 -0.052119312500000, 1 -0.052142062500000, 0 -0.052181000000000, 1 -0.052203687500000, 0 -0.052223062500000, 1 -0.052245750000000, 0 -0.052278250000000, 1 -0.052300875000000, 0 -0.052355937500000, 1 -0.052378687500000, 0 -0.052537500000000, 1 -0.052560125000000, 0 -0.052576312500000, 1 -0.052599000000000, 0 -0.052647625000000, 1 -0.052670312500000, 0 -0.052732062500000, 1 -0.052754625000000, 0 -0.052799937500000, 1 -0.052822625000000, 0 -0.052858312500000, 1 -0.052881000000000, 0 -0.052900500000000, 1 -0.052923187500000, 0 -0.052955500000000, 1 -0.052978250000000, 0 -0.053023562500000, 1 -0.053046250000000, 0 -0.053205125000000, 1 -0.053205187500000, 0 -0.053205250000000, 1 -0.053227750000000, 0 -0.053244000000000, 1 -0.053266750000000, 0 -0.053315250000000, 1 -0.053338000000000, 0 -0.053399687500000, 1 -0.053422250000000, 0 -0.053467625000000, 1 -0.053490437500000, 0 -0.053525937500000, 1 -0.053548750000000, 0 -0.053568125000000, 1 -0.053590812500000, 0 -0.053623187500000, 1 -0.053646000000000, 0 -0.053691250000000, 1 -0.053714062500000, 0 -0.053872875000000, 1 -0.053895500000000, 0 -0.053911687500000, 1 -0.053934437500000, 0 -0.053983187500000, 1 -0.054005750000000, 0 -0.054067312500000, 1 -0.054090000000000, 0 -0.054132125000000, 1 -0.054154875000000, 0 -0.054193687500000, 1 -0.054216437500000, 0 -0.054235875000000, 1 -0.054258562500000, 0 -0.054290937500000, 1 -0.054313625000000, 0 -0.054368750000000, 1 -0.054391437500000, 0 -0.054550250000000, 1 -0.054550312500000, 0 -0.054550375000000, 1 -0.054572937500000, 0 -0.054589125000000, 1 -0.054589250000000, 0 -0.054589375000000, 1 -0.054611812500000, 0 -0.054660437500000, 1 -0.054683125000000, 0 -0.054744750000000, 1 -0.054767375000000, 0 -0.054812750000000, 1 -0.054812812500000, 0 -0.054812875000000, 1 -0.054835500000000, 0 -0.054871062500000, 1 -0.054893812500000, 0 -0.054913250000000, 1 -0.054936000000000, 0 -0.054968375000000, 1 -0.054991062500000, 0 -0.055036375000000, 1 -0.055059125000000, 0 -0.055218000000000, 1 -0.055240625000000, 0 -0.055256812500000, 1 -0.055279500000000, 0 -0.055328187500000, 1 -0.055350812500000, 0 -0.055412437500000, 1 -0.055435125000000, 0 -0.055480500000000, 1 -0.055503187500000, 0 -0.055538750000000, 1 -0.055561562500000, 0 -0.055581000000000, 1 -0.055603687500000, 0 -0.055636062500000, 1 -0.055658750000000, 0 -0.055704125000000, 1 -0.055726812500000, 0 -0.055885750000000, 1 -0.055908312500000, 0 -0.055924562500000, 1 -0.055947250000000, 0 -0.055995875000000, 1 -0.055995937500000, 0 -0.055996000000000, 1 -0.056018562500000, 0 -0.056080125000000, 1 -0.056102812500000, 0 -0.056148187500000, 1 -0.056148250000000, 0 -0.056148312500000, 1 -0.056170937500000, 0 -0.056206500000000, 1 -0.056229312500000, 0 -0.056248687500000, 1 -0.056271375000000, 0 -0.056303750000000, 1 -0.056326500000000, 0 -0.056371812500000, 1 -0.056394562500000, 0 -0.056553375000000, 1 -0.056576062500000, 0 -0.056592250000000, 1 -0.056615000000000, 0 -0.056663562500000, 1 -0.056663625000000, 0 -0.056663687500000, 1 -0.056686250000000, 0 -0.056747812500000, 1 -0.056770500000000, 0 -0.056812625000000, 1 -0.056812687500000, 0 -0.056812750000000, 1 -0.056835312500000, 0 -0.056874187500000, 1 -0.056896937500000, 0 -0.056916375000000, 1 -0.056916437500000, 0 -0.056916500000000, 1 -0.056939062500000, 0 -0.056971437500000, 1 -0.056994125000000, 0 -0.057049250000000, 1 -0.057071937500000, 0 -0.057230750000000, 1 -0.057253375000000, 0 -0.057269625000000, 1 -0.057292312500000, 0 -0.057340875000000, 1 -0.057340937500000, 0 -0.057341000000000, 1 -0.057363562500000, 0 -0.057425187500000, 1 -0.057447875000000, 0 -0.057493187500000, 1 -0.057515937500000, 0 -0.057551500000000, 1 -0.057574312500000, 0 -0.057593750000000, 1 -0.057616375000000, 0 -0.057648750000000, 1 -0.057671500000000, 0 -0.057716812500000, 1 -0.057739562500000, 0 -0.057898437500000, 1 -0.057921062500000, 0 -0.057937375000000, 1 -0.057960000000000, 0 -0.058008625000000, 1 -0.058031312500000, 0 -0.058092875000000, 1 -0.058115625000000, 0 -0.058160937500000, 1 -0.058183687500000, 0 -0.058219250000000, 1 -0.058242000000000, 0 -0.058261437500000, 1 -0.058284125000000, 0 -0.058316500000000, 1 -0.058339250000000, 0 -0.058384625000000, 1 -0.058407312500000, 0 -0.058566125000000, 1 -0.058566187500000, 0 -0.058566250000000, 1 -0.058588812500000, 0 -0.058605125000000, 1 -0.058627687500000, 0 -0.058676312500000, 1 -0.058699000000000, 0 -0.058760562500000, 1 -0.058783312500000, 0 -0.058828687500000, 1 -0.058851437500000, 0 -0.058886937500000, 1 -0.058909750000000, 0 -0.058929312500000, 1 -0.058951875000000, 0 -0.058984250000000, 1 -0.059006937500000, 0 -0.059052250000000, 1 -0.059075000000000, 0 -0.059233875000000, 1 -0.059256500000000, 0 -0.059272687500000, 1 -0.059295437500000, 0 -0.059344062500000, 1 -0.059366750000000, 0 -0.059428312500000, 1 -0.059451000000000, 0 -0.059496375000000, 1 -0.059519062500000, 0 -0.059554625000000, 1 -0.059554687500000, 0 -0.059554750000000, 1 -0.059577437500000, 0 -0.059596812500000, 1 -0.059619500000000, 0 -0.059651937500000, 1 -0.059674687500000, 0 -0.059719937500000, 1 -0.059742750000000, 0 -0.059901562500000, 1 -0.059924187500000, 0 -0.059940375000000, 1 -0.059963062500000, 0 -0.060011687500000, 1 -0.060034375000000, 0 -0.060095937500000, 1 -0.060118625000000, 0 -0.060164000000000, 1 -0.060186750000000, 0 -0.060222312500000, 1 -0.060245062500000, 0 -0.060264500000000, 1 -0.060287187500000, 0 -0.060319500000000, 1 -0.060342250000000, 0 -0.060387625000000, 1 -0.060410375000000, 0 -0.060569125000000, 1 -0.060569187500000, 0 -0.060569250000000, 1 -0.060591812500000, 0 -0.060608062500000, 1 -0.060630750000000, 0 -0.060679312500000, 1 -0.060679375000000, 0 -0.060679437500000, 1 -0.060702000000000, 0 -0.060763562500000, 1 -0.060786250000000, 0 -0.060831625000000, 1 -0.060831687500000, 0 -0.060831750000000, 1 -0.060854375000000, 0 -0.060890000000000, 1 -0.060912687500000, 0 -0.060932125000000, 1 -0.060954812500000, 0 -0.060987250000000, 1 -0.061009937500000, 0 -0.061055250000000, 1 -0.061055312500000, 0 -0.061055375000000, 1 -0.061077937500000, 0 -0.061236812500000, 1 -0.061259500000000, 0 -0.061275625000000, 1 -0.061298375000000, 0 -0.061347000000000, 1 -0.061369687500000, 0 -0.061431250000000, 1 -0.061431312500000, 0 -0.061431437500000, 1 -0.061453937500000, 0 -0.061499250000000, 1 -0.061522000000000, 0 -0.061557625000000, 1 -0.061580375000000, 0 -0.061599812500000, 1 -0.061622500000000, 0 -0.061654937500000, 1 -0.061677562500000, 0 -0.061722875000000, 1 -0.061745687500000, 0 -0.061904500000000, 1 -0.061927125000000, 0 -0.061943375000000, 1 -0.061943437500000, 0 -0.061943500000000, 1 -0.061966062500000, 0 -0.062014687500000, 1 -0.062037375000000, 0 -0.062098875000000, 1 -0.062121625000000, 0 -0.062166937500000, 1 -0.062189750000000, 0 -0.062225250000000, 1 -0.062248125000000, 0 -0.062267562500000, 1 -0.062290125000000, 0 -0.062322562500000, 1 -0.062345250000000, 0 -0.062390625000000, 1 -0.062413375000000, 0 -0.062572187500000, 1 -0.062594812500000, 0 -0.062611000000000, 1 -0.062611125000000, 0 -0.062611250000000, 1 -0.062633750000000, 0 -0.062682375000000, 1 -0.062705062500000, 0 -0.062766625000000, 1 -0.062789312500000, 0 -0.062834687500000, 1 -0.062857437500000, 0 -0.062892937500000, 1 -0.062915750000000, 0 -0.062935187500000, 1 -0.062957875000000, 0 -0.062990250000000, 1 -0.063012937500000, 0 -0.063058375000000, 1 -0.063081062500000, 0 -0.063239937500000, 1 -0.063262562500000, 0 -0.063278750000000, 1 -0.063301500000000, 0 -0.063350125000000, 1 -0.063372812500000, 0 -0.063434375000000, 1 -0.063457125000000, 0 -0.063499125000000, 1 -0.063521875000000, 0 -0.063560750000000, 1 -0.063583500000000, 0 -0.063602937500000, 1 -0.063625625000000, 0 -0.063658000000000, 1 -0.063680750000000, 0 -0.063735812500000, 1 -0.063758500000000, 0 -0.063917312500000, 1 -0.063940000000000, 0 -0.063956250000000, 1 -0.063979000000000, 0 -0.064027562500000, 1 -0.064050250000000, 0 -0.064111875000000, 1 -0.064134562500000, 0 -0.064176812500000, 1 -0.064199375000000, 0 -0.064238250000000, 1 -0.064261000000000, 0 -0.064280375000000, 1 -0.064280437500000, 0 -0.064280562500000, 1 -0.064303062500000, 0 -0.064335500000000, 1 -0.064358125000000, 0 -0.064413250000000, 1 -0.064436000000000, 0 -0.064594812500000, 1 -0.064617500000000, 0 -0.064633625000000, 1 -0.064633687500000, 0 -0.064633812500000, 1 -0.064656375000000, 0 -0.064705000000000, 1 -0.064705062500000, 0 -0.064705125000000, 1 -0.064727687500000, 0 -0.064789250000000, 1 -0.064812000000000, 0 -0.064854062500000, 1 -0.064854125000000, 0 -0.064854250000000, 1 -0.064876812500000, 0 -0.064915625000000, 1 -0.064938375000000, 0 -0.064957812500000, 1 -0.064980500000000, 0 -0.065013062500000, 1 -0.065035562500000, 0 -0.065090750000000, 1 -0.065113375000000, 0 -0.065272187500000, 1 -0.065294875000000, 0 -0.065311062500000, 1 -0.065333812500000, 0 -0.065382375000000, 1 -0.065405125000000, 0 -0.065466625000000, 1 -0.065466687500000, 0 -0.065466750000000, 1 -0.065489437500000, 0 -0.065534687500000, 1 -0.065557500000000, 0 -0.065593062500000, 1 -0.065615812500000, 0 -0.065635250000000, 1 -0.065657937500000, 0 -0.065690250000000, 1 -0.065713000000000, 0 -0.065758375000000, 1 -0.065781125000000, 0 -0.065940000000000, 1 -0.065962562500000, 0 -0.065978750000000, 1 -0.065978812500000, 0 -0.065978875000000, 1 -0.066001437500000, 0 -0.066050125000000, 1 -0.066072812500000, 0 -0.066134375000000, 1 -0.066157062500000, 0 -0.066202375000000, 1 -0.066225125000000, 0 -0.066260687500000, 1 -0.066283500000000, 0 -0.066302875000000, 1 -0.066325562500000, 0 -0.066358000000000, 1 -0.066380687500000, 0 -0.066426125000000, 1 -0.066448812500000, 0 -0.066607562500000, 1 -0.066630250000000, 0 -0.066646437500000, 1 -0.066646562500000, 0 -0.066646625000000, 1 -0.066669187500000, 0 -0.066717750000000, 1 -0.066740437500000, 0 -0.066802062500000, 1 -0.066824687500000, 0 -0.066870062500000, 1 -0.066870125000000, 0 -0.066870187500000, 1 -0.066892812500000, 0 -0.066928375000000, 1 -0.066951187500000, 0 -0.066970562500000, 1 -0.066993250000000, 0 -0.067025687500000, 1 -0.067048375000000, 0 -0.067093812500000, 1 -0.067116437500000, 0 -0.067275250000000, 1 -0.067297937500000, 0 -0.067314125000000, 1 -0.067336875000000, 0 -0.067385437500000, 1 -0.067385500000000, 0 -0.067385562500000, 1 -0.067408125000000, 0 -0.067469750000000, 1 -0.067492437500000, 0 -0.067537750000000, 1 -0.067560500000000, 0 -0.067596062500000, 1 -0.067618875000000, 0 -0.067638250000000, 1 -0.067660937500000, 0 -0.067693375000000, 1 -0.067693437500000, 0 -0.067693500000000, 1 -0.067716000000000, 0 -0.067761375000000, 1 -0.067784125000000, 0 -0.067943062500000, 1 -0.067965687500000, 0 -0.067981812500000, 1 -0.068004500000000, 0 -0.068053125000000, 1 -0.068075812500000, 0 -0.068137562500000, 1 -0.068160125000000, 0 -0.068202187500000, 1 -0.068202250000000, 0 -0.068202312500000, 1 -0.068224937500000, 0 -0.068263812500000, 1 -0.068286500000000, 0 -0.068305937500000, 1 -0.068328625000000, 0 -0.068361125000000, 1 -0.068383750000000, 0 -0.068438875000000, 1 -0.068461500000000, 0 -0.068620312500000, 1 -0.068620375000000, 0 -0.068620437500000, 1 -0.068643000000000, 0 -0.068659250000000, 1 -0.068681937500000, 0 -0.068730500000000, 1 -0.068753187500000, 0 -0.068814875000000, 1 -0.068837500000000, 0 -0.068879562500000, 1 -0.068902312500000, 0 -0.068941187500000, 1 -0.068963937500000, 0 -0.068983312500000, 1 -0.069006000000000, 0 -0.069038437500000, 1 -0.069061062500000, 0 -0.069116250000000, 1 -0.069138875000000, 0 -0.069297687500000, 1 -0.069320375000000, 0 -0.069336500000000, 1 -0.069359250000000, 0 -0.069407875000000, 1 -0.069430500000000, 0 -0.069492125000000, 1 -0.069514812500000, 0 -0.069560125000000, 1 -0.069582875000000, 0 -0.069618437500000, 1 -0.069618500000000, 0 -0.069618562500000, 1 -0.069641250000000, 0 -0.069660687500000, 1 -0.069683375000000, 0 -0.069715687500000, 1 -0.069738375000000, 0 -0.069783812500000, 1 -0.069806500000000, 0 -0.069965312500000, 1 -0.069988000000000, 0 -0.070004125000000, 1 -0.070026875000000, 0 -0.070075500000000, 1 -0.070098187500000, 0 -0.070159750000000, 1 -0.070159812500000, 0 -0.070159875000000, 1 -0.070182437500000, 0 -0.070227750000000, 1 -0.070250562500000, 0 -0.070286062500000, 1 -0.070308875000000, 0 -0.070328250000000, 1 -0.070328312500000, 0 -0.070328375000000, 1 -0.070351000000000, 0 -0.070383375000000, 1 -0.070406062500000, 0 -0.070451375000000, 1 -0.070451437500000, 0 -0.070451500000000, 1 -0.070474125000000, 0 -0.070632937500000, 1 -0.070655625000000, 0 -0.070671812500000, 1 -0.070694500000000, 0 -0.070743125000000, 1 -0.070765812500000, 0 -0.070827375000000, 1 -0.070850125000000, 0 -0.070892250000000, 1 -0.070914937500000, 0 -0.070953750000000, 1 -0.070953812500000, 0 -0.070953937500000, 1 -0.070976500000000, 0 -0.070995875000000, 1 -0.071018562500000, 0 -0.071051000000000, 1 -0.071051062500000, 0 -0.071051125000000, 1 -0.071073625000000, 0 -0.071128875000000, 1 -0.071151437500000, 0 -0.071310250000000, 1 -0.071332937500000, 0 -0.071349125000000, 1 -0.071349187500000, 0 -0.071349312500000, 1 -0.071371875000000, 0 -0.071420437500000, 1 -0.071443125000000, 0 -0.071504687500000, 1 -0.071504750000000, 0 -0.071504812500000, 1 -0.071527437500000, 0 -0.071572937500000, 1 -0.071595562500000, 0 -0.071631062500000, 1 -0.071631187500000, 0 -0.071631250000000, 1 -0.071653875000000, 0 -0.071673250000000, 1 -0.071696000000000, 0 -0.071728375000000, 1 -0.071728437500000, 0 -0.071728500000000, 1 -0.071751062500000, 0 -0.071796437500000, 1 -0.071819125000000, 0 -0.071977937500000, 1 -0.072000625000000, 0 -0.072016812500000, 1 -0.072039562500000, 0 -0.072088187500000, 1 -0.072110875000000, 0 -0.072172500000000, 1 -0.072195062500000, 0 -0.072240500000000, 1 -0.072263187500000, 0 -0.072298750000000, 1 -0.072298812500000, 0 -0.072298875000000, 1 -0.072321500000000, 0 -0.072340937500000, 1 -0.072363687500000, 0 -0.072396062500000, 1 -0.072418750000000, 0 -0.072464125000000, 1 -0.072486812500000, 0 -0.072645625000000, 1 -0.072668312500000, 0 -0.072684500000000, 1 -0.072707187500000, 0 -0.072755812500000, 1 -0.072778500000000, 0 -0.072840062500000, 1 -0.072862750000000, 0 -0.072904875000000, 1 -0.072927625000000, 0 -0.072966562500000, 1 -0.072989187500000, 0 -0.073008687500000, 1 -0.073031312500000, 0 -0.073063687500000, 1 -0.073086437500000, 0 -0.073141562500000, 1 -0.073164187500000, 0 -0.073323000000000, 1 -0.073345750000000, 0 -0.073361875000000, 1 -0.073384687500000, 0 -0.073433375000000, 1 -0.073455937500000, 0 -0.073517625000000, 1 -0.073540250000000, 0 -0.073585562500000, 1 -0.073585625000000, 0 -0.073585687500000, 1 -0.073608312500000, 0 -0.073643875000000, 1 -0.073666625000000, 0 -0.073686062500000, 1 -0.073708750000000, 0 -0.073741250000000, 1 -0.073763937500000, 0 -0.073809250000000, 1 -0.073832000000000, 0 -0.073990812500000, 1 -0.074013500000000, 0 -0.074029625000000, 1 -0.074052437500000, 0 -0.074101000000000, 1 -0.074123687500000, 0 -0.074185250000000, 1 -0.074208000000000, 0 -0.074250062500000, 1 -0.074272812500000, 0 -0.074311687500000, 1 -0.074334375000000, 0 -0.074353875000000, 1 -0.074376562500000, 0 -0.074408937500000, 1 -0.074431562500000, 0 -0.074486687500000, 1 -0.074486750000000, 0 -0.074486812500000, 1 -0.074509437500000, 0 -0.074668187500000, 1 -0.074690875000000, 0 -0.074707062500000, 1 -0.074707125000000, 0 -0.074707250000000, 1 -0.074729812500000, 0 -0.074778562500000, 1 -0.074801125000000, 0 -0.074862687500000, 1 -0.074862750000000, 0 -0.074862812500000, 1 -0.074885375000000, 0 -0.074930687500000, 1 -0.074953500000000, 0 -0.074989000000000, 1 -0.075011812500000, 0 -0.075031250000000, 1 -0.075031312500000, 0 -0.075031375000000, 1 -0.075053875000000, 0 -0.075086312500000, 1 -0.075109062500000, 0 -0.075154375000000, 1 -0.075154437500000, 0 -0.075154562500000, 1 -0.075177125000000, 0 -0.075336000000000, 1 -0.075358625000000, 0 -0.075374812500000, 1 -0.075397562500000, 0 -0.075446187500000, 1 -0.075468812500000, 0 -0.075530437500000, 1 -0.075553125000000, 0 -0.075595250000000, 1 -0.075617937500000, 0 -0.075656875000000, 1 -0.075679562500000, 0 -0.075699000000000, 1 -0.075721687500000, 0 -0.075754062500000, 1 -0.075776750000000, 0 -0.075831937500000, 1 -0.075832000000000, 0 -0.075832062500000, 1 -0.075854625000000, 0 -0.076013375000000, 1 -0.076036125000000, 0 -0.076052312500000, 1 -0.076075000000000, 0 -0.076123625000000, 1 -0.076146312500000, 0 -0.076207875000000, 1 -0.076230625000000, 0 -0.076276000000000, 1 -0.076298625000000, 0 -0.076334250000000, 1 -0.076357000000000, 0 -0.076376437500000, 1 -0.076399125000000, 0 -0.076431500000000, 1 -0.076454250000000, 0 -0.076499562500000, 1 -0.076522375000000, 0 -0.076681125000000, 1 -0.076703812500000, 0 -0.076720000000000, 1 -0.076742750000000, 0 -0.076791312500000, 1 -0.076814000000000, 0 -0.076875562500000, 1 -0.076898250000000, 0 -0.076943625000000, 1 -0.076966375000000, 0 -0.077001937500000, 1 -0.077024750000000, 0 -0.077044250000000, 1 -0.077066812500000, 0 -0.077099187500000, 1 -0.077121875000000, 0 -0.077167250000000, 1 -0.077190000000000, 0 -0.077348750000000, 1 -0.077371437500000, 0 -0.077387625000000, 1 -0.077387687500000, 0 -0.077387750000000, 1 -0.077410312500000, 0 -0.077458937500000, 1 -0.077481625000000, 0 -0.077543187500000, 1 -0.077565875000000, 0 -0.077611250000000, 1 -0.077634000000000, 0 -0.077669562500000, 1 -0.077692312500000, 0 -0.077711812500000, 1 -0.077734437500000, 0 -0.077766875000000, 1 -0.077789562500000, 0 -0.077834875000000, 1 -0.077834937500000, 0 -0.077835000000000, 1 -0.077857625000000, 0 -0.078016437500000, 1 -0.078039125000000, 0 -0.078055250000000, 1 -0.078055375000000, 0 -0.078055437500000, 1 -0.078078000000000, 0 -0.078126687500000, 1 -0.078149375000000, 0 -0.078211000000000, 1 -0.078233625000000, 0 -0.078278937500000, 1 -0.078301687500000, 0 -0.078337312500000, 1 -0.078360000000000, 0 -0.078379437500000, 1 -0.078402125000000, 0 -0.078434562500000, 1 -0.078457250000000, 0 -0.078502625000000, 1 -0.078525375000000, 0 -0.078684125000000, 1 -0.078706812500000, 0 -0.078723062500000, 1 -0.078745812500000, 0 -0.078794375000000, 1 -0.078817062500000, 0 -0.078878625000000, 1 -0.078901375000000, 0 -0.078946687500000, 1 -0.078946750000000, 0 -0.078946875000000, 1 -0.078969375000000, 0 -0.079005000000000, 1 -0.079027750000000, 0 -0.079047250000000, 1 -0.079069937500000, 0 -0.079102250000000, 1 -0.079125000000000, 0 -0.079170375000000, 1 -0.079193125000000, 0 -0.079351875000000, 1 -0.079374625000000, 0 -0.079390750000000, 1 -0.079413500000000, 0 -0.079462062500000, 1 -0.079462125000000, 0 -0.079462250000000, 1 -0.079484812500000, 0 -0.079546375000000, 1 -0.079569062500000, 0 -0.079614500000000, 1 -0.079637187500000, 0 -0.079672750000000, 1 -0.079695562500000, 0 -0.079714937500000, 1 -0.079737687500000, 0 -0.079770062500000, 1 -0.079792750000000, 0 -0.079838062500000, 1 -0.079860812500000, 0 -0.080019687500000, 1 -0.080042375000000, 0 -0.080058562500000, 1 -0.080081250000000, 0 -0.080129812500000, 1 -0.080129875000000, 0 -0.080129937500000, 1 -0.080152562500000, 0 -0.080214125000000, 1 -0.080236812500000, 0 -0.080282125000000, 1 -0.080304875000000, 0 -0.080340500000000, 1 -0.080363250000000, 0 -0.080382687500000, 1 -0.080405375000000, 0 -0.080437812500000, 1 -0.080460500000000, 0 -0.080505875000000, 1 -0.080528500000000, 0 -0.080687312500000, 1 -0.080687437500000, 0 -0.080687500000000, 1 -0.080710062500000, 0 -0.080726250000000, 1 -0.080748937500000, 0 -0.080797500000000, 1 -0.080820187500000, 0 -0.080881812500000, 1 -0.080904500000000, 0 -0.080949875000000, 1 -0.080972625000000, 0 -0.081008125000000, 1 -0.081008250000000, 0 -0.081008312500000, 1 -0.081030937500000, 0 -0.081050375000000, 1 -0.081073062500000, 0 -0.081105500000000, 1 -0.081128125000000, 0 -0.081173500000000, 1 -0.081173562500000, 0 -0.081173625000000, 1 -0.081196187500000, 0 -0.081355000000000, 1 -0.081377750000000, 0 -0.081393937500000, 1 -0.081416687500000, 0 -0.081465250000000, 1 -0.081487937500000, 0 -0.081549500000000, 1 -0.081549625000000, 0 -0.081549687500000, 1 -0.081572250000000, 0 -0.081614375000000, 1 -0.081637062500000, 0 -0.081675937500000, 1 -0.081698687500000, 0 -0.081718125000000, 1 -0.081740750000000, 0 -0.081773187500000, 1 -0.081795937500000, 0 -0.081851000000000, 1 -0.081873750000000, 0 -0.082032500000000, 1 -0.082055187500000, 0 -0.082071375000000, 1 -0.082094125000000, 0 -0.082142750000000, 1 -0.082165437500000, 0 -0.082227062500000, 1 -0.082249750000000, 0 -0.082295062500000, 1 -0.082295187500000, 0 -0.082295250000000, 1 -0.082317812500000, 0 -0.082353375000000, 1 -0.082353437500000, 0 -0.082353500000000, 1 -0.082376125000000, 0 -0.082395562500000, 1 -0.082418250000000, 0 -0.082450687500000, 1 -0.082473312500000, 0 -0.082518625000000, 1 -0.082541437500000, 0 -0.082700250000000, 1 -0.082700375000000, 0 -0.082700437500000, 1 -0.082722937500000, 0 -0.082739125000000, 1 -0.082761812500000, 0 -0.082810437500000, 1 -0.082833125000000, 0 -0.082894875000000, 1 -0.082917437500000, 0 -0.082962750000000, 1 -0.082985500000000, 0 -0.083021062500000, 1 -0.083043875000000, 0 -0.083063250000000, 1 -0.083086000000000, 0 -0.083118375000000, 1 -0.083118437500000, 0 -0.083118562500000, 1 -0.083141125000000, 0 -0.083186500000000, 1 -0.083209187500000, 0 -0.083367937500000, 1 -0.083390625000000, 0 -0.083406812500000, 1 -0.083406875000000, 0 -0.083406937500000, 1 -0.083429562500000, 0 -0.083478125000000, 1 -0.083500875000000, 0 -0.083562500000000, 1 -0.083585125000000, 0 -0.083630437500000, 1 -0.083653187500000, 0 -0.083688750000000, 1 -0.083711500000000, 0 -0.083730937500000, 1 -0.083753625000000, 0 -0.083786000000000, 1 -0.083808750000000, 0 -0.083854062500000, 1 -0.083854125000000, 0 -0.083854187500000, 1 -0.083876812500000, 0 -0.084035562500000, 1 -0.084058312500000, 0 -0.084074437500000, 1 -0.084097187500000, 0 -0.084145750000000, 1 -0.084168437500000, 0 -0.084230000000000, 1 -0.084252750000000, 0 -0.084298062500000, 1 -0.084320750000000, 0 -0.084356375000000, 1 -0.084379187500000, 0 -0.084398500000000, 1 -0.084421250000000, 0 -0.084453625000000, 1 -0.084453687500000, 0 -0.084453750000000, 1 -0.084476312500000, 0 -0.084521750000000, 1 -0.084544375000000, 0 -0.084703250000000, 1 -0.084703312500000, 0 -0.084703375000000, 1 -0.084725937500000, 0 -0.084742125000000, 1 -0.084764812500000, 0 -0.084813375000000, 1 -0.084836125000000, 0 -0.084897687500000, 1 -0.084920375000000, 0 -0.084965750000000, 1 -0.084988500000000, 0 -0.085024062500000, 1 -0.085046812500000, 0 -0.085066250000000, 1 -0.085088937500000, 0 -0.085121312500000, 1 -0.085144000000000, 0 -0.085189375000000, 1 -0.085212125000000, 0 -0.085370875000000, 1 -0.085393500000000, 0 -0.085409750000000, 1 -0.085432500000000, 0 -0.085481062500000, 1 -0.085503750000000, 0 -0.085565312500000, 1 -0.085588000000000, 0 -0.085633437500000, 1 -0.085656125000000, 0 -0.085691687500000, 1 -0.085714437500000, 0 -0.085733875000000, 1 -0.085756562500000, 0 -0.085789062500000, 1 -0.085811625000000, 0 -0.085856937500000, 1 -0.085879687500000, 0 -0.086038500000000, 1 -0.086061187500000, 0 -0.086077375000000, 1 -0.086077437500000, 0 -0.086077500000000, 1 -0.086100125000000, 0 -0.086148687500000, 1 -0.086171437500000, 0 -0.086232937500000, 1 -0.086255687500000, 0 -0.086301062500000, 1 -0.086323750000000, 0 -0.086359375000000, 1 -0.086382125000000, 0 -0.086401687500000, 1 -0.086424250000000, 0 -0.086456687500000, 1 -0.086479312500000, 0 -0.086524625000000, 1 -0.086547375000000, 0 -0.086706187500000, 1 -0.086728812500000, 0 -0.086745000000000, 1 -0.086767812500000, 0 -0.086816375000000, 1 -0.086816437500000, 0 -0.086816500000000, 1 -0.086839062500000, 0 -0.086900625000000, 1 -0.086923375000000, 0 -0.086965500000000, 1 -0.086988187500000, 0 -0.087027000000000, 1 -0.087049812500000, 0 -0.087069187500000, 1 -0.087091875000000, 0 -0.087124375000000, 1 -0.087147000000000, 0 -0.087202062500000, 1 -0.087224812500000, 0 -0.087383625000000, 1 -0.087406312500000, 0 -0.087422437500000, 1 -0.087445250000000, 0 -0.087493875000000, 1 -0.087516500000000, 0 -0.087578000000000, 1 -0.087600812500000, 0 -0.087646062500000, 1 -0.087668875000000, 0 -0.087704562500000, 1 -0.087727250000000, 0 -0.087746625000000, 1 -0.087769312500000, 0 -0.087801750000000, 1 -0.087824437500000, 0 -0.087869812500000, 1 -0.087892500000000, 0 -0.088051312500000, 1 -0.088074000000000, 0 -0.088090187500000, 1 -0.088112937500000, 0 -0.088161562500000, 1 -0.088184250000000, 0 -0.088245812500000, 1 -0.088268562500000, 0 -0.088313875000000, 1 -0.088313937500000, 0 -0.088314000000000, 1 -0.088336562500000, 0 -0.088372125000000, 1 -0.088394937500000, 0 -0.088414375000000, 1 -0.088437125000000, 0 -0.088469437500000, 1 -0.088492187500000, 0 -0.088537500000000, 1 -0.088560250000000, 0 -0.088719125000000, 1 -0.088741750000000, 0 -0.088758062500000, 1 -0.088780687500000, 0 -0.088829312500000, 1 -0.088852000000000, 0 -0.088913562500000, 1 -0.088913687500000, 0 -0.088913750000000, 1 -0.088936312500000, 0 -0.088978437500000, 1 -0.089001062500000, 0 -0.089040062500000, 1 -0.089062750000000, 0 -0.089082125000000, 1 -0.089104812500000, 0 -0.089137312500000, 1 -0.089159937500000, 0 -0.089215000000000, 1 -0.089215062500000, 0 -0.089215187500000, 1 -0.089237750000000, 0 -0.089396687500000, 1 -0.089419250000000, 0 -0.089435437500000, 1 -0.089435500000000, 0 -0.089435625000000, 1 -0.089458187500000, 0 -0.089506812500000, 1 -0.089529500000000, 0 -0.089591125000000, 1 -0.089613750000000, 0 -0.089659125000000, 1 -0.089681875000000, 0 -0.089717437500000, 1 -0.089740250000000, 0 -0.089759625000000, 1 -0.089782375000000, 0 -0.089814750000000, 1 -0.089814812500000, 0 -0.089814875000000, 1 -0.089837437500000, 0 -0.089882750000000, 1 -0.089905500000000, 0 -0.090064312500000, 1 -0.090087000000000, 0 -0.090103187500000, 1 -0.090125937500000, 0 -0.090174562500000, 1 -0.090197250000000, 0 -0.090258812500000, 1 -0.090281500000000, 0 -0.090326875000000, 1 -0.090326937500000, 0 -0.090327000000000, 1 -0.090349562500000, 0 -0.090385187500000, 1 -0.090408000000000, 0 -0.090427500000000, 1 -0.090450062500000, 0 -0.090482437500000, 1 -0.090505187500000, 0 -0.090550500000000, 1 -0.090573312500000, 0 -0.090732250000000, 1 -0.090754750000000, 0 -0.090770937500000, 1 -0.090793687500000, 0 -0.090842312500000, 1 -0.090865000000000, 0 -0.090926625000000, 1 -0.090949312500000, 0 -0.090991375000000, 1 -0.091014125000000, 0 -0.091053000000000, 1 -0.091075750000000, 0 -0.091095187500000, 1 -0.091117875000000, 0 -0.091150375000000, 1 -0.091172937500000, 0 -0.091228062500000, 1 -0.091250750000000, 0 -0.091409562500000, 1 -0.091432312500000, 0 -0.091448500000000, 1 -0.091471250000000, 0 -0.091519812500000, 1 -0.091542500000000, 0 -0.091604125000000, 1 -0.091626812500000, 0 -0.091668875000000, 1 -0.091691625000000, 0 -0.091730437500000, 1 -0.091753187500000, 0 -0.091772625000000, 1 -0.091795375000000, 0 -0.091827687500000, 1 -0.091827812500000, 0 -0.091827875000000, 1 -0.091850375000000, 0 -0.091905500000000, 1 -0.091928187500000, 0 -0.092087062500000, 1 -0.092109687500000, 0 -0.092125875000000, 1 -0.092148562500000, 0 -0.092197187500000, 1 -0.092219937500000, 0 -0.092281500000000, 1 -0.092304125000000, 0 -0.092349437500000, 1 -0.092349562500000, 0 -0.092349625000000, 1 -0.092372250000000, 0 -0.092407812500000, 1 -0.092430625000000, 0 -0.092450000000000, 1 -0.092472750000000, 0 -0.092505062500000, 1 -0.092527750000000, 0 -0.092573125000000, 1 -0.092595875000000, 0 -0.092754625000000, 1 -0.092754812500000, 0 -0.092754875000000, 1 -0.092777312500000, 0 -0.092793500000000, 1 -0.092816250000000, 0 -0.092864875000000, 1 -0.092887562500000, 0 -0.092949250000000, 1 -0.092971812500000, 0 -0.093014000000000, 1 -0.093036687500000, 0 -0.093075562500000, 1 -0.093098250000000, 0 -0.093117687500000, 1 -0.093140437500000, 0 -0.093172812500000, 1 -0.093195562500000, 0 -0.093250625000000, 1 -0.093273312500000, 0 -0.093432187500000, 1 -0.093454875000000, 0 -0.093471062500000, 1 -0.093493750000000, 0 -0.093542375000000, 1 -0.093565125000000, 0 -0.093626687500000, 1 -0.093649375000000, 0 -0.093691437500000, 1 -0.093714187500000, 0 -0.093753000000000, 1 -0.093753062500000, 0 -0.093753125000000, 1 -0.093775750000000, 0 -0.093795250000000, 1 -0.093817937500000, 0 -0.093850312500000, 1 -0.093873000000000, 0 -0.093928125000000, 1 -0.093950812500000, 0 -0.094109625000000, 1 -0.094132312500000, 0 -0.094148500000000, 1 -0.094171250000000, 0 -0.094219812500000, 1 -0.094242500000000, 0 -0.094304250000000, 1 -0.094326812500000, 0 -0.094368937500000, 1 -0.094391687500000, 0 -0.094430500000000, 1 -0.094453250000000, 0 -0.094472687500000, 1 -0.094495312500000, 0 -0.094527687500000, 1 -0.094550437500000, 0 -0.094605500000000, 1 -0.094628250000000, 0 -0.094787062500000, 1 -0.094809750000000, 0 -0.094825937500000, 1 -0.094848625000000, 0 -0.094897250000000, 1 -0.094920000000000, 0 -0.094981500000000, 1 -0.095004250000000, 0 -0.095046312500000, 1 -0.095069062500000, 0 -0.095108062500000, 1 -0.095130625000000, 0 -0.095150187500000, 1 -0.095172812500000, 0 -0.095205250000000, 1 -0.095227875000000, 0 -0.095283000000000, 1 -0.095305687500000, 0 -0.095464500000000, 1 -0.095487187500000, 0 -0.095503375000000, 1 -0.095526062500000, 0 -0.095574812500000, 1 -0.095597375000000, 0 -0.095658937500000, 1 -0.095681625000000, 0 -0.095727062500000, 1 -0.095749750000000, 0 -0.095785375000000, 1 -0.095808125000000, 0 -0.095827500000000, 1 -0.095850250000000, 0 -0.095882687500000, 1 -0.095905312500000, 0 -0.095950687500000, 1 -0.095973375000000, 0 -0.096132250000000, 1 -0.096154937500000, 0 -0.096171187500000, 1 -0.096193812500000, 0 -0.096242500000000, 1 -0.096265125000000, 0 -0.096326750000000, 1 -0.096349437500000, 0 -0.096391562500000, 1 -0.096414250000000, 0 -0.096453125000000, 1 -0.096475875000000, 0 -0.096495312500000, 1 -0.096495375000000, 0 -0.096495437500000, 1 -0.096518000000000, 0 -0.096550375000000, 1 -0.096573125000000, 0 -0.096628187500000, 1 -0.096628312500000, 0 -0.096628375000000, 1 -0.096650875000000, 0 -0.096809750000000, 1 -0.096832437500000, 0 -0.096848687500000, 1 -0.096871375000000, 0 -0.096920000000000, 1 -0.096942625000000, 0 -0.097004250000000, 1 -0.097026937500000, 0 -0.097072250000000, 1 -0.097072312500000, 0 -0.097072375000000, 1 -0.097095000000000, 0 -0.097130625000000, 1 -0.097153375000000, 0 -0.097172812500000, 1 -0.097195500000000, 0 -0.097227875000000, 1 -0.097250625000000, 0 -0.097295937500000, 1 -0.097318687500000, 0 -0.097477500000000, 1 -0.097500250000000, 0 -0.097516312500000, 1 -0.097539125000000, 0 -0.097587687500000, 1 -0.097610375000000, 0 -0.097672000000000, 1 -0.097694625000000, 0 -0.097740125000000, 1 -0.097762750000000, 0 -0.097798312500000, 1 -0.097821125000000, 0 -0.097840500000000, 1 -0.097863250000000, 0 -0.097895625000000, 1 -0.097918312500000, 0 -0.097963625000000, 1 -0.097986375000000, 0 -0.098145125000000, 1 -0.098167875000000, 0 -0.098184125000000, 1 -0.098206750000000, 0 -0.098255437500000, 1 -0.098278125000000, 0 -0.098339750000000, 1 -0.098362312500000, 0 -0.098407687500000, 1 -0.098430375000000, 0 -0.098466000000000, 1 -0.098488750000000, 0 -0.098508125000000, 1 -0.098508187500000, 0 -0.098508312500000, 1 -0.098530875000000, 0 -0.098563375000000, 1 -0.098585937500000, 0 -0.098631312500000, 1 -0.098654062500000, 0 -0.098812875000000, 1 -0.098835562500000, 0 -0.098851750000000, 1 -0.098874500000000, 0 -0.098923062500000, 1 -0.098945750000000, 0 -0.099007312500000, 1 -0.099030062500000, 0 -0.099075375000000, 1 -0.099098125000000, 0 -0.099133750000000, 1 -0.099156500000000, 0 -0.099175937500000, 1 -0.099198562500000, 0 -0.099230937500000, 1 -0.099253750000000, 0 -0.099299062500000, 1 -0.099321812500000, 0 -0.099480562500000, 1 -0.099503250000000, 0 -0.099519437500000, 1 -0.099542187500000, 0 -0.099590812500000, 1 -0.099613437500000, 0 -0.099675000000000, 1 -0.099675187500000, 0 -0.099675250000000, 1 -0.099697750000000, 0 -0.099743062500000, 1 -0.099765812500000, 0 -0.099801500000000, 1 -0.099824187500000, 0 -0.099843750000000, 1 -0.099866312500000, 0 -0.099898687500000, 1 -0.099898750000000, 0 -0.099898812500000, 1 -0.099921375000000, 0 -0.099966750000000, 1 -0.099989500000000, 0 -0.100148250000000, 1 -0.100171000000000, 0 -0.100187250000000, 1 -0.100209937500000, 0 -0.100258500000000, 1 -0.100281187500000, 0 -0.100342750000000, 1 -0.100365500000000, 0 -0.100410812500000, 1 -0.100433562500000, 0 -0.100469125000000, 1 -0.100491937500000, 0 -0.100511312500000, 1 -0.100534000000000, 0 -0.100566437500000, 1 -0.100566500000000, 0 -0.100566625000000, 1 -0.100589125000000, 0 -0.100634500000000, 1 -0.100657250000000, 0 -0.100816062500000, 1 -0.100838687500000, 0 -0.100854875000000, 1 -0.100877625000000, 0 -0.100926187500000, 1 -0.100948937500000, 0 -0.101010437500000, 1 -0.101033187500000, 0 -0.101078500000000, 1 -0.101101187500000, 0 -0.101101250000000, 1 -0.101101312500000, 0 -0.101136812500000, 1 -0.101159625000000, 0 -0.101179000000000, 1 -0.101201750000000, 0 -0.101234125000000, 1 -0.101256812500000, 0 -0.101302187500000, 1 -0.101324937500000, 0 -0.101483687500000, 1 -0.101506375000000, 0 -0.101522500000000, 1 -0.101545312500000, 0 -0.101593875000000, 1 -0.101616562500000, 0 -0.101678125000000, 1 -0.101700812500000, 0 -0.101746187500000, 1 -0.101768937500000, 0 -0.101804562500000, 1 -0.101827250000000, 0 -0.101846687500000, 1 -0.101869375000000, 0 -0.101901750000000, 1 -0.101901812500000, 0 -0.101901937500000, 1 -0.101924500000000, 0 -0.101969812500000, 1 -0.101992562500000, 0 -0.102151375000000, 1 -0.102174062500000, 0 -0.102190250000000, 1 -0.102212937500000, 0 -0.102261500000000, 1 -0.102261625000000, 0 -0.102261687500000, 1 -0.102284312500000, 0 -0.102345812500000, 1 -0.102368500000000, 0 -0.102410625000000, 1 -0.102433437500000, 0 -0.102472187500000, 1 -0.102495000000000, 0 -0.102514562500000, 1 -0.102537062500000, 0 -0.102569500000000, 1 -0.102569562500000, 0 -0.102569625000000, 1 -0.102592187500000, 0 -0.102647312500000, 1 -0.102670000000000, 0 -0.102828812500000, 1 -0.102851437500000, 0 -0.102867625000000, 1 -0.102890375000000, 0 -0.102938937500000, 1 -0.102961687500000, 0 -0.103023375000000, 1 -0.103045937500000, 0 -0.103088062500000, 1 -0.103110750000000, 0 -0.103149625000000, 1 -0.103149687500000, 0 -0.103149750000000, 1 -0.103172375000000, 0 -0.103191812500000, 1 -0.103214437500000, 0 -0.103246875000000, 1 -0.103269562500000, 0 -0.103324812500000, 1 -0.103347375000000, 0 -0.103506187500000, 1 -0.103528812500000, 0 -0.103545062500000, 1 -0.103567750000000, 0 -0.103616375000000, 1 -0.103639062500000, 0 -0.103700687500000, 1 -0.103723375000000, 0 -0.103768625000000, 1 -0.103791375000000, 0 -0.103827000000000, 1 -0.103827125000000, 0 -0.103827187500000, 1 -0.103849812500000, 0 -0.103869375000000, 1 -0.103891875000000, 0 -0.103924312500000, 1 -0.103947000000000, 0 -0.103992312500000, 1 -0.104015062500000, 0 -0.104173875000000, 1 -0.104196562500000, 0 -0.104212750000000, 1 -0.104235500000000, 0 -0.104284187500000, 1 -0.104306750000000, 0 -0.104368312500000, 1 -0.104391000000000, 0 -0.104433125000000, 1 -0.104433187500000, 0 -0.104433312500000, 1 -0.104455875000000, 0 -0.104494750000000, 1 -0.104517437500000, 0 -0.104536875000000, 1 -0.104536937500000, 0 -0.104537062500000, 1 -0.104559562500000, 0 -0.104591937500000, 1 -0.104614687500000, 0 -0.104669812500000, 1 -0.104669875000000, 0 -0.104669937500000, 1 -0.104692500000000, 0 -0.104851250000000, 1 -0.104851375000000, 0 -0.104851437500000, 1 -0.104874000000000, 0 -0.104890187500000, 1 -0.104912875000000, 0 -0.104961500000000, 1 -0.104984250000000, 0 -0.105045875000000, 1 -0.105068437500000, 0 -0.105110687500000, 1 -0.105133312500000, 0 -0.105172187500000, 1 -0.105194937500000, 0 -0.105214312500000, 1 -0.105237000000000, 0 -0.105269375000000, 1 -0.105292125000000, 0 -0.105347250000000, 1 -0.105369937500000, 0 -0.105528750000000, 1 -0.105551437500000, 0 -0.105567625000000, 1 -0.105590312500000, 0 -0.105639000000000, 1 -0.105661687500000, 0 -0.105723250000000, 1 -0.105745875000000, 0 -0.105791312500000, 1 -0.105814000000000, 0 -0.105849562500000, 1 -0.105872312500000, 0 -0.105891750000000, 1 -0.105914437500000, 0 -0.105946812500000, 1 -0.105969562500000, 0 -0.106014937500000, 1 -0.106037562500000, 0 -0.106196500000000, 1 -0.106219125000000, 0 -0.106235312500000, 1 -0.106258000000000, 0 -0.106306687500000, 1 -0.106329250000000, 0 -0.106390875000000, 1 -0.106413562500000, 0 -0.106455625000000, 1 -0.106478437500000, 0 -0.106517250000000, 1 -0.106539937500000, 0 -0.106559437500000, 1 -0.106582125000000, 0 -0.106614562500000, 1 -0.106637187500000, 0 -0.106692312500000, 1 -0.106715000000000, 0 -0.106873875000000, 1 -0.106896500000000, 0 -0.106912750000000, 1 -0.106935375000000, 0 -0.106984000000000, 1 -0.106984062500000, 0 -0.106984187500000, 1 -0.107006687500000, 0 -0.107068375000000, 1 -0.107091000000000, 0 -0.107136312500000, 1 -0.107159062500000, 0 -0.107194625000000, 1 -0.107217375000000, 0 -0.107236750000000, 1 -0.107259500000000, 0 -0.107291937500000, 1 -0.107314625000000, 0 -0.107360000000000, 1 -0.107382750000000, 0 -0.107541500000000, 1 -0.107564187500000, 0 -0.107580437500000, 1 -0.107603125000000, 0 -0.107651750000000, 1 -0.107674437500000, 0 -0.107736062500000, 1 -0.107758625000000, 0 -0.107804000000000, 1 -0.107804062500000, 0 -0.107804125000000, 1 -0.107826750000000, 0 -0.107862375000000, 1 -0.107885062500000, 0 -0.107904562500000, 1 -0.107927187500000, 0 -0.107959625000000, 1 -0.107982312500000, 0 -0.108027625000000, 1 -0.108027687500000, 0 -0.108027812500000, 1 -0.108050375000000, 0 -0.108209250000000, 1 -0.108231812500000, 0 -0.108248000000000, 1 -0.108270750000000, 0 -0.108319312500000, 1 -0.108319375000000, 0 -0.108319437500000, 1 -0.108342062500000, 0 -0.108403625000000, 1 -0.108403687500000, 0 -0.108403750000000, 1 -0.108426312500000, 0 -0.108471625000000, 1 -0.108494375000000, 0 -0.108529937500000, 1 -0.108552750000000, 0 -0.108572125000000, 1 -0.108594812500000, 0 -0.108627250000000, 1 -0.108649937500000, 0 -0.108695312500000, 1 -0.108718000000000, 0 -0.108876812500000, 1 -0.108899437500000, 0 -0.108915625000000, 1 -0.108938375000000, 0 -0.108987000000000, 1 -0.109009687500000, 0 -0.109071250000000, 1 -0.109094000000000, 0 -0.109139312500000, 1 -0.109139375000000, 0 -0.109139500000000, 1 -0.109162000000000, 0 -0.109197625000000, 1 -0.109220437500000, 0 -0.109239812500000, 1 -0.109239875000000, 0 -0.109240000000000, 1 -0.109262500000000, 0 -0.109295000000000, 1 -0.109317625000000, 0 -0.109363062500000, 1 -0.109385687500000, 0 -0.109544500000000, 1 -0.109567187500000, 0 -0.109583375000000, 1 -0.109606062500000, 0 -0.109654687500000, 1 -0.109677375000000, 0 -0.109738937500000, 1 -0.109761625000000, 0 -0.109803750000000, 1 -0.109826500000000, 0 -0.109865312500000, 1 -0.109888062500000, 0 -0.109907500000000, 1 -0.109907562500000, 0 -0.109907625000000, 1 -0.109930250000000, 0 -0.109962625000000, 1 -0.109985250000000, 0 -0.110040375000000, 1 -0.110063062500000, 0 -0.110221937500000, 1 -0.110244625000000, 0 -0.110260812500000, 1 -0.110283500000000, 0 -0.110332125000000, 1 -0.110354750000000, 0 -0.110416375000000, 1 -0.110439062500000, 0 -0.110484375000000, 1 -0.110507125000000, 0 -0.110542687500000, 1 -0.110565500000000, 0 -0.110585000000000, 1 -0.110607562500000, 0 -0.110640062500000, 1 -0.110662750000000, 0 -0.110708062500000, 1 -0.110730750000000, 0 -0.110889562500000, 1 -0.110912312500000, 0 -0.110928375000000, 1 -0.110928500000000, 0 -0.110928625000000, 1 -0.110951187500000, 0 -0.110999812500000, 1 -0.111022437500000, 0 -0.111084125000000, 1 -0.111106750000000, 0 -0.111152062500000, 1 -0.111174812500000, 0 -0.111210375000000, 1 -0.111233187500000, 0 -0.111252625000000, 1 -0.111275250000000, 0 -0.111307625000000, 1 -0.111330375000000, 0 -0.111375750000000, 1 -0.111398500000000, 0 -0.111557250000000, 1 -0.111557375000000, 0 -0.111557437500000, 1 -0.111579937500000, 0 -0.111596125000000, 1 -0.111618812500000, 0 -0.111667500000000, 1 -0.111690187500000, 0 -0.111751750000000, 1 -0.111751812500000, 0 -0.111751875000000, 1 -0.111774437500000, 0 -0.111816562500000, 1 -0.111816625000000, 0 -0.111816687500000, 1 -0.111839250000000, 0 -0.111878125000000, 1 -0.111900812500000, 0 -0.111920250000000, 1 -0.111920312500000, 0 -0.111920437500000, 1 -0.111943000000000, 0 -0.111975375000000, 1 -0.111998062500000, 0 -0.112053187500000, 1 -0.112075875000000, 0 -0.112234625000000, 1 -0.112257312500000, 0 -0.112273562500000, 1 -0.112296250000000, 0 -0.112344875000000, 1 -0.112367562500000, 0 -0.112429125000000, 1 -0.112451812500000, 0 -0.112497187500000, 1 -0.112519875000000, 0 -0.112555437500000, 1 -0.112578250000000, 0 -0.112597625000000, 1 -0.112620312500000, 0 -0.112652750000000, 1 -0.112675375000000, 0 -0.112720812500000, 1 -0.112743500000000, 0 -0.112902312500000, 1 -0.112925000000000, 0 -0.112941187500000, 1 -0.112963937500000, 0 -0.113012687500000, 1 -0.113035250000000, 0 -0.113096750000000, 1 -0.113119500000000, 0 -0.113164812500000, 1 -0.113187562500000, 0 -0.113223250000000, 1 -0.113245875000000, 0 -0.113265312500000, 1 -0.113288000000000, 0 -0.113320375000000, 1 -0.113343125000000, 0 -0.113388437500000, 1 -0.113411125000000, 0 -0.113570000000000, 1 -0.113592687500000, 0 -0.113608875000000, 1 -0.113608937500000, 0 -0.113609000000000, 1 -0.113631562500000, 0 -0.113680125000000, 1 -0.113702875000000, 0 -0.113764437500000, 1 -0.113787125000000, 0 -0.113832500000000, 1 -0.113855187500000, 0 -0.113890750000000, 1 -0.113890812500000, 0 -0.113890875000000, 1 -0.113913562500000, 0 -0.113932937500000, 1 -0.113955687500000, 0 -0.113988062500000, 1 -0.114010750000000, 0 -0.114056125000000, 1 -0.114078875000000, 0 -0.114237750000000, 1 -0.114260375000000, 0 -0.114276562500000, 1 -0.114299250000000, 0 -0.114347875000000, 1 -0.114370562500000, 0 -0.114432125000000, 1 -0.114454812500000, 0 -0.114496937500000, 1 -0.114519687500000, 0 -0.114558500000000, 1 -0.114581250000000, 0 -0.114600625000000, 1 -0.114623375000000, 0 -0.114655750000000, 1 -0.114678437500000, 0 -0.114733625000000, 1 -0.114756250000000, 0 -0.114915062500000, 1 -0.114937750000000, 0 -0.114953937500000, 1 -0.114976625000000, 0 -0.115025437500000, 1 -0.115047937500000, 0 -0.115109500000000, 1 -0.115132250000000, 0 -0.115177562500000, 1 -0.115200312500000, 0 -0.115235875000000, 1 -0.115258625000000, 0 -0.115278000000000, 1 -0.115300750000000, 0 -0.115333125000000, 1 -0.115355875000000, 0 -0.115401187500000, 1 -0.115401250000000, 0 -0.115401375000000, 1 -0.115423875000000, 0 -0.115582750000000, 1 -0.115605375000000, 0 -0.115621625000000, 1 -0.115644312500000, 0 -0.115692937500000, 1 -0.115715625000000, 0 -0.115777250000000, 1 -0.115799875000000, 0 -0.115845187500000, 1 -0.115867937500000, 0 -0.115903500000000, 1 -0.115926312500000, 0 -0.115945750000000, 1 -0.115968375000000, 0 -0.116000812500000, 1 -0.116023500000000, 0 -0.116068937500000, 1 -0.116091562500000, 0 -0.116250375000000, 1 -0.116273000000000, 0 -0.116289187500000, 1 -0.116312000000000, 0 -0.116360562500000, 1 -0.116383250000000, 0 -0.116444812500000, 1 -0.116467500000000, 0 -0.116512812500000, 1 -0.116535562500000, 0 -0.116571125000000, 1 -0.116593937500000, 0 -0.116613375000000, 1 -0.116636000000000, 0 -0.116668500000000, 1 -0.116691125000000, 0 -0.116736437500000, 1 -0.116759187500000, 0 -0.116918000000000, 1 -0.116940625000000, 0 -0.116956875000000, 1 -0.116979562500000, 0 -0.117028125000000, 1 -0.117050875000000, 0 -0.117112437500000, 1 -0.117112500000000, 0 -0.117112625000000, 1 -0.117135125000000, 0 -0.117180437500000, 1 -0.117203187500000, 0 -0.117238750000000, 1 -0.117261500000000, 0 -0.117280937500000, 1 -0.117303625000000, 0 -0.117336000000000, 1 -0.117358750000000, 0 -0.117404062500000, 1 -0.117426750000000, 0 -0.117585562500000, 1 -0.117608250000000, 0 -0.117624500000000, 1 -0.117647125000000, 0 -0.117695750000000, 1 -0.117718437500000, 0 -0.117780000000000, 1 -0.117780062500000, 0 -0.117780187500000, 1 -0.117802750000000, 0 -0.117848062500000, 1 -0.117870812500000, 0 -0.117906375000000, 1 -0.117929125000000, 0 -0.117948500000000, 1 -0.117971250000000, 0 -0.118003625000000, 1 -0.118026312500000, 0 -0.118071625000000, 1 -0.118094375000000, 0 -0.118253250000000, 1 -0.118275875000000, 0 -0.118292062500000, 1 -0.118314750000000, 0 -0.118363375000000, 1 -0.118363437500000, 0 -0.118363500000000, 1 -0.118386062500000, 0 -0.118447625000000, 1 -0.118470312500000, 0 -0.118515687500000, 1 -0.118538375000000, 0 -0.118574062500000, 1 -0.118596812500000, 0 -0.118616250000000, 1 -0.118638875000000, 0 -0.118671250000000, 1 -0.118694000000000, 0 -0.118739375000000, 1 -0.118762062500000, 0 -0.118920937500000, 1 -0.118943562500000, 0 -0.118959750000000, 1 -0.118959812500000, 0 -0.118959875000000, 1 -0.118982500000000, 0 -0.119031187500000, 1 -0.119053750000000, 0 -0.119115500000000, 1 -0.119138062500000, 0 -0.119180187500000, 1 -0.119202875000000, 0 -0.119241750000000, 1 -0.119264500000000, 0 -0.119283875000000, 1 -0.119306562500000, 0 -0.119339000000000, 1 -0.119361687500000, 0 -0.119416875000000, 1 -0.119439500000000, 0 -0.119598312500000, 1 -0.119621000000000, 0 -0.119637250000000, 1 -0.119659937500000, 0 -0.119708500000000, 1 -0.119731187500000, 0 -0.119792812500000, 1 -0.119815500000000, 0 -0.119860875000000, 1 -0.119883562500000, 0 -0.119919125000000, 1 -0.119941875000000, 0 -0.119961375000000, 1 -0.119984000000000, 0 -0.120016437500000, 1 -0.120039062500000, 0 -0.120084500000000, 1 -0.120107187500000, 0 -0.120266000000000, 1 -0.120288687500000, 0 -0.120304812500000, 1 -0.120304937500000, 0 -0.120305000000000, 1 -0.120327562500000, 0 -0.120376250000000, 1 -0.120398875000000, 0 -0.120460500000000, 1 -0.120483125000000, 0 -0.120528500000000, 1 -0.120551250000000, 0 -0.120586750000000, 1 -0.120609562500000, 0 -0.120628937500000, 1 -0.120651625000000, 0 -0.120684125000000, 1 -0.120706750000000, 0 -0.120752125000000, 1 -0.120774812500000, 0 -0.120933625000000, 1 -0.120956250000000, 0 -0.120972437500000, 1 -0.120995187500000, 0 -0.121043750000000, 1 -0.121043812500000, 0 -0.121043937500000, 1 -0.121066500000000, 0 -0.121128125000000, 1 -0.121150812500000, 0 -0.121192875000000, 1 -0.121215562500000, 0 -0.121254437500000, 1 -0.121277187500000, 0 -0.121296562500000, 1 -0.121296687500000, 0 -0.121296750000000, 1 -0.121319250000000, 0 -0.121351687500000, 1 -0.121374437500000, 0 -0.121429625000000, 1 -0.121452187500000, 0 -0.121611000000000, 1 -0.121633625000000, 0 -0.121649812500000, 1 -0.121672562500000, 0 -0.121721312500000, 1 -0.121743812500000, 0 -0.121805437500000, 1 -0.121828125000000, 0 -0.121870187500000, 1 -0.121892937500000, 0 -0.121931750000000, 1 -0.121954500000000, 0 -0.121973937500000, 1 -0.121996687500000, 0 -0.122029000000000, 1 -0.122051750000000, 0 -0.122106812500000, 1 -0.122129562500000, 0 -0.122288312500000, 1 -0.122310937500000, 0 -0.122327187500000, 1 -0.122349937500000, 0 -0.122398500000000, 1 -0.122421187500000, 0 -0.122482687500000, 1 -0.122505500000000, 0 -0.122550750000000, 1 -0.122573562500000, 0 -0.122609125000000, 1 -0.122631937500000, 0 -0.122651312500000, 1 -0.122674000000000, 0 -0.122706562500000, 1 -0.122729062500000, 0 -0.122774437500000, 1 -0.122797125000000, 0 -0.122956000000000, 1 -0.122978625000000, 0 -0.122994812500000, 1 -0.123017562500000, 0 -0.123066312500000, 1 -0.123088875000000, 0 -0.123150562500000, 1 -0.123173125000000, 0 -0.123215250000000, 1 -0.123237937500000, 0 -0.123276937500000, 1 -0.123299500000000, 0 -0.123319062500000, 1 -0.123341687500000, 0 -0.123374000000000, 1 -0.123374062500000, 0 -0.123374187500000, 1 -0.123396750000000, 0 -0.123451875000000, 1 -0.123474562500000, 0 -0.123633375000000, 1 -0.123656000000000, 0 -0.123672250000000, 1 -0.123694937500000, 0 -0.123743500000000, 1 -0.123743562500000, 0 -0.123743750000000, 1 -0.123766250000000, 0 -0.123827812500000, 1 -0.123850500000000, 0 -0.123892625000000, 1 -0.123915375000000, 0 -0.123954250000000, 1 -0.123977000000000, 0 -0.123996375000000, 1 -0.124019062500000, 0 -0.124051500000000, 1 -0.124074125000000, 0 -0.124129250000000, 1 -0.124129312500000, 0 -0.124129375000000, 1 -0.124152000000000, 0 -0.124310812500000, 1 -0.124333500000000, 0 -0.124349687500000, 1 -0.124372375000000, 0 -0.124420937500000, 1 -0.124443687500000, 0 -0.124505250000000, 1 -0.124527937500000, 0 -0.124573312500000, 1 -0.124596000000000, 0 -0.124631625000000, 1 -0.124654375000000, 0 -0.124673875000000, 1 -0.124696500000000, 0 -0.124728937500000, 1 -0.124751562500000, 0 -0.124796937500000, 1 -0.124797000000000, 0 -0.124797062500000, 1 -0.124819687500000, 0 -0.124978500000000, 1 -0.125001187500000, 0 -0.125017375000000, 1 -0.125040062500000, 0 -0.125088750000000, 1 -0.125088812500000, 0 -0.125088875000000, 1 -0.125111375000000, 0 -0.125172937500000, 1 -0.125173000000000, 0 -0.125173062500000, 1 -0.125195625000000, 0 -0.125241125000000, 1 -0.125263750000000, 0 -0.125299312500000, 1 -0.125322125000000, 0 -0.125341562500000, 1 -0.125341625000000, 0 -0.125341687500000, 1 -0.125364250000000, 0 -0.125396687500000, 1 -0.125419375000000, 0 -0.125464750000000, 1 -0.125487375000000, 0 -0.125646187500000, 1 -0.125668875000000, 0 -0.125685062500000, 1 -0.125707812500000, 0 -0.125756437500000, 1 -0.125779125000000, 0 -0.125840687500000, 1 -0.125840750000000, 0 -0.125840812500000, 1 -0.125863437500000, 0 -0.125905500000000, 1 -0.125928187500000, 0 -0.125967062500000, 1 -0.125989750000000, 0 -0.126009250000000, 1 -0.126009312500000, 0 -0.126009375000000, 1 -0.126032000000000, 0 -0.126064312500000, 1 -0.126087000000000, 0 -0.126142250000000, 1 -0.126164812500000, 0 -0.126323625000000, 1 -0.126346375000000, 0 -0.126362562500000, 1 -0.126385250000000, 0 -0.126433812500000, 1 -0.126456500000000, 0 -0.126518062500000, 1 -0.126540812500000, 0 -0.126586125000000, 1 -0.126586187500000, 0 -0.126586250000000, 1 -0.126608875000000, 0 -0.126644500000000, 1 -0.126667187500000, 0 -0.126686625000000, 1 -0.126709312500000, 0 -0.126741750000000, 1 -0.126764437500000, 0 -0.126809750000000, 1 -0.126832500000000, 0 -0.126991375000000, 1 -0.127014000000000, 0 -0.127030187500000, 1 -0.127052937500000, 0 -0.127101500000000, 1 -0.127124187500000, 0 -0.127185812500000, 1 -0.127208437500000, 0 -0.127253812500000, 1 -0.127276562500000, 0 -0.127312187500000, 1 -0.127334875000000, 0 -0.127354312500000, 1 -0.127377000000000, 0 -0.127409375000000, 1 -0.127432062500000, 0 -0.127477437500000, 1 -0.127477500000000, 0 -0.127477562500000, 1 -0.127500187500000, 0 -0.127659062500000, 1 -0.127681625000000, 0 -0.127697812500000, 1 -0.127720562500000, 0 -0.127769187500000, 1 -0.127791875000000, 0 -0.127853437500000, 1 -0.127876125000000, 0 -0.127921500000000, 1 -0.127944250000000, 0 -0.127979812500000, 1 -0.128002625000000, 0 -0.128022000000000, 1 -0.128044750000000, 0 -0.128077125000000, 1 -0.128077187500000, 0 -0.128077250000000, 1 -0.128099812500000, 0 -0.128145312500000, 1 -0.128167875000000, 0 -0.128326750000000, 1 -0.128349375000000, 0 -0.128365625000000, 1 -0.128388312500000, 0 -0.128436937500000, 1 -0.128459625000000, 0 -0.128521125000000, 1 -0.128521187500000, 0 -0.128521250000000, 1 -0.128543812500000, 0 -0.128589187500000, 1 -0.128611937500000, 0 -0.128647500000000, 1 -0.128647562500000, 0 -0.128647687500000, 1 -0.128670312500000, 0 -0.128689750000000, 1 -0.128712375000000, 0 -0.128744750000000, 1 -0.128767562500000, 0 -0.128812812500000, 1 -0.128835562500000, 0 -0.128994375000000, 1 -0.129017062500000, 0 -0.129033250000000, 1 -0.129056000000000, 0 -0.129104500000000, 1 -0.129127250000000, 0 -0.129188812500000, 1 -0.129211500000000, 0 -0.129256875000000, 1 -0.129279562500000, 0 -0.129315187500000, 1 -0.129337937500000, 0 -0.129357375000000, 1 -0.129357437500000, 0 -0.129357562500000, 1 -0.129380125000000, 0 -0.129412500000000, 1 -0.129435125000000, 0 -0.129480500000000, 1 -0.129503250000000, 0 -0.129662125000000, 1 -0.129684750000000, 0 -0.129700937500000, 1 -0.129723625000000, 0 -0.129772250000000, 1 -0.129794937500000, 0 -0.129856500000000, 1 -0.129879250000000, 0 -0.129924500000000, 1 -0.129947312500000, 0 -0.129982875000000, 1 -0.130005625000000, 0 -0.130025000000000, 1 -0.130047750000000, 0 -0.130080125000000, 1 -0.130102875000000, 0 -0.130148187500000, 1 -0.130170937500000, 0 -0.130329687500000, 1 -0.130352375000000, 0 -0.130368625000000, 1 -0.130391312500000, 0 -0.130440062500000, 1 -0.130462562500000, 0 -0.130524125000000, 1 -0.130546875000000, 0 -0.130589000000000, 1 -0.130611687500000, 0 -0.130650562500000, 1 -0.130673312500000, 0 -0.130692750000000, 1 -0.130715375000000, 0 -0.130747812500000, 1 -0.130770500000000, 0 -0.130825625000000, 1 -0.130848312500000, 0 -0.131007125000000, 1 -0.131007187500000, 0 -0.131007250000000, 1 -0.131029812500000, 0 -0.131046000000000, 1 -0.131068750000000, 0 -0.131117375000000, 1 -0.131140062500000, 0 -0.131201625000000, 1 -0.131224375000000, 0 -0.131266375000000, 1 -0.131289187500000, 0 -0.131328000000000, 1 -0.131350750000000, 0 -0.131370187500000, 1 -0.131392812500000, 0 -0.131425250000000, 1 -0.131447937500000, 0 -0.131503000000000, 1 -0.131525750000000, 0 -0.131684500000000, 1 -0.131707250000000, 0 -0.131723375000000, 1 -0.131746125000000, 0 -0.131794687500000, 1 -0.131817375000000, 0 -0.131879000000000, 1 -0.131901750000000, 0 -0.131943937500000, 1 -0.131966500000000, 0 -0.132005375000000, 1 -0.132028125000000, 0 -0.132047562500000, 1 -0.132070187500000, 0 -0.132102625000000, 1 -0.132125312500000, 0 -0.132180437500000, 1 -0.132203062500000, 0 -0.132361937500000, 1 -0.132384562500000, 0 -0.132400875000000, 1 -0.132423562500000, 0 -0.132472125000000, 1 -0.132494812500000, 0 -0.132556375000000, 1 -0.132579062500000, 0 -0.132621187500000, 1 -0.132643875000000, 0 -0.132682750000000, 1 -0.132705500000000, 0 -0.132725000000000, 1 -0.132747625000000, 0 -0.132780000000000, 1 -0.132802750000000, 0 -0.132857812500000, 1 -0.132880562500000, 0 -0.133039312500000, 1 -0.133062000000000, 0 -0.133078250000000, 1 -0.133100937500000, 0 -0.133149500000000, 1 -0.133172187500000, 0 -0.133233875000000, 1 -0.133256500000000, 0 -0.133301875000000, 1 -0.133324625000000, 0 -0.133360125000000, 1 -0.133383000000000, 0 -0.133402500000000, 1 -0.133425062500000, 0 -0.133457437500000, 1 -0.133480187500000, 0 -0.133525500000000, 1 -0.133548312500000, 0 -0.133707062500000, 1 -0.133729750000000, 0 -0.133745937500000, 1 -0.133768687500000, 0 -0.133817250000000, 1 -0.133839937500000, 0 -0.133901562500000, 1 -0.133924250000000, 0 -0.133969625000000, 1 -0.133992375000000, 0 -0.134027937500000, 1 -0.134050687500000, 0 -0.134070250000000, 1 -0.134092812500000, 0 -0.134125187500000, 1 -0.134147875000000, 0 -0.134193312500000, 1 -0.134215937500000, 0 -0.134374812500000, 1 -0.134397500000000, 0 -0.134413687500000, 1 -0.134436375000000, 0 -0.134485000000000, 1 -0.134507750000000, 0 -0.134569250000000, 1 -0.134592000000000, 0 -0.134637375000000, 1 -0.134660125000000, 0 -0.134695687500000, 1 -0.134718437500000, 0 -0.134737875000000, 1 -0.134760562500000, 0 -0.134792937500000, 1 -0.134815625000000, 0 -0.134861000000000, 1 -0.134883750000000, 0 -0.135042625000000, 1 -0.135065250000000, 0 -0.135081437500000, 1 -0.135104187500000, 0 -0.135152875000000, 1 -0.135175500000000, 0 -0.135237000000000, 1 -0.135259750000000, 0 -0.135305125000000, 1 -0.135327812500000, 0 -0.135363437500000, 1 -0.135386187500000, 0 -0.135405625000000, 1 -0.135428312500000, 0 -0.135460687500000, 1 -0.135483437500000, 0 -0.135528750000000, 1 -0.135551500000000, 0 -0.135710375000000, 1 -0.135732937500000, 0 -0.135749312500000, 1 -0.135771937500000, 0 -0.135820437500000, 1 -0.135820500000000, 0 -0.135820562500000, 1 -0.135843187500000, 0 -0.135904750000000, 1 -0.135927437500000, 0 -0.135972875000000, 1 -0.135995500000000, 0 -0.136031062500000, 1 -0.136053875000000, 0 -0.136073312500000, 1 -0.136096000000000, 0 -0.136128375000000, 1 -0.136151062500000, 0 -0.136196437500000, 1 -0.136219187500000, 0 -0.136377937500000, 1 -0.136400625000000, 0 -0.136416812500000, 1 -0.136439562500000, 0 -0.136488187500000, 1 -0.136510812500000, 0 -0.136572437500000, 1 -0.136595125000000, 0 -0.136640375000000, 1 -0.136640437500000, 0 -0.136640625000000, 1 -0.136663250000000, 0 -0.136698812500000, 1 -0.136721625000000, 0 -0.136740937500000, 1 -0.136763687500000, 0 -0.136796062500000, 1 -0.136796125000000, 0 -0.136796187500000, 1 -0.136818750000000, 0 -0.136864187500000, 1 -0.136886812500000, 0 -0.137045687500000, 1 -0.137068375000000, 0 -0.137084562500000, 1 -0.137107312500000, 0 -0.137155875000000, 1 -0.137178562500000, 0 -0.137240312500000, 1 -0.137262812500000, 0 -0.137304937500000, 1 -0.137327625000000, 0 -0.137366500000000, 1 -0.137366687500000, 0 -0.137366750000000, 1 -0.137389250000000, 0 -0.137408687500000, 1 -0.137431375000000, 0 -0.137463750000000, 1 -0.137486437500000, 0 -0.137541562500000, 1 -0.137564250000000, 0 -0.137723062500000, 1 -0.137745750000000, 0 -0.137761937500000, 1 -0.137784687500000, 0 -0.137833250000000, 1 -0.137856000000000, 0 -0.137917500000000, 1 -0.137940250000000, 0 -0.137985500000000, 1 -0.138008312500000, 0 -0.138043875000000, 1 -0.138066687500000, 0 -0.138086062500000, 1 -0.138108750000000, 0 -0.138141125000000, 1 -0.138163875000000, 0 -0.138209250000000, 1 -0.138231937500000, 0 -0.138390750000000, 1 -0.138413500000000, 0 -0.138429625000000, 1 -0.138452312500000, 0 -0.138500937500000, 1 -0.138523625000000, 0 -0.138585187500000, 1 -0.138585250000000, 0 -0.138585375000000, 1 -0.138607875000000, 0 -0.138653250000000, 1 -0.138653312500000, 0 -0.138653437500000, 1 -0.138676000000000, 0 -0.138711562500000, 1 -0.138734312500000, 0 -0.138753750000000, 1 -0.138776500000000, 0 -0.138808812500000, 1 -0.138831562500000, 0 -0.138876875000000, 1 -0.138877000000000, 0 -0.138877062500000, 1 -0.138899625000000, 0 -0.139058500000000, 1 -0.139081125000000, 0 -0.139097312500000, 1 -0.139120000000000, 0 -0.139168625000000, 1 -0.139168687500000, 0 -0.139168750000000, 1 -0.139191312500000, 0 -0.139252937500000, 1 -0.139275562500000, 0 -0.139320875000000, 1 -0.139343625000000, 0 -0.139379187500000, 1 -0.139379312500000, 0 -0.139379375000000, 1 -0.139402000000000, 0 -0.139421375000000, 1 -0.139421437500000, 0 -0.139421500000000, 1 -0.139444062500000, 0 -0.139476625000000, 1 -0.139499187500000, 0 -0.139544562500000, 1 -0.139567250000000, 0 -0.139726062500000, 1 -0.139748687500000, 0 -0.139764875000000, 1 -0.139787625000000, 0 -0.139836187500000, 1 -0.139858937500000, 0 -0.139920500000000, 1 -0.139943187500000, 0 -0.139988687500000, 1 -0.140011250000000, 0 -0.140046812500000, 1 -0.140069687500000, 0 -0.140089062500000, 1 -0.140111750000000, 0 -0.140144125000000, 1 -0.140166875000000, 0 -0.140212125000000, 1 -0.140234937500000, 0 -0.140393750000000, 1 -0.140416437500000, 0 -0.140432625000000, 1 -0.140432687500000, 0 -0.140432750000000, 1 -0.140455312500000, 0 -0.140504000000000, 1 -0.140526625000000, 0 -0.140588187500000, 1 -0.140610875000000, 0 -0.140656250000000, 1 -0.140679000000000, 0 -0.140714687500000, 1 -0.140737375000000, 0 -0.140756750000000, 1 -0.140779437500000, 0 -0.140811875000000, 1 -0.140834562500000, 0 -0.140880062500000, 1 -0.140902625000000, 0 -0.141061375000000, 1 -0.141084125000000, 0 -0.141100312500000, 1 -0.141123000000000, 0 -0.141171625000000, 1 -0.141194312500000, 0 -0.141255875000000, 1 -0.141255937500000, 0 -0.141256000000000, 1 -0.141278625000000, 0 -0.141323937500000, 1 -0.141346625000000, 0 -0.141382187500000, 1 -0.141405000000000, 0 -0.141424375000000, 1 -0.141447187500000, 0 -0.141479500000000, 1 -0.141502250000000, 0 -0.141547562500000, 1 -0.141570250000000, 0 -0.141729062500000, 1 -0.141751812500000, 0 -0.141768062500000, 1 -0.141790687500000, 0 -0.141839250000000, 1 -0.141839312500000, 0 -0.141839375000000, 1 -0.141862000000000, 0 -0.141923500000000, 1 -0.141946250000000, 0 -0.141991562500000, 1 -0.142014250000000, 0 -0.142049875000000, 1 -0.142072625000000, 0 -0.142092062500000, 1 -0.142114750000000, 0 -0.142147125000000, 1 -0.142147187500000, 0 -0.142147250000000, 1 -0.142169875000000, 0 -0.142215125000000, 1 -0.142237875000000, 0 -0.142396687500000, 1 -0.142419375000000, 0 -0.142435625000000, 1 -0.142458250000000, 0 -0.142506875000000, 1 -0.142529625000000, 0 -0.142591187500000, 1 -0.142613812500000, 0 -0.142659250000000, 1 -0.142681875000000, 0 -0.142717500000000, 1 -0.142740312500000, 0 -0.142759687500000, 1 -0.142782375000000, 0 -0.142814750000000, 1 -0.142837500000000, 0 -0.142882812500000, 1 -0.142905500000000, 0 -0.143064312500000, 1 -0.143087000000000, 0 -0.143103250000000, 1 -0.143125937500000, 0 -0.143174500000000, 1 -0.143197187500000, 0 -0.143258812500000, 1 -0.143281437500000, 0 -0.143326812500000, 1 -0.143349562500000, 0 -0.143385125000000, 1 -0.143407937500000, 0 -0.143427312500000, 1 -0.143450000000000, 0 -0.143482375000000, 1 -0.143505062500000, 0 -0.143505125000000, 1 -0.143505187500000, 0 -0.143550437500000, 1 -0.143550500000000, 0 -0.143550562500000, 1 -0.143573125000000, 0 -0.143731937500000, 1 -0.143732000000000, 0 -0.143732062500000, 1 -0.143754625000000, 0 -0.143770875000000, 1 -0.143793562500000, 0 -0.143842187500000, 1 -0.143864875000000, 0 -0.143926437500000, 1 -0.143949187500000, 0 -0.143991250000000, 1 -0.144014000000000, 0 -0.144052812500000, 1 -0.144075500000000, 0 -0.144095000000000, 1 -0.144117687500000, 0 -0.144150062500000, 1 -0.144172750000000, 0 -0.144227875000000, 1 -0.144250562500000, 0 -0.144409312500000, 1 -0.144432062500000, 0 -0.144448250000000, 1 -0.144470937500000, 0 -0.144519500000000, 1 -0.144542250000000, 0 -0.144603875000000, 1 -0.144626500000000, 0 -0.144671875000000, 1 -0.144694562500000, 0 -0.144730187500000, 1 -0.144752875000000, 0 -0.144772312500000, 1 -0.144795000000000, 0 -0.144827437500000, 1 -0.144850187500000, 0 -0.144895437500000, 1 -0.144918187500000, 0 -0.145077000000000, 1 -0.145099750000000, 0 -0.145115875000000, 1 -0.145138625000000, 0 -0.145187250000000, 1 -0.145209937500000, 0 -0.145271500000000, 1 -0.145294250000000, 0 -0.145336312500000, 1 -0.145359000000000, 0 -0.145397875000000, 1 -0.145420625000000, 0 -0.145440125000000, 1 -0.145462750000000, 0 -0.145495187500000, 1 -0.145517875000000, 0 -0.145573000000000, 1 -0.145595625000000, 0 -0.145754562500000, 1 -0.145777125000000, 0 -0.145793375000000, 1 -0.145816062500000, 0 -0.145864687500000, 1 -0.145887375000000, 0 -0.145948937500000, 1 -0.145971687500000, 0 -0.146013750000000, 1 -0.146036437500000, 0 -0.146075312500000, 1 -0.146098062500000, 0 -0.146117500000000, 1 -0.146140187500000, 0 -0.146172687500000, 1 -0.146195250000000, 0 -0.146250375000000, 1 -0.146273125000000, 0 -0.146432000000000, 1 -0.146454625000000, 0 -0.146470812500000, 1 -0.146493500000000, 0 -0.146542062500000, 1 -0.146564812500000, 0 -0.146626375000000, 1 -0.146649062500000, 0 -0.146691187500000, 1 -0.146713937500000, 0 -0.146752750000000, 1 -0.146775500000000, 0 -0.146794937500000, 1 -0.146817562500000, 0 -0.146850000000000, 1 -0.146850062500000, 0 -0.146850125000000, 1 -0.146872687500000, 0 -0.146928000000000, 1 -0.146950500000000, 0 -0.147109500000000, 1 -0.147132000000000, 0 -0.147148187500000, 1 -0.147170937500000, 0 -0.147219500000000, 1 -0.147242250000000, 0 -0.147303812500000, 1 -0.147326500000000, 0 -0.147371937500000, 1 -0.147394625000000, 0 -0.147430187500000, 1 -0.147452937500000, 0 -0.147472375000000, 1 -0.147472437500000, 0 -0.147472500000000, 1 -0.147495062500000, 0 -0.147527437500000, 1 -0.147550125000000, 0 -0.147595500000000, 1 -0.147618187500000, 0 -0.147777000000000, 1 -0.147799687500000, 0 -0.147799750000000, 1 -0.147799812500000, 0 -0.147815875000000, 1 -0.147838625000000, 0 -0.147887250000000, 1 -0.147909937500000, 0 -0.147971500000000, 1 -0.147994250000000, 0 -0.148039500000000, 1 -0.148062250000000, 0 -0.148097875000000, 1 -0.148120625000000, 0 -0.148140187500000, 1 -0.148162687500000, 0 -0.148195125000000, 1 -0.148217812500000, 0 -0.148263187500000, 1 -0.148285937500000, 0 -0.148444687500000, 1 -0.148467375000000, 0 -0.148483625000000, 1 -0.148483687500000, 0 -0.148483750000000, 1 -0.148506250000000, 0 -0.148555000000000, 1 -0.148577625000000, 0 -0.148639125000000, 1 -0.148661875000000, 0 -0.148707250000000, 1 -0.148730000000000, 0 -0.148765562500000, 1 -0.148788312500000, 0 -0.148807687500000, 1 -0.148830375000000, 0 -0.148862750000000, 1 -0.148885500000000, 0 -0.148930812500000, 1 -0.148953562500000, 0 -0.149112375000000, 1 -0.149135062500000, 0 -0.149151250000000, 1 -0.149174000000000, 0 -0.149222625000000, 1 -0.149245312500000, 0 -0.149306875000000, 1 -0.149306937500000, 0 -0.149307062500000, 1 -0.149329562500000, 0 -0.149371687500000, 1 -0.149394437500000, 0 -0.149433312500000, 1 -0.149456000000000, 0 -0.149475500000000, 1 -0.149498125000000, 0 -0.149530500000000, 1 -0.149530562500000, 0 -0.149530625000000, 1 -0.149553250000000, 0 -0.149608375000000, 1 -0.149631000000000, 0 -0.149789750000000, 1 -0.149812500000000, 0 -0.149828687500000, 1 -0.149851375000000, 0 -0.149900062500000, 1 -0.149922687500000, 0 -0.149984250000000, 1 -0.150007000000000, 0 -0.150052312500000, 1 -0.150052375000000, 0 -0.150052437500000, 1 -0.150075062500000, 0 -0.150110687500000, 1 -0.150133375000000, 0 -0.150152875000000, 1 -0.150175500000000, 0 -0.150207937500000, 1 -0.150208062500000, 0 -0.150208125000000, 1 -0.150230687500000, 0 -0.150275937500000, 1 -0.150298750000000, 0 -0.150457562500000, 1 -0.150480250000000, 0 -0.150496375000000, 1 -0.150496437500000, 0 -0.150496562500000, 1 -0.150519187500000, 0 -0.150567687500000, 1 -0.150567812500000, 0 -0.150567937500000, 1 -0.150590437500000, 0 -0.150652000000000, 1 -0.150674687500000, 0 -0.150720062500000, 1 -0.150742812500000, 0 -0.150778375000000, 1 -0.150778437500000, 0 -0.150778500000000, 1 -0.150801187500000, 0 -0.150820562500000, 1 -0.150843312500000, 0 -0.150875687500000, 1 -0.150898312500000, 0 -0.150943687500000, 1 -0.150966437500000, 0 -0.151125375000000, 1 -0.151147937500000, 0 -0.151164125000000, 1 -0.151186875000000, 0 -0.151235562500000, 1 -0.151258125000000, 0 -0.151319750000000, 1 -0.151342437500000, 0 -0.151384562500000, 1 -0.151407250000000, 0 -0.151446187500000, 1 -0.151468875000000, 0 -0.151488250000000, 1 -0.151511000000000, 0 -0.151543375000000, 1 -0.151566062500000, 0 -0.151621250000000, 1 -0.151643937500000, 0 -0.151802812500000, 1 -0.151825312500000, 0 -0.151825375000000, 1 -0.151825437500000, 0 -0.151841687500000, 1 -0.151864250000000, 0 -0.151912875000000, 1 -0.151912937500000, 0 -0.151913062500000, 1 -0.151935625000000, 0 -0.151997250000000, 1 -0.152019875000000, 0 -0.152065187500000, 1 -0.152087937500000, 0 -0.152123500000000, 1 -0.152123562500000, 0 -0.152123687500000, 1 -0.152146250000000, 0 -0.152165687500000, 1 -0.152188375000000, 0 -0.152220812500000, 1 -0.152243500000000, 0 -0.152288875000000, 1 -0.152311500000000, 0 -0.152311562500000, 1 -0.152311625000000, 0 -0.152470437500000, 1 -0.152493062500000, 0 -0.152509375000000, 1 -0.152531937500000, 0 -0.152580625000000, 1 -0.152603312500000, 0 -0.152664875000000, 1 -0.152687625000000, 0 -0.152732937500000, 1 -0.152755625000000, 0 -0.152791250000000, 1 -0.152814000000000, 0 -0.152833437500000, 1 -0.152856125000000, 0 -0.152888687500000, 1 -0.152911250000000, 0 -0.152956562500000, 1 -0.152956625000000, 0 -0.152956750000000, 1 -0.152979312500000, 0 -0.153138125000000, 1 -0.153160750000000, 0 -0.153177062500000, 1 -0.153199750000000, 0 -0.153248250000000, 1 -0.153271000000000, 0 -0.153332500000000, 1 -0.153355312500000, 0 -0.153397375000000, 1 -0.153420062500000, 0 -0.153458937500000, 1 -0.153481687500000, 0 -0.153501125000000, 1 -0.153523812500000, 0 -0.153556312500000, 1 -0.153578937500000, 0 -0.153634062500000, 1 -0.153656750000000, 0 -0.153815625000000, 1 -0.153838250000000, 0 -0.153854500000000, 1 -0.153877187500000, 0 -0.153925812500000, 1 -0.153948500000000, 0 -0.154010125000000, 1 -0.154032812500000, 0 -0.154078312500000, 1 -0.154100875000000, 0 -0.154136375000000, 1 -0.154159250000000, 0 -0.154178687500000, 1 -0.154201375000000, 0 -0.154233750000000, 1 -0.154256437500000, 0 -0.154301875000000, 1 -0.154324562500000, 0 -0.154483375000000, 1 -0.154483437500000, 0 -0.154483500000000, 1 -0.154506062500000, 0 -0.154522250000000, 1 -0.154545000000000, 0 -0.154593625000000, 1 -0.154616375000000, 0 -0.154677875000000, 1 -0.154700625000000, 0 -0.154745875000000, 1 -0.154768687500000, 0 -0.154804312500000, 1 -0.154827125000000, 0 -0.154846500000000, 1 -0.154869187500000, 0 -0.154901562500000, 1 -0.154901625000000, 0 -0.154901687500000, 1 -0.154924312500000, 0 -0.154969625000000, 1 -0.154992375000000, 0 -0.155151250000000, 1 -0.155173875000000, 0 -0.155190125000000, 1 -0.155190187500000, 0 -0.155190250000000, 1 -0.155212812500000, 0 -0.155261437500000, 1 -0.155284125000000, 0 -0.155345687500000, 1 -0.155368437500000, 0 -0.155410500000000, 1 -0.155433250000000, 0 -0.155472062500000, 1 -0.155472125000000, 0 -0.155472250000000, 1 -0.155494812500000, 0 -0.155514250000000, 1 -0.155536937500000, 0 -0.155569312500000, 1 -0.155592062500000, 0 -0.155647125000000, 1 -0.155669875000000, 0 -0.155828750000000, 1 -0.155851375000000, 0 -0.155867562500000, 1 -0.155890312500000, 0 -0.155938875000000, 1 -0.155961562500000, 0 -0.156023125000000, 1 -0.156045875000000, 0 -0.156088000000000, 1 -0.156110687500000, 0 -0.156149562500000, 1 -0.156172312500000, 0 -0.156191750000000, 1 -0.156214375000000, 0 -0.156246812500000, 1 -0.156269500000000, 0 -0.156324625000000, 1 -0.156347375000000, 0 -0.156506125000000, 1 -0.156528875000000, 0 -0.156545062500000, 1 -0.156567750000000, 0 -0.156616375000000, 1 -0.156639062500000, 0 -0.156700625000000, 1 -0.156723312500000, 0 -0.156765437500000, 1 -0.156788125000000, 0 -0.156827000000000, 1 -0.156849812500000, 0 -0.156869187500000, 1 -0.156891937500000, 0 -0.156924312500000, 1 -0.156947000000000, 0 -0.157002062500000, 1 -0.157024812500000, 0 -0.157183625000000, 1 -0.157206312500000, 0 -0.157222500000000, 1 -0.157222562500000, 0 -0.157222625000000, 1 -0.157245187500000, 0 -0.157293875000000, 1 -0.157316500000000, 0 -0.157378125000000, 1 -0.157400812500000, 0 -0.157446187500000, 1 -0.157468875000000, 0 -0.157504500000000, 1 -0.157527250000000, 0 -0.157546750000000, 1 -0.157569375000000, 0 -0.157601750000000, 1 -0.157624500000000, 0 -0.157669875000000, 1 -0.157692625000000, 0 -0.157851437500000, 1 -0.157874062500000, 0 -0.157890437500000, 1 -0.157913062500000, 0 -0.157961625000000, 1 -0.157984375000000, 0 -0.158045875000000, 1 -0.158068625000000, 0 -0.158114000000000, 1 -0.158136750000000, 0 -0.158172375000000, 1 -0.158195062500000, 0 -0.158214500000000, 1 -0.158214562500000, 0 -0.158214625000000, 1 -0.158237250000000, 0 -0.158269625000000, 1 -0.158292312500000, 0 -0.158337687500000, 1 -0.158360437500000, 0 -0.158519250000000, 1 -0.158541937500000, 0 -0.158558062500000, 1 -0.158558187500000, 0 -0.158558250000000, 1 -0.158580812500000, 0 -0.158629500000000, 1 -0.158652125000000, 0 -0.158713750000000, 1 -0.158736437500000, 0 -0.158778500000000, 1 -0.158801312500000, 0 -0.158840187500000, 1 -0.158862875000000, 0 -0.158882312500000, 1 -0.158905000000000, 0 -0.158937312500000, 1 -0.158937437500000, 0 -0.158937500000000, 1 -0.158960125000000, 0 -0.159015250000000, 1 -0.159037875000000, 0 -0.159196687500000, 1 -0.159219375000000, 0 -0.159235625000000, 1 -0.159258375000000, 0 -0.159306937500000, 1 -0.159329625000000, 0 -0.159391187500000, 1 -0.159413937500000, 0 -0.159459250000000, 1 -0.159459312500000, 0 -0.159459375000000, 1 -0.159482062500000, 0 -0.159517562500000, 1 -0.159517625000000, 0 -0.159517750000000, 1 -0.159540375000000, 0 -0.159559812500000, 1 -0.159582500000000, 0 -0.159614937500000, 1 -0.159637625000000, 0 -0.159682937500000, 1 -0.159705687500000, 0 -0.159864500000000, 1 -0.159887250000000, 0 -0.159903437500000, 1 -0.159926125000000, 0 -0.159974812500000, 1 -0.159997437500000, 0 -0.160059062500000, 1 -0.160059125000000, 0 -0.160059250000000, 1 -0.160081687500000, 0 -0.160127125000000, 1 -0.160149812500000, 0 -0.160185437500000, 1 -0.160208187500000, 0 -0.160227562500000, 1 -0.160227625000000, 0 -0.160227687500000, 1 -0.160250312500000, 0 -0.160282875000000, 1 -0.160305375000000, 0 -0.160350750000000, 1 -0.160373500000000, 0 -0.160532312500000, 1 -0.160555000000000, 0 -0.160571125000000, 1 -0.160593937500000, 0 -0.160642437500000, 1 -0.160665187500000, 0 -0.160726750000000, 1 -0.160726812500000, 0 -0.160726875000000, 1 -0.160749437500000, 0 -0.160794875000000, 1 -0.160817562500000, 0 -0.160853125000000, 1 -0.160875937500000, 0 -0.160895312500000, 1 -0.160918062500000, 0 -0.160950437500000, 1 -0.160973125000000, 0 -0.161018562500000, 1 -0.161041250000000, 0 -0.161200000000000, 1 -0.161222750000000, 0 -0.161238875000000, 1 -0.161261625000000, 0 -0.161310250000000, 1 -0.161332937500000, 0 -0.161394562500000, 1 -0.161417250000000, 0 -0.161462562500000, 1 -0.161485250000000, 0 -0.161520875000000, 1 -0.161520937500000, 0 -0.161521000000000, 1 -0.161543625000000, 0 -0.161563000000000, 1 -0.161585750000000, 0 -0.161618125000000, 1 -0.161640875000000, 0 -0.161686312500000, 1 -0.161708937500000, 0 -0.161867812500000, 1 -0.161890437500000, 0 -0.161906625000000, 1 -0.161929375000000, 0 -0.161978000000000, 1 -0.162000625000000, 0 -0.162062250000000, 1 -0.162084937500000, 0 -0.162127187500000, 1 -0.162149750000000, 0 -0.162188625000000, 1 -0.162211375000000, 0 -0.162230812500000, 1 -0.162253500000000, 0 -0.162286000000000, 1 -0.162308562500000, 0 -0.162363687500000, 1 -0.162386375000000, 0 -0.162545187500000, 1 -0.162567937500000, 0 -0.162584062500000, 1 -0.162606750000000, 0 -0.162655375000000, 1 -0.162678062500000, 0 -0.162739625000000, 1 -0.162762312500000, 0 -0.162807750000000, 1 -0.162830437500000, 0 -0.162866000000000, 1 -0.162888750000000, 0 -0.162908187500000, 1 -0.162930937500000, 0 -0.162963250000000, 1 -0.162986000000000, 0 -0.163031312500000, 1 -0.163054125000000, 0 -0.163213000000000, 1 -0.163235562500000, 0 -0.163251750000000, 1 -0.163274437500000, 0 -0.163323062500000, 1 -0.163345750000000, 0 -0.163407312500000, 1 -0.163430000000000, 0 -0.163475375000000, 1 -0.163498125000000, 0 -0.163533687500000, 1 -0.163556437500000, 0 -0.163575875000000, 1 -0.163598625000000, 0 -0.163631000000000, 1 -0.163653625000000, 0 -0.163699187500000, 1 -0.163721750000000, 0 -0.163880562500000, 1 -0.163903250000000, 0 -0.163919437500000, 1 -0.163942187500000, 0 -0.163990750000000, 1 -0.164013437500000, 0 -0.164075000000000, 1 -0.164097750000000, 0 -0.164143062500000, 1 -0.164165812500000, 0 -0.164201375000000, 1 -0.164201437500000, 0 -0.164201562500000, 1 -0.164224187500000, 0 -0.164243562500000, 1 -0.164266312500000, 0 -0.164298750000000, 1 -0.164321375000000, 0 -0.164366687500000, 1 -0.164366750000000, 0 -0.164366812500000, 1 -0.164389437500000, 0 -0.164548312500000, 1 -0.164570875000000, 0 -0.164587125000000, 1 -0.164609812500000, 0 -0.164658437500000, 1 -0.164681125000000, 0 -0.164742687500000, 1 -0.164765375000000, 0 -0.164810687500000, 1 -0.164810750000000, 0 -0.164810875000000, 1 -0.164833437500000, 0 -0.164869000000000, 1 -0.164891812500000, 0 -0.164911250000000, 1 -0.164933937500000, 0 -0.164966375000000, 1 -0.164989000000000, 0 -0.165034375000000, 1 -0.165057125000000, 0 -0.165215875000000, 1 -0.165238625000000, 0 -0.165254750000000, 1 -0.165277500000000, 0 -0.165326125000000, 1 -0.165348750000000, 0 -0.165410375000000, 1 -0.165433062500000, 0 -0.165475125000000, 1 -0.165497875000000, 0 -0.165536750000000, 1 -0.165559437500000, 0 -0.165578875000000, 1 -0.165601562500000, 0 -0.165634000000000, 1 -0.165656625000000, 0 -0.165711812500000, 1 -0.165734500000000, 0 -0.165893312500000, 1 -0.165916000000000, 0 -0.165932187500000, 1 -0.165954875000000, 0 -0.166003562500000, 1 -0.166026187500000, 0 -0.166087750000000, 1 -0.166110500000000, 0 -0.166155812500000, 1 -0.166178562500000, 0 -0.166214062500000, 1 -0.166214187500000, 0 -0.166214250000000, 1 -0.166236875000000, 0 -0.166256312500000, 1 -0.166279000000000, 0 -0.166311437500000, 1 -0.166334062500000, 0 -0.166379500000000, 1 -0.166402125000000, 0 -0.166560937500000, 1 -0.166583687500000, 0 -0.166599875000000, 1 -0.166599937500000, 0 -0.166600000000000, 1 -0.166622562500000, 0 -0.166671250000000, 1 -0.166693875000000, 0 -0.166755437500000, 1 -0.166778187500000, 0 -0.166823500000000, 1 -0.166846187500000, 0 -0.166881812500000, 1 -0.166904625000000, 0 -0.166924000000000, 1 -0.166924062500000, 0 -0.166924125000000, 1 -0.166946750000000, 0 -0.166979062500000, 1 -0.167001812500000, 0 -0.167047125000000, 1 -0.167069812500000, 0 -0.167228750000000, 1 -0.167251312500000, 0 -0.167267500000000, 1 -0.167290250000000, 0 -0.167338875000000, 1 -0.167361562500000, 0 -0.167423125000000, 1 -0.167445875000000, 0 -0.167491250000000, 1 -0.167513937500000, 0 -0.167549500000000, 1 -0.167572312500000, 0 -0.167591687500000, 1 -0.167614375000000, 0 -0.167646812500000, 1 -0.167669500000000, 0 -0.167714812500000, 1 -0.167714937500000, 0 -0.167715000000000, 1 -0.167737562500000, 0 -0.167896375000000, 1 -0.167919062500000, 0 -0.167935250000000, 1 -0.167958000000000, 0 -0.168006500000000, 1 -0.168029312500000, 0 -0.168090875000000, 1 -0.168113562500000, 0 -0.168158875000000, 1 -0.168181625000000, 0 -0.168217187500000, 1 -0.168240000000000, 0 -0.168259375000000, 1 -0.168282125000000, 0 -0.168314500000000, 1 -0.168337187500000, 0 -0.168382562500000, 1 -0.168405312500000, 0 -0.168564125000000, 1 -0.168586750000000, 0 -0.168602937500000, 1 -0.168625687500000, 0 -0.168674312500000, 1 -0.168697000000000, 0 -0.168758625000000, 1 -0.168781312500000, 0 -0.168823375000000, 1 -0.168846062500000, 0 -0.168885000000000, 1 -0.168907687500000, 0 -0.168927125000000, 1 -0.168927187500000, 0 -0.168927250000000, 1 -0.168949812500000, 0 -0.168982312500000, 1 -0.169004875000000, 0 -0.169060000000000, 1 -0.169082750000000, 0 -0.169241500000000, 1 -0.169264250000000, 0 -0.169280500000000, 1 -0.169303125000000, 0 -0.169351687500000, 1 -0.169374437500000, 0 -0.169436000000000, 1 -0.169458687500000, 0 -0.169500875000000, 1 -0.169523562500000, 0 -0.169562437500000, 1 -0.169585125000000, 0 -0.169604562500000, 1 -0.169627250000000, 0 -0.169659812500000, 1 -0.169682375000000, 0 -0.169737500000000, 1 -0.169760125000000, 0 -0.169919125000000, 1 -0.169941687500000, 0 -0.169957937500000, 1 -0.169980625000000, 0 -0.170029187500000, 1 -0.170051937500000, 0 -0.170113500000000, 1 -0.170136250000000, 0 -0.170181625000000, 1 -0.170204250000000, 0 -0.170239875000000, 1 -0.170239937500000, 0 -0.170240000000000, 1 -0.170262687500000, 0 -0.170282062500000, 1 -0.170304750000000, 0 -0.170337250000000, 1 -0.170359875000000, 0 -0.170405187500000, 1 -0.170427937500000, 0 -0.170586750000000, 1 -0.170609437500000, 0 -0.170625625000000, 1 -0.170625687500000, 0 -0.170625750000000, 1 -0.170648375000000, 0 -0.170696937500000, 1 -0.170719625000000, 0 -0.170781250000000, 1 -0.170803937500000, 0 -0.170849312500000, 1 -0.170872000000000, 0 -0.170907500000000, 1 -0.170930375000000, 0 -0.170949750000000, 1 -0.170949812500000, 0 -0.170949875000000, 1 -0.170972500000000, 0 -0.171004875000000, 1 -0.171027625000000, 0 -0.171072937500000, 1 -0.171095625000000, 0 -0.171254500000000, 1 -0.171277187500000, 0 -0.171293437500000, 1 -0.171316125000000, 0 -0.171364812500000, 1 -0.171387375000000, 0 -0.171448937500000, 1 -0.171471687500000, 0 -0.171513750000000, 1 -0.171536500000000, 0 -0.171575375000000, 1 -0.171598062500000, 0 -0.171617500000000, 1 -0.171617562500000, 0 -0.171617625000000, 1 -0.171640187500000, 0 -0.171672625000000, 1 -0.171695312500000, 0 -0.171750500000000, 1 -0.171773125000000, 0 -0.171931937500000, 1 -0.171932000000000, 0 -0.171932125000000, 1 -0.171954687500000, 0 -0.171970812500000, 1 -0.171993562500000, 0 -0.172042187500000, 1 -0.172042250000000, 0 -0.172042375000000, 1 -0.172064812500000, 0 -0.172126437500000, 1 -0.172149125000000, 0 -0.172194500000000, 1 -0.172217250000000, 0 -0.172252812500000, 1 -0.172275625000000, 0 -0.172295062500000, 1 -0.172317687500000, 0 -0.172350062500000, 1 -0.172350125000000, 0 -0.172350187500000, 1 -0.172372812500000, 0 -0.172418250000000, 1 -0.172440875000000, 0 -0.172599687500000, 1 -0.172622375000000, 0 -0.172638562500000, 1 -0.172661312500000, 0 -0.172710000000000, 1 -0.172732562500000, 0 -0.172794187500000, 1 -0.172816937500000, 0 -0.172859000000000, 1 -0.172881750000000, 0 -0.172920500000000, 1 -0.172943312500000, 0 -0.172962750000000, 1 -0.172985375000000, 0 -0.173017812500000, 1 -0.173040500000000, 0 -0.173095625000000, 1 -0.173118312500000, 0 -0.173277125000000, 1 -0.173299875000000, 0 -0.173316062500000, 1 -0.173338750000000, 0 -0.173387437500000, 1 -0.173410062500000, 0 -0.173471625000000, 1 -0.173494312500000, 0 -0.173539687500000, 1 -0.173539750000000, 0 -0.173539875000000, 1 -0.173562437500000, 0 -0.173598000000000, 1 -0.173620750000000, 0 -0.173640125000000, 1 -0.173662875000000, 0 -0.173695312500000, 1 -0.173718062500000, 0 -0.173763375000000, 1 -0.173786062500000, 0 -0.173944875000000, 1 -0.173967625000000, 0 -0.173983875000000, 1 -0.174006500000000, 0 -0.174055125000000, 1 -0.174077812500000, 0 -0.174139375000000, 1 -0.174162125000000, 0 -0.174207437500000, 1 -0.174230125000000, 0 -0.174265750000000, 1 -0.174288500000000, 0 -0.174307937500000, 1 -0.174308000000000, 0 -0.174308062500000, 1 -0.174330687500000, 0 -0.174363062500000, 1 -0.174385750000000, 0 -0.174431125000000, 1 -0.174453812500000, 0 -0.174612687500000, 1 -0.174635375000000, 0 -0.174651625000000, 1 -0.174674250000000, 0 -0.174722875000000, 1 -0.174722937500000, 0 -0.174723000000000, 1 -0.174745562500000, 0 -0.174807125000000, 1 -0.174829812500000, 0 -0.174875187500000, 1 -0.174875250000000, 0 -0.174875312500000, 1 -0.174897937500000, 0 -0.174933500000000, 1 -0.174956250000000, 0 -0.174975750000000, 1 -0.174998375000000, 0 -0.175030875000000, 1 -0.175053500000000, 0 -0.175098875000000, 1 -0.175098937500000, 0 -0.175099000000000, 1 -0.175121562500000, 0 -0.175280437500000, 1 -0.175303062500000, 0 -0.175319312500000, 1 -0.175342000000000, 0 -0.175390625000000, 1 -0.175413375000000, 0 -0.175474875000000, 1 -0.175474937500000, 0 -0.175475062500000, 1 -0.175497625000000, 0 -0.175542937500000, 1 -0.175565750000000, 0 -0.175601250000000, 1 -0.175624062500000, 0 -0.175643500000000, 1 -0.175666187500000, 0 -0.175698562500000, 1 -0.175721312500000, 0 -0.175766625000000, 1 -0.175789375000000, 0 -0.175948187500000, 1 -0.175970875000000, 0 -0.175987062500000, 1 -0.176009812500000, 0 -0.176058375000000, 1 -0.176081125000000, 0 -0.176142687500000, 1 -0.176165375000000, 0 -0.176210750000000, 1 -0.176233500000000, 0 -0.176269000000000, 1 -0.176269062500000, 0 -0.176269187500000, 1 -0.176291875000000, 0 -0.176311312500000, 1 -0.176333937500000, 0 -0.176366375000000, 1 -0.176389062500000, 0 -0.176434562500000, 1 -0.176457125000000, 0 -0.176616000000000, 1 -0.176638625000000, 0 -0.176654875000000, 1 -0.176677562500000, 0 -0.176726125000000, 1 -0.176748812500000, 0 -0.176810500000000, 1 -0.176833125000000, 0 -0.176875312500000, 1 -0.176897937500000, 0 -0.176936812500000, 1 -0.176959625000000, 0 -0.176979125000000, 1 -0.177001750000000, 0 -0.177034062500000, 1 -0.177034125000000, 0 -0.177034187500000, 1 -0.177056812500000, 0 -0.177111937500000, 1 -0.177134625000000, 0 -0.177293437500000, 1 -0.177316125000000, 0 -0.177332312500000, 1 -0.177355000000000, 0 -0.177403687500000, 1 -0.177426312500000, 0 -0.177487875000000, 1 -0.177510625000000, 0 -0.177555937500000, 1 -0.177578687500000, 0 -0.177614375000000, 1 -0.177637125000000, 0 -0.177656500000000, 1 -0.177679187500000, 0 -0.177711562500000, 1 -0.177711625000000, 0 -0.177711687500000, 1 -0.177734312500000, 0 -0.177779625000000, 1 -0.177802312500000, 0 -0.177961187500000, 1 -0.177961250000000, 0 -0.177961312500000, 1 -0.177983812500000, 0 -0.178000187500000, 1 -0.178022750000000, 0 -0.178071375000000, 1 -0.178094062500000, 0 -0.178155687500000, 1 -0.178178375000000, 0 -0.178223687500000, 1 -0.178246375000000, 0 -0.178282062500000, 1 -0.178304750000000, 0 -0.178324250000000, 1 -0.178346875000000, 0 -0.178379250000000, 1 -0.178401937500000, 0 -0.178447375000000, 1 -0.178470062500000, 0 -0.178628812500000, 1 -0.178651562500000, 0 -0.178667812500000, 1 -0.178690500000000, 0 -0.178739062500000, 1 -0.178761750000000, 0 -0.178823312500000, 1 -0.178846000000000, 0 -0.178891437500000, 1 -0.178914125000000, 0 -0.178949687500000, 1 -0.178972437500000, 0 -0.178991875000000, 1 -0.178992062500000, 0 -0.178992125000000, 1 -0.179014625000000, 0 -0.179046937500000, 1 -0.179069687500000, 0 -0.179115000000000, 1 -0.179137812500000, 0 -0.179296625000000, 1 -0.179319312500000, 0 -0.179335500000000, 1 -0.179358250000000, 0 -0.179406875000000, 1 -0.179429500000000, 0 -0.179491062500000, 1 -0.179513750000000, 0 -0.179559125000000, 1 -0.179581812500000, 0 -0.179617500000000, 1 -0.179640187500000, 0 -0.179659750000000, 1 -0.179682312500000, 0 -0.179714687500000, 1 -0.179737375000000, 0 -0.179782687500000, 1 -0.179805500000000, 0 -0.179964250000000, 1 -0.179986937500000, 0 -0.180003125000000, 1 -0.180025812500000, 0 -0.180074500000000, 1 -0.180097187500000, 0 -0.180158750000000, 1 -0.180181437500000, 0 -0.180223687500000, 1 -0.180246250000000, 0 -0.180285125000000, 1 -0.180307812500000, 0 -0.180327375000000, 1 -0.180350000000000, 0 -0.180382312500000, 1 -0.180405125000000, 0 -0.180460187500000, 1 -0.180482875000000, 0 -0.180641750000000, 1 -0.180664312500000, 0 -0.180680562500000, 1 -0.180703250000000, 0 -0.180751875000000, 1 -0.180774562500000, 0 -0.180836125000000, 1 -0.180858812500000, 0 -0.180904187500000, 1 -0.180904250000000, 0 -0.180904312500000, 1 -0.180926937500000, 0 -0.180962500000000, 1 -0.180962562500000, 0 -0.180962625000000, 1 -0.180985250000000, 0 -0.181004687500000, 1 -0.181027375000000, 0 -0.181059812500000, 1 -0.181082500000000, 0 -0.181127937500000, 1 -0.181150625000000, 0 -0.181309375000000, 1 -0.181332062500000, 0 -0.181348250000000, 1 -0.181371000000000, 0 -0.181419500000000, 1 -0.181442250000000, 0 -0.181503812500000, 1 -0.181526500000000, 0 -0.181571937500000, 1 -0.181594625000000, 0 -0.181630187500000, 1 -0.181630250000000, 0 -0.181630312500000, 1 -0.181653000000000, 0 -0.181672375000000, 1 -0.181695062500000, 0 -0.181727500000000, 1 -0.181750187500000, 0 -0.181795500000000, 1 -0.181818250000000, 0 -0.181977062500000, 1 -0.181999750000000, 0 -0.182015937500000, 1 -0.182038687500000, 0 -0.182087375000000, 1 -0.182109937500000, 0 -0.182171625000000, 1 -0.182194250000000, 0 -0.182239687500000, 1 -0.182262312500000, 0 -0.182297937500000, 1 -0.182320687500000, 0 -0.182340125000000, 1 -0.182362812500000, 0 -0.182395187500000, 1 -0.182417937500000, 0 -0.182463250000000, 1 -0.182486000000000, 0 -0.182644812500000, 1 -0.182667562500000, 0 -0.182683687500000, 1 -0.182706437500000, 0 -0.182755062500000, 1 -0.182777750000000, 0 -0.182839250000000, 1 -0.182862000000000, 0 -0.182904250000000, 1 -0.182926812500000, 0 -0.182965687500000, 1 -0.182988437500000, 0 -0.183007875000000, 1 -0.183030500000000, 0 -0.183063000000000, 1 -0.183085687500000, 0 -0.183140750000000, 1 -0.183140875000000, 0 -0.183140937500000, 1 -0.183163437500000, 0 -0.183322250000000, 1 -0.183344937500000, 0 -0.183361125000000, 1 -0.183383875000000, 0 -0.183432437500000, 1 -0.183455187500000, 0 -0.183516812500000, 1 -0.183539500000000, 0 -0.183584750000000, 1 -0.183607562500000, 0 -0.183643125000000, 1 -0.183665937500000, 0 -0.183685312500000, 1 -0.183708000000000, 0 -0.183740437500000, 1 -0.183763125000000, 0 -0.183808500000000, 1 -0.183831187500000, 0 -0.183990125000000, 1 -0.184012750000000, 0 -0.184029000000000, 1 -0.184051687500000, 0 -0.184100250000000, 1 -0.184122937500000, 0 -0.184184562500000, 1 -0.184207250000000, 0 -0.184252625000000, 1 -0.184275375000000, 0 -0.184310937500000, 1 -0.184333750000000, 0 -0.184353125000000, 1 -0.184375812500000, 0 -0.184408187500000, 1 -0.184430937500000, 0 -0.184476250000000, 1 -0.184499000000000, 0 -0.184657812500000, 1 -0.184680500000000, 0 -0.184696687500000, 1 -0.184719437500000, 0 -0.184768000000000, 1 -0.184790750000000, 0 -0.184852312500000, 1 -0.184875000000000, 0 -0.184920312500000, 1 -0.184943062500000, 0 -0.184978687500000, 1 -0.185001500000000, 0 -0.185020875000000, 1 -0.185043562500000, 0 -0.185075937500000, 1 -0.185098687500000, 0 -0.185144000000000, 1 -0.185144062500000, 0 -0.185144187500000, 1 -0.185166687500000, 0 -0.185325500000000, 1 -0.185325625000000, 0 -0.185325687500000, 1 -0.185348250000000, 0 -0.185364375000000, 1 -0.185387125000000, 0 -0.185435875000000, 1 -0.185458437500000, 0 -0.185520062500000, 1 -0.185542750000000, 0 -0.185588125000000, 1 -0.185610750000000, 0 -0.185646375000000, 1 -0.185669187500000, 0 -0.185688562500000, 1 -0.185711250000000, 0 -0.185743687500000, 1 -0.185743750000000, 0 -0.185743812500000, 1 -0.185766375000000, 0 -0.185811750000000, 1 -0.185834500000000, 0 -0.185993250000000, 1 -0.186015937500000, 0 -0.186032125000000, 1 -0.186054937500000, 0 -0.186103500000000, 1 -0.186126125000000, 0 -0.186187750000000, 1 -0.186210437500000, 0 -0.186255750000000, 1 -0.186278500000000, 0 -0.186314062500000, 1 -0.186336875000000, 0 -0.186356375000000, 1 -0.186378937500000, 0 -0.186411375000000, 1 -0.186434062500000, 0 -0.186479375000000, 1 -0.186502125000000, 0 -0.186660937500000, 1 -0.186683625000000, 0 -0.186699875000000, 1 -0.186722562500000, 0 -0.186771125000000, 1 -0.186793875000000, 0 -0.186855375000000, 1 -0.186878062500000, 0 -0.186923437500000, 1 -0.186946125000000, 0 -0.186981750000000, 1 -0.187004500000000, 0 -0.187023937500000, 1 -0.187046625000000, 0 -0.187079000000000, 1 -0.187101750000000, 0 -0.187147062500000, 1 -0.187169750000000, 0 -0.187328562500000, 1 -0.187351250000000, 0 -0.187367437500000, 1 -0.187390187500000, 0 -0.187438750000000, 1 -0.187438937500000, 0 -0.187439000000000, 1 -0.187461437500000, 0 -0.187523062500000, 1 -0.187545750000000, 0 -0.187587875000000, 1 -0.187610562500000, 0 -0.187649375000000, 1 -0.187672125000000, 0 -0.187691562500000, 1 -0.187714250000000, 0 -0.187746625000000, 1 -0.187769375000000, 0 -0.187824437500000, 1 -0.187847125000000, 0 -0.188005937500000, 1 -0.188028625000000, 0 -0.188044812500000, 1 -0.188067500000000, 0 -0.188116187500000, 1 -0.188138812500000, 0 -0.188200375000000, 1 -0.188200437500000, 0 -0.188200500000000, 1 -0.188223062500000, 0 -0.188268562500000, 1 -0.188291187500000, 0 -0.188326687500000, 1 -0.188349500000000, 0 -0.188368937500000, 1 -0.188391625000000, 0 -0.188424000000000, 1 -0.188446750000000, 0 -0.188492062500000, 1 -0.188514750000000, 0 -0.188673562500000, 1 -0.188696250000000, 0 -0.188712437500000, 1 -0.188712500000000, 0 -0.188712562500000, 1 -0.188735125000000, 0 -0.188783750000000, 1 -0.188806437500000, 0 -0.188868000000000, 1 -0.188890750000000, 0 -0.188932812500000, 1 -0.188955562500000, 0 -0.188994437500000, 1 -0.189017125000000, 0 -0.189036562500000, 1 -0.189059250000000, 0 -0.189091625000000, 1 -0.189114375000000, 0 -0.189169437500000, 1 -0.189192125000000, 0 -0.189350937500000, 1 -0.189373625000000, 0 -0.189389812500000, 1 -0.189412562500000, 0 -0.189461187500000, 1 -0.189483875000000, 0 -0.189545375000000, 1 -0.189568187500000, 0 -0.189610250000000, 1 -0.189632937500000, 0 -0.189671875000000, 1 -0.189694562500000, 0 -0.189714000000000, 1 -0.189736687500000, 0 -0.189769062500000, 1 -0.189791750000000, 0 -0.189847062500000, 1 -0.189869562500000, 0 -0.190028500000000, 1 -0.190051125000000, 0 -0.190067250000000, 1 -0.190090000000000, 0 -0.190138562500000, 1 -0.190161250000000, 0 -0.190222812500000, 1 -0.190245562500000, 0 -0.190291000000000, 1 -0.190313625000000, 0 -0.190349187500000, 1 -0.190372000000000, 0 -0.190391437500000, 1 -0.190414062500000, 0 -0.190446500000000, 1 -0.190469187500000, 0 -0.190514500000000, 1 -0.190537312500000, 0 -0.190696062500000, 1 -0.190718750000000, 0 -0.190734937500000, 1 -0.190757625000000, 0 -0.190806187500000, 1 -0.190828937500000, 0 -0.190890437500000, 1 -0.190913187500000, 0 -0.190958500000000, 1 -0.190981312500000, 0 -0.191016875000000, 1 -0.191039625000000, 0 -0.191059062500000, 1 -0.191081750000000, 0 -0.191114312500000, 1 -0.191136875000000, 0 -0.191182125000000, 1 -0.191204937500000, 0 -0.191363750000000, 1 -0.191363812500000, 0 -0.191363875000000, 1 -0.191386375000000, 0 -0.191402562500000, 1 -0.191425375000000, 0 -0.191473875000000, 1 -0.191496562500000, 0 -0.191558125000000, 1 -0.191580875000000, 0 -0.191626187500000, 1 -0.191648937500000, 0 -0.191684500000000, 1 -0.191707312500000, 0 -0.191726750000000, 1 -0.191749375000000, 0 -0.191781812500000, 1 -0.191804500000000, 0 -0.191849750000000, 1 -0.191872562500000, 0 -0.192031375000000, 1 -0.192031437500000, 0 -0.192031500000000, 1 -0.192054000000000, 0 -0.192070187500000, 1 -0.192093000000000, 0 -0.192141500000000, 1 -0.192164312500000, 0 -0.192225875000000, 1 -0.192248562500000, 0 -0.192293875000000, 1 -0.192316562500000, 0 -0.192352125000000, 1 -0.192374937500000, 0 -0.192394375000000, 1 -0.192417062500000, 0 -0.192449437500000, 1 -0.192472125000000, 0 -0.192517500000000, 1 -0.192540250000000, 0 -0.192699000000000, 1 -0.192721750000000, 0 -0.192737875000000, 1 -0.192737937500000, 0 -0.192738000000000, 1 -0.192760625000000, 0 -0.192809250000000, 1 -0.192831875000000, 0 -0.192893437500000, 1 -0.192916187500000, 0 -0.192961500000000, 1 -0.192984250000000, 0 -0.193019812500000, 1 -0.193042625000000, 0 -0.193062000000000, 1 -0.193084750000000, 0 -0.193117125000000, 1 -0.193139812500000, 0 -0.193185187500000, 1 -0.193207875000000, 0 -0.193366687500000, 1 -0.193389375000000, 0 -0.193405500000000, 1 -0.193405562500000, 0 -0.193405750000000, 1 -0.193428312500000, 0 -0.193476937500000, 1 -0.193499562500000, 0 -0.193561187500000, 1 -0.193583875000000, 0 -0.193629312500000, 1 -0.193652000000000, 0 -0.193687687500000, 1 -0.193710312500000, 0 -0.193729687500000, 1 -0.193752375000000, 0 -0.193784750000000, 1 -0.193807562500000, 0 -0.193852875000000, 1 -0.193875625000000, 0 -0.194034437500000, 1 -0.194057125000000, 0 -0.194073250000000, 1 -0.194096000000000, 0 -0.194144562500000, 1 -0.194167250000000, 0 -0.194228875000000, 1 -0.194228937500000, 0 -0.194229000000000, 1 -0.194251562500000, 0 -0.194293687500000, 1 -0.194316375000000, 0 -0.194355312500000, 1 -0.194378000000000, 0 -0.194397437500000, 1 -0.194420125000000, 0 -0.194452500000000, 1 -0.194475250000000, 0 -0.194530437500000, 1 -0.194553000000000, 0 -0.194711875000000, 1 -0.194734500000000, 0 -0.194750875000000, 1 -0.194773375000000, 0 -0.194822000000000, 1 -0.194844750000000, 0 -0.194906312500000, 1 -0.194928937500000, 0 -0.194974312500000, 1 -0.194997062500000, 0 -0.195032625000000, 1 -0.195055375000000, 0 -0.195074812500000, 1 -0.195097562500000, 0 -0.195129875000000, 1 -0.195152562500000, 0 -0.195197937500000, 1 -0.195220625000000, 0 -0.195379437500000, 1 -0.195402187500000, 0 -0.195418312500000, 1 -0.195441062500000, 0 -0.195489687500000, 1 -0.195489750000000, 0 -0.195489812500000, 1 -0.195512312500000, 0 -0.195512375000000, 1 -0.195512437500000, 0 -0.195573937500000, 1 -0.195596625000000, 0 -0.195638750000000, 1 -0.195661437500000, 0 -0.195700312500000, 1 -0.195723062500000, 0 -0.195742437500000, 1 -0.195765187500000, 0 -0.195797500000000, 1 -0.195820250000000, 0 -0.195875312500000, 1 -0.195875375000000, 0 -0.195875500000000, 1 -0.195898000000000, 0 -0.196056812500000, 1 -0.196056875000000, 0 -0.196056937500000, 1 -0.196079500000000, 0 -0.196095687500000, 1 -0.196118437500000, 0 -0.196167062500000, 1 -0.196189750000000, 0 -0.196251250000000, 1 -0.196273937500000, 0 -0.196319375000000, 1 -0.196342062500000, 0 -0.196377625000000, 1 -0.196400375000000, 0 -0.196419812500000, 1 -0.196442500000000, 0 -0.196475000000000, 1 -0.196497625000000, 0 -0.196542937500000, 1 -0.196565625000000, 0 -0.196724500000000, 1 -0.196747187500000, 0 -0.196763375000000, 1 -0.196786062500000, 0 -0.196834687500000, 1 -0.196857375000000, 0 -0.196918937500000, 1 -0.196919000000000, 0 -0.196919125000000, 1 -0.196941625000000, 0 -0.196986937500000, 1 -0.197009750000000, 0 -0.197045312500000, 1 -0.197068000000000, 0 -0.197087500000000, 1 -0.197110187500000, 0 -0.197142750000000, 1 -0.197165250000000, 0 -0.197210625000000, 1 -0.197233375000000, 0 -0.197392187500000, 1 -0.197414812500000, 0 -0.197431000000000, 1 -0.197453687500000, 0 -0.197502250000000, 1 -0.197525000000000, 0 -0.197586562500000, 1 -0.197609312500000, 0 -0.197654562500000, 1 -0.197677312500000, 0 -0.197712937500000, 1 -0.197735687500000, 0 -0.197755125000000, 1 -0.197777812500000, 0 -0.197810250000000, 1 -0.197832937500000, 0 -0.197878312500000, 1 -0.197901000000000, 0 -0.198059812500000, 1 -0.198082500000000, 0 -0.198098687500000, 1 -0.198121375000000, 0 -0.198170062500000, 1 -0.198192687500000, 0 -0.198254437500000, 1 -0.198277000000000, 0 -0.198322312500000, 1 -0.198345062500000, 0 -0.198380625000000, 1 -0.198403375000000, 0 -0.198422875000000, 1 -0.198445500000000, 0 -0.198477875000000, 1 -0.198500562500000, 0 -0.198545937500000, 1 -0.198546000000000, 0 -0.198546062500000, 1 -0.198568687500000, 0 -0.198727500000000, 1 -0.198750125000000, 0 -0.198766375000000, 1 -0.198789125000000, 0 -0.198837687500000, 1 -0.198837750000000, 0 -0.198837875000000, 1 -0.198860375000000, 0 -0.198922000000000, 1 -0.198944625000000, 0 -0.198990062500000, 1 -0.199012750000000, 0 -0.199048312500000, 1 -0.199071125000000, 0 -0.199090500000000, 1 -0.199113250000000, 0 -0.199145750000000, 1 -0.199168375000000, 0 -0.199213687500000, 1 -0.199236437500000, 0 -0.199395250000000, 1 -0.199395312500000, 0 -0.199395375000000, 1 -0.199417937500000, 0 -0.199434187500000, 1 -0.199456812500000, 0 -0.199505437500000, 1 -0.199528187500000, 0 -0.199589750000000, 1 -0.199612437500000, 0 -0.199657812500000, 1 -0.199680500000000, 0 -0.199716062500000, 1 -0.199716125000000, 0 -0.199716187500000, 1 -0.199738812500000, 0 -0.199758250000000, 1 -0.199780937500000, 0 -0.199813437500000, 1 -0.199836062500000, 0 -0.199881437500000, 1 -0.199904125000000, 0 -0.200062937500000, 1 -0.200085625000000, 0 -0.200101812500000, 1 -0.200124500000000, 0 -0.200173125000000, 1 -0.200195812500000, 0 -0.200257375000000, 1 -0.200280125000000, 0 -0.200322250000000, 1 -0.200344875000000, 0 -0.200383812500000, 1 -0.200406562500000, 0 -0.200426062500000, 1 -0.200448625000000, 0 -0.200481062500000, 1 -0.200503687500000, 0 -0.200558812500000, 1 -0.200581500000000, 0 -0.200740312500000, 1 -0.200763000000000, 0 -0.200779187500000, 1 -0.200801937500000, 0 -0.200850562500000, 1 -0.200873187500000, 0 -0.200934875000000, 1 -0.200957500000000, 0 -0.200999625000000, 1 -0.201022312500000, 0 -0.201061187500000, 1 -0.201083875000000, 0 -0.201103375000000, 1 -0.201126062500000, 0 -0.201158375000000, 1 -0.201158437500000, 0 -0.201158500000000, 1 -0.201181125000000, 0 -0.201236250000000, 1 -0.201258937500000, 0 -0.201417687500000, 1 -0.201440375000000, 0 -0.201456687500000, 1 -0.201479375000000, 0 -0.201527937500000, 1 -0.201550625000000, 0 -0.201612250000000, 1 -0.201634937500000, 0 -0.201677000000000, 1 -0.201677062500000, 0 -0.201677125000000, 1 -0.201699750000000, 0 -0.201738562500000, 1 -0.201761375000000, 0 -0.201780750000000, 1 -0.201803437500000, 0 -0.201835812500000, 1 -0.201835875000000, 0 -0.201835937500000, 1 -0.201858500000000, 0 -0.201913625000000, 1 -0.201936312500000, 0 -0.202095187500000, 1 -0.202117875000000, 0 -0.202134062500000, 1 -0.202156750000000, 0 -0.202205312500000, 1 -0.202228062500000, 0 -0.202289625000000, 1 -0.202312312500000, 0 -0.202357625000000, 1 -0.202357750000000, 0 -0.202357875000000, 1 -0.202380437500000, 0 -0.202416000000000, 1 -0.202438812500000, 0 -0.202458250000000, 1 -0.202480875000000, 0 -0.202513250000000, 1 -0.202536000000000, 0 -0.202581375000000, 1 -0.202604062500000, 0 -0.202762937500000, 1 -0.202785500000000, 0 -0.202801750000000, 1 -0.202824437500000, 0 -0.202873000000000, 1 -0.202895750000000, 0 -0.202957375000000, 1 -0.202980062500000, 0 -0.203025375000000, 1 -0.203048062500000, 0 -0.203083625000000, 1 -0.203106500000000, 0 -0.203125875000000, 1 -0.203125937500000, 0 -0.203126062500000, 1 -0.203148687500000, 0 -0.203181000000000, 1 -0.203181062500000, 0 -0.203181125000000, 1 -0.203203625000000, 0 -0.203249000000000, 1 -0.203271750000000, 0 -0.203430625000000, 1 -0.203453250000000, 0 -0.203469437500000, 1 -0.203469500000000, 0 -0.203469562500000, 1 -0.203492125000000, 0 -0.203540750000000, 1 -0.203563437500000, 0 -0.203625000000000, 1 -0.203647750000000, 0 -0.203693062500000, 1 -0.203715812500000, 0 -0.203751437500000, 1 -0.203774187500000, 0 -0.203793562500000, 1 -0.203793625000000, 0 -0.203793750000000, 1 -0.203816312500000, 0 -0.203848687500000, 1 -0.203871437500000, 0 -0.203916875000000, 1 -0.203939500000000, 0 -0.204098375000000, 1 -0.204121000000000, 0 -0.204137250000000, 1 -0.204159875000000, 0 -0.204208562500000, 1 -0.204231250000000, 0 -0.204292750000000, 1 -0.204292812500000, 0 -0.204292875000000, 1 -0.204315500000000, 0 -0.204360875000000, 1 -0.204383625000000, 0 -0.204419125000000, 1 -0.204441937500000, 0 -0.204461375000000, 1 -0.204484125000000, 0 -0.204516500000000, 1 -0.204539125000000, 0 -0.204584625000000, 1 -0.204607250000000, 0 -0.204766062500000, 1 -0.204788750000000, 0 -0.204804937500000, 1 -0.204827687500000, 0 -0.204876312500000, 1 -0.204899000000000, 0 -0.204960562500000, 1 -0.204983250000000, 0 -0.205028625000000, 1 -0.205051375000000, 0 -0.205087000000000, 1 -0.205109750000000, 0 -0.205129125000000, 1 -0.205151812500000, 0 -0.205184250000000, 1 -0.205207000000000, 0 -0.205252312500000, 1 -0.205275062500000, 0 -0.205433875000000, 1 -0.205456562500000, 0 -0.205472750000000, 1 -0.205495500000000, 0 -0.205544125000000, 1 -0.205544187500000, 0 -0.205544250000000, 1 -0.205566812500000, 0 -0.205628375000000, 1 -0.205651062500000, 0 -0.205693187500000, 1 -0.205715875000000, 0 -0.205754750000000, 1 -0.205777500000000, 0 -0.205796937500000, 1 -0.205819625000000, 0 -0.205852062500000, 1 -0.205874750000000, 0 -0.205929937500000, 1 -0.205952500000000, 0 -0.206111375000000, 1 -0.206134062500000, 0 -0.206150187500000, 1 -0.206150312500000, 0 -0.206150437500000, 1 -0.206173000000000, 0 -0.206221625000000, 1 -0.206244250000000, 0 -0.206305937500000, 1 -0.206328562500000, 0 -0.206373875000000, 1 -0.206396625000000, 0 -0.206432250000000, 1 -0.206455062500000, 0 -0.206474437500000, 1 -0.206497125000000, 0 -0.206529500000000, 1 -0.206552187500000, 0 -0.206597562500000, 1 -0.206620312500000, 0 -0.206779062500000, 1 -0.206801812500000, 0 -0.206818000000000, 1 -0.206840750000000, 0 -0.206889375000000, 1 -0.206912000000000, 0 -0.206973625000000, 1 -0.206996312500000, 0 -0.207041750000000, 1 -0.207064437500000, 0 -0.207100062500000, 1 -0.207122812500000, 0 -0.207142250000000, 1 -0.207164875000000, 0 -0.207197312500000, 1 -0.207220000000000, 0 -0.207265375000000, 1 -0.207265437500000, 0 -0.207265500000000, 1 -0.207288062500000, 0 -0.207446875000000, 1 -0.207469625000000, 0 -0.207485750000000, 1 -0.207508562500000, 0 -0.207557125000000, 1 -0.207579875000000, 0 -0.207641437500000, 1 -0.207664062500000, 0 -0.207664125000000, 1 -0.207664187500000, 0 -0.207706187500000, 1 -0.207728937500000, 0 -0.207767812500000, 1 -0.207790562500000, 0 -0.207809937500000, 1 -0.207832687500000, 0 -0.207865125000000, 1 -0.207887812500000, 0 -0.207942875000000, 1 -0.207943000000000, 0 -0.207943062500000, 1 -0.207965562500000, 0 -0.208124375000000, 1 -0.208147125000000, 0 -0.208163312500000, 1 -0.208186000000000, 0 -0.208234625000000, 1 -0.208257312500000, 0 -0.208319062500000, 1 -0.208341625000000, 0 -0.208383687500000, 1 -0.208406375000000, 0 -0.208445375000000, 1 -0.208468000000000, 0 -0.208487437500000, 1 -0.208510125000000, 0 -0.208542562500000, 1 -0.208565250000000, 0 -0.208620312500000, 1 -0.208643000000000, 0 -0.208801812500000, 1 -0.208824500000000, 0 -0.208840687500000, 1 -0.208863375000000, 0 -0.208912000000000, 1 -0.208934687500000, 0 -0.208996312500000, 1 -0.209019000000000, 0 -0.209064312500000, 1 -0.209087000000000, 0 -0.209122625000000, 1 -0.209145437500000, 0 -0.209164875000000, 1 -0.209187500000000, 0 -0.209219875000000, 1 -0.209219937500000, 0 -0.209220062500000, 1 -0.209242625000000, 0 -0.209287937500000, 1 -0.209310687500000, 0 -0.209469500000000, 1 -0.209492125000000, 0 -0.209508312500000, 1 -0.209531062500000, 0 -0.209579687500000, 1 -0.209602375000000, 0 -0.209664000000000, 1 -0.209686625000000, 0 -0.209732000000000, 1 -0.209754750000000, 0 -0.209790250000000, 1 -0.209813062500000, 0 -0.209832500000000, 1 -0.209855187500000, 0 -0.209887625000000, 1 -0.209910250000000, 0 -0.209955625000000, 1 -0.209978312500000, 0 -0.210137312500000, 1 -0.210159750000000, 0 -0.210176000000000, 1 -0.210198687500000, 0 -0.210247312500000, 1 -0.210270000000000, 0 -0.210331562500000, 1 -0.210354250000000, 0 -0.210396375000000, 1 -0.210419125000000, 0 -0.210458000000000, 1 -0.210480687500000, 0 -0.210500125000000, 1 -0.210522875000000, 0 -0.210555187500000, 1 -0.210577937500000, 0 -0.210633000000000, 1 -0.210655687500000, 0 -0.210814625000000, 1 -0.210837187500000, 0 -0.210853437500000, 1 -0.210876125000000, 0 -0.210924687500000, 1 -0.210947437500000, 0 -0.211009000000000, 1 -0.211031687500000, 0 -0.211077000000000, 1 -0.211099750000000, 0 -0.211135312500000, 1 -0.211158062500000, 0 -0.211177500000000, 1 -0.211200250000000, 0 -0.211232625000000, 1 -0.211255312500000, 0 -0.211300625000000, 1 -0.211323375000000, 0 -0.211482187500000, 1 -0.211504875000000, 0 -0.211521062500000, 1 -0.211543750000000, 0 -0.211592375000000, 1 -0.211615062500000, 0 -0.211676625000000, 1 -0.211699312500000, 0 -0.211744687500000, 1 -0.211767437500000, 0 -0.211802937500000, 1 -0.211825750000000, 0 -0.211845125000000, 1 -0.211867875000000, 0 -0.211900312500000, 1 -0.211923000000000, 0 -0.211968250000000, 1 -0.211991062500000, 0 -0.212149875000000, 1 -0.212172562500000, 0 -0.212188687500000, 1 -0.212188750000000, 0 -0.212188812500000, 1 -0.212211437500000, 0 -0.212260062500000, 1 -0.212282687500000, 0 -0.212344250000000, 1 -0.212367000000000, 0 -0.212409125000000, 1 -0.212431812500000, 0 -0.212470625000000, 1 -0.212493375000000, 0 -0.212512875000000, 1 -0.212535562500000, 0 -0.212567937500000, 1 -0.212590625000000, 0 -0.212645687500000, 1 -0.212668437500000, 0 -0.212827312500000, 1 -0.212849937500000, 0 -0.212866125000000, 1 -0.212888812500000, 0 -0.212937562500000, 1 -0.212960187500000, 0 -0.213021687500000, 1 -0.213044437500000, 0 -0.213089875000000, 1 -0.213112500000000, 0 -0.213148062500000, 1 -0.213170937500000, 0 -0.213190250000000, 1 -0.213212937500000, 0 -0.213245375000000, 1 -0.213268062500000, 0 -0.213313437500000, 1 -0.213336125000000, 0 -0.213494937500000, 1 -0.213517687500000, 0 -0.213533812500000, 1 -0.213533875000000, 0 -0.213534000000000, 1 -0.213556625000000, 0 -0.213605125000000, 1 -0.213627812500000, 0 -0.213689375000000, 1 -0.213689500000000, 0 -0.213689562500000, 1 -0.213712187500000, 0 -0.213754250000000, 1 -0.213777000000000, 0 -0.213815812500000, 1 -0.213838562500000, 0 -0.213858000000000, 1 -0.213880687500000, 0 -0.213913062500000, 1 -0.213935812500000, 0 -0.213990875000000, 1 -0.214013625000000, 0 -0.214172437500000, 1 -0.214195062500000, 0 -0.214211312500000, 1 -0.214234000000000, 0 -0.214282625000000, 1 -0.214305250000000, 0 -0.214366875000000, 1 -0.214389562500000, 0 -0.214434937500000, 1 -0.214457625000000, 0 -0.214493250000000, 1 -0.214516000000000, 0 -0.214535375000000, 1 -0.214558125000000, 0 -0.214590500000000, 1 -0.214590625000000, 0 -0.214590687500000, 1 -0.214613250000000, 0 -0.214658562500000, 1 -0.214681250000000, 0 -0.214840062500000, 1 -0.214862750000000, 0 -0.214879000000000, 1 -0.214901625000000, 0 -0.214950437500000, 1 -0.214973000000000, 0 -0.215034562500000, 1 -0.215057250000000, 0 -0.215102625000000, 1 -0.215125375000000, 0 -0.215160937500000, 1 -0.215183750000000, 0 -0.215203125000000, 1 -0.215203187500000, 0 -0.215203250000000, 1 -0.215225812500000, 0 -0.215258250000000, 1 -0.215280937500000, 0 -0.215326312500000, 1 -0.215349062500000, 0 -0.215507812500000, 1 -0.215530500000000, 0 -0.215546687500000, 1 -0.215569437500000, 0 -0.215618000000000, 1 -0.215640687500000, 0 -0.215702250000000, 1 -0.215725000000000, 0 -0.215770375000000, 1 -0.215793125000000, 0 -0.215828625000000, 1 -0.215851500000000, 0 -0.215870812500000, 1 -0.215893562500000, 0 -0.215926000000000, 1 -0.215948687500000, 0 -0.215994000000000, 1 -0.216016750000000, 0 -0.216175562500000, 1 -0.216198250000000, 0 -0.216214375000000, 1 -0.216237187500000, 0 -0.216285687500000, 1 -0.216308500000000, 0 -0.216370000000000, 1 -0.216392750000000, 0 -0.216438062500000, 1 -0.216460812500000, 0 -0.216496437500000, 1 -0.216519187500000, 0 -0.216538562500000, 1 -0.216561312500000, 0 -0.216593687500000, 1 -0.216616375000000, 0 -0.216661750000000, 1 -0.216684437500000, 0 -0.216843437500000, 1 -0.216865937500000, 0 -0.216882125000000, 1 -0.216904875000000, 0 -0.216953437500000, 1 -0.216976187500000, 0 -0.217037750000000, 1 -0.217060437500000, 0 -0.217102562500000, 1 -0.217125250000000, 0 -0.217164125000000, 1 -0.217186812500000, 0 -0.217206375000000, 1 -0.217229000000000, 0 -0.217261375000000, 1 -0.217284062500000, 0 -0.217339187500000, 1 -0.217361875000000, 0 -0.217520625000000, 1 -0.217543312500000, 0 -0.217559562500000, 1 -0.217582250000000, 0 -0.217630875000000, 1 -0.217653562500000, 0 -0.217715125000000, 1 -0.217737812500000, 0 -0.217783187500000, 1 -0.217805875000000, 0 -0.217841437500000, 1 -0.217864250000000, 0 -0.217883625000000, 1 -0.217906312500000, 0 -0.217938750000000, 1 -0.217938812500000, 0 -0.217938875000000, 1 -0.217961437500000, 0 -0.218006875000000, 1 -0.218029500000000, 0 -0.218188250000000, 1 -0.218211000000000, 0 -0.218227187500000, 1 -0.218249937500000, 0 -0.218298500000000, 1 -0.218321187500000, 0 -0.218382750000000, 1 -0.218405437500000, 0 -0.218450750000000, 1 -0.218473500000000, 0 -0.218509062500000, 1 -0.218509125000000, 0 -0.218509187500000, 1 -0.218531875000000, 0 -0.218551250000000, 1 -0.218573937500000, 0 -0.218606375000000, 1 -0.218629125000000, 0 -0.218674375000000, 1 -0.218697125000000, 0 -0.218856000000000, 1 -0.218878625000000, 0 -0.218894812500000, 1 -0.218917562500000, 0 -0.218966125000000, 1 -0.218966187500000, 0 -0.218966250000000, 1 -0.218988812500000, 0 -0.219050437500000, 1 -0.219073125000000, 0 -0.219115187500000, 1 -0.219137937500000, 0 -0.219176750000000, 1 -0.219199562500000, 0 -0.219218937500000, 1 -0.219241687500000, 0 -0.219274062500000, 1 -0.219296750000000, 0 -0.219351875000000, 1 -0.219374562500000, 0 -0.219533437500000, 1 -0.219556062500000, 0 -0.219572250000000, 1 -0.219594937500000, 0 -0.219595000000000, 1 -0.219595062500000, 0 -0.219643562500000, 1 -0.219666250000000, 0 -0.219727875000000, 1 -0.219750562500000, 0 -0.219795875000000, 1 -0.219818625000000, 0 -0.219854187500000, 1 -0.219877000000000, 0 -0.219896437500000, 1 -0.219919062500000, 0 -0.219951500000000, 1 -0.219974250000000, 0 -0.220019500000000, 1 -0.220019625000000, 0 -0.220019687500000, 1 -0.220042250000000, 0 -0.220201125000000, 1 -0.220223812500000, 0 -0.220239937500000, 1 -0.220262750000000, 0 -0.220311375000000, 1 -0.220334000000000, 0 -0.220395562500000, 1 -0.220418250000000, 0 -0.220460437500000, 1 -0.220483125000000, 0 -0.220521937500000, 1 -0.220544625000000, 0 -0.220564125000000, 1 -0.220586812500000, 0 -0.220619187500000, 1 -0.220641875000000, 0 -0.220696937500000, 1 -0.220719750000000, 0 -0.220878500000000, 1 -0.220878562500000, 0 -0.220878625000000, 1 -0.220901125000000, 0 -0.220917375000000, 1 -0.220917437500000, 0 -0.220917500000000, 1 -0.220940062500000, 0 -0.220988625000000, 1 -0.221011375000000, 0 -0.221072937500000, 1 -0.221095625000000, 0 -0.221141000000000, 1 -0.221163687500000, 0 -0.221199250000000, 1 -0.221222062500000, 0 -0.221241500000000, 1 -0.221264250000000, 0 -0.221296562500000, 1 -0.221319250000000, 0 -0.221364625000000, 1 -0.221387375000000, 0 -0.221546187500000, 1 -0.221568812500000, 0 -0.221585000000000, 1 -0.221607750000000, 0 -0.221656375000000, 1 -0.221679062500000, 0 -0.221740687500000, 1 -0.221763375000000, 0 -0.221808687500000, 1 -0.221831437500000, 0 -0.221866937500000, 1 -0.221867062500000, 0 -0.221867125000000, 1 -0.221889750000000, 0 -0.221909187500000, 1 -0.221931937500000, 0 -0.221964250000000, 1 -0.221987000000000, 0 -0.222032375000000, 1 -0.222032437500000, 0 -0.222032500000000, 1 -0.222055062500000, 0 -0.222213875000000, 1 -0.222236562500000, 0 -0.222252750000000, 1 -0.222252812500000, 0 -0.222252875000000, 1 -0.222275500000000, 0 -0.222324125000000, 1 -0.222346750000000, 0 -0.222408375000000, 1 -0.222431125000000, 0 -0.222476437500000, 1 -0.222499187500000, 0 -0.222534750000000, 1 -0.222557500000000, 0 -0.222576937500000, 1 -0.222599625000000, 0 -0.222632000000000, 1 -0.222654687500000, 0 -0.222700062500000, 1 -0.222700187500000, 0 -0.222700250000000, 1 -0.222722812500000, 0 -0.222881625000000, 1 -0.222904312500000, 0 -0.222920500000000, 1 -0.222943250000000, 0 -0.222991812500000, 1 -0.222991875000000, 0 -0.222992000000000, 1 -0.223014500000000, 0 -0.223076125000000, 1 -0.223098812500000, 0 -0.223144125000000, 1 -0.223166875000000, 0 -0.223202437500000, 1 -0.223225187500000, 0 -0.223244750000000, 1 -0.223267375000000, 0 -0.223299750000000, 1 -0.223299812500000, 0 -0.223299875000000, 1 -0.223322437500000, 0 -0.223367812500000, 1 -0.223390562500000, 0 -0.223549312500000, 1 -0.223549437500000, 0 -0.223549500000000, 1 -0.223572000000000, 0 -0.223588187500000, 1 -0.223610875000000, 0 -0.223659500000000, 1 -0.223659562500000, 0 -0.223659625000000, 1 -0.223682187500000, 0 -0.223743750000000, 1 -0.223743812500000, 0 -0.223743937500000, 1 -0.223766437500000, 0 -0.223808562500000, 1 -0.223831250000000, 0 -0.223870312500000, 1 -0.223892875000000, 0 -0.223912312500000, 1 -0.223935062500000, 0 -0.223967437500000, 1 -0.223990125000000, 0 -0.224045250000000, 1 -0.224067937500000, 0 -0.224226750000000, 1 -0.224226812500000, 0 -0.224226937500000, 1 -0.224249437500000, 0 -0.224265625000000, 1 -0.224265687500000, 0 -0.224265750000000, 1 -0.224288375000000, 0 -0.224336937500000, 1 -0.224359625000000, 0 -0.224421250000000, 1 -0.224443875000000, 0 -0.224489250000000, 1 -0.224512000000000, 0 -0.224547562500000, 1 -0.224570312500000, 0 -0.224589750000000, 1 -0.224612437500000, 0 -0.224644812500000, 1 -0.224667500000000, 0 -0.224712937500000, 1 -0.224735625000000, 0 -0.224894375000000, 1 -0.224917062500000, 0 -0.224933312500000, 1 -0.224956000000000, 0 -0.225004687500000, 1 -0.225027312500000, 0 -0.225088875000000, 1 -0.225088937500000, 0 -0.225089000000000, 1 -0.225111562500000, 0 -0.225156937500000, 1 -0.225179625000000, 0 -0.225215250000000, 1 -0.225238000000000, 0 -0.225257437500000, 1 -0.225280125000000, 0 -0.225312625000000, 1 -0.225335250000000, 0 -0.225380562500000, 1 -0.225403312500000, 0 -0.225562125000000, 1 -0.225584750000000, 0 -0.225601125000000, 1 -0.225623687500000, 0 -0.225672250000000, 1 -0.225672312500000, 0 -0.225672437500000, 1 -0.225694937500000, 0 -0.225756562500000, 1 -0.225779250000000, 0 -0.225824625000000, 1 -0.225847375000000, 0 -0.225882937500000, 1 -0.225905625000000, 0 -0.225925062500000, 1 -0.225947812500000, 0 -0.225980250000000, 1 -0.226002875000000, 0 -0.226048250000000, 1 -0.226071000000000, 0 -0.226229750000000, 1 -0.226252437500000, 0 -0.226268625000000, 1 -0.226268687500000, 0 -0.226268750000000, 1 -0.226291312500000, 0 -0.226339937500000, 1 -0.226362625000000, 0 -0.226424187500000, 1 -0.226446875000000, 0 -0.226489000000000, 1 -0.226511750000000, 0 -0.226550562500000, 1 -0.226573312500000, 0 -0.226592750000000, 1 -0.226592812500000, 0 -0.226592875000000, 1 -0.226615437500000, 0 -0.226647812500000, 1 -0.226670625000000, 0 -0.226725625000000, 1 -0.226748312500000, 0 -0.226907250000000, 1 -0.226929875000000, 0 -0.226946062500000, 1 -0.226968750000000, 0 -0.227017375000000, 1 -0.227040125000000, 0 -0.227101687500000, 1 -0.227124375000000, 0 -0.227169687500000, 1 -0.227192500000000, 0 -0.227228000000000, 1 -0.227250875000000, 0 -0.227270250000000, 1 -0.227292937500000, 0 -0.227325375000000, 1 -0.227348000000000, 0 -0.227393312500000, 1 -0.227416062500000, 0 -0.227575000000000, 1 -0.227597562500000, 0 -0.227597625000000, 1 -0.227597687500000, 0 -0.227613750000000, 1 -0.227636562500000, 0 -0.227685250000000, 1 -0.227707812500000, 0 -0.227769437500000, 1 -0.227792062500000, 0 -0.227840687500000, 1 -0.227863375000000, 0 -0.227895812500000, 1 -0.227918500000000, 0 -0.227937937500000, 1 -0.227960625000000, 0 -0.227993000000000, 1 -0.227993062500000, 0 -0.227993125000000, 1 -0.228015750000000, 0 -0.228051375000000, 1 -0.228074062500000, 0 -0.228232875000000, 1 -0.228255562500000, 0 -0.228271750000000, 1 -0.228294500000000, 0 -0.228343125000000, 1 -0.228365812500000, 0 -0.228427375000000, 1 -0.228427437500000, 0 -0.228427500000000, 1 -0.228450125000000, 0 -0.228492250000000, 1 -0.228514875000000, 0 -0.228553812500000, 1 -0.228576500000000, 0 -0.228596000000000, 1 -0.228618625000000, 0 -0.228651000000000, 1 -0.228673750000000, 0 -0.228728875000000, 1 -0.228751500000000, 0 -0.228910375000000, 1 -0.228933000000000, 0 -0.228949187500000, 1 -0.228971937500000, 0 -0.229020562500000, 1 -0.229043250000000, 0 -0.229104812500000, 1 -0.229127562500000, 0 -0.229169687500000, 1 -0.229192312500000, 0 -0.229231312500000, 1 -0.229254000000000, 0 -0.229273375000000, 1 -0.229273437500000, 0 -0.229273500000000, 1 -0.229296062500000, 0 -0.229328562500000, 1 -0.229351187500000, 0 -0.229406250000000, 1 -0.229428937500000, 0 -0.229587812500000, 1 -0.229610437500000, 0 -0.229626875000000, 1 -0.229649375000000, 0 -0.229697937500000, 1 -0.229698125000000, 0 -0.229698187500000, 1 -0.229720687500000, 0 -0.229782187500000, 1 -0.229804937500000, 0 -0.229850250000000, 1 -0.229873000000000, 0 -0.229908562500000, 1 -0.229931375000000, 0 -0.229950750000000, 1 -0.229973500000000, 0 -0.230005875000000, 1 -0.230028562500000, 0 -0.230073875000000, 1 -0.230096687500000, 0 -0.230255437500000, 1 -0.230278125000000, 0 -0.230294250000000, 1 -0.230317000000000, 0 -0.230365625000000, 1 -0.230388312500000, 0 -0.230449875000000, 1 -0.230472625000000, 0 -0.230514687500000, 1 -0.230537437500000, 0 -0.230576312500000, 1 -0.230598937500000, 0 -0.230618437500000, 1 -0.230618500000000, 0 -0.230618562500000, 1 -0.230641125000000, 0 -0.230673500000000, 1 -0.230696250000000, 0 -0.230751312500000, 1 -0.230774000000000, 0 -0.230932812500000, 1 -0.230932875000000, 0 -0.230932937500000, 1 -0.230955437500000, 0 -0.230971687500000, 1 -0.230971812500000, 0 -0.230971875000000, 1 -0.230994375000000, 0 -0.231043000000000, 1 -0.231065687500000, 0 -0.231127250000000, 1 -0.231149937500000, 0 -0.231192062500000, 1 -0.231214750000000, 0 -0.231253625000000, 1 -0.231276375000000, 0 -0.231295750000000, 1 -0.231318500000000, 0 -0.231350875000000, 1 -0.231373625000000, 0 -0.231428687500000, 1 -0.231451375000000, 0 -0.231610187500000, 1 -0.231632875000000, 0 -0.231649062500000, 1 -0.231649125000000, 0 -0.231649187500000, 1 -0.231671812500000, 0 -0.231720375000000, 1 -0.231743062500000, 0 -0.231804687500000, 1 -0.231827375000000, 0 -0.231872687500000, 1 -0.231872812500000, 0 -0.231872875000000, 1 -0.231895437500000, 0 -0.231931000000000, 1 -0.231953750000000, 0 -0.231973187500000, 1 -0.231995875000000, 0 -0.232028250000000, 1 -0.232051000000000, 0 -0.232096312500000, 1 -0.232119062500000, 0 -0.232277875000000, 1 -0.232300500000000, 0 -0.232316687500000, 1 -0.232339437500000, 0 -0.232388062500000, 1 -0.232410750000000, 0 -0.232472250000000, 1 -0.232495000000000, 0 -0.232540312500000, 1 -0.232563062500000, 0 -0.232598625000000, 1 -0.232621437500000, 0 -0.232640875000000, 1 -0.232663562500000, 0 -0.232696000000000, 1 -0.232718625000000, 0 -0.232763937500000, 1 -0.232786750000000, 0 -0.232945562500000, 1 -0.232968250000000, 0 -0.232984375000000, 1 -0.233007187500000, 0 -0.233055750000000, 1 -0.233078437500000, 0 -0.233140125000000, 1 -0.233162687500000, 0 -0.233204812500000, 1 -0.233227562500000, 0 -0.233266437500000, 1 -0.233266500000000, 0 -0.233266562500000, 1 -0.233289125000000, 0 -0.233308562500000, 1 -0.233331312500000, 0 -0.233363687500000, 1 -0.233386375000000, 0 -0.233441500000000, 1 -0.233441562500000, 0 -0.233441625000000, 1 -0.233464187500000, 0 -0.233623000000000, 1 -0.233645750000000, 0 -0.233661875000000, 1 -0.233684562500000, 0 -0.233733250000000, 1 -0.233755875000000, 0 -0.233817500000000, 1 -0.233817625000000, 0 -0.233817687500000, 1 -0.233840250000000, 0 -0.233882312500000, 1 -0.233882375000000, 0 -0.233882437500000, 1 -0.233905000000000, 0 -0.233943875000000, 1 -0.233966687500000, 0 -0.233986062500000, 1 -0.234008750000000, 0 -0.234041187500000, 1 -0.234063875000000, 0 -0.234119000000000, 1 -0.234141625000000, 0 -0.234300500000000, 1 -0.234323187500000, 0 -0.234339375000000, 1 -0.234362062500000, 0 -0.234410687500000, 1 -0.234433375000000, 0 -0.234495000000000, 1 -0.234517625000000, 0 -0.234563000000000, 1 -0.234585750000000, 0 -0.234621312500000, 1 -0.234644125000000, 0 -0.234663500000000, 1 -0.234686187500000, 0 -0.234718750000000, 1 -0.234741312500000, 0 -0.234786625000000, 1 -0.234809312500000, 0 -0.234968187500000, 1 -0.234990812500000, 0 -0.235007000000000, 1 -0.235029750000000, 0 -0.235078375000000, 1 -0.235101062500000, 0 -0.235162562500000, 1 -0.235185375000000, 0 -0.235230625000000, 1 -0.235253375000000, 0 -0.235289000000000, 1 -0.235311812500000, 0 -0.235331125000000, 1 -0.235353875000000, 0 -0.235386312500000, 1 -0.235408937500000, 0 -0.235454312500000, 1 -0.235477062500000, 0 -0.235635875000000, 1 -0.235658562500000, 0 -0.235674750000000, 1 -0.235697437500000, 0 -0.235746062500000, 1 -0.235746125000000, 0 -0.235746187500000, 1 -0.235768750000000, 0 -0.235830375000000, 1 -0.235853062500000, 0 -0.235898375000000, 1 -0.235921125000000, 0 -0.235956687500000, 1 -0.235979500000000, 0 -0.235998937500000, 1 -0.236021562500000, 0 -0.236053937500000, 1 -0.236076687500000, 0 -0.236122125000000, 1 -0.236144812500000, 0 -0.236303562500000, 1 -0.236303687500000, 0 -0.236303750000000, 1 -0.236326250000000, 0 -0.236342375000000, 1 -0.236365187500000, 0 -0.236413750000000, 1 -0.236436500000000, 0 -0.236498062500000, 1 -0.236520750000000, 0 -0.236566062500000, 1 -0.236588812500000, 0 -0.236624375000000, 1 -0.236647187500000, 0 -0.236666562500000, 1 -0.236666625000000, 0 -0.236666750000000, 1 -0.236689312500000, 0 -0.236721687500000, 1 -0.236744375000000, 0 -0.236789687500000, 1 -0.236812437500000, 0 -0.236971250000000, 1 -0.236971312500000, 0 -0.236971375000000, 1 -0.236993937500000, 0 -0.237010125000000, 1 -0.237032875000000, 0 -0.237081500000000, 1 -0.237104125000000, 0 -0.237165687500000, 1 -0.237188375000000, 0 -0.237233750000000, 1 -0.237233812500000, 0 -0.237233875000000, 1 -0.237256500000000, 0 -0.237292125000000, 1 -0.237314875000000, 0 -0.237334250000000, 1 -0.237357000000000, 0 -0.237389437500000, 1 -0.237412062500000, 0 -0.237457375000000, 1 -0.237480125000000, 0 -0.237638875000000, 1 -0.237661625000000, 0 -0.237677812500000, 1 -0.237700500000000, 0 -0.237749125000000, 1 -0.237749187500000, 0 -0.237749250000000, 1 -0.237771875000000, 0 -0.237833437500000, 1 -0.237856125000000, 0 -0.237901437500000, 1 -0.237924125000000, 0 -0.237959750000000, 1 -0.237982500000000, 0 -0.238002000000000, 1 -0.238024625000000, 0 -0.238057000000000, 1 -0.238079750000000, 0 -0.238125125000000, 1 -0.238147812500000, 0 -0.238306625000000, 1 -0.238329312500000, 0 -0.238345437500000, 1 -0.238368187500000, 0 -0.238416812500000, 1 -0.238439437500000, 0 -0.238501062500000, 1 -0.238501125000000, 0 -0.238501187500000, 1 -0.238523812500000, 0 -0.238569125000000, 1 -0.238591875000000, 0 -0.238627375000000, 1 -0.238650187500000, 0 -0.238669750000000, 1 -0.238692312500000, 0 -0.238724687500000, 1 -0.238747375000000, 0 -0.238792687500000, 1 -0.238815500000000, 0 -0.238974312500000, 1 -0.238974375000000, 0 -0.238974437500000, 1 -0.238997000000000, 0 -0.239013250000000, 1 -0.239035875000000, 0 -0.239084500000000, 1 -0.239107187500000, 0 -0.239168750000000, 1 -0.239168875000000, 0 -0.239168937500000, 1 -0.239191500000000, 0 -0.239236750000000, 1 -0.239236812500000, 0 -0.239237000000000, 1 -0.239259500000000, 0 -0.239295125000000, 1 -0.239317875000000, 0 -0.239337250000000, 1 -0.239360000000000, 0 -0.239392375000000, 1 -0.239415125000000, 0 -0.239460437500000, 1 -0.239460500000000, 0 -0.239460562500000, 1 -0.239483187500000, 0 -0.239642000000000, 1 -0.239664625000000, 0 -0.239680812500000, 1 -0.239703562500000, 0 -0.239752187500000, 1 -0.239774875000000, 0 -0.239836437500000, 1 -0.239859187500000, 0 -0.239904500000000, 1 -0.239927250000000, 0 -0.239962750000000, 1 -0.239962875000000, 0 -0.239963000000000, 1 -0.239985687500000, 0 -0.240005000000000, 1 -0.240027750000000, 0 -0.240060125000000, 1 -0.240060187500000, 0 -0.240060250000000, 1 -0.240082812500000, 0 -0.240128125000000, 1 -0.240150875000000, 0 -0.240309687500000, 1 -0.240332375000000, 0 -0.240348562500000, 1 -0.240371312500000, 0 -0.240419875000000, 1 -0.240442562500000, 0 -0.240504125000000, 1 -0.240526875000000, 0 -0.240568937500000, 1 -0.240591687500000, 0 -0.240630562500000, 1 -0.240653250000000, 0 -0.240672687500000, 1 -0.240695437500000, 0 -0.240727750000000, 1 -0.240750500000000, 0 -0.240805625000000, 1 -0.240805687500000, 0 -0.240805750000000, 1 -0.240828312500000, 0 -0.240987062500000, 1 -0.241009875000000, 0 -0.241026000000000, 1 -0.241026062500000, 0 -0.241026125000000, 1 -0.241048750000000, 0 -0.241097312500000, 1 -0.241120062500000, 0 -0.241181687500000, 1 -0.241204312500000, 0 -0.241246500000000, 1 -0.241269125000000, 0 -0.241308062500000, 1 -0.241330812500000, 0 -0.241350187500000, 1 -0.241372875000000, 0 -0.241405312500000, 1 -0.241428000000000, 0 -0.241483125000000, 1 -0.241505875000000, 0 -0.241664687500000, 1 -0.241687375000000, 0 -0.241703500000000, 1 -0.241703562500000, 0 -0.241703625000000, 1 -0.241726312500000, 0 -0.241774937500000, 1 -0.241797562500000, 0 -0.241859125000000, 1 -0.241881812500000, 0 -0.241927187500000, 1 -0.241949937500000, 0 -0.241985500000000, 1 -0.241985625000000, 0 -0.241985687500000, 1 -0.242008312500000, 0 -0.242027687500000, 1 -0.242050437500000, 0 -0.242082812500000, 1 -0.242105500000000, 0 -0.242150812500000, 1 -0.242173562500000, 0 -0.242332437500000, 1 -0.242355062500000, 0 -0.242355125000000, 1 -0.242355187500000, 0 -0.242371250000000, 1 -0.242394000000000, 0 -0.242442625000000, 1 -0.242465312500000, 0 -0.242527000000000, 1 -0.242549625000000, 0 -0.242594875000000, 1 -0.242617625000000, 0 -0.242653250000000, 1 -0.242676000000000, 0 -0.242695375000000, 1 -0.242695437500000, 0 -0.242695500000000, 1 -0.242718187500000, 0 -0.242750562500000, 1 -0.242773187500000, 0 -0.242818562500000, 1 -0.242841375000000, 0 -0.243000125000000, 1 -0.243022812500000, 0 -0.243039000000000, 1 -0.243061750000000, 0 -0.243110375000000, 1 -0.243133062500000, 0 -0.243194750000000, 1 -0.243217375000000, 0 -0.243262625000000, 1 -0.243285375000000, 0 -0.243321000000000, 1 -0.243343750000000, 0 -0.243363250000000, 1 -0.243385937500000, 0 -0.243418312500000, 1 -0.243441000000000, 0 -0.243486312500000, 1 -0.243509062500000, 0 -0.243668000000000, 1 -0.243690500000000, 0 -0.243706750000000, 1 -0.243729500000000, 0 -0.243778125000000, 1 -0.243800812500000, 0 -0.243862375000000, 1 -0.243885062500000, 0 -0.243927125000000, 1 -0.243927187500000, 0 -0.243927312500000, 1 -0.243949937500000, 0 -0.243988750000000, 1 -0.244011437500000, 0 -0.244030875000000, 1 -0.244053625000000, 0 -0.244086062500000, 1 -0.244108687500000, 0 -0.244163812500000, 1 -0.244186562500000, 0 -0.244345375000000, 1 -0.244368062500000, 0 -0.244384250000000, 1 -0.244407000000000, 0 -0.244455562500000, 1 -0.244478250000000, 0 -0.244539875000000, 1 -0.244562562500000, 0 -0.244608000000000, 1 -0.244630687500000, 0 -0.244666250000000, 1 -0.244689000000000, 0 -0.244708437500000, 1 -0.244731125000000, 0 -0.244763500000000, 1 -0.244786250000000, 0 -0.244831562500000, 1 -0.244854312500000, 0 -0.245013125000000, 1 -0.245013187500000, 0 -0.245013250000000, 1 -0.245035812500000, 0 -0.245052000000000, 1 -0.245074687500000, 0 -0.245123312500000, 1 -0.245146062500000, 0 -0.245207625000000, 1 -0.245230312500000, 0 -0.245275625000000, 1 -0.245275687500000, 0 -0.245275812500000, 1 -0.245298375000000, 0 -0.245333937500000, 1 -0.245356750000000, 0 -0.245376125000000, 1 -0.245398875000000, 0 -0.245431187500000, 1 -0.245453937500000, 0 -0.245499250000000, 1 -0.245499312500000, 0 -0.245499437500000, 1 -0.245522062500000, 0 -0.245680875000000, 1 -0.245703500000000, 0 -0.245719687500000, 1 -0.245719750000000, 0 -0.245719812500000, 1 -0.245742500000000, 0 -0.245791062500000, 1 -0.245813750000000, 0 -0.245875312500000, 1 -0.245898000000000, 0 -0.245940125000000, 1 -0.245962812500000, 0 -0.246001687500000, 1 -0.246024437500000, 0 -0.246043875000000, 1 -0.246066625000000, 0 -0.246099000000000, 1 -0.246121687500000, 0 -0.246176750000000, 1 -0.246199437500000, 0 -0.246358250000000, 1 -0.246380937500000, 0 -0.246397187500000, 1 -0.246419875000000, 0 -0.246468500000000, 1 -0.246491125000000, 0 -0.246552750000000, 1 -0.246575437500000, 0 -0.246617562500000, 1 -0.246640250000000, 0 -0.246679125000000, 1 -0.246701875000000, 0 -0.246721250000000, 1 -0.246744000000000, 0 -0.246776375000000, 1 -0.246799125000000, 0 -0.246854125000000, 1 -0.246876875000000, 0 -0.247035625000000, 1 -0.247058375000000, 0 -0.247074625000000, 1 -0.247097250000000, 0 -0.247145875000000, 1 -0.247145937500000, 0 -0.247146000000000, 1 -0.247168562500000, 0 -0.247230187500000, 1 -0.247252812500000, 0 -0.247298375000000, 1 -0.247320875000000, 0 -0.247356625000000, 1 -0.247379250000000, 0 -0.247398687500000, 1 -0.247421375000000, 0 -0.247453750000000, 1 -0.247476500000000, 0 -0.247521812500000, 1 -0.247544562500000, 0 -0.247703375000000, 1 -0.247726000000000, 0 -0.247742250000000, 1 -0.247764937500000, 0 -0.247813625000000, 1 -0.247836250000000, 0 -0.247897812500000, 1 -0.247920500000000, 0 -0.247965875000000, 1 -0.247965937500000, 0 -0.247966000000000, 1 -0.247988625000000, 0 -0.248024125000000, 1 -0.248046937500000, 0 -0.248066375000000, 1 -0.248089062500000, 0 -0.248121437500000, 1 -0.248144125000000, 0 -0.248189437500000, 1 -0.248212250000000, 0 -0.248371062500000, 1 -0.248393750000000, 0 -0.248409875000000, 1 -0.248432625000000, 0 -0.248481187500000, 1 -0.248503875000000, 0 -0.248565500000000, 1 -0.248588187500000, 0 -0.248630312500000, 1 -0.248653062500000, 0 -0.248691875000000, 1 -0.248714625000000, 0 -0.248734062500000, 1 -0.248756750000000, 0 -0.248789125000000, 1 -0.248811875000000, 0 -0.248867062500000, 1 -0.248889625000000, 0 -0.249048562500000, 1 -0.249071125000000, 0 -0.249087312500000, 1 -0.249110062500000, 0 -0.249158687500000, 1 -0.249181375000000, 0 -0.249242937500000, 1 -0.249243000000000, 0 -0.249243062500000, 1 -0.249265687500000, 0 -0.249310937500000, 1 -0.249333750000000, 0 -0.249369250000000, 1 -0.249392062500000, 0 -0.249411562500000, 1 -0.249434125000000, 0 -0.249466562500000, 1 -0.249489250000000, 0 -0.249534625000000, 1 -0.249534687500000, 0 -0.249534812500000, 1 -0.249557375000000, 0 -0.249716187500000, 1 -0.249738812500000, 0 -0.249755000000000, 1 -0.249777750000000, 0 -0.249826375000000, 1 -0.249849062500000, 0 -0.249910625000000, 1 -0.249933312500000, 0 -0.249975437500000, 1 -0.249998125000000, 0 -0.250037000000000, 1 -0.250037062500000, 0 -0.250037125000000, 1 -0.250059750000000, 0 -0.250079187500000, 1 -0.250101875000000, 0 -0.250134312500000, 1 -0.250157000000000, 0 -0.250212062500000, 1 -0.250234750000000, 0 -0.250393625000000, 1 -0.250416375000000, 0 -0.250432500000000, 1 -0.250455250000000, 0 -0.250503875000000, 1 -0.250526500000000, 0 -0.250588062500000, 1 -0.250610812500000, 0 -0.250652875000000, 1 -0.250675687500000, 0 -0.250714562500000, 1 -0.250737187500000, 0 -0.250756750000000, 1 -0.250779375000000, 0 -0.250811750000000, 1 -0.250834500000000, 0 -0.250889625000000, 1 -0.250912250000000, 0 -0.251071062500000, 1 -0.251093750000000, 0 -0.251109937500000, 1 -0.251110000000000, 0 -0.251110062500000, 1 -0.251132687500000, 0 -0.251181250000000, 1 -0.251204000000000, 0 -0.251265562500000, 1 -0.251288250000000, 0 -0.251333625000000, 1 -0.251356312500000, 0 -0.251391937500000, 1 -0.251414687500000, 0 -0.251434062500000, 1 -0.251456812500000, 0 -0.251489187500000, 1 -0.251511875000000, 0 -0.251557375000000, 1 -0.251579937500000, 0 -0.251738750000000, 1 -0.251761437500000, 0 -0.251777625000000, 1 -0.251777687500000, 0 -0.251777750000000, 1 -0.251800312500000, 0 -0.251848937500000, 1 -0.251871625000000, 0 -0.251933250000000, 1 -0.251955875000000, 0 -0.252001250000000, 1 -0.252024000000000, 0 -0.252059562500000, 1 -0.252082375000000, 0 -0.252101750000000, 1 -0.252124500000000, 0 -0.252156937500000, 1 -0.252179562500000, 0 -0.252224875000000, 1 -0.252247625000000, 0 -0.252406437500000, 1 -0.252429125000000, 0 -0.252445312500000, 1 -0.252445375000000, 0 -0.252445437500000, 1 -0.252468062500000, 0 -0.252516812500000, 1 -0.252539375000000, 0 -0.252600937500000, 1 -0.252623625000000, 0 -0.252668937500000, 1 -0.252691687500000, 0 -0.252727250000000, 1 -0.252750062500000, 0 -0.252769500000000, 1 -0.252792125000000, 0 -0.252824625000000, 1 -0.252847250000000, 0 -0.252892625000000, 1 -0.252915312500000, 0 -0.253074187500000, 1 -0.253074250000000, 0 -0.253074312500000, 1 -0.253096750000000, 0 -0.253113000000000, 1 -0.253135750000000, 0 -0.253184437500000, 1 -0.253207062500000, 0 -0.253268562500000, 1 -0.253291312500000, 0 -0.253336625000000, 1 -0.253336687500000, 0 -0.253336812500000, 1 -0.253359375000000, 0 -0.253394937500000, 1 -0.253395000000000, 0 -0.253395062500000, 1 -0.253417750000000, 0 -0.253437187500000, 1 -0.253459875000000, 0 -0.253492250000000, 1 -0.253514937500000, 0 -0.253560312500000, 1 -0.253583062500000, 0 -0.253741875000000, 1 -0.253764500000000, 0 -0.253780750000000, 1 -0.253780812500000, 0 -0.253780875000000, 1 -0.253803437500000, 0 -0.253852062500000, 1 -0.253852125000000, 0 -0.253852187500000, 1 -0.253874812500000, 0 -0.253936312500000, 1 -0.253959000000000, 0 -0.254004375000000, 1 -0.254027125000000, 0 -0.254062687500000, 1 -0.254085500000000, 0 -0.254104875000000, 1 -0.254104937500000, 0 -0.254105000000000, 1 -0.254127562500000, 0 -0.254160000000000, 1 -0.254182687500000, 0 -0.254228187500000, 1 -0.254250750000000, 0 -0.254409562500000, 1 -0.254432250000000, 0 -0.254448500000000, 1 -0.254471250000000, 0 -0.254519750000000, 1 -0.254542500000000, 0 -0.254604000000000, 1 -0.254626750000000, 0 -0.254672125000000, 1 -0.254672187500000, 0 -0.254672250000000, 1 -0.254694875000000, 0 -0.254730437500000, 1 -0.254753187500000, 0 -0.254772625000000, 1 -0.254795375000000, 0 -0.254827750000000, 1 -0.254850437500000, 0 -0.254895750000000, 1 -0.254918500000000, 0 -0.255077312500000, 1 -0.255100000000000, 0 -0.255116187500000, 1 -0.255138937500000, 0 -0.255187562500000, 1 -0.255210250000000, 0 -0.255271875000000, 1 -0.255294500000000, 0 -0.255339875000000, 1 -0.255362562500000, 0 -0.255398312500000, 1 -0.255420937500000, 0 -0.255440375000000, 1 -0.255463125000000, 0 -0.255495437500000, 1 -0.255518125000000, 0 -0.255563500000000, 1 -0.255586250000000, 0 -0.255745062500000, 1 -0.255767750000000, 0 -0.255783937500000, 1 -0.255806687500000, 0 -0.255855250000000, 1 -0.255877937500000, 0 -0.255939562500000, 1 -0.255962187500000, 0 -0.256004375000000, 1 -0.256027062500000, 0 -0.256065937500000, 1 -0.256088625000000, 0 -0.256108125000000, 1 -0.256130750000000, 0 -0.256163125000000, 1 -0.256185875000000, 0 -0.256240937500000, 1 -0.256263687500000, 0 -0.256422437500000, 1 -0.256445187500000, 0 -0.256461312500000, 1 -0.256484062500000, 0 -0.256532687500000, 1 -0.256555375000000, 0 -0.256616937500000, 1 -0.256639625000000, 0 -0.256681687500000, 1 -0.256704437500000, 0 -0.256743250000000, 1 -0.256766000000000, 0 -0.256785437500000, 1 -0.256808187500000, 0 -0.256840500000000, 1 -0.256863187500000, 0 -0.256918375000000, 1 -0.256941000000000, 0 -0.257099875000000, 1 -0.257122500000000, 0 -0.257138750000000, 1 -0.257161437500000, 0 -0.257210000000000, 1 -0.257232687500000, 0 -0.257294250000000, 1 -0.257294312500000, 0 -0.257294375000000, 1 -0.257317000000000, 0 -0.257362312500000, 1 -0.257385062500000, 0 -0.257420687500000, 1 -0.257443437500000, 0 -0.257462812500000, 1 -0.257485500000000, 0 -0.257517875000000, 1 -0.257540562500000, 0 -0.257585937500000, 1 -0.257608687500000, 0 -0.257767500000000, 1 -0.257790187500000, 0 -0.257806312500000, 1 -0.257806375000000, 0 -0.257806500000000, 1 -0.257829062500000, 0 -0.257877625000000, 1 -0.257877687500000, 0 -0.257877812500000, 1 -0.257900312500000, 0 -0.257961937500000, 1 -0.257984625000000, 0 -0.258029875000000, 1 -0.258030062500000, 0 -0.258030125000000, 1 -0.258052687500000, 0 -0.258088437500000, 1 -0.258111000000000, 0 -0.258130437500000, 1 -0.258153125000000, 0 -0.258185500000000, 1 -0.258208187500000, 0 -0.258253562500000, 1 -0.258276312500000, 0 -0.258435187500000, 1 -0.258457750000000, 0 -0.258473937500000, 1 -0.258474062500000, 0 -0.258474125000000, 1 -0.258496750000000, 0 -0.258545250000000, 1 -0.258568000000000, 0 -0.258629562500000, 1 -0.258652250000000, 0 -0.258697687500000, 1 -0.258720375000000, 0 -0.258756062500000, 1 -0.258778687500000, 0 -0.258798125000000, 1 -0.258820812500000, 0 -0.258853250000000, 1 -0.258875937500000, 0 -0.258921250000000, 1 -0.258921312500000, 0 -0.258921375000000, 1 -0.258943937500000, 0 -0.259102875000000, 1 -0.259125500000000, 0 -0.259141687500000, 1 -0.259164375000000, 0 -0.259213062500000, 1 -0.259235625000000, 0 -0.259297250000000, 1 -0.259319937500000, 0 -0.259365437500000, 1 -0.259388000000000, 0 -0.259423625000000, 1 -0.259446375000000, 0 -0.259465812500000, 1 -0.259488437500000, 0 -0.259520875000000, 1 -0.259543562500000, 0 -0.259589000000000, 1 -0.259611687500000, 0 -0.259770437500000, 1 -0.259793125000000, 0 -0.259809375000000, 1 -0.259832062500000, 0 -0.259880687500000, 1 -0.259903375000000, 0 -0.259964937500000, 1 -0.259987687500000, 0 -0.260032937500000, 1 -0.260055687500000, 0 -0.260091250000000, 1 -0.260114062500000, 0 -0.260133500000000, 1 -0.260156125000000, 0 -0.260188500000000, 1 -0.260211250000000, 0 -0.260256750000000, 1 -0.260279312500000, 0 -0.260438187500000, 1 -0.260460812500000, 0 -0.260476937500000, 1 -0.260499750000000, 0 -0.260548312500000, 1 -0.260571000000000, 0 -0.260632687500000, 1 -0.260655312500000, 0 -0.260700625000000, 1 -0.260723312500000, 0 -0.260758875000000, 1 -0.260781687500000, 0 -0.260801187500000, 1 -0.260823750000000, 0 -0.260856187500000, 1 -0.260878875000000, 0 -0.260924250000000, 1 -0.260947000000000, 0 -0.261105750000000, 1 -0.261128437500000, 0 -0.261144625000000, 1 -0.261167312500000, 0 -0.261215937500000, 1 -0.261238625000000, 0 -0.261300312500000, 1 -0.261322937500000, 0 -0.261368250000000, 1 -0.261390937500000, 0 -0.261426562500000, 1 -0.261449375000000, 0 -0.261468750000000, 1 -0.261491375000000, 0 -0.261523812500000, 1 -0.261546500000000, 0 -0.261591875000000, 1 -0.261614625000000, 0 -0.261773375000000, 1 -0.261796062500000, 0 -0.261812250000000, 1 -0.261835000000000, 0 -0.261883562500000, 1 -0.261906250000000, 0 -0.261967750000000, 1 -0.261990500000000, 0 -0.262035875000000, 1 -0.262035937500000, 0 -0.262036000000000, 1 -0.262058625000000, 0 -0.262094187500000, 1 -0.262116937500000, 0 -0.262136375000000, 1 -0.262159000000000, 0 -0.262191437500000, 1 -0.262214125000000, 0 -0.262259500000000, 1 -0.262282250000000, 0 -0.262441062500000, 1 -0.262463687500000, 0 -0.262479875000000, 1 -0.262479937500000, 0 -0.262480000000000, 1 -0.262502562500000, 0 -0.262551187500000, 1 -0.262573875000000, 0 -0.262635437500000, 1 -0.262635500000000, 0 -0.262635562500000, 1 -0.262658125000000, 0 -0.262703500000000, 1 -0.262703562500000, 0 -0.262703625000000, 1 -0.262726187500000, 0 -0.262761750000000, 1 -0.262784625000000, 0 -0.262804000000000, 1 -0.262826625000000, 0 -0.262859062500000, 1 -0.262881812500000, 0 -0.262927125000000, 1 -0.262949875000000, 0 -0.263108625000000, 1 -0.263131312500000, 0 -0.263147500000000, 1 -0.263170187500000, 0 -0.263218875000000, 1 -0.263241500000000, 0 -0.263303125000000, 1 -0.263325750000000, 0 -0.263367875000000, 1 -0.263390625000000, 0 -0.263429437500000, 1 -0.263429500000000, 0 -0.263429562500000, 1 -0.263452125000000, 0 -0.263471562500000, 1 -0.263494250000000, 0 -0.263526687500000, 1 -0.263549375000000, 0 -0.263604500000000, 1 -0.263627187500000, 0 -0.263785937500000, 1 -0.263808625000000, 0 -0.263824812500000, 1 -0.263847500000000, 0 -0.263896125000000, 1 -0.263918875000000, 0 -0.263980375000000, 1 -0.264003125000000, 0 -0.264048500000000, 1 -0.264071125000000, 0 -0.264106875000000, 1 -0.264129500000000, 0 -0.264148937500000, 1 -0.264171625000000, 0 -0.264204000000000, 1 -0.264226750000000, 0 -0.264272250000000, 1 -0.264294812500000, 0 -0.264453562500000, 1 -0.264476250000000, 0 -0.264492500000000, 1 -0.264515187500000, 0 -0.264563750000000, 1 -0.264586500000000, 0 -0.264648062500000, 1 -0.264648125000000, 0 -0.264648187500000, 1 -0.264670750000000, 0 -0.264712875000000, 1 -0.264735562500000, 0 -0.264774437500000, 1 -0.264797187500000, 0 -0.264816625000000, 1 -0.264816687500000, 0 -0.264816750000000, 1 -0.264839312500000, 0 -0.264871687500000, 1 -0.264894375000000, 0 -0.264949687500000, 1 -0.264972187500000, 0 -0.265131000000000, 1 -0.265153750000000, 0 -0.265170062500000, 1 -0.265192625000000, 0 -0.265241250000000, 1 -0.265263875000000, 0 -0.265325500000000, 1 -0.265348250000000, 0 -0.265390250000000, 1 -0.265413000000000, 0 -0.265451937500000, 1 -0.265474562500000, 0 -0.265494062500000, 1 -0.265516750000000, 0 -0.265549125000000, 1 -0.265571812500000, 0 -0.265626875000000, 1 -0.265649625000000, 0 -0.265808437500000, 1 -0.265831062500000, 0 -0.265847312500000, 1 -0.265870062500000, 0 -0.265918687500000, 1 -0.265941375000000, 0 -0.266002875000000, 1 -0.266025625000000, 0 -0.266067687500000, 1 -0.266090437500000, 0 -0.266129250000000, 1 -0.266152062500000, 0 -0.266171437500000, 1 -0.266194125000000, 0 -0.266226562500000, 1 -0.266249250000000, 0 -0.266304312500000, 1 -0.266327000000000, 0 -0.266485812500000, 1 -0.266508500000000, 0 -0.266524750000000, 1 -0.266547437500000, 0 -0.266596062500000, 1 -0.266618687500000, 0 -0.266680312500000, 1 -0.266702937500000, 0 -0.266748312500000, 1 -0.266771062500000, 0 -0.266806625000000, 1 -0.266829375000000, 0 -0.266848875000000, 1 -0.266871500000000, 0 -0.266904000000000, 1 -0.266926625000000, 0 -0.266971937500000, 1 -0.266994750000000, 0 -0.267153500000000, 1 -0.267176187500000, 0 -0.267192375000000, 1 -0.267215062500000, 0 -0.267263750000000, 1 -0.267286375000000, 0 -0.267348062500000, 1 -0.267370687500000, 0 -0.267412750000000, 1 -0.267435500000000, 0 -0.267474312500000, 1 -0.267497062500000, 0 -0.267516500000000, 1 -0.267539187500000, 0 -0.267571687500000, 1 -0.267594312500000, 0 -0.267649437500000, 1 -0.267672125000000, 0 -0.267830937500000, 1 -0.267853625000000, 0 -0.267869875000000, 1 -0.267892500000000, 0 -0.267941062500000, 1 -0.267963812500000, 0 -0.268025375000000, 1 -0.268025437500000, 0 -0.268025500000000, 1 -0.268048125000000, 0 -0.268090187500000, 1 -0.268090250000000, 0 -0.268090375000000, 1 -0.268112875000000, 0 -0.268151812500000, 1 -0.268151875000000, 0 -0.268151937500000, 1 -0.268174500000000, 0 -0.268194000000000, 1 -0.268216687500000, 0 -0.268249000000000, 1 -0.268249125000000, 0 -0.268249187500000, 1 -0.268271750000000, 0 -0.268326812500000, 1 -0.268349500000000, 0 -0.268508375000000, 1 -0.268531000000000, 0 -0.268547187500000, 1 -0.268569937500000, 0 -0.268618500000000, 1 -0.268641250000000, 0 -0.268702812500000, 1 -0.268725500000000, 0 -0.268770812500000, 1 -0.268793562500000, 0 -0.268829125000000, 1 -0.268851937500000, 0 -0.268871375000000, 1 -0.268894062500000, 0 -0.268926437500000, 1 -0.268949187500000, 0 -0.268994625000000, 1 -0.269017250000000, 0 -0.269176125000000, 1 -0.269198750000000, 0 -0.269214937500000, 1 -0.269237625000000, 0 -0.269286312500000, 1 -0.269309000000000, 0 -0.269370562500000, 1 -0.269393250000000, 0 -0.269438562500000, 1 -0.269461312500000, 0 -0.269496875000000, 1 -0.269519687500000, 0 -0.269539062500000, 1 -0.269561750000000, 0 -0.269594125000000, 1 -0.269616812500000, 0 -0.269662187500000, 1 -0.269684937500000, 0 -0.269843750000000, 1 -0.269866437500000, 0 -0.269882562500000, 1 -0.269905375000000, 0 -0.269953937500000, 1 -0.269976625000000, 0 -0.270038250000000, 1 -0.270060937500000, 0 -0.270106250000000, 1 -0.270128937500000, 0 -0.270164500000000, 1 -0.270187312500000, 0 -0.270206687500000, 1 -0.270206750000000, 0 -0.270206875000000, 1 -0.270229437500000, 0 -0.270261812500000, 1 -0.270284500000000, 0 -0.270329875000000, 1 -0.270352562500000, 0 -0.270511437500000, 1 -0.270534062500000, 0 -0.270550375000000, 1 -0.270573000000000, 0 -0.270621562500000, 1 -0.270644250000000, 0 -0.270705875000000, 1 -0.270728562500000, 0 -0.270774062500000, 1 -0.270796625000000, 0 -0.270832187500000, 1 -0.270855062500000, 0 -0.270874625000000, 1 -0.270897125000000, 0 -0.270929687500000, 1 -0.270952187500000, 0 -0.270997625000000, 1 -0.271020312500000, 0 -0.271179062500000, 1 -0.271201750000000, 0 -0.271217937500000, 1 -0.271240687500000, 0 -0.271289312500000, 1 -0.271311937500000, 0 -0.271373500000000, 1 -0.271396250000000, 0 -0.271441562500000, 1 -0.271464312500000, 0 -0.271499875000000, 1 -0.271522687500000, 0 -0.271542062500000, 1 -0.271564812500000, 0 -0.271597125000000, 1 -0.271619875000000, 0 -0.271665187500000, 1 -0.271688000000000, 0 -0.271846750000000, 1 -0.271869437500000, 0 -0.271885687500000, 1 -0.271908312500000, 0 -0.271956937500000, 1 -0.271957000000000, 0 -0.271957062500000, 1 -0.271979625000000, 0 -0.272041187500000, 1 -0.272063875000000, 0 -0.272109250000000, 1 -0.272109312500000, 0 -0.272109375000000, 1 -0.272132000000000, 0 -0.272167500000000, 1 -0.272190312500000, 0 -0.272209687500000, 1 -0.272209750000000, 0 -0.272209812500000, 1 -0.272232437500000, 0 -0.272264812500000, 1 -0.272287500000000, 0 -0.272332875000000, 1 -0.272355625000000, 0 -0.272514500000000, 1 -0.272537062500000, 0 -0.272553250000000, 1 -0.272575937500000, 0 -0.272624500000000, 1 -0.272647250000000, 0 -0.272708812500000, 1 -0.272731500000000, 0 -0.272776875000000, 1 -0.272799625000000, 0 -0.272835187500000, 1 -0.272835250000000, 0 -0.272835312500000, 1 -0.272858000000000, 0 -0.272877375000000, 1 -0.272900125000000, 0 -0.272932500000000, 1 -0.272955187500000, 0 -0.273000500000000, 1 -0.273000562500000, 0 -0.273000687500000, 1 -0.273023250000000, 0 -0.273182125000000, 1 -0.273204812500000, 0 -0.273220937500000, 1 -0.273243687500000, 0 -0.273292250000000, 1 -0.273314937500000, 0 -0.273376625000000, 1 -0.273399250000000, 0 -0.273444625000000, 1 -0.273467312500000, 0 -0.273502937500000, 1 -0.273525687500000, 0 -0.273545125000000, 1 -0.273567812500000, 0 -0.273600250000000, 1 -0.273622937500000, 0 -0.273668250000000, 1 -0.273691000000000, 0 -0.273849875000000, 1 -0.273872562500000, 0 -0.273888687500000, 1 -0.273911375000000, 0 -0.273960000000000, 1 -0.273960062500000, 0 -0.273960125000000, 1 -0.273982687500000, 0 -0.274044250000000, 1 -0.274067000000000, 0 -0.274112312500000, 1 -0.274135000000000, 0 -0.274170625000000, 1 -0.274193375000000, 0 -0.274212875000000, 1 -0.274235500000000, 0 -0.274267875000000, 1 -0.274267937500000, 0 -0.274268062500000, 1 -0.274290562500000, 0 -0.274335937500000, 1 -0.274358687500000, 0 -0.274517500000000, 1 -0.274540125000000, 0 -0.274556312500000, 1 -0.274556375000000, 0 -0.274556437500000, 1 -0.274579062500000, 0 -0.274627625000000, 1 -0.274650375000000, 0 -0.274711875000000, 1 -0.274734625000000, 0 -0.274780125000000, 1 -0.274802687500000, 0 -0.274838375000000, 1 -0.274861062500000, 0 -0.274880500000000, 1 -0.274903187500000, 0 -0.274935625000000, 1 -0.274958250000000, 0 -0.275003625000000, 1 -0.275026375000000, 0 -0.275185250000000, 1 -0.275207937500000, 0 -0.275224062500000, 1 -0.275246875000000, 0 -0.275295437500000, 1 -0.275318125000000, 0 -0.275379687500000, 1 -0.275402375000000, 0 -0.275447750000000, 1 -0.275447812500000, 0 -0.275447937500000, 1 -0.275470500000000, 0 -0.275506000000000, 1 -0.275528875000000, 0 -0.275548250000000, 1 -0.275571000000000, 0 -0.275603375000000, 1 -0.275603437500000, 0 -0.275603500000000, 1 -0.275626062500000, 0 -0.275671375000000, 1 -0.275694187500000, 0 -0.275853000000000, 1 -0.275875625000000, 0 -0.275891812500000, 1 -0.275891937500000, 0 -0.275892000000000, 1 -0.275914500000000, 0 -0.275963250000000, 1 -0.275985875000000, 0 -0.276047437500000, 1 -0.276070187500000, 0 -0.276115500000000, 1 -0.276138250000000, 0 -0.276174000000000, 1 -0.276196562500000, 0 -0.276216000000000, 1 -0.276238687500000, 0 -0.276271062500000, 1 -0.276293812500000, 0 -0.276339125000000, 1 -0.276361875000000, 0 -0.276520750000000, 1 -0.276543375000000, 0 -0.276559562500000, 1 -0.276582312500000, 0 -0.276630875000000, 1 -0.276653625000000, 0 -0.276715125000000, 1 -0.276737875000000, 0 -0.276779937500000, 1 -0.276802750000000, 0 -0.276841562500000, 1 -0.276864312500000, 0 -0.276883750000000, 1 -0.276906437500000, 0 -0.276938750000000, 1 -0.276961562500000, 0 -0.277016687500000, 1 -0.277039312500000, 0 -0.277198125000000, 1 -0.277220812500000, 0 -0.277237062500000, 1 -0.277259750000000, 0 -0.277308375000000, 1 -0.277331062500000, 0 -0.277392812500000, 1 -0.277415375000000, 0 -0.277460687500000, 1 -0.277483437500000, 0 -0.277519062500000, 1 -0.277541812500000, 0 -0.277561187500000, 1 -0.277583937500000, 0 -0.277616312500000, 1 -0.277639000000000, 0 -0.277684437500000, 1 -0.277707125000000, 0 -0.277865875000000, 1 -0.277888625000000, 0 -0.277904812500000, 1 -0.277927500000000, 0 -0.277976125000000, 1 -0.277998812500000, 0 -0.278060375000000, 1 -0.278060437500000, 0 -0.278060500000000, 1 -0.278083062500000, 0 -0.278128500000000, 1 -0.278151125000000, 0 -0.278186875000000, 1 -0.278209562500000, 0 -0.278228937500000, 1 -0.278251625000000, 0 -0.278284250000000, 1 -0.278306750000000, 0 -0.278352125000000, 1 -0.278374812500000, 0 -0.278533687500000, 1 -0.278556312500000, 0 -0.278572500000000, 1 -0.278595250000000, 0 -0.278643812500000, 1 -0.278666500000000, 0 -0.278728062500000, 1 -0.278750812500000, 0 -0.278792937500000, 1 -0.278815625000000, 0 -0.278854500000000, 1 -0.278877250000000, 0 -0.278896687500000, 1 -0.278919312500000, 0 -0.278951750000000, 1 -0.278974500000000, 0 -0.279029562500000, 1 -0.279052312500000, 0 -0.279211187500000, 1 -0.279233812500000, 0 -0.279249875000000, 1 -0.279272687500000, 0 -0.279321250000000, 1 -0.279344000000000, 0 -0.279405500000000, 1 -0.279405562500000, 0 -0.279405625000000, 1 -0.279428187500000, 0 -0.279470375000000, 1 -0.279493125000000, 0 -0.279531937500000, 1 -0.279554687500000, 0 -0.279574125000000, 1 -0.279596812500000, 0 -0.279629187500000, 1 -0.279651875000000, 0 -0.279707000000000, 1 -0.279707062500000, 0 -0.279707125000000, 1 -0.279729687500000, 0 -0.279888562500000, 1 -0.279911125000000, 0 -0.279927375000000, 1 -0.279950062500000, 0 -0.279998687500000, 1 -0.280021375000000, 0 -0.280083000000000, 1 -0.280105687500000, 0 -0.280151125000000, 1 -0.280173750000000, 0 -0.280209312500000, 1 -0.280209375000000, 0 -0.280209500000000, 1 -0.280232125000000, 0 -0.280251500000000, 1 -0.280274250000000, 0 -0.280306625000000, 1 -0.280329375000000, 0 -0.280374625000000, 1 -0.280374812500000, 0 -0.280374875000000, 1 -0.280397437500000, 0 -0.280556187500000, 1 -0.280556250000000, 0 -0.280556375000000, 1 -0.280578937500000, 0 -0.280595062500000, 1 -0.280617812500000, 0 -0.280666500000000, 1 -0.280689125000000, 0 -0.280750687500000, 1 -0.280773375000000, 0 -0.280818812500000, 1 -0.280841500000000, 0 -0.280877125000000, 1 -0.280899875000000, 0 -0.280919250000000, 1 -0.280919312500000, 0 -0.280919375000000, 1 -0.280942000000000, 0 -0.280974312500000, 1 -0.280997000000000, 0 -0.281042375000000, 1 -0.281065062500000, 0 -0.281224000000000, 1 -0.281246625000000, 0 -0.281262812500000, 1 -0.281285500000000, 0 -0.281334125000000, 1 -0.281356812500000, 0 -0.281418375000000, 1 -0.281441125000000, 0 -0.281486437500000, 1 -0.281509125000000, 0 -0.281544750000000, 1 -0.281567500000000, 0 -0.281586937500000, 1 -0.281609625000000, 0 -0.281642000000000, 1 -0.281642125000000, 0 -0.281642187500000, 1 -0.281664750000000, 0 -0.281710125000000, 1 -0.281732812500000, 0 -0.281891625000000, 1 -0.281914312500000, 0 -0.281930500000000, 1 -0.281953187500000, 0 -0.282001812500000, 1 -0.282001875000000, 0 -0.282001937500000, 1 -0.282024500000000, 0 -0.282086062500000, 1 -0.282086187500000, 0 -0.282086250000000, 1 -0.282108750000000, 0 -0.282154125000000, 1 -0.282176875000000, 0 -0.282212437500000, 1 -0.282235250000000, 0 -0.282254625000000, 1 -0.282277312500000, 0 -0.282309687500000, 1 -0.282332437500000, 0 -0.282377750000000, 1 -0.282400500000000, 0 -0.282559312500000, 1 -0.282582000000000, 0 -0.282598125000000, 1 -0.282598187500000, 0 -0.282598312500000, 1 -0.282620875000000, 0 -0.282669437500000, 1 -0.282669500000000, 0 -0.282669625000000, 1 -0.282692187500000, 0 -0.282753750000000, 1 -0.282776500000000, 0 -0.282821812500000, 1 -0.282844562500000, 0 -0.282880125000000, 1 -0.282902875000000, 0 -0.282922312500000, 1 -0.282945000000000, 0 -0.282977437500000, 1 -0.283000125000000, 0 -0.283045500000000, 1 -0.283068250000000, 0 -0.283227000000000, 1 -0.283227125000000, 0 -0.283227187500000, 1 -0.283249750000000, 0 -0.283265875000000, 1 -0.283265937500000, 0 -0.283266000000000, 1 -0.283288625000000, 0 -0.283337250000000, 1 -0.283359937500000, 0 -0.283421500000000, 1 -0.283444187500000, 0 -0.283486312500000, 1 -0.283509000000000, 0 -0.283547812500000, 1 -0.283570625000000, 0 -0.283590062500000, 1 -0.283612750000000, 0 -0.283645125000000, 1 -0.283645187500000, 0 -0.283645250000000, 1 -0.283667750000000, 0 -0.283723000000000, 1 -0.283745625000000, 0 -0.283904375000000, 1 -0.283927187500000, 0 -0.283943312500000, 1 -0.283966062500000, 0 -0.284014625000000, 1 -0.284037250000000, 0 -0.284099000000000, 1 -0.284121562500000, 0 -0.284166937500000, 1 -0.284189625000000, 0 -0.284225187500000, 1 -0.284248000000000, 0 -0.284267437500000, 1 -0.284290187500000, 0 -0.284322562500000, 1 -0.284345250000000, 0 -0.284390625000000, 1 -0.284390687500000, 0 -0.284390750000000, 1 -0.284413312500000, 0 -0.284572125000000, 1 -0.284594812500000, 0 -0.284611000000000, 1 -0.284633750000000, 0 -0.284682375000000, 1 -0.284705062500000, 0 -0.284766625000000, 1 -0.284789375000000, 0 -0.284834687500000, 1 -0.284857437500000, 0 -0.284893000000000, 1 -0.284915750000000, 0 -0.284935187500000, 1 -0.284957875000000, 0 -0.284990375000000, 1 -0.285012937500000, 0 -0.285058312500000, 1 -0.285081125000000, 0 -0.285239875000000, 1 -0.285262562500000, 0 -0.285278750000000, 1 -0.285278937500000, 0 -0.285279000000000, 1 -0.285301500000000, 0 -0.285350062500000, 1 -0.285372812500000, 0 -0.285434437500000, 1 -0.285457125000000, 0 -0.285499187500000, 1 -0.285521937500000, 0 -0.285560750000000, 1 -0.285583500000000, 0 -0.285602937500000, 1 -0.285625625000000, 0 -0.285658000000000, 1 -0.285680750000000, 0 -0.285735812500000, 1 -0.285758500000000, 0 -0.285917375000000, 1 -0.285940062500000, 0 -0.285956250000000, 1 -0.285979000000000, 0 -0.286027562500000, 1 -0.286050250000000, 0 -0.286111875000000, 1 -0.286134625000000, 0 -0.286176625000000, 1 -0.286199375000000, 0 -0.286238250000000, 1 -0.286261000000000, 0 -0.286280500000000, 1 -0.286303187500000, 0 -0.286335687500000, 1 -0.286358250000000, 0 -0.286413375000000, 1 -0.286436062500000, 0 -0.286594875000000, 1 -0.286617562500000, 0 -0.286633750000000, 1 -0.286656437500000, 0 -0.286705062500000, 1 -0.286727812500000, 0 -0.286789312500000, 1 -0.286812125000000, 0 -0.286857437500000, 1 -0.286880125000000, 0 -0.286915687500000, 1 -0.286938500000000, 0 -0.286957875000000, 1 -0.286980562500000, 0 -0.287013000000000, 1 -0.287035750000000, 0 -0.287081000000000, 1 -0.287103812500000, 0 -0.287262625000000, 1 -0.287285250000000, 0 -0.287301500000000, 1 -0.287324187500000, 0 -0.287372750000000, 1 -0.287372812500000, 0 -0.287372937500000, 1 -0.287395500000000, 0 -0.287457000000000, 1 -0.287457125000000, 0 -0.287457187500000, 1 -0.287479750000000, 0 -0.287525125000000, 1 -0.287547875000000, 0 -0.287583375000000, 1 -0.287606187500000, 0 -0.287625625000000, 1 -0.287648312500000, 0 -0.287680687500000, 1 -0.287703375000000, 0 -0.287748812500000, 1 -0.287771500000000, 0 -0.287930250000000, 1 -0.287952937500000, 0 -0.287969125000000, 1 -0.287991875000000, 0 -0.288040500000000, 1 -0.288063187500000, 0 -0.288124687500000, 1 -0.288147375000000, 0 -0.288192750000000, 1 -0.288215500000000, 0 -0.288251000000000, 1 -0.288273812500000, 0 -0.288293250000000, 1 -0.288316000000000, 0 -0.288348312500000, 1 -0.288371062500000, 0 -0.288416375000000, 1 -0.288439125000000, 0 -0.288597937500000, 1 -0.288620625000000, 0 -0.288636812500000, 1 -0.288659500000000, 0 -0.288708312500000, 1 -0.288730875000000, 0 -0.288792562500000, 1 -0.288815062500000, 0 -0.288860500000000, 1 -0.288883187500000, 0 -0.288918750000000, 1 -0.288941562500000, 0 -0.288961000000000, 1 -0.288983687500000, 0 -0.289016062500000, 1 -0.289038750000000, 0 -0.289084125000000, 1 -0.289084187500000, 0 -0.289084250000000, 1 -0.289106812500000, 0 -0.289265750000000, 1 -0.289288375000000, 0 -0.289304562500000, 1 -0.289327250000000, 0 -0.289375875000000, 1 -0.289398625000000, 0 -0.289460312500000, 1 -0.289482875000000, 0 -0.289528187500000, 1 -0.289551000000000, 0 -0.289586562500000, 1 -0.289609312500000, 0 -0.289628687500000, 1 -0.289651375000000, 0 -0.289683750000000, 1 -0.289706500000000, 0 -0.289751875000000, 1 -0.289774625000000, 0 -0.289933437500000, 1 -0.289956062500000, 0 -0.289972250000000, 1 -0.289995000000000, 0 -0.290043625000000, 1 -0.290066312500000, 0 -0.290127875000000, 1 -0.290150562500000, 0 -0.290192687500000, 1 -0.290215437500000, 0 -0.290254250000000, 1 -0.290254375000000, 0 -0.290254437500000, 1 -0.290277000000000, 0 -0.290296500000000, 1 -0.290319062500000, 0 -0.290351500000000, 1 -0.290374250000000, 0 -0.290429312500000, 1 -0.290452000000000, 0 -0.290610687500000, 1 -0.290633500000000, 0 -0.290649625000000, 1 -0.290672375000000, 0 -0.290721000000000, 1 -0.290743687500000, 0 -0.290805250000000, 1 -0.290828000000000, 0 -0.290873250000000, 1 -0.290873312500000, 0 -0.290873375000000, 1 -0.290896000000000, 0 -0.290931562500000, 1 -0.290954375000000, 0 -0.290973750000000, 1 -0.290996500000000, 0 -0.291028875000000, 1 -0.291051562500000, 0 -0.291096937500000, 1 -0.291119625000000, 0 -0.291278437500000, 1 -0.291301062500000, 0 -0.291317250000000, 1 -0.291340062500000, 0 -0.291388562500000, 1 -0.291411312500000, 0 -0.291472875000000, 1 -0.291495562500000, 0 -0.291540875000000, 1 -0.291563625000000, 0 -0.291599250000000, 1 -0.291622000000000, 0 -0.291641562500000, 1 -0.291664125000000, 0 -0.291696562500000, 1 -0.291719250000000, 0 -0.291764562500000, 1 -0.291787250000000, 0 -0.291946062500000, 1 -0.291968687500000, 0 -0.291984937500000, 1 -0.292007687500000, 0 -0.292056250000000, 1 -0.292078937500000, 0 -0.292140500000000, 1 -0.292163187500000, 0 -0.292208500000000, 1 -0.292208687500000, 0 -0.292208750000000, 1 -0.292231312500000, 0 -0.292266875000000, 1 -0.292289687500000, 0 -0.292309125000000, 1 -0.292331750000000, 0 -0.292364125000000, 1 -0.292386875000000, 0 -0.292432187500000, 1 -0.292454937500000, 0 -0.292613687500000, 1 -0.292636375000000, 0 -0.292652562500000, 1 -0.292675312500000, 0 -0.292723937500000, 1 -0.292746562500000, 0 -0.292808125000000, 1 -0.292830812500000, 0 -0.292876187500000, 1 -0.292898937500000, 0 -0.292934500000000, 1 -0.292934562500000, 0 -0.292934625000000, 1 -0.292957312500000, 0 -0.292976687500000, 1 -0.292999375000000, 0 -0.293031875000000, 1 -0.293054500000000, 0 -0.293099750000000, 1 -0.293122562500000, 0 -0.293281312500000, 1 -0.293304000000000, 0 -0.293320187500000, 1 -0.293342937500000, 0 -0.293391500000000, 1 -0.293414187500000, 0 -0.293475937500000, 1 -0.293498437500000, 0 -0.293543812500000, 1 -0.293566562500000, 0 -0.293602125000000, 1 -0.293624875000000, 0 -0.293644312500000, 1 -0.293667000000000, 0 -0.293699437500000, 1 -0.293722062500000, 0 -0.293767437500000, 1 -0.293790187500000, 0 -0.293949062500000, 1 -0.293971625000000, 0 -0.293987812500000, 1 -0.294010625000000, 0 -0.294059187500000, 1 -0.294081875000000, 0 -0.294143437500000, 1 -0.294166187500000, 0 -0.294211500000000, 1 -0.294234187500000, 0 -0.294269750000000, 1 -0.294269812500000, 0 -0.294269875000000, 1 -0.294292562500000, 0 -0.294311937500000, 1 -0.294334687500000, 0 -0.294367250000000, 1 -0.294389812500000, 0 -0.294435125000000, 1 -0.294457812500000, 0 -0.294616812500000, 1 -0.294639375000000, 0 -0.294655625000000, 1 -0.294678250000000, 0 -0.294727000000000, 1 -0.294749562500000, 0 -0.294811125000000, 1 -0.294833875000000, 0 -0.294879187500000, 1 -0.294901875000000, 0 -0.294937500000000, 1 -0.294960250000000, 0 -0.294979687500000, 1 -0.295002375000000, 0 -0.295034812500000, 1 -0.295057500000000, 0 -0.295102812500000, 1 -0.295125562500000, 0 -0.295284250000000, 1 -0.295307000000000, 0 -0.295323187500000, 1 -0.295345937500000, 0 -0.295394500000000, 1 -0.295394562500000, 0 -0.295394625000000, 1 -0.295417187500000, 0 -0.295478875000000, 1 -0.295501500000000, 0 -0.295546875000000, 1 -0.295569562500000, 0 -0.295605187500000, 1 -0.295627937500000, 0 -0.295647312500000, 1 -0.295647375000000, 0 -0.295647500000000, 1 -0.295670062500000, 0 -0.295702437500000, 1 -0.295725125000000, 0 -0.295770500000000, 1 -0.295793250000000, 0 -0.295952000000000, 1 -0.295974750000000, 0 -0.295990875000000, 1 -0.296013625000000, 0 -0.296062187500000, 1 -0.296062250000000, 0 -0.296062312500000, 1 -0.296084875000000, 0 -0.296146437500000, 1 -0.296169125000000, 0 -0.296214500000000, 1 -0.296237187500000, 0 -0.296272750000000, 1 -0.296295625000000, 0 -0.296315125000000, 1 -0.296337687500000, 0 -0.296370062500000, 1 -0.296370125000000, 0 -0.296370250000000, 1 -0.296392812500000, 0 -0.296438125000000, 1 -0.296460875000000, 0 -0.296619625000000, 1 -0.296619750000000, 0 -0.296619812500000, 1 -0.296642375000000, 0 -0.296658562500000, 1 -0.296681250000000, 0 -0.296729875000000, 1 -0.296752562500000, 0 -0.296814062500000, 1 -0.296836812500000, 0 -0.296878937500000, 1 -0.296901625000000, 0 -0.296940500000000, 1 -0.296940562500000, 0 -0.296940625000000, 1 -0.296963187500000, 0 -0.296982625000000, 1 -0.297005312500000, 0 -0.297037687500000, 1 -0.297060437500000, 0 -0.297115500000000, 1 -0.297138187500000, 0 -0.297297062500000, 1 -0.297319687500000, 0 -0.297335937500000, 1 -0.297358625000000, 0 -0.297407250000000, 1 -0.297429937500000, 0 -0.297491500000000, 1 -0.297514187500000, 0 -0.297559500000000, 1 -0.297582250000000, 0 -0.297617812500000, 1 -0.297640562500000, 0 -0.297660000000000, 1 -0.297682687500000, 0 -0.297715125000000, 1 -0.297737812500000, 0 -0.297783125000000, 1 -0.297805875000000, 0 -0.297964687500000, 1 -0.297987375000000, 0 -0.298003562500000, 1 -0.298026250000000, 0 -0.298074875000000, 1 -0.298074937500000, 0 -0.298075000000000, 1 -0.298097562500000, 0 -0.298159125000000, 1 -0.298181812500000, 0 -0.298227187500000, 1 -0.298249937500000, 0 -0.298285500000000, 1 -0.298308312500000, 0 -0.298327687500000, 1 -0.298350375000000, 0 -0.298382812500000, 1 -0.298405500000000, 0 -0.298450875000000, 1 -0.298473562500000, 0 -0.298632375000000, 1 -0.298655062500000, 0 -0.298671250000000, 1 -0.298694000000000, 0 -0.298742562500000, 1 -0.298765250000000, 0 -0.298826875000000, 1 -0.298849562500000, 0 -0.298894875000000, 1 -0.298894937500000, 0 -0.298895000000000, 1 -0.298917625000000, 0 -0.298953250000000, 1 -0.298976000000000, 0 -0.298995437500000, 1 -0.299018125000000, 0 -0.299050625000000, 1 -0.299073250000000, 0 -0.299118562500000, 1 -0.299141312500000, 0 -0.299300062500000, 1 -0.299300125000000, 0 -0.299300250000000, 1 -0.299322750000000, 0 -0.299338937500000, 1 -0.299361687500000, 0 -0.299410375000000, 1 -0.299433000000000, 0 -0.299494562500000, 1 -0.299517250000000, 0 -0.299559312500000, 1 -0.299582062500000, 0 -0.299620875000000, 1 -0.299643687500000, 0 -0.299663062500000, 1 -0.299685812500000, 0 -0.299718250000000, 1 -0.299740812500000, 0 -0.299796000000000, 1 -0.299818625000000, 0 -0.299977500000000, 1 -0.300000125000000, 0 -0.300016312500000, 1 -0.300039000000000, 0 -0.300087562500000, 1 -0.300110250000000, 0 -0.300171875000000, 1 -0.300194500000000, 0 -0.300239937500000, 1 -0.300262625000000, 0 -0.300298187500000, 1 -0.300321000000000, 0 -0.300340375000000, 1 -0.300363062500000, 0 -0.300395437500000, 1 -0.300418125000000, 0 -0.300463437500000, 1 -0.300486250000000, 0 -0.300644937500000, 1 -0.300667687500000, 0 -0.300683750000000, 1 -0.300706562500000, 0 -0.300755125000000, 1 -0.300755250000000, 0 -0.300755312500000, 1 -0.300777875000000, 0 -0.300839375000000, 1 -0.300862125000000, 0 -0.300907437500000, 1 -0.300930187500000, 0 -0.300965750000000, 1 -0.300988562500000, 0 -0.301008000000000, 1 -0.301030687500000, 0 -0.301063062500000, 1 -0.301085750000000, 0 -0.301131062500000, 1 -0.301131125000000, 0 -0.301131250000000, 1 -0.301153812500000, 0 -0.301312562500000, 1 -0.301335250000000, 0 -0.301351500000000, 1 -0.301374250000000, 0 -0.301422750000000, 1 -0.301445437500000, 0 -0.301445500000000, 1 -0.301445562500000, 0 -0.301507062500000, 1 -0.301529750000000, 0 -0.301571875000000, 1 -0.301594562500000, 0 -0.301633375000000, 1 -0.301656187500000, 0 -0.301675500000000, 1 -0.301698250000000, 0 -0.301730625000000, 1 -0.301753375000000, 0 -0.301808437500000, 1 -0.301831187500000, 0 -0.301989937500000, 1 -0.302012625000000, 0 -0.302028812500000, 1 -0.302051562500000, 0 -0.302100125000000, 1 -0.302122812500000, 0 -0.302184375000000, 1 -0.302207125000000, 0 -0.302249187500000, 1 -0.302271937500000, 0 -0.302310937500000, 1 -0.302333500000000, 0 -0.302352937500000, 1 -0.302375625000000, 0 -0.302408000000000, 1 -0.302408062500000, 0 -0.302408125000000, 1 -0.302430687500000, 0 -0.302485812500000, 1 -0.302508500000000, 0 -0.302667312500000, 1 -0.302667375000000, 0 -0.302667437500000, 1 -0.302690000000000, 0 -0.302706187500000, 1 -0.302728875000000, 0 -0.302777500000000, 1 -0.302800187500000, 0 -0.302861812500000, 1 -0.302884437500000, 0 -0.302929875000000, 1 -0.302952500000000, 0 -0.302988125000000, 1 -0.303010875000000, 0 -0.303030250000000, 1 -0.303053000000000, 0 -0.303085375000000, 1 -0.303108125000000, 0 -0.303153437500000, 1 -0.303176125000000, 0 -0.303334875000000, 1 -0.303357625000000, 0 -0.303373937500000, 1 -0.303396562500000, 0 -0.303445125000000, 1 -0.303467812500000, 0 -0.303529375000000, 1 -0.303529437500000, 0 -0.303529500000000, 1 -0.303552062500000, 0 -0.303597375000000, 1 -0.303620125000000, 0 -0.303655625000000, 1 -0.303655812500000, 0 -0.303655875000000, 1 -0.303678500000000, 0 -0.303697875000000, 1 -0.303697937500000, 0 -0.303698000000000, 1 -0.303720625000000, 0 -0.303753000000000, 1 -0.303775625000000, 0 -0.303821000000000, 1 -0.303843750000000, 0 -0.304002500000000, 1 -0.304025250000000, 0 -0.304041437500000, 1 -0.304064125000000, 0 -0.304112687500000, 1 -0.304135437500000, 0 -0.304197000000000, 1 -0.304219687500000, 0 -0.304261750000000, 1 -0.304261812500000, 0 -0.304261937500000, 1 -0.304284500000000, 0 -0.304323375000000, 1 -0.304346062500000, 0 -0.304365500000000, 1 -0.304388250000000, 0 -0.304420625000000, 1 -0.304443312500000, 0 -0.304498562500000, 1 -0.304521062500000, 0 -0.304679875000000, 1 -0.304702562500000, 0 -0.304718937500000, 1 -0.304741500000000, 0 -0.304790000000000, 1 -0.304812750000000, 0 -0.304874312500000, 1 -0.304874375000000, 0 -0.304874437500000, 1 -0.304897000000000, 0 -0.304942312500000, 1 -0.304965062500000, 0 -0.305000687500000, 1 -0.305000750000000, 0 -0.305000812500000, 1 -0.305023437500000, 0 -0.305042875000000, 1 -0.305065562500000, 0 -0.305098062500000, 1 -0.305120625000000, 0 -0.305166000000000, 1 -0.305188687500000, 0 -0.305347562500000, 1 -0.305370187500000, 0 -0.305386375000000, 1 -0.305409125000000, 0 -0.305457687500000, 1 -0.305480375000000, 0 -0.305542000000000, 1 -0.305564687500000, 0 -0.305610000000000, 1 -0.305632812500000, 0 -0.305668312500000, 1 -0.305691125000000, 0 -0.305710500000000, 1 -0.305733250000000, 0 -0.305765750000000, 1 -0.305788312500000, 0 -0.305833750000000, 1 -0.305856375000000, 0 -0.306015250000000, 1 -0.306037937500000, 0 -0.306054125000000, 1 -0.306076812500000, 0 -0.306125500000000, 1 -0.306148125000000, 0 -0.306209687500000, 1 -0.306232312500000, 0 -0.306277687500000, 1 -0.306277750000000, 0 -0.306277812500000, 1 -0.306300375000000, 0 -0.306336000000000, 1 -0.306358812500000, 0 -0.306378187500000, 1 -0.306400875000000, 0 -0.306433250000000, 1 -0.306456000000000, 0 -0.306501250000000, 1 -0.306501312500000, 0 -0.306501437500000, 1 -0.306524000000000, 0 -0.306682812500000, 1 -0.306705500000000, 0 -0.306721687500000, 1 -0.306744375000000, 0 -0.306793000000000, 1 -0.306815687500000, 0 -0.306877250000000, 1 -0.306900000000000, 0 -0.306942062500000, 1 -0.306964750000000, 0 -0.307003687500000, 1 -0.307026312500000, 0 -0.307045750000000, 1 -0.307068375000000, 0 -0.307100812500000, 1 -0.307100875000000, 0 -0.307100937500000, 1 -0.307123562500000, 0 -0.307178625000000, 1 -0.307178687500000, 0 -0.307178750000000, 1 -0.307201312500000, 0 -0.307360125000000, 1 -0.307382750000000, 0 -0.307398937500000, 1 -0.307421625000000, 0 -0.307470250000000, 1 -0.307470312500000, 0 -0.307470375000000, 1 -0.307492937500000, 0 -0.307554437500000, 1 -0.307577187500000, 0 -0.307622562500000, 1 -0.307645312500000, 0 -0.307680875000000, 1 -0.307703625000000, 0 -0.307723000000000, 1 -0.307745750000000, 0 -0.307778125000000, 1 -0.307800812500000, 0 -0.307846187500000, 1 -0.307868875000000, 0 -0.308027750000000, 1 -0.308050312500000, 0 -0.308066500000000, 1 -0.308089250000000, 0 -0.308137875000000, 1 -0.308160562500000, 0 -0.308222250000000, 1 -0.308244812500000, 0 -0.308286937500000, 1 -0.308309625000000, 0 -0.308348500000000, 1 -0.308371250000000, 0 -0.308390687500000, 1 -0.308413375000000, 0 -0.308445875000000, 1 -0.308468500000000, 0 -0.308523562500000, 1 -0.308546250000000, 0 -0.308705062500000, 1 -0.308727750000000, 0 -0.308744000000000, 1 -0.308766687500000, 0 -0.308815250000000, 1 -0.308837937500000, 0 -0.308899562500000, 1 -0.308922187500000, 0 -0.308967562500000, 1 -0.308990312500000, 0 -0.309025937500000, 1 -0.309048625000000, 0 -0.309068062500000, 1 -0.309090750000000, 0 -0.309123125000000, 1 -0.309145812500000, 0 -0.309191187500000, 1 -0.309213937500000, 0 -0.309372750000000, 1 -0.309372812500000, 0 -0.309372875000000, 1 -0.309395437500000, 0 -0.309411625000000, 1 -0.309434375000000, 0 -0.309482875000000, 1 -0.309505562500000, 0 -0.309567250000000, 1 -0.309589875000000, 0 -0.309631937500000, 1 -0.309632000000000, 0 -0.309632062500000, 1 -0.309654687500000, 0 -0.309693500000000, 1 -0.309716250000000, 0 -0.309735750000000, 1 -0.309758375000000, 0 -0.309790750000000, 1 -0.309813500000000, 0 -0.309868625000000, 1 -0.309891187500000, 0 -0.310050000000000, 1 -0.310050125000000, 0 -0.310050187500000, 1 -0.310072687500000, 0 -0.310088875000000, 1 -0.310111625000000, 0 -0.310160250000000, 1 -0.310182937500000, 0 -0.310244500000000, 1 -0.310267125000000, 0 -0.310312437500000, 1 -0.310335250000000, 0 -0.310370750000000, 1 -0.310393562500000, 0 -0.310412937500000, 1 -0.310435625000000, 0 -0.310468062500000, 1 -0.310490750000000, 0 -0.310536125000000, 1 -0.310558875000000, 0 -0.310717625000000, 1 -0.310740375000000, 0 -0.310756500000000, 1 -0.310779250000000, 0 -0.310827812500000, 1 -0.310850500000000, 0 -0.310912062500000, 1 -0.310934750000000, 0 -0.310980187500000, 1 -0.311002875000000, 0 -0.311038437500000, 1 -0.311061250000000, 0 -0.311080625000000, 1 -0.311103312500000, 0 -0.311135750000000, 1 -0.311158375000000, 0 -0.311203875000000, 1 -0.311226437500000, 0 -0.311385437500000, 1 -0.311407937500000, 0 -0.311424062500000, 1 -0.311424187500000, 0 -0.311424250000000, 1 -0.311446812500000, 0 -0.311495437500000, 1 -0.311518125000000, 0 -0.311579750000000, 1 -0.311602375000000, 0 -0.311647687500000, 1 -0.311670500000000, 0 -0.311706000000000, 1 -0.311728812500000, 0 -0.311748187500000, 1 -0.311770875000000, 0 -0.311803375000000, 1 -0.311826000000000, 0 -0.311871437500000, 1 -0.311894062500000, 0 -0.312052875000000, 1 -0.312075500000000, 0 -0.312091687500000, 1 -0.312114437500000, 0 -0.312163062500000, 1 -0.312185750000000, 0 -0.312247312500000, 1 -0.312270000000000, 0 -0.312315375000000, 1 -0.312338062500000, 0 -0.312373625000000, 1 -0.312373687500000, 0 -0.312373812500000, 1 -0.312396437500000, 0 -0.312415937500000, 1 -0.312438562500000, 0 -0.312471000000000, 1 -0.312493625000000, 0 -0.312538937500000, 1 -0.312561625000000, 0 -0.312720500000000, 1 -0.312743187500000, 0 -0.312759312500000, 1 -0.312782062500000, 0 -0.312830625000000, 1 -0.312853375000000, 0 -0.312914937500000, 1 -0.312937625000000, 0 -0.312983000000000, 1 -0.313005687500000, 0 -0.313041250000000, 1 -0.313064062500000, 0 -0.313083437500000, 1 -0.313106187500000, 0 -0.313138500000000, 1 -0.313161250000000, 0 -0.313206500000000, 1 -0.313229250000000, 0 -0.313388062500000, 1 -0.313410750000000, 0 -0.313427000000000, 1 -0.313449687500000, 0 -0.313498250000000, 1 -0.313521000000000, 0 -0.313582500000000, 1 -0.313605312500000, 0 -0.313647375000000, 1 -0.313670062500000, 0 -0.313708875000000, 1 -0.313731687500000, 0 -0.313751062500000, 1 -0.313751125000000, 0 -0.313751187500000, 1 -0.313773750000000, 0 -0.313806250000000, 1 -0.313828812500000, 0 -0.313883937500000, 1 -0.313906625000000, 0 -0.314065500000000, 1 -0.314088062500000, 0 -0.314104312500000, 1 -0.314127062500000, 0 -0.314175625000000, 1 -0.314198312500000, 0 -0.314259875000000, 1 -0.314282625000000, 0 -0.314327875000000, 1 -0.314350687500000, 0 -0.314386250000000, 1 -0.314409000000000, 0 -0.314428375000000, 1 -0.314451125000000, 0 -0.314483437500000, 1 -0.314483500000000, 0 -0.314483625000000, 1 -0.314506250000000, 0 -0.314551562500000, 1 -0.314574250000000, 0 -0.314733062500000, 1 -0.314755750000000, 0 -0.314771875000000, 1 -0.314794625000000, 0 -0.314843250000000, 1 -0.314865875000000, 0 -0.314927437500000, 1 -0.314927562500000, 0 -0.314927625000000, 1 -0.314950187500000, 0 -0.314995500000000, 1 -0.315018250000000, 0 -0.315053812500000, 1 -0.315076625000000, 0 -0.315096000000000, 1 -0.315118687500000, 0 -0.315151062500000, 1 -0.315151125000000, 0 -0.315151187500000, 1 -0.315173812500000, 0 -0.315219125000000, 1 -0.315241875000000, 0 -0.315400687500000, 1 -0.315423312500000, 0 -0.315439500000000, 1 -0.315439562500000, 0 -0.315439687500000, 1 -0.315462250000000, 0 -0.315510875000000, 1 -0.315533500000000, 0 -0.315595187500000, 1 -0.315617812500000, 0 -0.315663125000000, 1 -0.315685812500000, 0 -0.315721437500000, 1 -0.315721500000000, 0 -0.315721625000000, 1 -0.315744250000000, 0 -0.315763687500000, 1 -0.315763750000000, 0 -0.315763812500000, 1 -0.315786375000000, 0 -0.315818750000000, 1 -0.315841437500000, 0 -0.315886750000000, 1 -0.315909500000000, 0 -0.316068437500000, 1 -0.316090937500000, 0 -0.316107187500000, 1 -0.316129875000000, 0 -0.316178500000000, 1 -0.316201187500000, 0 -0.316262750000000, 1 -0.316285437500000, 0 -0.316330875000000, 1 -0.316353500000000, 0 -0.316389125000000, 1 -0.316411875000000, 0 -0.316431250000000, 1 -0.316453937500000, 0 -0.316486375000000, 1 -0.316509062500000, 0 -0.316554375000000, 1 -0.316554500000000, 0 -0.316554562500000, 1 -0.316577125000000, 0 -0.316735875000000, 1 -0.316735937500000, 0 -0.316736000000000, 1 -0.316758625000000, 0 -0.316774750000000, 1 -0.316797437500000, 0 -0.316846062500000, 1 -0.316868750000000, 0 -0.316930312500000, 1 -0.316953000000000, 0 -0.316998375000000, 1 -0.317021125000000, 0 -0.317056687500000, 1 -0.317079437500000, 0 -0.317098812500000, 1 -0.317121562500000, 0 -0.317154000000000, 1 -0.317176625000000, 0 -0.317222000000000, 1 -0.317244687500000, 0 -0.317403500000000, 1 -0.317426125000000, 0 -0.317442312500000, 1 -0.317465062500000, 0 -0.317513687500000, 1 -0.317536312500000, 0 -0.317597937500000, 1 -0.317620625000000, 0 -0.317662750000000, 1 -0.317685375000000, 0 -0.317724250000000, 1 -0.317747062500000, 0 -0.317766437500000, 1 -0.317789125000000, 0 -0.317821562500000, 1 -0.317844187500000, 0 -0.317899312500000, 1 -0.317922000000000, 0 -0.318080750000000, 1 -0.318103500000000, 0 -0.318119812500000, 1 -0.318142375000000, 0 -0.318191062500000, 1 -0.318213687500000, 0 -0.318275187500000, 1 -0.318275250000000, 0 -0.318275312500000, 1 -0.318297875000000, 0 -0.318340000000000, 1 -0.318362750000000, 0 -0.318401562500000, 1 -0.318401625000000, 0 -0.318401687500000, 1 -0.318424312500000, 0 -0.318443750000000, 1 -0.318466437500000, 0 -0.318498812500000, 1 -0.318521500000000, 0 -0.318576625000000, 1 -0.318599312500000, 0 -0.318758062500000, 1 -0.318780750000000, 0 -0.318797062500000, 1 -0.318819750000000, 0 -0.318868312500000, 1 -0.318868437500000, 0 -0.318868500000000, 1 -0.318891000000000, 0 -0.318952500000000, 1 -0.318975312500000, 0 -0.319017312500000, 1 -0.319040062500000, 0 -0.319078937500000, 1 -0.319101687500000, 0 -0.319121125000000, 1 -0.319143750000000, 0 -0.319176312500000, 1 -0.319198875000000, 0 -0.319254000000000, 1 -0.319276687500000, 0 -0.319435500000000, 1 -0.319458187500000, 0 -0.319474375000000, 1 -0.319497125000000, 0 -0.319545687500000, 1 -0.319545750000000, 0 -0.319545812500000, 1 -0.319568375000000, 0 -0.319629937500000, 1 -0.319652687500000, 0 -0.319698062500000, 1 -0.319720750000000, 0 -0.319756312500000, 1 -0.319779125000000, 0 -0.319798562500000, 1 -0.319821250000000, 0 -0.319853625000000, 1 -0.319876312500000, 0 -0.319921687500000, 1 -0.319944375000000, 0 -0.320103187500000, 1 -0.320125875000000, 0 -0.320142125000000, 1 -0.320164812500000, 0 -0.320213562500000, 1 -0.320236062500000, 0 -0.320297625000000, 1 -0.320320312500000, 0 -0.320362500000000, 1 -0.320385125000000, 0 -0.320424062500000, 1 -0.320446812500000, 0 -0.320466187500000, 1 -0.320488875000000, 0 -0.320521250000000, 1 -0.320543937500000, 0 -0.320599062500000, 1 -0.320621812500000, 0 -0.320780562500000, 1 -0.320803187500000, 0 -0.320819437500000, 1 -0.320819500000000, 0 -0.320819562500000, 1 -0.320842125000000, 0 -0.320890750000000, 1 -0.320913437500000, 0 -0.320974937500000, 1 -0.320997687500000, 0 -0.321043125000000, 1 -0.321065812500000, 0 -0.321101312500000, 1 -0.321124125000000, 0 -0.321143687500000, 1 -0.321166250000000, 0 -0.321198625000000, 1 -0.321198687500000, 0 -0.321198750000000, 1 -0.321221312500000, 0 -0.321266625000000, 1 -0.321289375000000, 0 -0.321448187500000, 1 -0.321470812500000, 0 -0.321487000000000, 1 -0.321509750000000, 0 -0.321558375000000, 1 -0.321581062500000, 0 -0.321642562500000, 1 -0.321665375000000, 0 -0.321713937500000, 1 -0.321736625000000, 0 -0.321769000000000, 1 -0.321769062500000, 0 -0.321769125000000, 1 -0.321791750000000, 0 -0.321811125000000, 1 -0.321833812500000, 0 -0.321866187500000, 1 -0.321888937500000, 0 -0.321924562500000, 1 -0.321947250000000, 0 -0.322106125000000, 1 -0.322128750000000, 0 -0.322145000000000, 1 -0.322167750000000, 0 -0.322216250000000, 1 -0.322216375000000, 0 -0.322216437500000, 1 -0.322239000000000, 0 -0.322300562500000, 1 -0.322323250000000, 0 -0.322365375000000, 1 -0.322388125000000, 0 -0.322427000000000, 1 -0.322449625000000, 0 -0.322469062500000, 1 -0.322491812500000, 0 -0.322524187500000, 1 -0.322546875000000, 0 -0.322602000000000, 1 -0.322624687500000, 0 -0.322783562500000, 1 -0.322806187500000, 0 -0.322822375000000, 1 -0.322845125000000, 0 -0.322893812500000, 1 -0.322916375000000, 0 -0.322978062500000, 1 -0.323000625000000, 0 -0.323042750000000, 1 -0.323065437500000, 0 -0.323104312500000, 1 -0.323127125000000, 0 -0.323146500000000, 1 -0.323169187500000, 0 -0.323201562500000, 1 -0.323224250000000, 0 -0.323279375000000, 1 -0.323302125000000, 0 -0.323460937500000, 1 -0.323483625000000, 0 -0.323499750000000, 1 -0.323522437500000, 0 -0.323571125000000, 1 -0.323593750000000, 0 -0.323655375000000, 1 -0.323678000000000, 0 -0.323723375000000, 1 -0.323746062500000, 0 -0.323781687500000, 1 -0.323804500000000, 0 -0.323823875000000, 1 -0.323823937500000, 0 -0.323824000000000, 1 -0.323846562500000, 0 -0.323879000000000, 1 -0.323901625000000, 0 -0.323946937500000, 1 -0.323969750000000, 0 -0.324128500000000, 1 -0.324151187500000, 0 -0.324167375000000, 1 -0.324190062500000, 0 -0.324238625000000, 1 -0.324261375000000, 0 -0.324322875000000, 1 -0.324345625000000, 0 -0.324387687500000, 1 -0.324410500000000, 0 -0.324449312500000, 1 -0.324472000000000, 0 -0.324491500000000, 1 -0.324514187500000, 0 -0.324546625000000, 1 -0.324569250000000, 0 -0.324624375000000, 1 -0.324647062500000, 0 -0.324806000000000, 1 -0.324828562500000, 0 -0.324844750000000, 1 -0.324867437500000, 0 -0.324916125000000, 1 -0.324938750000000, 0 -0.325000312500000, 1 -0.325023000000000, 0 -0.325068312500000, 1 -0.325091062500000, 0 -0.325126625000000, 1 -0.325149437500000, 0 -0.325168812500000, 1 -0.325191562500000, 0 -0.325223937500000, 1 -0.325246625000000, 0 -0.325291937500000, 1 -0.325314750000000, 0 -0.325473625000000, 1 -0.325496187500000, 0 -0.325512375000000, 1 -0.325535062500000, 0 -0.325583750000000, 1 -0.325606437500000, 0 -0.325668062500000, 1 -0.325690687500000, 0 -0.325732750000000, 1 -0.325755500000000, 0 -0.325794312500000, 1 -0.325817062500000, 0 -0.325836500000000, 1 -0.325836562500000, 0 -0.325836625000000, 1 -0.325859187500000, 0 -0.325891625000000, 1 -0.325891687500000, 0 -0.325891750000000, 1 -0.325914312500000, 0 -0.325969375000000, 1 -0.325992062500000, 0 -0.326150875000000, 1 -0.326173562500000, 0 -0.326189687500000, 1 -0.326212500000000, 0 -0.326261062500000, 1 -0.326283750000000, 0 -0.326345250000000, 1 -0.326368000000000, 0 -0.326413437500000, 1 -0.326436125000000, 0 -0.326471687500000, 1 -0.326494500000000, 0 -0.326513875000000, 1 -0.326536562500000, 0 -0.326568937500000, 1 -0.326591625000000, 0 -0.326637000000000, 1 -0.326659750000000, 0 -0.326818500000000, 1 -0.326841187500000, 0 -0.326857375000000, 1 -0.326857437500000, 0 -0.326857500000000, 1 -0.326880125000000, 0 -0.326928687500000, 1 -0.326951375000000, 0 -0.327012937500000, 1 -0.327035625000000, 0 -0.327081000000000, 1 -0.327103750000000, 0 -0.327139250000000, 1 -0.327162062500000, 0 -0.327181437500000, 1 -0.327204250000000, 0 -0.327236562500000, 1 -0.327259312500000, 0 -0.327304625000000, 1 -0.327327375000000, 0 -0.327486187500000, 1 -0.327508812500000, 0 -0.327525062500000, 1 -0.327547750000000, 0 -0.327596312500000, 1 -0.327596375000000, 0 -0.327596500000000, 1 -0.327619000000000, 0 -0.327680625000000, 1 -0.327703312500000, 0 -0.327748687500000, 1 -0.327771437500000, 0 -0.327806937500000, 1 -0.327829750000000, 0 -0.327849187500000, 1 -0.327871875000000, 0 -0.327904187500000, 1 -0.327926937500000, 0 -0.327972437500000, 1 -0.327995000000000, 0 -0.328153812500000, 1 -0.328176500000000, 0 -0.328192687500000, 1 -0.328215375000000, 0 -0.328264000000000, 1 -0.328286687500000, 0 -0.328348250000000, 1 -0.328348312500000, 0 -0.328348437500000, 1 -0.328370937500000, 0 -0.328416250000000, 1 -0.328439000000000, 0 -0.328474562500000, 1 -0.328497375000000, 0 -0.328516812500000, 1 -0.328539437500000, 0 -0.328572062500000, 1 -0.328594625000000, 0 -0.328640000000000, 1 -0.328662687500000, 0 -0.328821437500000, 1 -0.328844062500000, 0 -0.328860312500000, 1 -0.328883000000000, 0 -0.328931625000000, 1 -0.328954312500000, 0 -0.329015812500000, 1 -0.329038625000000, 0 -0.329080687500000, 1 -0.329103437500000, 0 -0.329142375000000, 1 -0.329165000000000, 0 -0.329184500000000, 1 -0.329207125000000, 0 -0.329239500000000, 1 -0.329262250000000, 0 -0.329317312500000, 1 -0.329317375000000, 0 -0.329317500000000, 1 -0.329340062500000, 0 -0.329498812500000, 1 -0.329521500000000, 0 -0.329537687500000, 1 -0.329537812500000, 0 -0.329537875000000, 1 -0.329560437500000, 0 -0.329609000000000, 1 -0.329609062500000, 0 -0.329609187500000, 1 -0.329631687500000, 0 -0.329693250000000, 1 -0.329715937500000, 0 -0.329761312500000, 1 -0.329784062500000, 0 -0.329819625000000, 1 -0.329842437500000, 0 -0.329861875000000, 1 -0.329884500000000, 0 -0.329916937500000, 1 -0.329939625000000, 0 -0.329984937500000, 1 -0.330007687500000, 0 -0.330166500000000, 1 -0.330189187500000, 0 -0.330205312500000, 1 -0.330228125000000, 0 -0.330276625000000, 1 -0.330299375000000, 0 -0.330360937500000, 1 -0.330383625000000, 0 -0.330429000000000, 1 -0.330451750000000, 0 -0.330487250000000, 1 -0.330510062500000, 0 -0.330529500000000, 1 -0.330552187500000, 0 -0.330584625000000, 1 -0.330607250000000, 0 -0.330652750000000, 1 -0.330675375000000, 0 -0.330834187500000, 1 -0.330856875000000, 0 -0.330873062500000, 1 -0.330895812500000, 0 -0.330944500000000, 1 -0.330967062500000, 0 -0.331028625000000, 1 -0.331051312500000, 0 -0.331096750000000, 1 -0.331119437500000, 0 -0.331155062500000, 1 -0.331177750000000, 0 -0.331197187500000, 1 -0.331219875000000, 0 -0.331252250000000, 1 -0.331275000000000, 0 -0.331320375000000, 1 -0.331343062500000, 0 -0.331501875000000, 1 -0.331501937500000, 0 -0.331502000000000, 1 -0.331524562500000, 0 -0.331540750000000, 1 -0.331540812500000, 0 -0.331540875000000, 1 -0.331563437500000, 0 -0.331612062500000, 1 -0.331634812500000, 0 -0.331696375000000, 1 -0.331719000000000, 0 -0.331764375000000, 1 -0.331787125000000, 0 -0.331822687500000, 1 -0.331845437500000, 0 -0.331864875000000, 1 -0.331864937500000, 0 -0.331865062500000, 1 -0.331887625000000, 0 -0.331920125000000, 1 -0.331942687500000, 0 -0.331988062500000, 1 -0.332010750000000, 0 -0.332169625000000, 1 -0.332192250000000, 0 -0.332208562500000, 1 -0.332231125000000, 0 -0.332279812500000, 1 -0.332302437500000, 0 -0.332364000000000, 1 -0.332386750000000, 0 -0.332432125000000, 1 -0.332454812500000, 0 -0.332490375000000, 1 -0.332513187500000, 0 -0.332532562500000, 1 -0.332555250000000, 0 -0.332587625000000, 1 -0.332610375000000, 0 -0.332655750000000, 1 -0.332678437500000, 0 -0.332837250000000, 1 -0.332859937500000, 0 -0.332876125000000, 1 -0.332898812500000, 0 -0.332947437500000, 1 -0.332970125000000, 0 -0.333031687500000, 1 -0.333031750000000, 0 -0.333031812500000, 1 -0.333054437500000, 0 -0.333096562500000, 1 -0.333119250000000, 0 -0.333158125000000, 1 -0.333180875000000, 0 -0.333200250000000, 1 -0.333223000000000, 0 -0.333255375000000, 1 -0.333278062500000, 0 -0.333333125000000, 1 -0.333333187500000, 0 -0.333333250000000, 1 -0.333355875000000, 0 -0.333514687500000, 1 -0.333537375000000, 0 -0.333553500000000, 1 -0.333576312500000, 0 -0.333624875000000, 1 -0.333647562500000, 0 -0.333709125000000, 1 -0.333731875000000, 0 -0.333777187500000, 1 -0.333799937500000, 0 -0.333835500000000, 1 -0.333858312500000, 0 -0.333877750000000, 1 -0.333900375000000, 0 -0.333932812500000, 1 -0.333955500000000, 0 -0.334001000000000, 1 -0.334023562500000, 0 -0.334182375000000, 1 -0.334205062500000, 0 -0.334221312500000, 1 -0.334244000000000, 0 -0.334292562500000, 1 -0.334315250000000, 0 -0.334376875000000, 1 -0.334399500000000, 0 -0.334441625000000, 1 -0.334464375000000, 0 -0.334503187500000, 1 -0.334525937500000, 0 -0.334545375000000, 1 -0.334568062500000, 0 -0.334600437500000, 1 -0.334623125000000, 0 -0.334678312500000, 1 -0.334701000000000, 0 -0.334859812500000, 1 -0.334882437500000, 0 -0.334898687500000, 1 -0.334921375000000, 0 -0.334970000000000, 1 -0.334992750000000, 0 -0.335054312500000, 1 -0.335077062500000, 0 -0.335122375000000, 1 -0.335145125000000, 0 -0.335180625000000, 1 -0.335203437500000, 0 -0.335222812500000, 1 -0.335222875000000, 0 -0.335223000000000, 1 -0.335245562500000, 0 -0.335277937500000, 1 -0.335300687500000, 0 -0.335346000000000, 1 -0.335368750000000, 0 -0.335527500000000, 1 -0.335550187500000, 0 -0.335566437500000, 1 -0.335589125000000, 0 -0.335637687500000, 1 -0.335660375000000, 0 -0.335722000000000, 1 -0.335744687500000, 0 -0.335790000000000, 1 -0.335790062500000, 0 -0.335790187500000, 1 -0.335812750000000, 0 -0.335848375000000, 1 -0.335871125000000, 0 -0.335890562500000, 1 -0.335913250000000, 0 -0.335945625000000, 1 -0.335968375000000, 0 -0.336013687500000, 1 -0.336036437500000, 0 -0.336195250000000, 1 -0.336217875000000, 0 -0.336234062500000, 1 -0.336234125000000, 0 -0.336234187500000, 1 -0.336256812500000, 0 -0.336305437500000, 1 -0.336328125000000, 0 -0.336389687500000, 1 -0.336412375000000, 0 -0.336457687500000, 1 -0.336480500000000, 0 -0.336516125000000, 1 -0.336538812500000, 0 -0.336558250000000, 1 -0.336580937500000, 0 -0.336613250000000, 1 -0.336613375000000, 0 -0.336613437500000, 1 -0.336636000000000, 0 -0.336681312500000, 1 -0.336704125000000, 0 -0.336862875000000, 1 -0.336885562500000, 0 -0.336901750000000, 1 -0.336924500000000, 0 -0.336973062500000, 1 -0.336995750000000, 0 -0.337057375000000, 1 -0.337080000000000, 0 -0.337125375000000, 1 -0.337125437500000, 0 -0.337125500000000, 1 -0.337148125000000, 0 -0.337183687500000, 1 -0.337206500000000, 0 -0.337225875000000, 1 -0.337248562500000, 0 -0.337281000000000, 1 -0.337303625000000, 0 -0.337349062500000, 1 -0.337371750000000, 0 -0.337530500000000, 1 -0.337553250000000, 0 -0.337569437500000, 1 -0.337592125000000, 0 -0.337640812500000, 1 -0.337663437500000, 0 -0.337725062500000, 1 -0.337747750000000, 0 -0.337793000000000, 1 -0.337815812500000, 0 -0.337851375000000, 1 -0.337874125000000, 0 -0.337893625000000, 1 -0.337916250000000, 0 -0.337948687500000, 1 -0.337971312500000, 0 -0.337971375000000, 1 -0.337971437500000, 0 -0.338016750000000, 1 -0.338039375000000, 0 -0.338198437500000, 1 -0.338220937500000, 0 -0.338237125000000, 1 -0.338259875000000, 0 -0.338308500000000, 1 -0.338331125000000, 0 -0.338392750000000, 1 -0.338415437500000, 0 -0.338457437500000, 1 -0.338480187500000, 0 -0.338519062500000, 1 -0.338519125000000, 0 -0.338519250000000, 1 -0.338541812500000, 0 -0.338561250000000, 1 -0.338583937500000, 0 -0.338616500000000, 1 -0.338639000000000, 0 -0.338694125000000, 1 -0.338694187500000, 0 -0.338694250000000, 1 -0.338716875000000, 0 -0.338875625000000, 1 -0.338898312500000, 0 -0.338914562500000, 1 -0.338937187500000, 0 -0.338985812500000, 1 -0.339008562500000, 0 -0.339070125000000, 1 -0.339092812500000, 0 -0.339138125000000, 1 -0.339138187500000, 0 -0.339138250000000, 1 -0.339160875000000, 0 -0.339196437500000, 1 -0.339196500000000, 0 -0.339196625000000, 1 -0.339219250000000, 0 -0.339238625000000, 1 -0.339238687500000, 0 -0.339238750000000, 1 -0.339261312500000, 0 -0.339293687500000, 1 -0.339316375000000, 0 -0.339361750000000, 1 -0.339384500000000, 0 -0.339543312500000, 1 -0.339566000000000, 0 -0.339582250000000, 1 -0.339604875000000, 0 -0.339653500000000, 1 -0.339676187500000, 0 -0.339737750000000, 1 -0.339760437500000, 0 -0.339802500000000, 1 -0.339825250000000, 0 -0.339864125000000, 1 -0.339886812500000, 0 -0.339906250000000, 1 -0.339928937500000, 0 -0.339961375000000, 1 -0.339984062500000, 0 -0.340039125000000, 1 -0.340061812500000, 0 -0.340220625000000, 1 -0.340243312500000, 0 -0.340259437500000, 1 -0.340282125000000, 0 -0.340282187500000, 1 -0.340282250000000, 0 -0.340330750000000, 1 -0.340353500000000, 0 -0.340415000000000, 1 -0.340437750000000, 0 -0.340479812500000, 1 -0.340502562500000, 0 -0.340541437500000, 1 -0.340564125000000, 0 -0.340583562500000, 1 -0.340583625000000, 0 -0.340583687500000, 1 -0.340606312500000, 0 -0.340638625000000, 1 -0.340661375000000, 0 -0.340716562500000, 1 -0.340739125000000, 0 -0.340898062500000, 1 -0.340920687500000, 0 -0.340936812500000, 1 -0.340959562500000, 0 -0.341008187500000, 1 -0.341030875000000, 0 -0.341092437500000, 1 -0.341115125000000, 0 -0.341157250000000, 1 -0.341179937500000, 0 -0.341218812500000, 1 -0.341241562500000, 0 -0.341261000000000, 1 -0.341283625000000, 0 -0.341316062500000, 1 -0.341338750000000, 0 -0.341393875000000, 1 -0.341416500000000, 0 -0.341575375000000, 1 -0.341598062500000, 0 -0.341614250000000, 1 -0.341636937500000, 0 -0.341685562500000, 1 -0.341708250000000, 0 -0.341769875000000, 1 -0.341792562500000, 0 -0.341834625000000, 1 -0.341857312500000, 0 -0.341896187500000, 1 -0.341918937500000, 0 -0.341938375000000, 1 -0.341961062500000, 0 -0.341993437500000, 1 -0.342016125000000, 0 -0.342071312500000, 1 -0.342093937500000, 0 -0.342252750000000, 1 -0.342275437500000, 0 -0.342291625000000, 1 -0.342314312500000, 0 -0.342362937500000, 1 -0.342385625000000, 0 -0.342447187500000, 1 -0.342469937500000, 0 -0.342515250000000, 1 -0.342538000000000, 0 -0.342573562500000, 1 -0.342596375000000, 0 -0.342615750000000, 1 -0.342615812500000, 0 -0.342615875000000, 1 -0.342638437500000, 0 -0.342670875000000, 1 -0.342693500000000, 0 -0.342738875000000, 1 -0.342761687500000, 0 -0.342920437500000, 1 -0.342943125000000, 0 -0.342959250000000, 1 -0.342982000000000, 0 -0.343030625000000, 1 -0.343030687500000, 0 -0.343030750000000, 1 -0.343053312500000, 0 -0.343114875000000, 1 -0.343137562500000, 0 -0.343182875000000, 1 -0.343205625000000, 0 -0.343241250000000, 1 -0.343264000000000, 0 -0.343283437500000, 1 -0.343306125000000, 0 -0.343338500000000, 1 -0.343361187500000, 0 -0.343406500000000, 1 -0.343406562500000, 0 -0.343406687500000, 1 -0.343429312500000, 0 -0.343588125000000, 1 -0.343610812500000, 0 -0.343627125000000, 1 -0.343649750000000, 0 -0.343698375000000, 1 -0.343721000000000, 0 -0.343782562500000, 1 -0.343805250000000, 0 -0.343850625000000, 1 -0.343873375000000, 0 -0.343908937500000, 1 -0.343931750000000, 0 -0.343951125000000, 1 -0.343973875000000, 0 -0.344006250000000, 1 -0.344028937500000, 0 -0.344074312500000, 1 -0.344097000000000, 0 -0.344255875000000, 1 -0.344278500000000, 0 -0.344294750000000, 1 -0.344317375000000, 0 -0.344366000000000, 1 -0.344388687500000, 0 -0.344450250000000, 1 -0.344473000000000, 0 -0.344518312500000, 1 -0.344541062500000, 0 -0.344576625000000, 1 -0.344576687500000, 0 -0.344576750000000, 1 -0.344599375000000, 0 -0.344618875000000, 1 -0.344641500000000, 0 -0.344674000000000, 1 -0.344696562500000, 0 -0.344741937500000, 1 -0.344764625000000, 0 -0.344923500000000, 1 -0.344946125000000, 0 -0.344962375000000, 1 -0.344985125000000, 0 -0.345033750000000, 1 -0.345056375000000, 0 -0.345117937500000, 1 -0.345140687500000, 0 -0.345182750000000, 1 -0.345182812500000, 0 -0.345182875000000, 1 -0.345205500000000, 0 -0.345244312500000, 1 -0.345244375000000, 0 -0.345244437500000, 1 -0.345267062500000, 0 -0.345286562500000, 1 -0.345309187500000, 0 -0.345341562500000, 1 -0.345364312500000, 0 -0.345419375000000, 1 -0.345419437500000, 0 -0.345419500000000, 1 -0.345442125000000, 0 -0.345600937500000, 1 -0.345623625000000, 0 -0.345639812500000, 1 -0.345639875000000, 0 -0.345639937500000, 1 -0.345662500000000, 0 -0.345711125000000, 1 -0.345733812500000, 0 -0.345795375000000, 1 -0.345818125000000, 0 -0.345863437500000, 1 -0.345886187500000, 0 -0.345921750000000, 1 -0.345944562500000, 0 -0.345964000000000, 1 -0.345986625000000, 0 -0.346019000000000, 1 -0.346041687500000, 0 -0.346087250000000, 1 -0.346109812500000, 0 -0.346268687500000, 1 -0.346291312500000, 0 -0.346307625000000, 1 -0.346330250000000, 0 -0.346378812500000, 1 -0.346401500000000, 0 -0.346463125000000, 1 -0.346485750000000, 0 -0.346531125000000, 1 -0.346553812500000, 0 -0.346589375000000, 1 -0.346589437500000, 0 -0.346589562500000, 1 -0.346612250000000, 0 -0.346631625000000, 1 -0.346654312500000, 0 -0.346686687500000, 1 -0.346709437500000, 0 -0.346754750000000, 1 -0.346777500000000, 0 -0.346936250000000, 1 -0.346958937500000, 0 -0.346975187500000, 1 -0.346997875000000, 0 -0.347046562500000, 1 -0.347069187500000, 0 -0.347130750000000, 1 -0.347153437500000, 0 -0.347198750000000, 1 -0.347221562500000, 0 -0.347257125000000, 1 -0.347279937500000, 0 -0.347299375000000, 1 -0.347322000000000, 0 -0.347354375000000, 1 -0.347377062500000, 0 -0.347422375000000, 1 -0.347445187500000, 0 -0.347604000000000, 1 -0.347626625000000, 0 -0.347642812500000, 1 -0.347665500000000, 0 -0.347714125000000, 1 -0.347736812500000, 0 -0.347798375000000, 1 -0.347821125000000, 0 -0.347863187500000, 1 -0.347885875000000, 0 -0.347924812500000, 1 -0.347947562500000, 0 -0.347966937500000, 1 -0.347989687500000, 0 -0.348022062500000, 1 -0.348044687500000, 0 -0.348099875000000, 1 -0.348122500000000, 0 -0.348281500000000, 1 -0.348304062500000, 0 -0.348320250000000, 1 -0.348342937500000, 0 -0.348391562500000, 1 -0.348414250000000, 0 -0.348475812500000, 1 -0.348498500000000, 0 -0.348543875000000, 1 -0.348566562500000, 0 -0.348602250000000, 1 -0.348625000000000, 0 -0.348644375000000, 1 -0.348644437500000, 0 -0.348644500000000, 1 -0.348667125000000, 0 -0.348699500000000, 1 -0.348722187500000, 0 -0.348767500000000, 1 -0.348790187500000, 0 -0.348949187500000, 1 -0.348971750000000, 0 -0.348988000000000, 1 -0.349010625000000, 0 -0.349059250000000, 1 -0.349081937500000, 0 -0.349143500000000, 1 -0.349166187500000, 0 -0.349211562500000, 1 -0.349234250000000, 0 -0.349269875000000, 1 -0.349292625000000, 0 -0.349312062500000, 1 -0.349334750000000, 0 -0.349367125000000, 1 -0.349367187500000, 0 -0.349367250000000, 1 -0.349389812500000, 0 -0.349435187500000, 1 -0.349457937500000, 0 -0.349616687500000, 1 -0.349639375000000, 0 -0.349655562500000, 1 -0.349678312500000, 0 -0.349726875000000, 1 -0.349749562500000, 0 -0.349811125000000, 1 -0.349833812500000, 0 -0.349879187500000, 1 -0.349901937500000, 0 -0.349937437500000, 1 -0.349960250000000, 0 -0.349979625000000, 1 -0.350002375000000, 0 -0.350034750000000, 1 -0.350057500000000, 0 -0.350102812500000, 1 -0.350125562500000, 0 -0.350284375000000, 1 -0.350284437500000, 0 -0.350284500000000, 1 -0.350307062500000, 0 -0.350323187500000, 1 -0.350346000000000, 0 -0.350394562500000, 1 -0.350417250000000, 0 -0.350478750000000, 1 -0.350501500000000, 0 -0.350543500000000, 1 -0.350566312500000, 0 -0.350605187500000, 1 -0.350627937500000, 0 -0.350647312500000, 1 -0.350647375000000, 0 -0.350647437500000, 1 -0.350670062500000, 0 -0.350702375000000, 1 -0.350702437500000, 0 -0.350702562500000, 1 -0.350725125000000, 0 -0.350780187500000, 1 -0.350802875000000, 0 -0.350961875000000, 1 -0.350984437500000, 0 -0.351000625000000, 1 -0.351023312500000, 0 -0.351071937500000, 1 -0.351094625000000, 0 -0.351156187500000, 1 -0.351178875000000, 0 -0.351221062500000, 1 -0.351243750000000, 0 -0.351282562500000, 1 -0.351305312500000, 0 -0.351324687500000, 1 -0.351347437500000, 0 -0.351379937500000, 1 -0.351402500000000, 0 -0.351457687500000, 1 -0.351457750000000, 0 -0.351457875000000, 1 -0.351480375000000, 0 -0.351639187500000, 1 -0.351661875000000, 0 -0.351678062500000, 1 -0.351700750000000, 0 -0.351749437500000, 1 -0.351772062500000, 0 -0.351833625000000, 1 -0.351856312500000, 0 -0.351898500000000, 1 -0.351921125000000, 0 -0.351960062500000, 1 -0.351982750000000, 0 -0.352002187500000, 1 -0.352024875000000, 0 -0.352057312500000, 1 -0.352080000000000, 0 -0.352135312500000, 1 -0.352157812500000, 0 -0.352316625000000, 1 -0.352316687500000, 0 -0.352316750000000, 1 -0.352339312500000, 0 -0.352355500000000, 1 -0.352378187500000, 0 -0.352426875000000, 1 -0.352449562500000, 0 -0.352511062500000, 1 -0.352511125000000, 0 -0.352511250000000, 1 -0.352533812500000, 0 -0.352579125000000, 1 -0.352601875000000, 0 -0.352637562500000, 1 -0.352660250000000, 0 -0.352679687500000, 1 -0.352702375000000, 0 -0.352734812500000, 1 -0.352757437500000, 0 -0.352802812500000, 1 -0.352825500000000, 0 -0.352984375000000, 1 -0.353007000000000, 0 -0.353023250000000, 1 -0.353045937500000, 0 -0.353094562500000, 1 -0.353094625000000, 0 -0.353094687500000, 1 -0.353117187500000, 0 -0.353178750000000, 1 -0.353201437500000, 0 -0.353246750000000, 1 -0.353246875000000, 0 -0.353246937500000, 1 -0.353269500000000, 0 -0.353305125000000, 1 -0.353327875000000, 0 -0.353347312500000, 1 -0.353370062500000, 0 -0.353402437500000, 1 -0.353425125000000, 0 -0.353470437500000, 1 -0.353493187500000, 0 -0.353652000000000, 1 -0.353674625000000, 0 -0.353690812500000, 1 -0.353690875000000, 0 -0.353691000000000, 1 -0.353713562500000, 0 -0.353762187500000, 1 -0.353762250000000, 0 -0.353762312500000, 1 -0.353784875000000, 0 -0.353846500000000, 1 -0.353869187500000, 0 -0.353911187500000, 1 -0.353934000000000, 0 -0.353972750000000, 1 -0.353995500000000, 0 -0.354015000000000, 1 -0.354037625000000, 0 -0.354070062500000, 1 -0.354092750000000, 0 -0.354147875000000, 1 -0.354170500000000, 0 -0.354329375000000, 1 -0.354352062500000, 0 -0.354368187500000, 1 -0.354390937500000, 0 -0.354439687500000, 1 -0.354462187500000, 0 -0.354523937500000, 1 -0.354546500000000, 0 -0.354588687500000, 1 -0.354611312500000, 0 -0.354650187500000, 1 -0.354672875000000, 0 -0.354692312500000, 1 -0.354715000000000, 0 -0.354747437500000, 1 -0.354770125000000, 0 -0.354825250000000, 1 -0.354825312500000, 0 -0.354825375000000, 1 -0.354847937500000, 0 -0.355006875000000, 1 -0.355029375000000, 0 -0.355045562500000, 1 -0.355068312500000, 0 -0.355116875000000, 1 -0.355139625000000, 0 -0.355201250000000, 1 -0.355223875000000, 0 -0.355266000000000, 1 -0.355288687500000, 0 -0.355327500000000, 1 -0.355350312500000, 0 -0.355369750000000, 1 -0.355392437500000, 0 -0.355424812500000, 1 -0.355447500000000, 0 -0.355502625000000, 1 -0.355525312500000, 0 -0.355684187500000, 1 -0.355706750000000, 0 -0.355722937500000, 1 -0.355745750000000, 0 -0.355794250000000, 1 -0.355817000000000, 0 -0.355878562500000, 1 -0.355901250000000, 0 -0.355946625000000, 1 -0.355969312500000, 0 -0.356004937500000, 1 -0.356027687500000, 0 -0.356047125000000, 1 -0.356069750000000, 0 -0.356102250000000, 1 -0.356124875000000, 0 -0.356170187500000, 1 -0.356193000000000, 0 -0.356351750000000, 1 -0.356351812500000, 0 -0.356351875000000, 1 -0.356374437500000, 0 -0.356390625000000, 1 -0.356413312500000, 0 -0.356461875000000, 1 -0.356484625000000, 0 -0.356546187500000, 1 -0.356568875000000, 0 -0.356614187500000, 1 -0.356614250000000, 0 -0.356614375000000, 1 -0.356636937500000, 0 -0.356672500000000, 1 -0.356695312500000, 0 -0.356714750000000, 1 -0.356737375000000, 0 -0.356769750000000, 1 -0.356792500000000, 0 -0.356837812500000, 1 -0.356860562500000, 0 -0.357019375000000, 1 -0.357042062500000, 0 -0.357058250000000, 1 -0.357081000000000, 0 -0.357129562500000, 1 -0.357152250000000, 0 -0.357213812500000, 1 -0.357213875000000, 0 -0.357213937500000, 1 -0.357236500000000, 0 -0.357278625000000, 1 -0.357301375000000, 0 -0.357340187500000, 1 -0.357362937500000, 0 -0.357382375000000, 1 -0.357405062500000, 0 -0.357437437500000, 1 -0.357437500000000, 0 -0.357437562500000, 1 -0.357460187500000, 0 -0.357515187500000, 1 -0.357515250000000, 0 -0.357515312500000, 1 -0.357537937500000, 0 -0.357696812500000, 1 -0.357719375000000, 0 -0.357735750000000, 1 -0.357758312500000, 0 -0.357806875000000, 1 -0.357829562500000, 0 -0.357891125000000, 1 -0.357913875000000, 0 -0.357959250000000, 1 -0.357981937500000, 0 -0.358017500000000, 1 -0.358040312500000, 0 -0.358059687500000, 1 -0.358082375000000, 0 -0.358114812500000, 1 -0.358137437500000, 0 -0.358182812500000, 1 -0.358205625000000, 0 -0.358364375000000, 1 -0.358387062500000, 0 -0.358403250000000, 1 -0.358425937500000, 0 -0.358474562500000, 1 -0.358497250000000, 0 -0.358558812500000, 1 -0.358581562500000, 0 -0.358626875000000, 1 -0.358649625000000, 0 -0.358685187500000, 1 -0.358707937500000, 0 -0.358727437500000, 1 -0.358750125000000, 0 -0.358782437500000, 1 -0.358782500000000, 0 -0.358782625000000, 1 -0.358805125000000, 0 -0.358850500000000, 1 -0.358873250000000, 0 -0.359032062500000, 1 -0.359032125000000, 0 -0.359032250000000, 1 -0.359054750000000, 0 -0.359070937500000, 1 -0.359093687500000, 0 -0.359142250000000, 1 -0.359142312500000, 0 -0.359142375000000, 1 -0.359164937500000, 0 -0.359226500000000, 1 -0.359249250000000, 0 -0.359294562500000, 1 -0.359317312500000, 0 -0.359352937500000, 1 -0.359375625000000, 0 -0.359395125000000, 1 -0.359417750000000, 0 -0.359450125000000, 1 -0.359450187500000, 0 -0.359450250000000, 1 -0.359472812500000, 0 -0.359518187500000, 1 -0.359540937500000, 0 -0.359699687500000, 1 -0.359722437500000, 0 -0.359738562500000, 1 -0.359761312500000, 0 -0.359810062500000, 1 -0.359832625000000, 0 -0.359894187500000, 1 -0.359916875000000, 0 -0.359962250000000, 1 -0.359962312500000, 0 -0.359962375000000, 1 -0.359985000000000, 0 -0.360020500000000, 1 -0.360043312500000, 0 -0.360062750000000, 1 -0.360085437500000, 0 -0.360117812500000, 1 -0.360140562500000, 0 -0.360185875000000, 1 -0.360208562500000, 0 -0.360367375000000, 1 -0.360390125000000, 0 -0.360406250000000, 1 -0.360429000000000, 0 -0.360477625000000, 1 -0.360500312500000, 0 -0.360561875000000, 1 -0.360584562500000, 0 -0.360629875000000, 1 -0.360652625000000, 0 -0.360688187500000, 1 -0.360711000000000, 0 -0.360730437500000, 1 -0.360753125000000, 0 -0.360785500000000, 1 -0.360808187500000, 0 -0.360853625000000, 1 -0.360876250000000, 0 -0.361035125000000, 1 -0.361057812500000, 0 -0.361074062500000, 1 -0.361096687500000, 0 -0.361145375000000, 1 -0.361168000000000, 0 -0.361229562500000, 1 -0.361252250000000, 0 -0.361297562500000, 1 -0.361320375000000, 0 -0.361356000000000, 1 -0.361378687500000, 0 -0.361398125000000, 1 -0.361398187500000, 0 -0.361398250000000, 1 -0.361420812500000, 0 -0.361453187500000, 1 -0.361475875000000, 0 -0.361521250000000, 1 -0.361544000000000, 0 -0.361702812500000, 1 -0.361725500000000, 0 -0.361741687500000, 1 -0.361764375000000, 0 -0.361813000000000, 1 -0.361835687500000, 0 -0.361897250000000, 1 -0.361897312500000, 0 -0.361897375000000, 1 -0.361920000000000, 0 -0.361965312500000, 1 -0.361988062500000, 0 -0.362023625000000, 1 -0.362023687500000, 0 -0.362023750000000, 1 -0.362046437500000, 0 -0.362065875000000, 1 -0.362088562500000, 0 -0.362120937500000, 1 -0.362143625000000, 0 -0.362189000000000, 1 -0.362211750000000, 0 -0.362370500000000, 1 -0.362393187500000, 0 -0.362409562500000, 1 -0.362432125000000, 0 -0.362480562500000, 1 -0.362480625000000, 0 -0.362480750000000, 1 -0.362503437500000, 0 -0.362565000000000, 1 -0.362565062500000, 0 -0.362565125000000, 1 -0.362587687500000, 0 -0.362633000000000, 1 -0.362633062500000, 0 -0.362633125000000, 1 -0.362655750000000, 0 -0.362691312500000, 1 -0.362714125000000, 0 -0.362733500000000, 1 -0.362733562500000, 0 -0.362733625000000, 1 -0.362756250000000, 0 -0.362788625000000, 1 -0.362811312500000, 0 -0.362856625000000, 1 -0.362856687500000, 0 -0.362856750000000, 1 -0.362879437500000, 0 -0.363038187500000, 1 -0.363060875000000, 0 -0.363077000000000, 1 -0.363077125000000, 0 -0.363077187500000, 1 -0.363099812500000, 0 -0.363148375000000, 1 -0.363171125000000, 0 -0.363232687500000, 1 -0.363255375000000, 0 -0.363297437500000, 1 -0.363320187500000, 0 -0.363359187500000, 1 -0.363381812500000, 0 -0.363401125000000, 1 -0.363423937500000, 0 -0.363456312500000, 1 -0.363479000000000, 0 -0.363534125000000, 1 -0.363556750000000, 0 -0.363715562500000, 1 -0.363715625000000, 0 -0.363715687500000, 1 -0.363738312500000, 0 -0.363754500000000, 1 -0.363777250000000, 0 -0.363825812500000, 1 -0.363848500000000, 0 -0.363910062500000, 1 -0.363932750000000, 0 -0.363978125000000, 1 -0.364000812500000, 0 -0.364036500000000, 1 -0.364059250000000, 0 -0.364078625000000, 1 -0.364101312500000, 0 -0.364133750000000, 1 -0.364156375000000, 0 -0.364201750000000, 1 -0.364224500000000, 0 -0.364383312500000, 1 -0.364406000000000, 0 -0.364422125000000, 1 -0.364444875000000, 0 -0.364493625000000, 1 -0.364516187500000, 0 -0.364577750000000, 1 -0.364577812500000, 0 -0.364577875000000, 1 -0.364600500000000, 0 -0.364645812500000, 1 -0.364668562500000, 0 -0.364704187500000, 1 -0.364726875000000, 0 -0.364746312500000, 1 -0.364769000000000, 0 -0.364801375000000, 1 -0.364801437500000, 0 -0.364801500000000, 1 -0.364824125000000, 0 -0.364869437500000, 1 -0.364892250000000, 0 -0.365051000000000, 1 -0.365073687500000, 0 -0.365089875000000, 1 -0.365089937500000, 0 -0.365090000000000, 1 -0.365112562500000, 0 -0.365161187500000, 1 -0.365183875000000, 0 -0.365245500000000, 1 -0.365268187500000, 0 -0.365313500000000, 1 -0.365313562500000, 0 -0.365313625000000, 1 -0.365336250000000, 0 -0.365371812500000, 1 -0.365394562500000, 0 -0.365414000000000, 1 -0.365414062500000, 0 -0.365414125000000, 1 -0.365436750000000, 0 -0.365469125000000, 1 -0.365491812500000, 0 -0.365537312500000, 1 -0.365559937500000, 0 -0.365718687500000, 1 -0.365741375000000, 0 -0.365757500000000, 1 -0.365757687500000, 0 -0.365757750000000, 1 -0.365780312500000, 0 -0.365828875000000, 1 -0.365851562500000, 0 -0.365913187500000, 1 -0.365935812500000, 0 -0.365981187500000, 1 -0.366004000000000, 0 -0.366039500000000, 1 -0.366062312500000, 0 -0.366081687500000, 1 -0.366104437500000, 0 -0.366136750000000, 1 -0.366159500000000, 0 -0.366204812500000, 1 -0.366227625000000, 0 -0.366386312500000, 1 -0.366409062500000, 0 -0.366425250000000, 1 -0.366425312500000, 0 -0.366425375000000, 1 -0.366448000000000, 0 -0.366496625000000, 1 -0.366519312500000, 0 -0.366580812500000, 1 -0.366580937500000, 0 -0.366581000000000, 1 -0.366603562500000, 0 -0.366645625000000, 1 -0.366668312500000, 0 -0.366707187500000, 1 -0.366730000000000, 0 -0.366749375000000, 1 -0.366772062500000, 0 -0.366804625000000, 1 -0.366827125000000, 0 -0.366882312500000, 1 -0.366905000000000, 0 -0.367063750000000, 1 -0.367086437500000, 0 -0.367102812500000, 1 -0.367125375000000, 0 -0.367174000000000, 1 -0.367196687500000, 0 -0.367258312500000, 1 -0.367280937500000, 0 -0.367326250000000, 1 -0.367349062500000, 0 -0.367384625000000, 1 -0.367407375000000, 0 -0.367426812500000, 1 -0.367449500000000, 0 -0.367481875000000, 1 -0.367504625000000, 0 -0.367549937500000, 1 -0.367572625000000, 0 -0.367731437500000, 1 -0.367754125000000, 0 -0.367770250000000, 1 -0.367793062500000, 0 -0.367841750000000, 1 -0.367864375000000, 0 -0.367925937500000, 1 -0.367948625000000, 0 -0.367993937500000, 1 -0.368016687500000, 0 -0.368052250000000, 1 -0.368075000000000, 0 -0.368094437500000, 1 -0.368117125000000, 0 -0.368149562500000, 1 -0.368172250000000, 0 -0.368217625000000, 1 -0.368240375000000, 0 -0.368399187500000, 1 -0.368421812500000, 0 -0.368437937500000, 1 -0.368460750000000, 0 -0.368509312500000, 1 -0.368532000000000, 0 -0.368593562500000, 1 -0.368616250000000, 0 -0.368661625000000, 1 -0.368684375000000, 0 -0.368720062500000, 1 -0.368742687500000, 0 -0.368762125000000, 1 -0.368784812500000, 0 -0.368817125000000, 1 -0.368839875000000, 0 -0.368885250000000, 1 -0.368907937500000, 0 -0.369066812500000, 1 -0.369089437500000, 0 -0.369105687500000, 1 -0.369128375000000, 0 -0.369176937500000, 1 -0.369199625000000, 0 -0.369261187500000, 1 -0.369261250000000, 0 -0.369261312500000, 1 -0.369283875000000, 0 -0.369329250000000, 1 -0.369352000000000, 0 -0.369387562500000, 1 -0.369410312500000, 0 -0.369429750000000, 1 -0.369452500000000, 0 -0.369484812500000, 1 -0.369507562500000, 0 -0.369552937500000, 1 -0.369575687500000, 0 -0.369734437500000, 1 -0.369757062500000, 0 -0.369773312500000, 1 -0.369796062500000, 0 -0.369844625000000, 1 -0.369867312500000, 0 -0.369928875000000, 1 -0.369951562500000, 0 -0.370000187500000, 1 -0.370000250000000, 0 -0.370000312500000, 1 -0.370022875000000, 0 -0.370055312500000, 1 -0.370078000000000, 0 -0.370097437500000, 1 -0.370120125000000, 0 -0.370152500000000, 1 -0.370152562500000, 0 -0.370152625000000, 1 -0.370175187500000, 0 -0.370210812500000, 1 -0.370233625000000, 0 -0.370392375000000, 1 -0.370415062500000, 0 -0.370431312500000, 1 -0.370454000000000, 0 -0.370502625000000, 1 -0.370525250000000, 0 -0.370586812500000, 1 -0.370609500000000, 0 -0.370654875000000, 1 -0.370677625000000, 0 -0.370713187500000, 1 -0.370736000000000, 0 -0.370755375000000, 1 -0.370778062500000, 0 -0.370810437500000, 1 -0.370833125000000, 0 -0.370878625000000, 1 -0.370901187500000, 0 -0.371060000000000, 1 -0.371060125000000, 0 -0.371060187500000, 1 -0.371082687500000, 0 -0.371098875000000, 1 -0.371098937500000, 0 -0.371099062500000, 1 -0.371121625000000, 0 -0.371170187500000, 1 -0.371192875000000, 0 -0.371254500000000, 1 -0.371277187500000, 0 -0.371322500000000, 1 -0.371345250000000, 0 -0.371380812500000, 1 -0.371403562500000, 0 -0.371423000000000, 1 -0.371445750000000, 0 -0.371478125000000, 1 -0.371500812500000, 0 -0.371546125000000, 1 -0.371568875000000, 0 -0.371727625000000, 1 -0.371750375000000, 0 -0.371766562500000, 1 -0.371789250000000, 0 -0.371837937500000, 1 -0.371860625000000, 0 -0.371922312500000, 1 -0.371944812500000, 0 -0.371990187500000, 1 -0.372012875000000, 0 -0.372048437500000, 1 -0.372071250000000, 0 -0.372090687500000, 1 -0.372113375000000, 0 -0.372145875000000, 1 -0.372168500000000, 0 -0.372213875000000, 1 -0.372236562500000, 0 -0.372395312500000, 1 -0.372418062500000, 0 -0.372434312500000, 1 -0.372456937500000, 0 -0.372505562500000, 1 -0.372528187500000, 0 -0.372589812500000, 1 -0.372612500000000, 0 -0.372657812500000, 1 -0.372680562500000, 0 -0.372716125000000, 1 -0.372739000000000, 0 -0.372758375000000, 1 -0.372781062500000, 0 -0.372813437500000, 1 -0.372836125000000, 0 -0.372881500000000, 1 -0.372904250000000, 0 -0.373063000000000, 1 -0.373085687500000, 0 -0.373101812500000, 1 -0.373101937500000, 0 -0.373102000000000, 1 -0.373124625000000, 0 -0.373173187500000, 1 -0.373173250000000, 0 -0.373173375000000, 1 -0.373195875000000, 0 -0.373257437500000, 1 -0.373280187500000, 0 -0.373322250000000, 1 -0.373322312500000, 0 -0.373322437500000, 1 -0.373345000000000, 0 -0.373383812500000, 1 -0.373406562500000, 0 -0.373426000000000, 1 -0.373448687500000, 0 -0.373481062500000, 1 -0.373503750000000, 0 -0.373558875000000, 1 -0.373558937500000, 0 -0.373559000000000, 1 -0.373581562500000, 0 -0.373740375000000, 1 -0.373763000000000, 0 -0.373779250000000, 1 -0.373801937500000, 0 -0.373850562500000, 1 -0.373873250000000, 0 -0.373934812500000, 1 -0.373957500000000, 0 -0.374002937500000, 1 -0.374025625000000, 0 -0.374061125000000, 1 -0.374083937500000, 0 -0.374103375000000, 1 -0.374126062500000, 0 -0.374158437500000, 1 -0.374181125000000, 0 -0.374226500000000, 1 -0.374249250000000, 0 -0.374408000000000, 1 -0.374430687500000, 0 -0.374446812500000, 1 -0.374469562500000, 0 -0.374518187500000, 1 -0.374518312500000, 0 -0.374518375000000, 1 -0.374540875000000, 0 -0.374602437500000, 1 -0.374625125000000, 0 -0.374667437500000, 1 -0.374689937500000, 0 -0.374728812500000, 1 -0.374751562500000, 0 -0.374771000000000, 1 -0.374793687500000, 0 -0.374826062500000, 1 -0.374826125000000, 0 -0.374826187500000, 1 -0.374848750000000, 0 -0.374903875000000, 1 -0.374903937500000, 0 -0.374904000000000, 1 -0.374926562500000, 0 -0.375085375000000, 1 -0.375108000000000, 0 -0.375124187500000, 1 -0.375146937500000, 0 -0.375195625000000, 1 -0.375218250000000, 0 -0.375279750000000, 1 -0.375302500000000, 0 -0.375344562500000, 1 -0.375344687500000, 0 -0.375344750000000, 1 -0.375367312500000, 0 -0.375406187500000, 1 -0.375428875000000, 0 -0.375448312500000, 1 -0.375471000000000, 0 -0.375503437500000, 1 -0.375526125000000, 0 -0.375581312500000, 1 -0.375603937500000, 0 -0.375762750000000, 1 -0.375785375000000, 0 -0.375801562500000, 1 -0.375824312500000, 0 -0.375872875000000, 1 -0.375895625000000, 0 -0.375957125000000, 1 -0.375979875000000, 0 -0.376025250000000, 1 -0.376047937500000, 0 -0.376083562500000, 1 -0.376106312500000, 0 -0.376125687500000, 1 -0.376148437500000, 0 -0.376180812500000, 1 -0.376203500000000, 0 -0.376248937500000, 1 -0.376271562500000, 0 -0.376430375000000, 1 -0.376453125000000, 0 -0.376469250000000, 1 -0.376492000000000, 0 -0.376540625000000, 1 -0.376563250000000, 0 -0.376624937500000, 1 -0.376647562500000, 0 -0.376692937500000, 1 -0.376715687500000, 0 -0.376751250000000, 1 -0.376774000000000, 0 -0.376793437500000, 1 -0.376816062500000, 0 -0.376848562500000, 1 -0.376871187500000, 0 -0.376916500000000, 1 -0.376939250000000, 0 -0.377098000000000, 1 -0.377120812500000, 0 -0.377136937500000, 1 -0.377159625000000, 0 -0.377208250000000, 1 -0.377230937500000, 0 -0.377292562500000, 1 -0.377315187500000, 0 -0.377360500000000, 1 -0.377360625000000, 0 -0.377360687500000, 1 -0.377383312500000, 0 -0.377418875000000, 1 -0.377441625000000, 0 -0.377461000000000, 1 -0.377483812500000, 0 -0.377516125000000, 1 -0.377538812500000, 0 -0.377584187500000, 1 -0.377606937500000, 0 -0.377765812500000, 1 -0.377788375000000, 0 -0.377804562500000, 1 -0.377827375000000, 0 -0.377875937500000, 1 -0.377898625000000, 0 -0.377960250000000, 1 -0.377982875000000, 0 -0.378025000000000, 1 -0.378047687500000, 0 -0.378086625000000, 1 -0.378109250000000, 0 -0.378128750000000, 1 -0.378151437500000, 0 -0.378183812500000, 1 -0.378206500000000, 0 -0.378261625000000, 1 -0.378284312500000, 0 -0.378443062500000, 1 -0.378443250000000, 0 -0.378443312500000, 1 -0.378465875000000, 0 -0.378482000000000, 1 -0.378504750000000, 0 -0.378553375000000, 1 -0.378576000000000, 0 -0.378637687500000, 1 -0.378660375000000, 0 -0.378705750000000, 1 -0.378728375000000, 0 -0.378764000000000, 1 -0.378786750000000, 0 -0.378806187500000, 1 -0.378828875000000, 0 -0.378861250000000, 1 -0.378883937500000, 0 -0.378929312500000, 1 -0.378952062500000, 0 -0.379110812500000, 1 -0.379110937500000, 0 -0.379111000000000, 1 -0.379133562500000, 0 -0.379149750000000, 1 -0.379172500000000, 0 -0.379221062500000, 1 -0.379243750000000, 0 -0.379305250000000, 1 -0.379328000000000, 0 -0.379370125000000, 1 -0.379392875000000, 0 -0.379431687500000, 1 -0.379431812500000, 0 -0.379431875000000, 1 -0.379454437500000, 0 -0.379473875000000, 1 -0.379496500000000, 0 -0.379528937500000, 1 -0.379529062500000, 0 -0.379529125000000, 1 -0.379551687500000, 0 -0.379606750000000, 1 -0.379629437500000, 0 -0.379788250000000, 1 -0.379810875000000, 0 -0.379827062500000, 1 -0.379849875000000, 0 -0.379898500000000, 1 -0.379921125000000, 0 -0.379982625000000, 1 -0.380005375000000, 0 -0.380047500000000, 1 -0.380070187500000, 0 -0.380109062500000, 1 -0.380131750000000, 0 -0.380151250000000, 1 -0.380173937500000, 0 -0.380206312500000, 1 -0.380229000000000, 0 -0.380284125000000, 1 -0.380306812500000, 0 -0.380465625000000, 1 -0.380488312500000, 0 -0.380504437500000, 1 -0.380504500000000, 0 -0.380504625000000, 1 -0.380527187500000, 0 -0.380575750000000, 1 -0.380598500000000, 0 -0.380660062500000, 1 -0.380682750000000, 0 -0.380728062500000, 1 -0.380750812500000, 0 -0.380786500000000, 1 -0.380809187500000, 0 -0.380828562500000, 1 -0.380851312500000, 0 -0.380883750000000, 1 -0.380906375000000, 0 -0.380951750000000, 1 -0.380974437500000, 0 -0.381133437500000, 1 -0.381155937500000, 0 -0.381172125000000, 1 -0.381194875000000, 0 -0.381243437500000, 1 -0.381266187500000, 0 -0.381327687500000, 1 -0.381327750000000, 0 -0.381327875000000, 1 -0.381350437500000, 0 -0.381395750000000, 1 -0.381395812500000, 0 -0.381395875000000, 1 -0.381418562500000, 0 -0.381454125000000, 1 -0.381454187500000, 0 -0.381454250000000, 1 -0.381476875000000, 0 -0.381496312500000, 1 -0.381519000000000, 0 -0.381551375000000, 1 -0.381574062500000, 0 -0.381619437500000, 1 -0.381642187500000, 0 -0.381801000000000, 1 -0.381823625000000, 0 -0.381839750000000, 1 -0.381862562500000, 0 -0.381911125000000, 1 -0.381933812500000, 0 -0.381995375000000, 1 -0.381995437500000, 0 -0.381995500000000, 1 -0.382018125000000, 0 -0.382063562500000, 1 -0.382086187500000, 0 -0.382121750000000, 1 -0.382144562500000, 0 -0.382164000000000, 1 -0.382186625000000, 0 -0.382219125000000, 1 -0.382241750000000, 0 -0.382287125000000, 1 -0.382309812500000, 0 -0.382468625000000, 1 -0.382491375000000, 0 -0.382507687500000, 1 -0.382530250000000, 0 -0.382578812500000, 1 -0.382601500000000, 0 -0.382663125000000, 1 -0.382685750000000, 0 -0.382727875000000, 1 -0.382750625000000, 0 -0.382789500000000, 1 -0.382812187500000, 0 -0.382831625000000, 1 -0.382831687500000, 0 -0.382831750000000, 1 -0.382854312500000, 0 -0.382886687500000, 1 -0.382909437500000, 0 -0.382964562500000, 1 -0.382987125000000, 0 -0.383146062500000, 1 -0.383168687500000, 0 -0.383184812500000, 1 -0.383207562500000, 0 -0.383256187500000, 1 -0.383278875000000, 0 -0.383340562500000, 1 -0.383363125000000, 0 -0.383408437500000, 1 -0.383431187500000, 0 -0.383466750000000, 1 -0.383489562500000, 0 -0.383509000000000, 1 -0.383531625000000, 0 -0.383564125000000, 1 -0.383586750000000, 0 -0.383632062500000, 1 -0.383654812500000, 0 -0.383813687500000, 1 -0.383836312500000, 0 -0.383852500000000, 1 -0.383875187500000, 0 -0.383923750000000, 1 -0.383923875000000, 0 -0.383923937500000, 1 -0.383946562500000, 0 -0.384008062500000, 1 -0.384030750000000, 0 -0.384072875000000, 1 -0.384072937500000, 0 -0.384073000000000, 1 -0.384095625000000, 0 -0.384134500000000, 1 -0.384134562500000, 0 -0.384134625000000, 1 -0.384157250000000, 0 -0.384176625000000, 1 -0.384199312500000, 0 -0.384231750000000, 1 -0.384254375000000, 0 -0.384309500000000, 1 -0.384332250000000, 0 -0.384491000000000, 1 -0.384513750000000, 0 -0.384529875000000, 1 -0.384552625000000, 0 -0.384601187500000, 1 -0.384623937500000, 0 -0.384685500000000, 1 -0.384708187500000, 0 -0.384750375000000, 1 -0.384773000000000, 0 -0.384811875000000, 1 -0.384834562500000, 0 -0.384854000000000, 1 -0.384876687500000, 0 -0.384909062500000, 1 -0.384931812500000, 0 -0.384986875000000, 1 -0.385009562500000, 0 -0.385168500000000, 1 -0.385191062500000, 0 -0.385207250000000, 1 -0.385207312500000, 0 -0.385207375000000, 1 -0.385229937500000, 0 -0.385278687500000, 1 -0.385301312500000, 0 -0.385362812500000, 1 -0.385385500000000, 0 -0.385430875000000, 1 -0.385453625000000, 0 -0.385489125000000, 1 -0.385511937500000, 0 -0.385531312500000, 1 -0.385554062500000, 0 -0.385586375000000, 1 -0.385609125000000, 0 -0.385654437500000, 1 -0.385677187500000, 0 -0.385835937500000, 1 -0.385858687500000, 0 -0.385874875000000, 1 -0.385897562500000, 0 -0.385946187500000, 1 -0.385968812500000, 0 -0.386030375000000, 1 -0.386053062500000, 0 -0.386098437500000, 1 -0.386121125000000, 0 -0.386156750000000, 1 -0.386179562500000, 0 -0.386198937500000, 1 -0.386221687500000, 0 -0.386254000000000, 1 -0.386276750000000, 0 -0.386322062500000, 1 -0.386344812500000, 0 -0.386503687500000, 1 -0.386526250000000, 0 -0.386542437500000, 1 -0.386565187500000, 0 -0.386613750000000, 1 -0.386613812500000, 0 -0.386613875000000, 1 -0.386636437500000, 0 -0.386698000000000, 1 -0.386720687500000, 0 -0.386762750000000, 1 -0.386785437500000, 0 -0.386824375000000, 1 -0.386847062500000, 0 -0.386866500000000, 1 -0.386889187500000, 0 -0.386921562500000, 1 -0.386944250000000, 0 -0.386999375000000, 1 -0.387022062500000, 0 -0.387180875000000, 1 -0.387203500000000, 0 -0.387219687500000, 1 -0.387242437500000, 0 -0.387291125000000, 1 -0.387313687500000, 0 -0.387375250000000, 1 -0.387398000000000, 0 -0.387443375000000, 1 -0.387466062500000, 0 -0.387501625000000, 1 -0.387524500000000, 0 -0.387543812500000, 1 -0.387566562500000, 0 -0.387598937500000, 1 -0.387621625000000, 0 -0.387666937500000, 1 -0.387689750000000, 0 -0.387848500000000, 1 -0.387848562500000, 0 -0.387848625000000, 1 -0.387871187500000, 0 -0.387887312500000, 1 -0.387910062500000, 0 -0.387958687500000, 1 -0.387981375000000, 0 -0.388043000000000, 1 -0.388065625000000, 0 -0.388111125000000, 1 -0.388133750000000, 0 -0.388169250000000, 1 -0.388192062500000, 0 -0.388211500000000, 1 -0.388234187500000, 0 -0.388266625000000, 1 -0.388289250000000, 0 -0.388334625000000, 1 -0.388357375000000, 0 -0.388516187500000, 1 -0.388538875000000, 0 -0.388555000000000, 1 -0.388577812500000, 0 -0.388626375000000, 1 -0.388649125000000, 0 -0.388710750000000, 1 -0.388733375000000, 0 -0.388775500000000, 1 -0.388798187500000, 0 -0.388837000000000, 1 -0.388859750000000, 0 -0.388879187500000, 1 -0.388901937500000, 0 -0.388934250000000, 1 -0.388956937500000, 0 -0.389012062500000, 1 -0.389034750000000, 0 -0.389193562500000, 1 -0.389216250000000, 0 -0.389232562500000, 1 -0.389255125000000, 0 -0.389303875000000, 1 -0.389326437500000, 0 -0.389388062500000, 1 -0.389410750000000, 0 -0.389456062500000, 1 -0.389478812500000, 0 -0.389514437500000, 1 -0.389537125000000, 0 -0.389556687500000, 1 -0.389579312500000, 0 -0.389611625000000, 1 -0.389634375000000, 0 -0.389679750000000, 1 -0.389702500000000, 0 -0.389861250000000, 1 -0.389884000000000, 0 -0.389900187500000, 1 -0.389922875000000, 0 -0.389971500000000, 1 -0.389994125000000, 0 -0.390055687500000, 1 -0.390078437500000, 0 -0.390123750000000, 1 -0.390146500000000, 0 -0.390182062500000, 1 -0.390204875000000, 0 -0.390224375000000, 1 -0.390246937500000, 0 -0.390279312500000, 1 -0.390302062500000, 0 -0.390347375000000, 1 -0.390370125000000, 0 -0.390529000000000, 1 -0.390551562500000, 0 -0.390567750000000, 1 -0.390567812500000, 0 -0.390567875000000, 1 -0.390590500000000, 0 -0.390639187500000, 1 -0.390661750000000, 0 -0.390723312500000, 1 -0.390746062500000, 0 -0.390791375000000, 1 -0.390814125000000, 0 -0.390849687500000, 1 -0.390872437500000, 0 -0.390891875000000, 1 -0.390914625000000, 0 -0.390947000000000, 1 -0.390969562500000, 0 -0.391015000000000, 1 -0.391037687500000, 0 -0.391196562500000, 1 -0.391219187500000, 0 -0.391235375000000, 1 -0.391258125000000, 0 -0.391306687500000, 1 -0.391306750000000, 0 -0.391306812500000, 1 -0.391329375000000, 0 -0.391391000000000, 1 -0.391413625000000, 0 -0.391459000000000, 1 -0.391481687500000, 0 -0.391517375000000, 1 -0.391540062500000, 0 -0.391559500000000, 1 -0.391582187500000, 0 -0.391614562500000, 1 -0.391637250000000, 0 -0.391682625000000, 1 -0.391705375000000, 0 -0.391864125000000, 1 -0.391886875000000, 0 -0.391903000000000, 1 -0.391925687500000, 0 -0.391974312500000, 1 -0.391997000000000, 0 -0.392058562500000, 1 -0.392081312500000, 0 -0.392126625000000, 1 -0.392126687500000, 0 -0.392126750000000, 1 -0.392149375000000, 0 -0.392184937500000, 1 -0.392207750000000, 0 -0.392227187500000, 1 -0.392249875000000, 0 -0.392282250000000, 1 -0.392304937500000, 0 -0.392350250000000, 1 -0.392373000000000, 0 -0.392531812500000, 1 -0.392554437500000, 0 -0.392570625000000, 1 -0.392593375000000, 0 -0.392642000000000, 1 -0.392664625000000, 0 -0.392726250000000, 1 -0.392748937500000, 0 -0.392794312500000, 1 -0.392817000000000, 0 -0.392852625000000, 1 -0.392875375000000, 0 -0.392894750000000, 1 -0.392917437500000, 0 -0.392949875000000, 1 -0.392972562500000, 0 -0.393017875000000, 1 -0.393040625000000, 0 -0.393199437500000, 1 -0.393222125000000, 0 -0.393238312500000, 1 -0.393261062500000, 0 -0.393309625000000, 1 -0.393332312500000, 0 -0.393393875000000, 1 -0.393416625000000, 0 -0.393461937500000, 1 -0.393484687500000, 0 -0.393520312500000, 1 -0.393543000000000, 0 -0.393562375000000, 1 -0.393585125000000, 0 -0.393617500000000, 1 -0.393640250000000, 0 -0.393685625000000, 1 -0.393708375000000, 0 -0.393867250000000, 1 -0.393889812500000, 0 -0.393906062500000, 1 -0.393928687500000, 0 -0.393977312500000, 1 -0.394000062500000, 0 -0.394061750000000, 1 -0.394084312500000, 0 -0.394126437500000, 1 -0.394126500000000, 0 -0.394126625000000, 1 -0.394149125000000, 0 -0.394188000000000, 1 -0.394210750000000, 0 -0.394230187500000, 1 -0.394252812500000, 0 -0.394285250000000, 1 -0.394307937500000, 0 -0.394363000000000, 1 -0.394385750000000, 0 -0.394544562500000, 1 -0.394567250000000, 0 -0.394583562500000, 1 -0.394606125000000, 0 -0.394654875000000, 1 -0.394677437500000, 0 -0.394738937500000, 1 -0.394739062500000, 0 -0.394739125000000, 1 -0.394761687500000, 0 -0.394807062500000, 1 -0.394829750000000, 0 -0.394865375000000, 1 -0.394888125000000, 0 -0.394907562500000, 1 -0.394930250000000, 0 -0.394962625000000, 1 -0.394985312500000, 0 -0.395030687500000, 1 -0.395053375000000, 0 -0.395212250000000, 1 -0.395234875000000, 0 -0.395251062500000, 1 -0.395273875000000, 0 -0.395322375000000, 1 -0.395322437500000, 0 -0.395322500000000, 1 -0.395345062500000, 0 -0.395406687500000, 1 -0.395429375000000, 0 -0.395471500000000, 1 -0.395494187500000, 0 -0.395533125000000, 1 -0.395555812500000, 0 -0.395575187500000, 1 -0.395597875000000, 0 -0.395630312500000, 1 -0.395653000000000, 0 -0.395708125000000, 1 -0.395708187500000, 0 -0.395708250000000, 1 -0.395730875000000, 0 -0.395889687500000, 1 -0.395912312500000, 0 -0.395928500000000, 1 -0.395951250000000, 0 -0.395999812500000, 1 -0.396022500000000, 0 -0.396084125000000, 1 -0.396106812500000, 0 -0.396148937500000, 1 -0.396171625000000, 0 -0.396210500000000, 1 -0.396233250000000, 0 -0.396252750000000, 1 -0.396275437500000, 0 -0.396307750000000, 1 -0.396307812500000, 0 -0.396307937500000, 1 -0.396330500000000, 0 -0.396385625000000, 1 -0.396385687500000, 0 -0.396385750000000, 1 -0.396408312500000, 0 -0.396567125000000, 1 -0.396567187500000, 0 -0.396567312500000, 1 -0.396589875000000, 0 -0.396606062500000, 1 -0.396628750000000, 0 -0.396677375000000, 1 -0.396700062500000, 0 -0.396761625000000, 1 -0.396784312500000, 0 -0.396826437500000, 1 -0.396849125000000, 0 -0.396888000000000, 1 -0.396910750000000, 0 -0.396930187500000, 1 -0.396952875000000, 0 -0.396985250000000, 1 -0.397008000000000, 0 -0.397063062500000, 1 -0.397085750000000, 0 -0.397244562500000, 1 -0.397267250000000, 0 -0.397283437500000, 1 -0.397306250000000, 0 -0.397354750000000, 1 -0.397377500000000, 0 -0.397439062500000, 1 -0.397461750000000, 0 -0.397507062500000, 1 -0.397529812500000, 0 -0.397565375000000, 1 -0.397565437500000, 0 -0.397565562500000, 1 -0.397588187500000, 0 -0.397607562500000, 1 -0.397630250000000, 0 -0.397662687500000, 1 -0.397662750000000, 0 -0.397662812500000, 1 -0.397685375000000, 0 -0.397730687500000, 1 -0.397753437500000, 0 -0.397912250000000, 1 -0.397934875000000, 0 -0.397951125000000, 1 -0.397973812500000, 0 -0.398022500000000, 1 -0.398045125000000, 0 -0.398106687500000, 1 -0.398129375000000, 0 -0.398174687500000, 1 -0.398197437500000, 0 -0.398232937500000, 1 -0.398233000000000, 0 -0.398233062500000, 1 -0.398255750000000, 0 -0.398275125000000, 1 -0.398297937500000, 0 -0.398330250000000, 1 -0.398353000000000, 0 -0.398398312500000, 1 -0.398421062500000, 0 -0.398579812500000, 1 -0.398602562500000, 0 -0.398618750000000, 1 -0.398641437500000, 0 -0.398690125000000, 1 -0.398712750000000, 0 -0.398774312500000, 1 -0.398797062500000, 0 -0.398842375000000, 1 -0.398865125000000, 0 -0.398900625000000, 1 -0.398923500000000, 0 -0.398942875000000, 1 -0.398965562500000, 0 -0.398997937500000, 1 -0.398998000000000, 0 -0.398998125000000, 1 -0.399020625000000, 0 -0.399066000000000, 1 -0.399088750000000, 0 -0.399247562500000, 1 -0.399270250000000, 0 -0.399286375000000, 1 -0.399309125000000, 0 -0.399357750000000, 1 -0.399380437500000, 0 -0.399442125000000, 1 -0.399464687500000, 0 -0.399510250000000, 1 -0.399532750000000, 0 -0.399568375000000, 1 -0.399591125000000, 0 -0.399610562500000, 1 -0.399633250000000, 0 -0.399665625000000, 1 -0.399688375000000, 0 -0.399733687500000, 1 -0.399756375000000, 0 -0.399915312500000, 1 -0.399937875000000, 0 -0.399954062500000, 1 -0.399976812500000, 0 -0.400025375000000, 1 -0.400048125000000, 0 -0.400109687500000, 1 -0.400132437500000, 0 -0.400174500000000, 1 -0.400174562500000, 0 -0.400174625000000, 1 -0.400197187500000, 0 -0.400236062500000, 1 -0.400258812500000, 0 -0.400278250000000, 1 -0.400300937500000, 0 -0.400333312500000, 1 -0.400356000000000, 0 -0.400411125000000, 1 -0.400411187500000, 0 -0.400411312500000, 1 -0.400433812500000, 0 -0.400592625000000, 1 -0.400615250000000, 0 -0.400631500000000, 1 -0.400654250000000, 0 -0.400702812500000, 1 -0.400725500000000, 0 -0.400787125000000, 1 -0.400787187500000, 0 -0.400787250000000, 1 -0.400809812500000, 0 -0.400851937500000, 1 -0.400874687500000, 0 -0.400913500000000, 1 -0.400936187500000, 0 -0.400955687500000, 1 -0.400978375000000, 0 -0.401010750000000, 1 -0.401010812500000, 0 -0.401010875000000, 1 -0.401033437500000, 0 -0.401088625000000, 1 -0.401111250000000, 0 -0.401270000000000, 1 -0.401292750000000, 0 -0.401308875000000, 1 -0.401308937500000, 0 -0.401309062500000, 1 -0.401331625000000, 0 -0.401380250000000, 1 -0.401402937500000, 0 -0.401464500000000, 1 -0.401487250000000, 0 -0.401532562500000, 1 -0.401555250000000, 0 -0.401590812500000, 1 -0.401613625000000, 0 -0.401633062500000, 1 -0.401655750000000, 0 -0.401688125000000, 1 -0.401710875000000, 0 -0.401756250000000, 1 -0.401778875000000, 0 -0.401937687500000, 1 -0.401960375000000, 0 -0.401976562500000, 1 -0.401999312500000, 0 -0.402047812500000, 1 -0.402047937500000, 0 -0.402048062500000, 1 -0.402070562500000, 0 -0.402132187500000, 1 -0.402154875000000, 0 -0.402200187500000, 1 -0.402222937500000, 0 -0.402258625000000, 1 -0.402281250000000, 0 -0.402300625000000, 1 -0.402300687500000, 0 -0.402300812500000, 1 -0.402323375000000, 0 -0.402355750000000, 1 -0.402378500000000, 0 -0.402423750000000, 1 -0.402446562500000, 0 -0.402605312500000, 1 -0.402628062500000, 0 -0.402644187500000, 1 -0.402666875000000, 0 -0.402715562500000, 1 -0.402738187500000, 0 -0.402799750000000, 1 -0.402822437500000, 0 -0.402867750000000, 1 -0.402890500000000, 0 -0.402926125000000, 1 -0.402948875000000, 0 -0.402968312500000, 1 -0.402991000000000, 0 -0.403023375000000, 1 -0.403046062500000, 0 -0.403091437500000, 1 -0.403114187500000, 0 -0.403272937500000, 1 -0.403295625000000, 0 -0.403311812500000, 1 -0.403334500000000, 0 -0.403383062500000, 1 -0.403405750000000, 0 -0.403467375000000, 1 -0.403490062500000, 0 -0.403535375000000, 1 -0.403558125000000, 0 -0.403593750000000, 1 -0.403616500000000, 0 -0.403635875000000, 1 -0.403658562500000, 0 -0.403690937500000, 1 -0.403691000000000, 0 -0.403691062500000, 1 -0.403713625000000, 0 -0.403759062500000, 1 -0.403781750000000, 0 -0.403940500000000, 1 -0.403940562500000, 0 -0.403940625000000, 1 -0.403963187500000, 0 -0.403979437500000, 1 -0.404002062500000, 0 -0.404050625000000, 1 -0.404050750000000, 0 -0.404050812500000, 1 -0.404073375000000, 0 -0.404134937500000, 1 -0.404157625000000, 0 -0.404203000000000, 1 -0.404225750000000, 0 -0.404261250000000, 1 -0.404284125000000, 0 -0.404303500000000, 1 -0.404326187500000, 0 -0.404358562500000, 1 -0.404381250000000, 0 -0.404426625000000, 1 -0.404449375000000, 0 -0.404608125000000, 1 -0.404630812500000, 0 -0.404647062500000, 1 -0.404669750000000, 0 -0.404718312500000, 1 -0.404718375000000, 0 -0.404718500000000, 1 -0.404741062500000, 0 -0.404802625000000, 1 -0.404825312500000, 0 -0.404870625000000, 1 -0.404893375000000, 0 -0.404928937500000, 1 -0.404951750000000, 0 -0.404971125000000, 1 -0.404993875000000, 0 -0.405026250000000, 1 -0.405026312500000, 0 -0.405026375000000, 1 -0.405048937500000, 0 -0.405094250000000, 1 -0.405117000000000, 0 -0.405275812500000, 1 -0.405298500000000, 0 -0.405314687500000, 1 -0.405314750000000, 0 -0.405314812500000, 1 -0.405337437500000, 0 -0.405386000000000, 1 -0.405408687500000, 0 -0.405470250000000, 1 -0.405493062500000, 0 -0.405535062500000, 1 -0.405535187500000, 0 -0.405535250000000, 1 -0.405557812500000, 0 -0.405596687500000, 1 -0.405619375000000, 0 -0.405638812500000, 1 -0.405661500000000, 0 -0.405693937500000, 1 -0.405716625000000, 0 -0.405771750000000, 1 -0.405794437500000, 0 -0.405953250000000, 1 -0.405976000000000, 0 -0.405992125000000, 1 -0.405992187500000, 0 -0.405992250000000, 1 -0.406014875000000, 0 -0.406063500000000, 1 -0.406086187500000, 0 -0.406147875000000, 1 -0.406170437500000, 0 -0.406215812500000, 1 -0.406238500000000, 0 -0.406274062500000, 1 -0.406296875000000, 0 -0.406316250000000, 1 -0.406339000000000, 0 -0.406371375000000, 1 -0.406394125000000, 0 -0.406439437500000, 1 -0.406462125000000, 0 -0.406621000000000, 1 -0.406643625000000, 0 -0.406659812500000, 1 -0.406682500000000, 0 -0.406731125000000, 1 -0.406753812500000, 0 -0.406815500000000, 1 -0.406838125000000, 0 -0.406883437500000, 1 -0.406883500000000, 0 -0.406883625000000, 1 -0.406906125000000, 0 -0.406941750000000, 1 -0.406964562500000, 0 -0.406983937500000, 1 -0.407006625000000, 0 -0.407039062500000, 1 -0.407061750000000, 0 -0.407107062500000, 1 -0.407107125000000, 0 -0.407107250000000, 1 -0.407129812500000, 0 -0.407288562500000, 1 -0.407311312500000, 0 -0.407327500000000, 1 -0.407327562500000, 0 -0.407327625000000, 1 -0.407350187500000, 0 -0.407398812500000, 1 -0.407421500000000, 0 -0.407483062500000, 1 -0.407483125000000, 0 -0.407483250000000, 1 -0.407505750000000, 0 -0.407547875000000, 1 -0.407570625000000, 0 -0.407609437500000, 1 -0.407632187500000, 0 -0.407651625000000, 1 -0.407674312500000, 0 -0.407706750000000, 1 -0.407729437500000, 0 -0.407784625000000, 1 -0.407807250000000, 0 -0.407966062500000, 1 -0.407988687500000, 0 -0.408005000000000, 1 -0.408027625000000, 0 -0.408076250000000, 1 -0.408098937500000, 0 -0.408160500000000, 1 -0.408183187500000, 0 -0.408228500000000, 1 -0.408251250000000, 0 -0.408286875000000, 1 -0.408309562500000, 0 -0.408329062500000, 1 -0.408351687500000, 0 -0.408384125000000, 1 -0.408406812500000, 0 -0.408452250000000, 1 -0.408474875000000, 0 -0.408633687500000, 1 -0.408656375000000, 0 -0.408672562500000, 1 -0.408695250000000, 0 -0.408743875000000, 1 -0.408766562500000, 0 -0.408828125000000, 1 -0.408850812500000, 0 -0.408896125000000, 1 -0.408918937500000, 0 -0.408954500000000, 1 -0.408977250000000, 0 -0.408996687500000, 1 -0.409019375000000, 0 -0.409051750000000, 1 -0.409074437500000, 0 -0.409119812500000, 1 -0.409142500000000, 0 -0.409301375000000, 1 -0.409324000000000, 0 -0.409340187500000, 1 -0.409362937500000, 0 -0.409411625000000, 1 -0.409434250000000, 0 -0.409495812500000, 1 -0.409518437500000, 0 -0.409563750000000, 1 -0.409586562500000, 0 -0.409622125000000, 1 -0.409644875000000, 0 -0.409664312500000, 1 -0.409687000000000, 0 -0.409719375000000, 1 -0.409742125000000, 0 -0.409787500000000, 1 -0.409810187500000, 0 -0.409969062500000, 1 -0.409991687500000, 0 -0.410007937500000, 1 -0.410030562500000, 0 -0.410079187500000, 1 -0.410101875000000, 0 -0.410163437500000, 1 -0.410186250000000, 0 -0.410228312500000, 1 -0.410251000000000, 0 -0.410289875000000, 1 -0.410312562500000, 0 -0.410332000000000, 1 -0.410354687500000, 0 -0.410387062500000, 1 -0.410409812500000, 0 -0.410464875000000, 1 -0.410487625000000, 0 -0.410646437500000, 1 -0.410669062500000, 0 -0.410685312500000, 1 -0.410708000000000, 0 -0.410756562500000, 1 -0.410756687500000, 0 -0.410756750000000, 1 -0.410779312500000, 0 -0.410840812500000, 1 -0.410863562500000, 0 -0.410905625000000, 1 -0.410928312500000, 0 -0.410928375000000, 1 -0.410928437500000, 0 -0.410967250000000, 1 -0.410989937500000, 0 -0.411009375000000, 1 -0.411032062500000, 0 -0.411064437500000, 1 -0.411087187500000, 0 -0.411142312500000, 1 -0.411165000000000, 0 -0.411323812500000, 1 -0.411346437500000, 0 -0.411362625000000, 1 -0.411385375000000, 0 -0.411434000000000, 1 -0.411456687500000, 0 -0.411518250000000, 1 -0.411541000000000, 0 -0.411583062500000, 1 -0.411583125000000, 0 -0.411583187500000, 1 -0.411605750000000, 0 -0.411644625000000, 1 -0.411667375000000, 0 -0.411686875000000, 1 -0.411709562500000, 0 -0.411741875000000, 1 -0.411764625000000, 0 -0.411819625000000, 1 -0.411842375000000, 0 -0.412001187500000, 1 -0.412023875000000, 0 -0.412040062500000, 1 -0.412062812500000, 0 -0.412111500000000, 1 -0.412134125000000, 0 -0.412195750000000, 1 -0.412218375000000, 0 -0.412263687500000, 1 -0.412286500000000, 0 -0.412322062500000, 1 -0.412344812500000, 0 -0.412364187500000, 1 -0.412386937500000, 0 -0.412419312500000, 1 -0.412442000000000, 0 -0.412487375000000, 1 -0.412510125000000, 0 -0.412668937500000, 1 -0.412691625000000, 0 -0.412707750000000, 1 -0.412730500000000, 0 -0.412779125000000, 1 -0.412801812500000, 0 -0.412863375000000, 1 -0.412886000000000, 0 -0.412931375000000, 1 -0.412954125000000, 0 -0.412989687500000, 1 -0.413012500000000, 0 -0.413031875000000, 1 -0.413054562500000, 0 -0.413086937500000, 1 -0.413109625000000, 0 -0.413155000000000, 1 -0.413177750000000, 0 -0.413336687500000, 1 -0.413359250000000, 0 -0.413375375000000, 1 -0.413398125000000, 0 -0.413446750000000, 1 -0.413469437500000, 0 -0.413531000000000, 1 -0.413553687500000, 0 -0.413599000000000, 1 -0.413621750000000, 0 -0.413657312500000, 1 -0.413657375000000, 0 -0.413657500000000, 1 -0.413680125000000, 0 -0.413699500000000, 1 -0.413722250000000, 0 -0.413754625000000, 1 -0.413777312500000, 0 -0.413822750000000, 1 -0.413845375000000, 0 -0.414004250000000, 1 -0.414026937500000, 0 -0.414043125000000, 1 -0.414065812500000, 0 -0.414114500000000, 1 -0.414137125000000, 0 -0.414198687500000, 1 -0.414221375000000, 0 -0.414266812500000, 1 -0.414289500000000, 0 -0.414325000000000, 1 -0.414347875000000, 0 -0.414367250000000, 1 -0.414389937500000, 0 -0.414422312500000, 1 -0.414445062500000, 0 -0.414490375000000, 1 -0.414513125000000, 0 -0.414671937500000, 1 -0.414694625000000, 0 -0.414710812500000, 1 -0.414733500000000, 0 -0.414782125000000, 1 -0.414804750000000, 0 -0.414866375000000, 1 -0.414889062500000, 0 -0.414934437500000, 1 -0.414957187500000, 0 -0.414992750000000, 1 -0.415015500000000, 0 -0.415034937500000, 1 -0.415057625000000, 0 -0.415090000000000, 1 -0.415090062500000, 0 -0.415090125000000, 1 -0.415112750000000, 0 -0.415158000000000, 1 -0.415180750000000, 0 -0.415339625000000, 1 -0.415362250000000, 0 -0.415378437500000, 1 -0.415378500000000, 0 -0.415378562500000, 1 -0.415401187500000, 0 -0.415449750000000, 1 -0.415472500000000, 0 -0.415534062500000, 1 -0.415556750000000, 0 -0.415602062500000, 1 -0.415602125000000, 0 -0.415602250000000, 1 -0.415624812500000, 0 -0.415660500000000, 1 -0.415683187500000, 0 -0.415702625000000, 1 -0.415725312500000, 0 -0.415757687500000, 1 -0.415757750000000, 0 -0.415757875000000, 1 -0.415780375000000, 0 -0.415825875000000, 1 -0.415848437500000, 0 -0.416007250000000, 1 -0.416007312500000, 0 -0.416007375000000, 1 -0.416029875000000, 0 -0.416046125000000, 1 -0.416068812500000, 0 -0.416117375000000, 1 -0.416140062500000, 0 -0.416140125000000, 1 -0.416140187500000, 0 -0.416201687500000, 1 -0.416224437500000, 0 -0.416269750000000, 1 -0.416269812500000, 0 -0.416269937500000, 1 -0.416292437500000, 0 -0.416328000000000, 1 -0.416350812500000, 0 -0.416370250000000, 1 -0.416392937500000, 0 -0.416425375000000, 1 -0.416448000000000, 0 -0.416493312500000, 1 -0.416516062500000, 0 -0.416674875000000, 1 -0.416697500000000, 0 -0.416713687500000, 1 -0.416736500000000, 0 -0.416785062500000, 1 -0.416807750000000, 0 -0.416869312500000, 1 -0.416892000000000, 0 -0.416937312500000, 1 -0.416960062500000, 0 -0.416995750000000, 1 -0.417018437500000, 0 -0.417037875000000, 1 -0.417060562500000, 0 -0.417092937500000, 1 -0.417093000000000, 0 -0.417093062500000, 1 -0.417115625000000, 0 -0.417160937500000, 1 -0.417183750000000, 0 -0.417342562500000, 1 -0.417365187500000, 0 -0.417381375000000, 1 -0.417404062500000, 0 -0.417452812500000, 1 -0.417475437500000, 0 -0.417536937500000, 1 -0.417559687500000, 0 -0.417605000000000, 1 -0.417605062500000, 0 -0.417605125000000, 1 -0.417627750000000, 0 -0.417663312500000, 1 -0.417686125000000, 0 -0.417705562500000, 1 -0.417728250000000, 0 -0.417760687500000, 1 -0.417783250000000, 0 -0.417828625000000, 1 -0.417851375000000, 0 -0.418010187500000, 1 -0.418032875000000, 0 -0.418049062500000, 1 -0.418071750000000, 0 -0.418120375000000, 1 -0.418120437500000, 0 -0.418120500000000, 1 -0.418143125000000, 0 -0.418204625000000, 1 -0.418227312500000, 0 -0.418272625000000, 1 -0.418295437500000, 0 -0.418331000000000, 1 -0.418331062500000, 0 -0.418331125000000, 1 -0.418353750000000, 0 -0.418373187500000, 1 -0.418395875000000, 0 -0.418428250000000, 1 -0.418450937500000, 0 -0.418496312500000, 1 -0.418519062500000, 0 -0.418677875000000, 1 -0.418700562500000, 0 -0.418716687500000, 1 -0.418739500000000, 0 -0.418788000000000, 1 -0.418810812500000, 0 -0.418872312500000, 1 -0.418895000000000, 0 -0.418937125000000, 1 -0.418959875000000, 0 -0.418998687500000, 1 -0.419021375000000, 0 -0.419040875000000, 1 -0.419063562500000, 0 -0.419095937500000, 1 -0.419118625000000, 0 -0.419173750000000, 1 -0.419196437500000, 0 -0.419355250000000, 1 -0.419377875000000, 0 -0.419394062500000, 1 -0.419416812500000, 0 -0.419465437500000, 1 -0.419488125000000, 0 -0.419549687500000, 1 -0.419572375000000, 0 -0.419617750000000, 1 -0.419640437500000, 0 -0.419676000000000, 1 -0.419698812500000, 0 -0.419718187500000, 1 -0.419740937500000, 0 -0.419773312500000, 1 -0.419796000000000, 0 -0.419841375000000, 1 -0.419864062500000, 0 -0.420022875000000, 1 -0.420045562500000, 0 -0.420061687500000, 1 -0.420084500000000, 0 -0.420133062500000, 1 -0.420133125000000, 0 -0.420133187500000, 1 -0.420155812500000, 0 -0.420217312500000, 1 -0.420240000000000, 0 -0.420285375000000, 1 -0.420308125000000, 0 -0.420343750000000, 1 -0.420366500000000, 0 -0.420385875000000, 1 -0.420408562500000, 0 -0.420440937500000, 1 -0.420463625000000, 0 -0.420509000000000, 1 -0.420531750000000, 0 -0.420690562500000, 1 -0.420713250000000, 0 -0.420729312500000, 1 -0.420752062500000, 0 -0.420800625000000, 1 -0.420823375000000, 0 -0.420884937500000, 1 -0.420907625000000, 0 -0.420952937500000, 1 -0.420975750000000, 0 -0.421011250000000, 1 -0.421034062500000, 0 -0.421053500000000, 1 -0.421076187500000, 0 -0.421108562500000, 1 -0.421131250000000, 0 -0.421176625000000, 1 -0.421199312500000, 0 -0.421358125000000, 1 -0.421358187500000, 0 -0.421358312500000, 1 -0.421380875000000, 0 -0.421397000000000, 1 -0.421397062500000, 0 -0.421397187500000, 1 -0.421419687500000, 0 -0.421468312500000, 1 -0.421491000000000, 0 -0.421552625000000, 1 -0.421575250000000, 0 -0.421620625000000, 1 -0.421643375000000, 0 -0.421678875000000, 1 -0.421701687500000, 0 -0.421721062500000, 1 -0.421743812500000, 0 -0.421776250000000, 1 -0.421798937500000, 0 -0.421844375000000, 1 -0.421866937500000, 0 -0.422025875000000, 1 -0.422048500000000, 0 -0.422064750000000, 1 -0.422087375000000, 0 -0.422136000000000, 1 -0.422158687500000, 0 -0.422220187500000, 1 -0.422242875000000, 0 -0.422285000000000, 1 -0.422307750000000, 0 -0.422346562500000, 1 -0.422346687500000, 0 -0.422346750000000, 1 -0.422369312500000, 0 -0.422388750000000, 1 -0.422411437500000, 0 -0.422443812500000, 1 -0.422466562500000, 0 -0.422521625000000, 1 -0.422521687500000, 0 -0.422521750000000, 1 -0.422544312500000, 0 -0.422703125000000, 1 -0.422725750000000, 0 -0.422741937500000, 1 -0.422764750000000, 0 -0.422813250000000, 1 -0.422835937500000, 0 -0.422897562500000, 1 -0.422920250000000, 0 -0.422962312500000, 1 -0.422985062500000, 0 -0.423023875000000, 1 -0.423046625000000, 0 -0.423066062500000, 1 -0.423066125000000, 0 -0.423066187500000, 1 -0.423088750000000, 0 -0.423121125000000, 1 -0.423143812500000, 0 -0.423198937500000, 1 -0.423221625000000, 0 -0.423380437500000, 1 -0.423403125000000, 0 -0.423419312500000, 1 -0.423442062500000, 0 -0.423490625000000, 1 -0.423513375000000, 0 -0.423574937500000, 1 -0.423597625000000, 0 -0.423639812500000, 1 -0.423662375000000, 0 -0.423701312500000, 1 -0.423724000000000, 0 -0.423743375000000, 1 -0.423766125000000, 0 -0.423798500000000, 1 -0.423821187500000, 0 -0.423876312500000, 1 -0.423899000000000, 0 -0.424057812500000, 1 -0.424080500000000, 0 -0.424096687500000, 1 -0.424119437500000, 0 -0.424168000000000, 1 -0.424168062500000, 0 -0.424168125000000, 1 -0.424190750000000, 0 -0.424252437500000, 1 -0.424275000000000, 0 -0.424320375000000, 1 -0.424343062500000, 0 -0.424378750000000, 1 -0.424401375000000, 0 -0.424420875000000, 1 -0.424443500000000, 0 -0.424475937500000, 1 -0.424476000000000, 0 -0.424476062500000, 1 -0.424498625000000, 0 -0.424543937500000, 1 -0.424566687500000, 0 -0.424725500000000, 1 -0.424748187500000, 0 -0.424764312500000, 1 -0.424764375000000, 0 -0.424764437500000, 1 -0.424787125000000, 0 -0.424835625000000, 1 -0.424858312500000, 0 -0.424919937500000, 1 -0.424942562500000, 0 -0.424987937500000, 1 -0.425010687500000, 0 -0.425046312500000, 1 -0.425069062500000, 0 -0.425088500000000, 1 -0.425111125000000, 0 -0.425143500000000, 1 -0.425166187500000, 0 -0.425211562500000, 1 -0.425234250000000, 0 -0.425393125000000, 1 -0.425415750000000, 0 -0.425431937500000, 1 -0.425454687500000, 0 -0.425503312500000, 1 -0.425526000000000, 0 -0.425587500000000, 1 -0.425610312500000, 0 -0.425652312500000, 1 -0.425675062500000, 0 -0.425714000000000, 1 -0.425736687500000, 0 -0.425756125000000, 1 -0.425778812500000, 0 -0.425811250000000, 1 -0.425833937500000, 0 -0.425889000000000, 1 -0.425911625000000, 0 -0.426070625000000, 1 -0.426093125000000, 0 -0.426109375000000, 1 -0.426132062500000, 0 -0.426180687500000, 1 -0.426180750000000, 0 -0.426180875000000, 1 -0.426203437500000, 0 -0.426264937500000, 1 -0.426287687500000, 0 -0.426333000000000, 1 -0.426355750000000, 0 -0.426391250000000, 1 -0.426414125000000, 0 -0.426433562500000, 1 -0.426456250000000, 0 -0.426488625000000, 1 -0.426511312500000, 0 -0.426556687500000, 1 -0.426579375000000, 0 -0.426738250000000, 1 -0.426760875000000, 0 -0.426777062500000, 1 -0.426799812500000, 0 -0.426848375000000, 1 -0.426871125000000, 0 -0.426932750000000, 1 -0.426955375000000, 0 -0.427000687500000, 1 -0.427023437500000, 0 -0.427059062500000, 1 -0.427081812500000, 0 -0.427101250000000, 1 -0.427123937500000, 0 -0.427156375000000, 1 -0.427179000000000, 0 -0.427224437500000, 1 -0.427247125000000, 0 -0.427406000000000, 1 -0.427428687500000, 0 -0.427444812500000, 1 -0.427467562500000, 0 -0.427516187500000, 1 -0.427516250000000, 0 -0.427516312500000, 1 -0.427538812500000, 0 -0.427600437500000, 1 -0.427600500000000, 0 -0.427600562500000, 1 -0.427623125000000, 0 -0.427665187500000, 1 -0.427687937500000, 0 -0.427726875000000, 1 -0.427749562500000, 0 -0.427769000000000, 1 -0.427791687500000, 0 -0.427824062500000, 1 -0.427824125000000, 0 -0.427824187500000, 1 -0.427846750000000, 0 -0.427901875000000, 1 -0.427901937500000, 0 -0.427902000000000, 1 -0.427924625000000, 0 -0.428083375000000, 1 -0.428106062500000, 0 -0.428122312500000, 1 -0.428145000000000, 0 -0.428193562500000, 1 -0.428216250000000, 0 -0.428277875000000, 1 -0.428300562500000, 0 -0.428342687500000, 1 -0.428365375000000, 0 -0.428404312500000, 1 -0.428427000000000, 0 -0.428446375000000, 1 -0.428469062500000, 0 -0.428501437500000, 1 -0.428524187500000, 0 -0.428579312500000, 1 -0.428602000000000, 0 -0.428760750000000, 1 -0.428783500000000, 0 -0.428799687500000, 1 -0.428822375000000, 0 -0.428870937500000, 1 -0.428871000000000, 0 -0.428871125000000, 1 -0.428893687500000, 0 -0.428955312500000, 1 -0.428978000000000, 0 -0.429023312500000, 1 -0.429046125000000, 0 -0.429081687500000, 1 -0.429104437500000, 0 -0.429123937500000, 1 -0.429146625000000, 0 -0.429178937500000, 1 -0.429179000000000, 0 -0.429179125000000, 1 -0.429201625000000, 0 -0.429247000000000, 1 -0.429269750000000, 0 -0.429428562500000, 1 -0.429451250000000, 0 -0.429467500000000, 1 -0.429490125000000, 0 -0.429538750000000, 1 -0.429561437500000, 0 -0.429623000000000, 1 -0.429645750000000, 0 -0.429691062500000, 1 -0.429713812500000, 0 -0.429749437500000, 1 -0.429772187500000, 0 -0.429791562500000, 1 -0.429814312500000, 0 -0.429846687500000, 1 -0.429869375000000, 0 -0.429914687500000, 1 -0.429937437500000, 0 -0.430096250000000, 1 -0.430096312500000, 0 -0.430096375000000, 1 -0.430118937500000, 0 -0.430135125000000, 1 -0.430157875000000, 0 -0.430206562500000, 1 -0.430229187500000, 0 -0.430290812500000, 1 -0.430313500000000, 0 -0.430358875000000, 1 -0.430381562500000, 0 -0.430417187500000, 1 -0.430439937500000, 0 -0.430459312500000, 1 -0.430482000000000, 0 -0.430514375000000, 1 -0.430537125000000, 0 -0.430582500000000, 1 -0.430605187500000, 0 -0.430764000000000, 1 -0.430786687500000, 0 -0.430802875000000, 1 -0.430825625000000, 0 -0.430874187500000, 1 -0.430896937500000, 0 -0.430958625000000, 1 -0.430981187500000, 0 -0.431026562500000, 1 -0.431049250000000, 0 -0.431084812500000, 1 -0.431107625000000, 0 -0.431127062500000, 1 -0.431149687500000, 0 -0.431182125000000, 1 -0.431182187500000, 0 -0.431182250000000, 1 -0.431204875000000, 0 -0.431250187500000, 1 -0.431272937500000, 0 -0.431431750000000, 1 -0.431454375000000, 0 -0.431470562500000, 1 -0.431493312500000, 0 -0.431541937500000, 1 -0.431564625000000, 0 -0.431626187500000, 1 -0.431648875000000, 0 -0.431694250000000, 1 -0.431717000000000, 0 -0.431752562500000, 1 -0.431775312500000, 0 -0.431794875000000, 1 -0.431817500000000, 0 -0.431849875000000, 1 -0.431849937500000, 0 -0.431850000000000, 1 -0.431872562500000, 0 -0.431917937500000, 1 -0.431940625000000, 0 -0.432099562500000, 1 -0.432122187500000, 0 -0.432138375000000, 1 -0.432161062500000, 0 -0.432209687500000, 1 -0.432232375000000, 0 -0.432293937500000, 1 -0.432294000000000, 0 -0.432294125000000, 1 -0.432316687500000, 0 -0.432362000000000, 1 -0.432384687500000, 0 -0.432420312500000, 1 -0.432443125000000, 0 -0.432462500000000, 1 -0.432485250000000, 0 -0.432517562500000, 1 -0.432540312500000, 0 -0.432585687500000, 1 -0.432608375000000, 0 -0.432767187500000, 1 -0.432789875000000, 0 -0.432806062500000, 1 -0.432828750000000, 0 -0.432877500000000, 1 -0.432900062500000, 0 -0.432961812500000, 1 -0.432984375000000, 0 -0.433029687500000, 1 -0.433052500000000, 0 -0.433088000000000, 1 -0.433110750000000, 0 -0.433130250000000, 1 -0.433152875000000, 0 -0.433185250000000, 1 -0.433185375000000, 0 -0.433185437500000, 1 -0.433208000000000, 0 -0.433253437500000, 1 -0.433276062500000, 0 -0.433434937500000, 1 -0.433457562500000, 0 -0.433473812500000, 1 -0.433496500000000, 0 -0.433545125000000, 1 -0.433567812500000, 0 -0.433629375000000, 1 -0.433629437500000, 0 -0.433629500000000, 1 -0.433652062500000, 0 -0.433697375000000, 1 -0.433720125000000, 0 -0.433755687500000, 1 -0.433778500000000, 0 -0.433797937500000, 1 -0.433820625000000, 0 -0.433853000000000, 1 -0.433875687500000, 0 -0.433921062500000, 1 -0.433943812500000, 0 -0.434102750000000, 1 -0.434125312500000, 0 -0.434141625000000, 1 -0.434164250000000, 0 -0.434212875000000, 1 -0.434235562500000, 0 -0.434297187500000, 1 -0.434319812500000, 0 -0.434365187500000, 1 -0.434387937500000, 0 -0.434423562500000, 1 -0.434446312500000, 0 -0.434465687500000, 1 -0.434488437500000, 0 -0.434520750000000, 1 -0.434520875000000, 0 -0.434520937500000, 1 -0.434543500000000, 0 -0.434588937500000, 1 -0.434611562500000, 0 -0.434770562500000, 1 -0.434793062500000, 0 -0.434793125000000, 1 -0.434793187500000, 0 -0.434809312500000, 1 -0.434832000000000, 0 -0.434880625000000, 1 -0.434880687500000, 0 -0.434880750000000, 1 -0.434903312500000, 0 -0.434964875000000, 1 -0.434987625000000, 0 -0.435029687500000, 1 -0.435052375000000, 0 -0.435091250000000, 1 -0.435114000000000, 0 -0.435133437500000, 1 -0.435156187500000, 0 -0.435188562500000, 1 -0.435211250000000, 0 -0.435266312500000, 1 -0.435266375000000, 0 -0.435266500000000, 1 -0.435289000000000, 0 -0.435448000000000, 1 -0.435470500000000, 0 -0.435486750000000, 1 -0.435509500000000, 0 -0.435558062500000, 1 -0.435580750000000, 0 -0.435642312500000, 1 -0.435665000000000, 0 -0.435710375000000, 1 -0.435733125000000, 0 -0.435768687500000, 1 -0.435791500000000, 0 -0.435810937500000, 1 -0.435833562500000, 0 -0.435866062500000, 1 -0.435888750000000, 0 -0.435934062500000, 1 -0.435956750000000, 0 -0.436115625000000, 1 -0.436138312500000, 0 -0.436154562500000, 1 -0.436177250000000, 0 -0.436225812500000, 1 -0.436225875000000, 0 -0.436226000000000, 1 -0.436248562500000, 0 -0.436310062500000, 1 -0.436332750000000, 0 -0.436378187500000, 1 -0.436400875000000, 0 -0.436436437500000, 1 -0.436436500000000, 0 -0.436436562500000, 1 -0.436459250000000, 0 -0.436478625000000, 1 -0.436501375000000, 0 -0.436533750000000, 1 -0.436556437500000, 0 -0.436601875000000, 1 -0.436624500000000, 0 -0.436783312500000, 1 -0.436783375000000, 0 -0.436783500000000, 1 -0.436806000000000, 0 -0.436822187500000, 1 -0.436844937500000, 0 -0.436893500000000, 1 -0.436916250000000, 0 -0.436977750000000, 1 -0.437000437500000, 0 -0.437045812500000, 1 -0.437045875000000, 0 -0.437046000000000, 1 -0.437068562500000, 0 -0.437104125000000, 1 -0.437126875000000, 0 -0.437146375000000, 1 -0.437169000000000, 0 -0.437201375000000, 1 -0.437201437500000, 0 -0.437201500000000, 1 -0.437224125000000, 0 -0.437269437500000, 1 -0.437292187500000, 0 -0.437451062500000, 1 -0.437473750000000, 0 -0.437489875000000, 1 -0.437512625000000, 0 -0.437561312500000, 1 -0.437583937500000, 0 -0.437645500000000, 1 -0.437668187500000, 0 -0.437713500000000, 1 -0.437736312500000, 0 -0.437771812500000, 1 -0.437794625000000, 0 -0.437814062500000, 1 -0.437836750000000, 0 -0.437869125000000, 1 -0.437891875000000, 0 -0.437937250000000, 1 -0.437959875000000, 0 -0.438118750000000, 1 -0.438141437500000, 0 -0.438157562500000, 1 -0.438157625000000, 0 -0.438157750000000, 1 -0.438180375000000, 0 -0.438228937500000, 1 -0.438251625000000, 0 -0.438313250000000, 1 -0.438335875000000, 0 -0.438381312500000, 1 -0.438404000000000, 0 -0.438439562500000, 1 -0.438439625000000, 0 -0.438439687500000, 1 -0.438462312500000, 0 -0.438481750000000, 1 -0.438504437500000, 0 -0.438536812500000, 1 -0.438536875000000, 0 -0.438536937500000, 1 -0.438559500000000, 0 -0.438604875000000, 1 -0.438604937500000, 0 -0.438605062500000, 1 -0.438627625000000, 0 -0.438786375000000, 1 -0.438809125000000, 0 -0.438825312500000, 1 -0.438848062500000, 0 -0.438896625000000, 1 -0.438919312500000, 0 -0.438980875000000, 1 -0.439003625000000, 0 -0.439048937500000, 1 -0.439071625000000, 0 -0.439107375000000, 1 -0.439130062500000, 0 -0.439149500000000, 1 -0.439172125000000, 0 -0.439204500000000, 1 -0.439227187500000, 0 -0.439272625000000, 1 -0.439295312500000, 0 -0.439454062500000, 1 -0.439476750000000, 0 -0.439493000000000, 1 -0.439515687500000, 0 -0.439564312500000, 1 -0.439587000000000, 0 -0.439648562500000, 1 -0.439648625000000, 0 -0.439648687500000, 1 -0.439671250000000, 0 -0.439716625000000, 1 -0.439739375000000, 0 -0.439774937500000, 1 -0.439797750000000, 0 -0.439817125000000, 1 -0.439817187500000, 0 -0.439817250000000, 1 -0.439839812500000, 0 -0.439872187500000, 1 -0.439894875000000, 0 -0.439940312500000, 1 -0.439963000000000, 0 -0.440121812500000, 1 -0.440144500000000, 0 -0.440160687500000, 1 -0.440183437500000, 0 -0.440232000000000, 1 -0.440254687500000, 0 -0.440316312500000, 1 -0.440339000000000, 0 -0.440384375000000, 1 -0.440407062500000, 0 -0.440442687500000, 1 -0.440465437500000, 0 -0.440484875000000, 1 -0.440507625000000, 0 -0.440539937500000, 1 -0.440562687500000, 0 -0.440608062500000, 1 -0.440630750000000, 0 -0.440789562500000, 1 -0.440812312500000, 0 -0.440828500000000, 1 -0.440851187500000, 0 -0.440899812500000, 1 -0.440922437500000, 0 -0.440984062500000, 1 -0.441006750000000, 0 -0.441048875000000, 1 -0.441071625000000, 0 -0.441110500000000, 1 -0.441133187500000, 0 -0.441152625000000, 1 -0.441175312500000, 0 -0.441207687500000, 1 -0.441207750000000, 0 -0.441207875000000, 1 -0.441230375000000, 0 -0.441285562500000, 1 -0.441308187500000, 0 -0.441467062500000, 1 -0.441489750000000, 0 -0.441505875000000, 1 -0.441528625000000, 0 -0.441577250000000, 1 -0.441599937500000, 0 -0.441661500000000, 1 -0.441661562500000, 0 -0.441661625000000, 1 -0.441684250000000, 0 -0.441729500000000, 1 -0.441752312500000, 0 -0.441787875000000, 1 -0.441810687500000, 0 -0.441830062500000, 1 -0.441852750000000, 0 -0.441885125000000, 1 -0.441907875000000, 0 -0.441953187500000, 1 -0.441975937500000, 0 -0.442134750000000, 1 -0.442157437500000, 0 -0.442173625000000, 1 -0.442196312500000, 0 -0.442244937500000, 1 -0.442267625000000, 0 -0.442329125000000, 1 -0.442329250000000, 0 -0.442329375000000, 1 -0.442351937500000, 0 -0.442397250000000, 1 -0.442420000000000, 0 -0.442455562500000, 1 -0.442478312500000, 0 -0.442497750000000, 1 -0.442520437500000, 0 -0.442552875000000, 1 -0.442552937500000, 0 -0.442553000000000, 1 -0.442575562500000, 0 -0.442620937500000, 1 -0.442643625000000, 0 -0.442802437500000, 1 -0.442802500000000, 0 -0.442802625000000, 1 -0.442825125000000, 0 -0.442841375000000, 1 -0.442864062500000, 0 -0.442912625000000, 1 -0.442912687500000, 0 -0.442912750000000, 1 -0.442935312500000, 0 -0.442997000000000, 1 -0.443019562500000, 0 -0.443065000000000, 1 -0.443087750000000, 0 -0.443123250000000, 1 -0.443146062500000, 0 -0.443165500000000, 1 -0.443188125000000, 0 -0.443220562500000, 1 -0.443220625000000, 0 -0.443220687500000, 1 -0.443243250000000, 0 -0.443288625000000, 1 -0.443311312500000, 0 -0.443470187500000, 1 -0.443492875000000, 0 -0.443509062500000, 1 -0.443509125000000, 0 -0.443509187500000, 1 -0.443531812500000, 0 -0.443580375000000, 1 -0.443603062500000, 0 -0.443664687500000, 1 -0.443687375000000, 0 -0.443729437500000, 1 -0.443752125000000, 0 -0.443791062500000, 1 -0.443813812500000, 0 -0.443833250000000, 1 -0.443855875000000, 0 -0.443888312500000, 1 -0.443911000000000, 0 -0.443966125000000, 1 -0.443966187500000, 0 -0.443966250000000, 1 -0.443988750000000, 0 -0.444147625000000, 1 -0.444147687500000, 0 -0.444147750000000, 1 -0.444170312500000, 0 -0.444186500000000, 1 -0.444209250000000, 0 -0.444257875000000, 1 -0.444280500000000, 0 -0.444342125000000, 1 -0.444342187500000, 0 -0.444342250000000, 1 -0.444364875000000, 0 -0.444410187500000, 1 -0.444432875000000, 0 -0.444468500000000, 1 -0.444491250000000, 0 -0.444510687500000, 1 -0.444533375000000, 0 -0.444565875000000, 1 -0.444588500000000, 0 -0.444633812500000, 1 -0.444656625000000, 0 -0.444815375000000, 1 -0.444838062500000, 0 -0.444854375000000, 1 -0.444877000000000, 0 -0.444925625000000, 1 -0.444948312500000, 0 -0.445009875000000, 1 -0.445032562500000, 0 -0.445077875000000, 1 -0.445100625000000, 0 -0.445136250000000, 1 -0.445159000000000, 0 -0.445178375000000, 1 -0.445201062500000, 0 -0.445233562500000, 1 -0.445256187500000, 0 -0.445301500000000, 1 -0.445324250000000, 0 -0.445483062500000, 1 -0.445505750000000, 0 -0.445521937500000, 1 -0.445544687500000, 0 -0.445593250000000, 1 -0.445615937500000, 0 -0.445677687500000, 1 -0.445700250000000, 0 -0.445745625000000, 1 -0.445768375000000, 0 -0.445803937500000, 1 -0.445826750000000, 0 -0.445846125000000, 1 -0.445846187500000, 0 -0.445846250000000, 1 -0.445868812500000, 0 -0.445901250000000, 1 -0.445923937500000, 0 -0.445969250000000, 1 -0.445992000000000, 0 -0.446150812500000, 1 -0.446173500000000, 0 -0.446189687500000, 1 -0.446212500000000, 0 -0.446261062500000, 1 -0.446283750000000, 0 -0.446345250000000, 1 -0.446368000000000, 0 -0.446413375000000, 1 -0.446436125000000, 0 -0.446471625000000, 1 -0.446494437500000, 0 -0.446513812500000, 1 -0.446536562500000, 0 -0.446568937500000, 1 -0.446591625000000, 0 -0.446637000000000, 1 -0.446659750000000, 0 -0.446818500000000, 1 -0.446841187500000, 0 -0.446857375000000, 1 -0.446857562500000, 0 -0.446857625000000, 1 -0.446880125000000, 0 -0.446928687500000, 1 -0.446951375000000, 0 -0.447012937500000, 1 -0.447035687500000, 0 -0.447081125000000, 1 -0.447103750000000, 0 -0.447139375000000, 1 -0.447162125000000, 0 -0.447181687500000, 1 -0.447204250000000, 0 -0.447236625000000, 1 -0.447259375000000, 0 -0.447304687500000, 1 -0.447304750000000, 0 -0.447304812500000, 1 -0.447327437500000, 0 -0.447486250000000, 1 -0.447508937500000, 0 -0.447525062500000, 1 -0.447525187500000, 0 -0.447525250000000, 1 -0.447547812500000, 0 -0.447596500000000, 1 -0.447619125000000, 0 -0.447680687500000, 1 -0.447703437500000, 0 -0.447748750000000, 1 -0.447771437500000, 0 -0.447771500000000, 1 -0.447771562500000, 0 -0.447807062500000, 1 -0.447829875000000, 0 -0.447849250000000, 1 -0.447849312500000, 0 -0.447849375000000, 1 -0.447872000000000, 0 -0.447904375000000, 1 -0.447927062500000, 0 -0.447972437500000, 1 -0.447995187500000, 0 -0.448153937500000, 1 -0.448176625000000, 0 -0.448192812500000, 1 -0.448215562500000, 0 -0.448264187500000, 1 -0.448286812500000, 0 -0.448348437500000, 1 -0.448371125000000, 0 -0.448413187500000, 1 -0.448413250000000, 0 -0.448413375000000, 1 -0.448435937500000, 0 -0.448475000000000, 1 -0.448497500000000, 0 -0.448516937500000, 1 -0.448539625000000, 0 -0.448572062500000, 1 -0.448572250000000, 0 -0.448572312500000, 1 -0.448594750000000, 0 -0.448649875000000, 1 -0.448672562500000, 0 -0.448831312500000, 1 -0.448854062500000, 0 -0.448870187500000, 1 -0.448892937500000, 0 -0.448941562500000, 1 -0.448964250000000, 0 -0.449025812500000, 1 -0.449048562500000, 0 -0.449090687500000, 1 -0.449113375000000, 0 -0.449152250000000, 1 -0.449175000000000, 0 -0.449194375000000, 1 -0.449217125000000, 0 -0.449249500000000, 1 -0.449272187500000, 0 -0.449327312500000, 1 -0.449350000000000, 0 -0.449508750000000, 1 -0.449531437500000, 0 -0.449547687500000, 1 -0.449570375000000, 0 -0.449619000000000, 1 -0.449641687500000, 0 -0.449703250000000, 1 -0.449725937500000, 0 -0.449771312500000, 1 -0.449794000000000, 0 -0.449829625000000, 1 -0.449852437500000, 0 -0.449871812500000, 1 -0.449871875000000, 0 -0.449871937500000, 1 -0.449894500000000, 0 -0.449926937500000, 1 -0.449949625000000, 0 -0.449994937500000, 1 -0.450017687500000, 0 -0.450176500000000, 1 -0.450199187500000, 0 -0.450215312500000, 1 -0.450238125000000, 0 -0.450286625000000, 1 -0.450309375000000, 0 -0.450370937500000, 1 -0.450371000000000, 0 -0.450371062500000, 1 -0.450393687500000, 0 -0.450435812500000, 1 -0.450458500000000, 0 -0.450497375000000, 1 -0.450520125000000, 0 -0.450539500000000, 1 -0.450562187500000, 0 -0.450594625000000, 1 -0.450617312500000, 0 -0.450672437500000, 1 -0.450695125000000, 0 -0.450854000000000, 1 -0.450876625000000, 0 -0.450892875000000, 1 -0.450915562500000, 0 -0.450964125000000, 1 -0.450986812500000, 0 -0.451048437500000, 1 -0.451071125000000, 0 -0.451116437500000, 1 -0.451139187500000, 0 -0.451174750000000, 1 -0.451197500000000, 0 -0.451217000000000, 1 -0.451239625000000, 0 -0.451272062500000, 1 -0.451294750000000, 0 -0.451340125000000, 1 -0.451340187500000, 0 -0.451340250000000, 1 -0.451362812500000, 0 -0.451521625000000, 1 -0.451544375000000, 0 -0.451560562500000, 1 -0.451583250000000, 0 -0.451631875000000, 1 -0.451654500000000, 0 -0.451716125000000, 1 -0.451738812500000, 0 -0.451780937500000, 1 -0.451803687500000, 0 -0.451842500000000, 1 -0.451865250000000, 0 -0.451884687500000, 1 -0.451907375000000, 0 -0.451939875000000, 1 -0.451962437500000, 0 -0.452017625000000, 1 -0.452040250000000, 0 -0.452199062500000, 1 -0.452221750000000, 0 -0.452237937500000, 1 -0.452260687500000, 0 -0.452309375000000, 1 -0.452332000000000, 0 -0.452393500000000, 1 -0.452416312500000, 0 -0.452461625000000, 1 -0.452484375000000, 0 -0.452519937500000, 1 -0.452542750000000, 0 -0.452562125000000, 1 -0.452584812500000, 0 -0.452617250000000, 1 -0.452617312500000, 0 -0.452617375000000, 1 -0.452639937500000, 0 -0.452685312500000, 1 -0.452708000000000, 0 -0.452866875000000, 1 -0.452889562500000, 0 -0.452905687500000, 1 -0.452928500000000, 0 -0.452977062500000, 1 -0.452977125000000, 0 -0.452977250000000, 1 -0.452999750000000, 0 -0.453061437500000, 1 -0.453084062500000, 0 -0.453126312500000, 1 -0.453148937500000, 0 -0.453187750000000, 1 -0.453210437500000, 0 -0.453229875000000, 1 -0.453252625000000, 0 -0.453285062500000, 1 -0.453307625000000, 0 -0.453362875000000, 1 -0.453385500000000, 0 -0.453544312500000, 1 -0.453567062500000, 0 -0.453583187500000, 1 -0.453605937500000, 0 -0.453654562500000, 1 -0.453677250000000, 0 -0.453738812500000, 1 -0.453761500000000, 0 -0.453806812500000, 1 -0.453829625000000, 0 -0.453865125000000, 1 -0.453887937500000, 0 -0.453907312500000, 1 -0.453930062500000, 0 -0.453962500000000, 1 -0.453985125000000, 0 -0.454030500000000, 1 -0.454053187500000, 0 -0.454212125000000, 1 -0.454234750000000, 0 -0.454250937500000, 1 -0.454273625000000, 0 -0.454322312500000, 1 -0.454345000000000, 0 -0.454406562500000, 1 -0.454429250000000, 0 -0.454474625000000, 1 -0.454497312500000, 0 -0.454533000000000, 1 -0.454555625000000, 0 -0.454575062500000, 1 -0.454597750000000, 0 -0.454630187500000, 1 -0.454630250000000, 0 -0.454630375000000, 1 -0.454652875000000, 0 -0.454698187500000, 1 -0.454720937500000, 0 -0.454879812500000, 1 -0.454902437500000, 0 -0.454918625000000, 1 -0.454941375000000, 0 -0.454989937500000, 1 -0.455012625000000, 0 -0.455074187500000, 1 -0.455096937500000, 0 -0.455142250000000, 1 -0.455165062500000, 0 -0.455200625000000, 1 -0.455223375000000, 0 -0.455242812500000, 1 -0.455265500000000, 0 -0.455297937500000, 1 -0.455320562500000, 0 -0.455365875000000, 1 -0.455388687500000, 0 -0.455547500000000, 1 -0.455570187500000, 0 -0.455586375000000, 1 -0.455609125000000, 0 -0.455657750000000, 1 -0.455680437500000, 0 -0.455742000000000, 1 -0.455764687500000, 0 -0.455810062500000, 1 -0.455832812500000, 0 -0.455868312500000, 1 -0.455891125000000, 0 -0.455910625000000, 1 -0.455933250000000, 0 -0.455965625000000, 1 -0.455988375000000, 0 -0.456033750000000, 1 -0.456056437500000, 0 -0.456215312500000, 1 -0.456237937500000, 0 -0.456254125000000, 1 -0.456276812500000, 0 -0.456325437500000, 1 -0.456348125000000, 0 -0.456409750000000, 1 -0.456432375000000, 0 -0.456477812500000, 1 -0.456500500000000, 0 -0.456536062500000, 1 -0.456558875000000, 0 -0.456578250000000, 1 -0.456601000000000, 0 -0.456633375000000, 1 -0.456656062500000, 0 -0.456701375000000, 1 -0.456701437500000, 0 -0.456701500000000, 1 -0.456724187500000, 0 -0.456882937500000, 1 -0.456883062500000, 0 -0.456883125000000, 1 -0.456905625000000, 0 -0.456921750000000, 1 -0.456944562500000, 0 -0.456993125000000, 1 -0.457015812500000, 0 -0.457077375000000, 1 -0.457100125000000, 0 -0.457145437500000, 1 -0.457168125000000, 0 -0.457203750000000, 1 -0.457226500000000, 0 -0.457245937500000, 1 -0.457268687500000, 0 -0.457301062500000, 1 -0.457323750000000, 0 -0.457369125000000, 1 -0.457391812500000, 0 -0.457550687500000, 1 -0.457573375000000, 0 -0.457589562500000, 1 -0.457612250000000, 0 -0.457661000000000, 1 -0.457683562500000, 0 -0.457745187500000, 1 -0.457767875000000, 0 -0.457813187500000, 1 -0.457836000000000, 0 -0.457871500000000, 1 -0.457894312500000, 0 -0.457913750000000, 1 -0.457936437500000, 0 -0.457968875000000, 1 -0.457991500000000, 0 -0.458036937500000, 1 -0.458059625000000, 0 -0.458218625000000, 1 -0.458241125000000, 0 -0.458257375000000, 1 -0.458280062500000, 0 -0.458328750000000, 1 -0.458351375000000, 0 -0.458413000000000, 1 -0.458435625000000, 0 -0.458481000000000, 1 -0.458503750000000, 0 -0.458539312500000, 1 -0.458562062500000, 0 -0.458581562500000, 1 -0.458604250000000, 0 -0.458636750000000, 1 -0.458659312500000, 0 -0.458704625000000, 1 -0.458704750000000, 0 -0.458704875000000, 1 -0.458727375000000, 0 -0.458886250000000, 1 -0.458909000000000, 0 -0.458925125000000, 1 -0.458947812500000, 0 -0.458996437500000, 1 -0.459019125000000, 0 -0.459080875000000, 1 -0.459103437500000, 0 -0.459148875000000, 1 -0.459171500000000, 0 -0.459207125000000, 1 -0.459229875000000, 0 -0.459249312500000, 1 -0.459272000000000, 0 -0.459304375000000, 1 -0.459304437500000, 0 -0.459304500000000, 1 -0.459327125000000, 0 -0.459372437500000, 1 -0.459395187500000, 0 -0.459554000000000, 1 -0.459576687500000, 0 -0.459592875000000, 1 -0.459615562500000, 0 -0.459615625000000, 1 -0.459615687500000, 0 -0.459664187500000, 1 -0.459686875000000, 0 -0.459748437500000, 1 -0.459771250000000, 0 -0.459813375000000, 1 -0.459836062500000, 0 -0.459874875000000, 1 -0.459897625000000, 0 -0.459917062500000, 1 -0.459939750000000, 0 -0.459972125000000, 1 -0.459994875000000, 0 -0.460049937500000, 1 -0.460072625000000, 0 -0.460231500000000, 1 -0.460254125000000, 0 -0.460270375000000, 1 -0.460293062500000, 0 -0.460341687500000, 1 -0.460364375000000, 0 -0.460425937500000, 1 -0.460448687500000, 0 -0.460490937500000, 1 -0.460513500000000, 0 -0.460552312500000, 1 -0.460575125000000, 0 -0.460594500000000, 1 -0.460617250000000, 0 -0.460649625000000, 1 -0.460672312500000, 0 -0.460727437500000, 1 -0.460750062500000, 0 -0.460908875000000, 1 -0.460931625000000, 0 -0.460947750000000, 1 -0.460970500000000, 0 -0.461019125000000, 1 -0.461041812500000, 0 -0.461103375000000, 1 -0.461126062500000, 0 -0.461171437500000, 1 -0.461194187500000, 0 -0.461229875000000, 1 -0.461252562500000, 0 -0.461271937500000, 1 -0.461294625000000, 0 -0.461327062500000, 1 -0.461349812500000, 0 -0.461395125000000, 1 -0.461417875000000, 0 -0.461576750000000, 1 -0.461599375000000, 0 -0.461615562500000, 1 -0.461638250000000, 0 -0.461686875000000, 1 -0.461687062500000, 0 -0.461687125000000, 1 -0.461709562500000, 0 -0.461771125000000, 1 -0.461793937500000, 0 -0.461839250000000, 1 -0.461862000000000, 0 -0.461897500000000, 1 -0.461920375000000, 0 -0.461939812500000, 1 -0.461962437500000, 0 -0.461994812500000, 1 -0.462017500000000, 0 -0.462062875000000, 1 -0.462085625000000, 0 -0.462244500000000, 1 -0.462267125000000, 0 -0.462283312500000, 1 -0.462306062500000, 0 -0.462354812500000, 1 -0.462377375000000, 0 -0.462438937500000, 1 -0.462461625000000, 0 -0.462503750000000, 1 -0.462526500000000, 0 -0.462565250000000, 1 -0.462565375000000, 0 -0.462565500000000, 1 -0.462588062500000, 0 -0.462607500000000, 1 -0.462630187500000, 0 -0.462662562500000, 1 -0.462662625000000, 0 -0.462662750000000, 1 -0.462685250000000, 0 -0.462740437500000, 1 -0.462763062500000, 0 -0.462921937500000, 1 -0.462944625000000, 0 -0.462960750000000, 1 -0.462983562500000, 0 -0.463032125000000, 1 -0.463054750000000, 0 -0.463116375000000, 1 -0.463139062500000, 0 -0.463184437500000, 1 -0.463207187500000, 0 -0.463242687500000, 1 -0.463265500000000, 0 -0.463284937500000, 1 -0.463307625000000, 0 -0.463340000000000, 1 -0.463340062500000, 0 -0.463340125000000, 1 -0.463362687500000, 0 -0.463408000000000, 1 -0.463430750000000, 0 -0.463589562500000, 1 -0.463612250000000, 0 -0.463628437500000, 1 -0.463651125000000, 0 -0.463699750000000, 1 -0.463722500000000, 0 -0.463784062500000, 1 -0.463806750000000, 0 -0.463852062500000, 1 -0.463852125000000, 0 -0.463852187500000, 1 -0.463874875000000, 0 -0.463910437500000, 1 -0.463933125000000, 0 -0.463952625000000, 1 -0.463952687500000, 0 -0.463952750000000, 1 -0.463975312500000, 0 -0.464007687500000, 1 -0.464030437500000, 0 -0.464075812500000, 1 -0.464098500000000, 0 -0.464257312500000, 1 -0.464280000000000, 0 -0.464296250000000, 1 -0.464318875000000, 0 -0.464318937500000, 1 -0.464319000000000, 0 -0.464367625000000, 1 -0.464390187500000, 0 -0.464451750000000, 1 -0.464474500000000, 0 -0.464516625000000, 1 -0.464539312500000, 0 -0.464578125000000, 1 -0.464600875000000, 0 -0.464620312500000, 1 -0.464620375000000, 0 -0.464620500000000, 1 -0.464643062500000, 0 -0.464675375000000, 1 -0.464698125000000, 0 -0.464753187500000, 1 -0.464775937500000, 0 -0.464934750000000, 1 -0.464957375000000, 0 -0.464973687500000, 1 -0.464996375000000, 0 -0.465044937500000, 1 -0.465067625000000, 0 -0.465129312500000, 1 -0.465151875000000, 0 -0.465197187500000, 1 -0.465220000000000, 0 -0.465255562500000, 1 -0.465278375000000, 0 -0.465297750000000, 1 -0.465320375000000, 0 -0.465352812500000, 1 -0.465375500000000, 0 -0.465420875000000, 1 -0.465420937500000, 0 -0.465421000000000, 1 -0.465443625000000, 0 -0.465602437500000, 1 -0.465625125000000, 0 -0.465641250000000, 1 -0.465663937500000, 0 -0.465712562500000, 1 -0.465735250000000, 0 -0.465796812500000, 1 -0.465819562500000, 0 -0.465864875000000, 1 -0.465887625000000, 0 -0.465923250000000, 1 -0.465946000000000, 0 -0.465965437500000, 1 -0.465965562500000, 0 -0.465965625000000, 1 -0.465988062500000, 0 -0.466020562500000, 1 -0.466043187500000, 0 -0.466088562500000, 1 -0.466111250000000, 0 -0.466270062500000, 1 -0.466292750000000, 0 -0.466308937500000, 1 -0.466331625000000, 0 -0.466380250000000, 1 -0.466402937500000, 0 -0.466464562500000, 1 -0.466487250000000, 0 -0.466529312500000, 1 -0.466552062500000, 0 -0.466590875000000, 1 -0.466613687500000, 0 -0.466633125000000, 1 -0.466655812500000, 0 -0.466688187500000, 1 -0.466710875000000, 0 -0.466765937500000, 1 -0.466788687500000, 0 -0.466947437500000, 1 -0.466970125000000, 0 -0.466986375000000, 1 -0.467009125000000, 0 -0.467057687500000, 1 -0.467080375000000, 0 -0.467142000000000, 1 -0.467164687500000, 0 -0.467206812500000, 1 -0.467229562500000, 0 -0.467268375000000, 1 -0.467291062500000, 0 -0.467310500000000, 1 -0.467333187500000, 0 -0.467365625000000, 1 -0.467388312500000, 0 -0.467443375000000, 1 -0.467466062500000, 0 -0.467624937500000, 1 -0.467647625000000, 0 -0.467663750000000, 1 -0.467686500000000, 0 -0.467735250000000, 1 -0.467757812500000, 0 -0.467819375000000, 1 -0.467842125000000, 0 -0.467887437500000, 1 -0.467910250000000, 0 -0.467945812500000, 1 -0.467968562500000, 0 -0.467988000000000, 1 -0.468010687500000, 0 -0.468043062500000, 1 -0.468043125000000, 0 -0.468043187500000, 1 -0.468065750000000, 0 -0.468111062500000, 1 -0.468133812500000, 0 -0.468292625000000, 1 -0.468315375000000, 0 -0.468331500000000, 1 -0.468354250000000, 0 -0.468402812500000, 1 -0.468425500000000, 0 -0.468487125000000, 1 -0.468509750000000, 0 -0.468555125000000, 1 -0.468555187500000, 0 -0.468555250000000, 1 -0.468577875000000, 0 -0.468613437500000, 1 -0.468636187500000, 0 -0.468655812500000, 1 -0.468678375000000, 0 -0.468710687500000, 1 -0.468733437500000, 0 -0.468778750000000, 1 -0.468801500000000, 0 -0.468960375000000, 1 -0.468983000000000, 0 -0.468999250000000, 1 -0.469021937500000, 0 -0.469070625000000, 1 -0.469093250000000, 0 -0.469154750000000, 1 -0.469177500000000, 0 -0.469222812500000, 1 -0.469222937500000, 0 -0.469223000000000, 1 -0.469245562500000, 0 -0.469281125000000, 1 -0.469303937500000, 0 -0.469323375000000, 1 -0.469346000000000, 0 -0.469378437500000, 1 -0.469401125000000, 0 -0.469446500000000, 1 -0.469469187500000, 0 -0.469628000000000, 1 -0.469650625000000, 0 -0.469666875000000, 1 -0.469689625000000, 0 -0.469738187500000, 1 -0.469760875000000, 0 -0.469822437500000, 1 -0.469845125000000, 0 -0.469890500000000, 1 -0.469913250000000, 0 -0.469948812500000, 1 -0.469971562500000, 0 -0.469991125000000, 1 -0.470013750000000, 0 -0.470046062500000, 1 -0.470068812500000, 0 -0.470114125000000, 1 -0.470136875000000, 0 -0.470295687500000, 1 -0.470318375000000, 0 -0.470334500000000, 1 -0.470357250000000, 0 -0.470405812500000, 1 -0.470428625000000, 0 -0.470490187500000, 1 -0.470512812500000, 0 -0.470558187500000, 1 -0.470581000000000, 0 -0.470616500000000, 1 -0.470639312500000, 0 -0.470658875000000, 1 -0.470681437500000, 0 -0.470713812500000, 1 -0.470736500000000, 0 -0.470781875000000, 1 -0.470804562500000, 0 -0.470963375000000, 1 -0.470986062500000, 0 -0.471002250000000, 1 -0.471025000000000, 0 -0.471073625000000, 1 -0.471096312500000, 0 -0.471157875000000, 1 -0.471180500000000, 0 -0.471225937500000, 1 -0.471248625000000, 0 -0.471284187500000, 1 -0.471307000000000, 0 -0.471326375000000, 1 -0.471349062500000, 0 -0.471381500000000, 1 -0.471404187500000, 0 -0.471449562500000, 1 -0.471472250000000, 0 -0.471631062500000, 1 -0.471653750000000, 0 -0.471669937500000, 1 -0.471692625000000, 0 -0.471741250000000, 1 -0.471764000000000, 0 -0.471825500000000, 1 -0.471848250000000, 0 -0.471890312500000, 1 -0.471913000000000, 0 -0.471951937500000, 1 -0.471974625000000, 0 -0.471994062500000, 1 -0.472016750000000, 0 -0.472049125000000, 1 -0.472071875000000, 0 -0.472127000000000, 1 -0.472149625000000, 0 -0.472308500000000, 1 -0.472331125000000, 0 -0.472347375000000, 1 -0.472370062500000, 0 -0.472418750000000, 1 -0.472441375000000, 0 -0.472502937500000, 1 -0.472503000000000, 0 -0.472503062500000, 1 -0.472525625000000, 0 -0.472570937500000, 1 -0.472593750000000, 0 -0.472629250000000, 1 -0.472652062500000, 0 -0.472671500000000, 1 -0.472694187500000, 0 -0.472726500000000, 1 -0.472749250000000, 0 -0.472794625000000, 1 -0.472817375000000, 0 -0.472976125000000, 1 -0.472998812500000, 0 -0.473015000000000, 1 -0.473015062500000, 0 -0.473015125000000, 1 -0.473037687500000, 0 -0.473086312500000, 1 -0.473108937500000, 0 -0.473109000000000, 1 -0.473109062500000, 0 -0.473170562500000, 1 -0.473170687500000, 0 -0.473170750000000, 1 -0.473193312500000, 0 -0.473235375000000, 1 -0.473235437500000, 0 -0.473235500000000, 1 -0.473258062500000, 0 -0.473297125000000, 1 -0.473319687500000, 0 -0.473339187500000, 1 -0.473361812500000, 0 -0.473394187500000, 1 -0.473416875000000, 0 -0.473472000000000, 1 -0.473472062500000, 0 -0.473472125000000, 1 -0.473494687500000, 0 -0.473653562500000, 1 -0.473676187500000, 0 -0.473692500000000, 1 -0.473715125000000, 0 -0.473763687500000, 1 -0.473786375000000, 0 -0.473847937500000, 1 -0.473848000000000, 0 -0.473848062500000, 1 -0.473870625000000, 0 -0.473916125000000, 1 -0.473938750000000, 0 -0.473974312500000, 1 -0.473997125000000, 0 -0.474016562500000, 1 -0.474039250000000, 0 -0.474071625000000, 1 -0.474094312500000, 0 -0.474139687500000, 1 -0.474139750000000, 0 -0.474139875000000, 1 -0.474162375000000, 0 -0.474321187500000, 1 -0.474343875000000, 0 -0.474360125000000, 1 -0.474382875000000, 0 -0.474431562500000, 1 -0.474454125000000, 0 -0.474515687500000, 1 -0.474538437500000, 0 -0.474580500000000, 1 -0.474580562500000, 0 -0.474580625000000, 1 -0.474603250000000, 0 -0.474642062500000, 1 -0.474664812500000, 0 -0.474684250000000, 1 -0.474706937500000, 0 -0.474739312500000, 1 -0.474762000000000, 0 -0.474817187500000, 1 -0.474839875000000, 0 -0.474998687500000, 1 -0.475021312500000, 0 -0.475037500000000, 1 -0.475037625000000, 0 -0.475037687500000, 1 -0.475060250000000, 0 -0.475108875000000, 1 -0.475131562500000, 0 -0.475193125000000, 1 -0.475215875000000, 0 -0.475261187500000, 1 -0.475283937500000, 0 -0.475319437500000, 1 -0.475342250000000, 0 -0.475361687500000, 1 -0.475384375000000, 0 -0.475416875000000, 1 -0.475439500000000, 0 -0.475484875000000, 1 -0.475507625000000, 0 -0.475666375000000, 1 -0.475689062500000, 0 -0.475705312500000, 1 -0.475728000000000, 0 -0.475776625000000, 1 -0.475799375000000, 0 -0.475860875000000, 1 -0.475883625000000, 0 -0.475929000000000, 1 -0.475951750000000, 0 -0.475987312500000, 1 -0.476010062500000, 0 -0.476029437500000, 1 -0.476029562500000, 0 -0.476029625000000, 1 -0.476052187500000, 0 -0.476084562500000, 1 -0.476107250000000, 0 -0.476152625000000, 1 -0.476152687500000, 0 -0.476152812500000, 1 -0.476175437500000, 0 -0.476334125000000, 1 -0.476356812500000, 0 -0.476373000000000, 1 -0.476373062500000, 0 -0.476373125000000, 1 -0.476395812500000, 0 -0.476444375000000, 1 -0.476444437500000, 0 -0.476444500000000, 1 -0.476467062500000, 0 -0.476528625000000, 1 -0.476551375000000, 0 -0.476596687500000, 1 -0.476619437500000, 0 -0.476654937500000, 1 -0.476677750000000, 0 -0.476697187500000, 1 -0.476719875000000, 0 -0.476752375000000, 1 -0.476775000000000, 0 -0.476820437500000, 1 -0.476843062500000, 0 -0.477001875000000, 1 -0.477024500000000, 0 -0.477040750000000, 1 -0.477040812500000, 0 -0.477040875000000, 1 -0.477063500000000, 0 -0.477112187500000, 1 -0.477134750000000, 0 -0.477196312500000, 1 -0.477219000000000, 0 -0.477264375000000, 1 -0.477287125000000, 0 -0.477322687500000, 1 -0.477345500000000, 0 -0.477364875000000, 1 -0.477387625000000, 0 -0.477420125000000, 1 -0.477442625000000, 0 -0.477488062500000, 1 -0.477510750000000, 0 -0.477669562500000, 1 -0.477692250000000, 0 -0.477708437500000, 1 -0.477731125000000, 0 -0.477779750000000, 1 -0.477802437500000, 0 -0.477864000000000, 1 -0.477886750000000, 0 -0.477932062500000, 1 -0.477954812500000, 0 -0.477990375000000, 1 -0.478013125000000, 0 -0.478032625000000, 1 -0.478055312500000, 0 -0.478087687500000, 1 -0.478110375000000, 0 -0.478155687500000, 1 -0.478178500000000, 0 -0.478337250000000, 1 -0.478359937500000, 0 -0.478376125000000, 1 -0.478398812500000, 0 -0.478447500000000, 1 -0.478470187500000, 0 -0.478531687500000, 1 -0.478554437500000, 0 -0.478599812500000, 1 -0.478622500000000, 0 -0.478658125000000, 1 -0.478658187500000, 0 -0.478658250000000, 1 -0.478680875000000, 0 -0.478700312500000, 1 -0.478723000000000, 0 -0.478755375000000, 1 -0.478778125000000, 0 -0.478823437500000, 1 -0.478823500000000, 0 -0.478823625000000, 1 -0.478846187500000, 0 -0.479005125000000, 1 -0.479027750000000, 0 -0.479043875000000, 1 -0.479066687500000, 0 -0.479115250000000, 1 -0.479137937500000, 0 -0.479199500000000, 1 -0.479222187500000, 0 -0.479267500000000, 1 -0.479290312500000, 0 -0.479325875000000, 1 -0.479348625000000, 0 -0.479368062500000, 1 -0.479390750000000, 0 -0.479423187500000, 1 -0.479445875000000, 0 -0.479491250000000, 1 -0.479514000000000, 0 -0.479672812500000, 1 -0.479695437500000, 0 -0.479711750000000, 1 -0.479734375000000, 0 -0.479782937500000, 1 -0.479805625000000, 0 -0.479867187500000, 1 -0.479889875000000, 0 -0.479935250000000, 1 -0.479958000000000, 0 -0.479993562500000, 1 -0.480016375000000, 0 -0.480035750000000, 1 -0.480058437500000, 0 -0.480090937500000, 1 -0.480113562500000, 0 -0.480158875000000, 1 -0.480181625000000, 0 -0.480340375000000, 1 -0.480363062500000, 0 -0.480379375000000, 1 -0.480402000000000, 0 -0.480450625000000, 1 -0.480473250000000, 0 -0.480534875000000, 1 -0.480557562500000, 0 -0.480602875000000, 1 -0.480625625000000, 0 -0.480661187500000, 1 -0.480684000000000, 0 -0.480703375000000, 1 -0.480726125000000, 0 -0.480758437500000, 1 -0.480781125000000, 0 -0.480826562500000, 1 -0.480849187500000, 0 -0.481008062500000, 1 -0.481008125000000, 0 -0.481008250000000, 1 -0.481030750000000, 0 -0.481046937500000, 1 -0.481069625000000, 0 -0.481118250000000, 1 -0.481140875000000, 0 -0.481202500000000, 1 -0.481225187500000, 0 -0.481270625000000, 1 -0.481293250000000, 0 -0.481328875000000, 1 -0.481328937500000, 0 -0.481329000000000, 1 -0.481351625000000, 0 -0.481371000000000, 1 -0.481393750000000, 0 -0.481426125000000, 1 -0.481448812500000, 0 -0.481494125000000, 1 -0.481516875000000, 0 -0.481675687500000, 1 -0.481698375000000, 0 -0.481714562500000, 1 -0.481737250000000, 0 -0.481785875000000, 1 -0.481808625000000, 0 -0.481870125000000, 1 -0.481892875000000, 0 -0.481935000000000, 1 -0.481957687500000, 0 -0.481996562500000, 1 -0.482019250000000, 0 -0.482038875000000, 1 -0.482061437500000, 0 -0.482093937500000, 1 -0.482116500000000, 0 -0.482171562500000, 1 -0.482194250000000, 0 -0.482353125000000, 1 -0.482353187500000, 0 -0.482353250000000, 1 -0.482375812500000, 0 -0.482392000000000, 1 -0.482414750000000, 0 -0.482463312500000, 1 -0.482486000000000, 0 -0.482547687500000, 1 -0.482570250000000, 0 -0.482615625000000, 1 -0.482638312500000, 0 -0.482673937500000, 1 -0.482696687500000, 0 -0.482716250000000, 1 -0.482738875000000, 0 -0.482771187500000, 1 -0.482794000000000, 0 -0.482839375000000, 1 -0.482862000000000, 0 -0.483020812500000, 1 -0.483043500000000, 0 -0.483059750000000, 1 -0.483082500000000, 0 -0.483131062500000, 1 -0.483153750000000, 0 -0.483215375000000, 1 -0.483238000000000, 0 -0.483283375000000, 1 -0.483283437500000, 0 -0.483283500000000, 1 -0.483306187500000, 0 -0.483341625000000, 1 -0.483364500000000, 0 -0.483384062500000, 1 -0.483406625000000, 0 -0.483439000000000, 1 -0.483461687500000, 0 -0.483507125000000, 1 -0.483529812500000, 0 -0.483688562500000, 1 -0.483711250000000, 0 -0.483727437500000, 1 -0.483750187500000, 0 -0.483798750000000, 1 -0.483821437500000, 0 -0.483883062500000, 1 -0.483905750000000, 0 -0.483947750000000, 1 -0.483970562500000, 0 -0.484009437500000, 1 -0.484009500000000, 0 -0.484009562500000, 1 -0.484032125000000, 0 -0.484051625000000, 1 -0.484074250000000, 0 -0.484106625000000, 1 -0.484129312500000, 0 -0.484184437500000, 1 -0.484207125000000, 0 -0.484366062500000, 1 -0.484388687500000, 0 -0.484404875000000, 1 -0.484404937500000, 0 -0.484405000000000, 1 -0.484427562500000, 0 -0.484476250000000, 1 -0.484498875000000, 0 -0.484560437500000, 1 -0.484583125000000, 0 -0.484628562500000, 1 -0.484651250000000, 0 -0.484686812500000, 1 -0.484709625000000, 0 -0.484729125000000, 1 -0.484751687500000, 0 -0.484751750000000, 1 -0.484751812500000, 0 -0.484784125000000, 1 -0.484806812500000, 0 -0.484852187500000, 1 -0.484874937500000, 0 -0.485033687500000, 1 -0.485056375000000, 0 -0.485072500000000, 1 -0.485095312500000, 0 -0.485143937500000, 1 -0.485166625000000, 0 -0.485228187500000, 1 -0.485250937500000, 0 -0.485293000000000, 1 -0.485315750000000, 0 -0.485354750000000, 1 -0.485377312500000, 0 -0.485396750000000, 1 -0.485419437500000, 0 -0.485451812500000, 1 -0.485474500000000, 0 -0.485529625000000, 1 -0.485552312500000, 0 -0.485711187500000, 1 -0.485733812500000, 0 -0.485750000000000, 1 -0.485772812500000, 0 -0.485821375000000, 1 -0.485844062500000, 0 -0.485905625000000, 1 -0.485905687500000, 0 -0.485905812500000, 1 -0.485928375000000, 0 -0.485973875000000, 1 -0.485996437500000, 0 -0.486032000000000, 1 -0.486054750000000, 0 -0.486074187500000, 1 -0.486096875000000, 0 -0.486129312500000, 1 -0.486152000000000, 0 -0.486197375000000, 1 -0.486220062500000, 0 -0.486379000000000, 1 -0.486401562500000, 0 -0.486417750000000, 1 -0.486440500000000, 0 -0.486489062500000, 1 -0.486511750000000, 0 -0.486573437500000, 1 -0.486596062500000, 0 -0.486641375000000, 1 -0.486641437500000, 0 -0.486641500000000, 1 -0.486664125000000, 0 -0.486699687500000, 1 -0.486722500000000, 0 -0.486741875000000, 1 -0.486764625000000, 0 -0.486797000000000, 1 -0.486797062500000, 0 -0.486797125000000, 1 -0.486819687500000, 0 -0.486865125000000, 1 -0.486887812500000, 0 -0.487046562500000, 1 -0.487069250000000, 0 -0.487085500000000, 1 -0.487108250000000, 0 -0.487156875000000, 1 -0.487179500000000, 0 -0.487241250000000, 1 -0.487263750000000, 0 -0.487309125000000, 1 -0.487331812500000, 0 -0.487367437500000, 1 -0.487367500000000, 0 -0.487367562500000, 1 -0.487390250000000, 0 -0.487409625000000, 1 -0.487432312500000, 0 -0.487464812500000, 1 -0.487487437500000, 0 -0.487532750000000, 1 -0.487555500000000, 0 -0.487714375000000, 1 -0.487737000000000, 0 -0.487753250000000, 1 -0.487775937500000, 0 -0.487824562500000, 1 -0.487847250000000, 0 -0.487908812500000, 1 -0.487931500000000, 0 -0.487976875000000, 1 -0.487999687500000, 0 -0.488035312500000, 1 -0.488058000000000, 0 -0.488077437500000, 1 -0.488100062500000, 0 -0.488132562500000, 1 -0.488155187500000, 0 -0.488200500000000, 1 -0.488223250000000, 0 -0.488382125000000, 1 -0.488404750000000, 0 -0.488420937500000, 1 -0.488443687500000, 0 -0.488492312500000, 1 -0.488515000000000, 0 -0.488576562500000, 1 -0.488599250000000, 0 -0.488644625000000, 1 -0.488667312500000, 0 -0.488702937500000, 1 -0.488725687500000, 0 -0.488745125000000, 1 -0.488767875000000, 0 -0.488800187500000, 1 -0.488800250000000, 0 -0.488800312500000, 1 -0.488822875000000, 0 -0.488868312500000, 1 -0.488891062500000, 0 -0.489049812500000, 1 -0.489072500000000, 0 -0.489088687500000, 1 -0.489088750000000, 0 -0.489088875000000, 1 -0.489111437500000, 0 -0.489160000000000, 1 -0.489182750000000, 0 -0.489244312500000, 1 -0.489267000000000, 0 -0.489312375000000, 1 -0.489312437500000, 0 -0.489312562500000, 1 -0.489335125000000, 0 -0.489370687500000, 1 -0.489393500000000, 0 -0.489412937500000, 1 -0.489435625000000, 0 -0.489468000000000, 1 -0.489490687500000, 0 -0.489536000000000, 1 -0.489558750000000, 0 -0.489717562500000, 1 -0.489740312500000, 0 -0.489756437500000, 1 -0.489779187500000, 0 -0.489827750000000, 1 -0.489850500000000, 0 -0.489912062500000, 1 -0.489912125000000, 0 -0.489912187500000, 1 -0.489934750000000, 0 -0.489980125000000, 1 -0.490002875000000, 0 -0.490038500000000, 1 -0.490061187500000, 0 -0.490061250000000, 1 -0.490061312500000, 0 -0.490080625000000, 1 -0.490103375000000, 0 -0.490135750000000, 1 -0.490135812500000, 0 -0.490135875000000, 1 -0.490158437500000, 0 -0.490203812500000, 1 -0.490226500000000, 0 -0.490385312500000, 1 -0.490408062500000, 0 -0.490424187500000, 1 -0.490446937500000, 0 -0.490495562500000, 1 -0.490518250000000, 0 -0.490579750000000, 1 -0.490602562500000, 0 -0.490644562500000, 1 -0.490667312500000, 0 -0.490706187500000, 1 -0.490728875000000, 0 -0.490748312500000, 1 -0.490771062500000, 0 -0.490803437500000, 1 -0.490826125000000, 0 -0.490881250000000, 1 -0.490903937500000, 0 -0.491062687500000, 1 -0.491085375000000, 0 -0.491101625000000, 1 -0.491101687500000, 0 -0.491101750000000, 1 -0.491124250000000, 0 -0.491173000000000, 1 -0.491195562500000, 0 -0.491257312500000, 1 -0.491279875000000, 0 -0.491325187500000, 1 -0.491348000000000, 0 -0.491383562500000, 1 -0.491406312500000, 0 -0.491425687500000, 1 -0.491448375000000, 0 -0.491480812500000, 1 -0.491503500000000, 0 -0.491548875000000, 1 -0.491571625000000, 0 -0.491730375000000, 1 -0.491730437500000, 0 -0.491730500000000, 1 -0.491753062500000, 0 -0.491769312500000, 1 -0.491792000000000, 0 -0.491840625000000, 1 -0.491863312500000, 0 -0.491924875000000, 1 -0.491947562500000, 0 -0.491989687500000, 1 -0.492012375000000, 0 -0.492051250000000, 1 -0.492073937500000, 0 -0.492093500000000, 1 -0.492116062500000, 0 -0.492148500000000, 1 -0.492148562500000, 0 -0.492148625000000, 1 -0.492171187500000, 0 -0.492226375000000, 1 -0.492249000000000, 0 -0.492407812500000, 1 -0.492430437500000, 0 -0.492446687500000, 1 -0.492469375000000, 0 -0.492518000000000, 1 -0.492540750000000, 0 -0.492602375000000, 1 -0.492624937500000, 0 -0.492670375000000, 1 -0.492693062500000, 0 -0.492728625000000, 1 -0.492751437500000, 0 -0.492770875000000, 1 -0.492793500000000, 0 -0.492825937500000, 1 -0.492848625000000, 0 -0.492893937500000, 1 -0.492916750000000, 0 -0.493075500000000, 1 -0.493098187500000, 0 -0.493114375000000, 1 -0.493137125000000, 0 -0.493185687500000, 1 -0.493208375000000, 0 -0.493270000000000, 1 -0.493292687500000, 0 -0.493338000000000, 1 -0.493360812500000, 0 -0.493396375000000, 1 -0.493419125000000, 0 -0.493438500000000, 1 -0.493461250000000, 0 -0.493493687500000, 1 -0.493493750000000, 0 -0.493493812500000, 1 -0.493516312500000, 0 -0.493561687500000, 1 -0.493561750000000, 0 -0.493561875000000, 1 -0.493584437500000, 0 -0.493743187500000, 1 -0.493765875000000, 0 -0.493782062500000, 1 -0.493804812500000, 0 -0.493853437500000, 1 -0.493876125000000, 0 -0.493937625000000, 1 -0.493960375000000, 0 -0.494009000000000, 1 -0.494031687500000, 0 -0.494064062500000, 1 -0.494086750000000, 0 -0.494106125000000, 1 -0.494106312500000, 0 -0.494106375000000, 1 -0.494128937500000, 0 -0.494161312500000, 1 -0.494184000000000, 0 -0.494219625000000, 1 -0.494242312500000, 0 -0.494401125000000, 1 -0.494401187500000, 0 -0.494401250000000, 1 -0.494423875000000, 0 -0.494440000000000, 1 -0.494462750000000, 0 -0.494511375000000, 1 -0.494534000000000, 0 -0.494595625000000, 1 -0.494618375000000, 0 -0.494660437500000, 1 -0.494683125000000, 0 -0.494722000000000, 1 -0.494744750000000, 0 -0.494764187500000, 1 -0.494786875000000, 0 -0.494819250000000, 1 -0.494819312500000, 0 -0.494819437500000, 1 -0.494842000000000, 0 -0.494897062500000, 1 -0.494919750000000, 0 -0.495078562500000, 1 -0.495101250000000, 0 -0.495117437500000, 1 -0.495140125000000, 0 -0.495188812500000, 1 -0.495211437500000, 0 -0.495273000000000, 1 -0.495295750000000, 0 -0.495341062500000, 1 -0.495363750000000, 0 -0.495399375000000, 1 -0.495399437500000, 0 -0.495399500000000, 1 -0.495422187500000, 0 -0.495441562500000, 1 -0.495441625000000, 0 -0.495441750000000, 1 -0.495464250000000, 0 -0.495496625000000, 1 -0.495519375000000, 0 -0.495564687500000, 1 -0.495587437500000, 0 -0.495746250000000, 1 -0.495768875000000, 0 -0.495785125000000, 1 -0.495807812500000, 0 -0.495856437500000, 1 -0.495879187500000, 0 -0.495940687500000, 1 -0.495963437500000, 0 -0.496005500000000, 1 -0.496028187500000, 0 -0.496067062500000, 1 -0.496067125000000, 0 -0.496067187500000, 1 -0.496089875000000, 0 -0.496109250000000, 1 -0.496131937500000, 0 -0.496164312500000, 1 -0.496187062500000, 0 -0.496242125000000, 1 -0.496242187500000, 0 -0.496242250000000, 1 -0.496264812500000, 0 -0.496423687500000, 1 -0.496446312500000, 0 -0.496462500000000, 1 -0.496485187500000, 0 -0.496533812500000, 1 -0.496556500000000, 0 -0.496618125000000, 1 -0.496640750000000, 0 -0.496686125000000, 1 -0.496686250000000, 0 -0.496686312500000, 1 -0.496708812500000, 0 -0.496744562500000, 1 -0.496767187500000, 0 -0.496786750000000, 1 -0.496809312500000, 0 -0.496841625000000, 1 -0.496864375000000, 0 -0.496909687500000, 1 -0.496932437500000, 0 -0.497091250000000, 1 -0.497113937500000, 0 -0.497130125000000, 1 -0.497152875000000, 0 -0.497201500000000, 1 -0.497224062500000, 0 -0.497285750000000, 1 -0.497308375000000, 0 -0.497353750000000, 1 -0.497353812500000, 0 -0.497353875000000, 1 -0.497376437500000, 0 -0.497412062500000, 1 -0.497434812500000, 0 -0.497454250000000, 1 -0.497454312500000, 0 -0.497454375000000, 1 -0.497476937500000, 0 -0.497509375000000, 1 -0.497532062500000, 0 -0.497577437500000, 1 -0.497600062500000, 0 -0.497758875000000, 1 -0.497781562500000, 0 -0.497797750000000, 1 -0.497820500000000, 0 -0.497869125000000, 1 -0.497869187500000, 0 -0.497869250000000, 1 -0.497891750000000, 0 -0.497953375000000, 1 -0.497953437500000, 0 -0.497953562500000, 1 -0.497976125000000, 0 -0.498021375000000, 1 -0.498044187500000, 0 -0.498079687500000, 1 -0.498102500000000, 0 -0.498122000000000, 1 -0.498144625000000, 0 -0.498177000000000, 1 -0.498199687500000, 0 -0.498245062500000, 1 -0.498245187500000, 0 -0.498245250000000, 1 -0.498267812500000, 0 -0.498426625000000, 1 -0.498449250000000, 0 -0.498465375000000, 1 -0.498488125000000, 0 -0.498536750000000, 1 -0.498559437500000, 0 -0.498621000000000, 1 -0.498621062500000, 0 -0.498621125000000, 1 -0.498643750000000, 0 -0.498689187500000, 1 -0.498711750000000, 0 -0.498747312500000, 1 -0.498770125000000, 0 -0.498789500000000, 1 -0.498812250000000, 0 -0.498844687500000, 1 -0.498867312500000, 0 -0.498912625000000, 1 -0.498912687500000, 0 -0.498912750000000, 1 -0.498935375000000, 0 -0.499094187500000, 1 -0.499116875000000, 0 -0.499133062500000, 1 -0.499155750000000, 0 -0.499204375000000, 1 -0.499227062500000, 0 -0.499288562500000, 1 -0.499311250000000, 0 -0.499356750000000, 1 -0.499379375000000, 0 -0.499414875000000, 1 -0.499437750000000, 0 -0.499457125000000, 1 -0.499457187500000, 0 -0.499457250000000, 1 -0.499479812500000, 0 -0.499512187500000, 1 -0.499534937500000, 0 -0.499580250000000, 1 -0.499602937500000, 0 -0.499761812500000, 1 -0.499784437500000, 0 -0.499800625000000, 1 -0.499800687500000, 0 -0.499800750000000, 1 -0.499823375000000, 0 -0.499871937500000, 1 -0.499894625000000, 0 -0.499956250000000, 1 -0.499978937500000, 0 -0.500024250000000, 1 -0.500046937500000, 0 -0.500082562500000, 1 -0.500105375000000, 0 -0.500124875000000, 1 -0.500147437500000, 0 -0.500179812500000, 1 -0.500202562500000, 0 -0.500247875000000, 1 -0.500247937500000, 0 -0.500248000000000, 1 -0.500270625000000, 0 -0.500429500000000, 1 -0.500452062500000, 0 -0.500468312500000, 1 -0.500468375000000, 0 -0.500468437500000, 1 -0.500491000000000, 0 -0.500539562500000, 1 -0.500562250000000, 0 -0.500623812500000, 1 -0.500646500000000, 0 -0.500691875000000, 1 -0.500691937500000, 0 -0.500692000000000, 1 -0.500714625000000, 0 -0.500750187500000, 1 -0.500772937500000, 0 -0.500792375000000, 1 -0.500815062500000, 0 -0.500847562500000, 1 -0.500870187500000, 0 -0.500915500000000, 1 -0.500938250000000, 0 -0.501097000000000, 1 -0.501119687500000, 0 -0.501135875000000, 1 -0.501158625000000, 0 -0.501207187500000, 1 -0.501229875000000, 0 -0.501291625000000, 1 -0.501314125000000, 0 -0.501359500000000, 1 -0.501382250000000, 0 -0.501417875000000, 1 -0.501440562500000, 0 -0.501460125000000, 1 -0.501482687500000, 0 -0.501515062500000, 1 -0.501537750000000, 0 -0.501583125000000, 1 -0.501605812500000, 0 -0.501764625000000, 1 -0.501787375000000, 0 -0.501803500000000, 1 -0.501826187500000, 0 -0.501874812500000, 1 -0.501897500000000, 0 -0.501959187500000, 1 -0.501981750000000, 0 -0.502027125000000, 1 -0.502049875000000, 0 -0.502085500000000, 1 -0.502108250000000, 0 -0.502127625000000, 1 -0.502150375000000, 0 -0.502182687500000, 1 -0.502205437500000, 0 -0.502250812500000, 1 -0.502273500000000, 0 -0.502432312500000, 1 -0.502454937500000, 0 -0.502471125000000, 1 -0.502493875000000, 0 -0.502542437500000, 1 -0.502565125000000, 0 -0.502626687500000, 1 -0.502649500000000, 0 -0.502694750000000, 1 -0.502717500000000, 0 -0.502753125000000, 1 -0.502775875000000, 0 -0.502795250000000, 1 -0.502817937500000, 0 -0.502850312500000, 1 -0.502873062500000, 0 -0.502918437500000, 1 -0.502941187500000, 0 -0.503099937500000, 1 -0.503122625000000, 0 -0.503138812500000, 1 -0.503161562500000, 0 -0.503210125000000, 1 -0.503232812500000, 0 -0.503294375000000, 1 -0.503317125000000, 0 -0.503362500000000, 1 -0.503385250000000, 0 -0.503420812500000, 1 -0.503443562500000, 0 -0.503463000000000, 1 -0.503485687500000, 0 -0.503518062500000, 1 -0.503540750000000, 0 -0.503586125000000, 1 -0.503608812500000, 0 -0.503767875000000, 1 -0.503790312500000, 0 -0.503806562500000, 1 -0.503829312500000, 0 -0.503877812500000, 1 -0.503900562500000, 0 -0.503962125000000, 1 -0.503984812500000, 0 -0.504030187500000, 1 -0.504052875000000, 0 -0.504088437500000, 1 -0.504111250000000, 0 -0.504130812500000, 1 -0.504153375000000, 0 -0.504185750000000, 1 -0.504208437500000, 0 -0.504253812500000, 1 -0.504276562500000, 0 -0.504435312500000, 1 -0.504458000000000, 0 -0.504474187500000, 1 -0.504474250000000, 0 -0.504474375000000, 1 -0.504496875000000, 0 -0.504545562500000, 1 -0.504568250000000, 0 -0.504629875000000, 1 -0.504652500000000, 0 -0.504697875000000, 1 -0.504720562500000, 0 -0.504756125000000, 1 -0.504778937500000, 0 -0.504798312500000, 1 -0.504821000000000, 0 -0.504853500000000, 1 -0.504876125000000, 0 -0.504921437500000, 1 -0.504944187500000, 0 -0.505103000000000, 1 -0.505103062500000, 0 -0.505103125000000, 1 -0.505125687500000, 0 -0.505141875000000, 1 -0.505164562500000, 0 -0.505213250000000, 1 -0.505235875000000, 0 -0.505297437500000, 1 -0.505320125000000, 0 -0.505365500000000, 1 -0.505388250000000, 0 -0.505423875000000, 1 -0.505446562500000, 0 -0.505466000000000, 1 -0.505466062500000, 0 -0.505466125000000, 1 -0.505488687500000, 0 -0.505521125000000, 1 -0.505543750000000, 0 -0.505589125000000, 1 -0.505611812500000, 0 -0.505770625000000, 1 -0.505793375000000, 0 -0.505809687500000, 1 -0.505832250000000, 0 -0.505880937500000, 1 -0.505903562500000, 0 -0.505965125000000, 1 -0.505987875000000, 0 -0.506030000000000, 1 -0.506052625000000, 0 -0.506091562500000, 1 -0.506114250000000, 0 -0.506133687500000, 1 -0.506156375000000, 0 -0.506188812500000, 1 -0.506211437500000, 0 -0.506266625000000, 1 -0.506289312500000, 0 -0.506448125000000, 1 -0.506470812500000, 0 -0.506486937500000, 1 -0.506509687500000, 0 -0.506558250000000, 1 -0.506581000000000, 0 -0.506642500000000, 1 -0.506665187500000, 0 -0.506665250000000, 1 -0.506665312500000, 0 -0.506707375000000, 1 -0.506707437500000, 0 -0.506707500000000, 1 -0.506730000000000, 0 -0.506768937500000, 1 -0.506791625000000, 0 -0.506811062500000, 1 -0.506833812500000, 0 -0.506866187500000, 1 -0.506866250000000, 0 -0.506866375000000, 1 -0.506888875000000, 0 -0.506943937500000, 1 -0.506966625000000, 0 -0.507125500000000, 1 -0.507148187500000, 0 -0.507164375000000, 1 -0.507187062500000, 0 -0.507235750000000, 1 -0.507258375000000, 0 -0.507319937500000, 1 -0.507342625000000, 0 -0.507387937500000, 1 -0.507410687500000, 0 -0.507446250000000, 1 -0.507469000000000, 0 -0.507488500000000, 1 -0.507511125000000, 0 -0.507543500000000, 1 -0.507566250000000, 0 -0.507611625000000, 1 -0.507634312500000, 0 -0.507793250000000, 1 -0.507815750000000, 0 -0.507831937500000, 1 -0.507854687500000, 0 -0.507903375000000, 1 -0.507926000000000, 0 -0.507987562500000, 1 -0.508010250000000, 0 -0.508055687500000, 1 -0.508078312500000, 0 -0.508113937500000, 1 -0.508136625000000, 0 -0.508156062500000, 1 -0.508178812500000, 0 -0.508211250000000, 1 -0.508233875000000, 0 -0.508279250000000, 1 -0.508301937500000, 0 -0.508460750000000, 1 -0.508483437500000, 0 -0.508499625000000, 1 -0.508499687500000, 0 -0.508499750000000, 1 -0.508522375000000, 0 -0.508570937500000, 1 -0.508593625000000, 0 -0.508655125000000, 1 -0.508677875000000, 0 -0.508723250000000, 1 -0.508745937500000, 0 -0.508781500000000, 1 -0.508804250000000, 0 -0.508823687500000, 1 -0.508823812500000, 0 -0.508823875000000, 1 -0.508846375000000, 0 -0.508878812500000, 1 -0.508901500000000, 0 -0.508947000000000, 1 -0.508969562500000, 0 -0.509128375000000, 1 -0.509151062500000, 0 -0.509167250000000, 1 -0.509190000000000, 0 -0.509238562500000, 1 -0.509261250000000, 0 -0.509322875000000, 1 -0.509345562500000, 0 -0.509390875000000, 1 -0.509413687500000, 0 -0.509449250000000, 1 -0.509472000000000, 0 -0.509491437500000, 1 -0.509514062500000, 0 -0.509546500000000, 1 -0.509569187500000, 0 -0.509614500000000, 1 -0.509637312500000, 0 -0.509796125000000, 1 -0.509818750000000, 0 -0.509835000000000, 1 -0.509857687500000, 0 -0.509906250000000, 1 -0.509929062500000, 0 -0.509990562500000, 1 -0.510013312500000, 0 -0.510055375000000, 1 -0.510078125000000, 0 -0.510116937500000, 1 -0.510139687500000, 0 -0.510159125000000, 1 -0.510181812500000, 0 -0.510214187500000, 1 -0.510236875000000, 0 -0.510292062500000, 1 -0.510314687500000, 0 -0.510473500000000, 1 -0.510496187500000, 0 -0.510512375000000, 1 -0.510512437500000, 0 -0.510512562500000, 1 -0.510535125000000, 0 -0.510583687500000, 1 -0.510606437500000, 0 -0.510667937500000, 1 -0.510690625000000, 0 -0.510736000000000, 1 -0.510758687500000, 0 -0.510794312500000, 1 -0.510817062500000, 0 -0.510836562500000, 1 -0.510859125000000, 0 -0.510891562500000, 1 -0.510914250000000, 0 -0.510959625000000, 1 -0.510982312500000, 0 -0.511141125000000, 1 -0.511163812500000, 0 -0.511180000000000, 1 -0.511202750000000, 0 -0.511251312500000, 1 -0.511274000000000, 0 -0.511335562500000, 1 -0.511358250000000, 0 -0.511403750000000, 1 -0.511426312500000, 0 -0.511461937500000, 1 -0.511484625000000, 0 -0.511504125000000, 1 -0.511504187500000, 0 -0.511504250000000, 1 -0.511526750000000, 0 -0.511559125000000, 1 -0.511581875000000, 0 -0.511627375000000, 1 -0.511649937500000, 0 -0.511808750000000, 1 -0.511831437500000, 0 -0.511847625000000, 1 -0.511870312500000, 0 -0.511919000000000, 1 -0.511941625000000, 0 -0.512003187500000, 1 -0.512025875000000, 0 -0.512067937500000, 1 -0.512090687500000, 0 -0.512129562500000, 1 -0.512152312500000, 0 -0.512171750000000, 1 -0.512194437500000, 0 -0.512226750000000, 1 -0.512249500000000, 0 -0.512304625000000, 1 -0.512327312500000, 0 -0.512486062500000, 1 -0.512508750000000, 0 -0.512525000000000, 1 -0.512547750000000, 0 -0.512596250000000, 1 -0.512619000000000, 0 -0.512680562500000, 1 -0.512703250000000, 0 -0.512748625000000, 1 -0.512771312500000, 0 -0.512806875000000, 1 -0.512829687500000, 0 -0.512849125000000, 1 -0.512871750000000, 0 -0.512904125000000, 1 -0.512926875000000, 0 -0.512972187500000, 1 -0.512994937500000, 0 -0.513153687500000, 1 -0.513153750000000, 0 -0.513153812500000, 1 -0.513176437500000, 0 -0.513192625000000, 1 -0.513215312500000, 0 -0.513263937500000, 1 -0.513286562500000, 0 -0.513348125000000, 1 -0.513370875000000, 0 -0.513416187500000, 1 -0.513438937500000, 0 -0.513474562500000, 1 -0.513497250000000, 0 -0.513516687500000, 1 -0.513539375000000, 0 -0.513571750000000, 1 -0.513594500000000, 0 -0.513639812500000, 1 -0.513662562500000, 0 -0.513821437500000, 1 -0.513844000000000, 0 -0.513860187500000, 1 -0.513882875000000, 0 -0.513931562500000, 1 -0.513954250000000, 0 -0.514015812500000, 1 -0.514038500000000, 0 -0.514083875000000, 1 -0.514106562500000, 0 -0.514142125000000, 1 -0.514164937500000, 0 -0.514184312500000, 1 -0.514207000000000, 0 -0.514239437500000, 1 -0.514262125000000, 0 -0.514307375000000, 1 -0.514330125000000, 0 -0.514488937500000, 1 -0.514511625000000, 0 -0.514527750000000, 1 -0.514550500000000, 0 -0.514599125000000, 1 -0.514621750000000, 0 -0.514683375000000, 1 -0.514706062500000, 0 -0.514748125000000, 1 -0.514770812500000, 0 -0.514809750000000, 1 -0.514832437500000, 0 -0.514851875000000, 1 -0.514874562500000, 0 -0.514907000000000, 1 -0.514929687500000, 0 -0.514984750000000, 1 -0.515007500000000, 0 -0.515166250000000, 1 -0.515188875000000, 0 -0.515205187500000, 1 -0.515227812500000, 0 -0.515276375000000, 1 -0.515276437500000, 0 -0.515276562500000, 1 -0.515299125000000, 0 -0.515360687500000, 1 -0.515383375000000, 0 -0.515428687500000, 1 -0.515451500000000, 0 -0.515487000000000, 1 -0.515509812500000, 0 -0.515529187500000, 1 -0.515551875000000, 0 -0.515584312500000, 1 -0.515607000000000, 0 -0.515652312500000, 1 -0.515675062500000, 0 -0.515833875000000, 1 -0.515856562500000, 0 -0.515872687500000, 1 -0.515895437500000, 0 -0.515944062500000, 1 -0.515966687500000, 0 -0.516028250000000, 1 -0.516051000000000, 0 -0.516096312500000, 1 -0.516119062500000, 0 -0.516154625000000, 1 -0.516177375000000, 0 -0.516196812500000, 1 -0.516219562500000, 0 -0.516252000000000, 1 -0.516274625000000, 0 -0.516319937500000, 1 -0.516342625000000, 0 -0.516501437500000, 1 -0.516524125000000, 0 -0.516540312500000, 1 -0.516563062500000, 0 -0.516611687500000, 1 -0.516634375000000, 0 -0.516696000000000, 1 -0.516718625000000, 0 -0.516760687500000, 1 -0.516783437500000, 0 -0.516822250000000, 1 -0.516845062500000, 0 -0.516864437500000, 1 -0.516887125000000, 0 -0.516919500000000, 1 -0.516942250000000, 0 -0.516997312500000, 1 -0.517020000000000, 0 -0.517178875000000, 1 -0.517201500000000, 0 -0.517217625000000, 1 -0.517240437500000, 0 -0.517289000000000, 1 -0.517311687500000, 0 -0.517373250000000, 1 -0.517395937500000, 0 -0.517441312500000, 1 -0.517464000000000, 0 -0.517499562500000, 1 -0.517522375000000, 0 -0.517541750000000, 1 -0.517564500000000, 0 -0.517596812500000, 1 -0.517596875000000, 0 -0.517596937500000, 1 -0.517619562500000, 0 -0.517664875000000, 1 -0.517664937500000, 0 -0.517665000000000, 1 -0.517687562500000, 0 -0.517846375000000, 1 -0.517869125000000, 0 -0.517885250000000, 1 -0.517907937500000, 0 -0.517956562500000, 1 -0.517979312500000, 0 -0.518040875000000, 1 -0.518063500000000, 0 -0.518108875000000, 1 -0.518131625000000, 0 -0.518167187500000, 1 -0.518190000000000, 0 -0.518209375000000, 1 -0.518232062500000, 0 -0.518264500000000, 1 -0.518287125000000, 0 -0.518332500000000, 1 -0.518355187500000, 0 -0.518514000000000, 1 -0.518536687500000, 0 -0.518552875000000, 1 -0.518575625000000, 0 -0.518624187500000, 1 -0.518646875000000, 0 -0.518708500000000, 1 -0.518731125000000, 0 -0.518776437500000, 1 -0.518799250000000, 0 -0.518834750000000, 1 -0.518834812500000, 0 -0.518834875000000, 1 -0.518857562500000, 0 -0.518876937500000, 1 -0.518899625000000, 0 -0.518932125000000, 1 -0.518954750000000, 0 -0.519000125000000, 1 -0.519022812500000, 0 -0.519181687500000, 1 -0.519204250000000, 0 -0.519220437500000, 1 -0.519243187500000, 0 -0.519291750000000, 1 -0.519314500000000, 0 -0.519376000000000, 1 -0.519398750000000, 0 -0.519440812500000, 1 -0.519463562500000, 0 -0.519502437500000, 1 -0.519525062500000, 0 -0.519544500000000, 1 -0.519567250000000, 0 -0.519599625000000, 1 -0.519622312500000, 0 -0.519677437500000, 1 -0.519700125000000, 0 -0.519858937500000, 1 -0.519881625000000, 0 -0.519897750000000, 1 -0.519920500000000, 0 -0.519969125000000, 1 -0.519969187500000, 0 -0.519969250000000, 1 -0.519991750000000, 0 -0.520053312500000, 1 -0.520076000000000, 0 -0.520121500000000, 1 -0.520144125000000, 0 -0.520179687500000, 1 -0.520202500000000, 0 -0.520221875000000, 1 -0.520244562500000, 0 -0.520277000000000, 1 -0.520299625000000, 0 -0.520345000000000, 1 -0.520367750000000, 0 -0.520526500000000, 1 -0.520549187500000, 0 -0.520565312500000, 1 -0.520588062500000, 0 -0.520636625000000, 1 -0.520636687500000, 0 -0.520636750000000, 1 -0.520659312500000, 0 -0.520720875000000, 1 -0.520720937500000, 0 -0.520721062500000, 1 -0.520743625000000, 0 -0.520788937500000, 1 -0.520811625000000, 0 -0.520847250000000, 1 -0.520870000000000, 0 -0.520889375000000, 1 -0.520889437500000, 0 -0.520889562500000, 1 -0.520912062500000, 0 -0.520944625000000, 1 -0.520967187500000, 0 -0.521012500000000, 1 -0.521035250000000, 0 -0.521194062500000, 1 -0.521216750000000, 0 -0.521233000000000, 1 -0.521255687500000, 0 -0.521304250000000, 1 -0.521326937500000, 0 -0.521388500000000, 1 -0.521411250000000, 0 -0.521456500000000, 1 -0.521479250000000, 0 -0.521514812500000, 1 -0.521537625000000, 0 -0.521557125000000, 1 -0.521579750000000, 0 -0.521612125000000, 1 -0.521634812500000, 0 -0.521680187500000, 1 -0.521702875000000, 0 -0.521861687500000, 1 -0.521884437500000, 0 -0.521900625000000, 1 -0.521923312500000, 0 -0.521971937500000, 1 -0.521994562500000, 0 -0.522056125000000, 1 -0.522078875000000, 0 -0.522124187500000, 1 -0.522146937500000, 0 -0.522182500000000, 1 -0.522182562500000, 0 -0.522182625000000, 1 -0.522205312500000, 0 -0.522224750000000, 1 -0.522247375000000, 0 -0.522279750000000, 1 -0.522302500000000, 0 -0.522347750000000, 1 -0.522370500000000, 0 -0.522529375000000, 1 -0.522552000000000, 0 -0.522568187500000, 1 -0.522590937500000, 0 -0.522639500000000, 1 -0.522662187500000, 0 -0.522723750000000, 1 -0.522746500000000, 0 -0.522791812500000, 1 -0.522814625000000, 0 -0.522850125000000, 1 -0.522850187500000, 0 -0.522850250000000, 1 -0.522872875000000, 0 -0.522892375000000, 1 -0.522915000000000, 0 -0.522947375000000, 1 -0.522970125000000, 0 -0.523015437500000, 1 -0.523038187500000, 0 -0.523197000000000, 1 -0.523219687500000, 0 -0.523235875000000, 1 -0.523258562500000, 0 -0.523307187500000, 1 -0.523329812500000, 0 -0.523391437500000, 1 -0.523414125000000, 0 -0.523459500000000, 1 -0.523482187500000, 0 -0.523517812500000, 1 -0.523540562500000, 0 -0.523559937500000, 1 -0.523582625000000, 0 -0.523615000000000, 1 -0.523637750000000, 0 -0.523683062500000, 1 -0.523705750000000, 0 -0.523864562500000, 1 -0.523887250000000, 0 -0.523903437500000, 1 -0.523926187500000, 0 -0.523974875000000, 1 -0.523997437500000, 0 -0.524059062500000, 1 -0.524081750000000, 0 -0.524127062500000, 1 -0.524149812500000, 0 -0.524185375000000, 1 -0.524208125000000, 0 -0.524227562500000, 1 -0.524250250000000, 0 -0.524282625000000, 1 -0.524305375000000, 0 -0.524350687500000, 1 -0.524373437500000, 0 -0.524532187500000, 1 -0.524554875000000, 0 -0.524571062500000, 1 -0.524593750000000, 0 -0.524642375000000, 1 -0.524665062500000, 0 -0.524726625000000, 1 -0.524749375000000, 0 -0.524794687500000, 1 -0.524817375000000, 0 -0.524852937500000, 1 -0.524875750000000, 0 -0.524895125000000, 1 -0.524917812500000, 0 -0.524950187500000, 1 -0.524972937500000, 0 -0.525018250000000, 1 -0.525041000000000, 0 -0.525199750000000, 1 -0.525222375000000, 0 -0.525238562500000, 1 -0.525261312500000, 0 -0.525310000000000, 1 -0.525332562500000, 0 -0.525394187500000, 1 -0.525416875000000, 0 -0.525462250000000, 1 -0.525484875000000, 0 -0.525520500000000, 1 -0.525520562500000, 0 -0.525520625000000, 1 -0.525543250000000, 0 -0.525562687500000, 1 -0.525585375000000, 0 -0.525617687500000, 1 -0.525640437500000, 0 -0.525685812500000, 1 -0.525708562500000, 0 -0.525867250000000, 1 -0.525889937500000, 0 -0.525906312500000, 1 -0.525928875000000, 0 -0.525977437500000, 1 -0.526000125000000, 0 -0.526061687500000, 1 -0.526084375000000, 0 -0.526129687500000, 1 -0.526129750000000, 0 -0.526129875000000, 1 -0.526152500000000, 0 -0.526188000000000, 1 -0.526210812500000, 0 -0.526230250000000, 1 -0.526252937500000, 0 -0.526285375000000, 1 -0.526308000000000, 0 -0.526353312500000, 1 -0.526376062500000, 0 -0.526534875000000, 1 -0.526557500000000, 0 -0.526573687500000, 1 -0.526596437500000, 0 -0.526645000000000, 1 -0.526667625000000, 0 -0.526729187500000, 1 -0.526751937500000, 0 -0.526797312500000, 1 -0.526820000000000, 0 -0.526855562500000, 1 -0.526878375000000, 0 -0.526897750000000, 1 -0.526920437500000, 0 -0.526952812500000, 1 -0.526975500000000, 0 -0.527020812500000, 1 -0.527043562500000, 0 -0.527202312500000, 1 -0.527225000000000, 0 -0.527241187500000, 1 -0.527241250000000, 0 -0.527241375000000, 1 -0.527263937500000, 0 -0.527312500000000, 1 -0.527312562500000, 0 -0.527312687500000, 1 -0.527335187500000, 0 -0.527396750000000, 1 -0.527419437500000, 0 -0.527461625000000, 1 -0.527484250000000, 0 -0.527523062500000, 1 -0.527545812500000, 0 -0.527565250000000, 1 -0.527588000000000, 0 -0.527620375000000, 1 -0.527643062500000, 0 -0.527698187500000, 1 -0.527720875000000, 0 -0.527879562500000, 1 -0.527902250000000, 0 -0.527918500000000, 1 -0.527941187500000, 0 -0.527989750000000, 1 -0.527989812500000, 0 -0.527989875000000, 1 -0.528012437500000, 0 -0.528074000000000, 1 -0.528096687500000, 0 -0.528142000000000, 1 -0.528164750000000, 0 -0.528200312500000, 1 -0.528223062500000, 0 -0.528242500000000, 1 -0.528265187500000, 0 -0.528297562500000, 1 -0.528320250000000, 0 -0.528365625000000, 1 -0.528388375000000, 0 -0.528547062500000, 1 -0.528547125000000, 0 -0.528547250000000, 1 -0.528569812500000, 0 -0.528585937500000, 1 -0.528608625000000, 0 -0.528657250000000, 1 -0.528679937500000, 0 -0.528741562500000, 1 -0.528764250000000, 0 -0.528809562500000, 1 -0.528832312500000, 0 -0.528867875000000, 1 -0.528890625000000, 0 -0.528910062500000, 1 -0.528910125000000, 0 -0.528910187500000, 1 -0.528932750000000, 0 -0.528965125000000, 1 -0.528987812500000, 0 -0.529033187500000, 1 -0.529055937500000, 0 -0.529214687500000, 1 -0.529237375000000, 0 -0.529253562500000, 1 -0.529253625000000, 0 -0.529253687500000, 1 -0.529276250000000, 0 -0.529324875000000, 1 -0.529347562500000, 0 -0.529409250000000, 1 -0.529431812500000, 0 -0.529477125000000, 1 -0.529499875000000, 0 -0.529535437500000, 1 -0.529558250000000, 0 -0.529577625000000, 1 -0.529600375000000, 0 -0.529632812500000, 1 -0.529655500000000, 0 -0.529700812500000, 1 -0.529723500000000, 0 -0.529882250000000, 1 -0.529905000000000, 0 -0.529921250000000, 1 -0.529943875000000, 0 -0.529992437500000, 1 -0.530015187500000, 0 -0.530076750000000, 1 -0.530099437500000, 0 -0.530144875000000, 1 -0.530167500000000, 0 -0.530203062500000, 1 -0.530225937500000, 0 -0.530245250000000, 1 -0.530268000000000, 0 -0.530300375000000, 1 -0.530323062500000, 0 -0.530368437500000, 1 -0.530391125000000, 0 -0.530550000000000, 1 -0.530550062500000, 0 -0.530550187500000, 1 -0.530572625000000, 0 -0.530588875000000, 1 -0.530611562500000, 0 -0.530660250000000, 1 -0.530682937500000, 0 -0.530744437500000, 1 -0.530767187500000, 0 -0.530812500000000, 1 -0.530835250000000, 0 -0.530870812500000, 1 -0.530893625000000, 0 -0.530913062500000, 1 -0.530935750000000, 0 -0.530968125000000, 1 -0.530990875000000, 0 -0.531036187500000, 1 -0.531058875000000, 0 -0.531217812500000, 1 -0.531240437500000, 0 -0.531256625000000, 1 -0.531279375000000, 0 -0.531327937500000, 1 -0.531350625000000, 0 -0.531412250000000, 1 -0.531434937500000, 0 -0.531480312500000, 1 -0.531480375000000, 0 -0.531480500000000, 1 -0.531503000000000, 0 -0.531538562500000, 1 -0.531561375000000, 0 -0.531580750000000, 1 -0.531603500000000, 0 -0.531635875000000, 1 -0.531658562500000, 0 -0.531704000000000, 1 -0.531726687500000, 0 -0.531885500000000, 1 -0.531908125000000, 0 -0.531924312500000, 1 -0.531947062500000, 0 -0.531995687500000, 1 -0.532018437500000, 0 -0.532079937500000, 1 -0.532102625000000, 0 -0.532148062500000, 1 -0.532170750000000, 0 -0.532206375000000, 1 -0.532229125000000, 0 -0.532248437500000, 1 -0.532271187500000, 0 -0.532303562500000, 1 -0.532303625000000, 0 -0.532303750000000, 1 -0.532326250000000, 0 -0.532371625000000, 1 -0.532394375000000, 0 -0.532553187500000, 1 -0.532575812500000, 0 -0.532592062500000, 1 -0.532614750000000, 0 -0.532663375000000, 1 -0.532663437500000, 0 -0.532663500000000, 1 -0.532686062500000, 0 -0.532747625000000, 1 -0.532770375000000, 0 -0.532812437500000, 1 -0.532835187500000, 0 -0.532874000000000, 1 -0.532896750000000, 0 -0.532916250000000, 1 -0.532938875000000, 0 -0.532971312500000, 1 -0.532994000000000, 0 -0.533049125000000, 1 -0.533071750000000, 0 -0.533230625000000, 1 -0.533253250000000, 0 -0.533269500000000, 1 -0.533292187500000, 0 -0.533340750000000, 1 -0.533363437500000, 0 -0.533425000000000, 1 -0.533447750000000, 0 -0.533496312500000, 1 -0.533519062500000, 0 -0.533551500000000, 1 -0.533574125000000, 0 -0.533593562500000, 1 -0.533616312500000, 0 -0.533648687500000, 1 -0.533671375000000, 0 -0.533707000000000, 1 -0.533729750000000, 0 -0.533888562500000, 1 -0.533911187500000, 0 -0.533927500000000, 1 -0.533950125000000, 0 -0.533998750000000, 1 -0.534021437500000, 0 -0.534083000000000, 1 -0.534105750000000, 0 -0.534151062500000, 1 -0.534173812500000, 0 -0.534209437500000, 1 -0.534232187500000, 0 -0.534251625000000, 1 -0.534274250000000, 0 -0.534306687500000, 1 -0.534329375000000, 0 -0.534374875000000, 1 -0.534397500000000, 0 -0.534556250000000, 1 -0.534578937500000, 0 -0.534595187500000, 1 -0.534617875000000, 0 -0.534666500000000, 1 -0.534689125000000, 0 -0.534750750000000, 1 -0.534773437500000, 0 -0.534815687500000, 1 -0.534838250000000, 0 -0.534877125000000, 1 -0.534877187500000, 0 -0.534877250000000, 1 -0.534899875000000, 0 -0.534919312500000, 1 -0.534942000000000, 0 -0.534974375000000, 1 -0.534997125000000, 0 -0.535052187500000, 1 -0.535074875000000, 0 -0.535233687500000, 1 -0.535256312500000, 0 -0.535272500000000, 1 -0.535272562500000, 0 -0.535272625000000, 1 -0.535295250000000, 0 -0.535343875000000, 1 -0.535343937500000, 0 -0.535344000000000, 1 -0.535366562500000, 0 -0.535428250000000, 1 -0.535450875000000, 0 -0.535493000000000, 1 -0.535515625000000, 0 -0.535554500000000, 1 -0.535577250000000, 0 -0.535596687500000, 1 -0.535619437500000, 0 -0.535651812500000, 1 -0.535674500000000, 0 -0.535729562500000, 1 -0.535752250000000, 0 -0.535911062500000, 1 -0.535933812500000, 0 -0.535949937500000, 1 -0.535972687500000, 0 -0.536021312500000, 1 -0.536044000000000, 0 -0.536105562500000, 1 -0.536128250000000, 0 -0.536173625000000, 1 -0.536196375000000, 0 -0.536231875000000, 1 -0.536254750000000, 0 -0.536274125000000, 1 -0.536274187500000, 0 -0.536274250000000, 1 -0.536296812500000, 0 -0.536329187500000, 1 -0.536351937500000, 0 -0.536397250000000, 1 -0.536419937500000, 0 -0.536578750000000, 1 -0.536578812500000, 0 -0.536578875000000, 1 -0.536601437500000, 0 -0.536617625000000, 1 -0.536640375000000, 0 -0.536688937500000, 1 -0.536711625000000, 0 -0.536773250000000, 1 -0.536795937500000, 0 -0.536841312500000, 1 -0.536864000000000, 0 -0.536899562500000, 1 -0.536922375000000, 0 -0.536941750000000, 1 -0.536964500000000, 0 -0.536996875000000, 1 -0.537019562500000, 0 -0.537064875000000, 1 -0.537064937500000, 0 -0.537065000000000, 1 -0.537087625000000, 0 -0.537246375000000, 1 -0.537269062500000, 0 -0.537285375000000, 1 -0.537308000000000, 0 -0.537356625000000, 1 -0.537356687500000, 0 -0.537356750000000, 1 -0.537379312500000, 0 -0.537440875000000, 1 -0.537440937500000, 0 -0.537441062500000, 1 -0.537463625000000, 0 -0.537505687500000, 1 -0.537528375000000, 0 -0.537567250000000, 1 -0.537590000000000, 0 -0.537609437500000, 1 -0.537632125000000, 0 -0.537664500000000, 1 -0.537687187500000, 0 -0.537742312500000, 1 -0.537765000000000, 0 -0.537923750000000, 1 -0.537923812500000, 0 -0.537924000000000, 1 -0.537946500000000, 0 -0.537962750000000, 1 -0.537985375000000, 0 -0.538033937500000, 1 -0.538056687500000, 0 -0.538118250000000, 1 -0.538141000000000, 0 -0.538186312500000, 1 -0.538209000000000, 0 -0.538244625000000, 1 -0.538267375000000, 0 -0.538286812500000, 1 -0.538309500000000, 0 -0.538341875000000, 1 -0.538364625000000, 0 -0.538409937500000, 1 -0.538410000000000, 0 -0.538410125000000, 1 -0.538432625000000, 0 -0.538591437500000, 1 -0.538614125000000, 0 -0.538630312500000, 1 -0.538653062500000, 0 -0.538701625000000, 1 -0.538724312500000, 0 -0.538785875000000, 1 -0.538808625000000, 0 -0.538853937500000, 1 -0.538876625000000, 0 -0.538912250000000, 1 -0.538935000000000, 0 -0.538954437500000, 1 -0.538977125000000, 0 -0.539009500000000, 1 -0.539032187500000, 0 -0.539077562500000, 1 -0.539100250000000, 0 -0.539259000000000, 1 -0.539281750000000, 0 -0.539297875000000, 1 -0.539320687500000, 0 -0.539369250000000, 1 -0.539391937500000, 0 -0.539453500000000, 1 -0.539476187500000, 0 -0.539521500000000, 1 -0.539544250000000, 0 -0.539579875000000, 1 -0.539602562500000, 0 -0.539622062500000, 1 -0.539622125000000, 0 -0.539622187500000, 1 -0.539644750000000, 0 -0.539677187500000, 1 -0.539699875000000, 0 -0.539745250000000, 1 -0.539767937500000, 0 -0.539926750000000, 1 -0.539949437500000, 0 -0.539965625000000, 1 -0.539988312500000, 0 -0.540037000000000, 1 -0.540059625000000, 0 -0.540121250000000, 1 -0.540143937500000, 0 -0.540186062500000, 1 -0.540208750000000, 0 -0.540247687500000, 1 -0.540270375000000, 0 -0.540289812500000, 1 -0.540312500000000, 0 -0.540344875000000, 1 -0.540367562500000, 0 -0.540422625000000, 1 -0.540445375000000, 0 -0.540604125000000, 1 -0.540626812500000, 0 -0.540643062500000, 1 -0.540665750000000, 0 -0.540714375000000, 1 -0.540714437500000, 0 -0.540714500000000, 1 -0.540737000000000, 0 -0.540798562500000, 1 -0.540821250000000, 0 -0.540863375000000, 1 -0.540886062500000, 0 -0.540925000000000, 1 -0.540947750000000, 0 -0.540967187500000, 1 -0.540989812500000, 0 -0.541022187500000, 1 -0.541044937500000, 0 -0.541100000000000, 1 -0.541122687500000, 0 -0.541281500000000, 1 -0.541304187500000, 0 -0.541320375000000, 1 -0.541343125000000, 0 -0.541391687500000, 1 -0.541414375000000, 0 -0.541475937500000, 1 -0.541498687500000, 0 -0.541540750000000, 1 -0.541540812500000, 0 -0.541540875000000, 1 -0.541563500000000, 0 -0.541602375000000, 1 -0.541625062500000, 0 -0.541644500000000, 1 -0.541667187500000, 0 -0.541699562500000, 1 -0.541722312500000, 0 -0.541777437500000, 1 -0.541800062500000, 0 -0.541958875000000, 1 -0.541981625000000, 0 -0.541997750000000, 1 -0.542020437500000, 0 -0.542069125000000, 1 -0.542091750000000, 0 -0.542153375000000, 1 -0.542153437500000, 0 -0.542153500000000, 1 -0.542176062500000, 0 -0.542218125000000, 1 -0.542240875000000, 0 -0.542279750000000, 1 -0.542302437500000, 0 -0.542322000000000, 1 -0.542344625000000, 0 -0.542376937500000, 1 -0.542399687500000, 0 -0.542454750000000, 1 -0.542477500000000, 0 -0.542636375000000, 1 -0.542659000000000, 0 -0.542675250000000, 1 -0.542697875000000, 0 -0.542746500000000, 1 -0.542769187500000, 0 -0.542830812500000, 1 -0.542853500000000, 0 -0.542898812500000, 1 -0.542921500000000, 0 -0.542957187500000, 1 -0.542979875000000, 0 -0.542999250000000, 1 -0.543022000000000, 0 -0.543054375000000, 1 -0.543077125000000, 0 -0.543122500000000, 1 -0.543145187500000, 0 -0.543304000000000, 1 -0.543326687500000, 0 -0.543342875000000, 1 -0.543365562500000, 0 -0.543414187500000, 1 -0.543436875000000, 0 -0.543498375000000, 1 -0.543498500000000, 0 -0.543498625000000, 1 -0.543521187500000, 0 -0.543566500000000, 1 -0.543589250000000, 0 -0.543624812500000, 1 -0.543647562500000, 0 -0.543667000000000, 1 -0.543689750000000, 0 -0.543722062500000, 1 -0.543744812500000, 0 -0.543790125000000, 1 -0.543812875000000, 0 -0.543971687500000, 1 -0.543971750000000, 0 -0.543971875000000, 1 -0.543994375000000, 0 -0.544010562500000, 1 -0.544033312500000, 0 -0.544081875000000, 1 -0.544104562500000, 0 -0.544166250000000, 1 -0.544188812500000, 0 -0.544230937500000, 1 -0.544253625000000, 0 -0.544292562500000, 1 -0.544315250000000, 0 -0.544334687500000, 1 -0.544357375000000, 0 -0.544389812500000, 1 -0.544412437500000, 0 -0.544467562500000, 1 -0.544490250000000, 0 -0.544649062500000, 1 -0.544671750000000, 0 -0.544687937500000, 1 -0.544710687500000, 0 -0.544759250000000, 1 -0.544782000000000, 0 -0.544843500000000, 1 -0.544866187500000, 0 -0.544911500000000, 1 -0.544911625000000, 0 -0.544911750000000, 1 -0.544934312500000, 0 -0.544969875000000, 1 -0.544992687500000, 0 -0.545012062500000, 1 -0.545034750000000, 0 -0.545067125000000, 1 -0.545089812500000, 0 -0.545135187500000, 1 -0.545157875000000, 0 -0.545316687500000, 1 -0.545339437500000, 0 -0.545355562500000, 1 -0.545378312500000, 0 -0.545426875000000, 1 -0.545449625000000, 0 -0.545511125000000, 1 -0.545533812500000, 0 -0.545579250000000, 1 -0.545601937500000, 0 -0.545637500000000, 1 -0.545660250000000, 0 -0.545679750000000, 1 -0.545702437500000, 0 -0.545734812500000, 1 -0.545757500000000, 0 -0.545802875000000, 1 -0.545825625000000, 0 -0.545984375000000, 1 -0.545984437500000, 0 -0.545984500000000, 1 -0.546007062500000, 0 -0.546023250000000, 1 -0.546046000000000, 0 -0.546094500000000, 1 -0.546117250000000, 0 -0.546178875000000, 1 -0.546201500000000, 0 -0.546246875000000, 1 -0.546269562500000, 0 -0.546305125000000, 1 -0.546305187500000, 0 -0.546305312500000, 1 -0.546327937500000, 0 -0.546347312500000, 1 -0.546347375000000, 0 -0.546347437500000, 1 -0.546370000000000, 0 -0.546402500000000, 1 -0.546425125000000, 0 -0.546470437500000, 1 -0.546493187500000, 0 -0.546652000000000, 1 -0.546674687500000, 0 -0.546690812500000, 1 -0.546713625000000, 0 -0.546762125000000, 1 -0.546784875000000, 0 -0.546846375000000, 1 -0.546869125000000, 0 -0.546914437500000, 1 -0.546937187500000, 0 -0.546972750000000, 1 -0.546995500000000, 0 -0.547014937500000, 1 -0.547037625000000, 0 -0.547070000000000, 1 -0.547092750000000, 0 -0.547138062500000, 1 -0.547160812500000, 0 -0.547319625000000, 1 -0.547342312500000, 0 -0.547358500000000, 1 -0.547381250000000, 0 -0.547429812500000, 1 -0.547452500000000, 0 -0.547514062500000, 1 -0.547536750000000, 0 -0.547582125000000, 1 -0.547604875000000, 0 -0.547640437500000, 1 -0.547663187500000, 0 -0.547682625000000, 1 -0.547705312500000, 0 -0.547737750000000, 1 -0.547760437500000, 0 -0.547805750000000, 1 -0.547828500000000, 0 -0.547987250000000, 1 -0.548009937500000, 0 -0.548026125000000, 1 -0.548026187500000, 0 -0.548026250000000, 1 -0.548048875000000, 0 -0.548097437500000, 1 -0.548120187500000, 0 -0.548181687500000, 1 -0.548204437500000, 0 -0.548246500000000, 1 -0.548269187500000, 0 -0.548308062500000, 1 -0.548308125000000, 0 -0.548308187500000, 1 -0.548330812500000, 0 -0.548350250000000, 1 -0.548372937500000, 0 -0.548405375000000, 1 -0.548428000000000, 0 -0.548483062500000, 1 -0.548483187500000, 0 -0.548483250000000, 1 -0.548505750000000, 0 -0.548664562500000, 1 -0.548687250000000, 0 -0.548703437500000, 1 -0.548726125000000, 0 -0.548774750000000, 1 -0.548797500000000, 0 -0.548859000000000, 1 -0.548881750000000, 0 -0.548923812500000, 1 -0.548946500000000, 0 -0.548985375000000, 1 -0.549008125000000, 0 -0.549027500000000, 1 -0.549050250000000, 0 -0.549082562500000, 1 -0.549105312500000, 0 -0.549160375000000, 1 -0.549183062500000, 0 -0.549341875000000, 1 -0.549364562500000, 0 -0.549380750000000, 1 -0.549403500000000, 0 -0.549452125000000, 1 -0.549474812500000, 0 -0.549536312500000, 1 -0.549536375000000, 0 -0.549536437500000, 1 -0.549559062500000, 0 -0.549604500000000, 1 -0.549627125000000, 0 -0.549662750000000, 1 -0.549685437500000, 0 -0.549704875000000, 1 -0.549727562500000, 0 -0.549760000000000, 1 -0.549782625000000, 0 -0.549827937500000, 1 -0.549850750000000, 0 -0.550009437500000, 1 -0.550032187500000, 0 -0.550048437500000, 1 -0.550071062500000, 0 -0.550119687500000, 1 -0.550142312500000, 0 -0.550203937500000, 1 -0.550226562500000, 0 -0.550272000000000, 1 -0.550294687500000, 0 -0.550330250000000, 1 -0.550353000000000, 0 -0.550372437500000, 1 -0.550395125000000, 0 -0.550427562500000, 1 -0.550450187500000, 0 -0.550495562500000, 1 -0.550518250000000, 0 -0.550677062500000, 1 -0.550699750000000, 0 -0.550715937500000, 1 -0.550716000000000, 0 -0.550716125000000, 1 -0.550738687500000, 0 -0.550787250000000, 1 -0.550810000000000, 0 -0.550871437500000, 1 -0.550894250000000, 0 -0.550939500000000, 1 -0.550962250000000, 0 -0.550997875000000, 1 -0.550997937500000, 0 -0.550998000000000, 1 -0.551020625000000, 0 -0.551040062500000, 1 -0.551062750000000, 0 -0.551095125000000, 1 -0.551117812500000, 0 -0.551163187500000, 1 -0.551185875000000, 0 -0.551344687500000, 1 -0.551367375000000, 0 -0.551383500000000, 1 -0.551406250000000, 0 -0.551454812500000, 1 -0.551477500000000, 0 -0.551539187500000, 1 -0.551561750000000, 0 -0.551607125000000, 1 -0.551607187500000, 0 -0.551607250000000, 1 -0.551629875000000, 0 -0.551665375000000, 1 -0.551688250000000, 0 -0.551707625000000, 1 -0.551707687500000, 0 -0.551707750000000, 1 -0.551730312500000, 0 -0.551762687500000, 1 -0.551785437500000, 0 -0.551830687500000, 1 -0.551853437500000, 0 -0.552012250000000, 1 -0.552034937500000, 0 -0.552051125000000, 1 -0.552073812500000, 0 -0.552122437500000, 1 -0.552145125000000, 0 -0.552206625000000, 1 -0.552229312500000, 0 -0.552274687500000, 1 -0.552297375000000, 0 -0.552332937500000, 1 -0.552355750000000, 0 -0.552375250000000, 1 -0.552397812500000, 0 -0.552430312500000, 1 -0.552452937500000, 0 -0.552498250000000, 1 -0.552498312500000, 0 -0.552498375000000, 1 -0.552521000000000, 0 -0.552679812500000, 1 -0.552702437500000, 0 -0.552718625000000, 1 -0.552718687500000, 0 -0.552718750000000, 1 -0.552741312500000, 0 -0.552790000000000, 1 -0.552812625000000, 0 -0.552874187500000, 1 -0.552896875000000, 0 -0.552942250000000, 1 -0.552965000000000, 0 -0.553000500000000, 1 -0.553023312500000, 0 -0.553042687500000, 1 -0.553065437500000, 0 -0.553097812500000, 1 -0.553120562500000, 0 -0.553165875000000, 1 -0.553188625000000, 0 -0.553347312500000, 1 -0.553370062500000, 0 -0.553386187500000, 1 -0.553408937500000, 0 -0.553457500000000, 1 -0.553480250000000, 0 -0.553541812500000, 1 -0.553564500000000, 0 -0.553606625000000, 1 -0.553629312500000, 0 -0.553668187500000, 1 -0.553690875000000, 0 -0.553710312500000, 1 -0.553733000000000, 0 -0.553765375000000, 1 -0.553765437500000, 0 -0.553765500000000, 1 -0.553788062500000, 0 -0.553843125000000, 1 -0.553865875000000, 0 -0.554024687500000, 1 -0.554047375000000, 0 -0.554063562500000, 1 -0.554086250000000, 0 -0.554134875000000, 1 -0.554157562500000, 0 -0.554219125000000, 1 -0.554241750000000, 0 -0.554287125000000, 1 -0.554309812500000, 0 -0.554345437500000, 1 -0.554368187500000, 0 -0.554387562500000, 1 -0.554410250000000, 0 -0.554442625000000, 1 -0.554442750000000, 0 -0.554442812500000, 1 -0.554465375000000, 0 -0.554510687500000, 1 -0.554533437500000, 0 -0.554692250000000, 1 -0.554714937500000, 0 -0.554731125000000, 1 -0.554753875000000, 0 -0.554802437500000, 1 -0.554825125000000, 0 -0.554886687500000, 1 -0.554886812500000, 0 -0.554886875000000, 1 -0.554909375000000, 0 -0.554954750000000, 1 -0.554977437500000, 0 -0.555013125000000, 1 -0.555035750000000, 0 -0.555055187500000, 1 -0.555077875000000, 0 -0.555110250000000, 1 -0.555133000000000, 0 -0.555178312500000, 1 -0.555178375000000, 0 -0.555178500000000, 1 -0.555201062500000, 0 -0.555359875000000, 1 -0.555382562500000, 0 -0.555398687500000, 1 -0.555421500000000, 0 -0.555470062500000, 1 -0.555492750000000, 0 -0.555554312500000, 1 -0.555577000000000, 0 -0.555622375000000, 1 -0.555645125000000, 0 -0.555680687500000, 1 -0.555703500000000, 0 -0.555722875000000, 1 -0.555745562500000, 0 -0.555778000000000, 1 -0.555800687500000, 0 -0.555846000000000, 1 -0.555868750000000, 0 -0.556027625000000, 1 -0.556050250000000, 0 -0.556066437500000, 1 -0.556089187500000, 0 -0.556137812500000, 1 -0.556160500000000, 0 -0.556222062500000, 1 -0.556244750000000, 0 -0.556286875000000, 1 -0.556309562500000, 0 -0.556348437500000, 1 -0.556371187500000, 0 -0.556390625000000, 1 -0.556413312500000, 0 -0.556445687500000, 1 -0.556468375000000, 0 -0.556523500000000, 1 -0.556546187500000, 0 -0.556705062500000, 1 -0.556727625000000, 0 -0.556743875000000, 1 -0.556766562500000, 0 -0.556815125000000, 1 -0.556837875000000, 0 -0.556899437500000, 1 -0.556922187500000, 0 -0.556967437500000, 1 -0.556990187500000, 0 -0.557025812500000, 1 -0.557048562500000, 0 -0.557068000000000, 1 -0.557090687500000, 0 -0.557123125000000, 1 -0.557145750000000, 0 -0.557191250000000, 1 -0.557213875000000, 0 -0.557372625000000, 1 -0.557395312500000, 0 -0.557411500000000, 1 -0.557434250000000, 0 -0.557482875000000, 1 -0.557505500000000, 0 -0.557567125000000, 1 -0.557589812500000, 0 -0.557635250000000, 1 -0.557657875000000, 0 -0.557693437500000, 1 -0.557716250000000, 0 -0.557735812500000, 1 -0.557758375000000, 0 -0.557790750000000, 1 -0.557790812500000, 0 -0.557790875000000, 1 -0.557813437500000, 0 -0.557858812500000, 1 -0.557881500000000, 0 -0.558040250000000, 1 -0.558063000000000, 0 -0.558079125000000, 1 -0.558079187500000, 0 -0.558079312500000, 1 -0.558101875000000, 0 -0.558150500000000, 1 -0.558173187500000, 0 -0.558234687500000, 1 -0.558257437500000, 0 -0.558299500000000, 1 -0.558322250000000, 0 -0.558361000000000, 1 -0.558361125000000, 0 -0.558361187500000, 1 -0.558383812500000, 0 -0.558403250000000, 1 -0.558425937500000, 0 -0.558458375000000, 1 -0.558481000000000, 0 -0.558536125000000, 1 -0.558558750000000, 0 -0.558717625000000, 1 -0.558740312500000, 0 -0.558756437500000, 1 -0.558779187500000, 0 -0.558827750000000, 1 -0.558850437500000, 0 -0.558912125000000, 1 -0.558934750000000, 0 -0.558980187500000, 1 -0.559002812500000, 0 -0.559038562500000, 1 -0.559061125000000, 0 -0.559080562500000, 1 -0.559103250000000, 0 -0.559135625000000, 1 -0.559158312500000, 0 -0.559203687500000, 1 -0.559226437500000, 0 -0.559385187500000, 1 -0.559385250000000, 0 -0.559385375000000, 1 -0.559407875000000, 0 -0.559424125000000, 1 -0.559446812500000, 0 -0.559495437500000, 1 -0.559518125000000, 0 -0.559579687500000, 1 -0.559602375000000, 0 -0.559647687500000, 1 -0.559670437500000, 0 -0.559706062500000, 1 -0.559728812500000, 0 -0.559748187500000, 1 -0.559770875000000, 0 -0.559803375000000, 1 -0.559826000000000, 0 -0.559871375000000, 1 -0.559894062500000, 0 -0.560052875000000, 1 -0.560075562500000, 0 -0.560091937500000, 1 -0.560114500000000, 0 -0.560163062500000, 1 -0.560185750000000, 0 -0.560247312500000, 1 -0.560270000000000, 0 -0.560315312500000, 1 -0.560338125000000, 0 -0.560373750000000, 1 -0.560396500000000, 0 -0.560415875000000, 1 -0.560438625000000, 0 -0.560470937500000, 1 -0.560493625000000, 0 -0.560539000000000, 1 -0.560539062500000, 0 -0.560539125000000, 1 -0.560561750000000, 0 -0.560720625000000, 1 -0.560743250000000, 0 -0.560759375000000, 1 -0.560782187500000, 0 -0.560830875000000, 1 -0.560853437500000, 0 -0.560915000000000, 1 -0.560937750000000, 0 -0.560983062500000, 1 -0.561005812500000, 0 -0.561041375000000, 1 -0.561064125000000, 0 -0.561083562500000, 1 -0.561106250000000, 0 -0.561138687500000, 1 -0.561161375000000, 0 -0.561206750000000, 1 -0.561229437500000, 0 -0.561388250000000, 1 -0.561410937500000, 0 -0.561427187500000, 1 -0.561449875000000, 0 -0.561498500000000, 1 -0.561521187500000, 0 -0.561582687500000, 1 -0.561605437500000, 0 -0.561650875000000, 1 -0.561673500000000, 0 -0.561709000000000, 1 -0.561731875000000, 0 -0.561751312500000, 1 -0.561773937500000, 0 -0.561806312500000, 1 -0.561806375000000, 0 -0.561806500000000, 1 -0.561829000000000, 0 -0.561874375000000, 1 -0.561897125000000, 0 -0.562056000000000, 1 -0.562078625000000, 0 -0.562094812500000, 1 -0.562117500000000, 0 -0.562166125000000, 1 -0.562188812500000, 0 -0.562250375000000, 1 -0.562273125000000, 0 -0.562315250000000, 1 -0.562337875000000, 0 -0.562376750000000, 1 -0.562399500000000, 0 -0.562418875000000, 1 -0.562441562500000, 0 -0.562473937500000, 1 -0.562496687500000, 0 -0.562551812500000, 1 -0.562574437500000, 0 -0.562733250000000, 1 -0.562755937500000, 0 -0.562772125000000, 1 -0.562794812500000, 0 -0.562843437500000, 1 -0.562843500000000, 0 -0.562843562500000, 1 -0.562866125000000, 0 -0.562927687500000, 1 -0.562950437500000, 0 -0.562992562500000, 1 -0.563015187500000, 0 -0.563054125000000, 1 -0.563076812500000, 0 -0.563096250000000, 1 -0.563118937500000, 0 -0.563151312500000, 1 -0.563174000000000, 0 -0.563229250000000, 1 -0.563251750000000, 0 -0.563410625000000, 1 -0.563433250000000, 0 -0.563449500000000, 1 -0.563472250000000, 0 -0.563520875000000, 1 -0.563543500000000, 0 -0.563605000000000, 1 -0.563627750000000, 0 -0.563673062500000, 1 -0.563695812500000, 0 -0.563731500000000, 1 -0.563754187500000, 0 -0.563773625000000, 1 -0.563796312500000, 0 -0.563828687500000, 1 -0.563851375000000, 0 -0.563896687500000, 1 -0.563919437500000, 0 -0.564078250000000, 1 -0.564100875000000, 0 -0.564117187500000, 1 -0.564139750000000, 0 -0.564188375000000, 1 -0.564211062500000, 0 -0.564272812500000, 1 -0.564295312500000, 0 -0.564340687500000, 1 -0.564363375000000, 0 -0.564398937500000, 1 -0.564421750000000, 0 -0.564441125000000, 1 -0.564463875000000, 0 -0.564496187500000, 1 -0.564518875000000, 0 -0.564564250000000, 1 -0.564587000000000, 0 -0.564745812500000, 1 -0.564768437500000, 0 -0.564784687500000, 1 -0.564807375000000, 0 -0.564855875000000, 1 -0.564878562500000, 0 -0.564940187500000, 1 -0.564940250000000, 0 -0.564940312500000, 1 -0.564962875000000, 0 -0.565008187500000, 1 -0.565030937500000, 0 -0.565066500000000, 1 -0.565089312500000, 0 -0.565108687500000, 1 -0.565131375000000, 0 -0.565163937500000, 1 -0.565186500000000, 0 -0.565231812500000, 1 -0.565254562500000, 0 -0.565413312500000, 1 -0.565436000000000, 0 -0.565452187500000, 1 -0.565474875000000, 0 -0.565523562500000, 1 -0.565546187500000, 0 -0.565607687500000, 1 -0.565630375000000, 0 -0.565675750000000, 1 -0.565698500000000, 0 -0.565734125000000, 1 -0.565756875000000, 0 -0.565776375000000, 1 -0.565799000000000, 0 -0.565831375000000, 1 -0.565831437500000, 0 -0.565831500000000, 1 -0.565854062500000, 0 -0.565899375000000, 1 -0.565922062500000, 0 -0.566080875000000, 1 -0.566103562500000, 0 -0.566119687500000, 1 -0.566142500000000, 0 -0.566191062500000, 1 -0.566213750000000, 0 -0.566275312500000, 1 -0.566298000000000, 0 -0.566343312500000, 1 -0.566366125000000, 0 -0.566401625000000, 1 -0.566401687500000, 0 -0.566401812500000, 1 -0.566424375000000, 0 -0.566443875000000, 1 -0.566466500000000, 0 -0.566498875000000, 1 -0.566521625000000, 0 -0.566566937500000, 1 -0.566589687500000, 0 -0.566748437500000, 1 -0.566771125000000, 0 -0.566787312500000, 1 -0.566810062500000, 0 -0.566858625000000, 1 -0.566858687500000, 0 -0.566858750000000, 1 -0.566881312500000, 0 -0.566942875000000, 1 -0.566965562500000, 0 -0.567010875000000, 1 -0.567011000000000, 0 -0.567011062500000, 1 -0.567033625000000, 0 -0.567069187500000, 1 -0.567069250000000, 0 -0.567069375000000, 1 -0.567092000000000, 0 -0.567111375000000, 1 -0.567134125000000, 0 -0.567166500000000, 1 -0.567189250000000, 0 -0.567234625000000, 1 -0.567257250000000, 0 -0.567416125000000, 1 -0.567438750000000, 0 -0.567454937500000, 1 -0.567477625000000, 0 -0.567526250000000, 1 -0.567548937500000, 0 -0.567610562500000, 1 -0.567633187500000, 0 -0.567678500000000, 1 -0.567701312500000, 0 -0.567736875000000, 1 -0.567737000000000, 0 -0.567737062500000, 1 -0.567759625000000, 0 -0.567779062500000, 1 -0.567801750000000, 0 -0.567834187500000, 1 -0.567856875000000, 0 -0.567902187500000, 1 -0.567924875000000, 0 -0.568083687500000, 1 -0.568106312500000, 0 -0.568122500000000, 1 -0.568145250000000, 0 -0.568193875000000, 1 -0.568216500000000, 0 -0.568278125000000, 1 -0.568300750000000, 0 -0.568346125000000, 1 -0.568368875000000, 0 -0.568404437500000, 1 -0.568427250000000, 0 -0.568446750000000, 1 -0.568469312500000, 0 -0.568501875000000, 1 -0.568524375000000, 0 -0.568569750000000, 1 -0.568569812500000, 0 -0.568569937500000, 1 -0.568592500000000, 0 -0.568751312500000, 1 -0.568774000000000, 0 -0.568790187500000, 1 -0.568812875000000, 0 -0.568861500000000, 1 -0.568861562500000, 0 -0.568861687500000, 1 -0.568884187500000, 0 -0.568945750000000, 1 -0.568968437500000, 0 -0.569010562500000, 1 -0.569033312500000, 0 -0.569072125000000, 1 -0.569072250000000, 0 -0.569072312500000, 1 -0.569094875000000, 0 -0.569114312500000, 1 -0.569136937500000, 0 -0.569169375000000, 1 -0.569192062500000, 0 -0.569247187500000, 1 -0.569269875000000, 0 -0.569428687500000, 1 -0.569451312500000, 0 -0.569467500000000, 1 -0.569490187500000, 0 -0.569490250000000, 1 -0.569490312500000, 0 -0.569538875000000, 1 -0.569561562500000, 0 -0.569623062500000, 1 -0.569645812500000, 0 -0.569691187500000, 1 -0.569713937500000, 0 -0.569749437500000, 1 -0.569772250000000, 0 -0.569791625000000, 1 -0.569814375000000, 0 -0.569846687500000, 1 -0.569869437500000, 0 -0.569914750000000, 1 -0.569914812500000, 0 -0.569914937500000, 1 -0.569937500000000, 0 -0.570096375000000, 1 -0.570119000000000, 0 -0.570135187500000, 1 -0.570157875000000, 0 -0.570206500000000, 1 -0.570229125000000, 0 -0.570290750000000, 1 -0.570313437500000, 0 -0.570358750000000, 1 -0.570381500000000, 0 -0.570417062500000, 1 -0.570439875000000, 0 -0.570459437500000, 1 -0.570481937500000, 0 -0.570514375000000, 1 -0.570537062500000, 0 -0.570582500000000, 1 -0.570605125000000, 0 -0.570763937500000, 1 -0.570786625000000, 0 -0.570802812500000, 1 -0.570825500000000, 0 -0.570825562500000, 1 -0.570825625000000, 0 -0.570874250000000, 1 -0.570896812500000, 0 -0.570958437500000, 1 -0.570981125000000, 0 -0.571026500000000, 1 -0.571049187500000, 0 -0.571084812500000, 1 -0.571107500000000, 0 -0.571126937500000, 1 -0.571149625000000, 0 -0.571182062500000, 1 -0.571204750000000, 0 -0.571250062500000, 1 -0.571272875000000, 0 -0.571431625000000, 1 -0.571454312500000, 0 -0.571470500000000, 1 -0.571493187500000, 0 -0.571541812500000, 1 -0.571541875000000, 0 -0.571541937500000, 1 -0.571564562500000, 0 -0.571626125000000, 1 -0.571626187500000, 0 -0.571626250000000, 1 -0.571648812500000, 0 -0.571690875000000, 1 -0.571713625000000, 0 -0.571752500000000, 1 -0.571775250000000, 0 -0.571794625000000, 1 -0.571817375000000, 0 -0.571849687500000, 1 -0.571872437500000, 0 -0.571927562500000, 1 -0.571950250000000, 0 -0.572109125000000, 1 -0.572131750000000, 0 -0.572147937500000, 1 -0.572170687500000, 0 -0.572219250000000, 1 -0.572241875000000, 0 -0.572303562500000, 1 -0.572326187500000, 0 -0.572371562500000, 1 -0.572394250000000, 0 -0.572429812500000, 1 -0.572452625000000, 0 -0.572472000000000, 1 -0.572494750000000, 0 -0.572527250000000, 1 -0.572549875000000, 0 -0.572595250000000, 1 -0.572617937500000, 0 -0.572776687500000, 1 -0.572799437500000, 0 -0.572815562500000, 1 -0.572838312500000, 0 -0.572886937500000, 1 -0.572909562500000, 0 -0.572971187500000, 1 -0.572993875000000, 0 -0.573039250000000, 1 -0.573061937500000, 0 -0.573097500000000, 1 -0.573120312500000, 0 -0.573139687500000, 1 -0.573162375000000, 0 -0.573194750000000, 1 -0.573217500000000, 0 -0.573262812500000, 1 -0.573285625000000, 0 -0.573444312500000, 1 -0.573467062500000, 0 -0.573483250000000, 1 -0.573483312500000, 0 -0.573483375000000, 1 -0.573506000000000, 0 -0.573554625000000, 1 -0.573577250000000, 0 -0.573638812500000, 1 -0.573661500000000, 0 -0.573703562500000, 1 -0.573726312500000, 0 -0.573765187500000, 1 -0.573787875000000, 0 -0.573807312500000, 1 -0.573830000000000, 0 -0.573862437500000, 1 -0.573862562500000, 0 -0.573862625000000, 1 -0.573885125000000, 0 -0.573940250000000, 1 -0.573962875000000, 0 -0.574121750000000, 1 -0.574121812500000, 0 -0.574121875000000, 1 -0.574144375000000, 0 -0.574160562500000, 1 -0.574183250000000, 0 -0.574231875000000, 1 -0.574254562500000, 0 -0.574316125000000, 1 -0.574338812500000, 0 -0.574384125000000, 1 -0.574406937500000, 0 -0.574442437500000, 1 -0.574465312500000, 0 -0.574484625000000, 1 -0.574507375000000, 0 -0.574539750000000, 1 -0.574562437500000, 0 -0.574607750000000, 1 -0.574630500000000, 0 -0.574789250000000, 1 -0.574811937500000, 0 -0.574828312500000, 1 -0.574850875000000, 0 -0.574899500000000, 1 -0.574922250000000, 0 -0.574983750000000, 1 -0.575006437500000, 0 -0.575051750000000, 1 -0.575074500000000, 0 -0.575110000000000, 1 -0.575132875000000, 0 -0.575152250000000, 1 -0.575174937500000, 0 -0.575207375000000, 1 -0.575230062500000, 0 -0.575275437500000, 1 -0.575298187500000, 0 -0.575456937500000, 1 -0.575479562500000, 0 -0.575495750000000, 1 -0.575495812500000, 0 -0.575495875000000, 1 -0.575518500000000, 0 -0.575567125000000, 1 -0.575567187500000, 0 -0.575567250000000, 1 -0.575589875000000, 0 -0.575651375000000, 1 -0.575674062500000, 0 -0.575716250000000, 1 -0.575738937500000, 0 -0.575777812500000, 1 -0.575800500000000, 0 -0.575819937500000, 1 -0.575842625000000, 0 -0.575875062500000, 1 -0.575897687500000, 0 -0.575952750000000, 1 -0.575975500000000, 0 -0.576134250000000, 1 -0.576157000000000, 0 -0.576173125000000, 1 -0.576195875000000, 0 -0.576244437500000, 1 -0.576267187500000, 0 -0.576328750000000, 1 -0.576351437500000, 0 -0.576393687500000, 1 -0.576416250000000, 0 -0.576455250000000, 1 -0.576477812500000, 0 -0.576497375000000, 1 -0.576520000000000, 0 -0.576552375000000, 1 -0.576575062500000, 0 -0.576630125000000, 1 -0.576652812500000, 0 -0.576811625000000, 1 -0.576834312500000, 0 -0.576850500000000, 1 -0.576873250000000, 0 -0.576921812500000, 1 -0.576944562500000, 0 -0.577006062500000, 1 -0.577028812500000, 0 -0.577074125000000, 1 -0.577096875000000, 0 -0.577132437500000, 1 -0.577155250000000, 0 -0.577174687500000, 1 -0.577197312500000, 0 -0.577229687500000, 1 -0.577229750000000, 0 -0.577229812500000, 1 -0.577252437500000, 0 -0.577297750000000, 1 -0.577320500000000, 0 -0.577479375000000, 1 -0.577502000000000, 0 -0.577518187500000, 1 -0.577540875000000, 0 -0.577589500000000, 1 -0.577612187500000, 0 -0.577673875000000, 1 -0.577696500000000, 0 -0.577738625000000, 1 -0.577761312500000, 0 -0.577800125000000, 1 -0.577800250000000, 0 -0.577800312500000, 1 -0.577822937500000, 0 -0.577842312500000, 1 -0.577865000000000, 0 -0.577897437500000, 1 -0.577920062500000, 0 -0.577975187500000, 1 -0.577997937500000, 0 -0.578156750000000, 1 -0.578179375000000, 0 -0.578195562500000, 1 -0.578218375000000, 0 -0.578266875000000, 1 -0.578267000000000, 0 -0.578267062500000, 1 -0.578289625000000, 0 -0.578351250000000, 1 -0.578373875000000, 0 -0.578419312500000, 1 -0.578442000000000, 0 -0.578477500000000, 1 -0.578500312500000, 0 -0.578519750000000, 1 -0.578542437500000, 0 -0.578574812500000, 1 -0.578574875000000, 0 -0.578574937500000, 1 -0.578597500000000, 0 -0.578642875000000, 1 -0.578665625000000, 0 -0.578824375000000, 1 -0.578847125000000, 0 -0.578863375000000, 1 -0.578886000000000, 0 -0.578934625000000, 1 -0.578957312500000, 0 -0.579018875000000, 1 -0.579041562500000, 0 -0.579087000000000, 1 -0.579109625000000, 0 -0.579145187500000, 1 -0.579168000000000, 0 -0.579187500000000, 1 -0.579210125000000, 0 -0.579242500000000, 1 -0.579265250000000, 0 -0.579310562500000, 1 -0.579333312500000, 0 -0.579492062500000, 1 -0.579514750000000, 0 -0.579530937500000, 1 -0.579553687500000, 0 -0.579602375000000, 1 -0.579625000000000, 0 -0.579686562500000, 1 -0.579709250000000, 0 -0.579754625000000, 1 -0.579777375000000, 0 -0.579812937500000, 1 -0.579835687500000, 0 -0.579855062500000, 1 -0.579877812500000, 0 -0.579910187500000, 1 -0.579932875000000, 0 -0.579978250000000, 1 -0.580001000000000, 0 -0.580159875000000, 1 -0.580182500000000, 0 -0.580198687500000, 1 -0.580221375000000, 0 -0.580270000000000, 1 -0.580292625000000, 0 -0.580354187500000, 1 -0.580376937500000, 0 -0.580422250000000, 1 -0.580422312500000, 0 -0.580422375000000, 1 -0.580445000000000, 0 -0.580480687500000, 1 -0.580503375000000, 0 -0.580522812500000, 1 -0.580545500000000, 0 -0.580577875000000, 1 -0.580577937500000, 0 -0.580578000000000, 1 -0.580600562500000, 0 -0.580645937500000, 1 -0.580668687500000, 0 -0.580827437500000, 1 -0.580827562500000, 0 -0.580827625000000, 1 -0.580850125000000, 0 -0.580866375000000, 1 -0.580889000000000, 0 -0.580937625000000, 1 -0.580960375000000, 0 -0.581021937500000, 1 -0.581044562500000, 0 -0.581086750000000, 1 -0.581109375000000, 0 -0.581148250000000, 1 -0.581171000000000, 0 -0.581190625000000, 1 -0.581213125000000, 0 -0.581245562500000, 1 -0.581268250000000, 0 -0.581323375000000, 1 -0.581346062500000, 0 -0.581504875000000, 1 -0.581527500000000, 0 -0.581543750000000, 1 -0.581566437500000, 0 -0.581615000000000, 1 -0.581637687500000, 0 -0.581699250000000, 1 -0.581699312500000, 0 -0.581699437500000, 1 -0.581721937500000, 0 -0.581767312500000, 1 -0.581767375000000, 0 -0.581767500000000, 1 -0.581790062500000, 0 -0.581825687500000, 1 -0.581848437500000, 0 -0.581867812500000, 1 -0.581890500000000, 0 -0.581922937500000, 1 -0.581945625000000, 0 -0.581990937500000, 1 -0.581991000000000, 0 -0.581991125000000, 1 -0.582013687500000, 0 -0.582172562500000, 1 -0.582195187500000, 0 -0.582211375000000, 1 -0.582211437500000, 0 -0.582211562500000, 1 -0.582234062500000, 0 -0.582282687500000, 1 -0.582305375000000, 0 -0.582366875000000, 1 -0.582389625000000, 0 -0.582431750000000, 1 -0.582454500000000, 0 -0.582493500000000, 1 -0.582516062500000, 0 -0.582535500000000, 1 -0.582558125000000, 0 -0.582590562500000, 1 -0.582613250000000, 0 -0.582668500000000, 1 -0.582691000000000, 0 -0.582849812500000, 1 -0.582849875000000, 0 -0.582849937500000, 1 -0.582872500000000, 0 -0.582888687500000, 1 -0.582911437500000, 0 -0.582960000000000, 1 -0.582982687500000, 0 -0.583044375000000, 1 -0.583066937500000, 0 -0.583112312500000, 1 -0.583135062500000, 0 -0.583170562500000, 1 -0.583193375000000, 0 -0.583212750000000, 1 -0.583212812500000, 0 -0.583212937500000, 1 -0.583235500000000, 0 -0.583267937500000, 1 -0.583290625000000, 0 -0.583335875000000, 1 -0.583336000000000, 0 -0.583336062500000, 1 -0.583358625000000, 0 -0.583517500000000, 1 -0.583540125000000, 0 -0.583556312500000, 1 -0.583556375000000, 0 -0.583556437500000, 1 -0.583579000000000, 0 -0.583627625000000, 1 -0.583650312500000, 0 -0.583711875000000, 1 -0.583734562500000, 0 -0.583779875000000, 1 -0.583802625000000, 0 -0.583838250000000, 1 -0.583861000000000, 0 -0.583880375000000, 1 -0.583903125000000, 0 -0.583935437500000, 1 -0.583958125000000, 0 -0.584003500000000, 1 -0.584026187500000, 0 -0.584185187500000, 1 -0.584207687500000, 0 -0.584223937500000, 1 -0.584246625000000, 0 -0.584295187500000, 1 -0.584317937500000, 0 -0.584379562500000, 1 -0.584402125000000, 0 -0.584447500000000, 1 -0.584470250000000, 0 -0.584505875000000, 1 -0.584528562500000, 0 -0.584548000000000, 1 -0.584570687500000, 0 -0.584603187500000, 1 -0.584625812500000, 0 -0.584671125000000, 1 -0.584693875000000, 0 -0.584852750000000, 1 -0.584875375000000, 0 -0.584891562500000, 1 -0.584891625000000, 0 -0.584891687500000, 1 -0.584914250000000, 0 -0.584962875000000, 1 -0.584985562500000, 0 -0.585047187500000, 1 -0.585069875000000, 0 -0.585115187500000, 1 -0.585137875000000, 0 -0.585173500000000, 1 -0.585196250000000, 0 -0.585215750000000, 1 -0.585238375000000, 0 -0.585270750000000, 1 -0.585293500000000, 0 -0.585338812500000, 1 -0.585361562500000, 0 -0.585520375000000, 1 -0.585520437500000, 0 -0.585520500000000, 1 -0.585543000000000, 0 -0.585559312500000, 1 -0.585581937500000, 0 -0.585630562500000, 1 -0.585653250000000, 0 -0.585714750000000, 1 -0.585737500000000, 0 -0.585779562500000, 1 -0.585802312500000, 0 -0.585841125000000, 1 -0.585863875000000, 0 -0.585883375000000, 1 -0.585906000000000, 0 -0.585938375000000, 1 -0.585961125000000, 0 -0.586016125000000, 1 -0.586038812500000, 0 -0.586197687500000, 1 -0.586220375000000, 0 -0.586236500000000, 1 -0.586236562500000, 0 -0.586236625000000, 1 -0.586259250000000, 0 -0.586307812500000, 1 -0.586330562500000, 0 -0.586392062500000, 1 -0.586414750000000, 0 -0.586460125000000, 1 -0.586482875000000, 0 -0.586518437500000, 1 -0.586541250000000, 0 -0.586560625000000, 1 -0.586583312500000, 0 -0.586615750000000, 1 -0.586638437500000, 0 -0.586683812500000, 1 -0.586706437500000, 0 -0.586865250000000, 1 -0.586888000000000, 0 -0.586904125000000, 1 -0.586926875000000, 0 -0.586975437500000, 1 -0.586998187500000, 0 -0.587059875000000, 1 -0.587082437500000, 0 -0.587127750000000, 1 -0.587150500000000, 0 -0.587186062500000, 1 -0.587208875000000, 0 -0.587228250000000, 1 -0.587250937500000, 0 -0.587283375000000, 1 -0.587283437500000, 0 -0.587283500000000, 1 -0.587306062500000, 0 -0.587351562500000, 1 -0.587374125000000, 0 -0.587532937500000, 1 -0.587555562500000, 0 -0.587571750000000, 1 -0.587594500000000, 0 -0.587643125000000, 1 -0.587665812500000, 0 -0.587727500000000, 1 -0.587750062500000, 0 -0.587795437500000, 1 -0.587795500000000, 0 -0.587795562500000, 1 -0.587818187500000, 0 -0.587853687500000, 1 -0.587876500000000, 0 -0.587895875000000, 1 -0.587918687500000, 0 -0.587951000000000, 1 -0.587973750000000, 0 -0.588019062500000, 1 -0.588041812500000, 0 -0.588200625000000, 1 -0.588200687500000, 0 -0.588200812500000, 1 -0.588223250000000, 0 -0.588239500000000, 1 -0.588239562500000, 0 -0.588239625000000, 1 -0.588262250000000, 0 -0.588310812500000, 1 -0.588333500000000, 0 -0.588395062500000, 1 -0.588417750000000, 0 -0.588466437500000, 1 -0.588489062500000, 0 -0.588521562500000, 1 -0.588544250000000, 0 -0.588563625000000, 1 -0.588563687500000, 0 -0.588563750000000, 1 -0.588586312500000, 0 -0.588618687500000, 1 -0.588618750000000, 0 -0.588618812500000, 1 -0.588641500000000, 0 -0.588677062500000, 1 -0.588677125000000, 0 -0.588677187500000, 1 -0.588699812500000, 0 -0.588858562500000, 1 -0.588881250000000, 0 -0.588897437500000, 1 -0.588920187500000, 0 -0.588968875000000, 1 -0.588991500000000, 0 -0.589053000000000, 1 -0.589075750000000, 0 -0.589121250000000, 1 -0.589143812500000, 0 -0.589179375000000, 1 -0.589202187500000, 0 -0.589221625000000, 1 -0.589244312500000, 0 -0.589276687500000, 1 -0.589299375000000, 0 -0.589344750000000, 1 -0.589367500000000, 0 -0.589526312500000, 1 -0.589548937500000, 0 -0.589565187500000, 1 -0.589565312500000, 0 -0.589565375000000, 1 -0.589587875000000, 0 -0.589636500000000, 1 -0.589659187500000, 0 -0.589720750000000, 1 -0.589720812500000, 0 -0.589720875000000, 1 -0.589743500000000, 0 -0.589788750000000, 1 -0.589811500000000, 0 -0.589847125000000, 1 -0.589869937500000, 0 -0.589889375000000, 1 -0.589912062500000, 0 -0.589944500000000, 1 -0.589967125000000, 0 -0.590012500000000, 1 -0.590035250000000, 0 -0.590194000000000, 1 -0.590194062500000, 0 -0.590194125000000, 1 -0.590216687500000, 0 -0.590232875000000, 1 -0.590255625000000, 0 -0.590304187500000, 1 -0.590326875000000, 0 -0.590388500000000, 1 -0.590411125000000, 0 -0.590453250000000, 1 -0.590475937500000, 0 -0.590514812500000, 1 -0.590537562500000, 0 -0.590557000000000, 1 -0.590579687500000, 0 -0.590612062500000, 1 -0.590634812500000, 0 -0.590689875000000, 1 -0.590689937500000, 0 -0.590690000000000, 1 -0.590712562500000, 0 -0.590871375000000, 1 -0.590894000000000, 0 -0.590910375000000, 1 -0.590933000000000, 0 -0.590981562500000, 1 -0.591004250000000, 0 -0.591065812500000, 1 -0.591088500000000, 0 -0.591133875000000, 1 -0.591156625000000, 0 -0.591192312500000, 1 -0.591214937500000, 0 -0.591234312500000, 1 -0.591257062500000, 0 -0.591289437500000, 1 -0.591312125000000, 0 -0.591357500000000, 1 -0.591380187500000, 0 -0.591539062500000, 1 -0.591561687500000, 0 -0.591577875000000, 1 -0.591577937500000, 0 -0.591578062500000, 1 -0.591600562500000, 0 -0.591649187500000, 1 -0.591671875000000, 0 -0.591733437500000, 1 -0.591756125000000, 0 -0.591801625000000, 1 -0.591824187500000, 0 -0.591859875000000, 1 -0.591882562500000, 0 -0.591902000000000, 1 -0.591902125000000, 0 -0.591902187500000, 1 -0.591924750000000, 0 -0.591957125000000, 1 -0.591979812500000, 0 -0.592025125000000, 1 -0.592047812500000, 0 -0.592206625000000, 1 -0.592206750000000, 0 -0.592206812500000, 1 -0.592229312500000, 0 -0.592245500000000, 1 -0.592268250000000, 0 -0.592316875000000, 1 -0.592339500000000, 0 -0.592401125000000, 1 -0.592423812500000, 0 -0.592469250000000, 1 -0.592491875000000, 0 -0.592527437500000, 1 -0.592550187500000, 0 -0.592569625000000, 1 -0.592592375000000, 0 -0.592624750000000, 1 -0.592647437500000, 0 -0.592692750000000, 1 -0.592715500000000, 0 -0.592874250000000, 1 -0.592896937500000, 0 -0.592913187500000, 1 -0.592935875000000, 0 -0.592984500000000, 1 -0.593007125000000, 0 -0.593068750000000, 1 -0.593068812500000, 0 -0.593068875000000, 1 -0.593091437500000, 0 -0.593136875000000, 1 -0.593159625000000, 0 -0.593195125000000, 1 -0.593217875000000, 0 -0.593237312500000, 1 -0.593260000000000, 0 -0.593292500000000, 1 -0.593315062500000, 0 -0.593360437500000, 1 -0.593383187500000, 0 -0.593542125000000, 1 -0.593564687500000, 0 -0.593580875000000, 1 -0.593603562500000, 0 -0.593652250000000, 1 -0.593674937500000, 0 -0.593736437500000, 1 -0.593759125000000, 0 -0.593804500000000, 1 -0.593827250000000, 0 -0.593862875000000, 1 -0.593885562500000, 0 -0.593905125000000, 1 -0.593927687500000, 0 -0.593960062500000, 1 -0.593982750000000, 0 -0.594028125000000, 1 -0.594050875000000, 0 -0.594209687500000, 1 -0.594232375000000, 0 -0.594248500000000, 1 -0.594271312500000, 0 -0.594319875000000, 1 -0.594342625000000, 0 -0.594404187500000, 1 -0.594426812500000, 0 -0.594472187500000, 1 -0.594494875000000, 0 -0.594530500000000, 1 -0.594553312500000, 0 -0.594572625000000, 1 -0.594595375000000, 0 -0.594627750000000, 1 -0.594650500000000, 0 -0.594695937500000, 1 -0.594718562500000, 0 -0.594877375000000, 1 -0.594900000000000, 0 -0.594916250000000, 1 -0.594939000000000, 0 -0.594987562500000, 1 -0.595010250000000, 0 -0.595071875000000, 1 -0.595094500000000, 0 -0.595139875000000, 1 -0.595162625000000, 0 -0.595198250000000, 1 -0.595221000000000, 0 -0.595240375000000, 1 -0.595263062500000, 0 -0.595295500000000, 1 -0.595318125000000, 0 -0.595363500000000, 1 -0.595386250000000, 0 -0.595545125000000, 1 -0.595567750000000, 0 -0.595584125000000, 1 -0.595606687500000, 0 -0.595655250000000, 1 -0.595655312500000, 0 -0.595655437500000, 1 -0.595677937500000, 0 -0.595739500000000, 1 -0.595762250000000, 0 -0.595807625000000, 1 -0.595830250000000, 0 -0.595865812500000, 1 -0.595888625000000, 0 -0.595908000000000, 1 -0.595930750000000, 0 -0.595963250000000, 1 -0.595985812500000, 0 -0.596031187500000, 1 -0.596053875000000, 0 -0.596212687500000, 1 -0.596235375000000, 0 -0.596251562500000, 1 -0.596274250000000, 0 -0.596322875000000, 1 -0.596345562500000, 0 -0.596407125000000, 1 -0.596407187500000, 0 -0.596407250000000, 1 -0.596429812500000, 0 -0.596475125000000, 1 -0.596497875000000, 0 -0.596533437500000, 1 -0.596556250000000, 0 -0.596575625000000, 1 -0.596598375000000, 0 -0.596630750000000, 1 -0.596653437500000, 0 -0.596698750000000, 1 -0.596721500000000, 0 -0.596880312500000, 1 -0.596903000000000, 0 -0.596919125000000, 1 -0.596941937500000, 0 -0.596990500000000, 1 -0.597013187500000, 0 -0.597074750000000, 1 -0.597097437500000, 0 -0.597142812500000, 1 -0.597165500000000, 0 -0.597201125000000, 1 -0.597223875000000, 0 -0.597243250000000, 1 -0.597243437500000, 0 -0.597243500000000, 1 -0.597266062500000, 0 -0.597298437500000, 1 -0.597321125000000, 0 -0.597366437500000, 1 -0.597389125000000, 0 -0.597547937500000, 1 -0.597570625000000, 0 -0.597586875000000, 1 -0.597609562500000, 0 -0.597658125000000, 1 -0.597680812500000, 0 -0.597742375000000, 1 -0.597765062500000, 0 -0.597810437500000, 1 -0.597810500000000, 0 -0.597810562500000, 1 -0.597833187500000, 0 -0.597868750000000, 1 -0.597868812500000, 0 -0.597868875000000, 1 -0.597891500000000, 0 -0.597910937500000, 1 -0.597933625000000, 0 -0.597966000000000, 1 -0.597988750000000, 0 -0.598034062500000, 1 -0.598056750000000, 0 -0.598215562500000, 1 -0.598238250000000, 0 -0.598254437500000, 1 -0.598277187500000, 0 -0.598325812500000, 1 -0.598348500000000, 0 -0.598410062500000, 1 -0.598432750000000, 0 -0.598474875000000, 1 -0.598497500000000, 0 -0.598536375000000, 1 -0.598536437500000, 0 -0.598536562500000, 1 -0.598559125000000, 0 -0.598578500000000, 1 -0.598578562500000, 0 -0.598578625000000, 1 -0.598601250000000, 0 -0.598633625000000, 1 -0.598656312500000, 0 -0.598711437500000, 1 -0.598734125000000, 0 -0.598892937500000, 1 -0.598915562500000, 0 -0.598931750000000, 1 -0.598931875000000, 0 -0.598931937500000, 1 -0.598954562500000, 0 -0.599003062500000, 1 -0.599025812500000, 0 -0.599087375000000, 1 -0.599110062500000, 0 -0.599152187500000, 1 -0.599174875000000, 0 -0.599213875000000, 1 -0.599236500000000, 0 -0.599255937500000, 1 -0.599278625000000, 0 -0.599311125000000, 1 -0.599333750000000, 0 -0.599388812500000, 1 -0.599411500000000, 0 -0.599570312500000, 1 -0.599592937500000, 0 -0.599609187500000, 1 -0.599631875000000, 0 -0.599680437500000, 1 -0.599703187500000, 0 -0.599764750000000, 1 -0.599787500000000, 0 -0.599832812500000, 1 -0.599855562500000, 0 -0.599891125000000, 1 -0.599913937500000, 0 -0.599933375000000, 1 -0.599956000000000, 0 -0.599988375000000, 1 -0.600011062500000, 0 -0.600056437500000, 1 -0.600079250000000, 0 -0.600238000000000, 1 -0.600260625000000, 0 -0.600276875000000, 1 -0.600299562500000, 0 -0.600348187500000, 1 -0.600370875000000, 0 -0.600432437500000, 1 -0.600455125000000, 0 -0.600500500000000, 1 -0.600500562500000, 0 -0.600500625000000, 1 -0.600523250000000, 0 -0.600558750000000, 1 -0.600558812500000, 0 -0.600558875000000, 1 -0.600581562500000, 0 -0.600600937500000, 1 -0.600623687500000, 0 -0.600656062500000, 1 -0.600678750000000, 0 -0.600724062500000, 1 -0.600746875000000, 0 -0.600905750000000, 1 -0.600928375000000, 0 -0.600944500000000, 1 -0.600967250000000, 0 -0.601015812500000, 1 -0.601038562500000, 0 -0.601100125000000, 1 -0.601122812500000, 0 -0.601168187500000, 1 -0.601190875000000, 0 -0.601226562500000, 1 -0.601249250000000, 0 -0.601268625000000, 1 -0.601291375000000, 0 -0.601323750000000, 1 -0.601346500000000, 0 -0.601391875000000, 1 -0.601414625000000, 0 -0.601573437500000, 1 -0.601596062500000, 0 -0.601612250000000, 1 -0.601635000000000, 0 -0.601683562500000, 1 -0.601706250000000, 0 -0.601767812500000, 1 -0.601790562500000, 0 -0.601835875000000, 1 -0.601858625000000, 0 -0.601894250000000, 1 -0.601917000000000, 0 -0.601936437500000, 1 -0.601959125000000, 0 -0.601991500000000, 1 -0.602014187500000, 0 -0.602059500000000, 1 -0.602082312500000, 0 -0.602241062500000, 1 -0.602263750000000, 0 -0.602280000000000, 1 -0.602302687500000, 0 -0.602351250000000, 1 -0.602374000000000, 0 -0.602435500000000, 1 -0.602458187500000, 0 -0.602503562500000, 1 -0.602503625000000, 0 -0.602503687500000, 1 -0.602526250000000, 0 -0.602561812500000, 1 -0.602584625000000, 0 -0.602604000000000, 1 -0.602626750000000, 0 -0.602659062500000, 1 -0.602681812500000, 0 -0.602727125000000, 1 -0.602749875000000, 0 -0.602908625000000, 1 -0.602931312500000, 0 -0.602947500000000, 1 -0.602970250000000, 0 -0.603018812500000, 1 -0.603041500000000, 0 -0.603103062500000, 1 -0.603125812500000, 0 -0.603171187500000, 1 -0.603193937500000, 0 -0.603229500000000, 1 -0.603252250000000, 0 -0.603271687500000, 1 -0.603294312500000, 0 -0.603326687500000, 1 -0.603349437500000, 0 -0.603394750000000, 1 -0.603394812500000, 0 -0.603394875000000, 1 -0.603417500000000, 0 -0.603576312500000, 1 -0.603599000000000, 0 -0.603615187500000, 1 -0.603637875000000, 0 -0.603686500000000, 1 -0.603709187500000, 0 -0.603770750000000, 1 -0.603793500000000, 0 -0.603835500000000, 1 -0.603858250000000, 0 -0.603897312500000, 1 -0.603919812500000, 0 -0.603939312500000, 1 -0.603962000000000, 0 -0.603994375000000, 1 -0.604017062500000, 0 -0.604072187500000, 1 -0.604094875000000, 0 -0.604253750000000, 1 -0.604276375000000, 0 -0.604292625000000, 1 -0.604315250000000, 0 -0.604363875000000, 1 -0.604386562500000, 0 -0.604448125000000, 1 -0.604470812500000, 0 -0.604516125000000, 1 -0.604538875000000, 0 -0.604574500000000, 1 -0.604597250000000, 0 -0.604616687500000, 1 -0.604639375000000, 0 -0.604671687500000, 1 -0.604694375000000, 0 -0.604739812500000, 1 -0.604762500000000, 0 -0.604921375000000, 1 -0.604943937500000, 0 -0.604960125000000, 1 -0.604982812500000, 0 -0.605031437500000, 1 -0.605054125000000, 0 -0.605115687500000, 1 -0.605138437500000, 0 -0.605183750000000, 1 -0.605206500000000, 0 -0.605242062500000, 1 -0.605264812500000, 0 -0.605284187500000, 1 -0.605306937500000, 0 -0.605339312500000, 1 -0.605362062500000, 0 -0.605407375000000, 1 -0.605430062500000, 0 -0.605588875000000, 1 -0.605611562500000, 0 -0.605627812500000, 1 -0.605650500000000, 0 -0.605699062500000, 1 -0.605721750000000, 0 -0.605783312500000, 1 -0.605783375000000, 0 -0.605783437500000, 1 -0.605806062500000, 0 -0.605848250000000, 1 -0.605870812500000, 0 -0.605909750000000, 1 -0.605932437500000, 0 -0.605951875000000, 1 -0.605974562500000, 0 -0.606006937500000, 1 -0.606029625000000, 0 -0.606084750000000, 1 -0.606107437500000, 0 -0.606266187500000, 1 -0.606288875000000, 0 -0.606305125000000, 1 -0.606305187500000, 0 -0.606305250000000, 1 -0.606327812500000, 0 -0.606376375000000, 1 -0.606399125000000, 0 -0.606460687500000, 1 -0.606460750000000, 0 -0.606460812500000, 1 -0.606483312500000, 0 -0.606528687500000, 1 -0.606551437500000, 0 -0.606587000000000, 1 -0.606609750000000, 0 -0.606629250000000, 1 -0.606651875000000, 0 -0.606684250000000, 1 -0.606707000000000, 0 -0.606752312500000, 1 -0.606775062500000, 0 -0.606933875000000, 1 -0.606956625000000, 0 -0.606972750000000, 1 -0.606995500000000, 0 -0.607044062500000, 1 -0.607066750000000, 0 -0.607128312500000, 1 -0.607151000000000, 0 -0.607196500000000, 1 -0.607219125000000, 0 -0.607254687500000, 1 -0.607277437500000, 0 -0.607296875000000, 1 -0.607319625000000, 0 -0.607352000000000, 1 -0.607374687500000, 0 -0.607420125000000, 1 -0.607442750000000, 0 -0.607601562500000, 1 -0.607624250000000, 0 -0.607640375000000, 1 -0.607663125000000, 0 -0.607711750000000, 1 -0.607734375000000, 0 -0.607796000000000, 1 -0.607796062500000, 0 -0.607796187500000, 1 -0.607818687500000, 0 -0.607860937500000, 1 -0.607883500000000, 0 -0.607922375000000, 1 -0.607922437500000, 0 -0.607922500000000, 1 -0.607945062500000, 0 -0.607964500000000, 1 -0.607987250000000, 0 -0.608019625000000, 1 -0.608019687500000, 0 -0.608019750000000, 1 -0.608042375000000, 0 -0.608097500000000, 1 -0.608120062500000, 0 -0.608278875000000, 1 -0.608301625000000, 0 -0.608317750000000, 1 -0.608340500000000, 0 -0.608389125000000, 1 -0.608411812500000, 0 -0.608473375000000, 1 -0.608473437500000, 0 -0.608473500000000, 1 -0.608496125000000, 0 -0.608538125000000, 1 -0.608560875000000, 0 -0.608599750000000, 1 -0.608622500000000, 0 -0.608642000000000, 1 -0.608664562500000, 0 -0.608697000000000, 1 -0.608719687500000, 0 -0.608774750000000, 1 -0.608774812500000, 0 -0.608774875000000, 1 -0.608797437500000, 0 -0.608956250000000, 1 -0.608979000000000, 0 -0.608995125000000, 1 -0.609017875000000, 0 -0.609066500000000, 1 -0.609089187500000, 0 -0.609150812500000, 1 -0.609173437500000, 0 -0.609218812500000, 1 -0.609241500000000, 0 -0.609277125000000, 1 -0.609299875000000, 0 -0.609319312500000, 1 -0.609319375000000, 0 -0.609319437500000, 1 -0.609342000000000, 0 -0.609374375000000, 1 -0.609397062500000, 0 -0.609442500000000, 1 -0.609465187500000, 0 -0.609623937500000, 1 -0.609646625000000, 0 -0.609662875000000, 1 -0.609685562500000, 0 -0.609734187500000, 1 -0.609756875000000, 0 -0.609818437500000, 1 -0.609841125000000, 0 -0.609886437500000, 1 -0.609909187500000, 0 -0.609944750000000, 1 -0.609944812500000, 0 -0.609944875000000, 1 -0.609967562500000, 0 -0.609987000000000, 1 -0.610009625000000, 0 -0.610042187500000, 1 -0.610064750000000, 0 -0.610110062500000, 1 -0.610132750000000, 0 -0.610291625000000, 1 -0.610314250000000, 0 -0.610330437500000, 1 -0.610353187500000, 0 -0.610401812500000, 1 -0.610424500000000, 0 -0.610486062500000, 1 -0.610508750000000, 0 -0.610554062500000, 1 -0.610576875000000, 0 -0.610612500000000, 1 -0.610635125000000, 0 -0.610654500000000, 1 -0.610654562500000, 0 -0.610654687500000, 1 -0.610677250000000, 0 -0.610709625000000, 1 -0.610732312500000, 0 -0.610777687500000, 1 -0.610800437500000, 0 -0.610959187500000, 1 -0.610981875000000, 0 -0.610998062500000, 1 -0.611020812500000, 0 -0.611069375000000, 1 -0.611092062500000, 0 -0.611153625000000, 1 -0.611176312500000, 0 -0.611221687500000, 1 -0.611244437500000, 0 -0.611280000000000, 1 -0.611302750000000, 0 -0.611322312500000, 1 -0.611344875000000, 0 -0.611377250000000, 1 -0.611399937500000, 0 -0.611445250000000, 1 -0.611468000000000, 0 -0.611626812500000, 1 -0.611649500000000, 0 -0.611665687500000, 1 -0.611688375000000, 0 -0.611737000000000, 1 -0.611759687500000, 0 -0.611821187500000, 1 -0.611843937500000, 0 -0.611889250000000, 1 -0.611912000000000, 0 -0.611947625000000, 1 -0.611970437500000, 0 -0.611989750000000, 1 -0.612012500000000, 0 -0.612045062500000, 1 -0.612067562500000, 0 -0.612112937500000, 1 -0.612135625000000, 0 -0.612294437500000, 1 -0.612294500000000, 0 -0.612294562500000, 1 -0.612317125000000, 0 -0.612333312500000, 1 -0.612356062500000, 0 -0.612404687500000, 1 -0.612427312500000, 0 -0.612488937500000, 1 -0.612511625000000, 0 -0.612556875000000, 1 -0.612556937500000, 0 -0.612557000000000, 1 -0.612579750000000, 0 -0.612615312500000, 1 -0.612638125000000, 0 -0.612657437500000, 1 -0.612680187500000, 0 -0.612712562500000, 1 -0.612735312500000, 0 -0.612780625000000, 1 -0.612803375000000, 0 -0.612962125000000, 1 -0.612962250000000, 0 -0.612962312500000, 1 -0.612984812500000, 0 -0.613001000000000, 1 -0.613023750000000, 0 -0.613072312500000, 1 -0.613095000000000, 0 -0.613156625000000, 1 -0.613179250000000, 0 -0.613224750000000, 1 -0.613247312500000, 0 -0.613282875000000, 1 -0.613282937500000, 0 -0.613283000000000, 1 -0.613305687500000, 0 -0.613325125000000, 1 -0.613347812500000, 0 -0.613380187500000, 1 -0.613402875000000, 0 -0.613448250000000, 1 -0.613470937500000, 0 -0.613629750000000, 1 -0.613652437500000, 0 -0.613668625000000, 1 -0.613691375000000, 0 -0.613739875000000, 1 -0.613762625000000, 0 -0.613824187500000, 1 -0.613846875000000, 0 -0.613888937500000, 1 -0.613911687500000, 0 -0.613950562500000, 1 -0.613973312500000, 0 -0.613992687500000, 1 -0.614015375000000, 0 -0.614047812500000, 1 -0.614070500000000, 0 -0.614125562500000, 1 -0.614148250000000, 0 -0.614307062500000, 1 -0.614329750000000, 0 -0.614345875000000, 1 -0.614368625000000, 0 -0.614417187500000, 1 -0.614417250000000, 0 -0.614417312500000, 1 -0.614439937500000, 0 -0.614501500000000, 1 -0.614524187500000, 0 -0.614569500000000, 1 -0.614592250000000, 0 -0.614627812500000, 1 -0.614650562500000, 0 -0.614670125000000, 1 -0.614692687500000, 0 -0.614725062500000, 1 -0.614725125000000, 0 -0.614725187500000, 1 -0.614747750000000, 0 -0.614793062500000, 1 -0.614815875000000, 0 -0.614974625000000, 1 -0.614997312500000, 0 -0.615013500000000, 1 -0.615036187500000, 0 -0.615084750000000, 1 -0.615107500000000, 0 -0.615169062500000, 1 -0.615191750000000, 0 -0.615233812500000, 1 -0.615256625000000, 0 -0.615295500000000, 1 -0.615318125000000, 0 -0.615337625000000, 1 -0.615360250000000, 0 -0.615392625000000, 1 -0.615415375000000, 0 -0.615470500000000, 1 -0.615493187500000, 0 -0.615651937500000, 1 -0.615674625000000, 0 -0.615690750000000, 1 -0.615713500000000, 0 -0.615762125000000, 1 -0.615784875000000, 0 -0.615846375000000, 1 -0.615869062500000, 0 -0.615914437500000, 1 -0.615937125000000, 0 -0.615972687500000, 1 -0.615995437500000, 0 -0.616014937500000, 1 -0.616037625000000, 0 -0.616069937500000, 1 -0.616092687500000, 0 -0.616138000000000, 1 -0.616138062500000, 0 -0.616138187500000, 1 -0.616160750000000, 0 -0.616319500000000, 1 -0.616342250000000, 0 -0.616358437500000, 1 -0.616381062500000, 0 -0.616429687500000, 1 -0.616452375000000, 0 -0.616514000000000, 1 -0.616536625000000, 0 -0.616582000000000, 1 -0.616604750000000, 0 -0.616640250000000, 1 -0.616663062500000, 0 -0.616682500000000, 1 -0.616705187500000, 0 -0.616737562500000, 1 -0.616760312500000, 0 -0.616805625000000, 1 -0.616805687500000, 0 -0.616805750000000, 1 -0.616828375000000, 0 -0.616987125000000, 1 -0.617009812500000, 0 -0.617026062500000, 1 -0.617048750000000, 0 -0.617097312500000, 1 -0.617120000000000, 0 -0.617181562500000, 1 -0.617204250000000, 0 -0.617249625000000, 1 -0.617249687500000, 0 -0.617249750000000, 1 -0.617272312500000, 0 -0.617307875000000, 1 -0.617330750000000, 0 -0.617350062500000, 1 -0.617372812500000, 0 -0.617405187500000, 1 -0.617427875000000, 0 -0.617473312500000, 1 -0.617496000000000, 0 -0.617654687500000, 1 -0.617677375000000, 0 -0.617693625000000, 1 -0.617716312500000, 0 -0.617764937500000, 1 -0.617787625000000, 0 -0.617849250000000, 1 -0.617871937500000, 0 -0.617913937500000, 1 -0.617936687500000, 0 -0.617975562500000, 1 -0.617975625000000, 0 -0.617975687500000, 1 -0.617998312500000, 0 -0.618017687500000, 1 -0.618017750000000, 0 -0.618017875000000, 1 -0.618040437500000, 0 -0.618072812500000, 1 -0.618095500000000, 0 -0.618150625000000, 1 -0.618150687500000, 0 -0.618150750000000, 1 -0.618173312500000, 0 -0.618332062500000, 1 -0.618332187500000, 0 -0.618332312500000, 1 -0.618354750000000, 0 -0.618370937500000, 1 -0.618393687500000, 0 -0.618442250000000, 1 -0.618464937500000, 0 -0.618526562500000, 1 -0.618549250000000, 0 -0.618591312500000, 1 -0.618614062500000, 0 -0.618652937500000, 1 -0.618675625000000, 0 -0.618695125000000, 1 -0.618717812500000, 0 -0.618750312500000, 1 -0.618772875000000, 0 -0.618827937500000, 1 -0.618850687500000, 0 -0.619009625000000, 1 -0.619032125000000, 0 -0.619048312500000, 1 -0.619071062500000, 0 -0.619119812500000, 1 -0.619142312500000, 0 -0.619203875000000, 1 -0.619226625000000, 0 -0.619272000000000, 1 -0.619294687500000, 0 -0.619330250000000, 1 -0.619353000000000, 0 -0.619372437500000, 1 -0.619395187500000, 0 -0.619427500000000, 1 -0.619450187500000, 0 -0.619495562500000, 1 -0.619518312500000, 0 -0.619677125000000, 1 -0.619699750000000, 0 -0.619715937500000, 1 -0.619738687500000, 0 -0.619787250000000, 1 -0.619810000000000, 0 -0.619871500000000, 1 -0.619894250000000, 0 -0.619939562500000, 1 -0.619939625000000, 0 -0.619939687500000, 1 -0.619962250000000, 0 -0.619997937500000, 1 -0.620020687500000, 0 -0.620040062500000, 1 -0.620062750000000, 0 -0.620095312500000, 1 -0.620117875000000, 0 -0.620163375000000, 1 -0.620185937500000, 0 -0.620344750000000, 1 -0.620367375000000, 0 -0.620383625000000, 1 -0.620406312500000, 0 -0.620455000000000, 1 -0.620477562500000, 0 -0.620539125000000, 1 -0.620561812500000, 0 -0.620607187500000, 1 -0.620629937500000, 0 -0.620665500000000, 1 -0.620688250000000, 0 -0.620707687500000, 1 -0.620730375000000, 0 -0.620762875000000, 1 -0.620785500000000, 0 -0.620830812500000, 1 -0.620853500000000, 0 -0.621012312500000, 1 -0.621035000000000, 0 -0.621051125000000, 1 -0.621073875000000, 0 -0.621122500000000, 1 -0.621145187500000, 0 -0.621206875000000, 1 -0.621229500000000, 0 -0.621274812500000, 1 -0.621297500000000, 0 -0.621333062500000, 1 -0.621355875000000, 0 -0.621375312500000, 1 -0.621398000000000, 0 -0.621430375000000, 1 -0.621453062500000, 0 -0.621498437500000, 1 -0.621521125000000, 0 -0.621680000000000, 1 -0.621702687500000, 0 -0.621718812500000, 1 -0.621741562500000, 0 -0.621790125000000, 1 -0.621812875000000, 0 -0.621874500000000, 1 -0.621897125000000, 0 -0.621939187500000, 1 -0.621961875000000, 0 -0.622000750000000, 1 -0.622000812500000, 0 -0.622001000000000, 1 -0.622023500000000, 0 -0.622042937500000, 1 -0.622065625000000, 0 -0.622098000000000, 1 -0.622098062500000, 0 -0.622098125000000, 1 -0.622120687500000, 0 -0.622175812500000, 1 -0.622198500000000, 0 -0.622357250000000, 1 -0.622379937500000, 0 -0.622396125000000, 1 -0.622418875000000, 0 -0.622467500000000, 1 -0.622490187500000, 0 -0.622551687500000, 1 -0.622574437500000, 0 -0.622616562500000, 1 -0.622639250000000, 0 -0.622678125000000, 1 -0.622700812500000, 0 -0.622720375000000, 1 -0.622743000000000, 0 -0.622775375000000, 1 -0.622775437500000, 0 -0.622775500000000, 1 -0.622798062500000, 0 -0.622853187500000, 1 -0.622875875000000, 0 -0.623034687500000, 1 -0.623057375000000, 0 -0.623073562500000, 1 -0.623096250000000, 0 -0.623144875000000, 1 -0.623144937500000, 0 -0.623145000000000, 1 -0.623167562500000, 0 -0.623229125000000, 1 -0.623251812500000, 0 -0.623297125000000, 1 -0.623319875000000, 0 -0.623355500000000, 1 -0.623378187500000, 0 -0.623397625000000, 1 -0.623420375000000, 0 -0.623452750000000, 1 -0.623475437500000, 0 -0.623520750000000, 1 -0.623543437500000, 0 -0.623702250000000, 1 -0.623702312500000, 0 -0.623702437500000, 1 -0.623724937500000, 0 -0.623741125000000, 1 -0.623763812500000, 0 -0.623812437500000, 1 -0.623835125000000, 0 -0.623896687500000, 1 -0.623919437500000, 0 -0.623961500000000, 1 -0.623961562500000, 0 -0.623961625000000, 1 -0.623984250000000, 0 -0.624023062500000, 1 -0.624023125000000, 0 -0.624023187500000, 1 -0.624045812500000, 0 -0.624065250000000, 1 -0.624065312500000, 0 -0.624065375000000, 1 -0.624087937500000, 0 -0.624120250000000, 1 -0.624143000000000, 0 -0.624198125000000, 1 -0.624220812500000, 0 -0.624379562500000, 1 -0.624402250000000, 0 -0.624418437500000, 1 -0.624441187500000, 0 -0.624489812500000, 1 -0.624512500000000, 0 -0.624574062500000, 1 -0.624596750000000, 0 -0.624642187500000, 1 -0.624664812500000, 0 -0.624700375000000, 1 -0.624700437500000, 0 -0.624700500000000, 1 -0.624723125000000, 0 -0.624742562500000, 1 -0.624765250000000, 0 -0.624797687500000, 1 -0.624820312500000, 0 -0.624865750000000, 1 -0.624888437500000, 0 -0.625047187500000, 1 -0.625047312500000, 0 -0.625047437500000, 1 -0.625069937500000, 0 -0.625086125000000, 1 -0.625086187500000, 0 -0.625086312500000, 1 -0.625108812500000, 0 -0.625157437500000, 1 -0.625180125000000, 0 -0.625241687500000, 1 -0.625264375000000, 0 -0.625306500000000, 1 -0.625329250000000, 0 -0.625368125000000, 1 -0.625390812500000, 0 -0.625410187500000, 1 -0.625432937500000, 0 -0.625465375000000, 1 -0.625488000000000, 0 -0.625543187500000, 1 -0.625565875000000, 0 -0.625724625000000, 1 -0.625747312500000, 0 -0.625763500000000, 1 -0.625786250000000, 0 -0.625834875000000, 1 -0.625857562500000, 0 -0.625919125000000, 1 -0.625941812500000, 0 -0.625987125000000, 1 -0.626009875000000, 0 -0.626045562500000, 1 -0.626068312500000, 0 -0.626087625000000, 1 -0.626110375000000, 0 -0.626142875000000, 1 -0.626165500000000, 0 -0.626210750000000, 1 -0.626233562500000, 0 -0.626392375000000, 1 -0.626392437500000, 0 -0.626392500000000, 1 -0.626415000000000, 0 -0.626431125000000, 1 -0.626431187500000, 0 -0.626431312500000, 1 -0.626453937500000, 0 -0.626502562500000, 1 -0.626502687500000, 0 -0.626502750000000, 1 -0.626525250000000, 0 -0.626586812500000, 1 -0.626609500000000, 0 -0.626651625000000, 1 -0.626674312500000, 0 -0.626713125000000, 1 -0.626735875000000, 0 -0.626755312500000, 1 -0.626778062500000, 0 -0.626810437500000, 1 -0.626833125000000, 0 -0.626888250000000, 1 -0.626910937500000, 0 -0.627069750000000, 1 -0.627092437500000, 0 -0.627108625000000, 1 -0.627108687500000, 0 -0.627108750000000, 1 -0.627131375000000, 0 -0.627179937500000, 1 -0.627180000000000, 0 -0.627180125000000, 1 -0.627202625000000, 0 -0.627264187500000, 1 -0.627286937500000, 0 -0.627329125000000, 1 -0.627351750000000, 0 -0.627390750000000, 1 -0.627413312500000, 0 -0.627432750000000, 1 -0.627455437500000, 0 -0.627487812500000, 1 -0.627487875000000, 0 -0.627488000000000, 1 -0.627510562500000, 0 -0.627565687500000, 1 -0.627588312500000, 0 -0.627747125000000, 1 -0.627769937500000, 0 -0.627786062500000, 1 -0.627808750000000, 0 -0.627857375000000, 1 -0.627880062500000, 0 -0.627941625000000, 1 -0.627964312500000, 0 -0.628009750000000, 1 -0.628032375000000, 0 -0.628068000000000, 1 -0.628090750000000, 0 -0.628110187500000, 1 -0.628132875000000, 0 -0.628165312500000, 1 -0.628188000000000, 0 -0.628233375000000, 1 -0.628256062500000, 0 -0.628415062500000, 1 -0.628437562500000, 0 -0.628453937500000, 1 -0.628476437500000, 0 -0.628525125000000, 1 -0.628547812500000, 0 -0.628609375000000, 1 -0.628632062500000, 0 -0.628674187500000, 1 -0.628696875000000, 0 -0.628735750000000, 1 -0.628758500000000, 0 -0.628777875000000, 1 -0.628778000000000, 0 -0.628778062500000, 1 -0.628800625000000, 0 -0.628833000000000, 1 -0.628833062500000, 0 -0.628833125000000, 1 -0.628855687500000, 0 -0.628910750000000, 1 -0.628910875000000, 0 -0.628910937500000, 1 -0.628933500000000, 0 -0.629092312500000, 1 -0.629114937500000, 0 -0.629131125000000, 1 -0.629153875000000, 0 -0.629202437500000, 1 -0.629225187500000, 0 -0.629286750000000, 1 -0.629309437500000, 0 -0.629351500000000, 1 -0.629374250000000, 0 -0.629413125000000, 1 -0.629435812500000, 0 -0.629455312500000, 1 -0.629478000000000, 0 -0.629510375000000, 1 -0.629533000000000, 0 -0.629588187500000, 1 -0.629610875000000, 0 -0.629769625000000, 1 -0.629792312500000, 0 -0.629808500000000, 1 -0.629831187500000, 0 -0.629879812500000, 1 -0.629902500000000, 0 -0.629964062500000, 1 -0.629986750000000, 0 -0.630032125000000, 1 -0.630054812500000, 0 -0.630090437500000, 1 -0.630113187500000, 0 -0.630132625000000, 1 -0.630155250000000, 0 -0.630187625000000, 1 -0.630187750000000, 0 -0.630187875000000, 1 -0.630210375000000, 0 -0.630255750000000, 1 -0.630278437500000, 0 -0.630437250000000, 1 -0.630460000000000, 0 -0.630476125000000, 1 -0.630498875000000, 0 -0.630547437500000, 1 -0.630570125000000, 0 -0.630631750000000, 1 -0.630654437500000, 0 -0.630696625000000, 1 -0.630719250000000, 0 -0.630758125000000, 1 -0.630780937500000, 0 -0.630800312500000, 1 -0.630823062500000, 0 -0.630855437500000, 1 -0.630878125000000, 0 -0.630933250000000, 1 -0.630955875000000, 0 -0.631114750000000, 1 -0.631137437500000, 0 -0.631153687500000, 1 -0.631176312500000, 0 -0.631224937500000, 1 -0.631247625000000, 0 -0.631309187500000, 1 -0.631331937500000, 0 -0.631377375000000, 1 -0.631400000000000, 0 -0.631435562500000, 1 -0.631435625000000, 0 -0.631435750000000, 1 -0.631458437500000, 0 -0.631477750000000, 1 -0.631500437500000, 0 -0.631532937500000, 1 -0.631555500000000, 0 -0.631601000000000, 1 -0.631623625000000, 0 -0.631782437500000, 1 -0.631805125000000, 0 -0.631821312500000, 1 -0.631844000000000, 0 -0.631892750000000, 1 -0.631915312500000, 0 -0.631976875000000, 1 -0.631999625000000, 0 -0.632041687500000, 1 -0.632064437500000, 0 -0.632103312500000, 1 -0.632126000000000, 0 -0.632145500000000, 1 -0.632168125000000, 0 -0.632200500000000, 1 -0.632223250000000, 0 -0.632278375000000, 1 -0.632301000000000, 0 -0.632459812500000, 1 -0.632459875000000, 0 -0.632460000000000, 1 -0.632482562500000, 0 -0.632498750000000, 1 -0.632521437500000, 0 -0.632570062500000, 1 -0.632592687500000, 0 -0.632654312500000, 1 -0.632677000000000, 0 -0.632722375000000, 1 -0.632722437500000, 0 -0.632722500000000, 1 -0.632745125000000, 0 -0.632780625000000, 1 -0.632803500000000, 0 -0.632822875000000, 1 -0.632822937500000, 0 -0.632823000000000, 1 -0.632845562500000, 0 -0.632877937500000, 1 -0.632900687500000, 0 -0.632946062500000, 1 -0.632968750000000, 0 -0.633127562500000, 1 -0.633150250000000, 0 -0.633166437500000, 1 -0.633189125000000, 0 -0.633237750000000, 1 -0.633237812500000, 0 -0.633237875000000, 1 -0.633260437500000, 0 -0.633322000000000, 1 -0.633344687500000, 0 -0.633390062500000, 1 -0.633412750000000, 0 -0.633448375000000, 1 -0.633471125000000, 0 -0.633490500000000, 1 -0.633513250000000, 0 -0.633545625000000, 1 -0.633568312500000, 0 -0.633613625000000, 1 -0.633636375000000, 0 -0.633795250000000, 1 -0.633817812500000, 0 -0.633834125000000, 1 -0.633856750000000, 0 -0.633905500000000, 1 -0.633928062500000, 0 -0.633989625000000, 1 -0.634012250000000, 0 -0.634057625000000, 1 -0.634080312500000, 0 -0.634115937500000, 1 -0.634138750000000, 0 -0.634158187500000, 1 -0.634180812500000, 0 -0.634213187500000, 1 -0.634235875000000, 0 -0.634281250000000, 1 -0.634304000000000, 0 -0.634462812500000, 1 -0.634485375000000, 0 -0.634501625000000, 1 -0.634524375000000, 0 -0.634572937500000, 1 -0.634595625000000, 0 -0.634657187500000, 1 -0.634679875000000, 0 -0.634721937500000, 1 -0.634744687500000, 0 -0.634783625000000, 1 -0.634806312500000, 0 -0.634825750000000, 1 -0.634848437500000, 0 -0.634880812500000, 1 -0.634903500000000, 0 -0.634958625000000, 1 -0.634958687500000, 0 -0.634958750000000, 1 -0.634981312500000, 0 -0.635140125000000, 1 -0.635162812500000, 0 -0.635179000000000, 1 -0.635201687500000, 0 -0.635250250000000, 1 -0.635273000000000, 0 -0.635334625000000, 1 -0.635357250000000, 0 -0.635399312500000, 1 -0.635399375000000, 0 -0.635399500000000, 1 -0.635422062500000, 0 -0.635460875000000, 1 -0.635461000000000, 0 -0.635461062500000, 1 -0.635483687500000, 0 -0.635503062500000, 1 -0.635525750000000, 0 -0.635558250000000, 1 -0.635580875000000, 0 -0.635635937500000, 1 -0.635658687500000, 0 -0.635817437500000, 1 -0.635840187500000, 0 -0.635856312500000, 1 -0.635879062500000, 0 -0.635927687500000, 1 -0.635950312500000, 0 -0.636011937500000, 1 -0.636034625000000, 0 -0.636076750000000, 1 -0.636099437500000, 0 -0.636138250000000, 1 -0.636138375000000, 0 -0.636138437500000, 1 -0.636161000000000, 0 -0.636180437500000, 1 -0.636203187500000, 0 -0.636235500000000, 1 -0.636258250000000, 0 -0.636313375000000, 1 -0.636336062500000, 0 -0.636494875000000, 1 -0.636517562500000, 0 -0.636533687500000, 1 -0.636556437500000, 0 -0.636605125000000, 1 -0.636627687500000, 0 -0.636689250000000, 1 -0.636689375000000, 0 -0.636689437500000, 1 -0.636711937500000, 0 -0.636757312500000, 1 -0.636757375000000, 0 -0.636757500000000, 1 -0.636780000000000, 0 -0.636815625000000, 1 -0.636838437500000, 0 -0.636857812500000, 1 -0.636880500000000, 0 -0.636912875000000, 1 -0.636912937500000, 0 -0.636913000000000, 1 -0.636935562500000, 0 -0.636981000000000, 1 -0.637003687500000, 0 -0.637162500000000, 1 -0.637185125000000, 0 -0.637201312500000, 1 -0.637224062500000, 0 -0.637272812500000, 1 -0.637295312500000, 0 -0.637356875000000, 1 -0.637379562500000, 0 -0.637425000000000, 1 -0.637447687500000, 0 -0.637483250000000, 1 -0.637506062500000, 0 -0.637525500000000, 1 -0.637548125000000, 0 -0.637580500000000, 1 -0.637603187500000, 0 -0.637648625000000, 1 -0.637671312500000, 0 -0.637830125000000, 1 -0.637852750000000, 0 -0.637868937500000, 1 -0.637891687500000, 0 -0.637940375000000, 1 -0.637963000000000, 0 -0.638024562500000, 1 -0.638047312500000, 0 -0.638089375000000, 1 -0.638089437500000, 0 -0.638089500000000, 1 -0.638112125000000, 0 -0.638150937500000, 1 -0.638173687500000, 0 -0.638193125000000, 1 -0.638193187500000, 0 -0.638193312500000, 1 -0.638215875000000, 0 -0.638248250000000, 1 -0.638270937500000, 0 -0.638326062500000, 1 -0.638348687500000, 0 -0.638507500000000, 1 -0.638530250000000, 0 -0.638546375000000, 1 -0.638569125000000, 0 -0.638617750000000, 1 -0.638640375000000, 0 -0.638702000000000, 1 -0.638724687500000, 0 -0.638766750000000, 1 -0.638789500000000, 0 -0.638828375000000, 1 -0.638851062500000, 0 -0.638870500000000, 1 -0.638870562500000, 0 -0.638870625000000, 1 -0.638893250000000, 0 -0.638925625000000, 1 -0.638948250000000, 0 -0.639003437500000, 1 -0.639026125000000, 0 -0.639184937500000, 1 -0.639207562500000, 0 -0.639223750000000, 1 -0.639246437500000, 0 -0.639295250000000, 1 -0.639317750000000, 0 -0.639379375000000, 1 -0.639402062500000, 0 -0.639447375000000, 1 -0.639470125000000, 0 -0.639505687500000, 1 -0.639528437500000, 0 -0.639547875000000, 1 -0.639547937500000, 0 -0.639548000000000, 1 -0.639570562500000, 0 -0.639602937500000, 1 -0.639625625000000, 0 -0.639671000000000, 1 -0.639671062500000, 0 -0.639671125000000, 1 -0.639693750000000, 0 -0.639852562500000, 1 -0.639875187500000, 0 -0.639891375000000, 1 -0.639891437500000, 0 -0.639891500000000, 1 -0.639914125000000, 0 -0.639962687500000, 1 -0.639985437500000, 0 -0.640047062500000, 1 -0.640069687500000, 0 -0.640115000000000, 1 -0.640115062500000, 0 -0.640115187500000, 1 -0.640137750000000, 0 -0.640173375000000, 1 -0.640196125000000, 0 -0.640215562500000, 1 -0.640238187500000, 0 -0.640270625000000, 1 -0.640293375000000, 0 -0.640338625000000, 1 -0.640338687500000, 0 -0.640338750000000, 1 -0.640361375000000, 0 -0.640520187500000, 1 -0.640542937500000, 0 -0.640559062500000, 1 -0.640581812500000, 0 -0.640630437500000, 1 -0.640653125000000, 0 -0.640714687500000, 1 -0.640737375000000, 0 -0.640779500000000, 1 -0.640802250000000, 0 -0.640841062500000, 1 -0.640863812500000, 0 -0.640883187500000, 1 -0.640905937500000, 0 -0.640938312500000, 1 -0.640961062500000, 0 -0.641016125000000, 1 -0.641038812500000, 0 -0.641197750000000, 1 -0.641220312500000, 0 -0.641236500000000, 1 -0.641259250000000, 0 -0.641307875000000, 1 -0.641307937500000, 0 -0.641308000000000, 1 -0.641330562500000, 0 -0.641392062500000, 1 -0.641414812500000, 0 -0.641460250000000, 1 -0.641482875000000, 0 -0.641518437500000, 1 -0.641541250000000, 0 -0.641560625000000, 1 -0.641583312500000, 0 -0.641615750000000, 1 -0.641615812500000, 0 -0.641615875000000, 1 -0.641638437500000, 0 -0.641683812500000, 1 -0.641706500000000, 0 -0.641865312500000, 1 -0.641865375000000, 0 -0.641865437500000, 1 -0.641888000000000, 0 -0.641904187500000, 1 -0.641926875000000, 0 -0.641975500000000, 1 -0.641998187500000, 0 -0.642059750000000, 1 -0.642082500000000, 0 -0.642127812500000, 1 -0.642150500000000, 0 -0.642186062500000, 1 -0.642208875000000, 0 -0.642228250000000, 1 -0.642228312500000, 0 -0.642228375000000, 1 -0.642251000000000, 0 -0.642283375000000, 1 -0.642306000000000, 0 -0.642351375000000, 1 -0.642374125000000, 0 -0.642532875000000, 1 -0.642555500000000, 0 -0.642571687500000, 1 -0.642594437500000, 0 -0.642643125000000, 1 -0.642665687500000, 0 -0.642727375000000, 1 -0.642750000000000, 0 -0.642792062500000, 1 -0.642814750000000, 0 -0.642853625000000, 1 -0.642876375000000, 0 -0.642895750000000, 1 -0.642918500000000, 0 -0.642951000000000, 1 -0.642973625000000, 0 -0.643028625000000, 1 -0.643051375000000, 0 -0.643210187500000, 1 -0.643232812500000, 0 -0.643249000000000, 1 -0.643271750000000, 0 -0.643320312500000, 1 -0.643343000000000, 0 -0.643404625000000, 1 -0.643427312500000, 0 -0.643472625000000, 1 -0.643495312500000, 0 -0.643531000000000, 1 -0.643553687500000, 0 -0.643573125000000, 1 -0.643595750000000, 0 -0.643628187500000, 1 -0.643650875000000, 0 -0.643696187500000, 1 -0.643696250000000, 0 -0.643696312500000, 1 -0.643719000000000, 0 -0.643877750000000, 1 -0.643900437500000, 0 -0.643916625000000, 1 -0.643939312500000, 0 -0.643987875000000, 1 -0.644010562500000, 0 -0.644072125000000, 1 -0.644094875000000, 0 -0.644140187500000, 1 -0.644162937500000, 0 -0.644198500000000, 1 -0.644221312500000, 0 -0.644240687500000, 1 -0.644240750000000, 0 -0.644240812500000, 1 -0.644263375000000, 0 -0.644295750000000, 1 -0.644295812500000, 0 -0.644295875000000, 1 -0.644318500000000, 0 -0.644363812500000, 1 -0.644386562500000, 0 -0.644545375000000, 1 -0.644568062500000, 0 -0.644584250000000, 1 -0.644606937500000, 0 -0.644655562500000, 1 -0.644678250000000, 0 -0.644739812500000, 1 -0.644762500000000, 0 -0.644807875000000, 1 -0.644807937500000, 0 -0.644808000000000, 1 -0.644830625000000, 0 -0.644866187500000, 1 -0.644888937500000, 0 -0.644908312500000, 1 -0.644931000000000, 0 -0.644963437500000, 1 -0.644963500000000, 0 -0.644963625000000, 1 -0.644986125000000, 0 -0.645031500000000, 1 -0.645054250000000, 0 -0.645213000000000, 1 -0.645235750000000, 0 -0.645251875000000, 1 -0.645251937500000, 0 -0.645252000000000, 1 -0.645274562500000, 0 -0.645323187500000, 1 -0.645345937500000, 0 -0.645407500000000, 1 -0.645430125000000, 0 -0.645475500000000, 1 -0.645475562500000, 0 -0.645475625000000, 1 -0.645498250000000, 0 -0.645533750000000, 1 -0.645556562500000, 0 -0.645576062500000, 1 -0.645598687500000, 0 -0.645631187500000, 1 -0.645653812500000, 0 -0.645699187500000, 1 -0.645721875000000, 0 -0.645880687500000, 1 -0.645903312500000, 0 -0.645919625000000, 1 -0.645942250000000, 0 -0.645990875000000, 1 -0.646013562500000, 0 -0.646075125000000, 1 -0.646075187500000, 0 -0.646075312500000, 1 -0.646097812500000, 0 -0.646143187500000, 1 -0.646165875000000, 0 -0.646201500000000, 1 -0.646224312500000, 0 -0.646243687500000, 1 -0.646266375000000, 0 -0.646298875000000, 1 -0.646321500000000, 0 -0.646366875000000, 1 -0.646389500000000, 0 -0.646548250000000, 1 -0.646571000000000, 0 -0.646587187500000, 1 -0.646609937500000, 0 -0.646658500000000, 1 -0.646658562500000, 0 -0.646658625000000, 1 -0.646681187500000, 0 -0.646742750000000, 1 -0.646742812500000, 0 -0.646742937500000, 1 -0.646765437500000, 0 -0.646810812500000, 1 -0.646833500000000, 0 -0.646869125000000, 1 -0.646891875000000, 0 -0.646911312500000, 1 -0.646934000000000, 0 -0.646966375000000, 1 -0.646989125000000, 0 -0.647034375000000, 1 -0.647057125000000, 0 -0.647215937500000, 1 -0.647238625000000, 0 -0.647254812500000, 1 -0.647277500000000, 0 -0.647326125000000, 1 -0.647348812500000, 0 -0.647410375000000, 1 -0.647433062500000, 0 -0.647475187500000, 1 -0.647497875000000, 0 -0.647536750000000, 1 -0.647559500000000, 0 -0.647579000000000, 1 -0.647601625000000, 0 -0.647633875000000, 1 -0.647656625000000, 0 -0.647711812500000, 1 -0.647734437500000, 0 -0.647893250000000, 1 -0.647915875000000, 0 -0.647932062500000, 1 -0.647954812500000, 0 -0.648003375000000, 1 -0.648026062500000, 0 -0.648087687500000, 1 -0.648110375000000, 0 -0.648155687500000, 1 -0.648178437500000, 0 -0.648214000000000, 1 -0.648236812500000, 0 -0.648256250000000, 1 -0.648278937500000, 0 -0.648311312500000, 1 -0.648334000000000, 0 -0.648379312500000, 1 -0.648402062500000, 0 -0.648560937500000, 1 -0.648583562500000, 0 -0.648599687500000, 1 -0.648622437500000, 0 -0.648671062500000, 1 -0.648693750000000, 0 -0.648755312500000, 1 -0.648778000000000, 0 -0.648820125000000, 1 -0.648842812500000, 0 -0.648881750000000, 1 -0.648904375000000, 0 -0.648923875000000, 1 -0.648946562500000, 0 -0.648979000000000, 1 -0.649001562500000, 0 -0.649056750000000, 1 -0.649079375000000, 0 -0.649238187500000, 1 -0.649260875000000, 0 -0.649277000000000, 1 -0.649277187500000, 0 -0.649277250000000, 1 -0.649299812500000, 0 -0.649348375000000, 1 -0.649371062500000, 0 -0.649432625000000, 1 -0.649432750000000, 0 -0.649432812500000, 1 -0.649455375000000, 0 -0.649500625000000, 1 -0.649500812500000, 0 -0.649500875000000, 1 -0.649523375000000, 0 -0.649558937500000, 1 -0.649581750000000, 0 -0.649601187500000, 1 -0.649601250000000, 0 -0.649601312500000, 1 -0.649623812500000, 0 -0.649656250000000, 1 -0.649678937500000, 0 -0.649724312500000, 1 -0.649747000000000, 0 -0.649905750000000, 1 -0.649928437500000, 0 -0.649944625000000, 1 -0.649967375000000, 0 -0.650015937500000, 1 -0.650038687500000, 0 -0.650100187500000, 1 -0.650122937500000, 0 -0.650168250000000, 1 -0.650191062500000, 0 -0.650226562500000, 1 -0.650249312500000, 0 -0.650268750000000, 1 -0.650291500000000, 0 -0.650323812500000, 1 -0.650346500000000, 0 -0.650391875000000, 1 -0.650391937500000, 0 -0.650392000000000, 1 -0.650414625000000, 0 -0.650573437500000, 1 -0.650596062500000, 0 -0.650612250000000, 1 -0.650635000000000, 0 -0.650683562500000, 1 -0.650706250000000, 0 -0.650767812500000, 1 -0.650790562500000, 0 -0.650835875000000, 1 -0.650835937500000, 0 -0.650836062500000, 1 -0.650858625000000, 0 -0.650894250000000, 1 -0.650916937500000, 0 -0.650936312500000, 1 -0.650936437500000, 0 -0.650936500000000, 1 -0.650959062500000, 0 -0.650991500000000, 1 -0.651014125000000, 0 -0.651059500000000, 1 -0.651059562500000, 0 -0.651059625000000, 1 -0.651082250000000, 0 -0.651241062500000, 1 -0.651263750000000, 0 -0.651279937500000, 1 -0.651302625000000, 0 -0.651351187500000, 1 -0.651373937500000, 0 -0.651435500000000, 1 -0.651435562500000, 0 -0.651435625000000, 1 -0.651458187500000, 0 -0.651503500000000, 1 -0.651526250000000, 0 -0.651561812500000, 1 -0.651584625000000, 0 -0.651604000000000, 1 -0.651626750000000, 0 -0.651659125000000, 1 -0.651681812500000, 0 -0.651727312500000, 1 -0.651749937500000, 0 -0.651908750000000, 1 -0.651931312500000, 0 -0.651947562500000, 1 -0.651970312500000, 0 -0.652018875000000, 1 -0.652041562500000, 0 -0.652103125000000, 1 -0.652125812500000, 0 -0.652171125000000, 1 -0.652193875000000, 0 -0.652229437500000, 1 -0.652252250000000, 0 -0.652271625000000, 1 -0.652294312500000, 0 -0.652326750000000, 1 -0.652326812500000, 0 -0.652326875000000, 1 -0.652349437500000, 0 -0.652394750000000, 1 -0.652417562500000, 0 -0.652576312500000, 1 -0.652576375000000, 0 -0.652576437500000, 1 -0.652599000000000, 0 -0.652615125000000, 1 -0.652637875000000, 0 -0.652686500000000, 1 -0.652709250000000, 0 -0.652770812500000, 1 -0.652793437500000, 0 -0.652838875000000, 1 -0.652861500000000, 0 -0.652897062500000, 1 -0.652897187500000, 0 -0.652897250000000, 1 -0.652919875000000, 0 -0.652939312500000, 1 -0.652962062500000, 0 -0.652994375000000, 1 -0.652994437500000, 0 -0.652994500000000, 1 -0.653017125000000, 0 -0.653062500000000, 1 -0.653085125000000, 0 -0.653243937500000, 1 -0.653266687500000, 0 -0.653282812500000, 1 -0.653305562500000, 0 -0.653354187500000, 1 -0.653376875000000, 0 -0.653438375000000, 1 -0.653461062500000, 0 -0.653506562500000, 1 -0.653529187500000, 0 -0.653564687500000, 1 -0.653587562500000, 0 -0.653606937500000, 1 -0.653607062500000, 0 -0.653607125000000, 1 -0.653629625000000, 0 -0.653662000000000, 1 -0.653684687500000, 0 -0.653730000000000, 1 -0.653752750000000, 0 -0.653911625000000, 1 -0.653934250000000, 0 -0.653950562500000, 1 -0.653973187500000, 0 -0.654021812500000, 1 -0.654044500000000, 0 -0.654106000000000, 1 -0.654128812500000, 0 -0.654174125000000, 1 -0.654196875000000, 0 -0.654232437500000, 1 -0.654255187500000, 0 -0.654274625000000, 1 -0.654297312500000, 0 -0.654329750000000, 1 -0.654352500000000, 0 -0.654397750000000, 1 -0.654420500000000, 0 -0.654579312500000, 1 -0.654602000000000, 0 -0.654618187500000, 1 -0.654640937500000, 0 -0.654689500000000, 1 -0.654712187500000, 0 -0.654773750000000, 1 -0.654796500000000, 0 -0.654842000000000, 1 -0.654864562500000, 0 -0.654900250000000, 1 -0.654922937500000, 0 -0.654942375000000, 1 -0.654965062500000, 0 -0.654997437500000, 1 -0.655020125000000, 0 -0.655065500000000, 1 -0.655088250000000, 0 -0.655247062500000, 1 -0.655269750000000, 0 -0.655285937500000, 1 -0.655308625000000, 0 -0.655357250000000, 1 -0.655380000000000, 0 -0.655441500000000, 1 -0.655464250000000, 0 -0.655509562500000, 1 -0.655509625000000, 0 -0.655509750000000, 1 -0.655532312500000, 0 -0.655567875000000, 1 -0.655567937500000, 0 -0.655568000000000, 1 -0.655590687500000, 0 -0.655610062500000, 1 -0.655632812500000, 0 -0.655665187500000, 1 -0.655687875000000, 0 -0.655733187500000, 1 -0.655756000000000, 0 -0.655914750000000, 1 -0.655914812500000, 0 -0.655914937500000, 1 -0.655937437500000, 0 -0.655953625000000, 1 -0.655976375000000, 0 -0.656025000000000, 1 -0.656047687500000, 0 -0.656109250000000, 1 -0.656132000000000, 0 -0.656174000000000, 1 -0.656196750000000, 0 -0.656235625000000, 1 -0.656258375000000, 0 -0.656277812500000, 1 -0.656300500000000, 0 -0.656332875000000, 1 -0.656355562500000, 0 -0.656410750000000, 1 -0.656433375000000, 0 -0.656592250000000, 1 -0.656614875000000, 0 -0.656631062500000, 1 -0.656653812500000, 0 -0.656702437500000, 1 -0.656725125000000, 0 -0.656786687500000, 1 -0.656809437500000, 0 -0.656858062500000, 1 -0.656880750000000, 0 -0.656913062500000, 1 -0.656935812500000, 0 -0.656955312500000, 1 -0.656977937500000, 0 -0.657010437500000, 1 -0.657033062500000, 0 -0.657068687500000, 1 -0.657091437500000, 0 -0.657250250000000, 1 -0.657272875000000, 0 -0.657289062500000, 1 -0.657311812500000, 0 -0.657360500000000, 1 -0.657383125000000, 0 -0.657444750000000, 1 -0.657467437500000, 0 -0.657512750000000, 1 -0.657535562500000, 0 -0.657571250000000, 1 -0.657593875000000, 0 -0.657613250000000, 1 -0.657636000000000, 0 -0.657668375000000, 1 -0.657691125000000, 0 -0.657736437500000, 1 -0.657759125000000, 0 -0.657918000000000, 1 -0.657940625000000, 0 -0.657956875000000, 1 -0.657956937500000, 0 -0.657957000000000, 1 -0.657979562500000, 0 -0.658028187500000, 1 -0.658028250000000, 0 -0.658028312500000, 1 -0.658050875000000, 0 -0.658112437500000, 1 -0.658135187500000, 0 -0.658180500000000, 1 -0.658203250000000, 0 -0.658238812500000, 1 -0.658261562500000, 0 -0.658281000000000, 1 -0.658303750000000, 0 -0.658336187500000, 1 -0.658358812500000, 0 -0.658404125000000, 1 -0.658426875000000, 0 -0.658585750000000, 1 -0.658608375000000, 0 -0.658624562500000, 1 -0.658624625000000, 0 -0.658624687500000, 1 -0.658647312500000, 0 -0.658695937500000, 1 -0.658718687500000, 0 -0.658780250000000, 1 -0.658802937500000, 0 -0.658845125000000, 1 -0.658867687500000, 0 -0.658906562500000, 1 -0.658929375000000, 0 -0.658948750000000, 1 -0.658971437500000, 0 -0.659003937500000, 1 -0.659026562500000, 0 -0.659081625000000, 1 -0.659104375000000, 0 -0.659263125000000, 1 -0.659285875000000, 0 -0.659302062500000, 1 -0.659324750000000, 0 -0.659373375000000, 1 -0.659396125000000, 0 -0.659457625000000, 1 -0.659480312500000, 0 -0.659525875000000, 1 -0.659548375000000, 0 -0.659584062500000, 1 -0.659606750000000, 0 -0.659626187500000, 1 -0.659648875000000, 0 -0.659681312500000, 1 -0.659703937500000, 0 -0.659749312500000, 1 -0.659772062500000, 0 -0.659930875000000, 1 -0.659953500000000, 0 -0.659969687500000, 1 -0.659969875000000, 0 -0.659969937500000, 1 -0.659992500000000, 0 -0.660041000000000, 1 -0.660063750000000, 0 -0.660125312500000, 1 -0.660148000000000, 0 -0.660193375000000, 1 -0.660216062500000, 0 -0.660251625000000, 1 -0.660274500000000, 0 -0.660293875000000, 1 -0.660316625000000, 0 -0.660349000000000, 1 -0.660371687500000, 0 -0.660417000000000, 1 -0.660439750000000, 0 -0.660598562500000, 1 -0.660621250000000, 0 -0.660637375000000, 1 -0.660660187500000, 0 -0.660708750000000, 1 -0.660731437500000, 0 -0.660793000000000, 1 -0.660815750000000, 0 -0.660857812500000, 1 -0.660880562500000, 0 -0.660919500000000, 1 -0.660942125000000, 0 -0.660961562500000, 1 -0.660984250000000, 0 -0.661016625000000, 1 -0.661039375000000, 0 -0.661094500000000, 1 -0.661117125000000, 0 -0.661276000000000, 1 -0.661298625000000, 0 -0.661314812500000, 1 -0.661337500000000, 0 -0.661386250000000, 1 -0.661408812500000, 0 -0.661470500000000, 1 -0.661493062500000, 0 -0.661538562500000, 1 -0.661561125000000, 0 -0.661596750000000, 1 -0.661596812500000, 0 -0.661596875000000, 1 -0.661619500000000, 0 -0.661639000000000, 1 -0.661661625000000, 0 -0.661694000000000, 1 -0.661716687500000, 0 -0.661762125000000, 1 -0.661784812500000, 0 -0.661943625000000, 1 -0.661966312500000, 0 -0.661982500000000, 1 -0.662005187500000, 0 -0.662053875000000, 1 -0.662076562500000, 0 -0.662138125000000, 1 -0.662160812500000, 0 -0.662206125000000, 1 -0.662228875000000, 0 -0.662264562500000, 1 -0.662287187500000, 0 -0.662306750000000, 1 -0.662329312500000, 0 -0.662361750000000, 1 -0.662361812500000, 0 -0.662361875000000, 1 -0.662384437500000, 0 -0.662429750000000, 1 -0.662452562500000, 0 -0.662611312500000, 1 -0.662634000000000, 0 -0.662650312500000, 1 -0.662672875000000, 0 -0.662721500000000, 1 -0.662744187500000, 0 -0.662805750000000, 1 -0.662828500000000, 0 -0.662873812500000, 1 -0.662896562500000, 0 -0.662932125000000, 1 -0.662954875000000, 0 -0.662974312500000, 1 -0.662997000000000, 0 -0.663029375000000, 1 -0.663052062500000, 0 -0.663097437500000, 1 -0.663097500000000, 0 -0.663097625000000, 1 -0.663120187500000, 0 -0.663279000000000, 1 -0.663301687500000, 0 -0.663317812500000, 1 -0.663340562500000, 0 -0.663389187500000, 1 -0.663411875000000, 0 -0.663473625000000, 1 -0.663496187500000, 0 -0.663541500000000, 1 -0.663564312500000, 0 -0.663599812500000, 1 -0.663622562500000, 0 -0.663642000000000, 1 -0.663664687500000, 0 -0.663697062500000, 1 -0.663719812500000, 0 -0.663765062500000, 1 -0.663787875000000, 0 -0.663946687500000, 1 -0.663969312500000, 0 -0.663985500000000, 1 -0.664008250000000, 0 -0.664056875000000, 1 -0.664079562500000, 0 -0.664141125000000, 1 -0.664163812500000, 0 -0.664209187500000, 1 -0.664231875000000, 0 -0.664267437500000, 1 -0.664290250000000, 0 -0.664309812500000, 1 -0.664332375000000, 0 -0.664364812500000, 1 -0.664387500000000, 0 -0.664432812500000, 1 -0.664455562500000, 0 -0.664614375000000, 1 -0.664637062500000, 0 -0.664653187500000, 1 -0.664675937500000, 0 -0.664724562500000, 1 -0.664747250000000, 0 -0.664808812500000, 1 -0.664831500000000, 0 -0.664876812500000, 1 -0.664899562500000, 0 -0.664935250000000, 1 -0.664957937500000, 0 -0.664977375000000, 1 -0.665000062500000, 0 -0.665032500000000, 1 -0.665055187500000, 0 -0.665100437500000, 1 -0.665123250000000, 0 -0.665282000000000, 1 -0.665304750000000, 0 -0.665321062500000, 1 -0.665343625000000, 0 -0.665392250000000, 1 -0.665414937500000, 0 -0.665476500000000, 1 -0.665499187500000, 0 -0.665544500000000, 1 -0.665567250000000, 0 -0.665602812500000, 1 -0.665625562500000, 0 -0.665645062500000, 1 -0.665667750000000, 0 -0.665700187500000, 1 -0.665722812500000, 0 -0.665768187500000, 1 -0.665790937500000, 0 -0.665949625000000, 1 -0.665972312500000, 0 -0.665988562500000, 1 -0.666011250000000, 0 -0.666059875000000, 1 -0.666082562500000, 0 -0.666144125000000, 1 -0.666166812500000, 0 -0.666212187500000, 1 -0.666234875000000, 0 -0.666270500000000, 1 -0.666293250000000, 0 -0.666312812500000, 1 -0.666335312500000, 0 -0.666367750000000, 1 -0.666390375000000, 0 -0.666435812500000, 1 -0.666458500000000, 0 -0.666617250000000, 1 -0.666617312500000, 0 -0.666617375000000, 1 -0.666639937500000, 0 -0.666656187500000, 1 -0.666678875000000, 0 -0.666727500000000, 1 -0.666750187500000, 0 -0.666811750000000, 1 -0.666834437500000, 0 -0.666879812500000, 1 -0.666902500000000, 0 -0.666938062500000, 1 -0.666960875000000, 0 -0.666980250000000, 1 -0.667003000000000, 0 -0.667035375000000, 1 -0.667058000000000, 0 -0.667103500000000, 1 -0.667126062500000, 0 -0.667284875000000, 1 -0.667307562500000, 0 -0.667323812500000, 1 -0.667346500000000, 0 -0.667395062500000, 1 -0.667417750000000, 0 -0.667479312500000, 1 -0.667479375000000, 0 -0.667479437500000, 1 -0.667502000000000, 0 -0.667547375000000, 1 -0.667570062500000, 0 -0.667605750000000, 1 -0.667605812500000, 0 -0.667605875000000, 1 -0.667628437500000, 0 -0.667647937500000, 1 -0.667670625000000, 0 -0.667703000000000, 1 -0.667725625000000, 0 -0.667771125000000, 1 -0.667793750000000, 0 -0.667952750000000, 1 -0.667975187500000, 0 -0.667991375000000, 1 -0.668014125000000, 0 -0.668062687500000, 1 -0.668085375000000, 0 -0.668147125000000, 1 -0.668169687500000, 0 -0.668211812500000, 1 -0.668234500000000, 0 -0.668273375000000, 1 -0.668296125000000, 0 -0.668315500000000, 1 -0.668338187500000, 0 -0.668370625000000, 1 -0.668393312500000, 0 -0.668448437500000, 1 -0.668471125000000, 0 -0.668630062500000, 1 -0.668652625000000, 0 -0.668668750000000, 1 -0.668691562500000, 0 -0.668740125000000, 1 -0.668762812500000, 0 -0.668824375000000, 1 -0.668847062500000, 0 -0.668892375000000, 1 -0.668892437500000, 0 -0.668892500000000, 1 -0.668915125000000, 0 -0.668950750000000, 1 -0.668973500000000, 0 -0.668992937500000, 1 -0.668993000000000, 0 -0.668993062500000, 1 -0.669015625000000, 0 -0.669048000000000, 1 -0.669070750000000, 0 -0.669116062500000, 1 -0.669138750000000, 0 -0.669297562500000, 1 -0.669320250000000, 0 -0.669336437500000, 1 -0.669359187500000, 0 -0.669407750000000, 1 -0.669407812500000, 0 -0.669407875000000, 1 -0.669430437500000, 0 -0.669492125000000, 1 -0.669514750000000, 0 -0.669556750000000, 1 -0.669579562500000, 0 -0.669618375000000, 1 -0.669641125000000, 0 -0.669660500000000, 1 -0.669683312500000, 0 -0.669715687500000, 1 -0.669738375000000, 0 -0.669793500000000, 1 -0.669816125000000, 0 -0.669974937500000, 1 -0.669997687500000, 0 -0.670013812500000, 1 -0.670036562500000, 0 -0.670085187500000, 1 -0.670107875000000, 0 -0.670169437500000, 1 -0.670192125000000, 0 -0.670234250000000, 1 -0.670257000000000, 0 -0.670295812500000, 1 -0.670318562500000, 0 -0.670338062500000, 1 -0.670360687500000, 0 -0.670393062500000, 1 -0.670415812500000, 0 -0.670470875000000, 1 -0.670470937500000, 0 -0.670471000000000, 1 -0.670493562500000, 0 -0.670652375000000, 1 -0.670652437500000, 0 -0.670652562500000, 1 -0.670675062500000, 0 -0.670691250000000, 1 -0.670714000000000, 0 -0.670762562500000, 1 -0.670785250000000, 0 -0.670846812500000, 1 -0.670869562500000, 0 -0.670914875000000, 1 -0.670937625000000, 0 -0.670973187500000, 1 -0.670995937500000, 0 -0.671015562500000, 1 -0.671038125000000, 0 -0.671070437500000, 1 -0.671093187500000, 0 -0.671138500000000, 1 -0.671161250000000, 0 -0.671320062500000, 1 -0.671342750000000, 0 -0.671358937500000, 1 -0.671381687500000, 0 -0.671430250000000, 1 -0.671453000000000, 0 -0.671514500000000, 1 -0.671514562500000, 0 -0.671514687500000, 1 -0.671537250000000, 0 -0.671579312500000, 1 -0.671602062500000, 0 -0.671640937500000, 1 -0.671663687500000, 0 -0.671683187500000, 1 -0.671705750000000, 0 -0.671738187500000, 1 -0.671760875000000, 0 -0.671816000000000, 1 -0.671816062500000, 0 -0.671816125000000, 1 -0.671838625000000, 0 -0.671997500000000, 1 -0.672020187500000, 0 -0.672036312500000, 1 -0.672059125000000, 0 -0.672107750000000, 1 -0.672130375000000, 0 -0.672191937500000, 1 -0.672214687500000, 0 -0.672256750000000, 1 -0.672279437500000, 0 -0.672318312500000, 1 -0.672341062500000, 0 -0.672360562500000, 1 -0.672383187500000, 0 -0.672415562500000, 1 -0.672438312500000, 0 -0.672493437500000, 1 -0.672516062500000, 0 -0.672674875000000, 1 -0.672697562500000, 0 -0.672713812500000, 1 -0.672736500000000, 0 -0.672785125000000, 1 -0.672807750000000, 0 -0.672869375000000, 1 -0.672892062500000, 0 -0.672934250000000, 1 -0.672956875000000, 0 -0.672995687500000, 1 -0.672995750000000, 0 -0.672995812500000, 1 -0.673018500000000, 0 -0.673037875000000, 1 -0.673060562500000, 0 -0.673092937500000, 1 -0.673115687500000, 0 -0.673170750000000, 1 -0.673193437500000, 0 -0.673352187500000, 1 -0.673374937500000, 0 -0.673391125000000, 1 -0.673413812500000, 0 -0.673462437500000, 1 -0.673485125000000, 0 -0.673546625000000, 1 -0.673569375000000, 0 -0.673614687500000, 1 -0.673637437500000, 0 -0.673673125000000, 1 -0.673695750000000, 0 -0.673715187500000, 1 -0.673737937500000, 0 -0.673770250000000, 1 -0.673793000000000, 0 -0.673838312500000, 1 -0.673861062500000, 0 -0.674019812500000, 1 -0.674042500000000, 0 -0.674058812500000, 1 -0.674081437500000, 0 -0.674130062500000, 1 -0.674152750000000, 0 -0.674214312500000, 1 -0.674237000000000, 0 -0.674282312500000, 1 -0.674282375000000, 0 -0.674282500000000, 1 -0.674305062500000, 0 -0.674340625000000, 1 -0.674340687500000, 0 -0.674340750000000, 1 -0.674363375000000, 0 -0.674382812500000, 1 -0.674405562500000, 0 -0.674437937500000, 1 -0.674460625000000, 0 -0.674506000000000, 1 -0.674528687500000, 0 -0.674687437500000, 1 -0.674710125000000, 0 -0.674726375000000, 1 -0.674726500000000, 0 -0.674726562500000, 1 -0.674749062500000, 0 -0.674797687500000, 1 -0.674820375000000, 0 -0.674882000000000, 1 -0.674904625000000, 0 -0.674946687500000, 1 -0.674969375000000, 0 -0.675008437500000, 1 -0.675031000000000, 0 -0.675050437500000, 1 -0.675073125000000, 0 -0.675105500000000, 1 -0.675128250000000, 0 -0.675183312500000, 1 -0.675206000000000, 0 -0.675364875000000, 1 -0.675387500000000, 0 -0.675403812500000, 1 -0.675426437500000, 0 -0.675475187500000, 1 -0.675497750000000, 0 -0.675559312500000, 1 -0.675582000000000, 0 -0.675627312500000, 1 -0.675650062500000, 0 -0.675685625000000, 1 -0.675708375000000, 0 -0.675727875000000, 1 -0.675750500000000, 0 -0.675782875000000, 1 -0.675805625000000, 0 -0.675850937500000, 1 -0.675873687500000, 0 -0.676032500000000, 1 -0.676055187500000, 0 -0.676071312500000, 1 -0.676094062500000, 0 -0.676142687500000, 1 -0.676165375000000, 0 -0.676227000000000, 1 -0.676249687500000, 0 -0.676295062500000, 1 -0.676317687500000, 0 -0.676353312500000, 1 -0.676376125000000, 0 -0.676395500000000, 1 -0.676395562500000, 0 -0.676395625000000, 1 -0.676418187500000, 0 -0.676450625000000, 1 -0.676473250000000, 0 -0.676518625000000, 1 -0.676541375000000, 0 -0.676700187500000, 1 -0.676722875000000, 0 -0.676739062500000, 1 -0.676761750000000, 0 -0.676810437500000, 1 -0.676833062500000, 0 -0.676894687500000, 1 -0.676917375000000, 0 -0.676962812500000, 1 -0.676985437500000, 0 -0.677021187500000, 1 -0.677043812500000, 0 -0.677063187500000, 1 -0.677085937500000, 0 -0.677118312500000, 1 -0.677141000000000, 0 -0.677186375000000, 1 -0.677209125000000, 0 -0.677368062500000, 1 -0.677390625000000, 0 -0.677406937500000, 1 -0.677429500000000, 0 -0.677478250000000, 1 -0.677500812500000, 0 -0.677562375000000, 1 -0.677585125000000, 0 -0.677627187500000, 1 -0.677649875000000, 0 -0.677688750000000, 1 -0.677711562500000, 0 -0.677730937500000, 1 -0.677753625000000, 0 -0.677786000000000, 1 -0.677808750000000, 0 -0.677863812500000, 1 -0.677886500000000, 0 -0.678045375000000, 1 -0.678068000000000, 0 -0.678084187500000, 1 -0.678106937500000, 0 -0.678155500000000, 1 -0.678178187500000, 0 -0.678239812500000, 1 -0.678262500000000, 0 -0.678307812500000, 1 -0.678330625000000, 0 -0.678366125000000, 1 -0.678388937500000, 0 -0.678408375000000, 1 -0.678431000000000, 0 -0.678463437500000, 1 -0.678486125000000, 0 -0.678531500000000, 1 -0.678554250000000, 0 -0.678713125000000, 1 -0.678735750000000, 0 -0.678751937500000, 1 -0.678752000000000, 0 -0.678752125000000, 1 -0.678774687500000, 0 -0.678823250000000, 1 -0.678846000000000, 0 -0.678907500000000, 1 -0.678930187500000, 0 -0.678972375000000, 1 -0.678972437500000, 0 -0.678972500000000, 1 -0.678995062500000, 0 -0.679033875000000, 1 -0.679034000000000, 0 -0.679034062500000, 1 -0.679056625000000, 0 -0.679076187500000, 1 -0.679098812500000, 0 -0.679131125000000, 1 -0.679153875000000, 0 -0.679208937500000, 1 -0.679231625000000, 0 -0.679390500000000, 1 -0.679413125000000, 0 -0.679429312500000, 1 -0.679452062500000, 0 -0.679500625000000, 1 -0.679500687500000, 0 -0.679500812500000, 1 -0.679523312500000, 0 -0.679584937500000, 1 -0.679607562500000, 0 -0.679653000000000, 1 -0.679675687500000, 0 -0.679711250000000, 1 -0.679711312500000, 0 -0.679711375000000, 1 -0.679734000000000, 0 -0.679753500000000, 1 -0.679776125000000, 0 -0.679808562500000, 1 -0.679831187500000, 0 -0.679876625000000, 1 -0.679899312500000, 0 -0.680058062500000, 1 -0.680058187500000, 0 -0.680058250000000, 1 -0.680080750000000, 0 -0.680097000000000, 1 -0.680119687500000, 0 -0.680168312500000, 1 -0.680191000000000, 0 -0.680252500000000, 1 -0.680275250000000, 0 -0.680320562500000, 1 -0.680343250000000, 0 -0.680378937500000, 1 -0.680401625000000, 0 -0.680421062500000, 1 -0.680443750000000, 0 -0.680476187500000, 1 -0.680498812500000, 0 -0.680544125000000, 1 -0.680566875000000, 0 -0.680725687500000, 1 -0.680748375000000, 0 -0.680764625000000, 1 -0.680787312500000, 0 -0.680835937500000, 1 -0.680858562500000, 0 -0.680920187500000, 1 -0.680942812500000, 0 -0.680988187500000, 1 -0.681010937500000, 0 -0.681046500000000, 1 -0.681069312500000, 0 -0.681088750000000, 1 -0.681111375000000, 0 -0.681143750000000, 1 -0.681166500000000, 0 -0.681211875000000, 1 -0.681234625000000, 0 -0.681393437500000, 1 -0.681416062500000, 0 -0.681432375000000, 1 -0.681455000000000, 0 -0.681503562500000, 1 -0.681526312500000, 0 -0.681587875000000, 1 -0.681610562500000, 0 -0.681652625000000, 1 -0.681675437500000, 0 -0.681714312500000, 1 -0.681737000000000, 0 -0.681756375000000, 1 -0.681756437500000, 0 -0.681756500000000, 1 -0.681779062500000, 0 -0.681811437500000, 1 -0.681834187500000, 0 -0.681889312500000, 1 -0.681912000000000, 0 -0.682070750000000, 1 -0.682093500000000, 0 -0.682109687500000, 1 -0.682109750000000, 0 -0.682109875000000, 1 -0.682132375000000, 0 -0.682181000000000, 1 -0.682203687500000, 0 -0.682265250000000, 1 -0.682287937500000, 0 -0.682333250000000, 1 -0.682356000000000, 0 -0.682391562500000, 1 -0.682414312500000, 0 -0.682433812500000, 1 -0.682456500000000, 0 -0.682488875000000, 1 -0.682511625000000, 0 -0.682556937500000, 1 -0.682579687500000, 0 -0.682738500000000, 1 -0.682761187500000, 0 -0.682777375000000, 1 -0.682800062500000, 0 -0.682848687500000, 1 -0.682871312500000, 0 -0.682932875000000, 1 -0.682955625000000, 0 -0.683004250000000, 1 -0.683027000000000, 0 -0.683059375000000, 1 -0.683082000000000, 0 -0.683101437500000, 1 -0.683101500000000, 0 -0.683101562500000, 1 -0.683124187500000, 0 -0.683156625000000, 1 -0.683179250000000, 0 -0.683214875000000, 1 -0.683214937500000, 0 -0.683215000000000, 1 -0.683237625000000, 0 -0.683396375000000, 1 -0.683396437500000, 0 -0.683396500000000, 1 -0.683419062500000, 0 -0.683435250000000, 1 -0.683458000000000, 0 -0.683506562500000, 1 -0.683529312500000, 0 -0.683590812500000, 1 -0.683613562500000, 0 -0.683658875000000, 1 -0.683681625000000, 0 -0.683717187500000, 1 -0.683740000000000, 0 -0.683759375000000, 1 -0.683782062500000, 0 -0.683814562500000, 1 -0.683837125000000, 0 -0.683882500000000, 1 -0.683905250000000, 0 -0.684064000000000, 1 -0.684086687500000, 0 -0.684103062500000, 1 -0.684125562500000, 0 -0.684174187500000, 1 -0.684196875000000, 0 -0.684258500000000, 1 -0.684281187500000, 0 -0.684323312500000, 1 -0.684346000000000, 0 -0.684384875000000, 1 -0.684407625000000, 0 -0.684427062500000, 1 -0.684449750000000, 0 -0.684482125000000, 1 -0.684504812500000, 0 -0.684559937500000, 1 -0.684582625000000, 0 -0.684741437500000, 1 -0.684741500000000, 0 -0.684741625000000, 1 -0.684764125000000, 0 -0.684780312500000, 1 -0.684803062500000, 0 -0.684851625000000, 1 -0.684874312500000, 0 -0.684936000000000, 1 -0.684958625000000, 0 -0.685003937500000, 1 -0.685026687500000, 0 -0.685062312500000, 1 -0.685085062500000, 0 -0.685104437500000, 1 -0.685127187500000, 0 -0.685159562500000, 1 -0.685182250000000, 0 -0.685227562500000, 1 -0.685250312500000, 0 -0.685409187500000, 1 -0.685409250000000, 0 -0.685409312500000, 1 -0.685431875000000, 0 -0.685448000000000, 1 -0.685470750000000, 0 -0.685519375000000, 1 -0.685542062500000, 0 -0.685603562500000, 1 -0.685626375000000, 0 -0.685668437500000, 1 -0.685691125000000, 0 -0.685730000000000, 1 -0.685752750000000, 0 -0.685772250000000, 1 -0.685794875000000, 0 -0.685827312500000, 1 -0.685850000000000, 0 -0.685905125000000, 1 -0.685927750000000, 0 -0.686086687500000, 1 -0.686109250000000, 0 -0.686125375000000, 1 -0.686148187500000, 0 -0.686196812500000, 1 -0.686219500000000, 0 -0.686281062500000, 1 -0.686303750000000, 0 -0.686349125000000, 1 -0.686371812500000, 0 -0.686407437500000, 1 -0.686407500000000, 0 -0.686407625000000, 1 -0.686430250000000, 0 -0.686449625000000, 1 -0.686472375000000, 0 -0.686504750000000, 1 -0.686527375000000, 0 -0.686572812500000, 1 -0.686595500000000, 0 -0.686754375000000, 1 -0.686777000000000, 0 -0.686793187500000, 1 -0.686815937500000, 0 -0.686864500000000, 1 -0.686887250000000, 0 -0.686948750000000, 1 -0.686971437500000, 0 -0.687016812500000, 1 -0.687039562500000, 0 -0.687075125000000, 1 -0.687097875000000, 0 -0.687117312500000, 1 -0.687117375000000, 0 -0.687117437500000, 1 -0.687140000000000, 0 -0.687172375000000, 1 -0.687195125000000, 0 -0.687240437500000, 1 -0.687263187500000, 0 -0.687422000000000, 1 -0.687444687500000, 0 -0.687460875000000, 1 -0.687483625000000, 0 -0.687532250000000, 1 -0.687554875000000, 0 -0.687616500000000, 1 -0.687639187500000, 0 -0.687684500000000, 1 -0.687707250000000, 0 -0.687742750000000, 1 -0.687765625000000, 0 -0.687785000000000, 1 -0.687807625000000, 0 -0.687840187500000, 1 -0.687862750000000, 0 -0.687908125000000, 1 -0.687930812500000, 0 -0.688089687500000, 1 -0.688112375000000, 0 -0.688128500000000, 1 -0.688128562500000, 0 -0.688128687500000, 1 -0.688151250000000, 0 -0.688199812500000, 1 -0.688222562500000, 0 -0.688284125000000, 1 -0.688306812500000, 0 -0.688352187500000, 1 -0.688374875000000, 0 -0.688410437500000, 1 -0.688433250000000, 0 -0.688452687500000, 1 -0.688475375000000, 0 -0.688507750000000, 1 -0.688530500000000, 0 -0.688575812500000, 1 -0.688598562500000, 0 -0.688757312500000, 1 -0.688780000000000, 0 -0.688796187500000, 1 -0.688818937500000, 0 -0.688867625000000, 1 -0.688890250000000, 0 -0.688951875000000, 1 -0.688974500000000, 0 -0.689016562500000, 1 -0.689016687500000, 0 -0.689016750000000, 1 -0.689039312500000, 0 -0.689078125000000, 1 -0.689100875000000, 0 -0.689120312500000, 1 -0.689143062500000, 0 -0.689175437500000, 1 -0.689198125000000, 0 -0.689253312500000, 1 -0.689275937500000, 0 -0.689434687500000, 1 -0.689434812500000, 0 -0.689434875000000, 1 -0.689457437500000, 0 -0.689473625000000, 1 -0.689496312500000, 0 -0.689544875000000, 1 -0.689567625000000, 0 -0.689629187500000, 1 -0.689651875000000, 0 -0.689697187500000, 1 -0.689719937500000, 0 -0.689755500000000, 1 -0.689778312500000, 0 -0.689797687500000, 1 -0.689797750000000, 0 -0.689797875000000, 1 -0.689820375000000, 0 -0.689853000000000, 1 -0.689875500000000, 0 -0.689920812500000, 1 -0.689943625000000, 0 -0.690102437500000, 1 -0.690125125000000, 0 -0.690141250000000, 1 -0.690141312500000, 0 -0.690141375000000, 1 -0.690164000000000, 0 -0.690212625000000, 1 -0.690235312500000, 0 -0.690296812500000, 1 -0.690319500000000, 0 -0.690365000000000, 1 -0.690387625000000, 0 -0.690423187500000, 1 -0.690445937500000, 0 -0.690465375000000, 1 -0.690488062500000, 0 -0.690520437500000, 1 -0.690543125000000, 0 -0.690588500000000, 1 -0.690611187500000, 0 -0.690770125000000, 1 -0.690792750000000, 0 -0.690808875000000, 1 -0.690831687500000, 0 -0.690880250000000, 1 -0.690902875000000, 0 -0.690964437500000, 1 -0.690987187500000, 0 -0.691032500000000, 1 -0.691055250000000, 0 -0.691090812500000, 1 -0.691113562500000, 0 -0.691133000000000, 1 -0.691155687500000, 0 -0.691188125000000, 1 -0.691210812500000, 0 -0.691256187500000, 1 -0.691278875000000, 0 -0.691437687500000, 1 -0.691460375000000, 0 -0.691476500000000, 1 -0.691476562500000, 0 -0.691476687500000, 1 -0.691499312500000, 0 -0.691548000000000, 1 -0.691570625000000, 0 -0.691632187500000, 1 -0.691654875000000, 0 -0.691697000000000, 1 -0.691719687500000, 0 -0.691758625000000, 1 -0.691781250000000, 0 -0.691800750000000, 1 -0.691823437500000, 0 -0.691855750000000, 1 -0.691878500000000, 0 -0.691933562500000, 1 -0.691933625000000, 0 -0.691933687500000, 1 -0.691956250000000, 0 -0.692115000000000, 1 -0.692137750000000, 0 -0.692153875000000, 1 -0.692153937500000, 0 -0.692154000000000, 1 -0.692176625000000, 0 -0.692225250000000, 1 -0.692247937500000, 0 -0.692309562500000, 1 -0.692332187500000, 0 -0.692374250000000, 1 -0.692397000000000, 0 -0.692435875000000, 1 -0.692435937500000, 0 -0.692436000000000, 1 -0.692458625000000, 0 -0.692478062500000, 1 -0.692500687500000, 0 -0.692533125000000, 1 -0.692555750000000, 0 -0.692610875000000, 1 -0.692633562500000, 0 -0.692792375000000, 1 -0.692792437500000, 0 -0.692792500000000, 1 -0.692815062500000, 0 -0.692831250000000, 1 -0.692854000000000, 0 -0.692902562500000, 1 -0.692925312500000, 0 -0.692986812500000, 1 -0.692986875000000, 0 -0.692986937500000, 1 -0.693009500000000, 0 -0.693054812500000, 1 -0.693054875000000, 0 -0.693055000000000, 1 -0.693077625000000, 0 -0.693113187500000, 1 -0.693136000000000, 0 -0.693155375000000, 1 -0.693155437500000, 0 -0.693155500000000, 1 -0.693178125000000, 0 -0.693210437500000, 1 -0.693233125000000, 0 -0.693278500000000, 1 -0.693301250000000, 0 -0.693460062500000, 1 -0.693482750000000, 0 -0.693498875000000, 1 -0.693498937500000, 0 -0.693499000000000, 1 -0.693521625000000, 0 -0.693570187500000, 1 -0.693592937500000, 0 -0.693654437500000, 1 -0.693654500000000, 0 -0.693654562500000, 1 -0.693677125000000, 0 -0.693722500000000, 1 -0.693745250000000, 0 -0.693780812500000, 1 -0.693803625000000, 0 -0.693823000000000, 1 -0.693845687500000, 0 -0.693878187500000, 1 -0.693900750000000, 0 -0.693946125000000, 1 -0.693968812500000, 0 -0.694127687500000, 1 -0.694150312500000, 0 -0.694166500000000, 1 -0.694166562500000, 0 -0.694166625000000, 1 -0.694189250000000, 0 -0.694237812500000, 1 -0.694260500000000, 0 -0.694322125000000, 1 -0.694344812500000, 0 -0.694386937500000, 1 -0.694409625000000, 0 -0.694448500000000, 1 -0.694471187500000, 0 -0.694490625000000, 1 -0.694490687500000, 0 -0.694490750000000, 1 -0.694513375000000, 0 -0.694545750000000, 1 -0.694545812500000, 0 -0.694545875000000, 1 -0.694568437500000, 0 -0.694623500000000, 1 -0.694646250000000, 0 -0.694805062500000, 1 -0.694827750000000, 0 -0.694844000000000, 1 -0.694866625000000, 0 -0.694915187500000, 1 -0.694937937500000, 0 -0.694999500000000, 1 -0.695022250000000, 0 -0.695064375000000, 1 -0.695087062500000, 0 -0.695125875000000, 1 -0.695148625000000, 0 -0.695168062500000, 1 -0.695190750000000, 0 -0.695223187500000, 1 -0.695245875000000, 0 -0.695300937500000, 1 -0.695323687500000, 0 -0.695482500000000, 1 -0.695505125000000, 0 -0.695521375000000, 1 -0.695521437500000, 0 -0.695521500000000, 1 -0.695544062500000, 0 -0.695592812500000, 1 -0.695615375000000, 0 -0.695677000000000, 1 -0.695699687500000, 0 -0.695741750000000, 1 -0.695764437500000, 0 -0.695803250000000, 1 -0.695826000000000, 0 -0.695845500000000, 1 -0.695868125000000, 0 -0.695900562500000, 1 -0.695923250000000, 0 -0.695978375000000, 1 -0.696001062500000, 0 -0.696159875000000, 1 -0.696182500000000, 0 -0.696198687500000, 1 -0.696221437500000, 0 -0.696270000000000, 1 -0.696292750000000, 0 -0.696354312500000, 1 -0.696354437500000, 0 -0.696354500000000, 1 -0.696377000000000, 0 -0.696422312500000, 1 -0.696445125000000, 0 -0.696480625000000, 1 -0.696503437500000, 0 -0.696522875000000, 1 -0.696545500000000, 0 -0.696578000000000, 1 -0.696600625000000, 0 -0.696645937500000, 1 -0.696668687500000, 0 -0.696827500000000, 1 -0.696850187500000, 0 -0.696866375000000, 1 -0.696889125000000, 0 -0.696937687500000, 1 -0.696960437500000, 0 -0.697022000000000, 1 -0.697044687500000, 0 -0.697090000000000, 1 -0.697112750000000, 0 -0.697148312500000, 1 -0.697171125000000, 0 -0.697190500000000, 1 -0.697213187500000, 0 -0.697213250000000, 1 -0.697213312500000, 0 -0.697245625000000, 1 -0.697268312500000, 0 -0.697313625000000, 1 -0.697336375000000, 0 -0.697495187500000, 1 -0.697517875000000, 0 -0.697534000000000, 1 -0.697556750000000, 0 -0.697605312500000, 1 -0.697628000000000, 0 -0.697689562500000, 1 -0.697712312500000, 0 -0.697754375000000, 1 -0.697754500000000, 0 -0.697754562500000, 1 -0.697777125000000, 0 -0.697815937500000, 1 -0.697838687500000, 0 -0.697858125000000, 1 -0.697880812500000, 0 -0.697913250000000, 1 -0.697935937500000, 0 -0.697991062500000, 1 -0.698013687500000, 0 -0.698172562500000, 1 -0.698195250000000, 0 -0.698211375000000, 1 -0.698234125000000, 0 -0.698282750000000, 1 -0.698305437500000, 0 -0.698367000000000, 1 -0.698389625000000, 0 -0.698435000000000, 1 -0.698457750000000, 0 -0.698493375000000, 1 -0.698516125000000, 0 -0.698535562500000, 1 -0.698558250000000, 0 -0.698590625000000, 1 -0.698590687500000, 0 -0.698590750000000, 1 -0.698613312500000, 0 -0.698658750000000, 1 -0.698681375000000, 0 -0.698840187500000, 1 -0.698862875000000, 0 -0.698879125000000, 1 -0.698901750000000, 0 -0.698950375000000, 1 -0.698973062500000, 0 -0.699034687500000, 1 -0.699057312500000, 0 -0.699102875000000, 1 -0.699125437500000, 0 -0.699161062500000, 1 -0.699183750000000, 0 -0.699203187500000, 1 -0.699225937500000, 0 -0.699258250000000, 1 -0.699281000000000, 0 -0.699326312500000, 1 -0.699349062500000, 0 -0.699507875000000, 1 -0.699530562500000, 0 -0.699546750000000, 1 -0.699546812500000, 0 -0.699546875000000, 1 -0.699569500000000, 0 -0.699618000000000, 1 -0.699640750000000, 0 -0.699702375000000, 1 -0.699725062500000, 0 -0.699770375000000, 1 -0.699793062500000, 0 -0.699828687500000, 1 -0.699851437500000, 0 -0.699870875000000, 1 -0.699870937500000, 0 -0.699871000000000, 1 -0.699893562500000, 0 -0.699926000000000, 1 -0.699948687500000, 0 -0.699994000000000, 1 -0.700016750000000, 0 -0.700175500000000, 1 -0.700198250000000, 0 -0.700214437500000, 1 -0.700237125000000, 0 -0.700285750000000, 1 -0.700308500000000, 0 -0.700370062500000, 1 -0.700392750000000, 0 -0.700434875000000, 1 -0.700457500000000, 0 -0.700496437500000, 1 -0.700496500000000, 0 -0.700496562500000, 1 -0.700519187500000, 0 -0.700538562500000, 1 -0.700561250000000, 0 -0.700593687500000, 1 -0.700616375000000, 0 -0.700671500000000, 1 -0.700694125000000, 0 -0.700852937500000, 1 -0.700875687500000, 0 -0.700891812500000, 1 -0.700914562500000, 0 -0.700963125000000, 1 -0.700985812500000, 0 -0.701047500000000, 1 -0.701070125000000, 0 -0.701115437500000, 1 -0.701138250000000, 0 -0.701173812500000, 1 -0.701196625000000, 0 -0.701216000000000, 1 -0.701238687500000, 0 -0.701271062500000, 1 -0.701293750000000, 0 -0.701339125000000, 1 -0.701361875000000, 0 -0.701520687500000, 1 -0.701543312500000, 0 -0.701559500000000, 1 -0.701582250000000, 0 -0.701630875000000, 1 -0.701653562500000, 0 -0.701715125000000, 1 -0.701737812500000, 0 -0.701779937500000, 1 -0.701802625000000, 0 -0.701841562500000, 1 -0.701864187500000, 0 -0.701883687500000, 1 -0.701906375000000, 0 -0.701938687500000, 1 -0.701961437500000, 0 -0.702016500000000, 1 -0.702039187500000, 0 -0.702198187500000, 1 -0.702220687500000, 0 -0.702236875000000, 1 -0.702259562500000, 0 -0.702308250000000, 1 -0.702330875000000, 0 -0.702392437500000, 1 -0.702392500000000, 0 -0.702392625000000, 1 -0.702415187500000, 0 -0.702460500000000, 1 -0.702483250000000, 0 -0.702518812500000, 1 -0.702541562500000, 0 -0.702561062500000, 1 -0.702583750000000, 0 -0.702616062500000, 1 -0.702638812500000, 0 -0.702684125000000, 1 -0.702706875000000, 0 -0.702865687500000, 1 -0.702888312500000, 0 -0.702904500000000, 1 -0.702904562500000, 0 -0.702904625000000, 1 -0.702927250000000, 0 -0.702975875000000, 1 -0.702998562500000, 0 -0.703060187500000, 1 -0.703082812500000, 0 -0.703128187500000, 1 -0.703150875000000, 0 -0.703186437500000, 1 -0.703209250000000, 0 -0.703228625000000, 1 -0.703251312500000, 0 -0.703283750000000, 1 -0.703283812500000, 0 -0.703283875000000, 1 -0.703306500000000, 0 -0.703351812500000, 1 -0.703374562500000, 0 -0.703533312500000, 1 -0.703556000000000, 0 -0.703572187500000, 1 -0.703594875000000, 0 -0.703643500000000, 1 -0.703666187500000, 0 -0.703727875000000, 1 -0.703750500000000, 0 -0.703795812500000, 1 -0.703818500000000, 0 -0.703854125000000, 1 -0.703876937500000, 0 -0.703896250000000, 1 -0.703918937500000, 0 -0.703951375000000, 1 -0.703974062500000, 0 -0.704019437500000, 1 -0.704042125000000, 0 -0.704200937500000, 1 -0.704201000000000, 0 -0.704201062500000, 1 -0.704223625000000, 0 -0.704239875000000, 1 -0.704262500000000, 0 -0.704311062500000, 1 -0.704333750000000, 0 -0.704395312500000, 1 -0.704418062500000, 0 -0.704460125000000, 1 -0.704482812500000, 0 -0.704521687500000, 1 -0.704544375000000, 0 -0.704563812500000, 1 -0.704586562500000, 0 -0.704618875000000, 1 -0.704641562500000, 0 -0.704696687500000, 1 -0.704719375000000, 0 -0.704878250000000, 1 -0.704900875000000, 0 -0.704917187500000, 1 -0.704939750000000, 0 -0.704988312500000, 1 -0.705011000000000, 0 -0.705072500000000, 1 -0.705095312500000, 0 -0.705140687500000, 1 -0.705163312500000, 0 -0.705198937500000, 1 -0.705221687500000, 0 -0.705241125000000, 1 -0.705241187500000, 0 -0.705241250000000, 1 -0.705263812500000, 0 -0.705296125000000, 1 -0.705318812500000, 0 -0.705364187500000, 1 -0.705386875000000, 0 -0.705545750000000, 1 -0.705568437500000, 0 -0.705584562500000, 1 -0.705607250000000, 0 -0.705655875000000, 1 -0.705678625000000, 0 -0.705740125000000, 1 -0.705762812500000, 0 -0.705808187500000, 1 -0.705830875000000, 0 -0.705866562500000, 1 -0.705889250000000, 0 -0.705908687500000, 1 -0.705931312500000, 0 -0.705963687500000, 1 -0.705963750000000, 0 -0.705963812500000, 1 -0.705986500000000, 0 -0.706031750000000, 1 -0.706054500000000, 0 -0.706213375000000, 1 -0.706236000000000, 0 -0.706252187500000, 1 -0.706274937500000, 0 -0.706323500000000, 1 -0.706346187500000, 0 -0.706407750000000, 1 -0.706430437500000, 0 -0.706475812500000, 1 -0.706498562500000, 0 -0.706534125000000, 1 -0.706556937500000, 0 -0.706576312500000, 1 -0.706599062500000, 0 -0.706631375000000, 1 -0.706654062500000, 0 -0.706699437500000, 1 -0.706722187500000, 0 -0.706881000000000, 1 -0.706903625000000, 0 -0.706919812500000, 1 -0.706942500000000, 0 -0.706991250000000, 1 -0.707013812500000, 0 -0.707075375000000, 1 -0.707098125000000, 0 -0.707140187500000, 1 -0.707162937500000, 0 -0.707201812500000, 1 -0.707224500000000, 0 -0.707243937500000, 1 -0.707266687500000, 0 -0.707299000000000, 1 -0.707299062500000, 0 -0.707299187500000, 1 -0.707321750000000, 0 -0.707376812500000, 1 -0.707399500000000, 0 -0.707558375000000, 1 -0.707581000000000, 0 -0.707597250000000, 1 -0.707620000000000, 0 -0.707668562500000, 1 -0.707691312500000, 0 -0.707752750000000, 1 -0.707775500000000, 0 -0.707820812500000, 1 -0.707820875000000, 0 -0.707821000000000, 1 -0.707843562500000, 0 -0.707879125000000, 1 -0.707901937500000, 0 -0.707921375000000, 1 -0.707921437500000, 0 -0.707921500000000, 1 -0.707944062500000, 0 -0.707976437500000, 1 -0.707999125000000, 0 -0.708044687500000, 1 -0.708067250000000, 0 -0.708226062500000, 1 -0.708248750000000, 0 -0.708265000000000, 1 -0.708287625000000, 0 -0.708336312500000, 1 -0.708358937500000, 0 -0.708420562500000, 1 -0.708443187500000, 0 -0.708488562500000, 1 -0.708511312500000, 0 -0.708546875000000, 1 -0.708546937500000, 0 -0.708547000000000, 1 -0.708569687500000, 0 -0.708589062500000, 1 -0.708611750000000, 0 -0.708644187500000, 1 -0.708666812500000, 0 -0.708712187500000, 1 -0.708734937500000, 0 -0.708893750000000, 1 -0.708916437500000, 0 -0.708932562500000, 1 -0.708955375000000, 0 -0.709003875000000, 1 -0.709026625000000, 0 -0.709088187500000, 1 -0.709110875000000, 0 -0.709156187500000, 1 -0.709178937500000, 0 -0.709214562500000, 1 -0.709237312500000, 0 -0.709256687500000, 1 -0.709279437500000, 0 -0.709311812500000, 1 -0.709334500000000, 0 -0.709380000000000, 1 -0.709402625000000, 0 -0.709561500000000, 1 -0.709584125000000, 0 -0.709600375000000, 1 -0.709623000000000, 0 -0.709671625000000, 1 -0.709694250000000, 0 -0.709755875000000, 1 -0.709778562500000, 0 -0.709827187500000, 1 -0.709849875000000, 0 -0.709882250000000, 1 -0.709904937500000, 0 -0.709924375000000, 1 -0.709947125000000, 0 -0.709979500000000, 1 -0.709979562500000, 0 -0.709979625000000, 1 -0.710002250000000, 0 -0.710037812500000, 1 -0.710060562500000, 0 -0.710219375000000, 1 -0.710242000000000, 0 -0.710258187500000, 1 -0.710280875000000, 0 -0.710329562500000, 1 -0.710352250000000, 0 -0.710413812500000, 1 -0.710436500000000, 0 -0.710481875000000, 1 -0.710504562500000, 0 -0.710540125000000, 1 -0.710562937500000, 0 -0.710582375000000, 1 -0.710605000000000, 0 -0.710637437500000, 1 -0.710660125000000, 0 -0.710705500000000, 1 -0.710728250000000, 0 -0.710887000000000, 1 -0.710909687500000, 0 -0.710925875000000, 1 -0.710948625000000, 0 -0.710997250000000, 1 -0.711019937500000, 0 -0.711081437500000, 1 -0.711081625000000, 0 -0.711081687500000, 1 -0.711104187500000, 0 -0.711149500000000, 1 -0.711172250000000, 0 -0.711207875000000, 1 -0.711230562500000, 0 -0.711250000000000, 1 -0.711272687500000, 0 -0.711305062500000, 1 -0.711305125000000, 0 -0.711305250000000, 1 -0.711327812500000, 0 -0.711373125000000, 1 -0.711395875000000, 0 -0.711554687500000, 1 -0.711577375000000, 0 -0.711593500000000, 1 -0.711616250000000, 0 -0.711664812500000, 1 -0.711664875000000, 0 -0.711665000000000, 1 -0.711687500000000, 0 -0.711749062500000, 1 -0.711749125000000, 0 -0.711749250000000, 1 -0.711771812500000, 0 -0.711817125000000, 1 -0.711839875000000, 0 -0.711875437500000, 1 -0.711898187500000, 0 -0.711917687500000, 1 -0.711940312500000, 0 -0.711972687500000, 1 -0.711972750000000, 0 -0.711972812500000, 1 -0.711995375000000, 0 -0.712040750000000, 1 -0.712063437500000, 0 -0.712222312500000, 1 -0.712244937500000, 0 -0.712261125000000, 1 -0.712283812500000, 0 -0.712332500000000, 1 -0.712355125000000, 0 -0.712416625000000, 1 -0.712439437500000, 0 -0.712484750000000, 1 -0.712507500000000, 0 -0.712543125000000, 1 -0.712565750000000, 0 -0.712585187500000, 1 -0.712607937500000, 0 -0.712640312500000, 1 -0.712663000000000, 0 -0.712708312500000, 1 -0.712731062500000, 0 -0.712889937500000, 1 -0.712912500000000, 0 -0.712928750000000, 1 -0.712951437500000, 0 -0.713000000000000, 1 -0.713022687500000, 0 -0.713084312500000, 1 -0.713107000000000, 0 -0.713152312500000, 1 -0.713152375000000, 0 -0.713152437500000, 1 -0.713175062500000, 0 -0.713210625000000, 1 -0.713233375000000, 0 -0.713252750000000, 1 -0.713275500000000, 0 -0.713307875000000, 1 -0.713307937500000, 0 -0.713308000000000, 1 -0.713330625000000, 0 -0.713375937500000, 1 -0.713398625000000, 0 -0.713557500000000, 1 -0.713580125000000, 0 -0.713596437500000, 1 -0.713619062500000, 0 -0.713667625000000, 1 -0.713690312500000, 0 -0.713751875000000, 1 -0.713774625000000, 0 -0.713816750000000, 1 -0.713839375000000, 0 -0.713878312500000, 1 -0.713900937500000, 0 -0.713920375000000, 1 -0.713943125000000, 0 -0.713975562500000, 1 -0.713998187500000, 0 -0.714053312500000, 1 -0.714076000000000, 0 -0.714234750000000, 1 -0.714257500000000, 0 -0.714273687500000, 1 -0.714273750000000, 0 -0.714273812500000, 1 -0.714296375000000, 0 -0.714345000000000, 1 -0.714367687500000, 0 -0.714429250000000, 1 -0.714429312500000, 0 -0.714429375000000, 1 -0.714452000000000, 0 -0.714494062500000, 1 -0.714516750000000, 0 -0.714555625000000, 1 -0.714578375000000, 0 -0.714597750000000, 1 -0.714620437500000, 0 -0.714652875000000, 1 -0.714675562500000, 0 -0.714730625000000, 1 -0.714730687500000, 0 -0.714730750000000, 1 -0.714753312500000, 0 -0.714912250000000, 1 -0.714934875000000, 0 -0.714951000000000, 1 -0.714973750000000, 0 -0.715022312500000, 1 -0.715045000000000, 0 -0.715106562500000, 1 -0.715129250000000, 0 -0.715174625000000, 1 -0.715197312500000, 0 -0.715232937500000, 1 -0.715255750000000, 0 -0.715275125000000, 1 -0.715297812500000, 0 -0.715330187500000, 1 -0.715352875000000, 0 -0.715398250000000, 1 -0.715421000000000, 0 -0.715579750000000, 1 -0.715602375000000, 0 -0.715618625000000, 1 -0.715618687500000, 0 -0.715618750000000, 1 -0.715641312500000, 0 -0.715689937500000, 1 -0.715712625000000, 0 -0.715774125000000, 1 -0.715796875000000, 0 -0.715842187500000, 1 -0.715865000000000, 0 -0.715900500000000, 1 -0.715923312500000, 0 -0.715942750000000, 1 -0.715965437500000, 0 -0.715997812500000, 1 -0.715997875000000, 0 -0.715997937500000, 1 -0.716020500000000, 0 -0.716065812500000, 1 -0.716088625000000, 0 -0.716247375000000, 1 -0.716270000000000, 0 -0.716286250000000, 1 -0.716308937500000, 0 -0.716357562500000, 1 -0.716380250000000, 0 -0.716441875000000, 1 -0.716464500000000, 0 -0.716509875000000, 1 -0.716532625000000, 0 -0.716568250000000, 1 -0.716591000000000, 0 -0.716610375000000, 1 -0.716633062500000, 0 -0.716665562500000, 1 -0.716688125000000, 0 -0.716733562500000, 1 -0.716756250000000, 0 -0.716915125000000, 1 -0.716937750000000, 0 -0.716953937500000, 1 -0.716976625000000, 0 -0.717025187500000, 1 -0.717047937500000, 0 -0.717109562500000, 1 -0.717132125000000, 0 -0.717177500000000, 1 -0.717200250000000, 0 -0.717235812500000, 1 -0.717258562500000, 0 -0.717278062500000, 1 -0.717300750000000, 0 -0.717333062500000, 1 -0.717355812500000, 0 -0.717401125000000, 1 -0.717423875000000, 0 -0.717582687500000, 1 -0.717605312500000, 0 -0.717621687500000, 1 -0.717644250000000, 0 -0.717692812500000, 1 -0.717692875000000, 0 -0.717693000000000, 1 -0.717715562500000, 0 -0.717777125000000, 1 -0.717799812500000, 0 -0.717842000000000, 1 -0.717864562500000, 0 -0.717903437500000, 1 -0.717903562500000, 0 -0.717903625000000, 1 -0.717926250000000, 0 -0.717945625000000, 1 -0.717968375000000, 0 -0.718000750000000, 1 -0.718023375000000, 0 -0.718078500000000, 1 -0.718101187500000, 0 -0.718260062500000, 1 -0.718282687500000, 0 -0.718298875000000, 1 -0.718321625000000, 0 -0.718370375000000, 1 -0.718392875000000, 0 -0.718454437500000, 1 -0.718477125000000, 0 -0.718519250000000, 1 -0.718541937500000, 0 -0.718580812500000, 1 -0.718603500000000, 0 -0.718623000000000, 1 -0.718645625000000, 0 -0.718678000000000, 1 -0.718700687500000, 0 -0.718755812500000, 1 -0.718778500000000, 0 -0.718937312500000, 1 -0.718960000000000, 0 -0.718976187500000, 1 -0.718998937500000, 0 -0.719047500000000, 1 -0.719070125000000, 0 -0.719131750000000, 1 -0.719154437500000, 0 -0.719199750000000, 1 -0.719222500000000, 0 -0.719258062500000, 1 -0.719280875000000, 0 -0.719300312500000, 1 -0.719323000000000, 0 -0.719355375000000, 1 -0.719378062500000, 0 -0.719423375000000, 1 -0.719446125000000, 0 -0.719604875000000, 1 -0.719604937500000, 0 -0.719605000000000, 1 -0.719627625000000, 0 -0.719643750000000, 1 -0.719666500000000, 0 -0.719715125000000, 1 -0.719737812500000, 0 -0.719799375000000, 1 -0.719822062500000, 0 -0.719867437500000, 1 -0.719890125000000, 0 -0.719925750000000, 1 -0.719948437500000, 0 -0.719967937500000, 1 -0.719990562500000, 0 -0.720022937500000, 1 -0.720045687500000, 0 -0.720091000000000, 1 -0.720113750000000, 0 -0.720272500000000, 1 -0.720295187500000, 0 -0.720311500000000, 1 -0.720334125000000, 0 -0.720382687500000, 1 -0.720405437500000, 0 -0.720466937500000, 1 -0.720489687500000, 0 -0.720535000000000, 1 -0.720557750000000, 0 -0.720593312500000, 1 -0.720616125000000, 0 -0.720635500000000, 1 -0.720658250000000, 0 -0.720690625000000, 1 -0.720713312500000, 0 -0.720758812500000, 1 -0.720781375000000, 0 -0.720940187500000, 1 -0.720962875000000, 0 -0.720979062500000, 1 -0.720979187500000, 0 -0.720979250000000, 1 -0.721001812500000, 0 -0.721050562500000, 1 -0.721073062500000, 0 -0.721134625000000, 1 -0.721157312500000, 0 -0.721202687500000, 1 -0.721225500000000, 0 -0.721261000000000, 1 -0.721283750000000, 0 -0.721303312500000, 1 -0.721325875000000, 0 -0.721358312500000, 1 -0.721381000000000, 0 -0.721426312500000, 1 -0.721449125000000, 0 -0.721607812500000, 1 -0.721630500000000, 0 -0.721646750000000, 1 -0.721669437500000, 0 -0.721718187500000, 1 -0.721740687500000, 0 -0.721802250000000, 1 -0.721825000000000, 0 -0.721870250000000, 1 -0.721893062500000, 0 -0.721928562500000, 1 -0.721951375000000, 0 -0.721970812500000, 1 -0.721993500000000, 0 -0.722025875000000, 1 -0.722048562500000, 0 -0.722093937500000, 1 -0.722116687500000, 0 -0.722275562500000, 1 -0.722298125000000, 0 -0.722314312500000, 1 -0.722337062500000, 0 -0.722385625000000, 1 -0.722408312500000, 0 -0.722469937500000, 1 -0.722492625000000, 0 -0.722538000000000, 1 -0.722560625000000, 0 -0.722596250000000, 1 -0.722596312500000, 0 -0.722596375000000, 1 -0.722619000000000, 0 -0.722638437500000, 1 -0.722661125000000, 0 -0.722693500000000, 1 -0.722716250000000, 0 -0.722761500000000, 1 -0.722784250000000, 0 -0.722943062500000, 1 -0.722965750000000, 0 -0.722981937500000, 1 -0.723004625000000, 0 -0.723053250000000, 1 -0.723075937500000, 0 -0.723137500000000, 1 -0.723160187500000, 0 -0.723202312500000, 1 -0.723225000000000, 0 -0.723263937500000, 1 -0.723286625000000, 0 -0.723306000000000, 1 -0.723328750000000, 0 -0.723361125000000, 1 -0.723383812500000, 0 -0.723438937500000, 1 -0.723461625000000, 0 -0.723620375000000, 1 -0.723643062500000, 0 -0.723659312500000, 1 -0.723682000000000, 0 -0.723730625000000, 1 -0.723753250000000, 0 -0.723814875000000, 1 -0.723837500000000, 0 -0.723882812500000, 1 -0.723905562500000, 0 -0.723941187500000, 1 -0.723964000000000, 0 -0.723983375000000, 1 -0.723983437500000, 0 -0.723983500000000, 1 -0.724006125000000, 0 -0.724038500000000, 1 -0.724061125000000, 0 -0.724106500000000, 1 -0.724129250000000, 0 -0.724288000000000, 1 -0.724288125000000, 0 -0.724288187500000, 1 -0.724310687500000, 0 -0.724327000000000, 1 -0.724349625000000, 0 -0.724398250000000, 1 -0.724420875000000, 0 -0.724482500000000, 1 -0.724505250000000, 0 -0.724547312500000, 1 -0.724570000000000, 0 -0.724608812500000, 1 -0.724631562500000, 0 -0.724651000000000, 1 -0.724673687500000, 0 -0.724706062500000, 1 -0.724728750000000, 0 -0.724783875000000, 1 -0.724806562500000, 0 -0.724965375000000, 1 -0.724988062500000, 0 -0.725004250000000, 1 -0.725027000000000, 0 -0.725075625000000, 1 -0.725098250000000, 0 -0.725159875000000, 1 -0.725182500000000, 0 -0.725224625000000, 1 -0.725247312500000, 0 -0.725286250000000, 1 -0.725308875000000, 0 -0.725328375000000, 1 -0.725351062500000, 0 -0.725383437500000, 1 -0.725406125000000, 0 -0.725461187500000, 1 -0.725483937500000, 0 -0.725642687500000, 1 -0.725665437500000, 0 -0.725681750000000, 1 -0.725704312500000, 0 -0.725752875000000, 1 -0.725775625000000, 0 -0.725837125000000, 1 -0.725837187500000, 0 -0.725837312500000, 1 -0.725859812500000, 0 -0.725905187500000, 1 -0.725927937500000, 0 -0.725963437500000, 1 -0.725986250000000, 0 -0.726005750000000, 1 -0.726028375000000, 0 -0.726060750000000, 1 -0.726060812500000, 0 -0.726060875000000, 1 -0.726083437500000, 0 -0.726128750000000, 1 -0.726151562500000, 0 -0.726310437500000, 1 -0.726333000000000, 0 -0.726349250000000, 1 -0.726371937500000, 0 -0.726420500000000, 1 -0.726443187500000, 0 -0.726504750000000, 1 -0.726504812500000, 0 -0.726504875000000, 1 -0.726527437500000, 0 -0.726572875000000, 1 -0.726595500000000, 0 -0.726631125000000, 1 -0.726653875000000, 0 -0.726673250000000, 1 -0.726695937500000, 0 -0.726728375000000, 1 -0.726751062500000, 0 -0.726796437500000, 1 -0.726819125000000, 0 -0.726978000000000, 1 -0.727000625000000, 0 -0.727016812500000, 1 -0.727039562500000, 0 -0.727088125000000, 1 -0.727110812500000, 0 -0.727172375000000, 1 -0.727195125000000, 0 -0.727237187500000, 1 -0.727259937500000, 0 -0.727298750000000, 1 -0.727321437500000, 0 -0.727340875000000, 1 -0.727363562500000, 0 -0.727396000000000, 1 -0.727418687500000, 0 -0.727473812500000, 1 -0.727496437500000, 0 -0.727655250000000, 1 -0.727655312500000, 0 -0.727655375000000, 1 -0.727677937500000, 0 -0.727694125000000, 1 -0.727716812500000, 0 -0.727765500000000, 1 -0.727788187500000, 0 -0.727849687500000, 1 -0.727872375000000, 0 -0.727914500000000, 1 -0.727937187500000, 0 -0.727976000000000, 1 -0.727998812500000, 0 -0.728018187500000, 1 -0.728040937500000, 0 -0.728073312500000, 1 -0.728096000000000, 0 -0.728151125000000, 1 -0.728173812500000, 0 -0.728332562500000, 1 -0.728332687500000, 0 -0.728332750000000, 1 -0.728355250000000, 0 -0.728371437500000, 1 -0.728371500000000, 0 -0.728371562500000, 1 -0.728394187500000, 0 -0.728442750000000, 1 -0.728442812500000, 0 -0.728442937500000, 1 -0.728465437500000, 0 -0.728527000000000, 1 -0.728549687500000, 0 -0.728591812500000, 1 -0.728614562500000, 0 -0.728653375000000, 1 -0.728676125000000, 0 -0.728695500000000, 1 -0.728718250000000, 0 -0.728750750000000, 1 -0.728773375000000, 0 -0.728828437500000, 1 -0.728851125000000, 0 -0.729009937500000, 1 -0.729032625000000, 0 -0.729048875000000, 1 -0.729071562500000, 0 -0.729120125000000, 1 -0.729142875000000, 0 -0.729204375000000, 1 -0.729227062500000, 0 -0.729269250000000, 1 -0.729291937500000, 0 -0.729330750000000, 1 -0.729330937500000, 0 -0.729331000000000, 1 -0.729353500000000, 0 -0.729372937500000, 1 -0.729395625000000, 0 -0.729428062500000, 1 -0.729450687500000, 0 -0.729505750000000, 1 -0.729528500000000, 0 -0.729687312500000, 1 -0.729709937500000, 0 -0.729726125000000, 1 -0.729748812500000, 0 -0.729797500000000, 1 -0.729820125000000, 0 -0.729881687500000, 1 -0.729904375000000, 0 -0.729949750000000, 1 -0.729972500000000, 0 -0.730008062500000, 1 -0.730030812500000, 0 -0.730050250000000, 1 -0.730072937500000, 0 -0.730105312500000, 1 -0.730128000000000, 0 -0.730173375000000, 1 -0.730196125000000, 0 -0.730354937500000, 1 -0.730377562500000, 0 -0.730393750000000, 1 -0.730416500000000, 0 -0.730465125000000, 1 -0.730487750000000, 0 -0.730549312500000, 1 -0.730572000000000, 0 -0.730617312500000, 1 -0.730640125000000, 0 -0.730675625000000, 1 -0.730698437500000, 0 -0.730717812500000, 1 -0.730740562500000, 0 -0.730772875000000, 1 -0.730795625000000, 0 -0.730841000000000, 1 -0.730863750000000, 0 -0.731022500000000, 1 -0.731045187500000, 0 -0.731061375000000, 1 -0.731084125000000, 0 -0.731132687500000, 1 -0.731155375000000, 0 -0.731216937500000, 1 -0.731239687500000, 0 -0.731281812500000, 1 -0.731304437500000, 0 -0.731343250000000, 1 -0.731366125000000, 0 -0.731385500000000, 1 -0.731408187500000, 0 -0.731440562500000, 1 -0.731463250000000, 0 -0.731518375000000, 1 -0.731541062500000, 0 -0.731699875000000, 1 -0.731722562500000, 0 -0.731738750000000, 1 -0.731761437500000, 0 -0.731810062500000, 1 -0.731832750000000, 0 -0.731894312500000, 1 -0.731917062500000, 0 -0.731959125000000, 1 -0.731981812500000, 0 -0.732020687500000, 1 -0.732043375000000, 0 -0.732062812500000, 1 -0.732085562500000, 0 -0.732118000000000, 1 -0.732140687500000, 0 -0.732195750000000, 1 -0.732218375000000, 0 -0.732377187500000, 1 -0.732399875000000, 0 -0.732416062500000, 1 -0.732416125000000, 0 -0.732416187500000, 1 -0.732438812500000, 0 -0.732487375000000, 1 -0.732510125000000, 0 -0.732571625000000, 1 -0.732594375000000, 0 -0.732639750000000, 1 -0.732662375000000, 0 -0.732698062500000, 1 -0.732720750000000, 0 -0.732740187500000, 1 -0.732762875000000, 0 -0.732795312500000, 1 -0.732818000000000, 0 -0.732863312500000, 1 -0.732886062500000, 0 -0.733044812500000, 1 -0.733067500000000, 0 -0.733083687500000, 1 -0.733106437500000, 0 -0.733155062500000, 1 -0.733177750000000, 0 -0.733239375000000, 1 -0.733262000000000, 0 -0.733307312500000, 1 -0.733330062500000, 0 -0.733365750000000, 1 -0.733388437500000, 0 -0.733408000000000, 1 -0.733430562500000, 0 -0.733462937500000, 1 -0.733485625000000, 0 -0.733530937500000, 1 -0.733553750000000, 0 -0.733712500000000, 1 -0.733735187500000, 0 -0.733751562500000, 1 -0.733774125000000, 0 -0.733822687500000, 1 -0.733845375000000, 0 -0.733906937500000, 1 -0.733929687500000, 0 -0.733975125000000, 1 -0.733997687500000, 0 -0.734033250000000, 1 -0.734056062500000, 0 -0.734075437500000, 1 -0.734075500000000, 0 -0.734075625000000, 1 -0.734098187500000, 0 -0.734130562500000, 1 -0.734153250000000, 0 -0.734198687500000, 1 -0.734221312500000, 0 -0.734380062500000, 1 -0.734402812500000, 0 -0.734419000000000, 1 -0.734441687500000, 0 -0.734490312500000, 1 -0.734513000000000, 0 -0.734574562500000, 1 -0.734597250000000, 0 -0.734642562500000, 1 -0.734665312500000, 0 -0.734700875000000, 1 -0.734723687500000, 0 -0.734743125000000, 1 -0.734765750000000, 0 -0.734798250000000, 1 -0.734820875000000, 0 -0.734866187500000, 1 -0.734888937500000, 0 -0.735047687500000, 1 -0.735070437500000, 0 -0.735086625000000, 1 -0.735109312500000, 0 -0.735157937500000, 1 -0.735180625000000, 0 -0.735242187500000, 1 -0.735264875000000, 0 -0.735310187500000, 1 -0.735332937500000, 0 -0.735368500000000, 1 -0.735391312500000, 0 -0.735410812500000, 1 -0.735433437500000, 0 -0.735465812500000, 1 -0.735488500000000, 0 -0.735533875000000, 1 -0.735556562500000, 0 -0.735715375000000, 1 -0.735715500000000, 0 -0.735715562500000, 1 -0.735738125000000, 0 -0.735754437500000, 1 -0.735777000000000, 0 -0.735825625000000, 1 -0.735848312500000, 0 -0.735909875000000, 1 -0.735932625000000, 0 -0.735977937500000, 1 -0.736000687500000, 0 -0.736036187500000, 1 -0.736059062500000, 0 -0.736078375000000, 1 -0.736101125000000, 0 -0.736133625000000, 1 -0.736156250000000, 0 -0.736201687500000, 1 -0.736224250000000, 0 -0.736383062500000, 1 -0.736405812500000, 0 -0.736421937500000, 1 -0.736422000000000, 0 -0.736422062500000, 1 -0.736444687500000, 0 -0.736493375000000, 1 -0.736516000000000, 0 -0.736577500000000, 1 -0.736600250000000, 0 -0.736645562500000, 1 -0.736668312500000, 0 -0.736703875000000, 1 -0.736726687500000, 0 -0.736746125000000, 1 -0.736768750000000, 0 -0.736801125000000, 1 -0.736823875000000, 0 -0.736869187500000, 1 -0.736891875000000, 0 -0.737050750000000, 1 -0.737073375000000, 0 -0.737089625000000, 1 -0.737112312500000, 0 -0.737160875000000, 1 -0.737183562500000, 0 -0.737245125000000, 1 -0.737267812500000, 0 -0.737313187500000, 1 -0.737335875000000, 0 -0.737371500000000, 1 -0.737394250000000, 0 -0.737413687500000, 1 -0.737436375000000, 0 -0.737468750000000, 1 -0.737468812500000, 0 -0.737468875000000, 1 -0.737491500000000, 0 -0.737536812500000, 1 -0.737559500000000, 0 -0.737718375000000, 1 -0.737741000000000, 0 -0.737757187500000, 1 -0.737779937500000, 0 -0.737828500000000, 1 -0.737851187500000, 0 -0.737912750000000, 1 -0.737935437500000, 0 -0.737980812500000, 1 -0.738003562500000, 0 -0.738039125000000, 1 -0.738061875000000, 0 -0.738081312500000, 1 -0.738104000000000, 0 -0.738136437500000, 1 -0.738159125000000, 0 -0.738204437500000, 1 -0.738227187500000, 0 -0.738386125000000, 1 -0.738408687500000, 0 -0.738424812500000, 1 -0.738447625000000, 0 -0.738496187500000, 1 -0.738518812500000, 0 -0.738518875000000, 1 -0.738518937500000, 0 -0.738580437500000, 1 -0.738603125000000, 0 -0.738645250000000, 1 -0.738667937500000, 0 -0.738706875000000, 1 -0.738729625000000, 0 -0.738749000000000, 1 -0.738771750000000, 0 -0.738804125000000, 1 -0.738826812500000, 0 -0.738881875000000, 1 -0.738904625000000, 0 -0.739063437500000, 1 -0.739086125000000, 0 -0.739102312500000, 1 -0.739102375000000, 0 -0.739102437500000, 1 -0.739125000000000, 0 -0.739173625000000, 1 -0.739173750000000, 0 -0.739173812500000, 1 -0.739196312500000, 0 -0.739258125000000, 1 -0.739280625000000, 0 -0.739325937500000, 1 -0.739348687500000, 0 -0.739384250000000, 1 -0.739407000000000, 0 -0.739426437500000, 1 -0.739449125000000, 0 -0.739481625000000, 1 -0.739504250000000, 0 -0.739549562500000, 1 -0.739572312500000, 0 -0.739731125000000, 1 -0.739753812500000, 0 -0.739770000000000, 1 -0.739792750000000, 0 -0.739841312500000, 1 -0.739864000000000, 0 -0.739925562500000, 1 -0.739948250000000, 0 -0.739996875000000, 1 -0.740019625000000, 0 -0.740052062500000, 1 -0.740074687500000, 0 -0.740094125000000, 1 -0.740116875000000, 0 -0.740149187500000, 1 -0.740171875000000, 0 -0.740207500000000, 1 -0.740230250000000, 0 -0.740389062500000, 1 -0.740411750000000, 0 -0.740427875000000, 1 -0.740427937500000, 0 -0.740428000000000, 1 -0.740450625000000, 0 -0.740499187500000, 1 -0.740521937500000, 0 -0.740583500000000, 1 -0.740606187500000, 0 -0.740651562500000, 1 -0.740651625000000, 0 -0.740651687500000, 1 -0.740674312500000, 0 -0.740709875000000, 1 -0.740732687500000, 0 -0.740752062500000, 1 -0.740774750000000, 0 -0.740807125000000, 1 -0.740807187500000, 0 -0.740807250000000, 1 -0.740829875000000, 0 -0.740875187500000, 1 -0.740897937500000, 0 -0.741056750000000, 1 -0.741079437500000, 0 -0.741095625000000, 1 -0.741118312500000, 0 -0.741166937500000, 1 -0.741189687500000, 0 -0.741251187500000, 1 -0.741273937500000, 0 -0.741319187500000, 1 -0.741342000000000, 0 -0.741377625000000, 1 -0.741400250000000, 0 -0.741419687500000, 1 -0.741419750000000, 0 -0.741419875000000, 1 -0.741442375000000, 0 -0.741474812500000, 1 -0.741497500000000, 0 -0.741542875000000, 1 -0.741542937500000, 0 -0.741543000000000, 1 -0.741565562500000, 0 -0.741724375000000, 1 -0.741747062500000, 0 -0.741763250000000, 1 -0.741785937500000, 0 -0.741834500000000, 1 -0.741857250000000, 0 -0.741918812500000, 1 -0.741941500000000, 0 -0.741986875000000, 1 -0.742009625000000, 0 -0.742045187500000, 1 -0.742068000000000, 0 -0.742087437500000, 1 -0.742110062500000, 0 -0.742142437500000, 1 -0.742165187500000, 0 -0.742210562500000, 1 -0.742233250000000, 0 -0.742392125000000, 1 -0.742414750000000, 0 -0.742430937500000, 1 -0.742453625000000, 0 -0.742502187500000, 1 -0.742502250000000, 0 -0.742502312500000, 1 -0.742524937500000, 0 -0.742586500000000, 1 -0.742609187500000, 0 -0.742654687500000, 1 -0.742677250000000, 0 -0.742712875000000, 1 -0.742735625000000, 0 -0.742755000000000, 1 -0.742777750000000, 0 -0.742810250000000, 1 -0.742832812500000, 0 -0.742878187500000, 1 -0.742900875000000, 0 -0.743059687500000, 1 -0.743082375000000, 0 -0.743098562500000, 1 -0.743121250000000, 0 -0.743169875000000, 1 -0.743192562500000, 0 -0.743254125000000, 1 -0.743276875000000, 0 -0.743322187500000, 1 -0.743344937500000, 0 -0.743380500000000, 1 -0.743403250000000, 0 -0.743422625000000, 1 -0.743445375000000, 0 -0.743477812500000, 1 -0.743500500000000, 0 -0.743545812500000, 1 -0.743568562500000, 0 -0.743727375000000, 1 -0.743750062500000, 0 -0.743766250000000, 1 -0.743788937500000, 0 -0.743837500000000, 1 -0.743860250000000, 0 -0.743921875000000, 1 -0.743944562500000, 0 -0.743989875000000, 1 -0.744012625000000, 0 -0.744048187500000, 1 -0.744070937500000, 0 -0.744090375000000, 1 -0.744090437500000, 0 -0.744090500000000, 1 -0.744113062500000, 0 -0.744145625000000, 1 -0.744168125000000, 0 -0.744213562500000, 1 -0.744236250000000, 0 -0.744395062500000, 1 -0.744417687500000, 0 -0.744433875000000, 1 -0.744456625000000, 0 -0.744505250000000, 1 -0.744527937500000, 0 -0.744589500000000, 1 -0.744612187500000, 0 -0.744657500000000, 1 -0.744680250000000, 0 -0.744715812500000, 1 -0.744738625000000, 0 -0.744758000000000, 1 -0.744758062500000, 0 -0.744758125000000, 1 -0.744780750000000, 0 -0.744813062500000, 1 -0.744835750000000, 0 -0.744881062500000, 1 -0.744903875000000, 0 -0.745062687500000, 1 -0.745085312500000, 0 -0.745101562500000, 1 -0.745124250000000, 0 -0.745172875000000, 1 -0.745195500000000, 0 -0.745257125000000, 1 -0.745279750000000, 0 -0.745325125000000, 1 -0.745347875000000, 0 -0.745383375000000, 1 -0.745406187500000, 0 -0.745425750000000, 1 -0.745448312500000, 0 -0.745480750000000, 1 -0.745503375000000, 0 -0.745548750000000, 1 -0.745571500000000, 0 -0.745730250000000, 1 -0.745752875000000, 0 -0.745769125000000, 1 -0.745791875000000, 0 -0.745840437500000, 1 -0.745863125000000, 0 -0.745924687500000, 1 -0.745924750000000, 0 -0.745924812500000, 1 -0.745947375000000, 0 -0.745992687500000, 1 -0.746015500000000, 0 -0.746051000000000, 1 -0.746073812500000, 0 -0.746093250000000, 1 -0.746115875000000, 0 -0.746148312500000, 1 -0.746171000000000, 0 -0.746216375000000, 1 -0.746239062500000, 0 -0.746397875000000, 1 -0.746420562500000, 0 -0.746436687500000, 1 -0.746436812500000, 0 -0.746436875000000, 1 -0.746459437500000, 0 -0.746508000000000, 1 -0.746530750000000, 0 -0.746592250000000, 1 -0.746615000000000, 0 -0.746660375000000, 1 -0.746683125000000, 0 -0.746718625000000, 1 -0.746741375000000, 0 -0.746760875000000, 1 -0.746783500000000, 0 -0.746815875000000, 1 -0.746838562500000, 0 -0.746883937500000, 1 -0.746906625000000, 0 -0.747065437500000, 1 -0.747088125000000, 0 -0.747104312500000, 1 -0.747127062500000, 0 -0.747175625000000, 1 -0.747198375000000, 0 -0.747260000000000, 1 -0.747282625000000, 0 -0.747324687500000, 1 -0.747347437500000, 0 -0.747386312500000, 1 -0.747409000000000, 0 -0.747428437500000, 1 -0.747451125000000, 0 -0.747483500000000, 1 -0.747506250000000, 0 -0.747561312500000, 1 -0.747561500000000, 0 -0.747561562500000, 1 -0.747584000000000, 0 -0.747742812500000, 1 -0.747765500000000, 0 -0.747781750000000, 1 -0.747804375000000, 0 -0.747853125000000, 1 -0.747875750000000, 0 -0.747937250000000, 1 -0.747960000000000, 0 -0.748002062500000, 1 -0.748024812500000, 0 -0.748063687500000, 1 -0.748086375000000, 0 -0.748105875000000, 1 -0.748128500000000, 0 -0.748161062500000, 1 -0.748183625000000, 0 -0.748238687500000, 1 -0.748261375000000, 0 -0.748420187500000, 1 -0.748442937500000, 0 -0.748459125000000, 1 -0.748481812500000, 0 -0.748530437500000, 1 -0.748553125000000, 0 -0.748614625000000, 1 -0.748637375000000, 0 -0.748682687500000, 1 -0.748705500000000, 0 -0.748741062500000, 1 -0.748763750000000, 0 -0.748763812500000, 1 -0.748763875000000, 0 -0.748783187500000, 1 -0.748805875000000, 0 -0.748838250000000, 1 -0.748861000000000, 0 -0.748906312500000, 1 -0.748929125000000, 0 -0.749087875000000, 1 -0.749110500000000, 0 -0.749126750000000, 1 -0.749149500000000, 0 -0.749198125000000, 1 -0.749220812500000, 0 -0.749282312500000, 1 -0.749305000000000, 0 -0.749347187500000, 1 -0.749369875000000, 0 -0.749408687500000, 1 -0.749431375000000, 0 -0.749450875000000, 1 -0.749473500000000, 0 -0.749505875000000, 1 -0.749528625000000, 0 -0.749583750000000, 1 -0.749583812500000, 0 -0.749583875000000, 1 -0.749606500000000, 0 -0.749765250000000, 1 -0.749787937500000, 0 -0.749804125000000, 1 -0.749826812500000, 0 -0.749875437500000, 1 -0.749898125000000, 0 -0.749959687500000, 1 -0.749982437500000, 0 -0.750027750000000, 1 -0.750050437500000, 0 -0.750086000000000, 1 -0.750108812500000, 0 -0.750128187500000, 1 -0.750150937500000, 0 -0.750183312500000, 1 -0.750206000000000, 0 -0.750251375000000, 1 -0.750274062500000, 0 -0.750432875000000, 1 -0.750455562500000, 0 -0.750471750000000, 1 -0.750494437500000, 0 -0.750543062500000, 1 -0.750565750000000, 0 -0.750627312500000, 1 -0.750650062500000, 0 -0.750692187500000, 1 -0.750714875000000, 0 -0.750753687500000, 1 -0.750776437500000, 0 -0.750795937500000, 1 -0.750818562500000, 0 -0.750850937500000, 1 -0.750873687500000, 0 -0.750928812500000, 1 -0.750951437500000, 0 -0.751110250000000, 1 -0.751133000000000, 0 -0.751149187500000, 1 -0.751171812500000, 0 -0.751220500000000, 1 -0.751243187500000, 0 -0.751304750000000, 1 -0.751327437500000, 0 -0.751369625000000, 1 -0.751392250000000, 0 -0.751431125000000, 1 -0.751431187500000, 0 -0.751431312500000, 1 -0.751453812500000, 0 -0.751473250000000, 1 -0.751495937500000, 0 -0.751528375000000, 1 -0.751551062500000, 0 -0.751606250000000, 1 -0.751628812500000, 0 -0.751787750000000, 1 -0.751810312500000, 0 -0.751826500000000, 1 -0.751849250000000, 0 -0.751897812500000, 1 -0.751920500000000, 0 -0.751982125000000, 1 -0.752004812500000, 0 -0.752050187500000, 1 -0.752072875000000, 0 -0.752108500000000, 1 -0.752131250000000, 0 -0.752150687500000, 1 -0.752173312500000, 0 -0.752205750000000, 1 -0.752228437500000, 0 -0.752273812500000, 1 -0.752296500000000, 0 -0.752455312500000, 1 -0.752478000000000, 0 -0.752494187500000, 1 -0.752516937500000, 0 -0.752565500000000, 1 -0.752588250000000, 0 -0.752649750000000, 1 -0.752649812500000, 0 -0.752649937500000, 1 -0.752672500000000, 0 -0.752717812500000, 1 -0.752740562500000, 0 -0.752776062500000, 1 -0.752798875000000, 0 -0.752818312500000, 1 -0.752841000000000, 0 -0.752873500000000, 1 -0.752896125000000, 0 -0.752941437500000, 1 -0.752964187500000, 0 -0.753123000000000, 1 -0.753145687500000, 0 -0.753161875000000, 1 -0.753161937500000, 0 -0.753162000000000, 1 -0.753184687500000, 0 -0.753233187500000, 1 -0.753255875000000, 0 -0.753317437500000, 1 -0.753340125000000, 0 -0.753385500000000, 1 -0.753408187500000, 0 -0.753443812500000, 1 -0.753466625000000, 0 -0.753486125000000, 1 -0.753508687500000, 0 -0.753541062500000, 1 -0.753563750000000, 0 -0.753609125000000, 1 -0.753609187500000, 0 -0.753609250000000, 1 -0.753631812500000, 0 -0.753790687500000, 1 -0.753813312500000, 0 -0.753829562500000, 1 -0.753829625000000, 0 -0.753829687500000, 1 -0.753852187500000, 0 -0.753900937500000, 1 -0.753923500000000, 0 -0.753985000000000, 1 -0.754007750000000, 0 -0.754053062500000, 1 -0.754075875000000, 0 -0.754111437500000, 1 -0.754134187500000, 0 -0.754153625000000, 1 -0.754176250000000, 0 -0.754208812500000, 1 -0.754231375000000, 0 -0.754276687500000, 1 -0.754299437500000, 0 -0.754458187500000, 1 -0.754480937500000, 0 -0.754497062500000, 1 -0.754519750000000, 0 -0.754568375000000, 1 -0.754591062500000, 0 -0.754652625000000, 1 -0.754675375000000, 0 -0.754717375000000, 1 -0.754740125000000, 0 -0.754779000000000, 1 -0.754801687500000, 0 -0.754821187500000, 1 -0.754843812500000, 0 -0.754876250000000, 1 -0.754898937500000, 0 -0.754954000000000, 1 -0.754976750000000, 0 -0.755135562500000, 1 -0.755158187500000, 0 -0.755174375000000, 1 -0.755197062500000, 0 -0.755245687500000, 1 -0.755268437500000, 0 -0.755329937500000, 1 -0.755352687500000, 0 -0.755394875000000, 1 -0.755417500000000, 0 -0.755456375000000, 1 -0.755456437500000, 0 -0.755456562500000, 1 -0.755479125000000, 0 -0.755498562500000, 1 -0.755521250000000, 0 -0.755553625000000, 1 -0.755576312500000, 0 -0.755631500000000, 1 -0.755654062500000, 0 -0.755812937500000, 1 -0.755835562500000, 0 -0.755851812500000, 1 -0.755874500000000, 0 -0.755923125000000, 1 -0.755923187500000, 0 -0.755923250000000, 1 -0.755945812500000, 0 -0.756007375000000, 1 -0.756030000000000, 0 -0.756075375000000, 1 -0.756098062500000, 0 -0.756133625000000, 1 -0.756156437500000, 0 -0.756176000000000, 1 -0.756198562500000, 0 -0.756230937500000, 1 -0.756253687500000, 0 -0.756299000000000, 1 -0.756321750000000, 0 -0.756480500000000, 1 -0.756503187500000, 0 -0.756519312500000, 1 -0.756542125000000, 0 -0.756590687500000, 1 -0.756613375000000, 0 -0.756674937500000, 1 -0.756675000000000, 0 -0.756675062500000, 1 -0.756697625000000, 0 -0.756743000000000, 1 -0.756765687500000, 0 -0.756801250000000, 1 -0.756801312500000, 0 -0.756801375000000, 1 -0.756824000000000, 0 -0.756843437500000, 1 -0.756866125000000, 0 -0.756898500000000, 1 -0.756921187500000, 0 -0.756966500000000, 1 -0.756989250000000, 0 -0.757148062500000, 1 -0.757170750000000, 0 -0.757187000000000, 1 -0.757209687500000, 0 -0.757258250000000, 1 -0.757281000000000, 0 -0.757342500000000, 1 -0.757365187500000, 0 -0.757407312500000, 1 -0.757430062500000, 0 -0.757468875000000, 1 -0.757491625000000, 0 -0.757511000000000, 1 -0.757533750000000, 0 -0.757566125000000, 1 -0.757588812500000, 0 -0.757644000000000, 1 -0.757666625000000, 0 -0.757825437500000, 1 -0.757848062500000, 0 -0.757864375000000, 1 -0.757887000000000, 0 -0.757935625000000, 1 -0.757958250000000, 0 -0.758019875000000, 1 -0.758042562500000, 0 -0.758087875000000, 1 -0.758110625000000, 0 -0.758146187500000, 1 -0.758169000000000, 0 -0.758188500000000, 1 -0.758211062500000, 0 -0.758243437500000, 1 -0.758243500000000, 0 -0.758243625000000, 1 -0.758266187500000, 0 -0.758311500000000, 1 -0.758311562500000, 0 -0.758311625000000, 1 -0.758334250000000, 0 -0.758493062500000, 1 -0.758515687500000, 0 -0.758532000000000, 1 -0.758554625000000, 0 -0.758603187500000, 1 -0.758625937500000, 0 -0.758687437500000, 1 -0.758710187500000, 0 -0.758752250000000, 1 -0.758752312500000, 0 -0.758752375000000, 1 -0.758775000000000, 0 -0.758813875000000, 1 -0.758836562500000, 0 -0.758856125000000, 1 -0.758878687500000, 0 -0.758911062500000, 1 -0.758933750000000, 0 -0.758988875000000, 1 -0.759011625000000, 0 -0.759170375000000, 1 -0.759193062500000, 0 -0.759209312500000, 1 -0.759232000000000, 0 -0.759280625000000, 1 -0.759303250000000, 0 -0.759364812500000, 1 -0.759364875000000, 0 -0.759364937500000, 1 -0.759387562500000, 0 -0.759429687500000, 1 -0.759452375000000, 0 -0.759491312500000, 1 -0.759514000000000, 0 -0.759533437500000, 1 -0.759556062500000, 0 -0.759588437500000, 1 -0.759611187500000, 0 -0.759666250000000, 1 -0.759689000000000, 0 -0.759847812500000, 1 -0.759870500000000, 0 -0.759886625000000, 1 -0.759909375000000, 0 -0.759957937500000, 1 -0.759980687500000, 0 -0.760042312500000, 1 -0.760064937500000, 0 -0.760110312500000, 1 -0.760133000000000, 0 -0.760168562500000, 1 -0.760191375000000, 0 -0.760210812500000, 1 -0.760233500000000, 0 -0.760265875000000, 1 -0.760288562500000, 0 -0.760333875000000, 1 -0.760356625000000, 0 -0.760515437500000, 1 -0.760515500000000, 0 -0.760515562500000, 1 -0.760538125000000, 0 -0.760554312500000, 1 -0.760577000000000, 0 -0.760625625000000, 1 -0.760648312500000, 0 -0.760709875000000, 1 -0.760709937500000, 0 -0.760710062500000, 1 -0.760732625000000, 0 -0.760777937500000, 1 -0.760800625000000, 0 -0.760836312500000, 1 -0.760859062500000, 0 -0.760878437500000, 1 -0.760901187500000, 0 -0.760933500000000, 1 -0.760933562500000, 0 -0.760933687500000, 1 -0.760956250000000, 0 -0.761001562500000, 1 -0.761024312500000, 0 -0.761183125000000, 1 -0.761183187500000, 0 -0.761183250000000, 1 -0.761205750000000, 0 -0.761222000000000, 1 -0.761244750000000, 0 -0.761293312500000, 1 -0.761315937500000, 0 -0.761377500000000, 1 -0.761400250000000, 0 -0.761445562500000, 1 -0.761468375000000, 0 -0.761503875000000, 1 -0.761504000000000, 0 -0.761504062500000, 1 -0.761526687500000, 0 -0.761546125000000, 1 -0.761568750000000, 0 -0.761601187500000, 1 -0.761601250000000, 0 -0.761601312500000, 1 -0.761623875000000, 0 -0.761669187500000, 1 -0.761692000000000, 0 -0.761850750000000, 1 -0.761873437500000, 0 -0.761889625000000, 1 -0.761889687500000, 0 -0.761889750000000, 1 -0.761912312500000, 0 -0.761961000000000, 1 -0.761983687500000, 0 -0.762045250000000, 1 -0.762067937500000, 0 -0.762113250000000, 1 -0.762135937500000, 0 -0.762171500000000, 1 -0.762194312500000, 0 -0.762213687500000, 1 -0.762236375000000, 0 -0.762268812500000, 1 -0.762291562500000, 0 -0.762336875000000, 1 -0.762359625000000, 0 -0.762518375000000, 1 -0.762541000000000, 0 -0.762557187500000, 1 -0.762557312500000, 0 -0.762557375000000, 1 -0.762579937500000, 0 -0.762628750000000, 1 -0.762651250000000, 0 -0.762712750000000, 1 -0.762735562500000, 0 -0.762780812500000, 1 -0.762803562500000, 0 -0.762839125000000, 1 -0.762839187500000, 0 -0.762839312500000, 1 -0.762861937500000, 0 -0.762881250000000, 1 -0.762881375000000, 0 -0.762881437500000, 1 -0.762904000000000, 0 -0.762936437500000, 1 -0.762936500000000, 0 -0.762936562500000, 1 -0.762959125000000, 0 -0.763004500000000, 1 -0.763027250000000, 0 -0.763186000000000, 1 -0.763208625000000, 0 -0.763225000000000, 1 -0.763247562500000, 0 -0.763296125000000, 1 -0.763318875000000, 0 -0.763380437500000, 1 -0.763403125000000, 0 -0.763445187500000, 1 -0.763467937500000, 0 -0.763506812500000, 1 -0.763529562500000, 0 -0.763549062500000, 1 -0.763571625000000, 0 -0.763604187500000, 1 -0.763626750000000, 0 -0.763681812500000, 1 -0.763704562500000, 0 -0.763863312500000, 1 -0.763886000000000, 0 -0.763902312500000, 1 -0.763924875000000, 0 -0.763973500000000, 1 -0.763996187500000, 0 -0.764057750000000, 1 -0.764057812500000, 0 -0.764057875000000, 1 -0.764080500000000, 0 -0.764122687500000, 1 -0.764145312500000, 0 -0.764184250000000, 1 -0.764206875000000, 0 -0.764226250000000, 1 -0.764226375000000, 0 -0.764226437500000, 1 -0.764249000000000, 0 -0.764281500000000, 1 -0.764304062500000, 0 -0.764359250000000, 1 -0.764381812500000, 0 -0.764540625000000, 1 -0.764540687500000, 0 -0.764540812500000, 1 -0.764563312500000, 0 -0.764579500000000, 1 -0.764579625000000, 0 -0.764579687500000, 1 -0.764602312500000, 0 -0.764650875000000, 1 -0.764673500000000, 0 -0.764735125000000, 1 -0.764757750000000, 0 -0.764803125000000, 1 -0.764825875000000, 0 -0.764861437500000, 1 -0.764884187500000, 0 -0.764903625000000, 1 -0.764903687500000, 0 -0.764903750000000, 1 -0.764926312500000, 0 -0.764958750000000, 1 -0.764981375000000, 0 -0.765026875000000, 1 -0.765049500000000, 0 -0.765208312500000, 1 -0.765231062500000, 0 -0.765247187500000, 1 -0.765269875000000, 0 -0.765318500000000, 1 -0.765341125000000, 0 -0.765402875000000, 1 -0.765425500000000, 0 -0.765470750000000, 1 -0.765493562500000, 0 -0.765529000000000, 1 -0.765551875000000, 0 -0.765571250000000, 1 -0.765594000000000, 0 -0.765626375000000, 1 -0.765649062500000, 0 -0.765694437500000, 1 -0.765717125000000, 0 -0.765875937500000, 1 -0.765898687500000, 0 -0.765914812500000, 1 -0.765937562500000, 0 -0.765986125000000, 1 -0.766008812500000, 0 -0.766070375000000, 1 -0.766093062500000, 0 -0.766135125000000, 1 -0.766157875000000, 0 -0.766196812500000, 1 -0.766219437500000, 0 -0.766238875000000, 1 -0.766261625000000, 0 -0.766294000000000, 1 -0.766316687500000, 0 -0.766371750000000, 1 -0.766394500000000, 0 -0.766553312500000, 1 -0.766575875000000, 0 -0.766592125000000, 1 -0.766614875000000, 0 -0.766663500000000, 1 -0.766686062500000, 0 -0.766747687500000, 1 -0.766770375000000, 0 -0.766812437500000, 1 -0.766835187500000, 0 -0.766874000000000, 1 -0.766896750000000, 0 -0.766916187500000, 1 -0.766916250000000, 0 -0.766916375000000, 1 -0.766938875000000, 0 -0.766971250000000, 1 -0.766971312500000, 0 -0.766971375000000, 1 -0.766993937500000, 0 -0.767049062500000, 1 -0.767049125000000, 0 -0.767049250000000, 1 -0.767071812500000, 0 -0.767230562500000, 1 -0.767253187500000, 0 -0.767269562500000, 1 -0.767292187500000, 0 -0.767340750000000, 1 -0.767363437500000, 0 -0.767425000000000, 1 -0.767425062500000, 0 -0.767425125000000, 1 -0.767447687500000, 0 -0.767493000000000, 1 -0.767515750000000, 0 -0.767551375000000, 1 -0.767574125000000, 0 -0.767593500000000, 1 -0.767616250000000, 0 -0.767648562500000, 1 -0.767648625000000, 0 -0.767648687500000, 1 -0.767671312500000, 0 -0.767716625000000, 1 -0.767739375000000, 0 -0.767898250000000, 1 -0.767920875000000, 0 -0.767937125000000, 1 -0.767959750000000, 0 -0.768008312500000, 1 -0.768031062500000, 0 -0.768092750000000, 1 -0.768115312500000, 0 -0.768160687500000, 1 -0.768183437500000, 0 -0.768218937500000, 1 -0.768241750000000, 0 -0.768261187500000, 1 -0.768283875000000, 0 -0.768316312500000, 1 -0.768339000000000, 0 -0.768384312500000, 1 -0.768407062500000, 0 -0.768565875000000, 1 -0.768588500000000, 0 -0.768604750000000, 1 -0.768604812500000, 0 -0.768604875000000, 1 -0.768627437500000, 0 -0.768676062500000, 1 -0.768676125000000, 0 -0.768676187500000, 1 -0.768698687500000, 0 -0.768760437500000, 1 -0.768783000000000, 0 -0.768828312500000, 1 -0.768828375000000, 0 -0.768828437500000, 1 -0.768851062500000, 0 -0.768886687500000, 1 -0.768909375000000, 0 -0.768928812500000, 1 -0.768951500000000, 0 -0.768984000000000, 1 -0.769006625000000, 0 -0.769052000000000, 1 -0.769074750000000, 0 -0.769233500000000, 1 -0.769256187500000, 0 -0.769272375000000, 1 -0.769295062500000, 0 -0.769343687500000, 1 -0.769366375000000, 0 -0.769427937500000, 1 -0.769450625000000, 0 -0.769495937500000, 1 -0.769518750000000, 0 -0.769554312500000, 1 -0.769577062500000, 0 -0.769596500000000, 1 -0.769619187500000, 0 -0.769651562500000, 1 -0.769674250000000, 0 -0.769719687500000, 1 -0.769742375000000, 0 -0.769901125000000, 1 -0.769923750000000, 0 -0.769940000000000, 1 -0.769962687500000, 0 -0.770011437500000, 1 -0.770034000000000, 0 -0.770095625000000, 1 -0.770118250000000, 0 -0.770163562500000, 1 -0.770186312500000, 0 -0.770221875000000, 1 -0.770244687500000, 0 -0.770264062500000, 1 -0.770286750000000, 0 -0.770319125000000, 1 -0.770319187500000, 0 -0.770319312500000, 1 -0.770341875000000, 0 -0.770387187500000, 1 -0.770409875000000, 0 -0.770568687500000, 1 -0.770591375000000, 0 -0.770607625000000, 1 -0.770607687500000, 0 -0.770607750000000, 1 -0.770630250000000, 0 -0.770678875000000, 1 -0.770701562500000, 0 -0.770763125000000, 1 -0.770785875000000, 0 -0.770831187500000, 1 -0.770853875000000, 0 -0.770889437500000, 1 -0.770912250000000, 0 -0.770931625000000, 1 -0.770954375000000, 0 -0.770986687500000, 1 -0.771009437500000, 0 -0.771054750000000, 1 -0.771077562500000, 0 -0.771236250000000, 1 -0.771258937500000, 0 -0.771275125000000, 1 -0.771297812500000, 0 -0.771346437500000, 1 -0.771346500000000, 0 -0.771346562500000, 1 -0.771369125000000, 0 -0.771430687500000, 1 -0.771453437500000, 0 -0.771498750000000, 1 -0.771521500000000, 0 -0.771557125000000, 1 -0.771579812500000, 0 -0.771599250000000, 1 -0.771621937500000, 0 -0.771654250000000, 1 -0.771676937500000, 0 -0.771722312500000, 1 -0.771745062500000, 0 -0.771903812500000, 1 -0.771926500000000, 0 -0.771942750000000, 1 -0.771965437500000, 0 -0.772014062500000, 1 -0.772036750000000, 0 -0.772098312500000, 1 -0.772121000000000, 0 -0.772166375000000, 1 -0.772189062500000, 0 -0.772224562500000, 1 -0.772247437500000, 0 -0.772266875000000, 1 -0.772289500000000, 0 -0.772322000000000, 1 -0.772344562500000, 0 -0.772389937500000, 1 -0.772412687500000, 0 -0.772571500000000, 1 -0.772571562500000, 0 -0.772571625000000, 1 -0.772594125000000, 0 -0.772610375000000, 1 -0.772633062500000, 0 -0.772681687500000, 1 -0.772704375000000, 0 -0.772765875000000, 1 -0.772788625000000, 0 -0.772833875000000, 1 -0.772856625000000, 0 -0.772892187500000, 1 -0.772915062500000, 0 -0.772934562500000, 1 -0.772957125000000, 0 -0.772989500000000, 1 -0.773012187500000, 0 -0.773057562500000, 1 -0.773080250000000, 0 -0.773239062500000, 1 -0.773261687500000, 0 -0.773277875000000, 1 -0.773300625000000, 0 -0.773349187500000, 1 -0.773371937500000, 0 -0.773433562500000, 1 -0.773456187500000, 0 -0.773498312500000, 1 -0.773521000000000, 0 -0.773559875000000, 1 -0.773559937500000, 0 -0.773560000000000, 1 -0.773582562500000, 0 -0.773602000000000, 1 -0.773624687500000, 0 -0.773657125000000, 1 -0.773679812500000, 0 -0.773734875000000, 1 -0.773757625000000, 0 -0.773916375000000, 1 -0.773916437500000, 0 -0.773916500000000, 1 -0.773939062500000, 0 -0.773955250000000, 1 -0.773978000000000, 0 -0.774026562500000, 1 -0.774049250000000, 0 -0.774110750000000, 1 -0.774110812500000, 0 -0.774110937500000, 1 -0.774133500000000, 0 -0.774178750000000, 1 -0.774201562500000, 0 -0.774237187500000, 1 -0.774259875000000, 0 -0.774279312500000, 1 -0.774302000000000, 0 -0.774334500000000, 1 -0.774357125000000, 0 -0.774402375000000, 1 -0.774425125000000, 0 -0.774583875000000, 1 -0.774606562500000, 0 -0.774622750000000, 1 -0.774645500000000, 0 -0.774694125000000, 1 -0.774716750000000, 0 -0.774778312500000, 1 -0.774801000000000, 0 -0.774846375000000, 1 -0.774869125000000, 0 -0.774904687500000, 1 -0.774927437500000, 0 -0.774946875000000, 1 -0.774969562500000, 0 -0.775001937500000, 1 -0.775024687500000, 0 -0.775070062500000, 1 -0.775092750000000, 0 -0.775251625000000, 1 -0.775274250000000, 0 -0.775290500000000, 1 -0.775313125000000, 0 -0.775361812500000, 1 -0.775384500000000, 0 -0.775446000000000, 1 -0.775468750000000, 0 -0.775510875000000, 1 -0.775533500000000, 0 -0.775572375000000, 1 -0.775595187500000, 0 -0.775614625000000, 1 -0.775637250000000, 0 -0.775669625000000, 1 -0.775692312500000, 0 -0.775747437500000, 1 -0.775770125000000, 0 -0.775928937500000, 1 -0.775951625000000, 0 -0.775967750000000, 1 -0.775990500000000, 0 -0.776039187500000, 1 -0.776061812500000, 0 -0.776123375000000, 1 -0.776146062500000, 0 -0.776191437500000, 1 -0.776214187500000, 0 -0.776249875000000, 1 -0.776272562500000, 0 -0.776291875000000, 1 -0.776314625000000, 0 -0.776347062500000, 1 -0.776369687500000, 0 -0.776415250000000, 1 -0.776437812500000, 0 -0.776596625000000, 1 -0.776596687500000, 0 -0.776596750000000, 1 -0.776619250000000, 0 -0.776635437500000, 1 -0.776658250000000, 0 -0.776706812500000, 1 -0.776729500000000, 0 -0.776791062500000, 1 -0.776813750000000, 0 -0.776855875000000, 1 -0.776855937500000, 0 -0.776856000000000, 1 -0.776878625000000, 0 -0.776917500000000, 1 -0.776940125000000, 0 -0.776959625000000, 1 -0.776982312500000, 0 -0.777014750000000, 1 -0.777037375000000, 0 -0.777092500000000, 1 -0.777115187500000, 0 -0.777273937500000, 1 -0.777296625000000, 0 -0.777312875000000, 1 -0.777335562500000, 0 -0.777384125000000, 1 -0.777406812500000, 0 -0.777468375000000, 1 -0.777491125000000, 0 -0.777533312500000, 1 -0.777555875000000, 0 -0.777594750000000, 1 -0.777617500000000, 0 -0.777636937500000, 1 -0.777659687500000, 0 -0.777692062500000, 1 -0.777714750000000, 0 -0.777769812500000, 1 -0.777792562500000, 0 -0.777951375000000, 1 -0.777974062500000, 0 -0.777990187500000, 1 -0.778012937500000, 0 -0.778061562500000, 1 -0.778084187500000, 0 -0.778145812500000, 1 -0.778168500000000, 0 -0.778213812500000, 1 -0.778213875000000, 0 -0.778213937500000, 1 -0.778236562500000, 0 -0.778272125000000, 1 -0.778294875000000, 0 -0.778314437500000, 1 -0.778337000000000, 0 -0.778369437500000, 1 -0.778392062500000, 0 -0.778437500000000, 1 -0.778460187500000, 0 -0.778619000000000, 1 -0.778641625000000, 0 -0.778657875000000, 1 -0.778680562500000, 0 -0.778729250000000, 1 -0.778751875000000, 0 -0.778813437500000, 1 -0.778836125000000, 0 -0.778881437500000, 1 -0.778904250000000, 0 -0.778939750000000, 1 -0.778962562500000, 0 -0.778981937500000, 1 -0.779004625000000, 0 -0.779037062500000, 1 -0.779059750000000, 0 -0.779105125000000, 1 -0.779127875000000, 0 -0.779286625000000, 1 -0.779309312500000, 0 -0.779325500000000, 1 -0.779348250000000, 0 -0.779396812500000, 1 -0.779419500000000, 0 -0.779481062500000, 1 -0.779503750000000, 0 -0.779545875000000, 1 -0.779568562500000, 0 -0.779607437500000, 1 -0.779630187500000, 0 -0.779649562500000, 1 -0.779649625000000, 0 -0.779649687500000, 1 -0.779672250000000, 0 -0.779704687500000, 1 -0.779727375000000, 0 -0.779782437500000, 1 -0.779805187500000, 0 -0.779963937500000, 1 -0.779986625000000, 0 -0.780002812500000, 1 -0.780025500000000, 0 -0.780074125000000, 1 -0.780096875000000, 0 -0.780158375000000, 1 -0.780181062500000, 0 -0.780226375000000, 1 -0.780249125000000, 0 -0.780284687500000, 1 -0.780307437500000, 0 -0.780326937500000, 1 -0.780349562500000, 0 -0.780382125000000, 1 -0.780404750000000, 0 -0.780450062500000, 1 -0.780472750000000, 0 -0.780631562500000, 1 -0.780654187500000, 0 -0.780670437500000, 1 -0.780693125000000, 0 -0.780741750000000, 1 -0.780764437500000, 0 -0.780826125000000, 1 -0.780848687500000, 0 -0.780894000000000, 1 -0.780916812500000, 0 -0.780952375000000, 1 -0.780975125000000, 0 -0.780994500000000, 1 -0.781017187500000, 0 -0.781049625000000, 1 -0.781072375000000, 0 -0.781117625000000, 1 -0.781117687500000, 0 -0.781117750000000, 1 -0.781140437500000, 0 -0.781299125000000, 1 -0.781321812500000, 0 -0.781338000000000, 1 -0.781360750000000, 0 -0.781409312500000, 1 -0.781432000000000, 0 -0.781493625000000, 1 -0.781516375000000, 0 -0.781561687500000, 1 -0.781584437500000, 0 -0.781620000000000, 1 -0.781642750000000, 0 -0.781662187500000, 1 -0.781684875000000, 0 -0.781717250000000, 1 -0.781739937500000, 0 -0.781785375000000, 1 -0.781808000000000, 0 -0.781966812500000, 1 -0.781989500000000, 0 -0.782005687500000, 1 -0.782028375000000, 0 -0.782077000000000, 1 -0.782099750000000, 0 -0.782161437500000, 1 -0.782184000000000, 0 -0.782226062500000, 1 -0.782248812500000, 0 -0.782287625000000, 1 -0.782287687500000, 0 -0.782287750000000, 1 -0.782310375000000, 0 -0.782329812500000, 1 -0.782352500000000, 0 -0.782384875000000, 1 -0.782407562500000, 0 -0.782462750000000, 1 -0.782485375000000, 0 -0.782644250000000, 1 -0.782666875000000, 0 -0.782683062500000, 1 -0.782705812500000, 0 -0.782754500000000, 1 -0.782777062500000, 0 -0.782838625000000, 1 -0.782861375000000, 0 -0.782903437500000, 1 -0.782926250000000, 0 -0.782965062500000, 1 -0.782965125000000, 0 -0.782965250000000, 1 -0.782987750000000, 0 -0.783007187500000, 1 -0.783029937500000, 0 -0.783062312500000, 1 -0.783085000000000, 0 -0.783140125000000, 1 -0.783140187500000, 0 -0.783140250000000, 1 -0.783162812500000, 0 -0.783321625000000, 1 -0.783344250000000, 0 -0.783360500000000, 1 -0.783383250000000, 0 -0.783431812500000, 1 -0.783454500000000, 0 -0.783516062500000, 1 -0.783538687500000, 0 -0.783584062500000, 1 -0.783606812500000, 0 -0.783642375000000, 1 -0.783665187500000, 0 -0.783684625000000, 1 -0.783707312500000, 0 -0.783739687500000, 1 -0.783762375000000, 0 -0.783807687500000, 1 -0.783830437500000, 0 -0.783989187500000, 1 -0.784011875000000, 0 -0.784028062500000, 1 -0.784050812500000, 0 -0.784099500000000, 1 -0.784122125000000, 0 -0.784183625000000, 1 -0.784206375000000, 0 -0.784248437500000, 1 -0.784271187500000, 0 -0.784310125000000, 1 -0.784332812500000, 0 -0.784352187500000, 1 -0.784374875000000, 0 -0.784407250000000, 1 -0.784429937500000, 0 -0.784485187500000, 1 -0.784507750000000, 0 -0.784666562500000, 1 -0.784689187500000, 0 -0.784705437500000, 1 -0.784728187500000, 0 -0.784776750000000, 1 -0.784799500000000, 0 -0.784861000000000, 1 -0.784883687500000, 0 -0.784929062500000, 1 -0.784951750000000, 0 -0.784987312500000, 1 -0.785010125000000, 0 -0.785029562500000, 1 -0.785052250000000, 0 -0.785084625000000, 1 -0.785107375000000, 0 -0.785152687500000, 1 -0.785175375000000, 0 -0.785334250000000, 1 -0.785356937500000, 0 -0.785373125000000, 1 -0.785395875000000, 0 -0.785444375000000, 1 -0.785467125000000, 0 -0.785528750000000, 1 -0.785551375000000, 0 -0.785596687500000, 1 -0.785619500000000, 0 -0.785655125000000, 1 -0.785677812500000, 0 -0.785697250000000, 1 -0.785719875000000, 0 -0.785752312500000, 1 -0.785775000000000, 0 -0.785820375000000, 1 -0.785843062500000, 0 -0.786001875000000, 1 -0.786024562500000, 0 -0.786041000000000, 1 -0.786063500000000, 0 -0.786112125000000, 1 -0.786134812500000, 0 -0.786196375000000, 1 -0.786219062500000, 0 -0.786264500000000, 1 -0.786287187500000, 0 -0.786322750000000, 1 -0.786345500000000, 0 -0.786365000000000, 1 -0.786387625000000, 0 -0.786420000000000, 1 -0.786420062500000, 0 -0.786420125000000, 1 -0.786442687500000, 0 -0.786488062500000, 1 -0.786510750000000, 0 -0.786669562500000, 1 -0.786692250000000, 0 -0.786708437500000, 1 -0.786731187500000, 0 -0.786779812500000, 1 -0.786802437500000, 0 -0.786864125000000, 1 -0.786886750000000, 0 -0.786932125000000, 1 -0.786954812500000, 0 -0.786990437500000, 1 -0.787013250000000, 0 -0.787032562500000, 1 -0.787055312500000, 0 -0.787087687500000, 1 -0.787110437500000, 0 -0.787155750000000, 1 -0.787178500000000, 0 -0.787337312500000, 1 -0.787360000000000, 0 -0.787376187500000, 1 -0.787398937500000, 0 -0.787447437500000, 1 -0.787470187500000, 0 -0.787531750000000, 1 -0.787554500000000, 0 -0.787599875000000, 1 -0.787622500000000, 0 -0.787658062500000, 1 -0.787680937500000, 0 -0.787700312500000, 1 -0.787723000000000, 0 -0.787755437500000, 1 -0.787778062500000, 0 -0.787823437500000, 1 -0.787846125000000, 0 -0.788005000000000, 1 -0.788027625000000, 0 -0.788043812500000, 1 -0.788043875000000, 0 -0.788044000000000, 1 -0.788066562500000, 0 -0.788115250000000, 1 -0.788137812500000, 0 -0.788199562500000, 1 -0.788222125000000, 0 -0.788267500000000, 1 -0.788290125000000, 0 -0.788325750000000, 1 -0.788348500000000, 0 -0.788367875000000, 1 -0.788390625000000, 0 -0.788423000000000, 1 -0.788445687500000, 0 -0.788491062500000, 1 -0.788513750000000, 0 -0.788672562500000, 1 -0.788695250000000, 0 -0.788711437500000, 1 -0.788734125000000, 0 -0.788782812500000, 1 -0.788805500000000, 0 -0.788867062500000, 1 -0.788889750000000, 0 -0.788935062500000, 1 -0.788957812500000, 0 -0.788993375000000, 1 -0.788993437500000, 0 -0.788993500000000, 1 -0.789016187500000, 0 -0.789035562500000, 1 -0.789058250000000, 0 -0.789090687500000, 1 -0.789113375000000, 0 -0.789158687500000, 1 -0.789158750000000, 0 -0.789158812500000, 1 -0.789181437500000, 0 -0.789340250000000, 1 -0.789362937500000, 0 -0.789379187500000, 1 -0.789401875000000, 0 -0.789450437500000, 1 -0.789473187500000, 0 -0.789534750000000, 1 -0.789557437500000, 0 -0.789599500000000, 1 -0.789622250000000, 0 -0.789661062500000, 1 -0.789683812500000, 0 -0.789703250000000, 1 -0.789726000000000, 0 -0.789758312500000, 1 -0.789781000000000, 0 -0.789836125000000, 1 -0.789836187500000, 0 -0.789836312500000, 1 -0.789858875000000, 0 -0.790017625000000, 1 -0.790040375000000, 0 -0.790056500000000, 1 -0.790079187500000, 0 -0.790127812500000, 1 -0.790150500000000, 0 -0.790212125000000, 1 -0.790212187500000, 0 -0.790212250000000, 1 -0.790234750000000, 0 -0.790276937500000, 1 -0.790299687500000, 0 -0.790338500000000, 1 -0.790338562500000, 0 -0.790338625000000, 1 -0.790361250000000, 0 -0.790380625000000, 1 -0.790403375000000, 0 -0.790435750000000, 1 -0.790458437500000, 0 -0.790513500000000, 1 -0.790536312500000, 0 -0.790695062500000, 1 -0.790717750000000, 0 -0.790733937500000, 1 -0.790756687500000, 0 -0.790805375000000, 1 -0.790828000000000, 0 -0.790889625000000, 1 -0.790912250000000, 0 -0.790957625000000, 1 -0.790980312500000, 0 -0.791015937500000, 1 -0.791038687500000, 0 -0.791058062500000, 1 -0.791080812500000, 0 -0.791113187500000, 1 -0.791135875000000, 0 -0.791181312500000, 1 -0.791203937500000, 0 -0.791362750000000, 1 -0.791385500000000, 0 -0.791401625000000, 1 -0.791424375000000, 0 -0.791473000000000, 1 -0.791495687500000, 0 -0.791557250000000, 1 -0.791579937500000, 0 -0.791622062500000, 1 -0.791644750000000, 0 -0.791683562500000, 1 -0.791706312500000, 0 -0.791725812500000, 1 -0.791748500000000, 0 -0.791780875000000, 1 -0.791803562500000, 0 -0.791858625000000, 1 -0.791881375000000, 0 -0.792040125000000, 1 -0.792062812500000, 0 -0.792079000000000, 1 -0.792101750000000, 0 -0.792150312500000, 1 -0.792173000000000, 0 -0.792234562500000, 1 -0.792257312500000, 0 -0.792302625000000, 1 -0.792325375000000, 0 -0.792360937500000, 1 -0.792361000000000, 0 -0.792361062500000, 1 -0.792383750000000, 0 -0.792403187500000, 1 -0.792425875000000, 0 -0.792458187500000, 1 -0.792480937500000, 0 -0.792526312500000, 1 -0.792526375000000, 0 -0.792526437500000, 1 -0.792549000000000, 0 -0.792707750000000, 1 -0.792730500000000, 0 -0.792746750000000, 1 -0.792769375000000, 0 -0.792818000000000, 1 -0.792840687500000, 0 -0.792902312500000, 1 -0.792925000000000, 0 -0.792970250000000, 1 -0.792993000000000, 0 -0.793028562500000, 1 -0.793051375000000, 0 -0.793070750000000, 1 -0.793093500000000, 0 -0.793125875000000, 1 -0.793148625000000, 0 -0.793193937500000, 1 -0.793216625000000, 0 -0.793375437500000, 1 -0.793398125000000, 0 -0.793414375000000, 1 -0.793414437500000, 0 -0.793414500000000, 1 -0.793437062500000, 0 -0.793485625000000, 1 -0.793485687500000, 0 -0.793485750000000, 1 -0.793508312500000, 0 -0.793569937500000, 1 -0.793592625000000, 0 -0.793637937500000, 1 -0.793660625000000, 0 -0.793696250000000, 1 -0.793696312500000, 0 -0.793696375000000, 1 -0.793719000000000, 0 -0.793738437500000, 1 -0.793761125000000, 0 -0.793793500000000, 1 -0.793816250000000, 0 -0.793861625000000, 1 -0.793884312500000, 0 -0.794043187500000, 1 -0.794065812500000, 0 -0.794082000000000, 1 -0.794104750000000, 0 -0.794153312500000, 1 -0.794176000000000, 0 -0.794237562500000, 1 -0.794260250000000, 0 -0.794305625000000, 1 -0.794328437500000, 0 -0.794363937500000, 1 -0.794386750000000, 0 -0.794406125000000, 1 -0.794428812500000, 0 -0.794461250000000, 1 -0.794483937500000, 0 -0.794529375000000, 1 -0.794551937500000, 0 -0.794710875000000, 1 -0.794733500000000, 0 -0.794749687500000, 1 -0.794772437500000, 0 -0.794821062500000, 1 -0.794821125000000, 0 -0.794821187500000, 1 -0.794843750000000, 0 -0.794905250000000, 1 -0.794928000000000, 0 -0.794973312500000, 1 -0.794996062500000, 0 -0.795031687500000, 1 -0.795054437500000, 0 -0.795073875000000, 1 -0.795096562500000, 0 -0.795128937500000, 1 -0.795151625000000, 0 -0.795196937500000, 1 -0.795219750000000, 0 -0.795378500000000, 1 -0.795401250000000, 0 -0.795417375000000, 1 -0.795440125000000, 0 -0.795488687500000, 1 -0.795511375000000, 0 -0.795573000000000, 1 -0.795595687500000, 0 -0.795641000000000, 1 -0.795663750000000, 0 -0.795699375000000, 1 -0.795722125000000, 0 -0.795741500000000, 1 -0.795764250000000, 0 -0.795796625000000, 1 -0.795819312500000, 0 -0.795864625000000, 1 -0.795887375000000, 0 -0.796046187500000, 1 -0.796068875000000, 0 -0.796085000000000, 1 -0.796107750000000, 0 -0.796156312500000, 1 -0.796179062500000, 0 -0.796240562500000, 1 -0.796263312500000, 0 -0.796308625000000, 1 -0.796331437500000, 0 -0.796366937500000, 1 -0.796389750000000, 0 -0.796409187500000, 1 -0.796431812500000, 0 -0.796464250000000, 1 -0.796486875000000, 0 -0.796532250000000, 1 -0.796532312500000, 0 -0.796532437500000, 1 -0.796555000000000, 0 -0.796713812500000, 1 -0.796736437500000, 0 -0.796752687500000, 1 -0.796775375000000, 0 -0.796823937500000, 1 -0.796846625000000, 0 -0.796908250000000, 1 -0.796908312500000, 0 -0.796908375000000, 1 -0.796930937500000, 0 -0.796973000000000, 1 -0.796995750000000, 0 -0.797034562500000, 1 -0.797057312500000, 0 -0.797076812500000, 1 -0.797099437500000, 0 -0.797131875000000, 1 -0.797154562500000, 0 -0.797209625000000, 1 -0.797232312500000, 0 -0.797391125000000, 1 -0.797413812500000, 0 -0.797430187500000, 1 -0.797452750000000, 0 -0.797501312500000, 1 -0.797524062500000, 0 -0.797585562500000, 1 -0.797608312500000, 0 -0.797653625000000, 1 -0.797676375000000, 0 -0.797711937500000, 1 -0.797734750000000, 0 -0.797754125000000, 1 -0.797776812500000, 0 -0.797809187500000, 1 -0.797831875000000, 0 -0.797877187500000, 1 -0.797899937500000, 0 -0.798058750000000, 1 -0.798081437500000, 0 -0.798097562500000, 1 -0.798120375000000, 0 -0.798168937500000, 1 -0.798191625000000, 0 -0.798253187500000, 1 -0.798253250000000, 0 -0.798253375000000, 1 -0.798275875000000, 0 -0.798318062500000, 1 -0.798340687500000, 0 -0.798379687500000, 1 -0.798402250000000, 0 -0.798421687500000, 1 -0.798444437500000, 0 -0.798476812500000, 1 -0.798499500000000, 0 -0.798554562500000, 1 -0.798577250000000, 0 -0.798736125000000, 1 -0.798758750000000, 0 -0.798775000000000, 1 -0.798797625000000, 0 -0.798846312500000, 1 -0.798868937500000, 0 -0.798930562500000, 1 -0.798953187500000, 0 -0.798995312500000, 1 -0.799018000000000, 0 -0.799056937500000, 1 -0.799079625000000, 0 -0.799099000000000, 1 -0.799121750000000, 0 -0.799154125000000, 1 -0.799176812500000, 0 -0.799231937500000, 1 -0.799254562500000, 0 -0.799413437500000, 1 -0.799413500000000, 0 -0.799413562500000, 1 -0.799436062500000, 0 -0.799452312500000, 1 -0.799452375000000, 0 -0.799452437500000, 1 -0.799475000000000, 0 -0.799523562500000, 1 -0.799546250000000, 0 -0.799608000000000, 1 -0.799630562500000, 0 -0.799675875000000, 1 -0.799698625000000, 0 -0.799734312500000, 1 -0.799757000000000, 0 -0.799776375000000, 1 -0.799799062500000, 0 -0.799831500000000, 1 -0.799854125000000, 0 -0.799899562500000, 1 -0.799922250000000, 0 -0.800081000000000, 1 -0.800081062500000, 0 -0.800081125000000, 1 -0.800103750000000, 0 -0.800119875000000, 1 -0.800142687500000, 0 -0.800191187500000, 1 -0.800213875000000, 0 -0.800275500000000, 1 -0.800298125000000, 0 -0.800340250000000, 1 -0.800362937500000, 0 -0.800401875000000, 1 -0.800424562500000, 0 -0.800444000000000, 1 -0.800466687500000, 0 -0.800499000000000, 1 -0.800521750000000, 0 -0.800576812500000, 1 -0.800576875000000, 0 -0.800577000000000, 1 -0.800599500000000, 0 -0.800758312500000, 1 -0.800758375000000, 0 -0.800758500000000, 1 -0.800781000000000, 0 -0.800797187500000, 1 -0.800819875000000, 0 -0.800868437500000, 1 -0.800891187500000, 0 -0.800952750000000, 1 -0.800975500000000, 0 -0.801017562500000, 1 -0.801040250000000, 0 -0.801079187500000, 1 -0.801101812500000, 0 -0.801121250000000, 1 -0.801144000000000, 0 -0.801176312500000, 1 -0.801199000000000, 0 -0.801254125000000, 1 -0.801276812500000, 0 -0.801435562500000, 1 -0.801458312500000, 0 -0.801474500000000, 1 -0.801497187500000, 0 -0.801545812500000, 1 -0.801568437500000, 0 -0.801630000000000, 1 -0.801652687500000, 0 -0.801698000000000, 1 -0.801720750000000, 0 -0.801756312500000, 1 -0.801779125000000, 0 -0.801798500000000, 1 -0.801821250000000, 0 -0.801853625000000, 1 -0.801876250000000, 0 -0.801921812500000, 1 -0.801944375000000, 0 -0.802103125000000, 1 -0.802125875000000, 0 -0.802142000000000, 1 -0.802164750000000, 0 -0.802213312500000, 1 -0.802236000000000, 0 -0.802297562500000, 1 -0.802320250000000, 0 -0.802365562500000, 1 -0.802365687500000, 0 -0.802365812500000, 1 -0.802388375000000, 0 -0.802424062500000, 1 -0.802446687500000, 0 -0.802466125000000, 1 -0.802488812500000, 0 -0.802521250000000, 1 -0.802543875000000, 0 -0.802589375000000, 1 -0.802611937500000, 0 -0.802770750000000, 1 -0.802793375000000, 0 -0.802809625000000, 1 -0.802809687500000, 0 -0.802809750000000, 1 -0.802832375000000, 0 -0.802881000000000, 1 -0.802903625000000, 0 -0.802965125000000, 1 -0.802987875000000, 0 -0.803030000000000, 1 -0.803052625000000, 0 -0.803091500000000, 1 -0.803114250000000, 0 -0.803133687500000, 1 -0.803156375000000, 0 -0.803188750000000, 1 -0.803188812500000, 0 -0.803188875000000, 1 -0.803211500000000, 0 -0.803266562500000, 1 -0.803289250000000, 0 -0.803448062500000, 1 -0.803470750000000, 0 -0.803486875000000, 1 -0.803486937500000, 0 -0.803487000000000, 1 -0.803509625000000, 0 -0.803558187500000, 1 -0.803580875000000, 0 -0.803642437500000, 1 -0.803665125000000, 0 -0.803710500000000, 1 -0.803710562500000, 0 -0.803710625000000, 1 -0.803733187500000, 0 -0.803768750000000, 1 -0.803791562500000, 0 -0.803810937500000, 1 -0.803833687500000, 0 -0.803866062500000, 1 -0.803888750000000, 0 -0.803934062500000, 1 -0.803956812500000, 0 -0.804115625000000, 1 -0.804115687500000, 0 -0.804115750000000, 1 -0.804138250000000, 0 -0.804154500000000, 1 -0.804177187500000, 0 -0.804225750000000, 1 -0.804248500000000, 0 -0.804310000000000, 1 -0.804332750000000, 0 -0.804378062500000, 1 -0.804400812500000, 0 -0.804436375000000, 1 -0.804459125000000, 0 -0.804478750000000, 1 -0.804501250000000, 0 -0.804533625000000, 1 -0.804556375000000, 0 -0.804601687500000, 1 -0.804624437500000, 0 -0.804783187500000, 1 -0.804805875000000, 0 -0.804822187500000, 1 -0.804844750000000, 0 -0.804893375000000, 1 -0.804893437500000, 0 -0.804893500000000, 1 -0.804916062500000, 0 -0.804977750000000, 1 -0.805000375000000, 0 -0.805042375000000, 1 -0.805042437500000, 0 -0.805042562500000, 1 -0.805065187500000, 0 -0.805104000000000, 1 -0.805126750000000, 0 -0.805146187500000, 1 -0.805168875000000, 0 -0.805201250000000, 1 -0.805201312500000, 0 -0.805201375000000, 1 -0.805223937500000, 0 -0.805279000000000, 1 -0.805301750000000, 0 -0.805460500000000, 1 -0.805483187500000, 0 -0.805499375000000, 1 -0.805522062500000, 0 -0.805570812500000, 1 -0.805593375000000, 0 -0.805655000000000, 1 -0.805677625000000, 0 -0.805719750000000, 1 -0.805742500000000, 0 -0.805781312500000, 1 -0.805804062500000, 0 -0.805823500000000, 1 -0.805846125000000, 0 -0.805878562500000, 1 -0.805901250000000, 0 -0.805956375000000, 1 -0.805979062500000, 0 -0.806137812500000, 1 -0.806137875000000, 0 -0.806137937500000, 1 -0.806160500000000, 0 -0.806176687500000, 1 -0.806199437500000, 0 -0.806248062500000, 1 -0.806270750000000, 0 -0.806332375000000, 1 -0.806355000000000, 0 -0.806400437500000, 1 -0.806423000000000, 0 -0.806458625000000, 1 -0.806481375000000, 0 -0.806500812500000, 1 -0.806523500000000, 0 -0.806555875000000, 1 -0.806578562500000, 0 -0.806623937500000, 1 -0.806646625000000, 0 -0.806805437500000, 1 -0.806828062500000, 0 -0.806844312500000, 1 -0.806867000000000, 0 -0.806915625000000, 1 -0.806938312500000, 0 -0.806999812500000, 1 -0.807022500000000, 0 -0.807067875000000, 1 -0.807090562500000, 0 -0.807126312500000, 1 -0.807149000000000, 0 -0.807168500000000, 1 -0.807191062500000, 0 -0.807223437500000, 1 -0.807246187500000, 0 -0.807291500000000, 1 -0.807314250000000, 0 -0.807473000000000, 1 -0.807495687500000, 0 -0.807511875000000, 1 -0.807534562500000, 0 -0.807583125000000, 1 -0.807605875000000, 0 -0.807667437500000, 1 -0.807690125000000, 0 -0.807735437500000, 1 -0.807758250000000, 0 -0.807793875000000, 1 -0.807816562500000, 0 -0.807835937500000, 1 -0.807858625000000, 0 -0.807891000000000, 1 -0.807913687500000, 0 -0.807959062500000, 1 -0.807981812500000, 0 -0.808140625000000, 1 -0.808163250000000, 0 -0.808179562500000, 1 -0.808202187500000, 0 -0.808250750000000, 1 -0.808250812500000, 0 -0.808250875000000, 1 -0.808273437500000, 0 -0.808335000000000, 1 -0.808357687500000, 0 -0.808403125000000, 1 -0.808425812500000, 0 -0.808461312500000, 1 -0.808461375000000, 0 -0.808461500000000, 1 -0.808484125000000, 0 -0.808503500000000, 1 -0.808526250000000, 0 -0.808558625000000, 1 -0.808581312500000, 0 -0.808626625000000, 1 -0.808626687500000, 0 -0.808626812500000, 1 -0.808649375000000, 0 -0.808808125000000, 1 -0.808830875000000, 0 -0.808847000000000, 1 -0.808869750000000, 0 -0.808918312500000, 1 -0.808941000000000, 0 -0.809002625000000, 1 -0.809025312500000, 0 -0.809067375000000, 1 -0.809067437500000, 0 -0.809067500000000, 1 -0.809090125000000, 0 -0.809128937500000, 1 -0.809151625000000, 0 -0.809171125000000, 1 -0.809193750000000, 0 -0.809226187500000, 1 -0.809248875000000, 0 -0.809303937500000, 1 -0.809326625000000, 0 -0.809485375000000, 1 -0.809508125000000, 0 -0.809524250000000, 1 -0.809547000000000, 0 -0.809595562500000, 1 -0.809618312500000, 0 -0.809679812500000, 1 -0.809702562500000, 0 -0.809747937500000, 1 -0.809770562500000, 0 -0.809806250000000, 1 -0.809828937500000, 0 -0.809848375000000, 1 -0.809871125000000, 0 -0.809903500000000, 1 -0.809926125000000, 0 -0.809971562500000, 1 -0.809994187500000, 0 -0.810153000000000, 1 -0.810153062500000, 0 -0.810153125000000, 1 -0.810175687500000, 0 -0.810191875000000, 1 -0.810191937500000, 0 -0.810192000000000, 1 -0.810214562500000, 0 -0.810263250000000, 1 -0.810285875000000, 0 -0.810347500000000, 1 -0.810370125000000, 0 -0.810412250000000, 1 -0.810434937500000, 0 -0.810473750000000, 1 -0.810473875000000, 0 -0.810473937500000, 1 -0.810496562500000, 0 -0.810515937500000, 1 -0.810538625000000, 0 -0.810571062500000, 1 -0.810593687500000, 0 -0.810648750000000, 1 -0.810648812500000, 0 -0.810648875000000, 1 -0.810648937500000, 0 -0.810649000000000, 1 -0.810671562500000, 0 -0.810830250000000, 1 -0.810853000000000, 0 -0.810869125000000, 1 -0.810891875000000, 0 -0.810940625000000, 1 -0.810963187500000, 0 -0.811024812500000, 1 -0.811047500000000, 0 -0.811092812500000, 1 -0.811115562500000, 0 -0.811151187500000, 1 -0.811173875000000, 0 -0.811193250000000, 1 -0.811216000000000, 0 -0.811248375000000, 1 -0.811271062500000, 0 -0.811316437500000, 1 -0.811339187500000, 0 -0.811497937500000, 1 -0.811520625000000, 0 -0.811536812500000, 1 -0.811559562500000, 0 -0.811608125000000, 1 -0.811630875000000, 0 -0.811692375000000, 1 -0.811692437500000, 0 -0.811692500000000, 1 -0.811715062500000, 0 -0.811760437500000, 1 -0.811760500000000, 0 -0.811760562500000, 1 -0.811783125000000, 0 -0.811818875000000, 1 -0.811841500000000, 0 -0.811860937500000, 1 -0.811883625000000, 0 -0.811916000000000, 1 -0.811938750000000, 0 -0.811984062500000, 1 -0.811984125000000, 0 -0.811984187500000, 1 -0.812006812500000, 0 -0.812165562500000, 1 -0.812188312500000, 0 -0.812204437500000, 1 -0.812227187500000, 0 -0.812275812500000, 1 -0.812298500000000, 0 -0.812360000000000, 1 -0.812382687500000, 0 -0.812424875000000, 1 -0.812447562500000, 0 -0.812486375000000, 1 -0.812509125000000, 0 -0.812528625000000, 1 -0.812551250000000, 0 -0.812583750000000, 1 -0.812606375000000, 0 -0.812661437500000, 1 -0.812684125000000, 0 -0.812842937500000, 1 -0.812865625000000, 0 -0.812881750000000, 1 -0.812904500000000, 0 -0.812953125000000, 1 -0.812975812500000, 0 -0.813037375000000, 1 -0.813060062500000, 0 -0.813105437500000, 1 -0.813128187500000, 0 -0.813163750000000, 1 -0.813186562500000, 0 -0.813206000000000, 1 -0.813228687500000, 0 -0.813261062500000, 1 -0.813283750000000, 0 -0.813329187500000, 1 -0.813351812500000, 0 -0.813510625000000, 1 -0.813533312500000, 0 -0.813549437500000, 1 -0.813572250000000, 0 -0.813620812500000, 1 -0.813620875000000, 0 -0.813620937500000, 1 -0.813643562500000, 0 -0.813705062500000, 1 -0.813705125000000, 0 -0.813705187500000, 1 -0.813727812500000, 0 -0.813773062500000, 1 -0.813795812500000, 0 -0.813831437500000, 1 -0.813831500000000, 0 -0.813831562500000, 1 -0.813854187500000, 0 -0.813873625000000, 1 -0.813896312500000, 0 -0.813928875000000, 1 -0.813951375000000, 0 -0.813996750000000, 1 -0.813996812500000, 0 -0.813996937500000, 1 -0.814019500000000, 0 -0.814178312500000, 1 -0.814201000000000, 0 -0.814217125000000, 1 -0.814239875000000, 0 -0.814288437500000, 1 -0.814311187500000, 0 -0.814372750000000, 1 -0.814395437500000, 0 -0.814437562500000, 1 -0.814460250000000, 0 -0.814499187500000, 1 -0.814521812500000, 0 -0.814541250000000, 1 -0.814564000000000, 0 -0.814596500000000, 1 -0.814619000000000, 0 -0.814674000000000, 1 -0.814674062500000, 0 -0.814674125000000, 1 -0.814674187500000, 0 -0.814674250000000, 1 -0.814696812500000, 0 -0.814855687500000, 1 -0.814878312500000, 0 -0.814894500000000, 1 -0.814917250000000, 0 -0.814965812500000, 1 -0.814988500000000, 0 -0.815050062500000, 1 -0.815072750000000, 0 -0.815118125000000, 1 -0.815140812500000, 0 -0.815176437500000, 1 -0.815199187500000, 0 -0.815218625000000, 1 -0.815241250000000, 0 -0.815273687500000, 1 -0.815296312500000, 0 -0.815341750000000, 1 -0.815364437500000, 0 -0.815523250000000, 1 -0.815545875000000, 0 -0.815562062500000, 1 -0.815584812500000, 0 -0.815633375000000, 1 -0.815656062500000, 0 -0.815717687500000, 1 -0.815740375000000, 0 -0.815785687500000, 1 -0.815785750000000, 0 -0.815785812500000, 1 -0.815808437500000, 0 -0.815844000000000, 1 -0.815866750000000, 0 -0.815886125000000, 1 -0.815886187500000, 0 -0.815886250000000, 1 -0.815908875000000, 0 -0.815941250000000, 1 -0.815941312500000, 0 -0.815941375000000, 1 -0.815964000000000, 0 -0.816009375000000, 1 -0.816032000000000, 0 -0.816190875000000, 1 -0.816213500000000, 0 -0.816229687500000, 1 -0.816229750000000, 0 -0.816229875000000, 1 -0.816252437500000, 0 -0.816301062500000, 1 -0.816323750000000, 0 -0.816385250000000, 1 -0.816408000000000, 0 -0.816453312500000, 1 -0.816476062500000, 0 -0.816511625000000, 1 -0.816534437500000, 0 -0.816553812500000, 1 -0.816553875000000, 0 -0.816553937500000, 1 -0.816576500000000, 0 -0.816608937500000, 1 -0.816631562500000, 0 -0.816676937500000, 1 -0.816699687500000, 0 -0.816858500000000, 1 -0.816881125000000, 0 -0.816897375000000, 1 -0.816920062500000, 0 -0.816968687500000, 1 -0.816991375000000, 0 -0.817052937500000, 1 -0.817075625000000, 0 -0.817121000000000, 1 -0.817143687500000, 0 -0.817179250000000, 1 -0.817202062500000, 0 -0.817221500000000, 1 -0.817244125000000, 0 -0.817276562500000, 1 -0.817299250000000, 0 -0.817344625000000, 1 -0.817344687500000, 0 -0.817344812500000, 1 -0.817367312500000, 0 -0.817526125000000, 1 -0.817548812500000, 0 -0.817565000000000, 1 -0.817587750000000, 0 -0.817636312500000, 1 -0.817659000000000, 0 -0.817720687500000, 1 -0.817743312500000, 0 -0.817788625000000, 1 -0.817811375000000, 0 -0.817846937500000, 1 -0.817869687500000, 0 -0.817889125000000, 1 -0.817911812500000, 0 -0.817944250000000, 1 -0.817966875000000, 0 -0.818012187500000, 1 -0.818035000000000, 0 -0.818193812500000, 1 -0.818216437500000, 0 -0.818232812500000, 1 -0.818255375000000, 0 -0.818304000000000, 1 -0.818304062500000, 0 -0.818304125000000, 1 -0.818326625000000, 0 -0.818388312500000, 1 -0.818411000000000, 0 -0.818453062500000, 1 -0.818475812500000, 0 -0.818514625000000, 1 -0.818514687500000, 0 -0.818514812500000, 1 -0.818537375000000, 0 -0.818556875000000, 1 -0.818579500000000, 0 -0.818611875000000, 1 -0.818634625000000, 0 -0.818689750000000, 1 -0.818712375000000, 0 -0.818871187500000, 1 -0.818893812500000, 0 -0.818910062500000, 1 -0.818932750000000, 0 -0.818981312500000, 1 -0.819004000000000, 0 -0.819065500000000, 1 -0.819088250000000, 0 -0.819130375000000, 1 -0.819153062500000, 0 -0.819191937500000, 1 -0.819214687500000, 0 -0.819234125000000, 1 -0.819256750000000, 0 -0.819289187500000, 1 -0.819289250000000, 0 -0.819289375000000, 1 -0.819311937500000, 0 -0.819367000000000, 1 -0.819389625000000, 0 -0.819548437500000, 1 -0.819571125000000, 0 -0.819587312500000, 1 -0.819610062500000, 0 -0.819658625000000, 1 -0.819681312500000, 0 -0.819742875000000, 1 -0.819742937500000, 0 -0.819743000000000, 1 -0.819765562500000, 0 -0.819814125000000, 1 -0.819814187500000, 0 -0.819814250000000, 1 -0.819836875000000, 0 -0.819869312500000, 1 -0.819892000000000, 0 -0.819911375000000, 1 -0.819934125000000, 0 -0.819966437500000, 1 -0.819989187500000, 0 -0.820024750000000, 1 -0.820047562500000, 0 -0.820206375000000, 1 -0.820229000000000, 0 -0.820245187500000, 1 -0.820267875000000, 0 -0.820316500000000, 1 -0.820339125000000, 0 -0.820400750000000, 1 -0.820423375000000, 0 -0.820468750000000, 1 -0.820491500000000, 0 -0.820527062500000, 1 -0.820549812500000, 0 -0.820569187500000, 1 -0.820591875000000, 0 -0.820624312500000, 1 -0.820647062500000, 0 -0.820692437500000, 1 -0.820715125000000, 0 -0.820873875000000, 1 -0.820873937500000, 0 -0.820874000000000, 1 -0.820896562500000, 0 -0.820912687500000, 1 -0.820935437500000, 0 -0.820984187500000, 1 -0.821006750000000, 0 -0.821068312500000, 1 -0.821090937500000, 0 -0.821136312500000, 1 -0.821136375000000, 0 -0.821136437500000, 1 -0.821159000000000, 0 -0.821194625000000, 1 -0.821194687500000, 0 -0.821194812500000, 1 -0.821217437500000, 0 -0.821236812500000, 1 -0.821259500000000, 0 -0.821291937500000, 1 -0.821314625000000, 0 -0.821360000000000, 1 -0.821382625000000, 0 -0.821541437500000, 1 -0.821564125000000, 0 -0.821580250000000, 1 -0.821603000000000, 0 -0.821651625000000, 1 -0.821674312500000, 0 -0.821735875000000, 1 -0.821758562500000, 0 -0.821800625000000, 1 -0.821800812500000, 0 -0.821800875000000, 1 -0.821823375000000, 0 -0.821862187500000, 1 -0.821885000000000, 0 -0.821904375000000, 1 -0.821927125000000, 0 -0.821959500000000, 1 -0.821982187500000, 0 -0.822037312500000, 1 -0.822059937500000, 0 -0.822218750000000, 1 -0.822241375000000, 0 -0.822257625000000, 1 -0.822280375000000, 0 -0.822328937500000, 1 -0.822351625000000, 0 -0.822413125000000, 1 -0.822435937500000, 0 -0.822478000000000, 1 -0.822500687500000, 0 -0.822539500000000, 1 -0.822562250000000, 0 -0.822581687500000, 1 -0.822604375000000, 0 -0.822636937500000, 1 -0.822659437500000, 0 -0.822714562500000, 1 -0.822737250000000, 0 -0.822896062500000, 1 -0.822918750000000, 0 -0.822934875000000, 1 -0.822957625000000, 0 -0.823006187500000, 1 -0.823028875000000, 0 -0.823090500000000, 1 -0.823113125000000, 0 -0.823155375000000, 1 -0.823177937500000, 0 -0.823216875000000, 1 -0.823239562500000, 0 -0.823259000000000, 1 -0.823259062500000, 0 -0.823259125000000, 1 -0.823281750000000, 0 -0.823314125000000, 1 -0.823336750000000, 0 -0.823391937500000, 1 -0.823414562500000, 0 -0.823573375000000, 1 -0.823596062500000, 0 -0.823612250000000, 1 -0.823635000000000, 0 -0.823683625000000, 1 -0.823706250000000, 0 -0.823767812500000, 1 -0.823790500000000, 0 -0.823835812500000, 1 -0.823858562500000, 0 -0.823894187500000, 1 -0.823916937500000, 0 -0.823936375000000, 1 -0.823959062500000, 0 -0.823991500000000, 1 -0.824014125000000, 0 -0.824059500000000, 1 -0.824082250000000, 0 -0.824240937500000, 1 -0.824241062500000, 0 -0.824241187500000, 1 -0.824263687500000, 0 -0.824279875000000, 1 -0.824302625000000, 0 -0.824351125000000, 1 -0.824351250000000, 0 -0.824351312500000, 1 -0.824373875000000, 0 -0.824435500000000, 1 -0.824458125000000, 0 -0.824503437500000, 1 -0.824526250000000, 0 -0.824561750000000, 1 -0.824584562500000, 0 -0.824604000000000, 1 -0.824626687500000, 0 -0.824659187500000, 1 -0.824681750000000, 0 -0.824727062500000, 1 -0.824727250000000, 0 -0.824727312500000, 1 -0.824749875000000, 0 -0.824908625000000, 1 -0.824931312500000, 0 -0.824947437500000, 1 -0.824970187500000, 0 -0.825018812500000, 1 -0.825041500000000, 0 -0.825103125000000, 1 -0.825125750000000, 0 -0.825171125000000, 1 -0.825193875000000, 0 -0.825229437500000, 1 -0.825252250000000, 0 -0.825271625000000, 1 -0.825294312500000, 0 -0.825326687500000, 1 -0.825349375000000, 0 -0.825394687500000, 1 -0.825417437500000, 0 -0.825576250000000, 1 -0.825598875000000, 0 -0.825615125000000, 1 -0.825637875000000, 0 -0.825686500000000, 1 -0.825686562500000, 0 -0.825686625000000, 1 -0.825709125000000, 0 -0.825770687500000, 1 -0.825793437500000, 0 -0.825835500000000, 1 -0.825858187500000, 0 -0.825897062500000, 1 -0.825897187500000, 0 -0.825897250000000, 1 -0.825919812500000, 0 -0.825939250000000, 1 -0.825939312500000, 0 -0.825939375000000, 1 -0.825961937500000, 0 -0.825994312500000, 1 -0.826017062500000, 0 -0.826072125000000, 1 -0.826094812500000, 0 -0.826253750000000, 1 -0.826276250000000, 0 -0.826292437500000, 1 -0.826315187500000, 0 -0.826363750000000, 1 -0.826386500000000, 0 -0.826448000000000, 1 -0.826470687500000, 0 -0.826516062500000, 1 -0.826538812500000, 0 -0.826574375000000, 1 -0.826597187500000, 0 -0.826616562500000, 1 -0.826639312500000, 0 -0.826671625000000, 1 -0.826694312500000, 0 -0.826739687500000, 1 -0.826762437500000, 0 -0.826921187500000, 1 -0.826943875000000, 0 -0.826960062500000, 1 -0.826960125000000, 0 -0.826960250000000, 1 -0.826982812500000, 0 -0.827031375000000, 1 -0.827054125000000, 0 -0.827115750000000, 1 -0.827138375000000, 0 -0.827180500000000, 1 -0.827203187500000, 0 -0.827242000000000, 1 -0.827242062500000, 0 -0.827242187500000, 1 -0.827264750000000, 0 -0.827284187500000, 1 -0.827306875000000, 0 -0.827339250000000, 1 -0.827362000000000, 0 -0.827417125000000, 1 -0.827439750000000, 0 -0.827598562500000, 1 -0.827621250000000, 0 -0.827637437500000, 1 -0.827660125000000, 0 -0.827708687500000, 1 -0.827731375000000, 0 -0.827792937500000, 1 -0.827815687500000, 0 -0.827861000000000, 1 -0.827883750000000, 0 -0.827919312500000, 1 -0.827942062500000, 0 -0.827961500000000, 1 -0.827984187500000, 0 -0.828016687500000, 1 -0.828039312500000, 0 -0.828084687500000, 1 -0.828107312500000, 0 -0.828266125000000, 1 -0.828266187500000, 0 -0.828266250000000, 1 -0.828288750000000, 0 -0.828305000000000, 1 -0.828327687500000, 0 -0.828376250000000, 1 -0.828398937500000, 0 -0.828460500000000, 1 -0.828483187500000, 0 -0.828528625000000, 1 -0.828551250000000, 0 -0.828586750000000, 1 -0.828609625000000, 0 -0.828629000000000, 1 -0.828651687500000, 0 -0.828684125000000, 1 -0.828684187500000, 0 -0.828684250000000, 1 -0.828706812500000, 0 -0.828752125000000, 1 -0.828774875000000, 0 -0.828933687500000, 1 -0.828956312500000, 0 -0.828972562500000, 1 -0.828995250000000, 0 -0.829043812500000, 1 -0.829066562500000, 0 -0.829128062500000, 1 -0.829150750000000, 0 -0.829196062500000, 1 -0.829218812500000, 0 -0.829254375000000, 1 -0.829254500000000, 0 -0.829254562500000, 1 -0.829277187500000, 0 -0.829296562500000, 1 -0.829319250000000, 0 -0.829351625000000, 1 -0.829374375000000, 0 -0.829419625000000, 1 -0.829442375000000, 0 -0.829601125000000, 1 -0.829623812500000, 0 -0.829640187500000, 1 -0.829662750000000, 0 -0.829711375000000, 1 -0.829734000000000, 0 -0.829795625000000, 1 -0.829818312500000, 0 -0.829863625000000, 1 -0.829886375000000, 0 -0.829921937500000, 1 -0.829944750000000, 0 -0.829964062500000, 1 -0.829964187500000, 0 -0.829964312500000, 1 -0.829986812500000, 0 -0.830019187500000, 1 -0.830041875000000, 0 -0.830087250000000, 1 -0.830109937500000, 0 -0.830268750000000, 1 -0.830291437500000, 0 -0.830307687500000, 1 -0.830330375000000, 0 -0.830379000000000, 1 -0.830401625000000, 0 -0.830463187500000, 1 -0.830485937500000, 0 -0.830531250000000, 1 -0.830531312500000, 0 -0.830531375000000, 1 -0.830553937500000, 0 -0.830589500000000, 1 -0.830612312500000, 0 -0.830631687500000, 1 -0.830654437500000, 0 -0.830686812500000, 1 -0.830709562500000, 0 -0.830754875000000, 1 -0.830777625000000, 0 -0.830936312500000, 1 -0.830959062500000, 0 -0.830975250000000, 1 -0.830997937500000, 0 -0.831046562500000, 1 -0.831069250000000, 0 -0.831130937500000, 1 -0.831153562500000, 0 -0.831198812500000, 1 -0.831221562500000, 0 -0.831257125000000, 1 -0.831279875000000, 0 -0.831299312500000, 1 -0.831322000000000, 0 -0.831354375000000, 1 -0.831377125000000, 0 -0.831422437500000, 1 -0.831445187500000, 0 -0.831603937500000, 1 -0.831626625000000, 0 -0.831642812500000, 1 -0.831665562500000, 0 -0.831714125000000, 1 -0.831736812500000, 0 -0.831798375000000, 1 -0.831821062500000, 0 -0.831866437500000, 1 -0.831889125000000, 0 -0.831924687500000, 1 -0.831924812500000, 0 -0.831924875000000, 1 -0.831947500000000, 0 -0.831966937500000, 1 -0.831989625000000, 0 -0.832022000000000, 1 -0.832044750000000, 0 -0.832090000000000, 1 -0.832112750000000, 0 -0.832271562500000, 1 -0.832294250000000, 0 -0.832310437500000, 1 -0.832333125000000, 0 -0.832381750000000, 1 -0.832381812500000, 0 -0.832381875000000, 1 -0.832404375000000, 0 -0.832466000000000, 1 -0.832488687500000, 0 -0.832530750000000, 1 -0.832553500000000, 0 -0.832592375000000, 1 -0.832615062500000, 0 -0.832634625000000, 1 -0.832657187500000, 0 -0.832689625000000, 1 -0.832712312500000, 0 -0.832767375000000, 1 -0.832790062500000, 0 -0.832948875000000, 1 -0.832971562500000, 0 -0.832987750000000, 1 -0.833010437500000, 0 -0.833059000000000, 1 -0.833081750000000, 0 -0.833143375000000, 1 -0.833166000000000, 0 -0.833211312500000, 1 -0.833211375000000, 0 -0.833211437500000, 1 -0.833234062500000, 0 -0.833269625000000, 1 -0.833292375000000, 0 -0.833311812500000, 1 -0.833334500000000, 0 -0.833366937500000, 1 -0.833389625000000, 0 -0.833434937500000, 1 -0.833457687500000, 0 -0.833616500000000, 1 -0.833639187500000, 0 -0.833655312500000, 1 -0.833678125000000, 0 -0.833726812500000, 1 -0.833749312500000, 0 -0.833810937500000, 1 -0.833833625000000, 0 -0.833878937500000, 1 -0.833901687500000, 0 -0.833937250000000, 1 -0.833960000000000, 0 -0.833979375000000, 1 -0.834002125000000, 0 -0.834034500000000, 1 -0.834057187500000, 0 -0.834102500000000, 1 -0.834125312500000, 0 -0.834284062500000, 1 -0.834306750000000, 0 -0.834322875000000, 1 -0.834345625000000, 0 -0.834394187500000, 1 -0.834416937500000, 0 -0.834478437500000, 1 -0.834501187500000, 0 -0.834543250000000, 1 -0.834566000000000, 0 -0.834604875000000, 1 -0.834627562500000, 0 -0.834647125000000, 1 -0.834669750000000, 0 -0.834702062500000, 1 -0.834702125000000, 0 -0.834702250000000, 1 -0.834724750000000, 0 -0.834779937500000, 1 -0.834802562500000, 0 -0.834961375000000, 1 -0.834984062500000, 0 -0.835000250000000, 1 -0.835000312500000, 0 -0.835000375000000, 1 -0.835022937500000, 0 -0.835071562500000, 1 -0.835094250000000, 0 -0.835155812500000, 1 -0.835178562500000, 0 -0.835220625000000, 1 -0.835243375000000, 0 -0.835282250000000, 1 -0.835305000000000, 0 -0.835324375000000, 1 -0.835347125000000, 0 -0.835379437500000, 1 -0.835379500000000, 0 -0.835379625000000, 1 -0.835402187500000, 0 -0.835457250000000, 1 -0.835479937500000, 0 -0.835638750000000, 1 -0.835661437500000, 0 -0.835677625000000, 1 -0.835700375000000, 0 -0.835749000000000, 1 -0.835771625000000, 0 -0.835833187500000, 1 -0.835855937500000, 0 -0.835901312500000, 1 -0.835923937500000, 0 -0.835959562500000, 1 -0.835982375000000, 0 -0.836001750000000, 1 -0.836024437500000, 0 -0.836056812500000, 1 -0.836079500000000, 0 -0.836124937500000, 1 -0.836147562500000, 0 -0.836306437500000, 1 -0.836329062500000, 0 -0.836345312500000, 1 -0.836368062500000, 0 -0.836416625000000, 1 -0.836439312500000, 0 -0.836500875000000, 1 -0.836523625000000, 0 -0.836568937500000, 1 -0.836591687500000, 0 -0.836627250000000, 1 -0.836650000000000, 0 -0.836669437500000, 1 -0.836692125000000, 0 -0.836724500000000, 1 -0.836747250000000, 0 -0.836792562500000, 1 -0.836815250000000, 0 -0.836974062500000, 1 -0.836996750000000, 0 -0.837012937500000, 1 -0.837035687500000, 0 -0.837084250000000, 1 -0.837107000000000, 0 -0.837168500000000, 1 -0.837191187500000, 0 -0.837233250000000, 1 -0.837256000000000, 0 -0.837294875000000, 1 -0.837317625000000, 0 -0.837337000000000, 1 -0.837359687500000, 0 -0.837392125000000, 1 -0.837414812500000, 0 -0.837469875000000, 1 -0.837492625000000, 0 -0.837651375000000, 1 -0.837651437500000, 0 -0.837651562500000, 1 -0.837674062500000, 0 -0.837690250000000, 1 -0.837712937500000, 0 -0.837761625000000, 1 -0.837784250000000, 0 -0.837845687500000, 1 -0.837845750000000, 0 -0.837845875000000, 1 -0.837868500000000, 0 -0.837910625000000, 1 -0.837910687500000, 0 -0.837910750000000, 1 -0.837933312500000, 0 -0.837972187500000, 1 -0.837972250000000, 0 -0.837972312500000, 1 -0.837994875000000, 0 -0.838014312500000, 1 -0.838036937500000, 0 -0.838069437500000, 1 -0.838092062500000, 0 -0.838147250000000, 1 -0.838169875000000, 0 -0.838328750000000, 1 -0.838351312500000, 0 -0.838367500000000, 1 -0.838390250000000, 0 -0.838439000000000, 1 -0.838461500000000, 0 -0.838523062500000, 1 -0.838545812500000, 0 -0.838587875000000, 1 -0.838610562500000, 0 -0.838649500000000, 1 -0.838672187500000, 0 -0.838691625000000, 1 -0.838714250000000, 0 -0.838746812500000, 1 -0.838769375000000, 0 -0.838824437500000, 1 -0.838824500000000, 0 -0.838824625000000, 1 -0.838847187500000, 0 -0.839006000000000, 1 -0.839028625000000, 0 -0.839044875000000, 1 -0.839067562500000, 0 -0.839116187500000, 1 -0.839138812500000, 0 -0.839200437500000, 1 -0.839223062500000, 0 -0.839268437500000, 1 -0.839291125000000, 0 -0.839326750000000, 1 -0.839349500000000, 0 -0.839369062500000, 1 -0.839391625000000, 0 -0.839424000000000, 1 -0.839424062500000, 0 -0.839424187500000, 1 -0.839446750000000, 0 -0.839492062500000, 1 -0.839514812500000, 0 -0.839673562500000, 1 -0.839696250000000, 0 -0.839712437500000, 1 -0.839735187500000, 0 -0.839783750000000, 1 -0.839806437500000, 0 -0.839868062500000, 1 -0.839890687500000, 0 -0.839936000000000, 1 -0.839958750000000, 0 -0.839994375000000, 1 -0.840017062500000, 0 -0.840036500000000, 1 -0.840059187500000, 0 -0.840091625000000, 1 -0.840114250000000, 0 -0.840159625000000, 1 -0.840159687500000, 0 -0.840159750000000, 1 -0.840182375000000, 0 -0.840341125000000, 1 -0.840363750000000, 0 -0.840379937500000, 1 -0.840380000000000, 0 -0.840380125000000, 1 -0.840402687500000, 0 -0.840451250000000, 1 -0.840451375000000, 0 -0.840451437500000, 1 -0.840474000000000, 0 -0.840535625000000, 1 -0.840558250000000, 0 -0.840603625000000, 1 -0.840626312500000, 0 -0.840661875000000, 1 -0.840684687500000, 0 -0.840704062500000, 1 -0.840726750000000, 0 -0.840759125000000, 1 -0.840781875000000, 0 -0.840827187500000, 1 -0.840849937500000, 0 -0.841008687500000, 1 -0.841031312500000, 0 -0.841031375000000, 1 -0.841031437500000, 0 -0.841047500000000, 1 -0.841070250000000, 0 -0.841118812500000, 1 -0.841141562500000, 0 -0.841203187500000, 1 -0.841203250000000, 0 -0.841203312500000, 1 -0.841225812500000, 0 -0.841271187500000, 1 -0.841271250000000, 0 -0.841271312500000, 1 -0.841293875000000, 0 -0.841329500000000, 1 -0.841352250000000, 0 -0.841371687500000, 1 -0.841394312500000, 0 -0.841426687500000, 1 -0.841449375000000, 0 -0.841494750000000, 1 -0.841517500000000, 0 -0.841676312500000, 1 -0.841699000000000, 0 -0.841715125000000, 1 -0.841737937500000, 0 -0.841786437500000, 1 -0.841809125000000, 0 -0.841870750000000, 1 -0.841893437500000, 0 -0.841935500000000, 1 -0.841958250000000, 0 -0.841997125000000, 1 -0.842019812500000, 0 -0.842039250000000, 1 -0.842062000000000, 0 -0.842094375000000, 1 -0.842117062500000, 0 -0.842172187500000, 1 -0.842194875000000, 0 -0.842353687500000, 1 -0.842376312500000, 0 -0.842392562500000, 1 -0.842415250000000, 0 -0.842463812500000, 1 -0.842486500000000, 0 -0.842548062500000, 1 -0.842570812500000, 0 -0.842616125000000, 1 -0.842638875000000, 0 -0.842674437500000, 1 -0.842697250000000, 0 -0.842716625000000, 1 -0.842716687500000, 0 -0.842716750000000, 1 -0.842739312500000, 0 -0.842771687500000, 1 -0.842771750000000, 0 -0.842771812500000, 1 -0.842794437500000, 0 -0.842839750000000, 1 -0.842862500000000, 0 -0.843021312500000, 1 -0.843043937500000, 0 -0.843060187500000, 1 -0.843082937500000, 0 -0.843131437500000, 1 -0.843154187500000, 0 -0.843215750000000, 1 -0.843238437500000, 0 -0.843283750000000, 1 -0.843306437500000, 0 -0.843342000000000, 1 -0.843364812500000, 0 -0.843384187500000, 1 -0.843406937500000, 0 -0.843439437500000, 1 -0.843462000000000, 0 -0.843507375000000, 1 -0.843530062500000, 0 -0.843688812500000, 1 -0.843711562500000, 0 -0.843727687500000, 1 -0.843750437500000, 0 -0.843799062500000, 1 -0.843821750000000, 0 -0.843883312500000, 1 -0.843906000000000, 0 -0.843948125000000, 1 -0.843970750000000, 0 -0.844009687500000, 1 -0.844009750000000, 0 -0.844009812500000, 1 -0.844032375000000, 0 -0.844051812500000, 1 -0.844051875000000, 0 -0.844051937500000, 1 -0.844074500000000, 0 -0.844106875000000, 1 -0.844129562500000, 0 -0.844184750000000, 1 -0.844207375000000, 0 -0.844366125000000, 1 -0.844366187500000, 0 -0.844366375000000, 1 -0.844388812500000, 0 -0.844405062500000, 1 -0.844427750000000, 0 -0.844476375000000, 1 -0.844499000000000, 0 -0.844560625000000, 1 -0.844583312500000, 0 -0.844628625000000, 1 -0.844628687500000, 0 -0.844628750000000, 1 -0.844651375000000, 0 -0.844686937500000, 1 -0.844687000000000, 0 -0.844687062500000, 1 -0.844709750000000, 0 -0.844729125000000, 1 -0.844751875000000, 0 -0.844784250000000, 1 -0.844806875000000, 0 -0.844852312500000, 1 -0.844875000000000, 0 -0.845033875000000, 1 -0.845056437500000, 0 -0.845072625000000, 1 -0.845095437500000, 0 -0.845143937500000, 1 -0.845166625000000, 0 -0.845228250000000, 1 -0.845250937500000, 0 -0.845296250000000, 1 -0.845319000000000, 0 -0.845354562500000, 1 -0.845377375000000, 0 -0.845396750000000, 1 -0.845419437500000, 0 -0.845451812500000, 1 -0.845474562500000, 0 -0.845519875000000, 1 -0.845542625000000, 0 -0.845701375000000, 1 -0.845724062500000, 0 -0.845740187500000, 1 -0.845740250000000, 0 -0.845740375000000, 1 -0.845763000000000, 0 -0.845811687500000, 1 -0.845834250000000, 0 -0.845895812500000, 1 -0.845918500000000, 0 -0.845963812500000, 1 -0.845963875000000, 0 -0.845963937500000, 1 -0.845986562500000, 0 -0.846022312500000, 1 -0.846044937500000, 0 -0.846064437500000, 1 -0.846087000000000, 0 -0.846119375000000, 1 -0.846142125000000, 0 -0.846187500000000, 1 -0.846210187500000, 0 -0.846369000000000, 1 -0.846391687500000, 0 -0.846407812500000, 1 -0.846430562500000, 0 -0.846479125000000, 1 -0.846501812500000, 0 -0.846563375000000, 1 -0.846563437500000, 0 -0.846563562500000, 1 -0.846586062500000, 0 -0.846631437500000, 1 -0.846631500000000, 0 -0.846631562500000, 1 -0.846654125000000, 0 -0.846689687500000, 1 -0.846712500000000, 0 -0.846731875000000, 1 -0.846754625000000, 0 -0.846786937500000, 1 -0.846787000000000, 0 -0.846787125000000, 1 -0.846809750000000, 0 -0.846855000000000, 1 -0.846877750000000, 0 -0.847036562500000, 1 -0.847059187500000, 0 -0.847075437500000, 1 -0.847098125000000, 0 -0.847146687500000, 1 -0.847169375000000, 0 -0.847230937500000, 1 -0.847253687500000, 0 -0.847299000000000, 1 -0.847299062500000, 0 -0.847299125000000, 1 -0.847321750000000, 0 -0.847357375000000, 1 -0.847380062500000, 0 -0.847399500000000, 1 -0.847399562500000, 0 -0.847399625000000, 1 -0.847422187500000, 0 -0.847454625000000, 1 -0.847477250000000, 0 -0.847522625000000, 1 -0.847545375000000, 0 -0.847704125000000, 1 -0.847726812500000, 0 -0.847743000000000, 1 -0.847765687500000, 0 -0.847814312500000, 1 -0.847836937500000, 0 -0.847898750000000, 1 -0.847921250000000, 0 -0.847963375000000, 1 -0.847986000000000, 0 -0.848024875000000, 1 -0.848047625000000, 0 -0.848067000000000, 1 -0.848089750000000, 0 -0.848122125000000, 1 -0.848122187500000, 0 -0.848122312500000, 1 -0.848144875000000, 0 -0.848199937500000, 1 -0.848222562500000, 0 -0.848381437500000, 1 -0.848404125000000, 0 -0.848420250000000, 1 -0.848443000000000, 0 -0.848491625000000, 1 -0.848514250000000, 0 -0.848575875000000, 1 -0.848598500000000, 0 -0.848643937500000, 1 -0.848666625000000, 0 -0.848702187500000, 1 -0.848725000000000, 0 -0.848744375000000, 1 -0.848767062500000, 0 -0.848799500000000, 1 -0.848822125000000, 0 -0.848867500000000, 1 -0.848890250000000, 0 -0.849049000000000, 1 -0.849049062500000, 0 -0.849049125000000, 1 -0.849071687500000, 0 -0.849087875000000, 1 -0.849087937500000, 0 -0.849088000000000, 1 -0.849110562500000, 0 -0.849159125000000, 1 -0.849181875000000, 0 -0.849243437500000, 1 -0.849266187500000, 0 -0.849308187500000, 1 -0.849330937500000, 0 -0.849369875000000, 1 -0.849392500000000, 0 -0.849411937500000, 1 -0.849434625000000, 0 -0.849467125000000, 1 -0.849489687500000, 0 -0.849544750000000, 1 -0.849544875000000, 0 -0.849545000000000, 1 -0.849567500000000, 0 -0.849726375000000, 1 -0.849749000000000, 0 -0.849765187500000, 1 -0.849787875000000, 0 -0.849836500000000, 1 -0.849859187500000, 0 -0.849920750000000, 1 -0.849943500000000, 0 -0.849988812500000, 1 -0.850011500000000, 0 -0.850047125000000, 1 -0.850069875000000, 0 -0.850089250000000, 1 -0.850112000000000, 0 -0.850144437500000, 1 -0.850167062500000, 0 -0.850212437500000, 1 -0.850235125000000, 0 -0.850394000000000, 1 -0.850416562500000, 0 -0.850432750000000, 1 -0.850455500000000, 0 -0.850504125000000, 1 -0.850526750000000, 0 -0.850588375000000, 1 -0.850611062500000, 0 -0.850656375000000, 1 -0.850679125000000, 0 -0.850714687500000, 1 -0.850737500000000, 0 -0.850756875000000, 1 -0.850779625000000, 0 -0.850812000000000, 1 -0.850834625000000, 0 -0.850880000000000, 1 -0.850902687500000, 0 -0.851061625000000, 1 -0.851084250000000, 0 -0.851100375000000, 1 -0.851100437500000, 0 -0.851100500000000, 1 -0.851123125000000, 0 -0.851171687500000, 1 -0.851194375000000, 0 -0.851255937500000, 1 -0.851278625000000, 0 -0.851324000000000, 1 -0.851346750000000, 0 -0.851382250000000, 1 -0.851405062500000, 0 -0.851424500000000, 1 -0.851447187500000, 0 -0.851479562500000, 1 -0.851502250000000, 0 -0.851547750000000, 1 -0.851570375000000, 0 -0.851729062500000, 1 -0.851751812500000, 0 -0.851768000000000, 1 -0.851790687500000, 0 -0.851839375000000, 1 -0.851861937500000, 0 -0.851923562500000, 1 -0.851946250000000, 0 -0.851991562500000, 1 -0.852014312500000, 0 -0.852049875000000, 1 -0.852049937500000, 0 -0.852050000000000, 1 -0.852072625000000, 0 -0.852092062500000, 1 -0.852092125000000, 0 -0.852092250000000, 1 -0.852114750000000, 0 -0.852147250000000, 1 -0.852169875000000, 0 -0.852215187500000, 1 -0.852237937500000, 0 -0.852396687500000, 1 -0.852419375000000, 0 -0.852435625000000, 1 -0.852458375000000, 0 -0.852507062500000, 1 -0.852529562500000, 0 -0.852591187500000, 1 -0.852613937500000, 0 -0.852659187500000, 1 -0.852681937500000, 0 -0.852717562500000, 1 -0.852740375000000, 0 -0.852759687500000, 1 -0.852782437500000, 0 -0.852814750000000, 1 -0.852837500000000, 0 -0.852882812500000, 1 -0.852882875000000, 0 -0.852883000000000, 1 -0.852905562500000, 0 -0.853064375000000, 1 -0.853087000000000, 0 -0.853103187500000, 1 -0.853125937500000, 0 -0.853174562500000, 1 -0.853197187500000, 0 -0.853258812500000, 1 -0.853281500000000, 0 -0.853323562500000, 1 -0.853346312500000, 0 -0.853385187500000, 1 -0.853407875000000, 0 -0.853427250000000, 1 -0.853450000000000, 0 -0.853482375000000, 1 -0.853482437500000, 0 -0.853482500000000, 1 -0.853505125000000, 0 -0.853560187500000, 1 -0.853582937500000, 0 -0.853741687500000, 1 -0.853764375000000, 0 -0.853780625000000, 1 -0.853803312500000, 0 -0.853851875000000, 1 -0.853874625000000, 0 -0.853936125000000, 1 -0.853958812500000, 0 -0.854000937500000, 1 -0.854023625000000, 0 -0.854062500000000, 1 -0.854085250000000, 0 -0.854104687500000, 1 -0.854127375000000, 0 -0.854159812500000, 1 -0.854182437500000, 0 -0.854237625000000, 1 -0.854260250000000, 0 -0.854419000000000, 1 -0.854441750000000, 0 -0.854457937500000, 1 -0.854480625000000, 0 -0.854529187500000, 1 -0.854551875000000, 0 -0.854613437500000, 1 -0.854636125000000, 0 -0.854681500000000, 1 -0.854704250000000, 0 -0.854739875000000, 1 -0.854762562500000, 0 -0.854782000000000, 1 -0.854804687500000, 0 -0.854837187500000, 1 -0.854859750000000, 0 -0.854905125000000, 1 -0.854927812500000, 0 -0.855086625000000, 1 -0.855109312500000, 0 -0.855125500000000, 1 -0.855148250000000, 0 -0.855196750000000, 1 -0.855219500000000, 0 -0.855281062500000, 1 -0.855303750000000, 0 -0.855349125000000, 1 -0.855371875000000, 0 -0.855407437500000, 1 -0.855430250000000, 0 -0.855449625000000, 1 -0.855472312500000, 0 -0.855504750000000, 1 -0.855527375000000, 0 -0.855572750000000, 1 -0.855595500000000, 0 -0.855754312500000, 1 -0.855776937500000, 0 -0.855793187500000, 1 -0.855815875000000, 0 -0.855864500000000, 1 -0.855887125000000, 0 -0.855948687500000, 1 -0.855971375000000, 0 -0.856016750000000, 1 -0.856039437500000, 0 -0.856075187500000, 1 -0.856097812500000, 0 -0.856117187500000, 1 -0.856139875000000, 0 -0.856172312500000, 1 -0.856195000000000, 0 -0.856240312500000, 1 -0.856263000000000, 0 -0.856421875000000, 1 -0.856444500000000, 0 -0.856460625000000, 1 -0.856483437500000, 0 -0.856532000000000, 1 -0.856554687500000, 0 -0.856616250000000, 1 -0.856638937500000, 0 -0.856684312500000, 1 -0.856707000000000, 0 -0.856742625000000, 1 -0.856765375000000, 0 -0.856784875000000, 1 -0.856807437500000, 0 -0.856839875000000, 1 -0.856862562500000, 0 -0.856907937500000, 1 -0.856930625000000, 0 -0.857089375000000, 1 -0.857089500000000, 0 -0.857089562500000, 1 -0.857112062500000, 0 -0.857128312500000, 1 -0.857151062500000, 0 -0.857199625000000, 1 -0.857222312500000, 0 -0.857283875000000, 1 -0.857306562500000, 0 -0.857351875000000, 1 -0.857374625000000, 0 -0.857410250000000, 1 -0.857433000000000, 0 -0.857452500000000, 1 -0.857475062500000, 0 -0.857507500000000, 1 -0.857530125000000, 0 -0.857575500000000, 1 -0.857598250000000, 0 -0.857757000000000, 1 -0.857779750000000, 0 -0.857795875000000, 1 -0.857818562500000, 0 -0.857867187500000, 1 -0.857889875000000, 0 -0.857951437500000, 1 -0.857974125000000, 0 -0.858019562500000, 1 -0.858042187500000, 0 -0.858077750000000, 1 -0.858100562500000, 0 -0.858119937500000, 1 -0.858142687500000, 0 -0.858175000000000, 1 -0.858197750000000, 0 -0.858243062500000, 1 -0.858265812500000, 0 -0.858424562500000, 1 -0.858447312500000, 0 -0.858463562500000, 1 -0.858486187500000, 0 -0.858534812500000, 1 -0.858557437500000, 0 -0.858619062500000, 1 -0.858641750000000, 0 -0.858687125000000, 1 -0.858709812500000, 0 -0.858745437500000, 1 -0.858768125000000, 0 -0.858787500000000, 1 -0.858810250000000, 0 -0.858842625000000, 1 -0.858842687500000, 0 -0.858842750000000, 1 -0.858865312500000, 0 -0.858910687500000, 1 -0.858933375000000, 0 -0.859092187500000, 1 -0.859114812500000, 0 -0.859131000000000, 1 -0.859153750000000, 0 -0.859202375000000, 1 -0.859225000000000, 0 -0.859286562500000, 1 -0.859309250000000, 0 -0.859354750000000, 1 -0.859377312500000, 0 -0.859412937500000, 1 -0.859435750000000, 0 -0.859455125000000, 1 -0.859477812500000, 0 -0.859510187500000, 1 -0.859532875000000, 0 -0.859578250000000, 1 -0.859601000000000, 0 -0.859759750000000, 1 -0.859782500000000, 0 -0.859798625000000, 1 -0.859798687500000, 0 -0.859798812500000, 1 -0.859821375000000, 0 -0.859869937500000, 1 -0.859892687500000, 0 -0.859954250000000, 1 -0.859954312500000, 0 -0.859954375000000, 1 -0.859976875000000, 0 -0.860019125000000, 1 -0.860041750000000, 0 -0.860080750000000, 1 -0.860103375000000, 0 -0.860122750000000, 1 -0.860122812500000, 0 -0.860122875000000, 1 -0.860145437500000, 0 -0.860177812500000, 1 -0.860200562500000, 0 -0.860255625000000, 1 -0.860278375000000, 0 -0.860437125000000, 1 -0.860459812500000, 0 -0.860476125000000, 1 -0.860498687500000, 0 -0.860547250000000, 1 -0.860570000000000, 0 -0.860631562500000, 1 -0.860631625000000, 0 -0.860631687500000, 1 -0.860654250000000, 0 -0.860699625000000, 1 -0.860722375000000, 0 -0.860758000000000, 1 -0.860780687500000, 0 -0.860800125000000, 1 -0.860822750000000, 0 -0.860855125000000, 1 -0.860855250000000, 0 -0.860855312500000, 1 -0.860877875000000, 0 -0.860923250000000, 1 -0.860945937500000, 0 -0.861104750000000, 1 -0.861127437500000, 0 -0.861143562500000, 1 -0.861166312500000, 0 -0.861214875000000, 1 -0.861237625000000, 0 -0.861299125000000, 1 -0.861321812500000, 0 -0.861367125000000, 1 -0.861389937500000, 0 -0.861425500000000, 1 -0.861448250000000, 0 -0.861467687500000, 1 -0.861490375000000, 0 -0.861522750000000, 1 -0.861545437500000, 0 -0.861590750000000, 1 -0.861613562500000, 0 -0.861772437500000, 1 -0.861795000000000, 0 -0.861811187500000, 1 -0.861833875000000, 0 -0.861882437500000, 1 -0.861882500000000, 0 -0.861882562500000, 1 -0.861905125000000, 0 -0.861966687500000, 1 -0.861989375000000, 0 -0.862034750000000, 1 -0.862057500000000, 0 -0.862093000000000, 1 -0.862115812500000, 0 -0.862135250000000, 1 -0.862157875000000, 0 -0.862190312500000, 1 -0.862190375000000, 0 -0.862190437500000, 1 -0.862213000000000, 0 -0.862258375000000, 1 -0.862281062500000, 0 -0.862439875000000, 1 -0.862462562500000, 0 -0.862478750000000, 1 -0.862501437500000, 0 -0.862550125000000, 1 -0.862572750000000, 0 -0.862634312500000, 1 -0.862657000000000, 0 -0.862699187500000, 1 -0.862721875000000, 0 -0.862760687500000, 1 -0.862783437500000, 0 -0.862802812500000, 1 -0.862825500000000, 0 -0.862857937500000, 1 -0.862880625000000, 0 -0.862935812500000, 1 -0.862958437500000, 0 -0.863117187500000, 1 -0.863139875000000, 0 -0.863156062500000, 1 -0.863178812500000, 0 -0.863227375000000, 1 -0.863250062500000, 0 -0.863311687500000, 1 -0.863334312500000, 0 -0.863379687500000, 1 -0.863379750000000, 0 -0.863379875000000, 1 -0.863402375000000, 0 -0.863438000000000, 1 -0.863460812500000, 0 -0.863480187500000, 1 -0.863502875000000, 0 -0.863535250000000, 1 -0.863557937500000, 0 -0.863603312500000, 1 -0.863603437500000, 0 -0.863603500000000, 1 -0.863626062500000, 0 -0.863784812500000, 1 -0.863807500000000, 0 -0.863823687500000, 1 -0.863846437500000, 0 -0.863895000000000, 1 -0.863895062500000, 0 -0.863895125000000, 1 -0.863917750000000, 0 -0.863979312500000, 1 -0.864002000000000, 0 -0.864047500000000, 1 -0.864070125000000, 0 -0.864105625000000, 1 -0.864105750000000, 0 -0.864105812500000, 1 -0.864128437500000, 0 -0.864147812500000, 1 -0.864170625000000, 0 -0.864202937500000, 1 -0.864225625000000, 0 -0.864271000000000, 1 -0.864293687500000, 0 -0.864452500000000, 1 -0.864475187500000, 0 -0.864491375000000, 1 -0.864514125000000, 0 -0.864562687500000, 1 -0.864585437500000, 0 -0.864647000000000, 1 -0.864669687500000, 0 -0.864715125000000, 1 -0.864737812500000, 0 -0.864773312500000, 1 -0.864796125000000, 0 -0.864815500000000, 1 -0.864838250000000, 0 -0.864870625000000, 1 -0.864893312500000, 0 -0.864938687500000, 1 -0.864961375000000, 0 -0.865120312500000, 1 -0.865142875000000, 0 -0.865159000000000, 1 -0.865181750000000, 0 -0.865230375000000, 1 -0.865253000000000, 0 -0.865314625000000, 1 -0.865337312500000, 0 -0.865379375000000, 1 -0.865402125000000, 0 -0.865441062500000, 1 -0.865463750000000, 0 -0.865483250000000, 1 -0.865505875000000, 0 -0.865538250000000, 1 -0.865560937500000, 0 -0.865616062500000, 1 -0.865638750000000, 0 -0.865797500000000, 1 -0.865820187500000, 0 -0.865836375000000, 1 -0.865859125000000, 0 -0.865907750000000, 1 -0.865930437500000, 0 -0.865992000000000, 1 -0.866014687500000, 0 -0.866060187500000, 1 -0.866082750000000, 0 -0.866118312500000, 1 -0.866141125000000, 0 -0.866160500000000, 1 -0.866183250000000, 0 -0.866215625000000, 1 -0.866215687500000, 0 -0.866215750000000, 1 -0.866238375000000, 0 -0.866283750000000, 1 -0.866306375000000, 0 -0.866465187500000, 1 -0.866487875000000, 0 -0.866504000000000, 1 -0.866526812500000, 0 -0.866575375000000, 1 -0.866598062500000, 0 -0.866659687500000, 1 -0.866682437500000, 0 -0.866727687500000, 1 -0.866750437500000, 0 -0.866786000000000, 1 -0.866808750000000, 0 -0.866828125000000, 1 -0.866850937500000, 0 -0.866883250000000, 1 -0.866905937500000, 0 -0.866951375000000, 1 -0.866974000000000, 0 -0.867132812500000, 1 -0.867155500000000, 0 -0.867171687500000, 1 -0.867194437500000, 0 -0.867243000000000, 1 -0.867265687500000, 0 -0.867327250000000, 1 -0.867349937500000, 0 -0.867395250000000, 1 -0.867418062500000, 0 -0.867453562500000, 1 -0.867476375000000, 0 -0.867495812500000, 1 -0.867518500000000, 0 -0.867550875000000, 1 -0.867573562500000, 0 -0.867619000000000, 1 -0.867641625000000, 0 -0.867800437500000, 1 -0.867800500000000, 0 -0.867800625000000, 1 -0.867823125000000, 0 -0.867839250000000, 1 -0.867862000000000, 0 -0.867910625000000, 1 -0.867933312500000, 0 -0.867994875000000, 1 -0.867995000000000, 0 -0.867995062500000, 1 -0.868017625000000, 0 -0.868059687500000, 1 -0.868082375000000, 0 -0.868121187500000, 1 -0.868144000000000, 0 -0.868163375000000, 1 -0.868186062500000, 0 -0.868218500000000, 1 -0.868241125000000, 0 -0.868296250000000, 1 -0.868318937500000, 0 -0.868477750000000, 1 -0.868477812500000, 0 -0.868477875000000, 1 -0.868500500000000, 0 -0.868516625000000, 1 -0.868539312500000, 0 -0.868587937500000, 1 -0.868610625000000, 0 -0.868672187500000, 1 -0.868672250000000, 0 -0.868672312500000, 1 -0.868694937500000, 0 -0.868740187500000, 1 -0.868763000000000, 0 -0.868798625000000, 1 -0.868821312500000, 0 -0.868840750000000, 1 -0.868863375000000, 0 -0.868895750000000, 1 -0.868918500000000, 0 -0.868963875000000, 1 -0.868986562500000, 0 -0.869145375000000, 1 -0.869145437500000, 0 -0.869145500000000, 1 -0.869168000000000, 0 -0.869184250000000, 1 -0.869206937500000, 0 -0.869255625000000, 1 -0.869278250000000, 0 -0.869339750000000, 1 -0.869362500000000, 0 -0.869404562500000, 1 -0.869404625000000, 0 -0.869404687500000, 1 -0.869427312500000, 0 -0.869466125000000, 1 -0.869488812500000, 0 -0.869508250000000, 1 -0.869531000000000, 0 -0.869563312500000, 1 -0.869563375000000, 0 -0.869563500000000, 1 -0.869586062500000, 0 -0.869641187500000, 1 -0.869641250000000, 0 -0.869641312500000, 1 -0.869663875000000, 0 -0.869822625000000, 1 -0.869822687500000, 0 -0.869822750000000, 1 -0.869845250000000, 0 -0.869861562500000, 1 -0.869884187500000, 0 -0.869932812500000, 1 -0.869955500000000, 0 -0.870017062500000, 1 -0.870039750000000, 0 -0.870085125000000, 1 -0.870107812500000, 0 -0.870143562500000, 1 -0.870166125000000, 0 -0.870185562500000, 1 -0.870208250000000, 0 -0.870240687500000, 1 -0.870263312500000, 0 -0.870308750000000, 1 -0.870331437500000, 0 -0.870490187500000, 1 -0.870512875000000, 0 -0.870529062500000, 1 -0.870551875000000, 0 -0.870600437500000, 1 -0.870623062500000, 0 -0.870684625000000, 1 -0.870707375000000, 0 -0.870752687500000, 1 -0.870775437500000, 0 -0.870811000000000, 1 -0.870833750000000, 0 -0.870853250000000, 1 -0.870875937500000, 0 -0.870908312500000, 1 -0.870931000000000, 0 -0.870976250000000, 1 -0.870976375000000, 0 -0.870976437500000, 1 -0.870999000000000, 0 -0.871157812500000, 1 -0.871180500000000, 0 -0.871196625000000, 1 -0.871219375000000, 0 -0.871268125000000, 1 -0.871290687500000, 0 -0.871352312500000, 1 -0.871374937500000, 0 -0.871420250000000, 1 -0.871443000000000, 0 -0.871478625000000, 1 -0.871501312500000, 0 -0.871520812500000, 1 -0.871543437500000, 0 -0.871575750000000, 1 -0.871575812500000, 0 -0.871576000000000, 1 -0.871598500000000, 0 -0.871643812500000, 1 -0.871666625000000, 0 -0.871825375000000, 1 -0.871825437500000, 0 -0.871825500000000, 1 -0.871848000000000, 0 -0.871864250000000, 1 -0.871886937500000, 0 -0.871935500000000, 1 -0.871958250000000, 0 -0.872019812500000, 1 -0.872042500000000, 0 -0.872087812500000, 1 -0.872110562500000, 0 -0.872146125000000, 1 -0.872146187500000, 0 -0.872146250000000, 1 -0.872168937500000, 0 -0.872188312500000, 1 -0.872211000000000, 0 -0.872243375000000, 1 -0.872243437500000, 0 -0.872243500000000, 1 -0.872266062500000, 0 -0.872311500000000, 1 -0.872334125000000, 0 -0.872493000000000, 1 -0.872515625000000, 0 -0.872531812500000, 1 -0.872554500000000, 0 -0.872603250000000, 1 -0.872625750000000, 0 -0.872687312500000, 1 -0.872710000000000, 0 -0.872755375000000, 1 -0.872778062500000, 0 -0.872813687500000, 1 -0.872836437500000, 0 -0.872855812500000, 1 -0.872878562500000, 0 -0.872911000000000, 1 -0.872933625000000, 0 -0.872978937500000, 1 -0.873001687500000, 0 -0.873160437500000, 1 -0.873183187500000, 0 -0.873199375000000, 1 -0.873222062500000, 0 -0.873270687500000, 1 -0.873293312500000, 0 -0.873354875000000, 1 -0.873377625000000, 0 -0.873422937500000, 1 -0.873445687500000, 0 -0.873481187500000, 1 -0.873504062500000, 0 -0.873523500000000, 1 -0.873546125000000, 0 -0.873578500000000, 1 -0.873601187500000, 0 -0.873646625000000, 1 -0.873669250000000, 0 -0.873828125000000, 1 -0.873850750000000, 0 -0.873867000000000, 1 -0.873889625000000, 0 -0.873938375000000, 1 -0.873960875000000, 0 -0.874022500000000, 1 -0.874045187500000, 0 -0.874090625000000, 1 -0.874113250000000, 0 -0.874148812500000, 1 -0.874148875000000, 0 -0.874148937500000, 1 -0.874171562500000, 0 -0.874191000000000, 1 -0.874213687500000, 0 -0.874246125000000, 1 -0.874268750000000, 0 -0.874314062500000, 1 -0.874336812500000, 0 -0.874495625000000, 1 -0.874518250000000, 0 -0.874534437500000, 1 -0.874557250000000, 0 -0.874605750000000, 1 -0.874605937500000, 0 -0.874606000000000, 1 -0.874628500000000, 0 -0.874690000000000, 1 -0.874712687500000, 0 -0.874758062500000, 1 -0.874780812500000, 0 -0.874816375000000, 1 -0.874839187500000, 0 -0.874858625000000, 1 -0.874881250000000, 0 -0.874913812500000, 1 -0.874936375000000, 0 -0.874981750000000, 1 -0.875004437500000, 0 -0.875163250000000, 1 -0.875185875000000, 0 -0.875202062500000, 1 -0.875202125000000, 0 -0.875202187500000, 1 -0.875224812500000, 0 -0.875273375000000, 1 -0.875296125000000, 0 -0.875357687500000, 1 -0.875380312500000, 0 -0.875425687500000, 1 -0.875448375000000, 0 -0.875484000000000, 1 -0.875506750000000, 0 -0.875526187500000, 1 -0.875548875000000, 0 -0.875581250000000, 1 -0.875603875000000, 0 -0.875649312500000, 1 -0.875672062500000, 0 -0.875830750000000, 1 -0.875853500000000, 0 -0.875869687500000, 1 -0.875892375000000, 0 -0.875941000000000, 1 -0.875963625000000, 0 -0.876025187500000, 1 -0.876047875000000, 0 -0.876093250000000, 1 -0.876116000000000, 0 -0.876151500000000, 1 -0.876174312500000, 0 -0.876193812500000, 1 -0.876216437500000, 0 -0.876248875000000, 1 -0.876271562500000, 0 -0.876316875000000, 1 -0.876339562500000, 0 -0.876498375000000, 1 -0.876498437500000, 0 -0.876498500000000, 1 -0.876521062500000, 0 -0.876537187500000, 1 -0.876559937500000, 0 -0.876608625000000, 1 -0.876631250000000, 0 -0.876692812500000, 1 -0.876715437500000, 0 -0.876760812500000, 1 -0.876783562500000, 0 -0.876819125000000, 1 -0.876841875000000, 0 -0.876861250000000, 1 -0.876884062500000, 0 -0.876916437500000, 1 -0.876939062500000, 0 -0.876939125000000, 1 -0.876939187500000, 0 -0.876984562500000, 1 -0.877007125000000, 0 -0.877166000000000, 1 -0.877188625000000, 0 -0.877204812500000, 1 -0.877205000000000, 0 -0.877205062500000, 1 -0.877227562500000, 0 -0.877276312500000, 1 -0.877298812500000, 0 -0.877360437500000, 1 -0.877360500000000, 0 -0.877360625000000, 1 -0.877383125000000, 0 -0.877428500000000, 1 -0.877451250000000, 0 -0.877486750000000, 1 -0.877486812500000, 0 -0.877486875000000, 1 -0.877509562500000, 0 -0.877528937500000, 1 -0.877551625000000, 0 -0.877584062500000, 1 -0.877606750000000, 0 -0.877652125000000, 1 -0.877674812500000, 0 -0.877833625000000, 1 -0.877856375000000, 0 -0.877872500000000, 1 -0.877895250000000, 0 -0.877943875000000, 1 -0.877966500000000, 0 -0.878028125000000, 1 -0.878050812500000, 0 -0.878096125000000, 1 -0.878118875000000, 0 -0.878154437500000, 1 -0.878177187500000, 0 -0.878196625000000, 1 -0.878219312500000, 0 -0.878251750000000, 1 -0.878274375000000, 0 -0.878319687500000, 1 -0.878342437500000, 0 -0.878501187500000, 1 -0.878523875000000, 0 -0.878540187500000, 1 -0.878562812500000, 0 -0.878611500000000, 1 -0.878634062500000, 0 -0.878695687500000, 1 -0.878718312500000, 0 -0.878763750000000, 1 -0.878786375000000, 0 -0.878821875000000, 1 -0.878844750000000, 0 -0.878864125000000, 1 -0.878886812500000, 0 -0.878919187500000, 1 -0.878941875000000, 0 -0.878987187500000, 1 -0.879009937500000, 0 -0.879168687500000, 1 -0.879191375000000, 0 -0.879207562500000, 1 -0.879230312500000, 0 -0.879278875000000, 1 -0.879301562500000, 0 -0.879363062500000, 1 -0.879363125000000, 0 -0.879363250000000, 1 -0.879385812500000, 0 -0.879431125000000, 1 -0.879453812500000, 0 -0.879489437500000, 1 -0.879512187500000, 0 -0.879531625000000, 1 -0.879554312500000, 0 -0.879586750000000, 1 -0.879609375000000, 0 -0.879654750000000, 1 -0.879654812500000, 0 -0.879654875000000, 1 -0.879677500000000, 0 -0.879836187500000, 1 -0.879858875000000, 0 -0.879875125000000, 1 -0.879897812500000, 0 -0.879946437500000, 1 -0.879969062500000, 0 -0.880030625000000, 1 -0.880053312500000, 0 -0.880098687500000, 1 -0.880121375000000, 0 -0.880157000000000, 1 -0.880179750000000, 0 -0.880199187500000, 1 -0.880199250000000, 0 -0.880199312500000, 1 -0.880221937500000, 0 -0.880254250000000, 1 -0.880276937500000, 0 -0.880322312500000, 1 -0.880345062500000, 0 -0.880503812500000, 1 -0.880526500000000, 0 -0.880542750000000, 1 -0.880565375000000, 0 -0.880613937500000, 1 -0.880636625000000, 0 -0.880698250000000, 1 -0.880720875000000, 0 -0.880763000000000, 1 -0.880785750000000, 0 -0.880824562500000, 1 -0.880847312500000, 0 -0.880866687500000, 1 -0.880889375000000, 0 -0.880921875000000, 1 -0.880944562500000, 0 -0.880999625000000, 1 -0.881022312500000, 0 -0.881181125000000, 1 -0.881203812500000, 0 -0.881220062500000, 1 -0.881242687500000, 0 -0.881291250000000, 1 -0.881314062500000, 0 -0.881375562500000, 1 -0.881398312500000, 0 -0.881446875000000, 1 -0.881469500000000, 0 -0.881502000000000, 1 -0.881524625000000, 0 -0.881544125000000, 1 -0.881566750000000, 0 -0.881599187500000, 1 -0.881621875000000, 0 -0.881657500000000, 1 -0.881680250000000, 0 -0.881839062500000, 1 -0.881861750000000, 0 -0.881877875000000, 1 -0.881877937500000, 0 -0.881878000000000, 1 -0.881900562500000, 0 -0.881949250000000, 1 -0.881971875000000, 0 -0.882033437500000, 1 -0.882056125000000, 0 -0.882101500000000, 1 -0.882124187500000, 0 -0.882159750000000, 1 -0.882182562500000, 0 -0.882201937500000, 1 -0.882224625000000, 0 -0.882257125000000, 1 -0.882279750000000, 0 -0.882325062500000, 1 -0.882347812500000, 0 -0.882506625000000, 1 -0.882529250000000, 0 -0.882545687500000, 1 -0.882568187500000, 0 -0.882616812500000, 1 -0.882639500000000, 0 -0.882701125000000, 1 -0.882723812500000, 0 -0.882769187500000, 1 -0.882791875000000, 0 -0.882827437500000, 1 -0.882850187500000, 0 -0.882869562500000, 1 -0.882892250000000, 0 -0.882924687500000, 1 -0.882947375000000, 0 -0.882992687500000, 1 -0.882992812500000, 0 -0.882992875000000, 1 -0.883015437500000, 0 -0.883174250000000, 1 -0.883196937500000, 0 -0.883213062500000, 1 -0.883213125000000, 0 -0.883213250000000, 1 -0.883235875000000, 0 -0.883284437500000, 1 -0.883307125000000, 0 -0.883368687500000, 1 -0.883391375000000, 0 -0.883433437500000, 1 -0.883456187500000, 0 -0.883495000000000, 1 -0.883517750000000, 0 -0.883537187500000, 1 -0.883559875000000, 0 -0.883592250000000, 1 -0.883615000000000, 0 -0.883670062500000, 1 -0.883692812500000, 0 -0.883851625000000, 1 -0.883851687500000, 0 -0.883851750000000, 1 -0.883874250000000, 0 -0.883890500000000, 1 -0.883913250000000, 0 -0.883961750000000, 1 -0.883984437500000, 0 -0.884046000000000, 1 -0.884068750000000, 0 -0.884114062500000, 1 -0.884136812500000, 0 -0.884172375000000, 1 -0.884195125000000, 0 -0.884214625000000, 1 -0.884237312500000, 0 -0.884269625000000, 1 -0.884292312500000, 0 -0.884337687500000, 1 -0.884360437500000, 0 -0.884519187500000, 1 -0.884541937500000, 0 -0.884558062500000, 1 -0.884580875000000, 0 -0.884629375000000, 1 -0.884652125000000, 0 -0.884713687500000, 1 -0.884736437500000, 0 -0.884778500000000, 1 -0.884801187500000, 0 -0.884840062500000, 1 -0.884862750000000, 0 -0.884882250000000, 1 -0.884904937500000, 0 -0.884937375000000, 1 -0.884960000000000, 0 -0.885015125000000, 1 -0.885037750000000, 0 -0.885196562500000, 1 -0.885219250000000, 0 -0.885235437500000, 1 -0.885258187500000, 0 -0.885306687500000, 1 -0.885329375000000, 0 -0.885391000000000, 1 -0.885413687500000, 0 -0.885455812500000, 1 -0.885478500000000, 0 -0.885517312500000, 1 -0.885517375000000, 0 -0.885517437500000, 1 -0.885540125000000, 0 -0.885559500000000, 1 -0.885582187500000, 0 -0.885614750000000, 1 -0.885637250000000, 0 -0.885692500000000, 1 -0.885715000000000, 0 -0.885873875000000, 1 -0.885896500000000, 0 -0.885912687500000, 1 -0.885935437500000, 0 -0.885984062500000, 1 -0.886006750000000, 0 -0.886068250000000, 1 -0.886090937500000, 0 -0.886136312500000, 1 -0.886136375000000, 0 -0.886136500000000, 1 -0.886159062500000, 0 -0.886194625000000, 1 -0.886217437500000, 0 -0.886236812500000, 1 -0.886259500000000, 0 -0.886291937500000, 1 -0.886314562500000, 0 -0.886359875000000, 1 -0.886382625000000, 0 -0.886541437500000, 1 -0.886564187500000, 0 -0.886580375000000, 1 -0.886603000000000, 0 -0.886651625000000, 1 -0.886674312500000, 0 -0.886735875000000, 1 -0.886758625000000, 0 -0.886803875000000, 1 -0.886826687500000, 0 -0.886862250000000, 1 -0.886885000000000, 0 -0.886904500000000, 1 -0.886927125000000, 0 -0.886959500000000, 1 -0.886982250000000, 0 -0.887027625000000, 1 -0.887050250000000, 0 -0.887209062500000, 1 -0.887209125000000, 0 -0.887209187500000, 1 -0.887231812500000, 0 -0.887248000000000, 1 -0.887270687500000, 0 -0.887319250000000, 1 -0.887342000000000, 0 -0.887403625000000, 1 -0.887426250000000, 0 -0.887468437500000, 1 -0.887491000000000, 0 -0.887529937500000, 1 -0.887552625000000, 0 -0.887572062500000, 1 -0.887594812500000, 0 -0.887627187500000, 1 -0.887649812500000, 0 -0.887704937500000, 1 -0.887727625000000, 0 -0.887886437500000, 1 -0.887909062500000, 0 -0.887925250000000, 1 -0.887925312500000, 0 -0.887925375000000, 1 -0.887948000000000, 0 -0.887996562500000, 1 -0.888019250000000, 0 -0.888080812500000, 1 -0.888103562500000, 0 -0.888148875000000, 1 -0.888171625000000, 0 -0.888207187500000, 1 -0.888230000000000, 0 -0.888249375000000, 1 -0.888249437500000, 0 -0.888249500000000, 1 -0.888272062500000, 0 -0.888304437500000, 1 -0.888327125000000, 0 -0.888372437500000, 1 -0.888395250000000, 0 -0.888554000000000, 1 -0.888576687500000, 0 -0.888592875000000, 1 -0.888615625000000, 0 -0.888664125000000, 1 -0.888686812500000, 0 -0.888748375000000, 1 -0.888771125000000, 0 -0.888816437500000, 1 -0.888816500000000, 0 -0.888816562500000, 1 -0.888839187500000, 0 -0.888874750000000, 1 -0.888897562500000, 0 -0.888916937500000, 1 -0.888939625000000, 0 -0.888972000000000, 1 -0.888994750000000, 0 -0.889040000000000, 1 -0.889062750000000, 0 -0.889221562500000, 1 -0.889244187500000, 0 -0.889260437500000, 1 -0.889283125000000, 0 -0.889331750000000, 1 -0.889354437500000, 0 -0.889416000000000, 1 -0.889438687500000, 0 -0.889484000000000, 1 -0.889506750000000, 0 -0.889542312500000, 1 -0.889565062500000, 0 -0.889584500000000, 1 -0.889607250000000, 0 -0.889639687500000, 1 -0.889662312500000, 0 -0.889707687500000, 1 -0.889730375000000, 0 -0.889889187500000, 1 -0.889911875000000, 0 -0.889928062500000, 1 -0.889950750000000, 0 -0.889999375000000, 1 -0.890022062500000, 0 -0.890083625000000, 1 -0.890106375000000, 0 -0.890151687500000, 1 -0.890174375000000, 0 -0.890210000000000, 1 -0.890232750000000, 0 -0.890252187500000, 1 -0.890252250000000, 0 -0.890252375000000, 1 -0.890274875000000, 0 -0.890307437500000, 1 -0.890329937500000, 0 -0.890375375000000, 1 -0.890398062500000, 0 -0.890556875000000, 1 -0.890556937500000, 0 -0.890557000000000, 1 -0.890579562500000, 0 -0.890595875000000, 1 -0.890618437500000, 0 -0.890667000000000, 1 -0.890689750000000, 0 -0.890751375000000, 1 -0.890774000000000, 0 -0.890819375000000, 1 -0.890842062500000, 0 -0.890877687500000, 1 -0.890900437500000, 0 -0.890919937500000, 1 -0.890942562500000, 0 -0.890974937500000, 1 -0.890997625000000, 0 -0.891042937500000, 1 -0.891065687500000, 0 -0.891224500000000, 1 -0.891247187500000, 0 -0.891263375000000, 1 -0.891286125000000, 0 -0.891334687500000, 1 -0.891357375000000, 0 -0.891418937500000, 1 -0.891441687500000, 0 -0.891487000000000, 1 -0.891509750000000, 0 -0.891545312500000, 1 -0.891568125000000, 0 -0.891587500000000, 1 -0.891610312500000, 0 -0.891642562500000, 1 -0.891665312500000, 0 -0.891710687500000, 1 -0.891733375000000, 0 -0.891892250000000, 1 -0.891914875000000, 0 -0.891931062500000, 1 -0.891931187500000, 0 -0.891931250000000, 1 -0.891953750000000, 0 -0.892002312500000, 1 -0.892002437500000, 0 -0.892002500000000, 1 -0.892025062500000, 0 -0.892086562500000, 1 -0.892109312500000, 0 -0.892151562500000, 1 -0.892174125000000, 0 -0.892213000000000, 1 -0.892235750000000, 0 -0.892255125000000, 1 -0.892277812500000, 0 -0.892310312500000, 1 -0.892332937500000, 0 -0.892388125000000, 1 -0.892410750000000, 0 -0.892569562500000, 1 -0.892592187500000, 0 -0.892608375000000, 1 -0.892631062500000, 0 -0.892679687500000, 1 -0.892702312500000, 0 -0.892763875000000, 1 -0.892786625000000, 0 -0.892831937500000, 1 -0.892854687500000, 0 -0.892890312500000, 1 -0.892913000000000, 0 -0.892932437500000, 1 -0.892955125000000, 0 -0.892987500000000, 1 -0.893010187500000, 0 -0.893055625000000, 1 -0.893078250000000, 0 -0.893237062500000, 1 -0.893259750000000, 0 -0.893276000000000, 1 -0.893298625000000, 0 -0.893347250000000, 1 -0.893369937500000, 0 -0.893431500000000, 1 -0.893454250000000, 0 -0.893499625000000, 1 -0.893522250000000, 0 -0.893557812500000, 1 -0.893580625000000, 0 -0.893600250000000, 1 -0.893622750000000, 0 -0.893655125000000, 1 -0.893677875000000, 0 -0.893723187500000, 1 -0.893723250000000, 0 -0.893723312500000, 1 -0.893745875000000, 0 -0.893904687500000, 1 -0.893927375000000, 0 -0.893943500000000, 1 -0.893966250000000, 0 -0.894014875000000, 1 -0.894037562500000, 0 -0.894099187500000, 1 -0.894121812500000, 0 -0.894163875000000, 1 -0.894186625000000, 0 -0.894225625000000, 1 -0.894248250000000, 0 -0.894267625000000, 1 -0.894290375000000, 0 -0.894322812500000, 1 -0.894345437500000, 0 -0.894400562500000, 1 -0.894400625000000, 0 -0.894400687500000, 1 -0.894423250000000, 0 -0.894582250000000, 1 -0.894604750000000, 0 -0.894620875000000, 1 -0.894620937500000, 0 -0.894621062500000, 1 -0.894643625000000, 0 -0.894692250000000, 1 -0.894714937500000, 0 -0.894776500000000, 1 -0.894799187500000, 0 -0.894844562500000, 1 -0.894867312500000, 0 -0.894902937500000, 1 -0.894925625000000, 0 -0.894945062500000, 1 -0.894967687500000, 0 -0.895000062500000, 1 -0.895022750000000, 0 -0.895068125000000, 1 -0.895090812500000, 0 -0.895249562500000, 1 -0.895249687500000, 0 -0.895249812500000, 1 -0.895272312500000, 0 -0.895288437500000, 1 -0.895311187500000, 0 -0.895359750000000, 1 -0.895382500000000, 0 -0.895444000000000, 1 -0.895466687500000, 0 -0.895466750000000, 1 -0.895466812500000, 0 -0.895512062500000, 1 -0.895534812500000, 0 -0.895570312500000, 1 -0.895593125000000, 0 -0.895612562500000, 1 -0.895635187500000, 0 -0.895667625000000, 1 -0.895690375000000, 0 -0.895735687500000, 1 -0.895735812500000, 0 -0.895735875000000, 1 -0.895758375000000, 0 -0.895917187500000, 1 -0.895939875000000, 0 -0.895956000000000, 1 -0.895978812500000, 0 -0.896027312500000, 1 -0.896050000000000, 0 -0.896111625000000, 1 -0.896134312500000, 0 -0.896176375000000, 1 -0.896176437500000, 0 -0.896176500000000, 1 -0.896199125000000, 0 -0.896238000000000, 1 -0.896260687500000, 0 -0.896280125000000, 1 -0.896302812500000, 0 -0.896335187500000, 1 -0.896357937500000, 0 -0.896413000000000, 1 -0.896413125000000, 0 -0.896413187500000, 1 -0.896435750000000, 0 -0.896594625000000, 1 -0.896617250000000, 0 -0.896633375000000, 1 -0.896656125000000, 0 -0.896704687500000, 1 -0.896727437500000, 0 -0.896789000000000, 1 -0.896811687500000, 0 -0.896857062500000, 1 -0.896879750000000, 0 -0.896915250000000, 1 -0.896938125000000, 0 -0.896957437500000, 1 -0.896980187500000, 0 -0.897012500000000, 1 -0.897035250000000, 0 -0.897080625000000, 1 -0.897080750000000, 0 -0.897080812500000, 1 -0.897103312500000, 0 -0.897262125000000, 1 -0.897284812500000, 0 -0.897301000000000, 1 -0.897323750000000, 0 -0.897372312500000, 1 -0.897395000000000, 0 -0.897456562500000, 1 -0.897456687500000, 0 -0.897456750000000, 1 -0.897479250000000, 0 -0.897524625000000, 1 -0.897547375000000, 0 -0.897582937500000, 1 -0.897605625000000, 0 -0.897625062500000, 1 -0.897647812500000, 0 -0.897680187500000, 1 -0.897702875000000, 0 -0.897748187500000, 1 -0.897770875000000, 0 -0.897929687500000, 1 -0.897952437500000, 0 -0.897968562500000, 1 -0.897991312500000, 0 -0.898040000000000, 1 -0.898062625000000, 0 -0.898124187500000, 1 -0.898146875000000, 0 -0.898195625000000, 1 -0.898218187500000, 0 -0.898250562500000, 1 -0.898273250000000, 0 -0.898292625000000, 1 -0.898315375000000, 0 -0.898347750000000, 1 -0.898370437500000, 0 -0.898406125000000, 1 -0.898428812500000, 0 -0.898587562500000, 1 -0.898610312500000, 0 -0.898626500000000, 1 -0.898649125000000, 0 -0.898697750000000, 1 -0.898720437500000, 0 -0.898782000000000, 1 -0.898804750000000, 0 -0.898850062500000, 1 -0.898872750000000, 0 -0.898908375000000, 1 -0.898908437500000, 0 -0.898908500000000, 1 -0.898931125000000, 0 -0.898950500000000, 1 -0.898973250000000, 0 -0.899005625000000, 1 -0.899028375000000, 0 -0.899073687500000, 1 -0.899096375000000, 0 -0.899255250000000, 1 -0.899277875000000, 0 -0.899294000000000, 1 -0.899316750000000, 0 -0.899365375000000, 1 -0.899388062500000, 0 -0.899449625000000, 1 -0.899472375000000, 0 -0.899514437500000, 1 -0.899537187500000, 0 -0.899576062500000, 1 -0.899598750000000, 0 -0.899618187500000, 1 -0.899640812500000, 0 -0.899673250000000, 1 -0.899695937500000, 0 -0.899751187500000, 1 -0.899773750000000, 0 -0.899932562500000, 1 -0.899955250000000, 0 -0.899971562500000, 1 -0.899994187500000, 0 -0.900042687500000, 1 -0.900065375000000, 0 -0.900127000000000, 1 -0.900149687500000, 0 -0.900195000000000, 1 -0.900195125000000, 0 -0.900195187500000, 1 -0.900217750000000, 0 -0.900253375000000, 1 -0.900276062500000, 0 -0.900295625000000, 1 -0.900318250000000, 0 -0.900350625000000, 1 -0.900373250000000, 0 -0.900418625000000, 1 -0.900441375000000, 0 -0.900600125000000, 1 -0.900622875000000, 0 -0.900639000000000, 1 -0.900661750000000, 0 -0.900710312500000, 1 -0.900733000000000, 0 -0.900794562500000, 1 -0.900817312500000, 0 -0.900862625000000, 1 -0.900885375000000, 0 -0.900920937500000, 1 -0.900943687500000, 0 -0.900963125000000, 1 -0.900985812500000, 0 -0.901018187500000, 1 -0.901040937500000, 0 -0.901086312500000, 1 -0.901109000000000, 0 -0.901267812500000, 1 -0.901290500000000, 0 -0.901306625000000, 1 -0.901329375000000, 0 -0.901377937500000, 1 -0.901378062500000, 0 -0.901378125000000, 1 -0.901400625000000, 0 -0.901462250000000, 1 -0.901484937500000, 0 -0.901530250000000, 1 -0.901553000000000, 0 -0.901588500000000, 1 -0.901611375000000, 0 -0.901630750000000, 1 -0.901653437500000, 0 -0.901685812500000, 1 -0.901685875000000, 0 -0.901685937500000, 1 -0.901708500000000, 0 -0.901753812500000, 1 -0.901776625000000, 0 -0.901935375000000, 1 -0.901958062500000, 0 -0.901974250000000, 1 -0.901997000000000, 0 -0.902045562500000, 1 -0.902068312500000, 0 -0.902129875000000, 1 -0.902152500000000, 0 -0.902197875000000, 1 -0.902220625000000, 0 -0.902256125000000, 1 -0.902278937500000, 0 -0.902298375000000, 1 -0.902321062500000, 0 -0.902353437500000, 1 -0.902376125000000, 0 -0.902421500000000, 1 -0.902444250000000, 0 -0.902603000000000, 1 -0.902625625000000, 0 -0.902641875000000, 1 -0.902664562500000, 0 -0.902713125000000, 1 -0.902735875000000, 0 -0.902797437500000, 1 -0.902820062500000, 0 -0.902865437500000, 1 -0.902888125000000, 0 -0.902923750000000, 1 -0.902946562500000, 0 -0.902965937500000, 1 -0.902988625000000, 0 -0.903021125000000, 1 -0.903043750000000, 0 -0.903089062500000, 1 -0.903111750000000, 0 -0.903270562500000, 1 -0.903293250000000, 0 -0.903309437500000, 1 -0.903332125000000, 0 -0.903380750000000, 1 -0.903380812500000, 0 -0.903380875000000, 1 -0.903403437500000, 0 -0.903465000000000, 1 -0.903487687500000, 0 -0.903533062500000, 1 -0.903555750000000, 0 -0.903591375000000, 1 -0.903614125000000, 0 -0.903633562500000, 1 -0.903656250000000, 0 -0.903688562500000, 1 -0.903711312500000, 0 -0.903756687500000, 1 -0.903779437500000, 0 -0.903938187500000, 1 -0.903960937500000, 0 -0.903977062500000, 1 -0.903999875000000, 0 -0.904048375000000, 1 -0.904071125000000, 0 -0.904132687500000, 1 -0.904155375000000, 0 -0.904200687500000, 1 -0.904200750000000, 0 -0.904200875000000, 1 -0.904223500000000, 0 -0.904259062500000, 1 -0.904281875000000, 0 -0.904301187500000, 1 -0.904323875000000, 0 -0.904356312500000, 1 -0.904379000000000, 0 -0.904424375000000, 1 -0.904447062500000, 0 -0.904605937500000, 1 -0.904628562500000, 0 -0.904644750000000, 1 -0.904667500000000, 0 -0.904716062500000, 1 -0.904716125000000, 0 -0.904716250000000, 1 -0.904738750000000, 0 -0.904800312500000, 1 -0.904800375000000, 0 -0.904800500000000, 1 -0.904823000000000, 0 -0.904868375000000, 1 -0.904891125000000, 0 -0.904926750000000, 1 -0.904949437500000, 0 -0.904968875000000, 1 -0.904991625000000, 0 -0.905023937500000, 1 -0.905046625000000, 0 -0.905092000000000, 1 -0.905114750000000, 0 -0.905273500000000, 1 -0.905296250000000, 0 -0.905312562500000, 1 -0.905335125000000, 0 -0.905383812500000, 1 -0.905406375000000, 0 -0.905467937500000, 1 -0.905490687500000, 0 -0.905536000000000, 1 -0.905536062500000, 0 -0.905536125000000, 1 -0.905558750000000, 0 -0.905594312500000, 1 -0.905617125000000, 0 -0.905636500000000, 1 -0.905659187500000, 0 -0.905691625000000, 1 -0.905714312500000, 0 -0.905759812500000, 1 -0.905782375000000, 0 -0.905941187500000, 1 -0.905963875000000, 0 -0.905980000000000, 1 -0.905980062500000, 0 -0.905980125000000, 1 -0.906002750000000, 0 -0.906051312500000, 1 -0.906074000000000, 0 -0.906135687500000, 1 -0.906158312500000, 0 -0.906200375000000, 1 -0.906223062500000, 0 -0.906261937500000, 1 -0.906284687500000, 0 -0.906304062500000, 1 -0.906326750000000, 0 -0.906359187500000, 1 -0.906359250000000, 0 -0.906359312500000, 1 -0.906381875000000, 0 -0.906436937500000, 1 -0.906459625000000, 0 -0.906618562500000, 1 -0.906641125000000, 0 -0.906657250000000, 1 -0.906657375000000, 0 -0.906657437500000, 1 -0.906680062500000, 0 -0.906728625000000, 1 -0.906728687500000, 0 -0.906728750000000, 1 -0.906751312500000, 0 -0.906812937500000, 1 -0.906835562500000, 0 -0.906880937500000, 1 -0.906903625000000, 0 -0.906939187500000, 1 -0.906962000000000, 0 -0.906981500000000, 1 -0.907004125000000, 0 -0.907036562500000, 1 -0.907059187500000, 0 -0.907104562500000, 1 -0.907127312500000, 0 -0.907286062500000, 1 -0.907308750000000, 0 -0.907324937500000, 1 -0.907347625000000, 0 -0.907396250000000, 1 -0.907418937500000, 0 -0.907480562500000, 1 -0.907503250000000, 0 -0.907545250000000, 1 -0.907568000000000, 0 -0.907606875000000, 1 -0.907629562500000, 0 -0.907649000000000, 1 -0.907671750000000, 0 -0.907704125000000, 1 -0.907726750000000, 0 -0.907781875000000, 1 -0.907804562500000, 0 -0.907963375000000, 1 -0.907986000000000, 0 -0.908002187500000, 1 -0.908024937500000, 0 -0.908073625000000, 1 -0.908096250000000, 0 -0.908157750000000, 1 -0.908180500000000, 0 -0.908222750000000, 1 -0.908245312500000, 0 -0.908284187500000, 1 -0.908306875000000, 0 -0.908326312500000, 1 -0.908326375000000, 0 -0.908326500000000, 1 -0.908349000000000, 0 -0.908381437500000, 1 -0.908404125000000, 0 -0.908459250000000, 1 -0.908481875000000, 0 -0.908640750000000, 1 -0.908663375000000, 0 -0.908679562500000, 1 -0.908702312500000, 0 -0.908750875000000, 1 -0.908773562500000, 0 -0.908835187500000, 1 -0.908857812500000, 0 -0.908903187500000, 1 -0.908925937500000, 0 -0.908961500000000, 1 -0.908984250000000, 0 -0.909003812500000, 1 -0.909026375000000, 0 -0.909058812500000, 1 -0.909081500000000, 0 -0.909126812500000, 1 -0.909149562500000, 0 -0.909308375000000, 1 -0.909331000000000, 0 -0.909347187500000, 1 -0.909370000000000, 0 -0.909418562500000, 1 -0.909441250000000, 0 -0.909502875000000, 1 -0.909525500000000, 0 -0.909570937500000, 1 -0.909593625000000, 0 -0.909629187500000, 1 -0.909651937500000, 0 -0.909671375000000, 1 -0.909694062500000, 0 -0.909726500000000, 1 -0.909749125000000, 0 -0.909794437500000, 1 -0.909817250000000, 0 -0.909976000000000, 1 -0.909998750000000, 0 -0.910014875000000, 1 -0.910037625000000, 0 -0.910086187500000, 1 -0.910108875000000, 0 -0.910170437500000, 1 -0.910193125000000, 0 -0.910238562500000, 1 -0.910261187500000, 0 -0.910296750000000, 1 -0.910319562500000, 0 -0.910339062500000, 1 -0.910361625000000, 0 -0.910394125000000, 1 -0.910416750000000, 0 -0.910462062500000, 1 -0.910484812500000, 0 -0.910643625000000, 1 -0.910666250000000, 0 -0.910682437500000, 1 -0.910705125000000, 0 -0.910753750000000, 1 -0.910753812500000, 0 -0.910753875000000, 1 -0.910776437500000, 0 -0.910838000000000, 1 -0.910860687500000, 0 -0.910906000000000, 1 -0.910928750000000, 0 -0.910964312500000, 1 -0.910987125000000, 0 -0.911006562500000, 1 -0.911029187500000, 0 -0.911061562500000, 1 -0.911084312500000, 0 -0.911129625000000, 1 -0.911152375000000, 0 -0.911311187500000, 1 -0.911333812500000, 0 -0.911350000000000, 1 -0.911372750000000, 0 -0.911421375000000, 1 -0.911444062500000, 0 -0.911505625000000, 1 -0.911528250000000, 0 -0.911573625000000, 1 -0.911573687500000, 0 -0.911573750000000, 1 -0.911596312500000, 0 -0.911596375000000, 1 -0.911596437500000, 0 -0.911632000000000, 1 -0.911654687500000, 0 -0.911674250000000, 1 -0.911696812500000, 0 -0.911729187500000, 1 -0.911729250000000, 0 -0.911729312500000, 1 -0.911751937500000, 0 -0.911797250000000, 1 -0.911820000000000, 0 -0.911978687500000, 1 -0.911978750000000, 0 -0.911978875000000, 1 -0.912001375000000, 0 -0.912017625000000, 1 -0.912040250000000, 0 -0.912088875000000, 1 -0.912111562500000, 0 -0.912173187500000, 1 -0.912195812500000, 0 -0.912241187500000, 1 -0.912263875000000, 0 -0.912299437500000, 1 -0.912322250000000, 0 -0.912341625000000, 1 -0.912341687500000, 0 -0.912341812500000, 1 -0.912364375000000, 0 -0.912396750000000, 1 -0.912419437500000, 0 -0.912464812500000, 1 -0.912487500000000, 0 -0.912646250000000, 1 -0.912668937500000, 0 -0.912685125000000, 1 -0.912707875000000, 0 -0.912756437500000, 1 -0.912779125000000, 0 -0.912840750000000, 1 -0.912863375000000, 0 -0.912905500000000, 1 -0.912928250000000, 0 -0.912967000000000, 1 -0.912989750000000, 0 -0.913009187500000, 1 -0.913031875000000, 0 -0.913064250000000, 1 -0.913087000000000, 0 -0.913142125000000, 1 -0.913164750000000, 0 -0.913323562500000, 1 -0.913346187500000, 0 -0.913362437500000, 1 -0.913385125000000, 0 -0.913433687500000, 1 -0.913456375000000, 0 -0.913517937500000, 1 -0.913518000000000, 0 -0.913518062500000, 1 -0.913540625000000, 0 -0.913586000000000, 1 -0.913608750000000, 0 -0.913644312500000, 1 -0.913667062500000, 0 -0.913686500000000, 1 -0.913709187500000, 0 -0.913741562500000, 1 -0.913764312500000, 0 -0.913809625000000, 1 -0.913832312500000, 0 -0.913991125000000, 1 -0.914013750000000, 0 -0.914029937500000, 1 -0.914052687500000, 0 -0.914101375000000, 1 -0.914124000000000, 0 -0.914185562500000, 1 -0.914208250000000, 0 -0.914250312500000, 1 -0.914273062500000, 0 -0.914312000000000, 1 -0.914334625000000, 0 -0.914354062500000, 1 -0.914354187500000, 0 -0.914354250000000, 1 -0.914376812500000, 0 -0.914409250000000, 1 -0.914431875000000, 0 -0.914487000000000, 1 -0.914509625000000, 0 -0.914668437500000, 1 -0.914691187500000, 0 -0.914707250000000, 1 -0.914730062500000, 0 -0.914778625000000, 1 -0.914801312500000, 0 -0.914862875000000, 1 -0.914885625000000, 0 -0.914927687500000, 1 -0.914950437500000, 0 -0.914989250000000, 1 -0.915012000000000, 0 -0.915031375000000, 1 -0.915054062500000, 0 -0.915086500000000, 1 -0.915109187500000, 0 -0.915164312500000, 1 -0.915164375000000, 0 -0.915164437500000, 1 -0.915187000000000, 0 -0.915345750000000, 1 -0.915368375000000, 0 -0.915384625000000, 1 -0.915407375000000, 0 -0.915455875000000, 1 -0.915478625000000, 0 -0.915540125000000, 1 -0.915562875000000, 0 -0.915608187500000, 1 -0.915630937500000, 0 -0.915666500000000, 1 -0.915689250000000, 0 -0.915708687500000, 1 -0.915731375000000, 0 -0.915763750000000, 1 -0.915786500000000, 0 -0.915831812500000, 1 -0.915854500000000, 0 -0.916013312500000, 1 -0.916036000000000, 0 -0.916052187500000, 1 -0.916074937500000, 0 -0.916123562500000, 1 -0.916146187500000, 0 -0.916207875000000, 1 -0.916230437500000, 0 -0.916275812500000, 1 -0.916298500000000, 0 -0.916334125000000, 1 -0.916356875000000, 0 -0.916376312500000, 1 -0.916399000000000, 0 -0.916431437500000, 1 -0.916454062500000, 0 -0.916499375000000, 1 -0.916522125000000, 0 -0.916681062500000, 1 -0.916703625000000, 0 -0.916719812500000, 1 -0.916742562500000, 0 -0.916791125000000, 1 -0.916813875000000, 0 -0.916875375000000, 1 -0.916898062500000, 0 -0.916940187500000, 1 -0.916962937500000, 0 -0.917001750000000, 1 -0.917024500000000, 0 -0.917043875000000, 1 -0.917043937500000, 0 -0.917044000000000, 1 -0.917066625000000, 0 -0.917098937500000, 1 -0.917121687500000, 0 -0.917176875000000, 1 -0.917199500000000, 0 -0.917358312500000, 1 -0.917380937500000, 0 -0.917397062500000, 1 -0.917419812500000, 0 -0.917468437500000, 1 -0.917468562500000, 0 -0.917468625000000, 1 -0.917491125000000, 0 -0.917552687500000, 1 -0.917575375000000, 0 -0.917617500000000, 1 -0.917640187500000, 0 -0.917679125000000, 1 -0.917701812500000, 0 -0.917721250000000, 1 -0.917743875000000, 0 -0.917776312500000, 1 -0.917798937500000, 0 -0.917854062500000, 1 -0.917876750000000, 0 -0.918035500000000, 1 -0.918058187500000, 0 -0.918074500000000, 1 -0.918097125000000, 0 -0.918145687500000, 1 -0.918168375000000, 0 -0.918229937500000, 1 -0.918252625000000, 0 -0.918298000000000, 1 -0.918320750000000, 0 -0.918356250000000, 1 -0.918379062500000, 0 -0.918398625000000, 1 -0.918421187500000, 0 -0.918453625000000, 1 -0.918476250000000, 0 -0.918521625000000, 1 -0.918544312500000, 0 -0.918703125000000, 1 -0.918725812500000, 0 -0.918742000000000, 1 -0.918764750000000, 0 -0.918813312500000, 1 -0.918836000000000, 0 -0.918897687500000, 1 -0.918920250000000, 0 -0.918965625000000, 1 -0.918988312500000, 0 -0.919023937500000, 1 -0.919046750000000, 0 -0.919066125000000, 1 -0.919088812500000, 0 -0.919121250000000, 1 -0.919143875000000, 0 -0.919189187500000, 1 -0.919211937500000, 0 -0.919370750000000, 1 -0.919393437500000, 0 -0.919409625000000, 1 -0.919409687500000, 0 -0.919409750000000, 1 -0.919432375000000, 0 -0.919480875000000, 1 -0.919503625000000, 0 -0.919565250000000, 1 -0.919587875000000, 0 -0.919630000000000, 1 -0.919630062500000, 0 -0.919630125000000, 1 -0.919652687500000, 0 -0.919691562500000, 1 -0.919714312500000, 0 -0.919733750000000, 1 -0.919756375000000, 0 -0.919788812500000, 1 -0.919811500000000, 0 -0.919866625000000, 1 -0.919889312500000, 0 -0.920048125000000, 1 -0.920070750000000, 0 -0.920086937500000, 1 -0.920109687500000, 0 -0.920158250000000, 1 -0.920180937500000, 0 -0.920242500000000, 1 -0.920242562500000, 0 -0.920242687500000, 1 -0.920265250000000, 0 -0.920310625000000, 1 -0.920333250000000, 0 -0.920368875000000, 1 -0.920391625000000, 0 -0.920411062500000, 1 -0.920433687500000, 0 -0.920466125000000, 1 -0.920488750000000, 0 -0.920534125000000, 1 -0.920556875000000, 0 -0.920715625000000, 1 -0.920738375000000, 0 -0.920754562500000, 1 -0.920777250000000, 0 -0.920825812500000, 1 -0.920848500000000, 0 -0.920910062500000, 1 -0.920932812500000, 0 -0.920978062500000, 1 -0.921000812500000, 0 -0.921036375000000, 1 -0.921059187500000, 0 -0.921078562500000, 1 -0.921101250000000, 0 -0.921133687500000, 1 -0.921156375000000, 0 -0.921201687500000, 1 -0.921201750000000, 0 -0.921201812500000, 1 -0.921224437500000, 0 -0.921383187500000, 1 -0.921405875000000, 0 -0.921422062500000, 1 -0.921422125000000, 0 -0.921422187500000, 1 -0.921444812500000, 0 -0.921493375000000, 1 -0.921516062500000, 0 -0.921577625000000, 1 -0.921600312500000, 0 -0.921645687500000, 1 -0.921668375000000, 0 -0.921703937500000, 1 -0.921726750000000, 0 -0.921746125000000, 1 -0.921768875000000, 0 -0.921801187500000, 1 -0.921823937500000, 0 -0.921869250000000, 1 -0.921892000000000, 0 -0.922050750000000, 1 -0.922073437500000, 0 -0.922089625000000, 1 -0.922112375000000, 0 -0.922160937500000, 1 -0.922183625000000, 0 -0.922245312500000, 1 -0.922267937500000, 0 -0.922313250000000, 1 -0.922336000000000, 0 -0.922371562500000, 1 -0.922394312500000, 0 -0.922413875000000, 1 -0.922436500000000, 0 -0.922468812500000, 1 -0.922491500000000, 0 -0.922536812500000, 1 -0.922559562500000, 0 -0.922718437500000, 1 -0.922741000000000, 0 -0.922757437500000, 1 -0.922779937500000, 0 -0.922828500000000, 1 -0.922851250000000, 0 -0.922912750000000, 1 -0.922935500000000, 0 -0.922980750000000, 1 -0.923003562500000, 0 -0.923039125000000, 1 -0.923061875000000, 0 -0.923081375000000, 1 -0.923103937500000, 0 -0.923136312500000, 1 -0.923159062500000, 0 -0.923204437500000, 1 -0.923227125000000, 0 -0.923385875000000, 1 -0.923385937500000, 0 -0.923386062500000, 1 -0.923408625000000, 0 -0.923424875000000, 1 -0.923447500000000, 0 -0.923496125000000, 1 -0.923518750000000, 0 -0.923580375000000, 1 -0.923603000000000, 0 -0.923645125000000, 1 -0.923667812500000, 0 -0.923706687500000, 1 -0.923729437500000, 0 -0.923748812500000, 1 -0.923771562500000, 0 -0.923804000000000, 1 -0.923826625000000, 0 -0.923881750000000, 1 -0.923904375000000, 0 -0.924063187500000, 1 -0.924085875000000, 0 -0.924102000000000, 1 -0.924124750000000, 0 -0.924173375000000, 1 -0.924196062500000, 0 -0.924257687500000, 1 -0.924280312500000, 0 -0.924322437500000, 1 -0.924345187500000, 0 -0.924384000000000, 1 -0.924406750000000, 0 -0.924426187500000, 1 -0.924448875000000, 0 -0.924481312500000, 1 -0.924504000000000, 0 -0.924559062500000, 1 -0.924581750000000, 0 -0.924740625000000, 1 -0.924763187500000, 0 -0.924779375000000, 1 -0.924779437500000, 0 -0.924779500000000, 1 -0.924802125000000, 0 -0.924850687500000, 1 -0.924873437500000, 0 -0.924934937500000, 1 -0.924957687500000, 0 -0.925003000000000, 1 -0.925025750000000, 0 -0.925061312500000, 1 -0.925084062500000, 0 -0.925103500000000, 1 -0.925126187500000, 0 -0.925158687500000, 1 -0.925181250000000, 0 -0.925226625000000, 1 -0.925249312500000, 0 -0.925408125000000, 1 -0.925430812500000, 0 -0.925447000000000, 1 -0.925469750000000, 0 -0.925518312500000, 1 -0.925540937500000, 0 -0.925602562500000, 1 -0.925602625000000, 0 -0.925602750000000, 1 -0.925625250000000, 0 -0.925667375000000, 1 -0.925690062500000, 0 -0.925728937500000, 1 -0.925729000000000, 0 -0.925729125000000, 1 -0.925751687500000, 0 -0.925771125000000, 1 -0.925793812500000, 0 -0.925826125000000, 1 -0.925848875000000, 0 -0.925903937500000, 1 -0.925926625000000, 0 -0.926085437500000, 1 -0.926108125000000, 0 -0.926124312500000, 1 -0.926147000000000, 0 -0.926195625000000, 1 -0.926218312500000, 0 -0.926279875000000, 1 -0.926279937500000, 0 -0.926280000000000, 1 -0.926302625000000, 0 -0.926347937500000, 1 -0.926370687500000, 0 -0.926406250000000, 1 -0.926429062500000, 0 -0.926448437500000, 1 -0.926471187500000, 0 -0.926503500000000, 1 -0.926526250000000, 0 -0.926571562500000, 1 -0.926594312500000, 0 -0.926753187500000, 1 -0.926775812500000, 0 -0.926792000000000, 1 -0.926814750000000, 0 -0.926863312500000, 1 -0.926886000000000, 0 -0.926947500000000, 1 -0.926970250000000, 0 -0.927015625000000, 1 -0.927038375000000, 0 -0.927073937500000, 1 -0.927096687500000, 0 -0.927116125000000, 1 -0.927138812500000, 0 -0.927171187500000, 1 -0.927193875000000, 0 -0.927239250000000, 1 -0.927262000000000, 0 -0.927420750000000, 1 -0.927443437500000, 0 -0.927459625000000, 1 -0.927482312500000, 0 -0.927530937500000, 1 -0.927553625000000, 0 -0.927615187500000, 1 -0.927637937500000, 0 -0.927683312500000, 1 -0.927706000000000, 0 -0.927741500000000, 1 -0.927764375000000, 0 -0.927783875000000, 1 -0.927806437500000, 0 -0.927838812500000, 1 -0.927861500000000, 0 -0.927906875000000, 1 -0.927929562500000, 0 -0.928088312500000, 1 -0.928111062500000, 0 -0.928127250000000, 1 -0.928149937500000, 0 -0.928198562500000, 1 -0.928221187500000, 0 -0.928282937500000, 1 -0.928305500000000, 0 -0.928347562500000, 1 -0.928347625000000, 0 -0.928347687500000, 1 -0.928370312500000, 0 -0.928409187500000, 1 -0.928431875000000, 0 -0.928451312500000, 1 -0.928474000000000, 0 -0.928506562500000, 1 -0.928529062500000, 0 -0.928584187500000, 1 -0.928606937500000, 0 -0.928765750000000, 1 -0.928788375000000, 0 -0.928804625000000, 1 -0.928827250000000, 0 -0.928875875000000, 1 -0.928875937500000, 0 -0.928876062500000, 1 -0.928898562500000, 0 -0.928960125000000, 1 -0.928982875000000, 0 -0.929028187500000, 1 -0.929050875000000, 0 -0.929086437500000, 1 -0.929109187500000, 0 -0.929128812500000, 1 -0.929151375000000, 0 -0.929183750000000, 1 -0.929206437500000, 0 -0.929251750000000, 1 -0.929274500000000, 0 -0.929433250000000, 1 -0.929455937500000, 0 -0.929472125000000, 1 -0.929494875000000, 0 -0.929543437500000, 1 -0.929566125000000, 0 -0.929627687500000, 1 -0.929650437500000, 0 -0.929695750000000, 1 -0.929718500000000, 0 -0.929754000000000, 1 -0.929776812500000, 0 -0.929796250000000, 1 -0.929796312500000, 0 -0.929796375000000, 1 -0.929818875000000, 0 -0.929851312500000, 1 -0.929851375000000, 0 -0.929851500000000, 1 -0.929874000000000, 0 -0.929919312500000, 1 -0.929942125000000, 0 -0.930100812500000, 1 -0.930123500000000, 0 -0.930139687500000, 1 -0.930162375000000, 0 -0.930211000000000, 1 -0.930233687500000, 0 -0.930295250000000, 1 -0.930318000000000, 0 -0.930360187500000, 1 -0.930382812500000, 0 -0.930421687500000, 1 -0.930444312500000, 0 -0.930463937500000, 1 -0.930486500000000, 0 -0.930518812500000, 1 -0.930541562500000, 0 -0.930596625000000, 1 -0.930619375000000, 0 -0.930778125000000, 1 -0.930800812500000, 0 -0.930817000000000, 1 -0.930839687500000, 0 -0.930888375000000, 1 -0.930911000000000, 0 -0.930972500000000, 1 -0.930995312500000, 0 -0.931040625000000, 1 -0.931063375000000, 0 -0.931099000000000, 1 -0.931121687500000, 0 -0.931141125000000, 1 -0.931163812500000, 0 -0.931196187500000, 1 -0.931196250000000, 0 -0.931196312500000, 1 -0.931218875000000, 0 -0.931264250000000, 1 -0.931287000000000, 0 -0.931445750000000, 1 -0.931468437500000, 0 -0.931484562500000, 1 -0.931507312500000, 0 -0.931555937500000, 1 -0.931578562500000, 0 -0.931640125000000, 1 -0.931662812500000, 0 -0.931708187500000, 1 -0.931730875000000, 0 -0.931766437500000, 1 -0.931789250000000, 0 -0.931808625000000, 1 -0.931831437500000, 0 -0.931863750000000, 1 -0.931886375000000, 0 -0.931931812500000, 1 -0.931954500000000, 0 -0.932113250000000, 1 -0.932113312500000, 0 -0.932113437500000, 1 -0.932135937500000, 0 -0.932152187500000, 1 -0.932174875000000, 0 -0.932223500000000, 1 -0.932246125000000, 0 -0.932307687500000, 1 -0.932330375000000, 0 -0.932375750000000, 1 -0.932398500000000, 0 -0.932434062500000, 1 -0.932456812500000, 0 -0.932476250000000, 1 -0.932498875000000, 0 -0.932531250000000, 1 -0.932554000000000, 0 -0.932599312500000, 1 -0.932622062500000, 0 -0.932780812500000, 1 -0.932780875000000, 0 -0.932780937500000, 1 -0.932803500000000, 0 -0.932819687500000, 1 -0.932842437500000, 0 -0.932891000000000, 1 -0.932913750000000, 0 -0.932975250000000, 1 -0.932998000000000, 0 -0.933040062500000, 1 -0.933062750000000, 0 -0.933101625000000, 1 -0.933124375000000, 0 -0.933143812500000, 1 -0.933166500000000, 0 -0.933198875000000, 1 -0.933221625000000, 0 -0.933276750000000, 1 -0.933299375000000, 0 -0.933458187500000, 1 -0.933480812500000, 0 -0.933497000000000, 1 -0.933497062500000, 0 -0.933497125000000, 1 -0.933519750000000, 0 -0.933568312500000, 1 -0.933591000000000, 0 -0.933652562500000, 1 -0.933675250000000, 0 -0.933720625000000, 1 -0.933743312500000, 0 -0.933778875000000, 1 -0.933801625000000, 0 -0.933821187500000, 1 -0.933843750000000, 0 -0.933876187500000, 1 -0.933898812500000, 0 -0.933944250000000, 1 -0.933966937500000, 0 -0.934125625000000, 1 -0.934148375000000, 0 -0.934164500000000, 1 -0.934187250000000, 0 -0.934235875000000, 1 -0.934258500000000, 0 -0.934320125000000, 1 -0.934342812500000, 0 -0.934384875000000, 1 -0.934407562500000, 0 -0.934446437500000, 1 -0.934469125000000, 0 -0.934488625000000, 1 -0.934511250000000, 0 -0.934543687500000, 1 -0.934566375000000, 0 -0.934621500000000, 1 -0.934644125000000, 0 -0.934803000000000, 1 -0.934825562500000, 0 -0.934841937500000, 1 -0.934864500000000, 0 -0.934913062500000, 1 -0.934913125000000, 0 -0.934913250000000, 1 -0.934935750000000, 0 -0.934997312500000, 1 -0.934997375000000, 0 -0.934997437500000, 1 -0.935020062500000, 0 -0.935065375000000, 1 -0.935088125000000, 0 -0.935123687500000, 1 -0.935146437500000, 0 -0.935165812500000, 1 -0.935188500000000, 0 -0.935220937500000, 1 -0.935243625000000, 0 -0.935289062500000, 1 -0.935311687500000, 0 -0.935470437500000, 1 -0.935493125000000, 0 -0.935509312500000, 1 -0.935532062500000, 0 -0.935580625000000, 1 -0.935580687500000, 0 -0.935580750000000, 1 -0.935603312500000, 0 -0.935664875000000, 1 -0.935664937500000, 0 -0.935665000000000, 1 -0.935687562500000, 0 -0.935732875000000, 1 -0.935755625000000, 0 -0.935791187500000, 1 -0.935814000000000, 0 -0.935833375000000, 1 -0.935856062500000, 0 -0.935888500000000, 1 -0.935911125000000, 0 -0.935956500000000, 1 -0.935979187500000, 0 -0.936138062500000, 1 -0.936160750000000, 0 -0.936176875000000, 1 -0.936199625000000, 0 -0.936248187500000, 1 -0.936270937500000, 0 -0.936332437500000, 1 -0.936355187500000, 0 -0.936400437500000, 1 -0.936423250000000, 0 -0.936458750000000, 1 -0.936481562500000, 0 -0.936500937500000, 1 -0.936523625000000, 0 -0.936556062500000, 1 -0.936578750000000, 0 -0.936624125000000, 1 -0.936646812500000, 0 -0.936805625000000, 1 -0.936828250000000, 0 -0.936844500000000, 1 -0.936867125000000, 0 -0.936915750000000, 1 -0.936938437500000, 0 -0.937000000000000, 1 -0.937022750000000, 0 -0.937068125000000, 1 -0.937090750000000, 0 -0.937126312500000, 1 -0.937149125000000, 0 -0.937168562500000, 1 -0.937191250000000, 0 -0.937223625000000, 1 -0.937246312500000, 0 -0.937291750000000, 1 -0.937314437500000, 0 -0.937473187500000, 1 -0.937495812500000, 0 -0.937512062500000, 1 -0.937534750000000, 0 -0.937583375000000, 1 -0.937606062500000, 0 -0.937667625000000, 1 -0.937667687500000, 0 -0.937667812500000, 1 -0.937690312500000, 0 -0.937732437500000, 1 -0.937755125000000, 0 -0.937794000000000, 1 -0.937816750000000, 0 -0.937836125000000, 1 -0.937858875000000, 0 -0.937891250000000, 1 -0.937914000000000, 0 -0.937969000000000, 1 -0.937991750000000, 0 -0.938150500000000, 1 -0.938173250000000, 0 -0.938189437500000, 1 -0.938212125000000, 0 -0.938260750000000, 1 -0.938260812500000, 0 -0.938260875000000, 1 -0.938283375000000, 0 -0.938345000000000, 1 -0.938367750000000, 0 -0.938413062500000, 1 -0.938435750000000, 0 -0.938471312500000, 1 -0.938471375000000, 0 -0.938471500000000, 1 -0.938494125000000, 0 -0.938513625000000, 1 -0.938536250000000, 0 -0.938568625000000, 1 -0.938591250000000, 0 -0.938636687500000, 1 -0.938659375000000, 0 -0.938818187500000, 1 -0.938840875000000, 0 -0.938857000000000, 1 -0.938879687500000, 0 -0.938928312500000, 1 -0.938951000000000, 0 -0.939012500000000, 1 -0.939035250000000, 0 -0.939080625000000, 1 -0.939103375000000, 0 -0.939138875000000, 1 -0.939161687500000, 0 -0.939181062500000, 1 -0.939203812500000, 0 -0.939236187500000, 1 -0.939258937500000, 0 -0.939304250000000, 1 -0.939326937500000, 0 -0.939485750000000, 1 -0.939508437500000, 0 -0.939524625000000, 1 -0.939547312500000, 0 -0.939595937500000, 1 -0.939618625000000, 0 -0.939680187500000, 1 -0.939702875000000, 0 -0.939745000000000, 1 -0.939767687500000, 0 -0.939806562500000, 1 -0.939829312500000, 0 -0.939848687500000, 1 -0.939871437500000, 0 -0.939903750000000, 1 -0.939926437500000, 0 -0.939981562500000, 1 -0.940004250000000, 0 -0.940163062500000, 1 -0.940185750000000, 0 -0.940201875000000, 1 -0.940224625000000, 0 -0.940273375000000, 1 -0.940295937500000, 0 -0.940357500000000, 1 -0.940357562500000, 0 -0.940357625000000, 1 -0.940380250000000, 0 -0.940422250000000, 1 -0.940445062500000, 0 -0.940483937500000, 1 -0.940506625000000, 0 -0.940526062500000, 1 -0.940548750000000, 0 -0.940581125000000, 1 -0.940603875000000, 0 -0.940658937500000, 1 -0.940681625000000, 0 -0.940840437500000, 1 -0.940863125000000, 0 -0.940879312500000, 1 -0.940902062500000, 0 -0.940950625000000, 1 -0.940973250000000, 0 -0.941034875000000, 1 -0.941057562500000, 0 -0.941106250000000, 1 -0.941128875000000, 0 -0.941161375000000, 1 -0.941184000000000, 0 -0.941203437500000, 1 -0.941226125000000, 0 -0.941258500000000, 1 -0.941281187500000, 0 -0.941316812500000, 1 -0.941339562500000, 0 -0.941498375000000, 1 -0.941521062500000, 0 -0.941537250000000, 1 -0.941559937500000, 0 -0.941608562500000, 1 -0.941631312500000, 0 -0.941692812500000, 1 -0.941715562500000, 0 -0.941764187500000, 1 -0.941786812500000, 0 -0.941819250000000, 1 -0.941841937500000, 0 -0.941861312500000, 1 -0.941884000000000, 0 -0.941916500000000, 1 -0.941939187500000, 0 -0.941974750000000, 1 -0.941997500000000, 0 -0.942156312500000, 1 -0.942179000000000, 0 -0.942195250000000, 1 -0.942217875000000, 0 -0.942266500000000, 1 -0.942289187500000, 0 -0.942350750000000, 1 -0.942373437500000, 0 -0.942418750000000, 1 -0.942418812500000, 0 -0.942418875000000, 1 -0.942441500000000, 0 -0.942477062500000, 1 -0.942499875000000, 0 -0.942519187500000, 1 -0.942541937500000, 0 -0.942574375000000, 1 -0.942597062500000, 0 -0.942642375000000, 1 -0.942642437500000, 0 -0.942642500000000, 1 -0.942665125000000, 0 -0.942823875000000, 1 -0.942823937500000, 0 -0.942824062500000, 1 -0.942846562500000, 0 -0.942862687500000, 1 -0.942862812500000, 0 -0.942862937500000, 1 -0.942885500000000, 0 -0.942934062500000, 1 -0.942956750000000, 0 -0.943018375000000, 1 -0.943041062500000, 0 -0.943086375000000, 1 -0.943109062500000, 0 -0.943144687500000, 1 -0.943167437500000, 0 -0.943186875000000, 1 -0.943209562500000, 0 -0.943242000000000, 1 -0.943264687500000, 0 -0.943309937500000, 1 -0.943332687500000, 0 -0.943491500000000, 1 -0.943514187500000, 0 -0.943530375000000, 1 -0.943530437500000, 0 -0.943530500000000, 1 -0.943553125000000, 0 -0.943601687500000, 1 -0.943624375000000, 0 -0.943685937500000, 1 -0.943708625000000, 0 -0.943754000000000, 1 -0.943776750000000, 0 -0.943812250000000, 1 -0.943835062500000, 0 -0.943854437500000, 1 -0.943877187500000, 0 -0.943909562500000, 1 -0.943932250000000, 0 -0.943977625000000, 1 -0.944000312500000, 0 -0.944159125000000, 1 -0.944181812500000, 0 -0.944198125000000, 1 -0.944220750000000, 0 -0.944269312500000, 1 -0.944292000000000, 0 -0.944353625000000, 1 -0.944376250000000, 0 -0.944421750000000, 1 -0.944444312500000, 0 -0.944479875000000, 1 -0.944502625000000, 0 -0.944522062500000, 1 -0.944522125000000, 0 -0.944522187500000, 1 -0.944544750000000, 0 -0.944577187500000, 1 -0.944599875000000, 0 -0.944645187500000, 1 -0.944667937500000, 0 -0.944826687500000, 1 -0.944849375000000, 0 -0.944865500000000, 1 -0.944865687500000, 0 -0.944865750000000, 1 -0.944888250000000, 0 -0.944936812500000, 1 -0.944959562500000, 0 -0.945021125000000, 1 -0.945043750000000, 0 -0.945089125000000, 1 -0.945111875000000, 0 -0.945147437500000, 1 -0.945170187500000, 0 -0.945189625000000, 1 -0.945212312500000, 0 -0.945244687500000, 1 -0.945267375000000, 0 -0.945312687500000, 1 -0.945335437500000, 0 -0.945494250000000, 1 -0.945516875000000, 0 -0.945533062500000, 1 -0.945555812500000, 0 -0.945604375000000, 1 -0.945627125000000, 0 -0.945688625000000, 1 -0.945711375000000, 0 -0.945756625000000, 1 -0.945756687500000, 0 -0.945756750000000, 1 -0.945779375000000, 0 -0.945814937500000, 1 -0.945837750000000, 0 -0.945857125000000, 1 -0.945879812500000, 0 -0.945912250000000, 1 -0.945934937500000, 0 -0.945980250000000, 1 -0.946002937500000, 0 -0.946161750000000, 1 -0.946161812500000, 0 -0.946161937500000, 1 -0.946184500000000, 0 -0.946200687500000, 1 -0.946223312500000, 0 -0.946271937500000, 1 -0.946294625000000, 0 -0.946356187500000, 1 -0.946378875000000, 0 -0.946424250000000, 1 -0.946446937500000, 0 -0.946482500000000, 1 -0.946505250000000, 0 -0.946524750000000, 1 -0.946524812500000, 0 -0.946524875000000, 1 -0.946547375000000, 0 -0.946579812500000, 1 -0.946602500000000, 0 -0.946647750000000, 1 -0.946670500000000, 0 -0.946829312500000, 1 -0.946829375000000, 0 -0.946829437500000, 1 -0.946852000000000, 0 -0.946868187500000, 1 -0.946890937500000, 0 -0.946939500000000, 1 -0.946962187500000, 0 -0.947023750000000, 1 -0.947046437500000, 0 -0.947091750000000, 1 -0.947114500000000, 0 -0.947150062500000, 1 -0.947172812500000, 0 -0.947192250000000, 1 -0.947215000000000, 0 -0.947247312500000, 1 -0.947270062500000, 0 -0.947315375000000, 1 -0.947315437500000, 0 -0.947315500000000, 1 -0.947338125000000, 0 -0.947496875000000, 1 -0.947519562500000, 0 -0.947535750000000, 1 -0.947558500000000, 0 -0.947607125000000, 1 -0.947629750000000, 0 -0.947691250000000, 1 -0.947691312500000, 0 -0.947691500000000, 1 -0.947714000000000, 0 -0.947759312500000, 1 -0.947759375000000, 0 -0.947759437500000, 1 -0.947782125000000, 0 -0.947817625000000, 1 -0.947840375000000, 0 -0.947859812500000, 1 -0.947882500000000, 0 -0.947914875000000, 1 -0.947937625000000, 0 -0.947982937500000, 1 -0.948005687500000, 0 -0.948164500000000, 1 -0.948187187500000, 0 -0.948203375000000, 1 -0.948226062500000, 0 -0.948274625000000, 1 -0.948297375000000, 0 -0.948358937500000, 1 -0.948381625000000, 0 -0.948426937500000, 1 -0.948449750000000, 0 -0.948485250000000, 1 -0.948508062500000, 0 -0.948527437500000, 1 -0.948550187500000, 0 -0.948582625000000, 1 -0.948605250000000, 0 -0.948650562500000, 1 -0.948673375000000, 0 -0.948832250000000, 1 -0.948854812500000, 0 -0.948871062500000, 1 -0.948893750000000, 0 -0.948942312500000, 1 -0.948965000000000, 0 -0.949026562500000, 1 -0.949049312500000, 0 -0.949091437500000, 1 -0.949114125000000, 0 -0.949152937500000, 1 -0.949175750000000, 0 -0.949195125000000, 1 -0.949217875000000, 0 -0.949250250000000, 1 -0.949272875000000, 0 -0.949328000000000, 1 -0.949328062500000, 0 -0.949328187500000, 1 -0.949350750000000, 0 -0.949509500000000, 1 -0.949532187500000, 0 -0.949548375000000, 1 -0.949571125000000, 0 -0.949619625000000, 1 -0.949642375000000, 0 -0.949703937500000, 1 -0.949726687500000, 0 -0.949768750000000, 1 -0.949791437500000, 0 -0.949830312500000, 1 -0.949853000000000, 0 -0.949872437500000, 1 -0.949895125000000, 0 -0.949927562500000, 1 -0.949950187500000, 0 -0.950005375000000, 1 -0.950028000000000, 0 -0.950186750000000, 1 -0.950209437500000, 0 -0.950225625000000, 1 -0.950248375000000, 0 -0.950296937500000, 1 -0.950319687500000, 0 -0.950381250000000, 1 -0.950403875000000, 0 -0.950449250000000, 1 -0.950471937500000, 0 -0.950507562500000, 1 -0.950530375000000, 0 -0.950549750000000, 1 -0.950572437500000, 0 -0.950604812500000, 1 -0.950627562500000, 0 -0.950672875000000, 1 -0.950695562500000, 0 -0.950854375000000, 1 -0.950877062500000, 0 -0.950893312500000, 1 -0.950916000000000, 0 -0.950964562500000, 1 -0.950987250000000, 0 -0.951048812500000, 1 -0.951071562500000, 0 -0.951117000000000, 1 -0.951139625000000, 0 -0.951175312500000, 1 -0.951198000000000, 0 -0.951217375000000, 1 -0.951240125000000, 0 -0.951272500000000, 1 -0.951295125000000, 0 -0.951340437500000, 1 -0.951363250000000, 0 -0.951522000000000, 1 -0.951544750000000, 0 -0.951560875000000, 1 -0.951583625000000, 0 -0.951632250000000, 1 -0.951654875000000, 0 -0.951716437500000, 1 -0.951716500000000, 0 -0.951716625000000, 1 -0.951739125000000, 0 -0.951784500000000, 1 -0.951807187500000, 0 -0.951842750000000, 1 -0.951865562500000, 0 -0.951884875000000, 1 -0.951907687500000, 0 -0.951940062500000, 1 -0.951962750000000, 0 -0.952008062500000, 1 -0.952030750000000, 0 -0.952189562500000, 1 -0.952212250000000, 0 -0.952228437500000, 1 -0.952251187500000, 0 -0.952299812500000, 1 -0.952322500000000, 0 -0.952384000000000, 1 -0.952384062500000, 0 -0.952384187500000, 1 -0.952406687500000, 0 -0.952452000000000, 1 -0.952452062500000, 0 -0.952452125000000, 1 -0.952474750000000, 0 -0.952510312500000, 1 -0.952533125000000, 0 -0.952552562500000, 1 -0.952575187500000, 0 -0.952607625000000, 1 -0.952630312500000, 0 -0.952675625000000, 1 -0.952698375000000, 0 -0.952857187500000, 1 -0.952879875000000, 0 -0.952896000000000, 1 -0.952896187500000, 0 -0.952896250000000, 1 -0.952918750000000, 0 -0.952967375000000, 1 -0.952990000000000, 0 -0.953051625000000, 1 -0.953074312500000, 0 -0.953119625000000, 1 -0.953142437500000, 0 -0.953177937500000, 1 -0.953200687500000, 0 -0.953220312500000, 1 -0.953242812500000, 0 -0.953275250000000, 1 -0.953297875000000, 0 -0.953343250000000, 1 -0.953366000000000, 0 -0.953524875000000, 1 -0.953547437500000, 0 -0.953563625000000, 1 -0.953586375000000, 0 -0.953634937500000, 1 -0.953657625000000, 0 -0.953719125000000, 1 -0.953741937500000, 0 -0.953783937500000, 1 -0.953806687500000, 0 -0.953845562500000, 1 -0.953845625000000, 0 -0.953845687500000, 1 -0.953868312500000, 0 -0.953887750000000, 1 -0.953910375000000, 0 -0.953942812500000, 1 -0.953965500000000, 0 -0.954020625000000, 1 -0.954043312500000, 0 -0.954202125000000, 1 -0.954224750000000, 0 -0.954241000000000, 1 -0.954263687500000, 0 -0.954312312500000, 1 -0.954334937500000, 0 -0.954396562500000, 1 -0.954419250000000, 0 -0.954464562500000, 1 -0.954487312500000, 0 -0.954522875000000, 1 -0.954522937500000, 0 -0.954523000000000, 1 -0.954545625000000, 0 -0.954565125000000, 1 -0.954587750000000, 0 -0.954620187500000, 1 -0.954642812500000, 0 -0.954688187500000, 1 -0.954710875000000, 0 -0.954869687500000, 1 -0.954869750000000, 0 -0.954869875000000, 1 -0.954892375000000, 0 -0.954908500000000, 1 -0.954931250000000, 0 -0.954979875000000, 1 -0.954979937500000, 0 -0.954980000000000, 1 -0.955002562500000, 0 -0.955064125000000, 1 -0.955086812500000, 0 -0.955132250000000, 1 -0.955154875000000, 0 -0.955190437500000, 1 -0.955190500000000, 0 -0.955190562500000, 1 -0.955213250000000, 0 -0.955232625000000, 1 -0.955255312500000, 0 -0.955287687500000, 1 -0.955310437500000, 0 -0.955355687500000, 1 -0.955378437500000, 0 -0.955537250000000, 1 -0.955537312500000, 0 -0.955537375000000, 1 -0.955559875000000, 0 -0.955576125000000, 1 -0.955598812500000, 0 -0.955647375000000, 1 -0.955670062500000, 0 -0.955731687500000, 1 -0.955754375000000, 0 -0.955799687500000, 1 -0.955822437500000, 0 -0.955858000000000, 1 -0.955880812500000, 0 -0.955900187500000, 1 -0.955922937500000, 0 -0.955955312500000, 1 -0.955977937500000, 0 -0.956023312500000, 1 -0.956046000000000, 0 -0.956204875000000, 1 -0.956227500000000, 0 -0.956243687500000, 1 -0.956266375000000, 0 -0.956315062500000, 1 -0.956337687500000, 0 -0.956399375000000, 1 -0.956422000000000, 0 -0.956467250000000, 1 -0.956490000000000, 0 -0.956525625000000, 1 -0.956548375000000, 0 -0.956567937500000, 1 -0.956590500000000, 0 -0.956622750000000, 1 -0.956645500000000, 0 -0.956690875000000, 1 -0.956713625000000, 0 -0.956872437500000, 1 -0.956895062500000, 0 -0.956911250000000, 1 -0.956911312500000, 0 -0.956911375000000, 1 -0.956933937500000, 0 -0.956982562500000, 1 -0.957005250000000, 0 -0.957066875000000, 1 -0.957089500000000, 0 -0.957134812500000, 1 -0.957134875000000, 0 -0.957135000000000, 1 -0.957157625000000, 0 -0.957193250000000, 1 -0.957215937500000, 0 -0.957235375000000, 1 -0.957258000000000, 0 -0.957290437500000, 1 -0.957290500000000, 0 -0.957290562500000, 1 -0.957313062500000, 0 -0.957358437500000, 1 -0.957381187500000, 0 -0.957539937500000, 1 -0.957562562500000, 0 -0.957578812500000, 1 -0.957601562500000, 0 -0.957650125000000, 1 -0.957672750000000, 0 -0.957734375000000, 1 -0.957757062500000, 0 -0.957799125000000, 1 -0.957799187500000, 0 -0.957799250000000, 1 -0.957821812500000, 0 -0.957860750000000, 1 -0.957883437500000, 0 -0.957902812500000, 1 -0.957925562500000, 0 -0.957957937500000, 1 -0.957980687500000, 0 -0.958035687500000, 1 -0.958058375000000, 0 -0.958217187500000, 1 -0.958239875000000, 0 -0.958256187500000, 1 -0.958278750000000, 0 -0.958327375000000, 1 -0.958350000000000, 0 -0.958411500000000, 1 -0.958434312500000, 0 -0.958479625000000, 1 -0.958479687500000, 0 -0.958479750000000, 1 -0.958502375000000, 0 -0.958537937500000, 1 -0.958560687500000, 0 -0.958580125000000, 1 -0.958602750000000, 0 -0.958635125000000, 1 -0.958657875000000, 0 -0.958703250000000, 1 -0.958725937500000, 0 -0.958884750000000, 1 -0.958907437500000, 0 -0.958923625000000, 1 -0.958946312500000, 0 -0.958995000000000, 1 -0.959017625000000, 0 -0.959079125000000, 1 -0.959101875000000, 0 -0.959147187500000, 1 -0.959169937500000, 0 -0.959205500000000, 1 -0.959228250000000, 0 -0.959247625000000, 1 -0.959247687500000, 0 -0.959247750000000, 1 -0.959270375000000, 0 -0.959302750000000, 1 -0.959325500000000, 0 -0.959370750000000, 1 -0.959393500000000, 0 -0.959552250000000, 1 -0.959574937500000, 0 -0.959591250000000, 1 -0.959613812500000, 0 -0.959662437500000, 1 -0.959685125000000, 0 -0.959746625000000, 1 -0.959769375000000, 0 -0.959814750000000, 1 -0.959837437500000, 0 -0.959873000000000, 1 -0.959873062500000, 0 -0.959873187500000, 1 -0.959895750000000, 0 -0.959915187500000, 1 -0.959937875000000, 0 -0.959970250000000, 1 -0.959992937500000, 0 -0.960038312500000, 1 -0.960061000000000, 0 -0.960219875000000, 1 -0.960242437500000, 0 -0.960258687500000, 1 -0.960281437500000, 0 -0.960330000000000, 1 -0.960330062500000, 0 -0.960330125000000, 1 -0.960352687500000, 0 -0.960414250000000, 1 -0.960436937500000, 0 -0.960479000000000, 1 -0.960501750000000, 0 -0.960540625000000, 1 -0.960563375000000, 0 -0.960582750000000, 1 -0.960605375000000, 0 -0.960637875000000, 1 -0.960660562500000, 0 -0.960715562500000, 1 -0.960715625000000, 0 -0.960715750000000, 1 -0.960738312500000, 0 -0.960897062500000, 1 -0.960919812500000, 0 -0.960936000000000, 1 -0.960958687500000, 0 -0.961007250000000, 1 -0.961029937500000, 0 -0.961091500000000, 1 -0.961114250000000, 0 -0.961159562500000, 1 -0.961182312500000, 0 -0.961217875000000, 1 -0.961240625000000, 0 -0.961260062500000, 1 -0.961282750000000, 0 -0.961315125000000, 1 -0.961337875000000, 0 -0.961383187500000, 1 -0.961405875000000, 0 -0.961564687500000, 1 -0.961587375000000, 0 -0.961603562500000, 1 -0.961626250000000, 0 -0.961674875000000, 1 -0.961697500000000, 0 -0.961759125000000, 1 -0.961781750000000, 0 -0.961827125000000, 1 -0.961827187500000, 0 -0.961827250000000, 1 -0.961849875000000, 0 -0.961885375000000, 1 -0.961908187500000, 0 -0.961927625000000, 1 -0.961927687500000, 0 -0.961927750000000, 1 -0.961950312500000, 0 -0.961982687500000, 1 -0.962005375000000, 0 -0.962050687500000, 1 -0.962073500000000, 0 -0.962232250000000, 1 -0.962254875000000, 0 -0.962271125000000, 1 -0.962293812500000, 0 -0.962342437500000, 1 -0.962365062500000, 0 -0.962426750000000, 1 -0.962449312500000, 0 -0.962494687500000, 1 -0.962494750000000, 0 -0.962494812500000, 1 -0.962517437500000, 0 -0.962552937500000, 1 -0.962553000000000, 0 -0.962553125000000, 1 -0.962575750000000, 0 -0.962595187500000, 1 -0.962617875000000, 0 -0.962650250000000, 1 -0.962672937500000, 0 -0.962718312500000, 1 -0.962741000000000, 0 -0.962899750000000, 1 -0.962922437500000, 0 -0.962938687500000, 1 -0.962961375000000, 0 -0.963009937500000, 1 -0.963032687500000, 0 -0.963094250000000, 1 -0.963116875000000, 0 -0.963159000000000, 1 -0.963159062500000, 0 -0.963159187500000, 1 -0.963181687500000, 0 -0.963220562500000, 1 -0.963243312500000, 0 -0.963262750000000, 1 -0.963262812500000, 0 -0.963262875000000, 1 -0.963285437500000, 0 -0.963317875000000, 1 -0.963340500000000, 0 -0.963395625000000, 1 -0.963418250000000, 0 -0.963577062500000, 1 -0.963599750000000, 0 -0.963615937500000, 1 -0.963638687500000, 0 -0.963687312500000, 1 -0.963709937500000, 0 -0.963771500000000, 1 -0.963794187500000, 0 -0.963839562500000, 1 -0.963862250000000, 0 -0.963897812500000, 1 -0.963920625000000, 0 -0.963940000000000, 1 -0.963962687500000, 0 -0.963995125000000, 1 -0.964017750000000, 0 -0.964063125000000, 1 -0.964085812500000, 0 -0.964244750000000, 1 -0.964267250000000, 0 -0.964283500000000, 1 -0.964306250000000, 0 -0.964354750000000, 1 -0.964377437500000, 0 -0.964439062500000, 1 -0.964461687500000, 0 -0.964507125000000, 1 -0.964529812500000, 0 -0.964565375000000, 1 -0.964565437500000, 0 -0.964565500000000, 1 -0.964588125000000, 0 -0.964607500000000, 1 -0.964630250000000, 0 -0.964662687500000, 1 -0.964662750000000, 0 -0.964662812500000, 1 -0.964685375000000, 0 -0.964730687500000, 1 -0.964730750000000, 0 -0.964730812500000, 1 -0.964753375000000, 0 -0.964912187500000, 1 -0.964934875000000, 0 -0.964951062500000, 1 -0.964973812500000, 0 -0.965022375000000, 1 -0.965045125000000, 0 -0.965106687500000, 1 -0.965129375000000, 0 -0.965174750000000, 1 -0.965174812500000, 0 -0.965174875000000, 1 -0.965197437500000, 0 -0.965233062500000, 1 -0.965255750000000, 0 -0.965275250000000, 1 -0.965297875000000, 0 -0.965330250000000, 1 -0.965353000000000, 0 -0.965398312500000, 1 -0.965421062500000, 0 -0.965579812500000, 1 -0.965602500000000, 0 -0.965618750000000, 1 -0.965641375000000, 0 -0.965690000000000, 1 -0.965712687500000, 0 -0.965774250000000, 1 -0.965796937500000, 0 -0.965842187500000, 1 -0.965842312500000, 0 -0.965842375000000, 1 -0.965865062500000, 0 -0.965900562500000, 1 -0.965923375000000, 0 -0.965942812500000, 1 -0.965965437500000, 0 -0.965997937500000, 1 -0.966020500000000, 0 -0.966065875000000, 1 -0.966088625000000, 0 -0.966247375000000, 1 -0.966270125000000, 0 -0.966286375000000, 1 -0.966309000000000, 0 -0.966357625000000, 1 -0.966380312500000, 0 -0.966441875000000, 1 -0.966442000000000, 0 -0.966442062500000, 1 -0.966464562500000, 0 -0.966509875000000, 1 -0.966532625000000, 0 -0.966568187500000, 1 -0.966591000000000, 0 -0.966610375000000, 1 -0.966633062500000, 0 -0.966665500000000, 1 -0.966688187500000, 0 -0.966733500000000, 1 -0.966756250000000, 0 -0.966915062500000, 1 -0.966937687500000, 0 -0.966953875000000, 1 -0.966976625000000, 0 -0.967025187500000, 1 -0.967047937500000, 0 -0.967109625000000, 1 -0.967132250000000, 0 -0.967177687500000, 1 -0.967200312500000, 0 -0.967235875000000, 1 -0.967258687500000, 0 -0.967278062500000, 1 -0.967300750000000, 0 -0.967333187500000, 1 -0.967355875000000, 0 -0.967401187500000, 1 -0.967423937500000, 0 -0.967582750000000, 1 -0.967605437500000, 0 -0.967621625000000, 1 -0.967621687500000, 0 -0.967621750000000, 1 -0.967644312500000, 0 -0.967692937500000, 1 -0.967715625000000, 0 -0.967777187500000, 1 -0.967799937500000, 0 -0.967841937500000, 1 -0.967864687500000, 0 -0.967903500000000, 1 -0.967926312500000, 0 -0.967945687500000, 1 -0.967968375000000, 0 -0.968000750000000, 1 -0.968000812500000, 0 -0.968000875000000, 1 -0.968023500000000, 0 -0.968078625000000, 1 -0.968101250000000, 0 -0.968260062500000, 1 -0.968282750000000, 0 -0.968299062500000, 1 -0.968321625000000, 0 -0.968370312500000, 1 -0.968392937500000, 0 -0.968454500000000, 1 -0.968477187500000, 0 -0.968522500000000, 1 -0.968545312500000, 0 -0.968580875000000, 1 -0.968603687500000, 0 -0.968623062500000, 1 -0.968645812500000, 0 -0.968678125000000, 1 -0.968700812500000, 0 -0.968746187500000, 1 -0.968768937500000, 0 -0.968927687500000, 1 -0.968927812500000, 0 -0.968927875000000, 1 -0.968950375000000, 0 -0.968966625000000, 1 -0.968989375000000, 0 -0.969038062500000, 1 -0.969060625000000, 0 -0.969122187500000, 1 -0.969144875000000, 0 -0.969190312500000, 1 -0.969213000000000, 0 -0.969248500000000, 1 -0.969271312500000, 0 -0.969290750000000, 1 -0.969313437500000, 0 -0.969345812500000, 1 -0.969345875000000, 0 -0.969345937500000, 1 -0.969368500000000, 0 -0.969413812500000, 1 -0.969436687500000, 0 -0.969595500000000, 1 -0.969618125000000, 0 -0.969634375000000, 1 -0.969657000000000, 0 -0.969705750000000, 1 -0.969728312500000, 0 -0.969789937500000, 1 -0.969812562500000, 0 -0.969854750000000, 1 -0.969877375000000, 0 -0.969916250000000, 1 -0.969916375000000, 0 -0.969916437500000, 1 -0.969939000000000, 0 -0.969958375000000, 1 -0.969981125000000, 0 -0.970013562500000, 1 -0.970036250000000, 0 -0.970091375000000, 1 -0.970114062500000, 0 -0.970272812500000, 1 -0.970295500000000, 0 -0.970311687500000, 1 -0.970334437500000, 0 -0.970383000000000, 1 -0.970383062500000, 0 -0.970383187500000, 1 -0.970405750000000, 0 -0.970467375000000, 1 -0.970490000000000, 0 -0.970535312500000, 1 -0.970558062500000, 0 -0.970593625000000, 1 -0.970616375000000, 0 -0.970635812500000, 1 -0.970658500000000, 0 -0.970690937500000, 1 -0.970691000000000, 0 -0.970691062500000, 1 -0.970713625000000, 0 -0.970758937500000, 1 -0.970781687500000, 0 -0.970940500000000, 1 -0.970963187500000, 0 -0.970979375000000, 1 -0.971002062500000, 0 -0.971050687500000, 1 -0.971073375000000, 0 -0.971134937500000, 1 -0.971135000000000, 0 -0.971135062500000, 1 -0.971157625000000, 0 -0.971199687500000, 1 -0.971222437500000, 0 -0.971261375000000, 1 -0.971284062500000, 0 -0.971303500000000, 1 -0.971326187500000, 0 -0.971358562500000, 1 -0.971358625000000, 0 -0.971358750000000, 1 -0.971381250000000, 0 -0.971436437500000, 1 -0.971459062500000, 0 -0.971617937500000, 1 -0.971640562500000, 0 -0.971656750000000, 1 -0.971656812500000, 0 -0.971656875000000, 1 -0.971679500000000, 0 -0.971728062500000, 1 -0.971750750000000, 0 -0.971812250000000, 1 -0.971835000000000, 0 -0.971880437500000, 1 -0.971903125000000, 0 -0.971938625000000, 1 -0.971961437500000, 0 -0.971980812500000, 1 -0.972003500000000, 0 -0.972035875000000, 1 -0.972058625000000, 0 -0.972103937500000, 1 -0.972104000000000, 0 -0.972104125000000, 1 -0.972126687500000, 0 -0.972285500000000, 1 -0.972308125000000, 0 -0.972324375000000, 1 -0.972324437500000, 0 -0.972324500000000, 1 -0.972347062500000, 0 -0.972395687500000, 1 -0.972395750000000, 0 -0.972395875000000, 1 -0.972418375000000, 0 -0.972479937500000, 1 -0.972502687500000, 0 -0.972544687500000, 1 -0.972567500000000, 0 -0.972606375000000, 1 -0.972629062500000, 0 -0.972648500000000, 1 -0.972671125000000, 0 -0.972703500000000, 1 -0.972726250000000, 0 -0.972781375000000, 1 -0.972804000000000, 0 -0.972962875000000, 1 -0.972985500000000, 0 -0.973001687500000, 1 -0.973024375000000, 0 -0.973073125000000, 1 -0.973095625000000, 0 -0.973157250000000, 1 -0.973157312500000, 0 -0.973157375000000, 1 -0.973179937500000, 0 -0.973222000000000, 1 -0.973244750000000, 0 -0.973283625000000, 1 -0.973306375000000, 0 -0.973325812500000, 1 -0.973348500000000, 0 -0.973380812500000, 1 -0.973403562500000, 0 -0.973458687500000, 1 -0.973481375000000, 0 -0.973640250000000, 1 -0.973662875000000, 0 -0.973679062500000, 1 -0.973701750000000, 0 -0.973750375000000, 1 -0.973773000000000, 0 -0.973834687500000, 1 -0.973857250000000, 0 -0.973899375000000, 1 -0.973922125000000, 0 -0.973961000000000, 1 -0.973983687500000, 0 -0.974003125000000, 1 -0.974025750000000, 0 -0.974058187500000, 1 -0.974080937500000, 0 -0.974136000000000, 1 -0.974158750000000, 0 -0.974317500000000, 1 -0.974340125000000, 0 -0.974356312500000, 1 -0.974379062500000, 0 -0.974427687500000, 1 -0.974450375000000, 0 -0.974511937500000, 1 -0.974534625000000, 0 -0.974579937500000, 1 -0.974602687500000, 0 -0.974638375000000, 1 -0.974661062500000, 0 -0.974680437500000, 1 -0.974703125000000, 0 -0.974735625000000, 1 -0.974758187500000, 0 -0.974803687500000, 1 -0.974826312500000, 0 -0.974985125000000, 1 -0.975007750000000, 0 -0.975024000000000, 1 -0.975046687500000, 0 -0.975095250000000, 1 -0.975117937500000, 0 -0.975179500000000, 1 -0.975202250000000, 0 -0.975247562500000, 1 -0.975270312500000, 0 -0.975305875000000, 1 -0.975328625000000, 0 -0.975348187500000, 1 -0.975370812500000, 0 -0.975403125000000, 1 -0.975425875000000, 0 -0.975471187500000, 1 -0.975493875000000, 0 -0.975652687500000, 1 -0.975675375000000, 0 -0.975691500000000, 1 -0.975714250000000, 0 -0.975762875000000, 1 -0.975785500000000, 0 -0.975847125000000, 1 -0.975869812500000, 0 -0.975915125000000, 1 -0.975937875000000, 0 -0.975973437500000, 1 -0.975996187500000, 0 -0.976015625000000, 1 -0.976038375000000, 0 -0.976070687500000, 1 -0.976093437500000, 0 -0.976138750000000, 1 -0.976161437500000, 0 -0.976320250000000, 1 -0.976343000000000, 0 -0.976359125000000, 1 -0.976381812500000, 0 -0.976430500000000, 1 -0.976453125000000, 0 -0.976514687500000, 1 -0.976537375000000, 0 -0.976579562500000, 1 -0.976602250000000, 0 -0.976641062500000, 1 -0.976663812500000, 0 -0.976683187500000, 1 -0.976705937500000, 0 -0.976738312500000, 1 -0.976761000000000, 0 -0.976816125000000, 1 -0.976816187500000, 0 -0.976816250000000, 1 -0.976838750000000, 0 -0.976997562500000, 1 -0.977020250000000, 0 -0.977036562500000, 1 -0.977059187500000, 0 -0.977107812500000, 1 -0.977130500000000, 0 -0.977192062500000, 1 -0.977214750000000, 0 -0.977260062500000, 1 -0.977260125000000, 0 -0.977260187500000, 1 -0.977282812500000, 0 -0.977318375000000, 1 -0.977341187500000, 0 -0.977360562500000, 1 -0.977383250000000, 0 -0.977415687500000, 1 -0.977438312500000, 0 -0.977483687500000, 1 -0.977506500000000, 0 -0.977665250000000, 1 -0.977687937500000, 0 -0.977704250000000, 1 -0.977726812500000, 0 -0.977775562500000, 1 -0.977798125000000, 0 -0.977859687500000, 1 -0.977882375000000, 0 -0.977927687500000, 1 -0.977950437500000, 0 -0.977986000000000, 1 -0.978008750000000, 0 -0.978028187500000, 1 -0.978050875000000, 0 -0.978083250000000, 1 -0.978105937500000, 0 -0.978151250000000, 1 -0.978174062500000, 0 -0.978332812500000, 1 -0.978355500000000, 0 -0.978371750000000, 1 -0.978394437500000, 0 -0.978443000000000, 1 -0.978465750000000, 0 -0.978527250000000, 1 -0.978550000000000, 0 -0.978592000000000, 1 -0.978614750000000, 0 -0.978653687500000, 1 -0.978676437500000, 0 -0.978695812500000, 1 -0.978718500000000, 0 -0.978750875000000, 1 -0.978773625000000, 0 -0.978828750000000, 1 -0.978851375000000, 0 -0.979010187500000, 1 -0.979032875000000, 0 -0.979049125000000, 1 -0.979071812500000, 0 -0.979120375000000, 1 -0.979143062500000, 0 -0.979204562500000, 1 -0.979227375000000, 0 -0.979272687500000, 1 -0.979295375000000, 0 -0.979330937500000, 1 -0.979331062500000, 0 -0.979331125000000, 1 -0.979353750000000, 0 -0.979373125000000, 1 -0.979395812500000, 0 -0.979428187500000, 1 -0.979450875000000, 0 -0.979496312500000, 1 -0.979519000000000, 0 -0.979677812500000, 1 -0.979700437500000, 0 -0.979716625000000, 1 -0.979716687500000, 0 -0.979716750000000, 1 -0.979739375000000, 0 -0.979788000000000, 1 -0.979810625000000, 0 -0.979872187500000, 1 -0.979894937500000, 0 -0.979937062500000, 1 -0.979959687500000, 0 -0.979998625000000, 1 -0.980021312500000, 0 -0.980040750000000, 1 -0.980040812500000, 0 -0.980040875000000, 1 -0.980063500000000, 0 -0.980095812500000, 1 -0.980118562500000, 0 -0.980173625000000, 1 -0.980173687500000, 0 -0.980173750000000, 1 -0.980196312500000, 0 -0.980355125000000, 1 -0.980377750000000, 0 -0.980393937500000, 1 -0.980416625000000, 0 -0.980465250000000, 1 -0.980487937500000, 0 -0.980549562500000, 1 -0.980572250000000, 0 -0.980617562500000, 1 -0.980640312500000, 0 -0.980675812500000, 1 -0.980698625000000, 0 -0.980718062500000, 1 -0.980740750000000, 0 -0.980773125000000, 1 -0.980795812500000, 0 -0.980841125000000, 1 -0.980863875000000, 0 -0.981022625000000, 1 -0.981045312500000, 0 -0.981061437500000, 1 -0.981084187500000, 0 -0.981132812500000, 1 -0.981132875000000, 0 -0.981132937500000, 1 -0.981155500000000, 0 -0.981217125000000, 1 -0.981239750000000, 0 -0.981285062500000, 1 -0.981307812500000, 0 -0.981343375000000, 1 -0.981366125000000, 0 -0.981385562500000, 1 -0.981408250000000, 0 -0.981440625000000, 1 -0.981463375000000, 0 -0.981508625000000, 1 -0.981531375000000, 0 -0.981690187500000, 1 -0.981712812500000, 0 -0.981729062500000, 1 -0.981751750000000, 0 -0.981800375000000, 1 -0.981800437500000, 0 -0.981800500000000, 1 -0.981823062500000, 0 -0.981884562500000, 1 -0.981907312500000, 0 -0.981952812500000, 1 -0.981975375000000, 0 -0.982010937500000, 1 -0.982033750000000, 0 -0.982053125000000, 1 -0.982075875000000, 0 -0.982108187500000, 1 -0.982130937500000, 0 -0.982176250000000, 1 -0.982199000000000, 0 -0.982357750000000, 1 -0.982380437500000, 0 -0.982396625000000, 1 -0.982419375000000, 0 -0.982468000000000, 1 -0.982490625000000, 0 -0.982552187500000, 1 -0.982574875000000, 0 -0.982620250000000, 1 -0.982642937500000, 0 -0.982678500000000, 1 -0.982701250000000, 0 -0.982720687500000, 1 -0.982743437500000, 0 -0.982775812500000, 1 -0.982798437500000, 0 -0.982843812500000, 1 -0.982866500000000, 0 -0.983025375000000, 1 -0.983048000000000, 0 -0.983064187500000, 1 -0.983086937500000, 0 -0.983135687500000, 1 -0.983158250000000, 0 -0.983219937500000, 1 -0.983242437500000, 0 -0.983284625000000, 1 -0.983307312500000, 0 -0.983346187500000, 1 -0.983368937500000, 0 -0.983388250000000, 1 -0.983411000000000, 0 -0.983443375000000, 1 -0.983466062500000, 0 -0.983521250000000, 1 -0.983543875000000, 0 -0.983702687500000, 1 -0.983725312500000, 0 -0.983741500000000, 1 -0.983764250000000, 0 -0.983812812500000, 1 -0.983835562500000, 0 -0.983897125000000, 1 -0.983919812500000, 0 -0.983965125000000, 1 -0.983965187500000, 0 -0.983965250000000, 1 -0.983987875000000, 0 -0.984023437500000, 1 -0.984046187500000, 0 -0.984065625000000, 1 -0.984088312500000, 0 -0.984120687500000, 1 -0.984143375000000, 0 -0.984188812500000, 1 -0.984211500000000, 0 -0.984370250000000, 1 -0.984392875000000, 0 -0.984409125000000, 1 -0.984431812500000, 0 -0.984480375000000, 1 -0.984503125000000, 0 -0.984564687500000, 1 -0.984587375000000, 0 -0.984632687500000, 1 -0.984632750000000, 0 -0.984632812500000, 1 -0.984655437500000, 0 -0.984691000000000, 1 -0.984713750000000, 0 -0.984733187500000, 1 -0.984755937500000, 0 -0.984788250000000, 1 -0.984811000000000, 0 -0.984856312500000, 1 -0.984856375000000, 0 -0.984856437500000, 1 -0.984879000000000, 0 -0.985037750000000, 1 -0.985060437500000, 0 -0.985076625000000, 1 -0.985099312500000, 0 -0.985147937500000, 1 -0.985170687500000, 0 -0.985232250000000, 1 -0.985254937500000, 0 -0.985297000000000, 1 -0.985319750000000, 0 -0.985358625000000, 1 -0.985381312500000, 0 -0.985400687500000, 1 -0.985423437500000, 0 -0.985455812500000, 1 -0.985478562500000, 0 -0.985533625000000, 1 -0.985556250000000, 0 -0.985715125000000, 1 -0.985737750000000, 0 -0.985754000000000, 1 -0.985776687500000, 0 -0.985825312500000, 1 -0.985847937500000, 0 -0.985909625000000, 1 -0.985932250000000, 0 -0.985977750000000, 1 -0.986000250000000, 0 -0.986035812500000, 1 -0.986058687500000, 0 -0.986078062500000, 1 -0.986100750000000, 0 -0.986133125000000, 1 -0.986133187500000, 0 -0.986133250000000, 1 -0.986155875000000, 0 -0.986201125000000, 1 -0.986223875000000, 0 -0.986382625000000, 1 -0.986405375000000, 0 -0.986421500000000, 1 -0.986444250000000, 0 -0.986492875000000, 1 -0.986515562500000, 0 -0.986577125000000, 1 -0.986599812500000, 0 -0.986642000000000, 1 -0.986664687500000, 0 -0.986703500000000, 1 -0.986726250000000, 0 -0.986745812500000, 1 -0.986768375000000, 0 -0.986800750000000, 1 -0.986823375000000, 0 -0.986878687500000, 1 -0.986901250000000, 0 -0.987060000000000, 1 -0.987082750000000, 0 -0.987098875000000, 1 -0.987098937500000, 0 -0.987099062500000, 1 -0.987121687500000, 0 -0.987170250000000, 1 -0.987192875000000, 0 -0.987254500000000, 1 -0.987277125000000, 0 -0.987322500000000, 1 -0.987345250000000, 0 -0.987380875000000, 1 -0.987403625000000, 0 -0.987423000000000, 1 -0.987445687500000, 0 -0.987478062500000, 1 -0.987500812500000, 0 -0.987546125000000, 1 -0.987568875000000, 0 -0.987727687500000, 1 -0.987750375000000, 0 -0.987766562500000, 1 -0.987766625000000, 0 -0.987766687500000, 1 -0.987789312500000, 0 -0.987837875000000, 1 -0.987837937500000, 0 -0.987838000000000, 1 -0.987860562500000, 0 -0.987922187500000, 1 -0.987944812500000, 0 -0.987986937500000, 1 -0.987987000000000, 0 -0.987987062500000, 1 -0.988009687500000, 0 -0.988048500000000, 1 -0.988071250000000, 0 -0.988090750000000, 1 -0.988113375000000, 0 -0.988145750000000, 1 -0.988168437500000, 0 -0.988223562500000, 1 -0.988246250000000, 0 -0.988405062500000, 1 -0.988405125000000, 0 -0.988405187500000, 1 -0.988427812500000, 0 -0.988444000000000, 1 -0.988466625000000, 0 -0.988515250000000, 1 -0.988515375000000, 0 -0.988515437500000, 1 -0.988537937500000, 0 -0.988599500000000, 1 -0.988622187500000, 0 -0.988667625000000, 1 -0.988690312500000, 0 -0.988725812500000, 1 -0.988748625000000, 0 -0.988768000000000, 1 -0.988790687500000, 0 -0.988823125000000, 1 -0.988845812500000, 0 -0.988891125000000, 1 -0.988913875000000, 0 -0.989072625000000, 1 -0.989095312500000, 0 -0.989111500000000, 1 -0.989134250000000, 0 -0.989182875000000, 1 -0.989205500000000, 0 -0.989267062500000, 1 -0.989289750000000, 0 -0.989335000000000, 1 -0.989357812500000, 0 -0.989393437500000, 1 -0.989416187500000, 0 -0.989435625000000, 1 -0.989458250000000, 0 -0.989490625000000, 1 -0.989513375000000, 0 -0.989558687500000, 1 -0.989581375000000, 0 -0.989740250000000, 1 -0.989762875000000, 0 -0.989779062500000, 1 -0.989779125000000, 0 -0.989779187500000, 1 -0.989801750000000, 0 -0.989850375000000, 1 -0.989850437500000, 0 -0.989850562500000, 1 -0.989873062500000, 0 -0.989934625000000, 1 -0.989957312500000, 0 -0.990002687500000, 1 -0.990025437500000, 0 -0.990061000000000, 1 -0.990083750000000, 0 -0.990103125000000, 1 -0.990125812500000, 0 -0.990158187500000, 1 -0.990180937500000, 0 -0.990226312500000, 1 -0.990249000000000, 0 -0.990407812500000, 1 -0.990430437500000, 0 -0.990446687500000, 1 -0.990469375000000, 0 -0.990518000000000, 1 -0.990540687500000, 0 -0.990602250000000, 1 -0.990624937500000, 0 -0.990670312500000, 1 -0.990693000000000, 0 -0.990728562500000, 1 -0.990751312500000, 0 -0.990770875000000, 1 -0.990793500000000, 0 -0.990825812500000, 1 -0.990848562500000, 0 -0.990893875000000, 1 -0.990916625000000, 0 -0.991075375000000, 1 -0.991098062500000, 0 -0.991114250000000, 1 -0.991137000000000, 0 -0.991185625000000, 1 -0.991208250000000, 0 -0.991269750000000, 1 -0.991292500000000, 0 -0.991337875000000, 1 -0.991360562500000, 0 -0.991396125000000, 1 -0.991418875000000, 0 -0.991438375000000, 1 -0.991461000000000, 0 -0.991493500000000, 1 -0.991516125000000, 0 -0.991561437500000, 1 -0.991584125000000, 0 -0.991742937500000, 1 -0.991765625000000, 0 -0.991781875000000, 1 -0.991804500000000, 0 -0.991853187500000, 1 -0.991875750000000, 0 -0.991937312500000, 1 -0.991960000000000, 0 -0.992005375000000, 1 -0.992028062500000, 0 -0.992063687500000, 1 -0.992086500000000, 0 -0.992105875000000, 1 -0.992128500000000, 0 -0.992160875000000, 1 -0.992161000000000, 0 -0.992161062500000, 1 -0.992183625000000, 0 -0.992229062500000, 1 -0.992251687500000, 0 -0.992410500000000, 1 -0.992433125000000, 0 -0.992449375000000, 1 -0.992472062500000, 0 -0.992520750000000, 1 -0.992543312500000, 0 -0.992604875000000, 1 -0.992627562500000, 0 -0.992672875000000, 1 -0.992695625000000, 0 -0.992731187500000, 1 -0.992731250000000, 0 -0.992731312500000, 1 -0.992753937500000, 0 -0.992773375000000, 1 -0.992796062500000, 0 -0.992828562500000, 1 -0.992851125000000, 0 -0.992896500000000, 1 -0.992919187500000, 0 -0.993078062500000, 1 -0.993100625000000, 0 -0.993116750000000, 1 -0.993139562500000, 0 -0.993188062500000, 1 -0.993210812500000, 0 -0.993272312500000, 1 -0.993295062500000, 0 -0.993340375000000, 1 -0.993363062500000, 0 -0.993398625000000, 1 -0.993421437500000, 0 -0.993440812500000, 1 -0.993463500000000, 0 -0.993495875000000, 1 -0.993518625000000, 0 -0.993563937500000, 1 -0.993586625000000, 0 -0.993745437500000, 1 -0.993768062500000, 0 -0.993784312500000, 1 -0.993807062500000, 0 -0.993855562500000, 1 -0.993878250000000, 0 -0.993939812500000, 1 -0.993962500000000, 0 -0.994008000000000, 1 -0.994030625000000, 0 -0.994066187500000, 1 -0.994088875000000, 0 -0.994108312500000, 1 -0.994131000000000, 0 -0.994163437500000, 1 -0.994186062500000, 0 -0.994231437500000, 1 -0.994254187500000, 0 -0.994412937500000, 1 -0.994413000000000, 0 -0.994413062500000, 1 -0.994435625000000, 0 -0.994451875000000, 1 -0.994474500000000, 0 -0.994523125000000, 1 -0.994545812500000, 0 -0.994607375000000, 1 -0.994607437500000, 0 -0.994607500000000, 1 -0.994630062500000, 0 -0.994672125000000, 1 -0.994672187500000, 0 -0.994672250000000, 1 -0.994694875000000, 0 -0.994733687500000, 1 -0.994756437500000, 0 -0.994775875000000, 1 -0.994798625000000, 0 -0.994830937500000, 1 -0.994853625000000, 0 -0.994908750000000, 1 -0.994931437500000, 0 -0.995090187500000, 1 -0.995112875000000, 0 -0.995129062500000, 1 -0.995151750000000, 0 -0.995200375000000, 1 -0.995223062500000, 0 -0.995284562500000, 1 -0.995284625000000, 0 -0.995284750000000, 1 -0.995307312500000, 0 -0.995352625000000, 1 -0.995375312500000, 0 -0.995410937500000, 1 -0.995433750000000, 0 -0.995453125000000, 1 -0.995453187500000, 0 -0.995453250000000, 1 -0.995475750000000, 0 -0.995508312500000, 1 -0.995530875000000, 0 -0.995576187500000, 1 -0.995598875000000, 0 -0.995757750000000, 1 -0.995780312500000, 0 -0.995796562500000, 1 -0.995819250000000, 0 -0.995867875000000, 1 -0.995867937500000, 0 -0.995868000000000, 1 -0.995890500000000, 0 -0.995952062500000, 1 -0.995974750000000, 0 -0.996020125000000, 1 -0.996042812500000, 0 -0.996078375000000, 1 -0.996101187500000, 0 -0.996120687500000, 1 -0.996143312500000, 0 -0.996175687500000, 1 -0.996198375000000, 0 -0.996243687500000, 1 -0.996266500000000, 0 -0.996425187500000, 1 -0.996447875000000, 0 -0.996464062500000, 1 -0.996486812500000, 0 -0.996535375000000, 1 -0.996535437500000, 0 -0.996535500000000, 1 -0.996558125000000, 0 -0.996619687500000, 1 -0.996642375000000, 0 -0.996687750000000, 1 -0.996710437500000, 0 -0.996746000000000, 1 -0.996768750000000, 0 -0.996788125000000, 1 -0.996810812500000, 0 -0.996843187500000, 1 -0.996865937500000, 0 -0.996911312500000, 1 -0.996934000000000, 0 -0.997092812500000, 1 -0.997115500000000, 0 -0.997131625000000, 1 -0.997131687500000, 0 -0.997131812500000, 1 -0.997154437500000, 0 -0.997203000000000, 1 -0.997203062500000, 0 -0.997203125000000, 1 -0.997225687500000, 0 -0.997287375000000, 1 -0.997309937500000, 0 -0.997352062500000, 1 -0.997374812500000, 0 -0.997413625000000, 1 -0.997436312500000, 0 -0.997436375000000, 1 -0.997436437500000, 0 -0.997455750000000, 1 -0.997455812500000, 0 -0.997455875000000, 1 -0.997478500000000, 0 -0.997510875000000, 1 -0.997533562500000, 0 -0.997588625000000, 1 -0.997611375000000, 0 -0.997770125000000, 1 -0.997792812500000, 0 -0.997809000000000, 1 -0.997831750000000, 0 -0.997880375000000, 1 -0.997903062500000, 0 -0.997964625000000, 1 -0.997987312500000, 0 -0.998032687500000, 1 -0.998055375000000, 0 -0.998090937500000, 1 -0.998091000000000, 0 -0.998091125000000, 1 -0.998113687500000, 0 -0.998133125000000, 1 -0.998155812500000, 0 -0.998188187500000, 1 -0.998210937500000, 0 -0.998256250000000, 1 -0.998279000000000, 0 -0.998437812500000, 1 -0.998460437500000, 0 -0.998476562500000, 1 -0.998499375000000, 0 -0.998547937500000, 1 -0.998570625000000, 0 -0.998632187500000, 1 -0.998654875000000, 0 -0.998700250000000, 1 -0.998723000000000, 0 -0.998758500000000, 1 -0.998781250000000, 0 -0.998800687500000, 1 -0.998823437500000, 0 -0.998855812500000, 1 -0.998878437500000, 0 -0.998923812500000, 1 -0.998946500000000, 0 -0.999105312500000, 1 -0.999105375000000, 0 -0.999105437500000, 1 -0.999128000000000, 0 -0.999144125000000, 1 -0.999166937500000, 0 -0.999215500000000, 1 -0.999238187500000, 0 -0.999299875000000, 1 -0.999322500000000, 0 -0.999367812500000, 1 -0.999390562500000, 0 -0.999426125000000, 1 -0.999448875000000, 0 -0.999468250000000, 1 -0.999491000000000, 0 -0.999523375000000, 1 -0.999546062500000, 0 -0.999591437500000, 1 -0.999614125000000, 0 -0.999772937500000, 1 -0.999795562500000, 0 -0.999811750000000, 1 -0.999811812500000, 0 -0.999811937500000, 1 -0.999834562500000, 0 -0.999883250000000, 1 -0.999905750000000, 0 -0.999967375000000, 1 -0.999990062500000, 0 -1.000035375000000, 1 -1.000058125000000, 0 -1.000093687500000, 1 -1.000116500000000, 0 -1.000135875000000, 1 -1.000158562500000, 0 -1.000191000000000, 1 -1.000191062500000, 0 -1.000191125000000, 1 -1.000213625000000, 0 -1.000258937500000, 1 -1.000281750000000, 0 -1.000440500000000, 1 -1.000463187500000, 0 -1.000479312500000, 1 -1.000502062500000, 0 -1.000550687500000, 1 -1.000573375000000, 0 -1.000634937500000, 1 -1.000657625000000, 0 -1.000702937500000, 1 -1.000725687500000, 0 -1.000761250000000, 1 -1.000784000000000, 0 -1.000803437500000, 1 -1.000826187500000, 0 -1.000858500000000, 1 -1.000881187500000, 0 -1.000926687500000, 1 -1.000949250000000, 0 -1.001108000000000, 1 -1.001130687500000, 0 -1.001146875000000, 1 -1.001169625000000, 0 -1.001218250000000, 1 -1.001240812500000, 0 -1.001302437500000, 1 -1.001325125000000, 0 -1.001367250000000, 1 -1.001389937500000, 0 -1.001428812500000, 1 -1.001451500000000, 0 -1.001471000000000, 1 -1.001493625000000, 0 -1.001526000000000, 1 -1.001548687500000, 0 -1.001603812500000, 1 -1.001626437500000, 0 -1.001785250000000, 1 -1.001807937500000, 0 -1.001824187500000, 1 -1.001846875000000, 0 -1.001895375000000, 1 -1.001918062500000, 0 -1.001979625000000, 1 -1.001979687500000, 0 -1.001979750000000, 1 -1.002002375000000, 0 -1.002044437500000, 1 -1.002067125000000, 0 -1.002106000000000, 1 -1.002106125000000, 0 -1.002106187500000, 1 -1.002128750000000, 0 -1.002148187500000, 1 -1.002170812500000, 0 -1.002203187500000, 1 -1.002203250000000, 0 -1.002203375000000, 1 -1.002225875000000, 0 -1.002281000000000, 1 -1.002303750000000, 0 -1.002462500000000, 1 -1.002485187500000, 0 -1.002501312500000, 1 -1.002524062500000, 0 -1.002572625000000, 1 -1.002595375000000, 0 -1.002657000000000, 1 -1.002679625000000, 0 -1.002724937500000, 1 -1.002747687500000, 0 -1.002783187500000, 1 -1.002806000000000, 0 -1.002825562500000, 1 -1.002848125000000, 0 -1.002880500000000, 1 -1.002903187500000, 0 -1.002948562500000, 1 -1.002971250000000, 0 -1.003130062500000, 1 -1.003152750000000, 0 -1.003168937500000, 1 -1.003191625000000, 0 -1.003240250000000, 1 -1.003240312500000, 0 -1.003240375000000, 1 -1.003263000000000, 0 -1.003324500000000, 1 -1.003347250000000, 0 -1.003392562500000, 1 -1.003415250000000, 0 -1.003450812500000, 1 -1.003450937500000, 0 -1.003451000000000, 1 -1.003473625000000, 0 -1.003493000000000, 1 -1.003515750000000, 0 -1.003548125000000, 1 -1.003570875000000, 0 -1.003616187500000, 1 -1.003638875000000, 0 -1.003797687500000, 1 -1.003820375000000, 0 -1.003836562500000, 1 -1.003859250000000, 0 -1.003907875000000, 1 -1.003930562500000, 0 -1.003992250000000, 1 -1.004014875000000, 0 -1.004057000000000, 1 -1.004079687500000, 0 -1.004118562500000, 1 -1.004141250000000, 0 -1.004160687500000, 1 -1.004183375000000, 0 -1.004215750000000, 1 -1.004238500000000, 0 -1.004293562500000, 1 -1.004316250000000, 0 -1.004475062500000, 1 -1.004497750000000, 0 -1.004513937500000, 1 -1.004536625000000, 0 -1.004585187500000, 1 -1.004607937500000, 0 -1.004669500000000, 1 -1.004692250000000, 0 -1.004737687500000, 1 -1.004760250000000, 0 -1.004795812500000, 1 -1.004818562500000, 0 -1.004838000000000, 1 -1.004860750000000, 0 -1.004893125000000, 1 -1.004915812500000, 0 -1.004961187500000, 1 -1.004983875000000, 0 -1.005142687500000, 1 -1.005165312500000, 0 -1.005181500000000, 1 -1.005181562500000, 0 -1.005181625000000, 1 -1.005181687500000, 0 -1.005181750000000, 1 -1.005204250000000, 0 -1.005252812500000, 1 -1.005275562500000, 0 -1.005337062500000, 1 -1.005359875000000, 0 -1.005405125000000, 1 -1.005405187500000, 0 -1.005405312500000, 1 -1.005427875000000, 0 -1.005463437500000, 1 -1.005486187500000, 0 -1.005505625000000, 1 -1.005528312500000, 0 -1.005560687500000, 1 -1.005583437500000, 0 -1.005628750000000, 1 -1.005651437500000, 0 -1.005810312500000, 1 -1.005832937500000, 0 -1.005849062500000, 1 -1.005871812500000, 0 -1.005920437500000, 1 -1.005943187500000, 0 -1.006004750000000, 1 -1.006027437500000, 0 -1.006069500000000, 1 -1.006092250000000, 0 -1.006131000000000, 1 -1.006153812500000, 0 -1.006173187500000, 1 -1.006195875000000, 0 -1.006228500000000, 1 -1.006251000000000, 0 -1.006306187500000, 1 -1.006328750000000, 0 -1.006487625000000, 1 -1.006510250000000, 0 -1.006526437500000, 1 -1.006549125000000, 0 -1.006597750000000, 1 -1.006620437500000, 0 -1.006682000000000, 1 -1.006704687500000, 0 -1.006750062500000, 1 -1.006772812500000, 0 -1.006808312500000, 1 -1.006831125000000, 0 -1.006850500000000, 1 -1.006873187500000, 0 -1.006905562500000, 1 -1.006928312500000, 0 -1.006973687500000, 1 -1.006996375000000, 0 -1.007155250000000, 1 -1.007177875000000, 0 -1.007194000000000, 1 -1.007216750000000, 0 -1.007265375000000, 1 -1.007288000000000, 0 -1.007349750000000, 1 -1.007372312500000, 0 -1.007417625000000, 1 -1.007417687500000, 0 -1.007417750000000, 1 -1.007440375000000, 0 -1.007475937500000, 1 -1.007498687500000, 0 -1.007518125000000, 1 -1.007540750000000, 0 -1.007573187500000, 1 -1.007595875000000, 0 -1.007641187500000, 1 -1.007663937500000, 0 -1.007822750000000, 1 -1.007845437500000, 0 -1.007861562500000, 1 -1.007884375000000, 0 -1.007932875000000, 1 -1.007955562500000, 0 -1.008017125000000, 1 -1.008039812500000, 0 -1.008085187500000, 1 -1.008107937500000, 0 -1.008143500000000, 1 -1.008143562500000, 0 -1.008143687500000, 1 -1.008166250000000, 0 -1.008185687500000, 1 -1.008208437500000, 0 -1.008240812500000, 1 -1.008263437500000, 0 -1.008308812500000, 1 -1.008331500000000, 0 -1.008490312500000, 1 -1.008512937500000, 0 -1.008529125000000, 1 -1.008551875000000, 0 -1.008600437500000, 1 -1.008623187500000, 0 -1.008684687500000, 1 -1.008707437500000, 0 -1.008749500000000, 1 -1.008749562500000, 0 -1.008749625000000, 1 -1.008772250000000, 0 -1.008811062500000, 1 -1.008833812500000, 0 -1.008853250000000, 1 -1.008875937500000, 0 -1.008908375000000, 1 -1.008931062500000, 0 -1.008986125000000, 1 -1.009008812500000, 0 -1.009167625000000, 1 -1.009190250000000, 0 -1.009206437500000, 1 -1.009229125000000, 0 -1.009277750000000, 1 -1.009300437500000, 0 -1.009362000000000, 1 -1.009384687500000, 0 -1.009426812500000, 1 -1.009449500000000, 0 -1.009488375000000, 1 -1.009511125000000, 0 -1.009530562500000, 1 -1.009553250000000, 0 -1.009585625000000, 1 -1.009608312500000, 0 -1.009663375000000, 1 -1.009686062500000, 0 -1.009844875000000, 1 -1.009867500000000, 0 -1.009883687500000, 1 -1.009883750000000, 0 -1.009883812500000, 1 -1.009906437500000, 0 -1.009955000000000, 1 -1.009977750000000, 0 -1.010039375000000, 1 -1.010061937500000, 0 -1.010107312500000, 1 -1.010130062500000, 0 -1.010165687500000, 1 -1.010188375000000, 0 -1.010207812500000, 1 -1.010230500000000, 0 -1.010262875000000, 1 -1.010285562500000, 0 -1.010330937500000, 1 -1.010353625000000, 0 -1.010512437500000, 1 -1.010535125000000, 0 -1.010551312500000, 1 -1.010574000000000, 0 -1.010622625000000, 1 -1.010645312500000, 0 -1.010706875000000, 1 -1.010729562500000, 0 -1.010771625000000, 1 -1.010794375000000, 0 -1.010833250000000, 1 -1.010855937500000, 0 -1.010875437500000, 1 -1.010898125000000, 0 -1.010930437500000, 1 -1.010953125000000, 0 -1.011008250000000, 1 -1.011008312500000, 0 -1.011008437500000, 1 -1.011030937500000, 0 -1.011189750000000, 1 -1.011189812500000, 0 -1.011189875000000, 1 -1.011212437500000, 0 -1.011228562500000, 1 -1.011251312500000, 0 -1.011299875000000, 1 -1.011322562500000, 0 -1.011384187500000, 1 -1.011406875000000, 0 -1.011452187500000, 1 -1.011474937500000, 0 -1.011510500000000, 1 -1.011533250000000, 0 -1.011552687500000, 1 -1.011575375000000, 0 -1.011607687500000, 1 -1.011607750000000, 0 -1.011607937500000, 1 -1.011630437500000, 0 -1.011675750000000, 1 -1.011698500000000, 0 -1.011857312500000, 1 -1.011857437500000, 0 -1.011857500000000, 1 -1.011880000000000, 0 -1.011896125000000, 1 -1.011918937500000, 0 -1.011967500000000, 1 -1.011990187500000, 0 -1.012051750000000, 1 -1.012074500000000, 0 -1.012119875000000, 1 -1.012142500000000, 0 -1.012178125000000, 1 -1.012200812500000, 0 -1.012220312500000, 1 -1.012242937500000, 0 -1.012275312500000, 1 -1.012298000000000, 0 -1.012343437500000, 1 -1.012366062500000, 0 -1.012524937500000, 1 -1.012547562500000, 0 -1.012563812500000, 1 -1.012586500000000, 0 -1.012635125000000, 1 -1.012657750000000, 0 -1.012719312500000, 1 -1.012742000000000, 0 -1.012784062500000, 1 -1.012784125000000, 0 -1.012784187500000, 1 -1.012806812500000, 0 -1.012845687500000, 1 -1.012868437500000, 0 -1.012887812500000, 1 -1.012910500000000, 0 -1.012942937500000, 1 -1.012965625000000, 0 -1.013020625000000, 1 -1.013043375000000, 0 -1.013202187500000, 1 -1.013224812500000, 0 -1.013241125000000, 1 -1.013263750000000, 0 -1.013312312500000, 1 -1.013312437500000, 0 -1.013312500000000, 1 -1.013335000000000, 0 -1.013396562500000, 1 -1.013419250000000, 0 -1.013464625000000, 1 -1.013487312500000, 0 -1.013522875000000, 1 -1.013545625000000, 0 -1.013565062500000, 1 -1.013587687500000, 0 -1.013620187500000, 1 -1.013642875000000, 0 -1.013688250000000, 1 -1.013710875000000, 0 -1.013869625000000, 1 -1.013869687500000, 0 -1.013869750000000, 1 -1.013892375000000, 0 -1.013908500000000, 1 -1.013931250000000, 0 -1.013979812500000, 1 -1.014002500000000, 0 -1.014064062500000, 1 -1.014086750000000, 0 -1.014132125000000, 1 -1.014154875000000, 0 -1.014190375000000, 1 -1.014213187500000, 0 -1.014232625000000, 1 -1.014255250000000, 0 -1.014287687500000, 1 -1.014310375000000, 0 -1.014355625000000, 1 -1.014378375000000, 0 -1.014537125000000, 1 -1.014559875000000, 0 -1.014576062500000, 1 -1.014598750000000, 0 -1.014647312500000, 1 -1.014670000000000, 0 -1.014731500000000, 1 -1.014754250000000, 0 -1.014799562500000, 1 -1.014822375000000, 0 -1.014857875000000, 1 -1.014880687500000, 0 -1.014900125000000, 1 -1.014922750000000, 0 -1.014955125000000, 1 -1.014977812500000, 0 -1.015023187500000, 1 -1.015045937500000, 0 -1.015204750000000, 1 -1.015227375000000, 0 -1.015243562500000, 1 -1.015266250000000, 0 -1.015314937500000, 1 -1.015337500000000, 0 -1.015399125000000, 1 -1.015421812500000, 0 -1.015464000000000, 1 -1.015486562500000, 0 -1.015525437500000, 1 -1.015548250000000, 0 -1.015567625000000, 1 -1.015590312500000, 0 -1.015622687500000, 1 -1.015645375000000, 0 -1.015700500000000, 1 -1.015723125000000, 0 -1.015881937500000, 1 -1.015904625000000, 0 -1.015920937500000, 1 -1.015943500000000, 0 -1.015992125000000, 1 -1.015992187500000, 0 -1.015992250000000, 1 -1.016014812500000, 0 -1.016076375000000, 1 -1.016076437500000, 0 -1.016076500000000, 1 -1.016099062500000, 0 -1.016144500000000, 1 -1.016167125000000, 0 -1.016202687500000, 1 -1.016225500000000, 0 -1.016244875000000, 1 -1.016267562500000, 0 -1.016299875000000, 1 -1.016322625000000, 0 -1.016367937500000, 1 -1.016390687500000, 0 -1.016549500000000, 1 -1.016572062500000, 0 -1.016588312500000, 1 -1.016588375000000, 0 -1.016588500000000, 1 -1.016611000000000, 0 -1.016659625000000, 1 -1.016682250000000, 0 -1.016743875000000, 1 -1.016766562500000, 0 -1.016808625000000, 1 -1.016831312500000, 0 -1.016870250000000, 1 -1.016892937500000, 0 -1.016912375000000, 1 -1.016935062500000, 0 -1.016967437500000, 1 -1.016990187500000, 0 -1.017045250000000, 1 -1.017067937500000, 0 -1.017226687500000, 1 -1.017249437500000, 0 -1.017265687500000, 1 -1.017288250000000, 0 -1.017336875000000, 1 -1.017359562500000, 0 -1.017421250000000, 1 -1.017443812500000, 0 -1.017489125000000, 1 -1.017511875000000, 0 -1.017547562500000, 1 -1.017570187500000, 0 -1.017589625000000, 1 -1.017612312500000, 0 -1.017644687500000, 1 -1.017667375000000, 0 -1.017712687500000, 1 -1.017735437500000, 0 -1.017894250000000, 1 -1.017916875000000, 0 -1.017933125000000, 1 -1.017955812500000, 0 -1.018004375000000, 1 -1.018027125000000, 0 -1.018088625000000, 1 -1.018111375000000, 0 -1.018156687500000, 1 -1.018156812500000, 0 -1.018156875000000, 1 -1.018179375000000, 0 -1.018214937500000, 1 -1.018237750000000, 0 -1.018257125000000, 1 -1.018279812500000, 0 -1.018312187500000, 1 -1.018334875000000, 0 -1.018380312500000, 1 -1.018402937500000, 0 -1.018561750000000, 1 -1.018584437500000, 0 -1.018600625000000, 1 -1.018623375000000, 0 -1.018672000000000, 1 -1.018694625000000, 0 -1.018756187500000, 1 -1.018778875000000, 0 -1.018824250000000, 1 -1.018846937500000, 0 -1.018882625000000, 1 -1.018905250000000, 0 -1.018924750000000, 1 -1.018947375000000, 0 -1.018979750000000, 1 -1.019002437500000, 0 -1.019047812500000, 1 -1.019070562500000, 0 -1.019229312500000, 1 -1.019229437500000, 0 -1.019229500000000, 1 -1.019252000000000, 0 -1.019268125000000, 1 -1.019290937500000, 0 -1.019339500000000, 1 -1.019362187500000, 0 -1.019423875000000, 1 -1.019446500000000, 0 -1.019491812500000, 1 -1.019514562500000, 0 -1.019550062500000, 1 -1.019572875000000, 0 -1.019592250000000, 1 -1.019615000000000, 0 -1.019647375000000, 1 -1.019670000000000, 0 -1.019715437500000, 1 -1.019738125000000, 0 -1.019896875000000, 1 diff --git a/SENT-box/SENT-recordings/SENT-ETB.logicdata b/SENT-box/SENT-recordings/SENT-ETB.logicdata deleted file mode 100644 index 265d490b40c8488f7088a1165454baafaac43a30..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 220146 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
{z56x$#8!ht#@nhiGWPZ&*)=$GvmHDgV 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�P#f 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 Rk@io8G{wxcEd(3C{a=M+@;U$j diff --git a/SENT-box/firmware/Makefile b/SENT-box/firmware/Makefile deleted file mode 100644 index 6d51aec8..00000000 --- a/SENT-box/firmware/Makefile +++ /dev/null @@ -1,210 +0,0 @@ -############################################################################## -# Build global options -# NOTE: Can be overridden externally. -# - -# Compiler options here. -ifeq ($(USE_OPT),) - USE_OPT = -O2 -ggdb -fomit-frame-pointer -falign-functions=16 -endif - -# C specific options here (added to USE_OPT). -ifeq ($(USE_COPT),) - USE_COPT = -endif - -# C++ specific options here (added to USE_OPT). -ifeq ($(USE_CPPOPT),) - USE_CPPOPT = -fno-rtti -fno-exceptions -ffast-math -funsafe-math-optimizations -fno-threadsafe-statics -fno-use-cxa-atexit - USE_CPPOPT += -std=c++2a -endif - -# Enable this if you want the linker to remove unused code and data. -ifeq ($(USE_LINK_GC),) - USE_LINK_GC = yes -endif - -# Linker extra options here. -ifeq ($(USE_LDOPT),) - USE_LDOPT = -endif - -# Enable this if you want link time optimizations (LTO). -ifeq ($(USE_LTO),) - USE_LTO = yes -endif - -# Enable this if you want to see the full log while compiling. -ifeq ($(USE_VERBOSE_COMPILE),) - USE_VERBOSE_COMPILE = no -endif - -# If enabled, this option makes the build process faster by not compiling -# modules not used in the current configuration. -ifeq ($(USE_SMART_BUILD),) - #USE_SMART_BUILD = yes -endif - -# -# Build global options -############################################################################## - -############################################################################## -# Architecture or project specific options -# - -# Stack size to be allocated to the Cortex-M process stack. This stack is -# the stack used by the main() thread. -ifeq ($(USE_PROCESS_STACKSIZE),) - USE_PROCESS_STACKSIZE = 0x400 -endif - -# Stack size to the allocated to the Cortex-M main/exceptions stack. This -# stack is used for processing interrupts and exceptions. -ifeq ($(USE_EXCEPTIONS_STACKSIZE),) - USE_EXCEPTIONS_STACKSIZE = 0x400 -endif - -# Enables the use of FPU (no, softfp, hard). -ifeq ($(USE_FPU),) - USE_FPU = no -endif - -# FPU-related options. -ifeq ($(USE_FPU_OPT),) - USE_FPU_OPT = -mfloat-abi=$(USE_FPU) -mfpu=fpv4-sp-d16 -endif - -# -# Architecture or project specific options -############################################################################## - -############################################################################## -# Project, target, sources and paths -# - -# Define project name here -PROJECT = sent_box_blue_pill - -# Target settings. -MCU = cortex-m3 - -# Imported source files and paths. -CHIBIOS = ../../ChibiOS -CONFDIR := ./cfg -BUILDDIR := ./build -DEPDIR := ./.dep - -ifeq ("$(wildcard $(CHIBIOS)/os/license/license.mk)","") -# submodules probably aren't checked out, complain to the user about it! -# make is not happy about newly checked out module for some reason but next invocation would work -$(error Please run 'git submodule update --init --recursive' before trying to build!) -endif - -# Licensing files. -include $(CHIBIOS)/os/license/license.mk -# Startup files. -include $(CHIBIOS)/os/common/startup/ARMCMx/compilers/GCC/mk/startup_stm32f1xx.mk -# HAL-OSAL files (optional). -include $(CHIBIOS)/os/hal/hal.mk -include $(CHIBIOS)/os/hal/ports/STM32/STM32F1xx/platform.mk -include $(CHIBIOS)/os/hal/boards/OLIMEX_STM32_P103/board.mk -include $(CHIBIOS)/os/hal/osal/rt-nil/osal.mk -# RTOS files (optional). -include $(CHIBIOS)/os/rt/rt.mk -include $(CHIBIOS)/os/common/ports/ARMCMx/compilers/GCC/mk/port_v7m.mk -# Auto-build files in ./source recursively. -include $(CHIBIOS)/tools/mk/autobuild.mk -# Other files (optional). -include $(CHIBIOS)/os/hal/lib/streams/streams.mk - -# Define linker script file here -LDSCRIPT= STM32F103xB_sent.ld -# C sources that can be compiled in ARM or THUMB mode depending on the global -# setting. -CSRC = $(ALLCSRC) - -# C++ sources that can be compiled in ARM or THUMB mode depending on the global -# setting. -CPPSRC = $(ALLCPPSRC) \ - main.cpp \ - can.cpp \ - uart.cpp \ - sent_gm_fuel_sensor.cpp \ - sent.cpp \ - sent_hw_icu.cpp \ - sent_hw_pal.cpp \ - -# List ASM source files here. -ASMSRC = $(ALLASMSRC) - -# List ASM with preprocessor source files here. -ASMXSRC = $(ALLXASMSRC) - -# Inclusion directories. -INCDIR = $(CONFDIR) $(ALLINC) \ - io \ - ../../ext/libfirmware/sent/include \ - ../../ext/libfirmware/stm32-util - -# Define C warning options here. -CWARN = -Wall -Wextra -Wundef -Wstrict-prototypes - -# Define C++ warning options here. -CPPWARN = -Wall -Wextra -Wundef - -CPPWARN += -Werror=undef - -# -# Project, target, sources and paths -############################################################################## - -############################################################################## -# Start of user section -# - -SREC = $(CP) -O srec - -# List all user C define here, like -D_DEBUG=1 -UDEFS = - -# Define ASM defines here -UADEFS = - -# List all user directories here -UINCDIR = - -# List the user directory to look for the libraries here -ULIBDIR = - -# List all user libraries here -ULIBS = - -ifeq ($(USE_OPENBLT),yes) - # Reserve start of flash for OpenBLT - USE_OPT += -Wl,--defsym=USE_BOOTLOADER=1 -endif - -# -# End of user section -############################################################################## - -############################################################################## -# Common rules -# - -RULESPATH = $(CHIBIOS)/os/common/startup/ARMCMx/compilers/GCC/mk -include $(RULESPATH)/arm-none-eabi.mk -include $(RULESPATH)/rules.mk - -# -# Common rules -############################################################################## - -############################################################################## -# Custom rules -# - -# -# Custom rules -############################################################################## diff --git a/SENT-box/firmware/STM32F103xB_sent.ld b/SENT-box/firmware/STM32F103xB_sent.ld deleted file mode 100644 index 0f655d1d..00000000 --- a/SENT-box/firmware/STM32F103xB_sent.ld +++ /dev/null @@ -1,86 +0,0 @@ -/* - ChibiOS - Copyright (C) 2006..2018 Giovanni Di Sirio - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. -*/ - -/* - * ST32F103xB memory setup. - */ -MEMORY -{ - /* flash0 (rx) : org = 0x08000000, len = 128k */ - flash0 (rx) : org = DEFINED(USE_BOOTLOADER) ? (0x08000000 + 8k) : 0x08000000, len = DEFINED(USE_BOOTLOADER) ? (128k - 8k) : (128k) - flash1 (rx) : org = 0x00000000, len = 0 - flash2 (rx) : org = 0x00000000, len = 0 - flash3 (rx) : org = 0x00000000, len = 0 - flash4 (rx) : org = 0x00000000, len = 0 - flash5 (rx) : org = 0x00000000, len = 0 - flash6 (rx) : org = 0x00000000, len = 0 - flash7 (rx) : org = 0x00000000, len = 0 - ram0 (wx) : org = 0x20000000, len = 20k - ram1 (wx) : org = 0x00000000, len = 0 - ram2 (wx) : org = 0x00000000, len = 0 - ram3 (wx) : org = 0x00000000, len = 0 - ram4 (wx) : org = 0x00000000, len = 0 - ram5 (wx) : org = 0x00000000, len = 0 - ram6 (wx) : org = 0x00000000, len = 0 - ram7 (wx) : org = 0x00000000, len = 0 -} - -/* For each data/text section two region are defined, a virtual region - and a load region (_LMA suffix).*/ - -/* Flash region to be used for exception vectors.*/ -REGION_ALIAS("VECTORS_FLASH", flash0); -REGION_ALIAS("VECTORS_FLASH_LMA", flash0); - -/* Flash region to be used for constructors and destructors.*/ -REGION_ALIAS("XTORS_FLASH", flash0); -REGION_ALIAS("XTORS_FLASH_LMA", flash0); - -/* Flash region to be used for code text.*/ -REGION_ALIAS("TEXT_FLASH", flash0); -REGION_ALIAS("TEXT_FLASH_LMA", flash0); - -/* Flash region to be used for read only data.*/ -REGION_ALIAS("RODATA_FLASH", flash0); -REGION_ALIAS("RODATA_FLASH_LMA", flash0); - -/* Flash region to be used for various.*/ -REGION_ALIAS("VARIOUS_FLASH", flash0); -REGION_ALIAS("VARIOUS_FLASH_LMA", flash0); - -/* Flash region to be used for RAM(n) initialization data.*/ -REGION_ALIAS("RAM_INIT_FLASH_LMA", flash0); - -/* RAM region to be used for Main stack. This stack accommodates the processing - of all exceptions and interrupts.*/ -REGION_ALIAS("MAIN_STACK_RAM", ram0); - -/* RAM region to be used for the process stack. This is the stack used by - the main() function.*/ -REGION_ALIAS("PROCESS_STACK_RAM", ram0); - -/* RAM region to be used for data segment.*/ -REGION_ALIAS("DATA_RAM", ram0); -REGION_ALIAS("DATA_RAM_LMA", flash0); - -/* RAM region to be used for BSS segment.*/ -REGION_ALIAS("BSS_RAM", ram0); - -/* RAM region to be used for the default heap.*/ -REGION_ALIAS("HEAP_RAM", ram0); - -/* Generic rules inclusion.*/ -INCLUDE rules.ld diff --git a/SENT-box/firmware/can.cpp b/SENT-box/firmware/can.cpp deleted file mode 100644 index 8c47d171..00000000 --- a/SENT-box/firmware/can.cpp +++ /dev/null @@ -1,83 +0,0 @@ -#include "can.h" -#include "hal.h" - -#include -#include - -const CANConfig canConfig500 = -{ - CAN_MCR_ABOM | CAN_MCR_AWUM | CAN_MCR_TXFP, - /* - Settings from https://forum.chibios.org/viewtopic.php?t=2990 - For 36MHz http://www.bittiming.can-wiki.info/ does not give that option :( Subtract '1' for register values - */ - CAN_BTR_SJW(0) | CAN_BTR_BRP(5) | CAN_BTR_TS1(5) | CAN_BTR_TS2(4), -}; - - -#define SWAP_UINT16(x) (((x) << 8) | ((x) >> 8)) - -void SendSomething() -{ - auto baseAddress = 0x156; - - { - CANTxFrame m_frame; - - m_frame.IDE = CAN_IDE_STD; - m_frame.EID = 0; - m_frame.SID = baseAddress; - m_frame.RTR = CAN_RTR_DATA; - m_frame.DLC = 8; - memset(m_frame.data8, 0, sizeof(m_frame.data8)); - m_frame.data8[3] = 0x33; - m_frame.data8[6] = 0x66; - - canTransmitTimeout(&CAND1, CAN_ANY_MAILBOX, &m_frame, TIME_IMMEDIATE); - } - -} - -static THD_WORKING_AREA(waCanTxThread, 256); -void CanTxThread(void*) -{ - while(1) { - SendSomething(); - - chThdSleepMilliseconds(10); - } -} - -static THD_WORKING_AREA(waCanRxThread, 256); -void CanRxThread(void*) -{ - while(1) - { - CANRxFrame frame; - msg_t msg = canReceiveTimeout(&CAND1, CAN_ANY_MAILBOX, &frame, TIME_INFINITE); - - // Ignore non-ok results... - if (msg != MSG_OK) - { - continue; - } - - // Ignore std frames, only listen to ext - if (frame.IDE != CAN_IDE_EXT) - { - continue; - } - - } -} - -void InitCan() { - canStart(&CAND1, &canConfig500); - // CAN TX - palSetPadMode(GPIOA,12, PAL_MODE_STM32_ALTERNATE_PUSHPULL ); - // CAN RX - palSetPadMode(GPIOA,11, PAL_MODE_INPUT_PULLUP ); - - chThdCreateStatic(waCanTxThread, sizeof(waCanTxThread), NORMALPRIO, CanTxThread, nullptr); - chThdCreateStatic(waCanRxThread, sizeof(waCanRxThread), NORMALPRIO - 4, CanRxThread, nullptr); -} diff --git a/SENT-box/firmware/can.h b/SENT-box/firmware/can.h deleted file mode 100644 index d195c7d4..00000000 --- a/SENT-box/firmware/can.h +++ /dev/null @@ -1,3 +0,0 @@ -#pragma once - -void InitCan(); diff --git a/SENT-box/firmware/chconf.h b/SENT-box/firmware/chconf.h deleted file mode 100644 index a17f822a..00000000 --- a/SENT-box/firmware/chconf.h +++ /dev/null @@ -1,756 +0,0 @@ -/* - ChibiOS - Copyright (C) 2006..2018 Giovanni Di Sirio - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. -*/ - -/** - * @file rt/templates/chconf.h - * @brief Configuration file template. - * @details A copy of this file must be placed in each project directory, it - * contains the application specific kernel settings. - * - * @addtogroup config - * @details Kernel related settings and hooks. - * @{ - */ - -#ifndef CHCONF_H -#define CHCONF_H - -#define _CHIBIOS_RT_CONF_ -#define _CHIBIOS_RT_CONF_VER_6_1_ - -/*===========================================================================*/ -/** - * @name System timers settings - * @{ - */ -/*===========================================================================*/ - -/** - * @brief System time counter resolution. - * @note Allowed values are 16, 32 or 64 bits. - */ -#if !defined(CH_CFG_ST_RESOLUTION) -#define CH_CFG_ST_RESOLUTION 16 -#endif - -/** - * @brief System tick frequency. - * @details Frequency of the system timer that drives the system ticks. This - * setting also defines the system tick time unit. - */ -#if !defined(CH_CFG_ST_FREQUENCY) -#define CH_CFG_ST_FREQUENCY 2000 -#endif - -/** - * @brief Time intervals data size. - * @note Allowed values are 16, 32 or 64 bits. - */ -#if !defined(CH_CFG_INTERVALS_SIZE) -#define CH_CFG_INTERVALS_SIZE 32 -#endif - -/** - * @brief Time types data size. - * @note Allowed values are 16 or 32 bits. - */ -#if !defined(CH_CFG_TIME_TYPES_SIZE) -#define CH_CFG_TIME_TYPES_SIZE 32 -#endif - -/** - * @brief Time delta constant for the tick-less mode. - * @note If this value is zero then the system uses the classic - * periodic tick. This value represents the minimum number - * of ticks that is safe to specify in a timeout directive. - * The value one is not valid, timeouts are rounded up to - * this value. - */ -#if !defined(CH_CFG_ST_TIMEDELTA) -#define CH_CFG_ST_TIMEDELTA 0//2 -#endif - -/** @} */ - -/*===========================================================================*/ -/** - * @name Kernel parameters and options - * @{ - */ -/*===========================================================================*/ - -/** - * @brief Round robin interval. - * @details This constant is the number of system ticks allowed for the - * threads before preemption occurs. Setting this value to zero - * disables the preemption for threads with equal priority and the - * round robin becomes cooperative. Note that higher priority - * threads can still preempt, the kernel is always preemptive. - * @note Disabling the round robin preemption makes the kernel more compact - * and generally faster. - * @note The round robin preemption is not supported in tickless mode and - * must be set to zero in that case. - */ -#if !defined(CH_CFG_TIME_QUANTUM) -#define CH_CFG_TIME_QUANTUM 0 -#endif - -/** - * @brief Idle thread automatic spawn suppression. - * @details When this option is activated the function @p chSysInit() - * does not spawn the idle thread. The application @p main() - * function becomes the idle thread and must implement an - * infinite loop. - */ -#if !defined(CH_CFG_NO_IDLE_THREAD) -#define CH_CFG_NO_IDLE_THREAD FALSE -#endif - -/** @} */ - -/*===========================================================================*/ -/** - * @name Performance options - * @{ - */ -/*===========================================================================*/ - -/** - * @brief OS optimization. - * @details If enabled then time efficient rather than space efficient code - * is used when two possible implementations exist. - * - * @note This is not related to the compiler optimization options. - * @note The default is @p TRUE. - */ -#if !defined(CH_CFG_OPTIMIZE_SPEED) -#define CH_CFG_OPTIMIZE_SPEED TRUE -#endif - -/** @} */ - -/*===========================================================================*/ -/** - * @name Subsystem options - * @{ - */ -/*===========================================================================*/ - -/** - * @brief Time Measurement APIs. - * @details If enabled then the time measurement APIs are included in - * the kernel. - * - * @note The default is @p TRUE. - */ -#if !defined(CH_CFG_USE_TM) -#define CH_CFG_USE_TM TRUE -#endif - -/** - * @brief Threads registry APIs. - * @details If enabled then the registry APIs are included in the kernel. - * - * @note The default is @p TRUE. - */ -#if !defined(CH_CFG_USE_REGISTRY) -#define CH_CFG_USE_REGISTRY TRUE -#endif - -/** - * @brief Threads synchronization APIs. - * @details If enabled then the @p chThdWait() function is included in - * the kernel. - * - * @note The default is @p TRUE. - */ -#if !defined(CH_CFG_USE_WAITEXIT) -#define CH_CFG_USE_WAITEXIT TRUE -#endif - -/** - * @brief Semaphores APIs. - * @details If enabled then the Semaphores APIs are included in the kernel. - * - * @note The default is @p TRUE. - */ -#if !defined(CH_CFG_USE_SEMAPHORES) -#define CH_CFG_USE_SEMAPHORES TRUE -#endif - -/** - * @brief Semaphores queuing mode. - * @details If enabled then the threads are enqueued on semaphores by - * priority rather than in FIFO order. - * - * @note The default is @p FALSE. Enable this if you have special - * requirements. - * @note Requires @p CH_CFG_USE_SEMAPHORES. - */ -#if !defined(CH_CFG_USE_SEMAPHORES_PRIORITY) -#define CH_CFG_USE_SEMAPHORES_PRIORITY FALSE -#endif - -/** - * @brief Mutexes APIs. - * @details If enabled then the mutexes APIs are included in the kernel. - * - * @note The default is @p TRUE. - */ -#if !defined(CH_CFG_USE_MUTEXES) -#define CH_CFG_USE_MUTEXES TRUE -#endif - -/** - * @brief Enables recursive behavior on mutexes. - * @note Recursive mutexes are heavier and have an increased - * memory footprint. - * - * @note The default is @p FALSE. - * @note Requires @p CH_CFG_USE_MUTEXES. - */ -#if !defined(CH_CFG_USE_MUTEXES_RECURSIVE) -#define CH_CFG_USE_MUTEXES_RECURSIVE FALSE -#endif - -/** - * @brief Conditional Variables APIs. - * @details If enabled then the conditional variables APIs are included - * in the kernel. - * - * @note The default is @p TRUE. - * @note Requires @p CH_CFG_USE_MUTEXES. - */ -#if !defined(CH_CFG_USE_CONDVARS) -#define CH_CFG_USE_CONDVARS TRUE -#endif - -/** - * @brief Conditional Variables APIs with timeout. - * @details If enabled then the conditional variables APIs with timeout - * specification are included in the kernel. - * - * @note The default is @p TRUE. - * @note Requires @p CH_CFG_USE_CONDVARS. - */ -#if !defined(CH_CFG_USE_CONDVARS_TIMEOUT) -#define CH_CFG_USE_CONDVARS_TIMEOUT TRUE -#endif - -/** - * @brief Events Flags APIs. - * @details If enabled then the event flags APIs are included in the kernel. - * - * @note The default is @p TRUE. - */ -#if !defined(CH_CFG_USE_EVENTS) -#define CH_CFG_USE_EVENTS TRUE -#endif - -/** - * @brief Events Flags APIs with timeout. - * @details If enabled then the events APIs with timeout specification - * are included in the kernel. - * - * @note The default is @p TRUE. - * @note Requires @p CH_CFG_USE_EVENTS. - */ -#if !defined(CH_CFG_USE_EVENTS_TIMEOUT) -#define CH_CFG_USE_EVENTS_TIMEOUT TRUE -#endif - -/** - * @brief Synchronous Messages APIs. - * @details If enabled then the synchronous messages APIs are included - * in the kernel. - * - * @note The default is @p TRUE. - */ -#if !defined(CH_CFG_USE_MESSAGES) -#define CH_CFG_USE_MESSAGES TRUE -#endif - -/** - * @brief Synchronous Messages queuing mode. - * @details If enabled then messages are served by priority rather than in - * FIFO order. - * - * @note The default is @p FALSE. Enable this if you have special - * requirements. - * @note Requires @p CH_CFG_USE_MESSAGES. - */ -#if !defined(CH_CFG_USE_MESSAGES_PRIORITY) -#define CH_CFG_USE_MESSAGES_PRIORITY FALSE -#endif - -/** - * @brief Dynamic Threads APIs. - * @details If enabled then the dynamic threads creation APIs are included - * in the kernel. - * - * @note The default is @p TRUE. - * @note Requires @p CH_CFG_USE_WAITEXIT. - * @note Requires @p CH_CFG_USE_HEAP and/or @p CH_CFG_USE_MEMPOOLS. - */ -#if !defined(CH_CFG_USE_DYNAMIC) -#define CH_CFG_USE_DYNAMIC TRUE -#endif - -/** @} */ - -/*===========================================================================*/ -/** - * @name OSLIB options - * @{ - */ -/*===========================================================================*/ - -/** - * @brief Mailboxes APIs. - * @details If enabled then the asynchronous messages (mailboxes) APIs are - * included in the kernel. - * - * @note The default is @p TRUE. - * @note Requires @p CH_CFG_USE_SEMAPHORES. - */ -#if !defined(CH_CFG_USE_MAILBOXES) -#define CH_CFG_USE_MAILBOXES TRUE -#endif - -/** - * @brief Core Memory Manager APIs. - * @details If enabled then the core memory manager APIs are included - * in the kernel. - * - * @note The default is @p TRUE. - */ -#if !defined(CH_CFG_USE_MEMCORE) -#define CH_CFG_USE_MEMCORE TRUE -#endif - -/** - * @brief Managed RAM size. - * @details Size of the RAM area to be managed by the OS. If set to zero - * then the whole available RAM is used. The core memory is made - * available to the heap allocator and/or can be used directly through - * the simplified core memory allocator. - * - * @note In order to let the OS manage the whole RAM the linker script must - * provide the @p __heap_base__ and @p __heap_end__ symbols. - * @note Requires @p CH_CFG_USE_MEMCORE. - */ -#if !defined(CH_CFG_MEMCORE_SIZE) -#define CH_CFG_MEMCORE_SIZE 0 -#endif - -/** - * @brief Heap Allocator APIs. - * @details If enabled then the memory heap allocator APIs are included - * in the kernel. - * - * @note The default is @p TRUE. - * @note Requires @p CH_CFG_USE_MEMCORE and either @p CH_CFG_USE_MUTEXES or - * @p CH_CFG_USE_SEMAPHORES. - * @note Mutexes are recommended. - */ -#if !defined(CH_CFG_USE_HEAP) -#define CH_CFG_USE_HEAP TRUE -#endif - -/** - * @brief Memory Pools Allocator APIs. - * @details If enabled then the memory pools allocator APIs are included - * in the kernel. - * - * @note The default is @p TRUE. - */ -#if !defined(CH_CFG_USE_MEMPOOLS) -#define CH_CFG_USE_MEMPOOLS TRUE -#endif - -/** - * @brief Objects FIFOs APIs. - * @details If enabled then the objects FIFOs APIs are included - * in the kernel. - * - * @note The default is @p TRUE. - */ -#if !defined(CH_CFG_USE_OBJ_FIFOS) -#define CH_CFG_USE_OBJ_FIFOS TRUE -#endif - -/** - * @brief Pipes APIs. - * @details If enabled then the pipes APIs are included - * in the kernel. - * - * @note The default is @p TRUE. - */ -#if !defined(CH_CFG_USE_PIPES) -#define CH_CFG_USE_PIPES TRUE -#endif - -/** - * @brief Objects Caches APIs. - * @details If enabled then the objects caches APIs are included - * in the kernel. - * - * @note The default is @p TRUE. - */ -#if !defined(CH_CFG_USE_OBJ_CACHES) -#define CH_CFG_USE_OBJ_CACHES TRUE -#endif - -/** - * @brief Delegate threads APIs. - * @details If enabled then the delegate threads APIs are included - * in the kernel. - * - * @note The default is @p TRUE. - */ -#if !defined(CH_CFG_USE_DELEGATES) -#define CH_CFG_USE_DELEGATES TRUE -#endif - -/** - * @brief Jobs Queues APIs. - * @details If enabled then the jobs queues APIs are included - * in the kernel. - * - * @note The default is @p TRUE. - */ -#if !defined(CH_CFG_USE_JOBS) -#define CH_CFG_USE_JOBS TRUE -#endif - -/** @} */ - -/*===========================================================================*/ -/** - * @name Objects factory options - * @{ - */ -/*===========================================================================*/ - -/** - * @brief Objects Factory APIs. - * @details If enabled then the objects factory APIs are included in the - * kernel. - * - * @note The default is @p FALSE. - */ -#if !defined(CH_CFG_USE_FACTORY) -#define CH_CFG_USE_FACTORY TRUE -#endif - -/** - * @brief Maximum length for object names. - * @details If the specified length is zero then the name is stored by - * pointer but this could have unintended side effects. - */ -#if !defined(CH_CFG_FACTORY_MAX_NAMES_LENGTH) -#define CH_CFG_FACTORY_MAX_NAMES_LENGTH 8 -#endif - -/** - * @brief Enables the registry of generic objects. - */ -#if !defined(CH_CFG_FACTORY_OBJECTS_REGISTRY) -#define CH_CFG_FACTORY_OBJECTS_REGISTRY TRUE -#endif - -/** - * @brief Enables factory for generic buffers. - */ -#if !defined(CH_CFG_FACTORY_GENERIC_BUFFERS) -#define CH_CFG_FACTORY_GENERIC_BUFFERS TRUE -#endif - -/** - * @brief Enables factory for semaphores. - */ -#if !defined(CH_CFG_FACTORY_SEMAPHORES) -#define CH_CFG_FACTORY_SEMAPHORES TRUE -#endif - -/** - * @brief Enables factory for mailboxes. - */ -#if !defined(CH_CFG_FACTORY_MAILBOXES) -#define CH_CFG_FACTORY_MAILBOXES TRUE -#endif - -/** - * @brief Enables factory for objects FIFOs. - */ -#if !defined(CH_CFG_FACTORY_OBJ_FIFOS) -#define CH_CFG_FACTORY_OBJ_FIFOS TRUE -#endif - -/** - * @brief Enables factory for Pipes. - */ -#if !defined(CH_CFG_FACTORY_PIPES) || defined(__DOXYGEN__) -#define CH_CFG_FACTORY_PIPES TRUE -#endif - -/** @} */ - -/*===========================================================================*/ -/** - * @name Debug options - * @{ - */ -/*===========================================================================*/ - -/** - * @brief Debug option, kernel statistics. - * - * @note The default is @p FALSE. - */ -#if !defined(CH_DBG_STATISTICS) -#define CH_DBG_STATISTICS FALSE -#endif - -/** - * @brief Debug option, system state check. - * @details If enabled the correct call protocol for system APIs is checked - * at runtime. - * - * @note The default is @p FALSE. - */ -#if !defined(CH_DBG_SYSTEM_STATE_CHECK) -#define CH_DBG_SYSTEM_STATE_CHECK FALSE -#endif - -/** - * @brief Debug option, parameters checks. - * @details If enabled then the checks on the API functions input - * parameters are activated. - * - * @note The default is @p FALSE. - */ -#if !defined(CH_DBG_ENABLE_CHECKS) -#define CH_DBG_ENABLE_CHECKS FALSE -#endif - -/** - * @brief Debug option, consistency checks. - * @details If enabled then all the assertions in the kernel code are - * activated. This includes consistency checks inside the kernel, - * runtime anomalies and port-defined checks. - * - * @note The default is @p FALSE. - */ -#if !defined(CH_DBG_ENABLE_ASSERTS) -#define CH_DBG_ENABLE_ASSERTS FALSE -#endif - -/** - * @brief Debug option, trace buffer. - * @details If enabled then the trace buffer is activated. - * - * @note The default is @p CH_DBG_TRACE_MASK_DISABLED. - */ -#if !defined(CH_DBG_TRACE_MASK) -#define CH_DBG_TRACE_MASK CH_DBG_TRACE_MASK_DISABLED -#endif - -/** - * @brief Trace buffer entries. - * @note The trace buffer is only allocated if @p CH_DBG_TRACE_MASK is - * different from @p CH_DBG_TRACE_MASK_DISABLED. - */ -#if !defined(CH_DBG_TRACE_BUFFER_SIZE) -#define CH_DBG_TRACE_BUFFER_SIZE 128 -#endif - -/** - * @brief Debug option, stack checks. - * @details If enabled then a runtime stack check is performed. - * - * @note The default is @p FALSE. - * @note The stack check is performed in a architecture/port dependent way. - * It may not be implemented or some ports. - * @note The default failure mode is to halt the system with the global - * @p panic_msg variable set to @p NULL. - */ -#if !defined(CH_DBG_ENABLE_STACK_CHECK) -#define CH_DBG_ENABLE_STACK_CHECK FALSE -#endif - -/** - * @brief Debug option, stacks initialization. - * @details If enabled then the threads working area is filled with a byte - * value when a thread is created. This can be useful for the - * runtime measurement of the used stack. - * - * @note The default is @p FALSE. - */ -#if !defined(CH_DBG_FILL_THREADS) -#define CH_DBG_FILL_THREADS FALSE -#endif - -/** - * @brief Debug option, threads profiling. - * @details If enabled then a field is added to the @p thread_t structure that - * counts the system ticks occurred while executing the thread. - * - * @note The default is @p FALSE. - * @note This debug option is not currently compatible with the - * tickless mode. - */ -#if !defined(CH_DBG_THREADS_PROFILING) -#define CH_DBG_THREADS_PROFILING FALSE -#endif - -/** @} */ - -/*===========================================================================*/ -/** - * @name Kernel hooks - * @{ - */ -/*===========================================================================*/ - -/** - * @brief System structure extension. - * @details User fields added to the end of the @p ch_system_t structure. - */ -#define CH_CFG_SYSTEM_EXTRA_FIELDS \ - /* Add threads custom fields here.*/ - -/** - * @brief System initialization hook. - * @details User initialization code added to the @p chSysInit() function - * just before interrupts are enabled globally. - */ -#define CH_CFG_SYSTEM_INIT_HOOK() { \ - /* Add threads initialization code here.*/ \ -} - -/** - * @brief Threads descriptor structure extension. - * @details User fields added to the end of the @p thread_t structure. - */ -#define CH_CFG_THREAD_EXTRA_FIELDS \ - /* Add threads custom fields here.*/ - -/** - * @brief Threads initialization hook. - * @details User initialization code added to the @p _thread_init() function. - * - * @note It is invoked from within @p _thread_init() and implicitly from all - * the threads creation APIs. - */ -#define CH_CFG_THREAD_INIT_HOOK(tp) { \ - /* Add threads initialization code here.*/ \ -} - -/** - * @brief Threads finalization hook. - * @details User finalization code added to the @p chThdExit() API. - */ -#define CH_CFG_THREAD_EXIT_HOOK(tp) { \ - /* Add threads finalization code here.*/ \ -} - -/** - * @brief Context switch hook. - * @details This hook is invoked just before switching between threads. - */ -#define CH_CFG_CONTEXT_SWITCH_HOOK(ntp, otp) { \ - /* Context switch code here.*/ \ -} - -/** - * @brief ISR enter hook. - */ -#define CH_CFG_IRQ_PROLOGUE_HOOK() { \ - /* IRQ prologue code here.*/ \ -} - -/** - * @brief ISR exit hook. - */ -#define CH_CFG_IRQ_EPILOGUE_HOOK() { \ - /* IRQ epilogue code here.*/ \ -} - -/** - * @brief Idle thread enter hook. - * @note This hook is invoked within a critical zone, no OS functions - * should be invoked from here. - * @note This macro can be used to activate a power saving mode. - */ -#define CH_CFG_IDLE_ENTER_HOOK() { \ - /* Idle-enter code here.*/ \ -} - -/** - * @brief Idle thread leave hook. - * @note This hook is invoked within a critical zone, no OS functions - * should be invoked from here. - * @note This macro can be used to deactivate a power saving mode. - */ -#define CH_CFG_IDLE_LEAVE_HOOK() { \ - /* Idle-leave code here.*/ \ -} - -/** - * @brief Idle Loop hook. - * @details This hook is continuously invoked by the idle thread loop. - */ -#define CH_CFG_IDLE_LOOP_HOOK() { \ - /* Idle loop code here.*/ \ -} - -/** - * @brief System tick event hook. - * @details This hook is invoked in the system tick handler immediately - * after processing the virtual timers queue. - */ -#define CH_CFG_SYSTEM_TICK_HOOK() { \ - /* System tick event code here.*/ \ -} - -/** - * @brief System halt hook. - * @details This hook is invoked in case to a system halting error before - * the system is halted. - */ -#define CH_CFG_SYSTEM_HALT_HOOK(reason) { \ - /* System halt code here.*/ \ -} - -/** - * @brief Trace hook. - * @details This hook is invoked each time a new record is written in the - * trace buffer. - */ -#define CH_CFG_TRACE_HOOK(tep) { \ - /* Trace code here.*/ \ -} - -/** @} */ - -/*===========================================================================*/ -/* Port-specific settings (override port settings defaulted in chcore.h). */ -/*===========================================================================*/ - -#endif /* CHCONF_H */ - -/** @} */ diff --git a/SENT-box/firmware/clean_build.bat b/SENT-box/firmware/clean_build.bat deleted file mode 100644 index fd2b7b1e..00000000 --- a/SENT-box/firmware/clean_build.bat +++ /dev/null @@ -1,7 +0,0 @@ -rem make, gcc, Windows and Cygwin combined have some issue with spaces or colons in paths, that's a workaround -rem that's more or less 'make clean' -rd /s /q .dep -rd /s /q build - -rem that's 'make' with some extra utilities -compile.bat \ No newline at end of file diff --git a/SENT-box/firmware/common_make.sh b/SENT-box/firmware/common_make.sh deleted file mode 100755 index 23424945..00000000 --- a/SENT-box/firmware/common_make.sh +++ /dev/null @@ -1,74 +0,0 @@ -#!/bin/bash - -set -e - -if [ ! "$USE_OPENBLT" ]; then - USE_OPENBLT=no -fi - -if [ $USE_OPENBLT = "yes" ]; then - cd openblt - - echo "" - echo "Building bootloader" - make clean - make -j12 BOARD=${BOARD} || exit 1 - - # back to board dir - cd .. -fi - -# cd ../.. - -echo "" -echo "Build application" -export EXTRA_PARAMS="-DECHO_UART=TRUE" -make clean -make -j12 BOARD=${BOARD} || exit 1 - -DELIVER_DIR=deliver/${BOARD} -mkdir -p ${DELIVER_DIR} -rm -f ${DELIVER_DIR}/* - -cd ../.. - -if uname | grep "NT"; then - HEX2DFU=./ext/encedo_hex2dfu/hex2dfu.exe -else - HEX2DFU=./ext/encedo_hex2dfu/hex2dfu.bin -fi -chmod u+x $HEX2DFU - -echo "" -echo "Creating deliveries:" - -if [ $USE_OPENBLT = "yes" ]; then - echo "Srec for CAN update" - cp -v SENT-box/firmware/build/sent_box_${BOARD}.srec SENT-box/firmware/${DELIVER_DIR}/sent_box_update.srec - - echo "" - echo "Invoking hex2dfu for incremental SENT-box image (for DFU util)" - $HEX2DFU -i SENT-box/firmware/build/sent_box_${BOARD}.hex -C 0x1C -o SENT-box/firmware/${DELIVER_DIR}/sent_box_update.dfu - - echo "" - echo "Invoking hex2dfu for OpenBLT (for DFU util)" - $HEX2DFU -i SENT-box/firmware/openblt/bin/openblt_${BOARD}.hex -o SENG-box/firmware/${DELIVER_DIR}/openblt.dfu - - echo "" - echo "OpenBLT bin (for DFU another util)" - cp -v SENT-box/firmware/openblt/bin/openblt_${BOARD}.bin SENT-box/firmware/${DELIVER_DIR}/openblt.bin - - echo "" - echo "Invoking hex2dfu for composite OpenBLT+SENT image (for DFU util)" - $HEX2DFU -i SENT-box/firmware/openblt/bin/openblt_${BOARD}.hex -i SENT-box/firmware/build/sent_box_${BOARD}.hex -C 0x1C -o SENT-box/firmware/${DELIVER_DIR}/sent_box_openblt.dfu -b SENT-box/firmware/${DELIVER_DIR}/sent_box_openblt.bin -else - echo "Bin for raw flashing" - cp SENT-box/firmware/build/sent_box_${BOARD}.bin SENT-box/firmware/${DELIVER_DIR}/sent_box.bin - - echo "Invoking hex2dfu for DFU file" - $HEX2DFU -i SENT-box/firmware/build/sent_box_${BOARD}.hex -o SENT-box/firmware/${DELIVER_DIR}/sent_box.dfu -fi - -echo "" -echo "${DELIVER_DIR} folder content:" -ls -l SENT-box/firmware/${DELIVER_DIR} diff --git a/SENT-box/firmware/compile.bat b/SENT-box/firmware/compile.bat deleted file mode 100644 index d8f8b7b7..00000000 --- a/SENT-box/firmware/compile.bat +++ /dev/null @@ -1 +0,0 @@ -bash.exe compile.sh \ No newline at end of file diff --git a/SENT-box/firmware/compile.sh b/SENT-box/firmware/compile.sh deleted file mode 100755 index 2622749b..00000000 --- a/SENT-box/firmware/compile.sh +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/bash - -BOARD=blue_pill \ -USE_OPT="-O2 -ggdb -fomit-frame-pointer -falign-functions=16 -fsingle-precision-constant" \./common_make.sh \ No newline at end of file diff --git a/SENT-box/firmware/compile_with_openblt.bat b/SENT-box/firmware/compile_with_openblt.bat deleted file mode 100644 index 62a3f6e6..00000000 --- a/SENT-box/firmware/compile_with_openblt.bat +++ /dev/null @@ -1 +0,0 @@ -bash.exe compile_with_openblt.sh \ No newline at end of file diff --git a/SENT-box/firmware/compile_with_openblt.sh b/SENT-box/firmware/compile_with_openblt.sh deleted file mode 100755 index 172f8ad8..00000000 --- a/SENT-box/firmware/compile_with_openblt.sh +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/bash - -BOARD=blue_pill USE_OPENBLT=yes \ -USE_OPT="-O0 -ggdb -fomit-frame-pointer -falign-functions=16 -fsingle-precision-constant" \./common_make.sh diff --git a/SENT-box/firmware/flash.bat b/SENT-box/firmware/flash.bat deleted file mode 100644 index dc365825..00000000 --- a/SENT-box/firmware/flash.bat +++ /dev/null @@ -1 +0,0 @@ -st-link_cli -c SWD ur -P build\sent_box_blue_pill.hex -Rst -Run \ No newline at end of file diff --git a/SENT-box/firmware/flash_openblt.bat b/SENT-box/firmware/flash_openblt.bat deleted file mode 100644 index 48640c10..00000000 --- a/SENT-box/firmware/flash_openblt.bat +++ /dev/null @@ -1 +0,0 @@ -st-link_cli -c SWD ur -P openblt\bin\openblt_blue_pill.hex -Rst -Run diff --git a/SENT-box/firmware/flash_with_openblt.bat b/SENT-box/firmware/flash_with_openblt.bat deleted file mode 100644 index 26f8dc26..00000000 --- a/SENT-box/firmware/flash_with_openblt.bat +++ /dev/null @@ -1 +0,0 @@ -st-link_cli -c SWD ur -P deliver\blue_pill\sent_box_openblt.bin 0x08000000 -Rst -Run diff --git a/SENT-box/firmware/halconf.h b/SENT-box/firmware/halconf.h deleted file mode 100644 index 3ee9baa6..00000000 --- a/SENT-box/firmware/halconf.h +++ /dev/null @@ -1,531 +0,0 @@ -/* - ChibiOS - Copyright (C) 2006..2018 Giovanni Di Sirio - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. -*/ - -/** - * @file templates/halconf.h - * @brief HAL configuration header. - * @details HAL configuration file, this file allows to enable or disable the - * various device drivers from your application. You may also use - * this file in order to override the device drivers default settings. - * - * @addtogroup HAL_CONF - * @{ - */ - -#ifndef HALCONF_H -#define HALCONF_H - -#define _CHIBIOS_HAL_CONF_ -#define _CHIBIOS_HAL_CONF_VER_7_1_ - -#include "mcuconf.h" - -/** - * @brief Enables the PAL subsystem. - */ -#if !defined(HAL_USE_PAL) || defined(__DOXYGEN__) -#define HAL_USE_PAL TRUE -#endif - -/** - * @brief Enables the ADC subsystem. - */ -#if !defined(HAL_USE_ADC) || defined(__DOXYGEN__) -#define HAL_USE_ADC FALSE -#endif - -/** - * @brief Enables the CAN subsystem. - */ -#if !defined(HAL_USE_CAN) || defined(__DOXYGEN__) -#define HAL_USE_CAN TRUE -#endif - -/** - * @brief Enables the cryptographic subsystem. - */ -#if !defined(HAL_USE_CRY) || defined(__DOXYGEN__) -#define HAL_USE_CRY FALSE -#endif - -/** - * @brief Enables the DAC subsystem. - */ -#if !defined(HAL_USE_DAC) || defined(__DOXYGEN__) -#define HAL_USE_DAC FALSE -#endif - -/** - * @brief Enables the EFlash subsystem. - */ -#if !defined(HAL_USE_EFL) || defined(__DOXYGEN__) -#define HAL_USE_EFL FALSE -#endif - -/** - * @brief Enables the GPT subsystem. - */ -#if !defined(HAL_USE_GPT) || defined(__DOXYGEN__) -#define HAL_USE_GPT FALSE -#endif - -/** - * @brief Enables the I2C subsystem. - */ -#if !defined(HAL_USE_I2C) || defined(__DOXYGEN__) -#define HAL_USE_I2C FALSE -#endif - -/** - * @brief Enables the I2S subsystem. - */ -#if !defined(HAL_USE_I2S) || defined(__DOXYGEN__) -#define HAL_USE_I2S FALSE -#endif - -/** - * @brief Enables the ICU subsystem. - */ -#if !defined(HAL_USE_ICU) || defined(__DOXYGEN__) -#define HAL_USE_ICU TRUE -#endif - -/** - * @brief Enables the MAC subsystem. - */ -#if !defined(HAL_USE_MAC) || defined(__DOXYGEN__) -#define HAL_USE_MAC FALSE -#endif - -/** - * @brief Enables the MMC_SPI subsystem. - */ -#if !defined(HAL_USE_MMC_SPI) || defined(__DOXYGEN__) -#define HAL_USE_MMC_SPI TRUE -#endif - -/** - * @brief Enables the PWM subsystem. - */ -#if !defined(HAL_USE_PWM) || defined(__DOXYGEN__) -#define HAL_USE_PWM FALSE -#endif - -/** - * @brief Enables the RTC subsystem. - */ -#if !defined(HAL_USE_RTC) || defined(__DOXYGEN__) -#define HAL_USE_RTC FALSE -#endif - -/** - * @brief Enables the SDC subsystem. - */ -#if !defined(HAL_USE_SDC) || defined(__DOXYGEN__) -#define HAL_USE_SDC FALSE -#endif - -/** - * @brief Enables the SERIAL subsystem. - */ -#if !defined(HAL_USE_SERIAL) || defined(__DOXYGEN__) -#define HAL_USE_SERIAL FALSE -#endif - -/** - * @brief Enables the SERIAL over USB subsystem. - */ -#if !defined(HAL_USE_SERIAL_USB) || defined(__DOXYGEN__) -#define HAL_USE_SERIAL_USB FALSE -#endif - -/** - * @brief Enables the SIO subsystem. - */ -#if !defined(HAL_USE_SIO) || defined(__DOXYGEN__) -#define HAL_USE_SIO FALSE -#endif - -/** - * @brief Enables the SPI subsystem. - */ -#if !defined(HAL_USE_SPI) || defined(__DOXYGEN__) -#define HAL_USE_SPI TRUE -#endif - -/** - * @brief Enables the TRNG subsystem. - */ -#if !defined(HAL_USE_TRNG) || defined(__DOXYGEN__) -#define HAL_USE_TRNG FALSE -#endif - -/** - * @brief Enables the UART subsystem. - */ -#if !defined(HAL_USE_UART) || defined(__DOXYGEN__) -#define HAL_USE_UART TRUE -#endif - -/** - * @brief Enables the USB subsystem. - */ -#if !defined(HAL_USE_USB) || defined(__DOXYGEN__) -#define HAL_USE_USB FALSE -#endif - -/** - * @brief Enables the WDG subsystem. - */ -#if !defined(HAL_USE_WDG) || defined(__DOXYGEN__) -#define HAL_USE_WDG FALSE -#endif - -/** - * @brief Enables the WSPI subsystem. - */ -#if !defined(HAL_USE_WSPI) || defined(__DOXYGEN__) -#define HAL_USE_WSPI FALSE -#endif - -/*===========================================================================*/ -/* PAL driver related settings. */ -/*===========================================================================*/ - -/** - * @brief Enables synchronous APIs. - * @note Disabling this option saves both code and data space. - */ -#if !defined(PAL_USE_CALLBACKS) || defined(__DOXYGEN__) -#define PAL_USE_CALLBACKS TRUE -#endif - -/** - * @brief Enables synchronous APIs. - * @note Disabling this option saves both code and data space. - */ -#if !defined(PAL_USE_WAIT) || defined(__DOXYGEN__) -#define PAL_USE_WAIT FALSE -#endif - -/*===========================================================================*/ -/* ADC driver related settings. */ -/*===========================================================================*/ - -/** - * @brief Enables synchronous APIs. - * @note Disabling this option saves both code and data space. - */ -#if !defined(ADC_USE_WAIT) || defined(__DOXYGEN__) -#define ADC_USE_WAIT TRUE -#endif - -/** - * @brief Enables the @p adcAcquireBus() and @p adcReleaseBus() APIs. - * @note Disabling this option saves both code and data space. - */ -#if !defined(ADC_USE_MUTUAL_EXCLUSION) || defined(__DOXYGEN__) -#define ADC_USE_MUTUAL_EXCLUSION TRUE -#endif - -/*===========================================================================*/ -/* CAN driver related settings. */ -/*===========================================================================*/ - -/** - * @brief Sleep mode related APIs inclusion switch. - */ -#if !defined(CAN_USE_SLEEP_MODE) || defined(__DOXYGEN__) -#define CAN_USE_SLEEP_MODE TRUE -#endif - -/** - * @brief Enforces the driver to use direct callbacks rather than OSAL events. - */ -#if !defined(CAN_ENFORCE_USE_CALLBACKS) || defined(__DOXYGEN__) -#define CAN_ENFORCE_USE_CALLBACKS FALSE -#endif - -/*===========================================================================*/ -/* CRY driver related settings. */ -/*===========================================================================*/ - -/** - * @brief Enables the SW fall-back of the cryptographic driver. - * @details When enabled, this option, activates a fall-back software - * implementation for algorithms not supported by the underlying - * hardware. - * @note Fall-back implementations may not be present for all algorithms. - */ -#if !defined(HAL_CRY_USE_FALLBACK) || defined(__DOXYGEN__) -#define HAL_CRY_USE_FALLBACK FALSE -#endif - -/** - * @brief Makes the driver forcibly use the fall-back implementations. - */ -#if !defined(HAL_CRY_ENFORCE_FALLBACK) || defined(__DOXYGEN__) -#define HAL_CRY_ENFORCE_FALLBACK FALSE -#endif - -/*===========================================================================*/ -/* DAC driver related settings. */ -/*===========================================================================*/ - -/** - * @brief Enables synchronous APIs. - * @note Disabling this option saves both code and data space. - */ -#if !defined(DAC_USE_WAIT) || defined(__DOXYGEN__) -#define DAC_USE_WAIT TRUE -#endif - -/** - * @brief Enables the @p dacAcquireBus() and @p dacReleaseBus() APIs. - * @note Disabling this option saves both code and data space. - */ -#if !defined(DAC_USE_MUTUAL_EXCLUSION) || defined(__DOXYGEN__) -#define DAC_USE_MUTUAL_EXCLUSION TRUE -#endif - -/*===========================================================================*/ -/* I2C driver related settings. */ -/*===========================================================================*/ - -/** - * @brief Enables the mutual exclusion APIs on the I2C bus. - */ -#if !defined(I2C_USE_MUTUAL_EXCLUSION) || defined(__DOXYGEN__) -#define I2C_USE_MUTUAL_EXCLUSION TRUE -#endif - -/*===========================================================================*/ -/* MAC driver related settings. */ -/*===========================================================================*/ - -/** - * @brief Enables the zero-copy API. - */ -#if !defined(MAC_USE_ZERO_COPY) || defined(__DOXYGEN__) -#define MAC_USE_ZERO_COPY FALSE -#endif - -/** - * @brief Enables an event sources for incoming packets. - */ -#if !defined(MAC_USE_EVENTS) || defined(__DOXYGEN__) -#define MAC_USE_EVENTS TRUE -#endif - -/*===========================================================================*/ -/* MMC_SPI driver related settings. */ -/*===========================================================================*/ - -/** - * @brief Delays insertions. - * @details If enabled this options inserts delays into the MMC waiting - * routines releasing some extra CPU time for the threads with - * lower priority, this may slow down the driver a bit however. - * This option is recommended also if the SPI driver does not - * use a DMA channel and heavily loads the CPU. - */ -#if !defined(MMC_NICE_WAITING) || defined(__DOXYGEN__) -#define MMC_NICE_WAITING TRUE -#endif - -/*===========================================================================*/ -/* SDC driver related settings. */ -/*===========================================================================*/ - -/** - * @brief Number of initialization attempts before rejecting the card. - * @note Attempts are performed at 10mS intervals. - */ -#if !defined(SDC_INIT_RETRY) || defined(__DOXYGEN__) -#define SDC_INIT_RETRY 100 -#endif - -/** - * @brief Include support for MMC cards. - * @note MMC support is not yet implemented so this option must be kept - * at @p FALSE. - */ -#if !defined(SDC_MMC_SUPPORT) || defined(__DOXYGEN__) -#define SDC_MMC_SUPPORT FALSE -#endif - -/** - * @brief Delays insertions. - * @details If enabled this options inserts delays into the MMC waiting - * routines releasing some extra CPU time for the threads with - * lower priority, this may slow down the driver a bit however. - */ -#if !defined(SDC_NICE_WAITING) || defined(__DOXYGEN__) -#define SDC_NICE_WAITING TRUE -#endif - -/** - * @brief OCR initialization constant for V20 cards. - */ -#if !defined(SDC_INIT_OCR_V20) || defined(__DOXYGEN__) -#define SDC_INIT_OCR_V20 0x50FF8000U -#endif - -/** - * @brief OCR initialization constant for non-V20 cards. - */ -#if !defined(SDC_INIT_OCR) || defined(__DOXYGEN__) -#define SDC_INIT_OCR 0x80100000U -#endif - -/*===========================================================================*/ -/* SERIAL driver related settings. */ -/*===========================================================================*/ - -/** - * @brief Default bit rate. - * @details Configuration parameter, this is the baud rate selected for the - * default configuration. - */ -#if !defined(SERIAL_DEFAULT_BITRATE) || defined(__DOXYGEN__) -#define SERIAL_DEFAULT_BITRATE 38400 -#endif - -/** - * @brief Serial buffers size. - * @details Configuration parameter, you can change the depth of the queue - * buffers depending on the requirements of your application. - * @note The default is 16 bytes for both the transmission and receive - * buffers. - */ -#if !defined(SERIAL_BUFFERS_SIZE) || defined(__DOXYGEN__) -#define SERIAL_BUFFERS_SIZE 16 -#endif - -/*===========================================================================*/ -/* SERIAL_USB driver related setting. */ -/*===========================================================================*/ - -/** - * @brief Serial over USB buffers size. - * @details Configuration parameter, the buffer size must be a multiple of - * the USB data endpoint maximum packet size. - * @note The default is 256 bytes for both the transmission and receive - * buffers. - */ -#if !defined(SERIAL_USB_BUFFERS_SIZE) || defined(__DOXYGEN__) -#define SERIAL_USB_BUFFERS_SIZE 256 -#endif - -/** - * @brief Serial over USB number of buffers. - * @note The default is 2 buffers. - */ -#if !defined(SERIAL_USB_BUFFERS_NUMBER) || defined(__DOXYGEN__) -#define SERIAL_USB_BUFFERS_NUMBER 2 -#endif - -/*===========================================================================*/ -/* SPI driver related settings. */ -/*===========================================================================*/ - -/** - * @brief Enables synchronous APIs. - * @note Disabling this option saves both code and data space. - */ -#if !defined(SPI_USE_WAIT) || defined(__DOXYGEN__) -#define SPI_USE_WAIT TRUE -#endif - -/** - * @brief Enables circular transfers APIs. - * @note Disabling this option saves both code and data space. - */ -#if !defined(SPI_USE_CIRCULAR) || defined(__DOXYGEN__) -#define SPI_USE_CIRCULAR FALSE -#endif - -/** - * @brief Enables the @p spiAcquireBus() and @p spiReleaseBus() APIs. - * @note Disabling this option saves both code and data space. - */ -#if !defined(SPI_USE_MUTUAL_EXCLUSION) || defined(__DOXYGEN__) -#define SPI_USE_MUTUAL_EXCLUSION TRUE -#endif - -/** - * @brief Handling method for SPI CS line. - * @note Disabling this option saves both code and data space. - */ -#if !defined(SPI_SELECT_MODE) || defined(__DOXYGEN__) -#define SPI_SELECT_MODE SPI_SELECT_MODE_PAD -#endif - -/*===========================================================================*/ -/* UART driver related settings. */ -/*===========================================================================*/ - -/** - * @brief Enables synchronous APIs. - * @note Disabling this option saves both code and data space. - */ -#if !defined(UART_USE_WAIT) || defined(__DOXYGEN__) -#define UART_USE_WAIT FALSE -#endif - -/** - * @brief Enables the @p uartAcquireBus() and @p uartReleaseBus() APIs. - * @note Disabling this option saves both code and data space. - */ -#if !defined(UART_USE_MUTUAL_EXCLUSION) || defined(__DOXYGEN__) -#define UART_USE_MUTUAL_EXCLUSION FALSE -#endif - -/*===========================================================================*/ -/* USB driver related settings. */ -/*===========================================================================*/ - -/** - * @brief Enables synchronous APIs. - * @note Disabling this option saves both code and data space. - */ -#if !defined(USB_USE_WAIT) || defined(__DOXYGEN__) -#define USB_USE_WAIT FALSE -#endif - -/*===========================================================================*/ -/* WSPI driver related settings. */ -/*===========================================================================*/ - -/** - * @brief Enables synchronous APIs. - * @note Disabling this option saves both code and data space. - */ -#if !defined(WSPI_USE_WAIT) || defined(__DOXYGEN__) -#define WSPI_USE_WAIT TRUE -#endif - -/** - * @brief Enables the @p wspiAcquireBus() and @p wspiReleaseBus() APIs. - * @note Disabling this option saves both code and data space. - */ -#if !defined(WSPI_USE_MUTUAL_EXCLUSION) || defined(__DOXYGEN__) -#define WSPI_USE_MUTUAL_EXCLUSION TRUE -#endif - -#endif /* HALCONF_H */ - -/** @} */ diff --git a/SENT-box/firmware/io/io_pins.h b/SENT-box/firmware/io/io_pins.h deleted file mode 100644 index 1c533c35..00000000 --- a/SENT-box/firmware/io/io_pins.h +++ /dev/null @@ -1,34 +0,0 @@ -#pragma once - -#define LED_BLUE_PORT GPIOC -#define LED_BLUE_PIN 13 -#define LL_LED_BLUE_PIN LL_GPIO_PIN_13 - -//#define LED_GREEN_PORT GPIOA -//#define LED_GREEN_PIN 8 - -// Communication - UART -#define UART_GPIO_PORT GPIOA -#define LL_UART_TX_PIN LL_GPIO_PIN_9 -#define LL_UART_RX_PIN LL_GPIO_PIN_10 - -// Communication - CAN1 -#define CAN_GPIO_PORT GPIOA -#define LL_CAN_TX_PIN LL_GPIO_PIN_12 -#define LL_CAN_RX_PIN LL_GPIO_PIN_11 - -// Sent channel1 - PA6 -#define HAL_SENT_CH1_LINE_PORT GPIOA -#define HAL_SENT_CH1_LINE_PIN 6 - -// Sent channel2 - PA7 -#define HAL_SENT_CH2_LINE_PORT GPIOA -#define HAL_SENT_CH2_LINE_PIN 7 - -// Communication - UART -#define UART_GPIO_PORT GPIOA - // stm32 TX/UART1 - dongle RX often White -#define UART_TX_PIN 9 - // stm32 RX/UART1 - dongle TX often Green -#define UART_RX_PIN 10 -#define UART_BAUD_RATE 115200 diff --git a/SENT-box/firmware/main.cpp b/SENT-box/firmware/main.cpp deleted file mode 100644 index cb739f4e..00000000 --- a/SENT-box/firmware/main.cpp +++ /dev/null @@ -1,77 +0,0 @@ -/* - ChibiOS/RT - Copyright (C) 2006-2013 Giovanni Di Sirio - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. -*/ - -#include "ch.h" -#include "hal.h" -#include "uart.h" -#include "can.h" -#include "sent.h" - -#include "io_pins.h" - -/* - * Red LED blinker thread, times are in milliseconds. - */ -static THD_WORKING_AREA(waThread1, 256); -static THD_FUNCTION(Thread1, arg) { - - (void)arg; - chRegSetThreadName("blinker"); - while (TRUE) { - palClearPad(LED_BLUE_PORT, LED_BLUE_PIN); - chThdSleepMilliseconds(30); - palSetPad(LED_BLUE_PORT, LED_BLUE_PIN); - chThdSleepMilliseconds(30); - } - return; -} - -/* - * Application entry point. - */ -int main(void) { - - /* - * System initializations. - * - HAL initialization, this also initializes the configured device drivers - * and performs the board-specific initializations. - * - Kernel initialization, the main() function becomes a thread and the - * RTOS is active. - */ - halInit(); - chSysInit(); - - palSetPadMode(LED_BLUE_PORT, LED_BLUE_PIN, PAL_MODE_OUTPUT_PUSHPULL); - - /* - * Creates the blinker thread. - */ - chThdCreateStatic(waThread1, sizeof(waThread1), NORMALPRIO, Thread1, NULL); - - InitUart(); - InitCan(); - InitSent(); - - /* - * Normal main() thread activity, in this demo it does nothing except - * sleeping in a loop and check the button state. - */ - while (TRUE) { -// if (!palReadPad(GPIOC, GPIOC_BUTTON)) -// TestThread(&SD2); - chThdSleepMilliseconds(500); - } -} diff --git a/SENT-box/firmware/mcuconf.h b/SENT-box/firmware/mcuconf.h deleted file mode 100644 index 81d99c41..00000000 --- a/SENT-box/firmware/mcuconf.h +++ /dev/null @@ -1,214 +0,0 @@ -/* - ChibiOS - Copyright (C) 2006..2018 Giovanni Di Sirio - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. -*/ - -#ifndef MCUCONF_H -#define MCUCONF_H - -#define STM32F103_MCUCONF - -/* - * STM32F103 drivers configuration. - * The following settings override the default settings present in - * the various device driver implementation headers. - * Note that the settings for each driver only have effect if the whole - * driver is enabled in halconf.h. - * - * IRQ priorities: - * 15...0 Lowest...Highest. - * - * DMA priorities: - * 0...3 Lowest...Highest. - */ - -/* - * HAL driver system settings. - */ -#define STM32_NO_INIT FALSE -#define STM32_HSI_ENABLED TRUE -#define STM32_LSI_ENABLED FALSE -#define STM32_HSE_ENABLED TRUE -#define STM32_LSE_ENABLED FALSE -#define STM32_SW STM32_SW_PLL -#define STM32_PLLSRC STM32_PLLSRC_HSE -#define STM32_PLLXTPRE STM32_PLLXTPRE_DIV1 -#define STM32_PLLMUL_VALUE 9 -#define STM32_HPRE STM32_HPRE_DIV1 -#define STM32_PPRE1 STM32_PPRE1_DIV2 -#define STM32_PPRE2 STM32_PPRE2_DIV2 -#define STM32_ADCPRE STM32_ADCPRE_DIV4 -#define STM32_USB_CLOCK_REQUIRED TRUE -#define STM32_USBPRE STM32_USBPRE_DIV1P5 -#define STM32_MCOSEL STM32_MCOSEL_NOCLOCK -#define STM32_RTCSEL STM32_RTCSEL_HSEDIV -#define STM32_PVD_ENABLE FALSE -#define STM32_PLS STM32_PLS_LEV0 - -/* - * IRQ system settings. - */ -#define STM32_IRQ_EXTI0_PRIORITY 6 -#define STM32_IRQ_EXTI1_PRIORITY 6 -#define STM32_IRQ_EXTI2_PRIORITY 6 -#define STM32_IRQ_EXTI3_PRIORITY 6 -#define STM32_IRQ_EXTI4_PRIORITY 6 -#define STM32_IRQ_EXTI5_9_PRIORITY 6 -#define STM32_IRQ_EXTI10_15_PRIORITY 6 -#define STM32_IRQ_EXTI16_PRIORITY 6 -#define STM32_IRQ_EXTI17_PRIORITY 6 -#define STM32_IRQ_EXTI18_PRIORITY 6 -#define STM32_IRQ_EXTI19_PRIORITY 6 - -/* - * ADC driver system settings. - */ -#define STM32_ADC_USE_ADC1 FALSE -#define STM32_ADC_ADC1_DMA_PRIORITY 2 -#define STM32_ADC_ADC1_IRQ_PRIORITY 6 - -/* - * CAN driver system settings. - */ -#define STM32_CAN_USE_CAN1 TRUE -#define STM32_CAN_CAN1_IRQ_PRIORITY 11 - -/* - * GPT driver system settings. - */ -#define STM32_GPT_USE_TIM1 FALSE -#define STM32_GPT_USE_TIM2 FALSE -#define STM32_GPT_USE_TIM3 FALSE -#define STM32_GPT_USE_TIM4 FALSE -#define STM32_GPT_USE_TIM5 FALSE -#define STM32_GPT_USE_TIM8 FALSE -#define STM32_GPT_TIM1_IRQ_PRIORITY 7 -#define STM32_GPT_TIM2_IRQ_PRIORITY 7 -#define STM32_GPT_TIM3_IRQ_PRIORITY 7 -#define STM32_GPT_TIM4_IRQ_PRIORITY 7 -#define STM32_GPT_TIM5_IRQ_PRIORITY 7 -#define STM32_GPT_TIM8_IRQ_PRIORITY 7 - -/* - * I2C driver system settings. - */ -#define STM32_I2C_USE_I2C1 FALSE -#define STM32_I2C_USE_I2C2 FALSE -#define STM32_I2C_BUSY_TIMEOUT 50 -#define STM32_I2C_I2C1_IRQ_PRIORITY 5 -#define STM32_I2C_I2C2_IRQ_PRIORITY 5 -#define STM32_I2C_I2C1_DMA_PRIORITY 3 -#define STM32_I2C_I2C2_DMA_PRIORITY 3 -#define STM32_I2C_DMA_ERROR_HOOK(i2cp) osalSysHalt("DMA failure") - -/* - * ICU driver system settings. - */ -#define STM32_ICU_USE_TIM1 TRUE -#define STM32_ICU_USE_TIM2 TRUE -#define STM32_ICU_USE_TIM3 TRUE -#define STM32_ICU_USE_TIM4 TRUE -#define STM32_ICU_USE_TIM5 FALSE -#define STM32_ICU_USE_TIM8 FALSE -#define STM32_ICU_TIM1_IRQ_PRIORITY 7 -#define STM32_ICU_TIM2_IRQ_PRIORITY 7 -#define STM32_ICU_TIM3_IRQ_PRIORITY 7 -#define STM32_ICU_TIM4_IRQ_PRIORITY 7 -#define STM32_ICU_TIM5_IRQ_PRIORITY 7 -#define STM32_ICU_TIM8_IRQ_PRIORITY 7 - -/* - * PWM driver system settings. - */ -#define STM32_PWM_USE_ADVANCED FALSE -#define STM32_PWM_USE_TIM1 FALSE -#define STM32_PWM_USE_TIM2 FALSE -#define STM32_PWM_USE_TIM3 FALSE -#define STM32_PWM_USE_TIM4 FALSE -#define STM32_PWM_USE_TIM5 FALSE -#define STM32_PWM_USE_TIM8 FALSE -#define STM32_PWM_TIM1_IRQ_PRIORITY 7 -#define STM32_PWM_TIM2_IRQ_PRIORITY 7 -#define STM32_PWM_TIM3_IRQ_PRIORITY 7 -#define STM32_PWM_TIM4_IRQ_PRIORITY 7 -#define STM32_PWM_TIM5_IRQ_PRIORITY 7 -#define STM32_PWM_TIM8_IRQ_PRIORITY 7 - -/* - * RTC driver system settings. - */ -#define STM32_RTC_IRQ_PRIORITY 15 - -/* - * SERIAL driver system settings. - */ -#define STM32_SERIAL_USE_USART1 FALSE -#define STM32_SERIAL_USE_USART2 FALSE -#define STM32_SERIAL_USE_USART3 FALSE -#define STM32_SERIAL_USE_UART4 FALSE -#define STM32_SERIAL_USE_UART5 FALSE -#define STM32_SERIAL_USART1_PRIORITY 12 -#define STM32_SERIAL_USART2_PRIORITY 12 -#define STM32_SERIAL_USART3_PRIORITY 12 -#define STM32_SERIAL_UART4_PRIORITY 12 -#define STM32_SERIAL_UART5_PRIORITY 12 - -/* - * SPI driver system settings. - */ -#define STM32_SPI_USE_SPI1 FALSE -#define STM32_SPI_USE_SPI2 TRUE -#define STM32_SPI_USE_SPI3 FALSE -#define STM32_SPI_SPI1_DMA_PRIORITY 1 -#define STM32_SPI_SPI2_DMA_PRIORITY 1 -#define STM32_SPI_SPI3_DMA_PRIORITY 1 -#define STM32_SPI_SPI1_IRQ_PRIORITY 10 -#define STM32_SPI_SPI2_IRQ_PRIORITY 10 -#define STM32_SPI_SPI3_IRQ_PRIORITY 10 -#define STM32_SPI_DMA_ERROR_HOOK(spip) osalSysHalt("DMA failure") - -/* - * ST driver system settings. - */ -#define STM32_ST_IRQ_PRIORITY 8 -#define STM32_ST_USE_TIMER 2 - -/* - * UART driver system settings. - */ -#define STM32_UART_USE_USART1 TRUE -#define STM32_UART_USE_USART2 FALSE -#define STM32_UART_USE_USART3 FALSE -#define STM32_UART_USART1_IRQ_PRIORITY 12 -#define STM32_UART_USART2_IRQ_PRIORITY 12 -#define STM32_UART_USART3_IRQ_PRIORITY 12 -#define STM32_UART_USART1_DMA_PRIORITY 0 -#define STM32_UART_USART2_DMA_PRIORITY 0 -#define STM32_UART_USART3_DMA_PRIORITY 0 -#define STM32_UART_DMA_ERROR_HOOK(uartp) osalSysHalt("DMA failure") - -/* - * USB driver system settings. - */ -#define STM32_USB_USE_USB1 FALSE -#define STM32_USB_LOW_POWER_ON_SUSPEND FALSE -#define STM32_USB_USB1_HP_IRQ_PRIORITY 13 -#define STM32_USB_USB1_LP_IRQ_PRIORITY 14 - -/* - * WDG driver system settings. - */ -#define STM32_WDG_USE_IWDG FALSE - -#endif /* MCUCONF_H */ diff --git a/SENT-box/firmware/openblt/Makefile b/SENT-box/firmware/openblt/Makefile deleted file mode 100644 index 6bdb22c6..00000000 --- a/SENT-box/firmware/openblt/Makefile +++ /dev/null @@ -1,189 +0,0 @@ -#**************************************************************************************** -#| Description: Makefile for GNU ARM Embedded toolchain. -#| File Name: makefile -#| -#|--------------------------------------------------------------------------------------- -#| C O P Y R I G H T -#|--------------------------------------------------------------------------------------- -#| Copyright (c) 2017 by Feaser http://www.feaser.com All rights reserved -#| -#|--------------------------------------------------------------------------------------- -#| L I C E N S E -#|--------------------------------------------------------------------------------------- -#| This file is part of OpenBLT. OpenBLT is free software: you can redistribute it and/or -#| modify it under the terms of the GNU General Public License as published by the Free -#| Software Foundation, either version 3 of the License, or (at your option) any later -#| version. -#| -#| OpenBLT is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; -#| without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR -#| PURPOSE. See the GNU General Public License for more details. -#| -#| You have received a copy of the GNU General Public License along with OpenBLT. It -#| should be located in ".\Doc\license.html". If not, contact Feaser to obtain a copy. -#| -#**************************************************************************************** -SHELL = sh - -#|--------------------------------------------------------------------------------------| -#| Configure project name | -#|--------------------------------------------------------------------------------------| -BOARD?=sent_box -PROJ_NAME=openblt_$(BOARD) - -#|--------------------------------------------------------------------------------------| -#| Configure OpenBLT path | -#|--------------------------------------------------------------------------------------| -OPENBLT_PATH=../../../ext/openblt/Target - -#|--------------------------------------------------------------------------------------| -#| Configure tool path | -#|--------------------------------------------------------------------------------------| -# Compiler should be in PATH - -#|--------------------------------------------------------------------------------------| -#| Collect project files | -#|--------------------------------------------------------------------------------------| -# Recursive wildcard function implementation. Example usages: -# $(call rwildcard, , *.c *.h) -# --> Returns all *.c and *.h files in the current directory and below -# $(call rwildcard, /lib/, *.c) -# --> Returns all *.c files in the /lib directory and below -rwildcard = $(strip $(foreach d,$(wildcard $1*),$(call rwildcard,$d/,$2) $(filter $(subst *,%,$2),$d))) - -# Collect all application files in the current directory and its subdirectories, but -# exclude flash-layout.c as this one is directly included in a source file, when used. -PROJ_FILES = $(filter-out flash_layout.c, $(call rwildcard, , *.c *.h *.s)) -# Collect bootloader core files -PROJ_FILES += $(wildcard $(OPENBLT_PATH)/Source/*.c) -PROJ_FILES += $(wildcard $(OPENBLT_PATH)/Source/*.h) -# Collect bootloader port files -PROJ_FILES += $(wildcard $(OPENBLT_PATH)/Source/ARMCM3_STM32F1/*.c) -PROJ_FILES += $(wildcard $(OPENBLT_PATH)/Source/ARMCM3_STM32F1/*.h) -# Collect bootloader port compiler specific files -PROJ_FILES += $(wildcard $(OPENBLT_PATH)/Source/ARMCM3_STM32F1/GCC/*.c) -PROJ_FILES += $(wildcard $(OPENBLT_PATH)/Source/ARMCM3_STM32F1/GCC/*.h) -# reuse ST32F1xx HAL and CMSIS from one of OpenBLT exaples to avoid having copy in this git -PROJ_FILES += $(filter-out uip, $(call rwildcard, $(OPENBLT_PATH)/Demo/ARMCM3_STM32F1_Nucleo_F103RB_GCC/Boot/lib/CMSIS, *.c *.h *.s)) -PROJ_FILES += $(filter-out uip, $(call rwildcard, $(OPENBLT_PATH)/Demo/ARMCM3_STM32F1_Nucleo_F103RB_GCC/Boot/lib/STM32F1xx_HAL_Driver/, *.c *.h *.s)) - - -#|--------------------------------------------------------------------------------------| -#| Toolchain binaries | -#|--------------------------------------------------------------------------------------| -RM = rm -CC = $(TOOL_PATH)arm-none-eabi-gcc -LN = $(TOOL_PATH)arm-none-eabi-gcc -OC = $(TOOL_PATH)arm-none-eabi-objcopy -OD = $(TOOL_PATH)arm-none-eabi-objdump -AS = $(TOOL_PATH)arm-none-eabi-gcc -SZ = $(TOOL_PATH)arm-none-eabi-size - - -#|--------------------------------------------------------------------------------------| -#| Filter project files -#|--------------------------------------------------------------------------------------| -PROJ_ASRCS = $(filter %.s,$(foreach file,$(PROJ_FILES),$(notdir $(file)))) -PROJ_CSRCS = $(filter %.c,$(foreach file,$(PROJ_FILES),$(notdir $(file)))) -PROJ_CHDRS = $(filter %.h,$(foreach file,$(PROJ_FILES),$(notdir $(file)))) - - -#|--------------------------------------------------------------------------------------| -#| Set important path variables | -#|--------------------------------------------------------------------------------------| -VPATH = $(foreach path,$(sort $(foreach file,$(PROJ_FILES),$(dir $(file)))) $(subst \,/,$(OBJ_PATH)),$(path) :) -OBJ_PATH = obj -BIN_PATH = bin -INC_PATH += $(patsubst %/,%,$(patsubst %,-I%,$(sort $(foreach file,$(filter %.h,$(PROJ_FILES)),$(dir $(file)))))) -LIB_PATH = - - -#|--------------------------------------------------------------------------------------| -#| Options for toolchain binaries | -#|--------------------------------------------------------------------------------------| -STDFLAGS = -mcpu=cortex-m3 -mthumb -std=gnu11 -fstack-usage -Wall -specs=nano.specs -STDFLAGS += -fdata-sections -ffunction-sections -Wall -g -Wno-strict-aliasing -OPTFLAGS = -Os -CFLAGS = $(STDFLAGS) $(OPTFLAGS) -CFLAGS += -DUSE_FULL_LL_DRIVER -DUSE_HAL_DRIVER -DSTM32F103xB -CFLAGS += -D__weak="__attribute__((weak))" -D__packed="__attribute__((__packed__))" -CFLAGS += $(INC_PATH) -AFLAGS = $(CFLAGS) -LFLAGS = $(STDFLAGS) $(OPTFLAGS) -LFLAGS += -Wl,-script="STM32F103RB_FLASH.ld" -Wl,-Map=$(BIN_PATH)/$(PROJ_NAME).map -LFLAGS += -Wl,--gc-sections $(LIB_PATH) -OFLAGS = -O srec -ODFLAGS = -x -SZFLAGS = -B -d -RMFLAGS = -f - - -#|--------------------------------------------------------------------------------------| -#| Specify library files | -#|--------------------------------------------------------------------------------------| -LIBS = - - -#|--------------------------------------------------------------------------------------| -#| Define targets | -#|--------------------------------------------------------------------------------------| -AOBJS = $(patsubst %.s,%.o,$(PROJ_ASRCS)) -COBJS = $(patsubst %.c,%.o,$(PROJ_CSRCS)) - - -#|--------------------------------------------------------------------------------------| -#| Make ALL | -#|--------------------------------------------------------------------------------------| -.PHONY: all -all: $(BIN_PATH)/$(PROJ_NAME).srec $(BIN_PATH)/$(PROJ_NAME).hex $(BIN_PATH)/$(PROJ_NAME).bin - - -$(BIN_PATH)/$(PROJ_NAME).srec : $(BIN_PATH)/$(PROJ_NAME).elf - @$(OC) $< $(OFLAGS) $@ - @$(OD) $(ODFLAGS) $< > $(BIN_PATH)/$(PROJ_NAME).map - @echo +++ Summary of memory consumption: - @$(SZ) $(SZFLAGS) $< - @echo +++ Build complete [$(notdir $@)] - -$(BIN_PATH)/$(PROJ_NAME).hex : $(BIN_PATH)/$(PROJ_NAME).elf - @mkdir -p $(@D) - @$(OC) -O ihex $< $@ - -$(BIN_PATH)/$(PROJ_NAME).bin : $(BIN_PATH)/$(PROJ_NAME).elf - @mkdir -p $(@D) - @$(OC) -O binary $< $@ - -$(BIN_PATH)/$(PROJ_NAME).elf : $(AOBJS) $(COBJS) - @echo +++ Linking [$(notdir $@)] - @mkdir -p $(BIN_PATH) - @$(LN) $(LFLAGS) -o $@ $(patsubst %.o,$(OBJ_PATH)/%.o,$(^F)) $(LIBS) - - -#|--------------------------------------------------------------------------------------| -#| Compile and assemble | -#|--------------------------------------------------------------------------------------| -$(AOBJS): %.o: %.s $(PROJ_CHDRS) - @mkdir -p $(OBJ_PATH) - @echo +++ Assembling [$(notdir $<)] - @$(AS) $(AFLAGS) -c $< -o $(OBJ_PATH)/$(@F) - -$(COBJS): %.o: %.c $(PROJ_CHDRS) - @mkdir -p $(OBJ_PATH) - @echo +++ Compiling [$(notdir $<)] - @$(CC) $(CFLAGS) -c $< -o $(OBJ_PATH)/$(@F) - - -#|--------------------------------------------------------------------------------------| -#| Make CLEAN | -#|--------------------------------------------------------------------------------------| -.PHONY: clean -clean: - @echo +++ Cleaning build environment - @$(RM) $(RMFLAGS) $(foreach file,$(AOBJS),$(OBJ_PATH)/$(file)) - @$(RM) $(RMFLAGS) $(foreach file,$(COBJS),$(OBJ_PATH)/$(file)) - @$(RM) $(RMFLAGS) $(patsubst %.o,%.lst,$(foreach file,$(COBJS),$(OBJ_PATH)/$(file))) - @$(RM) $(RMFLAGS) $(BIN_PATH)/$(PROJ_NAME).elf $(BIN_PATH)/$(PROJ_NAME).map - @$(RM) $(RMFLAGS) $(BIN_PATH)/$(PROJ_NAME).srec - @$(RM) $(RMFLAGS) -r $(OBJ_PATH) - @$(RM) $(RMFLAGS) -r $(BIN_PATH) - @echo +++ Clean complete diff --git a/SENT-box/firmware/openblt/STM32F103RB_FLASH.ld b/SENT-box/firmware/openblt/STM32F103RB_FLASH.ld deleted file mode 100644 index 0eae85f2..00000000 --- a/SENT-box/firmware/openblt/STM32F103RB_FLASH.ld +++ /dev/null @@ -1,168 +0,0 @@ -/* -***************************************************************************** -** - -** File : stm32_flash.ld -** -** Abstract : Linker script for STM32F103RB Device with -** 128KByte FLASH, 20KByte RAM -** -** Set heap size, stack size and stack location according -** to application requirements. -** -** Set memory bank area and size if external memory is used. -** -** Target : STMicroelectronics STM32 -** -** Environment : Atollic TrueSTUDIO(R) -** -** Distribution: The file is distributed as is, without any warranty -** of any kind. -** -** (c)Copyright Atollic AB. -** You may use this file as-is or modify it according to the needs of your -** project. This file may only be built (assembled or compiled and linked) -** using the Atollic TrueSTUDIO(R) product. The use of this file together -** with other tools than Atollic TrueSTUDIO(R) is not permitted. -** -***************************************************************************** -*/ - -/* Entry Point */ -ENTRY(Reset_Handler) - -/* Highest address of the user mode stack */ -_estack = 0x20005000; /* end of RAM */ -/* Generate a link error if heap and stack don't fit into RAM */ -_Min_Heap_Size = 0x200; /* required amount of heap */ -_Min_Stack_Size = 0x400; /* required amount of stack */ - -/* Specify the memory areas */ -MEMORY -{ -RAM (xrw) : ORIGIN = 0x20000000, LENGTH = 20K -FLASH (rx) : ORIGIN = 0x8000000, LENGTH = 8K -} - -/* Define output sections */ -SECTIONS -{ - /* The startup code goes first into FLASH */ - .isr_vector : - { - . = ALIGN(4); - KEEP(*(.isr_vector)) /* Startup code */ - . = ALIGN(4); - } >FLASH - - /* The program code and other data goes into FLASH */ - .text : - { - . = ALIGN(4); - *(.text) /* .text sections (code) */ - *(.text*) /* .text* sections (code) */ - *(.glue_7) /* glue arm to thumb code */ - *(.glue_7t) /* glue thumb to arm code */ - *(.eh_frame) - - KEEP (*(.init)) - KEEP (*(.fini)) - - . = ALIGN(4); - _etext = .; /* define a global symbols at end of code */ - } >FLASH - - /* Constant data goes into FLASH */ - .rodata : - { - . = ALIGN(4); - *(.rodata) /* .rodata sections (constants, strings, etc.) */ - *(.rodata*) /* .rodata* sections (constants, strings, etc.) */ - . = ALIGN(4); - } >FLASH - - .ARM.extab : { *(.ARM.extab* .gnu.linkonce.armextab.*) } >FLASH - .ARM : { - __exidx_start = .; - *(.ARM.exidx*) - __exidx_end = .; - } >FLASH - - .preinit_array : - { - PROVIDE_HIDDEN (__preinit_array_start = .); - KEEP (*(.preinit_array*)) - PROVIDE_HIDDEN (__preinit_array_end = .); - } >FLASH - .init_array : - { - PROVIDE_HIDDEN (__init_array_start = .); - KEEP (*(SORT(.init_array.*))) - KEEP (*(.init_array*)) - PROVIDE_HIDDEN (__init_array_end = .); - } >FLASH - .fini_array : - { - PROVIDE_HIDDEN (__fini_array_start = .); - KEEP (*(SORT(.fini_array.*))) - KEEP (*(.fini_array*)) - PROVIDE_HIDDEN (__fini_array_end = .); - } >FLASH - - /* used by the startup to initialize data */ - _sidata = LOADADDR(.data); - - /* Initialized data sections goes into RAM, load LMA copy after code */ - .data : - { - . = ALIGN(4); - _sdata = .; /* create a global symbol at data start */ - *(.data) /* .data sections */ - *(.data*) /* .data* sections */ - - . = ALIGN(4); - _edata = .; /* define a global symbol at data end */ - } >RAM AT> FLASH - - - /* Uninitialized data section */ - . = ALIGN(4); - .bss : - { - /* This is used by the startup in order to initialize the .bss secion */ - _sbss = .; /* define a global symbol at bss start */ - __bss_start__ = _sbss; - *(.bss) - *(.bss*) - *(COMMON) - - . = ALIGN(4); - _ebss = .; /* define a global symbol at bss end */ - __bss_end__ = _ebss; - } >RAM - - /* User_heap_stack section, used to check that there is enough RAM left */ - ._user_heap_stack : - { - . = ALIGN(4); - PROVIDE ( end = . ); - PROVIDE ( _end = . ); - . = . + _Min_Heap_Size; - . = . + _Min_Stack_Size; - . = ALIGN(4); - } >RAM - - - - /* Remove information from the standard libraries */ - /DISCARD/ : - { - libc.a ( * ) - libm.a ( * ) - libgcc.a ( * ) - } - - .ARM.attributes 0 : { *(.ARM.attributes) } -} - - diff --git a/SENT-box/firmware/openblt/blt_conf.h b/SENT-box/firmware/openblt/blt_conf.h deleted file mode 100644 index 70441cbb..00000000 --- a/SENT-box/firmware/openblt/blt_conf.h +++ /dev/null @@ -1,166 +0,0 @@ -#ifndef BLT_CONF_H -#define BLT_CONF_H - -/**************************************************************************************** -* C P U D R I V E R C O N F I G U R A T I O N -****************************************************************************************/ -/* To properly initialize the baudrate clocks of the communication interface, typically - * the speed of the crystal oscillator and/or the speed at which the system runs is - * needed. Set these through configurables BOOT_CPU_XTAL_SPEED_KHZ and - * BOOT_CPU_SYSTEM_SPEED_KHZ, respectively. To enable data exchange with the host that is - * not dependent on the targets architecture, the byte ordering needs to be known. - * Setting BOOT_CPU_BYTE_ORDER_MOTOROLA to 1 selects big endian mode and 0 selects - * little endian mode. - * - * Set BOOT_CPU_USER_PROGRAM_START_HOOK to 1 if you would like a hook function to be - * called the moment the user program is about to be started. This could be used to - * de-initialize application specific parts, for example to stop blinking an LED, etc. - */ -/** \brief Frequency of the external crystal oscillator. */ -#define BOOT_CPU_XTAL_SPEED_KHZ (8000) -/** \brief Desired system speed. */ -#define BOOT_CPU_SYSTEM_SPEED_KHZ (48000) -/** \brief Motorola or Intel style byte ordering. */ -#define BOOT_CPU_BYTE_ORDER_MOTOROLA (0) -/** \brief Enable/disable hook function call right before user program start. */ -#define BOOT_CPU_USER_PROGRAM_START_HOOK (0) - - -/**************************************************************************************** -* C O M M U N I C A T I O N I N T E R F A C E C O N F I G U R A T I O N -****************************************************************************************/ -/* The CAN communication interface is selected by setting the BOOT_COM_CAN_ENABLE - * configurable to 1. Configurable BOOT_COM_CAN_BAUDRATE selects the communication speed - * in bits/second. Two CAN messages are reserved for communication with the host. The - * message identifier for sending data from the target to the host is configured with - * BOOT_COM_CAN_TXMSG_ID. The one for receiving data from the host is configured with - * BOOT_COM_CAN_RXMSG_ID. Note that an extended 29-bit CAN identifier is configured by - * OR-ing with mask 0x80000000. The maximum amount of data bytes in a message for data - * transmission and reception is set through BOOT_COM_CAN_TX_MAX_DATA and - * BOOT_COM_CAN_RX_MAX_DATA, respectively. It is common for a microcontroller to have more - * than 1 CAN controller on board. The zero-based BOOT_COM_CAN_CHANNEL_INDEX selects the - * CAN controller channel. - * - */ -/** \brief Enable/disable CAN transport layer. */ -#define BOOT_COM_CAN_ENABLE (1) -/** \brief Configure the desired CAN baudrate. */ -#define BOOT_COM_CAN_BAUDRATE (500000) -/** \brief Configure CAN message ID target->host. */ -#define BOOT_COM_CAN_TX_MSG_ID (0x7E1 /*| 0x80000000*/) -/** \brief Configure number of bytes in the target->host CAN message. */ -#define BOOT_COM_CAN_TX_MAX_DATA (8) -/** \brief Configure CAN message ID host->target. */ -#define BOOT_COM_CAN_RX_MSG_ID (0x667 /*| 0x80000000*/) -/** \brief Configure number of bytes in the host->target CAN message. */ -#define BOOT_COM_CAN_RX_MAX_DATA (8) -/** \brief Select the desired CAN peripheral as a zero based index. */ -#define BOOT_COM_CAN_CHANNEL_INDEX (0) - -/* The RS232 communication interface is selected by setting the BOOT_COM_RS232_ENABLE - * configurable to 1. Configurable BOOT_COM_RS232_BAUDRATE selects the communication speed - * in bits/second. The maximum amount of data bytes in a message for data transmission - * and reception is set through BOOT_COM_RS232_TX_MAX_DATA and BOOT_COM_RS232_RX_MAX_DATA, - * respectively. It is common for a microcontroller to have more than 1 UART interface - * on board. The zero-based BOOT_COM_RS232_CHANNEL_INDEX selects the UART interface. - * - */ -/** \brief Enable/disable UART transport layer. */ -#define BOOT_COM_RS232_ENABLE (1) -/** \brief Configure the desired communication speed. */ -#define BOOT_COM_RS232_BAUDRATE (115200) -/** \brief Configure number of bytes in the target->host data packet. */ -#define BOOT_COM_RS232_TX_MAX_DATA (64) -/** \brief Configure number of bytes in the host->target data packet. */ -#define BOOT_COM_RS232_RX_MAX_DATA (64) -/** \brief Select the desired UART peripheral as a zero based index. */ -#define BOOT_COM_RS232_CHANNEL_INDEX (0) - - -/**************************************************************************************** -* B A C K D O O R E N T R Y C O N F I G U R A T I O N -****************************************************************************************/ -/* It is possible to implement an application specific method to force the bootloader to - * stay active after a reset. Such a backdoor entry into the bootloader is desired in - * situations where the user program does not run properly and therefore cannot - * reactivate the bootloader. By enabling these hook functions, the application can - * implement the backdoor, which overrides the default backdoor entry that is programmed - * into the bootloader. When desired for security purposes, these hook functions can - * also be implemented in a way that disables the backdoor entry altogether. - */ -/** \brief Enable/disable the backdoor override hook functions. */ -#define BOOT_BACKDOOR_HOOKS_ENABLE (0) - - -/**************************************************************************************** -* N O N - V O L A T I L E M E M O R Y D R I V E R C O N F I G U R A T I O N -****************************************************************************************/ -/* The NVM driver typically supports erase and program operations of the internal memory - * present on the microcontroller. Through these hook functions the NVM driver can be - * extended to support additional memory types such as external flash memory and serial - * eeproms. The size of the internal memory in kilobytes is specified with configurable - * BOOT_NVM_SIZE_KB. If desired the internal checksum writing and verification method can - * be overridden with a application specific method by enabling configuration switch - * BOOT_NVM_CHECKSUM_HOOKS_ENABLE. - */ -/** \brief Enable/disable the NVM hook function for supporting additional memory devices. */ -#define BOOT_NVM_HOOKS_ENABLE (0) -/** \brief Configure the size of the default memory device (typically flash EEPROM). */ -#define BOOT_NVM_SIZE_KB (128) -/** \brief Enable/disable hooks functions to override the user program checksum handling. */ -#define BOOT_NVM_CHECKSUM_HOOKS_ENABLE (0) - - -/**************************************************************************************** -* F L A S H M E M O R Y D R I V E R C O N F I G U R A T I O N -****************************************************************************************/ -/** \brief This microcontroller has a smaller vector table then the default STM32F1xx - * project as assumed in the bootloader's core. This means the user program has - * a different checksum location, because this one is added at the end of the - * user program's vector table. - */ -#define BOOT_FLASH_VECTOR_TABLE_CS_OFFSET (0x1c) -/** \brief Enable support for a custom flash layout table. It is located in - * flash_layout.c. This was done because the default flashLayout[] table - * in the bootloader's core has more flash memory reserved for the bootloader - * than is needed for this demo. - */ -#define BOOT_FLASH_CUSTOM_LAYOUT_ENABLE (1) - - -/**************************************************************************************** -* W A T C H D O G D R I V E R C O N F I G U R A T I O N -****************************************************************************************/ -/* The COP driver cannot be configured internally in the bootloader, because its use - * and configuration is application specific. The bootloader does need to service the - * watchdog in case it is used. When the application requires the use of a watchdog, - * set BOOT_COP_HOOKS_ENABLE to be able to initialize and service the watchdog through - * hook functions. - */ -/** \brief Enable/disable the hook functions for controlling the watchdog. */ -#define BOOT_COP_HOOKS_ENABLE (1) - - -/**************************************************************************************** -* S E E D / K E Y S E C U R I T Y C O N F I G U R A T I O N -****************************************************************************************/ -/* A security mechanism can be enabled in the bootloader's XCP module by setting configu- - * rable BOOT_XCP_SEED_KEY_ENABLE to 1. Before any memory erase or programming - * operations can be performed, access to this resource need to be unlocked. - * In the Microboot settings on tab "XCP Protection" you need to specify a DLL that - * implements the unlocking algorithm. The demo programs are configured for the (simple) - * algorithm in "libseednkey.dll". The source code for this DLL is available so it can be - * customized to your needs. - * During the unlock sequence, Microboot requests a seed from the bootloader, which is in - * the format of a byte array. Using this seed the unlock algorithm in the DLL computes - * a key, which is also a byte array, and sends this back to the bootloader. The - * bootloader then verifies this key to determine if programming and erase operations are - * permitted. - * After enabling this feature the hook functions XcpGetSeedHook() and XcpVerifyKeyHook() - * are called by the bootloader to obtain the seed and to verify the key, respectively. - */ -#define BOOT_XCP_SEED_KEY_ENABLE (0) - - -#endif /* BLT_CONF_H */ -/*********************************** end of blt_conf.h *********************************/ diff --git a/SENT-box/firmware/openblt/flash_layout.c b/SENT-box/firmware/openblt/flash_layout.c deleted file mode 100644 index 9ca6e2ac..00000000 --- a/SENT-box/firmware/openblt/flash_layout.c +++ /dev/null @@ -1,31 +0,0 @@ -/** \brief Array wit the layout of the flash memory. - * \details Also controls what part of the flash memory is reserved for the bootloader. - * If the bootloader size changes, the reserved sectors for the bootloader - * might need adjustment to make sure the bootloader doesn't get overwritten. - */ -static const tFlashSector flashLayout[] = -{ - /* space is reserved for a bootloader configuration with all supported communication - * interfaces enabled. when for example only UART is needed, than the space required - * for the bootloader can be made a lot smaller here. - */ - /* { 0x08000000, 0x02000 }, flash sector 0 - reserved for bootloader */ - { 0x08002000, 0x02000 }, /* flash sector 1 - 8kb */ - { 0x08004000, 0x02000 }, /* flash sector 2 - 8kb */ - { 0x08006000, 0x02000 }, /* flash sector 3 - 8kb */ - { 0x08008000, 0x02000 }, /* flash sector 4 - 8kb */ - { 0x0800A000, 0x02000 }, /* flash sector 5 - 8kb */ - { 0x0800C000, 0x02000 }, /* flash sector 6 - 8kb */ - { 0x0800E000, 0x02000 }, /* flash sector 7 - 8kb */ - { 0x08010000, 0x02000 }, /* flash sector 8 - 8kb */ - { 0x08012000, 0x02000 }, /* flash sector 9 - 8kb */ - { 0x08014000, 0x02000 }, /* flash sector 10 - 8kb */ - { 0x08016000, 0x02000 }, /* flash sector 11 - 8kb */ - { 0x08018000, 0x02000 }, /* flash sector 12 - 8kb */ - { 0x0801A000, 0x02000 }, /* flash sector 13 - 8kb */ - { 0x0801C000, 0x02000 }, /* flash sector 14 - 8kb */ - { 0x0801E000, 0x02000 }, /* flash sector 15 - 8kb */ -}; - - -/*********************************** end of flash_layout.c *****************************/ diff --git a/SENT-box/firmware/openblt/hooks.c b/SENT-box/firmware/openblt/hooks.c deleted file mode 100644 index c32cd604..00000000 --- a/SENT-box/firmware/openblt/hooks.c +++ /dev/null @@ -1,280 +0,0 @@ -/**************************************************************************************** -* Include files -****************************************************************************************/ -#include "boot.h" /* bootloader generic header */ -#include "led.h" /* LED driver header */ -#include "stm32f1xx.h" /* STM32 registers and drivers */ -#include "stm32f1xx_ll_gpio.h" /* STM32 LL GPIO header */ - - -/**************************************************************************************** -* B A C K D O O R E N T R Y H O O K F U N C T I O N S -****************************************************************************************/ - -#if (BOOT_BACKDOOR_HOOKS_ENABLE > 0) -/************************************************************************************//** -** \brief Initializes the backdoor entry option. -** \return none. -** -****************************************************************************************/ -void BackDoorInitHook(void) -{ -} /*** end of BackDoorInitHook ***/ - - -/************************************************************************************//** -** \brief Checks if a backdoor entry is requested. -** \return BLT_TRUE if the backdoor entry is requested, BLT_FALSE otherwise. -** -****************************************************************************************/ -blt_bool BackDoorEntryHook(void) -{ - /* default implementation always activates the bootloader after a reset */ - return BLT_TRUE; -} /*** end of BackDoorEntryHook ***/ -#endif /* BOOT_BACKDOOR_HOOKS_ENABLE > 0 */ - - -/**************************************************************************************** -* C P U D R I V E R H O O K F U N C T I O N S -****************************************************************************************/ - -#if (BOOT_CPU_USER_PROGRAM_START_HOOK > 0) -/************************************************************************************//** -** \brief Callback that gets called when the bootloader is about to exit and -** hand over control to the user program. This is the last moment that -** some final checking can be performed and if necessary prevent the -** bootloader from activiting the user program. -** \return BLT_TRUE if it is okay to start the user program, BLT_FALSE to keep -** keep the bootloader active. -** -****************************************************************************************/ -blt_bool CpuUserProgramStartHook(void) -{ - /* additional and optional backdoor entry through the pushbutton on the board. to - * force the bootloader to stay active after reset, keep it pressed during reset. - */ - if (LL_GPIO_IsInputPinSet(GPIOC, LL_GPIO_PIN_13) == 0) - { - /* pushbutton pressed, so do not start the user program and keep the - * bootloader active instead. - */ - return BLT_FALSE; - } - - /* clean up the LED driver */ - LedBlinkExit(); - - /* okay to start the user program */ - return BLT_TRUE; -} /*** end of CpuUserProgramStartHook ***/ -#endif /* BOOT_CPU_USER_PROGRAM_START_HOOK > 0 */ - - -/**************************************************************************************** -* W A T C H D O G D R I V E R H O O K F U N C T I O N S -****************************************************************************************/ - -#if (BOOT_COP_HOOKS_ENABLE > 0) -/************************************************************************************//** -** \brief Callback that gets called at the end of the internal COP driver -** initialization routine. It can be used to configure and enable the -** watchdog. -** \return none. -** -****************************************************************************************/ -void CopInitHook(void) -{ - /* this function is called upon initialization. might as well use it to initialize - * the LED driver. It is kind of a visual watchdog anyways. - */ - LedBlinkInit(100); -} /*** end of CopInitHook ***/ - - -/************************************************************************************//** -** \brief Callback that gets called at the end of the internal COP driver -** service routine. This gets called upon initialization and during -** potential long lasting loops and routine. It can be used to service -** the watchdog to prevent a watchdog reset. -** \return none. -** -****************************************************************************************/ -void CopServiceHook(void) -{ - /* run the LED blink task. this is a better place to do it than in the main() program - * loop. certain operations such as flash erase can take a long time, which would cause - * a blink interval to be skipped. this function is also called during such operations, - * so no blink intervals will be skipped when calling the LED blink task here. - */ - LedBlinkTask(); -} /*** end of CopServiceHook ***/ -#endif /* BOOT_COP_HOOKS_ENABLE > 0 */ - - -/**************************************************************************************** -* N O N - V O L A T I L E M E M O R Y D R I V E R H O O K F U N C T I O N S -****************************************************************************************/ - -#if (BOOT_NVM_HOOKS_ENABLE > 0) -/************************************************************************************//** -** \brief Callback that gets called at the start of the internal NVM driver -** initialization routine. -** \return none. -** -****************************************************************************************/ -void NvmInitHook(void) -{ -} /*** end of NvmInitHook ***/ - - -/************************************************************************************//** -** \brief Callback that gets called at the start of a firmware update to reinitialize -** the NVM driver. -** \return none. -** -****************************************************************************************/ -void NvmReinitHook(void) -{ -} /*** end of NvmReinitHook ***/ - - -/************************************************************************************//** -** \brief Callback that gets called at the start of the NVM driver write -** routine. It allows additional memory to be operated on. If the address -** is not within the range of the additional memory, then -** BLT_NVM_NOT_IN_RANGE must be returned to indicate that the data hasn't -** been written yet. -** \param addr Start address. -** \param len Length in bytes. -** \param data Pointer to the data buffer. -** \return BLT_NVM_OKAY if successful, BLT_NVM_NOT_IN_RANGE if the address is -** not within the supported memory range, or BLT_NVM_ERROR is the write -** operation failed. -** -****************************************************************************************/ -blt_int8u NvmWriteHook(blt_addr addr, blt_int32u len, blt_int8u *data) -{ - return BLT_NVM_NOT_IN_RANGE; -} /*** end of NvmWriteHook ***/ - - -/************************************************************************************//** -** \brief Callback that gets called at the start of the NVM driver erase -** routine. It allows additional memory to be operated on. If the address -** is not within the range of the additional memory, then -** BLT_NVM_NOT_IN_RANGE must be returned to indicate that the memory -** hasn't been erased yet. -** \param addr Start address. -** \param len Length in bytes. -** \return BLT_NVM_OKAY if successful, BLT_NVM_NOT_IN_RANGE if the address is -** not within the supported memory range, or BLT_NVM_ERROR is the erase -** operation failed. -** -****************************************************************************************/ -blt_int8u NvmEraseHook(blt_addr addr, blt_int32u len) -{ - return BLT_NVM_NOT_IN_RANGE; -} /*** end of NvmEraseHook ***/ - - -/************************************************************************************//** -** \brief Callback that gets called at the end of the NVM programming session. -** \return BLT_TRUE is successful, BLT_FALSE otherwise. -** -****************************************************************************************/ -blt_bool NvmDoneHook(void) -{ - return BLT_TRUE; -} /*** end of NvmDoneHook ***/ -#endif /* BOOT_NVM_HOOKS_ENABLE > 0 */ - - -#if (BOOT_NVM_CHECKSUM_HOOKS_ENABLE > 0) -/************************************************************************************//** -** \brief Verifies the checksum, which indicates that a valid user program is -** present and can be started. -** \return BLT_TRUE if successful, BLT_FALSE otherwise. -** -****************************************************************************************/ -blt_bool NvmVerifyChecksumHook(void) -{ - return BLT_TRUE; -} /*** end of NvmVerifyChecksum ***/ - - -/************************************************************************************//** -** \brief Writes a checksum of the user program to non-volatile memory. This is -** performed once the entire user program has been programmed. Through -** the checksum, the bootloader can check if a valid user programming is -** present and can be started. -** \return BLT_TRUE if successful, BLT_FALSE otherwise. -** -****************************************************************************************/ -blt_bool NvmWriteChecksumHook(void) -{ - return BLT_TRUE; -} -#endif /* BOOT_NVM_CHECKSUM_HOOKS_ENABLE > 0 */ - - -/**************************************************************************************** -* S E E D / K E Y S E C U R I T Y H O O K F U N C T I O N S -****************************************************************************************/ - -#if (BOOT_XCP_SEED_KEY_ENABLE > 0) -/************************************************************************************//** -** \brief Provides a seed to the XCP master that will be used for the key -** generation when the master attempts to unlock the specified resource. -** Called by the GET_SEED command. -** \param resource Resource that the seed if requested for (XCP_RES_XXX). -** \param seed Pointer to byte buffer wher the seed will be stored. -** \return Length of the seed in bytes. -** -****************************************************************************************/ -blt_int8u XcpGetSeedHook(blt_int8u resource, blt_int8u *seed) -{ - /* request seed for unlocking ProGraMming resource */ - if ((resource & XCP_RES_PGM) != 0) - { - seed[0] = 0x55; - } - - /* return seed length */ - return 1; -} /*** end of XcpGetSeedHook ***/ - - -/************************************************************************************//** -** \brief Called by the UNLOCK command and checks if the key to unlock the -** specified resource was correct. If so, then the resource protection -** will be removed. -** \param resource resource to unlock (XCP_RES_XXX). -** \param key pointer to the byte buffer holding the key. -** \param len length of the key in bytes. -** \return 1 if the key was correct, 0 otherwise. -** -****************************************************************************************/ -blt_int8u XcpVerifyKeyHook(blt_int8u resource, blt_int8u *key, blt_int8u len) -{ - /* suppress compiler warning for unused parameter */ - len = len; - - /* the example key algorithm in "libseednkey.dll" works as follows: - * - PGM will be unlocked if key = seed - 1 - */ - - /* check key for unlocking ProGraMming resource */ - if ((resource == XCP_RES_PGM) && (key[0] == (0x55-1))) - { - /* correct key received for unlocking PGM resource */ - return 1; - } - - /* still here so key incorrect */ - return 0; -} /*** end of XcpVerifyKeyHook ***/ -#endif /* BOOT_XCP_SEED_KEY_ENABLE > 0 */ - - -/*********************************** end of hooks.c ************************************/ diff --git a/SENT-box/firmware/openblt/led.c b/SENT-box/firmware/openblt/led.c deleted file mode 100644 index 33d1546f..00000000 --- a/SENT-box/firmware/openblt/led.c +++ /dev/null @@ -1,85 +0,0 @@ -/**************************************************************************************** -* Include files -****************************************************************************************/ -#include "boot.h" /* bootloader generic header */ -#include "led.h" /* module header */ -#include "stm32f1xx.h" /* STM32 registers and drivers */ -#include "stm32f1xx_ll_gpio.h" /* STM32 LL GPIO header */ - -#include "../io/io_pins.h" - -/**************************************************************************************** -* Local data declarations -****************************************************************************************/ -/** \brief Holds the desired LED blink interval time. */ -static blt_int16u ledBlinkIntervalMs; - - -/************************************************************************************//** -** \brief Initializes the LED blink driver. -** \param interval_ms Specifies the desired LED blink interval time in milliseconds. -** \return none. -** -****************************************************************************************/ -void LedBlinkInit(blt_int16u interval_ms) -{ - LL_GPIO_InitTypeDef GPIO_InitStruct; - - - /* Configure GPIO pin for the LED. */ - GPIO_InitStruct.Pin = LL_LED_BLUE_PIN; - GPIO_InitStruct.Mode = LL_GPIO_MODE_OUTPUT; - GPIO_InitStruct.Speed = LL_GPIO_SPEED_FREQ_LOW; - GPIO_InitStruct.OutputType = LL_GPIO_OUTPUT_PUSHPULL; - LL_GPIO_Init(LED_BLUE_PORT, &GPIO_InitStruct); - LL_GPIO_ResetOutputPin(LED_BLUE_PORT, LL_LED_BLUE_PIN); - - /* store the interval time between LED toggles */ - ledBlinkIntervalMs = interval_ms; -} /*** end of LedBlinkInit ***/ - - -/************************************************************************************//** -** \brief Task function for blinking the LED as a fixed timer interval. -** \return none. -** -****************************************************************************************/ -void LedBlinkTask(void) -{ - static blt_bool ledOn = BLT_FALSE; - static blt_int32u nextBlinkEvent = 0; - - /* check for blink event */ - if (TimerGet() >= nextBlinkEvent) - { - /* toggle the LED state */ - if (ledOn == BLT_FALSE) - { - ledOn = BLT_TRUE; - LL_GPIO_SetOutputPin(LED_BLUE_PORT,LL_LED_BLUE_PIN); - } - else - { - ledOn = BLT_FALSE; - LL_GPIO_ResetOutputPin(LED_BLUE_PORT, LL_LED_BLUE_PIN); - } - /* schedule the next blink event */ - nextBlinkEvent = TimerGet() + ledBlinkIntervalMs; - } -} /*** end of LedBlinkTask ***/ - - -/************************************************************************************//** -** \brief Cleans up the LED blink driver. This is intended to be used upon program -** exit. -** \return none. -** -****************************************************************************************/ -void LedBlinkExit(void) -{ - /* turn the LED off */ - LL_GPIO_ResetOutputPin(LED_BLUE_PORT, LL_LED_BLUE_PIN); -} /*** end of LedBlinkExit ***/ - - -/*********************************** end of led.c **************************************/ diff --git a/SENT-box/firmware/openblt/led.h b/SENT-box/firmware/openblt/led.h deleted file mode 100644 index 75cf5db6..00000000 --- a/SENT-box/firmware/openblt/led.h +++ /dev/null @@ -1,13 +0,0 @@ -#ifndef LED_H -#define LED_H - -/**************************************************************************************** -* Function prototypes -****************************************************************************************/ -void LedBlinkInit(blt_int16u interval_ms); -void LedBlinkTask(void); -void LedBlinkExit(void); - - -#endif /* LED_H */ -/*********************************** end of led.h **************************************/ diff --git a/SENT-box/firmware/openblt/lib/stm32f1xx_hal_conf.h b/SENT-box/firmware/openblt/lib/stm32f1xx_hal_conf.h deleted file mode 100644 index db334a3b..00000000 --- a/SENT-box/firmware/openblt/lib/stm32f1xx_hal_conf.h +++ /dev/null @@ -1,335 +0,0 @@ -/** - ****************************************************************************** - * @file stm32f1xx_hal_conf.h - * @brief HAL configuration file. - ****************************************************************************** - * @attention - * - *

© Copyright (c) 2017 STMicroelectronics. - * All rights reserved.

- * - * This software component is licensed by ST under BSD 3-Clause license, - * the "License"; You may not use this file except in compliance with the - * License. You may obtain a copy of the License at: - * opensource.org/licenses/BSD-3-Clause - * - ****************************************************************************** - */ - -/* Define to prevent recursive inclusion -------------------------------------*/ -#ifndef __STM32F1xx_HAL_CONF_H -#define __STM32F1xx_HAL_CONF_H - -#ifdef __cplusplus - extern "C" { -#endif - -/* Exported types ------------------------------------------------------------*/ -/* Exported constants --------------------------------------------------------*/ - -/* ########################## Module Selection ############################## */ -/** - * @brief This is the list of modules to be used in the HAL driver - */ - -#define HAL_MODULE_ENABLED - /*#define HAL_ADC_MODULE_ENABLED */ -/*#define HAL_CRYP_MODULE_ENABLED */ -#define HAL_CAN_MODULE_ENABLED -/*#define HAL_CAN_LEGACY_MODULE_ENABLED */ -/*#define HAL_CEC_MODULE_ENABLED */ -/*#define HAL_CORTEX_MODULE_ENABLED */ -/*#define HAL_CRC_MODULE_ENABLED */ -/*#define HAL_DAC_MODULE_ENABLED */ -/*#define HAL_DMA_MODULE_ENABLED */ -/*#define HAL_ETH_MODULE_ENABLED */ -/*#define HAL_FLASH_MODULE_ENABLED */ -/*#define HAL_GPIO_MODULE_ENABLED */ -/*#define HAL_I2C_MODULE_ENABLED */ -/*#define HAL_I2S_MODULE_ENABLED */ -/*#define HAL_IRDA_MODULE_ENABLED */ -/*#define HAL_IWDG_MODULE_ENABLED */ -/*#define HAL_NOR_MODULE_ENABLED */ -/*#define HAL_NAND_MODULE_ENABLED */ -/*#define HAL_PCCARD_MODULE_ENABLED */ -/*#define HAL_PCD_MODULE_ENABLED */ -/*#define HAL_HCD_MODULE_ENABLED */ -/*#define HAL_PWR_MODULE_ENABLED */ -/*#define HAL_RCC_MODULE_ENABLED */ -/*#define HAL_RTC_MODULE_ENABLED */ -/*#define HAL_SD_MODULE_ENABLED */ -/*#define HAL_MMC_MODULE_ENABLED */ -/*#define HAL_SDRAM_MODULE_ENABLED */ -/*#define HAL_SMARTCARD_MODULE_ENABLED */ -/*#define HAL_SPI_MODULE_ENABLED */ -/*#define HAL_SRAM_MODULE_ENABLED */ -/*#define HAL_TIM_MODULE_ENABLED */ -/*#define HAL_UART_MODULE_ENABLED */ -/*#define HAL_USART_MODULE_ENABLED */ -/*#define HAL_WWDG_MODULE_ENABLED */ - -#define HAL_CORTEX_MODULE_ENABLED -#define HAL_DMA_MODULE_ENABLED -#define HAL_FLASH_MODULE_ENABLED -#define HAL_EXTI_MODULE_ENABLED -#define HAL_GPIO_MODULE_ENABLED -#define HAL_PWR_MODULE_ENABLED -#define HAL_RCC_MODULE_ENABLED - -/* ########################## Oscillator Values adaptation ####################*/ -/** - * @brief Adjust the value of External High Speed oscillator (HSE) used in your application. - * This value is used by the RCC HAL module to compute the system frequency - * (when HSE is used as system clock source, directly or through the PLL). - */ -#if !defined (HSE_VALUE) - #define HSE_VALUE ((uint32_t)8000000) /*!< Value of the External oscillator in Hz */ -#endif /* HSE_VALUE */ - -#if !defined (HSE_STARTUP_TIMEOUT) - #define HSE_STARTUP_TIMEOUT ((uint32_t)100) /*!< Time out for HSE start up, in ms */ -#endif /* HSE_STARTUP_TIMEOUT */ - -/** - * @brief Internal High Speed oscillator (HSI) value. - * This value is used by the RCC HAL module to compute the system frequency - * (when HSI is used as system clock source, directly or through the PLL). - */ -#if !defined (HSI_VALUE) - #define HSI_VALUE ((uint32_t)8000000) /*!< Value of the Internal oscillator in Hz*/ -#endif /* HSI_VALUE */ - -/** - * @brief Internal Low Speed oscillator (LSI) value. - */ -#if !defined (LSI_VALUE) - #define LSI_VALUE 40000U /*!< LSI Typical Value in Hz */ -#endif /* LSI_VALUE */ /*!< Value of the Internal Low Speed oscillator in Hz - The real value may vary depending on the variations - in voltage and temperature. */ - -/** - * @brief External Low Speed oscillator (LSE) value. - * This value is used by the UART, RTC HAL module to compute the system frequency - */ -#if !defined (LSE_VALUE) - #define LSE_VALUE ((uint32_t)32768) /*!< Value of the External oscillator in Hz*/ -#endif /* LSE_VALUE */ - -#if !defined (LSE_STARTUP_TIMEOUT) - #define LSE_STARTUP_TIMEOUT ((uint32_t)5000) /*!< Time out for LSE start up, in ms */ -#endif /* LSE_STARTUP_TIMEOUT */ - -/* Tip: To avoid modifying this file each time you need to use different HSE, - === you can define the HSE value in your toolchain compiler preprocessor. */ - -/* ########################### System Configuration ######################### */ -/** - * @brief This is the HAL system configuration section - */ -#define VDD_VALUE ((uint32_t)3300) /*!< Value of VDD in mv */ -#define TICK_INT_PRIORITY ((uint32_t)0) /*!< tick interrupt priority (lowest by default) */ -#define USE_RTOS 0 -#define PREFETCH_ENABLE 1 - -#define USE_HAL_ADC_REGISTER_CALLBACKS 0U /* ADC register callback disabled */ -#define USE_HAL_CAN_REGISTER_CALLBACKS 0U /* CAN register callback disabled */ -#define USE_HAL_CEC_REGISTER_CALLBACKS 0U /* CEC register callback disabled */ -#define USE_HAL_DAC_REGISTER_CALLBACKS 0U /* DAC register callback disabled */ -#define USE_HAL_ETH_REGISTER_CALLBACKS 0U /* ETH register callback disabled */ -#define USE_HAL_HCD_REGISTER_CALLBACKS 0U /* HCD register callback disabled */ -#define USE_HAL_I2C_REGISTER_CALLBACKS 0U /* I2C register callback disabled */ -#define USE_HAL_I2S_REGISTER_CALLBACKS 0U /* I2S register callback disabled */ -#define USE_HAL_MMC_REGISTER_CALLBACKS 0U /* MMC register callback disabled */ -#define USE_HAL_NAND_REGISTER_CALLBACKS 0U /* NAND register callback disabled */ -#define USE_HAL_NOR_REGISTER_CALLBACKS 0U /* NOR register callback disabled */ -#define USE_HAL_PCCARD_REGISTER_CALLBACKS 0U /* PCCARD register callback disabled */ -#define USE_HAL_PCD_REGISTER_CALLBACKS 0U /* PCD register callback disabled */ -#define USE_HAL_RTC_REGISTER_CALLBACKS 0U /* RTC register callback disabled */ -#define USE_HAL_SD_REGISTER_CALLBACKS 0U /* SD register callback disabled */ -#define USE_HAL_SMARTCARD_REGISTER_CALLBACKS 0U /* SMARTCARD register callback disabled */ -#define USE_HAL_IRDA_REGISTER_CALLBACKS 0U /* IRDA register callback disabled */ -#define USE_HAL_SRAM_REGISTER_CALLBACKS 0U /* SRAM register callback disabled */ -#define USE_HAL_SPI_REGISTER_CALLBACKS 0U /* SPI register callback disabled */ -#define USE_HAL_TIM_REGISTER_CALLBACKS 0U /* TIM register callback disabled */ -#define USE_HAL_UART_REGISTER_CALLBACKS 0U /* UART register callback disabled */ -#define USE_HAL_USART_REGISTER_CALLBACKS 0U /* USART register callback disabled */ -#define USE_HAL_WWDG_REGISTER_CALLBACKS 0U /* WWDG register callback disabled */ - -/* ########################## Assert Selection ############################## */ -/** - * @brief Uncomment the line below to expanse the "assert_param" macro in the - * HAL drivers code - */ -/* #define USE_FULL_ASSERT 1U */ - -/* ################## SPI peripheral configuration ########################## */ - -/* CRC FEATURE: Use to activate CRC feature inside HAL SPI Driver -* Activated: CRC code is present inside driver -* Deactivated: CRC code cleaned from driver -*/ - -#define USE_SPI_CRC 0U - -/* Includes ------------------------------------------------------------------*/ -/** - * @brief Include module's header file - */ - -#ifdef HAL_RCC_MODULE_ENABLED -#include "stm32f1xx_hal_rcc.h" -#endif /* HAL_RCC_MODULE_ENABLED */ - -#ifdef HAL_GPIO_MODULE_ENABLED -#include "stm32f1xx_hal_gpio.h" -#endif /* HAL_GPIO_MODULE_ENABLED */ - -#ifdef HAL_EXTI_MODULE_ENABLED -#include "stm32f1xx_hal_exti.h" -#endif /* HAL_EXTI_MODULE_ENABLED */ - -#ifdef HAL_DMA_MODULE_ENABLED -#include "stm32f1xx_hal_dma.h" -#endif /* HAL_DMA_MODULE_ENABLED */ - -#ifdef HAL_ETH_MODULE_ENABLED -#include "stm32f1xx_hal_eth.h" -#endif /* HAL_ETH_MODULE_ENABLED */ - -#ifdef HAL_CAN_MODULE_ENABLED -#include "stm32f1xx_hal_can.h" -#endif /* HAL_CAN_MODULE_ENABLED */ - -#ifdef HAL_CAN_LEGACY_MODULE_ENABLED - #include "Legacy/stm32f1xx_hal_can_legacy.h" -#endif /* HAL_CAN_LEGACY_MODULE_ENABLED */ - -#ifdef HAL_CEC_MODULE_ENABLED -#include "stm32f1xx_hal_cec.h" -#endif /* HAL_CEC_MODULE_ENABLED */ - -#ifdef HAL_CORTEX_MODULE_ENABLED -#include "stm32f1xx_hal_cortex.h" -#endif /* HAL_CORTEX_MODULE_ENABLED */ - -#ifdef HAL_ADC_MODULE_ENABLED -#include "stm32f1xx_hal_adc.h" -#endif /* HAL_ADC_MODULE_ENABLED */ - -#ifdef HAL_CRC_MODULE_ENABLED -#include "stm32f1xx_hal_crc.h" -#endif /* HAL_CRC_MODULE_ENABLED */ - -#ifdef HAL_DAC_MODULE_ENABLED -#include "stm32f1xx_hal_dac.h" -#endif /* HAL_DAC_MODULE_ENABLED */ - -#ifdef HAL_FLASH_MODULE_ENABLED -#include "stm32f1xx_hal_flash.h" -#endif /* HAL_FLASH_MODULE_ENABLED */ - -#ifdef HAL_SRAM_MODULE_ENABLED -#include "stm32f1xx_hal_sram.h" -#endif /* HAL_SRAM_MODULE_ENABLED */ - -#ifdef HAL_NOR_MODULE_ENABLED -#include "stm32f1xx_hal_nor.h" -#endif /* HAL_NOR_MODULE_ENABLED */ - -#ifdef HAL_I2C_MODULE_ENABLED -#include "stm32f1xx_hal_i2c.h" -#endif /* HAL_I2C_MODULE_ENABLED */ - -#ifdef HAL_I2S_MODULE_ENABLED -#include "stm32f1xx_hal_i2s.h" -#endif /* HAL_I2S_MODULE_ENABLED */ - -#ifdef HAL_IWDG_MODULE_ENABLED -#include "stm32f1xx_hal_iwdg.h" -#endif /* HAL_IWDG_MODULE_ENABLED */ - -#ifdef HAL_PWR_MODULE_ENABLED -#include "stm32f1xx_hal_pwr.h" -#endif /* HAL_PWR_MODULE_ENABLED */ - -#ifdef HAL_RTC_MODULE_ENABLED -#include "stm32f1xx_hal_rtc.h" -#endif /* HAL_RTC_MODULE_ENABLED */ - -#ifdef HAL_PCCARD_MODULE_ENABLED -#include "stm32f1xx_hal_pccard.h" -#endif /* HAL_PCCARD_MODULE_ENABLED */ - -#ifdef HAL_SD_MODULE_ENABLED -#include "stm32f1xx_hal_sd.h" -#endif /* HAL_SD_MODULE_ENABLED */ - -#ifdef HAL_NAND_MODULE_ENABLED -#include "stm32f1xx_hal_nand.h" -#endif /* HAL_NAND_MODULE_ENABLED */ - -#ifdef HAL_SPI_MODULE_ENABLED -#include "stm32f1xx_hal_spi.h" -#endif /* HAL_SPI_MODULE_ENABLED */ - -#ifdef HAL_TIM_MODULE_ENABLED -#include "stm32f1xx_hal_tim.h" -#endif /* HAL_TIM_MODULE_ENABLED */ - -#ifdef HAL_UART_MODULE_ENABLED -#include "stm32f1xx_hal_uart.h" -#endif /* HAL_UART_MODULE_ENABLED */ - -#ifdef HAL_USART_MODULE_ENABLED -#include "stm32f1xx_hal_usart.h" -#endif /* HAL_USART_MODULE_ENABLED */ - -#ifdef HAL_IRDA_MODULE_ENABLED -#include "stm32f1xx_hal_irda.h" -#endif /* HAL_IRDA_MODULE_ENABLED */ - -#ifdef HAL_SMARTCARD_MODULE_ENABLED -#include "stm32f1xx_hal_smartcard.h" -#endif /* HAL_SMARTCARD_MODULE_ENABLED */ - -#ifdef HAL_WWDG_MODULE_ENABLED -#include "stm32f1xx_hal_wwdg.h" -#endif /* HAL_WWDG_MODULE_ENABLED */ - -#ifdef HAL_PCD_MODULE_ENABLED -#include "stm32f1xx_hal_pcd.h" -#endif /* HAL_PCD_MODULE_ENABLED */ - -#ifdef HAL_HCD_MODULE_ENABLED -#include "stm32f1xx_hal_hcd.h" -#endif /* HAL_HCD_MODULE_ENABLED */ - -#ifdef HAL_MMC_MODULE_ENABLED -#include "stm32f1xx_hal_mmc.h" -#endif /* HAL_MMC_MODULE_ENABLED */ - -/* Exported macro ------------------------------------------------------------*/ -#ifdef USE_FULL_ASSERT -/** - * @brief The assert_param macro is used for function's parameters check. - * @param expr If expr is false, it calls assert_failed function - * which reports the name of the source file and the source - * line number of the call that failed. - * If expr is true, it returns no value. - * @retval None - */ -#define assert_param(expr) ((expr) ? (void)0U : assert_failed((uint8_t *)__FILE__, __LINE__)) -/* Exported functions ------------------------------------------------------- */ -void assert_failed(uint8_t* file, uint32_t line); -#else -#define assert_param(expr) ((void)0U) -#endif /* USE_FULL_ASSERT */ - -#ifdef __cplusplus -} -#endif - -#endif /* __STM32F1xx_HAL_CONF_H */ - -/************************ (C) COPYRIGHT STMicroelectronics *****END OF FILE****/ diff --git a/SENT-box/firmware/openblt/lib/system_stm32f1xx.c b/SENT-box/firmware/openblt/lib/system_stm32f1xx.c deleted file mode 100644 index 7cacb329..00000000 --- a/SENT-box/firmware/openblt/lib/system_stm32f1xx.c +++ /dev/null @@ -1,430 +0,0 @@ -/** - ****************************************************************************** - * @file system_stm32f1xx.c - * @author MCD Application Team - * @brief CMSIS Cortex-M3 Device Peripheral Access Layer System Source File. - * - * 1. This file provides two functions and one global variable to be called from - * user application: - * - SystemInit(): Setups the system clock (System clock source, PLL Multiplier - * factors, AHB/APBx prescalers and Flash settings). - * This function is called at startup just after reset and - * before branch to main program. This call is made inside - * the "startup_stm32f1xx_xx.s" file. - * - * - SystemCoreClock variable: Contains the core clock (HCLK), it can be used - * by the user application to setup the SysTick - * timer or configure other parameters. - * - * - SystemCoreClockUpdate(): Updates the variable SystemCoreClock and must - * be called whenever the core clock is changed - * during program execution. - * - * 2. After each device reset the HSI (8 MHz) is used as system clock source. - * Then SystemInit() function is called, in "startup_stm32f1xx_xx.s" file, to - * configure the system clock before to branch to main program. - * - * 4. The default value of HSE crystal is set to 8 MHz (or 25 MHz, depending on - * the product used), refer to "HSE_VALUE". - * When HSE is used as system clock source, directly or through PLL, and you - * are using different crystal you have to adapt the HSE value to your own - * configuration. - * - ****************************************************************************** - * @attention - * - *

© Copyright (c) 2017 STMicroelectronics. - * All rights reserved.

- * - * This software component is licensed by ST under BSD 3-Clause license, - * the "License"; You may not use this file except in compliance with the - * License. You may obtain a copy of the License at: - * opensource.org/licenses/BSD-3-Clause - * - ****************************************************************************** - */ - -/** @addtogroup CMSIS - * @{ - */ - -/** @addtogroup stm32f1xx_system - * @{ - */ - -/** @addtogroup STM32F1xx_System_Private_Includes - * @{ - */ - -#include "stm32f1xx.h" - -/** - * @} - */ - -/** @addtogroup STM32F1xx_System_Private_TypesDefinitions - * @{ - */ - -/** - * @} - */ - -/** @addtogroup STM32F1xx_System_Private_Defines - * @{ - */ - -#if !defined (HSE_VALUE) - #define HSE_VALUE 8000000U /*!< Default value of the External oscillator in Hz. - This value can be provided and adapted by the user application. */ -#endif /* HSE_VALUE */ - -#if !defined (HSI_VALUE) - #define HSI_VALUE 8000000U /*!< Default value of the Internal oscillator in Hz. - This value can be provided and adapted by the user application. */ -#endif /* HSI_VALUE */ - -/*!< Uncomment the following line if you need to use external SRAM */ -#if defined(STM32F100xE) || defined(STM32F101xE) || defined(STM32F101xG) || defined(STM32F103xE) || defined(STM32F103xG) -/* #define DATA_IN_ExtSRAM */ -#endif /* STM32F100xE || STM32F101xE || STM32F101xG || STM32F103xE || STM32F103xG */ - -/*!< Uncomment the following line if you need to relocate your vector Table in - Internal SRAM. */ -/* #define VECT_TAB_SRAM */ -#define VECT_TAB_OFFSET 0x00000000U /*!< Vector Table base offset field. - This value must be a multiple of 0x200. */ - - -/** - * @} - */ - -/** @addtogroup STM32F1xx_System_Private_Macros - * @{ - */ - -/** - * @} - */ - -/** @addtogroup STM32F1xx_System_Private_Variables - * @{ - */ - - /* This variable is updated in three ways: - 1) by calling CMSIS function SystemCoreClockUpdate() - 2) by calling HAL API function HAL_RCC_GetHCLKFreq() - 3) each time HAL_RCC_ClockConfig() is called to configure the system clock frequency - Note: If you use this function to configure the system clock; then there - is no need to call the 2 first functions listed above, since SystemCoreClock - variable is updated automatically. - */ -uint32_t SystemCoreClock = 16000000; -const uint8_t AHBPrescTable[16U] = {0, 0, 0, 0, 0, 0, 0, 0, 1, 2, 3, 4, 6, 7, 8, 9}; -const uint8_t APBPrescTable[8U] = {0, 0, 0, 0, 1, 2, 3, 4}; - -/** - * @} - */ - -/** @addtogroup STM32F1xx_System_Private_FunctionPrototypes - * @{ - */ - -#if defined(STM32F100xE) || defined(STM32F101xE) || defined(STM32F101xG) || defined(STM32F103xE) || defined(STM32F103xG) -#ifdef DATA_IN_ExtSRAM - static void SystemInit_ExtMemCtl(void); -#endif /* DATA_IN_ExtSRAM */ -#endif /* STM32F100xE || STM32F101xE || STM32F101xG || STM32F103xE || STM32F103xG */ - -/** - * @} - */ - -/** @addtogroup STM32F1xx_System_Private_Functions - * @{ - */ - -/** - * @brief Setup the microcontroller system - * Initialize the Embedded Flash Interface, the PLL and update the - * SystemCoreClock variable. - * @note This function should be used only after reset. - * @param None - * @retval None - */ -void SystemInit (void) -{ - /* Reset the RCC clock configuration to the default reset state(for debug purpose) */ - /* Set HSION bit */ - RCC->CR |= 0x00000001U; - - /* Reset SW, HPRE, PPRE1, PPRE2, ADCPRE and MCO bits */ -#if !defined(STM32F105xC) && !defined(STM32F107xC) - RCC->CFGR &= 0xF8FF0000U; -#else - RCC->CFGR &= 0xF0FF0000U; -#endif /* STM32F105xC */ - - /* Reset HSEON, CSSON and PLLON bits */ - RCC->CR &= 0xFEF6FFFFU; - - /* Reset HSEBYP bit */ - RCC->CR &= 0xFFFBFFFFU; - - /* Reset PLLSRC, PLLXTPRE, PLLMUL and USBPRE/OTGFSPRE bits */ - RCC->CFGR &= 0xFF80FFFFU; - -#if defined(STM32F105xC) || defined(STM32F107xC) - /* Reset PLL2ON and PLL3ON bits */ - RCC->CR &= 0xEBFFFFFFU; - - /* Disable all interrupts and clear pending bits */ - RCC->CIR = 0x00FF0000U; - - /* Reset CFGR2 register */ - RCC->CFGR2 = 0x00000000U; -#elif defined(STM32F100xB) || defined(STM32F100xE) - /* Disable all interrupts and clear pending bits */ - RCC->CIR = 0x009F0000U; - - /* Reset CFGR2 register */ - RCC->CFGR2 = 0x00000000U; -#else - /* Disable all interrupts and clear pending bits */ - RCC->CIR = 0x009F0000U; -#endif /* STM32F105xC */ - -#if defined(STM32F100xE) || defined(STM32F101xE) || defined(STM32F101xG) || defined(STM32F103xE) || defined(STM32F103xG) - #ifdef DATA_IN_ExtSRAM - SystemInit_ExtMemCtl(); - #endif /* DATA_IN_ExtSRAM */ -#endif - -#ifdef VECT_TAB_SRAM - SCB->VTOR = SRAM_BASE | VECT_TAB_OFFSET; /* Vector Table Relocation in Internal SRAM. */ -#else - SCB->VTOR = FLASH_BASE | VECT_TAB_OFFSET; /* Vector Table Relocation in Internal FLASH. */ -#endif -} - -/** - * @brief Update SystemCoreClock variable according to Clock Register Values. - * The SystemCoreClock variable contains the core clock (HCLK), it can - * be used by the user application to setup the SysTick timer or configure - * other parameters. - * - * @note Each time the core clock (HCLK) changes, this function must be called - * to update SystemCoreClock variable value. Otherwise, any configuration - * based on this variable will be incorrect. - * - * @note - The system frequency computed by this function is not the real - * frequency in the chip. It is calculated based on the predefined - * constant and the selected clock source: - * - * - If SYSCLK source is HSI, SystemCoreClock will contain the HSI_VALUE(*) - * - * - If SYSCLK source is HSE, SystemCoreClock will contain the HSE_VALUE(**) - * - * - If SYSCLK source is PLL, SystemCoreClock will contain the HSE_VALUE(**) - * or HSI_VALUE(*) multiplied by the PLL factors. - * - * (*) HSI_VALUE is a constant defined in stm32f1xx.h file (default value - * 8 MHz) but the real value may vary depending on the variations - * in voltage and temperature. - * - * (**) HSE_VALUE is a constant defined in stm32f1xx.h file (default value - * 8 MHz or 25 MHz, depending on the product used), user has to ensure - * that HSE_VALUE is same as the real frequency of the crystal used. - * Otherwise, this function may have wrong result. - * - * - The result of this function could be not correct when using fractional - * value for HSE crystal. - * @param None - * @retval None - */ -void SystemCoreClockUpdate (void) -{ - uint32_t tmp = 0U, pllmull = 0U, pllsource = 0U; - -#if defined(STM32F105xC) || defined(STM32F107xC) - uint32_t prediv1source = 0U, prediv1factor = 0U, prediv2factor = 0U, pll2mull = 0U; -#endif /* STM32F105xC */ - -#if defined(STM32F100xB) || defined(STM32F100xE) - uint32_t prediv1factor = 0U; -#endif /* STM32F100xB or STM32F100xE */ - - /* Get SYSCLK source -------------------------------------------------------*/ - tmp = RCC->CFGR & RCC_CFGR_SWS; - - switch (tmp) - { - case 0x00U: /* HSI used as system clock */ - SystemCoreClock = HSI_VALUE; - break; - case 0x04U: /* HSE used as system clock */ - SystemCoreClock = HSE_VALUE; - break; - case 0x08U: /* PLL used as system clock */ - - /* Get PLL clock source and multiplication factor ----------------------*/ - pllmull = RCC->CFGR & RCC_CFGR_PLLMULL; - pllsource = RCC->CFGR & RCC_CFGR_PLLSRC; - -#if !defined(STM32F105xC) && !defined(STM32F107xC) - pllmull = ( pllmull >> 18U) + 2U; - - if (pllsource == 0x00U) - { - /* HSI oscillator clock divided by 2 selected as PLL clock entry */ - SystemCoreClock = (HSI_VALUE >> 1U) * pllmull; - } - else - { - #if defined(STM32F100xB) || defined(STM32F100xE) - prediv1factor = (RCC->CFGR2 & RCC_CFGR2_PREDIV1) + 1U; - /* HSE oscillator clock selected as PREDIV1 clock entry */ - SystemCoreClock = (HSE_VALUE / prediv1factor) * pllmull; - #else - /* HSE selected as PLL clock entry */ - if ((RCC->CFGR & RCC_CFGR_PLLXTPRE) != (uint32_t)RESET) - {/* HSE oscillator clock divided by 2 */ - SystemCoreClock = (HSE_VALUE >> 1U) * pllmull; - } - else - { - SystemCoreClock = HSE_VALUE * pllmull; - } - #endif - } -#else - pllmull = pllmull >> 18U; - - if (pllmull != 0x0DU) - { - pllmull += 2U; - } - else - { /* PLL multiplication factor = PLL input clock * 6.5 */ - pllmull = 13U / 2U; - } - - if (pllsource == 0x00U) - { - /* HSI oscillator clock divided by 2 selected as PLL clock entry */ - SystemCoreClock = (HSI_VALUE >> 1U) * pllmull; - } - else - {/* PREDIV1 selected as PLL clock entry */ - - /* Get PREDIV1 clock source and division factor */ - prediv1source = RCC->CFGR2 & RCC_CFGR2_PREDIV1SRC; - prediv1factor = (RCC->CFGR2 & RCC_CFGR2_PREDIV1) + 1U; - - if (prediv1source == 0U) - { - /* HSE oscillator clock selected as PREDIV1 clock entry */ - SystemCoreClock = (HSE_VALUE / prediv1factor) * pllmull; - } - else - {/* PLL2 clock selected as PREDIV1 clock entry */ - - /* Get PREDIV2 division factor and PLL2 multiplication factor */ - prediv2factor = ((RCC->CFGR2 & RCC_CFGR2_PREDIV2) >> 4U) + 1U; - pll2mull = ((RCC->CFGR2 & RCC_CFGR2_PLL2MUL) >> 8U) + 2U; - SystemCoreClock = (((HSE_VALUE / prediv2factor) * pll2mull) / prediv1factor) * pllmull; - } - } -#endif /* STM32F105xC */ - break; - - default: - SystemCoreClock = HSI_VALUE; - break; - } - - /* Compute HCLK clock frequency ----------------*/ - /* Get HCLK prescaler */ - tmp = AHBPrescTable[((RCC->CFGR & RCC_CFGR_HPRE) >> 4U)]; - /* HCLK clock frequency */ - SystemCoreClock >>= tmp; -} - -#if defined(STM32F100xE) || defined(STM32F101xE) || defined(STM32F101xG) || defined(STM32F103xE) || defined(STM32F103xG) -/** - * @brief Setup the external memory controller. Called in startup_stm32f1xx.s - * before jump to __main - * @param None - * @retval None - */ -#ifdef DATA_IN_ExtSRAM -/** - * @brief Setup the external memory controller. - * Called in startup_stm32f1xx_xx.s/.c before jump to main. - * This function configures the external SRAM mounted on STM3210E-EVAL - * board (STM32 High density devices). This SRAM will be used as program - * data memory (including heap and stack). - * @param None - * @retval None - */ -void SystemInit_ExtMemCtl(void) -{ - __IO uint32_t tmpreg; - /*!< FSMC Bank1 NOR/SRAM3 is used for the STM3210E-EVAL, if another Bank is - required, then adjust the Register Addresses */ - - /* Enable FSMC clock */ - RCC->AHBENR = 0x00000114U; - - /* Delay after an RCC peripheral clock enabling */ - tmpreg = READ_BIT(RCC->AHBENR, RCC_AHBENR_FSMCEN); - - /* Enable GPIOD, GPIOE, GPIOF and GPIOG clocks */ - RCC->APB2ENR = 0x000001E0U; - - /* Delay after an RCC peripheral clock enabling */ - tmpreg = READ_BIT(RCC->APB2ENR, RCC_APB2ENR_IOPDEN); - - (void)(tmpreg); - -/* --------------- SRAM Data lines, NOE and NWE configuration ---------------*/ -/*---------------- SRAM Address lines configuration -------------------------*/ -/*---------------- NOE and NWE configuration --------------------------------*/ -/*---------------- NE3 configuration ----------------------------------------*/ -/*---------------- NBL0, NBL1 configuration ---------------------------------*/ - - GPIOD->CRL = 0x44BB44BBU; - GPIOD->CRH = 0xBBBBBBBBU; - - GPIOE->CRL = 0xB44444BBU; - GPIOE->CRH = 0xBBBBBBBBU; - - GPIOF->CRL = 0x44BBBBBBU; - GPIOF->CRH = 0xBBBB4444U; - - GPIOG->CRL = 0x44BBBBBBU; - GPIOG->CRH = 0x444B4B44U; - -/*---------------- FSMC Configuration ---------------------------------------*/ -/*---------------- Enable FSMC Bank1_SRAM Bank ------------------------------*/ - - FSMC_Bank1->BTCR[4U] = 0x00001091U; - FSMC_Bank1->BTCR[5U] = 0x00110212U; -} -#endif /* DATA_IN_ExtSRAM */ -#endif /* STM32F100xE || STM32F101xE || STM32F101xG || STM32F103xE || STM32F103xG */ - -/** - * @} - */ - -/** - * @} - */ - -/** - * @} - */ -/************************ (C) COPYRIGHT STMicroelectronics *****END OF FILE****/ diff --git a/SENT-box/firmware/openblt/main.c b/SENT-box/firmware/openblt/main.c deleted file mode 100644 index 5e390e9b..00000000 --- a/SENT-box/firmware/openblt/main.c +++ /dev/null @@ -1,232 +0,0 @@ -/**************************************************************************************** -* Include files -****************************************************************************************/ -#include "boot.h" /* bootloader generic header */ -#include "stm32f1xx.h" /* STM32 registers and drivers */ -#include "stm32f1xx_ll_rcc.h" /* STM32 LL RCC header */ -#include "stm32f1xx_ll_bus.h" /* STM32 LL BUS header */ -#include "stm32f1xx_ll_system.h" /* STM32 LL SYSTEM header */ -#include "stm32f1xx_ll_utils.h" /* STM32 LL UTILS header */ -#include "stm32f1xx_ll_usart.h" /* STM32 LL USART header */ -#include "stm32f1xx_ll_gpio.h" /* STM32 LL GPIO header */ - -#include "../io/io_pins.h" - -/**************************************************************************************** -* Function prototypes -****************************************************************************************/ -static void Init(void); -static void SystemClock_Config(void); - - -/************************************************************************************//** -** \brief This is the entry point for the bootloader application and is called -** by the reset interrupt vector after the C-startup routines executed. -** \return Program return code. -** -****************************************************************************************/ -int main(void) -{ - /* initialize the microcontroller */ - Init(); - -#if 0 - /* Configure GPIO pin for the LED. */ - LL_GPIO_InitTypeDef GPIO_InitStruct; - - LL_APB2_GRP1_EnableClock(LL_APB2_GRP1_PERIPH_GPIOC); - - GPIO_InitStruct.Pin = LL_LED_BLUE_PIN; - GPIO_InitStruct.Mode = LL_GPIO_MODE_OUTPUT; - GPIO_InitStruct.Speed = LL_GPIO_SPEED_FREQ_LOW; - GPIO_InitStruct.OutputType = LL_GPIO_OUTPUT_PUSHPULL; - LL_GPIO_Init(LED_BLUE_PORT, &GPIO_InitStruct); - LL_GPIO_ResetOutputPin(LED_BLUE_PORT, LL_LED_BLUE_PIN); -#endif - /* initialize the bootloader */ - BootInit(); -#if 0 - LL_GPIO_InitTypeDef GPIO_InitStruct; - - /* Configure GPIO pin for the LED. */ - GPIO_InitStruct.Pin = LL_LED_BLUE_PIN; - GPIO_InitStruct.Mode = LL_GPIO_MODE_OUTPUT; - GPIO_InitStruct.Speed = LL_GPIO_SPEED_FREQ_LOW; - GPIO_InitStruct.OutputType = LL_GPIO_OUTPUT_PUSHPULL; - LL_GPIO_Init(LED_BLUE_PORT, &GPIO_InitStruct); - LL_GPIO_ResetOutputPin(LED_BLUE_PORT, LL_LED_BLUE_PIN); -#endif - /* start the infinite program loop */ - while (1) - { - /* run the bootloader task */ - BootTask(); - } - - /* program should never get here */ - return 0; -} /*** end of main ***/ - - -/************************************************************************************//** -** \brief Initializes the microcontroller. -** \return none. -** -****************************************************************************************/ -static void Init(void) -{ - /* HAL library initialization */ - HAL_Init(); - /* configure system clock */ - SystemClock_Config(); -} /*** end of Init ***/ - -/************************************************************************************//** -** \brief System Clock Configuration. This code was created by CubeMX and configures -** the system clock to match the configuration in the bootloader's -** configuration (blt_conf.h), specifically the macros: -** BOOT_CPU_SYSTEM_SPEED_KHZ and BOOT_CPU_XTAL_SPEED_KHZ. -** Note that the Lower Layer drivers were selected in CubeMX for the RCC -** subsystem. -** \return none. -** -****************************************************************************************/ -static void SystemClock_Config(void) -{ - /* Set flash latency. */ - LL_FLASH_SetLatency(LL_FLASH_LATENCY_2); - if (LL_FLASH_GetLatency() != LL_FLASH_LATENCY_2) - { - /* Error setting flash latency. */ - ASSERT_RT(BLT_FALSE); - } - - /* Enable the HSI clock. */ - LL_RCC_HSI_Enable(); - /* Wait till HSE is ready. */ - while (LL_RCC_HSI_IsReady() != 1) - { - ; - } - - /* Configure and enable the PLL. */ - /* 48MHz max */ - LL_RCC_PLL_ConfigDomain_SYS(LL_RCC_PLLSOURCE_HSI_DIV_2, LL_RCC_PLL_MUL_12); - LL_RCC_PLL_Enable(); - - /* Wait till PLL is ready. */ - while (LL_RCC_PLL_IsReady() != 1) - { - ; - } - LL_RCC_SetAHBPrescaler(LL_RCC_SYSCLK_DIV_1); - LL_RCC_SetAPB1Prescaler(LL_RCC_APB1_DIV_2); - LL_RCC_SetAPB2Prescaler(LL_RCC_APB2_DIV_1); - LL_RCC_SetSysClkSource(LL_RCC_SYS_CLKSOURCE_PLL); - - /* Wait till System clock is ready. */ - while (LL_RCC_GetSysClkSource() != LL_RCC_SYS_CLKSOURCE_STATUS_PLL) - { - ; - } - /* Update the system clock speed setting. */ - LL_SetSystemCoreClock(BOOT_CPU_SYSTEM_SPEED_KHZ * 1000u); -} /*** end of SystemClock_Config ***/ - - -/************************************************************************************//** -** \brief Initializes the Global MSP. This function is called from HAL_Init() -** function to perform system level initialization (GPIOs, clock, DMA, -** interrupt). -** \return none. -** -****************************************************************************************/ -void HAL_MspInit(void) -{ - LL_GPIO_InitTypeDef GPIO_InitStruct; - - /* AFIO and PWR clock enable. */ - LL_APB2_GRP1_EnableClock(LL_APB2_GRP1_PERIPH_AFIO); - LL_APB1_GRP1_EnableClock(LL_APB1_GRP1_PERIPH_PWR); - - /* GPIO ports clock enable. */ - LL_APB2_GRP1_EnableClock(LL_APB2_GRP1_PERIPH_GPIOA); - LL_APB2_GRP1_EnableClock(LL_APB2_GRP1_PERIPH_GPIOB); - LL_APB2_GRP1_EnableClock(LL_APB2_GRP1_PERIPH_GPIOC); - -#if (BOOT_COM_RS232_ENABLE > 0) - /* UART clock enable. */ - LL_APB2_GRP1_EnableClock(LL_APB2_GRP1_PERIPH_USART1); - /* UART TX and RX GPIO pin configuration. */ - GPIO_InitStruct.Pin = LL_UART_TX_PIN; - GPIO_InitStruct.Mode = LL_GPIO_MODE_ALTERNATE; - GPIO_InitStruct.Speed = LL_GPIO_SPEED_FREQ_HIGH; - GPIO_InitStruct.OutputType = LL_GPIO_OUTPUT_PUSHPULL; - LL_GPIO_Init(UART_GPIO_PORT, &GPIO_InitStruct); - GPIO_InitStruct.Pin = LL_UART_RX_PIN; - GPIO_InitStruct.Mode = LL_GPIO_MODE_FLOATING; - GPIO_InitStruct.Pull = LL_GPIO_PULL_UP; - LL_GPIO_Init(UART_GPIO_PORT, &GPIO_InitStruct); -#endif - -#if (BOOT_COM_CAN_ENABLE > 0) - /* CAN clock enable. */ - LL_APB1_GRP1_EnableClock(LL_APB1_GRP1_PERIPH_CAN1); - /* CAN TX and RX GPIO pin configuration. */ - GPIO_InitStruct.Pin = LL_CAN_TX_PIN; - GPIO_InitStruct.Mode = LL_GPIO_MODE_ALTERNATE; - GPIO_InitStruct.Pull = GPIO_NOPULL; - GPIO_InitStruct.Speed = LL_GPIO_SPEED_FREQ_HIGH; - LL_GPIO_Init(CAN_GPIO_PORT, &GPIO_InitStruct); - GPIO_InitStruct.Pin = LL_CAN_RX_PIN; - GPIO_InitStruct.Mode = LL_GPIO_MODE_INPUT; - GPIO_InitStruct.Pull = LL_GPIO_PULL_UP; - LL_GPIO_Init(CAN_GPIO_PORT, &GPIO_InitStruct); -#endif - -#if (BOOT_CPU_USER_PROGRAM_START_HOOK > 0) - /* Configure GPIO pin for (optional) backdoor entry input. */ - GPIO_InitStruct.Pin = LL_GPIO_PIN_13; - GPIO_InitStruct.Mode = LL_GPIO_MODE_FLOATING; - LL_GPIO_Init(GPIOC, &GPIO_InitStruct); -#endif -} /*** end of HAL_MspInit ***/ - - -/************************************************************************************//** -** \brief DeInitializes the Global MSP. This function is called from HAL_DeInit() -** function to perform system level de-initialization (GPIOs, clock, DMA, -** interrupt). -** \return none. -** -****************************************************************************************/ -void HAL_MspDeInit(void) -{ - /* Reset the RCC clock configuration to the default reset state. */ - LL_RCC_DeInit(); - - /* Deinit used GPIOs. */ - LL_GPIO_DeInit(GPIOB); - LL_GPIO_DeInit(GPIOA); - -#if (BOOT_COM_CAN_ENABLE > 0) - /* CAN clock disable. */ - LL_APB1_GRP1_DisableClock(LL_APB1_GRP1_PERIPH_CAN1); -#endif - -#if (BOOT_COM_RS232_ENABLE > 0) - /* UART clock disable. */ - LL_APB2_GRP1_DisableClock(LL_APB2_GRP1_PERIPH_USART1); -#endif - - /* GPIO ports clock disable. */ - LL_APB2_GRP1_DisableClock(LL_APB2_GRP1_PERIPH_GPIOB); - LL_APB2_GRP1_DisableClock(LL_APB2_GRP1_PERIPH_GPIOA); - - /* AFIO and PWR clock disable. */ - LL_APB1_GRP1_DisableClock(LL_APB1_GRP1_PERIPH_PWR); - LL_APB2_GRP1_DisableClock(LL_APB2_GRP1_PERIPH_AFIO); -} /*** end of HAL_MspDeInit ***/ - - -/*********************************** end of main.c *************************************/ diff --git a/SENT-box/firmware/openblt/startup_stm32f103xb.s b/SENT-box/firmware/openblt/startup_stm32f103xb.s deleted file mode 100644 index 3a0a3b97..00000000 --- a/SENT-box/firmware/openblt/startup_stm32f103xb.s +++ /dev/null @@ -1,379 +0,0 @@ -/** - *************** (C) COPYRIGHT 2017 STMicroelectronics ************************ - * @file startup_stm32f103xb.s - * @author MCD Application Team - * @version V4.2.0 - * @date 31-March-2017 - * @brief STM32F103xB Devices vector table for Atollic toolchain. - * This module performs: - * - Set the initial SP - * - Set the initial PC == Reset_Handler, - * - Set the vector table entries with the exceptions ISR address - * - Configure the clock system - * - Branches to main in the C library (which eventually - * calls main()). - * After Reset the Cortex-M3 processor is in Thread mode, - * priority is Privileged, and the Stack is set to Main. - ****************************************************************************** - * - *

© COPYRIGHT(c) 2017 STMicroelectronics

- * - * Redistribution and use in source and binary forms, with or without modification, - * are permitted provided that the following conditions are met: - * 1. Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * 2. Redistributions in binary form must reproduce the above copyright notice, - * this list of conditions and the following disclaimer in the documentation - * and/or other materials provided with the distribution. - * 3. Neither the name of STMicroelectronics nor the names of its contributors - * may be used to endorse or promote products derived from this software - * without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" - * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE - * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE - * DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE - * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL - * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR - * SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER - * CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, - * OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - * - ****************************************************************************** - */ - - .syntax unified - .cpu cortex-m3 - .fpu softvfp - .thumb - -.global g_pfnVectors -.global Default_Handler - -/* start address for the initialization values of the .data section. -defined in linker script */ -.word _sidata -/* start address for the .data section. defined in linker script */ -.word _sdata -/* end address for the .data section. defined in linker script */ -.word _edata -/* start address for the .bss section. defined in linker script */ -.word _sbss -/* end address for the .bss section. defined in linker script */ -.word _ebss - -.equ BootRAM, 0xF108F85F -/** - * @brief This is the code that gets called when the processor first - * starts execution following a reset event. Only the absolutely - * necessary set is performed, after which the application - * supplied main() routine is called. - * @param None - * @retval : None -*/ - - .section .text.Reset_Handler - .weak Reset_Handler - .type Reset_Handler, %function -Reset_Handler: - -/* Copy the data segment initializers from flash to SRAM */ - movs r1, #0 - b LoopCopyDataInit - -CopyDataInit: - ldr r3, =_sidata - ldr r3, [r3, r1] - str r3, [r0, r1] - adds r1, r1, #4 - -LoopCopyDataInit: - ldr r0, =_sdata - ldr r3, =_edata - adds r2, r0, r1 - cmp r2, r3 - bcc CopyDataInit - ldr r2, =_sbss - b LoopFillZerobss -/* Zero fill the bss segment. */ -FillZerobss: - movs r3, #0 - str r3, [r2], #4 - -LoopFillZerobss: - ldr r3, = _ebss - cmp r2, r3 - bcc FillZerobss - -/* Call the clock system intitialization function.*/ - bl SystemInit -/* Call static constructors */ - bl __libc_init_array -/* Call the application's entry point.*/ - bl main - bx lr -.size Reset_Handler, .-Reset_Handler - -/** - * @brief This is the code that gets called when the processor receives an - * unexpected interrupt. This simply enters an infinite loop, preserving - * the system state for examination by a debugger. - * - * @param None - * @retval : None -*/ - .section .text.Default_Handler,"ax",%progbits -Default_Handler: -Infinite_Loop: - b Infinite_Loop - .size Default_Handler, .-Default_Handler -/****************************************************************************** -* -* The minimal vector table for a Cortex M3. Note that the proper constructs -* must be placed on this to ensure that it ends up at physical address -* 0x0000.0000. -* -******************************************************************************/ - .section .isr_vector,"a",%progbits - .type g_pfnVectors, %object - .size g_pfnVectors, .-g_pfnVectors - - -g_pfnVectors: - - .word _estack - .word Reset_Handler - .word NMI_Handler - .word HardFault_Handler - .word MemManage_Handler - .word BusFault_Handler - .word UsageFault_Handler - .word 0 - .word 0 - .word 0 - .word 0 - .word SVC_Handler - .word DebugMon_Handler - .word 0 - .word PendSV_Handler - .word SysTick_Handler - .word WWDG_IRQHandler - .word PVD_IRQHandler - .word TAMPER_IRQHandler - .word RTC_IRQHandler - .word FLASH_IRQHandler - .word RCC_IRQHandler - .word EXTI0_IRQHandler - .word EXTI1_IRQHandler - .word EXTI2_IRQHandler - .word EXTI3_IRQHandler - .word EXTI4_IRQHandler - .word DMA1_Channel1_IRQHandler - .word DMA1_Channel2_IRQHandler - .word DMA1_Channel3_IRQHandler - .word DMA1_Channel4_IRQHandler - .word DMA1_Channel5_IRQHandler - .word DMA1_Channel6_IRQHandler - .word DMA1_Channel7_IRQHandler - .word ADC1_2_IRQHandler - .word USB_HP_CAN1_TX_IRQHandler - .word USB_LP_CAN1_RX0_IRQHandler - .word CAN1_RX1_IRQHandler - .word CAN1_SCE_IRQHandler - .word EXTI9_5_IRQHandler - .word TIM1_BRK_IRQHandler - .word TIM1_UP_IRQHandler - .word TIM1_TRG_COM_IRQHandler - .word TIM1_CC_IRQHandler - .word TIM2_IRQHandler - .word TIM3_IRQHandler - .word TIM4_IRQHandler - .word I2C1_EV_IRQHandler - .word I2C1_ER_IRQHandler - .word I2C2_EV_IRQHandler - .word I2C2_ER_IRQHandler - .word SPI1_IRQHandler - .word SPI2_IRQHandler - .word USART1_IRQHandler - .word USART2_IRQHandler - .word USART3_IRQHandler - .word EXTI15_10_IRQHandler - .word RTC_Alarm_IRQHandler - .word USBWakeUp_IRQHandler - .word 0 - .word 0 - .word 0 - .word 0 - .word 0 - .word 0 - .word 0 - .word BootRAM /* @0x108. This is for boot in RAM mode for - STM32F10x Medium Density devices. */ - -/******************************************************************************* -* -* Provide weak aliases for each Exception handler to the Default_Handler. -* As they are weak aliases, any function with the same name will override -* this definition. -* -*******************************************************************************/ - - .weak NMI_Handler - .thumb_set NMI_Handler,Default_Handler - - .weak HardFault_Handler - .thumb_set HardFault_Handler,Default_Handler - - .weak MemManage_Handler - .thumb_set MemManage_Handler,Default_Handler - - .weak BusFault_Handler - .thumb_set BusFault_Handler,Default_Handler - - .weak UsageFault_Handler - .thumb_set UsageFault_Handler,Default_Handler - - .weak SVC_Handler - .thumb_set SVC_Handler,Default_Handler - - .weak DebugMon_Handler - .thumb_set DebugMon_Handler,Default_Handler - - .weak PendSV_Handler - .thumb_set PendSV_Handler,Default_Handler - - .weak SysTick_Handler - .thumb_set SysTick_Handler,Default_Handler - - .weak WWDG_IRQHandler - .thumb_set WWDG_IRQHandler,Default_Handler - - .weak PVD_IRQHandler - .thumb_set PVD_IRQHandler,Default_Handler - - .weak TAMPER_IRQHandler - .thumb_set TAMPER_IRQHandler,Default_Handler - - .weak RTC_IRQHandler - .thumb_set RTC_IRQHandler,Default_Handler - - .weak FLASH_IRQHandler - .thumb_set FLASH_IRQHandler,Default_Handler - - .weak RCC_IRQHandler - .thumb_set RCC_IRQHandler,Default_Handler - - .weak EXTI0_IRQHandler - .thumb_set EXTI0_IRQHandler,Default_Handler - - .weak EXTI1_IRQHandler - .thumb_set EXTI1_IRQHandler,Default_Handler - - .weak EXTI2_IRQHandler - .thumb_set EXTI2_IRQHandler,Default_Handler - - .weak EXTI3_IRQHandler - .thumb_set EXTI3_IRQHandler,Default_Handler - - .weak EXTI4_IRQHandler - .thumb_set EXTI4_IRQHandler,Default_Handler - - .weak DMA1_Channel1_IRQHandler - .thumb_set DMA1_Channel1_IRQHandler,Default_Handler - - .weak DMA1_Channel2_IRQHandler - .thumb_set DMA1_Channel2_IRQHandler,Default_Handler - - .weak DMA1_Channel3_IRQHandler - .thumb_set DMA1_Channel3_IRQHandler,Default_Handler - - .weak DMA1_Channel4_IRQHandler - .thumb_set DMA1_Channel4_IRQHandler,Default_Handler - - .weak DMA1_Channel5_IRQHandler - .thumb_set DMA1_Channel5_IRQHandler,Default_Handler - - .weak DMA1_Channel6_IRQHandler - .thumb_set DMA1_Channel6_IRQHandler,Default_Handler - - .weak DMA1_Channel7_IRQHandler - .thumb_set DMA1_Channel7_IRQHandler,Default_Handler - - .weak ADC1_2_IRQHandler - .thumb_set ADC1_2_IRQHandler,Default_Handler - - .weak USB_HP_CAN1_TX_IRQHandler - .thumb_set USB_HP_CAN1_TX_IRQHandler,Default_Handler - - .weak USB_LP_CAN1_RX0_IRQHandler - .thumb_set USB_LP_CAN1_RX0_IRQHandler,Default_Handler - - .weak CAN1_RX1_IRQHandler - .thumb_set CAN1_RX1_IRQHandler,Default_Handler - - .weak CAN1_SCE_IRQHandler - .thumb_set CAN1_SCE_IRQHandler,Default_Handler - - .weak EXTI9_5_IRQHandler - .thumb_set EXTI9_5_IRQHandler,Default_Handler - - .weak TIM1_BRK_IRQHandler - .thumb_set TIM1_BRK_IRQHandler,Default_Handler - - .weak TIM1_UP_IRQHandler - .thumb_set TIM1_UP_IRQHandler,Default_Handler - - .weak TIM1_TRG_COM_IRQHandler - .thumb_set TIM1_TRG_COM_IRQHandler,Default_Handler - - .weak TIM1_CC_IRQHandler - .thumb_set TIM1_CC_IRQHandler,Default_Handler - - .weak TIM2_IRQHandler - .thumb_set TIM2_IRQHandler,Default_Handler - - .weak TIM3_IRQHandler - .thumb_set TIM3_IRQHandler,Default_Handler - - .weak TIM4_IRQHandler - .thumb_set TIM4_IRQHandler,Default_Handler - - .weak I2C1_EV_IRQHandler - .thumb_set I2C1_EV_IRQHandler,Default_Handler - - .weak I2C1_ER_IRQHandler - .thumb_set I2C1_ER_IRQHandler,Default_Handler - - .weak I2C2_EV_IRQHandler - .thumb_set I2C2_EV_IRQHandler,Default_Handler - - .weak I2C2_ER_IRQHandler - .thumb_set I2C2_ER_IRQHandler,Default_Handler - - .weak SPI1_IRQHandler - .thumb_set SPI1_IRQHandler,Default_Handler - - .weak SPI2_IRQHandler - .thumb_set SPI2_IRQHandler,Default_Handler - - .weak USART1_IRQHandler - .thumb_set USART1_IRQHandler,Default_Handler - - .weak USART2_IRQHandler - .thumb_set USART2_IRQHandler,Default_Handler - - .weak USART3_IRQHandler - .thumb_set USART3_IRQHandler,Default_Handler - - .weak EXTI15_10_IRQHandler - .thumb_set EXTI15_10_IRQHandler,Default_Handler - - .weak RTC_Alarm_IRQHandler - .thumb_set RTC_Alarm_IRQHandler,Default_Handler - - .weak USBWakeUp_IRQHandler - .thumb_set USBWakeUp_IRQHandler,Default_Handler - -/************************ (C) COPYRIGHT STMicroelectronics *****END OF FILE****/ - diff --git a/SENT-box/firmware/readme.md b/SENT-box/firmware/readme.md deleted file mode 100644 index 765c0b74..00000000 --- a/SENT-box/firmware/readme.md +++ /dev/null @@ -1,7 +0,0 @@ -J2716 - -https://rusefi.com/forum/viewtopic.php?p=46080#p46080 - -https://en.wikipedia.org/wiki/SENT_%28protocol%29 - -https://www.renesas.com/us/en/document/whp/tutorial-digital-sent-interface-zssc416xzssc417x diff --git a/SENT-box/firmware/sent.cpp b/SENT-box/firmware/sent.cpp deleted file mode 100644 index ef60aca5..00000000 --- a/SENT-box/firmware/sent.cpp +++ /dev/null @@ -1,495 +0,0 @@ -/* - * sent.cpp - * - * Created on: 16 May 2022 - * Author: alexv - */ - -#include "ch.h" -#include "hal.h" - -#include "sent.h" -#include "sent_gm_fuel_sensor.h" - -struct sent_channel { - SM_SENT_enum state; - uint8_t nibbles[SENT_MSG_PAYLOAD_SIZE]; - /* Tick interval in CPU clocks - adjusted on SYNC */ - uint32_t tickClocks; - - /* slow channel stuff */ - struct { - uint16_t data; - uint8_t id; - } scMsg[16]; - uint16_t scMsgFlags; - uint32_t scShift2; /* shift register for bit 2 from status nibble */ - uint32_t scShift3; /* shift register for bit 3 from status nibble */ - bool sc16Bit; /* C-flag */ - -#if SENT_STATISTIC_COUNTERS - /* stats */ - uint32_t PulseCnt; - uint32_t ShortIntervalErr; - uint32_t LongIntervalErr; - uint32_t SyncErr; - uint32_t CrcErrCnt; - uint32_t FrameCnt; -#endif // SENT_STATISTIC_COUNTERS -}; - -static struct sent_channel channels[SENT_CHANNELS_NUM]; - -/* Si7215 decoded data */ -int32_t si7215_magnetic[SENT_CHANNELS_NUM]; -int32_t si7215_counter[SENT_CHANNELS_NUM]; - -SentGmFuelSensor sentGmFuelSensor[SENT_CHANNELS_NUM]; - -#if SENT_DEV == SENT_GM_ETB - -uint16_t sentOpenThrottleVal = 0; -uint16_t sentClosedThrottleVal = 0; - -uint16_t sentOpenTempVal = 0; -uint16_t sentClosedTempVal = 0; - -uint8_t sentRawData = 1; - -uint8_t sent_crc4(uint8_t* pdata, uint16_t ndata); -uint8_t sent_crc4_gm(uint8_t* pdata, uint16_t ndata); - -static int SENT_SlowChannelDecoder(struct sent_channel *ch); - -//#define SENT_TICK (5 * 72) // 5uS @72MHz -#define SENT_TICK (27 * 72 / 10) // 2.7uS @72MHz - -int SENT_Decoder(struct sent_channel *ch, uint16_t clocks) -{ - int ret = 0; - - #if SENT_STATISTIC_COUNTERS - ch->PulseCnt++; - #endif - - /* special case for out-of-sync state */ - if (ch->state == SM_SENT_INIT_STATE) { - /* check is pulse looks like sync with allowed +/-20% deviation */ - int syncClocks = (SENT_SYNC_INTERVAL + SENT_OFFSET_INTERVAL) * SENT_TICK; - - if ((clocks >= (syncClocks * 80 / 100)) && - (clocks <= (syncClocks * 120 / 100))) { - /* calculate tick time */ - ch->tickClocks = (clocks + 56 / 2) / (SENT_SYNC_INTERVAL + SENT_OFFSET_INTERVAL); - /* next state */ - ch->state = SM_SENT_STATUS_STATE; - /* done for this pulse */ - return 0; - } - } - - int interval = (clocks + ch->tickClocks / 2) / ch->tickClocks - SENT_OFFSET_INTERVAL; - - if (interval < 0) { - #if SENT_STATISTIC_COUNTERS - ch->ShortIntervalErr++; - #endif //SENT_STATISTIC_COUNTERS - ch->state = SM_SENT_INIT_STATE; - return -1; - } - - switch(ch->state) - { - case SM_SENT_INIT_STATE: - /* handles above, should not get in here */ - break; - - case SM_SENT_SYNC_STATE: - if (interval == SENT_SYNC_INTERVAL) - {// sync interval - 56 ticks - /* measured tick interval will be used until next sync pulse */ - ch->tickClocks = (clocks + 56 / 2) / (SENT_SYNC_INTERVAL + SENT_OFFSET_INTERVAL); - ch->state = SM_SENT_STATUS_STATE; - } - else - { - #if SENT_STATISTIC_COUNTERS - // Increment sync interval err count - ch->SyncErr++; - if (interval > SENT_SYNC_INTERVAL) - { - ch->LongIntervalErr++; - } - else - { - ch->ShortIntervalErr++; - } - #endif // SENT_STATISTIC_COUNTERS - /* wait for next sync and recalibrate tickClocks */ - ch->state = SM_SENT_INIT_STATE; - } - break; - - case SM_SENT_STATUS_STATE: - case SM_SENT_SIG1_DATA1_STATE: - case SM_SENT_SIG1_DATA2_STATE: - case SM_SENT_SIG1_DATA3_STATE: - case SM_SENT_SIG2_DATA1_STATE: - case SM_SENT_SIG2_DATA2_STATE: - case SM_SENT_SIG2_DATA3_STATE: - case SM_SENT_CRC_STATE: - if(interval <= SENT_MAX_INTERVAL) - { - ch->nibbles[ch->state - SM_SENT_STATUS_STATE] = interval; - - if (ch->state != SM_SENT_CRC_STATE) - { - /* TODO: refactor */ - ch->state = (SM_SENT_enum)((int)ch->state + 1); - } - else - { - #if SENT_STATISTIC_COUNTERS - ch->FrameCnt++; - #endif // SENT_STATISTIC_COUNTERS - /* CRC check */ - if ((ch->nibbles[7] == sent_crc4(ch->nibbles, 7)) || - (ch->nibbles[7] == sent_crc4_gm(ch->nibbles + 1, 6))) - { - // Full packet has been received - ret = 1; - } - else - { - #if SENT_STATISTIC_COUNTERS - ch->CrcErrCnt++; - #endif // SENT_STATISTIC_COUNTERS - ret = -1; - } - ch->state = SM_SENT_SYNC_STATE; - } - } - else - { - #if SENT_STATISTIC_COUNTERS - ch->LongIntervalErr++; - #endif - - ch->state = SM_SENT_INIT_STATE; - } - break; - } - - if (ret > 0) { - /* valid packet received, can process slow channels */ - SENT_SlowChannelDecoder(ch); - } else if (ret < 0) { - /* packet is incorrect, reset slow channel state machine */ - ch->scShift2 = 0; - ch->scShift3 = 0; - } - - return ret; -} - -static int SENT_SlowChannelDecoder(struct sent_channel *ch) -{ - /* bit 2 and bit 3 from status nibble are used to transfer short messages */ - bool b2 = !!(ch->nibbles[0] & (1 << 2)); - bool b3 = !!(ch->nibbles[0] & (1 << 3)); - - /* shift in new data */ - ch->scShift2 = (ch->scShift2 << 1) | b2; - ch->scShift3 = (ch->scShift3 << 1) | b3; - - if (1) { - /* Short Serial Message format */ - - /* 0b1000.0000.0000.0000? */ - if ((ch->scShift3 & 0xffff) == 0x8000) { - /* Done receiving */ - uint8_t id = (ch->scShift2 >> 12) & 0x0f; - - /* TODO: add CRC check */ - ch->scMsg[id].data = (ch->scShift2 >> 4) & 0xff; - ch->scMsg[id].id = id; - ch->scMsgFlags |= (1 << id); - } - } - if (1) { - /* Enhanced Serial Message format */ - - /* 0b11.1111.0xxx.xx0x.xxx0 ? */ - if ((ch->scShift3 & 0x3f821) == 0x3f000) { - uint8_t id; - - /* C: configuration bit is used to indicate 16 bit format */ - ch->sc16Bit = !!(ch->scShift3 & (1 << 10)); - if (!ch->sc16Bit) { - int i; - /* 12 bit message, 8 bit ID */ - id = ((ch->scShift3 >> 1) & 0x0f) | - ((ch->scShift3 >> 2) & 0xf0); - uint16_t data = ch->scShift2 & 0x0fff; /* 12 bit */ - - /* TODO: add crc check */ - /* Find free mainbox or mailbox with same ID */ - /* TODO: allow message box freeing */ - for (i = 0; i < 16; i++) { - if (((ch->scMsgFlags & (1 << i)) == 0) || - (ch->scMsg[i].id == id)) { - ch->scMsg[i].data = data; - ch->scMsg[i].id = id; - ch->scMsgFlags |= (1 << i); - return 0; - } - } - } else { - /* 16 bit message, 4 bit ID */ - uint16_t data; - data = (ch->scShift2 & 0x0fff) | - (((ch->scShift3 >> 1) & 0x0f) << 12); - id = (ch->scShift3 >> 6) & 0x0f; - - /* TODO: add crc check */ - ch->scMsg[id].data = data; /* 16 bit */ - ch->scMsg[id].id = id; /* straight mapping */ - ch->scMsgFlags |= (1 << id); - } - } - } - - return 0; -} - -/* This CRC works for Si7215 for WHOLE message expect last nibble (CRC) */ -uint8_t sent_crc4(uint8_t* pdata, uint16_t ndata) -{ - size_t i; - uint8_t crc = SENT_CRC_SEED; // initialize checksum with seed "0101" - const uint8_t CrcLookup[16] = {0, 13, 7, 10, 14, 3, 9, 4, 1, 12, 6, 11, 15, 2, 8, 5}; - - for (i = 0; i < ndata; i++) - { - crc = crc ^ pdata[i]; - crc = CrcLookup[crc]; - } - - return crc; -} - -/* This CRC works for GM pressure sensor for message minus status nibble and minus CRC nibble */ -/* TODO: double check and use same CRC routine? */ -uint8_t sent_crc4_gm(uint8_t* pdata, uint16_t ndata) -{ - const uint8_t CrcLookup[16] = {0, 13, 7, 10, 14, 3, 9, 4, 1, 12, 6, 11, 15, 2, 8, 5}; - uint8_t calculatedCRC, i; - - calculatedCRC = SENT_CRC_SEED; // initialize checksum with seed "0101" - - for (i = 0; i < ndata; i++) - { - calculatedCRC = CrcLookup[calculatedCRC]; - calculatedCRC = (calculatedCRC ^ pdata[i]) & 0x0F; - } - // One more round with 0 as input - calculatedCRC = CrcLookup[calculatedCRC]; - - return calculatedCRC; -} - - -uint8_t SENT_IsRawData(void) -{ - return sentRawData; -} - -void SENT_SetRawDataProp(void) -{ - sentRawData = 1; -} - -void SENT_ResetRawDataProp(void) -{ - sentRawData = 0; -} - -uint16_t SENT_GetOpenThrottleVal(void) -{ - return sentOpenThrottleVal; -} - -uint16_t SENT_GetClosedThrottleVal(void) -{ - return sentClosedThrottleVal; -} - -/* Stat counters */ -uint32_t SENT_GetShortIntervalErrCnt(void) -{ - #if SENT_STATISTIC_COUNTERS - return channels[0].ShortIntervalErr; - #else - return 0; - #endif -} - -uint32_t SENT_GetLongIntervalErrCnt(void) -{ - #if SENT_STATISTIC_COUNTERS - return channels[0].LongIntervalErr; - #else - return 0; - #endif -} - -uint32_t SENT_GetCrcErrCnt(void) -{ - #if SENT_STATISTIC_COUNTERS - return channels[0].CrcErrCnt; - #else - return 0; - #endif -} - -uint32_t SENT_GetSyncErrCnt(void) -{ - #if SENT_STATISTIC_COUNTERS - return channels[0].SyncErr; - #else - return 0; - #endif -} - -uint32_t SENT_GetSyncCnt(void) -{ - #if SENT_STATISTIC_COUNTERS - return channels[0].PulseCnt; - #else - return 0; - #endif -} - -uint32_t SENT_GetFrameCnt(uint32_t n) -{ - #if SENT_STATISTIC_COUNTERS - return channels[n].FrameCnt; - #else - (void)n; - return 0; - #endif -} - -uint32_t SENT_GetErrPercent(void) -{ - #if SENT_STATISTIC_COUNTERS - return 100 * channels[0].SyncErr / channels[0].PulseCnt; - #else - return 0; - #endif -} - -uint32_t SENT_GetTickTimeNs(void) -{ - return channels[0].tickClocks * 1000 / 72; -} - -/* Debug */ -void SENT_GetRawNibbles(uint8_t* buf) -{ - for(uint8_t i = 0; i < SENT_MSG_PAYLOAD_SIZE; i++) - { - buf[i] = channels[0].nibbles[i]; - } -} - -uint8_t SENT_GetThrottleValPrec(void) -{ - return (100 - ((sentOpenThrottleVal - SENT_THROTTLE_OPEN_VAL) * 100)/(SENT_THROTTLE_CLOSE_VAL - SENT_THROTTLE_OPEN_VAL)); -} - -#endif - -/* Slow Channel */ -uint16_t SENT_GetSlowMessagesFlags(uint32_t n) -{ - return channels[n].scMsgFlags; -} - -uint16_t SENT_GetSlowMessage(uint32_t n, uint32_t i) -{ - return channels[n].scMsg[i].data; -} - -uint16_t SENT_GetSlowMessageID(uint32_t n, uint32_t i) -{ - return channels[n].scMsg[i].id; -} - -/* Si7215 decoded data */ -int32_t Si7215_GetMagneticField(uint32_t n) -{ - return si7215_magnetic[n]; -} - -int32_t Si7215_GetCounter(uint32_t n) -{ - return si7215_counter[n]; -} - -/* 4 per channel should be enougth */ -#define SENT_MB_SIZE (4 * SENT_CH_MAX) - -static msg_t sent_mb_buffer[SENT_MB_SIZE]; -static MAILBOX_DECL(sent_mb, sent_mb_buffer, SENT_MB_SIZE); - -static THD_WORKING_AREA(waSentDecoderThread, 256); - -void SENT_ISR_Handler(uint8_t ch, uint16_t clocks) -{ - /* encode to fin msg_t */ - msg_t msg = (ch << 16) | clocks; - chMBPostI(&sent_mb, msg); -} - -static void SentDecoderThread(void*) -{ - msg_t msg; - while(true) - { - msg_t ret; - - ret = chMBFetchTimeout(&sent_mb, &msg, TIME_INFINITE); - /* TODO: handle ret */ - if (ret == MSG_OK) { - uint16_t tick = msg & 0xffff; - uint8_t channleIndex = (msg >> 16) & 0xff; - struct sent_channel *ch = &channels[channleIndex]; - - if (SENT_Decoder(ch, tick) > 0) { - /* decode Si7215 packet */ - if (((~ch->nibbles[1 + 5]) & 0x0f) == ch->nibbles[1 + 0]) { - si7215_magnetic[channleIndex] = - ((ch->nibbles[1 + 0] << 8) | - (ch->nibbles[1 + 1] << 4) | - (ch->nibbles[1 + 2] << 0)) - 2048; - si7215_counter[channleIndex] = - (ch->nibbles[1 + 3] << 4) | - (ch->nibbles[1 + 4] << 0); - } - /* decode GM DI fuel pressure, temperature sensor */ - if (1) { - sentGmFuelSensor[channleIndex].read(ch->nibbles); - } - } - } - } -} - -void SentDecoder_Init(void) -{ - /* init interval mailbox */ - chMBObjectInit(&sent_mb, sent_mb_buffer, SENT_MB_SIZE); - - chThdCreateStatic(waSentDecoderThread, sizeof(waSentDecoderThread), NORMALPRIO, SentDecoderThread, nullptr); -} diff --git a/SENT-box/firmware/sent.h b/SENT-box/firmware/sent.h deleted file mode 100644 index 9a6af254..00000000 --- a/SENT-box/firmware/sent.h +++ /dev/null @@ -1,97 +0,0 @@ -/* - * sent.h - * - * Created on: 16 May 2022 - * Author: alexv - */ - -#pragma once - -#define SENT_MODE_ICU 1 -#define SENT_MODE_PAL 0 - -#define SENT_SILABS_SENS 0 // Silabs Si7215, tick 5 us -#define SENT_GM_ETB 1 // GM ETB throttle, tick 3.25 us - -#define SENT_DEV SENT_GM_ETB - -#include "sent_conf.h" - -#define SENT_OFFSET_INTERVAL 12 -#define SENT_SYNC_INTERVAL (56 - SENT_OFFSET_INTERVAL) // 56 ticks - 12 - -#define SENT_MIN_INTERVAL 12 -#define SENT_MAX_INTERVAL 15 - -#define SENT_CRC_SEED 0x05 - -/* collect statistic */ -#define SENT_STATISTIC_COUNTERS 1 - -#define SENT_THROTTLE_OPEN_VAL 435 // Sensor position of fully open throttle -#define SENT_THROTTLE_CLOSE_VAL 3665 // Sensor position of fully closed throttle - -enum -{ - SENT_CH1 = 0, - SENT_CH2, -#if SENT_DEV == SENT_SILABS_SENS - SENT_CH3, - SENT_CH4, -#endif - SENT_CH_MAX, -}; - -typedef enum -{ - SM_SENT_INIT_STATE = 0, - SM_SENT_SYNC_STATE, - SM_SENT_STATUS_STATE, - SM_SENT_SIG1_DATA1_STATE, - SM_SENT_SIG1_DATA2_STATE, - SM_SENT_SIG1_DATA3_STATE, - SM_SENT_SIG2_DATA1_STATE, - SM_SENT_SIG2_DATA2_STATE, - SM_SENT_SIG2_DATA3_STATE, - SM_SENT_CRC_STATE, -}SM_SENT_enum; - -/* SENT init */ -void InitSent(); - -/* Decoder task init, called from PAL or ICU implementation */ -void SentDecoder_Init(void); - -/* ISR hook */ -void SENT_ISR_Handler(uint8_t ch, uint16_t val_res); - -uint16_t SENT_GetData(uint8_t ch); - -/* Stat counters */ -uint32_t SENT_GetShortIntervalErrCnt(void); -uint32_t SENT_GetLongIntervalErrCnt(void); -uint32_t SENT_GetCrcErrCnt(void); -uint32_t SENT_GetSyncErrCnt(void); -uint32_t SENT_GetSyncCnt(void); -uint32_t SENT_GetFrameCnt(uint32_t n); -uint32_t SENT_GetErrPercent(void); -uint32_t SENT_GetTickTimeNs(void); - -/* Debug */ -void SENT_GetRawNibbles(uint8_t * buf); - -uint8_t SENT_IsRawData(void); -uint16_t SENT_GetOpenThrottleVal(void); -uint16_t SENT_GetClosedThrottleVal(void); -void SENT_SetRawDataProp(void); -void SENT_ResetRawDataProp(void); -uint8_t SENT_GetThrottleValPrec(void); - -/* Slow Channel */ -uint16_t SENT_GetSlowMessagesFlags(uint32_t n); -uint16_t SENT_GetSlowMessage(uint32_t n, uint32_t i); -uint16_t SENT_GetSlowMessageID(uint32_t n, uint32_t i); - -/* Si7215 decoded data */ -int32_t Si7215_GetMagneticField(uint32_t n); -int32_t Si7215_GetCounter(uint32_t n); diff --git a/SENT-box/firmware/sent_conf.h b/SENT-box/firmware/sent_conf.h deleted file mode 100644 index 1907b3d3..00000000 --- a/SENT-box/firmware/sent_conf.h +++ /dev/null @@ -1,11 +0,0 @@ -#pragma once - -#include "sent.h" - -#if SENT_DEV == SENT_GM_ETB -#define SENT_CHANNELS_NUM 2 // Number of sent channels -#elif SENT_DEV == SENT_SILABS_SENS -#define SENT_CHANNELS_NUM 4 // Number of sent channels -#endif - -#include "sent_constants.h" diff --git a/SENT-box/firmware/sent_gm_fuel_sensor.cpp b/SENT-box/firmware/sent_gm_fuel_sensor.cpp deleted file mode 100644 index fe6dffb7..00000000 --- a/SENT-box/firmware/sent_gm_fuel_sensor.cpp +++ /dev/null @@ -1,2 +0,0 @@ - -#include "sent_gm_fuel_sensor.h" diff --git a/SENT-box/firmware/sent_hw_icu.cpp b/SENT-box/firmware/sent_hw_icu.cpp deleted file mode 100644 index b07c8791..00000000 --- a/SENT-box/firmware/sent_hw_icu.cpp +++ /dev/null @@ -1,125 +0,0 @@ -/* - * sent.cpp - * - * Created on: 16 May 2022 - * Author: alexv - */ - -#include "ch.h" -#include "hal.h" - -#include "sent.h" -#include "sent_hw_icu.h" - -#if SENT_MODE_ICU - -static void icuperiodcb_in1(ICUDriver *icup); -static void icuperiodcb_in2(ICUDriver *icup); -#if SENT_DEV == SENT_SILABS_SENS -static void icuperiodcb_in3(ICUDriver *icup); -static void icuperiodcb_in4(ICUDriver *icup); -#endif - -static ICUConfig icucfg_in1 = -{ - .mode = ICU_INPUT_ACTIVE_LOW, - .frequency = SENT_ICU_FREQ, - .width_cb = NULL, - .period_cb = icuperiodcb_in1, - .overflow_cb = NULL, - .channel = SENT_ICUD_CH1_CH, - .dier = 0U, - .arr = 0xFFFFFFFFU, -}; - -static ICUConfig icucfg_in2 = -{ - ICU_INPUT_ACTIVE_HIGH, - SENT_ICU_FREQ, - NULL, - icuperiodcb_in2, - NULL, - SENT_ICUD_CH2_CH, - 0U, - 0xFFFFFFFFU -}; - -#if SENT_DEV == SENT_SILABS_SENS -static ICUConfig icucfg_in3 = -{ - ICU_INPUT_ACTIVE_HIGH, - SENT_ICU_FREQ, - NULL, - icuperiodcb_in3, - NULL, - SENT_ICUD_CH3_CH, - 0U, - 0xFFFFFFFFU -}; - -static ICUConfig icucfg_in4 = -{ - ICU_INPUT_ACTIVE_HIGH, - SENT_ICU_FREQ, - NULL, - icuperiodcb_in4, - NULL, - SENT_ICUD_CH4_CH, - 0U, - 0xFFFFFFFFU -}; -#endif // SENT_DEV - -static void icuperiodcb_in1(ICUDriver *icup) -{ - SENT_ISR_Handler(SENT_CH1, icuGetPeriodX(icup)); -} - -static void icuperiodcb_in2(ICUDriver *icup) -{ - SENT_ISR_Handler(SENT_CH2, icuGetPeriodX(icup)); -} - -#if SENT_DEV == SENT_SILABS_SENS -static void icuperiodcb_in3(ICUDriver *icup) -{ - SENT_ISR_Handler(SENT_CH3, icuGetPeriodX(icup) >> 1); -} - -static void icuperiodcb_in4(ICUDriver *icup) -{ - SENT_ISR_Handler(SENT_CH4, icuGetPeriodX(icup) >> 1); -} -#endif - -void InitSent() -{ - - //palSetLineMode(HAL_SENT_CH1_LINE, PAL_MODE_INPUT_PULLUP); - //palSetLineMode(HAL_SENT_CH2_LINE, PAL_MODE_INPUT_PULLUP); - - icuStart(&SENT_ICUD_CH1_D, &icucfg_in1); - icuStartCapture(&SENT_ICUD_CH1_D); - icuEnableNotifications(&SENT_ICUD_CH1_D); - -#if 0 - icuStart(&SENT_ICUD_CH2_D, &icucfg_in2); - icuStartCapture(&SENT_ICUD_CH2_D); - icuEnableNotifications(&SENT_ICUD_CH2_D); -#endif - -#if SENT_DEV == SENT_SILABS_SENS - icuStart(&SENT_ICUD_CH3_D, &icucfg_in3); - icuStartCapture(&SENT_ICUD_CH3_D); - icuEnableNotifications(&SENT_ICUD_CH3_D); - - icuStart(&SENT_ICUD_CH4_D, &icucfg_in4); - icuStartCapture(&SENT_ICUD_CH4_D); - icuEnableNotifications(&SENT_ICUD_CH4_D); -#endif - - /* Start decoder thread */ - SentDecoder_Init(); -} - -#endif // SENT_MODE_ICU \ No newline at end of file diff --git a/SENT-box/firmware/sent_hw_icu.h b/SENT-box/firmware/sent_hw_icu.h deleted file mode 100644 index c2973f02..00000000 --- a/SENT-box/firmware/sent_hw_icu.h +++ /dev/null @@ -1,26 +0,0 @@ -/* - * sent.h - * - * Created on: 16 May 2022 - * Author: alexv - */ - -#pragma once - -#define SENT_ICU_FREQ 72000000 // == CPU freq - -// Sent input1 - TIM3 CH1 - PA7 -#define SENT_ICUD_CH1_D ICUD3 -#define SENT_ICUD_CH1_CH ICU_CHANNEL_2 - -// Sent input2 - TIM4 CH1 - PB6 -#define SENT_ICUD_CH2_D ICUD4 -#define SENT_ICUD_CH2_CH ICU_CHANNEL_1 - -// Sent input3 - TIM1 CH1 - PA8 -#define SENT_ICUD_CH3_D ICUD1 -#define SENT_ICUD_CH3_CH ICU_CHANNEL_1 - -// Sent input4 - TIM2 CH2 - PA1 -#define SENT_ICUD_CH4_D ICUD2 -#define SENT_ICUD_CH4_CH ICU_CHANNEL_2 diff --git a/SENT-box/firmware/sent_hw_pal.cpp b/SENT-box/firmware/sent_hw_pal.cpp deleted file mode 100644 index 536dbac1..00000000 --- a/SENT-box/firmware/sent_hw_pal.cpp +++ /dev/null @@ -1,58 +0,0 @@ -/* - * sent.cpp - * - * Created on: 16 May 2022 - * Author: alexv - */ - -#include "ch.h" -#include "hal.h" - -#include "sent.h" -#include "sent_hw_pal.h" - -#if SENT_MODE_PAL - -uint32_t cyccnt_ch_prev[SENT_CH_MAX] = {0}; - -#pragma GCC push_options -#pragma GCC optimize ("O2") - -static void palperiodcb_in(void *arg) -{ - uint32_t cyccnt_ch; - uint16_t cyccnt_ch_period; - int ch = (int)arg; - - cyccnt_ch = port_rt_get_counter_value(); - - if(cyccnt_ch > cyccnt_ch_prev[ch]) - { - cyccnt_ch_period = (uint16_t)((cyccnt_ch - cyccnt_ch_prev[ch])); - } - else - { - cyccnt_ch_period = (uint16_t)((0xFFFFFFFF - cyccnt_ch_prev[ch] + cyccnt_ch)); - } - - cyccnt_ch_prev[ch] = cyccnt_ch; - - SENT_ISR_Handler(ch, cyccnt_ch_period); -} -#pragma GCC pop_options - -void InitSent() -{ - palSetLineMode(HAL_SENT_CH1_LINE, PAL_MODE_INPUT_PULLUP); - palEnableLineEvent(HAL_SENT_CH1_LINE, PAL_EVENT_MODE_FALLING_EDGE); - palSetLineCallback(HAL_SENT_CH1_LINE, (palcallback_t)palperiodcb_in, (void *)SENT_CH1); - - palSetLineMode(HAL_SENT_CH2_LINE, PAL_MODE_INPUT_PULLUP); - palEnableLineEvent(HAL_SENT_CH2_LINE, PAL_EVENT_MODE_FALLING_EDGE); - palSetLineCallback(HAL_SENT_CH2_LINE, (palcallback_t)palperiodcb_in, (void *)SENT_CH1); - - /* Start decoder thread */ - SentDecoder_Init(); -} - -#endif // SENT_MODE_PAL \ No newline at end of file diff --git a/SENT-box/firmware/sent_hw_pal.h b/SENT-box/firmware/sent_hw_pal.h deleted file mode 100644 index ab9f7795..00000000 --- a/SENT-box/firmware/sent_hw_pal.h +++ /dev/null @@ -1,130 +0,0 @@ -/* - * sent.h - * - * Created on: 16 May 2022 - * Author: alexv - */ - -#pragma once - -#include "io_pins.h" - -#define HAL_SENT_CH1_LINE PAL_LINE(HAL_SENT_CH1_LINE_PORT, HAL_SENT_CH1_LINE_PIN) - -#define HAL_SENT_CH2_LINE PAL_LINE(HAL_SENT_CH2_LINE_PORT, HAL_SENT_CH2_LINE_PIN) - -#define CLOCK_TICK 72 // System clock value in MHz - -#if SENT_DEV == SENT_SILABS_SENS -#define SENT_TICK 5 // 5 us - -#define SENT_SYNC_VAL_TICKS 56 - -#define SENT_0_VAL_TICKS 12 -#define SENT_1_VAL_TICKS 13 -#define SENT_2_VAL_TICKS 14 -#define SENT_3_VAL_TICKS 15 -#define SENT_4_VAL_TICKS 16 -#define SENT_5_VAL_TICKS 17 -#define SENT_6_VAL_TICKS 18 -#define SENT_7_VAL_TICKS 19 -#define SENT_8_VAL_TICKS 20 -#define SENT_9_VAL_TICKS 21 -#define SENT_10_VAL_TICKS 22 -#define SENT_11_VAL_TICKS 23 -#define SENT_12_VAL_TICKS 24 -#define SENT_13_VAL_TICKS 25 -#define SENT_14_VAL_TICKS 26 -#define SENT_15_VAL_TICKS 27 - -#define SENT_TICKS_DELTA 208// 2.9 us * 72 - -#define SENT_56_TICKS (56 * SENT_TICK * CLOCK_TICK) - -#define SENT_12_TICKS (12 * SENT_TICK * CLOCK_TICK) -#define SENT_13_TICKS (13 * SENT_TICK * CLOCK_TICK) -#define SENT_14_TICKS (14 * SENT_TICK * CLOCK_TICK) -#define SENT_15_TICKS (15 * SENT_TICK * CLOCK_TICK) -#define SENT_16_TICKS (16 * SENT_TICK * CLOCK_TICK) -#define SENT_17_TICKS (17 * SENT_TICK * CLOCK_TICK) -#define SENT_18_TICKS (18 * SENT_TICK * CLOCK_TICK) -#define SENT_19_TICKS (19 * SENT_TICK * CLOCK_TICK) -#define SENT_20_TICKS (20 * SENT_TICK * CLOCK_TICK) -#define SENT_21_TICKS (21 * SENT_TICK * CLOCK_TICK) -#define SENT_22_TICKS (22 * SENT_TICK * CLOCK_TICK) -#define SENT_23_TICKS (23 * SENT_TICK * CLOCK_TICK) -#define SENT_24_TICKS (24 * SENT_TICK * CLOCK_TICK) -#define SENT_25_TICKS (25 * SENT_TICK * CLOCK_TICK) -#define SENT_26_TICKS (26 * SENT_TICK * CLOCK_TICK) -#define SENT_27_TICKS (27 * SENT_TICK * CLOCK_TICK) - -// SYNC 56 ticks - 280 us -#define SENT_56_TICKS_MAX SENT_56_TICKS + SENT_TICKS_DELTA -#define SENT_56_TICKS_MIN SENT_56_TICKS - SENT_TICKS_DELTA - -// 0 -#define SENT_12_TICKS_MAX SENT_12_TICKS + SENT_TICKS_DELTA -#define SENT_12_TICKS_MIN SENT_12_TICKS - SENT_TICKS_DELTA - -// 1 -#define SENT_13_TICKS_MAX SENT_13_TICKS + SENT_TICKS_DELTA -#define SENT_13_TICKS_MIN SENT_13_TICKS - SENT_TICKS_DELTA - -// 2 -#define SENT_14_TICKS_MAX SENT_14_TICKS + SENT_TICKS_DELTA -#define SENT_14_TICKS_MIN SENT_14_TICKS - SENT_TICKS_DELTA - -// 3 -#define SENT_15_TICKS_MAX SENT_15_TICKS + SENT_TICKS_DELTA -#define SENT_15_TICKS_MIN SENT_15_TICKS - SENT_TICKS_DELTA - -// 4 -#define SENT_16_TICKS_MAX SENT_16_TICKS + SENT_TICKS_DELTA -#define SENT_16_TICKS_MIN SENT_16_TICKS - SENT_TICKS_DELTA - -// 5 -#define SENT_17_TICKS_MAX SENT_17_TICKS + SENT_TICKS_DELTA -#define SENT_17_TICKS_MIN SENT_17_TICKS - SENT_TICKS_DELTA - -// 6 -#define SENT_18_TICKS_MAX SENT_18_TICKS + SENT_TICKS_DELTA -#define SENT_18_TICKS_MIN SENT_18_TICKS - SENT_TICKS_DELTA - -// 7 -#define SENT_19_TICKS_MAX SENT_19_TICKS + SENT_TICKS_DELTA -#define SENT_19_TICKS_MIN SENT_19_TICKS - SENT_TICKS_DELTA - -// 8 -#define SENT_20_TICKS_MAX SENT_20_TICKS + SENT_TICKS_DELTA -#define SENT_20_TICKS_MIN SENT_20_TICKS - SENT_TICKS_DELTA - -// 9 -#define SENT_21_TICKS_MAX SENT_21_TICKS + SENT_TICKS_DELTA -#define SENT_21_TICKS_MIN SENT_21_TICKS - SENT_TICKS_DELTA - -// 10 -#define SENT_22_TICKS_MAX SENT_22_TICKS + SENT_TICKS_DELTA -#define SENT_22_TICKS_MIN SENT_22_TICKS - SENT_TICKS_DELTA - -// 11 -#define SENT_23_TICKS_MAX SENT_23_TICKS + SENT_TICKS_DELTA -#define SENT_23_TICKS_MIN SENT_23_TICKS - SENT_TICKS_DELTA - -// 12 -#define SENT_24_TICKS_MAX SENT_24_TICKS + SENT_TICKS_DELTA -#define SENT_24_TICKS_MIN SENT_24_TICKS - SENT_TICKS_DELTA - -// 13 -#define SENT_25_TICKS_MAX SENT_25_TICKS + SENT_TICKS_DELTA -#define SENT_25_TICKS_MIN SENT_25_TICKS - SENT_TICKS_DELTA - -// 14 -#define SENT_26_TICKS_MAX SENT_26_TICKS + SENT_TICKS_DELTA -#define SENT_26_TICKS_MIN SENT_26_TICKS - SENT_TICKS_DELTA - -// 15 -#define SENT_27_TICKS_MAX SENT_27_TICKS + SENT_TICKS_DELTA -#define SENT_27_TICKS_MIN SENT_27_TICKS - SENT_TICKS_DELTA -#endif // SENT_SILABS_SENS - -uint8_t SENT_GetTickValue(uint16_t dwt_val); diff --git a/SENT-box/firmware/sent_sirlabs.cpp b/SENT-box/firmware/sent_sirlabs.cpp deleted file mode 100644 index 83f65ad3..00000000 --- a/SENT-box/firmware/sent_sirlabs.cpp +++ /dev/null @@ -1,249 +0,0 @@ - - -/* -todo all these arrays of [SENT_CHANNELS_NUM] -class sent_state { - uint8_t currentCrc = 0; -}; - -sent_state states[SENT_CHANNELS_NUM]; -*/ - -uint8_t sentCrc[SENT_CHANNELS_NUM] = {0}; - -// Value sensor arr -uint16_t sentValArr[SENT_CHANNELS_NUM] = {0}; - -// -uint16_t sentTempValArr[SENT_CHANNELS_NUM] = {0}; - -// Roll counter arr -uint8_t sentRollCnt[SENT_CHANNELS_NUM] = {0}; -uint8_t sentRollCntPrev[SENT_CHANNELS_NUM] = {0}; - -uint16_t SENT_GetData(uint8_t ch) -{ - return sentValArr[ch]; -} - -uint32_t sentMinIntervalErr = 0; - -uint32_t SENT_GetMinIntervalErrCnt(void) -{ - return sentMinIntervalErr; -} - -static const uint8_t SENT_CRC4_tbl[16] = -{ - 0, 13, 7, 10, 14, 3, 9, 4, 1, 12, 6, 11, 15, 2, 8, 5 -}; - - -#if SENT_DEV == SENT_SILABS_SENS -void SENT_ISR_Handler(uint8_t ch, uint16_t val_res) -{ - { - if(val_res < SENT_MIN_INTERVAL) - {// sent interval less than min interval - sentMinIntervalErr++; - - sentSMstate[ch] = SM_SENT_SYNC_STATE; - } - else - { - val_res -= SENT_OFFSET_INTERVAL; - - { - switch(sentSMstate[ch]) - { - case SM_SENT_INIT_STATE: -#if SENT_ERR_PERCENT - sentPulseCnt++; -#endif - - if(val_res == SENT_SYNC_INTERVAL) - {// sync interval - 56 ticks - sentSMstate[ch] = SM_SENT_STATUS_STATE; - } - break; - - case SM_SENT_SYNC_STATE: -#if SENT_ERR_PERCENT - sentPulseCnt++; -#endif - - if(val_res == SENT_SYNC_INTERVAL) - {// sync interval - 56 ticks - sentTempValArr[ch] = 0; - - sentSMstate[ch] = SM_SENT_STATUS_STATE; - } - else - { - // Increment sync interval err count - sentSyncErr++; - -#if SENT_ERR_PERCENT - // Calc err percentage - err_per = ((float)sentSyncErr/(float)sentPulseCnt)*100; -#endif - } - break; - - case SM_SENT_STATUS_STATE: - // status interval - if(val_res > SENT_MAX_INTERVAL) - { - sentMaxIntervalErr++; - - sentSMstate[ch] = SM_SENT_SYNC_STATE; - } - else - { - sentStat[ch] = val_res; - - if(sentStat[ch]) - { - sentStatusErr++; - } - - sentSMstate[ch] = SM_SENT_SIG1_DATA1_STATE; - } - break; - - case SM_SENT_SIG1_DATA1_STATE: - if(val_res > SENT_MAX_INTERVAL) - { - sentMaxIntervalErr++; - - sentSMstate[ch] = SM_SENT_SYNC_STATE; - } - else - { - sentCrc[ch] = val_res ^ SENT_CRC4_tbl[SENT_CRC_SEED]; - - sentTempValArr[ch] = ((uint16_t)(val_res) << 8); - - sentSMstate[ch] = SM_SENT_SIG1_DATA2_STATE; - } - break; - - case SM_SENT_SIG1_DATA2_STATE: - if(val_res > SENT_MAX_INTERVAL) - { - sentMaxIntervalErr++; - - sentSMstate[ch] = SM_SENT_SYNC_STATE; - } - else - { - sentCrc[ch] = val_res ^ SENT_CRC4_tbl[sentCrc[ch]]; - - sentTempValArr[ch] |= ((uint16_t)(val_res) << 4); - - sentSMstate[ch] = SM_SENT_SIG1_DATA3_STATE; - } - break; - - case SM_SENT_SIG1_DATA3_STATE: - if(val_res > SENT_MAX_INTERVAL) - { - sentMaxIntervalErr++; - - sentSMstate[ch] = SM_SENT_SYNC_STATE; - } - else - { - sentCrc[ch] = val_res ^ SENT_CRC4_tbl[sentCrc[ch]]; - - sentTempValArr[ch] |= (val_res); - - sentSMstate[ch] = SM_SENT_SIG2_DATA1_STATE; - } - break; - - case SM_SENT_SIG2_DATA1_STATE: - if(val_res > SENT_MAX_INTERVAL) - { - sentMaxIntervalErr++; - - sentSMstate[ch] = SM_SENT_SYNC_STATE; - } - else - { - sentCrc[ch] = val_res ^ SENT_CRC4_tbl[sentCrc[ch]]; - - sentRollCnt[ch] = ((uint8_t)(val_res) << 4); - - sentSMstate[ch] = SM_SENT_SIG2_DATA2_STATE; - } - break; - - case SM_SENT_SIG2_DATA2_STATE: - if(val_res > SENT_MAX_INTERVAL) - { - sentMaxIntervalErr++; - - sentSMstate[ch] = SM_SENT_SYNC_STATE; - } - else - { - sentCrc[ch] = val_res ^ SENT_CRC4_tbl[sentCrc[ch]]; - - sentRollCnt[ch] |= ((uint8_t)(val_res)); - - sentSMstate[ch] = SM_SENT_SIG2_DATA3_STATE; - } - break; - - case SM_SENT_SIG2_DATA3_STATE: - if(val_res > SENT_MAX_INTERVAL) - { - sentMaxIntervalErr++; - - sentSMstate[ch] = SM_SENT_SYNC_STATE; - } - else - { - sentCrc[ch] = val_res ^ SENT_CRC4_tbl[sentCrc[ch]]; - - sentSMstate[ch] = SM_SENT_CRC_STATE; - } - break; - - case SM_SENT_CRC_STATE: - if(val_res > SENT_MAX_INTERVAL) - { - sentMaxIntervalErr++; - } - else - { - // Check msg number - if(sentRollCnt[ch] != (uint8_t)(sentRollCntPrev[ch] + 1)) - {// Msg lost - // Increment msg number err count - sentRollErrCnt++; - } - - sentRollCntPrev[ch] = sentRollCnt[ch]; - - // Check crc - if((uint8_t)(val_res) == SENT_CRC4_tbl[sentCrc[ch]]) - { - sentValArr[ch] = sentTempValArr[ch]; - } - else - { - // Increment crc err count - sentCrcErrCnt++; - } - } - - sentSMstate[ch] = SM_SENT_SYNC_STATE; - break; - } - } - } - } -} -#endif diff --git a/SENT-box/firmware/uart.cpp b/SENT-box/firmware/uart.cpp deleted file mode 100644 index 64741220..00000000 --- a/SENT-box/firmware/uart.cpp +++ /dev/null @@ -1,141 +0,0 @@ -#include "ch.h" -#include "hal.h" -#include "chprintf.h" - -#include "uart.h" -#include "sent.h" -#include "io_pins.h" -#include "mcu-util.h" -#include "sent_gm_fuel_sensor.h" - -extern SentGmFuelSensor sentGmFuelSensor[SENT_CHANNELS_NUM]; - -static const UARTConfig uartCfg = -{ - .txend1_cb = nullptr, - .txend2_cb = nullptr, - .rxend_cb = nullptr, - .rxchar_cb = nullptr, - .rxerr_cb = nullptr, - .timeout_cb = nullptr, - -#ifdef STM32F0XX - .timeout = 0, -#endif - - .speed = UART_BAUD_RATE, - .cr1 = 0, - .cr2 = 0, - .cr3 = 0, - .rxhalf_cb = nullptr, -}; - -#define BUFFER_SIZE 300 - -static char printBuffer[BUFFER_SIZE]; - -static THD_WORKING_AREA(waUartThread, 256); - -static void UartThread(void*) -{ - while(true) - { - size_t writeCount = 0; -#if SENT_DEV == SENT_GM_ETB - if (1) - { - uint8_t ptr[8]; - - SENT_GetRawNibbles(ptr); - writeCount += chsnprintf(printBuffer + writeCount, BUFFER_SIZE - writeCount, - "nibbles: ST=%x D=%x:%x:%x:%x:%x:%x CRC=%x", - ptr[0], ptr[1], ptr[2], ptr[3], ptr[4], ptr[5], ptr[6], ptr[7] - ); - - writeCount += chsnprintf(printBuffer + writeCount, BUFFER_SIZE - writeCount, - " Errs Short: %06d Long: %06d Sync: %06d CRC: %06d (%03d %%). Frames: %06d\r\n", - SENT_GetShortIntervalErrCnt(), SENT_GetLongIntervalErrCnt(), SENT_GetSyncErrCnt(), SENT_GetCrcErrCnt(), - SENT_GetCrcErrCnt() * 100 / SENT_GetFrameCnt(0), - SENT_GetFrameCnt(0) - ); - - } - if(SENT_IsRawData()) - { - #if 0 - writeCount += chsnprintf(printBuffer + writeCount, BUFFER_SIZE - writeCount, - " Si7215: %04d * 0.1 mT cnt %03d. Tick = %04d nS. Errs Short: %06d Long: %06d Sync: %06d CRC: %06d. Frames: %06d\r\n", - Si7215_GetMagneticField(0), Si7215_GetCounter(0), - SENT_GetTickTimeNs(), - SENT_GetShortIntervalErrCnt(), SENT_GetLongIntervalErrCnt(), SENT_GetSyncErrCnt(), SENT_GetCrcErrCnt(), - SENT_GetFrameCnt(0) - ); - #else - uint32_t gm_pressure = sentGmFuelSensor[0].gm_GetPressure(); - writeCount += chsnprintf(printBuffer + writeCount, BUFFER_SIZE - writeCount, - " GM: St %x, Sig0 %04d, Sig1 %04d, %d.%03d Atm Tick = %04d nS.\r\n", - sentGmFuelSensor[0].gm_GetStat(), sentGmFuelSensor[0].gm_GetSig0(), - sentGmFuelSensor[0].gm_GetSig1(), gm_pressure / 1000, gm_pressure % 1000, - SENT_GetTickTimeNs() - ); - - uint16_t mask = SENT_GetSlowMessagesFlags(0); - int i; - for (i = 0; i < 16; i++) { - if (mask & (1 << i)) { - uint16_t id = SENT_GetSlowMessageID(0, i); - uint16_t msg = SENT_GetSlowMessage(0, i); - if ((id == 16) || (id == 22)) - { - /* these messages looks loke temperature */ - writeCount += chsnprintf(printBuffer + writeCount, BUFFER_SIZE - writeCount, - " msg %d: 0x%04x (%d), T = %d.%05dC ?\r\n", - id, msg, msg, msg / 32, (msg % 32) * 3125 - ); - } - else - { - writeCount += chsnprintf(printBuffer + writeCount, BUFFER_SIZE - writeCount, - " msg %d: 0x%04x (%d)\r\n", - SENT_GetSlowMessageID(0, i), SENT_GetSlowMessage(0, i), SENT_GetSlowMessage(0, i) - ); - } - } - } - #endif - } - else - { - writeCount += chsnprintf(printBuffer + writeCount, BUFFER_SIZE - writeCount, - "ETB %04d %04d pos=%03d err %06d %06d s_e=%06d c_err=%06d sync=%06d rate=%04d\r\n", - SENT_GetOpenThrottleVal(), SENT_GetClosedThrottleVal(), SENT_GetThrottleValPrec(), - SENT_GetShortIntervalErrCnt(), SENT_GetLongIntervalErrCnt(), SENT_GetSyncErrCnt(), SENT_GetCrcErrCnt(), - SENT_GetSyncCnt(), - SENT_GetErrPercent() - ); - } -#elif SENT_DEV == SENT_SILABS_SENS - writeCount += chsnprintf(printBuffer + writeCount, BUFFER_SIZE - writeCount, - "%04d %04d %04d %04d err %06d %06d %06d %06d %06d\r\n", - SENT_GetData(SENT_CH1), SENT_GetData(SENT_CH2), SENT_GetData(SENT_CH3), SENT_GetData(SENT_CH4), - SENT_GetMinIntervalErrCnt(), SENT_GetMaxIntervalErrCnt(), SENT_GetSyncErrCnt(), - SENT_GetCrcErrCnt(), SENT_GetSyncCnt() - ); -#endif - uartStartSend(&UARTD1, writeCount, printBuffer); - - chThdSleepMilliseconds(100); - } -} - -void InitUart() -{ - // stm32 TX/UART1 - dongle RX often White - palSetPadMode(UART_GPIO_PORT, UART_TX_PIN, PAL_MODE_STM32_ALTERNATE_PUSHPULL ); - // stm32 RX/UART1 - dongle TX often Green - palSetPadMode(UART_GPIO_PORT,UART_RX_PIN, PAL_MODE_INPUT_PULLUP ); - - uartStart(&UARTD1, &uartCfg); - - chThdCreateStatic(waUartThread, sizeof(waUartThread), NORMALPRIO, UartThread, nullptr); -} diff --git a/SENT-box/firmware/uart.h b/SENT-box/firmware/uart.h deleted file mode 100644 index 42637f4a..00000000 --- a/SENT-box/firmware/uart.h +++ /dev/null @@ -1,3 +0,0 @@ -#pragma once - -void InitUart(); diff --git a/SENT-box/firmware/update_can.bat b/SENT-box/firmware/update_can.bat deleted file mode 100644 index 5fcb2563..00000000 --- a/SENT-box/firmware/update_can.bat +++ /dev/null @@ -1 +0,0 @@ -bash.exe update_can.sh diff --git a/SENT-box/firmware/update_can.sh b/SENT-box/firmware/update_can.sh deleted file mode 100755 index 7da1adf3..00000000 --- a/SENT-box/firmware/update_can.sh +++ /dev/null @@ -1,5 +0,0 @@ -#!/bin/bash - -set -e - -../../ext/openblt/Host/BootCommander.exe -s=xcp -t=xcp_can -d=peak_pcanusb -t1=1000 -t3=2000 -t4=10000 -t5=1000 -t7=2000 build/sent_box_blue_pill.srec \ No newline at end of file diff --git a/SENT-box/unit_tests/Makefile b/SENT-box/unit_tests/Makefile deleted file mode 100644 index b93473bb..00000000 --- a/SENT-box/unit_tests/Makefile +++ /dev/null @@ -1,19 +0,0 @@ -############################################################################## -# Build global options -# NOTE: Can be overridden externally. -# - - -# Imported source files and paths - - -# C++ sources that can be compiled in ARM or THUMB mode depending on the global -# setting. -CPPSRC += main.cpp \ - logicdata_csv_reader.cpp - - -INCDIR += \ - - -include unit_test_rules.mk diff --git a/SENT-box/unit_tests/logicdata_csv_reader.cpp b/SENT-box/unit_tests/logicdata_csv_reader.cpp deleted file mode 100644 index 3c5f3ed2..00000000 --- a/SENT-box/unit_tests/logicdata_csv_reader.cpp +++ /dev/null @@ -1,90 +0,0 @@ -/* - * @file logicdata_csv_reader.cpp - * - * @date Jun 26, 2021 - * @author Andrey Belomutskiy, (c) 2012-2021 - */ - -#include "logicdata_csv_reader.h" -#include -#include -#include - -static char* trim(char *str) { - while (str != nullptr && str[0] == ' ') { - str++; - } - return str; -} - -CsvReader::~CsvReader() { - if (fp) { - fclose(fp); - } -} - -void CsvReader::open(const char *fileName) { - printf("Reading from %s\r\n", fileName); - fp = fopen(fileName, "r"); -// ASSERT_TRUE(fp != nullptr); -} - -bool CsvReader::haveMore() { - bool result = fgets(buffer, sizeof(buffer), fp) != nullptr; - m_lineIndex++; - if (m_lineIndex == 0) { - // skip header - return haveMore(); - } - - if (m_lineIndex == 100) { - printf("It was enough\r\n"); - exit(0); - } - - return result; -} - -double CsvReader::readTimestampAndValues(double *v) { - const char s[2] = ","; - char *line = buffer; - - char *timeStampstr = trim(strtok(line, s)); - double timeStamp = std::stod(timeStampstr); - - for (size_t i = 0; i < 1; i++) { - char *triggerToken = trim(strtok(nullptr, s)); - v[i] = std::stod(triggerToken); - } - - return timeStamp; -} - -void CsvReader::processLine(void *arg) { - const char s[2] = ","; - char *timeStampstr = trim(strtok(buffer, s)); - - bool newState[1]; - - for (size_t i = 0;i<1;i++) { - char * triggerToken = trim(strtok(nullptr, s)); - newState[0] = triggerToken[0] == '1'; - } - - if (timeStampstr == nullptr) { -// firmwareError(OBD_PCM_Processor_Fault, "End of File"); - return; - } - - double timeStamp = std::stod(timeStampstr); - - timeStamp += m_timestampOffset; - - printf("timestamp %.11f %d\r\n", timeStamp, newState[0]); -} - -void CsvReader::readLine(void *arg) { - if (!haveMore()) - return; - processLine(arg); -} diff --git a/SENT-box/unit_tests/logicdata_csv_reader.h b/SENT-box/unit_tests/logicdata_csv_reader.h deleted file mode 100644 index 6b1d464b..00000000 --- a/SENT-box/unit_tests/logicdata_csv_reader.h +++ /dev/null @@ -1,33 +0,0 @@ -/* - * @file logicdata_csv_reader.h - * - * @date Jun 26, 2021 - * @author Andrey Belomutskiy, (c) 2012-2021 - */ -#include - -class CsvReader { -public: - ~CsvReader(); - - void open(const char *fileName); - bool haveMore(); - void processLine(void *arg); - void readLine(void *arg); - double readTimestampAndValues(double *v); - - int lineIndex() const { - return m_lineIndex; - } - -private: - const double m_timestampOffset = 0; - - FILE *fp = nullptr; - char buffer[255]; - - bool currentStatex = 0; - - int m_lineIndex = -1; -}; - diff --git a/SENT-box/unit_tests/main.cpp b/SENT-box/unit_tests/main.cpp deleted file mode 100644 index 0b827320..00000000 --- a/SENT-box/unit_tests/main.cpp +++ /dev/null @@ -1,33 +0,0 @@ -/** - * @file main.cpp - * @file Unit tests of SENT - * - * @author Andrey Belomutskiy, (c) 2012-2022 - */ - - -#include -#include "logicdata_csv_reader.h" - -bool hasInitGtest = false; - -int main(int argc, char **argv) { - hasInitGtest = true; - - - printf("Hello SENT tests\r\n"); - - { - CsvReader r; - r.open("../SENT-recordings/SENT-ETB.csv"); - - while (r.haveMore()) { - r.processLine(nullptr); - } - } - - - int result = 0; - // windows ERRORLEVEL in Jenkins batch file seems to want negative value to detect failure - return result == 0 ? 0 : -1; -} diff --git a/SENT-box/unit_tests/rules.mk b/SENT-box/unit_tests/rules.mk deleted file mode 100644 index 30a96794..00000000 --- a/SENT-box/unit_tests/rules.mk +++ /dev/null @@ -1,169 +0,0 @@ -# ARM Cortex-Mx common makefile scripts and rules. - -ifeq ($(BUILDDIR),) - # Define if not specified - BUILDDIR = build -endif -ifeq ($(BUILDDIR),.) - # Redefine if pointing at current folder - BUILDDIR = build -endif -BINARY_OUTPUT = $(BUILDDIR)/$(PROJECT) - -ifeq ($(OS),Windows_NT) - # todo: something is not right here how can we avoid explicit suffix? - # should not gcc figure it out based on 'shared' option? - SHARED_OUTPUT = $(BUILDDIR)/_$(PROJECT) - SHARED_OUTPUT_OPT = $(SHARED_OUTPUT).dll -else - SHARED_OUTPUT = $(BUILDDIR)/lib_$(PROJECT) - SHARED_OUTPUT_OPT = $(SHARED_OUTPUT).so -endif - -# Automatic compiler options -OPT = $(USE_OPT) -COPT = $(USE_COPT) -CPPOPT = $(USE_CPPOPT) -ifeq ($(USE_LINK_GC),yes) - OPT += -ffunction-sections -fdata-sections -fno-common -endif - -ACSRC += $(CSRC) -ACPPSRC += $(CPPSRC) - -ASRC = $(ACSRC)$(ACPPSRC) -SRCPATHS = $(sort $(dir $(ASMXSRC)) $(dir $(ASMSRC)) $(dir $(ASRC))) - -# Various directories -OBJDIR = $(BUILDDIR)/obj -LSTDIR = $(BUILDDIR)/lst - -# Object files groups -ACOBJS = $(addprefix $(OBJDIR)/, $(notdir $(ACSRC:.c=.o))) -ACPPOBJS = $(addprefix $(OBJDIR)/, $(notdir $(ACPPSRC:.cpp=.o))) -ASMOBJS = $(addprefix $(OBJDIR)/, $(notdir $(ASMSRC:.s=.o))) -ASMXOBJS = $(addprefix $(OBJDIR)/, $(notdir $(ASMXSRC:.S=.o))) -OBJS = $(ASMXOBJS) $(ASMOBJS) $(ACOBJS) $(ACPPOBJS) - -# Paths -IINCDIR = $(patsubst %,-I%,$(INCDIR) $(DINCDIR) $(UINCDIR)) -LLIBDIR = $(patsubst %,-L%,$(DLIBDIR) $(ULIBDIR)) - -# Macros -DEFS = $(DDEFS) $(UDEFS) -ADEFS = $(DADEFS) $(UADEFS) - -# Libs -LIBS = $(DLIBS) $(ULIBS) - -# Various settings -ifeq ($(IS_MAC),yes) - ODFLAGS = -x --syms - ASFLAGS = $(MCFLAGS) -Wa $(ADEFS) - ASXFLAGS = $(MCFLAGS) -Wa $(ADEFS) - CFLAGS = $(MCFLAGS) $(OPT) $(COPT) $(CWARN) $(DEFS) - CPPFLAGS = $(MCFLAGS) $(OPT) $(CPPOPT) $(CPPWARN) $(DEFS) - LDFLAGS = $(MCFLAGS) $(LLIBDIR) -else - # not mac - ODFLAGS = -x --syms - ASFLAGS = $(MCFLAGS) $(ADEFS) - ASXFLAGS = $(MCFLAGS) $(ADEFS) - CFLAGS = $(MCFLAGS) $(OPT) $(COPT) $(CWARN) $(DEFS) - CPPFLAGS = $(MCFLAGS) $(OPT) $(CPPOPT) $(CPPWARN) $(DEFS) - ifeq ($(USE_LINK_GC),yes) - LDFLAGS = $(MCFLAGS) -Wl,-Map=$(BINARY_OUTPUT).map,--cref,--no-warn-mismatch,--gc-sections $(LLIBDIR) - else - LDFLAGS = $(MCFLAGS) -Wl,-Map=$(BINARY_OUTPUT).map,--cref,--no-warn-mismatch $(LLIBDIR) - endif -endif - -# Generate dependency information -CFLAGS += -MD -MP -MF .dep/$(@F).d -CPPFLAGS += -MD -MP -MF .dep/$(@F).d - -# Paths where to search for sources -VPATH = $(SRCPATHS) - -# -# Makefile rules -# - -all: $(OBJS) $(BINARY_OUTPUT) MAKE_ALL_RULE_HOOK - -MAKE_ALL_RULE_HOOK: - -$(OBJS): | $(BUILDDIR) - -$(BUILDDIR) $(OBJDIR) $(LSTDIR): -ifneq ($(USE_VERBOSE_COMPILE),yes) - @echo Compiler Options - @echo $(CPPC) -c $(CPPFLAGS) -I. $(IINCDIR) main.cpp -o main.o - @echo -endif - mkdir -p $(OBJDIR) - mkdir -p $(LSTDIR) - -$(ACPPOBJS) : $(OBJDIR)/%.o : %.cpp Makefile -ifeq ($(USE_VERBOSE_COMPILE),yes) - @echo - $(CPPC) -c $(CPPFLAGS) $(AOPT) -I. $(IINCDIR) $< -o $@ -else - @echo Compiling $(/dev/null) $(wildcard .dep/*) - -# *** EOF *** diff --git a/SENT-box/unit_tests/unit_test_rules.mk b/SENT-box/unit_tests/unit_test_rules.mk deleted file mode 100644 index 73f4340f..00000000 --- a/SENT-box/unit_tests/unit_test_rules.mk +++ /dev/null @@ -1,231 +0,0 @@ -UNIT_TESTS_DIR=. - -#CPPSRC += gtest-all.cpp \ -# gmock-all.cpp \ - - -INCDIR += ../ext/googletest/googlemock/include \ - ../ext/googletest/googletest \ - ../ext/googletest/googletest/include \ - -#PCH_DIR = ../firmware/pch -#PCHSRC = $(PCH_DIR)/pch.h -#PCHSUB = unit_tests - -# include $(PROJECT_DIR)/rusefi_rules.mk - -# User may want to pass in a forced value for SANITIZE -ifeq ($(SANITIZE),) - ifneq ($(OS),Windows_NT) - SANITIZE = yes - else - SANITIZE = no - endif -endif - -IS_MAC = no -ifneq ($(OS),Windows_NT) - UNAME_S := $(shell uname -s) - ifeq ($(UNAME_S),Darwin) - IS_MAC = yes - endif -endif - -# Compiler options here. -ifeq ($(USE_OPT),) -# -O2 is needed for mingw, without it there is a linking issue to isnanf?!?! - #USE_OPT = $(RFLAGS) -O2 -fgnu89-inline -ggdb -fomit-frame-pointer -falign-functions=16 -std=gnu99 -Werror-implicit-function-declaration -Werror -Wno-error=pointer-sign -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=sign-compare -Wno-error=unused-parameter -Wno-error=missing-field-initializers - USE_OPT = -c -Wall -O0 -ggdb -g - USE_OPT += -Werror=missing-field-initializers -endif - -ifeq ($(COVERAGE),yes) - USE_OPT += -fprofile-arcs -ftest-coverage -endif - - -#TODO! this is a nice goal -#USE_OPT += $(RUSEFI_OPT) -#USE_OPT += -Wno-error=format= -Wno-error=register -Wno-error=write-strings - -# See explanation in main firmware Makefile for these three defines -USE_OPT += -DEFI_UNIT_TEST=1 -DEFI_PROD_CODE=0 -DEFI_SIMULATOR=0 - -# Pretend we are all different hardware so that all canned engine configs are included -USE_OPT += -DHW_MICRO_RUSEFI=1 -DHW_PROTEUS=1 -DHW_FRANKENSO=1 -DHW_HELLEN=1 - -ifeq ($(CCACHE_DIR),) - $(info No CCACHE_DIR) -else - $(info CCACHE_DIR is ${CCACHE_DIR}) - CCPREFIX=ccache -endif - -# C specific options here (added to USE_OPT). -ifeq ($(USE_COPT),) - USE_COPT = -std=gnu99 -fgnu89-inline -endif - -# C++ specific options here (added to USE_OPT). -ifeq ($(USE_CPPOPT),) - USE_CPPOPT = -std=gnu++2a -fno-rtti -fno-use-cxa-atexit -endif - -# Enable address sanitizer for C++ files, but not on Windows since x86_64-w64-mingw32-g++ doesn't support it. -# only c++ because lua does some things asan doesn't like, but don't actually cause overruns. -ifeq ($(SANITIZE),yes) - ifeq ($(IS_MAC),yes) - USE_CPPOPT += -fsanitize=address - else - USE_CPPOPT += -fsanitize=address -fsanitize=bounds-strict -fno-sanitize-recover=all - endif -endif - -# Enable this if you want the linker to remove unused code and data -ifeq ($(USE_LINK_GC),) - USE_LINK_GC = yes -endif - -# Enable this if you want to see the full log while compiling. -ifeq ($(USE_VERBOSE_COMPILE),) - USE_VERBOSE_COMPILE = no -endif - -# C sources to be compiled in ARM mode regardless of the global setting. -ACSRC = - -# C++ sources to be compiled in ARM mode regardless of the global setting. -ACPPSRC = - -# List ASM source files here -ASMSRC = - -############################################################################## -# Compiler settings -# - -# It looks like cygwin build of mingwg-w64 has issues with gcov runtime :( -# mingw-w64 is a project which forked from mingw in 2007 - be careful not to confuse these two. -# In order to have coverage generated please download from https://mingw-w64.org/doku.php/download/mingw-builds -# Install using mingw-w64-install.exe instead of similar thing packaged with cygwin -# Both 32 bit and 64 bit versions of mingw-w64 are generating coverage data. - -ifeq ($(OS),Windows_NT) -ifeq ($(USE_MINGW32_I686),) -#this one is 64 bit - TRGT = x86_64-w64-mingw32- -else -#this one was 32 bit - TRGT = i686-w64-mingw32- -endif -else - TRGT = -endif - -CC = $(CCPREFIX) $(TRGT)gcc -CPPC = $(CCPREFIX) $(TRGT)g++ -# Enable loading with g++ only if you need C++ runtime support. -# NOTE: You can use C++ even without C++ support if you are careful. C++ -# runtime support makes code size explode. -#LD = $(TRGT)gcc -LD = $(TRGT)g++ -CP = $(TRGT)objcopy -AS = $(TRGT)gcc -x assembler-with-cpp -OD = $(TRGT)objdump -HEX = $(CP) -O ihex -BIN = $(CP) -O binary - -ifndef JAVA_HOME -$(error JAVA_HOME is undefined - due to JNI integration unit tests depend on JAVA_HOME) -endif - -ifneq (1,$(words [$(JAVA_HOME)])) -$(error JAVA_HOME $(JAVA_HOME) seems to contain spaces this would not work well. please use folder name without space often progra~1) -endif - -AOPT = -fPIC -I$(JAVA_HOME)/include - -ifeq ($(OS),Windows_NT) -# TODO: add validation to assert that we do not have Windows slash in JAVA_HOME variable - AOPT += -I$(JAVA_HOME)/include/win32 -else - ifeq ($(IS_MAC),yes) - AOPT += -I$(JAVA_HOME)/include/darwin - else - AOPT += -I$(JAVA_HOME)/include/linux - endif -endif - -# Define C warning options here -CWARN = -Wall -Wextra -Wstrict-prototypes -pedantic -Wmissing-prototypes -Wold-style-definition - -# Define C++ warning options here -CPPWARN = -Wall -Wextra -Wno-unused-parameter -Wno-unused-function -Wno-unused-variable -Wno-format -Wno-unused-parameter -Wno-unused-private-field - -# -# Compiler settings -############################################################################## - -############################################################################## -# Start of default section -# - -# List all default ASM defines here, like -D_DEBUG=1 -DADEFS = - -# List all default directories to look for include files here -DINCDIR = - -# List the default directory to look for the libraries here -DLIBDIR = - -# List all default libraries here -ifeq ($(OS),Windows_NT) - # Windows - DLIBS = -static-libgcc -static -static-libstdc++ -else - # Linux - DLIBS = -pthread -endif - -# -# End of default section -############################################################################## - -############################################################################## -# Start of user section -# - -# List all user C define here, like -D_DEBUG=1 -UDEFS = - -# Define ASM defines here -UADEFS = - -# List all user directories here -UINCDIR = - -# List the user directory to look for the libraries here -ULIBDIR = - -# List all user libraries here -ULIBS = -lm - -ifeq ($(COVERAGE),yes) - ULIBS += --coverage -endif - -ifeq ($(SANITIZE),yes) - ULIBS += -fsanitize=address -fsanitize=undefined -endif - -# -# End of user defines -############################################################################## - -# Define project name here -PROJECT = sent_test - - -include rules.mk -

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 XJVzQ#o7klNXPc(DGwma|7=QdP@Z|+( diff --git a/SENT-box/SENT-recordings/ford-sent-closed.csv b/SENT-box/SENT-recordings/ford-sent-closed.csv deleted file mode 100644 index c4c08fe1..00000000 --- a/SENT-box/SENT-recordings/ford-sent-closed.csv +++ /dev/null @@ -1,23169 +0,0 @@ -Time[s], Channel 0 -0.000000000000000, 1 -0.000215750000000, 0 -0.000233687500000, 1 -0.000385625000000, 0 -0.000403500000000, 1 -0.000422000000000, 0 -0.000439937500000, 1 -0.000458437500000, 0 -0.000476312500000, 1 -0.000540312500000, 0 -0.000558250000000, 1 -0.000600937500000, 0 -0.000618875000000, 1 -0.000652312500000, 0 -0.000652375000000, 1 -0.000652500000000, 0 -0.000670437500000, 1 -0.000695000000000, 0 -0.000712875000000, 1 -0.000776875000000, 0 -0.000794750000000, 1 -0.000849687500000, 0 -0.000867562500000, 1 -0.001107500000000, 0 -0.001125375000000, 1 -0.001277375000000, 0 -0.001295250000000, 1 -0.001313750000000, 0 -0.001331687500000, 1 -0.001350187500000, 0 -0.001368062500000, 1 -0.001432062500000, 0 -0.001449937500000, 1 -0.001492687500000, 0 -0.001510562500000, 1 -0.001544250000000, 0 -0.001562187500000, 1 -0.001589750000000, 0 -0.001607625000000, 1 -0.001671625000000, 0 -0.001689500000000, 1 -0.001750500000000, 0 -0.001768375000000, 1 -0.001999187500000, 0 -0.002017125000000, 1 -0.002169062500000, 0 -0.002186937500000, 1 -0.002229750000000, 0 -0.002247625000000, 1 -0.002266062500000, 0 -0.002284062500000, 1 -0.002348000000000, 0 -0.002365875000000, 1 -0.002408687500000, 0 -0.002426562500000, 1 -0.002460187500000, 0 -0.002478125000000, 1 -0.002508750000000, 0 -0.002526625000000, 1 -0.002590625000000, 0 -0.002608500000000, 1 -0.002608562500000, 0 -0.002608625000000, 1 -0.002627000000000, 0 -0.002644875000000, 1 -0.002890875000000, 0 -0.002908750000000, 1 -0.003060750000000, 0 -0.003078500000000, 1 -0.003097125000000, 0 -0.003115000000000, 1 -0.003133500000000, 0 -0.003151437500000, 1 -0.003215437500000, 0 -0.003233375000000, 1 -0.003279062500000, 0 -0.003296937500000, 1 -0.003330687500000, 0 -0.003348562500000, 1 -0.003382250000000, 0 -0.003400125000000, 1 -0.003464125000000, 0 -0.003482000000000, 1 -0.003518750000000, 0 -0.003536625000000, 1 -0.003782625000000, 0 -0.003800500000000, 1 -0.003952437500000, 0 -0.003970437500000, 1 -0.004025250000000, 0 -0.004042937500000, 1 -0.004043000000000, 0 -0.004043250000000, 1 -0.004061625000000, 0 -0.004079562500000, 1 -0.004143500000000, 0 -0.004161312500000, 1 -0.004204187500000, 0 -0.004222062500000, 1 -0.004255750000000, 0 -0.004273625000000, 1 -0.004310312500000, 0 -0.004328187500000, 1 -0.004392250000000, 0 -0.004410125000000, 1 -0.004440750000000, 0 -0.004458687500000, 1 -0.004674312500000, 0 -0.004692187500000, 1 -0.004844125000000, 0 -0.004862062500000, 1 -0.004880562500000, 0 -0.004898437500000, 1 -0.004916937500000, 0 -0.004934812500000, 1 -0.004998812500000, 0 -0.005016750000000, 1 -0.005059437500000, 0 -0.005077375000000, 1 -0.005111062500000, 0 -0.005128937500000, 1 -0.005168625000000, 0 -0.005186562500000, 1 -0.005250562500000, 0 -0.005268437500000, 1 -0.005305187500000, 0 -0.005323000000000, 1 -0.005565937500000, 0 -0.005583875000000, 1 -0.005735875000000, 0 -0.005753750000000, 1 -0.005796500000000, 0 -0.005814437500000, 1 -0.005832875000000, 0 -0.005850812500000, 1 -0.005914812500000, 0 -0.005932687500000, 1 -0.005975437500000, 0 -0.005993375000000, 1 -0.006027000000000, 0 -0.006044937500000, 1 -0.006087687500000, 0 -0.006105562500000, 1 -0.006169562500000, 0 -0.006187500000000, 1 -0.006221125000000, 0 -0.006239062500000, 1 -0.006457687500000, 0 -0.006475625000000, 1 -0.006627562500000, 0 -0.006645437500000, 1 -0.006700375000000, 0 -0.006718250000000, 1 -0.006736750000000, 0 -0.006754687500000, 1 -0.006818625000000, 0 -0.006836562500000, 1 -0.006882375000000, 0 -0.006900250000000, 1 -0.006933875000000, 0 -0.006951812500000, 1 -0.006997562500000, 0 -0.007015500000000, 1 -0.007079500000000, 0 -0.007097375000000, 1 -0.007125000000000, 0 -0.007142875000000, 1 -0.007349437500000, 0 -0.007367312500000, 1 -0.007519250000000, 0 -0.007537187500000, 1 -0.007592062500000, 0 -0.007610000000000, 1 -0.007628500000000, 0 -0.007646375000000, 1 -0.007710375000000, 0 -0.007728250000000, 1 -0.007771000000000, 0 -0.007788875000000, 1 -0.007822562500000, 0 -0.007840437500000, 1 -0.007889312500000, 0 -0.007907187500000, 1 -0.007971125000000, 0 -0.007989062500000, 1 -0.008010625000000, 0 -0.008028500000000, 1 -0.008241125000000, 0 -0.008259000000000, 1 -0.008411000000000, 0 -0.008428937500000, 1 -0.008471687500000, 0 -0.008489562500000, 1 -0.008508062500000, 0 -0.008525937500000, 1 -0.008589937500000, 0 -0.008607812500000, 1 -0.008650625000000, 0 -0.008668500000000, 1 -0.008702187500000, 0 -0.008720062500000, 1 -0.008771937500000, 0 -0.008789812500000, 1 -0.008853812500000, 0 -0.008871687500000, 1 -0.008899312500000, 0 -0.008917187500000, 1 -0.009132875000000, 0 -0.009150750000000, 1 -0.009302687500000, 0 -0.009320625000000, 1 -0.009375500000000, 0 -0.009393375000000, 1 -0.009411937500000, 0 -0.009429812500000, 1 -0.009493812500000, 0 -0.009511687500000, 1 -0.009557500000000, 0 -0.009575375000000, 1 -0.009609062500000, 0 -0.009626937500000, 1 -0.009681875000000, 0 -0.009699750000000, 1 -0.009763750000000, 0 -0.009781562500000, 1 -0.009827437500000, 0 -0.009845312500000, 1 -0.010024562500000, 0 -0.010042500000000, 1 -0.010194437500000, 0 -0.010212312500000, 1 -0.010267187500000, 0 -0.010285125000000, 1 -0.010303625000000, 0 -0.010321500000000, 1 -0.010385500000000, 0 -0.010403375000000, 1 -0.010449187500000, 0 -0.010467062500000, 1 -0.010500750000000, 0 -0.010518625000000, 1 -0.010576562500000, 0 -0.010594500000000, 1 -0.010658437500000, 0 -0.010676375000000, 1 -0.010728187500000, 0 -0.010746125000000, 1 -0.010916250000000, 0 -0.010934187500000, 1 -0.011086125000000, 0 -0.011104000000000, 1 -0.011122500000000, 0 -0.011140437500000, 1 -0.011158937500000, 0 -0.011176812500000, 1 -0.011240812500000, 0 -0.011258687500000, 1 -0.011301500000000, 0 -0.011319312500000, 1 -0.011353000000000, 0 -0.011370937500000, 1 -0.011431875000000, 0 -0.011449750000000, 1 -0.011513750000000, 0 -0.011531625000000, 1 -0.011577500000000, 0 -0.011595375000000, 1 -0.011807875000000, 0 -0.011825875000000, 1 -0.011977875000000, 0 -0.011995750000000, 1 -0.012014250000000, 0 -0.012032125000000, 1 -0.012050625000000, 0 -0.012068562500000, 1 -0.012132500000000, 0 -0.012150375000000, 1 -0.012193187500000, 0 -0.012211062500000, 1 -0.012244750000000, 0 -0.012262687500000, 1 -0.012326625000000, 0 -0.012344500000000, 1 -0.012408500000000, 0 -0.012426437500000, 1 -0.012478312500000, 0 -0.012496187500000, 1 -0.012699687500000, 0 -0.012717562500000, 1 -0.012869562500000, 0 -0.012887437500000, 1 -0.012905937500000, 0 -0.012923875000000, 1 -0.012942312500000, 0 -0.012960250000000, 1 -0.013024250000000, 0 -0.013042125000000, 1 -0.013084875000000, 0 -0.013102750000000, 1 -0.013139437500000, 0 -0.013157375000000, 1 -0.013175875000000, 0 -0.013193750000000, 1 -0.013257750000000, 0 -0.013275625000000, 1 -0.013297187500000, 0 -0.013315062500000, 1 -0.013591375000000, 0 -0.013609312500000, 1 -0.013761250000000, 0 -0.013779187500000, 1 -0.013797625000000, 0 -0.013815562500000, 1 -0.013834062500000, 0 -0.013851937500000, 1 -0.013915937500000, 0 -0.013933812500000, 1 -0.013973562500000, 0 -0.013991437500000, 1 -0.014028125000000, 0 -0.014046062500000, 1 -0.014067562500000, 0 -0.014085437500000, 1 -0.014149437500000, 0 -0.014167375000000, 1 -0.014201062500000, 0 -0.014218937500000, 1 -0.014483125000000, 0 -0.014501000000000, 1 -0.014653000000000, 0 -0.014670875000000, 1 -0.014689375000000, 0 -0.014707250000000, 1 -0.014725750000000, 0 -0.014743687500000, 1 -0.014807625000000, 0 -0.014825500000000, 1 -0.014868312500000, 0 -0.014886187500000, 1 -0.014922937500000, 0 -0.014940812500000, 1 -0.014965375000000, 0 -0.014983250000000, 1 -0.015047250000000, 0 -0.015065187500000, 1 -0.015098812500000, 0 -0.015116750000000, 1 -0.015374812500000, 0 -0.015392750000000, 1 -0.015544687500000, 0 -0.015562562500000, 1 -0.015581062500000, 0 -0.015599000000000, 1 -0.015617500000000, 0 -0.015635375000000, 1 -0.015699375000000, 0 -0.015717250000000, 1 -0.015760000000000, 0 -0.015777937500000, 1 -0.015814625000000, 0 -0.015832500000000, 1 -0.015860062500000, 0 -0.015878000000000, 1 -0.015942000000000, 0 -0.015959875000000, 1 -0.015999625000000, 0 -0.016017500000000, 1 -0.016266500000000, 0 -0.016284437500000, 1 -0.016436375000000, 0 -0.016454250000000, 1 -0.016472750000000, 0 -0.016490687500000, 1 -0.016509125000000, 0 -0.016527062500000, 1 -0.016591062500000, 0 -0.016608937500000, 1 -0.016651687500000, 0 -0.016669562500000, 1 -0.016706312500000, 0 -0.016724187500000, 1 -0.016754812500000, 0 -0.016772687500000, 1 -0.016836687500000, 0 -0.016854500000000, 1 -0.016900437500000, 0 -0.016918312500000, 1 -0.017158250000000, 0 -0.017176125000000, 1 -0.017328125000000, 0 -0.017346000000000, 1 -0.017364437500000, 0 -0.017382375000000, 1 -0.017400875000000, 0 -0.017418750000000, 1 -0.017482750000000, 0 -0.017500687500000, 1 -0.017546437500000, 0 -0.017564375000000, 1 -0.017601062500000, 0 -0.017618937500000, 1 -0.017652625000000, 0 -0.017670500000000, 1 -0.017734562500000, 0 -0.017752437500000, 1 -0.017816437500000, 0 -0.017834312500000, 1 -0.018049937500000, 0 -0.018067875000000, 1 -0.018219812500000, 0 -0.018237750000000, 1 -0.018256187500000, 0 -0.018274125000000, 1 -0.018292562500000, 0 -0.018310500000000, 1 -0.018374500000000, 0 -0.018392375000000, 1 -0.018435187500000, 0 -0.018453062500000, 1 -0.018489750000000, 0 -0.018507625000000, 1 -0.018544312500000, 0 -0.018562187500000, 1 -0.018626187500000, 0 -0.018644125000000, 1 -0.018702062500000, 0 -0.018719937500000, 1 -0.018941625000000, 0 -0.018959562500000, 1 -0.019111500000000, 0 -0.019129375000000, 1 -0.019147875000000, 0 -0.019165625000000, 1 -0.019165750000000, 0 -0.019165812500000, 1 -0.019184250000000, 0 -0.019202187500000, 1 -0.019266187500000, 0 -0.019284062500000, 1 -0.019329875000000, 0 -0.019347812500000, 1 -0.019384437500000, 0 -0.019402375000000, 1 -0.019442062500000, 0 -0.019460000000000, 1 -0.019523937500000, 0 -0.019541875000000, 1 -0.019593750000000, 0 -0.019611625000000, 1 -0.019833312500000, 0 -0.019851250000000, 1 -0.020003187500000, 0 -0.020021125000000, 1 -0.020063812500000, 0 -0.020081812500000, 1 -0.020100250000000, 0 -0.020118187500000, 1 -0.020182125000000, 0 -0.020200000000000, 1 -0.020242812500000, 0 -0.020260687500000, 1 -0.020297375000000, 0 -0.020315312500000, 1 -0.020358062500000, 0 -0.020375875000000, 1 -0.020439937500000, 0 -0.020457812500000, 1 -0.020512750000000, 0 -0.020530625000000, 1 -0.020725000000000, 0 -0.020742875000000, 1 -0.020894875000000, 0 -0.020912750000000, 1 -0.020931250000000, 0 -0.020949250000000, 1 -0.020967687500000, 0 -0.020985562500000, 1 -0.021049562500000, 0 -0.021067437500000, 1 -0.021113250000000, 0 -0.021131125000000, 1 -0.021167812500000, 0 -0.021185687500000, 1 -0.021231500000000, 0 -0.021249437500000, 1 -0.021313437500000, 0 -0.021331312500000, 1 -0.021380125000000, 0 -0.021398062500000, 1 -0.021616687500000, 0 -0.021634562500000, 1 -0.021786562500000, 0 -0.021804437500000, 1 -0.021847187500000, 0 -0.021865125000000, 1 -0.021883562500000, 0 -0.021901437500000, 1 -0.021901500000000, 0 -0.021901562500000, 1 -0.021965500000000, 0 -0.021983375000000, 1 -0.022026125000000, 0 -0.022044062500000, 1 -0.022080750000000, 0 -0.022098625000000, 1 -0.022147437500000, 0 -0.022165312500000, 1 -0.022229312500000, 0 -0.022247250000000, 1 -0.022290000000000, 0 -0.022307875000000, 1 -0.022508375000000, 0 -0.022526250000000, 1 -0.022678187500000, 0 -0.022696125000000, 1 -0.022738875000000, 0 -0.022756812500000, 1 -0.022775250000000, 0 -0.022793187500000, 1 -0.022857187500000, 0 -0.022875062500000, 1 -0.022920875000000, 0 -0.022938750000000, 1 -0.022975437500000, 0 -0.022993312500000, 1 -0.023045187500000, 0 -0.023063125000000, 1 -0.023127125000000, 0 -0.023145000000000, 1 -0.023206000000000, 0 -0.023223875000000, 1 -0.023400062500000, 0 -0.023418000000000, 1 -0.023569937500000, 0 -0.023587812500000, 1 -0.023630625000000, 0 -0.023648500000000, 1 -0.023667000000000, 0 -0.023684875000000, 1 -0.023748875000000, 0 -0.023766812500000, 1 -0.023809500000000, 0 -0.023827437500000, 1 -0.023864125000000, 0 -0.023882000000000, 1 -0.023936875000000, 0 -0.023954812500000, 1 -0.024018812500000, 0 -0.024036687500000, 1 -0.024067312500000, 0 -0.024085250000000, 1 -0.024291750000000, 0 -0.024309687500000, 1 -0.024461625000000, 0 -0.024479437500000, 1 -0.024522250000000, 0 -0.024540187500000, 1 -0.024558687500000, 0 -0.024576562500000, 1 -0.024640562500000, 0 -0.024658437500000, 1 -0.024704250000000, 0 -0.024722125000000, 1 -0.024758812500000, 0 -0.024776750000000, 1 -0.024834687500000, 0 -0.024852562500000, 1 -0.024916562500000, 0 -0.024934500000000, 1 -0.024959000000000, 0 -0.024976937500000, 1 -0.025183437500000, 0 -0.025201375000000, 1 -0.025353312500000, 0 -0.025371187500000, 1 -0.025426125000000, 0 -0.025444000000000, 1 -0.025462500000000, 0 -0.025480375000000, 1 -0.025544375000000, 0 -0.025562312500000, 1 -0.025608062500000, 0 -0.025626000000000, 1 -0.025662687500000, 0 -0.025680562500000, 1 -0.025741500000000, 0 -0.025759437500000, 1 -0.025823437500000, 0 -0.025841312500000, 1 -0.025871937500000, 0 -0.025889875000000, 1 -0.026075125000000, 0 -0.026093062500000, 1 -0.026245000000000, 0 -0.026262875000000, 1 -0.026317812500000, 0 -0.026335687500000, 1 -0.026354187500000, 0 -0.026372062500000, 1 -0.026436062500000, 0 -0.026454000000000, 1 -0.026496687500000, 0 -0.026514625000000, 1 -0.026551312500000, 0 -0.026569250000000, 1 -0.026633187500000, 0 -0.026651125000000, 1 -0.026715125000000, 0 -0.026733000000000, 1 -0.026757562500000, 0 -0.026775375000000, 1 -0.026966812500000, 0 -0.026984750000000, 1 -0.027136687500000, 0 -0.027154625000000, 1 -0.027173062500000, 0 -0.027190937500000, 1 -0.027209500000000, 0 -0.027227375000000, 1 -0.027291375000000, 0 -0.027309312500000, 1 -0.027355062500000, 0 -0.027373000000000, 1 -0.027412687500000, 0 -0.027430562500000, 1 -0.027449062500000, 0 -0.027466937500000, 1 -0.027531000000000, 0 -0.027548875000000, 1 -0.027573437500000, 0 -0.027591312500000, 1 -0.027858500000000, 0 -0.027876437500000, 1 -0.028028437500000, 0 -0.028046312500000, 1 -0.028064812500000, 0 -0.028082625000000, 1 -0.028101187500000, 0 -0.028119125000000, 1 -0.028183125000000, 0 -0.028201000000000, 1 -0.028243750000000, 0 -0.028261625000000, 1 -0.028301375000000, 0 -0.028319250000000, 1 -0.028340812500000, 0 -0.028358687500000, 1 -0.028422687500000, 0 -0.028440500000000, 1 -0.028471187500000, 0 -0.028489125000000, 1 -0.028750250000000, 0 -0.028768187500000, 1 -0.028920125000000, 0 -0.028937875000000, 1 -0.028956500000000, 0 -0.028974375000000, 1 -0.028992875000000, 0 -0.029010812500000, 1 -0.029074812500000, 0 -0.029092687500000, 1 -0.029135437500000, 0 -0.029153312500000, 1 -0.029193000000000, 0 -0.029210937500000, 1 -0.029235500000000, 0 -0.029253437500000, 1 -0.029317437500000, 0 -0.029335312500000, 1 -0.029359937500000, 0 -0.029377750000000, 1 -0.029641937500000, 0 -0.029659875000000, 1 -0.029811812500000, 0 -0.029829687500000, 1 -0.029848187500000, 0 -0.029866125000000, 1 -0.029884562500000, 0 -0.029902500000000, 1 -0.029966500000000, 0 -0.029984375000000, 1 -0.030027125000000, 0 -0.030045062500000, 1 -0.030084750000000, 0 -0.030102625000000, 1 -0.030130250000000, 0 -0.030148125000000, 1 -0.030212125000000, 0 -0.030230062500000, 1 -0.030248562500000, 0 -0.030266437500000, 1 -0.030533625000000, 0 -0.030551562500000, 1 -0.030703500000000, 0 -0.030721375000000, 1 -0.030739875000000, 0 -0.030757812500000, 1 -0.030776250000000, 0 -0.030794187500000, 1 -0.030858187500000, 0 -0.030876062500000, 1 -0.030918812500000, 0 -0.030936750000000, 1 -0.030976437500000, 0 -0.030994312500000, 1 -0.031025000000000, 0 -0.031042875000000, 1 -0.031106875000000, 0 -0.031124750000000, 1 -0.031185750000000, 0 -0.031203625000000, 1 -0.031425375000000, 0 -0.031443250000000, 1 -0.031595187500000, 0 -0.031613125000000, 1 -0.031643750000000, 0 -0.031661625000000, 1 -0.031680125000000, 0 -0.031698062500000, 1 -0.031762000000000, 0 -0.031779937500000, 1 -0.031825687500000, 0 -0.031843625000000, 1 -0.031883375000000, 0 -0.031901250000000, 1 -0.031934875000000, 0 -0.031952812500000, 1 -0.032016812500000, 0 -0.032034687500000, 1 -0.032077437500000, 0 -0.032095375000000, 1 -0.032317062500000, 0 -0.032334937500000, 1 -0.032486937500000, 0 -0.032504812500000, 1 -0.032535437500000, 0 -0.032553375000000, 1 -0.032571812500000, 0 -0.032589750000000, 1 -0.032653687500000, 0 -0.032671625000000, 1 -0.032714375000000, 0 -0.032732312500000, 1 -0.032772000000000, 0 -0.032789875000000, 1 -0.032826562500000, 0 -0.032844500000000, 1 -0.032908500000000, 0 -0.032926375000000, 1 -0.032975187500000, 0 -0.032993125000000, 1 -0.033208750000000, 0 -0.033226625000000, 1 -0.033378625000000, 0 -0.033396500000000, 1 -0.033415000000000, 0 -0.033432875000000, 1 -0.033451375000000, 0 -0.033469250000000, 1 -0.033533250000000, 0 -0.033551187500000, 1 -0.033593937500000, 0 -0.033611812500000, 1 -0.033651500000000, 0 -0.033669437500000, 1 -0.033709187500000, 0 -0.033727062500000, 1 -0.033791062500000, 0 -0.033809000000000, 1 -0.033851750000000, 0 -0.033869687500000, 1 -0.034100437500000, 0 -0.034118375000000, 1 -0.034270312500000, 0 -0.034288187500000, 1 -0.034306687500000, 0 -0.034324625000000, 1 -0.034343062500000, 0 -0.034361000000000, 1 -0.034425000000000, 0 -0.034442875000000, 1 -0.034485625000000, 0 -0.034503562500000, 1 -0.034543250000000, 0 -0.034561125000000, 1 -0.034603937500000, 0 -0.034621812500000, 1 -0.034685812500000, 0 -0.034703687500000, 1 -0.034755562500000, 0 -0.034773437500000, 1 -0.034992125000000, 0 -0.035010062500000, 1 -0.035162000000000, 0 -0.035179875000000, 1 -0.035234687500000, 0 -0.035234750000000, 1 -0.035234812500000, 0 -0.035252687500000, 1 -0.035271125000000, 0 -0.035289062500000, 1 -0.035353062500000, 0 -0.035370937500000, 1 -0.035413687500000, 0 -0.035431562500000, 1 -0.035471312500000, 0 -0.035489187500000, 1 -0.035535000000000, 0 -0.035552937500000, 1 -0.035616875000000, 0 -0.035634812500000, 1 -0.035680562500000, 0 -0.035698500000000, 1 -0.035883812500000, 0 -0.035901687500000, 1 -0.036053625000000, 0 -0.036071562500000, 1 -0.036114312500000, 0 -0.036132187500000, 1 -0.036150625000000, 0 -0.036168625000000, 1 -0.036232562500000, 0 -0.036250500000000, 1 -0.036293250000000, 0 -0.036311125000000, 1 -0.036350875000000, 0 -0.036368750000000, 1 -0.036417562500000, 0 -0.036435500000000, 1 -0.036499500000000, 0 -0.036517437500000, 1 -0.036581437500000, 0 -0.036599250000000, 1 -0.036775500000000, 0 -0.036793375000000, 1 -0.036945375000000, 0 -0.036963250000000, 1 -0.036981812500000, 0 -0.036999625000000, 1 -0.037018125000000, 0 -0.037036062500000, 1 -0.037100000000000, 0 -0.037117812500000, 1 -0.037163750000000, 0 -0.037181562500000, 1 -0.037221312500000, 0 -0.037239250000000, 1 -0.037291062500000, 0 -0.037309000000000, 1 -0.037372937500000, 0 -0.037390875000000, 1 -0.037436687500000, 0 -0.037454562500000, 1 -0.037667125000000, 0 -0.037685062500000, 1 -0.037837000000000, 0 -0.037854875000000, 1 -0.037897687500000, 0 -0.037915562500000, 1 -0.037934062500000, 0 -0.037951937500000, 1 -0.038015937500000, 0 -0.038033812500000, 1 -0.038079625000000, 0 -0.038097500000000, 1 -0.038137250000000, 0 -0.038155125000000, 1 -0.038210062500000, 0 -0.038227937500000, 1 -0.038291937500000, 0 -0.038309812500000, 1 -0.038349562500000, 0 -0.038367437500000, 1 -0.038558812500000, 0 -0.038576687500000, 1 -0.038728687500000, 0 -0.038746562500000, 1 -0.038801500000000, 0 -0.038819375000000, 1 -0.038837875000000, 0 -0.038855750000000, 1 -0.038919750000000, 0 -0.038937625000000, 1 -0.038980375000000, 0 -0.038998312500000, 1 -0.039038000000000, 0 -0.039055937500000, 1 -0.039113875000000, 0 -0.039131750000000, 1 -0.039195750000000, 0 -0.039213625000000, 1 -0.039235187500000, 0 -0.039253062500000, 1 -0.039450562500000, 0 -0.039468437500000, 1 -0.039620375000000, 0 -0.039638312500000, 1 -0.039693187500000, 0 -0.039711125000000, 1 -0.039729562500000, 0 -0.039747500000000, 1 -0.039811500000000, 0 -0.039829375000000, 1 -0.039872125000000, 0 -0.039890000000000, 1 -0.039929750000000, 0 -0.039947625000000, 1 -0.040008625000000, 0 -0.040026500000000, 1 -0.040090500000000, 0 -0.040108375000000, 1 -0.040148125000000, 0 -0.040166000000000, 1 -0.040342187500000, 0 -0.040360125000000, 1 -0.040512062500000, 0 -0.040529937500000, 1 -0.040572750000000, 0 -0.040590625000000, 1 -0.040609125000000, 0 -0.040627000000000, 1 -0.040691000000000, 0 -0.040708875000000, 1 -0.040751687500000, 0 -0.040769562500000, 1 -0.040809312500000, 0 -0.040827187500000, 1 -0.040891187500000, 0 -0.040909062500000, 1 -0.040973062500000, 0 -0.040990937500000, 1 -0.041024625000000, 0 -0.041042562500000, 1 -0.041233875000000, 0 -0.041251812500000, 1 -0.041403750000000, 0 -0.041421625000000, 1 -0.041476500000000, 0 -0.041494500000000, 1 -0.041512937500000, 0 -0.041530812500000, 1 -0.041594812500000, 0 -0.041612687500000, 1 -0.041658500000000, 0 -0.041676250000000, 1 -0.041719187500000, 0 -0.041737000000000, 1 -0.041755562500000, 0 -0.041773437500000, 1 -0.041837437500000, 0 -0.041855375000000, 1 -0.041898125000000, 0 -0.041916062500000, 1 -0.042125625000000, 0 -0.042143500000000, 1 -0.042295500000000, 0 -0.042313375000000, 1 -0.042368250000000, 0 -0.042386187500000, 1 -0.042404687500000, 0 -0.042422562500000, 1 -0.042486562500000, 0 -0.042504437500000, 1 -0.042547187500000, 0 -0.042565062500000, 1 -0.042607875000000, 0 -0.042625750000000, 1 -0.042647250000000, 0 -0.042665187500000, 1 -0.042729187500000, 0 -0.042747062500000, 1 -0.042808062500000, 0 -0.042825937500000, 1 -0.043017312500000, 0 -0.043035187500000, 1 -0.043187125000000, 0 -0.043205062500000, 1 -0.043223500000000, 0 -0.043241437500000, 1 -0.043259937500000, 0 -0.043277812500000, 1 -0.043341812500000, 0 -0.043359750000000, 1 -0.043402437500000, 0 -0.043420375000000, 1 -0.043463125000000, 0 -0.043481000000000, 1 -0.043505625000000, 0 -0.043523500000000, 1 -0.043587500000000, 0 -0.043605375000000, 1 -0.043648125000000, 0 -0.043666062500000, 1 -0.043909000000000, 0 -0.043926875000000, 1 -0.044078875000000, 0 -0.044096750000000, 1 -0.044115250000000, 0 -0.044133125000000, 1 -0.044151625000000, 0 -0.044169562500000, 1 -0.044233562500000, 0 -0.044251437500000, 1 -0.044294187500000, 0 -0.044312062500000, 1 -0.044354812500000, 0 -0.044372750000000, 1 -0.044400312500000, 0 -0.044418187500000, 1 -0.044482250000000, 0 -0.044500062500000, 1 -0.044548937500000, 0 -0.044566875000000, 1 -0.044800687500000, 0 -0.044818625000000, 1 -0.044970562500000, 0 -0.044988437500000, 1 -0.045007062500000, 0 -0.045024875000000, 1 -0.045043312500000, 0 -0.045061250000000, 1 -0.045125250000000, 0 -0.045143125000000, 1 -0.045185875000000, 0 -0.045203812500000, 1 -0.045246562500000, 0 -0.045264437500000, 1 -0.045295062500000, 0 -0.045313000000000, 1 -0.045376937500000, 0 -0.045394812500000, 1 -0.045425500000000, 0 -0.045443375000000, 1 -0.045692375000000, 0 -0.045710187500000, 1 -0.045862250000000, 0 -0.045880125000000, 1 -0.045898625000000, 0 -0.045916500000000, 1 -0.045935000000000, 0 -0.045952937500000, 1 -0.046016875000000, 0 -0.046034812500000, 1 -0.046077562500000, 0 -0.046095375000000, 1 -0.046138250000000, 0 -0.046156125000000, 1 -0.046189812500000, 0 -0.046207687500000, 1 -0.046271687500000, 0 -0.046289562500000, 1 -0.046326250000000, 0 -0.046344187500000, 1 -0.046584062500000, 0 -0.046601937500000, 1 -0.046753937500000, 0 -0.046771812500000, 1 -0.046790250000000, 0 -0.046808187500000, 1 -0.046826687500000, 0 -0.046844625000000, 1 -0.046908625000000, 0 -0.046926500000000, 1 -0.046969250000000, 0 -0.046987125000000, 1 -0.047029875000000, 0 -0.047047812500000, 1 -0.047084500000000, 0 -0.047102437500000, 1 -0.047166375000000, 0 -0.047184312500000, 1 -0.047202812500000, 0 -0.047220687500000, 1 -0.047475812500000, 0 -0.047493687500000, 1 -0.047645625000000, 0 -0.047663562500000, 1 -0.047682062500000, 0 -0.047699937500000, 1 -0.047718437500000, 0 -0.047736312500000, 1 -0.047800312500000, 0 -0.047818250000000, 1 -0.047861000000000, 0 -0.047878875000000, 1 -0.047921625000000, 0 -0.047939500000000, 1 -0.047979250000000, 0 -0.047997125000000, 1 -0.048061125000000, 0 -0.048079062500000, 1 -0.048103625000000, 0 -0.048121500000000, 1 -0.048367500000000, 0 -0.048385375000000, 1 -0.048537375000000, 0 -0.048555250000000, 1 -0.048573750000000, 0 -0.048591625000000, 1 -0.048610125000000, 0 -0.048628062500000, 1 -0.048692062500000, 0 -0.048709937500000, 1 -0.048755687500000, 0 -0.048773625000000, 1 -0.048816375000000, 0 -0.048834250000000, 1 -0.048877000000000, 0 -0.048894937500000, 1 -0.048958937500000, 0 -0.048976812500000, 1 -0.049010500000000, 0 -0.049028375000000, 1 -0.049259187500000, 0 -0.049277125000000, 1 -0.049429062500000, 0 -0.049446937500000, 1 -0.049465437500000, 0 -0.049483312500000, 1 -0.049483500000000, 0 -0.049483562500000, 1 -0.049501875000000, 0 -0.049519750000000, 1 -0.049583750000000, 0 -0.049601687500000, 1 -0.049644437500000, 0 -0.049662312500000, 1 -0.049705062500000, 0 -0.049722937500000, 1 -0.049768750000000, 0 -0.049786625000000, 1 -0.049850625000000, 0 -0.049868562500000, 1 -0.049896187500000, 0 -0.049914000000000, 1 -0.050150937500000, 0 -0.050168812500000, 1 -0.050320750000000, 0 -0.050338687500000, 1 -0.050357187500000, 0 -0.050375062500000, 1 -0.050393562500000, 0 -0.050411500000000, 1 -0.050475437500000, 0 -0.050493437500000, 1 -0.050536125000000, 0 -0.050554000000000, 1 -0.050596750000000, 0 -0.050614625000000, 1 -0.050663500000000, 0 -0.050681375000000, 1 -0.050745375000000, 0 -0.050763375000000, 1 -0.050796937500000, 0 -0.050814812500000, 1 -0.051042625000000, 0 -0.051060500000000, 1 -0.051212437500000, 0 -0.051230375000000, 1 -0.051248875000000, 0 -0.051266812500000, 1 -0.051285250000000, 0 -0.051303125000000, 1 -0.051367125000000, 0 -0.051385062500000, 1 -0.051427812500000, 0 -0.051445687500000, 1 -0.051488437500000, 0 -0.051506375000000, 1 -0.051558187500000, 0 -0.051576125000000, 1 -0.051640125000000, 0 -0.051658000000000, 1 -0.051697750000000, 0 -0.051715625000000, 1 -0.051934312500000, 0 -0.051952187500000, 1 -0.052104187500000, 0 -0.052122062500000, 1 -0.052164812500000, 0 -0.052182750000000, 1 -0.052201250000000, 0 -0.052219000000000, 1 -0.052219125000000, 0 -0.052219187500000, 1 -0.052283125000000, 0 -0.052301000000000, 1 -0.052343750000000, 0 -0.052361687500000, 1 -0.052404437500000, 0 -0.052422312500000, 1 -0.052477250000000, 0 -0.052495125000000, 1 -0.052559125000000, 0 -0.052577000000000, 1 -0.052622812500000, 0 -0.052640750000000, 1 -0.052826000000000, 0 -0.052843937500000, 1 -0.052995875000000, 0 -0.053013750000000, 1 -0.053032312500000, 0 -0.053050125000000, 1 -0.053068687500000, 0 -0.053086562500000, 1 -0.053150562500000, 0 -0.053168312500000, 1 -0.053168500000000, 0 -0.053168562500000, 1 -0.053211250000000, 0 -0.053229187500000, 1 -0.053271875000000, 0 -0.053289875000000, 1 -0.053347687500000, 0 -0.053365625000000, 1 -0.053429625000000, 0 -0.053447500000000, 1 -0.053499437500000, 0 -0.053517250000000, 1 -0.053717750000000, 0 -0.053735750000000, 1 -0.053887562500000, 0 -0.053905500000000, 1 -0.053960375000000, 0 -0.053978250000000, 1 -0.053996812500000, 0 -0.054014687500000, 1 -0.054078687500000, 0 -0.054096562500000, 1 -0.054139312500000, 0 -0.054157125000000, 1 -0.054199875000000, 0 -0.054217875000000, 1 -0.054278875000000, 0 -0.054296750000000, 1 -0.054360750000000, 0 -0.054378625000000, 1 -0.054436562500000, 0 -0.054454500000000, 1 -0.054609437500000, 0 -0.054627375000000, 1 -0.054779312500000, 0 -0.054797187500000, 1 -0.054840000000000, 0 -0.054857875000000, 1 -0.054876375000000, 0 -0.054894250000000, 1 -0.054958250000000, 0 -0.054976125000000, 1 -0.055018937500000, 0 -0.055036812500000, 1 -0.055079562500000, 0 -0.055097437500000, 1 -0.055161437500000, 0 -0.055179375000000, 1 -0.055243375000000, 0 -0.055261250000000, 1 -0.055325250000000, 0 -0.055343125000000, 1 -0.055501187500000, 0 -0.055519062500000, 1 -0.055671000000000, 0 -0.055688937500000, 1 -0.055731687500000, 0 -0.055749625000000, 1 -0.055768062500000, 0 -0.055786000000000, 1 -0.055850000000000, 0 -0.055867875000000, 1 -0.055910625000000, 0 -0.055928562500000, 1 -0.055974312500000, 0 -0.055992250000000, 1 -0.056010687500000, 0 -0.056028625000000, 1 -0.056092625000000, 0 -0.056110500000000, 1 -0.056162375000000, 0 -0.056180312500000, 1 -0.056392875000000, 0 -0.056410750000000, 1 -0.056562750000000, 0 -0.056580625000000, 1 -0.056623437500000, 0 -0.056641312500000, 1 -0.056659812500000, 0 -0.056677687500000, 1 -0.056741687500000, 0 -0.056759625000000, 1 -0.056805375000000, 0 -0.056823250000000, 1 -0.056869062500000, 0 -0.056886937500000, 1 -0.056908500000000, 0 -0.056926375000000, 1 -0.056990375000000, 0 -0.057008312500000, 1 -0.057066187500000, 0 -0.057084125000000, 1 -0.057284562500000, 0 -0.057302500000000, 1 -0.057454437500000, 0 -0.057472312500000, 1 -0.057515125000000, 0 -0.057533000000000, 1 -0.057551500000000, 0 -0.057569437500000, 1 -0.057633375000000, 0 -0.057651312500000, 1 -0.057697062500000, 0 -0.057715000000000, 1 -0.057760750000000, 0 -0.057778687500000, 1 -0.057803187500000, 0 -0.057821062500000, 1 -0.057885125000000, 0 -0.057903000000000, 1 -0.057954875000000, 0 -0.057972750000000, 1 -0.058176250000000, 0 -0.058194187500000, 1 -0.058346125000000, 0 -0.058364000000000, 1 -0.058418937500000, 0 -0.058436812500000, 1 -0.058455312500000, 0 -0.058473187500000, 1 -0.058537187500000, 0 -0.058555125000000, 1 -0.058600875000000, 0 -0.058618812500000, 1 -0.058664625000000, 0 -0.058682500000000, 1 -0.058710062500000, 0 -0.058728000000000, 1 -0.058792000000000, 0 -0.058809875000000, 1 -0.058855687500000, 0 -0.058873562500000, 1 -0.059067875000000, 0 -0.059085875000000, 1 -0.059237812500000, 0 -0.059255687500000, 1 -0.059274250000000, 0 -0.059292125000000, 1 -0.059310625000000, 0 -0.059328500000000, 1 -0.059392500000000, 0 -0.059410375000000, 1 -0.059456187500000, 0 -0.059474062500000, 1 -0.059519875000000, 0 -0.059537750000000, 1 -0.059568375000000, 0 -0.059586250000000, 1 -0.059650250000000, 0 -0.059668187500000, 1 -0.059707875000000, 0 -0.059725812500000, 1 -0.059959625000000, 0 -0.059977500000000, 1 -0.060129500000000, 0 -0.060147375000000, 1 -0.060165875000000, 0 -0.060183812500000, 1 -0.060202312500000, 0 -0.060220187500000, 1 -0.060284187500000, 0 -0.060302062500000, 1 -0.060347875000000, 0 -0.060365750000000, 1 -0.060411562500000, 0 -0.060429437500000, 1 -0.060463125000000, 0 -0.060481000000000, 1 -0.060545000000000, 0 -0.060562875000000, 1 -0.060596562500000, 0 -0.060614437500000, 1 -0.060851312500000, 0 -0.060869250000000, 1 -0.061021187500000, 0 -0.061039125000000, 1 -0.061057562500000, 0 -0.061075500000000, 1 -0.061094000000000, 0 -0.061111875000000, 1 -0.061175875000000, 0 -0.061193750000000, 1 -0.061236500000000, 0 -0.061254437500000, 1 -0.061300250000000, 0 -0.061318125000000, 1 -0.061354812500000, 0 -0.061372687500000, 1 -0.061436750000000, 0 -0.061454562500000, 1 -0.061494375000000, 0 -0.061512250000000, 1 -0.061743000000000, 0 -0.061760937500000, 1 -0.061912875000000, 0 -0.061930750000000, 1 -0.061949250000000, 0 -0.061967062500000, 1 -0.061985687500000, 0 -0.062003562500000, 1 -0.062067500000000, 0 -0.062085437500000, 1 -0.062128187500000, 0 -0.062146125000000, 1 -0.062191937500000, 0 -0.062209812500000, 1 -0.062249562500000, 0 -0.062267375000000, 1 -0.062331437500000, 0 -0.062349312500000, 1 -0.062383000000000, 0 -0.062400875000000, 1 -0.062634687500000, 0 -0.062652562500000, 1 -0.062804562500000, 0 -0.062822437500000, 1 -0.062840937500000, 0 -0.062858812500000, 1 -0.062877312500000, 0 -0.062895250000000, 1 -0.062959250000000, 0 -0.062977125000000, 1 -0.063019875000000, 0 -0.063037750000000, 1 -0.063083562500000, 0 -0.063101437500000, 1 -0.063144250000000, 0 -0.063162125000000, 1 -0.063226125000000, 0 -0.063244000000000, 1 -0.063280687500000, 0 -0.063298625000000, 1 -0.063526375000000, 0 -0.063544250000000, 1 -0.063696250000000, 0 -0.063714125000000, 1 -0.063732625000000, 0 -0.063750562500000, 1 -0.063769000000000, 0 -0.063786937500000, 1 -0.063850937500000, 0 -0.063868812500000, 1 -0.063911562500000, 0 -0.063929500000000, 1 -0.063975250000000, 0 -0.063993187500000, 1 -0.064038937500000, 0 -0.064056875000000, 1 -0.064120875000000, 0 -0.064138750000000, 1 -0.064169375000000, 0 -0.064187312500000, 1 -0.064418062500000, 0 -0.064436000000000, 1 -0.064587937500000, 0 -0.064605812500000, 1 -0.064624312500000, 0 -0.064642250000000, 1 -0.064660750000000, 0 -0.064678625000000, 1 -0.064742625000000, 0 -0.064760500000000, 1 -0.064803250000000, 0 -0.064821187500000, 1 -0.064866937500000, 0 -0.064884875000000, 1 -0.064933687500000, 0 -0.064951562500000, 1 -0.065015562500000, 0 -0.065033500000000, 1 -0.065058062500000, 0 -0.065075937500000, 1 -0.065309750000000, 0 -0.065327687500000, 1 -0.065479625000000, 0 -0.065497500000000, 1 -0.065516000000000, 0 -0.065533937500000, 1 -0.065552437500000, 0 -0.065570312500000, 1 -0.065634312500000, 0 -0.065652187500000, 1 -0.065698000000000, 0 -0.065715875000000, 1 -0.065761687500000, 0 -0.065779562500000, 1 -0.065831437500000, 0 -0.065849375000000, 1 -0.065913312500000, 0 -0.065931250000000, 1 -0.065961875000000, 0 -0.065979750000000, 1 -0.066201437500000, 0 -0.066219375000000, 1 -0.066371312500000, 0 -0.066389250000000, 1 -0.066432000000000, 0 -0.066449875000000, 1 -0.066468375000000, 0 -0.066486312500000, 1 -0.066550250000000, 0 -0.066568125000000, 1 -0.066610937500000, 0 -0.066628812500000, 1 -0.066674625000000, 0 -0.066692437500000, 1 -0.066747375000000, 0 -0.066765312500000, 1 -0.066829312500000, 0 -0.066847187500000, 1 -0.066908187500000, 0 -0.066926062500000, 1 -0.067093187500000, 0 -0.067111062500000, 1 -0.067263000000000, 0 -0.067280875000000, 1 -0.067323687500000, 0 -0.067341562500000, 1 -0.067360062500000, 0 -0.067377937500000, 1 -0.067442000000000, 0 -0.067459875000000, 1 -0.067505625000000, 0 -0.067523562500000, 1 -0.067569312500000, 0 -0.067587250000000, 1 -0.067645125000000, 0 -0.067663062500000, 1 -0.067727062500000, 0 -0.067744937500000, 1 -0.067787687500000, 0 -0.067805625000000, 1 -0.067984812500000, 0 -0.068002750000000, 1 -0.068154687500000, 0 -0.068172625000000, 1 -0.068215375000000, 0 -0.068233250000000, 1 -0.068251750000000, 0 -0.068269625000000, 1 -0.068333625000000, 0 -0.068351562500000, 1 -0.068394312500000, 0 -0.068412187500000, 1 -0.068457937500000, 0 -0.068475875000000, 1 -0.068536812500000, 0 -0.068554687500000, 1 -0.068618687500000, 0 -0.068636625000000, 1 -0.068685437500000, 0 -0.068703375000000, 1 -0.068876500000000, 0 -0.068894437500000, 1 -0.069046375000000, 0 -0.069064250000000, 1 -0.069082750000000, 0 -0.069100687500000, 1 -0.069119187500000, 0 -0.069137062500000, 1 -0.069201062500000, 0 -0.069218937500000, 1 -0.069261687500000, 0 -0.069279625000000, 1 -0.069325437500000, 0 -0.069343312500000, 1 -0.069407312500000, 0 -0.069425187500000, 1 -0.069489187500000, 0 -0.069507062500000, 1 -0.069549937500000, 0 -0.069567750000000, 1 -0.069768250000000, 0 -0.069786125000000, 1 -0.069938062500000, 0 -0.069956000000000, 1 -0.069998750000000, 0 -0.070016750000000, 1 -0.070035125000000, 0 -0.070053062500000, 1 -0.070117000000000, 0 -0.070135000000000, 1 -0.070177562500000, 0 -0.070195562500000, 1 -0.070244375000000, 0 -0.070262312500000, 1 -0.070280812500000, 0 -0.070298687500000, 1 -0.070362687500000, 0 -0.070380562500000, 1 -0.070405187500000, 0 -0.070423062500000, 1 -0.070659875000000, 0 -0.070677750000000, 1 -0.070829750000000, 0 -0.070847687500000, 1 -0.070902625000000, 0 -0.070920437500000, 1 -0.070938937500000, 0 -0.070956812500000, 1 -0.071020812500000, 0 -0.071038750000000, 1 -0.071081437500000, 0 -0.071099375000000, 1 -0.071148187500000, 0 -0.071166125000000, 1 -0.071187625000000, 0 -0.071205500000000, 1 -0.071269500000000, 0 -0.071287437500000, 1 -0.071305937500000, 0 -0.071323812500000, 1 -0.071551562500000, 0 -0.071569500000000, 1 -0.071721437500000, 0 -0.071739375000000, 1 -0.071794250000000, 0 -0.071812125000000, 1 -0.071830625000000, 0 -0.071848562500000, 1 -0.071912500000000, 0 -0.071930437500000, 1 -0.071973187500000, 0 -0.071991062500000, 1 -0.072039875000000, 0 -0.072057812500000, 1 -0.072082375000000, 0 -0.072100250000000, 1 -0.072164250000000, 0 -0.072182125000000, 1 -0.072218875000000, 0 -0.072236750000000, 1 -0.072443312500000, 0 -0.072461187500000, 1 -0.072613125000000, 0 -0.072631062500000, 1 -0.072673812500000, 0 -0.072691687500000, 1 -0.072710187500000, 0 -0.072728125000000, 1 -0.072792125000000, 0 -0.072810000000000, 1 -0.072855812500000, 0 -0.072873687500000, 1 -0.072922500000000, 0 -0.072940375000000, 1 -0.072968000000000, 0 -0.072985875000000, 1 -0.073049875000000, 0 -0.073067812500000, 1 -0.073086250000000, 0 -0.073104187500000, 1 -0.073334937500000, 0 -0.073352875000000, 1 -0.073504812500000, 0 -0.073522687500000, 1 -0.073577625000000, 0 -0.073595500000000, 1 -0.073614000000000, 0 -0.073631875000000, 1 -0.073695875000000, 0 -0.073713750000000, 1 -0.073759562500000, 0 -0.073777437500000, 1 -0.073826312500000, 0 -0.073844187500000, 1 -0.073874812500000, 0 -0.073892687500000, 1 -0.073956687500000, 0 -0.073974625000000, 1 -0.074035562500000, 0 -0.074053500000000, 1 -0.074226625000000, 0 -0.074244562500000, 1 -0.074396500000000, 0 -0.074414375000000, 1 -0.074469250000000, 0 -0.074487187500000, 1 -0.074505687500000, 0 -0.074523562500000, 1 -0.074587625000000, 0 -0.074605437500000, 1 -0.074651250000000, 0 -0.074669125000000, 1 -0.074718000000000, 0 -0.074735875000000, 1 -0.074769562500000, 0 -0.074787437500000, 1 -0.074851437500000, 0 -0.074869375000000, 1 -0.074924250000000, 0 -0.074942125000000, 1 -0.075118312500000, 0 -0.075136250000000, 1 -0.075288187500000, 0 -0.075306125000000, 1 -0.075324562500000, 0 -0.075342500000000, 1 -0.075361000000000, 0 -0.075378875000000, 1 -0.075442812500000, 0 -0.075460812500000, 1 -0.075503562500000, 0 -0.075521437500000, 1 -0.075570250000000, 0 -0.075588125000000, 1 -0.075624812500000, 0 -0.075642750000000, 1 -0.075706750000000, 0 -0.075724625000000, 1 -0.075785562500000, 0 -0.075803500000000, 1 -0.076010000000000, 0 -0.076027875000000, 1 -0.076179875000000, 0 -0.076197750000000, 1 -0.076216250000000, 0 -0.076234125000000, 1 -0.076252687500000, 0 -0.076270562500000, 1 -0.076334500000000, 0 -0.076352500000000, 1 -0.076395187500000, 0 -0.076413125000000, 1 -0.076461937500000, 0 -0.076479812500000, 1 -0.076519562500000, 0 -0.076537437500000, 1 -0.076601437500000, 0 -0.076619312500000, 1 -0.076674250000000, 0 -0.076692125000000, 1 -0.076901687500000, 0 -0.076919625000000, 1 -0.077071562500000, 0 -0.077089437500000, 1 -0.077107937500000, 0 -0.077125875000000, 1 -0.077144375000000, 0 -0.077162312500000, 1 -0.077226250000000, 0 -0.077244125000000, 1 -0.077289937500000, 0 -0.077307875000000, 1 -0.077356687500000, 0 -0.077374562500000, 1 -0.077417312500000, 0 -0.077435187500000, 1 -0.077499250000000, 0 -0.077517187500000, 1 -0.077569000000000, 0 -0.077586812500000, 1 -0.077586875000000, 0 -0.077586937500000, 1 -0.077793437500000, 0 -0.077811312500000, 1 -0.077963312500000, 0 -0.077981187500000, 1 -0.077999687500000, 0 -0.078017562500000, 1 -0.078036062500000, 0 -0.078054000000000, 1 -0.078117937500000, 0 -0.078135875000000, 1 -0.078178625000000, 0 -0.078196562500000, 1 -0.078245375000000, 0 -0.078263312500000, 1 -0.078309062500000, 0 -0.078326937500000, 1 -0.078390937500000, 0 -0.078408937500000, 1 -0.078466750000000, 0 -0.078484687500000, 1 -0.078685125000000, 0 -0.078703000000000, 1 -0.078855000000000, 0 -0.078872875000000, 1 -0.078891375000000, 0 -0.078909250000000, 1 -0.078927750000000, 0 -0.078945625000000, 1 -0.079009687500000, 0 -0.079027562500000, 1 -0.079073312500000, 0 -0.079091250000000, 1 -0.079140125000000, 0 -0.079157812500000, 1 -0.079206812500000, 0 -0.079224687500000, 1 -0.079288687500000, 0 -0.079306562500000, 1 -0.079370562500000, 0 -0.079388562500000, 1 -0.079576812500000, 0 -0.079594687500000, 1 -0.079746687500000, 0 -0.079764562500000, 1 -0.079783125000000, 0 -0.079801000000000, 1 -0.079819500000000, 0 -0.079837375000000, 1 -0.079901375000000, 0 -0.079919250000000, 1 -0.079962000000000, 0 -0.079979937500000, 1 -0.080028750000000, 0 -0.080046625000000, 1 -0.080098500000000, 0 -0.080116375000000, 1 -0.080180375000000, 0 -0.080198312500000, 1 -0.080244125000000, 0 -0.080262000000000, 1 -0.080468500000000, 0 -0.080486437500000, 1 -0.080638375000000, 0 -0.080656312500000, 1 -0.080674750000000, 0 -0.080692687500000, 1 -0.080711187500000, 0 -0.080729062500000, 1 -0.080793062500000, 0 -0.080811000000000, 1 -0.080853750000000, 0 -0.080871625000000, 1 -0.080920437500000, 0 -0.080938375000000, 1 -0.080993250000000, 0 -0.081011125000000, 1 -0.081075125000000, 0 -0.081093062500000, 1 -0.081132812500000, 0 -0.081150625000000, 1 -0.081360250000000, 0 -0.081378125000000, 1 -0.081530062500000, 0 -0.081548000000000, 1 -0.081566500000000, 0 -0.081584375000000, 1 -0.081602875000000, 0 -0.081620812500000, 1 -0.081684812500000, 0 -0.081702687500000, 1 -0.081748437500000, 0 -0.081766375000000, 1 -0.081815187500000, 0 -0.081833062500000, 1 -0.081891000000000, 0 -0.081908875000000, 1 -0.081972875000000, 0 -0.081990812500000, 1 -0.082012312500000, 0 -0.082030187500000, 1 -0.082251875000000, 0 -0.082269812500000, 1 -0.082421750000000, 0 -0.082439625000000, 1 -0.082458125000000, 0 -0.082476062500000, 1 -0.082494562500000, 0 -0.082512437500000, 1 -0.082576437500000, 0 -0.082594312500000, 1 -0.082640125000000, 0 -0.082658000000000, 1 -0.082706812500000, 0 -0.082724750000000, 1 -0.082785750000000, 0 -0.082803625000000, 1 -0.082867562500000, 0 -0.082885500000000, 1 -0.082925250000000, 0 -0.082943125000000, 1 -0.083143562500000, 0 -0.083161500000000, 1 -0.083313437500000, 0 -0.083331312500000, 1 -0.083349812500000, 0 -0.083367687500000, 1 -0.083386187500000, 0 -0.083404125000000, 1 -0.083468125000000, 0 -0.083486062500000, 1 -0.083531812500000, 0 -0.083549687500000, 1 -0.083598500000000, 0 -0.083616437500000, 1 -0.083680375000000, 0 -0.083698312500000, 1 -0.083762250000000, 0 -0.083780187500000, 1 -0.083813875000000, 0 -0.083831750000000, 1 -0.084035250000000, 0 -0.084053125000000, 1 -0.084205062500000, 0 -0.084223000000000, 1 -0.084265750000000, 0 -0.084283625000000, 1 -0.084302125000000, 0 -0.084320062500000, 1 -0.084384000000000, 0 -0.084401937500000, 1 -0.084444687500000, 0 -0.084462562500000, 1 -0.084514437500000, 0 -0.084532312500000, 1 -0.084550812500000, 0 -0.084568750000000, 1 -0.084632687500000, 0 -0.084650562500000, 1 -0.084684250000000, 0 -0.084702187500000, 1 -0.084926875000000, 0 -0.084944687500000, 1 -0.084944750000000, 0 -0.084944812500000, 1 -0.085096750000000, 0 -0.085114562500000, 1 -0.085133125000000, 0 -0.085151062500000, 1 -0.085169500000000, 0 -0.085187437500000, 1 -0.085251437500000, 0 -0.085269312500000, 1 -0.085309062500000, 0 -0.085326937500000, 1 -0.085378750000000, 0 -0.085396687500000, 1 -0.085418187500000, 0 -0.085436125000000, 1 -0.085500125000000, 0 -0.085518000000000, 1 -0.085539562500000, 0 -0.085557437500000, 1 -0.085818562500000, 0 -0.085836500000000, 1 -0.085988437500000, 0 -0.086006312500000, 1 -0.086061250000000, 0 -0.086079125000000, 1 -0.086097625000000, 0 -0.086115500000000, 1 -0.086179500000000, 0 -0.086197375000000, 1 -0.086240125000000, 0 -0.086258062500000, 1 -0.086309875000000, 0 -0.086327562500000, 1 -0.086327750000000, 0 -0.086327937500000, 1 -0.086352375000000, 0 -0.086370250000000, 1 -0.086434375000000, 0 -0.086452187500000, 1 -0.086473687500000, 0 -0.086491562500000, 1 -0.086710187500000, 0 -0.086728062500000, 1 -0.086880062500000, 0 -0.086897937500000, 1 -0.086940687500000, 0 -0.086958562500000, 1 -0.086977125000000, 0 -0.086995062500000, 1 -0.087059000000000, 0 -0.087076875000000, 1 -0.087119687500000, 0 -0.087137562500000, 1 -0.087189437500000, 0 -0.087207312500000, 1 -0.087234937500000, 0 -0.087252812500000, 1 -0.087316812500000, 0 -0.087334687500000, 1 -0.087362312500000, 0 -0.087380187500000, 1 -0.087601937500000, 0 -0.087619812500000, 1 -0.087771812500000, 0 -0.087789687500000, 1 -0.087844562500000, 0 -0.087862500000000, 1 -0.087880937500000, 0 -0.087898875000000, 1 -0.087962875000000, 0 -0.087980750000000, 1 -0.088023500000000, 0 -0.088041375000000, 1 -0.088093250000000, 0 -0.088111125000000, 1 -0.088141812500000, 0 -0.088159687500000, 1 -0.088223687500000, 0 -0.088241625000000, 1 -0.088299500000000, 0 -0.088317437500000, 1 -0.088493625000000, 0 -0.088511562500000, 1 -0.088663500000000, 0 -0.088681375000000, 1 -0.088736312500000, 0 -0.088754187500000, 1 -0.088772687500000, 0 -0.088790562500000, 1 -0.088854562500000, 0 -0.088872500000000, 1 -0.088915250000000, 0 -0.088933125000000, 1 -0.088984937500000, 0 -0.089002875000000, 1 -0.089036562500000, 0 -0.089054437500000, 1 -0.089118437500000, 0 -0.089136312500000, 1 -0.089200312500000, 0 -0.089218250000000, 1 -0.089385312500000, 0 -0.089403187500000, 1 -0.089555187500000, 0 -0.089573062500000, 1 -0.089615875000000, 0 -0.089633750000000, 1 -0.089652250000000, 0 -0.089670125000000, 1 -0.089734125000000, 0 -0.089752000000000, 1 -0.089794812500000, 0 -0.089812687500000, 1 -0.089864562500000, 0 -0.089882437500000, 1 -0.089919125000000, 0 -0.089937000000000, 1 -0.090001062500000, 0 -0.090018937500000, 1 -0.090064750000000, 0 -0.090082625000000, 1 -0.090277000000000, 0 -0.090294937500000, 1 -0.090446875000000, 0 -0.090464812500000, 1 -0.090519687500000, 0 -0.090537562500000, 1 -0.090556062500000, 0 -0.090574000000000, 1 -0.090637937500000, 0 -0.090655875000000, 1 -0.090698625000000, 0 -0.090716500000000, 1 -0.090768375000000, 0 -0.090786250000000, 1 -0.090826000000000, 0 -0.090843875000000, 1 -0.090907875000000, 0 -0.090925812500000, 1 -0.090977625000000, 0 -0.090995500000000, 1 -0.091168750000000, 0 -0.091186625000000, 1 -0.091338562500000, 0 -0.091356375000000, 1 -0.091374937500000, 0 -0.091392875000000, 1 -0.091411375000000, 0 -0.091429312500000, 1 -0.091493250000000, 0 -0.091511187500000, 1 -0.091556937500000, 0 -0.091574875000000, 1 -0.091626687500000, 0 -0.091644625000000, 1 -0.091687375000000, 0 -0.091705250000000, 1 -0.091769250000000, 0 -0.091787125000000, 1 -0.091842062500000, 0 -0.091859937500000, 1 -0.092060500000000, 0 -0.092078312500000, 1 -0.092230250000000, 0 -0.092248125000000, 1 -0.092266687500000, 0 -0.092284562500000, 1 -0.092303062500000, 0 -0.092320937500000, 1 -0.092384937500000, 0 -0.092402875000000, 1 -0.092445625000000, 0 -0.092463500000000, 1 -0.092515312500000, 0 -0.092533250000000, 1 -0.092579062500000, 0 -0.092596937500000, 1 -0.092660937500000, 0 -0.092678812500000, 1 -0.092727687500000, 0 -0.092745437500000, 1 -0.092952062500000, 0 -0.092970000000000, 1 -0.093121937500000, 0 -0.093139875000000, 1 -0.093158312500000, 0 -0.093176250000000, 1 -0.093194750000000, 0 -0.093212625000000, 1 -0.093276625000000, 0 -0.093294500000000, 1 -0.093337250000000, 0 -0.093355187500000, 1 -0.093407062500000, 0 -0.093424937500000, 1 -0.093473750000000, 0 -0.093491625000000, 1 -0.093555625000000, 0 -0.093573562500000, 1 -0.093628437500000, 0 -0.093646375000000, 1 -0.093843812500000, 0 -0.093861687500000, 1 -0.094013687500000, 0 -0.094031562500000, 1 -0.094050062500000, 0 -0.094067937500000, 1 -0.094086437500000, 0 -0.094104375000000, 1 -0.094168312500000, 0 -0.094186250000000, 1 -0.094229000000000, 0 -0.094246875000000, 1 -0.094298750000000, 0 -0.094316687500000, 1 -0.094368500000000, 0 -0.094386375000000, 1 -0.094450312500000, 0 -0.094468250000000, 1 -0.094529187500000, 0 -0.094547125000000, 1 -0.094735500000000, 0 -0.094753375000000, 1 -0.094905312500000, 0 -0.094923187500000, 1 -0.094941750000000, 0 -0.094959625000000, 1 -0.094978125000000, 0 -0.094996000000000, 1 -0.095059937500000, 0 -0.095077937500000, 1 -0.095123687500000, 0 -0.095141562500000, 1 -0.095193500000000, 0 -0.095211375000000, 1 -0.095266250000000, 0 -0.095284000000000, 1 -0.095348125000000, 0 -0.095366000000000, 1 -0.095396687500000, 0 -0.095414625000000, 1 -0.095627187500000, 0 -0.095645062500000, 1 -0.095797062500000, 0 -0.095814937500000, 1 -0.095845562500000, 0 -0.095863437500000, 1 -0.095881875000000, 0 -0.095899875000000, 1 -0.095963812500000, 0 -0.095981750000000, 1 -0.096027500000000, 0 -0.096045375000000, 1 -0.096097250000000, 0 -0.096115125000000, 1 -0.096173062500000, 0 -0.096191000000000, 1 -0.096255000000000, 0 -0.096272875000000, 1 -0.096309500000000, 0 -0.096309562500000, 1 -0.096309625000000, 0 -0.096327500000000, 1 -0.096518812500000, 0 -0.096536750000000, 1 -0.096688687500000, 0 -0.096706625000000, 1 -0.096725125000000, 0 -0.096743000000000, 1 -0.096761500000000, 0 -0.096779437500000, 1 -0.096843375000000, 0 -0.096861312500000, 1 -0.096904062500000, 0 -0.096921937500000, 1 -0.096973812500000, 0 -0.096991687500000, 1 -0.097052625000000, 0 -0.097070562500000, 1 -0.097134562500000, 0 -0.097152437500000, 1 -0.097183062500000, 0 -0.097201000000000, 1 -0.097410562500000, 0 -0.097428437500000, 1 -0.097580375000000, 0 -0.097598312500000, 1 -0.097653187500000, 0 -0.097671062500000, 1 -0.097689562500000, 0 -0.097707500000000, 1 -0.097771437500000, 0 -0.097789375000000, 1 -0.097832125000000, 0 -0.097850000000000, 1 -0.097901875000000, 0 -0.097919750000000, 1 -0.097983750000000, 0 -0.098001687500000, 1 -0.098065687500000, 0 -0.098083562500000, 1 -0.098120250000000, 0 -0.098138187500000, 1 -0.098302250000000, 0 -0.098320125000000, 1 -0.098472062500000, 0 -0.098490000000000, 1 -0.098508500000000, 0 -0.098526375000000, 1 -0.098544875000000, 0 -0.098562812500000, 1 -0.098626750000000, 0 -0.098644687500000, 1 -0.098690500000000, 0 -0.098708375000000, 1 -0.098763250000000, 0 -0.098781125000000, 1 -0.098799625000000, 0 -0.098817500000000, 1 -0.098881500000000, 0 -0.098899437500000, 1 -0.098945250000000, 0 -0.098963125000000, 1 -0.099193937500000, 0 -0.099211812500000, 1 -0.099363812500000, 0 -0.099381687500000, 1 -0.099412375000000, 0 -0.099430187500000, 1 -0.099448687500000, 0 -0.099466625000000, 1 -0.099530562500000, 0 -0.099548437500000, 1 -0.099591250000000, 0 -0.099609125000000, 1 -0.099664000000000, 0 -0.099681875000000, 1 -0.099703437500000, 0 -0.099721375000000, 1 -0.099785375000000, 0 -0.099803250000000, 1 -0.099867250000000, 0 -0.099885125000000, 1 -0.100085562500000, 0 -0.100103500000000, 1 -0.100255437500000, 0 -0.100273312500000, 1 -0.100291812500000, 0 -0.100309750000000, 1 -0.100328250000000, 0 -0.100346125000000, 1 -0.100410125000000, 0 -0.100428000000000, 1 -0.100473750000000, 0 -0.100491687500000, 1 -0.100546625000000, 0 -0.100564500000000, 1 -0.100589000000000, 0 -0.100606937500000, 1 -0.100670937500000, 0 -0.100688812500000, 1 -0.100746750000000, 0 -0.100764750000000, 1 -0.100977312500000, 0 -0.100995125000000, 1 -0.101147125000000, 0 -0.101165000000000, 1 -0.101165062500000, 0 -0.101165125000000, 1 -0.101195687500000, 0 -0.101213562500000, 1 -0.101232062500000, 0 -0.101249937500000, 1 -0.101313937500000, 0 -0.101331875000000, 1 -0.101377625000000, 0 -0.101395500000000, 1 -0.101450375000000, 0 -0.101468312500000, 1 -0.101495875000000, 0 -0.101513812500000, 1 -0.101577812500000, 0 -0.101595687500000, 1 -0.101659687500000, 0 -0.101677562500000, 1 -0.101868937500000, 0 -0.101886875000000, 1 -0.102038812500000, 0 -0.102056687500000, 1 -0.102099500000000, 0 -0.102117375000000, 1 -0.102135875000000, 0 -0.102153812500000, 1 -0.102217750000000, 0 -0.102235687500000, 1 -0.102278437500000, 0 -0.102296312500000, 1 -0.102351187500000, 0 -0.102369125000000, 1 -0.102399750000000, 0 -0.102417687500000, 1 -0.102481625000000, 0 -0.102499500000000, 1 -0.102533187500000, 0 -0.102551062500000, 1 -0.102760625000000, 0 -0.102778562500000, 1 -0.102930500000000, 0 -0.102948437500000, 1 -0.103003312500000, 0 -0.103021187500000, 1 -0.103039687500000, 0 -0.103057562500000, 1 -0.103121562500000, 0 -0.103139437500000, 1 -0.103182187500000, 0 -0.103200125000000, 1 -0.103255000000000, 0 -0.103272875000000, 1 -0.103306625000000, 0 -0.103324500000000, 1 -0.103388437500000, 0 -0.103406375000000, 1 -0.103446062500000, 0 -0.103464000000000, 1 -0.103652250000000, 0 -0.103670187500000, 1 -0.103822250000000, 0 -0.103840000000000, 1 -0.103894937500000, 0 -0.103912812500000, 1 -0.103931375000000, 0 -0.103949250000000, 1 -0.104013250000000, 0 -0.104031125000000, 1 -0.104076937500000, 0 -0.104094875000000, 1 -0.104149687500000, 0 -0.104167562500000, 1 -0.104204312500000, 0 -0.104222187500000, 1 -0.104286187500000, 0 -0.104304125000000, 1 -0.104337750000000, 0 -0.104355750000000, 1 -0.104544000000000, 0 -0.104561937500000, 1 -0.104713875000000, 0 -0.104731750000000, 1 -0.104774562500000, 0 -0.104792437500000, 1 -0.104810937500000, 0 -0.104828812500000, 1 -0.104892812500000, 0 -0.104910750000000, 1 -0.104956500000000, 0 -0.104974437500000, 1 -0.105029312500000, 0 -0.105047187500000, 1 -0.105086937500000, 0 -0.105104812500000, 1 -0.105168812500000, 0 -0.105186750000000, 1 -0.105226437500000, 0 -0.105244375000000, 1 -0.105435750000000, 0 -0.105453625000000, 1 -0.105605562500000, 0 -0.105623437500000, 1 -0.105678375000000, 0 -0.105696250000000, 1 -0.105714750000000, 0 -0.105732687500000, 1 -0.105796687500000, 0 -0.105814562500000, 1 -0.105857312500000, 0 -0.105875187500000, 1 -0.105930062500000, 0 -0.105948000000000, 1 -0.105990750000000, 0 -0.106008625000000, 1 -0.106072625000000, 0 -0.106090562500000, 1 -0.106109062500000, 0 -0.106126937500000, 1 -0.106327375000000, 0 -0.106345312500000, 1 -0.106497250000000, 0 -0.106515187500000, 1 -0.106570062500000, 0 -0.106587937500000, 1 -0.106606437500000, 0 -0.106624375000000, 1 -0.106688312500000, 0 -0.106706250000000, 1 -0.106749000000000, 0 -0.106766875000000, 1 -0.106821750000000, 0 -0.106839687500000, 1 -0.106885437500000, 0 -0.106903375000000, 1 -0.106967312500000, 0 -0.106985250000000, 1 -0.107009812500000, 0 -0.107027687500000, 1 -0.107219062500000, 0 -0.107237000000000, 1 -0.107388937500000, 0 -0.107406875000000, 1 -0.107425312500000, 0 -0.107443250000000, 1 -0.107461750000000, 0 -0.107479625000000, 1 -0.107543625000000, 0 -0.107561562500000, 1 -0.107604312500000, 0 -0.107622187500000, 1 -0.107677062500000, 0 -0.107695000000000, 1 -0.107743812500000, 0 -0.107761750000000, 1 -0.107825687500000, 0 -0.107843625000000, 1 -0.107874250000000, 0 -0.107892125000000, 1 -0.108110812500000, 0 -0.108128687500000, 1 -0.108280625000000, 0 -0.108298562500000, 1 -0.108317062500000, 0 -0.108334937500000, 1 -0.108353437500000, 0 -0.108371375000000, 1 -0.108435312500000, 0 -0.108453312500000, 1 -0.108496000000000, 0 -0.108513875000000, 1 -0.108568750000000, 0 -0.108586687500000, 1 -0.108638562500000, 0 -0.108656437500000, 1 -0.108720437500000, 0 -0.108738312500000, 1 -0.108775062500000, 0 -0.108792937500000, 1 -0.109002500000000, 0 -0.109020375000000, 1 -0.109172375000000, 0 -0.109190250000000, 1 -0.109208750000000, 0 -0.109226625000000, 1 -0.109245125000000, 0 -0.109263062500000, 1 -0.109327000000000, 0 -0.109344937500000, 1 -0.109390750000000, 0 -0.109408625000000, 1 -0.109463500000000, 0 -0.109481375000000, 1 -0.109536250000000, 0 -0.109554187500000, 1 -0.109618187500000, 0 -0.109636125000000, 1 -0.109691000000000, 0 -0.109708875000000, 1 -0.109894187500000, 0 -0.109912062500000, 1 -0.110064062500000, 0 -0.110081937500000, 1 -0.110100500000000, 0 -0.110118375000000, 1 -0.110136875000000, 0 -0.110154750000000, 1 -0.110218750000000, 0 -0.110236625000000, 1 -0.110279375000000, 0 -0.110297312500000, 1 -0.110352187500000, 0 -0.110370125000000, 1 -0.110428000000000, 0 -0.110445937500000, 1 -0.110509937500000, 0 -0.110527750000000, 1 -0.110576625000000, 0 -0.110594562500000, 1 -0.110785937500000, 0 -0.110803812500000, 1 -0.110955750000000, 0 -0.110973687500000, 1 -0.110992125000000, 0 -0.111010000000000, 1 -0.111028562500000, 0 -0.111046437500000, 1 -0.111110375000000, 0 -0.111128312500000, 1 -0.111171062500000, 0 -0.111189000000000, 1 -0.111243875000000, 0 -0.111261750000000, 1 -0.111322750000000, 0 -0.111340625000000, 1 -0.111404625000000, 0 -0.111422500000000, 1 -0.111477437500000, 0 -0.111495375000000, 1 -0.111677562500000, 0 -0.111695500000000, 1 -0.111847437500000, 0 -0.111865312500000, 1 -0.111883812500000, 0 -0.111901750000000, 1 -0.111920250000000, 0 -0.111938125000000, 1 -0.112002125000000, 0 -0.112020000000000, 1 -0.112062750000000, 0 -0.112080687500000, 1 -0.112135562500000, 0 -0.112153437500000, 1 -0.112217437500000, 0 -0.112235312500000, 1 -0.112299375000000, 0 -0.112317250000000, 1 -0.112378187500000, 0 -0.112395937500000, 1 -0.112396125000000, 0 -0.112396187500000, 1 -0.112569250000000, 0 -0.112587125000000, 1 -0.112739125000000, 0 -0.112757062500000, 1 -0.112775500000000, 0 -0.112793437500000, 1 -0.112811937500000, 0 -0.112829812500000, 1 -0.112893812500000, 0 -0.112911750000000, 1 -0.112954500000000, 0 -0.112972375000000, 1 -0.113030312500000, 0 -0.113048187500000, 1 -0.113066687500000, 0 -0.113084562500000, 1 -0.113148625000000, 0 -0.113166500000000, 1 -0.113215312500000, 0 -0.113233250000000, 1 -0.113461000000000, 0 -0.113478875000000, 1 -0.113630875000000, 0 -0.113648750000000, 1 -0.113667250000000, 0 -0.113685125000000, 1 -0.113703625000000, 0 -0.113721500000000, 1 -0.113785500000000, 0 -0.113803437500000, 1 -0.113846187500000, 0 -0.113864062500000, 1 -0.113922000000000, 0 -0.113939875000000, 1 -0.113961437500000, 0 -0.113979312500000, 1 -0.114043312500000, 0 -0.114061250000000, 1 -0.114104000000000, 0 -0.114121875000000, 1 -0.114352687500000, 0 -0.114370625000000, 1 -0.114522562500000, 0 -0.114540437500000, 1 -0.114558937500000, 0 -0.114576875000000, 1 -0.114595375000000, 0 -0.114613250000000, 1 -0.114677250000000, 0 -0.114695125000000, 1 -0.114740937500000, 0 -0.114758812500000, 1 -0.114816750000000, 0 -0.114834625000000, 1 -0.114859250000000, 0 -0.114877125000000, 1 -0.114941125000000, 0 -0.114959000000000, 1 -0.115007875000000, 0 -0.115025750000000, 1 -0.115244437500000, 0 -0.115262312500000, 1 -0.115414312500000, 0 -0.115432187500000, 1 -0.115450687500000, 0 -0.115468625000000, 1 -0.115487125000000, 0 -0.115505000000000, 1 -0.115569000000000, 0 -0.115586875000000, 1 -0.115629625000000, 0 -0.115647562500000, 1 -0.115705500000000, 0 -0.115723375000000, 1 -0.115751000000000, 0 -0.115768875000000, 1 -0.115832875000000, 0 -0.115850750000000, 1 -0.115905687500000, 0 -0.115923562500000, 1 -0.116136187500000, 0 -0.116154062500000, 1 -0.116306062500000, 0 -0.116323875000000, 1 -0.116366750000000, 0 -0.116384625000000, 1 -0.116403125000000, 0 -0.116421000000000, 1 -0.116485000000000, 0 -0.116502937500000, 1 -0.116548687500000, 0 -0.116566625000000, 1 -0.116624562500000, 0 -0.116642437500000, 1 -0.116673062500000, 0 -0.116690937500000, 1 -0.116754937500000, 0 -0.116772875000000, 1 -0.116809562500000, 0 -0.116827437500000, 1 -0.117027875000000, 0 -0.117045812500000, 1 -0.117197750000000, 0 -0.117215687500000, 1 -0.117234125000000, 0 -0.117252062500000, 1 -0.117270500000000, 0 -0.117288437500000, 1 -0.117352437500000, 0 -0.117370312500000, 1 -0.117413125000000, 0 -0.117431000000000, 1 -0.117488937500000, 0 -0.117506812500000, 1 -0.117540500000000, 0 -0.117558375000000, 1 -0.117622375000000, 0 -0.117640312500000, 1 -0.117658750000000, 0 -0.117676687500000, 1 -0.117919625000000, 0 -0.117937500000000, 1 -0.118089500000000, 0 -0.118107375000000, 1 -0.118162250000000, 0 -0.118180187500000, 1 -0.118198687500000, 0 -0.118216562500000, 1 -0.118280562500000, 0 -0.118298437500000, 1 -0.118341187500000, 0 -0.118359125000000, 1 -0.118417062500000, 0 -0.118434937500000, 1 -0.118471625000000, 0 -0.118489500000000, 1 -0.118553500000000, 0 -0.118571437500000, 1 -0.118608125000000, 0 -0.118626000000000, 1 -0.118811312500000, 0 -0.118829250000000, 1 -0.118981187500000, 0 -0.118999062500000, 1 -0.119053937500000, 0 -0.119071875000000, 1 -0.119090375000000, 0 -0.119108312500000, 1 -0.119172250000000, 0 -0.119190125000000, 1 -0.119232937500000, 0 -0.119250812500000, 1 -0.119308625000000, 0 -0.119326687500000, 1 -0.119366312500000, 0 -0.119384312500000, 1 -0.119448250000000, 0 -0.119466125000000, 1 -0.119496750000000, 0 -0.119514750000000, 1 -0.119703000000000, 0 -0.119720937500000, 1 -0.119872875000000, 0 -0.119890750000000, 1 -0.119945687500000, 0 -0.119963562500000, 1 -0.119982062500000, 0 -0.119999937500000, 1 -0.120063937500000, 0 -0.120081812500000, 1 -0.120124625000000, 0 -0.120142500000000, 1 -0.120200375000000, 0 -0.120218312500000, 1 -0.120261062500000, 0 -0.120279000000000, 1 -0.120343000000000, 0 -0.120360812500000, 1 -0.120400625000000, 0 -0.120418500000000, 1 -0.120594687500000, 0 -0.120612562500000, 1 -0.120764562500000, 0 -0.120782437500000, 1 -0.120825250000000, 0 -0.120843125000000, 1 -0.120861625000000, 0 -0.120879375000000, 1 -0.120943500000000, 0 -0.120961437500000, 1 -0.121004125000000, 0 -0.121022062500000, 1 -0.121080000000000, 0 -0.121097875000000, 1 -0.121143687500000, 0 -0.121161625000000, 1 -0.121225562500000, 0 -0.121243500000000, 1 -0.121277125000000, 0 -0.121295062500000, 1 -0.121486437500000, 0 -0.121504312500000, 1 -0.121656312500000, 0 -0.121674187500000, 1 -0.121716937500000, 0 -0.121734812500000, 1 -0.121753312500000, 0 -0.121771250000000, 1 -0.121835250000000, 0 -0.121853125000000, 1 -0.121895875000000, 0 -0.121913750000000, 1 -0.121971687500000, 0 -0.121989562500000, 1 -0.122038437500000, 0 -0.122056312500000, 1 -0.122120312500000, 0 -0.122138187500000, 1 -0.122165812500000, 0 -0.122183750000000, 1 -0.122378125000000, 0 -0.122396000000000, 1 -0.122548000000000, 0 -0.122565875000000, 1 -0.122620750000000, 0 -0.122638687500000, 1 -0.122657187500000, 0 -0.122675062500000, 1 -0.122739062500000, 0 -0.122756937500000, 1 -0.122799687500000, 0 -0.122817562500000, 1 -0.122875500000000, 0 -0.122893437500000, 1 -0.122945250000000, 0 -0.122963187500000, 1 -0.123027187500000, 0 -0.123045062500000, 1 -0.123066625000000, 0 -0.123084500000000, 1 -0.123269812500000, 0 -0.123287687500000, 1 -0.123439687500000, 0 -0.123457562500000, 1 -0.123476062500000, 0 -0.123493937500000, 1 -0.123512437500000, 0 -0.123530375000000, 1 -0.123594375000000, 0 -0.123612250000000, 1 -0.123658062500000, 0 -0.123675937500000, 1 -0.123733875000000, 0 -0.123751750000000, 1 -0.123806687500000, 0 -0.123824562500000, 1 -0.123888562500000, 0 -0.123906437500000, 1 -0.123958312500000, 0 -0.123976250000000, 1 -0.124161500000000, 0 -0.124179437500000, 1 -0.124331375000000, 0 -0.124349312500000, 1 -0.124367750000000, 0 -0.124385687500000, 1 -0.124404187500000, 0 -0.124422062500000, 1 -0.124486062500000, 0 -0.124504000000000, 1 -0.124546750000000, 0 -0.124564625000000, 1 -0.124622500000000, 0 -0.124640437500000, 1 -0.124698375000000, 0 -0.124716250000000, 1 -0.124780250000000, 0 -0.124798187500000, 1 -0.124856125000000, 0 -0.124873875000000, 1 -0.125053187500000, 0 -0.125071000000000, 1 -0.125071062500000, 0 -0.125071187500000, 1 -0.125223125000000, 0 -0.125241000000000, 1 -0.125259437500000, 0 -0.125277375000000, 1 -0.125295875000000, 0 -0.125313812500000, 1 -0.125377750000000, 0 -0.125395625000000, 1 -0.125438375000000, 0 -0.125456312500000, 1 -0.125514187500000, 0 -0.125532125000000, 1 -0.125593125000000, 0 -0.125611000000000, 1 -0.125675000000000, 0 -0.125692937500000, 1 -0.125744750000000, 0 -0.125762687500000, 1 -0.125944937500000, 0 -0.125962812500000, 1 -0.126114812500000, 0 -0.126132687500000, 1 -0.126151187500000, 0 -0.126169062500000, 1 -0.126187562500000, 0 -0.126205500000000, 1 -0.126269437500000, 0 -0.126287375000000, 1 -0.126333125000000, 0 -0.126351062500000, 1 -0.126409000000000, 0 -0.126426875000000, 1 -0.126490875000000, 0 -0.126508812500000, 1 -0.126572750000000, 0 -0.126590687500000, 1 -0.126648625000000, 0 -0.126666500000000, 1 -0.126836625000000, 0 -0.126854562500000, 1 -0.127006500000000, 0 -0.127024375000000, 1 -0.127055000000000, 0 -0.127072937500000, 1 -0.127091437500000, 0 -0.127109312500000, 1 -0.127173312500000, 0 -0.127191187500000, 1 -0.127233937500000, 0 -0.127251875000000, 1 -0.127312812500000, 0 -0.127330687500000, 1 -0.127349250000000, 0 -0.127367125000000, 1 -0.127431062500000, 0 -0.127449000000000, 1 -0.127476562500000, 0 -0.127494500000000, 1 -0.127728312500000, 0 -0.127746250000000, 1 -0.127898187500000, 0 -0.127916062500000, 1 -0.127946625000000, 0 -0.127964625000000, 1 -0.127983062500000, 0 -0.128001000000000, 1 -0.128065000000000, 0 -0.128082875000000, 1 -0.128125625000000, 0 -0.128143500000000, 1 -0.128204437500000, 0 -0.128222437500000, 1 -0.128243937500000, 0 -0.128261812500000, 1 -0.128325812500000, 0 -0.128343625000000, 1 -0.128365250000000, 0 -0.128383125000000, 1 -0.128619937500000, 0 -0.128637812500000, 1 -0.128789875000000, 0 -0.128807750000000, 1 -0.128838437500000, 0 -0.128856312500000, 1 -0.128874812500000, 0 -0.128892750000000, 1 -0.128956687500000, 0 -0.128974625000000, 1 -0.129017312500000, 0 -0.129035312500000, 1 -0.129096187500000, 0 -0.129114125000000, 1 -0.129138625000000, 0 -0.129138750000000, 1 -0.129138812500000, 0 -0.129156562500000, 1 -0.129220562500000, 0 -0.129238500000000, 1 -0.129278187500000, 0 -0.129296062500000, 1 -0.129511687500000, 0 -0.129529625000000, 1 -0.129681562500000, 0 -0.129699500000000, 1 -0.129754375000000, 0 -0.129772250000000, 1 -0.129790750000000, 0 -0.129808687500000, 1 -0.129872625000000, 0 -0.129890562500000, 1 -0.129933312500000, 0 -0.129951187500000, 1 -0.130012125000000, 0 -0.130030062500000, 1 -0.130057625000000, 0 -0.130075562500000, 1 -0.130139562500000, 0 -0.130157437500000, 1 -0.130191125000000, 0 -0.130209000000000, 1 -0.130403375000000, 0 -0.130421312500000, 1 -0.130573250000000, 0 -0.130591125000000, 1 -0.130621812500000, 0 -0.130639687500000, 1 -0.130658187500000, 0 -0.130676062500000, 1 -0.130740062500000, 0 -0.130757937500000, 1 -0.130803750000000, 0 -0.130821625000000, 1 -0.130882562500000, 0 -0.130900500000000, 1 -0.130931125000000, 0 -0.130949000000000, 1 -0.131013000000000, 0 -0.131030875000000, 1 -0.131094937500000, 0 -0.131112812500000, 1 -0.131295062500000, 0 -0.131312937500000, 1 -0.131464937500000, 0 -0.131482812500000, 1 -0.131501312500000, 0 -0.131519187500000, 1 -0.131537687500000, 0 -0.131555625000000, 1 -0.131619562500000, 0 -0.131637500000000, 1 -0.131680250000000, 0 -0.131698125000000, 1 -0.131759062500000, 0 -0.131777000000000, 1 -0.131810625000000, 0 -0.131828562500000, 1 -0.131892562500000, 0 -0.131910437500000, 1 -0.131956250000000, 0 -0.131974125000000, 1 -0.132186687500000, 0 -0.132204625000000, 1 -0.132356562500000, 0 -0.132374500000000, 1 -0.132417187500000, 0 -0.132435125000000, 1 -0.132453625000000, 0 -0.132471500000000, 1 -0.132535500000000, 0 -0.132553375000000, 1 -0.132596187500000, 0 -0.132614062500000, 1 -0.132675000000000, 0 -0.132692875000000, 1 -0.132729625000000, 0 -0.132747500000000, 1 -0.132811500000000, 0 -0.132829375000000, 1 -0.132893375000000, 0 -0.132911312500000, 1 -0.133078375000000, 0 -0.133096250000000, 1 -0.133248187500000, 0 -0.133266125000000, 1 -0.133284562500000, 0 -0.133302500000000, 1 -0.133321000000000, 0 -0.133338937500000, 1 -0.133402875000000, 0 -0.133420812500000, 1 -0.133463562500000, 0 -0.133481437500000, 1 -0.133542375000000, 0 -0.133560312500000, 1 -0.133600062500000, 0 -0.133617875000000, 1 -0.133681875000000, 0 -0.133699812500000, 1 -0.133757750000000, 0 -0.133775625000000, 1 -0.133970000000000, 0 -0.133987937500000, 1 -0.134139875000000, 0 -0.134157812500000, 1 -0.134200500000000, 0 -0.134218437500000, 1 -0.134236937500000, 0 -0.134254812500000, 1 -0.134318812500000, 0 -0.134336687500000, 1 -0.134379500000000, 0 -0.134397375000000, 1 -0.134458437500000, 0 -0.134476250000000, 1 -0.134519000000000, 0 -0.134536875000000, 1 -0.134600812500000, 0 -0.134618750000000, 1 -0.134679750000000, 0 -0.134697625000000, 1 -0.134861687500000, 0 -0.134879562500000, 1 -0.134879687500000, 0 -0.134879750000000, 1 -0.135031562500000, 0 -0.135049437500000, 1 -0.135104312500000, 0 -0.135122250000000, 1 -0.135140750000000, 0 -0.135158687500000, 1 -0.135222625000000, 0 -0.135240500000000, 1 -0.135283250000000, 0 -0.135301187500000, 1 -0.135362125000000, 0 -0.135380000000000, 1 -0.135425812500000, 0 -0.135443750000000, 1 -0.135507687500000, 0 -0.135525625000000, 1 -0.135580437500000, 0 -0.135598375000000, 1 -0.135753312500000, 0 -0.135771250000000, 1 -0.135923187500000, 0 -0.135941125000000, 1 -0.135996000000000, 0 -0.136013875000000, 1 -0.136032375000000, 0 -0.136050312500000, 1 -0.136114250000000, 0 -0.136132062500000, 1 -0.136174937500000, 0 -0.136192812500000, 1 -0.136253750000000, 0 -0.136271687500000, 1 -0.136320500000000, 0 -0.136338375000000, 1 -0.136402375000000, 0 -0.136420250000000, 1 -0.136469062500000, 0 -0.136469125000000, 1 -0.136469187500000, 0 -0.136487062500000, 1 -0.136645000000000, 0 -0.136662875000000, 1 -0.136814875000000, 0 -0.136832687500000, 1 -0.136875500000000, 0 -0.136893312500000, 1 -0.136911937500000, 0 -0.136929812500000, 1 -0.136993812500000, 0 -0.137011750000000, 1 -0.137054437500000, 0 -0.137072375000000, 1 -0.137133312500000, 0 -0.137151187500000, 1 -0.137203125000000, 0 -0.137221000000000, 1 -0.137284937500000, 0 -0.137302875000000, 1 -0.137345625000000, 0 -0.137363437500000, 1 -0.137536750000000, 0 -0.137554562500000, 1 -0.137706562500000, 0 -0.137724437500000, 1 -0.137779312500000, 0 -0.137797187500000, 1 -0.137815687500000, 0 -0.137833625000000, 1 -0.137897562500000, 0 -0.137915500000000, 1 -0.137958250000000, 0 -0.137976125000000, 1 -0.138037062500000, 0 -0.138055000000000, 1 -0.138109875000000, 0 -0.138127750000000, 1 -0.138191750000000, 0 -0.138209687500000, 1 -0.138246375000000, 0 -0.138264250000000, 1 -0.138428312500000, 0 -0.138446250000000, 1 -0.138598187500000, 0 -0.138616062500000, 1 -0.138670937500000, 0 -0.138688875000000, 1 -0.138707375000000, 0 -0.138725250000000, 1 -0.138789250000000, 0 -0.138807125000000, 1 -0.138849875000000, 0 -0.138867750000000, 1 -0.138928750000000, 0 -0.138946625000000, 1 -0.139004562500000, 0 -0.139022437500000, 1 -0.139086437500000, 0 -0.139104375000000, 1 -0.139135000000000, 0 -0.139152875000000, 1 -0.139320000000000, 0 -0.139337875000000, 1 -0.139489812500000, 0 -0.139507750000000, 1 -0.139526187500000, 0 -0.139544125000000, 1 -0.139562625000000, 0 -0.139580500000000, 1 -0.139644500000000, 0 -0.139662375000000, 1 -0.139705125000000, 0 -0.139723062500000, 1 -0.139784000000000, 0 -0.139801875000000, 1 -0.139862875000000, 0 -0.139880750000000, 1 -0.139944750000000, 0 -0.139962625000000, 1 -0.139987187500000, 0 -0.140005125000000, 1 -0.140211687500000, 0 -0.140229562500000, 1 -0.140381500000000, 0 -0.140399437500000, 1 -0.140417875000000, 0 -0.140435812500000, 1 -0.140454312500000, 0 -0.140472187500000, 1 -0.140536187500000, 0 -0.140554062500000, 1 -0.140596812500000, 0 -0.140614687500000, 1 -0.140675687500000, 0 -0.140693562500000, 1 -0.140757562500000, 0 -0.140775437500000, 1 -0.140839437500000, 0 -0.140857375000000, 1 -0.140875812500000, 0 -0.140893750000000, 1 -0.141103312500000, 0 -0.141121187500000, 1 -0.141273125000000, 0 -0.141291062500000, 1 -0.141309562500000, 0 -0.141327437500000, 1 -0.141345937500000, 0 -0.141363875000000, 1 -0.141427812500000, 0 -0.141445750000000, 1 -0.141488500000000, 0 -0.141506375000000, 1 -0.141570375000000, 0 -0.141588000000000, 1 -0.141588062500000, 0 -0.141588250000000, 1 -0.141606750000000, 0 -0.141624687500000, 1 -0.141688625000000, 0 -0.141706562500000, 1 -0.141737187500000, 0 -0.141755062500000, 1 -0.141995000000000, 0 -0.142012875000000, 1 -0.142164812500000, 0 -0.142182750000000, 1 -0.142201250000000, 0 -0.142219187500000, 1 -0.142237625000000, 0 -0.142255500000000, 1 -0.142319500000000, 0 -0.142337437500000, 1 -0.142380125000000, 0 -0.142398062500000, 1 -0.142462062500000, 0 -0.142479937500000, 1 -0.142501500000000, 0 -0.142519375000000, 1 -0.142583375000000, 0 -0.142601250000000, 1 -0.142638000000000, 0 -0.142655937500000, 1 -0.142886687500000, 0 -0.142904562500000, 1 -0.143056562500000, 0 -0.143074437500000, 1 -0.143092937500000, 0 -0.143110812500000, 1 -0.143129312500000, 0 -0.143147187500000, 1 -0.143211187500000, 0 -0.143229125000000, 1 -0.143271750000000, 0 -0.143289687500000, 1 -0.143353750000000, 0 -0.143371687500000, 1 -0.143396187500000, 0 -0.143414062500000, 1 -0.143478062500000, 0 -0.143496000000000, 1 -0.143514500000000, 0 -0.143532437500000, 1 -0.143778312500000, 0 -0.143796250000000, 1 -0.143948187500000, 0 -0.143966125000000, 1 -0.143984562500000, 0 -0.144002500000000, 1 -0.144021000000000, 0 -0.144038875000000, 1 -0.144102875000000, 0 -0.144120812500000, 1 -0.144163500000000, 0 -0.144181437500000, 1 -0.144245437500000, 0 -0.144263312500000, 1 -0.144290937500000, 0 -0.144308812500000, 1 -0.144372812500000, 0 -0.144390625000000, 1 -0.144415250000000, 0 -0.144433125000000, 1 -0.144670062500000, 0 -0.144687875000000, 1 -0.144839875000000, 0 -0.144857750000000, 1 -0.144876187500000, 0 -0.144894125000000, 1 -0.144912687500000, 0 -0.144930562500000, 1 -0.144994562500000, 0 -0.145012437500000, 1 -0.145055187500000, 0 -0.145073062500000, 1 -0.145137062500000, 0 -0.145155000000000, 1 -0.145185625000000, 0 -0.145203500000000, 1 -0.145267562500000, 0 -0.145285375000000, 1 -0.145340375000000, 0 -0.145358250000000, 1 -0.145561687500000, 0 -0.145579625000000, 1 -0.145731562500000, 0 -0.145749562500000, 1 -0.145767937500000, 0 -0.145785875000000, 1 -0.145804375000000, 0 -0.145822187500000, 1 -0.145886250000000, 0 -0.145904125000000, 1 -0.145943875000000, 0 -0.145961750000000, 1 -0.146025687500000, 0 -0.146043625000000, 1 -0.146077312500000, 0 -0.146095187500000, 1 -0.146159187500000, 0 -0.146177062500000, 1 -0.146219875000000, 0 -0.146237750000000, 1 -0.146453375000000, 0 -0.146471250000000, 1 -0.146623250000000, 0 -0.146641125000000, 1 -0.146659625000000, 0 -0.146677500000000, 1 -0.146696000000000, 0 -0.146713875000000, 1 -0.146777875000000, 0 -0.146795812500000, 1 -0.146838562500000, 0 -0.146856437500000, 1 -0.146920437500000, 0 -0.146938312500000, 1 -0.146975000000000, 0 -0.146992937500000, 1 -0.147056937500000, 0 -0.147074812500000, 1 -0.147117562500000, 0 -0.147135500000000, 1 -0.147345062500000, 0 -0.147362937500000, 1 -0.147514875000000, 0 -0.147532812500000, 1 -0.147551312500000, 0 -0.147569187500000, 1 -0.147587687500000, 0 -0.147605562500000, 1 -0.147669562500000, 0 -0.147687437500000, 1 -0.147730187500000, 0 -0.147748125000000, 1 -0.147812125000000, 0 -0.147830000000000, 1 -0.147869750000000, 0 -0.147887625000000, 1 -0.147951625000000, 0 -0.147969500000000, 1 -0.148018375000000, 0 -0.148036250000000, 1 -0.148236750000000, 0 -0.148254625000000, 1 -0.148406562500000, 0 -0.148424500000000, 1 -0.148467250000000, 0 -0.148485125000000, 1 -0.148503625000000, 0 -0.148521500000000, 1 -0.148585500000000, 0 -0.148603437500000, 1 -0.148646187500000, 0 -0.148664062500000, 1 -0.148728062500000, 0 -0.148745937500000, 1 -0.148788687500000, 0 -0.148806562500000, 1 -0.148870562500000, 0 -0.148888500000000, 1 -0.148934250000000, 0 -0.148952187500000, 1 -0.149128375000000, 0 -0.149146250000000, 1 -0.149298187500000, 0 -0.149316125000000, 1 -0.149334625000000, 0 -0.149352500000000, 1 -0.149371000000000, 0 -0.149388875000000, 1 -0.149452875000000, 0 -0.149470812500000, 1 -0.149513500000000, 0 -0.149531437500000, 1 -0.149595437500000, 0 -0.149613250000000, 1 -0.149659125000000, 0 -0.149677000000000, 1 -0.149741000000000, 0 -0.149758937500000, 1 -0.149810750000000, 0 -0.149828687500000, 1 -0.150020000000000, 0 -0.150037937500000, 1 -0.150189875000000, 0 -0.150207750000000, 1 -0.150250562500000, 0 -0.150268500000000, 1 -0.150286875000000, 0 -0.150304812500000, 1 -0.150368812500000, 0 -0.150386687500000, 1 -0.150426437500000, 0 -0.150444312500000, 1 -0.150508312500000, 0 -0.150526187500000, 1 -0.150575000000000, 0 -0.150592937500000, 1 -0.150656937500000, 0 -0.150674812500000, 1 -0.150726687500000, 0 -0.150744562500000, 1 -0.150911687500000, 0 -0.150929562500000, 1 -0.151081500000000, 0 -0.151099375000000, 1 -0.151142187500000, 0 -0.151160062500000, 1 -0.151178562500000, 0 -0.151196500000000, 1 -0.151260437500000, 0 -0.151278375000000, 1 -0.151321125000000, 0 -0.151339000000000, 1 -0.151403000000000, 0 -0.151420875000000, 1 -0.151472750000000, 0 -0.151490625000000, 1 -0.151554625000000, 0 -0.151572500000000, 1 -0.151636562500000, 0 -0.151654437500000, 1 -0.151803312500000, 0 -0.151821250000000, 1 -0.151973187500000, 0 -0.151991062500000, 1 -0.152045937500000, 0 -0.152063875000000, 1 -0.152082312500000, 0 -0.152100250000000, 1 -0.152164250000000, 0 -0.152182125000000, 1 -0.152224875000000, 0 -0.152242750000000, 1 -0.152306750000000, 0 -0.152324625000000, 1 -0.152379562500000, 0 -0.152397437500000, 1 -0.152461437500000, 0 -0.152479375000000, 1 -0.152500875000000, 0 -0.152518750000000, 1 -0.152695000000000, 0 -0.152712875000000, 1 -0.152864812500000, 0 -0.152882687500000, 1 -0.152925500000000, 0 -0.152943375000000, 1 -0.152961812500000, 0 -0.152979750000000, 1 -0.153043750000000, 0 -0.153061562500000, 1 -0.153104375000000, 0 -0.153122312500000, 1 -0.153186250000000, 0 -0.153203937500000, 1 -0.153204000000000, 0 -0.153204312500000, 1 -0.153262125000000, 0 -0.153280000000000, 1 -0.153344000000000, 0 -0.153361937500000, 1 -0.153389562500000, 0 -0.153407375000000, 1 -0.153586625000000, 0 -0.153604562500000, 1 -0.153756500000000, 0 -0.153774375000000, 1 -0.153817125000000, 0 -0.153835062500000, 1 -0.153853562500000, 0 -0.153871500000000, 1 -0.153935437500000, 0 -0.153953312500000, 1 -0.153996062500000, 0 -0.154014000000000, 1 -0.154077937500000, 0 -0.154095875000000, 1 -0.154156812500000, 0 -0.154174687500000, 1 -0.154238687500000, 0 -0.154256625000000, 1 -0.154290250000000, 0 -0.154308187500000, 1 -0.154478250000000, 0 -0.154496187500000, 1 -0.154648125000000, 0 -0.154666000000000, 1 -0.154708812500000, 0 -0.154726687500000, 1 -0.154745187500000, 0 -0.154763062500000, 1 -0.154827062500000, 0 -0.154844937500000, 1 -0.154884687500000, 0 -0.154902562500000, 1 -0.154966562500000, 0 -0.154984437500000, 1 -0.155048437500000, 0 -0.155066375000000, 1 -0.155130312500000, 0 -0.155148250000000, 1 -0.155169750000000, 0 -0.155187625000000, 1 -0.155369937500000, 0 -0.155387812500000, 1 -0.155539750000000, 0 -0.155557625000000, 1 -0.155588312500000, 0 -0.155606187500000, 1 -0.155624687500000, 0 -0.155642562500000, 1 -0.155706562500000, 0 -0.155724437500000, 1 -0.155764187500000, 0 -0.155782062500000, 1 -0.155800562500000, 0 -0.155818437500000, 1 -0.155836937500000, 0 -0.155854875000000, 1 -0.155918812500000, 0 -0.155936750000000, 1 -0.155979500000000, 0 -0.155997375000000, 1 -0.156261562500000, 0 -0.156279437500000, 1 -0.156431375000000, 0 -0.156449312500000, 1 -0.156479937500000, 0 -0.156497812500000, 1 -0.156516312500000, 0 -0.156534250000000, 1 -0.156598187500000, 0 -0.156616062500000, 1 -0.156658875000000, 0 -0.156676750000000, 1 -0.156695250000000, 0 -0.156713125000000, 1 -0.156734687500000, 0 -0.156752562500000, 1 -0.156816562500000, 0 -0.156834437500000, 1 -0.156889312500000, 0 -0.156907250000000, 1 -0.157153187500000, 0 -0.157171062500000, 1 -0.157323000000000, 0 -0.157340937500000, 1 -0.157371562500000, 0 -0.157389437500000, 1 -0.157407937500000, 0 -0.157425812500000, 1 -0.157489812500000, 0 -0.157507687500000, 1 -0.157550437500000, 0 -0.157568375000000, 1 -0.157586875000000, 0 -0.157604750000000, 1 -0.157629312500000, 0 -0.157647187500000, 1 -0.157711187500000, 0 -0.157729062500000, 1 -0.157777937500000, 0 -0.157795812500000, 1 -0.158044812500000, 0 -0.158062687500000, 1 -0.158214687500000, 0 -0.158232500000000, 1 -0.158251062500000, 0 -0.158268937500000, 1 -0.158287437500000, 0 -0.158305312500000, 1 -0.158369312500000, 0 -0.158387187500000, 1 -0.158429937500000, 0 -0.158447875000000, 1 -0.158466375000000, 0 -0.158484250000000, 1 -0.158511875000000, 0 -0.158529750000000, 1 -0.158593750000000, 0 -0.158611625000000, 1 -0.158654375000000, 0 -0.158672250000000, 1 -0.158936437500000, 0 -0.158954312500000, 1 -0.159106312500000, 0 -0.159124187500000, 1 -0.159142687500000, 0 -0.159160625000000, 1 -0.159179062500000, 0 -0.159197000000000, 1 -0.159261000000000, 0 -0.159278875000000, 1 -0.159321625000000, 0 -0.159339500000000, 1 -0.159358000000000, 0 -0.159375875000000, 1 -0.159406562500000, 0 -0.159424437500000, 1 -0.159488375000000, 0 -0.159506312500000, 1 -0.159543000000000, 0 -0.159560875000000, 1 -0.159828062500000, 0 -0.159846000000000, 1 -0.159997937500000, 0 -0.160015812500000, 1 -0.160046437500000, 0 -0.160064375000000, 1 -0.160082750000000, 0 -0.160100750000000, 1 -0.160164687500000, 0 -0.160182625000000, 1 -0.160225375000000, 0 -0.160243250000000, 1 -0.160261750000000, 0 -0.160279625000000, 1 -0.160313312500000, 0 -0.160331187500000, 1 -0.160395187500000, 0 -0.160413062500000, 1 -0.160443750000000, 0 -0.160461625000000, 1 -0.160719687500000, 0 -0.160737562500000, 1 -0.160889500000000, 0 -0.160907437500000, 1 -0.160925812500000, 0 -0.160925937500000, 1 -0.160926000000000, 0 -0.160943812500000, 1 -0.160962312500000, 0 -0.160980250000000, 1 -0.161044187500000, 0 -0.161062062500000, 1 -0.161104812500000, 0 -0.161122750000000, 1 -0.161141250000000, 0 -0.161159125000000, 1 -0.161195812500000, 0 -0.161213687500000, 1 -0.161277687500000, 0 -0.161295562500000, 1 -0.161320187500000, 0 -0.161338062500000, 1 -0.161611312500000, 0 -0.161629250000000, 1 -0.161781187500000, 0 -0.161799062500000, 1 -0.161841812500000, 0 -0.161859750000000, 1 -0.161878125000000, 0 -0.161896187500000, 1 -0.161960062500000, 0 -0.161978000000000, 1 -0.162020750000000, 0 -0.162038625000000, 1 -0.162057125000000, 0 -0.162075000000000, 1 -0.162114750000000, 0 -0.162132625000000, 1 -0.162196687500000, 0 -0.162214500000000, 1 -0.162233062500000, 0 -0.162250937500000, 1 -0.162503000000000, 0 -0.162520875000000, 1 -0.162672750000000, 0 -0.162690625000000, 1 -0.162709187500000, 0 -0.162727062500000, 1 -0.162745562500000, 0 -0.162763500000000, 1 -0.162827562500000, 0 -0.162845375000000, 1 -0.162891187500000, 0 -0.162909062500000, 1 -0.162927562500000, 0 -0.162945437500000, 1 -0.162988187500000, 0 -0.163006062500000, 1 -0.163070062500000, 0 -0.163088000000000, 1 -0.163127687500000, 0 -0.163145625000000, 1 -0.163394625000000, 0 -0.163412500000000, 1 -0.163564437500000, 0 -0.163582375000000, 1 -0.163625125000000, 0 -0.163643000000000, 1 -0.163661500000000, 0 -0.163679437500000, 1 -0.163743375000000, 0 -0.163761312500000, 1 -0.163804062500000, 0 -0.163821937500000, 1 -0.163840437500000, 0 -0.163858312500000, 1 -0.163904125000000, 0 -0.163922000000000, 1 -0.163986000000000, 0 -0.164003937500000, 1 -0.164025437500000, 0 -0.164043375000000, 1 -0.164286312500000, 0 -0.164304187500000, 1 -0.164456187500000, 0 -0.164474062500000, 1 -0.164492562500000, 0 -0.164510437500000, 1 -0.164528937500000, 0 -0.164546875000000, 1 -0.164610875000000, 0 -0.164628750000000, 1 -0.164671500000000, 0 -0.164689375000000, 1 -0.164707875000000, 0 -0.164725750000000, 1 -0.164774625000000, 0 -0.164792500000000, 1 -0.164856500000000, 0 -0.164874375000000, 1 -0.164914125000000, 0 -0.164932062500000, 1 -0.165178000000000, 0 -0.165195875000000, 1 -0.165347812500000, 0 -0.165365750000000, 1 -0.165384187500000, 0 -0.165402125000000, 1 -0.165420625000000, 0 -0.165438562500000, 1 -0.165502500000000, 0 -0.165520437500000, 1 -0.165563125000000, 0 -0.165581062500000, 1 -0.165599562500000, 0 -0.165617437500000, 1 -0.165669312500000, 0 -0.165687187500000, 1 -0.165751187500000, 0 -0.165769125000000, 1 -0.165802750000000, 0 -0.165820687500000, 1 -0.166069625000000, 0 -0.166087562500000, 1 -0.166239500000000, 0 -0.166257437500000, 1 -0.166300187500000, 0 -0.166318062500000, 1 -0.166336562500000, 0 -0.166354500000000, 1 -0.166418500000000, 0 -0.166436312500000, 1 -0.166482125000000, 0 -0.166500000000000, 1 -0.166518500000000, 0 -0.166536437500000, 1 -0.166591312500000, 0 -0.166609187500000, 1 -0.166673187500000, 0 -0.166691125000000, 1 -0.166755125000000, 0 -0.166773000000000, 1 -0.166961312500000, 0 -0.166979250000000, 1 -0.167131187500000, 0 -0.167149125000000, 1 -0.167204000000000, 0 -0.167221875000000, 1 -0.167240375000000, 0 -0.167258250000000, 1 -0.167322250000000, 0 -0.167340125000000, 1 -0.167382875000000, 0 -0.167400812500000, 1 -0.167419312500000, 0 -0.167437250000000, 1 -0.167495125000000, 0 -0.167513062500000, 1 -0.167577062500000, 0 -0.167594937500000, 1 -0.167640750000000, 0 -0.167658625000000, 1 -0.167853000000000, 0 -0.167870750000000, 1 -0.167870812500000, 0 -0.167870875000000, 1 -0.168022875000000, 0 -0.168040812500000, 1 -0.168095687500000, 0 -0.168113562500000, 1 -0.168132062500000, 0 -0.168150000000000, 1 -0.168213937500000, 0 -0.168231875000000, 1 -0.168274625000000, 0 -0.168292500000000, 1 -0.168311000000000, 0 -0.168328875000000, 1 -0.168389875000000, 0 -0.168407750000000, 1 -0.168471750000000, 0 -0.168489687500000, 1 -0.168553625000000, 0 -0.168571562500000, 1 -0.168744687500000, 0 -0.168762625000000, 1 -0.168914562500000, 0 -0.168932437500000, 1 -0.168932687500000, 0 -0.168932750000000, 1 -0.168975250000000, 0 -0.168993125000000, 1 -0.169011625000000, 0 -0.169029500000000, 1 -0.169093500000000, 0 -0.169111375000000, 1 -0.169157187500000, 0 -0.169175062500000, 1 -0.169193562500000, 0 -0.169211437500000, 1 -0.169275437500000, 0 -0.169293375000000, 1 -0.169357375000000, 0 -0.169375250000000, 1 -0.169421062500000, 0 -0.169438937500000, 1 -0.169636375000000, 0 -0.169654250000000, 1 -0.169806250000000, 0 -0.169824125000000, 1 -0.169879000000000, 0 -0.169896937500000, 1 -0.169915437500000, 0 -0.169933312500000, 1 -0.169997437500000, 0 -0.170015250000000, 1 -0.170061000000000, 0 -0.170078875000000, 1 -0.170100437500000, 0 -0.170118312500000, 1 -0.170136875000000, 0 -0.170154687500000, 1 -0.170218687500000, 0 -0.170236562500000, 1 -0.170294500000000, 0 -0.170312437500000, 1 -0.170528062500000, 0 -0.170545937500000, 1 -0.170697875000000, 0 -0.170715812500000, 1 -0.170770687500000, 0 -0.170788562500000, 1 -0.170807062500000, 0 -0.170825062500000, 1 -0.170888937500000, 0 -0.170906875000000, 1 -0.170952625000000, 0 -0.170970500000000, 1 -0.170992062500000, 0 -0.171009937500000, 1 -0.171031500000000, 0 -0.171049250000000, 1 -0.171113375000000, 0 -0.171131250000000, 1 -0.171195312500000, 0 -0.171213187500000, 1 -0.171419687500000, 0 -0.171437562500000, 1 -0.171589562500000, 0 -0.171607437500000, 1 -0.171625937500000, 0 -0.171643812500000, 1 -0.171662375000000, 0 -0.171680250000000, 1 -0.171744187500000, 0 -0.171762125000000, 1 -0.171807937500000, 0 -0.171825812500000, 1 -0.171847312500000, 0 -0.171865187500000, 1 -0.171889812500000, 0 -0.171907687500000, 1 -0.171971687500000, 0 -0.171989562500000, 1 -0.172035375000000, 0 -0.172053250000000, 1 -0.172311375000000, 0 -0.172329250000000, 1 -0.172481187500000, 0 -0.172499125000000, 1 -0.172517562500000, 0 -0.172535500000000, 1 -0.172554000000000, 0 -0.172571875000000, 1 -0.172635875000000, 0 -0.172653750000000, 1 -0.172696500000000, 0 -0.172714437500000, 1 -0.172735937500000, 0 -0.172753812500000, 1 -0.172781437500000, 0 -0.172799312500000, 1 -0.172863312500000, 0 -0.172881250000000, 1 -0.172945187500000, 0 -0.172963125000000, 1 -0.173203000000000, 0 -0.173220937500000, 1 -0.173372875000000, 0 -0.173390750000000, 1 -0.173409250000000, 0 -0.173427187500000, 1 -0.173445625000000, 0 -0.173463562500000, 1 -0.173527562500000, 0 -0.173545437500000, 1 -0.173588187500000, 0 -0.173606062500000, 1 -0.173627625000000, 0 -0.173645500000000, 1 -0.173676125000000, 0 -0.173694000000000, 1 -0.173758000000000, 0 -0.173775937500000, 1 -0.173797437500000, 0 -0.173815375000000, 1 -0.174094687500000, 0 -0.174112562500000, 1 -0.174264500000000, 0 -0.174282375000000, 1 -0.174300875000000, 0 -0.174318812500000, 1 -0.174337312500000, 0 -0.174355187500000, 1 -0.174419187500000, 0 -0.174437062500000, 1 -0.174479812500000, 0 -0.174497687500000, 1 -0.174519250000000, 0 -0.174537125000000, 1 -0.174570812500000, 0 -0.174588750000000, 1 -0.174652687500000, 0 -0.174670625000000, 1 -0.174698187500000, 0 -0.174716125000000, 1 -0.174986312500000, 0 -0.175004187500000, 1 -0.175156187500000, 0 -0.175174062500000, 1 -0.175192562500000, 0 -0.175210437500000, 1 -0.175228937500000, 0 -0.175246875000000, 1 -0.175310875000000, 0 -0.175328750000000, 1 -0.175371562500000, 0 -0.175389375000000, 1 -0.175410937500000, 0 -0.175428750000000, 1 -0.175465500000000, 0 -0.175483375000000, 1 -0.175547375000000, 0 -0.175565312500000, 1 -0.175599000000000, 0 -0.175616687500000, 1 -0.175616875000000, 0 -0.175616937500000, 1 -0.175878000000000, 0 -0.175895875000000, 1 -0.176047812500000, 0 -0.176065750000000, 1 -0.176084187500000, 0 -0.176102125000000, 1 -0.176120625000000, 0 -0.176138562500000, 1 -0.176202500000000, 0 -0.176220375000000, 1 -0.176263125000000, 0 -0.176281062500000, 1 -0.176302625000000, 0 -0.176320437500000, 1 -0.176360125000000, 0 -0.176378125000000, 1 -0.176442062500000, 0 -0.176459937500000, 1 -0.176499750000000, 0 -0.176517625000000, 1 -0.176769625000000, 0 -0.176787500000000, 1 -0.176939500000000, 0 -0.176957375000000, 1 -0.176975875000000, 0 -0.176993750000000, 1 -0.177012250000000, 0 -0.177030125000000, 1 -0.177094125000000, 0 -0.177112062500000, 1 -0.177151750000000, 0 -0.177169625000000, 1 -0.177191187500000, 0 -0.177209062500000, 1 -0.177251812500000, 0 -0.177269687500000, 1 -0.177333750000000, 0 -0.177351625000000, 1 -0.177376187500000, 0 -0.177394062500000, 1 -0.177661375000000, 0 -0.177679187500000, 1 -0.177831125000000, 0 -0.177848937500000, 1 -0.177867500000000, 0 -0.177885437500000, 1 -0.177903875000000, 0 -0.177921812500000, 1 -0.177985750000000, 0 -0.178003687500000, 1 -0.178046562500000, 0 -0.178064375000000, 1 -0.178085875000000, 0 -0.178103750000000, 1 -0.178149562500000, 0 -0.178167437500000, 1 -0.178231437500000, 0 -0.178249375000000, 1 -0.178286062500000, 0 -0.178303937500000, 1 -0.178552937500000, 0 -0.178570812500000, 1 -0.178722812500000, 0 -0.178740625000000, 1 -0.178759187500000, 0 -0.178777062500000, 1 -0.178795562500000, 0 -0.178813562500000, 1 -0.178877437500000, 0 -0.178895375000000, 1 -0.178938125000000, 0 -0.178956000000000, 1 -0.178977500000000, 0 -0.178995375000000, 1 -0.179044250000000, 0 -0.179062187500000, 1 -0.179126125000000, 0 -0.179144000000000, 1 -0.179162500000000, 0 -0.179180500000000, 1 -0.179444562500000, 0 -0.179462500000000, 1 -0.179614437500000, 0 -0.179632312500000, 1 -0.179650812500000, 0 -0.179668750000000, 1 -0.179687187500000, 0 -0.179705125000000, 1 -0.179769125000000, 0 -0.179787000000000, 1 -0.179829750000000, 0 -0.179847625000000, 1 -0.179869187500000, 0 -0.179887062500000, 1 -0.179938937500000, 0 -0.179956812500000, 1 -0.180020812500000, 0 -0.180038687500000, 1 -0.180063312500000, 0 -0.180081187500000, 1 -0.180336250000000, 0 -0.180354125000000, 1 -0.180506125000000, 0 -0.180524000000000, 1 -0.180566750000000, 0 -0.180584687500000, 1 -0.180603125000000, 0 -0.180621062500000, 1 -0.180685000000000, 0 -0.180702937500000, 1 -0.180745687500000, 0 -0.180763562500000, 1 -0.180785125000000, 0 -0.180803000000000, 1 -0.180857875000000, 0 -0.180875812500000, 1 -0.180939812500000, 0 -0.180957687500000, 1 -0.181012625000000, 0 -0.181030500000000, 1 -0.181227937500000, 0 -0.181245812500000, 1 -0.181397750000000, 0 -0.181415687500000, 1 -0.181434125000000, 0 -0.181452062500000, 1 -0.181470562500000, 0 -0.181488437500000, 1 -0.181552437500000, 0 -0.181570312500000, 1 -0.181613062500000, 0 -0.181631000000000, 1 -0.181652562500000, 0 -0.181670375000000, 1 -0.181728312500000, 0 -0.181746250000000, 1 -0.181810250000000, 0 -0.181828125000000, 1 -0.181889062500000, 0 -0.181907000000000, 1 -0.182119562500000, 0 -0.182137437500000, 1 -0.182289437500000, 0 -0.182307312500000, 1 -0.182362187500000, 0 -0.182380125000000, 1 -0.182398625000000, 0 -0.182416500000000, 1 -0.182480500000000, 0 -0.182498375000000, 1 -0.182544187500000, 0 -0.182562062500000, 1 -0.182583562500000, 0 -0.182601500000000, 1 -0.182662437500000, 0 -0.182680375000000, 1 -0.182744375000000, 0 -0.182762250000000, 1 -0.182817125000000, 0 -0.182835062500000, 1 -0.183011250000000, 0 -0.183029125000000, 1 -0.183181062500000, 0 -0.183199000000000, 1 -0.183253875000000, 0 -0.183271812500000, 1 -0.183290250000000, 0 -0.183308125000000, 1 -0.183372125000000, 0 -0.183390000000000, 1 -0.183432812500000, 0 -0.183450687500000, 1 -0.183472250000000, 0 -0.183490125000000, 1 -0.183554062500000, 0 -0.183572000000000, 1 -0.183636000000000, 0 -0.183653875000000, 1 -0.183702750000000, 0 -0.183720625000000, 1 -0.183902812500000, 0 -0.183920750000000, 1 -0.184072625000000, 0 -0.184090562500000, 1 -0.184145500000000, 0 -0.184163375000000, 1 -0.184181875000000, 0 -0.184199750000000, 1 -0.184263750000000, 0 -0.184281625000000, 1 -0.184324375000000, 0 -0.184342312500000, 1 -0.184366875000000, 0 -0.184384750000000, 1 -0.184403250000000, 0 -0.184421125000000, 1 -0.184485125000000, 0 -0.184503000000000, 1 -0.184521500000000, 0 -0.184539437500000, 1 -0.184794500000000, 0 -0.184812375000000, 1 -0.184964375000000, 0 -0.184982312500000, 1 -0.185025000000000, 0 -0.185042875000000, 1 -0.185061375000000, 0 -0.185079312500000, 1 -0.185143312500000, 0 -0.185161187500000, 1 -0.185207000000000, 0 -0.185224875000000, 1 -0.185249437500000, 0 -0.185267312500000, 1 -0.185288812500000, 0 -0.185306687500000, 1 -0.185370687500000, 0 -0.185388625000000, 1 -0.185425312500000, 0 -0.185443187500000, 1 -0.185686125000000, 0 -0.185704125000000, 1 -0.185855937500000, 0 -0.185873875000000, 1 -0.185916625000000, 0 -0.185934562500000, 1 -0.185953062500000, 0 -0.185970937500000, 1 -0.186034937500000, 0 -0.186052812500000, 1 -0.186095562500000, 0 -0.186113187500000, 1 -0.186113250000000, 0 -0.186113562500000, 1 -0.186138062500000, 0 -0.186155937500000, 1 -0.186180500000000, 0 -0.186198375000000, 1 -0.186262312500000, 0 -0.186280312500000, 1 -0.186310937500000, 0 -0.186328812500000, 1 -0.186577812500000, 0 -0.186595687500000, 1 -0.186747562500000, 0 -0.186765562500000, 1 -0.186820437500000, 0 -0.186838375000000, 1 -0.186856875000000, 0 -0.186874812500000, 1 -0.186938750000000, 0 -0.186956625000000, 1 -0.186999375000000, 0 -0.187017250000000, 1 -0.187041812500000, 0 -0.187059750000000, 1 -0.187087312500000, 0 -0.187105250000000, 1 -0.187169250000000, 0 -0.187187125000000, 1 -0.187223812500000, 0 -0.187241687500000, 1 -0.187469437500000, 0 -0.187487375000000, 1 -0.187639312500000, 0 -0.187657187500000, 1 -0.187675687500000, 0 -0.187693562500000, 1 -0.187712125000000, 0 -0.187730000000000, 1 -0.187794000000000, 0 -0.187811875000000, 1 -0.187854625000000, 0 -0.187872562500000, 1 -0.187897062500000, 0 -0.187915000000000, 1 -0.187945625000000, 0 -0.187963500000000, 1 -0.188027500000000, 0 -0.188045375000000, 1 -0.188088125000000, 0 -0.188106062500000, 1 -0.188361125000000, 0 -0.188379000000000, 1 -0.188531000000000, 0 -0.188548875000000, 1 -0.188567375000000, 0 -0.188585250000000, 1 -0.188603750000000, 0 -0.188621687500000, 1 -0.188685625000000, 0 -0.188703562500000, 1 -0.188746312500000, 0 -0.188764187500000, 1 -0.188788750000000, 0 -0.188806687500000, 1 -0.188840312500000, 0 -0.188858187500000, 1 -0.188922187500000, 0 -0.188940125000000, 1 -0.188988937500000, 0 -0.189006812500000, 1 -0.189252750000000, 0 -0.189270687500000, 1 -0.189422625000000, 0 -0.189440500000000, 1 -0.189471125000000, 0 -0.189489062500000, 1 -0.189507562500000, 0 -0.189525437500000, 1 -0.189589437500000, 0 -0.189607312500000, 1 -0.189650062500000, 0 -0.189667937500000, 1 -0.189692500000000, 0 -0.189710437500000, 1 -0.189747125000000, 0 -0.189765000000000, 1 -0.189829000000000, 0 -0.189846875000000, 1 -0.189901812500000, 0 -0.189919687500000, 1 -0.190144375000000, 0 -0.190162312500000, 1 -0.190314250000000, 0 -0.190332125000000, 1 -0.190362750000000, 0 -0.190380687500000, 1 -0.190399187500000, 0 -0.190417062500000, 1 -0.190481062500000, 0 -0.190498937500000, 1 -0.190541687500000, 0 -0.190559562500000, 1 -0.190584125000000, 0 -0.190602062500000, 1 -0.190641750000000, 0 -0.190659625000000, 1 -0.190723687500000, 0 -0.190741562500000, 1 -0.190802500000000, 0 -0.190820437500000, 1 -0.191036062500000, 0 -0.191053937500000, 1 -0.191205875000000, 0 -0.191223812500000, 1 -0.191266562500000, 0 -0.191284500000000, 1 -0.191302937500000, 0 -0.191320875000000, 1 -0.191384812500000, 0 -0.191402750000000, 1 -0.191445500000000, 0 -0.191463375000000, 1 -0.191487937500000, 0 -0.191505812500000, 1 -0.191548562500000, 0 -0.191566500000000, 1 -0.191566562500000, 0 -0.191566625000000, 1 -0.191630500000000, 0 -0.191648375000000, 1 -0.191706312500000, 0 -0.191724187500000, 1 -0.191927687500000, 0 -0.191945562500000, 1 -0.192097562500000, 0 -0.192115437500000, 1 -0.192133937500000, 0 -0.192151812500000, 1 -0.192170312500000, 0 -0.192188250000000, 1 -0.192252187500000, 0 -0.192270125000000, 1 -0.192312875000000, 0 -0.192330750000000, 1 -0.192355312500000, 0 -0.192373250000000, 1 -0.192419000000000, 0 -0.192436875000000, 1 -0.192500875000000, 0 -0.192518812500000, 1 -0.192582750000000, 0 -0.192600687500000, 1 -0.192819312500000, 0 -0.192837250000000, 1 -0.192989187500000, 0 -0.193007062500000, 1 -0.193025625000000, 0 -0.193043500000000, 1 -0.193061937500000, 0 -0.193079875000000, 1 -0.193143875000000, 0 -0.193161750000000, 1 -0.193204500000000, 0 -0.193222375000000, 1 -0.193246937500000, 0 -0.193264875000000, 1 -0.193313687500000, 0 -0.193331625000000, 1 -0.193395562500000, 0 -0.193413437500000, 1 -0.193459250000000, 0 -0.193477125000000, 1 -0.193710937500000, 0 -0.193728875000000, 1 -0.193880812500000, 0 -0.193898750000000, 1 -0.193929375000000, 0 -0.193947250000000, 1 -0.193965750000000, 0 -0.193983625000000, 1 -0.194047625000000, 0 -0.194065500000000, 1 -0.194108250000000, 0 -0.194126187500000, 1 -0.194150750000000, 0 -0.194168625000000, 1 -0.194220500000000, 0 -0.194238375000000, 1 -0.194302375000000, 0 -0.194320250000000, 1 -0.194372125000000, 0 -0.194390000000000, 1 -0.194602562500000, 0 -0.194620562500000, 1 -0.194772437500000, 0 -0.194790375000000, 1 -0.194820937500000, 0 -0.194838875000000, 1 -0.194857375000000, 0 -0.194875312500000, 1 -0.194939250000000, 0 -0.194957187500000, 1 -0.194999875000000, 0 -0.195017812500000, 1 -0.195042375000000, 0 -0.195060187500000, 1 -0.195115125000000, 0 -0.195133062500000, 1 -0.195197000000000, 0 -0.195214875000000, 1 -0.195248562500000, 0 -0.195266500000000, 1 -0.195494250000000, 0 -0.195512125000000, 1 -0.195664062500000, 0 -0.195681937500000, 1 -0.195724750000000, 0 -0.195742750000000, 1 -0.195761125000000, 0 -0.195779000000000, 1 -0.195843000000000, 0 -0.195860937500000, 1 -0.195903687500000, 0 -0.195921562500000, 1 -0.195946125000000, 0 -0.195964000000000, 1 -0.196021937500000, 0 -0.196039875000000, 1 -0.196103812500000, 0 -0.196121687500000, 1 -0.196161437500000, 0 -0.196179375000000, 1 -0.196385875000000, 0 -0.196403750000000, 1 -0.196555687500000, 0 -0.196573625000000, 1 -0.196628500000000, 0 -0.196646375000000, 1 -0.196664875000000, 0 -0.196682812500000, 1 -0.196746812500000, 0 -0.196764687500000, 1 -0.196807437500000, 0 -0.196825312500000, 1 -0.196849875000000, 0 -0.196867750000000, 1 -0.196928750000000, 0 -0.196946625000000, 1 -0.197010625000000, 0 -0.197028500000000, 1 -0.197050062500000, 0 -0.197067937500000, 1 -0.197277500000000, 0 -0.197295375000000, 1 -0.197447375000000, 0 -0.197465250000000, 1 -0.197495875000000, 0 -0.197513750000000, 1 -0.197532250000000, 0 -0.197550187500000, 1 -0.197614187500000, 0 -0.197632062500000, 1 -0.197674812500000, 0 -0.197692687500000, 1 -0.197717250000000, 0 -0.197735125000000, 1 -0.197799125000000, 0 -0.197817062500000, 1 -0.197881000000000, 0 -0.197898937500000, 1 -0.197926500000000, 0 -0.197944437500000, 1 -0.198169125000000, 0 -0.198187000000000, 1 -0.198338937500000, 0 -0.198356875000000, 1 -0.198399625000000, 0 -0.198417500000000, 1 -0.198436000000000, 0 -0.198453937500000, 1 -0.198517875000000, 0 -0.198535812500000, 1 -0.198578562500000, 0 -0.198596437500000, 1 -0.198624062500000, 0 -0.198641937500000, 1 -0.198660437500000, 0 -0.198678312500000, 1 -0.198742312500000, 0 -0.198760187500000, 1 -0.198799937500000, 0 -0.198817812500000, 1 -0.199060750000000, 0 -0.199078625000000, 1 -0.199230625000000, 0 -0.199248500000000, 1 -0.199303437500000, 0 -0.199321312500000, 1 -0.199339812500000, 0 -0.199357687500000, 1 -0.199421687500000, 0 -0.199439562500000, 1 -0.199482375000000, 0 -0.199500250000000, 1 -0.199527812500000, 0 -0.199545750000000, 1 -0.199567250000000, 0 -0.199585187500000, 1 -0.199649125000000, 0 -0.199667062500000, 1 -0.199700750000000, 0 -0.199718625000000, 1 -0.199952437500000, 0 -0.199970312500000, 1 -0.200122250000000, 0 -0.200140187500000, 1 -0.200195062500000, 0 -0.200212750000000, 1 -0.200212812500000, 0 -0.200212937500000, 1 -0.200231437500000, 0 -0.200249375000000, 1 -0.200313312500000, 0 -0.200331187500000, 1 -0.200373937500000, 0 -0.200391875000000, 1 -0.200419500000000, 0 -0.200437375000000, 1 -0.200461937500000, 0 -0.200479812500000, 1 -0.200543812500000, 0 -0.200561687500000, 1 -0.200589250000000, 0 -0.200607187500000, 1 -0.200844000000000, 0 -0.200861937500000, 1 -0.201013875000000, 0 -0.201031812500000, 1 -0.201074562500000, 0 -0.201092437500000, 1 -0.201110937500000, 0 -0.201128875000000, 1 -0.201192812500000, 0 -0.201210687500000, 1 -0.201253500000000, 0 -0.201271375000000, 1 -0.201299000000000, 0 -0.201316875000000, 1 -0.201344437500000, 0 -0.201362375000000, 1 -0.201426312500000, 0 -0.201444250000000, 1 -0.201465812500000, 0 -0.201483687500000, 1 -0.201735687500000, 0 -0.201753625000000, 1 -0.201905562500000, 0 -0.201923437500000, 1 -0.201978375000000, 0 -0.201996250000000, 1 -0.202014750000000, 0 -0.202032625000000, 1 -0.202096625000000, 0 -0.202114500000000, 1 -0.202160250000000, 0 -0.202178187500000, 1 -0.202205812500000, 0 -0.202223687500000, 1 -0.202254312500000, 0 -0.202272312500000, 1 -0.202336250000000, 0 -0.202354125000000, 1 -0.202406000000000, 0 -0.202423875000000, 1 -0.202627375000000, 0 -0.202645312500000, 1 -0.202797250000000, 0 -0.202815187500000, 1 -0.202870000000000, 0 -0.202887937500000, 1 -0.202906375000000, 0 -0.202924312500000, 1 -0.202988187500000, 0 -0.203006125000000, 1 -0.203048875000000, 0 -0.203066812500000, 1 -0.203094437500000, 0 -0.203112312500000, 1 -0.203145937500000, 0 -0.203163875000000, 1 -0.203227875000000, 0 -0.203245750000000, 1 -0.203303687500000, 0 -0.203321562500000, 1 -0.203519000000000, 0 -0.203536812500000, 1 -0.203688812500000, 0 -0.203706750000000, 1 -0.203725250000000, 0 -0.203743125000000, 1 -0.203761687500000, 0 -0.203779500000000, 1 -0.203843500000000, 0 -0.203861437500000, 1 -0.203904187500000, 0 -0.203922062500000, 1 -0.203949687500000, 0 -0.203967562500000, 1 -0.204004250000000, 0 -0.204022125000000, 1 -0.204086125000000, 0 -0.204104000000000, 1 -0.204155875000000, 0 -0.204173437500000, 1 -0.204173500000000, 0 -0.204173875000000, 1 -0.204410625000000, 0 -0.204428562500000, 1 -0.204580500000000, 0 -0.204598375000000, 1 -0.204616875000000, 0 -0.204634750000000, 1 -0.204653250000000, 0 -0.204671187500000, 1 -0.204735125000000, 0 -0.204753062500000, 1 -0.204798812500000, 0 -0.204816687500000, 1 -0.204844312500000, 0 -0.204862187500000, 1 -0.204901937500000, 0 -0.204919812500000, 1 -0.204983812500000, 0 -0.205001750000000, 1 -0.205059687500000, 0 -0.205077562500000, 1 -0.205302312500000, 0 -0.205320187500000, 1 -0.205472125000000, 0 -0.205490000000000, 1 -0.205508500000000, 0 -0.205526437500000, 1 -0.205544937500000, 0 -0.205562812500000, 1 -0.205626812500000, 0 -0.205644687500000, 1 -0.205690437500000, 0 -0.205708375000000, 1 -0.205735937500000, 0 -0.205753875000000, 1 -0.205796625000000, 0 -0.205814500000000, 1 -0.205878500000000, 0 -0.205896375000000, 1 -0.205957375000000, 0 -0.205975250000000, 1 -0.206193875000000, 0 -0.206211812500000, 1 -0.206363750000000, 0 -0.206381625000000, 1 -0.206400125000000, 0 -0.206418062500000, 1 -0.206436562500000, 0 -0.206454437500000, 1 -0.206518437500000, 0 -0.206536312500000, 1 -0.206579062500000, 0 -0.206596937500000, 1 -0.206624562500000, 0 -0.206642437500000, 1 -0.206688250000000, 0 -0.206706125000000, 1 -0.206770125000000, 0 -0.206788000000000, 1 -0.206830812500000, 0 -0.206848687500000, 1 -0.207085500000000, 0 -0.207103437500000, 1 -0.207255375000000, 0 -0.207273250000000, 1 -0.207291750000000, 0 -0.207309687500000, 1 -0.207328125000000, 0 -0.207346062500000, 1 -0.207410062500000, 0 -0.207427937500000, 1 -0.207470687500000, 0 -0.207488562500000, 1 -0.207516187500000, 0 -0.207534062500000, 1 -0.207582875000000, 0 -0.207600812500000, 1 -0.207664812500000, 0 -0.207682687500000, 1 -0.207743687500000, 0 -0.207761562500000, 1 -0.207977125000000, 0 -0.207995062500000, 1 -0.208147000000000, 0 -0.208164875000000, 1 -0.208183375000000, 0 -0.208201312500000, 1 -0.208219750000000, 0 -0.208237687500000, 1 -0.208301687500000, 0 -0.208319625000000, 1 -0.208362312500000, 0 -0.208380187500000, 1 -0.208407812500000, 0 -0.208425687500000, 1 -0.208477562500000, 0 -0.208495437500000, 1 -0.208559437500000, 0 -0.208577375000000, 1 -0.208632250000000, 0 -0.208650125000000, 1 -0.208868812500000, 0 -0.208886687500000, 1 -0.209038625000000, 0 -0.209056500000000, 1 -0.209075000000000, 0 -0.209092875000000, 1 -0.209111437500000, 0 -0.209129312500000, 1 -0.209193312500000, 0 -0.209211187500000, 1 -0.209257000000000, 0 -0.209274875000000, 1 -0.209302500000000, 0 -0.209320375000000, 1 -0.209375250000000, 0 -0.209393125000000, 1 -0.209457125000000, 0 -0.209475062500000, 1 -0.209511750000000, 0 -0.209529625000000, 1 -0.209760375000000, 0 -0.209778250000000, 1 -0.209930250000000, 0 -0.209948125000000, 1 -0.209966625000000, 0 -0.209984562500000, 1 -0.210003000000000, 0 -0.210020937500000, 1 -0.210084875000000, 0 -0.210102812500000, 1 -0.210145562500000, 0 -0.210163437500000, 1 -0.210191062500000, 0 -0.210208937500000, 1 -0.210266875000000, 0 -0.210284750000000, 1 -0.210348750000000, 0 -0.210366625000000, 1 -0.210385125000000, 0 -0.210403062500000, 1 -0.210652000000000, 0 -0.210669937500000, 1 -0.210821875000000, 0 -0.210839750000000, 1 -0.210858250000000, 0 -0.210876187500000, 1 -0.210894625000000, 0 -0.210912562500000, 1 -0.210976562500000, 0 -0.210994437500000, 1 -0.211037187500000, 0 -0.211055062500000, 1 -0.211082687500000, 0 -0.211100562500000, 1 -0.211161500000000, 0 -0.211179437500000, 1 -0.211243437500000, 0 -0.211261312500000, 1 -0.211298062500000, 0 -0.211315875000000, 1 -0.211543625000000, 0 -0.211561500000000, 1 -0.211713500000000, 0 -0.211731375000000, 1 -0.211749875000000, 0 -0.211767750000000, 1 -0.211786312500000, 0 -0.211804125000000, 1 -0.211868125000000, 0 -0.211886062500000, 1 -0.211928812500000, 0 -0.211946687500000, 1 -0.211974312500000, 0 -0.211992125000000, 1 -0.212056187500000, 0 -0.212074062500000, 1 -0.212138062500000, 0 -0.212155937500000, 1 -0.212186625000000, 0 -0.212204500000000, 1 -0.212435250000000, 0 -0.212453187500000, 1 -0.212605125000000, 0 -0.212623000000000, 1 -0.212665750000000, 0 -0.212683625000000, 1 -0.212702187500000, 0 -0.212720062500000, 1 -0.212784062500000, 0 -0.212801875000000, 1 -0.212847687500000, 0 -0.212865625000000, 1 -0.212896250000000, 0 -0.212914125000000, 1 -0.212932625000000, 0 -0.212950562500000, 1 -0.213014500000000, 0 -0.213032437500000, 1 -0.213084312500000, 0 -0.213102187500000, 1 -0.213326875000000, 0 -0.213344812500000, 1 -0.213496750000000, 0 -0.213514625000000, 1 -0.213533125000000, 0 -0.213551000000000, 1 -0.213569500000000, 0 -0.213587437500000, 1 -0.213651437500000, 0 -0.213669312500000, 1 -0.213712062500000, 0 -0.213729937500000, 1 -0.213760562500000, 0 -0.213778437500000, 1 -0.213800000000000, 0 -0.213817875000000, 1 -0.213881875000000, 0 -0.213899750000000, 1 -0.213957687500000, 0 -0.213975625000000, 1 -0.214218500000000, 0 -0.214236375000000, 1 -0.214388375000000, 0 -0.214406250000000, 1 -0.214449000000000, 0 -0.214466937500000, 1 -0.214485375000000, 0 -0.214503312500000, 1 -0.214567312500000, 0 -0.214585187500000, 1 -0.214627937500000, 0 -0.214645812500000, 1 -0.214676437500000, 0 -0.214694312500000, 1 -0.214718875000000, 0 -0.214736812500000, 1 -0.214800812500000, 0 -0.214818687500000, 1 -0.214870562500000, 0 -0.214888437500000, 1 -0.215110125000000, 0 -0.215128000000000, 1 -0.215280000000000, 0 -0.215297875000000, 1 -0.215352750000000, 0 -0.215370687500000, 1 -0.215389125000000, 0 -0.215407062500000, 1 -0.215471062500000, 0 -0.215488937500000, 1 -0.215531687500000, 0 -0.215549562500000, 1 -0.215580187500000, 0 -0.215598125000000, 1 -0.215625687500000, 0 -0.215643625000000, 1 -0.215707625000000, 0 -0.215725500000000, 1 -0.215771312500000, 0 -0.215789187500000, 1 -0.216001812500000, 0 -0.216019687500000, 1 -0.216171687500000, 0 -0.216189562500000, 1 -0.216232312500000, 0 -0.216250187500000, 1 -0.216268687500000, 0 -0.216286562500000, 1 -0.216350562500000, 0 -0.216368437500000, 1 -0.216411187500000, 0 -0.216429125000000, 1 -0.216459687500000, 0 -0.216477562500000, 1 -0.216508187500000, 0 -0.216526125000000, 1 -0.216590125000000, 0 -0.216608000000000, 1 -0.216647750000000, 0 -0.216665625000000, 1 -0.216893375000000, 0 -0.216911250000000, 1 -0.217063250000000, 0 -0.217081125000000, 1 -0.217136000000000, 0 -0.217153937500000, 1 -0.217172437500000, 0 -0.217190312500000, 1 -0.217254312500000, 0 -0.217272187500000, 1 -0.217314937500000, 0 -0.217332812500000, 1 -0.217363437500000, 0 -0.217381375000000, 1 -0.217415000000000, 0 -0.217432875000000, 1 -0.217496937500000, 0 -0.217514812500000, 1 -0.217548437500000, 0 -0.217566375000000, 1 -0.217785000000000, 0 -0.217802875000000, 1 -0.217954812500000, 0 -0.217972750000000, 1 -0.218015500000000, 0 -0.218033375000000, 1 -0.218051875000000, 0 -0.218069812500000, 1 -0.218133750000000, 0 -0.218151562500000, 1 -0.218151687500000, 0 -0.218151750000000, 1 -0.218194375000000, 0 -0.218212312500000, 1 -0.218242937500000, 0 -0.218260812500000, 1 -0.218297500000000, 0 -0.218315437500000, 1 -0.218379437500000, 0 -0.218397312500000, 1 -0.218424937500000, 0 -0.218442812500000, 1 -0.218676625000000, 0 -0.218694500000000, 1 -0.218846500000000, 0 -0.218864375000000, 1 -0.218919312500000, 0 -0.218937125000000, 1 -0.218955625000000, 0 -0.218973562500000, 1 -0.219037562500000, 0 -0.219055437500000, 1 -0.219101250000000, 0 -0.219119125000000, 1 -0.219149750000000, 0 -0.219167625000000, 1 -0.219207375000000, 0 -0.219225250000000, 1 -0.219289250000000, 0 -0.219307125000000, 1 -0.219340812500000, 0 -0.219358687500000, 1 -0.219568250000000, 0 -0.219586187500000, 1 -0.219738062500000, 0 -0.219756000000000, 1 -0.219774500000000, 0 -0.219792375000000, 1 -0.219810875000000, 0 -0.219828812500000, 1 -0.219892750000000, 0 -0.219910687500000, 1 -0.219956437500000, 0 -0.219974312500000, 1 -0.220004937500000, 0 -0.220022812500000, 1 -0.220065625000000, 0 -0.220083562500000, 1 -0.220147500000000, 0 -0.220165375000000, 1 -0.220202062500000, 0 -0.220220062500000, 1 -0.220459875000000, 0 -0.220477750000000, 1 -0.220629687500000, 0 -0.220647625000000, 1 -0.220666125000000, 0 -0.220684000000000, 1 -0.220702500000000, 0 -0.220720250000000, 1 -0.220784375000000, 0 -0.220802250000000, 1 -0.220845000000000, 0 -0.220862937500000, 1 -0.220893562500000, 0 -0.220911375000000, 1 -0.220957187500000, 0 -0.220975125000000, 1 -0.221039125000000, 0 -0.221056937500000, 1 -0.221075500000000, 0 -0.221093375000000, 1 -0.221351500000000, 0 -0.221369437500000, 1 -0.221521375000000, 0 -0.221539250000000, 1 -0.221569875000000, 0 -0.221587750000000, 1 -0.221606250000000, 0 -0.221624187500000, 1 -0.221688187500000, 0 -0.221706062500000, 1 -0.221748812500000, 0 -0.221766687500000, 1 -0.221797312500000, 0 -0.221815250000000, 1 -0.221864062500000, 0 -0.221881937500000, 1 -0.221945937500000, 0 -0.221963812500000, 1 -0.222000500000000, 0 -0.222018437500000, 1 -0.222243125000000, 0 -0.222261000000000, 1 -0.222413000000000, 0 -0.222430875000000, 1 -0.222461500000000, 0 -0.222479375000000, 1 -0.222497875000000, 0 -0.222515812500000, 1 -0.222579750000000, 0 -0.222597687500000, 1 -0.222640437500000, 0 -0.222658312500000, 1 -0.222688937500000, 0 -0.222706812500000, 1 -0.222758687500000, 0 -0.222776562500000, 1 -0.222840562500000, 0 -0.222858500000000, 1 -0.222889125000000, 0 -0.222907000000000, 1 -0.223134750000000, 0 -0.223152687500000, 1 -0.223304625000000, 0 -0.223322500000000, 1 -0.223377375000000, 0 -0.223395312500000, 1 -0.223413812500000, 0 -0.223431687500000, 1 -0.223495687500000, 0 -0.223513562500000, 1 -0.223556312500000, 0 -0.223574250000000, 1 -0.223604875000000, 0 -0.223622750000000, 1 -0.223677625000000, 0 -0.223695562500000, 1 -0.223759562500000, 0 -0.223777437500000, 1 -0.223826250000000, 0 -0.223844187500000, 1 -0.224026437500000, 0 -0.224044312500000, 1 -0.224196312500000, 0 -0.224214187500000, 1 -0.224244812500000, 0 -0.224262687500000, 1 -0.224281187500000, 0 -0.224299125000000, 1 -0.224363062500000, 0 -0.224381000000000, 1 -0.224423687500000, 0 -0.224441625000000, 1 -0.224472250000000, 0 -0.224490125000000, 1 -0.224548062500000, 0 -0.224565937500000, 1 -0.224630000000000, 0 -0.224647875000000, 1 -0.224690625000000, 0 -0.224708500000000, 1 -0.224918062500000, 0 -0.224936000000000, 1 -0.225087875000000, 0 -0.225105812500000, 1 -0.225136437500000, 0 -0.225154312500000, 1 -0.225172812500000, 0 -0.225190750000000, 1 -0.225254687500000, 0 -0.225272625000000, 1 -0.225312312500000, 0 -0.225330250000000, 1 -0.225360875000000, 0 -0.225378750000000, 1 -0.225439687500000, 0 -0.225457687500000, 1 -0.225521562500000, 0 -0.225539500000000, 1 -0.225582250000000, 0 -0.225600125000000, 1 -0.225809687500000, 0 -0.225827562500000, 1 -0.225979500000000, 0 -0.225997437500000, 1 -0.226040187500000, 0 -0.226058125000000, 1 -0.226076562500000, 0 -0.226094500000000, 1 -0.226158500000000, 0 -0.226176375000000, 1 -0.226222187500000, 0 -0.226240062500000, 1 -0.226270687500000, 0 -0.226288562500000, 1 -0.226352562500000, 0 -0.226370562500000, 1 -0.226434500000000, 0 -0.226452375000000, 1 -0.226495125000000, 0 -0.226513000000000, 1 -0.226701312500000, 0 -0.226701375000000, 1 -0.226701437500000, 0 -0.226719187500000, 1 -0.226871187500000, 0 -0.226889062500000, 1 -0.226907562500000, 0 -0.226925500000000, 1 -0.226943937500000, 0 -0.226961875000000, 1 -0.227025812500000, 0 -0.227043750000000, 1 -0.227086500000000, 0 -0.227104375000000, 1 -0.227138062500000, 0 -0.227155937500000, 1 -0.227174437500000, 0 -0.227192312500000, 1 -0.227256312500000, 0 -0.227274250000000, 1 -0.227317000000000, 0 -0.227334875000000, 1 -0.227592937500000, 0 -0.227610875000000, 1 -0.227762812500000, 0 -0.227780687500000, 1 -0.227799187500000, 0 -0.227817125000000, 1 -0.227835562500000, 0 -0.227853437500000, 1 -0.227917437500000, 0 -0.227935250000000, 1 -0.227975062500000, 0 -0.227992937500000, 1 -0.228026687500000, 0 -0.228044500000000, 1 -0.228066062500000, 0 -0.228084000000000, 1 -0.228147937500000, 0 -0.228165812500000, 1 -0.228220687500000, 0 -0.228238625000000, 1 -0.228484562500000, 0 -0.228502437500000, 1 -0.228654437500000, 0 -0.228672312500000, 1 -0.228715062500000, 0 -0.228732937500000, 1 -0.228751437500000, 0 -0.228769375000000, 1 -0.228833375000000, 0 -0.228851250000000, 1 -0.228893875000000, 0 -0.228911875000000, 1 -0.228945500000000, 0 -0.228963437500000, 1 -0.228988000000000, 0 -0.229005875000000, 1 -0.229069875000000, 0 -0.229087812500000, 1 -0.229142687500000, 0 -0.229160562500000, 1 -0.229376187500000, 0 -0.229394187500000, 1 -0.229546062500000, 0 -0.229563937500000, 1 -0.229582437500000, 0 -0.229600375000000, 1 -0.229618875000000, 0 -0.229636750000000, 1 -0.229700750000000, 0 -0.229718625000000, 1 -0.229764437500000, 0 -0.229782312500000, 1 -0.229816000000000, 0 -0.229833875000000, 1 -0.229861437500000, 0 -0.229879312500000, 1 -0.229943375000000, 0 -0.229961250000000, 1 -0.230010062500000, 0 -0.230027937500000, 1 -0.230267875000000, 0 -0.230285750000000, 1 -0.230437687500000, 0 -0.230455625000000, 1 -0.230498375000000, 0 -0.230516250000000, 1 -0.230534750000000, 0 -0.230552625000000, 1 -0.230616625000000, 0 -0.230634500000000, 1 -0.230677250000000, 0 -0.230695187500000, 1 -0.230728812500000, 0 -0.230746750000000, 1 -0.230777375000000, 0 -0.230795250000000, 1 -0.230859250000000, 0 -0.230877125000000, 1 -0.230895625000000, 0 -0.230913562500000, 1 -0.231159500000000, 0 -0.231177375000000, 1 -0.231329312500000, 0 -0.231347250000000, 1 -0.231402125000000, 0 -0.231420000000000, 1 -0.231438500000000, 0 -0.231456437500000, 1 -0.231520375000000, 0 -0.231538312500000, 1 -0.231581062500000, 0 -0.231598937500000, 1 -0.231632625000000, 0 -0.231650500000000, 1 -0.231684187500000, 0 -0.231702062500000, 1 -0.231766062500000, 0 -0.231783937500000, 1 -0.231808500000000, 0 -0.231826437500000, 1 -0.232051125000000, 0 -0.232069062500000, 1 -0.232221000000000, 0 -0.232238875000000, 1 -0.232293750000000, 0 -0.232311687500000, 1 -0.232330187500000, 0 -0.232348062500000, 1 -0.232412062500000, 0 -0.232429937500000, 1 -0.232472687500000, 0 -0.232490625000000, 1 -0.232524250000000, 0 -0.232542125000000, 1 -0.232578875000000, 0 -0.232596687500000, 1 -0.232660750000000, 0 -0.232678625000000, 1 -0.232709250000000, 0 -0.232727187500000, 1 -0.232942750000000, 0 -0.232960687500000, 1 -0.233112625000000, 0 -0.233130500000000, 1 -0.233173250000000, 0 -0.233191187500000, 1 -0.233209687500000, 0 -0.233227562500000, 1 -0.233291500000000, 0 -0.233309437500000, 1 -0.233355250000000, 0 -0.233373125000000, 1 -0.233406750000000, 0 -0.233424687500000, 1 -0.233464375000000, 0 -0.233482312500000, 1 -0.233546250000000, 0 -0.233564187500000, 1 -0.233588750000000, 0 -0.233606625000000, 1 -0.233834375000000, 0 -0.233852250000000, 1 -0.234004187500000, 0 -0.234022125000000, 1 -0.234076937500000, 0 -0.234094937500000, 1 -0.234113375000000, 0 -0.234131312500000, 1 -0.234195250000000, 0 -0.234213125000000, 1 -0.234213312500000, 0 -0.234213375000000, 1 -0.234258875000000, 0 -0.234276875000000, 1 -0.234310500000000, 0 -0.234328375000000, 1 -0.234371187500000, 0 -0.234389062500000, 1 -0.234453062500000, 0 -0.234470937500000, 1 -0.234492437500000, 0 -0.234510375000000, 1 -0.234726062500000, 0 -0.234743937500000, 1 -0.234895875000000, 0 -0.234913750000000, 1 -0.234968687500000, 0 -0.234986562500000, 1 -0.235005062500000, 0 -0.235022937500000, 1 -0.235086937500000, 0 -0.235104812500000, 1 -0.235147562500000, 0 -0.235165500000000, 1 -0.235199187500000, 0 -0.235217000000000, 1 -0.235262812500000, 0 -0.235280750000000, 1 -0.235344750000000, 0 -0.235362625000000, 1 -0.235402375000000, 0 -0.235420250000000, 1 -0.235617687500000, 0 -0.235635562500000, 1 -0.235787562500000, 0 -0.235805375000000, 1 -0.235823875000000, 0 -0.235841750000000, 1 -0.235860250000000, 0 -0.235878187500000, 1 -0.235942187500000, 0 -0.235960062500000, 1 -0.236002812500000, 0 -0.236020687500000, 1 -0.236054375000000, 0 -0.236072250000000, 1 -0.236121062500000, 0 -0.236138937500000, 1 -0.236202937500000, 0 -0.236220875000000, 1 -0.236242375000000, 0 -0.236260312500000, 1 -0.236509312500000, 0 -0.236527187500000, 1 -0.236679125000000, 0 -0.236697062500000, 1 -0.236715500000000, 0 -0.236733437500000, 1 -0.236751812500000, 0 -0.236769812500000, 1 -0.236833812500000, 0 -0.236851687500000, 1 -0.236891437500000, 0 -0.236909312500000, 1 -0.236942937500000, 0 -0.236960875000000, 1 -0.237012750000000, 0 -0.237030562500000, 1 -0.237094625000000, 0 -0.237112562500000, 1 -0.237146187500000, 0 -0.237164062500000, 1 -0.237400937500000, 0 -0.237418812500000, 1 -0.237570812500000, 0 -0.237588687500000, 1 -0.237607187500000, 0 -0.237625062500000, 1 -0.237643500000000, 0 -0.237661500000000, 1 -0.237725437500000, 0 -0.237743312500000, 1 -0.237786062500000, 0 -0.237804000000000, 1 -0.237837625000000, 0 -0.237855562500000, 1 -0.237910437500000, 0 -0.237928312500000, 1 -0.237992312500000, 0 -0.238010250000000, 1 -0.238068187500000, 0 -0.238086062500000, 1 -0.238292562500000, 0 -0.238310500000000, 1 -0.238462437500000, 0 -0.238480312500000, 1 -0.238498812500000, 0 -0.238516687500000, 1 -0.238535187500000, 0 -0.238553125000000, 1 -0.238617125000000, 0 -0.238635000000000, 1 -0.238677750000000, 0 -0.238695625000000, 1 -0.238729312500000, 0 -0.238747187500000, 1 -0.238805125000000, 0 -0.238823000000000, 1 -0.238887000000000, 0 -0.238904875000000, 1 -0.238968875000000, 0 -0.238986812500000, 1 -0.239184187500000, 0 -0.239202125000000, 1 -0.239354062500000, 0 -0.239372000000000, 1 -0.239390437500000, 0 -0.239408375000000, 1 -0.239426875000000, 0 -0.239444750000000, 1 -0.239508750000000, 0 -0.239526625000000, 1 -0.239569375000000, 0 -0.239587250000000, 1 -0.239620937500000, 0 -0.239638875000000, 1 -0.239699812500000, 0 -0.239717687500000, 1 -0.239781687500000, 0 -0.239799562500000, 1 -0.239845375000000, 0 -0.239863250000000, 1 -0.240075875000000, 0 -0.240093750000000, 1 -0.240245750000000, 0 -0.240263625000000, 1 -0.240282125000000, 0 -0.240300000000000, 1 -0.240318500000000, 0 -0.240336437500000, 1 -0.240400375000000, 0 -0.240418312500000, 1 -0.240461000000000, 0 -0.240478937500000, 1 -0.240512625000000, 0 -0.240530500000000, 1 -0.240594500000000, 0 -0.240612375000000, 1 -0.240676375000000, 0 -0.240694250000000, 1 -0.240746125000000, 0 -0.240764062500000, 1 -0.240967500000000, 0 -0.240985437500000, 1 -0.241137375000000, 0 -0.241155250000000, 1 -0.241173750000000, 0 -0.241191625000000, 1 -0.241210125000000, 0 -0.241228062500000, 1 -0.241292062500000, 0 -0.241309937500000, 1 -0.241352687500000, 0 -0.241370625000000, 1 -0.241407312500000, 0 -0.241425187500000, 1 -0.241443687500000, 0 -0.241461562500000, 1 -0.241525562500000, 0 -0.241543437500000, 1 -0.241565000000000, 0 -0.241582937500000, 1 -0.241859187500000, 0 -0.241877062500000, 1 -0.242029000000000, 0 -0.242046937500000, 1 -0.242065437500000, 0 -0.242083312500000, 1 -0.242101812500000, 0 -0.242119687500000, 1 -0.242183687500000, 0 -0.242201562500000, 1 -0.242244312500000, 0 -0.242262250000000, 1 -0.242298937500000, 0 -0.242316750000000, 1 -0.242338375000000, 0 -0.242356250000000, 1 -0.242420250000000, 0 -0.242438125000000, 1 -0.242465750000000, 0 -0.242483625000000, 1 -0.242750812500000, 0 -0.242768687500000, 1 -0.242920687500000, 0 -0.242938562500000, 1 -0.242957062500000, 0 -0.242974937500000, 1 -0.242993437500000, 0 -0.243011375000000, 1 -0.243075312500000, 0 -0.243093250000000, 1 -0.243136000000000, 0 -0.243153875000000, 1 -0.243190562500000, 0 -0.243208500000000, 1 -0.243233062500000, 0 -0.243250937500000, 1 -0.243314937500000, 0 -0.243332812500000, 1 -0.243366500000000, 0 -0.243384375000000, 1 -0.243642437500000, 0 -0.243660375000000, 1 -0.243812312500000, 0 -0.243830187500000, 1 -0.243848687500000, 0 -0.243866625000000, 1 -0.243885125000000, 0 -0.243903062500000, 1 -0.243967000000000, 0 -0.243984875000000, 1 -0.244027625000000, 0 -0.244045437500000, 1 -0.244082187500000, 0 -0.244100125000000, 1 -0.244127687500000, 0 -0.244145562500000, 1 -0.244209562500000, 0 -0.244227500000000, 1 -0.244267250000000, 0 -0.244285125000000, 1 -0.244534062500000, 0 -0.244552000000000, 1 -0.244703937500000, 0 -0.244721937500000, 1 -0.244764687500000, 0 -0.244782562500000, 1 -0.244801000000000, 0 -0.244818875000000, 1 -0.244882875000000, 0 -0.244900750000000, 1 -0.244943500000000, 0 -0.244961437500000, 1 -0.244998125000000, 0 -0.245016000000000, 1 -0.245046625000000, 0 -0.245064500000000, 1 -0.245128562500000, 0 -0.245146500000000, 1 -0.245192250000000, 0 -0.245210062500000, 1 -0.245425750000000, 0 -0.245443625000000, 1 -0.245595562500000, 0 -0.245613375000000, 1 -0.245632000000000, 0 -0.245649937500000, 1 -0.245668375000000, 0 -0.245686312500000, 1 -0.245750312500000, 0 -0.245768125000000, 1 -0.245810937500000, 0 -0.245828812500000, 1 -0.245865500000000, 0 -0.245883437500000, 1 -0.245917062500000, 0 -0.245935062500000, 1 -0.245998937500000, 0 -0.246016875000000, 1 -0.246068750000000, 0 -0.246086625000000, 1 -0.246317437500000, 0 -0.246335312500000, 1 -0.246487250000000, 0 -0.246505125000000, 1 -0.246547875000000, 0 -0.246565812500000, 1 -0.246584312500000, 0 -0.246602187500000, 1 -0.246666187500000, 0 -0.246684062500000, 1 -0.246726812500000, 0 -0.246744750000000, 1 -0.246781437500000, 0 -0.246799312500000, 1 -0.246836000000000, 0 -0.246853875000000, 1 -0.246917875000000, 0 -0.246935812500000, 1 -0.246993750000000, 0 -0.247011625000000, 1 -0.247209062500000, 0 -0.247226937500000, 1 -0.247378875000000, 0 -0.247396812500000, 1 -0.247451687500000, 0 -0.247469562500000, 1 -0.247488062500000, 0 -0.247506000000000, 1 -0.247570000000000, 0 -0.247587875000000, 1 -0.247633625000000, 0 -0.247651562500000, 1 -0.247688250000000, 0 -0.247706125000000, 1 -0.247745875000000, 0 -0.247763750000000, 1 -0.247827750000000, 0 -0.247845625000000, 1 -0.247897500000000, 0 -0.247915437500000, 1 -0.248100687500000, 0 -0.248118562500000, 1 -0.248270562500000, 0 -0.248288437500000, 1 -0.248331187500000, 0 -0.248349125000000, 1 -0.248367625000000, 0 -0.248385500000000, 1 -0.248449500000000, 0 -0.248467375000000, 1 -0.248513187500000, 0 -0.248531062500000, 1 -0.248567750000000, 0 -0.248585625000000, 1 -0.248628437500000, 0 -0.248646312500000, 1 -0.248710312500000, 0 -0.248728187500000, 1 -0.248771000000000, 0 -0.248788875000000, 1 -0.248992375000000, 0 -0.249010250000000, 1 -0.249162187500000, 0 -0.249180125000000, 1 -0.249235000000000, 0 -0.249252875000000, 1 -0.249271375000000, 0 -0.249289312500000, 1 -0.249353250000000, 0 -0.249371187500000, 1 -0.249413937500000, 0 -0.249431812500000, 1 -0.249468562500000, 0 -0.249486375000000, 1 -0.249532187500000, 0 -0.249550062500000, 1 -0.249614125000000, 0 -0.249632000000000, 1 -0.249692937500000, 0 -0.249710875000000, 1 -0.249884125000000, 0 -0.249901875000000, 1 -0.250053812500000, 0 -0.250071750000000, 1 -0.250126625000000, 0 -0.250144562500000, 1 -0.250163000000000, 0 -0.250180937500000, 1 -0.250244937500000, 0 -0.250262812500000, 1 -0.250305562500000, 0 -0.250323437500000, 1 -0.250360125000000, 0 -0.250378062500000, 1 -0.250426875000000, 0 -0.250444750000000, 1 -0.250508812500000, 0 -0.250526687500000, 1 -0.250569437500000, 0 -0.250587312500000, 1 -0.250775625000000, 0 -0.250793500000000, 1 -0.250945500000000, 0 -0.250963375000000, 1 -0.251006125000000, 0 -0.251024062500000, 1 -0.251042562500000, 0 -0.251060437500000, 1 -0.251124437500000, 0 -0.251142312500000, 1 -0.251182062500000, 0 -0.251199875000000, 1 -0.251236625000000, 0 -0.251254562500000, 1 -0.251306375000000, 0 -0.251324250000000, 1 -0.251388312500000, 0 -0.251406187500000, 1 -0.251460937500000, 0 -0.251461000000000, 1 -0.251461125000000, 0 -0.251479000000000, 1 -0.251667312500000, 0 -0.251685187500000, 1 -0.251837125000000, 0 -0.251855000000000, 1 -0.251885687500000, 0 -0.251903562500000, 1 -0.251922062500000, 0 -0.251939937500000, 1 -0.252003937500000, 0 -0.252021812500000, 1 -0.252064562500000, 0 -0.252082500000000, 1 -0.252119187500000, 0 -0.252137062500000, 1 -0.252191937500000, 0 -0.252209875000000, 1 -0.252273812500000, 0 -0.252291750000000, 1 -0.252322375000000, 0 -0.252340250000000, 1 -0.252558937500000, 0 -0.252576812500000, 1 -0.252728750000000, 0 -0.252746687500000, 1 -0.252765125000000, 0 -0.252783062500000, 1 -0.252801562500000, 0 -0.252819437500000, 1 -0.252883437500000, 0 -0.252901312500000, 1 -0.252944062500000, 0 -0.252962000000000, 1 -0.252998687500000, 0 -0.253016625000000, 1 -0.253074500000000, 0 -0.253092312500000, 1 -0.253156375000000, 0 -0.253174250000000, 1 -0.253211000000000, 0 -0.253228875000000, 1 -0.253450500000000, 0 -0.253468437500000, 1 -0.253620375000000, 0 -0.253638250000000, 1 -0.253656750000000, 0 -0.253674750000000, 1 -0.253693187500000, 0 -0.253711062500000, 1 -0.253775062500000, 0 -0.253792937500000, 1 -0.253835687500000, 0 -0.253853562500000, 1 -0.253890250000000, 0 -0.253908125000000, 1 -0.253969187500000, 0 -0.253987062500000, 1 -0.254051000000000, 0 -0.254068937500000, 1 -0.254087437500000, 0 -0.254105375000000, 1 -0.254342187500000, 0 -0.254360000000000, 1 -0.254512000000000, 0 -0.254529937500000, 1 -0.254548437500000, 0 -0.254566312500000, 1 -0.254584812500000, 0 -0.254602687500000, 1 -0.254666687500000, 0 -0.254684562500000, 1 -0.254727312500000, 0 -0.254745250000000, 1 -0.254781875000000, 0 -0.254799812500000, 1 -0.254863812500000, 0 -0.254881687500000, 1 -0.254945687500000, 0 -0.254963562500000, 1 -0.254988125000000, 0 -0.255006062500000, 1 -0.255233812500000, 0 -0.255251687500000, 1 -0.255403625000000, 0 -0.255421500000000, 1 -0.255476437500000, 0 -0.255494312500000, 1 -0.255512812500000, 0 -0.255530687500000, 1 -0.255594687500000, 0 -0.255612562500000, 1 -0.255655375000000, 0 -0.255673250000000, 1 -0.255712937500000, 0 -0.255730875000000, 1 -0.255749375000000, 0 -0.255767250000000, 1 -0.255831250000000, 0 -0.255849125000000, 1 -0.255885875000000, 0 -0.255903750000000, 1 -0.256125437500000, 0 -0.256143312500000, 1 -0.256295250000000, 0 -0.256313187500000, 1 -0.256331687500000, 0 -0.256349562500000, 1 -0.256368062500000, 0 -0.256385937500000, 1 -0.256449937500000, 0 -0.256467812500000, 1 -0.256510562500000, 0 -0.256528500000000, 1 -0.256568187500000, 0 -0.256586125000000, 1 -0.256607625000000, 0 -0.256625500000000, 1 -0.256689562500000, 0 -0.256707437500000, 1 -0.256738062500000, 0 -0.256755937500000, 1 -0.257017062500000, 0 -0.257035000000000, 1 -0.257186937500000, 0 -0.257204812500000, 1 -0.257223312500000, 0 -0.257241250000000, 1 -0.257259687500000, 0 -0.257277625000000, 1 -0.257341625000000, 0 -0.257359500000000, 1 -0.257405312500000, 0 -0.257423187500000, 1 -0.257462937500000, 0 -0.257480812500000, 1 -0.257505375000000, 0 -0.257523250000000, 1 -0.257587250000000, 0 -0.257605125000000, 1 -0.257641812500000, 0 -0.257659750000000, 1 -0.257908687500000, 0 -0.257926625000000, 1 -0.258078562500000, 0 -0.258096437500000, 1 -0.258151375000000, 0 -0.258169250000000, 1 -0.258187750000000, 0 -0.258205625000000, 1 -0.258269625000000, 0 -0.258287500000000, 1 -0.258330250000000, 0 -0.258348125000000, 1 -0.258387875000000, 0 -0.258405750000000, 1 -0.258433375000000, 0 -0.258451312500000, 1 -0.258515312500000, 0 -0.258533187500000, 1 -0.258551687500000, 0 -0.258569562500000, 1 -0.258800375000000, 0 -0.258818250000000, 1 -0.258970187500000, 0 -0.258988125000000, 1 -0.259006562500000, 0 -0.259024500000000, 1 -0.259043000000000, 0 -0.259060875000000, 1 -0.259124875000000, 0 -0.259142750000000, 1 -0.259185500000000, 0 -0.259203437500000, 1 -0.259243125000000, 0 -0.259261062500000, 1 -0.259291687500000, 0 -0.259309562500000, 1 -0.259309625000000, 0 -0.259309687500000, 1 -0.259373562500000, 0 -0.259391500000000, 1 -0.259452437500000, 0 -0.259470312500000, 1 -0.259692000000000, 0 -0.259710000000000, 1 -0.259861875000000, 0 -0.259879750000000, 1 -0.259922562500000, 0 -0.259940437500000, 1 -0.259958937500000, 0 -0.259976812500000, 1 -0.260040812500000, 0 -0.260058687500000, 1 -0.260104500000000, 0 -0.260122375000000, 1 -0.260162125000000, 0 -0.260180000000000, 1 -0.260213625000000, 0 -0.260231562500000, 1 -0.260295562500000, 0 -0.260313437500000, 1 -0.260356187500000, 0 -0.260374125000000, 1 -0.260583625000000, 0 -0.260601562500000, 1 -0.260753500000000, 0 -0.260771375000000, 1 -0.260789875000000, 0 -0.260807812500000, 1 -0.260826312500000, 0 -0.260844187500000, 1 -0.260908187500000, 0 -0.260926062500000, 1 -0.260968812500000, 0 -0.260986687500000, 1 -0.261026437500000, 0 -0.261044375000000, 1 -0.261081062500000, 0 -0.261098937500000, 1 -0.261163000000000, 0 -0.261180875000000, 1 -0.261229625000000, 0 -0.261247562500000, 1 -0.261475312500000, 0 -0.261493187500000, 1 -0.261645187500000, 0 -0.261663062500000, 1 -0.261681562500000, 0 -0.261699375000000, 1 -0.261718000000000, 0 -0.261735875000000, 1 -0.261799812500000, 0 -0.261817687500000, 1 -0.261860500000000, 0 -0.261878437500000, 1 -0.261918125000000, 0 -0.261936000000000, 1 -0.261975750000000, 0 -0.261993687500000, 1 -0.262057625000000, 0 -0.262075500000000, 1 -0.262118250000000, 0 -0.262136250000000, 1 -0.262367062500000, 0 -0.262384937500000, 1 -0.262536812500000, 0 -0.262554750000000, 1 -0.262597500000000, 0 -0.262615375000000, 1 -0.262633875000000, 0 -0.262651812500000, 1 -0.262715812500000, 0 -0.262733687500000, 1 -0.262776437500000, 0 -0.262794375000000, 1 -0.262834062500000, 0 -0.262852000000000, 1 -0.262894750000000, 0 -0.262912625000000, 1 -0.262976625000000, 0 -0.262994500000000, 1 -0.263046375000000, 0 -0.263064312500000, 1 -0.263258687500000, 0 -0.263276562500000, 1 -0.263428562500000, 0 -0.263446437500000, 1 -0.263501312500000, 0 -0.263519250000000, 1 -0.263537687500000, 0 -0.263555625000000, 1 -0.263619625000000, 0 -0.263637500000000, 1 -0.263683250000000, 0 -0.263701187500000, 1 -0.263740875000000, 0 -0.263758812500000, 1 -0.263804562500000, 0 -0.263822500000000, 1 -0.263886500000000, 0 -0.263904375000000, 1 -0.263962312500000, 0 -0.263980187500000, 1 -0.264150312500000, 0 -0.264168250000000, 1 -0.264320187500000, 0 -0.264338125000000, 1 -0.264393000000000, 0 -0.264410875000000, 1 -0.264429375000000, 0 -0.264447312500000, 1 -0.264511250000000, 0 -0.264529187500000, 1 -0.264571937500000, 0 -0.264589812500000, 1 -0.264629562500000, 0 -0.264647437500000, 1 -0.264696250000000, 0 -0.264714187500000, 1 -0.264778187500000, 0 -0.264796062500000, 1 -0.264860062500000, 0 -0.264878000000000, 1 -0.265042062500000, 0 -0.265059937500000, 1 -0.265211937500000, 0 -0.265229812500000, 1 -0.265272562500000, 0 -0.265290437500000, 1 -0.265308937500000, 0 -0.265326875000000, 1 -0.265390875000000, 0 -0.265408750000000, 1 -0.265451500000000, 0 -0.265469375000000, 1 -0.265509125000000, 0 -0.265527000000000, 1 -0.265578875000000, 0 -0.265596750000000, 1 -0.265660750000000, 0 -0.265678625000000, 1 -0.265736625000000, 0 -0.265754500000000, 1 -0.265933750000000, 0 -0.265951625000000, 1 -0.266103562500000, 0 -0.266121500000000, 1 -0.266176375000000, 0 -0.266194250000000, 1 -0.266212750000000, 0 -0.266230625000000, 1 -0.266294625000000, 0 -0.266312562500000, 1 -0.266358312500000, 0 -0.266376187500000, 1 -0.266415937500000, 0 -0.266433812500000, 1 -0.266488687500000, 0 -0.266506625000000, 1 -0.266570625000000, 0 -0.266588500000000, 1 -0.266628250000000, 0 -0.266646125000000, 1 -0.266825375000000, 0 -0.266843250000000, 1 -0.266995187500000, 0 -0.267013125000000, 1 -0.267068000000000, 0 -0.267085937500000, 1 -0.267104437500000, 0 -0.267122250000000, 1 -0.267122375000000, 0 -0.267122437500000, 1 -0.267186312500000, 0 -0.267204187500000, 1 -0.267246937500000, 0 -0.267264812500000, 1 -0.267304562500000, 0 -0.267322500000000, 1 -0.267380375000000, 0 -0.267398312500000, 1 -0.267462312500000, 0 -0.267480187500000, 1 -0.267501687500000, 0 -0.267519625000000, 1 -0.267717062500000, 0 -0.267734937500000, 1 -0.267886875000000, 0 -0.267904812500000, 1 -0.267923312500000, 0 -0.267941250000000, 1 -0.267959687500000, 0 -0.267977625000000, 1 -0.268041625000000, 0 -0.268059562500000, 1 -0.268099187500000, 0 -0.268117125000000, 1 -0.268156812500000, 0 -0.268174750000000, 1 -0.268235687500000, 0 -0.268253562500000, 1 -0.268317562500000, 0 -0.268335500000000, 1 -0.268357000000000, 0 -0.268374937500000, 1 -0.268608750000000, 0 -0.268626625000000, 1 -0.268778562500000, 0 -0.268796500000000, 1 -0.268815000000000, 0 -0.268832875000000, 1 -0.268851375000000, 0 -0.268869250000000, 1 -0.268933250000000, 0 -0.268951187500000, 1 -0.268993875000000, 0 -0.269011812500000, 1 -0.269051562500000, 0 -0.269069437500000, 1 -0.269133437500000, 0 -0.269151312500000, 1 -0.269215312500000, 0 -0.269233250000000, 1 -0.269266875000000, 0 -0.269284812500000, 1 -0.269500437500000, 0 -0.269518312500000, 1 -0.269670250000000, 0 -0.269688062500000, 1 -0.269706687500000, 0 -0.269724562500000, 1 -0.269743062500000, 0 -0.269761000000000, 1 -0.269825000000000, 0 -0.269842812500000, 1 -0.269888625000000, 0 -0.269906500000000, 1 -0.269949312500000, 0 -0.269967187500000, 1 -0.269985687500000, 0 -0.270003625000000, 1 -0.270067562500000, 0 -0.270085500000000, 1 -0.270128187500000, 0 -0.270146125000000, 1 -0.270392125000000, 0 -0.270410000000000, 1 -0.270561937500000, 0 -0.270579875000000, 1 -0.270598375000000, 0 -0.270616187500000, 1 -0.270634750000000, 0 -0.270652625000000, 1 -0.270716625000000, 0 -0.270734500000000, 1 -0.270777312500000, 0 -0.270795187500000, 1 -0.270837937500000, 0 -0.270855937500000, 1 -0.270877375000000, 0 -0.270895250000000, 1 -0.270959250000000, 0 -0.270977125000000, 1 -0.271038125000000, 0 -0.271056000000000, 1 -0.271283812500000, 0 -0.271301687500000, 1 -0.271453625000000, 0 -0.271471562500000, 1 -0.271490000000000, 0 -0.271507937500000, 1 -0.271526437500000, 0 -0.271544312500000, 1 -0.271608312500000, 0 -0.271626187500000, 1 -0.271669000000000, 0 -0.271686875000000, 1 -0.271729625000000, 0 -0.271747500000000, 1 -0.271772062500000, 0 -0.271790000000000, 1 -0.271853937500000, 0 -0.271871875000000, 1 -0.271914625000000, 0 -0.271932500000000, 1 -0.272175437500000, 0 -0.272193375000000, 1 -0.272345312500000, 0 -0.272363187500000, 1 -0.272381687500000, 0 -0.272399562500000, 1 -0.272418125000000, 0 -0.272436000000000, 1 -0.272500000000000, 0 -0.272517875000000, 1 -0.272560625000000, 0 -0.272578500000000, 1 -0.272621312500000, 0 -0.272639187500000, 1 -0.272666812500000, 0 -0.272684687500000, 1 -0.272748687500000, 0 -0.272766562500000, 1 -0.272815437500000, 0 -0.272833312500000, 1 -0.273067125000000, 0 -0.273085062500000, 1 -0.273237000000000, 0 -0.273254875000000, 1 -0.273273375000000, 0 -0.273291312500000, 1 -0.273309812500000, 0 -0.273327687500000, 1 -0.273391687500000, 0 -0.273409562500000, 1 -0.273455375000000, 0 -0.273473250000000, 1 -0.273516000000000, 0 -0.273533875000000, 1 -0.273564562500000, 0 -0.273582437500000, 1 -0.273646437500000, 0 -0.273664312500000, 1 -0.273682812500000, 0 -0.273700750000000, 1 -0.273958812500000, 0 -0.273976687500000, 1 -0.274128687500000, 0 -0.274146562500000, 1 -0.274165062500000, 0 -0.274183000000000, 1 -0.274201437500000, 0 -0.274219375000000, 1 -0.274283312500000, 0 -0.274301250000000, 1 -0.274347000000000, 0 -0.274364937500000, 1 -0.274407687500000, 0 -0.274425562500000, 1 -0.274459250000000, 0 -0.274477187500000, 1 -0.274541125000000, 0 -0.274559000000000, 1 -0.274583562500000, 0 -0.274601500000000, 1 -0.274850500000000, 0 -0.274868375000000, 1 -0.275020375000000, 0 -0.275038250000000, 1 -0.275056750000000, 0 -0.275074625000000, 1 -0.275093062500000, 0 -0.275111062500000, 1 -0.275175062500000, 0 -0.275192937500000, 1 -0.275238750000000, 0 -0.275256625000000, 1 -0.275299375000000, 0 -0.275317250000000, 1 -0.275354000000000, 0 -0.275371875000000, 1 -0.275435875000000, 0 -0.275453750000000, 1 -0.275484375000000, 0 -0.275502312500000, 1 -0.275742250000000, 0 -0.275760125000000, 1 -0.275912062500000, 0 -0.275930000000000, 1 -0.275948500000000, 0 -0.275966375000000, 1 -0.275984875000000, 0 -0.276002750000000, 1 -0.276066750000000, 0 -0.276084625000000, 1 -0.276127500000000, 0 -0.276145312500000, 1 -0.276188062500000, 0 -0.276205937500000, 1 -0.276245687500000, 0 -0.276263562500000, 1 -0.276327687500000, 0 -0.276345500000000, 1 -0.276370062500000, 0 -0.276387937500000, 1 -0.276633875000000, 0 -0.276651812500000, 1 -0.276803750000000, 0 -0.276821687500000, 1 -0.276864437500000, 0 -0.276882312500000, 1 -0.276900812500000, 0 -0.276918750000000, 1 -0.276982687500000, 0 -0.277000625000000, 1 -0.277043375000000, 0 -0.277061250000000, 1 -0.277104000000000, 0 -0.277121937500000, 1 -0.277164687500000, 0 -0.277182562500000, 1 -0.277246562500000, 0 -0.277264500000000, 1 -0.277286000000000, 0 -0.277303875000000, 1 -0.277525625000000, 0 -0.277543500000000, 1 -0.277695437500000, 0 -0.277713375000000, 1 -0.277731875000000, 0 -0.277749812500000, 1 -0.277768250000000, 0 -0.277786187500000, 1 -0.277850125000000, 0 -0.277868000000000, 1 -0.277913875000000, 0 -0.277931750000000, 1 -0.277974500000000, 0 -0.277992437500000, 1 -0.278038187500000, 0 -0.278056125000000, 1 -0.278120125000000, 0 -0.278138000000000, 1 -0.278177750000000, 0 -0.278195500000000, 1 -0.278417312500000, 0 -0.278435312500000, 1 -0.278587187500000, 0 -0.278605062500000, 1 -0.278660000000000, 0 -0.278677875000000, 1 -0.278696437500000, 0 -0.278714312500000, 1 -0.278778312500000, 0 -0.278796250000000, 1 -0.278842000000000, 0 -0.278859875000000, 1 -0.278902625000000, 0 -0.278920500000000, 1 -0.278969375000000, 0 -0.278987187500000, 1 -0.279051250000000, 0 -0.279069125000000, 1 -0.279090625000000, 0 -0.279108562500000, 1 -0.279309062500000, 0 -0.279326937500000, 1 -0.279478937500000, 0 -0.279496812500000, 1 -0.279539562500000, 0 -0.279557437500000, 1 -0.279576000000000, 0 -0.279593875000000, 1 -0.279657875000000, 0 -0.279675750000000, 1 -0.279718500000000, 0 -0.279736375000000, 1 -0.279779187500000, 0 -0.279797062500000, 1 -0.279848937500000, 0 -0.279866812500000, 1 -0.279930812500000, 0 -0.279948750000000, 1 -0.279988437500000, 0 -0.280006375000000, 1 -0.280200750000000, 0 -0.280218625000000, 1 -0.280370625000000, 0 -0.280388562500000, 1 -0.280443437500000, 0 -0.280461312500000, 1 -0.280479812500000, 0 -0.280497750000000, 1 -0.280561687500000, 0 -0.280579625000000, 1 -0.280625375000000, 0 -0.280643250000000, 1 -0.280686062500000, 0 -0.280703937500000, 1 -0.280758875000000, 0 -0.280776750000000, 1 -0.280840750000000, 0 -0.280858625000000, 1 -0.280916562500000, 0 -0.280934500000000, 1 -0.281092500000000, 0 -0.281110375000000, 1 -0.281262375000000, 0 -0.281280250000000, 1 -0.281323062500000, 0 -0.281340937500000, 1 -0.281359437500000, 0 -0.281377312500000, 1 -0.281441312500000, 0 -0.281459187500000, 1 -0.281502000000000, 0 -0.281519875000000, 1 -0.281562625000000, 0 -0.281580500000000, 1 -0.281638437500000, 0 -0.281656312500000, 1 -0.281720375000000, 0 -0.281738250000000, 1 -0.281790125000000, 0 -0.281808000000000, 1 -0.281984250000000, 0 -0.282002125000000, 1 -0.282154062500000, 0 -0.282172000000000, 1 -0.282226875000000, 0 -0.282244812500000, 1 -0.282263312500000, 0 -0.282281187500000, 1 -0.282345187500000, 0 -0.282363062500000, 1 -0.282405812500000, 0 -0.282423750000000, 1 -0.282466500000000, 0 -0.282484375000000, 1 -0.282545312500000, 0 -0.282563250000000, 1 -0.282627250000000, 0 -0.282645125000000, 1 -0.282703062500000, 0 -0.282720937500000, 1 -0.282875937500000, 0 -0.282893875000000, 1 -0.283045812500000, 0 -0.283063750000000, 1 -0.283106500000000, 0 -0.283124375000000, 1 -0.283142875000000, 0 -0.283160750000000, 1 -0.283224812500000, 0 -0.283242687500000, 1 -0.283285375000000, 0 -0.283303312500000, 1 -0.283346125000000, 0 -0.283364000000000, 1 -0.283428000000000, 0 -0.283445875000000, 1 -0.283509875000000, 0 -0.283527750000000, 1 -0.283591750000000, 0 -0.283609687500000, 1 -0.283767687500000, 0 -0.283785562500000, 1 -0.283937562500000, 0 -0.283955437500000, 1 -0.283973937500000, 0 -0.283991812500000, 1 -0.284010312500000, 0 -0.284028187500000, 1 -0.284092187500000, 0 -0.284110062500000, 1 -0.284158937500000, 0 -0.284176812500000, 1 -0.284222625000000, 0 -0.284240562500000, 1 -0.284259000000000, 0 -0.284276937500000, 1 -0.284340937500000, 0 -0.284358812500000, 1 -0.284386562500000, 0 -0.284404312500000, 1 -0.284659375000000, 0 -0.284677250000000, 1 -0.284829250000000, 0 -0.284847187500000, 1 -0.284877812500000, 0 -0.284895687500000, 1 -0.284914187500000, 0 -0.284932062500000, 1 -0.284996062500000, 0 -0.285013937500000, 1 -0.285056750000000, 0 -0.285074625000000, 1 -0.285120437500000, 0 -0.285138312500000, 1 -0.285159875000000, 0 -0.285177750000000, 1 -0.285241750000000, 0 -0.285259625000000, 1 -0.285305500000000, 0 -0.285323312500000, 1 -0.285551125000000, 0 -0.285569000000000, 1 -0.285721000000000, 0 -0.285738875000000, 1 -0.285769500000000, 0 -0.285787375000000, 1 -0.285805875000000, 0 -0.285823812500000, 1 -0.285887750000000, 0 -0.285905687500000, 1 -0.285951437500000, 0 -0.285969375000000, 1 -0.286015187500000, 0 -0.286033062500000, 1 -0.286057625000000, 0 -0.286075500000000, 1 -0.286139500000000, 0 -0.286157437500000, 1 -0.286209375000000, 0 -0.286227125000000, 1 -0.286442812500000, 0 -0.286460687500000, 1 -0.286612687500000, 0 -0.286630500000000, 1 -0.286649062500000, 0 -0.286667000000000, 1 -0.286685500000000, 0 -0.286703437500000, 1 -0.286767375000000, 0 -0.286785250000000, 1 -0.286831062500000, 0 -0.286848937500000, 1 -0.286894750000000, 0 -0.286912687500000, 1 -0.286940250000000, 0 -0.286958187500000, 1 -0.287022125000000, 0 -0.287040000000000, 1 -0.287085812500000, 0 -0.287103750000000, 1 -0.287334562500000, 0 -0.287352375000000, 1 -0.287504250000000, 0 -0.287522250000000, 1 -0.287564937500000, 0 -0.287582875000000, 1 -0.287601375000000, 0 -0.287619312500000, 1 -0.287683312500000, 0 -0.287701187500000, 1 -0.287743937500000, 0 -0.287761875000000, 1 -0.287807625000000, 0 -0.287825562500000, 1 -0.287856187500000, 0 -0.287874062500000, 1 -0.287938062500000, 0 -0.287956000000000, 1 -0.287983562500000, 0 -0.288001437500000, 1 -0.288226187500000, 0 -0.288244062500000, 1 -0.288396062500000, 0 -0.288413937500000, 1 -0.288432437500000, 0 -0.288450375000000, 1 -0.288468812500000, 0 -0.288486750000000, 1 -0.288550750000000, 0 -0.288568625000000, 1 -0.288611375000000, 0 -0.288629250000000, 1 -0.288675062500000, 0 -0.288692937500000, 1 -0.288726625000000, 0 -0.288744500000000, 1 -0.288808500000000, 0 -0.288826437500000, 1 -0.288847937500000, 0 -0.288865875000000, 1 -0.289117875000000, 0 -0.289135750000000, 1 -0.289287750000000, 0 -0.289305687500000, 1 -0.289324125000000, 0 -0.289342062500000, 1 -0.289360562500000, 0 -0.289378437500000, 1 -0.289442437500000, 0 -0.289460312500000, 1 -0.289506125000000, 0 -0.289524000000000, 1 -0.289569812500000, 0 -0.289587687500000, 1 -0.289624437500000, 0 -0.289642312500000, 1 -0.289706312500000, 0 -0.289724187500000, 1 -0.289751812500000, 0 -0.289769687500000, 1 -0.290009625000000, 0 -0.290027500000000, 1 -0.290179437500000, 0 -0.290197312500000, 1 -0.290240125000000, 0 -0.290258000000000, 1 -0.290276500000000, 0 -0.290294375000000, 1 -0.290358375000000, 0 -0.290376312500000, 1 -0.290416000000000, 0 -0.290433875000000, 1 -0.290479687500000, 0 -0.290497562500000, 1 -0.290537312500000, 0 -0.290555187500000, 1 -0.290619187500000, 0 -0.290637125000000, 1 -0.290664687500000, 0 -0.290682625000000, 1 -0.290901250000000, 0 -0.290919187500000, 1 -0.291071125000000, 0 -0.291089000000000, 1 -0.291107500000000, 0 -0.291125437500000, 1 -0.291143875000000, 0 -0.291161812500000, 1 -0.291225812500000, 0 -0.291243687500000, 1 -0.291286437500000, 0 -0.291304312500000, 1 -0.291350125000000, 0 -0.291368000000000, 1 -0.291410812500000, 0 -0.291428687500000, 1 -0.291492687500000, 0 -0.291510500000000, 1 -0.291547250000000, 0 -0.291565187500000, 1 -0.291792937500000, 0 -0.291810812500000, 1 -0.291962812500000, 0 -0.291980687500000, 1 -0.292035625000000, 0 -0.292053500000000, 1 -0.292072000000000, 0 -0.292089812500000, 1 -0.292153875000000, 0 -0.292171750000000, 1 -0.292214562500000, 0 -0.292232437500000, 1 -0.292278250000000, 0 -0.292296125000000, 1 -0.292341937500000, 0 -0.292359875000000, 1 -0.292423812500000, 0 -0.292441750000000, 1 -0.292472375000000, 0 -0.292490250000000, 1 -0.292684687500000, 0 -0.292702562500000, 1 -0.292854500000000, 0 -0.292872312500000, 1 -0.292872375000000, 0 -0.292872437500000, 1 -0.292915187500000, 0 -0.292933062500000, 1 -0.292951562500000, 0 -0.292969437500000, 1 -0.293033375000000, 0 -0.293051312500000, 1 -0.293094062500000, 0 -0.293112000000000, 1 -0.293157750000000, 0 -0.293175687500000, 1 -0.293224500000000, 0 -0.293242375000000, 1 -0.293306375000000, 0 -0.293324250000000, 1 -0.293348875000000, 0 -0.293366750000000, 1 -0.293576312500000, 0 -0.293594187500000, 1 -0.293746250000000, 0 -0.293764125000000, 1 -0.293794687500000, 0 -0.293812625000000, 1 -0.293831125000000, 0 -0.293849000000000, 1 -0.293913000000000, 0 -0.293930875000000, 1 -0.293976687500000, 0 -0.293994562500000, 1 -0.294040375000000, 0 -0.294058250000000, 1 -0.294110125000000, 0 -0.294128000000000, 1 -0.294192000000000, 0 -0.294209937500000, 1 -0.294240562500000, 0 -0.294258437500000, 1 -0.294468000000000, 0 -0.294485875000000, 1 -0.294637875000000, 0 -0.294655750000000, 1 -0.294698562500000, 0 -0.294716437500000, 1 -0.294734937500000, 0 -0.294752812500000, 1 -0.294816812500000, 0 -0.294834687500000, 1 -0.294877500000000, 0 -0.294895375000000, 1 -0.294941187500000, 0 -0.294959062500000, 1 -0.295014000000000, 0 -0.295031875000000, 1 -0.295095875000000, 0 -0.295113812500000, 1 -0.295174687500000, 0 -0.295192625000000, 1 -0.295359750000000, 0 -0.295377625000000, 1 -0.295529562500000, 0 -0.295547437500000, 1 -0.295602375000000, 0 -0.295620187500000, 1 -0.295638750000000, 0 -0.295656687500000, 1 -0.295720687500000, 0 -0.295738562500000, 1 -0.295781312500000, 0 -0.295799187500000, 1 -0.295845000000000, 0 -0.295862875000000, 1 -0.295920812500000, 0 -0.295938812500000, 1 -0.296002750000000, 0 -0.296020625000000, 1 -0.296075500000000, 0 -0.296093437500000, 1 -0.296251437500000, 0 -0.296269312500000, 1 -0.296421250000000, 0 -0.296439187500000, 1 -0.296494062500000, 0 -0.296511937500000, 1 -0.296530437500000, 0 -0.296548375000000, 1 -0.296612312500000, 0 -0.296630250000000, 1 -0.296673000000000, 0 -0.296690875000000, 1 -0.296736687500000, 0 -0.296754562500000, 1 -0.296815562500000, 0 -0.296833437500000, 1 -0.296897437500000, 0 -0.296915312500000, 1 -0.296964187500000, 0 -0.296982062500000, 1 -0.297143125000000, 0 -0.297161000000000, 1 -0.297312937500000, 0 -0.297330875000000, 1 -0.297373625000000, 0 -0.297391500000000, 1 -0.297410000000000, 0 -0.297427937500000, 1 -0.297491875000000, 0 -0.297509812500000, 1 -0.297555562500000, 0 -0.297573500000000, 1 -0.297619250000000, 0 -0.297637187500000, 1 -0.297701187500000, 0 -0.297719062500000, 1 -0.297783062500000, 0 -0.297801000000000, 1 -0.297855875000000, 0 -0.297873750000000, 1 -0.298034812500000, 0 -0.298052687500000, 1 -0.298204625000000, 0 -0.298222562500000, 1 -0.298277437500000, 0 -0.298295312500000, 1 -0.298313812500000, 0 -0.298331750000000, 1 -0.298395687500000, 0 -0.298413625000000, 1 -0.298453312500000, 0 -0.298471187500000, 1 -0.298520062500000, 0 -0.298537937500000, 1 -0.298556437500000, 0 -0.298574312500000, 1 -0.298638312500000, 0 -0.298656250000000, 1 -0.298686875000000, 0 -0.298704750000000, 1 -0.298926437500000, 0 -0.298944312500000, 1 -0.299096312500000, 0 -0.299114187500000, 1 -0.299169062500000, 0 -0.299187000000000, 1 -0.299205437500000, 0 -0.299223375000000, 1 -0.299287375000000, 0 -0.299305250000000, 1 -0.299345000000000, 0 -0.299362875000000, 1 -0.299411687500000, 0 -0.299429562500000, 1 -0.299451125000000, 0 -0.299469000000000, 1 -0.299533000000000, 0 -0.299550937500000, 1 -0.299587625000000, 0 -0.299605500000000, 1 -0.299818125000000, 0 -0.299836000000000, 1 -0.299987937500000, 0 -0.300005875000000, 1 -0.300024375000000, 0 -0.300042250000000, 1 -0.300060750000000, 0 -0.300078625000000, 1 -0.300142625000000, 0 -0.300160437500000, 1 -0.300160625000000, 0 -0.300160687500000, 1 -0.300206312500000, 0 -0.300224250000000, 1 -0.300273062500000, 0 -0.300291000000000, 1 -0.300315500000000, 0 -0.300333375000000, 1 -0.300397375000000, 0 -0.300415312500000, 1 -0.300439875000000, 0 -0.300457750000000, 1 -0.300709812500000, 0 -0.300727625000000, 1 -0.300879625000000, 0 -0.300897562500000, 1 -0.300916062500000, 0 -0.300933937500000, 1 -0.300952437500000, 0 -0.300970312500000, 1 -0.301034312500000, 0 -0.301052187500000, 1 -0.301094937500000, 0 -0.301112875000000, 1 -0.301161687500000, 0 -0.301179625000000, 1 -0.301207187500000, 0 -0.301225062500000, 1 -0.301289062500000, 0 -0.301307000000000, 1 -0.301337562500000, 0 -0.301355500000000, 1 -0.301601437500000, 0 -0.301619375000000, 1 -0.301771312500000, 0 -0.301789187500000, 1 -0.301807687500000, 0 -0.301825625000000, 1 -0.301844125000000, 0 -0.301862000000000, 1 -0.301926000000000, 0 -0.301943875000000, 1 -0.301989687500000, 0 -0.302007562500000, 1 -0.302056375000000, 0 -0.302074312500000, 1 -0.302104937500000, 0 -0.302122812500000, 1 -0.302186812500000, 0 -0.302204687500000, 1 -0.302265750000000, 0 -0.302283562500000, 1 -0.302493125000000, 0 -0.302511062500000, 1 -0.302663000000000, 0 -0.302680875000000, 1 -0.302699375000000, 0 -0.302717312500000, 1 -0.302735812500000, 0 -0.302753687500000, 1 -0.302817750000000, 0 -0.302835625000000, 1 -0.302878250000000, 0 -0.302896250000000, 1 -0.302945062500000, 0 -0.302962937500000, 1 -0.302996625000000, 0 -0.303014500000000, 1 -0.303078500000000, 0 -0.303096375000000, 1 -0.303139187500000, 0 -0.303157000000000, 1 -0.303384812500000, 0 -0.303402750000000, 1 -0.303554687500000, 0 -0.303572625000000, 1 -0.303591062500000, 0 -0.303609062500000, 1 -0.303627500000000, 0 -0.303645375000000, 1 -0.303709375000000, 0 -0.303727312500000, 1 -0.303770000000000, 0 -0.303787937500000, 1 -0.303836750000000, 0 -0.303854625000000, 1 -0.303891312500000, 0 -0.303909250000000, 1 -0.303973187500000, 0 -0.303991125000000, 1 -0.304052062500000, 0 -0.304069937500000, 1 -0.304276500000000, 0 -0.304294437500000, 1 -0.304446375000000, 0 -0.304464250000000, 1 -0.304482750000000, 0 -0.304500687500000, 1 -0.304519187500000, 0 -0.304537125000000, 1 -0.304601062500000, 0 -0.304618937500000, 1 -0.304661687500000, 0 -0.304679625000000, 1 -0.304728437500000, 0 -0.304746312500000, 1 -0.304786062500000, 0 -0.304803937500000, 1 -0.304867937500000, 0 -0.304885875000000, 1 -0.304940750000000, 0 -0.304958687500000, 1 -0.305168250000000, 0 -0.305186125000000, 1 -0.305338062500000, 0 -0.305356000000000, 1 -0.305374500000000, 0 -0.305392375000000, 1 -0.305410875000000, 0 -0.305428812500000, 1 -0.305492750000000, 0 -0.305510687500000, 1 -0.305553437500000, 0 -0.305571312500000, 1 -0.305620187500000, 0 -0.305638062500000, 1 -0.305680812500000, 0 -0.305698687500000, 1 -0.305762750000000, 0 -0.305780625000000, 1 -0.305844625000000, 0 -0.305862500000000, 1 -0.306059937500000, 0 -0.306077875000000, 1 -0.306229812500000, 0 -0.306247687500000, 1 -0.306266187500000, 0 -0.306284062500000, 1 -0.306302562500000, 0 -0.306320500000000, 1 -0.306384500000000, 0 -0.306402375000000, 1 -0.306445125000000, 0 -0.306463062500000, 1 -0.306511875000000, 0 -0.306529750000000, 1 -0.306575562500000, 0 -0.306593437500000, 1 -0.306657437500000, 0 -0.306675375000000, 1 -0.306733250000000, 0 -0.306751187500000, 1 -0.306951687500000, 0 -0.306969562500000, 1 -0.307121500000000, 0 -0.307139437500000, 1 -0.307157937500000, 0 -0.307175812500000, 1 -0.307194312500000, 0 -0.307212187500000, 1 -0.307276187500000, 0 -0.307294062500000, 1 -0.307336875000000, 0 -0.307354750000000, 1 -0.307403562500000, 0 -0.307421437500000, 1 -0.307470312500000, 0 -0.307488250000000, 1 -0.307552187500000, 0 -0.307570062500000, 1 -0.307622000000000, 0 -0.307639875000000, 1 -0.307843375000000, 0 -0.307861250000000, 1 -0.308013250000000, 0 -0.308031125000000, 1 -0.308049625000000, 0 -0.308067562500000, 1 -0.308086000000000, 0 -0.308103937500000, 1 -0.308167937500000, 0 -0.308185812500000, 1 -0.308228562500000, 0 -0.308246437500000, 1 -0.308295312500000, 0 -0.308313187500000, 1 -0.308365062500000, 0 -0.308382937500000, 1 -0.308446937500000, 0 -0.308464875000000, 1 -0.308510625000000, 0 -0.308528562500000, 1 -0.308735125000000, 0 -0.308753000000000, 1 -0.308904875000000, 0 -0.308922812500000, 1 -0.308965562500000, 0 -0.308983500000000, 1 -0.309002000000000, 0 -0.309019875000000, 1 -0.309083875000000, 0 -0.309101812500000, 1 -0.309144562500000, 0 -0.309162437500000, 1 -0.309211250000000, 0 -0.309229125000000, 1 -0.309284062500000, 0 -0.309301937500000, 1 -0.309365937500000, 0 -0.309383875000000, 1 -0.309423562500000, 0 -0.309441500000000, 1 -0.309626750000000, 0 -0.309644687500000, 1 -0.309796625000000, 0 -0.309814500000000, 1 -0.309833000000000, 0 -0.309850875000000, 1 -0.309869437500000, 0 -0.309887312500000, 1 -0.309951312500000, 0 -0.309969187500000, 1 -0.310015000000000, 0 -0.310032875000000, 1 -0.310081687500000, 0 -0.310099625000000, 1 -0.310157562500000, 0 -0.310175437500000, 1 -0.310239437500000, 0 -0.310257312500000, 1 -0.310278875000000, 0 -0.310296750000000, 1 -0.310518437500000, 0 -0.310536375000000, 1 -0.310688312500000, 0 -0.310706250000000, 1 -0.310749000000000, 0 -0.310766875000000, 1 -0.310785375000000, 0 -0.310803312500000, 1 -0.310867312500000, 0 -0.310885187500000, 1 -0.310927937500000, 0 -0.310945875000000, 1 -0.310994687500000, 0 -0.311012562500000, 1 -0.311073500000000, 0 -0.311091437500000, 1 -0.311155437500000, 0 -0.311173375000000, 1 -0.311200937500000, 0 -0.311218875000000, 1 -0.311410187500000, 0 -0.311428062500000, 1 -0.311580062500000, 0 -0.311597937500000, 1 -0.311652875000000, 0 -0.311670750000000, 1 -0.311689250000000, 0 -0.311707187500000, 1 -0.311771125000000, 0 -0.311789000000000, 1 -0.311834812500000, 0 -0.311852750000000, 1 -0.311901500000000, 0 -0.311919437500000, 1 -0.311983375000000, 0 -0.312001312500000, 1 -0.312065312500000, 0 -0.312083250000000, 1 -0.312116875000000, 0 -0.312134812500000, 1 -0.312301875000000, 0 -0.312319750000000, 1 -0.312471687500000, 0 -0.312489625000000, 1 -0.312532375000000, 0 -0.312550312500000, 1 -0.312568750000000, 0 -0.312586687500000, 1 -0.312650625000000, 0 -0.312668562500000, 1 -0.312711375000000, 0 -0.312729187500000, 1 -0.312781062500000, 0 -0.312798937500000, 1 -0.312817500000000, 0 -0.312835375000000, 1 -0.312899375000000, 0 -0.312917250000000, 1 -0.312950937500000, 0 -0.312968812500000, 1 -0.313193562500000, 0 -0.313211437500000, 1 -0.313363437500000, 0 -0.313381312500000, 1 -0.313424062500000, 0 -0.313442000000000, 1 -0.313460500000000, 0 -0.313478375000000, 1 -0.313542375000000, 0 -0.313560250000000, 1 -0.313603000000000, 0 -0.313620875000000, 1 -0.313672750000000, 0 -0.313690687500000, 1 -0.313712187500000, 0 -0.313730062500000, 1 -0.313794062500000, 0 -0.313812000000000, 1 -0.313851750000000, 0 -0.313869625000000, 1 -0.314085250000000, 0 -0.314103187500000, 1 -0.314255125000000, 0 -0.314273000000000, 1 -0.314315812500000, 0 -0.314333687500000, 1 -0.314352187500000, 0 -0.314370062500000, 1 -0.314434062500000, 0 -0.314451937500000, 1 -0.314494687500000, 0 -0.314512625000000, 1 -0.314564437500000, 0 -0.314582375000000, 1 -0.314606937500000, 0 -0.314624812500000, 1 -0.314688812500000, 0 -0.314706750000000, 1 -0.314728250000000, 0 -0.314746125000000, 1 -0.314976937500000, 0 -0.314994812500000, 1 -0.315146812500000, 0 -0.315164687500000, 1 -0.315219625000000, 0 -0.315237500000000, 1 -0.315256000000000, 0 -0.315273875000000, 1 -0.315337875000000, 0 -0.315355750000000, 1 -0.315398500000000, 0 -0.315416437500000, 1 -0.315468250000000, 0 -0.315486187500000, 1 -0.315513750000000, 0 -0.315531687500000, 1 -0.315595687500000, 0 -0.315613562500000, 1 -0.315641187500000, 0 -0.315659062500000, 1 -0.315868625000000, 0 -0.315886500000000, 1 -0.316038500000000, 0 -0.316056375000000, 1 -0.316074875000000, 0 -0.316092812500000, 1 -0.316111250000000, 0 -0.316128937500000, 1 -0.316129000000000, 0 -0.316129125000000, 1 -0.316193125000000, 0 -0.316211062500000, 1 -0.316253812500000, 0 -0.316271750000000, 1 -0.316323562500000, 0 -0.316341437500000, 1 -0.316372062500000, 0 -0.316390000000000, 1 -0.316454000000000, 0 -0.316471875000000, 1 -0.316529812500000, 0 -0.316547687500000, 1 -0.316760375000000, 0 -0.316778250000000, 1 -0.316930187500000, 0 -0.316948062500000, 1 -0.316966562500000, 0 -0.316984500000000, 1 -0.317002937500000, 0 -0.317020875000000, 1 -0.317084812500000, 0 -0.317102750000000, 1 -0.317148500000000, 0 -0.317166437500000, 1 -0.317218187500000, 0 -0.317236187500000, 1 -0.317269875000000, 0 -0.317287750000000, 1 -0.317351750000000, 0 -0.317369625000000, 1 -0.317421500000000, 0 -0.317439375000000, 1 -0.317652000000000, 0 -0.317669875000000, 1 -0.317821875000000, 0 -0.317839750000000, 1 -0.317870375000000, 0 -0.317888312500000, 1 -0.317906750000000, 0 -0.317924687500000, 1 -0.317988625000000, 0 -0.318006500000000, 1 -0.318049312500000, 0 -0.318067187500000, 1 -0.318119062500000, 0 -0.318136937500000, 1 -0.318173625000000, 0 -0.318191562500000, 1 -0.318255500000000, 0 -0.318273437500000, 1 -0.318319187500000, 0 -0.318337125000000, 1 -0.318543625000000, 0 -0.318561562500000, 1 -0.318713500000000, 0 -0.318731375000000, 1 -0.318749875000000, 0 -0.318767812500000, 1 -0.318786312500000, 0 -0.318804187500000, 1 -0.318868187500000, 0 -0.318886062500000, 1 -0.318928812500000, 0 -0.318946750000000, 1 -0.318998562500000, 0 -0.319016500000000, 1 -0.319056187500000, 0 -0.319074125000000, 1 -0.319138125000000, 0 -0.319156062500000, 1 -0.319207875000000, 0 -0.319225750000000, 1 -0.319435312500000, 0 -0.319453250000000, 1 -0.319605187500000, 0 -0.319623125000000, 1 -0.319665875000000, 0 -0.319683750000000, 1 -0.319702250000000, 0 -0.319720125000000, 1 -0.319784125000000, 0 -0.319802000000000, 1 -0.319847750000000, 0 -0.319865687500000, 1 -0.319917562500000, 0 -0.319935500000000, 1 -0.319978187500000, 0 -0.319996125000000, 1 -0.320060125000000, 0 -0.320078000000000, 1 -0.320132875000000, 0 -0.320150812500000, 1 -0.320327000000000, 0 -0.320344875000000, 1 -0.320496875000000, 0 -0.320514750000000, 1 -0.320533250000000, 0 -0.320551187500000, 1 -0.320569625000000, 0 -0.320587562500000, 1 -0.320651500000000, 0 -0.320669312500000, 1 -0.320712187500000, 0 -0.320730062500000, 1 -0.320781937500000, 0 -0.320799750000000, 1 -0.320845625000000, 0 -0.320863562500000, 1 -0.320927500000000, 0 -0.320945437500000, 1 -0.320994187500000, 0 -0.321012125000000, 1 -0.321218687500000, 0 -0.321236562500000, 1 -0.321388500000000, 0 -0.321406437500000, 1 -0.321424937500000, 0 -0.321442812500000, 1 -0.321461312500000, 0 -0.321479187500000, 1 -0.321543187500000, 0 -0.321561062500000, 1 -0.321606875000000, 0 -0.321624750000000, 1 -0.321676625000000, 0 -0.321694562500000, 1 -0.321743375000000, 0 -0.321761250000000, 1 -0.321825250000000, 0 -0.321843187500000, 1 -0.321885937500000, 0 -0.321903812500000, 1 -0.322110375000000, 0 -0.322128250000000, 1 -0.322280250000000, 0 -0.322298125000000, 1 -0.322353062500000, 0 -0.322370937500000, 1 -0.322389437500000, 0 -0.322407312500000, 1 -0.322471312500000, 0 -0.322489187500000, 1 -0.322535000000000, 0 -0.322552875000000, 1 -0.322604750000000, 0 -0.322622625000000, 1 -0.322674500000000, 0 -0.322692437500000, 1 -0.322756437500000, 0 -0.322774312500000, 1 -0.322823125000000, 0 -0.322841062500000, 1 -0.323002062500000, 0 -0.323019937500000, 1 -0.323171937500000, 0 -0.323189812500000, 1 -0.323232562500000, 0 -0.323250500000000, 1 -0.323269000000000, 0 -0.323286875000000, 1 -0.323350875000000, 0 -0.323368812500000, 1 -0.323411500000000, 0 -0.323429375000000, 1 -0.323481250000000, 0 -0.323499187500000, 1 -0.323554062500000, 0 -0.323571937500000, 1 -0.323635937500000, 0 -0.323653812500000, 1 -0.323672312500000, 0 -0.323690250000000, 1 -0.323893750000000, 0 -0.323911625000000, 1 -0.324063562500000, 0 -0.324081500000000, 1 -0.324112125000000, 0 -0.324130000000000, 1 -0.324148500000000, 0 -0.324166375000000, 1 -0.324230375000000, 0 -0.324248250000000, 1 -0.324291000000000, 0 -0.324308937500000, 1 -0.324360812500000, 0 -0.324378687500000, 1 -0.324436625000000, 0 -0.324454562500000, 1 -0.324518500000000, 0 -0.324536437500000, 1 -0.324561000000000, 0 -0.324578875000000, 1 -0.324785375000000, 0 -0.324803312500000, 1 -0.324955250000000, 0 -0.324973125000000, 1 -0.324991625000000, 0 -0.325009500000000, 1 -0.325028062500000, 0 -0.325045937500000, 1 -0.325109937500000, 0 -0.325127812500000, 1 -0.325170562500000, 0 -0.325188500000000, 1 -0.325240312500000, 0 -0.325258250000000, 1 -0.325319187500000, 0 -0.325337062500000, 1 -0.325401062500000, 0 -0.325418937500000, 1 -0.325449625000000, 0 -0.325467500000000, 1 -0.325677062500000, 0 -0.325694937500000, 1 -0.325846937500000, 0 -0.325864812500000, 1 -0.325895437500000, 0 -0.325913375000000, 1 -0.325931812500000, 0 -0.325949750000000, 1 -0.326013750000000, 0 -0.326031625000000, 1 -0.326074375000000, 0 -0.326092312500000, 1 -0.326144125000000, 0 -0.326162062500000, 1 -0.326226000000000, 0 -0.326243937500000, 1 -0.326307937500000, 0 -0.326325812500000, 1 -0.326362500000000, 0 -0.326380437500000, 1 -0.326568750000000, 0 -0.326586625000000, 1 -0.326738562500000, 0 -0.326756437500000, 1 -0.326799250000000, 0 -0.326817187500000, 1 -0.326835625000000, 0 -0.326853562500000, 1 -0.326917500000000, 0 -0.326935437500000, 1 -0.326978187500000, 0 -0.326996062500000, 1 -0.327051000000000, 0 -0.327068875000000, 1 -0.327087312500000, 0 -0.327105250000000, 1 -0.327169250000000, 0 -0.327187125000000, 1 -0.327245062500000, 0 -0.327263000000000, 1 -0.327460437500000, 0 -0.327478312500000, 1 -0.327630312500000, 0 -0.327648187500000, 1 -0.327703062500000, 0 -0.327721000000000, 1 -0.327739500000000, 0 -0.327757437500000, 1 -0.327821375000000, 0 -0.327839250000000, 1 -0.327885062500000, 0 -0.327902875000000, 1 -0.327957875000000, 0 -0.327975687500000, 1 -0.327997250000000, 0 -0.328015187500000, 1 -0.328079187500000, 0 -0.328097125000000, 1 -0.328148937500000, 0 -0.328166875000000, 1 -0.328352187500000, 0 -0.328370062500000, 1 -0.328522000000000, 0 -0.328539875000000, 1 -0.328594750000000, 0 -0.328612687500000, 1 -0.328631187500000, 0 -0.328649062500000, 1 -0.328713062500000, 0 -0.328730937500000, 1 -0.328773750000000, 0 -0.328791625000000, 1 -0.328846437500000, 0 -0.328864375000000, 1 -0.328888875000000, 0 -0.328906937500000, 1 -0.328970875000000, 0 -0.328988750000000, 1 -0.329034562500000, 0 -0.329052437500000, 1 -0.329243812500000, 0 -0.329261750000000, 1 -0.329413687500000, 0 -0.329431625000000, 1 -0.329474375000000, 0 -0.329492250000000, 1 -0.329510750000000, 0 -0.329528625000000, 1 -0.329592625000000, 0 -0.329610562500000, 1 -0.329656312500000, 0 -0.329674250000000, 1 -0.329729125000000, 0 -0.329747000000000, 1 -0.329774625000000, 0 -0.329792500000000, 1 -0.329856500000000, 0 -0.329874375000000, 1 -0.329938375000000, 0 -0.329956312500000, 1 -0.330135500000000, 0 -0.330153437500000, 1 -0.330305375000000, 0 -0.330323250000000, 1 -0.330378187500000, 0 -0.330396062500000, 1 -0.330414562500000, 0 -0.330432437500000, 1 -0.330496437500000, 0 -0.330514312500000, 1 -0.330557125000000, 0 -0.330575000000000, 1 -0.330629875000000, 0 -0.330647812500000, 1 -0.330678437500000, 0 -0.330696312500000, 1 -0.330760312500000, 0 -0.330778187500000, 1 -0.330811875000000, 0 -0.330829812500000, 1 -0.331027187500000, 0 -0.331045125000000, 1 -0.331197062500000, 0 -0.331214937500000, 1 -0.331269875000000, 0 -0.331287750000000, 1 -0.331306250000000, 0 -0.331324125000000, 1 -0.331388125000000, 0 -0.331406000000000, 1 -0.331451812500000, 0 -0.331469687500000, 1 -0.331524625000000, 0 -0.331542500000000, 1 -0.331576187500000, 0 -0.331594062500000, 1 -0.331658062500000, 0 -0.331675937500000, 1 -0.331703562500000, 0 -0.331721437500000, 1 -0.331918875000000, 0 -0.331936750000000, 1 -0.332088687500000, 0 -0.332106625000000, 1 -0.332125125000000, 0 -0.332143000000000, 1 -0.332161500000000, 0 -0.332179437500000, 1 -0.332243437500000, 0 -0.332261312500000, 1 -0.332304062500000, 0 -0.332321937500000, 1 -0.332376812500000, 0 -0.332394750000000, 1 -0.332431437500000, 0 -0.332449312500000, 1 -0.332513312500000, 0 -0.332531250000000, 1 -0.332552750000000, 0 -0.332570625000000, 1 -0.332810562500000, 0 -0.332828437500000, 1 -0.332980375000000, 0 -0.332998312500000, 1 -0.333016812500000, 0 -0.333034687500000, 1 -0.333053187500000, 0 -0.333071062500000, 1 -0.333135062500000, 0 -0.333153000000000, 1 -0.333195750000000, 0 -0.333213625000000, 1 -0.333268562500000, 0 -0.333286437500000, 1 -0.333326125000000, 0 -0.333326250000000, 1 -0.333326312500000, 0 -0.333344062500000, 1 -0.333408000000000, 0 -0.333425937500000, 1 -0.333453562500000, 0 -0.333471437500000, 1 -0.333702250000000, 0 -0.333720125000000, 1 -0.333872062500000, 0 -0.333890000000000, 1 -0.333908437500000, 0 -0.333926375000000, 1 -0.333944875000000, 0 -0.333962812500000, 1 -0.334026750000000, 0 -0.334044687500000, 1 -0.334087437500000, 0 -0.334105312500000, 1 -0.334160187500000, 0 -0.334178125000000, 1 -0.334220875000000, 0 -0.334238750000000, 1 -0.334302750000000, 0 -0.334320625000000, 1 -0.334339125000000, 0 -0.334357062500000, 1 -0.334593937500000, 0 -0.334611687500000, 1 -0.334611812500000, 0 -0.334611875000000, 1 -0.334763750000000, 0 -0.334781687500000, 1 -0.334800125000000, 0 -0.334818062500000, 1 -0.334836562500000, 0 -0.334854500000000, 1 -0.334918437500000, 0 -0.334936375000000, 1 -0.334982125000000, 0 -0.335000062500000, 1 -0.335054875000000, 0 -0.335072812500000, 1 -0.335118625000000, 0 -0.335136500000000, 1 -0.335200500000000, 0 -0.335218437500000, 1 -0.335255125000000, 0 -0.335273000000000, 1 -0.335485625000000, 0 -0.335503500000000, 1 -0.335655437500000, 0 -0.335673312500000, 1 -0.335691812500000, 0 -0.335709750000000, 1 -0.335728250000000, 0 -0.335746125000000, 1 -0.335810125000000, 0 -0.335828062500000, 1 -0.335870812500000, 0 -0.335888687500000, 1 -0.335943562500000, 0 -0.335961437500000, 1 -0.336010437500000, 0 -0.336028187500000, 1 -0.336092187500000, 0 -0.336110062500000, 1 -0.336140750000000, 0 -0.336158625000000, 1 -0.336377250000000, 0 -0.336395187500000, 1 -0.336547125000000, 0 -0.336565062500000, 1 -0.336583500000000, 0 -0.336601375000000, 1 -0.336619937500000, 0 -0.336637812500000, 1 -0.336701750000000, 0 -0.336719750000000, 1 -0.336765500000000, 0 -0.336783312500000, 1 -0.336838250000000, 0 -0.336856000000000, 1 -0.336856187500000, 0 -0.336856250000000, 1 -0.336908000000000, 0 -0.336925937500000, 1 -0.336989875000000, 0 -0.337007812500000, 1 -0.337032375000000, 0 -0.337050250000000, 1 -0.337268937500000, 0 -0.337286875000000, 1 -0.337438750000000, 0 -0.337456687500000, 1 -0.337475187500000, 0 -0.337493062500000, 1 -0.337511562500000, 0 -0.337529500000000, 1 -0.337593437500000, 0 -0.337611312500000, 1 -0.337657125000000, 0 -0.337675000000000, 1 -0.337729937500000, 0 -0.337747812500000, 1 -0.337802687500000, 0 -0.337820625000000, 1 -0.337884625000000, 0 -0.337902500000000, 1 -0.337957375000000, 0 -0.337975312500000, 1 -0.338160625000000, 0 -0.338178500000000, 1 -0.338330500000000, 0 -0.338348375000000, 1 -0.338366875000000, 0 -0.338384750000000, 1 -0.338403250000000, 0 -0.338421187500000, 1 -0.338485125000000, 0 -0.338503062500000, 1 -0.338545812500000, 0 -0.338563687500000, 1 -0.338618625000000, 0 -0.338636500000000, 1 -0.338694437500000, 0 -0.338712312500000, 1 -0.338776312500000, 0 -0.338794187500000, 1 -0.338843062500000, 0 -0.338860937500000, 1 -0.339052312500000, 0 -0.339070187500000, 1 -0.339222125000000, 0 -0.339240062500000, 1 -0.339258562500000, 0 -0.339276437500000, 1 -0.339294937500000, 0 -0.339312812500000, 1 -0.339376812500000, 0 -0.339394750000000, 1 -0.339437500000000, 0 -0.339455375000000, 1 -0.339510250000000, 0 -0.339528187500000, 1 -0.339589125000000, 0 -0.339607000000000, 1 -0.339671000000000, 0 -0.339688875000000, 1 -0.339743812500000, 0 -0.339761687500000, 1 -0.339943937500000, 0 -0.339961875000000, 1 -0.340113812500000, 0 -0.340131687500000, 1 -0.340150187500000, 0 -0.340168125000000, 1 -0.340186625000000, 0 -0.340204500000000, 1 -0.340268500000000, 0 -0.340286375000000, 1 -0.340332187500000, 0 -0.340350062500000, 1 -0.340404937500000, 0 -0.340422875000000, 1 -0.340486875000000, 0 -0.340504750000000, 1 -0.340568750000000, 0 -0.340586625000000, 1 -0.340635500000000, 0 -0.340653375000000, 1 -0.340835625000000, 0 -0.340853562500000, 1 -0.341005500000000, 0 -0.341023375000000, 1 -0.341066187500000, 0 -0.341084062500000, 1 -0.341102562500000, 0 -0.341120437500000, 1 -0.341184375000000, 0 -0.341184437500000, 1 -0.341184500000000, 0 -0.341202375000000, 1 -0.341245062500000, 0 -0.341263062500000, 1 -0.341321000000000, 0 -0.341338812500000, 1 -0.341357312500000, 0 -0.341375187500000, 1 -0.341439187500000, 0 -0.341457125000000, 1 -0.341505937500000, 0 -0.341523812500000, 1 -0.341727250000000, 0 -0.341745250000000, 1 -0.341897187500000, 0 -0.341915062500000, 1 -0.341933562500000, 0 -0.341951500000000, 1 -0.341969937500000, 0 -0.341987875000000, 1 -0.342051875000000, 0 -0.342069750000000, 1 -0.342109500000000, 0 -0.342127312500000, 1 -0.342185312500000, 0 -0.342203187500000, 1 -0.342224687500000, 0 -0.342242625000000, 1 -0.342306562500000, 0 -0.342324375000000, 1 -0.342324437500000, 0 -0.342324500000000, 1 -0.342385437500000, 0 -0.342403375000000, 1 -0.342619000000000, 0 -0.342636875000000, 1 -0.342788812500000, 0 -0.342806750000000, 1 -0.342849500000000, 0 -0.342867375000000, 1 -0.342885875000000, 0 -0.342903812500000, 1 -0.342967750000000, 0 -0.342985625000000, 1 -0.343028437500000, 0 -0.343046312500000, 1 -0.343104250000000, 0 -0.343122125000000, 1 -0.343146687500000, 0 -0.343164562500000, 1 -0.343228625000000, 0 -0.343246437500000, 1 -0.343307437500000, 0 -0.343325312500000, 1 -0.343510625000000, 0 -0.343528562500000, 1 -0.343680500000000, 0 -0.343698250000000, 1 -0.343741187500000, 0 -0.343759062500000, 1 -0.343777562500000, 0 -0.343795500000000, 1 -0.343859437500000, 0 -0.343877312500000, 1 -0.343920125000000, 0 -0.343938062500000, 1 -0.343995937500000, 0 -0.344013812500000, 1 -0.344041437500000, 0 -0.344059312500000, 1 -0.344123312500000, 0 -0.344141250000000, 1 -0.344196125000000, 0 -0.344214062500000, 1 -0.344402312500000, 0 -0.344420250000000, 1 -0.344572187500000, 0 -0.344590062500000, 1 -0.344632875000000, 0 -0.344650750000000, 1 -0.344669250000000, 0 -0.344687187500000, 1 -0.344751125000000, 0 -0.344769062500000, 1 -0.344811812500000, 0 -0.344829625000000, 1 -0.344887625000000, 0 -0.344905500000000, 1 -0.344936125000000, 0 -0.344954062500000, 1 -0.345018000000000, 0 -0.345035937500000, 1 -0.345060500000000, 0 -0.345078375000000, 1 -0.345294062500000, 0 -0.345311875000000, 1 -0.345463875000000, 0 -0.345481750000000, 1 -0.345524562500000, 0 -0.345542437500000, 1 -0.345560937500000, 0 -0.345578875000000, 1 -0.345642812500000, 0 -0.345660687500000, 1 -0.345703437500000, 0 -0.345721375000000, 1 -0.345779250000000, 0 -0.345797187500000, 1 -0.345830875000000, 0 -0.345848687500000, 1 -0.345912687500000, 0 -0.345930500000000, 1 -0.345949125000000, 0 -0.345967000000000, 1 -0.346185687500000, 0 -0.346203562500000, 1 -0.346355562500000, 0 -0.346373437500000, 1 -0.346428312500000, 0 -0.346446250000000, 1 -0.346464687500000, 0 -0.346482625000000, 1 -0.346546625000000, 0 -0.346564500000000, 1 -0.346607250000000, 0 -0.346625125000000, 1 -0.346683062500000, 0 -0.346701000000000, 1 -0.346737687500000, 0 -0.346755562500000, 1 -0.346819562500000, 0 -0.346837437500000, 1 -0.346874187500000, 0 -0.346892062500000, 1 -0.347077375000000, 0 -0.347095250000000, 1 -0.347247187500000, 0 -0.347265125000000, 1 -0.347307875000000, 0 -0.347325750000000, 1 -0.347344250000000, 0 -0.347362187500000, 1 -0.347426187500000, 0 -0.347444062500000, 1 -0.347489875000000, 0 -0.347507750000000, 1 -0.347565687500000, 0 -0.347583562500000, 1 -0.347623312500000, 0 -0.347641187500000, 1 -0.347705187500000, 0 -0.347723062500000, 1 -0.347741562500000, 0 -0.347759500000000, 1 -0.347969062500000, 0 -0.347986937500000, 1 -0.348138875000000, 0 -0.348156812500000, 1 -0.348187437500000, 0 -0.348205312500000, 1 -0.348223812500000, 0 -0.348241750000000, 1 -0.348305687500000, 0 -0.348323625000000, 1 -0.348366375000000, 0 -0.348384250000000, 1 -0.348442187500000, 0 -0.348460062500000, 1 -0.348502812500000, 0 -0.348520750000000, 1 -0.348584750000000, 0 -0.348602625000000, 1 -0.348642375000000, 0 -0.348660250000000, 1 -0.348860750000000, 0 -0.348878625000000, 1 -0.349030562500000, 0 -0.349048500000000, 1 -0.349066937500000, 0 -0.349084875000000, 1 -0.349103375000000, 0 -0.349121250000000, 1 -0.349185250000000, 0 -0.349203125000000, 1 -0.349245937500000, 0 -0.349263812500000, 1 -0.349321750000000, 0 -0.349339625000000, 1 -0.349385437500000, 0 -0.349403312500000, 1 -0.349467312500000, 0 -0.349485250000000, 1 -0.349518875000000, 0 -0.349536812500000, 1 -0.349752500000000, 0 -0.349770312500000, 1 -0.349922250000000, 0 -0.349940125000000, 1 -0.349995062500000, 0 -0.350013000000000, 1 -0.350031437500000, 0 -0.350049375000000, 1 -0.350113375000000, 0 -0.350131250000000, 1 -0.350177000000000, 0 -0.350194937500000, 1 -0.350252812500000, 0 -0.350270750000000, 1 -0.350319562500000, 0 -0.350337500000000, 1 -0.350401500000000, 0 -0.350419375000000, 1 -0.350459062500000, 0 -0.350477000000000, 1 -0.350644062500000, 0 -0.350662000000000, 1 -0.350813937500000, 0 -0.350831812500000, 1 -0.350862500000000, 0 -0.350880375000000, 1 -0.350898812500000, 0 -0.350916750000000, 1 -0.350980750000000, 0 -0.350998625000000, 1 -0.351041375000000, 0 -0.351059250000000, 1 -0.351117187500000, 0 -0.351135062500000, 1 -0.351186937500000, 0 -0.351204875000000, 1 -0.351268875000000, 0 -0.351286750000000, 1 -0.351308250000000, 0 -0.351326187500000, 1 -0.351535750000000, 0 -0.351553500000000, 1 -0.351553625000000, 0 -0.351553687500000, 1 -0.351705625000000, 0 -0.351723500000000, 1 -0.351742000000000, 0 -0.351759875000000, 1 -0.351778375000000, 0 -0.351796125000000, 1 -0.351796187500000, 0 -0.351796250000000, 1 -0.351860312500000, 0 -0.351878187500000, 1 -0.351920937500000, 0 -0.351938812500000, 1 -0.351996750000000, 0 -0.352014625000000, 1 -0.352069562500000, 0 -0.352087437500000, 1 -0.352087625000000, 0 -0.352087687500000, 1 -0.352151437500000, 0 -0.352169375000000, 1 -0.352233375000000, 0 -0.352251250000000, 1 -0.352427437500000, 0 -0.352445375000000, 1 -0.352597312500000, 0 -0.352615187500000, 1 -0.352657937500000, 0 -0.352675812500000, 1 -0.352694312500000, 0 -0.352712250000000, 1 -0.352776125000000, 0 -0.352794187500000, 1 -0.352836875000000, 0 -0.352854812500000, 1 -0.352912687500000, 0 -0.352930625000000, 1 -0.352988562500000, 0 -0.353006437500000, 1 -0.353070437500000, 0 -0.353088250000000, 1 -0.353146250000000, 0 -0.353163875000000, 1 -0.353163937500000, 0 -0.353164250000000, 1 -0.353319125000000, 0 -0.353337000000000, 1 -0.353489000000000, 0 -0.353506875000000, 1 -0.353537500000000, 0 -0.353555375000000, 1 -0.353573937500000, 0 -0.353591812500000, 1 -0.353655750000000, 0 -0.353673562500000, 1 -0.353716437500000, 0 -0.353734250000000, 1 -0.353792312500000, 0 -0.353810125000000, 1 -0.353871125000000, 0 -0.353889062500000, 1 -0.353953000000000, 0 -0.353970937500000, 1 -0.354022750000000, 0 -0.354040687500000, 1 -0.354210812500000, 0 -0.354228687500000, 1 -0.354380687500000, 0 -0.354398562500000, 1 -0.354417062500000, 0 -0.354435000000000, 1 -0.354453437500000, 0 -0.354471375000000, 1 -0.354535312500000, 0 -0.354553250000000, 1 -0.354596000000000, 0 -0.354613875000000, 1 -0.354671812500000, 0 -0.354689687500000, 1 -0.354753750000000, 0 -0.354771625000000, 1 -0.354835625000000, 0 -0.354853500000000, 1 -0.354899312500000, 0 -0.354917187500000, 1 -0.355102500000000, 0 -0.355120437500000, 1 -0.355272375000000, 0 -0.355290250000000, 1 -0.355320937500000, 0 -0.355338812500000, 1 -0.355357312500000, 0 -0.355375187500000, 1 -0.355439187500000, 0 -0.355457062500000, 1 -0.355499812500000, 0 -0.355517750000000, 1 -0.355578687500000, 0 -0.355596562500000, 1 -0.355615062500000, 0 -0.355632937500000, 1 -0.355697000000000, 0 -0.355714875000000, 1 -0.355742500000000, 0 -0.355760375000000, 1 -0.355994187500000, 0 -0.356012062500000, 1 -0.356164062500000, 0 -0.356181937500000, 1 -0.356200437500000, 0 -0.356218312500000, 1 -0.356236812500000, 0 -0.356254750000000, 1 -0.356318750000000, 0 -0.356336625000000, 1 -0.356382437500000, 0 -0.356400312500000, 1 -0.356461250000000, 0 -0.356479125000000, 1 -0.356500687500000, 0 -0.356518562500000, 1 -0.356582562500000, 0 -0.356600500000000, 1 -0.356634187500000, 0 -0.356652062500000, 1 -0.356885875000000, 0 -0.356903812500000, 1 -0.357055750000000, 0 -0.357073625000000, 1 -0.357104250000000, 0 -0.357122125000000, 1 -0.357140625000000, 0 -0.357158562500000, 1 -0.357222562500000, 0 -0.357240437500000, 1 -0.357283187500000, 0 -0.357301125000000, 1 -0.357362062500000, 0 -0.357379937500000, 1 -0.357404500000000, 0 -0.357422437500000, 1 -0.357486437500000, 0 -0.357504312500000, 1 -0.357544062500000, 0 -0.357561937500000, 1 -0.357777562500000, 0 -0.357795500000000, 1 -0.357947437500000, 0 -0.357965375000000, 1 -0.357983812500000, 0 -0.358001750000000, 1 -0.358020250000000, 0 -0.358038187500000, 1 -0.358102125000000, 0 -0.358120062500000, 1 -0.358165812500000, 0 -0.358183750000000, 1 -0.358244687500000, 0 -0.358262562500000, 1 -0.358290125000000, 0 -0.358308062500000, 1 -0.358372062500000, 0 -0.358390000000000, 1 -0.358411500000000, 0 -0.358429375000000, 1 -0.358669312500000, 0 -0.358687187500000, 1 -0.358839125000000, 0 -0.358857062500000, 1 -0.358899812500000, 0 -0.358917687500000, 1 -0.358936250000000, 0 -0.358954125000000, 1 -0.359018062500000, 0 -0.359036000000000, 1 -0.359078750000000, 0 -0.359096625000000, 1 -0.359157625000000, 0 -0.359175500000000, 1 -0.359206125000000, 0 -0.359224000000000, 1 -0.359288000000000, 0 -0.359305937500000, 1 -0.359357812500000, 0 -0.359375687500000, 1 -0.359560937500000, 0 -0.359578875000000, 1 -0.359730812500000, 0 -0.359748750000000, 1 -0.359803625000000, 0 -0.359821500000000, 1 -0.359840000000000, 0 -0.359857875000000, 1 -0.359921937500000, 0 -0.359939812500000, 1 -0.359985625000000, 0 -0.360003500000000, 1 -0.360064437500000, 0 -0.360082375000000, 1 -0.360116062500000, 0 -0.360134000000000, 1 -0.360197937500000, 0 -0.360215812500000, 1 -0.360273750000000, 0 -0.360291687500000, 1 -0.360452687500000, 0 -0.360470562500000, 1 -0.360622562500000, 0 -0.360640437500000, 1 -0.360695312500000, 0 -0.360713187500000, 1 -0.360731750000000, 0 -0.360749625000000, 1 -0.360813562500000, 0 -0.360831500000000, 1 -0.360874250000000, 0 -0.360892125000000, 1 -0.360953062500000, 0 -0.360971000000000, 1 -0.361007687500000, 0 -0.361025562500000, 1 -0.361089562500000, 0 -0.361107500000000, 1 -0.361171500000000, 0 -0.361189312500000, 1 -0.361344312500000, 0 -0.361362187500000, 1 -0.361514187500000, 0 -0.361532062500000, 1 -0.361574875000000, 0 -0.361592687500000, 1 -0.361611250000000, 0 -0.361629125000000, 1 -0.361693125000000, 0 -0.361711000000000, 1 -0.361750812500000, 0 -0.361768687500000, 1 -0.361829562500000, 0 -0.361847500000000, 1 -0.361887250000000, 0 -0.361905125000000, 1 -0.361969125000000, 0 -0.361987125000000, 1 -0.362038937500000, 0 -0.362056812500000, 1 -0.362236000000000, 0 -0.362253937500000, 1 -0.362405875000000, 0 -0.362423875000000, 1 -0.362478687500000, 0 -0.362496562500000, 1 -0.362515062500000, 0 -0.362533000000000, 1 -0.362596937500000, 0 -0.362614875000000, 1 -0.362660625000000, 0 -0.362678562500000, 1 -0.362739500000000, 0 -0.362757437500000, 1 -0.362800187500000, 0 -0.362818062500000, 1 -0.362882062500000, 0 -0.362900000000000, 1 -0.362948812500000, 0 -0.362966750000000, 1 -0.363127750000000, 0 -0.363145687500000, 1 -0.363297625000000, 0 -0.363315500000000, 1 -0.363370437500000, 0 -0.363388312500000, 1 -0.363406812500000, 0 -0.363424687500000, 1 -0.363488687500000, 0 -0.363506562500000, 1 -0.363549312500000, 0 -0.363567250000000, 1 -0.363628187500000, 0 -0.363646062500000, 1 -0.363691875000000, 0 -0.363709750000000, 1 -0.363773812500000, 0 -0.363791687500000, 1 -0.363846562500000, 0 -0.363864500000000, 1 -0.364019437500000, 0 -0.364037312500000, 1 -0.364189312500000, 0 -0.364207187500000, 1 -0.364225687500000, 0 -0.364243562500000, 1 -0.364262062500000, 0 -0.364280000000000, 1 -0.364344000000000, 0 -0.364361875000000, 1 -0.364404625000000, 0 -0.364422500000000, 1 -0.364483500000000, 0 -0.364501375000000, 1 -0.364550187500000, 0 -0.364568062500000, 1 -0.364632125000000, 0 -0.364650000000000, 1 -0.364698812500000, 0 -0.364716687500000, 1 -0.364911125000000, 0 -0.364929000000000, 1 -0.365080937500000, 0 -0.365098875000000, 1 -0.365117375000000, 0 -0.365135250000000, 1 -0.365153750000000, 0 -0.365171625000000, 1 -0.365235625000000, 0 -0.365253500000000, 1 -0.365296250000000, 0 -0.365314187500000, 1 -0.365375125000000, 0 -0.365393000000000, 1 -0.365444875000000, 0 -0.365462812500000, 1 -0.365526812500000, 0 -0.365544687500000, 1 -0.365587437500000, 0 -0.365605375000000, 1 -0.365802812500000, 0 -0.365820687500000, 1 -0.365972687500000, 0 -0.365990562500000, 1 -0.366009062500000, 0 -0.366026937500000, 1 -0.366045437500000, 0 -0.366063375000000, 1 -0.366127312500000, 0 -0.366145250000000, 1 -0.366188000000000, 0 -0.366205875000000, 1 -0.366266812500000, 0 -0.366284750000000, 1 -0.366339625000000, 0 -0.366357500000000, 1 -0.366421562500000, 0 -0.366439437500000, 1 -0.366476125000000, 0 -0.366494062500000, 1 -0.366694375000000, 0 -0.366694437500000, 1 -0.366694500000000, 0 -0.366712375000000, 1 -0.366864312500000, 0 -0.366882250000000, 1 -0.366900750000000, 0 -0.366918625000000, 1 -0.366937125000000, 0 -0.366955062500000, 1 -0.367019000000000, 0 -0.367036937500000, 1 -0.367079687500000, 0 -0.367097562500000, 1 -0.367158500000000, 0 -0.367176437500000, 1 -0.367234375000000, 0 -0.367252250000000, 1 -0.367316250000000, 0 -0.367334125000000, 1 -0.367364812500000, 0 -0.367382687500000, 1 -0.367586187500000, 0 -0.367604062500000, 1 -0.367756062500000, 0 -0.367773937500000, 1 -0.367792437500000, 0 -0.367810312500000, 1 -0.367828812500000, 0 -0.367846687500000, 1 -0.367910687500000, 0 -0.367928625000000, 1 -0.367971375000000, 0 -0.367989250000000, 1 -0.368050250000000, 0 -0.368068125000000, 1 -0.368129125000000, 0 -0.368147000000000, 1 -0.368211000000000, 0 -0.368228937500000, 1 -0.368253437500000, 0 -0.368271375000000, 1 -0.368477875000000, 0 -0.368495812500000, 1 -0.368647750000000, 0 -0.368665687500000, 1 -0.368684187500000, 0 -0.368702062500000, 1 -0.368720562500000, 0 -0.368738437500000, 1 -0.368802437500000, 0 -0.368820312500000, 1 -0.368866125000000, 0 -0.368884000000000, 1 -0.368945000000000, 0 -0.368962875000000, 1 -0.369026875000000, 0 -0.369044750000000, 1 -0.369044812500000, 0 -0.369044875000000, 1 -0.369108750000000, 0 -0.369126625000000, 1 -0.369157312500000, 0 -0.369175187500000, 1 -0.369369562500000, 0 -0.369387500000000, 1 -0.369539437500000, 0 -0.369557375000000, 1 -0.369575875000000, 0 -0.369593750000000, 1 -0.369612250000000, 0 -0.369630062500000, 1 -0.369694125000000, 0 -0.369712000000000, 1 -0.369754812500000, 0 -0.369772687500000, 1 -0.369836625000000, 0 -0.369854562500000, 1 -0.369873062500000, 0 -0.369890937500000, 1 -0.369954937500000, 0 -0.369972875000000, 1 -0.370003500000000, 0 -0.370021375000000, 1 -0.370261250000000, 0 -0.370279125000000, 1 -0.370431125000000, 0 -0.370449062500000, 1 -0.370467500000000, 0 -0.370485312500000, 1 -0.370503937500000, 0 -0.370521875000000, 1 -0.370585812500000, 0 -0.370603750000000, 1 -0.370646500000000, 0 -0.370664375000000, 1 -0.370728375000000, 0 -0.370746250000000, 1 -0.370767812500000, 0 -0.370785687500000, 1 -0.370849750000000, 0 -0.370867687500000, 1 -0.370904312500000, 0 -0.370922187500000, 1 -0.371153000000000, 0 -0.371170875000000, 1 -0.371322875000000, 0 -0.371340750000000, 1 -0.371359250000000, 0 -0.371377125000000, 1 -0.371395625000000, 0 -0.371413500000000, 1 -0.371477500000000, 0 -0.371495437500000, 1 -0.371538187500000, 0 -0.371556062500000, 1 -0.371620062500000, 0 -0.371637937500000, 1 -0.371662500000000, 0 -0.371680375000000, 1 -0.371744437500000, 0 -0.371762312500000, 1 -0.371780812500000, 0 -0.371798687500000, 1 -0.372044687500000, 0 -0.372062562500000, 1 -0.372214500000000, 0 -0.372232437500000, 1 -0.372250937500000, 0 -0.372268812500000, 1 -0.372287312500000, 0 -0.372305187500000, 1 -0.372369187500000, 0 -0.372387125000000, 1 -0.372429875000000, 0 -0.372447750000000, 1 -0.372511750000000, 0 -0.372529625000000, 1 -0.372557250000000, 0 -0.372575125000000, 1 -0.372639125000000, 0 -0.372657000000000, 1 -0.372681562500000, 0 -0.372699500000000, 1 -0.372936375000000, 0 -0.372954250000000, 1 -0.373106187500000, 0 -0.373124125000000, 1 -0.373166875000000, 0 -0.373184750000000, 1 -0.373203250000000, 0 -0.373221187500000, 1 -0.373285187500000, 0 -0.373303062500000, 1 -0.373345812500000, 0 -0.373363687500000, 1 -0.373427687500000, 0 -0.373445625000000, 1 -0.373476250000000, 0 -0.373494125000000, 1 -0.373558125000000, 0 -0.373576000000000, 1 -0.373630937500000, 0 -0.373648812500000, 1 -0.373828062500000, 0 -0.373845937500000, 1 -0.373997937500000, 0 -0.374015812500000, 1 -0.374034312500000, 0 -0.374052187500000, 1 -0.374070687500000, 0 -0.374088625000000, 1 -0.374152625000000, 0 -0.374170500000000, 1 -0.374213250000000, 0 -0.374231125000000, 1 -0.374295125000000, 0 -0.374313062500000, 1 -0.374346687500000, 0 -0.374364562500000, 1 -0.374428625000000, 0 -0.374446437500000, 1 -0.374507437500000, 0 -0.374525375000000, 1 -0.374719750000000, 0 -0.374737562500000, 1 -0.374889625000000, 0 -0.374907562500000, 1 -0.374962375000000, 0 -0.374980312500000, 1 -0.374998812500000, 0 -0.375016687500000, 1 -0.375080687500000, 0 -0.375098562500000, 1 -0.375141312500000, 0 -0.375159250000000, 1 -0.375223250000000, 0 -0.375241125000000, 1 -0.375277812500000, 0 -0.375295750000000, 1 -0.375359750000000, 0 -0.375377625000000, 1 -0.375420375000000, 0 -0.375438312500000, 1 -0.375611437500000, 0 -0.375629375000000, 1 -0.375781312500000, 0 -0.375799187500000, 1 -0.375841937500000, 0 -0.375859875000000, 1 -0.375878375000000, 0 -0.375896312500000, 1 -0.375960250000000, 0 -0.375978125000000, 1 -0.376023937500000, 0 -0.376041812500000, 1 -0.376105812500000, 0 -0.376123687500000, 1 -0.376163437500000, 0 -0.376181375000000, 1 -0.376245375000000, 0 -0.376263250000000, 1 -0.376324250000000, 0 -0.376342125000000, 1 -0.376503125000000, 0 -0.376521062500000, 1 -0.376673062500000, 0 -0.376690937500000, 1 -0.376745812500000, 0 -0.376763750000000, 1 -0.376782187500000, 0 -0.376800125000000, 1 -0.376864125000000, 0 -0.376882000000000, 1 -0.376924750000000, 0 -0.376942687500000, 1 -0.377006625000000, 0 -0.377024562500000, 1 -0.377067312500000, 0 -0.377085250000000, 1 -0.377149187500000, 0 -0.377167125000000, 1 -0.377212937500000, 0 -0.377230812500000, 1 -0.377394875000000, 0 -0.377412750000000, 1 -0.377564750000000, 0 -0.377582687500000, 1 -0.377637500000000, 0 -0.377655375000000, 1 -0.377673937500000, 0 -0.377691812500000, 1 -0.377755812500000, 0 -0.377773625000000, 1 -0.377816437500000, 0 -0.377834375000000, 1 -0.377898312500000, 0 -0.377916250000000, 1 -0.377962062500000, 0 -0.377979937500000, 1 -0.378044000000000, 0 -0.378061812500000, 1 -0.378113687500000, 0 -0.378131562500000, 1 -0.378286562500000, 0 -0.378304437500000, 1 -0.378456375000000, 0 -0.378474312500000, 1 -0.378529250000000, 0 -0.378547125000000, 1 -0.378565625000000, 0 -0.378583500000000, 1 -0.378647500000000, 0 -0.378665375000000, 1 -0.378705125000000, 0 -0.378723000000000, 1 -0.378787000000000, 0 -0.378804875000000, 1 -0.378853687500000, 0 -0.378853812500000, 1 -0.378853875000000, 0 -0.378871625000000, 1 -0.378935625000000, 0 -0.378953500000000, 1 -0.379005375000000, 0 -0.379023187500000, 1 -0.379178250000000, 0 -0.379196187500000, 1 -0.379348125000000, 0 -0.379366000000000, 1 -0.379408750000000, 0 -0.379426687500000, 1 -0.379445187500000, 0 -0.379463062500000, 1 -0.379527062500000, 0 -0.379544937500000, 1 -0.379587750000000, 0 -0.379605625000000, 1 -0.379669562500000, 0 -0.379687500000000, 1 -0.379739375000000, 0 -0.379757250000000, 1 -0.379821250000000, 0 -0.379839125000000, 1 -0.379903125000000, 0 -0.379921062500000, 1 -0.380069937500000, 0 -0.380087812500000, 1 -0.380239812500000, 0 -0.380257687500000, 1 -0.380288312500000, 0 -0.380306187500000, 1 -0.380324687500000, 0 -0.380342625000000, 1 -0.380406562500000, 0 -0.380424500000000, 1 -0.380467250000000, 0 -0.380485125000000, 1 -0.380549125000000, 0 -0.380567000000000, 1 -0.380621937500000, 0 -0.380639812500000, 1 -0.380703812500000, 0 -0.380721687500000, 1 -0.380743250000000, 0 -0.380761125000000, 1 -0.380961625000000, 0 -0.380979500000000, 1 -0.381131437500000, 0 -0.381149375000000, 1 -0.381167875000000, 0 -0.381185750000000, 1 -0.381204250000000, 0 -0.381222125000000, 1 -0.381286125000000, 0 -0.381304062500000, 1 -0.381343750000000, 0 -0.381361687500000, 1 -0.381425625000000, 0 -0.381443562500000, 1 -0.381501437500000, 0 -0.381519375000000, 1 -0.381583375000000, 0 -0.381601250000000, 1 -0.381634937500000, 0 -0.381652812500000, 1 -0.381853312500000, 0 -0.381871187500000, 1 -0.382023187500000, 0 -0.382041062500000, 1 -0.382083812500000, 0 -0.382101750000000, 1 -0.382120187500000, 0 -0.382138125000000, 1 -0.382202125000000, 0 -0.382220000000000, 1 -0.382262750000000, 0 -0.382280687500000, 1 -0.382344625000000, 0 -0.382362562500000, 1 -0.382423500000000, 0 -0.382441375000000, 1 -0.382505375000000, 0 -0.382523312500000, 1 -0.382557000000000, 0 -0.382574875000000, 1 -0.382745000000000, 0 -0.382762937500000, 1 -0.382914875000000, 0 -0.382932750000000, 1 -0.382963375000000, 0 -0.382981312500000, 1 -0.382999812500000, 0 -0.383017687500000, 1 -0.383081687500000, 0 -0.383099562500000, 1 -0.383142312500000, 0 -0.383160250000000, 1 -0.383224187500000, 0 -0.383242125000000, 1 -0.383306125000000, 0 -0.383324000000000, 1 -0.383388000000000, 0 -0.383405937500000, 1 -0.383445687500000, 0 -0.383463562500000, 1 -0.383636750000000, 0 -0.383654625000000, 1 -0.383806562500000, 0 -0.383824437500000, 1 -0.383842937500000, 0 -0.383860875000000, 1 -0.383879375000000, 0 -0.383897250000000, 1 -0.383961250000000, 0 -0.383979187500000, 1 -0.384021937500000, 0 -0.384039812500000, 1 -0.384058312500000, 0 -0.384076250000000, 1 -0.384094687500000, 0 -0.384112562500000, 1 -0.384176562500000, 0 -0.384194500000000, 1 -0.384255437500000, 0 -0.384273375000000, 1 -0.384528437500000, 0 -0.384546375000000, 1 -0.384698312500000, 0 -0.384716187500000, 1 -0.384771125000000, 0 -0.384789000000000, 1 -0.384807500000000, 0 -0.384825437500000, 1 -0.384889375000000, 0 -0.384907312500000, 1 -0.384949812500000, 0 -0.384949875000000, 1 -0.384950062500000, 0 -0.384968000000000, 1 -0.384986437500000, 0 -0.385004375000000, 1 -0.385025875000000, 0 -0.385043750000000, 1 -0.385107750000000, 0 -0.385125687500000, 1 -0.385180562500000, 0 -0.385198500000000, 1 -0.385198750000000, 0 -0.385198812500000, 1 -0.385420187500000, 0 -0.385438062500000, 1 -0.385590000000000, 0 -0.385607937500000, 1 -0.385626437500000, 0 -0.385644312500000, 1 -0.385662812500000, 0 -0.385680687500000, 1 -0.385744687500000, 0 -0.385762625000000, 1 -0.385808375000000, 0 -0.385826250000000, 1 -0.385826437500000, 0 -0.385826500000000, 1 -0.385844812500000, 0 -0.385862687500000, 1 -0.385887187500000, 0 -0.385905125000000, 1 -0.385969125000000, 0 -0.385987000000000, 1 -0.386048000000000, 0 -0.386065875000000, 1 -0.386311875000000, 0 -0.386329750000000, 1 -0.386481750000000, 0 -0.386499625000000, 1 -0.386530250000000, 0 -0.386548000000000, 1 -0.386566625000000, 0 -0.386584562500000, 1 -0.386648562500000, 0 -0.386666437500000, 1 -0.386706187500000, 0 -0.386724062500000, 1 -0.386742562500000, 0 -0.386760500000000, 1 -0.386788062500000, 0 -0.386805937500000, 1 -0.386869937500000, 0 -0.386887875000000, 1 -0.386948812500000, 0 -0.386966687500000, 1 -0.387203562500000, 0 -0.387221500000000, 1 -0.387373500000000, 0 -0.387391375000000, 1 -0.387409875000000, 0 -0.387427750000000, 1 -0.387446250000000, 0 -0.387464187500000, 1 -0.387528125000000, 0 -0.387546062500000, 1 -0.387588812500000, 0 -0.387606687500000, 1 -0.387625250000000, 0 -0.387643125000000, 1 -0.387673750000000, 0 -0.387691625000000, 1 -0.387755562500000, 0 -0.387773500000000, 1 -0.387810250000000, 0 -0.387828125000000, 1 -0.388095312500000, 0 -0.388113250000000, 1 -0.388265187500000, 0 -0.388283062500000, 1 -0.388301562500000, 0 -0.388319500000000, 1 -0.388338000000000, 0 -0.388355875000000, 1 -0.388419875000000, 0 -0.388437750000000, 1 -0.388480500000000, 0 -0.388498437500000, 1 -0.388516937500000, 0 -0.388534812500000, 1 -0.388568500000000, 0 -0.388586375000000, 1 -0.388650375000000, 0 -0.388668250000000, 1 -0.388698937500000, 0 -0.388716812500000, 1 -0.388987062500000, 0 -0.389004937500000, 1 -0.389156875000000, 0 -0.389174812500000, 1 -0.389229687500000, 0 -0.389247562500000, 1 -0.389266125000000, 0 -0.389284000000000, 1 -0.389348000000000, 0 -0.389365875000000, 1 -0.389408625000000, 0 -0.389426500000000, 1 -0.389445000000000, 0 -0.389462937500000, 1 -0.389499625000000, 0 -0.389517500000000, 1 -0.389581562500000, 0 -0.389599437500000, 1 -0.389624000000000, 0 -0.389641875000000, 1 -0.389878750000000, 0 -0.389896687500000, 1 -0.390048625000000, 0 -0.390066500000000, 1 -0.390097187500000, 0 -0.390115062500000, 1 -0.390133562500000, 0 -0.390151437500000, 1 -0.390215437500000, 0 -0.390233375000000, 1 -0.390276125000000, 0 -0.390294000000000, 1 -0.390312500000000, 0 -0.390330375000000, 1 -0.390370125000000, 0 -0.390388000000000, 1 -0.390452000000000, 0 -0.390469937500000, 1 -0.390488375000000, 0 -0.390506312500000, 1 -0.390770500000000, 0 -0.390788375000000, 1 -0.390940312500000, 0 -0.390958250000000, 1 -0.391001000000000, 0 -0.391018875000000, 1 -0.391037375000000, 0 -0.391055312500000, 1 -0.391119312500000, 0 -0.391137187500000, 1 -0.391179937500000, 0 -0.391197812500000, 1 -0.391216312500000, 0 -0.391234187500000, 1 -0.391277000000000, 0 -0.391294875000000, 1 -0.391358875000000, 0 -0.391376750000000, 1 -0.391404375000000, 0 -0.391422250000000, 1 -0.391662187500000, 0 -0.391680062500000, 1 -0.391832000000000, 0 -0.391849812500000, 1 -0.391904812500000, 0 -0.391922750000000, 1 -0.391941250000000, 0 -0.391959125000000, 1 -0.392023125000000, 0 -0.392041000000000, 1 -0.392083750000000, 0 -0.392101687500000, 1 -0.392120187500000, 0 -0.392138000000000, 1 -0.392183812500000, 0 -0.392201750000000, 1 -0.392265750000000, 0 -0.392283625000000, 1 -0.392305187500000, 0 -0.392323062500000, 1 -0.392553875000000, 0 -0.392571750000000, 1 -0.392723750000000, 0 -0.392741625000000, 1 -0.392796500000000, 0 -0.392814437500000, 1 -0.392832937500000, 0 -0.392850812500000, 1 -0.392914812500000, 0 -0.392932687500000, 1 -0.392978437500000, 0 -0.392996375000000, 1 -0.393014875000000, 0 -0.393032750000000, 1 -0.393081625000000, 0 -0.393099500000000, 1 -0.393163500000000, 0 -0.393181437500000, 1 -0.393209000000000, 0 -0.393226937500000, 1 -0.393445562500000, 0 -0.393463437500000, 1 -0.393615437500000, 0 -0.393633375000000, 1 -0.393676125000000, 0 -0.393694000000000, 1 -0.393712500000000, 0 -0.393730375000000, 1 -0.393794375000000, 0 -0.393812312500000, 1 -0.393855062500000, 0 -0.393872937500000, 1 -0.393891437500000, 0 -0.393909375000000, 1 -0.393961187500000, 0 -0.393979062500000, 1 -0.394043125000000, 0 -0.394061000000000, 1 -0.394094625000000, 0 -0.394112562500000, 1 -0.394337250000000, 0 -0.394355187500000, 1 -0.394507125000000, 0 -0.394525062500000, 1 -0.394579937500000, 0 -0.394597812500000, 1 -0.394616312500000, 0 -0.394634187500000, 1 -0.394698250000000, 0 -0.394716125000000, 1 -0.394761937500000, 0 -0.394779812500000, 1 -0.394798312500000, 0 -0.394816250000000, 1 -0.394871125000000, 0 -0.394889062500000, 1 -0.394953000000000, 0 -0.394970875000000, 1 -0.395034875000000, 0 -0.395052750000000, 1 -0.395229000000000, 0 -0.395246937500000, 1 -0.395398875000000, 0 -0.395416812500000, 1 -0.395471625000000, 0 -0.395489625000000, 1 -0.395508062500000, 0 -0.395526000000000, 1 -0.395589937500000, 0 -0.395607812500000, 1 -0.395650625000000, 0 -0.395668500000000, 1 -0.395687062500000, 0 -0.395704875000000, 1 -0.395762875000000, 0 -0.395780750000000, 1 -0.395844750000000, 0 -0.395862625000000, 1 -0.395908437500000, 0 -0.395926312500000, 1 -0.396120750000000, 0 -0.396138687500000, 1 -0.396290625000000, 0 -0.396308500000000, 1 -0.396327000000000, 0 -0.396344937500000, 1 -0.396363375000000, 0 -0.396381312500000, 1 -0.396445312500000, 0 -0.396463187500000, 1 -0.396506000000000, 0 -0.396523875000000, 1 -0.396542312500000, 0 -0.396560250000000, 1 -0.396621187500000, 0 -0.396639125000000, 1 -0.396703062500000, 0 -0.396721000000000, 1 -0.396785000000000, 0 -0.396802875000000, 1 -0.397012437500000, 0 -0.397030312500000, 1 -0.397182312500000, 0 -0.397200187500000, 1 -0.397218687500000, 0 -0.397236562500000, 1 -0.397255062500000, 0 -0.397273000000000, 1 -0.397337000000000, 0 -0.397354875000000, 1 -0.397397625000000, 0 -0.397415500000000, 1 -0.397434000000000, 0 -0.397451937500000, 1 -0.397515937500000, 0 -0.397533812500000, 1 -0.397597812500000, 0 -0.397615687500000, 1 -0.397673625000000, 0 -0.397691562500000, 1 -0.397904125000000, 0 -0.397922000000000, 1 -0.398074000000000, 0 -0.398091875000000, 1 -0.398110375000000, 0 -0.398128250000000, 1 -0.398146750000000, 0 -0.398164687500000, 1 -0.398228687500000, 0 -0.398246562500000, 1 -0.398289312500000, 0 -0.398307250000000, 1 -0.398328750000000, 0 -0.398346625000000, 1 -0.398365125000000, 0 -0.398383062500000, 1 -0.398447062500000, 0 -0.398464937500000, 1 -0.398510750000000, 0 -0.398528625000000, 1 -0.398795812500000, 0 -0.398813750000000, 1 -0.398965687500000, 0 -0.398983625000000, 1 -0.399002125000000, 0 -0.399020000000000, 1 -0.399038500000000, 0 -0.399056375000000, 1 -0.399120437500000, 0 -0.399138312500000, 1 -0.399184062500000, 0 -0.399202000000000, 1 -0.399223500000000, 0 -0.399241375000000, 1 -0.399262937500000, 0 -0.399280812500000, 1 -0.399344812500000, 0 -0.399362750000000, 1 -0.399426750000000, 0 -0.399444625000000, 1 -0.399687562500000, 0 -0.399705437500000, 1 -0.399857437500000, 0 -0.399875312500000, 1 -0.399893812500000, 0 -0.399911750000000, 1 -0.399930250000000, 0 -0.399948125000000, 1 -0.400012125000000, 0 -0.400030000000000, 1 -0.400072750000000, 0 -0.400090687500000, 1 -0.400112187500000, 0 -0.400130062500000, 1 -0.400154687500000, 0 -0.400172562500000, 1 -0.400236562500000, 0 -0.400254437500000, 1 -0.400312375000000, 0 -0.400330250000000, 1 -0.400579250000000, 0 -0.400597187500000, 1 -0.400749125000000, 0 -0.400767000000000, 1 -0.400785500000000, 0 -0.400803375000000, 1 -0.400821937500000, 0 -0.400839812500000, 1 -0.400903812500000, 0 -0.400921687500000, 1 -0.400964500000000, 0 -0.400982375000000, 1 -0.401003875000000, 0 -0.401021812500000, 1 -0.401049375000000, 0 -0.401067312500000, 1 -0.401131312500000, 0 -0.401149187500000, 1 -0.401213187500000, 0 -0.401231062500000, 1 -0.401471000000000, 0 -0.401488875000000, 1 -0.401640875000000, 0 -0.401658750000000, 1 -0.401677062500000, 0 -0.401677125000000, 1 -0.401677250000000, 0 -0.401695187500000, 1 -0.401713625000000, 0 -0.401731562500000, 1 -0.401795562500000, 0 -0.401813437500000, 1 -0.401856187500000, 0 -0.401874125000000, 1 -0.401895625000000, 0 -0.401913500000000, 1 -0.401944187500000, 0 -0.401962000000000, 1 -0.402026062500000, 0 -0.402043937500000, 1 -0.402065437500000, 0 -0.402083375000000, 1 -0.402362687500000, 0 -0.402380562500000, 1 -0.402532562500000, 0 -0.402550437500000, 1 -0.402568937500000, 0 -0.402586875000000, 1 -0.402605312500000, 0 -0.402623250000000, 1 -0.402687250000000, 0 -0.402705125000000, 1 -0.402747937500000, 0 -0.402765750000000, 1 -0.402787312500000, 0 -0.402805187500000, 1 -0.402838875000000, 0 -0.402856812500000, 1 -0.402920750000000, 0 -0.402938687500000, 1 -0.402966250000000, 0 -0.402984187500000, 1 -0.403254437500000, 0 -0.403272187500000, 1 -0.403424312500000, 0 -0.403442187500000, 1 -0.403442250000000, 0 -0.403442312500000, 1 -0.403460687500000, 0 -0.403478562500000, 1 -0.403497062500000, 0 -0.403514875000000, 1 -0.403578937500000, 0 -0.403596875000000, 1 -0.403639625000000, 0 -0.403657500000000, 1 -0.403679062500000, 0 -0.403696937500000, 1 -0.403733625000000, 0 -0.403751500000000, 1 -0.403815562500000, 0 -0.403833375000000, 1 -0.403867125000000, 0 -0.403885000000000, 1 -0.404146125000000, 0 -0.404164062500000, 1 -0.404316000000000, 0 -0.404333875000000, 1 -0.404352437500000, 0 -0.404370312500000, 1 -0.404388875000000, 0 -0.404406750000000, 1 -0.404470687500000, 0 -0.404488562500000, 1 -0.404531375000000, 0 -0.404549250000000, 1 -0.404570812500000, 0 -0.404588687500000, 1 -0.404628375000000, 0 -0.404646312500000, 1 -0.404710312500000, 0 -0.404728187500000, 1 -0.404767937500000, 0 -0.404785812500000, 1 -0.405037875000000, 0 -0.405055750000000, 1 -0.405207687500000, 0 -0.405225625000000, 1 -0.405268375000000, 0 -0.405286250000000, 1 -0.405304750000000, 0 -0.405322687500000, 1 -0.405386687500000, 0 -0.405404562500000, 1 -0.405444312500000, 0 -0.405462187500000, 1 -0.405483687500000, 0 -0.405501625000000, 1 -0.405544375000000, 0 -0.405562250000000, 1 -0.405626250000000, 0 -0.405644187500000, 1 -0.405668750000000, 0 -0.405686625000000, 1 -0.405929562500000, 0 -0.405947500000000, 1 -0.406099437500000, 0 -0.406117312500000, 1 -0.406135812500000, 0 -0.406153750000000, 1 -0.406172187500000, 0 -0.406190125000000, 1 -0.406254125000000, 0 -0.406272000000000, 1 -0.406314750000000, 0 -0.406332625000000, 1 -0.406354187500000, 0 -0.406372062500000, 1 -0.406417875000000, 0 -0.406435750000000, 1 -0.406499750000000, 0 -0.406517625000000, 1 -0.406554375000000, 0 -0.406572250000000, 1 -0.406821250000000, 0 -0.406839125000000, 1 -0.406991125000000, 0 -0.407009000000000, 1 -0.407063937500000, 0 -0.407081812500000, 1 -0.407100312500000, 0 -0.407118187500000, 1 -0.407182187500000, 0 -0.407200062500000, 1 -0.407242812500000, 0 -0.407260750000000, 1 -0.407282250000000, 0 -0.407300187500000, 1 -0.407349000000000, 0 -0.407366875000000, 1 -0.407430875000000, 0 -0.407448812500000, 1 -0.407467250000000, 0 -0.407485187500000, 1 -0.407712875000000, 0 -0.407730812500000, 1 -0.407882812500000, 0 -0.407900687500000, 1 -0.407955625000000, 0 -0.407973500000000, 1 -0.407991937500000, 0 -0.408009875000000, 1 -0.408073875000000, 0 -0.408091812500000, 1 -0.408137562500000, 0 -0.408155500000000, 1 -0.408177000000000, 0 -0.408194875000000, 1 -0.408246750000000, 0 -0.408264687500000, 1 -0.408328687500000, 0 -0.408346562500000, 1 -0.408383250000000, 0 -0.408401187500000, 1 -0.408604625000000, 0 -0.408622562500000, 1 -0.408774500000000, 0 -0.408792437500000, 1 -0.408835187500000, 0 -0.408853062500000, 1 -0.408871562500000, 0 -0.408889500000000, 1 -0.408953500000000, 0 -0.408971375000000, 1 -0.409014125000000, 0 -0.409032000000000, 1 -0.409053562500000, 0 -0.409071437500000, 1 -0.409126437500000, 0 -0.409144250000000, 1 -0.409208250000000, 0 -0.409226125000000, 1 -0.409281062500000, 0 -0.409298937500000, 1 -0.409496375000000, 0 -0.409514312500000, 1 -0.409666250000000, 0 -0.409684125000000, 1 -0.409726937500000, 0 -0.409744812500000, 1 -0.409763312500000, 0 -0.409781250000000, 1 -0.409845250000000, 0 -0.409863125000000, 1 -0.409905875000000, 0 -0.409923750000000, 1 -0.409945312500000, 0 -0.409963187500000, 1 -0.410021125000000, 0 -0.410039000000000, 1 -0.410103000000000, 0 -0.410120875000000, 1 -0.410120937500000, 0 -0.410121000000000, 1 -0.410181875000000, 0 -0.410199750000000, 1 -0.410388125000000, 0 -0.410406000000000, 1 -0.410557937500000, 0 -0.410575812500000, 1 -0.410630750000000, 0 -0.410648687500000, 1 -0.410667187500000, 0 -0.410685062500000, 1 -0.410749062500000, 0 -0.410766937500000, 1 -0.410809687500000, 0 -0.410827625000000, 1 -0.410849125000000, 0 -0.410867000000000, 1 -0.410928000000000, 0 -0.410945875000000, 1 -0.411009875000000, 0 -0.411027812500000, 1 -0.411070562500000, 0 -0.411088312500000, 1 -0.411279875000000, 0 -0.411297750000000, 1 -0.411449750000000, 0 -0.411467625000000, 1 -0.411522500000000, 0 -0.411540437500000, 1 -0.411558937500000, 0 -0.411576875000000, 1 -0.411640812500000, 0 -0.411658687500000, 1 -0.411704500000000, 0 -0.411722375000000, 1 -0.411743937500000, 0 -0.411761812500000, 1 -0.411825812500000, 0 -0.411843687500000, 1 -0.411907687500000, 0 -0.411925625000000, 1 -0.411986562500000, 0 -0.412004500000000, 1 -0.412171562500000, 0 -0.412189437500000, 1 -0.412341437500000, 0 -0.412359375000000, 1 -0.412390000000000, 0 -0.412407875000000, 1 -0.412426375000000, 0 -0.412444250000000, 1 -0.412508250000000, 0 -0.412526125000000, 1 -0.412571937500000, 0 -0.412589875000000, 1 -0.412614437500000, 0 -0.412632312500000, 1 -0.412650812500000, 0 -0.412668687500000, 1 -0.412732687500000, 0 -0.412750562500000, 1 -0.412781250000000, 0 -0.412799125000000, 1 -0.413063312500000, 0 -0.413081187500000, 1 -0.413233187500000, 0 -0.413251062500000, 1 -0.413269562500000, 0 -0.413287437500000, 1 -0.413305937500000, 0 -0.413323812500000, 1 -0.413387812500000, 0 -0.413405750000000, 1 -0.413448500000000, 0 -0.413466437500000, 1 -0.413490937500000, 0 -0.413508875000000, 1 -0.413530375000000, 0 -0.413548250000000, 1 -0.413612250000000, 0 -0.413630187500000, 1 -0.413654750000000, 0 -0.413672625000000, 1 -0.413955000000000, 0 -0.413972937500000, 1 -0.414124875000000, 0 -0.414142812500000, 1 -0.414185562500000, 0 -0.414203500000000, 1 -0.414221937500000, 0 -0.414239875000000, 1 -0.414303875000000, 0 -0.414321750000000, 1 -0.414364500000000, 0 -0.414382375000000, 1 -0.414406937500000, 0 -0.414424875000000, 1 -0.414449437500000, 0 -0.414467312500000, 1 -0.414531312500000, 0 -0.414549250000000, 1 -0.414579875000000, 0 -0.414597750000000, 1 -0.414846750000000, 0 -0.414864687500000, 1 -0.415016625000000, 0 -0.415034500000000, 1 -0.415065187500000, 0 -0.415083062500000, 1 -0.415101562500000, 0 -0.415119437500000, 1 -0.415183437500000, 0 -0.415201312500000, 1 -0.415244062500000, 0 -0.415262000000000, 1 -0.415286562500000, 0 -0.415304437500000, 1 -0.415332062500000, 0 -0.415349937500000, 1 -0.415413937500000, 0 -0.415431812500000, 1 -0.415468562500000, 0 -0.415486437500000, 1 -0.415738437500000, 0 -0.415756375000000, 1 -0.415908312500000, 0 -0.415926250000000, 1 -0.415956875000000, 0 -0.415974750000000, 1 -0.415993250000000, 0 -0.416011125000000, 1 -0.416075125000000, 0 -0.416093062500000, 1 -0.416132750000000, 0 -0.416150687500000, 1 -0.416175250000000, 0 -0.416193125000000, 1 -0.416223750000000, 0 -0.416241687500000, 1 -0.416305625000000, 0 -0.416323562500000, 1 -0.416384437500000, 0 -0.416402437500000, 1 -0.416630187500000, 0 -0.416647875000000, 1 -0.416648000000000, 0 -0.416648125000000, 1 -0.416800062500000, 0 -0.416818000000000, 1 -0.416860750000000, 0 -0.416878625000000, 1 -0.416897125000000, 0 -0.416915062500000, 1 -0.416979062500000, 0 -0.416996937500000, 1 -0.417042750000000, 0 -0.417060625000000, 1 -0.417085187500000, 0 -0.417103062500000, 1 -0.417136750000000, 0 -0.417154625000000, 1 -0.417218687500000, 0 -0.417236562500000, 1 -0.417297500000000, 0 -0.417315437500000, 1 -0.417521937500000, 0 -0.417539875000000, 1 -0.417691812500000, 0 -0.417709687500000, 1 -0.417728187500000, 0 -0.417746125000000, 1 -0.417764562500000, 0 -0.417782500000000, 1 -0.417846500000000, 0 -0.417864375000000, 1 -0.417910187500000, 0 -0.417928062500000, 1 -0.417952687500000, 0 -0.417970500000000, 1 -0.418007250000000, 0 -0.418025125000000, 1 -0.418089125000000, 0 -0.418107000000000, 1 -0.418149812500000, 0 -0.418167687500000, 1 -0.418413625000000, 0 -0.418431562500000, 1 -0.418583500000000, 0 -0.418601437500000, 1 -0.418632062500000, 0 -0.418649937500000, 1 -0.418668437500000, 0 -0.418686312500000, 1 -0.418750312500000, 0 -0.418768187500000, 1 -0.418811000000000, 0 -0.418828875000000, 1 -0.418853437500000, 0 -0.418871312500000, 1 -0.418911062500000, 0 -0.418928937500000, 1 -0.418992937500000, 0 -0.419010875000000, 1 -0.419071812500000, 0 -0.419089750000000, 1 -0.419305375000000, 0 -0.419323250000000, 1 -0.419475250000000, 0 -0.419493125000000, 1 -0.419523750000000, 0 -0.419541750000000, 1 -0.419560125000000, 0 -0.419578062500000, 1 -0.419642062500000, 0 -0.419659937500000, 1 -0.419702687500000, 0 -0.419720625000000, 1 -0.419745187500000, 0 -0.419763062500000, 1 -0.419805812500000, 0 -0.419823750000000, 1 -0.419887687500000, 0 -0.419905687500000, 1 -0.419963625000000, 0 -0.419981437500000, 1 -0.420197062500000, 0 -0.420215000000000, 1 -0.420366937500000, 0 -0.420384875000000, 1 -0.420427625000000, 0 -0.420445500000000, 1 -0.420464000000000, 0 -0.420481812500000, 1 -0.420545937500000, 0 -0.420563812500000, 1 -0.420606562500000, 0 -0.420624437500000, 1 -0.420649000000000, 0 -0.420667000000000, 1 -0.420712687500000, 0 -0.420730562500000, 1 -0.420794625000000, 0 -0.420812500000000, 1 -0.420876500000000, 0 -0.420894375000000, 1 -0.421088812500000, 0 -0.421106687500000, 1 -0.421258687500000, 0 -0.421276562500000, 1 -0.421295062500000, 0 -0.421312937500000, 1 -0.421331500000000, 0 -0.421349375000000, 1 -0.421413375000000, 0 -0.421431250000000, 1 -0.421477062500000, 0 -0.421495000000000, 1 -0.421519500000000, 0 -0.421537375000000, 1 -0.421586187500000, 0 -0.421604125000000, 1 -0.421668125000000, 0 -0.421686000000000, 1 -0.421743937500000, 0 -0.421761875000000, 1 -0.421980562500000, 0 -0.421998437500000, 1 -0.422150437500000, 0 -0.422168312500000, 1 -0.422198937500000, 0 -0.422216875000000, 1 -0.422235375000000, 0 -0.422253250000000, 1 -0.422317250000000, 0 -0.422335125000000, 1 -0.422377875000000, 0 -0.422395812500000, 1 -0.422420375000000, 0 -0.422438250000000, 1 -0.422490125000000, 0 -0.422508000000000, 1 -0.422572000000000, 0 -0.422589937500000, 1 -0.422641812500000, 0 -0.422659687500000, 1 -0.422872250000000, 0 -0.422890187500000, 1 -0.423042125000000, 0 -0.423060000000000, 1 -0.423102812500000, 0 -0.423120687500000, 1 -0.423139187500000, 0 -0.423157125000000, 1 -0.423221062500000, 0 -0.423239000000000, 1 -0.423278687500000, 0 -0.423296625000000, 1 -0.423321187500000, 0 -0.423339062500000, 1 -0.423393937500000, 0 -0.423411875000000, 1 -0.423475875000000, 0 -0.423493750000000, 1 -0.423521375000000, 0 -0.423539250000000, 1 -0.423764000000000, 0 -0.423781875000000, 1 -0.423933812500000, 0 -0.423951750000000, 1 -0.424006625000000, 0 -0.424024500000000, 1 -0.424043062500000, 0 -0.424060937500000, 1 -0.424124937500000, 0 -0.424142812500000, 1 -0.424185562500000, 0 -0.424203437500000, 1 -0.424228000000000, 0 -0.424245937500000, 1 -0.424303812500000, 0 -0.424321750000000, 1 -0.424385750000000, 0 -0.424403625000000, 1 -0.424443437500000, 0 -0.424461312500000, 1 -0.424655687500000, 0 -0.424673562500000, 1 -0.424825562500000, 0 -0.424843437500000, 1 -0.424898312500000, 0 -0.424916250000000, 1 -0.424934750000000, 0 -0.424952625000000, 1 -0.425016625000000, 0 -0.425034500000000, 1 -0.425080312500000, 0 -0.425098187500000, 1 -0.425122812500000, 0 -0.425140687500000, 1 -0.425201625000000, 0 -0.425219500000000, 1 -0.425283562500000, 0 -0.425301437500000, 1 -0.425335125000000, 0 -0.425353000000000, 1 -0.425547375000000, 0 -0.425565250000000, 1 -0.425717250000000, 0 -0.425735062500000, 1 -0.425777937500000, 0 -0.425795812500000, 1 -0.425814312500000, 0 -0.425832250000000, 1 -0.425896187500000, 0 -0.425914125000000, 1 -0.425956875000000, 0 -0.425974750000000, 1 -0.425999312500000, 0 -0.426017187500000, 1 -0.426081187500000, 0 -0.426099125000000, 1 -0.426163062500000, 0 -0.426181000000000, 1 -0.426208625000000, 0 -0.426226500000000, 1 -0.426439125000000, 0 -0.426457000000000, 1 -0.426609000000000, 0 -0.426626875000000, 1 -0.426681750000000, 0 -0.426699687500000, 1 -0.426718125000000, 0 -0.426736062500000, 1 -0.426800062500000, 0 -0.426817937500000, 1 -0.426863750000000, 0 -0.426881625000000, 1 -0.426909187500000, 0 -0.426927125000000, 1 -0.426945625000000, 0 -0.426963500000000, 1 -0.427027500000000, 0 -0.427045437500000, 1 -0.427073000000000, 0 -0.427090937500000, 1 -0.427330812500000, 0 -0.427348750000000, 1 -0.427500687500000, 0 -0.427518562500000, 1 -0.427573437500000, 0 -0.427591375000000, 1 -0.427609875000000, 0 -0.427627750000000, 1 -0.427691750000000, 0 -0.427709625000000, 1 -0.427752437500000, 0 -0.427770312500000, 1 -0.427797937500000, 0 -0.427815875000000, 1 -0.427837375000000, 0 -0.427855250000000, 1 -0.427919250000000, 0 -0.427937125000000, 1 -0.427970812500000, 0 -0.427988687500000, 1 -0.428222562500000, 0 -0.428240437500000, 1 -0.428392437500000, 0 -0.428410312500000, 1 -0.428428812500000, 0 -0.428446625000000, 1 -0.428465187500000, 0 -0.428483062500000, 1 -0.428547062500000, 0 -0.428564937500000, 1 -0.428610750000000, 0 -0.428628687500000, 1 -0.428656250000000, 0 -0.428674250000000, 1 -0.428698687500000, 0 -0.428716625000000, 1 -0.428780625000000, 0 -0.428798500000000, 1 -0.428838250000000, 0 -0.428856187500000, 1 -0.429114250000000, 0 -0.429132125000000, 1 -0.429284125000000, 0 -0.429302000000000, 1 -0.429320500000000, 0 -0.429338375000000, 1 -0.429356875000000, 0 -0.429374812500000, 1 -0.429438812500000, 0 -0.429456687500000, 1 -0.429502437500000, 0 -0.429520375000000, 1 -0.429547937500000, 0 -0.429565875000000, 1 -0.429593437500000, 0 -0.429611312500000, 1 -0.429675312500000, 0 -0.429693250000000, 1 -0.429726875000000, 0 -0.429744812500000, 1 -0.430005937500000, 0 -0.430023812500000, 1 -0.430175812500000, 0 -0.430193687500000, 1 -0.430212187500000, 0 -0.430230062500000, 1 -0.430248562500000, 0 -0.430266500000000, 1 -0.430330500000000, 0 -0.430348375000000, 1 -0.430391125000000, 0 -0.430409000000000, 1 -0.430436625000000, 0 -0.430454500000000, 1 -0.430485125000000, 0 -0.430503062500000, 1 -0.430567062500000, 0 -0.430584937500000, 1 -0.430648937500000, 0 -0.430666812500000, 1 -0.430897625000000, 0 -0.430915562500000, 1 -0.431067500000000, 0 -0.431085375000000, 1 -0.431103875000000, 0 -0.431121812500000, 1 -0.431140312500000, 0 -0.431158187500000, 1 -0.431222187500000, 0 -0.431240062500000, 1 -0.431279812500000, 0 -0.431297687500000, 1 -0.431325312500000, 0 -0.431343187500000, 1 -0.431376875000000, 0 -0.431394750000000, 1 -0.431458750000000, 0 -0.431476625000000, 1 -0.431528500000000, 0 -0.431546437500000, 1 -0.431789375000000, 0 -0.431807250000000, 1 -0.431959187500000, 0 -0.431977125000000, 1 -0.431995562500000, 0 -0.432013500000000, 1 -0.432032000000000, 0 -0.432049875000000, 1 -0.432113875000000, 0 -0.432131812500000, 1 -0.432174562500000, 0 -0.432192437500000, 1 -0.432220062500000, 0 -0.432237937500000, 1 -0.432274625000000, 0 -0.432292500000000, 1 -0.432356500000000, 0 -0.432374375000000, 1 -0.432426312500000, 0 -0.432444187500000, 1 -0.432681000000000, 0 -0.432698937500000, 1 -0.432850875000000, 0 -0.432868750000000, 1 -0.432887250000000, 0 -0.432905187500000, 1 -0.432923687500000, 0 -0.432941500000000, 1 -0.432941687500000, 0 -0.432941750000000, 1 -0.433005562500000, 0 -0.433023437500000, 1 -0.433066250000000, 0 -0.433084125000000, 1 -0.433111687500000, 0 -0.433129625000000, 1 -0.433169375000000, 0 -0.433187250000000, 1 -0.433251250000000, 0 -0.433269125000000, 1 -0.433314937500000, 0 -0.433332875000000, 1 -0.433572750000000, 0 -0.433590625000000, 1 -0.433742562500000, 0 -0.433760500000000, 1 -0.433779000000000, 0 -0.433796875000000, 1 -0.433815375000000, 0 -0.433833250000000, 1 -0.433897250000000, 0 -0.433915125000000, 1 -0.433957937500000, 0 -0.433975750000000, 1 -0.434003312500000, 0 -0.434021250000000, 1 -0.434064062500000, 0 -0.434081937500000, 1 -0.434145937500000, 0 -0.434163750000000, 1 -0.434163875000000, 0 -0.434163937500000, 1 -0.434212687500000, 0 -0.434230562500000, 1 -0.434464375000000, 0 -0.434482312500000, 1 -0.434634250000000, 0 -0.434652125000000, 1 -0.434670625000000, 0 -0.434688562500000, 1 -0.434706937500000, 0 -0.434707000000000, 1 -0.434707062500000, 0 -0.434724937500000, 1 -0.434788937500000, 0 -0.434806812500000, 1 -0.434849562500000, 0 -0.434867500000000, 1 -0.434895062500000, 0 -0.434912937500000, 1 -0.434958750000000, 0 -0.434976687500000, 1 -0.435040687500000, 0 -0.435058562500000, 1 -0.435101312500000, 0 -0.435119250000000, 1 -0.435356062500000, 0 -0.435374000000000, 1 -0.435525750000000, 0 -0.435525812500000, 1 -0.435525937500000, 0 -0.435543812500000, 1 -0.435562312500000, 0 -0.435580250000000, 1 -0.435598750000000, 0 -0.435616687500000, 1 -0.435680625000000, 0 -0.435698500000000, 1 -0.435741312500000, 0 -0.435759187500000, 1 -0.435786750000000, 0 -0.435804687500000, 1 -0.435853500000000, 0 -0.435871375000000, 1 -0.435935375000000, 0 -0.435953312500000, 1 -0.436014250000000, 0 -0.436032187500000, 1 -0.436247812500000, 0 -0.436265687500000, 1 -0.436417625000000, 0 -0.436435562500000, 1 -0.436454000000000, 0 -0.436471937500000, 1 -0.436490437500000, 0 -0.436508312500000, 1 -0.436572312500000, 0 -0.436590187500000, 1 -0.436632875000000, 0 -0.436650812500000, 1 -0.436678500000000, 0 -0.436696375000000, 1 -0.436748250000000, 0 -0.436766125000000, 1 -0.436830062500000, 0 -0.436848000000000, 1 -0.436902875000000, 0 -0.436920750000000, 1 -0.437139437500000, 0 -0.437157312500000, 1 -0.437309250000000, 0 -0.437327125000000, 1 -0.437370000000000, 0 -0.437387812500000, 1 -0.437406312500000, 0 -0.437424250000000, 1 -0.437488187500000, 0 -0.437506125000000, 1 -0.437548875000000, 0 -0.437566750000000, 1 -0.437594375000000, 0 -0.437612312500000, 1 -0.437667125000000, 0 -0.437685062500000, 1 -0.437749062500000, 0 -0.437766937500000, 1 -0.437791500000000, 0 -0.437809437500000, 1 -0.438031125000000, 0 -0.438049000000000, 1 -0.438200937500000, 0 -0.438218875000000, 1 -0.438237375000000, 0 -0.438255250000000, 1 -0.438273750000000, 0 -0.438291687500000, 1 -0.438355625000000, 0 -0.438373562500000, 1 -0.438416312500000, 0 -0.438434187500000, 1 -0.438461812500000, 0 -0.438479687500000, 1 -0.438537625000000, 0 -0.438555500000000, 1 -0.438619500000000, 0 -0.438637375000000, 1 -0.438655875000000, 0 -0.438673812500000, 1 -0.438922812500000, 0 -0.438940687500000, 1 -0.439092687500000, 0 -0.439110562500000, 1 -0.439165500000000, 0 -0.439183375000000, 1 -0.439201875000000, 0 -0.439219750000000, 1 -0.439283750000000, 0 -0.439301625000000, 1 -0.439344375000000, 0 -0.439362312500000, 1 -0.439389875000000, 0 -0.439407750000000, 1 -0.439468750000000, 0 -0.439486625000000, 1 -0.439550625000000, 0 -0.439568500000000, 1 -0.439605250000000, 0 -0.439623125000000, 1 -0.439814437500000, 0 -0.439832375000000, 1 -0.439984312500000, 0 -0.440002250000000, 1 -0.440045000000000, 0 -0.440062875000000, 1 -0.440081375000000, 0 -0.440099312500000, 1 -0.440163250000000, 0 -0.440181187500000, 1 -0.440223937500000, 0 -0.440241812500000, 1 -0.440269437500000, 0 -0.440287312500000, 1 -0.440351312500000, 0 -0.440369187500000, 1 -0.440433187500000, 0 -0.440451062500000, 1 -0.440481687500000, 0 -0.440499625000000, 1 -0.440706125000000, 0 -0.440724062500000, 1 -0.440876000000000, 0 -0.440893937500000, 1 -0.440936687500000, 0 -0.440954562500000, 1 -0.440973062500000, 0 -0.440991000000000, 1 -0.441055000000000, 0 -0.441072875000000, 1 -0.441118625000000, 0 -0.441136562500000, 1 -0.441167187500000, 0 -0.441185062500000, 1 -0.441203562500000, 0 -0.441221437500000, 1 -0.441285437500000, 0 -0.441303437500000, 1 -0.441355187500000, 0 -0.441373125000000, 1 -0.441597875000000, 0 -0.441615750000000, 1 -0.441767750000000, 0 -0.441785625000000, 1 -0.441840500000000, 0 -0.441858437500000, 1 -0.441876875000000, 0 -0.441894812500000, 1 -0.441958750000000, 0 -0.441976687500000, 1 -0.442022437500000, 0 -0.442040250000000, 1 -0.442071000000000, 0 -0.442088875000000, 1 -0.442110375000000, 0 -0.442128250000000, 1 -0.442192250000000, 0 -0.442210187500000, 1 -0.442256000000000, 0 -0.442273875000000, 1 -0.442489500000000, 0 -0.442507375000000, 1 -0.442659312500000, 0 -0.442677250000000, 1 -0.442720000000000, 0 -0.442737875000000, 1 -0.442756375000000, 0 -0.442774312500000, 1 -0.442838250000000, 0 -0.442856187500000, 1 -0.442898937500000, 0 -0.442916812500000, 1 -0.442947437500000, 0 -0.442965375000000, 1 -0.442989875000000, 0 -0.443007812500000, 1 -0.443071812500000, 0 -0.443089687500000, 1 -0.443141562500000, 0 -0.443159437500000, 1 -0.443381125000000, 0 -0.443399062500000, 1 -0.443551000000000, 0 -0.443568875000000, 1 -0.443623812500000, 0 -0.443641687500000, 1 -0.443660187500000, 0 -0.443678125000000, 1 -0.443742125000000, 0 -0.443760000000000, 1 -0.443805750000000, 0 -0.443823625000000, 1 -0.443854312500000, 0 -0.443872250000000, 1 -0.443899812500000, 0 -0.443917687500000, 1 -0.443981687500000, 0 -0.443999625000000, 1 -0.444057500000000, 0 -0.444075437500000, 1 -0.444272875000000, 0 -0.444290750000000, 1 -0.444442750000000, 0 -0.444460625000000, 1 -0.444479125000000, 0 -0.444497062500000, 1 -0.444515500000000, 0 -0.444533437500000, 1 -0.444597375000000, 0 -0.444615312500000, 1 -0.444658062500000, 0 -0.444676000000000, 1 -0.444706562500000, 0 -0.444724500000000, 1 -0.444755125000000, 0 -0.444773000000000, 1 -0.444836937500000, 0 -0.444854937500000, 1 -0.444894625000000, 0 -0.444912562500000, 1 -0.445164625000000, 0 -0.445182437500000, 1 -0.445334437500000, 0 -0.445352312500000, 1 -0.445382937500000, 0 -0.445400875000000, 1 -0.445419312500000, 0 -0.445437187500000, 1 -0.445501250000000, 0 -0.445519125000000, 1 -0.445561875000000, 0 -0.445579750000000, 1 -0.445610375000000, 0 -0.445628312500000, 1 -0.445661937500000, 0 -0.445679812500000, 1 -0.445743875000000, 0 -0.445761750000000, 1 -0.445795437500000, 0 -0.445813250000000, 1 -0.446056250000000, 0 -0.446074125000000, 1 -0.446226062500000, 0 -0.446244000000000, 1 -0.446298875000000, 0 -0.446316812500000, 1 -0.446335312500000, 0 -0.446353187500000, 1 -0.446417187500000, 0 -0.446435062500000, 1 -0.446477812500000, 0 -0.446495687500000, 1 -0.446526312500000, 0 -0.446544250000000, 1 -0.446580937500000, 0 -0.446598812500000, 1 -0.446662875000000, 0 -0.446680750000000, 1 -0.446708375000000, 0 -0.446726250000000, 1 -0.446947937500000, 0 -0.446965812500000, 1 -0.447117812500000, 0 -0.447135687500000, 1 -0.447154187500000, 0 -0.447172125000000, 1 -0.447190625000000, 0 -0.447208500000000, 1 -0.447272500000000, 0 -0.447290375000000, 1 -0.447333125000000, 0 -0.447351062500000, 1 -0.447381687500000, 0 -0.447399562500000, 1 -0.447439250000000, 0 -0.447457187500000, 1 -0.447521187500000, 0 -0.447539062500000, 1 -0.447560562500000, 0 -0.447578500000000, 1 -0.447839625000000, 0 -0.447857500000000, 1 -0.448009500000000, 0 -0.448027375000000, 1 -0.448045875000000, 0 -0.448063750000000, 1 -0.448082250000000, 0 -0.448100187500000, 1 -0.448164125000000, 0 -0.448182062500000, 1 -0.448224812500000, 0 -0.448242687500000, 1 -0.448273312500000, 0 -0.448291250000000, 1 -0.448334000000000, 0 -0.448351875000000, 1 -0.448415875000000, 0 -0.448433812500000, 1 -0.448458375000000, 0 -0.448476250000000, 1 -0.448731312500000, 0 -0.448749187500000, 1 -0.448901187500000, 0 -0.448919062500000, 1 -0.448973937500000, 0 -0.448991875000000, 1 -0.449010375000000, 0 -0.449028250000000, 1 -0.449092250000000, 0 -0.449110125000000, 1 -0.449152937500000, 0 -0.449170812500000, 1 -0.449201437500000, 0 -0.449219312500000, 1 -0.449265125000000, 0 -0.449283000000000, 1 -0.449347062500000, 0 -0.449364937500000, 1 -0.449383437500000, 0 -0.449401312500000, 1 -0.449623000000000, 0 -0.449640937500000, 1 -0.449792875000000, 0 -0.449810812500000, 1 -0.449829312500000, 0 -0.449847187500000, 1 -0.449865687500000, 0 -0.449883562500000, 1 -0.449883625000000, 0 -0.449883687500000, 1 -0.449947562500000, 0 -0.449965437500000, 1 -0.450008187500000, 0 -0.450026125000000, 1 -0.450056750000000, 0 -0.450074625000000, 1 -0.450123500000000, 0 -0.450141375000000, 1 -0.450205312500000, 0 -0.450223250000000, 1 -0.450259937500000, 0 -0.450277812500000, 1 -0.450514687500000, 0 -0.450532562500000, 1 -0.450684562500000, 0 -0.450702500000000, 1 -0.450733062500000, 0 -0.450751000000000, 1 -0.450769437500000, 0 -0.450787375000000, 1 -0.450851375000000, 0 -0.450869250000000, 1 -0.450915062500000, 0 -0.450932937500000, 1 -0.450963562500000, 0 -0.450981437500000, 1 -0.451033312500000, 0 -0.451051187500000, 1 -0.451115187500000, 0 -0.451133062500000, 1 -0.451151625000000, 0 -0.451169500000000, 1 -0.451406312500000, 0 -0.451424250000000, 1 -0.451576187500000, 0 -0.451594125000000, 1 -0.451624750000000, 0 -0.451642625000000, 1 -0.451661125000000, 0 -0.451679000000000, 1 -0.451743000000000, 0 -0.451760875000000, 1 -0.451803625000000, 0 -0.451821562500000, 1 -0.451852187500000, 0 -0.451870062500000, 1 -0.451925000000000, 0 -0.451942875000000, 1 -0.452006875000000, 0 -0.452024750000000, 1 -0.452073562500000, 0 -0.452091500000000, 1 -0.452298062500000, 0 -0.452315937500000, 1 -0.452467875000000, 0 -0.452485812500000, 1 -0.452528562500000, 0 -0.452546500000000, 1 -0.452564937500000, 0 -0.452582812500000, 1 -0.452646875000000, 0 -0.452664687500000, 1 -0.452707500000000, 0 -0.452725375000000, 1 -0.452756000000000, 0 -0.452773937500000, 1 -0.452831750000000, 0 -0.452849687500000, 1 -0.452913687500000, 0 -0.452931500000000, 1 -0.452974375000000, 0 -0.452992312500000, 1 -0.453189750000000, 0 -0.453207687500000, 1 -0.453359562500000, 0 -0.453377437500000, 1 -0.453420250000000, 0 -0.453438187500000, 1 -0.453456625000000, 0 -0.453474500000000, 1 -0.453538500000000, 0 -0.453556312500000, 1 -0.453602250000000, 0 -0.453620062500000, 1 -0.453650750000000, 0 -0.453668625000000, 1 -0.453729562500000, 0 -0.453747437500000, 1 -0.453811500000000, 0 -0.453829375000000, 1 -0.453878187500000, 0 -0.453896062500000, 1 -0.454081437500000, 0 -0.454099250000000, 1 -0.454251187500000, 0 -0.454269125000000, 1 -0.454299750000000, 0 -0.454317625000000, 1 -0.454336125000000, 0 -0.454354062500000, 1 -0.454418125000000, 0 -0.454435937500000, 1 -0.454478687500000, 0 -0.454496562500000, 1 -0.454527187500000, 0 -0.454545125000000, 1 -0.454609062500000, 0 -0.454627000000000, 1 -0.454691000000000, 0 -0.454708875000000, 1 -0.454763812500000, 0 -0.454781687500000, 1 -0.454973062500000, 0 -0.454990937500000, 1 -0.455142875000000, 0 -0.455160812500000, 1 -0.455203562500000, 0 -0.455221500000000, 1 -0.455240000000000, 0 -0.455257875000000, 1 -0.455321875000000, 0 -0.455339750000000, 1 -0.455382500000000, 0 -0.455400437500000, 1 -0.455434062500000, 0 -0.455451937500000, 1 -0.455470437500000, 0 -0.455488375000000, 1 -0.455552312500000, 0 -0.455570250000000, 1 -0.455613000000000, 0 -0.455630875000000, 1 -0.455864750000000, 0 -0.455882625000000, 1 -0.456034562500000, 0 -0.456052500000000, 1 -0.456107375000000, 0 -0.456125250000000, 1 -0.456143812500000, 0 -0.456161687500000, 1 -0.456225625000000, 0 -0.456243562500000, 1 -0.456289312500000, 0 -0.456307250000000, 1 -0.456340875000000, 0 -0.456358750000000, 1 -0.456380312500000, 0 -0.456398187500000, 1 -0.456462187500000, 0 -0.456480125000000, 1 -0.456541062500000, 0 -0.456559000000000, 1 -0.456756375000000, 0 -0.456774312500000, 1 -0.456926250000000, 0 -0.456944125000000, 1 -0.456999062500000, 0 -0.457016937500000, 1 -0.457035437500000, 0 -0.457053375000000, 1 -0.457117312500000, 0 -0.457135250000000, 1 -0.457181000000000, 0 -0.457198937500000, 1 -0.457232562500000, 0 -0.457250437500000, 1 -0.457275062500000, 0 -0.457292937500000, 1 -0.457356937500000, 0 -0.457374812500000, 1 -0.457417562500000, 0 -0.457435500000000, 1 -0.457648125000000, 0 -0.457666000000000, 1 -0.457817937500000, 0 -0.457835812500000, 1 -0.457878625000000, 0 -0.457896500000000, 1 -0.457915000000000, 0 -0.457932875000000, 1 -0.457996875000000, 0 -0.458014750000000, 1 -0.458057562500000, 0 -0.458075437500000, 1 -0.458109062500000, 0 -0.458127000000000, 1 -0.458154625000000, 0 -0.458172500000000, 1 -0.458236500000000, 0 -0.458254375000000, 1 -0.458315312500000, 0 -0.458333250000000, 1 -0.458539750000000, 0 -0.458557687500000, 1 -0.458709625000000, 0 -0.458727562500000, 1 -0.458782437500000, 0 -0.458800312500000, 1 -0.458818812500000, 0 -0.458836687500000, 1 -0.458900687500000, 0 -0.458918562500000, 1 -0.458961375000000, 0 -0.458979250000000, 1 -0.459012875000000, 0 -0.459030750000000, 1 -0.459061437500000, 0 -0.459079312500000, 1 -0.459143312500000, 0 -0.459161187500000, 1 -0.459179687500000, 0 -0.459197625000000, 1 -0.459431437500000, 0 -0.459449312500000, 1 -0.459601250000000, 0 -0.459619187500000, 1 -0.459674062500000, 0 -0.459691937500000, 1 -0.459710437500000, 0 -0.459728375000000, 1 -0.459792312500000, 0 -0.459810250000000, 1 -0.459853000000000, 0 -0.459870875000000, 1 -0.459904562500000, 0 -0.459922437500000, 1 -0.459956125000000, 0 -0.459974000000000, 1 -0.460038000000000, 0 -0.460055875000000, 1 -0.460080437500000, 0 -0.460098375000000, 1 -0.460323062500000, 0 -0.460341000000000, 1 -0.460492937500000, 0 -0.460510875000000, 1 -0.460529312500000, 0 -0.460547250000000, 1 -0.460565687500000, 0 -0.460583625000000, 1 -0.460647625000000, 0 -0.460665500000000, 1 -0.460708250000000, 0 -0.460726125000000, 1 -0.460759812500000, 0 -0.460777687500000, 1 -0.460814375000000, 0 -0.460832187500000, 1 -0.460832250000000, 0 -0.460832312500000, 1 -0.460896312500000, 0 -0.460914187500000, 1 -0.460944812500000, 0 -0.460962750000000, 1 -0.461214687500000, 0 -0.461232625000000, 1 -0.461384562500000, 0 -0.461402500000000, 1 -0.461420937500000, 0 -0.461438875000000, 1 -0.461457375000000, 0 -0.461475312500000, 1 -0.461539250000000, 0 -0.461557125000000, 1 -0.461602937500000, 0 -0.461620750000000, 1 -0.461654500000000, 0 -0.461672375000000, 1 -0.461712125000000, 0 -0.461730062500000, 1 -0.461794000000000, 0 -0.461811937500000, 1 -0.461836500000000, 0 -0.461854375000000, 1 -0.462106437500000, 0 -0.462124312500000, 1 -0.462276250000000, 0 -0.462294187500000, 1 -0.462312625000000, 0 -0.462330562500000, 1 -0.462349062500000, 0 -0.462367000000000, 1 -0.462430937500000, 0 -0.462448812500000, 1 -0.462491625000000, 0 -0.462509500000000, 1 -0.462543187500000, 0 -0.462561062500000, 1 -0.462603812500000, 0 -0.462621687500000, 1 -0.462685687500000, 0 -0.462703625000000, 1 -0.462737312500000, 0 -0.462755187500000, 1 -0.462998125000000, 0 -0.463016000000000, 1 -0.463167937500000, 0 -0.463185875000000, 1 -0.463204375000000, 0 -0.463222250000000, 1 -0.463240750000000, 0 -0.463258625000000, 1 -0.463322625000000, 0 -0.463340562500000, 1 -0.463383312500000, 0 -0.463401187500000, 1 -0.463434875000000, 0 -0.463452750000000, 1 -0.463498562500000, 0 -0.463516437500000, 1 -0.463580437500000, 0 -0.463598312500000, 1 -0.463638062500000, 0 -0.463655937500000, 1 -0.463889812500000, 0 -0.463907687500000, 1 -0.464059625000000, 0 -0.464077562500000, 1 -0.464096062500000, 0 -0.464113937500000, 1 -0.464132437500000, 0 -0.464150312500000, 1 -0.464214312500000, 0 -0.464232250000000, 1 -0.464275000000000, 0 -0.464292875000000, 1 -0.464326562500000, 0 -0.464344437500000, 1 -0.464393250000000, 0 -0.464411125000000, 1 -0.464475125000000, 0 -0.464493062500000, 1 -0.464514562500000, 0 -0.464532500000000, 1 -0.464781500000000, 0 -0.464799375000000, 1 -0.464951312500000, 0 -0.464969250000000, 1 -0.464987687500000, 0 -0.465005625000000, 1 -0.465024125000000, 0 -0.465042000000000, 1 -0.465106000000000, 0 -0.465123937500000, 1 -0.465166687500000, 0 -0.465184562500000, 1 -0.465218250000000, 0 -0.465236125000000, 1 -0.465288000000000, 0 -0.465305875000000, 1 -0.465369875000000, 0 -0.465387750000000, 1 -0.465415375000000, 0 -0.465433250000000, 1 -0.465673187500000, 0 -0.465691062500000, 1 -0.465843062500000, 0 -0.465860937500000, 1 -0.465879437500000, 0 -0.465897312500000, 1 -0.465915812500000, 0 -0.465933750000000, 1 -0.465997687500000, 0 -0.466015625000000, 1 -0.466058375000000, 0 -0.466076250000000, 1 -0.466109937500000, 0 -0.466127812500000, 1 -0.466182687500000, 0 -0.466200625000000, 1 -0.466264625000000, 0 -0.466282500000000, 1 -0.466340437500000, 0 -0.466358375000000, 1 -0.466564875000000, 0 -0.466582750000000, 1 -0.466734750000000, 0 -0.466752562500000, 1 -0.466771125000000, 0 -0.466789062500000, 1 -0.466807500000000, 0 -0.466825437500000, 1 -0.466889375000000, 0 -0.466907312500000, 1 -0.466953125000000, 0 -0.466971000000000, 1 -0.467004625000000, 0 -0.467022562500000, 1 -0.467080437500000, 0 -0.467098312500000, 1 -0.467162375000000, 0 -0.467180187500000, 1 -0.467232125000000, 0 -0.467250000000000, 1 -0.467456562500000, 0 -0.467474437500000, 1 -0.467626375000000, 0 -0.467644312500000, 1 -0.467662812500000, 0 -0.467680687500000, 1 -0.467699187500000, 0 -0.467717125000000, 1 -0.467781062500000, 0 -0.467799000000000, 1 -0.467841750000000, 0 -0.467859625000000, 1 -0.467893312500000, 0 -0.467911187500000, 1 -0.467972125000000, 0 -0.467990000000000, 1 -0.468054062500000, 0 -0.468071937500000, 1 -0.468117750000000, 0 -0.468135625000000, 1 -0.468348250000000, 0 -0.468366187500000, 1 -0.468518125000000, 0 -0.468536000000000, 1 -0.468554500000000, 0 -0.468572375000000, 1 -0.468590937500000, 0 -0.468608812500000, 1 -0.468672812500000, 0 -0.468690687500000, 1 -0.468733437500000, 0 -0.468751375000000, 1 -0.468785000000000, 0 -0.468802875000000, 1 -0.468866875000000, 0 -0.468884812500000, 1 -0.468948812500000, 0 -0.468966687500000, 1 -0.469018562500000, 0 -0.469036437500000, 1 -0.469239937500000, 0 -0.469257875000000, 1 -0.469409812500000, 0 -0.469427750000000, 1 -0.469470500000000, 0 -0.469488375000000, 1 -0.469506875000000, 0 -0.469524750000000, 1 -0.469588750000000, 0 -0.469606625000000, 1 -0.469649437500000, 0 -0.469667312500000, 1 -0.469704000000000, 0 -0.469721875000000, 1 -0.469740437500000, 0 -0.469758312500000, 1 -0.469822312500000, 0 -0.469840187500000, 1 -0.469861687500000, 0 -0.469879625000000, 1 -0.470131687500000, 0 -0.470149562500000, 1 -0.470301562500000, 0 -0.470319375000000, 1 -0.470337937500000, 0 -0.470355812500000, 1 -0.470374312500000, 0 -0.470392312500000, 1 -0.470456187500000, 0 -0.470474125000000, 1 -0.470522937500000, 0 -0.470540812500000, 1 -0.470577500000000, 0 -0.470595437500000, 1 -0.470616875000000, 0 -0.470634812500000, 1 -0.470698812500000, 0 -0.470716750000000, 1 -0.470768625000000, 0 -0.470786500000000, 1 -0.471023375000000, 0 -0.471041250000000, 1 -0.471193250000000, 0 -0.471211125000000, 1 -0.471266062500000, 0 -0.471283937500000, 1 -0.471302437500000, 0 -0.471320312500000, 1 -0.471384312500000, 0 -0.471402187500000, 1 -0.471445000000000, 0 -0.471462875000000, 1 -0.471499562500000, 0 -0.471517437500000, 1 -0.471542000000000, 0 -0.471559937500000, 1 -0.471623937500000, 0 -0.471641812500000, 1 -0.471675500000000, 0 -0.471693375000000, 1 -0.471915062500000, 0 -0.471933000000000, 1 -0.472084937500000, 0 -0.472102812500000, 1 -0.472157750000000, 0 -0.472175625000000, 1 -0.472194125000000, 0 -0.472212000000000, 1 -0.472276000000000, 0 -0.472293875000000, 1 -0.472336687500000, 0 -0.472354562500000, 1 -0.472391250000000, 0 -0.472409125000000, 1 -0.472436750000000, 0 -0.472454625000000, 1 -0.472518625000000, 0 -0.472536562500000, 1 -0.472576250000000, 0 -0.472594187500000, 1 -0.472806750000000, 0 -0.472824625000000, 1 -0.472976625000000, 0 -0.472994500000000, 1 -0.473037250000000, 0 -0.473055187500000, 1 -0.473073687500000, 0 -0.473091562500000, 1 -0.473155562500000, 0 -0.473173437500000, 1 -0.473216187500000, 0 -0.473234062500000, 1 -0.473270812500000, 0 -0.473288687500000, 1 -0.473319312500000, 0 -0.473337187500000, 1 -0.473401187500000, 0 -0.473419125000000, 1 -0.473464875000000, 0 -0.473482812500000, 1 -0.473698437500000, 0 -0.473716312500000, 1 -0.473868250000000, 0 -0.473886187500000, 1 -0.473928937500000, 0 -0.473946812500000, 1 -0.473965312500000, 0 -0.473983250000000, 1 -0.474047187500000, 0 -0.474065125000000, 1 -0.474110875000000, 0 -0.474128812500000, 1 -0.474165500000000, 0 -0.474183375000000, 1 -0.474217062500000, 0 -0.474234937500000, 1 -0.474298937500000, 0 -0.474316875000000, 1 -0.474380812500000, 0 -0.474398750000000, 1 -0.474590062500000, 0 -0.474608000000000, 1 -0.474759937500000, 0 -0.474777812500000, 1 -0.474820562500000, 0 -0.474838500000000, 1 -0.474857000000000, 0 -0.474874875000000, 1 -0.474938812500000, 0 -0.474956750000000, 1 -0.474999500000000, 0 -0.475017375000000, 1 -0.475054062500000, 0 -0.475072000000000, 1 -0.475108625000000, 0 -0.475126562500000, 1 -0.475190562500000, 0 -0.475208437500000, 1 -0.475266437500000, 0 -0.475284312500000, 1 -0.475481687500000, 0 -0.475499625000000, 1 -0.475651562500000, 0 -0.475669500000000, 1 -0.475712250000000, 0 -0.475730125000000, 1 -0.475748625000000, 0 -0.475766562500000, 1 -0.475830562500000, 0 -0.475848437500000, 1 -0.475894312500000, 0 -0.475912125000000, 1 -0.475948812500000, 0 -0.475966687500000, 1 -0.476006437500000, 0 -0.476024312500000, 1 -0.476088312500000, 0 -0.476106250000000, 1 -0.476158062500000, 0 -0.476175937500000, 1 -0.476373375000000, 0 -0.476391312500000, 1 -0.476543312500000, 0 -0.476561125000000, 1 -0.476579625000000, 0 -0.476597500000000, 1 -0.476616000000000, 0 -0.476633937500000, 1 -0.476697937500000, 0 -0.476715812500000, 1 -0.476758562500000, 0 -0.476776500000000, 1 -0.476813187500000, 0 -0.476831062500000, 1 -0.476873812500000, 0 -0.476891687500000, 1 -0.476955687500000, 0 -0.476973625000000, 1 -0.477028500000000, 0 -0.477046437500000, 1 -0.477265062500000, 0 -0.477282937500000, 1 -0.477434937500000, 0 -0.477452812500000, 1 -0.477471312500000, 0 -0.477489250000000, 1 -0.477507687500000, 0 -0.477525625000000, 1 -0.477589625000000, 0 -0.477607500000000, 1 -0.477650250000000, 0 -0.477668187500000, 1 -0.477704812500000, 0 -0.477722750000000, 1 -0.477768500000000, 0 -0.477786375000000, 1 -0.477850437500000, 0 -0.477868250000000, 1 -0.477929312500000, 0 -0.477947187500000, 1 -0.478156687500000, 0 -0.478174625000000, 1 -0.478326625000000, 0 -0.478344500000000, 1 -0.478387250000000, 0 -0.478405125000000, 1 -0.478423625000000, 0 -0.478441500000000, 1 -0.478505500000000, 0 -0.478523437500000, 1 -0.478566187500000, 0 -0.478584125000000, 1 -0.478620750000000, 0 -0.478638687500000, 1 -0.478687500000000, 0 -0.478705375000000, 1 -0.478769312500000, 0 -0.478787312500000, 1 -0.478830000000000, 0 -0.478847937500000, 1 -0.479048437500000, 0 -0.479066312500000, 1 -0.479218250000000, 0 -0.479236187500000, 1 -0.479254687500000, 0 -0.479272562500000, 1 -0.479291062500000, 0 -0.479308937500000, 1 -0.479372937500000, 0 -0.479390875000000, 1 -0.479436625000000, 0 -0.479454562500000, 1 -0.479491250000000, 0 -0.479509125000000, 1 -0.479560937500000, 0 -0.479578875000000, 1 -0.479642875000000, 0 -0.479660750000000, 1 -0.479721750000000, 0 -0.479739625000000, 1 -0.479940125000000, 0 -0.479958000000000, 1 -0.480109937500000, 0 -0.480127875000000, 1 -0.480146375000000, 0 -0.480164250000000, 1 -0.480182750000000, 0 -0.480200625000000, 1 -0.480264625000000, 0 -0.480282500000000, 1 -0.480325312500000, 0 -0.480343187500000, 1 -0.480379875000000, 0 -0.480397750000000, 1 -0.480452687500000, 0 -0.480470562500000, 1 -0.480534562500000, 0 -0.480552437500000, 1 -0.480583125000000, 0 -0.480601000000000, 1 -0.480831812500000, 0 -0.480849687500000, 1 -0.481001625000000, 0 -0.481019562500000, 1 -0.481062312500000, 0 -0.481080187500000, 1 -0.481098687500000, 0 -0.481116625000000, 1 -0.481180562500000, 0 -0.481198500000000, 1 -0.481241250000000, 0 -0.481259125000000, 1 -0.481295812500000, 0 -0.481313687500000, 1 -0.481371625000000, 0 -0.481389562500000, 1 -0.481453562500000, 0 -0.481471437500000, 1 -0.481508125000000, 0 -0.481526062500000, 1 -0.481723437500000, 0 -0.481741375000000, 1 -0.481893312500000, 0 -0.481911250000000, 1 -0.481929687500000, 0 -0.481947625000000, 1 -0.481966125000000, 0 -0.481984000000000, 1 -0.482048000000000, 0 -0.482065875000000, 1 -0.482111687500000, 0 -0.482129562500000, 1 -0.482166312500000, 0 -0.482184187500000, 1 -0.482245125000000, 0 -0.482263062500000, 1 -0.482327062500000, 0 -0.482344875000000, 1 -0.482375562500000, 0 -0.482393500000000, 1 -0.482615125000000, 0 -0.482633062500000, 1 -0.482785000000000, 0 -0.482802875000000, 1 -0.482833562500000, 0 -0.482851437500000, 1 -0.482869937500000, 0 -0.482887812500000, 1 -0.482951812500000, 0 -0.482969750000000, 1 -0.483012500000000, 0 -0.483030375000000, 1 -0.483067062500000, 0 -0.483084937500000, 1 -0.483148937500000, 0 -0.483166875000000, 1 -0.483230812500000, 0 -0.483248750000000, 1 -0.483273312500000, 0 -0.483291250000000, 1 -0.483506812500000, 0 -0.483524687500000, 1 -0.483676687500000, 0 -0.483694562500000, 1 -0.483737375000000, 0 -0.483755250000000, 1 -0.483773750000000, 0 -0.483791625000000, 1 -0.483855625000000, 0 -0.483873500000000, 1 -0.483919312500000, 0 -0.483937250000000, 1 -0.483977062500000, 0 -0.483994812500000, 1 -0.484013312500000, 0 -0.484031250000000, 1 -0.484095187500000, 0 -0.484113125000000, 1 -0.484137687500000, 0 -0.484155625000000, 1 -0.484398500000000, 0 -0.484416437500000, 1 -0.484568375000000, 0 -0.484586250000000, 1 -0.484604750000000, 0 -0.484622687500000, 1 -0.484641187500000, 0 -0.484659062500000, 1 -0.484723062500000, 0 -0.484741000000000, 1 -0.484786750000000, 0 -0.484804625000000, 1 -0.484844375000000, 0 -0.484862312500000, 1 -0.484883812500000, 0 -0.484901687500000, 1 -0.484965687500000, 0 -0.484983562500000, 1 -0.485002125000000, 0 -0.485020000000000, 1 -0.485290250000000, 0 -0.485308125000000, 1 -0.485460062500000, 0 -0.485478000000000, 1 -0.485496500000000, 0 -0.485514375000000, 1 -0.485532875000000, 0 -0.485550812500000, 1 -0.485614750000000, 0 -0.485632625000000, 1 -0.485675375000000, 0 -0.485693312500000, 1 -0.485733062500000, 0 -0.485750937500000, 1 -0.485775500000000, 0 -0.485793375000000, 1 -0.485857375000000, 0 -0.485875312500000, 1 -0.485899937500000, 0 -0.485917750000000, 1 -0.486181875000000, 0 -0.486199812500000, 1 -0.486351812500000, 0 -0.486369625000000, 1 -0.486400312500000, 0 -0.486418187500000, 1 -0.486436687500000, 0 -0.486454562500000, 1 -0.486518562500000, 0 -0.486536500000000, 1 -0.486579250000000, 0 -0.486597062500000, 1 -0.486636875000000, 0 -0.486654750000000, 1 -0.486682312500000, 0 -0.486700250000000, 1 -0.486764250000000, 0 -0.486782187500000, 1 -0.486800625000000, 0 -0.486818562500000, 1 -0.487073625000000, 0 -0.487091500000000, 1 -0.487243500000000, 0 -0.487261375000000, 1 -0.487304187500000, 0 -0.487322062500000, 1 -0.487340562500000, 0 -0.487358437500000, 1 -0.487422437500000, 0 -0.487440375000000, 1 -0.487483062500000, 0 -0.487501000000000, 1 -0.487540750000000, 0 -0.487558562500000, 1 -0.487589312500000, 0 -0.487607125000000, 1 -0.487671125000000, 0 -0.487689000000000, 1 -0.487750000000000, 0 -0.487767937500000, 1 -0.487965375000000, 0 -0.487983250000000, 1 -0.488135250000000, 0 -0.488153125000000, 1 -0.488208000000000, 0 -0.488225937500000, 1 -0.488244437500000, 0 -0.488262312500000, 1 -0.488326312500000, 0 -0.488344187500000, 1 -0.488386937500000, 0 -0.488404812500000, 1 -0.488444562500000, 0 -0.488462437500000, 1 -0.488496125000000, 0 -0.488514000000000, 1 -0.488578000000000, 0 -0.488595937500000, 1 -0.488650812500000, 0 -0.488668687500000, 1 -0.488857062500000, 0 -0.488874937500000, 1 -0.489026875000000, 0 -0.489044812500000, 1 -0.489099687500000, 0 -0.489117562500000, 1 -0.489136125000000, 0 -0.489153937500000, 1 -0.489217937500000, 0 -0.489235875000000, 1 -0.489278625000000, 0 -0.489296500000000, 1 -0.489336250000000, 0 -0.489354125000000, 1 -0.489390812500000, 0 -0.489408687500000, 1 -0.489472687500000, 0 -0.489490625000000, 1 -0.489539437500000, 0 -0.489557312500000, 1 -0.489748687500000, 0 -0.489766562500000, 1 -0.489918562500000, 0 -0.489936437500000, 1 -0.489979250000000, 0 -0.489997125000000, 1 -0.490015625000000, 0 -0.490033500000000, 1 -0.490097500000000, 0 -0.490115375000000, 1 -0.490158125000000, 0 -0.490176062500000, 1 -0.490215750000000, 0 -0.490233687500000, 1 -0.490273375000000, 0 -0.490291312500000, 1 -0.490355312500000, 0 -0.490373187500000, 1 -0.490415937500000, 0 -0.490433875000000, 1 -0.490640437500000, 0 -0.490658312500000, 1 -0.490810250000000, 0 -0.490828125000000, 1 -0.490883062500000, 0 -0.490900937500000, 1 -0.490919437500000, 0 -0.490937312500000, 1 -0.491001375000000, 0 -0.491019250000000, 1 -0.491065000000000, 0 -0.491082875000000, 1 -0.491122625000000, 0 -0.491140500000000, 1 -0.491183312500000, 0 -0.491201187500000, 1 -0.491265187500000, 0 -0.491283062500000, 1 -0.491347062500000, 0 -0.491365000000000, 1 -0.491532062500000, 0 -0.491549937500000, 1 -0.491701937500000, 0 -0.491719812500000, 1 -0.491774750000000, 0 -0.491792625000000, 1 -0.491811125000000, 0 -0.491829000000000, 1 -0.491893000000000, 0 -0.491910875000000, 1 -0.491953625000000, 0 -0.491971562500000, 1 -0.492011250000000, 0 -0.492029125000000, 1 -0.492075000000000, 0 -0.492092875000000, 1 -0.492156812500000, 0 -0.492174750000000, 1 -0.492220562500000, 0 -0.492238500000000, 1 -0.492423750000000, 0 -0.492441687500000, 1 -0.492593625000000, 0 -0.492611562500000, 1 -0.492630000000000, 0 -0.492647937500000, 1 -0.492666437500000, 0 -0.492684312500000, 1 -0.492748312500000, 0 -0.492766187500000, 1 -0.492805937500000, 0 -0.492823812500000, 1 -0.492863500000000, 0 -0.492881437500000, 1 -0.492930312500000, 0 -0.492948187500000, 1 -0.493012187500000, 0 -0.493030062500000, 1 -0.493075875000000, 0 -0.493093750000000, 1 -0.493315437500000, 0 -0.493333375000000, 1 -0.493485312500000, 0 -0.493503250000000, 1 -0.493521687500000, 0 -0.493539625000000, 1 -0.493558125000000, 0 -0.493576000000000, 1 -0.493640000000000, 0 -0.493657875000000, 1 -0.493700687500000, 0 -0.493718562500000, 1 -0.493758312500000, 0 -0.493776187500000, 1 -0.493828062500000, 0 -0.493845937500000, 1 -0.493909937500000, 0 -0.493927812500000, 1 -0.493985750000000, 0 -0.494003625000000, 1 -0.494207187500000, 0 -0.494225062500000, 1 -0.494377062500000, 0 -0.494394937500000, 1 -0.494413437500000, 0 -0.494431250000000, 1 -0.494449812500000, 0 -0.494467750000000, 1 -0.494531750000000, 0 -0.494549625000000, 1 -0.494595375000000, 0 -0.494613312500000, 1 -0.494653000000000, 0 -0.494670937500000, 1 -0.494725812500000, 0 -0.494743687500000, 1 -0.494807687500000, 0 -0.494825562500000, 1 -0.494865312500000, 0 -0.494883250000000, 1 -0.495098812500000, 0 -0.495116750000000, 1 -0.495268687500000, 0 -0.495286625000000, 1 -0.495305125000000, 0 -0.495323000000000, 1 -0.495341500000000, 0 -0.495359375000000, 1 -0.495423437500000, 0 -0.495441250000000, 1 -0.495484000000000, 0 -0.495501937500000, 1 -0.495541687500000, 0 -0.495559562500000, 1 -0.495617437500000, 0 -0.495635375000000, 1 -0.495699375000000, 0 -0.495717312500000, 1 -0.495738875000000, 0 -0.495756687500000, 1 -0.495990562500000, 0 -0.496008437500000, 1 -0.496160375000000, 0 -0.496178312500000, 1 -0.496196812500000, 0 -0.496196875000000, 1 -0.496196937500000, 0 -0.496214687500000, 1 -0.496233187500000, 0 -0.496251062500000, 1 -0.496315062500000, 0 -0.496332937500000, 1 -0.496375750000000, 0 -0.496393625000000, 1 -0.496433312500000, 0 -0.496451250000000, 1 -0.496512187500000, 0 -0.496530062500000, 1 -0.496594062500000, 0 -0.496612000000000, 1 -0.496651750000000, 0 -0.496669625000000, 1 -0.496882187500000, 0 -0.496900125000000, 1 -0.497052062500000, 0 -0.497069937500000, 1 -0.497088437500000, 0 -0.497106375000000, 1 -0.497124875000000, 0 -0.497142750000000, 1 -0.497206750000000, 0 -0.497224625000000, 1 -0.497270437500000, 0 -0.497288312500000, 1 -0.497328062500000, 0 -0.497345937500000, 1 -0.497409937500000, 0 -0.497427812500000, 1 -0.497491812500000, 0 -0.497509750000000, 1 -0.497531250000000, 0 -0.497549187500000, 1 -0.497773875000000, 0 -0.497791812500000, 1 -0.497943750000000, 0 -0.497961687500000, 1 -0.497980125000000, 0 -0.497998062500000, 1 -0.498016562500000, 0 -0.498034437500000, 1 -0.498098437500000, 0 -0.498116312500000, 1 -0.498159062500000, 0 -0.498177000000000, 1 -0.498219750000000, 0 -0.498237625000000, 1 -0.498256125000000, 0 -0.498274062500000, 1 -0.498338062500000, 0 -0.498355937500000, 1 -0.498410812500000, 0 -0.498428750000000, 1 -0.498665625000000, 0 -0.498683500000000, 1 -0.498835500000000, 0 -0.498853375000000, 1 -0.498871875000000, 0 -0.498889750000000, 1 -0.498908250000000, 0 -0.498926187500000, 1 -0.498990125000000, 0 -0.499008062500000, 1 -0.499050812500000, 0 -0.499068687500000, 1 -0.499111437500000, 0 -0.499129375000000, 1 -0.499150875000000, 0 -0.499168750000000, 1 -0.499232750000000, 0 -0.499250625000000, 1 -0.499311625000000, 0 -0.499329500000000, 1 -0.499557312500000, 0 -0.499574937500000, 1 -0.499575000000000, 0 -0.499575125000000, 1 -0.499727187500000, 0 -0.499745062500000, 1 -0.499763562500000, 0 -0.499781437500000, 1 -0.499799937500000, 0 -0.499817875000000, 1 -0.499881812500000, 0 -0.499899750000000, 1 -0.499942500000000, 0 -0.499960375000000, 1 -0.500003125000000, 0 -0.500021062500000, 1 -0.500045625000000, 0 -0.500063500000000, 1 -0.500127500000000, 0 -0.500145375000000, 1 -0.500188187500000, 0 -0.500206062500000, 1 -0.500448875000000, 0 -0.500448937500000, 1 -0.500449062500000, 0 -0.500466875000000, 1 -0.500618812500000, 0 -0.500636750000000, 1 -0.500655250000000, 0 -0.500673187500000, 1 -0.500691687500000, 0 -0.500709562500000, 1 -0.500773562500000, 0 -0.500791437500000, 1 -0.500834187500000, 0 -0.500852062500000, 1 -0.500894875000000, 0 -0.500912750000000, 1 -0.500940312500000, 0 -0.500958187500000, 1 -0.501022250000000, 0 -0.501040125000000, 1 -0.501089000000000, 0 -0.501106875000000, 1 -0.501340750000000, 0 -0.501358625000000, 1 -0.501510562500000, 0 -0.501528500000000, 1 -0.501571250000000, 0 -0.501589125000000, 1 -0.501607625000000, 0 -0.501625500000000, 1 -0.501689500000000, 0 -0.501707437500000, 1 -0.501750187500000, 0 -0.501768062500000, 1 -0.501810812500000, 0 -0.501828687500000, 1 -0.501859312500000, 0 -0.501877250000000, 1 -0.501941250000000, 0 -0.501959062500000, 1 -0.501989750000000, 0 -0.502007687500000, 1 -0.502232375000000, 0 -0.502250250000000, 1 -0.502402000000000, 0 -0.502402062500000, 1 -0.502402187500000, 0 -0.502420125000000, 1 -0.502438625000000, 0 -0.502456562500000, 1 -0.502475000000000, 0 -0.502492875000000, 1 -0.502556875000000, 0 -0.502574812500000, 1 -0.502617562500000, 0 -0.502635437500000, 1 -0.502678250000000, 0 -0.502696125000000, 1 -0.502729750000000, 0 -0.502747625000000, 1 -0.502811625000000, 0 -0.502829562500000, 1 -0.502866250000000, 0 -0.502884187500000, 1 -0.503124000000000, 0 -0.503141937500000, 1 -0.503293875000000, 0 -0.503311812500000, 1 -0.503366687500000, 0 -0.503384625000000, 1 -0.503403062500000, 0 -0.503421000000000, 1 -0.503485000000000, 0 -0.503502812500000, 1 -0.503545562500000, 0 -0.503563375000000, 1 -0.503606250000000, 0 -0.503623875000000, 1 -0.503623937500000, 0 -0.503624250000000, 1 -0.503660875000000, 0 -0.503678750000000, 1 -0.503742750000000, 0 -0.503760750000000, 1 -0.503779187500000, 0 -0.503797062500000, 1 -0.504015687500000, 0 -0.504033625000000, 1 -0.504185562500000, 0 -0.504203500000000, 1 -0.504246250000000, 0 -0.504264125000000, 1 -0.504282625000000, 0 -0.504300562500000, 1 -0.504364562500000, 0 -0.504382437500000, 1 -0.504425187500000, 0 -0.504443062500000, 1 -0.504485812500000, 0 -0.504503687500000, 1 -0.504543437500000, 0 -0.504561375000000, 1 -0.504625312500000, 0 -0.504643250000000, 1 -0.504667812500000, 0 -0.504685687500000, 1 -0.504907375000000, 0 -0.504925250000000, 1 -0.505077250000000, 0 -0.505095125000000, 1 -0.505150000000000, 0 -0.505167937500000, 1 -0.505186437500000, 0 -0.505204312500000, 1 -0.505268312500000, 0 -0.505286187500000, 1 -0.505332000000000, 0 -0.505349875000000, 1 -0.505392625000000, 0 -0.505410500000000, 1 -0.505453312500000, 0 -0.505471187500000, 1 -0.505535187500000, 0 -0.505553062500000, 1 -0.505586750000000, 0 -0.505604625000000, 1 -0.505799062500000, 0 -0.505816937500000, 1 -0.505968875000000, 0 -0.505986812500000, 1 -0.506029562500000, 0 -0.506047437500000, 1 -0.506065937500000, 0 -0.506083812500000, 1 -0.506147812500000, 0 -0.506165687500000, 1 -0.506211500000000, 0 -0.506229375000000, 1 -0.506272125000000, 0 -0.506290062500000, 1 -0.506335875000000, 0 -0.506353750000000, 1 -0.506417750000000, 0 -0.506435625000000, 1 -0.506475375000000, 0 -0.506493250000000, 1 -0.506690687500000, 0 -0.506708562500000, 1 -0.506860562500000, 0 -0.506878437500000, 1 -0.506933375000000, 0 -0.506951250000000, 1 -0.506969750000000, 0 -0.506987625000000, 1 -0.507051625000000, 0 -0.507069500000000, 1 -0.507112250000000, 0 -0.507130187500000, 1 -0.507172937500000, 0 -0.507190812500000, 1 -0.507239625000000, 0 -0.507257562500000, 1 -0.507321500000000, 0 -0.507339437500000, 1 -0.507373125000000, 0 -0.507391000000000, 1 -0.507582375000000, 0 -0.507600250000000, 1 -0.507752250000000, 0 -0.507770125000000, 1 -0.507812875000000, 0 -0.507830750000000, 1 -0.507849312500000, 0 -0.507867187500000, 1 -0.507931187500000, 0 -0.507949062500000, 1 -0.507991812500000, 0 -0.508009687500000, 1 -0.508052437500000, 0 -0.508070375000000, 1 -0.508122187500000, 0 -0.508140125000000, 1 -0.508204125000000, 0 -0.508222000000000, 1 -0.508261750000000, 0 -0.508279625000000, 1 -0.508474062500000, 0 -0.508491937500000, 1 -0.508643875000000, 0 -0.508661812500000, 1 -0.508680250000000, 0 -0.508698187500000, 1 -0.508716687500000, 0 -0.508734562500000, 1 -0.508798562500000, 0 -0.508816437500000, 1 -0.508859187500000, 0 -0.508877125000000, 1 -0.508919812500000, 0 -0.508937750000000, 1 -0.508992625000000, 0 -0.509010562500000, 1 -0.509074500000000, 0 -0.509092437500000, 1 -0.509138250000000, 0 -0.509156125000000, 1 -0.509365687500000, 0 -0.509383625000000, 1 -0.509535562500000, 0 -0.509553437500000, 1 -0.509571937500000, 0 -0.509589812500000, 1 -0.509608375000000, 0 -0.509626250000000, 1 -0.509690250000000, 0 -0.509708125000000, 1 -0.509753875000000, 0 -0.509771812500000, 1 -0.509814562500000, 0 -0.509832437500000, 1 -0.509890375000000, 0 -0.509908250000000, 1 -0.509972250000000, 0 -0.509990187500000, 1 -0.510054187500000, 0 -0.510072062500000, 1 -0.510257375000000, 0 -0.510275250000000, 1 -0.510427187500000, 0 -0.510445125000000, 1 -0.510487875000000, 0 -0.510505750000000, 1 -0.510524250000000, 0 -0.510542125000000, 1 -0.510606125000000, 0 -0.510624000000000, 1 -0.510669812500000, 0 -0.510687687500000, 1 -0.510730500000000, 0 -0.510748375000000, 1 -0.510809250000000, 0 -0.510827187500000, 1 -0.510891187500000, 0 -0.510909125000000, 1 -0.510954937500000, 0 -0.510972812500000, 1 -0.511149000000000, 0 -0.511166875000000, 1 -0.511318812500000, 0 -0.511336750000000, 1 -0.511355250000000, 0 -0.511373062500000, 1 -0.511391625000000, 0 -0.511409562500000, 1 -0.511473500000000, 0 -0.511491437500000, 1 -0.511534187500000, 0 -0.511552062500000, 1 -0.511594812500000, 0 -0.511612687500000, 1 -0.511676750000000, 0 -0.511694625000000, 1 -0.511758562500000, 0 -0.511776500000000, 1 -0.511840500000000, 0 -0.511858375000000, 1 -0.512040687500000, 0 -0.512058562500000, 1 -0.512210562500000, 0 -0.512228437500000, 1 -0.512246937500000, 0 -0.512264812500000, 1 -0.512283312500000, 0 -0.512301187500000, 1 -0.512365187500000, 0 -0.512383125000000, 1 -0.512425875000000, 0 -0.512443750000000, 1 -0.512489562500000, 0 -0.512507437500000, 1 -0.512525937500000, 0 -0.512543875000000, 1 -0.512607812500000, 0 -0.512625812500000, 1 -0.512677562500000, 0 -0.512695500000000, 1 -0.512932375000000, 0 -0.512950250000000, 1 -0.513102187500000, 0 -0.513120062500000, 1 -0.513162875000000, 0 -0.513180750000000, 1 -0.513199250000000, 0 -0.513217125000000, 1 -0.513281125000000, 0 -0.513299062500000, 1 -0.513341812500000, 0 -0.513359687500000, 1 -0.513405500000000, 0 -0.513423375000000, 1 -0.513444937500000, 0 -0.513462812500000, 1 -0.513526812500000, 0 -0.513544687500000, 1 -0.513590500000000, 0 -0.513608375000000, 1 -0.513824000000000, 0 -0.513841875000000, 1 -0.513993875000000, 0 -0.514011750000000, 1 -0.514030250000000, 0 -0.514048125000000, 1 -0.514066625000000, 0 -0.514084562500000, 1 -0.514148500000000, 0 -0.514166437500000, 1 -0.514212187500000, 0 -0.514230125000000, 1 -0.514275875000000, 0 -0.514293812500000, 1 -0.514318375000000, 0 -0.514336250000000, 1 -0.514400250000000, 0 -0.514418187500000, 1 -0.514470000000000, 0 -0.514487937500000, 1 -0.514715687500000, 0 -0.514733562500000, 1 -0.514885562500000, 0 -0.514903437500000, 1 -0.514921937500000, 0 -0.514939875000000, 1 -0.514958312500000, 0 -0.514976250000000, 1 -0.515040250000000, 0 -0.515058125000000, 1 -0.515100875000000, 0 -0.515118750000000, 1 -0.515164562500000, 0 -0.515182437500000, 1 -0.515210062500000, 0 -0.515227937500000, 1 -0.515291937500000, 0 -0.515309875000000, 1 -0.515367750000000, 0 -0.515385687500000, 1 -0.515607375000000, 0 -0.515625250000000, 1 -0.515777250000000, 0 -0.515795125000000, 1 -0.515837875000000, 0 -0.515855750000000, 1 -0.515874250000000, 0 -0.515892187500000, 1 -0.515956187500000, 0 -0.515974062500000, 1 -0.516019812500000, 0 -0.516037750000000, 1 -0.516083500000000, 0 -0.516101437500000, 1 -0.516132062500000, 0 -0.516149937500000, 1 -0.516213937500000, 0 -0.516231812500000, 1 -0.516271562500000, 0 -0.516289437500000, 1 -0.516499000000000, 0 -0.516516937500000, 1 -0.516668875000000, 0 -0.516686750000000, 1 -0.516705250000000, 0 -0.516723187500000, 1 -0.516741625000000, 0 -0.516759562500000, 1 -0.516823375000000, 0 -0.516823437500000, 1 -0.516823500000000, 0 -0.516841437500000, 1 -0.516884187500000, 0 -0.516902062500000, 1 -0.516947875000000, 0 -0.516965812500000, 1 -0.516999437500000, 0 -0.517017312500000, 1 -0.517081312500000, 0 -0.517099187500000, 1 -0.517120750000000, 0 -0.517138625000000, 1 -0.517390687500000, 0 -0.517408625000000, 1 -0.517560562500000, 0 -0.517578500000000, 1 -0.517621187500000, 0 -0.517639062500000, 1 -0.517657562500000, 0 -0.517675500000000, 1 -0.517739500000000, 0 -0.517757375000000, 1 -0.517800125000000, 0 -0.517818000000000, 1 -0.517863812500000, 0 -0.517881687500000, 1 -0.517918375000000, 0 -0.517936312500000, 1 -0.518000312500000, 0 -0.518018187500000, 1 -0.518057937500000, 0 -0.518075812500000, 1 -0.518282312500000, 0 -0.518300250000000, 1 -0.518452187500000, 0 -0.518470062500000, 1 -0.518488562500000, 0 -0.518506500000000, 1 -0.518525000000000, 0 -0.518542937500000, 1 -0.518606875000000, 0 -0.518624750000000, 1 -0.518667500000000, 0 -0.518685375000000, 1 -0.518731250000000, 0 -0.518749125000000, 1 -0.518788812500000, 0 -0.518806750000000, 1 -0.518870750000000, 0 -0.518888625000000, 1 -0.518922312500000, 0 -0.518940125000000, 1 -0.519174000000000, 0 -0.519191937500000, 1 -0.519343812500000, 0 -0.519361750000000, 1 -0.519404562500000, 0 -0.519422437500000, 1 -0.519440937500000, 0 -0.519458812500000, 1 -0.519522812500000, 0 -0.519540687500000, 1 -0.519586437500000, 0 -0.519604375000000, 1 -0.519650187500000, 0 -0.519668062500000, 1 -0.519710812500000, 0 -0.519728750000000, 1 -0.519792687500000, 0 -0.519810625000000, 1 -0.519835187500000, 0 -0.519853000000000, 1 -0.520065625000000, 0 -0.520083562500000, 1 -0.520235562500000, 0 -0.520253437500000, 1 -0.520308250000000, 0 -0.520326187500000, 1 -0.520344687500000, 0 -0.520362562500000, 1 -0.520426562500000, 0 -0.520444437500000, 1 -0.520487187500000, 0 -0.520505125000000, 1 -0.520550875000000, 0 -0.520568812500000, 1 -0.520614500000000, 0 -0.520632500000000, 1 -0.520696500000000, 0 -0.520714312500000, 1 -0.520745062500000, 0 -0.520762937500000, 1 -0.520957312500000, 0 -0.520975250000000, 1 -0.521127187500000, 0 -0.521145062500000, 1 -0.521199937500000, 0 -0.521217875000000, 1 -0.521236375000000, 0 -0.521254250000000, 1 -0.521318250000000, 0 -0.521336125000000, 1 -0.521378875000000, 0 -0.521396750000000, 1 -0.521442562500000, 0 -0.521460437500000, 1 -0.521509312500000, 0 -0.521527187500000, 1 -0.521591187500000, 0 -0.521609062500000, 1 -0.521633625000000, 0 -0.521651562500000, 1 -0.521849000000000, 0 -0.521866875000000, 1 -0.522018812500000, 0 -0.522036687500000, 1 -0.522079500000000, 0 -0.522097375000000, 1 -0.522115875000000, 0 -0.522133750000000, 1 -0.522197750000000, 0 -0.522215687500000, 1 -0.522258437500000, 0 -0.522276312500000, 1 -0.522322125000000, 0 -0.522340000000000, 1 -0.522391875000000, 0 -0.522409750000000, 1 -0.522473750000000, 0 -0.522491687500000, 1 -0.522510125000000, 0 -0.522528062500000, 1 -0.522740625000000, 0 -0.522758562500000, 1 -0.522910500000000, 0 -0.522928375000000, 1 -0.522983250000000, 0 -0.523001187500000, 1 -0.523019687500000, 0 -0.523037562500000, 1 -0.523101562500000, 0 -0.523119437500000, 1 -0.523165250000000, 0 -0.523183125000000, 1 -0.523228937500000, 0 -0.523246812500000, 1 -0.523301750000000, 0 -0.523319625000000, 1 -0.523383625000000, 0 -0.523401562500000, 1 -0.523450375000000, 0 -0.523468250000000, 1 -0.523632312500000, 0 -0.523650187500000, 1 -0.523802187500000, 0 -0.523820062500000, 1 -0.523874937500000, 0 -0.523892875000000, 1 -0.523911312500000, 0 -0.523929250000000, 1 -0.523993250000000, 0 -0.524011125000000, 1 -0.524056875000000, 0 -0.524074812500000, 1 -0.524120562500000, 0 -0.524138437500000, 1 -0.524196437500000, 0 -0.524214312500000, 1 -0.524278312500000, 0 -0.524296187500000, 1 -0.524338937500000, 0 -0.524356875000000, 1 -0.524523937500000, 0 -0.524541812500000, 1 -0.524693812500000, 0 -0.524711687500000, 1 -0.524730250000000, 0 -0.524748062500000, 1 -0.524766562500000, 0 -0.524784500000000, 1 -0.524848437500000, 0 -0.524866375000000, 1 -0.524909125000000, 0 -0.524927000000000, 1 -0.524972750000000, 0 -0.524990687500000, 1 -0.525051687500000, 0 -0.525069562500000, 1 -0.525133562500000, 0 -0.525151437500000, 1 -0.525200312500000, 0 -0.525218000000000, 1 -0.525218062500000, 0 -0.525218250000000, 1 -0.525415562500000, 0 -0.525433500000000, 1 -0.525585437500000, 0 -0.525603312500000, 1 -0.525621812500000, 0 -0.525639750000000, 1 -0.525658250000000, 0 -0.525676125000000, 1 -0.525740125000000, 0 -0.525758000000000, 1 -0.525797750000000, 0 -0.525815625000000, 1 -0.525861437500000, 0 -0.525879312500000, 1 -0.525943375000000, 0 -0.525961250000000, 1 -0.526025250000000, 0 -0.526043125000000, 1 -0.526104125000000, 0 -0.526122062500000, 1 -0.526307250000000, 0 -0.526325187500000, 1 -0.526477125000000, 0 -0.526495000000000, 1 -0.526513500000000, 0 -0.526531437500000, 1 -0.526549875000000, 0 -0.526567812500000, 1 -0.526631750000000, 0 -0.526649625000000, 1 -0.526692437500000, 0 -0.526710312500000, 1 -0.526759187500000, 0 -0.526777062500000, 1 -0.526795500000000, 0 -0.526813437500000, 1 -0.526877437500000, 0 -0.526895312500000, 1 -0.526919875000000, 0 -0.526937750000000, 1 -0.527198937500000, 0 -0.527216812500000, 1 -0.527368750000000, 0 -0.527386625000000, 1 -0.527405125000000, 0 -0.527423000000000, 1 -0.527441562500000, 0 -0.527459437500000, 1 -0.527523375000000, 0 -0.527541312500000, 1 -0.527584062500000, 0 -0.527602000000000, 1 -0.527650750000000, 0 -0.527668687500000, 1 -0.527690187500000, 0 -0.527708062500000, 1 -0.527772062500000, 0 -0.527790000000000, 1 -0.527808437500000, 0 -0.527826375000000, 1 -0.528090562500000, 0 -0.528108562500000, 1 -0.528260375000000, 0 -0.528278312500000, 1 -0.528296812500000, 0 -0.528314687500000, 1 -0.528333187500000, 0 -0.528351000000000, 1 -0.528415062500000, 0 -0.528432937500000, 1 -0.528475750000000, 0 -0.528493437500000, 1 -0.528493625000000, 0 -0.528493687500000, 1 -0.528542437500000, 0 -0.528560312500000, 1 -0.528584875000000, 0 -0.528602812500000, 1 -0.528666812500000, 0 -0.528684687500000, 1 -0.528721437500000, 0 -0.528739312500000, 1 -0.528982187500000, 0 -0.529000125000000, 1 -0.529152062500000, 0 -0.529170000000000, 1 -0.529188437500000, 0 -0.529206375000000, 1 -0.529224812500000, 0 -0.529242812500000, 1 -0.529306750000000, 0 -0.529324625000000, 1 -0.529367375000000, 0 -0.529385250000000, 1 -0.529434062500000, 0 -0.529451937500000, 1 -0.529479562500000, 0 -0.529497500000000, 1 -0.529561437500000, 0 -0.529579375000000, 1 -0.529610000000000, 0 -0.529627937500000, 1 -0.529873875000000, 0 -0.529891750000000, 1 -0.530043687500000, 0 -0.530061625000000, 1 -0.530080125000000, 0 -0.530098000000000, 1 -0.530116500000000, 0 -0.530134375000000, 1 -0.530198375000000, 0 -0.530216312500000, 1 -0.530259062500000, 0 -0.530276937500000, 1 -0.530325750000000, 0 -0.530343625000000, 1 -0.530374312500000, 0 -0.530392187500000, 1 -0.530456187500000, 0 -0.530474062500000, 1 -0.530522875000000, 0 -0.530540812500000, 1 -0.530765562500000, 0 -0.530783437500000, 1 -0.530935375000000, 0 -0.530953312500000, 1 -0.530971750000000, 0 -0.530989687500000, 1 -0.531008187500000, 0 -0.531026062500000, 1 -0.531090062500000, 0 -0.531107937500000, 1 -0.531150687500000, 0 -0.531168625000000, 1 -0.531217437500000, 0 -0.531235312500000, 1 -0.531269000000000, 0 -0.531286875000000, 1 -0.531350875000000, 0 -0.531368812500000, 1 -0.531411562500000, 0 -0.531429437500000, 1 -0.531657187500000, 0 -0.531675125000000, 1 -0.531827062500000, 0 -0.531845000000000, 1 -0.531863437500000, 0 -0.531881375000000, 1 -0.531899875000000, 0 -0.531917750000000, 1 -0.531981750000000, 0 -0.531999625000000, 1 -0.532045437500000, 0 -0.532063312500000, 1 -0.532112125000000, 0 -0.532130062500000, 1 -0.532166750000000, 0 -0.532184625000000, 1 -0.532248625000000, 0 -0.532266562500000, 1 -0.532315375000000, 0 -0.532333250000000, 1 -0.532548875000000, 0 -0.532566750000000, 1 -0.532718750000000, 0 -0.532736625000000, 1 -0.532755125000000, 0 -0.532773000000000, 1 -0.532791500000000, 0 -0.532809437500000, 1 -0.532873437500000, 0 -0.532891312500000, 1 -0.532937125000000, 0 -0.532955000000000, 1 -0.533003812500000, 0 -0.533021687500000, 1 -0.533061437500000, 0 -0.533079312500000, 1 -0.533143312500000, 0 -0.533161250000000, 1 -0.533204000000000, 0 -0.533221875000000, 1 -0.533440562500000, 0 -0.533458437500000, 1 -0.533610375000000, 0 -0.533628312500000, 1 -0.533671062500000, 0 -0.533689000000000, 1 -0.533707437500000, 0 -0.533725375000000, 1 -0.533789312500000, 0 -0.533807250000000, 1 -0.533850000000000, 0 -0.533867875000000, 1 -0.533916750000000, 0 -0.533934625000000, 1 -0.533977375000000, 0 -0.533995312500000, 1 -0.534059250000000, 0 -0.534077187500000, 1 -0.534141187500000, 0 -0.534159062500000, 1 -0.534332250000000, 0 -0.534350125000000, 1 -0.534502062500000, 0 -0.534520000000000, 1 -0.534520062500000, 0 -0.534520125000000, 1 -0.534538437500000, 0 -0.534556375000000, 1 -0.534574875000000, 0 -0.534592750000000, 1 -0.534656750000000, 0 -0.534674687500000, 1 -0.534717375000000, 0 -0.534735312500000, 1 -0.534784125000000, 0 -0.534802062500000, 1 -0.534847812500000, 0 -0.534865750000000, 1 -0.534929562500000, 0 -0.534929625000000, 1 -0.534929687500000, 0 -0.534947625000000, 1 -0.535005562500000, 0 -0.535023437500000, 1 -0.535223875000000, 0 -0.535241750000000, 1 -0.535393750000000, 0 -0.535411687500000, 1 -0.535454437500000, 0 -0.535472312500000, 1 -0.535490812500000, 0 -0.535508687500000, 1 -0.535572687500000, 0 -0.535590625000000, 1 -0.535633312500000, 0 -0.535651250000000, 1 -0.535700062500000, 0 -0.535717937500000, 1 -0.535766812500000, 0 -0.535784687500000, 1 -0.535848687500000, 0 -0.535866562500000, 1 -0.535918437500000, 0 -0.535936187500000, 1 -0.535936312500000, 0 -0.535936437500000, 1 -0.536115562500000, 0 -0.536133562500000, 1 -0.536285437500000, 0 -0.536303375000000, 1 -0.536346125000000, 0 -0.536363937500000, 1 -0.536382500000000, 0 -0.536400437500000, 1 -0.536464375000000, 0 -0.536482250000000, 1 -0.536525062500000, 0 -0.536542937500000, 1 -0.536591750000000, 0 -0.536609625000000, 1 -0.536661500000000, 0 -0.536679437500000, 1 -0.536743375000000, 0 -0.536761312500000, 1 -0.536807125000000, 0 -0.536825000000000, 1 -0.537007250000000, 0 -0.537025187500000, 1 -0.537177125000000, 0 -0.537195000000000, 1 -0.537249937500000, 0 -0.537267812500000, 1 -0.537286312500000, 0 -0.537304125000000, 1 -0.537368187500000, 0 -0.537386062500000, 1 -0.537431875000000, 0 -0.537449750000000, 1 -0.537498562500000, 0 -0.537516437500000, 1 -0.537571375000000, 0 -0.537589312500000, 1 -0.537653312500000, 0 -0.537671187500000, 1 -0.537698750000000, 0 -0.537716687500000, 1 -0.537898875000000, 0 -0.537916812500000, 1 -0.538068750000000, 0 -0.538086625000000, 1 -0.538129437500000, 0 -0.538147312500000, 1 -0.538165812500000, 0 -0.538183687500000, 1 -0.538247687500000, 0 -0.538265562500000, 1 -0.538311375000000, 0 -0.538329250000000, 1 -0.538378062500000, 0 -0.538396000000000, 1 -0.538453937500000, 0 -0.538471812500000, 1 -0.538535812500000, 0 -0.538553687500000, 1 -0.538575187500000, 0 -0.538593125000000, 1 -0.538790562500000, 0 -0.538808437500000, 1 -0.538960375000000, 0 -0.538978312500000, 1 -0.539021062500000, 0 -0.539038937500000, 1 -0.539057500000000, 0 -0.539075375000000, 1 -0.539139375000000, 0 -0.539157250000000, 1 -0.539200000000000, 0 -0.539217875000000, 1 -0.539266750000000, 0 -0.539284625000000, 1 -0.539345625000000, 0 -0.539363500000000, 1 -0.539427500000000, 0 -0.539445375000000, 1 -0.539473000000000, 0 -0.539490875000000, 1 -0.539682250000000, 0 -0.539700125000000, 1 -0.539852125000000, 0 -0.539870000000000, 1 -0.539912750000000, 0 -0.539930687500000, 1 -0.539949187500000, 0 -0.539967062500000, 1 -0.540031062500000, 0 -0.540048937500000, 1 -0.540091687500000, 0 -0.540109562500000, 1 -0.540158375000000, 0 -0.540176312500000, 1 -0.540240312500000, 0 -0.540258187500000, 1 -0.540322187500000, 0 -0.540340062500000, 1 -0.540361625000000, 0 -0.540379562500000, 1 -0.540573937500000, 0 -0.540591812500000, 1 -0.540743812500000, 0 -0.540761687500000, 1 -0.540780125000000, 0 -0.540798062500000, 1 -0.540816562500000, 0 -0.540834437500000, 1 -0.540898437500000, 0 -0.540916375000000, 1 -0.540959125000000, 0 -0.540977000000000, 1 -0.541028875000000, 0 -0.541046750000000, 1 -0.541065250000000, 0 -0.541083125000000, 1 -0.541147125000000, 0 -0.541165062500000, 1 -0.541198687500000, 0 -0.541216625000000, 1 -0.541465562500000, 0 -0.541483500000000, 1 -0.541635437500000, 0 -0.541653312500000, 1 -0.541671812500000, 0 -0.541689687500000, 1 -0.541708250000000, 0 -0.541726125000000, 1 -0.541790125000000, 0 -0.541808000000000, 1 -0.541850750000000, 0 -0.541868625000000, 1 -0.541920500000000, 0 -0.541938437500000, 1 -0.541959937500000, 0 -0.541977812500000, 1 -0.542041875000000, 0 -0.542059750000000, 1 -0.542099500000000, 0 -0.542117375000000, 1 -0.542357250000000, 0 -0.542375187500000, 1 -0.542527125000000, 0 -0.542545062500000, 1 -0.542587812500000, 0 -0.542605687500000, 1 -0.542624187500000, 0 -0.542642062500000, 1 -0.542706062500000, 0 -0.542724000000000, 1 -0.542766750000000, 0 -0.542784625000000, 1 -0.542836437500000, 0 -0.542854375000000, 1 -0.542878937500000, 0 -0.542896812500000, 1 -0.542960812500000, 0 -0.542978750000000, 1 -0.543000250000000, 0 -0.543018125000000, 1 -0.543248937500000, 0 -0.543266812500000, 1 -0.543418750000000, 0 -0.543436687500000, 1 -0.543455187500000, 0 -0.543473062500000, 1 -0.543491562500000, 0 -0.543509437500000, 1 -0.543573562500000, 0 -0.543591375000000, 1 -0.543634125000000, 0 -0.543652000000000, 1 -0.543703812500000, 0 -0.543721750000000, 1 -0.543749375000000, 0 -0.543767250000000, 1 -0.543831250000000, 0 -0.543849125000000, 1 -0.543876687500000, 0 -0.543894625000000, 1 -0.544140562500000, 0 -0.544158250000000, 1 -0.544158312500000, 0 -0.544158437500000, 1 -0.544310437500000, 0 -0.544328312500000, 1 -0.544346812500000, 0 -0.544364687500000, 1 -0.544383187500000, 0 -0.544401125000000, 1 -0.544465125000000, 0 -0.544483000000000, 1 -0.544525750000000, 0 -0.544543625000000, 1 -0.544595500000000, 0 -0.544613375000000, 1 -0.544644062500000, 0 -0.544662000000000, 1 -0.544725937500000, 0 -0.544743812500000, 1 -0.544801750000000, 0 -0.544819687500000, 1 -0.545032250000000, 0 -0.545050125000000, 1 -0.545202125000000, 0 -0.545220062500000, 1 -0.545262750000000, 0 -0.545280687500000, 1 -0.545299187500000, 0 -0.545317062500000, 1 -0.545381062500000, 0 -0.545399000000000, 1 -0.545441687500000, 0 -0.545459625000000, 1 -0.545511437500000, 0 -0.545529312500000, 1 -0.545563000000000, 0 -0.545580875000000, 1 -0.545644875000000, 0 -0.545662812500000, 1 -0.545726750000000, 0 -0.545744687500000, 1 -0.545923937500000, 0 -0.545941812500000, 1 -0.546093812500000, 0 -0.546111687500000, 1 -0.546130125000000, 0 -0.546148062500000, 1 -0.546166562500000, 0 -0.546184437500000, 1 -0.546248437500000, 0 -0.546266312500000, 1 -0.546309125000000, 0 -0.546327000000000, 1 -0.546378875000000, 0 -0.546396750000000, 1 -0.546433437500000, 0 -0.546451312500000, 1 -0.546515312500000, 0 -0.546533250000000, 1 -0.546579000000000, 0 -0.546596875000000, 1 -0.546596937500000, 0 -0.546597000000000, 1 -0.546815562500000, 0 -0.546833500000000, 1 -0.546985437500000, 0 -0.547003312500000, 1 -0.547021812500000, 0 -0.547039687500000, 1 -0.547058187500000, 0 -0.547076125000000, 1 -0.547140125000000, 0 -0.547158000000000, 1 -0.547200750000000, 0 -0.547218687500000, 1 -0.547270500000000, 0 -0.547288437500000, 1 -0.547328125000000, 0 -0.547346062500000, 1 -0.547410062500000, 0 -0.547427937500000, 1 -0.547479812500000, 0 -0.547497687500000, 1 -0.547707250000000, 0 -0.547725187500000, 1 -0.547877125000000, 0 -0.547895000000000, 1 -0.547937812500000, 0 -0.547955687500000, 1 -0.547974187500000, 0 -0.547992062500000, 1 -0.548056062500000, 0 -0.548073937500000, 1 -0.548116750000000, 0 -0.548134625000000, 1 -0.548186500000000, 0 -0.548204375000000, 1 -0.548247125000000, 0 -0.548265000000000, 1 -0.548329000000000, 0 -0.548346875000000, 1 -0.548389687500000, 0 -0.548407562500000, 1 -0.548598937500000, 0 -0.548616812500000, 1 -0.548768750000000, 0 -0.548786687500000, 1 -0.548829437500000, 0 -0.548847312500000, 1 -0.548865812500000, 0 -0.548883750000000, 1 -0.548947687500000, 0 -0.548965625000000, 1 -0.549008375000000, 0 -0.549026250000000, 1 -0.549078125000000, 0 -0.549096000000000, 1 -0.549141812500000, 0 -0.549159687500000, 1 -0.549223687500000, 0 -0.549241562500000, 1 -0.549290437500000, 0 -0.549308312500000, 1 -0.549490562500000, 0 -0.549508437500000, 1 -0.549660437500000, 0 -0.549678312500000, 1 -0.549696812500000, 0 -0.549714750000000, 1 -0.549733250000000, 0 -0.549751125000000, 1 -0.549815125000000, 0 -0.549833000000000, 1 -0.549875750000000, 0 -0.549893687500000, 1 -0.549945562500000, 0 -0.549963437500000, 1 -0.550012250000000, 0 -0.550030125000000, 1 -0.550094125000000, 0 -0.550112062500000, 1 -0.550166937500000, 0 -0.550184875000000, 1 -0.550382312500000, 0 -0.550400187500000, 1 -0.550552125000000, 0 -0.550570062500000, 1 -0.550588562500000, 0 -0.550606437500000, 1 -0.550624937500000, 0 -0.550642812500000, 1 -0.550706812500000, 0 -0.550724750000000, 1 -0.550767437500000, 0 -0.550785375000000, 1 -0.550837187500000, 0 -0.550855125000000, 1 -0.550907000000000, 0 -0.550924875000000, 1 -0.550988875000000, 0 -0.551006750000000, 1 -0.551067750000000, 0 -0.551085625000000, 1 -0.551273937500000, 0 -0.551291875000000, 1 -0.551443812500000, 0 -0.551461687500000, 1 -0.551504437500000, 0 -0.551522375000000, 1 -0.551540812500000, 0 -0.551558750000000, 1 -0.551622750000000, 0 -0.551640625000000, 1 -0.551683375000000, 0 -0.551701312500000, 1 -0.551753125000000, 0 -0.551771062500000, 1 -0.551825937500000, 0 -0.551843812500000, 1 -0.551907812500000, 0 -0.551925812500000, 1 -0.551944187500000, 0 -0.551962125000000, 1 -0.552165625000000, 0 -0.552183500000000, 1 -0.552335500000000, 0 -0.552353375000000, 1 -0.552408250000000, 0 -0.552426187500000, 1 -0.552444687500000, 0 -0.552462562500000, 1 -0.552526562500000, 0 -0.552544437500000, 1 -0.552587187500000, 0 -0.552605125000000, 1 -0.552656937500000, 0 -0.552674875000000, 1 -0.552732750000000, 0 -0.552750625000000, 1 -0.552814687500000, 0 -0.552832562500000, 1 -0.552857062500000, 0 -0.552875062500000, 1 -0.553057312500000, 0 -0.553075187500000, 1 -0.553227187500000, 0 -0.553245062500000, 1 -0.553300000000000, 0 -0.553318000000000, 1 -0.553336375000000, 0 -0.553354312500000, 1 -0.553418250000000, 0 -0.553436125000000, 1 -0.553481937500000, 0 -0.553499875000000, 1 -0.553551687500000, 0 -0.553569625000000, 1 -0.553630562500000, 0 -0.553648500000000, 1 -0.553712437500000, 0 -0.553730437500000, 1 -0.553748875000000, 0 -0.553766750000000, 1 -0.553949062500000, 0 -0.553966875000000, 1 -0.554118875000000, 0 -0.554136812500000, 1 -0.554179562500000, 0 -0.554197500000000, 1 -0.554215937500000, 0 -0.554233937500000, 1 -0.554297875000000, 0 -0.554315750000000, 1 -0.554358500000000, 0 -0.554376375000000, 1 -0.554428250000000, 0 -0.554446125000000, 1 -0.554510125000000, 0 -0.554528062500000, 1 -0.554592062500000, 0 -0.554609937500000, 1 -0.554646625000000, 0 -0.554664500000000, 1 -0.554840750000000, 0 -0.554858625000000, 1 -0.555010625000000, 0 -0.555028500000000, 1 -0.555083375000000, 0 -0.555101312500000, 1 -0.555119750000000, 0 -0.555137687500000, 1 -0.555201687500000, 0 -0.555219562500000, 1 -0.555262312500000, 0 -0.555280187500000, 1 -0.555335125000000, 0 -0.555353000000000, 1 -0.555371500000000, 0 -0.555389375000000, 1 -0.555453437500000, 0 -0.555471312500000, 1 -0.555529250000000, 0 -0.555547125000000, 1 -0.555732437500000, 0 -0.555750375000000, 1 -0.555902312500000, 0 -0.555920250000000, 1 -0.555975125000000, 0 -0.555993000000000, 1 -0.556011500000000, 0 -0.556029375000000, 1 -0.556093375000000, 0 -0.556111312500000, 1 -0.556154062500000, 0 -0.556171937500000, 1 -0.556226812500000, 0 -0.556244750000000, 1 -0.556266250000000, 0 -0.556284125000000, 1 -0.556348187500000, 0 -0.556366062500000, 1 -0.556430062500000, 0 -0.556447937500000, 1 -0.556624125000000, 0 -0.556642000000000, 1 -0.556794000000000, 0 -0.556811875000000, 1 -0.556830375000000, 0 -0.556848250000000, 1 -0.556866812500000, 0 -0.556884687500000, 1 -0.556948687500000, 0 -0.556966562500000, 1 -0.557009312500000, 0 -0.557027250000000, 1 -0.557082125000000, 0 -0.557100000000000, 1 -0.557124562500000, 0 -0.557142437500000, 1 -0.557206437500000, 0 -0.557224375000000, 1 -0.557270187500000, 0 -0.557288062500000, 1 -0.557515812500000, 0 -0.557533687500000, 1 -0.557685687500000, 0 -0.557703562500000, 1 -0.557722062500000, 0 -0.557740062500000, 1 -0.557758437500000, 0 -0.557776375000000, 1 -0.557840375000000, 0 -0.557858250000000, 1 -0.557904062500000, 0 -0.557921937500000, 1 -0.557976812500000, 0 -0.557994687500000, 1 -0.558022312500000, 0 -0.558040187500000, 1 -0.558104187500000, 0 -0.558122125000000, 1 -0.558186125000000, 0 -0.558204000000000, 1 -0.558407500000000, 0 -0.558425375000000, 1 -0.558577375000000, 0 -0.558595250000000, 1 -0.558613750000000, 0 -0.558631687500000, 1 -0.558650187500000, 0 -0.558668062500000, 1 -0.558732062500000, 0 -0.558749937500000, 1 -0.558792687500000, 0 -0.558810625000000, 1 -0.558865500000000, 0 -0.558883375000000, 1 -0.558914000000000, 0 -0.558931875000000, 1 -0.558995937500000, 0 -0.559013812500000, 1 -0.559047500000000, 0 -0.559065375000000, 1 -0.559299187500000, 0 -0.559317062500000, 1 -0.559469062500000, 0 -0.559486937500000, 1 -0.559505437500000, 0 -0.559523375000000, 1 -0.559541812500000, 0 -0.559559750000000, 1 -0.559623687500000, 0 -0.559641625000000, 1 -0.559687375000000, 0 -0.559705312500000, 1 -0.559760187500000, 0 -0.559778125000000, 1 -0.559811750000000, 0 -0.559829687500000, 1 -0.559893625000000, 0 -0.559911562500000, 1 -0.559939125000000, 0 -0.559957062500000, 1 -0.560190875000000, 0 -0.560208750000000, 1 -0.560360750000000, 0 -0.560378625000000, 1 -0.560397125000000, 0 -0.560415000000000, 1 -0.560433500000000, 0 -0.560451437500000, 1 -0.560515437500000, 0 -0.560533312500000, 1 -0.560576062500000, 0 -0.560593937500000, 1 -0.560648875000000, 0 -0.560666750000000, 1 -0.560703437500000, 0 -0.560721312500000, 1 -0.560785312500000, 0 -0.560803187500000, 1 -0.560824750000000, 0 -0.560842625000000, 1 -0.561082562500000, 0 -0.561100437500000, 1 -0.561252437500000, 0 -0.561270312500000, 1 -0.561288812500000, 0 -0.561306812500000, 1 -0.561325187500000, 0 -0.561343125000000, 1 -0.561407062500000, 0 -0.561425000000000, 1 -0.561467750000000, 0 -0.561485625000000, 1 -0.561540562500000, 0 -0.561558437500000, 1 -0.561598125000000, 0 -0.561616062500000, 1 -0.561680000000000, 0 -0.561697937500000, 1 -0.561725562500000, 0 -0.561743437500000, 1 -0.561974187500000, 0 -0.561992125000000, 1 -0.562144062500000, 0 -0.562162000000000, 1 -0.562180437500000, 0 -0.562198375000000, 1 -0.562216875000000, 0 -0.562234812500000, 1 -0.562298750000000, 0 -0.562316625000000, 1 -0.562359375000000, 0 -0.562377062500000, 1 -0.562377125000000, 0 -0.562377437500000, 1 -0.562432187500000, 0 -0.562450062500000, 1 -0.562492812500000, 0 -0.562510687500000, 1 -0.562574812500000, 0 -0.562592562500000, 1 -0.562611125000000, 0 -0.562629000000000, 1 -0.562865875000000, 0 -0.562883812500000, 1 -0.563035750000000, 0 -0.563053625000000, 1 -0.563072125000000, 0 -0.563090000000000, 1 -0.563108562500000, 0 -0.563126437500000, 1 -0.563190437500000, 0 -0.563208312500000, 1 -0.563251062500000, 0 -0.563269000000000, 1 -0.563323875000000, 0 -0.563341750000000, 1 -0.563387562500000, 0 -0.563405500000000, 1 -0.563469437500000, 0 -0.563487375000000, 1 -0.563511937500000, 0 -0.563529812500000, 1 -0.563757625000000, 0 -0.563775500000000, 1 -0.563927437500000, 0 -0.563945375000000, 1 -0.563963875000000, 0 -0.563981750000000, 1 -0.564000250000000, 0 -0.564018125000000, 1 -0.564082125000000, 0 -0.564100062500000, 1 -0.564142812500000, 0 -0.564160687500000, 1 -0.564215562500000, 0 -0.564233437500000, 1 -0.564282312500000, 0 -0.564300187500000, 1 -0.564364187500000, 0 -0.564382062500000, 1 -0.564412687500000, 0 -0.564430625000000, 1 -0.564649250000000, 0 -0.564667125000000, 1 -0.564819125000000, 0 -0.564837000000000, 1 -0.564855500000000, 0 -0.564873437500000, 1 -0.564891937500000, 0 -0.564909812500000, 1 -0.564973812500000, 0 -0.564991687500000, 1 -0.565034437500000, 0 -0.565052375000000, 1 -0.565107250000000, 0 -0.565125125000000, 1 -0.565177000000000, 0 -0.565194875000000, 1 -0.565258875000000, 0 -0.565276812500000, 1 -0.565313500000000, 0 -0.565331375000000, 1 -0.565540937500000, 0 -0.565558875000000, 1 -0.565710812500000, 0 -0.565728687500000, 1 -0.565771500000000, 0 -0.565789375000000, 1 -0.565807875000000, 0 -0.565825750000000, 1 -0.565889750000000, 0 -0.565907625000000, 1 -0.565950375000000, 0 -0.565968250000000, 1 -0.566023187500000, 0 -0.566041062500000, 1 -0.566096000000000, 0 -0.566113875000000, 1 -0.566177875000000, 0 -0.566195812500000, 1 -0.566238500000000, 0 -0.566256375000000, 1 -0.566432625000000, 0 -0.566450562500000, 1 -0.566602500000000, 0 -0.566620375000000, 1 -0.566638875000000, 0 -0.566656812500000, 1 -0.566675312500000, 0 -0.566693187500000, 1 -0.566757187500000, 0 -0.566775062500000, 1 -0.566817812500000, 0 -0.566835750000000, 1 -0.566890625000000, 0 -0.566908562500000, 1 -0.566966437500000, 0 -0.566984312500000, 1 -0.567048375000000, 0 -0.567066250000000, 1 -0.567115062500000, 0 -0.567133000000000, 1 -0.567324312500000, 0 -0.567342250000000, 1 -0.567494187500000, 0 -0.567512125000000, 1 -0.567567000000000, 0 -0.567584875000000, 1 -0.567603375000000, 0 -0.567621250000000, 1 -0.567685312500000, 0 -0.567703187500000, 1 -0.567745937500000, 0 -0.567763812500000, 1 -0.567818687500000, 0 -0.567836625000000, 1 -0.567897562500000, 0 -0.567915500000000, 1 -0.567979437500000, 0 -0.567997375000000, 1 -0.568052250000000, 0 -0.568070125000000, 1 -0.568216000000000, 0 -0.568233937500000, 1 -0.568385875000000, 0 -0.568403812500000, 1 -0.568458687500000, 0 -0.568476562500000, 1 -0.568495062500000, 0 -0.568513000000000, 1 -0.568576937500000, 0 -0.568594812500000, 1 -0.568640625000000, 0 -0.568658562500000, 1 -0.568713437500000, 0 -0.568731312500000, 1 -0.568795375000000, 0 -0.568813250000000, 1 -0.568877250000000, 0 -0.568895125000000, 1 -0.568943937500000, 0 -0.568961750000000, 1 -0.568961875000000, 0 -0.568961937500000, 1 -0.569107750000000, 0 -0.569125625000000, 1 -0.569277562500000, 0 -0.569295500000000, 1 -0.569338250000000, 0 -0.569356125000000, 1 -0.569374625000000, 0 -0.569392375000000, 1 -0.569392500000000, 0 -0.569392687500000, 1 -0.569456562500000, 0 -0.569474375000000, 1 -0.569517187500000, 0 -0.569535062500000, 1 -0.569593000000000, 0 -0.569610875000000, 1 -0.569629375000000, 0 -0.569647312500000, 1 -0.569711312500000, 0 -0.569729125000000, 1 -0.569778062500000, 0 -0.569795937500000, 1 -0.569999437500000, 0 -0.570017312500000, 1 -0.570169312500000, 0 -0.570187250000000, 1 -0.570242125000000, 0 -0.570259937500000, 1 -0.570278500000000, 0 -0.570296375000000, 1 -0.570360375000000, 0 -0.570378250000000, 1 -0.570421000000000, 0 -0.570438875000000, 1 -0.570496812500000, 0 -0.570514750000000, 1 -0.570536250000000, 0 -0.570554187500000, 1 -0.570618187500000, 0 -0.570636062500000, 1 -0.570678812500000, 0 -0.570696687500000, 1 -0.570891000000000, 0 -0.570909000000000, 1 -0.571061000000000, 0 -0.571078875000000, 1 -0.571121625000000, 0 -0.571139500000000, 1 -0.571158000000000, 0 -0.571175937500000, 1 -0.571239937500000, 0 -0.571257812500000, 1 -0.571303562500000, 0 -0.571321500000000, 1 -0.571379437500000, 0 -0.571397312500000, 1 -0.571421875000000, 0 -0.571439750000000, 1 -0.571503750000000, 0 -0.571521687500000, 1 -0.571570500000000, 0 -0.571588375000000, 1 -0.571782812500000, 0 -0.571800687500000, 1 -0.571952625000000, 0 -0.571970562500000, 1 -0.572025437500000, 0 -0.572043312500000, 1 -0.572061812500000, 0 -0.572079750000000, 1 -0.572143750000000, 0 -0.572161625000000, 1 -0.572204375000000, 0 -0.572222250000000, 1 -0.572280187500000, 0 -0.572298125000000, 1 -0.572325687500000, 0 -0.572343625000000, 1 -0.572407562500000, 0 -0.572425500000000, 1 -0.572480375000000, 0 -0.572498312500000, 1 -0.572674500000000, 0 -0.572692375000000, 1 -0.572844312500000, 0 -0.572862250000000, 1 -0.572880687500000, 0 -0.572898625000000, 1 -0.572917125000000, 0 -0.572935000000000, 1 -0.572999000000000, 0 -0.573016875000000, 1 -0.573059687500000, 0 -0.573077562500000, 1 -0.573135437500000, 0 -0.573153375000000, 1 -0.573184000000000, 0 -0.573201875000000, 1 -0.573265875000000, 0 -0.573283812500000, 1 -0.573308375000000, 0 -0.573326250000000, 1 -0.573566125000000, 0 -0.573584062500000, 1 -0.573736000000000, 0 -0.573753875000000, 1 -0.573772375000000, 0 -0.573790312500000, 1 -0.573808750000000, 0 -0.573826687500000, 1 -0.573890687500000, 0 -0.573908562500000, 1 -0.573951312500000, 0 -0.573969187500000, 1 -0.574027125000000, 0 -0.574045000000000, 1 -0.574078687500000, 0 -0.574096625000000, 1 -0.574160562500000, 0 -0.574178500000000, 1 -0.574197000000000, 0 -0.574214875000000, 1 -0.574457812500000, 0 -0.574475750000000, 1 -0.574627687500000, 0 -0.574645562500000, 1 -0.574688312500000, 0 -0.574706250000000, 1 -0.574724687500000, 0 -0.574742625000000, 1 -0.574806625000000, 0 -0.574824500000000, 1 -0.574870312500000, 0 -0.574888000000000, 1 -0.574888062500000, 0 -0.574888250000000, 1 -0.574946125000000, 0 -0.574964000000000, 1 -0.575000750000000, 0 -0.575018625000000, 1 -0.575082625000000, 0 -0.575100500000000, 1 -0.575125062500000, 0 -0.575143000000000, 1 -0.575349500000000, 0 -0.575367312500000, 1 -0.575519437500000, 0 -0.575537250000000, 1 -0.575555750000000, 0 -0.575573625000000, 1 -0.575592125000000, 0 -0.575610062500000, 1 -0.575674062500000, 0 -0.575691875000000, 1 -0.575737687500000, 0 -0.575755625000000, 1 -0.575813500000000, 0 -0.575831437500000, 1 -0.575871125000000, 0 -0.575889062500000, 1 -0.575953062500000, 0 -0.575970937500000, 1 -0.575989437500000, 0 -0.576007375000000, 1 -0.576241187500000, 0 -0.576259062500000, 1 -0.576411000000000, 0 -0.576428937500000, 1 -0.576447437500000, 0 -0.576465312500000, 1 -0.576483750000000, 0 -0.576501750000000, 1 -0.576565687500000, 0 -0.576583562500000, 1 -0.576629375000000, 0 -0.576647250000000, 1 -0.576705250000000, 0 -0.576723000000000, 1 -0.576765875000000, 0 -0.576783750000000, 1 -0.576847750000000, 0 -0.576865625000000, 1 -0.576893250000000, 0 -0.576911187500000, 1 -0.577132875000000, 0 -0.577150687500000, 1 -0.577302687500000, 0 -0.577320625000000, 1 -0.577363375000000, 0 -0.577381250000000, 1 -0.577399750000000, 0 -0.577417687500000, 1 -0.577481625000000, 0 -0.577499562500000, 1 -0.577545375000000, 0 -0.577563250000000, 1 -0.577621187500000, 0 -0.577639062500000, 1 -0.577684875000000, 0 -0.577702750000000, 1 -0.577766937500000, 0 -0.577784625000000, 1 -0.577806187500000, 0 -0.577824062500000, 1 -0.578024562500000, 0 -0.578042437500000, 1 -0.578194437500000, 0 -0.578212250000000, 1 -0.578230750000000, 0 -0.578248687500000, 1 -0.578267187500000, 0 -0.578285125000000, 1 -0.578349062500000, 0 -0.578366937500000, 1 -0.578409750000000, 0 -0.578427687500000, 1 -0.578485500000000, 0 -0.578503437500000, 1 -0.578552250000000, 0 -0.578570187500000, 1 -0.578634125000000, 0 -0.578652062500000, 1 -0.578679687500000, 0 -0.578697562500000, 1 -0.578916187500000, 0 -0.578934187500000, 1 -0.579086062500000, 0 -0.579104000000000, 1 -0.579122437500000, 0 -0.579140375000000, 1 -0.579158875000000, 0 -0.579176812500000, 1 -0.579240750000000, 0 -0.579258687500000, 1 -0.579301375000000, 0 -0.579319312500000, 1 -0.579377250000000, 0 -0.579395125000000, 1 -0.579447000000000, 0 -0.579464875000000, 1 -0.579528875000000, 0 -0.579546812500000, 1 -0.579568312500000, 0 -0.579586250000000, 1 -0.579807937500000, 0 -0.579825812500000, 1 -0.579977750000000, 0 -0.579995687500000, 1 -0.580038437500000, 0 -0.580056375000000, 1 -0.580074812500000, 0 -0.580092750000000, 1 -0.580156750000000, 0 -0.580174625000000, 1 -0.580217375000000, 0 -0.580235250000000, 1 -0.580293187500000, 0 -0.580311125000000, 1 -0.580366000000000, 0 -0.580383875000000, 1 -0.580447875000000, 0 -0.580465812500000, 1 -0.580529812500000, 0 -0.580547687500000, 1 -0.580699625000000, 0 -0.580717500000000, 1 -0.580869500000000, 0 -0.580887375000000, 1 -0.580930125000000, 0 -0.580948062500000, 1 -0.580966562500000, 0 -0.580984437500000, 1 -0.581048437500000, 0 -0.581066312500000, 1 -0.581112125000000, 0 -0.581130000000000, 1 -0.581187937500000, 0 -0.581205812500000, 1 -0.581263750000000, 0 -0.581281625000000, 1 -0.581345625000000, 0 -0.581363562500000, 1 -0.581409375000000, 0 -0.581427250000000, 1 -0.581591312500000, 0 -0.581609187500000, 1 -0.581761187500000, 0 -0.581779062500000, 1 -0.581821812500000, 0 -0.581839750000000, 1 -0.581858250000000, 0 -0.581876125000000, 1 -0.581940125000000, 0 -0.581958000000000, 1 -0.582000750000000, 0 -0.582018625000000, 1 -0.582076562500000, 0 -0.582094437500000, 1 -0.582155437500000, 0 -0.582173312500000, 1 -0.582237312500000, 0 -0.582255250000000, 1 -0.582307062500000, 0 -0.582325000000000, 1 -0.582483000000000, 0 -0.582500875000000, 1 -0.582652812500000, 0 -0.582670750000000, 1 -0.582689250000000, 0 -0.582707125000000, 1 -0.582725625000000, 0 -0.582743500000000, 1 -0.582807500000000, 0 -0.582825437500000, 1 -0.582865125000000, 0 -0.582883062500000, 1 -0.582940937500000, 0 -0.582958812500000, 1 -0.583022812500000, 0 -0.583040687500000, 1 -0.583104750000000, 0 -0.583122625000000, 1 -0.583186625000000, 0 -0.583204500000000, 1 -0.583374625000000, 0 -0.583392500000000, 1 -0.583392625000000, 0 -0.583392687500000, 1 -0.583544500000000, 0 -0.583562312500000, 1 -0.583562500000000, 0 -0.583562562500000, 1 -0.583605187500000, 0 -0.583623062500000, 1 -0.583641562500000, 0 -0.583659500000000, 1 -0.583723437500000, 0 -0.583741312500000, 1 -0.583784125000000, 0 -0.583802000000000, 1 -0.583862937500000, 0 -0.583880812500000, 1 -0.583899375000000, 0 -0.583917250000000, 1 -0.583981250000000, 0 -0.583999125000000, 1 -0.584026750000000, 0 -0.584044625000000, 1 -0.584266312500000, 0 -0.584284187500000, 1 -0.584436187500000, 0 -0.584454062500000, 1 -0.584508937500000, 0 -0.584526875000000, 1 -0.584545375000000, 0 -0.584563250000000, 1 -0.584627250000000, 0 -0.584645125000000, 1 -0.584687875000000, 0 -0.584705750000000, 1 -0.584766750000000, 0 -0.584784625000000, 1 -0.584806187500000, 0 -0.584824062500000, 1 -0.584888062500000, 0 -0.584906000000000, 1 -0.584927500000000, 0 -0.584945437500000, 1 -0.585158000000000, 0 -0.585175875000000, 1 -0.585327875000000, 0 -0.585345812500000, 1 -0.585400625000000, 0 -0.585418437500000, 1 -0.585437000000000, 0 -0.585454937500000, 1 -0.585518937500000, 0 -0.585536812500000, 1 -0.585579562500000, 0 -0.585597500000000, 1 -0.585658437500000, 0 -0.585676312500000, 1 -0.585700875000000, 0 -0.585718812500000, 1 -0.585719062500000, 0 -0.585719125000000, 1 -0.585782812500000, 0 -0.585800687500000, 1 -0.585840437500000, 0 -0.585858312500000, 1 -0.586049687500000, 0 -0.586067562500000, 1 -0.586219500000000, 0 -0.586237437500000, 1 -0.586280187500000, 0 -0.586298125000000, 1 -0.586316562500000, 0 -0.586334375000000, 1 -0.586334500000000, 0 -0.586334562500000, 1 -0.586398500000000, 0 -0.586416375000000, 1 -0.586459125000000, 0 -0.586477000000000, 1 -0.586537937500000, 0 -0.586555875000000, 1 -0.586583437500000, 0 -0.586601312500000, 1 -0.586665375000000, 0 -0.586683250000000, 1 -0.586716875000000, 0 -0.586734812500000, 1 -0.586941312500000, 0 -0.586959187500000, 1 -0.587111187500000, 0 -0.587129062500000, 1 -0.587184000000000, 0 -0.587201812500000, 1 -0.587220375000000, 0 -0.587238250000000, 1 -0.587302250000000, 0 -0.587320000000000, 1 -0.587365937500000, 0 -0.587383687500000, 1 -0.587444687500000, 0 -0.587462625000000, 1 -0.587493312500000, 0 -0.587511187500000, 1 -0.587575187500000, 0 -0.587593062500000, 1 -0.587657062500000, 0 -0.587675000000000, 1 -0.587832937500000, 0 -0.587850875000000, 1 -0.588002812500000, 0 -0.588020687500000, 1 -0.588075625000000, 0 -0.588093500000000, 1 -0.588112000000000, 0 -0.588129875000000, 1 -0.588193875000000, 0 -0.588211750000000, 1 -0.588257562500000, 0 -0.588275437500000, 1 -0.588336437500000, 0 -0.588354312500000, 1 -0.588388000000000, 0 -0.588405875000000, 1 -0.588469875000000, 0 -0.588487750000000, 1 -0.588545687500000, 0 -0.588563625000000, 1 -0.588724625000000, 0 -0.588742500000000, 1 -0.588894500000000, 0 -0.588912375000000, 1 -0.588930875000000, 0 -0.588948812500000, 1 -0.588967250000000, 0 -0.588985187500000, 1 -0.589049125000000, 0 -0.589067062500000, 1 -0.589109812500000, 0 -0.589127687500000, 1 -0.589188625000000, 0 -0.589206562500000, 1 -0.589243250000000, 0 -0.589261125000000, 1 -0.589325125000000, 0 -0.589343062500000, 1 -0.589407062500000, 0 -0.589424937500000, 1 -0.589616312500000, 0 -0.589634187500000, 1 -0.589786125000000, 0 -0.589804062500000, 1 -0.589822562500000, 0 -0.589840437500000, 1 -0.589858937500000, 0 -0.589876812500000, 1 -0.589940812500000, 0 -0.589958687500000, 1 -0.590001500000000, 0 -0.590019375000000, 1 -0.590080312500000, 0 -0.590098187500000, 1 -0.590137937500000, 0 -0.590155812500000, 1 -0.590219812500000, 0 -0.590237687500000, 1 -0.590295687500000, 0 -0.590313562500000, 1 -0.590507937500000, 0 -0.590525875000000, 1 -0.590677812500000, 0 -0.590695687500000, 1 -0.590714187500000, 0 -0.590732062500000, 1 -0.590750562500000, 0 -0.590768500000000, 1 -0.590832437500000, 0 -0.590850375000000, 1 -0.590893125000000, 0 -0.590911000000000, 1 -0.590972000000000, 0 -0.590989875000000, 1 -0.591032625000000, 0 -0.591050500000000, 1 -0.591114562500000, 0 -0.591132437500000, 1 -0.591193437500000, 0 -0.591211312500000, 1 -0.591399625000000, 0 -0.591417500000000, 1 -0.591569500000000, 0 -0.591587375000000, 1 -0.591605875000000, 0 -0.591623750000000, 1 -0.591642312500000, 0 -0.591660187500000, 1 -0.591724125000000, 0 -0.591742062500000, 1 -0.591784812500000, 0 -0.591802687500000, 1 -0.591863625000000, 0 -0.591881562500000, 1 -0.591927375000000, 0 -0.591945250000000, 1 -0.592009250000000, 0 -0.592027125000000, 1 -0.592082062500000, 0 -0.592099937500000, 1 -0.592291312500000, 0 -0.592309187500000, 1 -0.592461125000000, 0 -0.592479062500000, 1 -0.592497500000000, 0 -0.592515375000000, 1 -0.592533875000000, 0 -0.592551812500000, 1 -0.592615750000000, 0 -0.592633687500000, 1 -0.592676437500000, 0 -0.592694312500000, 1 -0.592755312500000, 0 -0.592773250000000, 1 -0.592822000000000, 0 -0.592839875000000, 1 -0.592903875000000, 0 -0.592921812500000, 1 -0.592970625000000, 0 -0.592988500000000, 1 -0.593182875000000, 0 -0.593200812500000, 1 -0.593352750000000, 0 -0.593370687500000, 1 -0.593389125000000, 0 -0.593407000000000, 1 -0.593425500000000, 0 -0.593443312500000, 1 -0.593443375000000, 0 -0.593443437500000, 1 -0.593507437500000, 0 -0.593525312500000, 1 -0.593568062500000, 0 -0.593585937500000, 1 -0.593646937500000, 0 -0.593664812500000, 1 -0.593716687500000, 0 -0.593734562500000, 1 -0.593798562500000, 0 -0.593816500000000, 1 -0.593859250000000, 0 -0.593877125000000, 1 -0.594074562500000, 0 -0.594092562500000, 1 -0.594244437500000, 0 -0.594262312500000, 1 -0.594280812500000, 0 -0.594298687500000, 1 -0.594317187500000, 0 -0.594335125000000, 1 -0.594399125000000, 0 -0.594417000000000, 1 -0.594459750000000, 0 -0.594477625000000, 1 -0.594538562500000, 0 -0.594556500000000, 1 -0.594611375000000, 0 -0.594629250000000, 1 -0.594693250000000, 0 -0.594711187500000, 1 -0.594747937500000, 0 -0.594765750000000, 1 -0.594966250000000, 0 -0.594984125000000, 1 -0.595136062500000, 0 -0.595153937500000, 1 -0.595172437500000, 0 -0.595190375000000, 1 -0.595208875000000, 0 -0.595226750000000, 1 -0.595290750000000, 0 -0.595308687500000, 1 -0.595351437500000, 0 -0.595369312500000, 1 -0.595430250000000, 0 -0.595448125000000, 1 -0.595506062500000, 0 -0.595523937500000, 1 -0.595587937500000, 0 -0.595605875000000, 1 -0.595636500000000, 0 -0.595654375000000, 1 -0.595857875000000, 0 -0.595875750000000, 1 -0.596027687500000, 0 -0.596045625000000, 1 -0.596064125000000, 0 -0.596082000000000, 1 -0.596100500000000, 0 -0.596118437500000, 1 -0.596182375000000, 0 -0.596200250000000, 1 -0.596246062500000, 0 -0.596263937500000, 1 -0.596324937500000, 0 -0.596342812500000, 1 -0.596403750000000, 0 -0.596421687500000, 1 -0.596485687500000, 0 -0.596503562500000, 1 -0.596540250000000, 0 -0.596558187500000, 1 -0.596749500000000, 0 -0.596767437500000, 1 -0.596919375000000, 0 -0.596937250000000, 1 -0.596955750000000, 0 -0.596973687500000, 1 -0.596992187500000, 0 -0.597010062500000, 1 -0.597074062500000, 0 -0.597091937500000, 1 -0.597134687500000, 0 -0.597152562500000, 1 -0.597213562500000, 0 -0.597231437500000, 1 -0.597295437500000, 0 -0.597313312500000, 1 -0.597377312500000, 0 -0.597395250000000, 1 -0.597413687500000, 0 -0.597431625000000, 1 -0.597641187500000, 0 -0.597659062500000, 1 -0.597811000000000, 0 -0.597828937500000, 1 -0.597871687500000, 0 -0.597889562500000, 1 -0.597908062500000, 0 -0.597926000000000, 1 -0.597989937500000, 0 -0.598007875000000, 1 -0.598050625000000, 0 -0.598068500000000, 1 -0.598132437500000, 0 -0.598150375000000, 1 -0.598168875000000, 0 -0.598186750000000, 1 -0.598250750000000, 0 -0.598268687500000, 1 -0.598299312500000, 0 -0.598317187500000, 1 -0.598532812500000, 0 -0.598550750000000, 1 -0.598702687500000, 0 -0.598720562500000, 1 -0.598739062500000, 0 -0.598756937500000, 1 -0.598775437500000, 0 -0.598793375000000, 1 -0.598857375000000, 0 -0.598875250000000, 1 -0.598918000000000, 0 -0.598935875000000, 1 -0.598999875000000, 0 -0.599017750000000, 1 -0.599039312500000, 0 -0.599057187500000, 1 -0.599121187500000, 0 -0.599139125000000, 1 -0.599175812500000, 0 -0.599193687500000, 1 -0.599424500000000, 0 -0.599442375000000, 1 -0.599594375000000, 0 -0.599612250000000, 1 -0.599655062500000, 0 -0.599672875000000, 1 -0.599691437500000, 0 -0.599709312500000, 1 -0.599773312500000, 0 -0.599791187500000, 1 -0.599830937500000, 0 -0.599848875000000, 1 -0.599912812500000, 0 -0.599930687500000, 1 -0.599955250000000, 0 -0.599973125000000, 1 -0.600037125000000, 0 -0.600055062500000, 1 -0.600091750000000, 0 -0.600109687500000, 1 -0.600316187500000, 0 -0.600334062500000, 1 -0.600486000000000, 0 -0.600503937500000, 1 -0.600546687500000, 0 -0.600564625000000, 1 -0.600583062500000, 0 -0.600601000000000, 1 -0.600665000000000, 0 -0.600682875000000, 1 -0.600725625000000, 0 -0.600743500000000, 1 -0.600807500000000, 0 -0.600825375000000, 1 -0.600853000000000, 0 -0.600870875000000, 1 -0.600934875000000, 0 -0.600952812500000, 1 -0.600977375000000, 0 -0.600995250000000, 1 -0.601207875000000, 0 -0.601225750000000, 1 -0.601377750000000, 0 -0.601395625000000, 1 -0.601450500000000, 0 -0.601468437500000, 1 -0.601486937500000, 0 -0.601504812500000, 1 -0.601568750000000, 0 -0.601586687500000, 1 -0.601629437500000, 0 -0.601647375000000, 1 -0.601711375000000, 0 -0.601729187500000, 1 -0.601759875000000, 0 -0.601777750000000, 1 -0.601841750000000, 0 -0.601859625000000, 1 -0.601914562500000, 0 -0.601932437500000, 1 -0.602099562500000, 0 -0.602117437500000, 1 -0.602269437500000, 0 -0.602287312500000, 1 -0.602342187500000, 0 -0.602360125000000, 1 -0.602378562500000, 0 -0.602396500000000, 1 -0.602460500000000, 0 -0.602478375000000, 1 -0.602521125000000, 0 -0.602539062500000, 1 -0.602603000000000, 0 -0.602620937500000, 1 -0.602654562500000, 0 -0.602672437500000, 1 -0.602736500000000, 0 -0.602754375000000, 1 -0.602815375000000, 0 -0.602833250000000, 1 -0.602991250000000, 0 -0.603009187500000, 1 -0.603161125000000, 0 -0.603179000000000, 1 -0.603221750000000, 0 -0.603239687500000, 1 -0.603258187500000, 0 -0.603276062500000, 1 -0.603340062500000, 0 -0.603357937500000, 1 -0.603400687500000, 0 -0.603418625000000, 1 -0.603482562500000, 0 -0.603500500000000, 1 -0.603537187500000, 0 -0.603555000000000, 1 -0.603619062500000, 0 -0.603637000000000, 1 -0.603679750000000, 0 -0.603697625000000, 1 -0.603882937500000, 0 -0.603900812500000, 1 -0.604052812500000, 0 -0.604070687500000, 1 -0.604125562500000, 0 -0.604143500000000, 1 -0.604162000000000, 0 -0.604179875000000, 1 -0.604243875000000, 0 -0.604261687500000, 1 -0.604304500000000, 0 -0.604322375000000, 1 -0.604386312500000, 0 -0.604404250000000, 1 -0.604444000000000, 0 -0.604461937500000, 1 -0.604525875000000, 0 -0.604543812500000, 1 -0.604592625000000, 0 -0.604610500000000, 1 -0.604774625000000, 0 -0.604792500000000, 1 -0.604944500000000, 0 -0.604962375000000, 1 -0.604980875000000, 0 -0.604998750000000, 1 -0.605017250000000, 0 -0.605035187500000, 1 -0.605099125000000, 0 -0.605117062500000, 1 -0.605159812500000, 0 -0.605177687500000, 1 -0.605241687500000, 0 -0.605259562500000, 1 -0.605302375000000, 0 -0.605320250000000, 1 -0.605384250000000, 0 -0.605402125000000, 1 -0.605447937500000, 0 -0.605465812500000, 1 -0.605666312500000, 0 -0.605684187500000, 1 -0.605836125000000, 0 -0.605854062500000, 1 -0.605872562500000, 0 -0.605890437500000, 1 -0.605908937500000, 0 -0.605926875000000, 1 -0.605990812500000, 0 -0.606008750000000, 1 -0.606051500000000, 0 -0.606069375000000, 1 -0.606133375000000, 0 -0.606151250000000, 1 -0.606197062500000, 0 -0.606214937500000, 1 -0.606278937500000, 0 -0.606296875000000, 1 -0.606348750000000, 0 -0.606366625000000, 1 -0.606558000000000, 0 -0.606575875000000, 1 -0.606727812500000, 0 -0.606745750000000, 1 -0.606764187500000, 0 -0.606782125000000, 1 -0.606800625000000, 0 -0.606818500000000, 1 -0.606882500000000, 0 -0.606900375000000, 1 -0.606946250000000, 0 -0.606964125000000, 1 -0.607028062500000, 0 -0.607045937500000, 1 -0.607094812500000, 0 -0.607112687500000, 1 -0.607176687500000, 0 -0.607194625000000, 1 -0.607240375000000, 0 -0.607258312500000, 1 -0.607449687500000, 0 -0.607467562500000, 1 -0.607619500000000, 0 -0.607637437500000, 1 -0.607655937500000, 0 -0.607673812500000, 1 -0.607692312500000, 0 -0.607710250000000, 1 -0.607774187500000, 0 -0.607792125000000, 1 -0.607834875000000, 0 -0.607852750000000, 1 -0.607916750000000, 0 -0.607934625000000, 1 -0.607986500000000, 0 -0.608004375000000, 1 -0.608068375000000, 0 -0.608086312500000, 1 -0.608150312500000, 0 -0.608168187500000, 1 -0.608341375000000, 0 -0.608359250000000, 1 -0.608511187500000, 0 -0.608529125000000, 1 -0.608547625000000, 0 -0.608565500000000, 1 -0.608584000000000, 0 -0.608601875000000, 1 -0.608665875000000, 0 -0.608683812500000, 1 -0.608726562500000, 0 -0.608744437500000, 1 -0.608808437500000, 0 -0.608826312500000, 1 -0.608881187500000, 0 -0.608899125000000, 1 -0.608963125000000, 0 -0.608981000000000, 1 -0.609002500000000, 0 -0.609020500000000, 1 -0.609233000000000, 0 -0.609250937500000, 1 -0.609402875000000, 0 -0.609420812500000, 1 -0.609439250000000, 0 -0.609457125000000, 1 -0.609475687500000, 0 -0.609493562500000, 1 -0.609557562500000, 0 -0.609575500000000, 1 -0.609618250000000, 0 -0.609636125000000, 1 -0.609700125000000, 0 -0.609718000000000, 1 -0.609775937500000, 0 -0.609793812500000, 1 -0.609857812500000, 0 -0.609875750000000, 1 -0.609903312500000, 0 -0.609921187500000, 1 -0.610124687500000, 0 -0.610142625000000, 1 -0.610294562500000, 0 -0.610312500000000, 1 -0.610330937500000, 0 -0.610348875000000, 1 -0.610367375000000, 0 -0.610385250000000, 1 -0.610449250000000, 0 -0.610467062500000, 1 -0.610509875000000, 0 -0.610527812500000, 1 -0.610591812500000, 0 -0.610609687500000, 1 -0.610670625000000, 0 -0.610688500000000, 1 -0.610752500000000, 0 -0.610770437500000, 1 -0.610804125000000, 0 -0.610822000000000, 1 -0.611016375000000, 0 -0.611034250000000, 1 -0.611186250000000, 0 -0.611204125000000, 1 -0.611222625000000, 0 -0.611240312500000, 1 -0.611240437500000, 0 -0.611240687500000, 1 -0.611259062500000, 0 -0.611276937500000, 1 -0.611340937500000, 0 -0.611358812500000, 1 -0.611401562500000, 0 -0.611419500000000, 1 -0.611483437500000, 0 -0.611501312500000, 1 -0.611565312500000, 0 -0.611583250000000, 1 -0.611647250000000, 0 -0.611665125000000, 1 -0.611704875000000, 0 -0.611722750000000, 1 -0.611908062500000, 0 -0.611925937500000, 1 -0.612077875000000, 0 -0.612095812500000, 1 -0.612138562500000, 0 -0.612156500000000, 1 -0.612174937500000, 0 -0.612192875000000, 1 -0.612256875000000, 0 -0.612274750000000, 1 -0.612317500000000, 0 -0.612335375000000, 1 -0.612353875000000, 0 -0.612371812500000, 1 -0.612390312500000, 0 -0.612408187500000, 1 -0.612472187500000, 0 -0.612490062500000, 1 -0.612551062500000, 0 -0.612568937500000, 1 -0.612799812500000, 0 -0.612817687500000, 1 -0.612969625000000, 0 -0.612987562500000, 1 -0.613030312500000, 0 -0.613048187500000, 1 -0.613066687500000, 0 -0.613084562500000, 1 -0.613148562500000, 0 -0.613166437500000, 1 -0.613209250000000, 0 -0.613227125000000, 1 -0.613245625000000, 0 -0.613263500000000, 1 -0.613285062500000, 0 -0.613302937500000, 1 -0.613366937500000, 0 -0.613384812500000, 1 -0.613439750000000, 0 -0.613457625000000, 1 -0.613691437500000, 0 -0.613709375000000, 1 -0.613861312500000, 0 -0.613879250000000, 1 -0.613909875000000, 0 -0.613927750000000, 1 -0.613946250000000, 0 -0.613964125000000, 1 -0.614028125000000, 0 -0.614046000000000, 1 -0.614091812500000, 0 -0.614109687500000, 1 -0.614128187500000, 0 -0.614146125000000, 1 -0.614170687500000, 0 -0.614188562500000, 1 -0.614252562500000, 0 -0.614270437500000, 1 -0.614331437500000, 0 -0.614349312500000, 1 -0.614583125000000, 0 -0.614601062500000, 1 -0.614753000000000, 0 -0.614770875000000, 1 -0.614801562500000, 0 -0.614819437500000, 1 -0.614837937500000, 0 -0.614855812500000, 1 -0.614919812500000, 0 -0.614937687500000, 1 -0.614980500000000, 0 -0.614998375000000, 1 -0.615016875000000, 0 -0.615034750000000, 1 -0.615062375000000, 0 -0.615080250000000, 1 -0.615144250000000, 0 -0.615162125000000, 1 -0.615204937500000, 0 -0.615222812500000, 1 -0.615474812500000, 0 -0.615492750000000, 1 -0.615644687500000, 0 -0.615662625000000, 1 -0.615705375000000, 0 -0.615723250000000, 1 -0.615741750000000, 0 -0.615759625000000, 1 -0.615823625000000, 0 -0.615841562500000, 1 -0.615884312500000, 0 -0.615902187500000, 1 -0.615920687500000, 0 -0.615938625000000, 1 -0.615969250000000, 0 -0.615987125000000, 1 -0.616051125000000, 0 -0.616069062500000, 1 -0.616105687500000, 0 -0.616123625000000, 1 -0.616366562500000, 0 -0.616384437500000, 1 -0.616536375000000, 0 -0.616554312500000, 1 -0.616609187500000, 0 -0.616627125000000, 1 -0.616645625000000, 0 -0.616663437500000, 1 -0.616727500000000, 0 -0.616745375000000, 1 -0.616788125000000, 0 -0.616806062500000, 1 -0.616824500000000, 0 -0.616842375000000, 1 -0.616876062500000, 0 -0.616893937500000, 1 -0.616958000000000, 0 -0.616975875000000, 1 -0.617006500000000, 0 -0.617024437500000, 1 -0.617258250000000, 0 -0.617276125000000, 1 -0.617428062500000, 0 -0.617446000000000, 1 -0.617500875000000, 0 -0.617518812500000, 1 -0.617537250000000, 0 -0.617555125000000, 1 -0.617619125000000, 0 -0.617637000000000, 1 -0.617682812500000, 0 -0.617700750000000, 1 -0.617719187500000, 0 -0.617737062500000, 1 -0.617773812500000, 0 -0.617791750000000, 1 -0.617855687500000, 0 -0.617873562500000, 1 -0.617910312500000, 0 -0.617928187500000, 1 -0.618149875000000, 0 -0.618167750000000, 1 -0.618319687500000, 0 -0.618337625000000, 1 -0.618380437500000, 0 -0.618398312500000, 1 -0.618416812500000, 0 -0.618434687500000, 1 -0.618498687500000, 0 -0.618516562500000, 1 -0.618559375000000, 0 -0.618577187500000, 1 -0.618595687500000, 0 -0.618613625000000, 1 -0.618653312500000, 0 -0.618671187500000, 1 -0.618735187500000, 0 -0.618753125000000, 1 -0.618771625000000, 0 -0.618789500000000, 1 -0.619041500000000, 0 -0.619059437500000, 1 -0.619211375000000, 0 -0.619229250000000, 1 -0.619284187500000, 0 -0.619302062500000, 1 -0.619320562500000, 0 -0.619338437500000, 1 -0.619402437500000, 0 -0.619420312500000, 1 -0.619466125000000, 0 -0.619484062500000, 1 -0.619502500000000, 0 -0.619520437500000, 1 -0.619563125000000, 0 -0.619581062500000, 1 -0.619645062500000, 0 -0.619662937500000, 1 -0.619702687500000, 0 -0.619720562500000, 1 -0.619933125000000, 0 -0.619951062500000, 1 -0.620103062500000, 0 -0.620120937500000, 1 -0.620175750000000, 0 -0.620193687500000, 1 -0.620212187500000, 0 -0.620230062500000, 1 -0.620294062500000, 0 -0.620311937500000, 1 -0.620354687500000, 0 -0.620372625000000, 1 -0.620391125000000, 0 -0.620409000000000, 1 -0.620454812500000, 0 -0.620472750000000, 1 -0.620536687500000, 0 -0.620554562500000, 1 -0.620576187500000, 0 -0.620594000000000, 1 -0.620824812500000, 0 -0.620842687500000, 1 -0.620994625000000, 0 -0.621012625000000, 1 -0.621031062500000, 0 -0.621048937500000, 1 -0.621067437500000, 0 -0.621085312500000, 1 -0.621149312500000, 0 -0.621167250000000, 1 -0.621210000000000, 0 -0.621227875000000, 1 -0.621246375000000, 0 -0.621264250000000, 1 -0.621313062500000, 0 -0.621331000000000, 1 -0.621395000000000, 0 -0.621412875000000, 1 -0.621452625000000, 0 -0.621470500000000, 1 -0.621716437500000, 0 -0.621734375000000, 1 -0.621886312500000, 0 -0.621904187500000, 1 -0.621922687500000, 0 -0.621940625000000, 1 -0.621959125000000, 0 -0.621977000000000, 1 -0.622041000000000, 0 -0.622058875000000, 1 -0.622104687500000, 0 -0.622122562500000, 1 -0.622141062500000, 0 -0.622158937500000, 1 -0.622210812500000, 0 -0.622228687500000, 1 -0.622292687500000, 0 -0.622310562500000, 1 -0.622332125000000, 0 -0.622350000000000, 1 -0.622608125000000, 0 -0.622626000000000, 1 -0.622777937500000, 0 -0.622795875000000, 1 -0.622814375000000, 0 -0.622832250000000, 1 -0.622850750000000, 0 -0.622868625000000, 1 -0.622932625000000, 0 -0.622950500000000, 1 -0.622993250000000, 0 -0.623011187500000, 1 -0.623029687500000, 0 -0.623047562500000, 1 -0.623102437500000, 0 -0.623120375000000, 1 -0.623184375000000, 0 -0.623202250000000, 1 -0.623254125000000, 0 -0.623272000000000, 1 -0.623499750000000, 0 -0.623517687500000, 1 -0.623669625000000, 0 -0.623687500000000, 1 -0.623706000000000, 0 -0.623723937500000, 1 -0.623742437500000, 0 -0.623760312500000, 1 -0.623824312500000, 0 -0.623842187500000, 1 -0.623884937500000, 0 -0.623902875000000, 1 -0.623921312500000, 0 -0.623939250000000, 1 -0.623997187500000, 0 -0.624015062500000, 1 -0.624079062500000, 0 -0.624096937500000, 1 -0.624142750000000, 0 -0.624160625000000, 1 -0.624391437500000, 0 -0.624409375000000, 1 -0.624561312500000, 0 -0.624579125000000, 1 -0.624597687500000, 0 -0.624615625000000, 1 -0.624634062500000, 0 -0.624652000000000, 1 -0.624716000000000, 0 -0.624733875000000, 1 -0.624776562500000, 0 -0.624794562500000, 1 -0.624813062500000, 0 -0.624830937500000, 1 -0.624891875000000, 0 -0.624909812500000, 1 -0.624973750000000, 0 -0.624991687500000, 1 -0.625055687500000, 0 -0.625073562500000, 1 -0.625283125000000, 0 -0.625301000000000, 1 -0.625453000000000, 0 -0.625470875000000, 1 -0.625489375000000, 0 -0.625507250000000, 1 -0.625525750000000, 0 -0.625543687500000, 1 -0.625607687500000, 0 -0.625625562500000, 1 -0.625668312500000, 0 -0.625686187500000, 1 -0.625704687500000, 0 -0.625722625000000, 1 -0.625786562500000, 0 -0.625804500000000, 1 -0.625868500000000, 0 -0.625886375000000, 1 -0.625944312500000, 0 -0.625962187500000, 1 -0.626174812500000, 0 -0.626192687500000, 1 -0.626344687500000, 0 -0.626362562500000, 1 -0.626381062500000, 0 -0.626399000000000, 1 -0.626417437500000, 0 -0.626435375000000, 1 -0.626499312500000, 0 -0.626517250000000, 1 -0.626560000000000, 0 -0.626577875000000, 1 -0.626599437500000, 0 -0.626617312500000, 1 -0.626635812500000, 0 -0.626653687500000, 1 -0.626653750000000, 0 -0.626653812500000, 1 -0.626717687500000, 0 -0.626735625000000, 1 -0.626781437500000, 0 -0.626799250000000, 1 -0.627066500000000, 0 -0.627084312500000, 1 -0.627236312500000, 0 -0.627254187500000, 1 -0.627272750000000, 0 -0.627290625000000, 1 -0.627309125000000, 0 -0.627327062500000, 1 -0.627391000000000, 0 -0.627408875000000, 1 -0.627451687500000, 0 -0.627469562500000, 1 -0.627491062500000, 0 -0.627509000000000, 1 -0.627530500000000, 0 -0.627548437500000, 1 -0.627612375000000, 0 -0.627630312500000, 1 -0.627682187500000, 0 -0.627700062500000, 1 -0.627958125000000, 0 -0.627976062500000, 1 -0.628128000000000, 0 -0.628145937500000, 1 -0.628164375000000, 0 -0.628182312500000, 1 -0.628200750000000, 0 -0.628218687500000, 1 -0.628282687500000, 0 -0.628300562500000, 1 -0.628343312500000, 0 -0.628361250000000, 1 -0.628382750000000, 0 -0.628400625000000, 1 -0.628425187500000, 0 -0.628443125000000, 1 -0.628507062500000, 0 -0.628525062500000, 1 -0.628582937500000, 0 -0.628600750000000, 1 -0.628849812500000, 0 -0.628867687500000, 1 -0.629019687500000, 0 -0.629037562500000, 1 -0.629056062500000, 0 -0.629073937500000, 1 -0.629092375000000, 0 -0.629110312500000, 1 -0.629174375000000, 0 -0.629192250000000, 1 -0.629234937500000, 0 -0.629252875000000, 1 -0.629274437500000, 0 -0.629292375000000, 1 -0.629319875000000, 0 -0.629337625000000, 1 -0.629337750000000, 0 -0.629337875000000, 1 -0.629401812500000, 0 -0.629419687500000, 1 -0.629483687500000, 0 -0.629501562500000, 1 -0.629741437500000, 0 -0.629759375000000, 1 -0.629911312500000, 0 -0.629929187500000, 1 -0.629971937500000, 0 -0.629989875000000, 1 -0.630008375000000, 0 -0.630026250000000, 1 -0.630090250000000, 0 -0.630108125000000, 1 -0.630150875000000, 0 -0.630168750000000, 1 -0.630190312500000, 0 -0.630208187500000, 1 -0.630238812500000, 0 -0.630256687500000, 1 -0.630320687500000, 0 -0.630338625000000, 1 -0.630360187500000, 0 -0.630378062500000, 1 -0.630633125000000, 0 -0.630651000000000, 1 -0.630803000000000, 0 -0.630820875000000, 1 -0.630839375000000, 0 -0.630857250000000, 1 -0.630875750000000, 0 -0.630893625000000, 1 -0.630957625000000, 0 -0.630975562500000, 1 -0.631018312500000, 0 -0.631036187500000, 1 -0.631057687500000, 0 -0.631075625000000, 1 -0.631109312500000, 0 -0.631127187500000, 1 -0.631191187500000, 0 -0.631209062500000, 1 -0.631236687500000, 0 -0.631254562500000, 1 -0.631524750000000, 0 -0.631542687500000, 1 -0.631694687500000, 0 -0.631712562500000, 1 -0.631767437500000, 0 -0.631785375000000, 1 -0.631803875000000, 0 -0.631821750000000, 1 -0.631885750000000, 0 -0.631903625000000, 1 -0.631946375000000, 0 -0.631964312500000, 1 -0.631985812500000, 0 -0.632003687500000, 1 -0.632040375000000, 0 -0.632058312500000, 1 -0.632122312500000, 0 -0.632140187500000, 1 -0.632173875000000, 0 -0.632191750000000, 1 -0.632416500000000, 0 -0.632434375000000, 1 -0.632586375000000, 0 -0.632604250000000, 1 -0.632647000000000, 0 -0.632664937500000, 1 -0.632683375000000, 0 -0.632701312500000, 1 -0.632765312500000, 0 -0.632783187500000, 1 -0.632829000000000, 0 -0.632846875000000, 1 -0.632868375000000, 0 -0.632886312500000, 1 -0.632926000000000, 0 -0.632943937500000, 1 -0.633007875000000, 0 -0.633025812500000, 1 -0.633053437500000, 0 -0.633071312500000, 1 -0.633308187500000, 0 -0.633326125000000, 1 -0.633478000000000, 0 -0.633495937500000, 1 -0.633550812500000, 0 -0.633568750000000, 1 -0.633587187500000, 0 -0.633605125000000, 1 -0.633669125000000, 0 -0.633687000000000, 1 -0.633729687500000, 0 -0.633747625000000, 1 -0.633769187500000, 0 -0.633787062500000, 1 -0.633829812500000, 0 -0.633847625000000, 1 -0.633847812500000, 0 -0.633847875000000, 1 -0.633911750000000, 0 -0.633929687500000, 1 -0.633960312500000, 0 -0.633978125000000, 1 -0.634199875000000, 0 -0.634217812500000, 1 -0.634369750000000, 0 -0.634387687500000, 1 -0.634430437500000, 0 -0.634448312500000, 1 -0.634466812500000, 0 -0.634484687500000, 1 -0.634548687500000, 0 -0.634566625000000, 1 -0.634612437500000, 0 -0.634630250000000, 1 -0.634651812500000, 0 -0.634669687500000, 1 -0.634715500000000, 0 -0.634733375000000, 1 -0.634797375000000, 0 -0.634815250000000, 1 -0.634839812500000, 0 -0.634839875000000, 1 -0.634839937500000, 0 -0.634857750000000, 1 -0.635091625000000, 0 -0.635109500000000, 1 -0.635261437500000, 0 -0.635279312500000, 1 -0.635322125000000, 0 -0.635340000000000, 1 -0.635358500000000, 0 -0.635376375000000, 1 -0.635440375000000, 0 -0.635458250000000, 1 -0.635501062500000, 0 -0.635518937500000, 1 -0.635540437500000, 0 -0.635558375000000, 1 -0.635607187500000, 0 -0.635625062500000, 1 -0.635689062500000, 0 -0.635707000000000, 1 -0.635725437500000, 0 -0.635743375000000, 1 -0.635983250000000, 0 -0.636001125000000, 1 -0.636153125000000, 0 -0.636170937500000, 1 -0.636225875000000, 0 -0.636243812500000, 1 -0.636262250000000, 0 -0.636280187500000, 1 -0.636344187500000, 0 -0.636362062500000, 1 -0.636407875000000, 0 -0.636425750000000, 1 -0.636447312500000, 0 -0.636465187500000, 1 -0.636517062500000, 0 -0.636534937500000, 1 -0.636599000000000, 0 -0.636616875000000, 1 -0.636653562500000, 0 -0.636671437500000, 1 -0.636875000000000, 0 -0.636892875000000, 1 -0.637044875000000, 0 -0.637062687500000, 1 -0.637081187500000, 0 -0.637099125000000, 1 -0.637117625000000, 0 -0.637135437500000, 1 -0.637199500000000, 0 -0.637217375000000, 1 -0.637260125000000, 0 -0.637278062500000, 1 -0.637299625000000, 0 -0.637317500000000, 1 -0.637372375000000, 0 -0.637390250000000, 1 -0.637454250000000, 0 -0.637472125000000, 1 -0.637527000000000, 0 -0.637544937500000, 1 -0.637766625000000, 0 -0.637784500000000, 1 -0.637936500000000, 0 -0.637954375000000, 1 -0.637972875000000, 0 -0.637990812500000, 1 -0.638009250000000, 0 -0.638027187500000, 1 -0.638091187500000, 0 -0.638109062500000, 1 -0.638151812500000, 0 -0.638169687500000, 1 -0.638191250000000, 0 -0.638209125000000, 1 -0.638267062500000, 0 -0.638284937500000, 1 -0.638348937500000, 0 -0.638366812500000, 1 -0.638427812500000, 0 -0.638445687500000, 1 -0.638658312500000, 0 -0.638676187500000, 1 -0.638828125000000, 0 -0.638846062500000, 1 -0.638864562500000, 0 -0.638882437500000, 1 -0.638900937500000, 0 -0.638918812500000, 1 -0.638982812500000, 0 -0.639000750000000, 1 -0.639043437500000, 0 -0.639061375000000, 1 -0.639082875000000, 0 -0.639100750000000, 1 -0.639161750000000, 0 -0.639179625000000, 1 -0.639243625000000, 0 -0.639261562500000, 1 -0.639304312500000, 0 -0.639322187500000, 1 -0.639550000000000, 0 -0.639567875000000, 1 -0.639719875000000, 0 -0.639737750000000, 1 -0.639756250000000, 0 -0.639774125000000, 1 -0.639792625000000, 0 -0.639810562500000, 1 -0.639874562500000, 0 -0.639892437500000, 1 -0.639935187500000, 0 -0.639953062500000, 1 -0.639974625000000, 0 -0.639992500000000, 1 -0.640056500000000, 0 -0.640074375000000, 1 -0.640138375000000, 0 -0.640156312500000, 1 -0.640205125000000, 0 -0.640223000000000, 1 -0.640441687500000, 0 -0.640459562500000, 1 -0.640611562500000, 0 -0.640629437500000, 1 -0.640647937500000, 0 -0.640665812500000, 1 -0.640684312500000, 0 -0.640702250000000, 1 -0.640766250000000, 0 -0.640784125000000, 1 -0.640826875000000, 0 -0.640844750000000, 1 -0.640869312500000, 0 -0.640887250000000, 1 -0.640905750000000, 0 -0.640923625000000, 1 -0.640987625000000, 0 -0.641005500000000, 1 -0.641024000000000, 0 -0.641041875000000, 1 -0.641333312500000, 0 -0.641351250000000, 1 -0.641503187500000, 0 -0.641521125000000, 1 -0.641551750000000, 0 -0.641569625000000, 1 -0.641588125000000, 0 -0.641606062500000, 1 -0.641670000000000, 0 -0.641687875000000, 1 -0.641733687500000, 0 -0.641751625000000, 1 -0.641776187500000, 0 -0.641794062500000, 1 -0.641815562500000, 0 -0.641833500000000, 1 -0.641897500000000, 0 -0.641915375000000, 1 -0.641952062500000, 0 -0.641970000000000, 1 -0.642225062500000, 0 -0.642242937500000, 1 -0.642394937500000, 0 -0.642412812500000, 1 -0.642431312500000, 0 -0.642449187500000, 1 -0.642467687500000, 0 -0.642485625000000, 1 -0.642549562500000, 0 -0.642567562500000, 1 -0.642610250000000, 0 -0.642628187500000, 1 -0.642652687500000, 0 -0.642670437500000, 1 -0.642670500000000, 0 -0.642670562500000, 1 -0.642670625000000, 0 -0.642670687500000, 1 -0.642695187500000, 0 -0.642713062500000, 1 -0.642777062500000, 0 -0.642794937500000, 1 -0.642825562500000, 0 -0.642843375000000, 1 -0.642843437500000, 0 -0.642843500000000, 1 -0.643116750000000, 0 -0.643134625000000, 1 -0.643286562500000, 0 -0.643304500000000, 1 -0.643322937500000, 0 -0.643340875000000, 1 -0.643359375000000, 0 -0.643377250000000, 1 -0.643441250000000, 0 -0.643459187500000, 1 -0.643501937500000, 0 -0.643519812500000, 1 -0.643544375000000, 0 -0.643562250000000, 1 -0.643589812500000, 0 -0.643607750000000, 1 -0.643671750000000, 0 -0.643689625000000, 1 -0.643726312500000, 0 -0.643744250000000, 1 -0.644008375000000, 0 -0.644026312500000, 1 -0.644178250000000, 0 -0.644196125000000, 1 -0.644238937500000, 0 -0.644256812500000, 1 -0.644275250000000, 0 -0.644293187500000, 1 -0.644357125000000, 0 -0.644375062500000, 1 -0.644417875000000, 0 -0.644435750000000, 1 -0.644460312500000, 0 -0.644478187500000, 1 -0.644508875000000, 0 -0.644526687500000, 1 -0.644590687500000, 0 -0.644608562500000, 1 -0.644651375000000, 0 -0.644669250000000, 1 -0.644900125000000, 0 -0.644917937500000, 1 -0.645069937500000, 0 -0.645087812500000, 1 -0.645106312500000, 0 -0.645124187500000, 1 -0.645142687500000, 0 -0.645160562500000, 1 -0.645224562500000, 0 -0.645242375000000, 1 -0.645285250000000, 0 -0.645303125000000, 1 -0.645327687500000, 0 -0.645345562500000, 1 -0.645379250000000, 0 -0.645397125000000, 1 -0.645461187500000, 0 -0.645479062500000, 1 -0.645527875000000, 0 -0.645545750000000, 1 -0.645791687500000, 0 -0.645809625000000, 1 -0.645961562500000, 0 -0.645979500000000, 1 -0.646034375000000, 0 -0.646052187500000, 1 -0.646070750000000, 0 -0.646088625000000, 1 -0.646152625000000, 0 -0.646170500000000, 1 -0.646213250000000, 0 -0.646231187500000, 1 -0.646255750000000, 0 -0.646273625000000, 1 -0.646310312500000, 0 -0.646328187500000, 1 -0.646392250000000, 0 -0.646410125000000, 1 -0.646465000000000, 0 -0.646482875000000, 1 -0.646683375000000, 0 -0.646701250000000, 1 -0.646853187500000, 0 -0.646871125000000, 1 -0.646889625000000, 0 -0.646907500000000, 1 -0.646926000000000, 0 -0.646943875000000, 1 -0.647007875000000, 0 -0.647025812500000, 1 -0.647071562500000, 0 -0.647089437500000, 1 -0.647114000000000, 0 -0.647131937500000, 1 -0.647171687500000, 0 -0.647189562500000, 1 -0.647253562500000, 0 -0.647271437500000, 1 -0.647320250000000, 0 -0.647338187500000, 1 -0.647575000000000, 0 -0.647592937500000, 1 -0.647744875000000, 0 -0.647762750000000, 1 -0.647805562500000, 0 -0.647823437500000, 1 -0.647841937500000, 0 -0.647859812500000, 1 -0.647923812500000, 0 -0.647941687500000, 1 -0.647984500000000, 0 -0.648002375000000, 1 -0.648026937500000, 0 -0.648044812500000, 1 -0.648087625000000, 0 -0.648105500000000, 1 -0.648169500000000, 0 -0.648187375000000, 1 -0.648245312500000, 0 -0.648263250000000, 1 -0.648466750000000, 0 -0.648484625000000, 1 -0.648636562500000, 0 -0.648654500000000, 1 -0.648709375000000, 0 -0.648727250000000, 1 -0.648745750000000, 0 -0.648763687500000, 1 -0.648827625000000, 0 -0.648845562500000, 1 -0.648888312500000, 0 -0.648906187500000, 1 -0.648930750000000, 0 -0.648948625000000, 1 -0.648994437500000, 0 -0.649012312500000, 1 -0.649076312500000, 0 -0.649094250000000, 1 -0.649158250000000, 0 -0.649176125000000, 1 -0.649358375000000, 0 -0.649376250000000, 1 -0.649528187500000, 0 -0.649546125000000, 1 -0.649601062500000, 0 -0.649618875000000, 1 -0.649637437500000, 0 -0.649655312500000, 1 -0.649719312500000, 0 -0.649737187500000, 1 -0.649779937500000, 0 -0.649797875000000, 1 -0.649797937500000, 0 -0.649798000000000, 1 -0.649822437500000, 0 -0.649840312500000, 1 -0.649889125000000, 0 -0.649907062500000, 1 -0.649971000000000, 0 -0.649988937500000, 1 -0.650034750000000, 0 -0.650052625000000, 1 -0.650250062500000, 0 -0.650267937500000, 1 -0.650419937500000, 0 -0.650437812500000, 1 -0.650480562500000, 0 -0.650498500000000, 1 -0.650516937500000, 0 -0.650534812500000, 1 -0.650534937500000, 0 -0.650535000000000, 1 -0.650598875000000, 0 -0.650616750000000, 1 -0.650659500000000, 0 -0.650677437500000, 1 -0.650702000000000, 0 -0.650719875000000, 1 -0.650771750000000, 0 -0.650789625000000, 1 -0.650853625000000, 0 -0.650871562500000, 1 -0.650923375000000, 0 -0.650941250000000, 1 -0.651141750000000, 0 -0.651159625000000, 1 -0.651311562500000, 0 -0.651329500000000, 1 -0.651384375000000, 0 -0.651402312500000, 1 -0.651420812500000, 0 -0.651438687500000, 1 -0.651502687500000, 0 -0.651520562500000, 1 -0.651563312500000, 0 -0.651581187500000, 1 -0.651605750000000, 0 -0.651623625000000, 1 -0.651678562500000, 0 -0.651696437500000, 1 -0.651760437500000, 0 -0.651778312500000, 1 -0.651812000000000, 0 -0.651829937500000, 1 -0.652033437500000, 0 -0.652051312500000, 1 -0.652203250000000, 0 -0.652221125000000, 1 -0.652275937500000, 0 -0.652293937500000, 1 -0.652312437500000, 0 -0.652330375000000, 1 -0.652394375000000, 0 -0.652412250000000, 1 -0.652455000000000, 0 -0.652472875000000, 1 -0.652473000000000, 0 -0.652473062500000, 1 -0.652497437500000, 0 -0.652515375000000, 1 -0.652573250000000, 0 -0.652591187500000, 1 -0.652655187500000, 0 -0.652673062500000, 1 -0.652712812500000, 0 -0.652730687500000, 1 -0.652925062500000, 0 -0.652943000000000, 1 -0.653094937500000, 0 -0.653112875000000, 1 -0.653131312500000, 0 -0.653149250000000, 1 -0.653167750000000, 0 -0.653185625000000, 1 -0.653249625000000, 0 -0.653267562500000, 1 -0.653313312500000, 0 -0.653331187500000, 1 -0.653355750000000, 0 -0.653373687500000, 1 -0.653434625000000, 0 -0.653452500000000, 1 -0.653516562500000, 0 -0.653534437500000, 1 -0.653568125000000, 0 -0.653586000000000, 1 -0.653816812500000, 0 -0.653834625000000, 1 -0.653986625000000, 0 -0.654004562500000, 1 -0.654023062500000, 0 -0.654040937500000, 1 -0.654059437500000, 0 -0.654077312500000, 1 -0.654141312500000, 0 -0.654159250000000, 1 -0.654205000000000, 0 -0.654222937500000, 1 -0.654247500000000, 0 -0.654265375000000, 1 -0.654329437500000, 0 -0.654347250000000, 1 -0.654411250000000, 0 -0.654429187500000, 1 -0.654468875000000, 0 -0.654486812500000, 1 -0.654708500000000, 0 -0.654726375000000, 1 -0.654878375000000, 0 -0.654896250000000, 1 -0.654914750000000, 0 -0.654932625000000, 1 -0.654951125000000, 0 -0.654969062500000, 1 -0.655033000000000, 0 -0.655050937500000, 1 -0.655093687500000, 0 -0.655111562500000, 1 -0.655139187500000, 0 -0.655157062500000, 1 -0.655175562500000, 0 -0.655193437500000, 1 -0.655257437500000, 0 -0.655275312500000, 1 -0.655315062500000, 0 -0.655333000000000, 1 -0.655600187500000, 0 -0.655618062500000, 1 -0.655770062500000, 0 -0.655787937500000, 1 -0.655806437500000, 0 -0.655824312500000, 1 -0.655842812500000, 0 -0.655860750000000, 1 -0.655924687500000, 0 -0.655942625000000, 1 -0.655985375000000, 0 -0.656003250000000, 1 -0.656030875000000, 0 -0.656048750000000, 1 -0.656070312500000, 0 -0.656088187500000, 1 -0.656152187500000, 0 -0.656170062500000, 1 -0.656203750000000, 0 -0.656221625000000, 1 -0.656491875000000, 0 -0.656509750000000, 1 -0.656661750000000, 0 -0.656679625000000, 1 -0.656698125000000, 0 -0.656716000000000, 1 -0.656734500000000, 0 -0.656752437500000, 1 -0.656816375000000, 0 -0.656834312500000, 1 -0.656877062500000, 0 -0.656894937500000, 1 -0.656922562500000, 0 -0.656940437500000, 1 -0.656965000000000, 0 -0.656982875000000, 1 -0.657046875000000, 0 -0.657064812500000, 1 -0.657092375000000, 0 -0.657110312500000, 1 -0.657383562500000, 0 -0.657401437500000, 1 -0.657553375000000, 0 -0.657571312500000, 1 -0.657589812500000, 0 -0.657607687500000, 1 -0.657626187500000, 0 -0.657644062500000, 1 -0.657708062500000, 0 -0.657726000000000, 1 -0.657768750000000, 0 -0.657786625000000, 1 -0.657814250000000, 0 -0.657832125000000, 1 -0.657859687500000, 0 -0.657877625000000, 1 -0.657941625000000, 0 -0.657959500000000, 1 -0.657981062500000, 0 -0.657998937500000, 1 -0.658275250000000, 0 -0.658293125000000, 1 -0.658445125000000, 0 -0.658463062500000, 1 -0.658481500000000, 0 -0.658499375000000, 1 -0.658517875000000, 0 -0.658535812500000, 1 -0.658599812500000, 0 -0.658617687500000, 1 -0.658660437500000, 0 -0.658678312500000, 1 -0.658705937500000, 0 -0.658723812500000, 1 -0.658754500000000, 0 -0.658772375000000, 1 -0.658836375000000, 0 -0.658854250000000, 1 -0.658918250000000, 0 -0.658936187500000, 1 -0.659166937500000, 0 -0.659184875000000, 1 -0.659336812500000, 0 -0.659354687500000, 1 -0.659373250000000, 0 -0.659391125000000, 1 -0.659409625000000, 0 -0.659427500000000, 1 -0.659491500000000, 0 -0.659509437500000, 1 -0.659552187500000, 0 -0.659570062500000, 1 -0.659597625000000, 0 -0.659615562500000, 1 -0.659649187500000, 0 -0.659667062500000, 1 -0.659731062500000, 0 -0.659749000000000, 1 -0.659806937500000, 0 -0.659824812500000, 1 -0.660058625000000, 0 -0.660076562500000, 1 -0.660228500000000, 0 -0.660246375000000, 1 -0.660264937500000, 0 -0.660282812500000, 1 -0.660301250000000, 0 -0.660319187500000, 1 -0.660383187500000, 0 -0.660401062500000, 1 -0.660443875000000, 0 -0.660461750000000, 1 -0.660489375000000, 0 -0.660507250000000, 1 -0.660543937500000, 0 -0.660561812500000, 1 -0.660625812500000, 0 -0.660643687500000, 1 -0.660695562500000, 0 -0.660713500000000, 1 -0.660950375000000, 0 -0.660968250000000, 1 -0.661120187500000, 0 -0.661138125000000, 1 -0.661156625000000, 0 -0.661174500000000, 1 -0.661193000000000, 0 -0.661210875000000, 1 -0.661274875000000, 0 -0.661292750000000, 1 -0.661335437500000, 0 -0.661353437500000, 1 -0.661381000000000, 0 -0.661398937500000, 1 -0.661438687500000, 0 -0.661456562500000, 1 -0.661520562500000, 0 -0.661538437500000, 1 -0.661584250000000, 0 -0.661602187500000, 1 -0.661842062500000, 0 -0.661859937500000, 1 -0.662011875000000, 0 -0.662029750000000, 1 -0.662072562500000, 0 -0.662090437500000, 1 -0.662108875000000, 0 -0.662126875000000, 1 -0.662190812500000, 0 -0.662208687500000, 1 -0.662251500000000, 0 -0.662269375000000, 1 -0.662297000000000, 0 -0.662314812500000, 1 -0.662357625000000, 0 -0.662375562500000, 1 -0.662439500000000, 0 -0.662457437500000, 1 -0.662506250000000, 0 -0.662524187500000, 1 -0.662733687500000, 0 -0.662751625000000, 1 -0.662903562500000, 0 -0.662921500000000, 1 -0.662940000000000, 0 -0.662957875000000, 1 -0.662976375000000, 0 -0.662994250000000, 1 -0.663058250000000, 0 -0.663076125000000, 1 -0.663118937500000, 0 -0.663136812500000, 1 -0.663164375000000, 0 -0.663182312500000, 1 -0.663228062500000, 0 -0.663246000000000, 1 -0.663310000000000, 0 -0.663327875000000, 1 -0.663370625000000, 0 -0.663388562500000, 1 -0.663625375000000, 0 -0.663643312500000, 1 -0.663795250000000, 0 -0.663813187500000, 1 -0.663855937500000, 0 -0.663873812500000, 1 -0.663892312500000, 0 -0.663910250000000, 1 -0.663974187500000, 0 -0.663992125000000, 1 -0.664034875000000, 0 -0.664052750000000, 1 -0.664080375000000, 0 -0.664098250000000, 1 -0.664147062500000, 0 -0.664165000000000, 1 -0.664229000000000, 0 -0.664246875000000, 1 -0.664307875000000, 0 -0.664325750000000, 1 -0.664517125000000, 0 -0.664535000000000, 1 -0.664687000000000, 0 -0.664704875000000, 1 -0.664747625000000, 0 -0.664765562500000, 1 -0.664784000000000, 0 -0.664801937500000, 1 -0.664865937500000, 0 -0.664883812500000, 1 -0.664926562500000, 0 -0.664944500000000, 1 -0.664972062500000, 0 -0.664989937500000, 1 -0.665041812500000, 0 -0.665059687500000, 1 -0.665123687500000, 0 -0.665141625000000, 1 -0.665196500000000, 0 -0.665214437500000, 1 -0.665408812500000, 0 -0.665426687500000, 1 -0.665578625000000, 0 -0.665596562500000, 1 -0.665639312500000, 0 -0.665657187500000, 1 -0.665675687500000, 0 -0.665693625000000, 1 -0.665757562500000, 0 -0.665775500000000, 1 -0.665818250000000, 0 -0.665836187500000, 1 -0.665863750000000, 0 -0.665881625000000, 1 -0.665936500000000, 0 -0.665954437500000, 1 -0.666018437500000, 0 -0.666036312500000, 1 -0.666060875000000, 0 -0.666078750000000, 1 -0.666300500000000, 0 -0.666318375000000, 1 -0.666470375000000, 0 -0.666488250000000, 1 -0.666531062500000, 0 -0.666548937500000, 1 -0.666567437500000, 0 -0.666585312500000, 1 -0.666649312500000, 0 -0.666667187500000, 1 -0.666710000000000, 0 -0.666727875000000, 1 -0.666755437500000, 0 -0.666773312500000, 1 -0.666831250000000, 0 -0.666849187500000, 1 -0.666913187500000, 0 -0.666931062500000, 1 -0.666949562500000, 0 -0.666967500000000, 1 -0.667192250000000, 0 -0.667210125000000, 1 -0.667362062500000, 0 -0.667379937500000, 1 -0.667434812500000, 0 -0.667452750000000, 1 -0.667471250000000, 0 -0.667489187500000, 1 -0.667553187500000, 0 -0.667571062500000, 1 -0.667613812500000, 0 -0.667631687500000, 1 -0.667659312500000, 0 -0.667677187500000, 1 -0.667738125000000, 0 -0.667756062500000, 1 -0.667820062500000, 0 -0.667837937500000, 1 -0.667874625000000, 0 -0.667892562500000, 1 -0.668083875000000, 0 -0.668101812500000, 1 -0.668253750000000, 0 -0.668271687500000, 1 -0.668326562500000, 0 -0.668344437500000, 1 -0.668362937500000, 0 -0.668380875000000, 1 -0.668444812500000, 0 -0.668462687500000, 1 -0.668505437500000, 0 -0.668523312500000, 1 -0.668550937500000, 0 -0.668568875000000, 1 -0.668632812500000, 0 -0.668650687500000, 1 -0.668714687500000, 0 -0.668732625000000, 1 -0.668763250000000, 0 -0.668781187500000, 1 -0.668975562500000, 0 -0.668993375000000, 1 -0.669145375000000, 0 -0.669163312500000, 1 -0.669181750000000, 0 -0.669199625000000, 1 -0.669218187500000, 0 -0.669236062500000, 1 -0.669300062500000, 0 -0.669317937500000, 1 -0.669360687500000, 0 -0.669378562500000, 1 -0.669409250000000, 0 -0.669427187500000, 1 -0.669445625000000, 0 -0.669463562500000, 1 -0.669527500000000, 0 -0.669545375000000, 1 -0.669609437500000, 0 -0.669627312500000, 1 -0.669867187500000, 0 -0.669885062500000, 1 -0.670037062500000, 0 -0.670054937500000, 1 -0.670073437500000, 0 -0.670091375000000, 1 -0.670109812500000, 0 -0.670127687500000, 1 -0.670191750000000, 0 -0.670209625000000, 1 -0.670255437500000, 0 -0.670273312500000, 1 -0.670303937500000, 0 -0.670321812500000, 1 -0.670343375000000, 0 -0.670361250000000, 1 -0.670425250000000, 0 -0.670443125000000, 1 -0.670488937500000, 0 -0.670506812500000, 1 -0.670758875000000, 0 -0.670776750000000, 1 -0.670928687500000, 0 -0.670946625000000, 1 -0.670965125000000, 0 -0.670983000000000, 1 -0.671001500000000, 0 -0.671019437500000, 1 -0.671083375000000, 0 -0.671101312500000, 1 -0.671141000000000, 0 -0.671158937500000, 1 -0.671189562500000, 0 -0.671207437500000, 1 -0.671232000000000, 0 -0.671249812500000, 1 -0.671313875000000, 0 -0.671331750000000, 1 -0.671389687500000, 0 -0.671407625000000, 1 -0.671650500000000, 0 -0.671668437500000, 1 -0.671820375000000, 0 -0.671838250000000, 1 -0.671856750000000, 0 -0.671874687500000, 1 -0.671893125000000, 0 -0.671911062500000, 1 -0.671975062500000, 0 -0.671992937500000, 1 -0.672035687500000, 0 -0.672053562500000, 1 -0.672084250000000, 0 -0.672102125000000, 1 -0.672129687500000, 0 -0.672147625000000, 1 -0.672211625000000, 0 -0.672229500000000, 1 -0.672275312500000, 0 -0.672293187500000, 1 -0.672542187500000, 0 -0.672560062500000, 1 -0.672712062500000, 0 -0.672729937500000, 1 -0.672748437500000, 0 -0.672766312500000, 1 -0.672784812500000, 0 -0.672802750000000, 1 -0.672866750000000, 0 -0.672884625000000, 1 -0.672927375000000, 0 -0.672945250000000, 1 -0.672975875000000, 0 -0.672993750000000, 1 -0.673024375000000, 0 -0.673042312500000, 1 -0.673106312500000, 0 -0.673124187500000, 1 -0.673163937500000, 0 -0.673181812500000, 1 -0.673433812500000, 0 -0.673451750000000, 1 -0.673603687500000, 0 -0.673621562500000, 1 -0.673652187500000, 0 -0.673670125000000, 1 -0.673688562500000, 0 -0.673706500000000, 1 -0.673770500000000, 0 -0.673788375000000, 1 -0.673831125000000, 0 -0.673849000000000, 1 -0.673879625000000, 0 -0.673897562500000, 1 -0.673931187500000, 0 -0.673949125000000, 1 -0.674013125000000, 0 -0.674031000000000, 1 -0.674064687500000, 0 -0.674082562500000, 1 -0.674325437500000, 0 -0.674343375000000, 1 -0.674495312500000, 0 -0.674513187500000, 1 -0.674543875000000, 0 -0.674561687500000, 1 -0.674580250000000, 0 -0.674598125000000, 1 -0.674662125000000, 0 -0.674680000000000, 1 -0.674722750000000, 0 -0.674740687500000, 1 -0.674771312500000, 0 -0.674789187500000, 1 -0.674825875000000, 0 -0.674843812500000, 1 -0.674907750000000, 0 -0.674925687500000, 1 -0.674953250000000, 0 -0.674971187500000, 1 -0.675217125000000, 0 -0.675235000000000, 1 -0.675387000000000, 0 -0.675404875000000, 1 -0.675423375000000, 0 -0.675441250000000, 1 -0.675459750000000, 0 -0.675477687500000, 1 -0.675541625000000, 0 -0.675559500000000, 1 -0.675602312500000, 0 -0.675620187500000, 1 -0.675650812500000, 0 -0.675668687500000, 1 -0.675708437500000, 0 -0.675726312500000, 1 -0.675790312500000, 0 -0.675808187500000, 1 -0.675829750000000, 0 -0.675847750000000, 1 -0.676108750000000, 0 -0.676126625000000, 1 -0.676278625000000, 0 -0.676296500000000, 1 -0.676315000000000, 0 -0.676332875000000, 1 -0.676351375000000, 0 -0.676369250000000, 1 -0.676433187500000, 0 -0.676451125000000, 1 -0.676493937500000, 0 -0.676511812500000, 1 -0.676542437500000, 0 -0.676560312500000, 1 -0.676603062500000, 0 -0.676621000000000, 1 -0.676685000000000, 0 -0.676702875000000, 1 -0.676727437500000, 0 -0.676745312500000, 1 -0.677000375000000, 0 -0.677018250000000, 1 -0.677170250000000, 0 -0.677188125000000, 1 -0.677243000000000, 0 -0.677260937500000, 1 -0.677279437500000, 0 -0.677297312500000, 1 -0.677361250000000, 0 -0.677379187500000, 1 -0.677421937500000, 0 -0.677439812500000, 1 -0.677470500000000, 0 -0.677488375000000, 1 -0.677534187500000, 0 -0.677552062500000, 1 -0.677616062500000, 0 -0.677633937500000, 1 -0.677652437500000, 0 -0.677670375000000, 1 -0.677892062500000, 0 -0.677910000000000, 1 -0.678061937500000, 0 -0.678079812500000, 1 -0.678122562500000, 0 -0.678140437500000, 1 -0.678158937500000, 0 -0.678176875000000, 1 -0.678240812500000, 0 -0.678258812500000, 1 -0.678301500000000, 0 -0.678319437500000, 1 -0.678350000000000, 0 -0.678367875000000, 1 -0.678416750000000, 0 -0.678434625000000, 1 -0.678498625000000, 0 -0.678516500000000, 1 -0.678553187500000, 0 -0.678571125000000, 1 -0.678783687500000, 0 -0.678801625000000, 1 -0.678953562500000, 0 -0.678971437500000, 1 -0.678989937500000, 0 -0.679007812500000, 1 -0.679026312500000, 0 -0.679044250000000, 1 -0.679108187500000, 0 -0.679126125000000, 1 -0.679168875000000, 0 -0.679186750000000, 1 -0.679217375000000, 0 -0.679235250000000, 1 -0.679287125000000, 0 -0.679305062500000, 1 -0.679369062500000, 0 -0.679386875000000, 1 -0.679417562500000, 0 -0.679435437500000, 1 -0.679675312500000, 0 -0.679693250000000, 1 -0.679845187500000, 0 -0.679863062500000, 1 -0.679905875000000, 0 -0.679923750000000, 1 -0.679942250000000, 0 -0.679960125000000, 1 -0.680024125000000, 0 -0.680042000000000, 1 -0.680084750000000, 0 -0.680102625000000, 1 -0.680133250000000, 0 -0.680151187500000, 1 -0.680206062500000, 0 -0.680223937500000, 1 -0.680287937500000, 0 -0.680305875000000, 1 -0.680354687500000, 0 -0.680372562500000, 1 -0.680567000000000, 0 -0.680584875000000, 1 -0.680736812500000, 0 -0.680754687500000, 1 -0.680809625000000, 0 -0.680827562500000, 1 -0.680846000000000, 0 -0.680863937500000, 1 -0.680927875000000, 0 -0.680945812500000, 1 -0.680988562500000, 0 -0.681006437500000, 1 -0.681037062500000, 0 -0.681054937500000, 1 -0.681112875000000, 0 -0.681130812500000, 1 -0.681194750000000, 0 -0.681212687500000, 1 -0.681255437500000, 0 -0.681273312500000, 1 -0.681458625000000, 0 -0.681476500000000, 1 -0.681628437500000, 0 -0.681646375000000, 1 -0.681701250000000, 0 -0.681719125000000, 1 -0.681737625000000, 0 -0.681755500000000, 1 -0.681819500000000, 0 -0.681837437500000, 1 -0.681880187500000, 0 -0.681898062500000, 1 -0.681928687500000, 0 -0.681946562500000, 1 -0.682007562500000, 0 -0.682025437500000, 1 -0.682089437500000, 0 -0.682107312500000, 1 -0.682168312500000, 0 -0.682186187500000, 1 -0.682350250000000, 0 -0.682368125000000, 1 -0.682520125000000, 0 -0.682538000000000, 1 -0.682580750000000, 0 -0.682598625000000, 1 -0.682617125000000, 0 -0.682635062500000, 1 -0.682699062500000, 0 -0.682716937500000, 1 -0.682756625000000, 0 -0.682774562500000, 1 -0.682805187500000, 0 -0.682823062500000, 1 -0.682887062500000, 0 -0.682904937500000, 1 -0.682968937500000, 0 -0.682986687500000, 1 -0.682986750000000, 0 -0.682986875000000, 1 -0.683035687500000, 0 -0.683053562500000, 1 -0.683241875000000, 0 -0.683259812500000, 1 -0.683411625000000, 0 -0.683411687500000, 1 -0.683411812500000, 0 -0.683429687500000, 1 -0.683484500000000, 0 -0.683502437500000, 1 -0.683520937500000, 0 -0.683538812500000, 1 -0.683602812500000, 0 -0.683620687500000, 1 -0.683663500000000, 0 -0.683681375000000, 1 -0.683715000000000, 0 -0.683732937500000, 1 -0.683751437500000, 0 -0.683769375000000, 1 -0.683833312500000, 0 -0.683851187500000, 1 -0.683894000000000, 0 -0.683911937500000, 1 -0.684133562500000, 0 -0.684151437500000, 1 -0.684303437500000, 0 -0.684321312500000, 1 -0.684376187500000, 0 -0.684394125000000, 1 -0.684412625000000, 0 -0.684430500000000, 1 -0.684494437500000, 0 -0.684512375000000, 1 -0.684555125000000, 0 -0.684573000000000, 1 -0.684606687500000, 0 -0.684624562500000, 1 -0.684646062500000, 0 -0.684663937500000, 1 -0.684728000000000, 0 -0.684745875000000, 1 -0.684794687500000, 0 -0.684812625000000, 1 -0.685025187500000, 0 -0.685043062500000, 1 -0.685195062500000, 0 -0.685212937500000, 1 -0.685231437500000, 0 -0.685249312500000, 1 -0.685267812500000, 0 -0.685285687500000, 1 -0.685349687500000, 0 -0.685367625000000, 1 -0.685407312500000, 0 -0.685425250000000, 1 -0.685458875000000, 0 -0.685476750000000, 1 -0.685501312500000, 0 -0.685519187500000, 1 -0.685583187500000, 0 -0.685601125000000, 1 -0.685649937500000, 0 -0.685667812500000, 1 -0.685916812500000, 0 -0.685934750000000, 1 -0.686086687500000, 0 -0.686104625000000, 1 -0.686123062500000, 0 -0.686141000000000, 1 -0.686159500000000, 0 -0.686177312500000, 1 -0.686241375000000, 0 -0.686259250000000, 1 -0.686302000000000, 0 -0.686319875000000, 1 -0.686353562500000, 0 -0.686371500000000, 1 -0.686399062500000, 0 -0.686416875000000, 1 -0.686480937500000, 0 -0.686498875000000, 1 -0.686559812500000, 0 -0.686577750000000, 1 -0.686808437500000, 0 -0.686826375000000, 1 -0.686978312500000, 0 -0.686996312500000, 1 -0.687014750000000, 0 -0.687032625000000, 1 -0.687051125000000, 0 -0.687069000000000, 1 -0.687133000000000, 0 -0.687150875000000, 1 -0.687193625000000, 0 -0.687211562500000, 1 -0.687245187500000, 0 -0.687263062500000, 1 -0.687293687500000, 0 -0.687311625000000, 1 -0.687375687500000, 0 -0.687393500000000, 1 -0.687412000000000, 0 -0.687429937500000, 1 -0.687700125000000, 0 -0.687718125000000, 1 -0.687869937500000, 0 -0.687887875000000, 1 -0.687906312500000, 0 -0.687924250000000, 1 -0.687942687500000, 0 -0.687960625000000, 1 -0.688024625000000, 0 -0.688042500000000, 1 -0.688085250000000, 0 -0.688103125000000, 1 -0.688136812500000, 0 -0.688154687500000, 1 -0.688188375000000, 0 -0.688206250000000, 1 -0.688270250000000, 0 -0.688288125000000, 1 -0.688312687500000, 0 -0.688330625000000, 1 -0.688591750000000, 0 -0.688609625000000, 1 -0.688761562500000, 0 -0.688779500000000, 1 -0.688797937500000, 0 -0.688815875000000, 1 -0.688834375000000, 0 -0.688852250000000, 1 -0.688916250000000, 0 -0.688934125000000, 1 -0.688976875000000, 0 -0.688994812500000, 1 -0.689028437500000, 0 -0.689046312500000, 1 -0.689083062500000, 0 -0.689100937500000, 1 -0.689164937500000, 0 -0.689182812500000, 1 -0.689213437500000, 0 -0.689231312500000, 1 -0.689483375000000, 0 -0.689501250000000, 1 -0.689653187500000, 0 -0.689671125000000, 1 -0.689689625000000, 0 -0.689707500000000, 1 -0.689726000000000, 0 -0.689743875000000, 1 -0.689807875000000, 0 -0.689825750000000, 1 -0.689868500000000, 0 -0.689886437500000, 1 -0.689920062500000, 0 -0.689938000000000, 1 -0.689977687500000, 0 -0.689995562500000, 1 -0.690059625000000, 0 -0.690077500000000, 1 -0.690114187500000, 0 -0.690132062500000, 1 -0.690375000000000, 0 -0.690392875000000, 1 -0.690544875000000, 0 -0.690562750000000, 1 -0.690581250000000, 0 -0.690599125000000, 1 -0.690617625000000, 0 -0.690635500000000, 1 -0.690699500000000, 0 -0.690717437500000, 1 -0.690760187500000, 0 -0.690778062500000, 1 -0.690811687500000, 0 -0.690829625000000, 1 -0.690872375000000, 0 -0.690890250000000, 1 -0.690954250000000, 0 -0.690972125000000, 1 -0.691005812500000, 0 -0.691023687500000, 1 -0.691266625000000, 0 -0.691284562500000, 1 -0.691436500000000, 0 -0.691454375000000, 1 -0.691472875000000, 0 -0.691490812500000, 1 -0.691509250000000, 0 -0.691527187500000, 1 -0.691591125000000, 0 -0.691608937500000, 1 -0.691654875000000, 0 -0.691672750000000, 1 -0.691706437500000, 0 -0.691724312500000, 1 -0.691770125000000, 0 -0.691787937500000, 1 -0.691852000000000, 0 -0.691869875000000, 1 -0.691897500000000, 0 -0.691915375000000, 1 -0.692158312500000, 0 -0.692176187500000, 1 -0.692328125000000, 0 -0.692346062500000, 1 -0.692364562500000, 0 -0.692382437500000, 1 -0.692400937500000, 0 -0.692418812500000, 1 -0.692482812500000, 0 -0.692500687500000, 1 -0.692543437500000, 0 -0.692561375000000, 1 -0.692595000000000, 0 -0.692612937500000, 1 -0.692661750000000, 0 -0.692679625000000, 1 -0.692743625000000, 0 -0.692761500000000, 1 -0.692783062500000, 0 -0.692800937500000, 1 -0.693049937500000, 0 -0.693067812500000, 1 -0.693219812500000, 0 -0.693237750000000, 1 -0.693256187500000, 0 -0.693274125000000, 1 -0.693292562500000, 0 -0.693310500000000, 1 -0.693374500000000, 0 -0.693392375000000, 1 -0.693435125000000, 0 -0.693453062500000, 1 -0.693486687500000, 0 -0.693504562500000, 1 -0.693556437500000, 0 -0.693574312500000, 1 -0.693638375000000, 0 -0.693656250000000, 1 -0.693683812500000, 0 -0.693701750000000, 1 -0.693941625000000, 0 -0.693959562500000, 1 -0.694111500000000, 0 -0.694129375000000, 1 -0.694172125000000, 0 -0.694190062500000, 1 -0.694208500000000, 0 -0.694226437500000, 1 -0.694290437500000, 0 -0.694308312500000, 1 -0.694351062500000, 0 -0.694369000000000, 1 -0.694402625000000, 0 -0.694420312500000, 1 -0.694420375000000, 0 -0.694420687500000, 1 -0.694475375000000, 0 -0.694493312500000, 1 -0.694557312500000, 0 -0.694575187500000, 1 -0.694633125000000, 0 -0.694651000000000, 1 -0.694833250000000, 0 -0.694851187500000, 1 -0.695003187500000, 0 -0.695021000000000, 1 -0.695039500000000, 0 -0.695057437500000, 1 -0.695075875000000, 0 -0.695093875000000, 1 -0.695157812500000, 0 -0.695175562500000, 1 -0.695218437500000, 0 -0.695236375000000, 1 -0.695270000000000, 0 -0.695287937500000, 1 -0.695345937500000, 0 -0.695363687500000, 1 -0.695427687500000, 0 -0.695445750000000, 1 -0.695509562500000, 0 -0.695527500000000, 1 -0.695724937500000, 0 -0.695742812500000, 1 -0.695894750000000, 0 -0.695912687500000, 1 -0.695967562500000, 0 -0.695985437500000, 1 -0.696003937500000, 0 -0.696021875000000, 1 -0.696085875000000, 0 -0.696103750000000, 1 -0.696146500000000, 0 -0.696164375000000, 1 -0.696198062500000, 0 -0.696215937500000, 1 -0.696276937500000, 0 -0.696294812500000, 1 -0.696358812500000, 0 -0.696376750000000, 1 -0.696422500000000, 0 -0.696440375000000, 1 -0.696616562500000, 0 -0.696634437500000, 1 -0.696786437500000, 0 -0.696804312500000, 1 -0.696847062500000, 0 -0.696864937500000, 1 -0.696883500000000, 0 -0.696901375000000, 1 -0.696965375000000, 0 -0.696983250000000, 1 -0.697023000000000, 0 -0.697040875000000, 1 -0.697074562500000, 0 -0.697092437500000, 1 -0.697156437500000, 0 -0.697174312500000, 1 -0.697238312500000, 0 -0.697256187500000, 1 -0.697314125000000, 0 -0.697332062500000, 1 -0.697508250000000, 0 -0.697526125000000, 1 -0.697678062500000, 0 -0.697695937500000, 1 -0.697738750000000, 0 -0.697756625000000, 1 -0.697775125000000, 0 -0.697793000000000, 1 -0.697857000000000, 0 -0.697874875000000, 1 -0.697917625000000, 0 -0.697935562500000, 1 -0.697972250000000, 0 -0.697990125000000, 1 -0.698008625000000, 0 -0.698026500000000, 1 -0.698090500000000, 0 -0.698108375000000, 1 -0.698129937500000, 0 -0.698147812500000, 1 -0.698399812500000, 0 -0.698417750000000, 1 -0.698569687500000, 0 -0.698587562500000, 1 -0.698630312500000, 0 -0.698648250000000, 1 -0.698666750000000, 0 -0.698684625000000, 1 -0.698748625000000, 0 -0.698766500000000, 1 -0.698809250000000, 0 -0.698827187500000, 1 -0.698863875000000, 0 -0.698881750000000, 1 -0.698903250000000, 0 -0.698921125000000, 1 -0.698985187500000, 0 -0.699003062500000, 1 -0.699030625000000, 0 -0.699048562500000, 1 -0.699291437500000, 0 -0.699309375000000, 1 -0.699461312500000, 0 -0.699479250000000, 1 -0.699522000000000, 0 -0.699539937500000, 1 -0.699558375000000, 0 -0.699576250000000, 1 -0.699640250000000, 0 -0.699658125000000, 1 -0.699700937500000, 0 -0.699718812500000, 1 -0.699755500000000, 0 -0.699773375000000, 1 -0.699797937500000, 0 -0.699815875000000, 1 -0.699879812500000, 0 -0.699897750000000, 1 -0.699931437500000, 0 -0.699949312500000, 1 -0.700183125000000, 0 -0.700201000000000, 1 -0.700353000000000, 0 -0.700370875000000, 1 -0.700425750000000, 0 -0.700443687500000, 1 -0.700462187500000, 0 -0.700480062500000, 1 -0.700544062500000, 0 -0.700561937500000, 1 -0.700607687500000, 0 -0.700625625000000, 1 -0.700662312500000, 0 -0.700680187500000, 1 -0.700707812500000, 0 -0.700725687500000, 1 -0.700789687500000, 0 -0.700807562500000, 1 -0.700835187500000, 0 -0.700853000000000, 1 -0.701074812500000, 0 -0.701092687500000, 1 -0.701244625000000, 0 -0.701262500000000, 1 -0.701281000000000, 0 -0.701298937500000, 1 -0.701317375000000, 0 -0.701335312500000, 1 -0.701399312500000, 0 -0.701417187500000, 1 -0.701459937500000, 0 -0.701477812500000, 1 -0.701514500000000, 0 -0.701532437500000, 1 -0.701563062500000, 0 -0.701580937500000, 1 -0.701644937500000, 0 -0.701662812500000, 1 -0.701663000000000, 0 -0.701663062500000, 1 -0.701708625000000, 0 -0.701726500000000, 1 -0.701966437500000, 0 -0.701984312500000, 1 -0.702136187500000, 0 -0.702154187500000, 1 -0.702172687500000, 0 -0.702190562500000, 1 -0.702209062500000, 0 -0.702226937500000, 1 -0.702290937500000, 0 -0.702308812500000, 1 -0.702351562500000, 0 -0.702369500000000, 1 -0.702406187500000, 0 -0.702424062500000, 1 -0.702457750000000, 0 -0.702475625000000, 1 -0.702539625000000, 0 -0.702557562500000, 1 -0.702557625000000, 0 -0.702557687500000, 1 -0.702609375000000, 0 -0.702627312500000, 1 -0.702858187500000, 0 -0.702875937500000, 1 -0.703027937500000, 0 -0.703045875000000, 1 -0.703064312500000, 0 -0.703082250000000, 1 -0.703100625000000, 0 -0.703118625000000, 1 -0.703182625000000, 0 -0.703200500000000, 1 -0.703246250000000, 0 -0.703264187500000, 1 -0.703300937500000, 0 -0.703318750000000, 1 -0.703355500000000, 0 -0.703373312500000, 1 -0.703437375000000, 0 -0.703455250000000, 1 -0.703501062500000, 0 -0.703519000000000, 1 -0.703749750000000, 0 -0.703767625000000, 1 -0.703919625000000, 0 -0.703937500000000, 1 -0.703956000000000, 0 -0.703973875000000, 1 -0.703992312500000, 0 -0.704010312500000, 1 -0.704074250000000, 0 -0.704092187500000, 1 -0.704134937500000, 0 -0.704152812500000, 1 -0.704189500000000, 0 -0.704207375000000, 1 -0.704247062500000, 0 -0.704265062500000, 1 -0.704329000000000, 0 -0.704346937500000, 1 -0.704410937500000, 0 -0.704428812500000, 1 -0.704641437500000, 0 -0.704659312500000, 1 -0.704811250000000, 0 -0.704829187500000, 1 -0.704847625000000, 0 -0.704865562500000, 1 -0.704884062500000, 0 -0.704901937500000, 1 -0.704965937500000, 0 -0.704983812500000, 1 -0.705026625000000, 0 -0.705044500000000, 1 -0.705081187500000, 0 -0.705099062500000, 1 -0.705141812500000, 0 -0.705159750000000, 1 -0.705223750000000, 0 -0.705241625000000, 1 -0.705296562500000, 0 -0.705314437500000, 1 -0.705533062500000, 0 -0.705551000000000, 1 -0.705702937500000, 0 -0.705720875000000, 1 -0.705739312500000, 0 -0.705757250000000, 1 -0.705775750000000, 0 -0.705793625000000, 1 -0.705857625000000, 0 -0.705875500000000, 1 -0.705921312500000, 0 -0.705939187500000, 1 -0.705975875000000, 0 -0.705993750000000, 1 -0.706039562500000, 0 -0.706057437500000, 1 -0.706121437500000, 0 -0.706139375000000, 1 -0.706188187500000, 0 -0.706206062500000, 1 -0.706424750000000, 0 -0.706442625000000, 1 -0.706594562500000, 0 -0.706612500000000, 1 -0.706631000000000, 0 -0.706648875000000, 1 -0.706667437500000, 0 -0.706685312500000, 1 -0.706749250000000, 0 -0.706767187500000, 1 -0.706809937500000, 0 -0.706827812500000, 1 -0.706864500000000, 0 -0.706882437500000, 1 -0.706931250000000, 0 -0.706949125000000, 1 -0.707013125000000, 0 -0.707031000000000, 1 -0.707073812500000, 0 -0.707091687500000, 1 -0.707316437500000, 0 -0.707334312500000, 1 -0.707486250000000, 0 -0.707504187500000, 1 -0.707522687500000, 0 -0.707540562500000, 1 -0.707559062500000, 0 -0.707576937500000, 1 -0.707640937500000, 0 -0.707658812500000, 1 -0.707704625000000, 0 -0.707722500000000, 1 -0.707759187500000, 0 -0.707777125000000, 1 -0.707829000000000, 0 -0.707846875000000, 1 -0.707910875000000, 0 -0.707928812500000, 1 -0.707989750000000, 0 -0.708007625000000, 1 -0.708208062500000, 0 -0.708226000000000, 1 -0.708377937500000, 0 -0.708395812500000, 1 -0.708438625000000, 0 -0.708456500000000, 1 -0.708475000000000, 0 -0.708492875000000, 1 -0.708556875000000, 0 -0.708574812500000, 1 -0.708617500000000, 0 -0.708635375000000, 1 -0.708672125000000, 0 -0.708690000000000, 1 -0.708744875000000, 0 -0.708762750000000, 1 -0.708826812500000, 0 -0.708844687500000, 1 -0.708875312500000, 0 -0.708893250000000, 1 -0.709099750000000, 0 -0.709117625000000, 1 -0.709269562500000, 0 -0.709287500000000, 1 -0.709330250000000, 0 -0.709348125000000, 1 -0.709366625000000, 0 -0.709384562500000, 1 -0.709448500000000, 0 -0.709466437500000, 1 -0.709509187500000, 0 -0.709527062500000, 1 -0.709563750000000, 0 -0.709581687500000, 1 -0.709639562500000, 0 -0.709657437500000, 1 -0.709721500000000, 0 -0.709739375000000, 1 -0.709776062500000, 0 -0.709793937500000, 1 -0.709991375000000, 0 -0.710009312500000, 1 -0.710161250000000, 0 -0.710179125000000, 1 -0.710221937500000, 0 -0.710239812500000, 1 -0.710258250000000, 0 -0.710276187500000, 1 -0.710340187500000, 0 -0.710358062500000, 1 -0.710400812500000, 0 -0.710418750000000, 1 -0.710455437500000, 0 -0.710473312500000, 1 -0.710534250000000, 0 -0.710552187500000, 1 -0.710616187500000, 0 -0.710634062500000, 1 -0.710652562500000, 0 -0.710670437500000, 1 -0.710883062500000, 0 -0.710900937500000, 1 -0.711052875000000, 0 -0.711070750000000, 1 -0.711089250000000, 0 -0.711107187500000, 1 -0.711125687500000, 0 -0.711143625000000, 1 -0.711207562500000, 0 -0.711225437500000, 1 -0.711271250000000, 0 -0.711289062500000, 1 -0.711325812500000, 0 -0.711343687500000, 1 -0.711407687500000, 0 -0.711425625000000, 1 -0.711489625000000, 0 -0.711507500000000, 1 -0.711544187500000, 0 -0.711562125000000, 1 -0.711774687500000, 0 -0.711792562500000, 1 -0.711944500000000, 0 -0.711962500000000, 1 -0.712005187500000, 0 -0.712023062500000, 1 -0.712041500000000, 0 -0.712059437500000, 1 -0.712123437500000, 0 -0.712141375000000, 1 -0.712184125000000, 0 -0.712202000000000, 1 -0.712241750000000, 0 -0.712259625000000, 1 -0.712278125000000, 0 -0.712296000000000, 1 -0.712360000000000, 0 -0.712377875000000, 1 -0.712414562500000, 0 -0.712432500000000, 1 -0.712666312500000, 0 -0.712684250000000, 1 -0.712836125000000, 0 -0.712854062500000, 1 -0.712908937500000, 0 -0.712926875000000, 1 -0.712945312500000, 0 -0.712963250000000, 1 -0.713027250000000, 0 -0.713045125000000, 1 -0.713087875000000, 0 -0.713105750000000, 1 -0.713145500000000, 0 -0.713163375000000, 1 -0.713184937500000, 0 -0.713202812500000, 1 -0.713266812500000, 0 -0.713284687500000, 1 -0.713315375000000, 0 -0.713333250000000, 1 -0.713558000000000, 0 -0.713575875000000, 1 -0.713727812500000, 0 -0.713745687500000, 1 -0.713800625000000, 0 -0.713818500000000, 1 -0.713837000000000, 0 -0.713854875000000, 1 -0.713918875000000, 0 -0.713936812500000, 1 -0.713979562500000, 0 -0.713997437500000, 1 -0.714037125000000, 0 -0.714055000000000, 1 -0.714079625000000, 0 -0.714097500000000, 1 -0.714161500000000, 0 -0.714179375000000, 1 -0.714203937500000, 0 -0.714221875000000, 1 -0.714449625000000, 0 -0.714467500000000, 1 -0.714619437500000, 0 -0.714637375000000, 1 -0.714680125000000, 0 -0.714698000000000, 1 -0.714716500000000, 0 -0.714734437500000, 1 -0.714798375000000, 0 -0.714816312500000, 1 -0.714859062500000, 0 -0.714876937500000, 1 -0.714916687500000, 0 -0.714934562500000, 1 -0.714962125000000, 0 -0.714980000000000, 1 -0.715044062500000, 0 -0.715061937500000, 1 -0.715080437500000, 0 -0.715098312500000, 1 -0.715341250000000, 0 -0.715359125000000, 1 -0.715511062500000, 0 -0.715529000000000, 1 -0.715583875000000, 0 -0.715601750000000, 1 -0.715620250000000, 0 -0.715638125000000, 1 -0.715702125000000, 0 -0.715720062500000, 1 -0.715765875000000, 0 -0.715783750000000, 1 -0.715823437500000, 0 -0.715841375000000, 1 -0.715872000000000, 0 -0.715889875000000, 1 -0.715953875000000, 0 -0.715971812500000, 1 -0.716020625000000, 0 -0.716038500000000, 1 -0.716232875000000, 0 -0.716250812500000, 1 -0.716402750000000, 0 -0.716420625000000, 1 -0.716475562500000, 0 -0.716493437500000, 1 -0.716511937500000, 0 -0.716529812500000, 1 -0.716593812500000, 0 -0.716611625000000, 1 -0.716611812500000, 0 -0.716611875000000, 1 -0.716654437500000, 0 -0.716672250000000, 1 -0.716672375000000, 0 -0.716672437500000, 1 -0.716712062500000, 0 -0.716730000000000, 1 -0.716763625000000, 0 -0.716781500000000, 1 -0.716845500000000, 0 -0.716863437500000, 1 -0.716918312500000, 0 -0.716936250000000, 1 -0.717124500000000, 0 -0.717142437500000, 1 -0.717294375000000, 0 -0.717312125000000, 1 -0.717312250000000, 0 -0.717312312500000, 1 -0.717330812500000, 0 -0.717348687500000, 1 -0.717367187500000, 0 -0.717385062500000, 1 -0.717449062500000, 0 -0.717466937500000, 1 -0.717509687500000, 0 -0.717527625000000, 1 -0.717567312500000, 0 -0.717585250000000, 1 -0.717621937500000, 0 -0.717639812500000, 1 -0.717703812500000, 0 -0.717721687500000, 1 -0.717770562500000, 0 -0.717788437500000, 1 -0.718016062500000, 0 -0.718034062500000, 1 -0.718186062500000, 0 -0.718203937500000, 1 -0.718222437500000, 0 -0.718240312500000, 1 -0.718258812500000, 0 -0.718276750000000, 1 -0.718340687500000, 0 -0.718358625000000, 1 -0.718401375000000, 0 -0.718419250000000, 1 -0.718459000000000, 0 -0.718476875000000, 1 -0.718516625000000, 0 -0.718534500000000, 1 -0.718598500000000, 0 -0.718616375000000, 1 -0.718659187500000, 0 -0.718677062500000, 1 -0.718907812500000, 0 -0.718925875000000, 1 -0.719077687500000, 0 -0.719095562500000, 1 -0.719114062500000, 0 -0.719131937500000, 1 -0.719150375000000, 0 -0.719150437500000, 1 -0.719150500000000, 0 -0.719168375000000, 1 -0.719232375000000, 0 -0.719250250000000, 1 -0.719293000000000, 0 -0.719310875000000, 1 -0.719350625000000, 0 -0.719368500000000, 1 -0.719411250000000, 0 -0.719429125000000, 1 -0.719493187500000, 0 -0.719511000000000, 1 -0.719562937500000, 0 -0.719580812500000, 1 -0.719799437500000, 0 -0.719817250000000, 1 -0.719969312500000, 0 -0.719987000000000, 1 -0.719987250000000, 0 -0.719987312500000, 1 -0.720005687500000, 0 -0.720023562500000, 1 -0.720042062500000, 0 -0.720060000000000, 1 -0.720123875000000, 0 -0.720141750000000, 1 -0.720187687500000, 0 -0.720205562500000, 1 -0.720245250000000, 0 -0.720263187500000, 1 -0.720308937500000, 0 -0.720309062500000, 1 -0.720309125000000, 0 -0.720326875000000, 1 -0.720390875000000, 0 -0.720408750000000, 1 -0.720466687500000, 0 -0.720484562500000, 1 -0.720691125000000, 0 -0.720709000000000, 1 -0.720860937500000, 0 -0.720878875000000, 1 -0.720897312500000, 0 -0.720915250000000, 1 -0.720933750000000, 0 -0.720951625000000, 1 -0.721015625000000, 0 -0.721033500000000, 1 -0.721076250000000, 0 -0.721094187500000, 1 -0.721133875000000, 0 -0.721151812500000, 1 -0.721200625000000, 0 -0.721218500000000, 1 -0.721282500000000, 0 -0.721300437500000, 1 -0.721364437500000, 0 -0.721382312500000, 1 -0.721582750000000, 0 -0.721600687500000, 1 -0.721752625000000, 0 -0.721770500000000, 1 -0.721789000000000, 0 -0.721806937500000, 1 -0.721825437500000, 0 -0.721843312500000, 1 -0.721907312500000, 0 -0.721925187500000, 1 -0.721967937500000, 0 -0.721985875000000, 1 -0.722025562500000, 0 -0.722043437500000, 1 -0.722095312500000, 0 -0.722113187500000, 1 -0.722177250000000, 0 -0.722195125000000, 1 -0.722253062500000, 0 -0.722270937500000, 1 -0.722474375000000, 0 -0.722492312500000, 1 -0.722644250000000, 0 -0.722662125000000, 1 -0.722680625000000, 0 -0.722698562500000, 1 -0.722717000000000, 0 -0.722734937500000, 1 -0.722798937500000, 0 -0.722816812500000, 1 -0.722859562500000, 0 -0.722877437500000, 1 -0.722917187500000, 0 -0.722935062500000, 1 -0.722990000000000, 0 -0.723007875000000, 1 -0.723071875000000, 0 -0.723089750000000, 1 -0.723117375000000, 0 -0.723135250000000, 1 -0.723366062500000, 0 -0.723383937500000, 1 -0.723535875000000, 0 -0.723553812500000, 1 -0.723572312500000, 0 -0.723590187500000, 1 -0.723608687500000, 0 -0.723626562500000, 1 -0.723690562500000, 0 -0.723708500000000, 1 -0.723751250000000, 0 -0.723769125000000, 1 -0.723808875000000, 0 -0.723826750000000, 1 -0.723884687500000, 0 -0.723902562500000, 1 -0.723966562500000, 0 -0.723984437500000, 1 -0.724006000000000, 0 -0.724023875000000, 1 -0.724257687500000, 0 -0.724275625000000, 1 -0.724427562500000, 0 -0.724445437500000, 1 -0.724463937500000, 0 -0.724481875000000, 1 -0.724500312500000, 0 -0.724518250000000, 1 -0.724582250000000, 0 -0.724600125000000, 1 -0.724642875000000, 0 -0.724660812500000, 1 -0.724700500000000, 0 -0.724718437500000, 1 -0.724779312500000, 0 -0.724797250000000, 1 -0.724861187500000, 0 -0.724879125000000, 1 -0.724918875000000, 0 -0.724936750000000, 1 -0.725149312500000, 0 -0.725167312500000, 1 -0.725319187500000, 0 -0.725337062500000, 1 -0.725355562500000, 0 -0.725373500000000, 1 -0.725391937500000, 0 -0.725409875000000, 1 -0.725473875000000, 0 -0.725491750000000, 1 -0.725534500000000, 0 -0.725552437500000, 1 -0.725592125000000, 0 -0.725610000000000, 1 -0.725674000000000, 0 -0.725691937500000, 1 -0.725755937500000, 0 -0.725773812500000, 1 -0.725807500000000, 0 -0.725825375000000, 1 -0.726041000000000, 0 -0.726058875000000, 1 -0.726210812500000, 0 -0.726228750000000, 1 -0.726271562500000, 0 -0.726289375000000, 1 -0.726307875000000, 0 -0.726325812500000, 1 -0.726389750000000, 0 -0.726407687500000, 1 -0.726450437500000, 0 -0.726468312500000, 1 -0.726511062500000, 0 -0.726529000000000, 1 -0.726547437500000, 0 -0.726565437500000, 1 -0.726629375000000, 0 -0.726647250000000, 1 -0.726702187500000, 0 -0.726720062500000, 1 -0.726932625000000, 0 -0.726950562500000, 1 -0.727102500000000, 0 -0.727120312500000, 1 -0.727138875000000, 0 -0.727156750000000, 1 -0.727175312500000, 0 -0.727193187500000, 1 -0.727257187500000, 0 -0.727275062500000, 1 -0.727317812500000, 0 -0.727335687500000, 1 -0.727378437500000, 0 -0.727396375000000, 1 -0.727417875000000, 0 -0.727435750000000, 1 -0.727499750000000, 0 -0.727517625000000, 1 -0.727578625000000, 0 -0.727596500000000, 1 -0.727824312500000, 0 -0.727842250000000, 1 -0.727994062500000, 0 -0.728012000000000, 1 -0.728066937500000, 0 -0.728084875000000, 1 -0.728103312500000, 0 -0.728121250000000, 1 -0.728185187500000, 0 -0.728203062500000, 1 -0.728245812500000, 0 -0.728263687500000, 1 -0.728306500000000, 0 -0.728324437500000, 1 -0.728348937500000, 0 -0.728366875000000, 1 -0.728430875000000, 0 -0.728448750000000, 1 -0.728491500000000, 0 -0.728509437500000, 1 -0.728715937500000, 0 -0.728733812500000, 1 -0.728885812500000, 0 -0.728903687500000, 1 -0.728946437500000, 0 -0.728964375000000, 1 -0.728982812500000, 0 -0.729000750000000, 1 -0.729064750000000, 0 -0.729082625000000, 1 -0.729128437500000, 0 -0.729146312500000, 1 -0.729189062500000, 0 -0.729207000000000, 1 -0.729234562500000, 0 -0.729252437500000, 1 -0.729316437500000, 0 -0.729334312500000, 1 -0.729395312500000, 0 -0.729413250000000, 1 -0.729607625000000, 0 -0.729625500000000, 1 -0.729777437500000, 0 -0.729795375000000, 1 -0.729850250000000, 0 -0.729868125000000, 1 -0.729886625000000, 0 -0.729904562500000, 1 -0.729968562500000, 0 -0.729986437500000, 1 -0.730032187500000, 0 -0.730050125000000, 1 -0.730092875000000, 0 -0.730110750000000, 1 -0.730141375000000, 0 -0.730159312500000, 1 -0.730223312500000, 0 -0.730241187500000, 1 -0.730259687500000, 0 -0.730277562500000, 1 -0.730499250000000, 0 -0.730517187500000, 1 -0.730669125000000, 0 -0.730687000000000, 1 -0.730741875000000, 0 -0.730759812500000, 1 -0.730778312500000, 0 -0.730796187500000, 1 -0.730860187500000, 0 -0.730878062500000, 1 -0.730923875000000, 0 -0.730941750000000, 1 -0.730984562500000, 0 -0.731002437500000, 1 -0.731036125000000, 0 -0.731054000000000, 1 -0.731118000000000, 0 -0.731135875000000, 1 -0.731160437500000, 0 -0.731178375000000, 1 -0.731390937500000, 0 -0.731408875000000, 1 -0.731560812500000, 0 -0.731578687500000, 1 -0.731621500000000, 0 -0.731639375000000, 1 -0.731657875000000, 0 -0.731675750000000, 1 -0.731739750000000, 0 -0.731757625000000, 1 -0.731800375000000, 0 -0.731818312500000, 1 -0.731861062500000, 0 -0.731878937500000, 1 -0.731915625000000, 0 -0.731933562500000, 1 -0.731997562500000, 0 -0.732015437500000, 1 -0.732033937500000, 0 -0.732051812500000, 1 -0.732282687500000, 0 -0.732300562500000, 1 -0.732452500000000, 0 -0.732470437500000, 1 -0.732525312500000, 0 -0.732543187500000, 1 -0.732561687500000, 0 -0.732579625000000, 1 -0.732643562500000, 0 -0.732661500000000, 1 -0.732707250000000, 0 -0.732725187500000, 1 -0.732767937500000, 0 -0.732785812500000, 1 -0.732825562500000, 0 -0.732843437500000, 1 -0.732907437500000, 0 -0.732925312500000, 1 -0.732962062500000, 0 -0.732979937500000, 1 -0.733174312500000, 0 -0.733192250000000, 1 -0.733344187500000, 0 -0.733362062500000, 1 -0.733380562500000, 0 -0.733398500000000, 1 -0.733416937500000, 0 -0.733434875000000, 1 -0.733498875000000, 0 -0.733516750000000, 1 -0.733559437500000, 0 -0.733577375000000, 1 -0.733620187500000, 0 -0.733638062500000, 1 -0.733680812500000, 0 -0.733698750000000, 1 -0.733762687500000, 0 -0.733780562500000, 1 -0.733802125000000, 0 -0.733820062500000, 1 -0.734066000000000, 0 -0.734083875000000, 1 -0.734235875000000, 0 -0.734253750000000, 1 -0.734272250000000, 0 -0.734290125000000, 1 -0.734308625000000, 0 -0.734326562500000, 1 -0.734390500000000, 0 -0.734408437500000, 1 -0.734451187500000, 0 -0.734469062500000, 1 -0.734511812500000, 0 -0.734529750000000, 1 -0.734575500000000, 0 -0.734593375000000, 1 -0.734657375000000, 0 -0.734675312500000, 1 -0.734702875000000, 0 -0.734720812500000, 1 -0.734957687500000, 0 -0.734975562500000, 1 -0.735127562500000, 0 -0.735145437500000, 1 -0.735163937500000, 0 -0.735181875000000, 1 -0.735200312500000, 0 -0.735218250000000, 1 -0.735282250000000, 0 -0.735300125000000, 1 -0.735342875000000, 0 -0.735360750000000, 1 -0.735403500000000, 0 -0.735421437500000, 1 -0.735470250000000, 0 -0.735488125000000, 1 -0.735552125000000, 0 -0.735570062500000, 1 -0.735603750000000, 0 -0.735621625000000, 1 -0.735849375000000, 0 -0.735867250000000, 1 -0.736019250000000, 0 -0.736036937500000, 1 -0.736037125000000, 0 -0.736037250000000, 1 -0.736055625000000, 0 -0.736073500000000, 1 -0.736092000000000, 0 -0.736109937500000, 1 -0.736173875000000, 0 -0.736191750000000, 1 -0.736234562500000, 0 -0.736252437500000, 1 -0.736295187500000, 0 -0.736313062500000, 1 -0.736364937500000, 0 -0.736382812500000, 1 -0.736446750000000, 0 -0.736464750000000, 1 -0.736504500000000, 0 -0.736522375000000, 1 -0.736741000000000, 0 -0.736758875000000, 1 -0.736910875000000, 0 -0.736928750000000, 1 -0.736947250000000, 0 -0.736965125000000, 1 -0.736983687500000, 0 -0.737001562500000, 1 -0.737065500000000, 0 -0.737083437500000, 1 -0.737129187500000, 0 -0.737147125000000, 1 -0.737189875000000, 0 -0.737207812500000, 1 -0.737262687500000, 0 -0.737280562500000, 1 -0.737344562500000, 0 -0.737362437500000, 1 -0.737420375000000, 0 -0.737438312500000, 1 -0.737632687500000, 0 -0.737650562500000, 1 -0.737802562500000, 0 -0.737820437500000, 1 -0.737851125000000, 0 -0.737869000000000, 1 -0.737887500000000, 0 -0.737905375000000, 1 -0.737969375000000, 0 -0.737987250000000, 1 -0.738030000000000, 0 -0.738047937500000, 1 -0.738090687500000, 0 -0.738108562500000, 1 -0.738166500000000, 0 -0.738184375000000, 1 -0.738248375000000, 0 -0.738266312500000, 1 -0.738318187500000, 0 -0.738336062500000, 1 -0.738524375000000, 0 -0.738542312500000, 1 -0.738694250000000, 0 -0.738712125000000, 1 -0.738730625000000, 0 -0.738748562500000, 1 -0.738767000000000, 0 -0.738784937500000, 1 -0.738848937500000, 0 -0.738866812500000, 1 -0.738912625000000, 0 -0.738930500000000, 1 -0.738973250000000, 0 -0.738991187500000, 1 -0.739052125000000, 0 -0.739070000000000, 1 -0.739134000000000, 0 -0.739151875000000, 1 -0.739197687500000, 0 -0.739215625000000, 1 -0.739416062500000, 0 -0.739433937500000, 1 -0.739585875000000, 0 -0.739603812500000, 1 -0.739658687500000, 0 -0.739676625000000, 1 -0.739695062500000, 0 -0.739713000000000, 1 -0.739777000000000, 0 -0.739794875000000, 1 -0.739837625000000, 0 -0.739855500000000, 1 -0.739898250000000, 0 -0.739916187500000, 1 -0.739980187500000, 0 -0.739998062500000, 1 -0.740062062500000, 0 -0.740080000000000, 1 -0.740143937500000, 0 -0.740161875000000, 1 -0.740307750000000, 0 -0.740325625000000, 1 -0.740477625000000, 0 -0.740495500000000, 1 -0.740514000000000, 0 -0.740531875000000, 1 -0.740550375000000, 0 -0.740568312500000, 1 -0.740632250000000, 0 -0.740650187500000, 1 -0.740692937500000, 0 -0.740710812500000, 1 -0.740756625000000, 0 -0.740774500000000, 1 -0.740793000000000, 0 -0.740810875000000, 1 -0.740874875000000, 0 -0.740892812500000, 1 -0.740944625000000, 0 -0.740962562500000, 1 -0.741199437500000, 0 -0.741217312500000, 1 -0.741369312500000, 0 -0.741387187500000, 1 -0.741417812500000, 0 -0.741435687500000, 1 -0.741454187500000, 0 -0.741472062500000, 1 -0.741536062500000, 0 -0.741554000000000, 1 -0.741596687500000, 0 -0.741614625000000, 1 -0.741660375000000, 0 -0.741678250000000, 1 -0.741699812500000, 0 -0.741717687500000, 1 -0.741781625000000, 0 -0.741799625000000, 1 -0.741845437500000, 0 -0.741863312500000, 1 -0.742091062500000, 0 -0.742109000000000, 1 -0.742260937500000, 0 -0.742278812500000, 1 -0.742297250000000, 0 -0.742315187500000, 1 -0.742333687500000, 0 -0.742351625000000, 1 -0.742415562500000, 0 -0.742433500000000, 1 -0.742476187500000, 0 -0.742494125000000, 1 -0.742539875000000, 0 -0.742557812500000, 1 -0.742582375000000, 0 -0.742600312500000, 1 -0.742664250000000, 0 -0.742682125000000, 1 -0.742746125000000, 0 -0.742764062500000, 1 -0.742982750000000, 0 -0.743000625000000, 1 -0.743152562500000, 0 -0.743170437500000, 1 -0.743201062500000, 0 -0.743219000000000, 1 -0.743237500000000, 0 -0.743255375000000, 1 -0.743319375000000, 0 -0.743337250000000, 1 -0.743380000000000, 0 -0.743397875000000, 1 -0.743443687500000, 0 -0.743461562500000, 1 -0.743489187500000, 0 -0.743507062500000, 1 -0.743571062500000, 0 -0.743589000000000, 1 -0.743646937500000, 0 -0.743664875000000, 1 -0.743874375000000, 0 -0.743892250000000, 1 -0.744044187500000, 0 -0.744062125000000, 1 -0.744104875000000, 0 -0.744122812500000, 1 -0.744141250000000, 0 -0.744159187500000, 1 -0.744223187500000, 0 -0.744241062500000, 1 -0.744283812500000, 0 -0.744301750000000, 1 -0.744347500000000, 0 -0.744365437500000, 1 -0.744396062500000, 0 -0.744413937500000, 1 -0.744477937500000, 0 -0.744495812500000, 1 -0.744523437500000, 0 -0.744541375000000, 1 -0.744766062500000, 0 -0.744783937500000, 1 -0.744935937500000, 0 -0.744953812500000, 1 -0.745008687500000, 0 -0.745026625000000, 1 -0.745045125000000, 0 -0.745063000000000, 1 -0.745127000000000, 0 -0.745144937500000, 1 -0.745187625000000, 0 -0.745205562500000, 1 -0.745251312500000, 0 -0.745269187500000, 1 -0.745302875000000, 0 -0.745320750000000, 1 -0.745384750000000, 0 -0.745402625000000, 1 -0.745424125000000, 0 -0.745442062500000, 1 -0.745657687500000, 0 -0.745675437500000, 1 -0.745827562500000, 0 -0.745845437500000, 1 -0.745900312500000, 0 -0.745918250000000, 1 -0.745936750000000, 0 -0.745954625000000, 1 -0.746018625000000, 0 -0.746036500000000, 1 -0.746079250000000, 0 -0.746097125000000, 1 -0.746142937500000, 0 -0.746160875000000, 1 -0.746197562500000, 0 -0.746215437500000, 1 -0.746279437500000, 0 -0.746297375000000, 1 -0.746337062500000, 0 -0.746355000000000, 1 -0.746549375000000, 0 -0.746567250000000, 1 -0.746719250000000, 0 -0.746737125000000, 1 -0.746779875000000, 0 -0.746797750000000, 1 -0.746816250000000, 0 -0.746834187500000, 1 -0.746898187500000, 0 -0.746916062500000, 1 -0.746958812500000, 0 -0.746976687500000, 1 -0.747022500000000, 0 -0.747040375000000, 1 -0.747080062500000, 0 -0.747098000000000, 1 -0.747162000000000, 0 -0.747179875000000, 1 -0.747213562500000, 0 -0.747231437500000, 1 -0.747441000000000, 0 -0.747458875000000, 1 -0.747610875000000, 0 -0.747628750000000, 1 -0.747683625000000, 0 -0.747701562500000, 1 -0.747720062500000, 0 -0.747737937500000, 1 -0.747801937500000, 0 -0.747819812500000, 1 -0.747862562500000, 0 -0.747880437500000, 1 -0.747926250000000, 0 -0.747944125000000, 1 -0.747986937500000, 0 -0.748004812500000, 1 -0.748068812500000, 0 -0.748086687500000, 1 -0.748123437500000, 0 -0.748141312500000, 1 -0.748332687500000, 0 -0.748350562500000, 1 -0.748502500000000, 0 -0.748520437500000, 1 -0.748575312500000, 0 -0.748593187500000, 1 -0.748611750000000, 0 -0.748629625000000, 1 -0.748693625000000, 0 -0.748711500000000, 1 -0.748754250000000, 0 -0.748772125000000, 1 -0.748817937500000, 0 -0.748835812500000, 1 -0.748881625000000, 0 -0.748899500000000, 1 -0.748963562500000, 0 -0.748981437500000, 1 -0.749012062500000, 0 -0.749029937500000, 1 -0.749224312500000, 0 -0.749242250000000, 1 -0.749394187500000, 0 -0.749412062500000, 1 -0.749430562500000, 0 -0.749448500000000, 1 -0.749467000000000, 0 -0.749484875000000, 1 -0.749548875000000, 0 -0.749566750000000, 1 -0.749609500000000, 0 -0.749627375000000, 1 -0.749673187500000, 0 -0.749691000000000, 1 -0.749691125000000, 0 -0.749691187500000, 1 -0.749739875000000, 0 -0.749757812500000, 1 -0.749821812500000, 0 -0.749839687500000, 1 -0.749864250000000, 0 -0.749882187500000, 1 -0.750115937500000, 0 -0.750133875000000, 1 -0.750285812500000, 0 -0.750303687500000, 1 -0.750322187500000, 0 -0.750340125000000, 1 -0.750358625000000, 0 -0.750376500000000, 1 -0.750440500000000, 0 -0.750458375000000, 1 -0.750501125000000, 0 -0.750519000000000, 1 -0.750564875000000, 0 -0.750582750000000, 1 -0.750634562500000, 0 -0.750652500000000, 1 -0.750716500000000, 0 -0.750734375000000, 1 -0.750752875000000, 0 -0.750770750000000, 1 -0.751007625000000, 0 -0.751025562500000, 1 -0.751177500000000, 0 -0.751195375000000, 1 -0.751213875000000, 0 -0.751231750000000, 1 -0.751250250000000, 0 -0.751268187500000, 1 -0.751332125000000, 0 -0.751350062500000, 1 -0.751395812500000, 0 -0.751413750000000, 1 -0.751459562500000, 0 -0.751477437500000, 1 -0.751532250000000, 0 -0.751550187500000, 1 -0.751614187500000, 0 -0.751632125000000, 1 -0.751680937500000, 0 -0.751698812500000, 1 -0.751899250000000, 0 -0.751917187500000, 1 -0.752069125000000, 0 -0.752087062500000, 1 -0.752105500000000, 0 -0.752123437500000, 1 -0.752141875000000, 0 -0.752159812500000, 1 -0.752223812500000, 0 -0.752241687500000, 1 -0.752287500000000, 0 -0.752305375000000, 1 -0.752351125000000, 0 -0.752369062500000, 1 -0.752427000000000, 0 -0.752444875000000, 1 -0.752508875000000, 0 -0.752526750000000, 1 -0.752569562500000, 0 -0.752587437500000, 1 -0.752790937500000, 0 -0.752808812500000, 1 -0.752960812500000, 0 -0.752978625000000, 1 -0.752997125000000, 0 -0.753015062500000, 1 -0.753033437500000, 0 -0.753051437500000, 1 -0.753115437500000, 0 -0.753133312500000, 1 -0.753179125000000, 0 -0.753196875000000, 1 -0.753242750000000, 0 -0.753260687500000, 1 -0.753321625000000, 0 -0.753339562500000, 1 -0.753403562500000, 0 -0.753421375000000, 1 -0.753482437500000, 0 -0.753500250000000, 1 -0.753682562500000, 0 -0.753700437500000, 1 -0.753852375000000, 0 -0.753870312500000, 1 -0.753888812500000, 0 -0.753906562500000, 1 -0.753925125000000, 0 -0.753943062500000, 1 -0.754007062500000, 0 -0.754024937500000, 1 -0.754067750000000, 0 -0.754085625000000, 1 -0.754131437500000, 0 -0.754149312500000, 1 -0.754213312500000, 0 -0.754231125000000, 1 -0.754295187500000, 0 -0.754313125000000, 1 -0.754355875000000, 0 -0.754373750000000, 1 -0.754574187500000, 0 -0.754592125000000, 1 -0.754744062500000, 0 -0.754761937500000, 1 -0.754780500000000, 0 -0.754798375000000, 1 -0.754816875000000, 0 -0.754834750000000, 1 -0.754898750000000, 0 -0.754916625000000, 1 -0.754959375000000, 0 -0.754977250000000, 1 -0.755026125000000, 0 -0.755044000000000, 1 -0.755062500000000, 0 -0.755080375000000, 1 -0.755144375000000, 0 -0.755162250000000, 1 -0.755186875000000, 0 -0.755204750000000, 1 -0.755465875000000, 0 -0.755483750000000, 1 -0.755635687500000, 0 -0.755653625000000, 1 -0.755672125000000, 0 -0.755690000000000, 1 -0.755708500000000, 0 -0.755726375000000, 1 -0.755790375000000, 0 -0.755808312500000, 1 -0.755851000000000, 0 -0.755868937500000, 1 -0.755917750000000, 0 -0.755935687500000, 1 -0.755957187500000, 0 -0.755975062500000, 1 -0.756039062500000, 0 -0.756057000000000, 1 -0.756075500000000, 0 -0.756093375000000, 1 -0.756357562500000, 0 -0.756375437500000, 1 -0.756527375000000, 0 -0.756545312500000, 1 -0.756563750000000, 0 -0.756581687500000, 1 -0.756600187500000, 0 -0.756618062500000, 1 -0.756682062500000, 0 -0.756699937500000, 1 -0.756742687500000, 0 -0.756760625000000, 1 -0.756809500000000, 0 -0.756827312500000, 1 -0.756851875000000, 0 -0.756869812500000, 1 -0.756933812500000, 0 -0.756951687500000, 1 -0.756988375000000, 0 -0.757006312500000, 1 -0.757249187500000, 0 -0.757267125000000, 1 -0.757419062500000, 0 -0.757436937500000, 1 -0.757455437500000, 0 -0.757473375000000, 1 -0.757491875000000, 0 -0.757509750000000, 1 -0.757573750000000, 0 -0.757591625000000, 1 -0.757634375000000, 0 -0.757652312500000, 1 -0.757701125000000, 0 -0.757719000000000, 1 -0.757746625000000, 0 -0.757764500000000, 1 -0.757828500000000, 0 -0.757846375000000, 1 -0.757877000000000, 0 -0.757894937500000, 1 -0.758140875000000, 0 -0.758158750000000, 1 -0.758310750000000, 0 -0.758328625000000, 1 -0.758371375000000, 0 -0.758389250000000, 1 -0.758407812500000, 0 -0.758425687500000, 1 -0.758489687500000, 0 -0.758507375000000, 1 -0.758507437500000, 0 -0.758507562500000, 1 -0.758550312500000, 0 -0.758568187500000, 1 -0.758617062500000, 0 -0.758634937500000, 1 -0.758665562500000, 0 -0.758683437500000, 1 -0.758747437500000, 0 -0.758765375000000, 1 -0.758814187500000, 0 -0.758832125000000, 1 -0.759032562500000, 0 -0.759050437500000, 1 -0.759202375000000, 0 -0.759220312500000, 1 -0.759238812500000, 0 -0.759256687500000, 1 -0.759275187500000, 0 -0.759293125000000, 1 -0.759357062500000, 0 -0.759374812500000, 1 -0.759374875000000, 0 -0.759375000000000, 1 -0.759417687500000, 0 -0.759435625000000, 1 -0.759484437500000, 0 -0.759502375000000, 1 -0.759536000000000, 0 -0.759553875000000, 1 -0.759617812500000, 0 -0.759635812500000, 1 -0.759678562500000, 0 -0.759696437500000, 1 -0.759924187500000, 0 -0.759942125000000, 1 -0.760094062500000, 0 -0.760112000000000, 1 -0.760166875000000, 0 -0.760184750000000, 1 -0.760203250000000, 0 -0.760221125000000, 1 -0.760285125000000, 0 -0.760303062500000, 1 -0.760345812500000, 0 -0.760363687500000, 1 -0.760412500000000, 0 -0.760430375000000, 1 -0.760467125000000, 0 -0.760485000000000, 1 -0.760549000000000, 0 -0.760566937500000, 1 -0.760627875000000, 0 -0.760645750000000, 1 -0.760815937500000, 0 -0.760833812500000, 1 -0.760985750000000, 0 -0.761003750000000, 1 -0.761058562500000, 0 -0.761076437500000, 1 -0.761094937500000, 0 -0.761112812500000, 1 -0.761176812500000, 0 -0.761194687500000, 1 -0.761237500000000, 0 -0.761255375000000, 1 -0.761304062500000, 0 -0.761322187500000, 1 -0.761361812500000, 0 -0.761379750000000, 1 -0.761443750000000, 0 -0.761461625000000, 1 -0.761516500000000, 0 -0.761534437500000, 1 -0.761707562500000, 0 -0.761725500000000, 1 -0.761877437500000, 0 -0.761895312500000, 1 -0.761950250000000, 0 -0.761968062500000, 1 -0.761986625000000, 0 -0.762004500000000, 1 -0.762068500000000, 0 -0.762086375000000, 1 -0.762129187500000, 0 -0.762147062500000, 1 -0.762147125000000, 0 -0.762147187500000, 1 -0.762195875000000, 0 -0.762213750000000, 1 -0.762256562500000, 0 -0.762274437500000, 1 -0.762338437500000, 0 -0.762356312500000, 1 -0.762420312500000, 0 -0.762438250000000, 1 -0.762599312500000, 0 -0.762617187500000, 1 -0.762769125000000, 0 -0.762787000000000, 1 -0.762829812500000, 0 -0.762847687500000, 1 -0.762866187500000, 0 -0.762884062500000, 1 -0.762948062500000, 0 -0.762966000000000, 1 -0.763008750000000, 0 -0.763026625000000, 1 -0.763075437500000, 0 -0.763093312500000, 1 -0.763139125000000, 0 -0.763157000000000, 1 -0.763221000000000, 0 -0.763238937500000, 1 -0.763296812500000, 0 -0.763314750000000, 1 -0.763490937500000, 0 -0.763508812500000, 1 -0.763660812500000, 0 -0.763678687500000, 1 -0.763721500000000, 0 -0.763739375000000, 1 -0.763757875000000, 0 -0.763775750000000, 1 -0.763839750000000, 0 -0.763857625000000, 1 -0.763900375000000, 0 -0.763918312500000, 1 -0.763967125000000, 0 -0.763985000000000, 1 -0.764033812500000, 0 -0.764051750000000, 1 -0.764115687500000, 0 -0.764133625000000, 1 -0.764185500000000, 0 -0.764203375000000, 1 -0.764382625000000, 0 -0.764400500000000, 1 -0.764552437500000, 0 -0.764570375000000, 1 -0.764625250000000, 0 -0.764643187500000, 1 -0.764661625000000, 0 -0.764679562500000, 1 -0.764743562500000, 0 -0.764761437500000, 1 -0.764804187500000, 0 -0.764822062500000, 1 -0.764870937500000, 0 -0.764888812500000, 1 -0.764940687500000, 0 -0.764958562500000, 1 -0.765022562500000, 0 -0.765040500000000, 1 -0.765086250000000, 0 -0.765104187500000, 1 -0.765274312500000, 0 -0.765292187500000, 1 -0.765444125000000, 0 -0.765462062500000, 1 -0.765480562500000, 0 -0.765498437500000, 1 -0.765516937500000, 0 -0.765534812500000, 1 -0.765598812500000, 0 -0.765616687500000, 1 -0.765662500000000, 0 -0.765680375000000, 1 -0.765729250000000, 0 -0.765747125000000, 1 -0.765802062500000, 0 -0.765819937500000, 1 -0.765883937500000, 0 -0.765901812500000, 1 -0.765929437500000, 0 -0.765947312500000, 1 -0.766165937500000, 0 -0.766183875000000, 1 -0.766335812500000, 0 -0.766353750000000, 1 -0.766372250000000, 0 -0.766390125000000, 1 -0.766408625000000, 0 -0.766426500000000, 1 -0.766490500000000, 0 -0.766508437500000, 1 -0.766551125000000, 0 -0.766569062500000, 1 -0.766617875000000, 0 -0.766635750000000, 1 -0.766693687500000, 0 -0.766711625000000, 1 -0.766775562500000, 0 -0.766793500000000, 1 -0.766827250000000, 0 -0.766845062500000, 1 -0.767057687500000, 0 -0.767075562500000, 1 -0.767227500000000, 0 -0.767245375000000, 1 -0.767263937500000, 0 -0.767281812500000, 1 -0.767300312500000, 0 -0.767318187500000, 1 -0.767382187500000, 0 -0.767400000000000, 1 -0.767400187500000, 0 -0.767400250000000, 1 -0.767442812500000, 0 -0.767460687500000, 1 -0.767509562500000, 0 -0.767527500000000, 1 -0.767588437500000, 0 -0.767606312500000, 1 -0.767670312500000, 0 -0.767688187500000, 1 -0.767715812500000, 0 -0.767733687500000, 1 -0.767949312500000, 0 -0.767967250000000, 1 -0.768119187500000, 0 -0.768137125000000, 1 -0.768155562500000, 0 -0.768173437500000, 1 -0.768192000000000, 0 -0.768209875000000, 1 -0.768273875000000, 0 -0.768291750000000, 1 -0.768334500000000, 0 -0.768352437500000, 1 -0.768401250000000, 0 -0.768419125000000, 1 -0.768483125000000, 0 -0.768501000000000, 1 -0.768565000000000, 0 -0.768582937500000, 1 -0.768604437500000, 0 -0.768622312500000, 1 -0.768841000000000, 0 -0.768858875000000, 1 -0.769010875000000, 0 -0.769028750000000, 1 -0.769059375000000, 0 -0.769077312500000, 1 -0.769095750000000, 0 -0.769113687500000, 1 -0.769177687500000, 0 -0.769195562500000, 1 -0.769238312500000, 0 -0.769256187500000, 1 -0.769308062500000, 0 -0.769326000000000, 1 -0.769344437500000, 0 -0.769362312500000, 1 -0.769426312500000, 0 -0.769444250000000, 1 -0.769477875000000, 0 -0.769495812500000, 1 -0.769732687500000, 0 -0.769750562500000, 1 -0.769902500000000, 0 -0.769920437500000, 1 -0.769951062500000, 0 -0.769968937500000, 1 -0.769987500000000, 0 -0.770005312500000, 1 -0.770069312500000, 0 -0.770087250000000, 1 -0.770133000000000, 0 -0.770150937500000, 1 -0.770202750000000, 0 -0.770220687500000, 1 -0.770242187500000, 0 -0.770260062500000, 1 -0.770324062500000, 0 -0.770341937500000, 1 -0.770369562500000, 0 -0.770387375000000, 1 -0.770387500000000, 0 -0.770387625000000, 1 -0.770624312500000, 0 -0.770642250000000, 1 -0.770794250000000, 0 -0.770812125000000, 1 -0.770842750000000, 0 -0.770860625000000, 1 -0.770879000000000, 0 -0.770897000000000, 1 -0.770961000000000, 0 -0.770978937500000, 1 -0.771024687500000, 0 -0.771042562500000, 1 -0.771094437500000, 0 -0.771112375000000, 1 -0.771136937500000, 0 -0.771154812500000, 1 -0.771218812500000, 0 -0.771236687500000, 1 -0.771270375000000, 0 -0.771288250000000, 1 -0.771516062500000, 0 -0.771533937500000, 1 -0.771685875000000, 0 -0.771703750000000, 1 -0.771758687500000, 0 -0.771776562500000, 1 -0.771795062500000, 0 -0.771813000000000, 1 -0.771876937500000, 0 -0.771894812500000, 1 -0.771940625000000, 0 -0.771958500000000, 1 -0.772010375000000, 0 -0.772028312500000, 1 -0.772055875000000, 0 -0.772073750000000, 1 -0.772137750000000, 0 -0.772155687500000, 1 -0.772195437500000, 0 -0.772213312500000, 1 -0.772407687500000, 0 -0.772425562500000, 1 -0.772577562500000, 0 -0.772595437500000, 1 -0.772626062500000, 0 -0.772644000000000, 1 -0.772662500000000, 0 -0.772680375000000, 1 -0.772744375000000, 0 -0.772762250000000, 1 -0.772805000000000, 0 -0.772822937500000, 1 -0.772874750000000, 0 -0.772892687500000, 1 -0.772923312500000, 0 -0.772941187500000, 1 -0.773005187500000, 0 -0.773023062500000, 1 -0.773081062500000, 0 -0.773098937500000, 1 -0.773299375000000, 0 -0.773317312500000, 1 -0.773469250000000, 0 -0.773487125000000, 1 -0.773505625000000, 0 -0.773523562500000, 1 -0.773542000000000, 0 -0.773559937500000, 1 -0.773623937500000, 0 -0.773641812500000, 1 -0.773687562500000, 0 -0.773705500000000, 1 -0.773757312500000, 0 -0.773775187500000, 1 -0.773808937500000, 0 -0.773826812500000, 1 -0.773890812500000, 0 -0.773908687500000, 1 -0.773960562500000, 0 -0.773978437500000, 1 -0.774191062500000, 0 -0.774208937500000, 1 -0.774360937500000, 0 -0.774378812500000, 1 -0.774421562500000, 0 -0.774439312500000, 1 -0.774439375000000, 0 -0.774439562500000, 1 -0.774457937500000, 0 -0.774475875000000, 1 -0.774539875000000, 0 -0.774557750000000, 1 -0.774600500000000, 0 -0.774618437500000, 1 -0.774670250000000, 0 -0.774688125000000, 1 -0.774724812500000, 0 -0.774742750000000, 1 -0.774806750000000, 0 -0.774824437500000, 1 -0.774824500000000, 0 -0.774824625000000, 1 -0.774870437500000, 0 -0.774888312500000, 1 -0.775082687500000, 0 -0.775100625000000, 1 -0.775252562500000, 0 -0.775270500000000, 1 -0.775288937500000, 0 -0.775306875000000, 1 -0.775325375000000, 0 -0.775343250000000, 1 -0.775407250000000, 0 -0.775425125000000, 1 -0.775467937500000, 0 -0.775485812500000, 1 -0.775537625000000, 0 -0.775555562500000, 1 -0.775595312500000, 0 -0.775613187500000, 1 -0.775677187500000, 0 -0.775695062500000, 1 -0.775746937500000, 0 -0.775764812500000, 1 -0.775974437500000, 0 -0.775992312500000, 1 -0.776144250000000, 0 -0.776162187500000, 1 -0.776204937500000, 0 -0.776222812500000, 1 -0.776241312500000, 0 -0.776259250000000, 1 -0.776323187500000, 0 -0.776341125000000, 1 -0.776386875000000, 0 -0.776404812500000, 1 -0.776456625000000, 0 -0.776474500000000, 1 -0.776517312500000, 0 -0.776535187500000, 1 -0.776599187500000, 0 -0.776617062500000, 1 -0.776672000000000, 0 -0.776689937500000, 1 -0.776866062500000, 0 -0.776883875000000, 1 -0.776883937500000, 0 -0.776884000000000, 1 -0.777035937500000, 0 -0.777053812500000, 1 -0.777108750000000, 0 -0.777126625000000, 1 -0.777145125000000, 0 -0.777163000000000, 1 -0.777227000000000, 0 -0.777244875000000, 1 -0.777287625000000, 0 -0.777305562500000, 1 -0.777357375000000, 0 -0.777375312500000, 1 -0.777421125000000, 0 -0.777439000000000, 1 -0.777503000000000, 0 -0.777520875000000, 1 -0.777569687500000, 0 -0.777587625000000, 1 -0.777757750000000, 0 -0.777775687500000, 1 -0.777927625000000, 0 -0.777945500000000, 1 -0.778000375000000, 0 -0.778018312500000, 1 -0.778036812500000, 0 -0.778054625000000, 1 -0.778118687500000, 0 -0.778136625000000, 1 -0.778179312500000, 0 -0.778197250000000, 1 -0.778249062500000, 0 -0.778267000000000, 1 -0.778315812500000, 0 -0.778333687500000, 1 -0.778397750000000, 0 -0.778415625000000, 1 -0.778470500000000, 0 -0.778488375000000, 1 -0.778649500000000, 0 -0.778667375000000, 1 -0.778819312500000, 0 -0.778837187500000, 1 -0.778880000000000, 0 -0.778897875000000, 1 -0.778916437500000, 0 -0.778934250000000, 1 -0.778998250000000, 0 -0.779016250000000, 1 -0.779058875000000, 0 -0.779076812500000, 1 -0.779128687500000, 0 -0.779146437500000, 1 -0.779198437500000, 0 -0.779216312500000, 1 -0.779280312500000, 0 -0.779298187500000, 1 -0.779359187500000, 0 -0.779377062500000, 1 -0.779541125000000, 0 -0.779559000000000, 1 -0.779711000000000, 0 -0.779728875000000, 1 -0.779783812500000, 0 -0.779801687500000, 1 -0.779820187500000, 0 -0.779838062500000, 1 -0.779902062500000, 0 -0.779919937500000, 1 -0.779962750000000, 0 -0.779980625000000, 1 -0.780032500000000, 0 -0.780050375000000, 1 -0.780105250000000, 0 -0.780123187500000, 1 -0.780187187500000, 0 -0.780205062500000, 1 -0.780223562500000, 0 -0.780241500000000, 1 -0.780432875000000, 0 -0.780450750000000, 1 -0.780602687500000, 0 -0.780620625000000, 1 -0.780675500000000, 0 -0.780693375000000, 1 -0.780711875000000, 0 -0.780729812500000, 1 -0.780793812500000, 0 -0.780811687500000, 1 -0.780854437500000, 0 -0.780872312500000, 1 -0.780924187500000, 0 -0.780942062500000, 1 -0.781000000000000, 0 -0.781017937500000, 1 -0.781081937500000, 0 -0.781099812500000, 1 -0.781124375000000, 0 -0.781142312500000, 1 -0.781324562500000, 0 -0.781342500000000, 1 -0.781494437500000, 0 -0.781512312500000, 1 -0.781530812500000, 0 -0.781548750000000, 1 -0.781567250000000, 0 -0.781585125000000, 1 -0.781649125000000, 0 -0.781667000000000, 1 -0.781709750000000, 0 -0.781727687500000, 1 -0.781779500000000, 0 -0.781797437500000, 1 -0.781858375000000, 0 -0.781876312500000, 1 -0.781940312500000, 0 -0.781958187500000, 1 -0.781988812500000, 0 -0.782006750000000, 1 -0.782216312500000, 0 -0.782234187500000, 1 -0.782386187500000, 0 -0.782404062500000, 1 -0.782422562500000, 0 -0.782440437500000, 1 -0.782458937500000, 0 -0.782476875000000, 1 -0.782540812500000, 0 -0.782558750000000, 1 -0.782601500000000, 0 -0.782619375000000, 1 -0.782671250000000, 0 -0.782689125000000, 1 -0.782753125000000, 0 -0.782771062500000, 1 -0.782835062500000, 0 -0.782852937500000, 1 -0.782889625000000, 0 -0.782907500000000, 1 -0.783108000000000, 0 -0.783125937500000, 1 -0.783277875000000, 0 -0.783295812500000, 1 -0.783314250000000, 0 -0.783332125000000, 1 -0.783350687500000, 0 -0.783368562500000, 1 -0.783432562500000, 0 -0.783450312500000, 1 -0.783450437500000, 0 -0.783450500000000, 1 -0.783493187500000, 0 -0.783511125000000, 1 -0.783566000000000, 0 -0.783583875000000, 1 -0.783602375000000, 0 -0.783620250000000, 1 -0.783684312500000, 0 -0.783702187500000, 1 -0.783760125000000, 0 -0.783778000000000, 1 -0.783999750000000, 0 -0.784017625000000, 1 -0.784169562500000, 0 -0.784187500000000, 1 -0.784206000000000, 0 -0.784223875000000, 1 -0.784242375000000, 0 -0.784260312500000, 1 -0.784324312500000, 0 -0.784342187500000, 1 -0.784384937500000, 0 -0.784402812500000, 1 -0.784457750000000, 0 -0.784475625000000, 1 -0.784497125000000, 0 -0.784515062500000, 1 -0.784579062500000, 0 -0.784596937500000, 1 -0.784660937500000, 0 -0.784678875000000, 1 -0.784891437500000, 0 -0.784909375000000, 1 -0.785061312500000, 0 -0.785079250000000, 1 -0.785097750000000, 0 -0.785115625000000, 1 -0.785134125000000, 0 -0.785152062500000, 1 -0.785216000000000, 0 -0.785233875000000, 1 -0.785276687500000, 0 -0.785294562500000, 1 -0.785349437500000, 0 -0.785367312500000, 1 -0.785391937500000, 0 -0.785409812500000, 1 -0.785473812500000, 0 -0.785491687500000, 1 -0.785537500000000, 0 -0.785555375000000, 1 -0.785783187500000, 0 -0.785801062500000, 1 -0.785953000000000, 0 -0.785971000000000, 1 -0.785989437500000, 0 -0.786007375000000, 1 -0.786025812500000, 0 -0.786043687500000, 1 -0.786107750000000, 0 -0.786125625000000, 1 -0.786171437500000, 0 -0.786189312500000, 1 -0.786244250000000, 0 -0.786262125000000, 1 -0.786289687500000, 0 -0.786307625000000, 1 -0.786371500000000, 0 -0.786389500000000, 1 -0.786453500000000, 0 -0.786471437500000, 1 -0.786674875000000, 0 -0.786692750000000, 1 -0.786844750000000, 0 -0.786862625000000, 1 -0.786881125000000, 0 -0.786899062500000, 1 -0.786917562500000, 0 -0.786935500000000, 1 -0.786999437500000, 0 -0.787017312500000, 1 -0.787060062500000, 0 -0.787077937500000, 1 -0.787132875000000, 0 -0.787150750000000, 1 -0.787181437500000, 0 -0.787199312500000, 1 -0.787263312500000, 0 -0.787281187500000, 1 -0.787314812500000, 0 -0.787332687500000, 1 -0.787566562500000, 0 -0.787584500000000, 1 -0.787736312500000, 0 -0.787754375000000, 1 -0.787772812500000, 0 -0.787790687500000, 1 -0.787809250000000, 0 -0.787827125000000, 1 -0.787891125000000, 0 -0.787909000000000, 1 -0.787951750000000, 0 -0.787969687500000, 1 -0.788024562500000, 0 -0.788042437500000, 1 -0.788076125000000, 0 -0.788094000000000, 1 -0.788158000000000, 0 -0.788175875000000, 1 -0.788215625000000, 0 -0.788233500000000, 1 -0.788458250000000, 0 -0.788476125000000, 1 -0.788628125000000, 0 -0.788646000000000, 1 -0.788664500000000, 0 -0.788682375000000, 1 -0.788700875000000, 0 -0.788718812500000, 1 -0.788782812500000, 0 -0.788800687500000, 1 -0.788843437500000, 0 -0.788861312500000, 1 -0.788916250000000, 0 -0.788934125000000, 1 -0.788970812500000, 0 -0.788988687500000, 1 -0.789052687500000, 0 -0.789070625000000, 1 -0.789092125000000, 0 -0.789110062500000, 1 -0.789349937500000, 0 -0.789367875000000, 1 -0.789519812500000, 0 -0.789537687500000, 1 -0.789556187500000, 0 -0.789574125000000, 1 -0.789592562500000, 0 -0.789610500000000, 1 -0.789674500000000, 0 -0.789692375000000, 1 -0.789735125000000, 0 -0.789753062500000, 1 -0.789807937500000, 0 -0.789825812500000, 1 -0.789865562500000, 0 -0.789883437500000, 1 -0.789947437500000, 0 -0.789965375000000, 1 -0.789992937500000, 0 -0.790010875000000, 1 -0.790241625000000, 0 -0.790259562500000, 1 -0.790411500000000, 0 -0.790429375000000, 1 -0.790472187500000, 0 -0.790490062500000, 1 -0.790508562500000, 0 -0.790526500000000, 1 -0.790590437500000, 0 -0.790608312500000, 1 -0.790654125000000, 0 -0.790672062500000, 1 -0.790726937500000, 0 -0.790744812500000, 1 -0.790787562500000, 0 -0.790805500000000, 1 -0.790869500000000, 0 -0.790887375000000, 1 -0.790918000000000, 0 -0.790935875000000, 1 -0.791133312500000, 0 -0.791151250000000, 1 -0.791303187500000, 0 -0.791321125000000, 1 -0.791339562500000, 0 -0.791357437500000, 1 -0.791376000000000, 0 -0.791393875000000, 1 -0.791457875000000, 0 -0.791475750000000, 1 -0.791518500000000, 0 -0.791536437500000, 1 -0.791591312500000, 0 -0.791609187500000, 1 -0.791655000000000, 0 -0.791672875000000, 1 -0.791736875000000, 0 -0.791754750000000, 1 -0.791779375000000, 0 -0.791797250000000, 1 -0.792025000000000, 0 -0.792042937500000, 1 -0.792194875000000, 0 -0.792212812500000, 1 -0.792255562500000, 0 -0.792273437500000, 1 -0.792291937500000, 0 -0.792309812500000, 1 -0.792373937500000, 0 -0.792391750000000, 1 -0.792434500000000, 0 -0.792452375000000, 1 -0.792507250000000, 0 -0.792525187500000, 1 -0.792574000000000, 0 -0.792591875000000, 1 -0.792655875000000, 0 -0.792673812500000, 1 -0.792704437500000, 0 -0.792722312500000, 1 -0.792916750000000, 0 -0.792934625000000, 1 -0.793086625000000, 0 -0.793104437500000, 1 -0.793147250000000, 0 -0.793165187500000, 1 -0.793183687500000, 0 -0.793201562500000, 1 -0.793265562500000, 0 -0.793283437500000, 1 -0.793329250000000, 0 -0.793347125000000, 1 -0.793402000000000, 0 -0.793419875000000, 1 -0.793471750000000, 0 -0.793489687500000, 1 -0.793553687500000, 0 -0.793571500000000, 1 -0.793596125000000, 0 -0.793614125000000, 1 -0.793808437500000, 0 -0.793826312500000, 1 -0.793978312500000, 0 -0.793996187500000, 1 -0.794051062500000, 0 -0.794068875000000, 1 -0.794087500000000, 0 -0.794105375000000, 1 -0.794169375000000, 0 -0.794187250000000, 1 -0.794230000000000, 0 -0.794247937500000, 1 -0.794302812500000, 0 -0.794320687500000, 1 -0.794375625000000, 0 -0.794393500000000, 1 -0.794457500000000, 0 -0.794475437500000, 1 -0.794518187500000, 0 -0.794536062500000, 1 -0.794700125000000, 0 -0.794718062500000, 1 -0.794870000000000, 0 -0.794887937500000, 1 -0.794930687500000, 0 -0.794948562500000, 1 -0.794967062500000, 0 -0.794984937500000, 1 -0.795049000000000, 0 -0.795066812500000, 1 -0.795109562500000, 0 -0.795127562500000, 1 -0.795182375000000, 0 -0.795200312500000, 1 -0.795258250000000, 0 -0.795276062500000, 1 -0.795340125000000, 0 -0.795358000000000, 1 -0.795406875000000, 0 -0.795424750000000, 1 -0.795591812500000, 0 -0.795609750000000, 1 -0.795761687500000, 0 -0.795779625000000, 1 -0.795822375000000, 0 -0.795840250000000, 1 -0.795858812500000, 0 -0.795876750000000, 1 -0.795940625000000, 0 -0.795958562500000, 1 -0.796001312500000, 0 -0.796019187500000, 1 -0.796074062500000, 0 -0.796092000000000, 1 -0.796152937500000, 0 -0.796170812500000, 1 -0.796234812500000, 0 -0.796252750000000, 1 -0.796307625000000, 0 -0.796325562500000, 1 -0.796483500000000, 0 -0.796501437500000, 1 -0.796653375000000, 0 -0.796671250000000, 1 -0.796714062500000, 0 -0.796731937500000, 1 -0.796750437500000, 0 -0.796768375000000, 1 -0.796832312500000, 0 -0.796850250000000, 1 -0.796893000000000, 0 -0.796910875000000, 1 -0.796965750000000, 0 -0.796983687500000, 1 -0.797047625000000, 0 -0.797065562500000, 1 -0.797129562500000, 0 -0.797147437500000, 1 -0.797208437500000, 0 -0.797226312500000, 1 -0.797375250000000, 0 -0.797393125000000, 1 -0.797545062500000, 0 -0.797563000000000, 1 -0.797593625000000, 0 -0.797611500000000, 1 -0.797630000000000, 0 -0.797647937500000, 1 -0.797711937500000, 0 -0.797729812500000, 1 -0.797772562500000, 0 -0.797790437500000, 1 -0.797848375000000, 0 -0.797866250000000, 1 -0.797884750000000, 0 -0.797902687500000, 1 -0.797966687500000, 0 -0.797984562500000, 1 -0.798033375000000, 0 -0.798051312500000, 1 -0.798266937500000, 0 -0.798284812500000, 1 -0.798436812500000, 0 -0.798454687500000, 1 -0.798485312500000, 0 -0.798503187500000, 1 -0.798521687500000, 0 -0.798539625000000, 1 -0.798603562500000, 0 -0.798621500000000, 1 -0.798664250000000, 0 -0.798682125000000, 1 -0.798740062500000, 0 -0.798757937500000, 1 -0.798779500000000, 0 -0.798797375000000, 1 -0.798861375000000, 0 -0.798879250000000, 1 -0.798922062500000, 0 -0.798939937500000, 1 -0.799158562500000, 0 -0.799176500000000, 1 -0.799328437500000, 0 -0.799346375000000, 1 -0.799377000000000, 0 -0.799394875000000, 1 -0.799413375000000, 0 -0.799431312500000, 1 -0.799495250000000, 0 -0.799513125000000, 1 -0.799555937500000, 0 -0.799573812500000, 1 -0.799631750000000, 0 -0.799649625000000, 1 -0.799674187500000, 0 -0.799692062500000, 1 -0.799756062500000, 0 -0.799774000000000, 1 -0.799834937500000, 0 -0.799852812500000, 1 -0.799853062500000, 0 -0.799853125000000, 1 -0.800050250000000, 0 -0.800068187500000, 1 -0.800220125000000, 0 -0.800238062500000, 1 -0.800256562500000, 0 -0.800274437500000, 1 -0.800292937500000, 0 -0.800310875000000, 1 -0.800374875000000, 0 -0.800392750000000, 1 -0.800435500000000, 0 -0.800453375000000, 1 -0.800511312500000, 0 -0.800529250000000, 1 -0.800556812500000, 0 -0.800574687500000, 1 -0.800638750000000, 0 -0.800656625000000, 1 -0.800711500000000, 0 -0.800729437500000, 1 -0.800942000000000, 0 -0.800959875000000, 1 -0.801111875000000, 0 -0.801129750000000, 1 -0.801148250000000, 0 -0.801166125000000, 1 -0.801184625000000, 0 -0.801202562500000, 1 -0.801266562500000, 0 -0.801284375000000, 1 -0.801327187500000, 0 -0.801345125000000, 1 -0.801403000000000, 0 -0.801420937500000, 1 -0.801451562500000, 0 -0.801469437500000, 1 -0.801469687500000, 0 -0.801469750000000, 1 -0.801533437500000, 0 -0.801551312500000, 1 -0.801575875000000, 0 -0.801593812500000, 1 -0.801833687500000, 0 -0.801851562500000, 1 -0.802003562500000, 0 -0.802021437500000, 1 -0.802052062500000, 0 -0.802069937500000, 1 -0.802088562500000, 0 -0.802106375000000, 1 -0.802170375000000, 0 -0.802188250000000, 1 -0.802234000000000, 0 -0.802251937500000, 1 -0.802309875000000, 0 -0.802327750000000, 1 -0.802361437500000, 0 -0.802379312500000, 1 -0.802443312500000, 0 -0.802461187500000, 1 -0.802491812500000, 0 -0.802509750000000, 1 -0.802725375000000, 0 -0.802743187500000, 1 -0.802895250000000, 0 -0.802913125000000, 1 -0.802931625000000, 0 -0.802949562500000, 1 -0.802968062500000, 0 -0.802985875000000, 1 -0.803049937500000, 0 -0.803067812500000, 1 -0.803110562500000, 0 -0.803128500000000, 1 -0.803186375000000, 0 -0.803204312500000, 1 -0.803241000000000, 0 -0.803258875000000, 1 -0.803322937500000, 0 -0.803340812500000, 1 -0.803377500000000, 0 -0.803395437500000, 1 -0.803617062500000, 0 -0.803635000000000, 1 -0.803787000000000, 0 -0.803804875000000, 1 -0.803847625000000, 0 -0.803865562500000, 1 -0.803884062500000, 0 -0.803901937500000, 1 -0.803966000000000, 0 -0.803983812500000, 1 -0.804026562500000, 0 -0.804044500000000, 1 -0.804102375000000, 0 -0.804120250000000, 1 -0.804160000000000, 0 -0.804177937500000, 1 -0.804241875000000, 0 -0.804259812500000, 1 -0.804290437500000, 0 -0.804308125000000, 1 -0.804308312500000, 0 -0.804308500000000, 1 -0.804508812500000, 0 -0.804526687500000, 1 -0.804678687500000, 0 -0.804696562500000, 1 -0.804715062500000, 0 -0.804732937500000, 1 -0.804751437500000, 0 -0.804769375000000, 1 -0.804833375000000, 0 -0.804851250000000, 1 -0.804894000000000, 0 -0.804911875000000, 1 -0.804969812500000, 0 -0.804987750000000, 1 -0.805030500000000, 0 -0.805048375000000, 1 -0.805112375000000, 0 -0.805130250000000, 1 -0.805170000000000, 0 -0.805187937500000, 1 -0.805400500000000, 0 -0.805418437500000, 1 -0.805570375000000, 0 -0.805588250000000, 1 -0.805631062500000, 0 -0.805648937500000, 1 -0.805667437500000, 0 -0.805685312500000, 1 -0.805749312500000, 0 -0.805767187500000, 1 -0.805810000000000, 0 -0.805827875000000, 1 -0.805885812500000, 0 -0.805903687500000, 1 -0.805949500000000, 0 -0.805967375000000, 1 -0.806031375000000, 0 -0.806049312500000, 1 -0.806082937500000, 0 -0.806100875000000, 1 -0.806292187500000, 0 -0.806310125000000, 1 -0.806462062500000, 0 -0.806480000000000, 1 -0.806498437500000, 0 -0.806516375000000, 1 -0.806534875000000, 0 -0.806552750000000, 1 -0.806616750000000, 0 -0.806634625000000, 1 -0.806680437500000, 0 -0.806698312500000, 1 -0.806756250000000, 0 -0.806774187500000, 1 -0.806823000000000, 0 -0.806840875000000, 1 -0.806904875000000, 0 -0.806922750000000, 1 -0.806962500000000, 0 -0.806980437500000, 1 -0.807183937500000, 0 -0.807201812500000, 1 -0.807353750000000, 0 -0.807371687500000, 1 -0.807390187500000, 0 -0.807408062500000, 1 -0.807426562500000, 0 -0.807444500000000, 1 -0.807508437500000, 0 -0.807526375000000, 1 -0.807572125000000, 0 -0.807590062500000, 1 -0.807647937500000, 0 -0.807665875000000, 1 -0.807717750000000, 0 -0.807735625000000, 1 -0.807799625000000, 0 -0.807817500000000, 1 -0.807851187500000, 0 -0.807869062500000, 1 -0.808075625000000, 0 -0.808093500000000, 1 -0.808245437500000, 0 -0.808263375000000, 1 -0.808306125000000, 0 -0.808324000000000, 1 -0.808342500000000, 0 -0.808360437500000, 1 -0.808424437500000, 0 -0.808442312500000, 1 -0.808485125000000, 0 -0.808503000000000, 1 -0.808560875000000, 0 -0.808578812500000, 1 -0.808633687500000, 0 -0.808651562500000, 1 -0.808715562500000, 0 -0.808733500000000, 1 -0.808797500000000, 0 -0.808815375000000, 1 -0.808967312500000, 0 -0.808985250000000, 1 -0.809137187500000, 0 -0.809155062500000, 1 -0.809210000000000, 0 -0.809227937500000, 1 -0.809246375000000, 0 -0.809264312500000, 1 -0.809328250000000, 0 -0.809346187500000, 1 -0.809388937500000, 0 -0.809406812500000, 1 -0.809464750000000, 0 -0.809482625000000, 1 -0.809540562500000, 0 -0.809558437500000, 1 -0.809622500000000, 0 -0.809640375000000, 1 -0.809698312500000, 0 -0.809716187500000, 1 -0.809859000000000, 0 -0.809876937500000, 1 -0.810028875000000, 0 -0.810046812500000, 1 -0.810101687500000, 0 -0.810119687500000, 1 -0.810138125000000, 0 -0.810156000000000, 1 -0.810220000000000, 0 -0.810237875000000, 1 -0.810280625000000, 0 -0.810298500000000, 1 -0.810356437500000, 0 -0.810374375000000, 1 -0.810435375000000, 0 -0.810453187500000, 1 -0.810517250000000, 0 -0.810535125000000, 1 -0.810586937500000, 0 -0.810604875000000, 1 -0.810750750000000, 0 -0.810768625000000, 1 -0.810920625000000, 0 -0.810938500000000, 1 -0.810981312500000, 0 -0.810999187500000, 1 -0.811017625000000, 0 -0.811035500000000, 1 -0.811099562500000, 0 -0.811117500000000, 1 -0.811160187500000, 0 -0.811178062500000, 1 -0.811236062500000, 0 -0.811253937500000, 1 -0.811317937500000, 0 -0.811335875000000, 1 -0.811399812500000, 0 -0.811417750000000, 1 -0.811463562500000, 0 -0.811481437500000, 1 -0.811642437500000, 0 -0.811660375000000, 1 -0.811812375000000, 0 -0.811830250000000, 1 -0.811885125000000, 0 -0.811903000000000, 1 -0.811921500000000, 0 -0.811939437500000, 1 -0.812003437500000, 0 -0.812021312500000, 1 -0.812064062500000, 0 -0.812081937500000, 1 -0.812142937500000, 0 -0.812160812500000, 1 -0.812179312500000, 0 -0.812197187500000, 1 -0.812261187500000, 0 -0.812279062500000, 1 -0.812306750000000, 0 -0.812324625000000, 1 -0.812534187500000, 0 -0.812552000000000, 1 -0.812704000000000, 0 -0.812721875000000, 1 -0.812776812500000, 0 -0.812794750000000, 1 -0.812813187500000, 0 -0.812831125000000, 1 -0.812895062500000, 0 -0.812913000000000, 1 -0.812955750000000, 0 -0.812973625000000, 1 -0.813034625000000, 0 -0.813052500000000, 1 -0.813074000000000, 0 -0.813091875000000, 1 -0.813155937500000, 0 -0.813173812500000, 1 -0.813195375000000, 0 -0.813213250000000, 1 -0.813425812500000, 0 -0.813443750000000, 1 -0.813595687500000, 0 -0.813613562500000, 1 -0.813632062500000, 0 -0.813650000000000, 1 -0.813668500000000, 0 -0.813686375000000, 1 -0.813750375000000, 0 -0.813768250000000, 1 -0.813811000000000, 0 -0.813828937500000, 1 -0.813889875000000, 0 -0.813907750000000, 1 -0.813932375000000, 0 -0.813950250000000, 1 -0.814014250000000, 0 -0.814032125000000, 1 -0.814071875000000, 0 -0.814089750000000, 1 -0.814317562500000, 0 -0.814335437500000, 1 -0.814487375000000, 0 -0.814505312500000, 1 -0.814523750000000, 0 -0.814541687500000, 1 -0.814560187500000, 0 -0.814578062500000, 1 -0.814642062500000, 0 -0.814659937500000, 1 -0.814702687500000, 0 -0.814720625000000, 1 -0.814781562500000, 0 -0.814799437500000, 1 -0.814827062500000, 0 -0.814844937500000, 1 -0.814908937500000, 0 -0.814926875000000, 1 -0.814960500000000, 0 -0.814978437500000, 1 -0.815209250000000, 0 -0.815227125000000, 1 -0.815379062500000, 0 -0.815397000000000, 1 -0.815415437500000, 0 -0.815433375000000, 1 -0.815451875000000, 0 -0.815469750000000, 1 -0.815533750000000, 0 -0.815551625000000, 1 -0.815594375000000, 0 -0.815612312500000, 1 -0.815673250000000, 0 -0.815691125000000, 1 -0.815721750000000, 0 -0.815739687500000, 1 -0.815803687500000, 0 -0.815821562500000, 1 -0.815873437500000, 0 -0.815891312500000, 1 -0.816100875000000, 0 -0.816118812500000, 1 -0.816270750000000, 0 -0.816288687500000, 1 -0.816307125000000, 0 -0.816325062500000, 1 -0.816343562500000, 0 -0.816361437500000, 1 -0.816425437500000, 0 -0.816443312500000, 1 -0.816486125000000, 0 -0.816504000000000, 1 -0.816564937500000, 0 -0.816582875000000, 1 -0.816616500000000, 0 -0.816634437500000, 1 -0.816698375000000, 0 -0.816716312500000, 1 -0.816762125000000, 0 -0.816780000000000, 1 -0.816992625000000, 0 -0.817010500000000, 1 -0.817162500000000, 0 -0.817180375000000, 1 -0.817198875000000, 0 -0.817216750000000, 1 -0.817235312500000, 0 -0.817253187500000, 1 -0.817317187500000, 0 -0.817335125000000, 1 -0.817377750000000, 0 -0.817395750000000, 1 -0.817456687500000, 0 -0.817474562500000, 1 -0.817511250000000, 0 -0.817529187500000, 1 -0.817593187500000, 0 -0.817611062500000, 1 -0.817675062500000, 0 -0.817692937500000, 1 -0.817884312500000, 0 -0.817902250000000, 1 -0.818054187500000, 0 -0.818072125000000, 1 -0.818090562500000, 0 -0.818108500000000, 1 -0.818126937500000, 0 -0.818144875000000, 1 -0.818208875000000, 0 -0.818226750000000, 1 -0.818272562500000, 0 -0.818290437500000, 1 -0.818351437500000, 0 -0.818369312500000, 1 -0.818409000000000, 0 -0.818426937500000, 1 -0.818490937500000, 0 -0.818508812500000, 1 -0.818554625000000, 0 -0.818572500000000, 1 -0.818776000000000, 0 -0.818793875000000, 1 -0.818945875000000, 0 -0.818963812500000, 1 -0.818982250000000, 0 -0.819000187500000, 1 -0.819018625000000, 0 -0.819036562500000, 1 -0.819100562500000, 0 -0.819118437500000, 1 -0.819164250000000, 0 -0.819182125000000, 1 -0.819243062500000, 0 -0.819261000000000, 1 -0.819303750000000, 0 -0.819321687500000, 1 -0.819385625000000, 0 -0.819403562500000, 1 -0.819452312500000, 0 -0.819470312500000, 1 -0.819667750000000, 0 -0.819685625000000, 1 -0.819837562500000, 0 -0.819855500000000, 1 -0.819873937500000, 0 -0.819891812500000, 1 -0.819910312500000, 0 -0.819928250000000, 1 -0.819992312500000, 0 -0.820010187500000, 1 -0.820052937500000, 0 -0.820070812500000, 1 -0.820131750000000, 0 -0.820149625000000, 1 -0.820195375000000, 0 -0.820213312500000, 1 -0.820277312500000, 0 -0.820295312500000, 1 -0.820350187500000, 0 -0.820367937500000, 1 -0.820559375000000, 0 -0.820577312500000, 1 -0.820729250000000, 0 -0.820747125000000, 1 -0.820765562500000, 0 -0.820783500000000, 1 -0.820802000000000, 0 -0.820819937500000, 1 -0.820883937500000, 0 -0.820901812500000, 1 -0.820947625000000, 0 -0.820965500000000, 1 -0.821026500000000, 0 -0.821044375000000, 1 -0.821093187500000, 0 -0.821111062500000, 1 -0.821175125000000, 0 -0.821193000000000, 1 -0.821253937500000, 0 -0.821271875000000, 1 -0.821451062500000, 0 -0.821469000000000, 1 -0.821620937500000, 0 -0.821638875000000, 1 -0.821657375000000, 0 -0.821675250000000, 1 -0.821693750000000, 0 -0.821711625000000, 1 -0.821775625000000, 0 -0.821793500000000, 1 -0.821836312500000, 0 -0.821854187500000, 1 -0.821915125000000, 0 -0.821933062500000, 1 -0.821984937500000, 0 -0.822002812500000, 1 -0.822066812500000, 0 -0.822084687500000, 1 -0.822127500000000, 0 -0.822145375000000, 1 -0.822342812500000, 0 -0.822360687500000, 1 -0.822512687500000, 0 -0.822530562500000, 1 -0.822573312500000, 0 -0.822591250000000, 1 -0.822609687500000, 0 -0.822627625000000, 1 -0.822691625000000, 0 -0.822709500000000, 1 -0.822752250000000, 0 -0.822770125000000, 1 -0.822831125000000, 0 -0.822849000000000, 1 -0.822903875000000, 0 -0.822921812500000, 1 -0.822985812500000, 0 -0.823003687500000, 1 -0.823040375000000, 0 -0.823058312500000, 1 -0.823234500000000, 0 -0.823252375000000, 1 -0.823404312500000, 0 -0.823422187500000, 1 -0.823440750000000, 0 -0.823458625000000, 1 -0.823477125000000, 0 -0.823495062500000, 1 -0.823559000000000, 0 -0.823576937500000, 1 -0.823619687500000, 0 -0.823637562500000, 1 -0.823698500000000, 0 -0.823716437500000, 1 -0.823774375000000, 0 -0.823792250000000, 1 -0.823856250000000, 0 -0.823874125000000, 1 -0.823904812500000, 0 -0.823922687500000, 1 -0.824126187500000, 0 -0.824144062500000, 1 -0.824296062500000, 0 -0.824313937500000, 1 -0.824368812500000, 0 -0.824386687500000, 1 -0.824405250000000, 0 -0.824423125000000, 1 -0.824487062500000, 0 -0.824505000000000, 1 -0.824547750000000, 0 -0.824565687500000, 1 -0.824626625000000, 0 -0.824644500000000, 1 -0.824705437500000, 0 -0.824723375000000, 1 -0.824787375000000, 0 -0.824805250000000, 1 -0.824829812500000, 0 -0.824847750000000, 1 -0.825017875000000, 0 -0.825035750000000, 1 -0.825187750000000, 0 -0.825205625000000, 1 -0.825260500000000, 0 -0.825278437500000, 1 -0.825296937500000, 0 -0.825314812500000, 1 -0.825378812500000, 0 -0.825396750000000, 1 -0.825442500000000, 0 -0.825460375000000, 1 -0.825521312500000, 0 -0.825539250000000, 1 -0.825603250000000, 0 -0.825621125000000, 1 -0.825685125000000, 0 -0.825703062500000, 1 -0.825733687500000, 0 -0.825751562500000, 1 -0.825909562500000, 0 -0.825927500000000, 1 -0.826079437500000, 0 -0.826097312500000, 1 -0.826152187500000, 0 -0.826170125000000, 1 -0.826188562500000, 0 -0.826206500000000, 1 -0.826270500000000, 0 -0.826288375000000, 1 -0.826331125000000, 0 -0.826349062500000, 1 -0.826413000000000, 0 -0.826430937500000, 1 -0.826449437500000, 0 -0.826467375000000, 1 -0.826531375000000, 0 -0.826549250000000, 1 -0.826579875000000, 0 -0.826597750000000, 1 -0.826801250000000, 0 -0.826819187500000, 1 -0.826971125000000, 0 -0.826989000000000, 1 -0.827031812500000, 0 -0.827049687500000, 1 -0.827068125000000, 0 -0.827086062500000, 1 -0.827150062500000, 0 -0.827167937500000, 1 -0.827210750000000, 0 -0.827228625000000, 1 -0.827292625000000, 0 -0.827310500000000, 1 -0.827332062500000, 0 -0.827349937500000, 1 -0.827413937500000, 0 -0.827431812500000, 1 -0.827468562500000, 0 -0.827486437500000, 1 -0.827692937500000, 0 -0.827710875000000, 1 -0.827862812500000, 0 -0.827880625000000, 1 -0.827923437500000, 0 -0.827941437500000, 1 -0.827959875000000, 0 -0.827977687500000, 1 -0.828041750000000, 0 -0.828059687500000, 1 -0.828102437500000, 0 -0.828120250000000, 1 -0.828184312500000, 0 -0.828202187500000, 1 -0.828226750000000, 0 -0.828244687500000, 1 -0.828308625000000, 0 -0.828326562500000, 1 -0.828345062500000, 0 -0.828362937500000, 1 -0.828584625000000, 0 -0.828602500000000, 1 -0.828754500000000, 0 -0.828772187500000, 1 -0.828772437500000, 0 -0.828772500000000, 1 -0.828827312500000, 0 -0.828845187500000, 1 -0.828863687500000, 0 -0.828881562500000, 1 -0.828945562500000, 0 -0.828963500000000, 1 -0.829006187500000, 0 -0.829024187500000, 1 -0.829088125000000, 0 -0.829106000000000, 1 -0.829133625000000, 0 -0.829151500000000, 1 -0.829215500000000, 0 -0.829233375000000, 1 -0.829257937500000, 0 -0.829275875000000, 1 -0.829476312500000, 0 -0.829494250000000, 1 -0.829646187500000, 0 -0.829664062500000, 1 -0.829682562500000, 0 -0.829700500000000, 1 -0.829719000000000, 0 -0.829736875000000, 1 -0.829800875000000, 0 -0.829818750000000, 1 -0.829861500000000, 0 -0.829879437500000, 1 -0.829943375000000, 0 -0.829961312500000, 1 -0.829991937500000, 0 -0.830009812500000, 1 -0.830073812500000, 0 -0.830091750000000, 1 -0.830146625000000, 0 -0.830164562500000, 1 -0.830368062500000, 0 -0.830385937500000, 1 -0.830537875000000, 0 -0.830555812500000, 1 -0.830574312500000, 0 -0.830592187500000, 1 -0.830610687500000, 0 -0.830628562500000, 1 -0.830692562500000, 0 -0.830710437500000, 1 -0.830753250000000, 0 -0.830771125000000, 1 -0.830835125000000, 0 -0.830853000000000, 1 -0.830886687500000, 0 -0.830904562500000, 1 -0.830968562500000, 0 -0.830986437500000, 1 -0.831047437500000, 0 -0.831065312500000, 1 -0.831259687500000, 0 -0.831277625000000, 1 -0.831429562500000, 0 -0.831447500000000, 1 -0.831478125000000, 0 -0.831496000000000, 1 -0.831514500000000, 0 -0.831532437500000, 1 -0.831596375000000, 0 -0.831614250000000, 1 -0.831657062500000, 0 -0.831674937500000, 1 -0.831738937500000, 0 -0.831756812500000, 1 -0.831793562500000, 0 -0.831811437500000, 1 -0.831875437500000, 0 -0.831893312500000, 1 -0.831936125000000, 0 -0.831954000000000, 1 -0.832151437500000, 0 -0.832169312500000, 1 -0.832321250000000, 0 -0.832339125000000, 1 -0.832369812500000, 0 -0.832387687500000, 1 -0.832406187500000, 0 -0.832424125000000, 1 -0.832488062500000, 0 -0.832506000000000, 1 -0.832548750000000, 0 -0.832566625000000, 1 -0.832630625000000, 0 -0.832648562500000, 1 -0.832688250000000, 0 -0.832706187500000, 1 -0.832770187500000, 0 -0.832788062500000, 1 -0.832836875000000, 0 -0.832854750000000, 1 -0.833043125000000, 0 -0.833061000000000, 1 -0.833213000000000, 0 -0.833230875000000, 1 -0.833273687500000, 0 -0.833291562500000, 1 -0.833310062500000, 0 -0.833328000000000, 1 -0.833391937500000, 0 -0.833409875000000, 1 -0.833449562500000, 0 -0.833467500000000, 1 -0.833531437500000, 0 -0.833549375000000, 1 -0.833592125000000, 0 -0.833610000000000, 1 -0.833674000000000, 0 -0.833691875000000, 1 -0.833755875000000, 0 -0.833773750000000, 1 -0.833934812500000, 0 -0.833952750000000, 1 -0.834104687500000, 0 -0.834122562500000, 1 -0.834141062500000, 0 -0.834159000000000, 1 -0.834177500000000, 0 -0.834195375000000, 1 -0.834259375000000, 0 -0.834277250000000, 1 -0.834320000000000, 0 -0.834337750000000, 1 -0.834337875000000, 0 -0.834337937500000, 1 -0.834401875000000, 0 -0.834419812500000, 1 -0.834465562500000, 0 -0.834483500000000, 1 -0.834547312500000, 0 -0.834547375000000, 1 -0.834547500000000, 0 -0.834565375000000, 1 -0.834617250000000, 0 -0.834635187500000, 1 -0.834826500000000, 0 -0.834844375000000, 1 -0.834996375000000, 0 -0.835014250000000, 1 -0.835032562500000, 0 -0.835032625000000, 1 -0.835032750000000, 0 -0.835050687500000, 1 -0.835069125000000, 0 -0.835087062500000, 1 -0.835151000000000, 0 -0.835168937500000, 1 -0.835208687500000, 0 -0.835226562500000, 1 -0.835290500000000, 0 -0.835308437500000, 1 -0.835357250000000, 0 -0.835375187500000, 1 -0.835439187500000, 0 -0.835457062500000, 1 -0.835508937500000, 0 -0.835526812500000, 1 -0.835718187500000, 0 -0.835736062500000, 1 -0.835888062500000, 0 -0.835905937500000, 1 -0.835936562500000, 0 -0.835954500000000, 1 -0.835972937500000, 0 -0.835990812500000, 1 -0.836054875000000, 0 -0.836072750000000, 1 -0.836115500000000, 0 -0.836133375000000, 1 -0.836197375000000, 0 -0.836215250000000, 1 -0.836267187500000, 0 -0.836285062500000, 1 -0.836349000000000, 0 -0.836366937500000, 1 -0.836430937500000, 0 -0.836448812500000, 1 -0.836609812500000, 0 -0.836627750000000, 1 -0.836779687500000, 0 -0.836797562500000, 1 -0.836828250000000, 0 -0.836846125000000, 1 -0.836864562500000, 0 -0.836882562500000, 1 -0.836946500000000, 0 -0.836964375000000, 1 -0.837007187500000, 0 -0.837025062500000, 1 -0.837089125000000, 0 -0.837106937500000, 1 -0.837161875000000, 0 -0.837179750000000, 1 -0.837243750000000, 0 -0.837261625000000, 1 -0.837283187500000, 0 -0.837301062500000, 1 -0.837501562500000, 0 -0.837519187500000, 1 -0.837519375000000, 0 -0.837519562500000, 1 -0.837671375000000, 0 -0.837689250000000, 1 -0.837732062500000, 0 -0.837749875000000, 1 -0.837768437500000, 0 -0.837786312500000, 1 -0.837850312500000, 0 -0.837868250000000, 1 -0.837911000000000, 0 -0.837928875000000, 1 -0.837992875000000, 0 -0.838010750000000, 1 -0.838068687500000, 0 -0.838086625000000, 1 -0.838150562500000, 0 -0.838168500000000, 1 -0.838196125000000, 0 -0.838214000000000, 1 -0.838393250000000, 0 -0.838411125000000, 1 -0.838563062500000, 0 -0.838581000000000, 1 -0.838635875000000, 0 -0.838653750000000, 1 -0.838672312500000, 0 -0.838690187500000, 1 -0.838754187500000, 0 -0.838772062500000, 1 -0.838814812500000, 0 -0.838832687500000, 1 -0.838896687500000, 0 -0.838914562500000, 1 -0.838975562500000, 0 -0.838993437500000, 1 -0.839057437500000, 0 -0.839075375000000, 1 -0.839109000000000, 0 -0.839126937500000, 1 -0.839284875000000, 0 -0.839302812500000, 1 -0.839454750000000, 0 -0.839472687500000, 1 -0.839503312500000, 0 -0.839521187500000, 1 -0.839539687500000, 0 -0.839557625000000, 1 -0.839621625000000, 0 -0.839639437500000, 1 -0.839682250000000, 0 -0.839700125000000, 1 -0.839764125000000, 0 -0.839782000000000, 1 -0.839846000000000, 0 -0.839863937500000, 1 -0.839927937500000, 0 -0.839945812500000, 1 -0.839985562500000, 0 -0.840003437500000, 1 -0.840176625000000, 0 -0.840194500000000, 1 -0.840346437500000, 0 -0.840364375000000, 1 -0.840407125000000, 0 -0.840425000000000, 1 -0.840443500000000, 0 -0.840461437500000, 1 -0.840525375000000, 0 -0.840543312500000, 1 -0.840589062500000, 0 -0.840607000000000, 1 -0.840625500000000, 0 -0.840643375000000, 1 -0.840661812500000, 0 -0.840679750000000, 1 -0.840743750000000, 0 -0.840761625000000, 1 -0.840810500000000, 0 -0.840828375000000, 1 -0.841068250000000, 0 -0.841086187500000, 1 -0.841238125000000, 0 -0.841256062500000, 1 -0.841310875000000, 0 -0.841328875000000, 1 -0.841347312500000, 0 -0.841365187500000, 1 -0.841429187500000, 0 -0.841446875000000, 1 -0.841446937500000, 0 -0.841447062500000, 1 -0.841486812500000, 0 -0.841504687500000, 1 -0.841523187500000, 0 -0.841541125000000, 1 -0.841562625000000, 0 -0.841580562500000, 1 -0.841644562500000, 0 -0.841662375000000, 1 -0.841711312500000, 0 -0.841729125000000, 1 -0.841959937500000, 0 -0.841977875000000, 1 -0.842129812500000, 0 -0.842147687500000, 1 -0.842202625000000, 0 -0.842220500000000, 1 -0.842239000000000, 0 -0.842256875000000, 1 -0.842320875000000, 0 -0.842338750000000, 1 -0.842381500000000, 0 -0.842399437500000, 1 -0.842417875000000, 0 -0.842435812500000, 1 -0.842460375000000, 0 -0.842478250000000, 1 -0.842542250000000, 0 -0.842560125000000, 1 -0.842609000000000, 0 -0.842626875000000, 1 -0.842851562500000, 0 -0.842869500000000, 1 -0.843021437500000, 0 -0.843039312500000, 1 -0.843082125000000, 0 -0.843100000000000, 1 -0.843118500000000, 0 -0.843136375000000, 1 -0.843200437500000, 0 -0.843218250000000, 1 -0.843261000000000, 0 -0.843278937500000, 1 -0.843297437500000, 0 -0.843315312500000, 1 -0.843342812500000, 0 -0.843360812500000, 1 -0.843424812500000, 0 -0.843442625000000, 1 -0.843485437500000, 0 -0.843503375000000, 1 -0.843743250000000, 0 -0.843761187500000, 1 -0.843913125000000, 0 -0.843931000000000, 1 -0.843985875000000, 0 -0.844003750000000, 1 -0.844022250000000, 0 -0.844040187500000, 1 -0.844104187500000, 0 -0.844122062500000, 1 -0.844167875000000, 0 -0.844185812500000, 1 -0.844204250000000, 0 -0.844222187500000, 1 -0.844252750000000, 0 -0.844270625000000, 1 -0.844334687500000, 0 -0.844352500000000, 1 -0.844377125000000, 0 -0.844395000000000, 1 -0.844634875000000, 0 -0.844652875000000, 1 -0.844804687500000, 0 -0.844822500000000, 1 -0.844877562500000, 0 -0.844895437500000, 1 -0.844913937500000, 0 -0.844931875000000, 1 -0.844995812500000, 0 -0.845013687500000, 1 -0.845059500000000, 0 -0.845077375000000, 1 -0.845095875000000, 0 -0.845113750000000, 1 -0.845147500000000, 0 -0.845165312500000, 1 -0.845229375000000, 0 -0.845247250000000, 1 -0.845265687500000, 0 -0.845283562500000, 1 -0.845526562500000, 0 -0.845544437500000, 1 -0.845696437500000, 0 -0.845714312500000, 1 -0.845732812500000, 0 -0.845750750000000, 1 -0.845769187500000, 0 -0.845787062500000, 1 -0.845851062500000, 0 -0.845869000000000, 1 -0.845911750000000, 0 -0.845929625000000, 1 -0.845948125000000, 0 -0.845966000000000, 1 -0.846002687500000, 0 -0.846020625000000, 1 -0.846084625000000, 0 -0.846102500000000, 1 -0.846127062500000, 0 -0.846145000000000, 1 -0.846418250000000, 0 -0.846436125000000, 1 -0.846588062500000, 0 -0.846606000000000, 1 -0.846624437500000, 0 -0.846642375000000, 1 -0.846660812500000, 0 -0.846678750000000, 1 -0.846742750000000, 0 -0.846760625000000, 1 -0.846803375000000, 0 -0.846821312500000, 1 -0.846839812500000, 0 -0.846857687500000, 1 -0.846897437500000, 0 -0.846915312500000, 1 -0.846979312500000, 0 -0.846997187500000, 1 -0.847015687500000, 0 -0.847033625000000, 1 -0.847309875000000, 0 -0.847327750000000, 1 -0.847479750000000, 0 -0.847497625000000, 1 -0.847516125000000, 0 -0.847534062500000, 1 -0.847552500000000, 0 -0.847570437500000, 1 -0.847634375000000, 0 -0.847652312500000, 1 -0.847692000000000, 0 -0.847709937500000, 1 -0.847728375000000, 0 -0.847746312500000, 1 -0.847789062500000, 0 -0.847806937500000, 1 -0.847870937500000, 0 -0.847888812500000, 1 -0.847922500000000, 0 -0.847940437500000, 1 -0.848201500000000, 0 -0.848219437500000, 1 -0.848371375000000, 0 -0.848389250000000, 1 -0.848407750000000, 0 -0.848425687500000, 1 -0.848444187500000, 0 -0.848462062500000, 1 -0.848526062500000, 0 -0.848543937500000, 1 -0.848583687500000, 0 -0.848601562500000, 1 -0.848620062500000, 0 -0.848637937500000, 1 -0.848683750000000, 0 -0.848701625000000, 1 -0.848765625000000, 0 -0.848783500000000, 1 -0.848823250000000, 0 -0.848841187500000, 1 -0.849093187500000, 0 -0.849111062500000, 1 -0.849263000000000, 0 -0.849280937500000, 1 -0.849299437500000, 0 -0.849317375000000, 1 -0.849335812500000, 0 -0.849353750000000, 1 -0.849417687500000, 0 -0.849435625000000, 1 -0.849475312500000, 0 -0.849493250000000, 1 -0.849511625000000, 0 -0.849529625000000, 1 -0.849578437500000, 0 -0.849596375000000, 1 -0.849660312500000, 0 -0.849678000000000, 1 -0.849678062500000, 0 -0.849678187500000, 1 -0.849699750000000, 0 -0.849717687500000, 1 -0.849984812500000, 0 -0.850002750000000, 1 -0.850154687500000, 0 -0.850172562500000, 1 -0.850191062500000, 0 -0.850209000000000, 1 -0.850227500000000, 0 -0.850245375000000, 1 -0.850309375000000, 0 -0.850327250000000, 1 -0.850370000000000, 0 -0.850387875000000, 1 -0.850406375000000, 0 -0.850424187500000, 1 -0.850424312500000, 0 -0.850424375000000, 1 -0.850476125000000, 0 -0.850494062500000, 1 -0.850558000000000, 0 -0.850575937500000, 1 -0.850609625000000, 0 -0.850627500000000, 1 -0.850876500000000, 0 -0.850894375000000, 1 -0.851046375000000, 0 -0.851064187500000, 1 -0.851082750000000, 0 -0.851100625000000, 1 -0.851119125000000, 0 -0.851137000000000, 1 -0.851201062500000, 0 -0.851218937500000, 1 -0.851261687500000, 0 -0.851279562500000, 1 -0.851298062500000, 0 -0.851315937500000, 1 -0.851370812500000, 0 -0.851388750000000, 1 -0.851452750000000, 0 -0.851470625000000, 1 -0.851522500000000, 0 -0.851540437500000, 1 -0.851768125000000, 0 -0.851786062500000, 1 -0.851938000000000, 0 -0.851955875000000, 1 -0.851974375000000, 0 -0.851992312500000, 1 -0.852010750000000, 0 -0.852028687500000, 1 -0.852092687500000, 0 -0.852110562500000, 1 -0.852153312500000, 0 -0.852171187500000, 1 -0.852189687500000, 0 -0.852207625000000, 1 -0.852265500000000, 0 -0.852283437500000, 1 -0.852347437500000, 0 -0.852365312500000, 1 -0.852411125000000, 0 -0.852429000000000, 1 -0.852659812500000, 0 -0.852677687500000, 1 -0.852829687500000, 0 -0.852847562500000, 1 -0.852866062500000, 0 -0.852883937500000, 1 -0.852902437500000, 0 -0.852920375000000, 1 -0.852984312500000, 0 -0.853002187500000, 1 -0.853045000000000, 0 -0.853062812500000, 1 -0.853081375000000, 0 -0.853099250000000, 1 -0.853160250000000, 0 -0.853178125000000, 1 -0.853242125000000, 0 -0.853260000000000, 1 -0.853324000000000, 0 -0.853341937500000, 1 -0.853551437500000, 0 -0.853569375000000, 1 -0.853721375000000, 0 -0.853739250000000, 1 -0.853757687500000, 0 -0.853775625000000, 1 -0.853794125000000, 0 -0.853812000000000, 1 -0.853876000000000, 0 -0.853893875000000, 1 -0.853936625000000, 0 -0.853954562500000, 1 -0.853973062500000, 0 -0.853990937500000, 1 -0.854054937500000, 0 -0.854072875000000, 1 -0.854136812500000, 0 -0.854154687500000, 1 -0.854212625000000, 0 -0.854230562500000, 1 -0.854443125000000, 0 -0.854461000000000, 1 -0.854613000000000, 0 -0.854630875000000, 1 -0.854673625000000, 0 -0.854691500000000, 1 -0.854710000000000, 0 -0.854727937500000, 1 -0.854791937500000, 0 -0.854809812500000, 1 -0.854852562500000, 0 -0.854870437500000, 1 -0.854892000000000, 0 -0.854909875000000, 1 -0.854928375000000, 0 -0.854946250000000, 1 -0.855010250000000, 0 -0.855028187500000, 1 -0.855073937500000, 0 -0.855091875000000, 1 -0.855334750000000, 0 -0.855352687500000, 1 -0.855504625000000, 0 -0.855522562500000, 1 -0.855541000000000, 0 -0.855558937500000, 1 -0.855577437500000, 0 -0.855595312500000, 1 -0.855659312500000, 0 -0.855677187500000, 1 -0.855719937500000, 0 -0.855737875000000, 1 -0.855759375000000, 0 -0.855777250000000, 1 -0.855798812500000, 0 -0.855816687500000, 1 -0.855880687500000, 0 -0.855898562500000, 1 -0.855950437500000, 0 -0.855968375000000, 1 -0.856226437500000, 0 -0.856244312500000, 1 -0.856396250000000, 0 -0.856414187500000, 1 -0.856456937500000, 0 -0.856474812500000, 1 -0.856493375000000, 0 -0.856511250000000, 1 -0.856575250000000, 0 -0.856593125000000, 1 -0.856635875000000, 0 -0.856653750000000, 1 -0.856675312500000, 0 -0.856693187500000, 1 -0.856717750000000, 0 -0.856735625000000, 1 -0.856799625000000, 0 -0.856817500000000, 1 -0.856875500000000, 0 -0.856893375000000, 1 -0.857118125000000, 0 -0.857136000000000, 1 -0.857287937500000, 0 -0.857305875000000, 1 -0.857360750000000, 0 -0.857378625000000, 1 -0.857397125000000, 0 -0.857415062500000, 1 -0.857479062500000, 0 -0.857496937500000, 1 -0.857539687500000, 0 -0.857557562500000, 1 -0.857579125000000, 0 -0.857597000000000, 1 -0.857624562500000, 0 -0.857642500000000, 1 -0.857706437500000, 0 -0.857724375000000, 1 -0.857788375000000, 0 -0.857806250000000, 1 -0.858009750000000, 0 -0.858027625000000, 1 -0.858179625000000, 0 -0.858197500000000, 1 -0.858240250000000, 0 -0.858258187500000, 1 -0.858276687500000, 0 -0.858294562500000, 1 -0.858358562500000, 0 -0.858376437500000, 1 -0.858419187500000, 0 -0.858437125000000, 1 -0.858458625000000, 0 -0.858476500000000, 1 -0.858507062500000, 0 -0.858525000000000, 1 -0.858589000000000, 0 -0.858606937500000, 1 -0.858628437500000, 0 -0.858646312500000, 1 -0.858901375000000, 0 -0.858919312500000, 1 -0.859071250000000, 0 -0.859089125000000, 1 -0.859144062500000, 0 -0.859161937500000, 1 -0.859180437500000, 0 -0.859198312500000, 1 -0.859262312500000, 0 -0.859280187500000, 1 -0.859326000000000, 0 -0.859343937500000, 1 -0.859365375000000, 0 -0.859383312500000, 1 -0.859417000000000, 0 -0.859434875000000, 1 -0.859498875000000, 0 -0.859516625000000, 1 -0.859556500000000, 0 -0.859574437500000, 1 -0.859793125000000, 0 -0.859811000000000, 1 -0.859962937500000, 0 -0.859980875000000, 1 -0.860023625000000, 0 -0.860041500000000, 1 -0.860060000000000, 0 -0.860077875000000, 1 -0.860141875000000, 0 -0.860159812500000, 1 -0.860202500000000, 0 -0.860220437500000, 1 -0.860241937500000, 0 -0.860259875000000, 1 -0.860296562500000, 0 -0.860314437500000, 1 -0.860378437500000, 0 -0.860396375000000, 1 -0.860430000000000, 0 -0.860447937500000, 1 -0.860684812500000, 0 -0.860702687500000, 1 -0.860854625000000, 0 -0.860872500000000, 1 -0.860927437500000, 0 -0.860945312500000, 1 -0.860963750000000, 0 -0.860981750000000, 1 -0.861045687500000, 0 -0.861063625000000, 1 -0.861106375000000, 0 -0.861124250000000, 1 -0.861145750000000, 0 -0.861163687500000, 1 -0.861203375000000, 0 -0.861221312500000, 1 -0.861285312500000, 0 -0.861303125000000, 1 -0.861342937500000, 0 -0.861360812500000, 1 -0.861576437500000, 0 -0.861594375000000, 1 -0.861746250000000, 0 -0.861764187500000, 1 -0.861782625000000, 0 -0.861800625000000, 1 -0.861819125000000, 0 -0.861837000000000, 1 -0.861900937500000, 0 -0.861918875000000, 1 -0.861964687500000, 0 -0.861982562500000, 1 -0.862004125000000, 0 -0.862022000000000, 1 -0.862064750000000, 0 -0.862082687500000, 1 -0.862146625000000, 0 -0.862164500000000, 1 -0.862183000000000, 0 -0.862200937500000, 1 -0.862468125000000, 0 -0.862486125000000, 1 -0.862638000000000, 0 -0.862655875000000, 1 -0.862674375000000, 0 -0.862692312500000, 1 -0.862710812500000, 0 -0.862728625000000, 1 -0.862792687500000, 0 -0.862810562500000, 1 -0.862853312500000, 0 -0.862871250000000, 1 -0.862892750000000, 0 -0.862910687500000, 1 -0.862956437500000, 0 -0.862974312500000, 1 -0.863038312500000, 0 -0.863056250000000, 1 -0.863092937500000, 0 -0.863110812500000, 1 -0.863359812500000, 0 -0.863377750000000, 1 -0.863529687500000, 0 -0.863547625000000, 1 -0.863578250000000, 0 -0.863596125000000, 1 -0.863614625000000, 0 -0.863632500000000, 1 -0.863696500000000, 0 -0.863714375000000, 1 -0.863757125000000, 0 -0.863775062500000, 1 -0.863796562500000, 0 -0.863814437500000, 1 -0.863863312500000, 0 -0.863881187500000, 1 -0.863945187500000, 0 -0.863963062500000, 1 -0.863981562500000, 0 -0.863999500000000, 1 -0.864251500000000, 0 -0.864269437500000, 1 -0.864421375000000, 0 -0.864439250000000, 1 -0.864469875000000, 0 -0.864487812500000, 1 -0.864506250000000, 0 -0.864524187500000, 1 -0.864588187500000, 0 -0.864606062500000, 1 -0.864648812500000, 0 -0.864666687500000, 1 -0.864688250000000, 0 -0.864706125000000, 1 -0.864758000000000, 0 -0.864775875000000, 1 -0.864839875000000, 0 -0.864857812500000, 1 -0.864882375000000, 0 -0.864900250000000, 1 -0.865143187500000, 0 -0.865161125000000, 1 -0.865313062500000, 0 -0.865330937500000, 1 -0.865385875000000, 0 -0.865403750000000, 1 -0.865422250000000, 0 -0.865440187500000, 1 -0.865504125000000, 0 -0.865522062500000, 1 -0.865564812500000, 0 -0.865582687500000, 1 -0.865604187500000, 0 -0.865622125000000, 1 -0.865677000000000, 0 -0.865694937500000, 1 -0.865758937500000, 0 -0.865776812500000, 1 -0.865831687500000, 0 -0.865849562500000, 1 -0.866034875000000, 0 -0.866052812500000, 1 -0.866204750000000, 0 -0.866222625000000, 1 -0.866253250000000, 0 -0.866271125000000, 1 -0.866289687500000, 0 -0.866307562500000, 1 -0.866371562500000, 0 -0.866389437500000, 1 -0.866435250000000, 0 -0.866453125000000, 1 -0.866474687500000, 0 -0.866492562500000, 1 -0.866550500000000, 0 -0.866568375000000, 1 -0.866632375000000, 0 -0.866650250000000, 1 -0.866699125000000, 0 -0.866717000000000, 1 -0.866926562500000, 0 -0.866944500000000, 1 -0.867096375000000, 0 -0.867114312500000, 1 -0.867144937500000, 0 -0.867162875000000, 1 -0.867181375000000, 0 -0.867199250000000, 1 -0.867263250000000, 0 -0.867281125000000, 1 -0.867323875000000, 0 -0.867341812500000, 1 -0.867363312500000, 0 -0.867381312500000, 1 -0.867442125000000, 0 -0.867460062500000, 1 -0.867524062500000, 0 -0.867542000000000, 1 -0.867584750000000, 0 -0.867602625000000, 1 -0.867818312500000, 0 -0.867836187500000, 1 -0.867988125000000, 0 -0.868006062500000, 1 -0.868048750000000, 0 -0.868066687500000, 1 -0.868085187500000, 0 -0.868103125000000, 1 -0.868167062500000, 0 -0.868184937500000, 1 -0.868227750000000, 0 -0.868245625000000, 1 -0.868267125000000, 0 -0.868285000000000, 1 -0.868349000000000, 0 -0.868366875000000, 1 -0.868430937500000, 0 -0.868448812500000, 1 -0.868497687500000, 0 -0.868515562500000, 1 -0.868709937500000, 0 -0.868727812500000, 1 -0.868879750000000, 0 -0.868897687500000, 1 -0.868916125000000, 0 -0.868934062500000, 1 -0.868952562500000, 0 -0.868970437500000, 1 -0.869034437500000, 0 -0.869052375000000, 1 -0.869098125000000, 0 -0.869116000000000, 1 -0.869140562500000, 0 -0.869158437500000, 1 -0.869176937500000, 0 -0.869194875000000, 1 -0.869258875000000, 0 -0.869276812500000, 1 -0.869307500000000, 0 -0.869325312500000, 1 -0.869601562500000, 0 -0.869619437500000, 1 -0.869771437500000, 0 -0.869789312500000, 1 -0.869807812500000, 0 -0.869825687500000, 1 -0.869844187500000, 0 -0.869862062500000, 1 -0.869926125000000, 0 -0.869944000000000, 1 -0.869986750000000, 0 -0.870004625000000, 1 -0.870029187500000, 0 -0.870047125000000, 1 -0.870068625000000, 0 -0.870086562500000, 1 -0.870150500000000, 0 -0.870168437500000, 1 -0.870193000000000, 0 -0.870210875000000, 1 -0.870493250000000, 0 -0.870511125000000, 1 -0.870663062500000, 0 -0.870681000000000, 1 -0.870723750000000, 0 -0.870741687500000, 1 -0.870760125000000, 0 -0.870778062500000, 1 -0.870842062500000, 0 -0.870860000000000, 1 -0.870902687500000, 0 -0.870920562500000, 1 -0.870945125000000, 0 -0.870963062500000, 1 -0.870987625000000, 0 -0.871005500000000, 1 -0.871069375000000, 0 -0.871087375000000, 1 -0.871118000000000, 0 -0.871135937500000, 1 -0.871384875000000, 0 -0.871402812500000, 1 -0.871554750000000, 0 -0.871572625000000, 1 -0.871591125000000, 0 -0.871609062500000, 1 -0.871627562500000, 0 -0.871645437500000, 1 -0.871709437500000, 0 -0.871727312500000, 1 -0.871770062500000, 0 -0.871788000000000, 1 -0.871812562500000, 0 -0.871830437500000, 1 -0.871858000000000, 0 -0.871875937500000, 1 -0.871939937500000, 0 -0.871957812500000, 1 -0.871994500000000, 0 -0.872012437500000, 1 -0.872276562500000, 0 -0.872294437500000, 1 -0.872446437500000, 0 -0.872464312500000, 1 -0.872507062500000, 0 -0.872525000000000, 1 -0.872543500000000, 0 -0.872561375000000, 1 -0.872625375000000, 0 -0.872643250000000, 1 -0.872686000000000, 0 -0.872703875000000, 1 -0.872728500000000, 0 -0.872746375000000, 1 -0.872777000000000, 0 -0.872794875000000, 1 -0.872858875000000, 0 -0.872876750000000, 1 -0.872919562500000, 0 -0.872937437500000, 1 -0.873168250000000, 0 -0.873186125000000, 1 -0.873338062500000, 0 -0.873356000000000, 1 -0.873410875000000, 0 -0.873428750000000, 1 -0.873447250000000, 0 -0.873465187500000, 1 -0.873529187500000, 0 -0.873547062500000, 1 -0.873589812500000, 0 -0.873607687500000, 1 -0.873632250000000, 0 -0.873650187500000, 1 -0.873683812500000, 0 -0.873701750000000, 1 -0.873765687500000, 0 -0.873783625000000, 1 -0.873832437500000, 0 -0.873850375000000, 1 -0.874059875000000, 0 -0.874077812500000, 1 -0.874229750000000, 0 -0.874247687500000, 1 -0.874302562500000, 0 -0.874320437500000, 1 -0.874338937500000, 0 -0.874356875000000, 1 -0.874420812500000, 0 -0.874438750000000, 1 -0.874481500000000, 0 -0.874499375000000, 1 -0.874523937500000, 0 -0.874541812500000, 1 -0.874578500000000, 0 -0.874596437500000, 1 -0.874660437500000, 0 -0.874678312500000, 1 -0.874733187500000, 0 -0.874751125000000, 1 -0.874951562500000, 0 -0.874969437500000, 1 -0.875121500000000, 0 -0.875139312500000, 1 -0.875182125000000, 0 -0.875200000000000, 1 -0.875218437500000, 0 -0.875236375000000, 1 -0.875300375000000, 0 -0.875318250000000, 1 -0.875361000000000, 0 -0.875378875000000, 1 -0.875403437500000, 0 -0.875421375000000, 1 -0.875461062500000, 0 -0.875479000000000, 1 -0.875542937500000, 0 -0.875560875000000, 1 -0.875621875000000, 0 -0.875639750000000, 1 -0.875843250000000, 0 -0.875861125000000, 1 -0.876013062500000, 0 -0.876031000000000, 1 -0.876085875000000, 0 -0.876103750000000, 1 -0.876122250000000, 0 -0.876140187500000, 1 -0.876204187500000, 0 -0.876222062500000, 1 -0.876264812500000, 0 -0.876282687500000, 1 -0.876307250000000, 0 -0.876325187500000, 1 -0.876367937500000, 0 -0.876385875000000, 1 -0.876449812500000, 0 -0.876467750000000, 1 -0.876525687500000, 0 -0.876543562500000, 1 -0.876734875000000, 0 -0.876752812500000, 1 -0.876904750000000, 0 -0.876922500000000, 1 -0.876977562500000, 0 -0.876995437500000, 1 -0.877013937500000, 0 -0.877031812500000, 1 -0.877095812500000, 0 -0.877113687500000, 1 -0.877156437500000, 0 -0.877174312500000, 1 -0.877198875000000, 0 -0.877216812500000, 1 -0.877262625000000, 0 -0.877280500000000, 1 -0.877344500000000, 0 -0.877362437500000, 1 -0.877426375000000, 0 -0.877444312500000, 1 -0.877626562500000, 0 -0.877644437500000, 1 -0.877796437500000, 0 -0.877814312500000, 1 -0.877832812500000, 0 -0.877850687500000, 1 -0.877869187500000, 0 -0.877887125000000, 1 -0.877951062500000, 0 -0.877969000000000, 1 -0.878011687500000, 0 -0.878029687500000, 1 -0.878054187500000, 0 -0.878072000000000, 1 -0.878120937500000, 0 -0.878138750000000, 1 -0.878202812500000, 0 -0.878220750000000, 1 -0.878266500000000, 0 -0.878284375000000, 1 -0.878518125000000, 0 -0.878536125000000, 1 -0.878688062500000, 0 -0.878705937500000, 1 -0.878724437500000, 0 -0.878742312500000, 1 -0.878760812500000, 0 -0.878778750000000, 1 -0.878842750000000, 0 -0.878860625000000, 1 -0.878903375000000, 0 -0.878921250000000, 1 -0.878945875000000, 0 -0.878963750000000, 1 -0.879015562500000, 0 -0.879033437500000, 1 -0.879097500000000, 0 -0.879115437500000, 1 -0.879167250000000, 0 -0.879185125000000, 1 -0.879409812500000, 0 -0.879427750000000, 1 -0.879579687500000, 0 -0.879597625000000, 1 -0.879616062500000, 0 -0.879634000000000, 1 -0.879652500000000, 0 -0.879670375000000, 1 -0.879734375000000, 0 -0.879752250000000, 1 -0.879795000000000, 0 -0.879812937500000, 1 -0.879837500000000, 0 -0.879855375000000, 1 -0.879910250000000, 0 -0.879928125000000, 1 -0.879992187500000, 0 -0.880010062500000, 1 -0.880043750000000, 0 -0.880061625000000, 1 -0.880301500000000, 0 -0.880319375000000, 1 -0.880471375000000, 0 -0.880489250000000, 1 -0.880507750000000, 0 -0.880525687500000, 1 -0.880544125000000, 0 -0.880562062500000, 1 -0.880626062500000, 0 -0.880643937500000, 1 -0.880686687500000, 0 -0.880704562500000, 1 -0.880729125000000, 0 -0.880747062500000, 1 -0.880804937500000, 0 -0.880822875000000, 1 -0.880886875000000, 0 -0.880904750000000, 1 -0.880944500000000, 0 -0.880962375000000, 1 -0.881193187500000, 0 -0.881211062500000, 1 -0.881363000000000, 0 -0.881380937500000, 1 -0.881399437500000, 0 -0.881417312500000, 1 -0.881435812500000, 0 -0.881453750000000, 1 -0.881517687500000, 0 -0.881535625000000, 1 -0.881578375000000, 0 -0.881596250000000, 1 -0.881620812500000, 0 -0.881638687500000, 1 -0.881699687500000, 0 -0.881717562500000, 1 -0.881781562500000, 0 -0.881799500000000, 1 -0.881821000000000, 0 -0.881838937500000, 1 -0.882084875000000, 0 -0.882102750000000, 1 -0.882254687500000, 0 -0.882272625000000, 1 -0.882291125000000, 0 -0.882309000000000, 1 -0.882327500000000, 0 -0.882345437500000, 1 -0.882409375000000, 0 -0.882427312500000, 1 -0.882470062500000, 0 -0.882487937500000, 1 -0.882512500000000, 0 -0.882530375000000, 1 -0.882594375000000, 0 -0.882612312500000, 1 -0.882676312500000, 0 -0.882694187500000, 1 -0.882721812500000, 0 -0.882739687500000, 1 -0.882976562500000, 0 -0.882994437500000, 1 -0.883146375000000, 0 -0.883164312500000, 1 -0.883182812500000, 0 -0.883200687500000, 1 -0.883219187500000, 0 -0.883237125000000, 1 -0.883301062500000, 0 -0.883319062500000, 1 -0.883361750000000, 0 -0.883379625000000, 1 -0.883407250000000, 0 -0.883425125000000, 1 -0.883443625000000, 0 -0.883461500000000, 1 -0.883525500000000, 0 -0.883543375000000, 1 -0.883583125000000, 0 -0.883601062500000, 1 -0.883868250000000, 0 -0.883886125000000, 1 -0.884038062500000, 0 -0.884056000000000, 1 -0.884074437500000, 0 -0.884092375000000, 1 -0.884110875000000, 0 -0.884128812500000, 1 -0.884192750000000, 0 -0.884210625000000, 1 -0.884253375000000, 0 -0.884271312500000, 1 -0.884298875000000, 0 -0.884316750000000, 1 -0.884338312500000, 0 -0.884356187500000, 1 -0.884420187500000, 0 -0.884438125000000, 1 -0.884471812500000, 0 -0.884489687500000, 1 -0.884759875000000, 0 -0.884777687500000, 1 -0.884777812500000, 0 -0.884777875000000, 1 -0.884929750000000, 0 -0.884947625000000, 1 -0.884947875000000, 0 -0.884947937500000, 1 -0.884966125000000, 0 -0.884984062500000, 1 -0.885002562500000, 0 -0.885020437500000, 1 -0.885084437500000, 0 -0.885102312500000, 1 -0.885145062500000, 0 -0.885162937500000, 1 -0.885190562500000, 0 -0.885208437500000, 1 -0.885233000000000, 0 -0.885250937500000, 1 -0.885314937500000, 0 -0.885332812500000, 1 -0.885360375000000, 0 -0.885378312500000, 1 -0.885651562500000, 0 -0.885669437500000, 1 -0.885821437500000, 0 -0.885839312500000, 1 -0.885857812500000, 0 -0.885875687500000, 1 -0.885894187500000, 0 -0.885912125000000, 1 -0.885976062500000, 0 -0.885994000000000, 1 -0.886036750000000, 0 -0.886054625000000, 1 -0.886082250000000, 0 -0.886100125000000, 1 -0.886127750000000, 0 -0.886145625000000, 1 -0.886209625000000, 0 -0.886227500000000, 1 -0.886249062500000, 0 -0.886266875000000, 1 -0.886543125000000, 0 -0.886561125000000, 1 -0.886713187500000, 0 -0.886731000000000, 1 -0.886773750000000, 0 -0.886791625000000, 1 -0.886810125000000, 0 -0.886828062500000, 1 -0.886892062500000, 0 -0.886909937500000, 1 -0.886949687500000, 0 -0.886967562500000, 1 -0.886995187500000, 0 -0.887013062500000, 1 -0.887043687500000, 0 -0.887061562500000, 1 -0.887125625000000, 0 -0.887143500000000, 1 -0.887189312500000, 0 -0.887207187500000, 1 -0.887434937500000, 0 -0.887452812500000, 1 -0.887604812500000, 0 -0.887622750000000, 1 -0.887641187500000, 0 -0.887659125000000, 1 -0.887677625000000, 0 -0.887695500000000, 1 -0.887759500000000, 0 -0.887777375000000, 1 -0.887823187500000, 0 -0.887841062500000, 1 -0.887868687500000, 0 -0.887886562500000, 1 -0.887920250000000, 0 -0.887938125000000, 1 -0.888002125000000, 0 -0.888020000000000, 1 -0.888065812500000, 0 -0.888083750000000, 1 -0.888326625000000, 0 -0.888344562500000, 1 -0.888496500000000, 0 -0.888514375000000, 1 -0.888557125000000, 0 -0.888575062500000, 1 -0.888593562500000, 0 -0.888611437500000, 1 -0.888675437500000, 0 -0.888693312500000, 1 -0.888736062500000, 0 -0.888754000000000, 1 -0.888781562500000, 0 -0.888799500000000, 1 -0.888836187500000, 0 -0.888854062500000, 1 -0.888918062500000, 0 -0.888935937500000, 1 -0.888987812500000, 0 -0.889005750000000, 1 -0.889218312500000, 0 -0.889236250000000, 1 -0.889388187500000, 0 -0.889406062500000, 1 -0.889460937500000, 0 -0.889478875000000, 1 -0.889497375000000, 0 -0.889515250000000, 1 -0.889579250000000, 0 -0.889597125000000, 1 -0.889639937500000, 0 -0.889657812500000, 1 -0.889685437500000, 0 -0.889703250000000, 1 -0.889743000000000, 0 -0.889760937500000, 1 -0.889824937500000, 0 -0.889842812500000, 1 -0.889888625000000, 0 -0.889906500000000, 1 -0.890110000000000, 0 -0.890127937500000, 1 -0.890279875000000, 0 -0.890297750000000, 1 -0.890340500000000, 0 -0.890358437500000, 1 -0.890376937500000, 0 -0.890394812500000, 1 -0.890458812500000, 0 -0.890476687500000, 1 -0.890519437500000, 0 -0.890537375000000, 1 -0.890564937500000, 0 -0.890582812500000, 1 -0.890625625000000, 0 -0.890643500000000, 1 -0.890707500000000, 0 -0.890725375000000, 1 -0.890774187500000, 0 -0.890792125000000, 1 -0.891001687500000, 0 -0.891019562500000, 1 -0.891171500000000, 0 -0.891189437500000, 1 -0.891244312500000, 0 -0.891262250000000, 1 -0.891280750000000, 0 -0.891298625000000, 1 -0.891362562500000, 0 -0.891380500000000, 1 -0.891426250000000, 0 -0.891444250000000, 1 -0.891471750000000, 0 -0.891489687500000, 1 -0.891535437500000, 0 -0.891553312500000, 1 -0.891617312500000, 0 -0.891635250000000, 1 -0.891690125000000, 0 -0.891708000000000, 1 -0.891893312500000, 0 -0.891911187500000, 1 -0.892063187500000, 0 -0.892081062500000, 1 -0.892136000000000, 0 -0.892153875000000, 1 -0.892172375000000, 0 -0.892190250000000, 1 -0.892254250000000, 0 -0.892272125000000, 1 -0.892314875000000, 0 -0.892332812500000, 1 -0.892360375000000, 0 -0.892378250000000, 1 -0.892427125000000, 0 -0.892445062500000, 1 -0.892509000000000, 0 -0.892526937500000, 1 -0.892587875000000, 0 -0.892605750000000, 1 -0.892785000000000, 0 -0.892802875000000, 1 -0.892954812500000, 0 -0.892972687500000, 1 -0.893015500000000, 0 -0.893033437500000, 1 -0.893051875000000, 0 -0.893069812500000, 1 -0.893133750000000, 0 -0.893151687500000, 1 -0.893194437500000, 0 -0.893212312500000, 1 -0.893239875000000, 0 -0.893257812500000, 1 -0.893309625000000, 0 -0.893327562500000, 1 -0.893391562500000, 0 -0.893409437500000, 1 -0.893464375000000, 0 -0.893482250000000, 1 -0.893676625000000, 0 -0.893694562500000, 1 -0.893846500000000, 0 -0.893864375000000, 1 -0.893895062500000, 0 -0.893912937500000, 1 -0.893931437500000, 0 -0.893949312500000, 1 -0.894013312500000, 0 -0.894031187500000, 1 -0.894073937500000, 0 -0.894091812500000, 1 -0.894119437500000, 0 -0.894137312500000, 1 -0.894192187500000, 0 -0.894210125000000, 1 -0.894274125000000, 0 -0.894292000000000, 1 -0.894316562500000, 0 -0.894334437500000, 1 -0.894568312500000, 0 -0.894586312500000, 1 -0.894738125000000, 0 -0.894756062500000, 1 -0.894774562500000, 0 -0.894792437500000, 1 -0.894810937500000, 0 -0.894828812500000, 1 -0.894892812500000, 0 -0.894910687500000, 1 -0.894953437500000, 0 -0.894971375000000, 1 -0.894998937500000, 0 -0.895016875000000, 1 -0.895074750000000, 0 -0.895092625000000, 1 -0.895156687500000, 0 -0.895174625000000, 1 -0.895193062500000, 0 -0.895211000000000, 1 -0.895460000000000, 0 -0.895477875000000, 1 -0.895629812500000, 0 -0.895647687500000, 1 -0.895666187500000, 0 -0.895684125000000, 1 -0.895702625000000, 0 -0.895720500000000, 1 -0.895784500000000, 0 -0.895802437500000, 1 -0.895848187500000, 0 -0.895866062500000, 1 -0.895893625000000, 0 -0.895911562500000, 1 -0.895972500000000, 0 -0.895990437500000, 1 -0.896054437500000, 0 -0.896072312500000, 1 -0.896096937500000, 0 -0.896114812500000, 1 -0.896351625000000, 0 -0.896369562500000, 1 -0.896521500000000, 0 -0.896539375000000, 1 -0.896557875000000, 0 -0.896575812500000, 1 -0.896594250000000, 0 -0.896612187500000, 1 -0.896676187500000, 0 -0.896694062500000, 1 -0.896736812500000, 0 -0.896754750000000, 1 -0.896782312500000, 0 -0.896800187500000, 1 -0.896864187500000, 0 -0.896882062500000, 1 -0.896946062500000, 0 -0.896964000000000, 1 -0.896994625000000, 0 -0.897012500000000, 1 -0.897243312500000, 0 -0.897261187500000, 1 -0.897413187500000, 0 -0.897431062500000, 1 -0.897485937500000, 0 -0.897503875000000, 1 -0.897522375000000, 0 -0.897540250000000, 1 -0.897604250000000, 0 -0.897622125000000, 1 -0.897664875000000, 0 -0.897682812500000, 1 -0.897713437500000, 0 -0.897731312500000, 1 -0.897749812500000, 0 -0.897767687500000, 1 -0.897831687500000, 0 -0.897849625000000, 1 -0.897913625000000, 0 -0.897931500000000, 1 -0.898135000000000, 0 -0.898152937500000, 1 -0.898304875000000, 0 -0.898322750000000, 1 -0.898341250000000, 0 -0.898359125000000, 1 -0.898377625000000, 0 -0.898395562500000, 1 -0.898459500000000, 0 -0.898477437500000, 1 -0.898520187500000, 0 -0.898538062500000, 1 -0.898568687500000, 0 -0.898586625000000, 1 -0.898608125000000, 0 -0.898626000000000, 1 -0.898690000000000, 0 -0.898707937500000, 1 -0.898765875000000, 0 -0.898783750000000, 1 -0.899026625000000, 0 -0.899044562500000, 1 -0.899196500000000, 0 -0.899214375000000, 1 -0.899232875000000, 0 -0.899250812500000, 1 -0.899269250000000, 0 -0.899287187500000, 1 -0.899351187500000, 0 -0.899369062500000, 1 -0.899411812500000, 0 -0.899429750000000, 1 -0.899460375000000, 0 -0.899478250000000, 1 -0.899502812500000, 0 -0.899520687500000, 1 -0.899584750000000, 0 -0.899602625000000, 1 -0.899654437500000, 0 -0.899672375000000, 1 -0.899918312500000, 0 -0.899936187500000, 1 -0.900088187500000, 0 -0.900106062500000, 1 -0.900160937500000, 0 -0.900178875000000, 1 -0.900197125000000, 0 -0.900197187500000, 1 -0.900197375000000, 0 -0.900215250000000, 1 -0.900279250000000, 0 -0.900297000000000, 1 -0.900297125000000, 0 -0.900297187500000, 1 -0.900339875000000, 0 -0.900357812500000, 1 -0.900388437500000, 0 -0.900406312500000, 1 -0.900433937500000, 0 -0.900451812500000, 1 -0.900515812500000, 0 -0.900533687500000, 1 -0.900579500000000, 0 -0.900597375000000, 1 -0.900810000000000, 0 -0.900827875000000, 1 -0.900979812500000, 0 -0.900997687500000, 1 -0.900997812500000, 0 -0.900997875000000, 1 -0.901016187500000, 0 -0.901034125000000, 1 -0.901052625000000, 0 -0.901070500000000, 1 -0.901134500000000, 0 -0.901152375000000, 1 -0.901195125000000, 0 -0.901213062500000, 1 -0.901243687500000, 0 -0.901261562500000, 1 -0.901292187500000, 0 -0.901310125000000, 1 -0.901374062500000, 0 -0.901392000000000, 1 -0.901431687500000, 0 -0.901449625000000, 1 -0.901701625000000, 0 -0.901719500000000, 1 -0.901871500000000, 0 -0.901889375000000, 1 -0.901932125000000, 0 -0.901950062500000, 1 -0.901968500000000, 0 -0.901986437500000, 1 -0.902050375000000, 0 -0.902068312500000, 1 -0.902111062500000, 0 -0.902128937500000, 1 -0.902159562500000, 0 -0.902177500000000, 1 -0.902211125000000, 0 -0.902229000000000, 1 -0.902293000000000, 0 -0.902310875000000, 1 -0.902344625000000, 0 -0.902362500000000, 1 -0.902593250000000, 0 -0.902611187500000, 1 -0.902763125000000, 0 -0.902781000000000, 1 -0.902799500000000, 0 -0.902817437500000, 1 -0.902835937500000, 0 -0.902853812500000, 1 -0.902917812500000, 0 -0.902935687500000, 1 -0.902978437500000, 0 -0.902996437500000, 1 -0.903027000000000, 0 -0.903044875000000, 1 -0.903081562500000, 0 -0.903099500000000, 1 -0.903163437500000, 0 -0.903181375000000, 1 -0.903208937500000, 0 -0.903226875000000, 1 -0.903484937500000, 0 -0.903502875000000, 1 -0.903654812500000, 0 -0.903672687500000, 1 -0.903691312500000, 0 -0.903709062500000, 1 -0.903727562500000, 0 -0.903745500000000, 1 -0.903809437500000, 0 -0.903827375000000, 1 -0.903873187500000, 0 -0.903891125000000, 1 -0.903921687500000, 0 -0.903939562500000, 1 -0.903979312500000, 0 -0.903997187500000, 1 -0.904061187500000, 0 -0.904079062500000, 1 -0.904112750000000, 0 -0.904130687500000, 1 -0.904376625000000, 0 -0.904394500000000, 1 -0.904546437500000, 0 -0.904564375000000, 1 -0.904607125000000, 0 -0.904625000000000, 1 -0.904643500000000, 0 -0.904661437500000, 1 -0.904725375000000, 0 -0.904743312500000, 1 -0.904786062500000, 0 -0.904803937500000, 1 -0.904834562500000, 0 -0.904852500000000, 1 -0.904895250000000, 0 -0.904913125000000, 1 -0.904977125000000, 0 -0.904995000000000, 1 -0.905019562500000, 0 -0.905037437500000, 1 -0.905268250000000, 0 -0.905286125000000, 1 -0.905438125000000, 0 -0.905456000000000, 1 -0.905510875000000, 0 -0.905528812500000, 1 -0.905547250000000, 0 -0.905565125000000, 1 -0.905629187500000, 0 -0.905647000000000, 1 -0.905692812500000, 0 -0.905710750000000, 1 -0.905741375000000, 0 -0.905759250000000, 1 -0.905805062500000, 0 -0.905822937500000, 1 -0.905886937500000, 0 -0.905904812500000, 1 -0.905935500000000, 0 -0.905953375000000, 1 -0.906159937500000, 0 -0.906177812500000, 1 -0.906329750000000, 0 -0.906347687500000, 1 -0.906402562500000, 0 -0.906420437500000, 1 -0.906438937500000, 0 -0.906456812500000, 1 -0.906520812500000, 0 -0.906538687500000, 1 -0.906581500000000, 0 -0.906599375000000, 1 -0.906630000000000, 0 -0.906647875000000, 1 -0.906696687500000, 0 -0.906714562500000, 1 -0.906778562500000, 0 -0.906796500000000, 1 -0.906833187500000, 0 -0.906851062500000, 1 -0.907051500000000, 0 -0.907069437500000, 1 -0.907221375000000, 0 -0.907239250000000, 1 -0.907282062500000, 0 -0.907299937500000, 1 -0.907318437500000, 0 -0.907336312500000, 1 -0.907400312500000, 0 -0.907418250000000, 1 -0.907460937500000, 0 -0.907478875000000, 1 -0.907509500000000, 0 -0.907527375000000, 1 -0.907579250000000, 0 -0.907597125000000, 1 -0.907661125000000, 0 -0.907679000000000, 1 -0.907709687500000, 0 -0.907727562500000, 1 -0.907943187500000, 0 -0.907961062500000, 1 -0.908113000000000, 0 -0.908130937500000, 1 -0.908185812500000, 0 -0.908203750000000, 1 -0.908222187500000, 0 -0.908240125000000, 1 -0.908304062500000, 0 -0.908322000000000, 1 -0.908367812500000, 0 -0.908385687500000, 1 -0.908416312500000, 0 -0.908434187500000, 1 -0.908489125000000, 0 -0.908507000000000, 1 -0.908571000000000, 0 -0.908588937500000, 1 -0.908649875000000, 0 -0.908667750000000, 1 -0.908834875000000, 0 -0.908852750000000, 1 -0.909004687500000, 0 -0.909022625000000, 1 -0.909077500000000, 0 -0.909095500000000, 1 -0.909113875000000, 0 -0.909131812500000, 1 -0.909195750000000, 0 -0.909213625000000, 1 -0.909256437500000, 0 -0.909274312500000, 1 -0.909304937500000, 0 -0.909322875000000, 1 -0.909380750000000, 0 -0.909398625000000, 1 -0.909462625000000, 0 -0.909480562500000, 1 -0.909523312500000, 0 -0.909541187500000, 1 -0.909726500000000, 0 -0.909744375000000, 1 -0.909896312500000, 0 -0.909914187500000, 1 -0.909932687500000, 0 -0.909950625000000, 1 -0.909969062500000, 0 -0.909987000000000, 1 -0.910051000000000, 0 -0.910068875000000, 1 -0.910111625000000, 0 -0.910129500000000, 1 -0.910160125000000, 0 -0.910178062500000, 1 -0.910239000000000, 0 -0.910256875000000, 1 -0.910320875000000, 0 -0.910338812500000, 1 -0.910399750000000, 0 -0.910417625000000, 1 -0.910618062500000, 0 -0.910636000000000, 1 -0.910787937500000, 0 -0.910805812500000, 1 -0.910824312500000, 0 -0.910842187500000, 1 -0.910860687500000, 0 -0.910878625000000, 1 -0.910942625000000, 0 -0.910960500000000, 1 -0.911003250000000, 0 -0.911021062500000, 1 -0.911051750000000, 0 -0.911069625000000, 1 -0.911133562500000, 0 -0.911151625000000, 1 -0.911215562500000, 0 -0.911233437500000, 1 -0.911288312500000, 0 -0.911306312500000, 1 -0.911509750000000, 0 -0.911527625000000, 1 -0.911679562500000, 0 -0.911697500000000, 1 -0.911716000000000, 0 -0.911733812500000, 1 -0.911752375000000, 0 -0.911770250000000, 1 -0.911834312500000, 0 -0.911852125000000, 1 -0.911897937500000, 0 -0.911915812500000, 1 -0.911949562500000, 0 -0.911967437500000, 1 -0.911985875000000, 0 -0.912003750000000, 1 -0.912067812500000, 0 -0.912085687500000, 1 -0.912140562500000, 0 -0.912158437500000, 1 -0.912401375000000, 0 -0.912419312500000, 1 -0.912571187500000, 0 -0.912589125000000, 1 -0.912607625000000, 0 -0.912625500000000, 1 -0.912644000000000, 0 -0.912661875000000, 1 -0.912725875000000, 0 -0.912743812500000, 1 -0.912786562500000, 0 -0.912804437500000, 1 -0.912838125000000, 0 -0.912856062500000, 1 -0.912877562500000, 0 -0.912895437500000, 1 -0.912959437500000, 0 -0.912977312500000, 1 -0.913026125000000, 0 -0.913044062500000, 1 -0.913293062500000, 0 -0.913310937500000, 1 -0.913462875000000, 0 -0.913480750000000, 1 -0.913499250000000, 0 -0.913517187500000, 1 -0.913535687500000, 0 -0.913553562500000, 1 -0.913617562500000, 0 -0.913635437500000, 1 -0.913678187500000, 0 -0.913696125000000, 1 -0.913729750000000, 0 -0.913747687500000, 1 -0.913772187500000, 0 -0.913790125000000, 1 -0.913854125000000, 0 -0.913872000000000, 1 -0.913926875000000, 0 -0.913944812500000, 1 -0.914184687500000, 0 -0.914202625000000, 1 -0.914354562500000, 0 -0.914372437500000, 1 -0.914390937500000, 0 -0.914408812500000, 1 -0.914427312500000, 0 -0.914445250000000, 1 -0.914509187500000, 0 -0.914527125000000, 1 -0.914569875000000, 0 -0.914587750000000, 1 -0.914621437500000, 0 -0.914639312500000, 1 -0.914666875000000, 0 -0.914684812500000, 1 -0.914748812500000, 0 -0.914766687500000, 1 -0.914827625000000, 0 -0.914845562500000, 1 -0.915076312500000, 0 -0.915094250000000, 1 -0.915246187500000, 0 -0.915264062500000, 1 -0.915282562500000, 0 -0.915300437500000, 1 -0.915318937500000, 0 -0.915336875000000, 1 -0.915400875000000, 0 -0.915418750000000, 1 -0.915461500000000, 0 -0.915479375000000, 1 -0.915513062500000, 0 -0.915530937500000, 1 -0.915561562500000, 0 -0.915579437500000, 1 -0.915643437500000, 0 -0.915661375000000, 1 -0.915679875000000, 0 -0.915697750000000, 1 -0.915968000000000, 0 -0.915985875000000, 1 -0.916137812500000, 0 -0.916155750000000, 1 -0.916174187500000, 0 -0.916192125000000, 1 -0.916210625000000, 0 -0.916228500000000, 1 -0.916292500000000, 0 -0.916310375000000, 1 -0.916353125000000, 0 -0.916371062500000, 1 -0.916404687500000, 0 -0.916422562500000, 1 -0.916456250000000, 0 -0.916474125000000, 1 -0.916538187500000, 0 -0.916556062500000, 1 -0.916580625000000, 0 -0.916598562500000, 1 -0.916859625000000, 0 -0.916877562500000, 1 -0.917029500000000, 0 -0.917047375000000, 1 -0.917065875000000, 0 -0.917083812500000, 1 -0.917102312500000, 0 -0.917120187500000, 1 -0.917184187500000, 0 -0.917202125000000, 1 -0.917244875000000, 0 -0.917262750000000, 1 -0.917296437500000, 0 -0.917314250000000, 1 -0.917351000000000, 0 -0.917368875000000, 1 -0.917432875000000, 0 -0.917450750000000, 1 -0.917481437500000, 0 -0.917499312500000, 1 -0.917751312500000, 0 -0.917769187500000, 1 -0.917921187500000, 0 -0.917939062500000, 1 -0.917957562500000, 0 -0.917975437500000, 1 -0.917993937500000, 0 -0.918011875000000, 1 -0.918075812500000, 0 -0.918093750000000, 1 -0.918136500000000, 0 -0.918154375000000, 1 -0.918188062500000, 0 -0.918205937500000, 1 -0.918245625000000, 0 -0.918263562500000, 1 -0.918327500000000, 0 -0.918345437500000, 1 -0.918382125000000, 0 -0.918400000000000, 1 -0.918642937500000, 0 -0.918660875000000, 1 -0.918812812500000, 0 -0.918830687500000, 1 -0.918873500000000, 0 -0.918891375000000, 1 -0.918909875000000, 0 -0.918927750000000, 1 -0.918991750000000, 0 -0.919009625000000, 1 -0.919052437500000, 0 -0.919070312500000, 1 -0.919104000000000, 0 -0.919121812500000, 1 -0.919164625000000, 0 -0.919182500000000, 1 -0.919246500000000, 0 -0.919264375000000, 1 -0.919298062500000, 0 -0.919315937500000, 1 -0.919534625000000, 0 -0.919552562500000, 1 -0.919704500000000, 0 -0.919722375000000, 1 -0.919740875000000, 0 -0.919758812500000, 1 -0.919777250000000, 0 -0.919795187500000, 1 -0.919859187500000, 0 -0.919877062500000, 1 -0.919919812500000, 0 -0.919937687500000, 1 -0.919971375000000, 0 -0.919989312500000, 1 -0.920035000000000, 0 -0.920053000000000, 1 -0.920116937500000, 0 -0.920134875000000, 1 -0.920174625000000, 0 -0.920192500000000, 1 -0.920426375000000, 0 -0.920444250000000, 1 -0.920596125000000, 0 -0.920614000000000, 1 -0.920668937500000, 0 -0.920686875000000, 1 -0.920705312500000, 0 -0.920723187500000, 1 -0.920787187500000, 0 -0.920805125000000, 1 -0.920847875000000, 0 -0.920865750000000, 1 -0.920899500000000, 0 -0.920917187500000, 1 -0.920917312500000, 0 -0.920917437500000, 1 -0.920966125000000, 0 -0.920984000000000, 1 -0.921048000000000, 0 -0.921065937500000, 1 -0.921087437500000, 0 -0.921105312500000, 1 -0.921317937500000, 0 -0.921335812500000, 1 -0.921487812500000, 0 -0.921505687500000, 1 -0.921548437500000, 0 -0.921566375000000, 1 -0.921584875000000, 0 -0.921602750000000, 1 -0.921666750000000, 0 -0.921684625000000, 1 -0.921727375000000, 0 -0.921745312500000, 1 -0.921778937500000, 0 -0.921796812500000, 1 -0.921848687500000, 0 -0.921866625000000, 1 -0.921930625000000, 0 -0.921948500000000, 1 -0.921976062500000, 0 -0.921994000000000, 1 -0.922209625000000, 0 -0.922227562500000, 1 -0.922379500000000, 0 -0.922397375000000, 1 -0.922452250000000, 0 -0.922470187500000, 1 -0.922488687500000, 0 -0.922506562500000, 1 -0.922570562500000, 0 -0.922588437500000, 1 -0.922634250000000, 0 -0.922652125000000, 1 -0.922685812500000, 0 -0.922703687500000, 1 -0.922758562500000, 0 -0.922776500000000, 1 -0.922840500000000, 0 -0.922858375000000, 1 -0.922904187500000, 0 -0.922922062500000, 1 -0.923101312500000, 0 -0.923119187500000, 1 -0.923271125000000, 0 -0.923289000000000, 1 -0.923331812500000, 0 -0.923349687500000, 1 -0.923368187500000, 0 -0.923386062500000, 1 -0.923450062500000, 0 -0.923467937500000, 1 -0.923507687500000, 0 -0.923525562500000, 1 -0.923559187500000, 0 -0.923577125000000, 1 -0.923635062500000, 0 -0.923652937500000, 1 -0.923716937500000, 0 -0.923734812500000, 1 -0.923780625000000, 0 -0.923798500000000, 1 -0.923992937500000, 0 -0.924010812500000, 1 -0.924162750000000, 0 -0.924180687500000, 1 -0.924235562500000, 0 -0.924253500000000, 1 -0.924271937500000, 0 -0.924289875000000, 1 -0.924353875000000, 0 -0.924371750000000, 1 -0.924414500000000, 0 -0.924432375000000, 1 -0.924466062500000, 0 -0.924483937500000, 1 -0.924544875000000, 0 -0.924562812500000, 1 -0.924626812500000, 0 -0.924644687500000, 1 -0.924690500000000, 0 -0.924708375000000, 1 -0.924884625000000, 0 -0.924902500000000, 1 -0.925054437500000, 0 -0.925072375000000, 1 -0.925115125000000, 0 -0.925133000000000, 1 -0.925151500000000, 0 -0.925169375000000, 1 -0.925233437500000, 0 -0.925251312500000, 1 -0.925294062500000, 0 -0.925311937500000, 1 -0.925345625000000, 0 -0.925363500000000, 1 -0.925427500000000, 0 -0.925445375000000, 1 -0.925509437500000, 0 -0.925527312500000, 1 -0.925579187500000, 0 -0.925597062500000, 1 -0.925776312500000, 0 -0.925794187500000, 1 -0.925946125000000, 0 -0.925964062500000, 1 -0.925982500000000, 0 -0.926000437500000, 1 -0.926018937500000, 0 -0.926036812500000, 1 -0.926100812500000, 0 -0.926118687500000, 1 -0.926164500000000, 0 -0.926182375000000, 1 -0.926219062500000, 0 -0.926236937500000, 1 -0.926255500000000, 0 -0.926273375000000, 1 -0.926337375000000, 0 -0.926355312500000, 1 -0.926388937500000, 0 -0.926406812500000, 1 -0.926667937500000, 0 -0.926685812500000, 1 -0.926837812500000, 0 -0.926855687500000, 1 -0.926886312500000, 0 -0.926904250000000, 1 -0.926922750000000, 0 -0.926940625000000, 1 -0.927004625000000, 0 -0.927022500000000, 1 -0.927065250000000, 0 -0.927083187500000, 1 -0.927119875000000, 0 -0.927137750000000, 1 -0.927159250000000, 0 -0.927177125000000, 1 -0.927241187500000, 0 -0.927259062500000, 1 -0.927286687500000, 0 -0.927304562500000, 1 -0.927559625000000, 0 -0.927577500000000, 1 -0.927729500000000, 0 -0.927747375000000, 1 -0.927778062500000, 0 -0.927795875000000, 1 -0.927814375000000, 0 -0.927832312500000, 1 -0.927896312500000, 0 -0.927914125000000, 1 -0.927953937500000, 0 -0.927971812500000, 1 -0.928008500000000, 0 -0.928026437500000, 1 -0.928050937500000, 0 -0.928068812500000, 1 -0.928132875000000, 0 -0.928150750000000, 1 -0.928178312500000, 0 -0.928196250000000, 1 -0.928451312500000, 0 -0.928469125000000, 1 -0.928621187500000, 0 -0.928639000000000, 1 -0.928657562500000, 0 -0.928675437500000, 1 -0.928693937500000, 0 -0.928711812500000, 1 -0.928775812500000, 0 -0.928793687500000, 1 -0.928836437500000, 0 -0.928854375000000, 1 -0.928891062500000, 0 -0.928908937500000, 1 -0.928936562500000, 0 -0.928954437500000, 1 -0.929018437500000, 0 -0.929036312500000, 1 -0.929076062500000, 0 -0.929094000000000, 1 -0.929342937500000, 0 -0.929360875000000, 1 -0.929512750000000, 0 -0.929530687500000, 1 -0.929573437500000, 0 -0.929591375000000, 1 -0.929609812500000, 0 -0.929627750000000, 1 -0.929691750000000, 0 -0.929709625000000, 1 -0.929752375000000, 0 -0.929770250000000, 1 -0.929806937500000, 0 -0.929824875000000, 1 -0.929855500000000, 0 -0.929873375000000, 1 -0.929937375000000, 0 -0.929955250000000, 1 -0.930001062500000, 0 -0.930019000000000, 1 -0.930234562500000, 0 -0.930252500000000, 1 -0.930404437500000, 0 -0.930422375000000, 1 -0.930440812500000, 0 -0.930458750000000, 1 -0.930477250000000, 0 -0.930495125000000, 1 -0.930559125000000, 0 -0.930577000000000, 1 -0.930622812500000, 0 -0.930640687500000, 1 -0.930677375000000, 0 -0.930695312500000, 1 -0.930728937500000, 0 -0.930746875000000, 1 -0.930810875000000, 0 -0.930828750000000, 1 -0.930892750000000, 0 -0.930910625000000, 1 -0.931126250000000, 0 -0.931144187500000, 1 -0.931296125000000, 0 -0.931314000000000, 1 -0.931332500000000, 0 -0.931350437500000, 1 -0.931368875000000, 0 -0.931386812500000, 1 -0.931450750000000, 0 -0.931468687500000, 1 -0.931511437500000, 0 -0.931529312500000, 1 -0.931566000000000, 0 -0.931583937500000, 1 -0.931620625000000, 0 -0.931638500000000, 1 -0.931702500000000, 0 -0.931720375000000, 1 -0.931778312500000, 0 -0.931796250000000, 1 -0.932017937500000, 0 -0.932035812500000, 1 -0.932187750000000, 0 -0.932205625000000, 1 -0.932248437500000, 0 -0.932266312500000, 1 -0.932284812500000, 0 -0.932302687500000, 1 -0.932366687500000, 0 -0.932384562500000, 1 -0.932427312500000, 0 -0.932445250000000, 1 -0.932481937500000, 0 -0.932499812500000, 1 -0.932539562500000, 0 -0.932557437500000, 1 -0.932621437500000, 0 -0.932639312500000, 1 -0.932703312500000, 0 -0.932721250000000, 1 -0.932909562500000, 0 -0.932927437500000, 1 -0.933079375000000, 0 -0.933097312500000, 1 -0.933115812500000, 0 -0.933133687500000, 1 -0.933152187500000, 0 -0.933170125000000, 1 -0.933234062500000, 0 -0.933251937500000, 1 -0.933297750000000, 0 -0.933315625000000, 1 -0.933352312500000, 0 -0.933370187500000, 1 -0.933413000000000, 0 -0.933430875000000, 1 -0.933494937500000, 0 -0.933512750000000, 1 -0.933555562500000, 0 -0.933573437500000, 1 -0.933801187500000, 0 -0.933819062500000, 1 -0.933971062500000, 0 -0.933988937500000, 1 -0.934043812500000, 0 -0.934061750000000, 1 -0.934080187500000, 0 -0.934098125000000, 1 -0.934162125000000, 0 -0.934180000000000, 1 -0.934222750000000, 0 -0.934240687500000, 1 -0.934277375000000, 0 -0.934295250000000, 1 -0.934341062500000, 0 -0.934358937500000, 1 -0.934422937500000, 0 -0.934440812500000, 1 -0.934501812500000, 0 -0.934519687500000, 1 -0.934692875000000, 0 -0.934710687500000, 1 -0.934862687500000, 0 -0.934880625000000, 1 -0.934923375000000, 0 -0.934941250000000, 1 -0.934959750000000, 0 -0.934977687500000, 1 -0.935041687500000, 0 -0.935059562500000, 1 -0.935105375000000, 0 -0.935123125000000, 1 -0.935123250000000, 0 -0.935123312500000, 1 -0.935159937500000, 0 -0.935177812500000, 1 -0.935226625000000, 0 -0.935244562500000, 1 -0.935308562500000, 0 -0.935326437500000, 1 -0.935381375000000, 0 -0.935399250000000, 1 -0.935584562500000, 0 -0.935602437500000, 1 -0.935754375000000, 0 -0.935772312500000, 1 -0.935802937500000, 0 -0.935820812500000, 1 -0.935839312500000, 0 -0.935857250000000, 1 -0.935921187500000, 0 -0.935939125000000, 1 -0.935981875000000, 0 -0.935999750000000, 1 -0.936036437500000, 0 -0.936054312500000, 1 -0.936106187500000, 0 -0.936124062500000, 1 -0.936188187500000, 0 -0.936206000000000, 1 -0.936254812500000, 0 -0.936272687500000, 1 -0.936476187500000, 0 -0.936494125000000, 1 -0.936646062500000, 0 -0.936664000000000, 1 -0.936706750000000, 0 -0.936724625000000, 1 -0.936743125000000, 0 -0.936761000000000, 1 -0.936825000000000, 0 -0.936842875000000, 1 -0.936888687500000, 0 -0.936906562500000, 1 -0.936943250000000, 0 -0.936961187500000, 1 -0.937016062500000, 0 -0.937033937500000, 1 -0.937097937500000, 0 -0.937115812500000, 1 -0.937134312500000, 0 -0.937152125000000, 1 -0.937367875000000, 0 -0.937385625000000, 1 -0.937537687500000, 0 -0.937555625000000, 1 -0.937610500000000, 0 -0.937628437500000, 1 -0.937646875000000, 0 -0.937664812500000, 1 -0.937728812500000, 0 -0.937746625000000, 1 -0.937789437500000, 0 -0.937807375000000, 1 -0.937844000000000, 0 -0.937861937500000, 1 -0.937919875000000, 0 -0.937937750000000, 1 -0.938001750000000, 0 -0.938019625000000, 1 -0.938056375000000, 0 -0.938074250000000, 1 -0.938259562500000, 0 -0.938277437500000, 1 -0.938429375000000, 0 -0.938447250000000, 1 -0.938502187500000, 0 -0.938520062500000, 1 -0.938538562500000, 0 -0.938556500000000, 1 -0.938620437500000, 0 -0.938638375000000, 1 -0.938684125000000, 0 -0.938702000000000, 1 -0.938738750000000, 0 -0.938756625000000, 1 -0.938817625000000, 0 -0.938835500000000, 1 -0.938899500000000, 0 -0.938917375000000, 1 -0.938948000000000, 0 -0.938965937500000, 1 -0.939151187500000, 0 -0.939169125000000, 1 -0.939321062500000, 0 -0.939338937500000, 1 -0.939381750000000, 0 -0.939399625000000, 1 -0.939418125000000, 0 -0.939436000000000, 1 -0.939500000000000, 0 -0.939517875000000, 1 -0.939560625000000, 0 -0.939578562500000, 1 -0.939615187500000, 0 -0.939633125000000, 1 -0.939697125000000, 0 -0.939715000000000, 1 -0.939779000000000, 0 -0.939796875000000, 1 -0.939821500000000, 0 -0.939839375000000, 1 -0.940042875000000, 0 -0.940060750000000, 1 -0.940212687500000, 0 -0.940230625000000, 1 -0.940285500000000, 0 -0.940303375000000, 1 -0.940321875000000, 0 -0.940339812500000, 1 -0.940403750000000, 0 -0.940421687500000, 1 -0.940467437500000, 0 -0.940485375000000, 1 -0.940525062500000, 0 -0.940543000000000, 1 -0.940561500000000, 0 -0.940579375000000, 1 -0.940643375000000, 0 -0.940661250000000, 1 -0.940685812500000, 0 -0.940703687500000, 1 -0.940934500000000, 0 -0.940952375000000, 1 -0.941104375000000, 0 -0.941122250000000, 1 -0.941177125000000, 0 -0.941195062500000, 1 -0.941213562500000, 0 -0.941231437500000, 1 -0.941295437500000, 0 -0.941313312500000, 1 -0.941359062500000, 0 -0.941377000000000, 1 -0.941416687500000, 0 -0.941434625000000, 1 -0.941456125000000, 0 -0.941474062500000, 1 -0.941538062500000, 0 -0.941555937500000, 1 -0.941574437500000, 0 -0.941592312500000, 1 -0.941826125000000, 0 -0.941844062500000, 1 -0.941996000000000, 0 -0.942013875000000, 1 -0.942032375000000, 0 -0.942050312500000, 1 -0.942068750000000, 0 -0.942086687500000, 1 -0.942150687500000, 0 -0.942168562500000, 1 -0.942211312500000, 0 -0.942229187500000, 1 -0.942268875000000, 0 -0.942286812500000, 1 -0.942311375000000, 0 -0.942329312500000, 1 -0.942393312500000, 0 -0.942411187500000, 1 -0.942435750000000, 0 -0.942453625000000, 1 -0.942717812500000, 0 -0.942735687500000, 1 -0.942887625000000, 0 -0.942905562500000, 1 -0.942924062500000, 0 -0.942941937500000, 1 -0.942960437500000, 0 -0.942978312500000, 1 -0.943042312500000, 0 -0.943060187500000, 1 -0.943102937500000, 0 -0.943120875000000, 1 -0.943160562500000, 0 -0.943178500000000, 1 -0.943206062500000, 0 -0.943223937500000, 1 -0.943287937500000, 0 -0.943305875000000, 1 -0.943324375000000, 0 -0.943342250000000, 1 -0.943609437500000, 0 -0.943627312500000, 1 -0.943779312500000, 0 -0.943797187500000, 1 -0.943815687500000, 0 -0.943833562500000, 1 -0.943852062500000, 0 -0.943870000000000, 1 -0.943933937500000, 0 -0.943951875000000, 1 -0.943997687500000, 0 -0.944015562500000, 1 -0.944055312500000, 0 -0.944073187500000, 1 -0.944103812500000, 0 -0.944121687500000, 1 -0.944185687500000, 0 -0.944203625000000, 1 -0.944252437500000, 0 -0.944270312500000, 1 -0.944501062500000, 0 -0.944519062500000, 1 -0.944671000000000, 0 -0.944688875000000, 1 -0.944707312500000, 0 -0.944725250000000, 1 -0.944743750000000, 0 -0.944761687500000, 1 -0.944825625000000, 0 -0.944825750000000, 1 -0.944825812500000, 0 -0.944843562500000, 1 -0.944886312500000, 0 -0.944904187500000, 1 -0.944943875000000, 0 -0.944961812500000, 1 -0.944995500000000, 0 -0.945013375000000, 1 -0.945077375000000, 0 -0.945095250000000, 1 -0.945150187500000, 0 -0.945168062500000, 1 -0.945392750000000, 0 -0.945410625000000, 1 -0.945562625000000, 0 -0.945580500000000, 1 -0.945599000000000, 0 -0.945616875000000, 1 -0.945635437500000, 0 -0.945653312500000, 1 -0.945717375000000, 0 -0.945735187500000, 1 -0.945777937500000, 0 -0.945795812500000, 1 -0.945835562500000, 0 -0.945853437500000, 1 -0.945890187500000, 0 -0.945908062500000, 1 -0.945972062500000, 0 -0.945989875000000, 1 -0.946038812500000, 0 -0.946056687500000, 1 -0.946284437500000, 0 -0.946302312500000, 1 -0.946454250000000, 0 -0.946472187500000, 1 -0.946490687500000, 0 -0.946508562500000, 1 -0.946527062500000, 0 -0.946544937500000, 1 -0.946608937500000, 0 -0.946626812500000, 1 -0.946669562500000, 0 -0.946687500000000, 1 -0.946727187500000, 0 -0.946745125000000, 1 -0.946784812500000, 0 -0.946802750000000, 1 -0.946866750000000, 0 -0.946884625000000, 1 -0.946927375000000, 0 -0.946945312500000, 1 -0.947176062500000, 0 -0.947194000000000, 1 -0.947345937500000, 0 -0.947363875000000, 1 -0.947382312500000, 0 -0.947400250000000, 1 -0.947418687500000, 0 -0.947436625000000, 1 -0.947500625000000, 0 -0.947518500000000, 1 -0.947561250000000, 0 -0.947579125000000, 1 -0.947618875000000, 0 -0.947636750000000, 1 -0.947679500000000, 0 -0.947697437500000, 1 -0.947761375000000, 0 -0.947779312500000, 1 -0.947831187500000, 0 -0.947849062500000, 1 -0.948067687500000, 0 -0.948085625000000, 1 -0.948237562500000, 0 -0.948255437500000, 1 -0.948273937500000, 0 -0.948291812500000, 1 -0.948310375000000, 0 -0.948328250000000, 1 -0.948392250000000, 0 -0.948410125000000, 1 -0.948452875000000, 0 -0.948470750000000, 1 -0.948510500000000, 0 -0.948528375000000, 1 -0.948574187500000, 0 -0.948592062500000, 1 -0.948656062500000, 0 -0.948674000000000, 1 -0.948719750000000, 0 -0.948737687500000, 1 -0.948959375000000, 0 -0.948977250000000, 1 -0.949129187500000, 0 -0.949147125000000, 1 -0.949165562500000, 0 -0.949183500000000, 1 -0.949202000000000, 0 -0.949219875000000, 1 -0.949283875000000, 0 -0.949301750000000, 1 -0.949347562500000, 0 -0.949365437500000, 1 -0.949405187500000, 0 -0.949423062500000, 1 -0.949471875000000, 0 -0.949489812500000, 1 -0.949553812500000, 0 -0.949571687500000, 1 -0.949623562500000, 0 -0.949641437500000, 1 -0.949851062500000, 0 -0.949868937500000, 1 -0.950020875000000, 0 -0.950038750000000, 1 -0.950057250000000, 0 -0.950075187500000, 1 -0.950093625000000, 0 -0.950111562500000, 1 -0.950175562500000, 0 -0.950193437500000, 1 -0.950236187500000, 0 -0.950254125000000, 1 -0.950293812500000, 0 -0.950311687500000, 1 -0.950363562500000, 0 -0.950381312500000, 1 -0.950381437500000, 0 -0.950381500000000, 1 -0.950445437500000, 0 -0.950463312500000, 1 -0.950521250000000, 0 -0.950539187500000, 1 -0.950742625000000, 0 -0.950760562500000, 1 -0.950912500000000, 0 -0.950930375000000, 1 -0.950973125000000, 0 -0.950991062500000, 1 -0.951009562500000, 0 -0.951027437500000, 1 -0.951091437500000, 0 -0.951109312500000, 1 -0.951155187500000, 0 -0.951173000000000, 1 -0.951212750000000, 0 -0.951230625000000, 1 -0.951285500000000, 0 -0.951303375000000, 1 -0.951367375000000, 0 -0.951385312500000, 1 -0.951425062500000, 0 -0.951442937500000, 1 -0.951634250000000, 0 -0.951652187500000, 1 -0.951804125000000, 0 -0.951822062500000, 1 -0.951840500000000, 0 -0.951858437500000, 1 -0.951876937500000, 0 -0.951894812500000, 1 -0.951958812500000, 0 -0.951976687500000, 1 -0.952022500000000, 0 -0.952040375000000, 1 -0.952080125000000, 0 -0.952098000000000, 1 -0.952156000000000, 0 -0.952173812500000, 1 -0.952237812500000, 0 -0.952255750000000, 1 -0.952289375000000, 0 -0.952307312500000, 1 -0.952525937500000, 0 -0.952543875000000, 1 -0.952695812500000, 0 -0.952713687500000, 1 -0.952756500000000, 0 -0.952774375000000, 1 -0.952792875000000, 0 -0.952810750000000, 1 -0.952874750000000, 0 -0.952892625000000, 1 -0.952935437500000, 0 -0.952953312500000, 1 -0.952993000000000, 0 -0.953010812500000, 1 -0.953071875000000, 0 -0.953089750000000, 1 -0.953153750000000, 0 -0.953171687500000, 1 -0.953211500000000, 0 -0.953229312500000, 1 -0.953417625000000, 0 -0.953435500000000, 1 -0.953587500000000, 0 -0.953605375000000, 1 -0.953660250000000, 0 -0.953678125000000, 1 -0.953696625000000, 0 -0.953714312500000, 1 -0.953714500000000, 0 -0.953714687500000, 1 -0.953778562500000, 0 -0.953796437500000, 1 -0.953839187500000, 0 -0.953857062500000, 1 -0.953896750000000, 0 -0.953914687500000, 1 -0.953978750000000, 0 -0.953996625000000, 1 -0.954060562500000, 0 -0.954078500000000, 1 -0.954112125000000, 0 -0.954130062500000, 1 -0.954309250000000, 0 -0.954327125000000, 1 -0.954479125000000, 0 -0.954497000000000, 1 -0.954539750000000, 0 -0.954557687500000, 1 -0.954576125000000, 0 -0.954594062500000, 1 -0.954658062500000, 0 -0.954675937500000, 1 -0.954718687500000, 0 -0.954736562500000, 1 -0.954779375000000, 0 -0.954797250000000, 1 -0.954815750000000, 0 -0.954833625000000, 1 -0.954897625000000, 0 -0.954915500000000, 1 -0.954970437500000, 0 -0.954988312500000, 1 -0.955200875000000, 0 -0.955218812500000, 1 -0.955370750000000, 0 -0.955388625000000, 1 -0.955431437500000, 0 -0.955449312500000, 1 -0.955467750000000, 0 -0.955485687500000, 1 -0.955549687500000, 0 -0.955567562500000, 1 -0.955610312500000, 0 -0.955628250000000, 1 -0.955671000000000, 0 -0.955688875000000, 1 -0.955710437500000, 0 -0.955728312500000, 1 -0.955792312500000, 0 -0.955810187500000, 1 -0.955871187500000, 0 -0.955889062500000, 1 -0.956092562500000, 0 -0.956110437500000, 1 -0.956262375000000, 0 -0.956280312500000, 1 -0.956323062500000, 0 -0.956340937500000, 1 -0.956359437500000, 0 -0.956377375000000, 1 -0.956441312500000, 0 -0.956459250000000, 1 -0.956505000000000, 0 -0.956522875000000, 1 -0.956565625000000, 0 -0.956583562500000, 1 -0.956608125000000, 0 -0.956626000000000, 1 -0.956690000000000, 0 -0.956707875000000, 1 -0.956762812500000, 0 -0.956780687500000, 1 -0.956984187500000, 0 -0.957002125000000, 1 -0.957154000000000, 0 -0.957171937500000, 1 -0.957226812500000, 0 -0.957244687500000, 1 -0.957263187500000, 0 -0.957281125000000, 1 -0.957345062500000, 0 -0.957363000000000, 1 -0.957405750000000, 0 -0.957423625000000, 1 -0.957466375000000, 0 -0.957484312500000, 1 -0.957511875000000, 0 -0.957529812500000, 1 -0.957593812500000, 0 -0.957611687500000, 1 -0.957660500000000, 0 -0.957678437500000, 1 -0.957875875000000, 0 -0.957893750000000, 1 -0.958045687500000, 0 -0.958063625000000, 1 -0.958082187500000, 0 -0.958100000000000, 1 -0.958118500000000, 0 -0.958136375000000, 1 -0.958200375000000, 0 -0.958218250000000, 1 -0.958261000000000, 0 -0.958278875000000, 1 -0.958321687500000, 0 -0.958339625000000, 1 -0.958370187500000, 0 -0.958388062500000, 1 -0.958452125000000, 0 -0.958470000000000, 1 -0.958500625000000, 0 -0.958518562500000, 1 -0.958767500000000, 0 -0.958785375000000, 1 -0.958937375000000, 0 -0.958955250000000, 1 -0.958973750000000, 0 -0.958991687500000, 1 -0.959010125000000, 0 -0.959028062500000, 1 -0.959092062500000, 0 -0.959109937500000, 1 -0.959152687500000, 0 -0.959170625000000, 1 -0.959213375000000, 0 -0.959231250000000, 1 -0.959264875000000, 0 -0.959282812500000, 1 -0.959346812500000, 0 -0.959364687500000, 1 -0.959401375000000, 0 -0.959419250000000, 1 -0.959659187500000, 0 -0.959677062500000, 1 -0.959829000000000, 0 -0.959846937500000, 1 -0.959877562500000, 0 -0.959895437500000, 1 -0.959913937500000, 0 -0.959931812500000, 1 -0.959995812500000, 0 -0.960013687500000, 1 -0.960056500000000, 0 -0.960074375000000, 1 -0.960117125000000, 0 -0.960135062500000, 1 -0.960171687500000, 0 -0.960189625000000, 1 -0.960253625000000, 0 -0.960271500000000, 1 -0.960290000000000, 0 -0.960307875000000, 1 -0.960550812500000, 0 -0.960568750000000, 1 -0.960720750000000, 0 -0.960738562500000, 1 -0.960757062500000, 0 -0.960774937500000, 1 -0.960793437500000, 0 -0.960811375000000, 1 -0.960875375000000, 0 -0.960893312500000, 1 -0.960936000000000, 0 -0.960953937500000, 1 -0.960996625000000, 0 -0.961014562500000, 1 -0.961054250000000, 0 -0.961072187500000, 1 -0.961136187500000, 0 -0.961154000000000, 1 -0.961178625000000, 0 -0.961196625000000, 1 -0.961442437500000, 0 -0.961460375000000, 1 -0.961612312500000, 0 -0.961630250000000, 1 -0.961673000000000, 0 -0.961690875000000, 1 -0.961709375000000, 0 -0.961727312500000, 1 -0.961791250000000, 0 -0.961809187500000, 1 -0.961854937500000, 0 -0.961872812500000, 1 -0.961915625000000, 0 -0.961933437500000, 1 -0.961976250000000, 0 -0.961994187500000, 1 -0.962058125000000, 0 -0.962076062500000, 1 -0.962109687500000, 0 -0.962127625000000, 1 -0.962334187500000, 0 -0.962352062500000, 1 -0.962504000000000, 0 -0.962521875000000, 1 -0.962540375000000, 0 -0.962558250000000, 1 -0.962576812500000, 0 -0.962594687500000, 1 -0.962658687500000, 0 -0.962676562500000, 1 -0.962719312500000, 0 -0.962737187500000, 1 -0.962780000000000, 0 -0.962797875000000, 1 -0.962843687500000, 0 -0.962861562500000, 1 -0.962925562500000, 0 -0.962943500000000, 1 -0.962971062500000, 0 -0.962989000000000, 1 -0.963225812500000, 0 -0.963243750000000, 1 -0.963395687500000, 0 -0.963413562500000, 1 -0.963432062500000, 0 -0.963450000000000, 1 -0.963468500000000, 0 -0.963486375000000, 1 -0.963550375000000, 0 -0.963568250000000, 1 -0.963611000000000, 0 -0.963628937500000, 1 -0.963671687500000, 0 -0.963689562500000, 1 -0.963738375000000, 0 -0.963756312500000, 1 -0.963820312500000, 0 -0.963838187500000, 1 -0.963871875000000, 0 -0.963889750000000, 1 -0.964117500000000, 0 -0.964135375000000, 1 -0.964287375000000, 0 -0.964305250000000, 1 -0.964360125000000, 0 -0.964378062500000, 1 -0.964396562500000, 0 -0.964414437500000, 1 -0.964478437500000, 0 -0.964496312500000, 1 -0.964542125000000, 0 -0.964560000000000, 1 -0.964602750000000, 0 -0.964620625000000, 1 -0.964672500000000, 0 -0.964690437500000, 1 -0.964754437500000, 0 -0.964772250000000, 1 -0.964799937500000, 0 -0.964817812500000, 1 -0.965009187500000, 0 -0.965027062500000, 1 -0.965179000000000, 0 -0.965196875000000, 1 -0.965239687500000, 0 -0.965257562500000, 1 -0.965276062500000, 0 -0.965293937500000, 1 -0.965357937500000, 0 -0.965375812500000, 1 -0.965418625000000, 0 -0.965436500000000, 1 -0.965479250000000, 0 -0.965497125000000, 1 -0.965552062500000, 0 -0.965569937500000, 1 -0.965633937500000, 0 -0.965651875000000, 1 -0.965697625000000, 0 -0.965715562500000, 1 -0.965900812500000, 0 -0.965918750000000, 1 -0.966070687500000, 0 -0.966088562500000, 1 -0.966119187500000, 0 -0.966137125000000, 1 -0.966155562500000, 0 -0.966173500000000, 1 -0.966237500000000, 0 -0.966255375000000, 1 -0.966301187500000, 0 -0.966319062500000, 1 -0.966361812500000, 0 -0.966379750000000, 1 -0.966437625000000, 0 -0.966455562500000, 1 -0.966519500000000, 0 -0.966537437500000, 1 -0.966601437500000, 0 -0.966619312500000, 1 -0.966792500000000, 0 -0.966810375000000, 1 -0.966962375000000, 0 -0.966980250000000, 1 -0.966998750000000, 0 -0.967016625000000, 1 -0.967035125000000, 0 -0.967053062500000, 1 -0.967117000000000, 0 -0.967134937500000, 1 -0.967177687500000, 0 -0.967195562500000, 1 -0.967238312500000, 0 -0.967256250000000, 1 -0.967317187500000, 0 -0.967335062500000, 1 -0.967399062500000, 0 -0.967416937500000, 1 -0.967474937500000, 0 -0.967492812500000, 1 -0.967684187500000, 0 -0.967702062500000, 1 -0.967854000000000, 0 -0.967871937500000, 1 -0.967902562500000, 0 -0.967920437500000, 1 -0.967938937500000, 0 -0.967956812500000, 1 -0.968020812500000, 0 -0.968038750000000, 1 -0.968081500000000, 0 -0.968099375000000, 1 -0.968142125000000, 0 -0.968160062500000, 1 -0.968224062500000, 0 -0.968224125000000, 1 -0.968224187500000, 0 -0.968241937500000, 1 -0.968305937500000, 0 -0.968323812500000, 1 -0.968387812500000, 0 -0.968405687500000, 1 -0.968575875000000, 0 -0.968593750000000, 1 -0.968745687500000, 0 -0.968763625000000, 1 -0.968806375000000, 0 -0.968824312500000, 1 -0.968842750000000, 0 -0.968860687500000, 1 -0.968924625000000, 0 -0.968942562500000, 1 -0.968942750000000, 0 -0.968942812500000, 1 -0.968985312500000, 0 -0.969003187500000, 1 -0.969049000000000, 0 -0.969066937500000, 1 -0.969085375000000, 0 -0.969103312500000, 1 -0.969167312500000, 0 -0.969185187500000, 1 -0.969237062500000, 0 -0.969255000000000, 1 -0.969467562500000, 0 -0.969485437500000, 1 -0.969637375000000, 0 -0.969655187500000, 1 -0.969710187500000, 0 -0.969728125000000, 1 -0.969746562500000, 0 -0.969764500000000, 1 -0.969828500000000, 0 -0.969846375000000, 1 -0.969892187500000, 0 -0.969910062500000, 1 -0.969955875000000, 0 -0.969973750000000, 1 -0.969995312500000, 0 -0.970013187500000, 1 -0.970077187500000, 0 -0.970095062500000, 1 -0.970153000000000, 0 -0.970170937500000, 1 -0.970359250000000, 0 -0.970377187500000, 1 -0.970529125000000, 0 -0.970546937500000, 1 -0.970601875000000, 0 -0.970619812500000, 1 -0.970619875000000, 0 -0.970619937500000, 1 -0.970638312500000, 0 -0.970656187500000, 1 -0.970720187500000, 0 -0.970738062500000, 1 -0.970783875000000, 0 -0.970801625000000, 1 -0.970847562500000, 0 -0.970865437500000, 1 -0.970890000000000, 0 -0.970907937500000, 1 -0.970971875000000, 0 -0.970989812500000, 1 -0.971041687500000, 0 -0.971059500000000, 1 -0.971250937500000, 0 -0.971268812500000, 1 -0.971420812500000, 0 -0.971438687500000, 1 -0.971481437500000, 0 -0.971499375000000, 1 -0.971517812500000, 0 -0.971535750000000, 1 -0.971599750000000, 0 -0.971617625000000, 1 -0.971660375000000, 0 -0.971678250000000, 1 -0.971724062500000, 0 -0.971741937500000, 1 -0.971769562500000, 0 -0.971787437500000, 1 -0.971851437500000, 0 -0.971869375000000, 1 -0.971927312500000, 0 -0.971945250000000, 1 -0.972142625000000, 0 -0.972160500000000, 1 -0.972312437500000, 0 -0.972330375000000, 1 -0.972385250000000, 0 -0.972403125000000, 1 -0.972421625000000, 0 -0.972439562500000, 1 -0.972503562500000, 0 -0.972521437500000, 1 -0.972564187500000, 0 -0.972582062500000, 1 -0.972627875000000, 0 -0.972645750000000, 1 -0.972676375000000, 0 -0.972694250000000, 1 -0.972758250000000, 0 -0.972776187500000, 1 -0.972803812500000, 0 -0.972821687500000, 1 -0.973034250000000, 0 -0.973052125000000, 1 -0.973204125000000, 0 -0.973222000000000, 1 -0.973276875000000, 0 -0.973294812500000, 1 -0.973313312500000, 0 -0.973331187500000, 1 -0.973395187500000, 0 -0.973413062500000, 1 -0.973455812500000, 0 -0.973473750000000, 1 -0.973519500000000, 0 -0.973537375000000, 1 -0.973571062500000, 0 -0.973589000000000, 1 -0.973653000000000, 0 -0.973670875000000, 1 -0.973692375000000, 0 -0.973710250000000, 1 -0.973925937500000, 0 -0.973943875000000, 1 -0.974095812500000, 0 -0.974113687500000, 1 -0.974132187500000, 0 -0.974150125000000, 1 -0.974168562500000, 0 -0.974186500000000, 1 -0.974250500000000, 0 -0.974268375000000, 1 -0.974311125000000, 0 -0.974329062500000, 1 -0.974374812500000, 0 -0.974392750000000, 1 -0.974429437500000, 0 -0.974447312500000, 1 -0.974511312500000, 0 -0.974529250000000, 1 -0.974568937500000, 0 -0.974586875000000, 1 -0.974817625000000, 0 -0.974835562500000, 1 -0.974987500000000, 0 -0.975005437500000, 1 -0.975023875000000, 0 -0.975041750000000, 1 -0.975060312500000, 0 -0.975078187500000, 1 -0.975142187500000, 0 -0.975160062500000, 1 -0.975199812500000, 0 -0.975217750000000, 1 -0.975263500000000, 0 -0.975281375000000, 1 -0.975321125000000, 0 -0.975339000000000, 1 -0.975403000000000, 0 -0.975420937500000, 1 -0.975448500000000, 0 -0.975466437500000, 1 -0.975709312500000, 0 -0.975727250000000, 1 -0.975879187500000, 0 -0.975897062500000, 1 -0.975915562500000, 0 -0.975933375000000, 1 -0.975951937500000, 0 -0.975969875000000, 1 -0.976033875000000, 0 -0.976051750000000, 1 -0.976094500000000, 0 -0.976112375000000, 1 -0.976158187500000, 0 -0.976176000000000, 1 -0.976218875000000, 0 -0.976236750000000, 1 -0.976300750000000, 0 -0.976318500000000, 1 -0.976318562500000, 0 -0.976318687500000, 1 -0.976355375000000, 0 -0.976373250000000, 1 -0.976601000000000, 0 -0.976618875000000, 1 -0.976770875000000, 0 -0.976788812500000, 1 -0.976807250000000, 0 -0.976825187500000, 1 -0.976843687500000, 0 -0.976861562500000, 1 -0.976925562500000, 0 -0.976943437500000, 1 -0.976986187500000, 0 -0.977004062500000, 1 -0.977049875000000, 0 -0.977067812500000, 1 -0.977113562500000, 0 -0.977131500000000, 1 -0.977195500000000, 0 -0.977213375000000, 1 -0.977244000000000, 0 -0.977261937500000, 1 -0.977492687500000, 0 -0.977510562500000, 1 -0.977662562500000, 0 -0.977680500000000, 1 -0.977698937500000, 0 -0.977716812500000, 1 -0.977735312500000, 0 -0.977753250000000, 1 -0.977817125000000, 0 -0.977835062500000, 1 -0.977880875000000, 0 -0.977898812500000, 1 -0.977944562500000, 0 -0.977962500000000, 1 -0.978011312500000, 0 -0.978029187500000, 1 -0.978093187500000, 0 -0.978111062500000, 1 -0.978147812500000, 0 -0.978165687500000, 1 -0.978384375000000, 0 -0.978402250000000, 1 -0.978554187500000, 0 -0.978572125000000, 1 -0.978590500000000, 0 -0.978608437500000, 1 -0.978627000000000, 0 -0.978644875000000, 1 -0.978708875000000, 0 -0.978726687500000, 1 -0.978772562500000, 0 -0.978790437500000, 1 -0.978836250000000, 0 -0.978854187500000, 1 -0.978906000000000, 0 -0.978923937500000, 1 -0.978987937500000, 0 -0.979005750000000, 1 -0.979036437500000, 0 -0.979054375000000, 1 -0.979276062500000, 0 -0.979294000000000, 1 -0.979445937500000, 0 -0.979463812500000, 1 -0.979482312500000, 0 -0.979500187500000, 1 -0.979518687500000, 0 -0.979536562500000, 1 -0.979600562500000, 0 -0.979618500000000, 1 -0.979664312500000, 0 -0.979682187500000, 1 -0.979728000000000, 0 -0.979745875000000, 1 -0.979800750000000, 0 -0.979818687500000, 1 -0.979882687500000, 0 -0.979900562500000, 1 -0.979949375000000, 0 -0.979967312500000, 1 -0.980167750000000, 0 -0.980185625000000, 1 -0.980337625000000, 0 -0.980355500000000, 1 -0.980374000000000, 0 -0.980391875000000, 1 -0.980410375000000, 0 -0.980428312500000, 1 -0.980492312500000, 0 -0.980510187500000, 1 -0.980555937500000, 0 -0.980573875000000, 1 -0.980619687500000, 0 -0.980637562500000, 1 -0.980695500000000, 0 -0.980713375000000, 1 -0.980777375000000, 0 -0.980795312500000, 1 -0.980838062500000, 0 -0.980855937500000, 1 -0.981059437500000, 0 -0.981077312500000, 1 -0.981229312500000, 0 -0.981247187500000, 1 -0.981265687500000, 0 -0.981283562500000, 1 -0.981302062500000, 0 -0.981320000000000, 1 -0.981384000000000, 0 -0.981401875000000, 1 -0.981444625000000, 0 -0.981462500000000, 1 -0.981508312500000, 0 -0.981526187500000, 1 -0.981587187500000, 0 -0.981605062500000, 1 -0.981669062500000, 0 -0.981686937500000, 1 -0.981735812500000, 0 -0.981753687500000, 1 -0.981951125000000, 0 -0.981969062500000, 1 -0.982121000000000, 0 -0.982138875000000, 1 -0.982157375000000, 0 -0.982175312500000, 1 -0.982193812500000, 0 -0.982211687500000, 1 -0.982275687500000, 0 -0.982293562500000, 1 -0.982339375000000, 0 -0.982357250000000, 1 -0.982403062500000, 0 -0.982420937500000, 1 -0.982484937500000, 0 -0.982502875000000, 1 -0.982566875000000, 0 -0.982584750000000, 1 -0.982639625000000, 0 -0.982657562500000, 1 -0.982842812500000, 0 -0.982860750000000, 1 -0.983012687500000, 0 -0.983030562500000, 1 -0.983073312500000, 0 -0.983091250000000, 1 -0.983109750000000, 0 -0.983127687500000, 1 -0.983191625000000, 0 -0.983209562500000, 1 -0.983255375000000, 0 -0.983273250000000, 1 -0.983322062500000, 0 -0.983339875000000, 1 -0.983358437500000, 0 -0.983376312500000, 1 -0.983440312500000, 0 -0.983458250000000, 1 -0.983494937500000, 0 -0.983512812500000, 1 -0.983734500000000, 0 -0.983752437500000, 1 -0.983904375000000, 0 -0.983922312500000, 1 -0.983940750000000, 0 -0.983958687500000, 1 -0.983977125000000, 0 -0.983995062500000, 1 -0.984059062500000, 0 -0.984076937500000, 1 -0.984116687500000, 0 -0.984134625000000, 1 -0.984183375000000, 0 -0.984201312500000, 1 -0.984222812500000, 0 -0.984240687500000, 1 -0.984304687500000, 0 -0.984322625000000, 1 -0.984359312500000, 0 -0.984377250000000, 1 -0.984626187500000, 0 -0.984644125000000, 1 -0.984796062500000, 0 -0.984813937500000, 1 -0.984856750000000, 0 -0.984874625000000, 1 -0.984893125000000, 0 -0.984911000000000, 1 -0.984975000000000, 0 -0.984992875000000, 1 -0.985038687500000, 0 -0.985056562500000, 1 -0.985105375000000, 0 -0.985123312500000, 1 -0.985147875000000, 0 -0.985165812500000, 1 -0.985229750000000, 0 -0.985247687500000, 1 -0.985272125000000, 0 -0.985290125000000, 1 -0.985517875000000, 0 -0.985535812500000, 1 -0.985687750000000, 0 -0.985705687500000, 1 -0.985748437500000, 0 -0.985766312500000, 1 -0.985784812500000, 0 -0.985802687500000, 1 -0.985866687500000, 0 -0.985884562500000, 1 -0.985930375000000, 0 -0.985948312500000, 1 -0.985997125000000, 0 -0.986015000000000, 1 -0.986042562500000, 0 -0.986060500000000, 1 -0.986124437500000, 0 -0.986142375000000, 1 -0.986160875000000, 0 -0.986178750000000, 1 -0.986409562500000, 0 -0.986427500000000, 1 -0.986579437500000, 0 -0.986597375000000, 1 -0.986640062500000, 0 -0.986657937500000, 1 -0.986676500000000, 0 -0.986694375000000, 1 -0.986758375000000, 0 -0.986776250000000, 1 -0.986819000000000, 0 -0.986836937500000, 1 -0.986885750000000, 0 -0.986903625000000, 1 -0.986934250000000, 0 -0.986952187500000, 1 -0.987016187500000, 0 -0.987034000000000, 1 -0.987082875000000, 0 -0.987100812500000, 1 -0.987301187500000, 0 -0.987319125000000, 1 -0.987471125000000, 0 -0.987489000000000, 1 -0.987531750000000, 0 -0.987549687500000, 1 -0.987568125000000, 0 -0.987586000000000, 1 -0.987650062500000, 0 -0.987667937500000, 1 -0.987713750000000, 0 -0.987731625000000, 1 -0.987780437500000, 0 -0.987798375000000, 1 -0.987832000000000, 0 -0.987849937500000, 1 -0.987913937500000, 0 -0.987931812500000, 1 -0.987986750000000, 0 -0.988004625000000, 1 -0.988192937500000, 0 -0.988210875000000, 1 -0.988362812500000, 0 -0.988380687500000, 1 -0.988435625000000, 0 -0.988453500000000, 1 -0.988472000000000, 0 -0.988489875000000, 1 -0.988553875000000, 0 -0.988571750000000, 1 -0.988614500000000, 0 -0.988632437500000, 1 -0.988681250000000, 0 -0.988699125000000, 1 -0.988735812500000, 0 -0.988753750000000, 1 -0.988817750000000, 0 -0.988835625000000, 1 -0.988896625000000, 0 -0.988914500000000, 1 -0.989084625000000, 0 -0.989102500000000, 1 -0.989254500000000, 0 -0.989272375000000, 1 -0.989315125000000, 0 -0.989333062500000, 1 -0.989351562500000, 0 -0.989369437500000, 1 -0.989433437500000, 0 -0.989451312500000, 1 -0.989497125000000, 0 -0.989515000000000, 1 -0.989563812500000, 0 -0.989581687500000, 1 -0.989621437500000, 0 -0.989639312500000, 1 -0.989703312500000, 0 -0.989721250000000, 1 -0.989764000000000, 0 -0.989781875000000, 1 -0.989976312500000, 0 -0.989994187500000, 1 -0.990146187500000, 0 -0.990164062500000, 1 -0.990194687500000, 0 -0.990212562500000, 1 -0.990231062500000, 0 -0.990249000000000, 1 -0.990313000000000, 0 -0.990330875000000, 1 -0.990373625000000, 0 -0.990391562500000, 1 -0.990440375000000, 0 -0.990458250000000, 1 -0.990501000000000, 0 -0.990518937500000, 1 -0.990582937500000, 0 -0.990600812500000, 1 -0.990664812500000, 0 -0.990682687500000, 1 -0.990868000000000, 0 -0.990885875000000, 1 -0.991037875000000, 0 -0.991055750000000, 1 -0.991074250000000, 0 -0.991092187500000, 1 -0.991110687500000, 0 -0.991128562500000, 1 -0.991192562500000, 0 -0.991210437500000, 1 -0.991253187500000, 0 -0.991271125000000, 1 -0.991319937500000, 0 -0.991337812500000, 1 -0.991383562500000, 0 -0.991401500000000, 1 -0.991465500000000, 0 -0.991483375000000, 1 -0.991541312500000, 0 -0.991559250000000, 1 -0.991759687500000, 0 -0.991777562500000, 1 -0.991929562500000, 0 -0.991947437500000, 1 -0.992002312500000, 0 -0.992020187500000, 1 -0.992038750000000, 0 -0.992056625000000, 1 -0.992120625000000, 0 -0.992138500000000, 1 -0.992181250000000, 0 -0.992199125000000, 1 -0.992248000000000, 0 -0.992265875000000, 1 -0.992314687500000, 0 -0.992332625000000, 1 -0.992396625000000, 0 -0.992414500000000, 1 -0.992466375000000, 0 -0.992484250000000, 1 -0.992651375000000, 0 -0.992669250000000, 1 -0.992821187500000, 0 -0.992839125000000, 1 -0.992869750000000, 0 -0.992887625000000, 1 -0.992906187500000, 0 -0.992924062500000, 1 -0.992988062500000, 0 -0.993005937500000, 1 -0.993048687500000, 0 -0.993066562500000, 1 -0.993115437500000, 0 -0.993133312500000, 1 -0.993185187500000, 0 -0.993203062500000, 1 -0.993267062500000, 0 -0.993284937500000, 1 -0.993330812500000, 0 -0.993348687500000, 1 -0.993543062500000, 0 -0.993561000000000, 1 -0.993712937500000, 0 -0.993730812500000, 1 -0.993749375000000, 0 -0.993767250000000, 1 -0.993785750000000, 0 -0.993803625000000, 1 -0.993867625000000, 0 -0.993885500000000, 1 -0.993928312500000, 0 -0.993946125000000, 1 -0.993995000000000, 0 -0.994012875000000, 1 -0.994067750000000, 0 -0.994085687500000, 1 -0.994149687500000, 0 -0.994167562500000, 1 -0.994207312500000, 0 -0.994225187500000, 1 -0.994434750000000, 0 -0.994452750000000, 1 -0.994604625000000, 0 -0.994622500000000, 1 -0.994665187500000, 0 -0.994683187500000, 1 -0.994701687500000, 0 -0.994719562500000, 1 -0.994783562500000, 0 -0.994801437500000, 1 -0.994847250000000, 0 -0.994865187500000, 1 -0.994913937500000, 0 -0.994931875000000, 1 -0.994989750000000, 0 -0.995007562500000, 1 -0.995071687500000, 0 -0.995089562500000, 1 -0.995111125000000, 0 -0.995129000000000, 1 -0.995326375000000, 0 -0.995344312500000, 1 -0.995496250000000, 0 -0.995514250000000, 1 -0.995544750000000, 0 -0.995562687500000, 1 -0.995581187500000, 0 -0.995599062500000, 1 -0.995663062500000, 0 -0.995680937500000, 1 -0.995723687500000, 0 -0.995741625000000, 1 -0.995790437500000, 0 -0.995808312500000, 1 -0.995869312500000, 0 -0.995887187500000, 1 -0.995951187500000, 0 -0.995969125000000, 1 -0.995996687500000, 0 -0.996014562500000, 1 -0.996218062500000, 0 -0.996235937500000, 1 -0.996387937500000, 0 -0.996405812500000, 1 -0.996424312500000, 0 -0.996442187500000, 1 -0.996460687500000, 0 -0.996478625000000, 1 -0.996542562500000, 0 -0.996560500000000, 1 -0.996606250000000, 0 -0.996624125000000, 1 -0.996673000000000, 0 -0.996690875000000, 1 -0.996754875000000, 0 -0.996772750000000, 1 -0.996836750000000, 0 -0.996854687500000, 1 -0.996888312500000, 0 -0.996906250000000, 1 -0.997109687500000, 0 -0.997127625000000, 1 -0.997279562500000, 0 -0.997297437500000, 1 -0.997328125000000, 0 -0.997346000000000, 1 -0.997364500000000, 0 -0.997382375000000, 1 -0.997446375000000, 0 -0.997464250000000, 1 -0.997507000000000, 0 -0.997524937500000, 1 -0.997576750000000, 0 -0.997594687500000, 1 -0.997613125000000, 0 -0.997631062500000, 1 -0.997695062500000, 0 -0.997712937500000, 1 -0.997746625000000, 0 -0.997764500000000, 1 -0.998001375000000, 0 -0.998019312500000, 1 -0.998171250000000, 0 -0.998189125000000, 1 -0.998207625000000, 0 -0.998225562500000, 1 -0.998244000000000, 0 -0.998261937500000, 1 -0.998325937500000, 0 -0.998343812500000, 1 -0.998386562500000, 0 -0.998404437500000, 1 -0.998456312500000, 0 -0.998474250000000, 1 -0.998495750000000, 0 -0.998513625000000, 1 -0.998577625000000, 0 -0.998595562500000, 1 -0.998635312500000, 0 -0.998653187500000, 1 -0.998893062500000, 0 -0.998911000000000, 1 -0.999062937500000, 0 -0.999080812500000, 1 -0.999111437500000, 0 -0.999129375000000, 1 -0.999147875000000, 0 -0.999165750000000, 1 -0.999229750000000, 0 -0.999247687500000, 1 -0.999293437500000, 0 -0.999311312500000, 1 -0.999363187500000, 0 -0.999381062500000, 1 -0.999405687500000, 0 -0.999423562500000, 1 -0.999487562500000, 0 -0.999505437500000, 1 -0.999539125000000, 0 -0.999557000000000, 1 -0.999784750000000, 0 -0.999802625000000, 1 -0.999954625000000, 0 -0.999972562500000, 1 -0.999991000000000, 0 -1.000008875000000, 1 -1.000027375000000, 0 -1.000045312500000, 1 -1.000109312500000, 0 -1.000127187500000, 1 -1.000169937500000, 0 -1.000187812500000, 1 -1.000239687500000, 0 -1.000257562500000, 1 -1.000285187500000, 0 -1.000303062500000, 1 -1.000367062500000, 0 -1.000384937500000, 1 -1.000412562500000, 0 -1.000430437500000, 1 -1.000676375000000, 0 -1.000694250000000, 1 -1.000846312500000, 0 -1.000864187500000, 1 -1.000906875000000, 0 -1.000924812500000, 1 -1.000943312500000, 0 -1.000961187500000, 1 -1.001025187500000, 0 -1.001043062500000, 1 -1.001088875000000, 0 -1.001106812500000, 1 -1.001158625000000, 0 -1.001176562500000, 1 -1.001207187500000, 0 -1.001225062500000, 1 -1.001289062500000, 0 -1.001307000000000, 1 -1.001352750000000, 0 -1.001370687500000, 1 -1.001568125000000, 0 -1.001586000000000, 1 -1.001737937500000, 0 -1.001755875000000, 1 -1.001810750000000, 0 -1.001828687500000, 1 -1.001847125000000, 0 -1.001865062500000, 1 -1.001929062500000, 0 -1.001946937500000, 1 -1.001989812500000, 0 -1.002007562500000, 1 -1.002059437500000, 0 -1.002077312500000, 1 -1.002111000000000, 0 -1.002128875000000, 1 -1.002192875000000, 0 -1.002210750000000, 1 -1.002274750000000, 0 -1.002292687500000, 1 -1.002459750000000, 0 -1.002477687500000, 1 -1.002629625000000, 0 -1.002647562500000, 1 -1.002702437500000, 0 -1.002720250000000, 1 -1.002738812500000, 0 -1.002756687500000, 1 -1.002820687500000, 0 -1.002838562500000, 1 -1.002884375000000, 0 -1.002902250000000, 1 -1.002954125000000, 0 -1.002972000000000, 1 -1.003008687500000, 0 -1.003026625000000, 1 -1.003090625000000, 0 -1.003108500000000, 1 -1.003166312500000, 0 -1.003184250000000, 1 -1.003351437500000, 0 -1.003369312500000, 1 -1.003521250000000, 0 -1.003539250000000, 1 -1.003581937500000, 0 -1.003599687500000, 1 -1.003599750000000, 0 -1.003599937500000, 1 -1.003618312500000, 0 -1.003636187500000, 1 -1.003700250000000, 0 -1.003718000000000, 1 -1.003757812500000, 0 -1.003775750000000, 1 -1.003827562500000, 0 -1.003845500000000, 1 -1.003885187500000, 0 -1.003903125000000, 1 -1.003967125000000, 0 -1.003985000000000, 1 -1.004042937500000, 0 -1.004060812500000, 1 -1.004243125000000, 0 -1.004261000000000, 1 -1.004412937500000, 0 -1.004430812500000, 1 -1.004485687500000, 0 -1.004503625000000, 1 -1.004522125000000, 0 -1.004540000000000, 1 -1.004604000000000, 0 -1.004621875000000, 1 -1.004664625000000, 0 -1.004682562500000, 1 -1.004734375000000, 0 -1.004752312500000, 1 -1.004795062500000, 0 -1.004812937500000, 1 -1.004876937500000, 0 -1.004894875000000, 1 -1.004937625000000, 0 -1.004955500000000, 1 -1.005134750000000, 0 -1.005152625000000, 1 -1.005304562500000, 0 -1.005322437500000, 1 -1.005377375000000, 0 -1.005395250000000, 1 -1.005413750000000, 0 -1.005431625000000, 1 -1.005495625000000, 0 -1.005513500000000, 1 -1.005556250000000, 0 -1.005574187500000, 1 -1.005626000000000, 0 -1.005643937500000, 1 -1.005689750000000, 0 -1.005707625000000, 1 -1.005771625000000, 0 -1.005789500000000, 1 -1.005838312500000, 0 -1.005856250000000, 1 -1.006026375000000, 0 -1.006044250000000, 1 -1.006196187500000, 0 -1.006214125000000, 1 -1.006232562500000, 0 -1.006250500000000, 1 -1.006269000000000, 0 -1.006286875000000, 1 -1.006350875000000, 0 -1.006368750000000, 1 -1.006411500000000, 0 -1.006429437500000, 1 -1.006481250000000, 0 -1.006499187500000, 1 -1.006548000000000, 0 -1.006565937500000, 1 -1.006629875000000, 0 -1.006647812500000, 1 -1.006702687500000, 0 -1.006720562500000, 1 -1.006918062500000, 0 -1.006935937500000, 1 -1.007087875000000, 0 -1.007105812500000, 1 -1.007124250000000, 0 -1.007142187500000, 1 -1.007160687500000, 0 -1.007178562500000, 1 -1.007242562500000, 0 -1.007260500000000, 1 -1.007303250000000, 0 -1.007321125000000, 1 -1.007372937500000, 0 -1.007390875000000, 1 -1.007442750000000, 0 -1.007460625000000, 1 -1.007524625000000, 0 -1.007542500000000, 1 -1.007603500000000, 0 -1.007621375000000, 1 -1.007809687500000, 0 -1.007827562500000, 1 -1.007979562500000, 0 -1.007997437500000, 1 -1.008015937500000, 0 -1.008033812500000, 1 -1.008052312500000, 0 -1.008070250000000, 1 -1.008134250000000, 0 -1.008152125000000, 1 -1.008197875000000, 0 -1.008215812500000, 1 -1.008267625000000, 0 -1.008285562500000, 1 -1.008340437500000, 0 -1.008358312500000, 1 -1.008422312500000, 0 -1.008440250000000, 1 -1.008470875000000, 0 -1.008488750000000, 1 -1.008701375000000, 0 -1.008719250000000, 1 -1.008871187500000, 0 -1.008889125000000, 1 -1.008907625000000, 0 -1.008925500000000, 1 -1.008944000000000, 0 -1.008961875000000, 1 -1.009025875000000, 0 -1.009043750000000, 1 -1.009086500000000, 0 -1.009104500000000, 1 -1.009156312500000, 0 -1.009174187500000, 1 -1.009232125000000, 0 -1.009250000000000, 1 -1.009314000000000, 0 -1.009331875000000, 1 -1.009356500000000, 0 -1.009374375000000, 1 -1.009593062500000, 0 -1.009610937500000, 1 -1.009762875000000, 0 -1.009780812500000, 1 -1.009799312500000, 0 -1.009817187500000, 1 -1.009835687500000, 0 -1.009853562500000, 1 -1.009917562500000, 0 -1.009935437500000, 1 -1.009981250000000, 0 -1.009999187500000, 1 -1.010051000000000, 0 -1.010068875000000, 1 -1.010129875000000, 0 -1.010147750000000, 1 -1.010211750000000, 0 -1.010229687500000, 1 -1.010248125000000, 0 -1.010266062500000, 1 -1.010484687500000, 0 -1.010502625000000, 1 -1.010654562500000, 0 -1.010672500000000, 1 -1.010690937500000, 0 -1.010708875000000, 1 -1.010727312500000, 0 -1.010745250000000, 1 -1.010809187500000, 0 -1.010827125000000, 1 -1.010869875000000, 0 -1.010887812500000, 1 -1.010939625000000, 0 -1.010957562500000, 1 -1.011021500000000, 0 -1.011039437500000, 1 -1.011103437500000, 0 -1.011121375000000, 1 -1.011158062500000, 0 -1.011175875000000, 1 -1.011376375000000, 0 -1.011394250000000, 1 -1.011546250000000, 0 -1.011564125000000, 1 -1.011582625000000, 0 -1.011600500000000, 1 -1.011618875000000, 0 -1.011636750000000, 1 -1.011636875000000, 0 -1.011637000000000, 1 -1.011700875000000, 0 -1.011718750000000, 1 -1.011764562500000, 0 -1.011782500000000, 1 -1.011837312500000, 0 -1.011855250000000, 1 -1.011873750000000, 0 -1.011891625000000, 1 -1.011955687500000, 0 -1.011973562500000, 1 -1.012019375000000, 0 -1.012037312500000, 1 -1.012268062500000, 0 -1.012285937500000, 1 -1.012437937500000, 0 -1.012455812500000, 1 -1.012474312500000, 0 -1.012492125000000, 1 -1.012510687500000, 0 -1.012528625000000, 1 -1.012592625000000, 0 -1.012610500000000, 1 -1.012656375000000, 0 -1.012674187500000, 1 -1.012729062500000, 0 -1.012746937500000, 1 -1.012768437500000, 0 -1.012786375000000, 1 -1.012850375000000, 0 -1.012868250000000, 1 -1.012920125000000, 0 -1.012938000000000, 1 -1.013159687500000, 0 -1.013177625000000, 1 -1.013329562500000, 0 -1.013347437500000, 1 -1.013365937500000, 0 -1.013383812500000, 1 -1.013402312500000, 0 -1.013420250000000, 1 -1.013484250000000, 0 -1.013502125000000, 1 -1.013544875000000, 0 -1.013562812500000, 1 -1.013617687500000, 0 -1.013635562500000, 1 -1.013660125000000, 0 -1.013678000000000, 1 -1.013742000000000, 0 -1.013759937500000, 1 -1.013805687500000, 0 -1.013823625000000, 1 -1.014051375000000, 0 -1.014069250000000, 1 -1.014221187500000, 0 -1.014239125000000, 1 -1.014257625000000, 0 -1.014275500000000, 1 -1.014294000000000, 0 -1.014311875000000, 1 -1.014375875000000, 0 -1.014393812500000, 1 -1.014436562500000, 0 -1.014454437500000, 1 -1.014509312500000, 0 -1.014527187500000, 1 -1.014554812500000, 0 -1.014572750000000, 1 -1.014636750000000, 0 -1.014654625000000, 1 -1.014706500000000, 0 -1.014724375000000, 1 -1.014943062500000, 0 -1.014960937500000, 1 -1.015112937500000, 0 -1.015130812500000, 1 -1.015173562500000, 0 -1.015191437500000, 1 -1.015209937500000, 0 -1.015227875000000, 1 -1.015291875000000, 0 -1.015309750000000, 1 -1.015352500000000, 0 -1.015370375000000, 1 -1.015425250000000, 0 -1.015443187500000, 1 -1.015473812500000, 0 -1.015491687500000, 1 -1.015555687500000, 0 -1.015573562500000, 1 -1.015607250000000, 0 -1.015625125000000, 1 -1.015834687500000, 0 -1.015852625000000, 1 -1.016004562500000, 0 -1.016022437500000, 1 -1.016040937500000, 0 -1.016058875000000, 1 -1.016077312500000, 0 -1.016095250000000, 1 -1.016159250000000, 0 -1.016177125000000, 1 -1.016219875000000, 0 -1.016237812500000, 1 -1.016292687500000, 0 -1.016310562500000, 1 -1.016344187500000, 0 -1.016362125000000, 1 -1.016426125000000, 0 -1.016444000000000, 1 -1.016483750000000, 0 -1.016501625000000, 1 -1.016726375000000, 0 -1.016744250000000, 1 -1.016896250000000, 0 -1.016914062500000, 1 -1.016969000000000, 0 -1.016986875000000, 1 -1.017005375000000, 0 -1.017023062500000, 1 -1.017023125000000, 0 -1.017023312500000, 1 -1.017087250000000, 0 -1.017105187500000, 1 -1.017147937500000, 0 -1.017165812500000, 1 -1.017165875000000, 0 -1.017165937500000, 1 -1.017220687500000, 0 -1.017238625000000, 1 -1.017275312500000, 0 -1.017293187500000, 1 -1.017357187500000, 0 -1.017375125000000, 1 -1.017396625000000, 0 -1.017414562500000, 1 -1.017618000000000, 0 -1.017635937500000, 1 -1.017787875000000, 0 -1.017805812500000, 1 -1.017848562500000, 0 -1.017866437500000, 1 -1.017884937500000, 0 -1.017902812500000, 1 -1.017966812500000, 0 -1.017984687500000, 1 -1.018027500000000, 0 -1.018045375000000, 1 -1.018100250000000, 0 -1.018118125000000, 1 -1.018157875000000, 0 -1.018175812500000, 1 -1.018239750000000, 0 -1.018257687500000, 1 -1.018285250000000, 0 -1.018303125000000, 1 -1.018509625000000, 0 -1.018527562500000, 1 -1.018679500000000, 0 -1.018697437500000, 1 -1.018752312500000, 0 -1.018770187500000, 1 -1.018788687500000, 0 -1.018806625000000, 1 -1.018870625000000, 0 -1.018888500000000, 1 -1.018931250000000, 0 -1.018949125000000, 1 -1.019004000000000, 0 -1.019021937500000, 1 -1.019064687500000, 0 -1.019082562500000, 1 -1.019146562500000, 0 -1.019164500000000, 1 -1.019182937500000, 0 -1.019200875000000, 1 -1.019401375000000, 0 -1.019419250000000, 1 -1.019571187500000, 0 -1.019589062500000, 1 -1.019644000000000, 0 -1.019661875000000, 1 -1.019680312500000, 0 -1.019698250000000, 1 -1.019762250000000, 0 -1.019780125000000, 1 -1.019822875000000, 0 -1.019840812500000, 1 -1.019895750000000, 0 diff --git a/SENT-box/SENT-recordings/ford-sent-closed.logicdata b/SENT-box/SENT-recordings/ford-sent-closed.logicdata deleted file mode 100644 index 6823a50614e69156fdeb8de080efc0d0270aff7e..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 127829 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 diff --git a/SENT-box/SENT-recordings/ford-sent-idle.csv b/SENT-box/SENT-recordings/ford-sent-idle.csv deleted file mode 100644 index f22a3e68..00000000 --- a/SENT-box/SENT-recordings/ford-sent-idle.csv +++ /dev/null @@ -1,18542 +0,0 @@ -Time[s], Channel 0 -0.000000000000000, 1 -0.000054375000000, 0 -0.000072250000000, 1 -0.000090750000000, 0 -0.000108625000000, 1 -0.000133208333333, 0 -0.000151125000000, 1 -0.000178708333333, 0 -0.000196625000000, 1 -0.000230250000000, 0 -0.000248125000000, 1 -0.000290916666667, 0 -0.000308791666667, 1 -0.000366708333333, 0 -0.000384625000000, 1 -0.000442541666667, 0 -0.000460458333333, 1 -0.000506250000000, 0 -0.000524125000000, 1 -0.000776166666667, 0 -0.000794041666667, 1 -0.000946000000000, 0 -0.000963875000000, 1 -0.000982416666667, 0 -0.001000333333333, 1 -0.001024875000000, 0 -0.001042791666667, 1 -0.001070375000000, 0 -0.001088291666667, 1 -0.001121916666667, 0 -0.001139791666667, 1 -0.001182541666667, 0 -0.001200458333333, 1 -0.001261416666667, 0 -0.001279333333333, 1 -0.001337250000000, 0 -0.001355125000000, 1 -0.001419250000000, 0 -0.001437041666667, 1 -0.001667833333333, 0 -0.001685708333333, 1 -0.001837666666667, 0 -0.001855541666667, 1 -0.001874041666667, 0 -0.001891958333333, 1 -0.001916500000000, 0 -0.001934375000000, 1 -0.001962000000000, 0 -0.001979916666667, 1 -0.002016583333333, 0 -0.002034500000000, 1 -0.002077250000000, 0 -0.002095125000000, 1 -0.002159125000000, 0 -0.002177000000000, 1 -0.002234916666667, 0 -0.002252833333333, 1 -0.002274375000000, 0 -0.002292250000000, 1 -0.002559416666667, 0 -0.002577333333333, 1 -0.002729250000000, 0 -0.002747208333333, 1 -0.002765666666667, 0 -0.002783583333333, 1 -0.002808166666667, 0 -0.002826041666667, 1 -0.002853625000000, 0 -0.002871541666667, 1 -0.002905208333333, 0 -0.002923041666667, 1 -0.002968875000000, 0 -0.002986750000000, 1 -0.003005250000000, 0 -0.003023166666667, 1 -0.003081000000000, 0 -0.003098958333333, 1 -0.003144750000000, 0 -0.003162666666667, 1 -0.003451125000000, 0 -0.003468958333333, 1 -0.003620958333333, 0 -0.003638833333333, 1 -0.003657333333333, 0 -0.003675208333333, 1 -0.003699791666667, 0 -0.003717666666667, 1 -0.003745291666667, 0 -0.003763166666667, 1 -0.003796833333333, 0 -0.003814708333333, 1 -0.003860500000000, 0 -0.003878458333333, 1 -0.003899958333333, 0 -0.003917750000000, 1 -0.003975791666667, 0 -0.003993666666667, 1 -0.004045500000000, 0 -0.004063458333333, 1 -0.004342750000000, 0 -0.004360625000000, 1 -0.004512583333333, 0 -0.004530500000000, 1 -0.004549000000000, 0 -0.004566875000000, 1 -0.004591458333333, 0 -0.004609375000000, 1 -0.004636958333333, 0 -0.004654833333333, 1 -0.004691541666667, 0 -0.004709416666667, 1 -0.004755208333333, 0 -0.004773125000000, 1 -0.004797666666667, 0 -0.004815541666667, 1 -0.004873500000000, 0 -0.004891375000000, 1 -0.004912916666667, 0 -0.004930833333333, 1 -0.005234375000000, 0 -0.005252291666667, 1 -0.005404250000000, 0 -0.005422125000000, 1 -0.005440625000000, 0 -0.005458541666667, 1 -0.005483125000000, 0 -0.005501000000000, 1 -0.005528625000000, 0 -0.005546500000000, 1 -0.005583208333333, 0 -0.005601083333333, 1 -0.005646875000000, 0 -0.005664750000000, 1 -0.005692375000000, 0 -0.005710250000000, 1 -0.005768166666667, 0 -0.005786041666667, 1 -0.005813666666667, 0 -0.005831583333333, 1 -0.006126083333333, 0 -0.006143958333333, 1 -0.006295916666667, 0 -0.006313833333333, 1 -0.006356583333333, 0 -0.006374458333333, 1 -0.006399041666667, 0 -0.006416916666667, 1 -0.006444541666667, 0 -0.006462416666667, 1 -0.006499125000000, 0 -0.006517000000000, 1 -0.006562791666667, 0 -0.006580708333333, 1 -0.006611333333333, 0 -0.006629208333333, 1 -0.006687166666667, 0 -0.006705041666667, 1 -0.006763000000000, 0 -0.006780875000000, 1 -0.007017708333333, 0 -0.007035625000000, 1 -0.007187583333333, 0 -0.007205458333333, 1 -0.007223958333333, 0 -0.007241833333333, 1 -0.007266416666667, 0 -0.007284291666667, 1 -0.007311916666667, 0 -0.007329791666667, 1 -0.007369541666667, 0 -0.007387416666667, 1 -0.007433208333333, 0 -0.007451083333333, 1 -0.007484750000000, 0 -0.007502666666667, 1 -0.007560583333333, 0 -0.007578458333333, 1 -0.007630333333333, 0 -0.007648250000000, 1 -0.007909375000000, 0 -0.007927250000000, 1 -0.008079208333333, 0 -0.008097125000000, 1 -0.008152000000000, 0 -0.008169875000000, 1 -0.008194458333333, 0 -0.008212375000000, 1 -0.008239916666667, 0 -0.008257833333333, 1 -0.008294541666667, 0 -0.008312416666667, 1 -0.008358208333333, 0 -0.008376125000000, 1 -0.008412791666667, 0 -0.008430708333333, 1 -0.008488625000000, 0 -0.008506541666667, 1 -0.008552333333333, 0 -0.008570250000000, 1 -0.008801041666667, 0 -0.008818916666667, 1 -0.008970875000000, 0 -0.008988750000000, 1 -0.009031541666667, 0 -0.009049375000000, 1 -0.009074000000000, 0 -0.009091875000000, 1 -0.009119458333333, 0 -0.009137333333333, 1 -0.009174083333333, 0 -0.009191958333333, 1 -0.009237750000000, 0 -0.009255541666667, 1 -0.009295375000000, 0 -0.009313250000000, 1 -0.009371208333333, 0 -0.009389083333333, 1 -0.009440958333333, 0 -0.009458875000000, 1 -0.009692666666667, 0 -0.009710541666667, 1 -0.009862500000000, 0 -0.009880416666667, 1 -0.009935333333333, 0 -0.009953208333333, 1 -0.009977791666667, 0 -0.009995666666667, 1 -0.010023250000000, 0 -0.010041125000000, 1 -0.010077833333333, 0 -0.010095750000000, 1 -0.010141500000000, 0 -0.010159375000000, 1 -0.010202166666667, 0 -0.010220083333333, 1 -0.010278000000000, 0 -0.010295875000000, 1 -0.010338666666667, 0 -0.010356541666667, 1 -0.010584291666667, 0 -0.010602208333333, 1 -0.010754125000000, 0 -0.010772041666667, 1 -0.010826916666667, 0 -0.010844875000000, 1 -0.010869416666667, 0 -0.010887333333333, 1 -0.010914875000000, 0 -0.010932791666667, 1 -0.010969458333333, 0 -0.010987333333333, 1 -0.011033125000000, 0 -0.011051041666667, 1 -0.011096833333333, 0 -0.011114708333333, 1 -0.011172666666667, 0 -0.011190500000000, 1 -0.011239416666667, 0 -0.011257291666667, 1 -0.011475916666667, 0 -0.011493791666667, 1 -0.011645833333333, 0 -0.011663708333333, 1 -0.011718583333333, 0 -0.011736541666667, 1 -0.011761041666667, 0 -0.011778916666667, 1 -0.011806541666667, 0 -0.011824416666667, 1 -0.011861083333333, 0 -0.011861166666667, 1 -0.011861250000000, 0 -0.011878958333333, 1 -0.011924791666667, 0 -0.011942666666667, 1 -0.011991500000000, 0 -0.012009416666667, 1 -0.012067375000000, 0 -0.012085250000000, 1 -0.012140166666667, 0 -0.012158041666667, 1 -0.012367625000000, 0 -0.012385458333333, 1 -0.012537458333333, 0 -0.012555333333333, 1 -0.012598125000000, 0 -0.012616000000000, 1 -0.012640583333333, 0 -0.012658416666667, 1 -0.012686041666667, 0 -0.012703958333333, 1 -0.012737583333333, 0 -0.012755375000000, 1 -0.012755458333333, 0 -0.012755500000000, 1 -0.012801291666667, 0 -0.012819166666667, 1 -0.012871041666667, 0 -0.012888750000000, 1 -0.012888791666667, 0 -0.012888875000000, 1 -0.012888916666667, 0 -0.012888958333333, 1 -0.012946833333333, 0 -0.012964750000000, 1 -0.012989333333333, 0 -0.013007208333333, 1 -0.013259250000000, 0 -0.013277125000000, 1 -0.013429083333333, 0 -0.013446958333333, 1 -0.013477625000000, 0 -0.013495500000000, 1 -0.013520083333333, 0 -0.013537958333333, 1 -0.013565541666667, 0 -0.013583458333333, 1 -0.013617125000000, 0 -0.013635000000000, 1 -0.013680791666667, 0 -0.013698666666667, 1 -0.013753541666667, 0 -0.013771458333333, 1 -0.013829375000000, 0 -0.013847291666667, 1 -0.013902166666667, 0 -0.013920083333333, 1 -0.014150875000000, 0 -0.014168750000000, 1 -0.014320708333333, 0 -0.014338625000000, 1 -0.014357083333333, 0 -0.014375000000000, 1 -0.014399583333333, 0 -0.014417458333333, 1 -0.014445041666667, 0 -0.014462958333333, 1 -0.014499625000000, 0 -0.014517541666667, 1 -0.014563333333333, 0 -0.014581208333333, 1 -0.014639125000000, 0 -0.014657041666667, 1 -0.014714958333333, 0 -0.014732875000000, 1 -0.014757416666667, 0 -0.014775333333333, 1 -0.015042500000000, 0 -0.015060375000000, 1 -0.015212333333333, 0 -0.015230250000000, 1 -0.015273000000000, 0 -0.015290916666667, 1 -0.015315458333333, 0 -0.015333333333333, 1 -0.015360958333333, 0 -0.015378833333333, 1 -0.015415541666667, 0 -0.015433416666667, 1 -0.015479208333333, 0 -0.015497083333333, 1 -0.015558041666667, 0 -0.015575916666667, 1 -0.015633875000000, 0 -0.015651750000000, 1 -0.015682416666667, 0 -0.015700291666667, 1 -0.015934125000000, 0 -0.015952000000000, 1 -0.016103958333333, 0 -0.016121833333333, 1 -0.016152500000000, 0 -0.016170375000000, 1 -0.016194958333333, 0 -0.016212833333333, 1 -0.016240458333333, 0 -0.016258333333333, 1 -0.016295041666667, 0 -0.016312916666667, 1 -0.016358708333333, 0 -0.016376583333333, 1 -0.016440583333333, 0 -0.016458500000000, 1 -0.016516416666667, 0 -0.016534333333333, 1 -0.016571000000000, 0 -0.016588916666667, 1 -0.016825750000000, 0 -0.016843666666667, 1 -0.016995625000000, 0 -0.017013500000000, 1 -0.017031958333333, 0 -0.017049791666667, 1 -0.017049958333333, 0 -0.017050000000000, 1 -0.017074458333333, 0 -0.017092333333333, 1 -0.017119958333333, 0 -0.017137833333333, 1 -0.017171500000000, 0 -0.017189375000000, 1 -0.017238166666667, 0 -0.017256083333333, 1 -0.017274625000000, 0 -0.017292500000000, 1 -0.017350416666667, 0 -0.017368291666667, 1 -0.017386791666667, 0 -0.017404708333333, 1 -0.017717375000000, 0 -0.017735291666667, 1 -0.017887208333333, 0 -0.017905125000000, 1 -0.017960000000000, 0 -0.017977916666667, 1 -0.018002458333333, 0 -0.018020375000000, 1 -0.018047958333333, 0 -0.018065833333333, 1 -0.018102541666667, 0 -0.018120416666667, 1 -0.018169291666667, 0 -0.018187166666667, 1 -0.018208666666667, 0 -0.018226583333333, 1 -0.018284500000000, 0 -0.018302250000000, 1 -0.018302333333333, 0 -0.018302416666667, 1 -0.018363375000000, 0 -0.018381250000000, 1 -0.018609000000000, 0 -0.018626916666667, 1 -0.018778958333333, 0 -0.018796750000000, 1 -0.018815250000000, 0 -0.018833125000000, 1 -0.018857708333333, 0 -0.018875583333333, 1 -0.018903208333333, 0 -0.018921125000000, 1 -0.018957791666667, 0 -0.018975666666667, 1 -0.018975833333333, 0 -0.018975875000000, 1 -0.019024500000000, 0 -0.019042375000000, 1 -0.019066958333333, 0 -0.019084875000000, 1 -0.019142791666667, 0 -0.019160666666667, 1 -0.019203458333333, 0 -0.019221291666667, 1 -0.019500625000000, 0 -0.019518541666667, 1 -0.019670500000000, 0 -0.019688375000000, 1 -0.019719041666667, 0 -0.019736916666667, 1 -0.019761458333333, 0 -0.019779375000000, 1 -0.019806958333333, 0 -0.019824875000000, 1 -0.019861541666667, 0 -0.019879333333333, 1 -0.019928291666667, 0 -0.019946166666667, 1 -0.019973791666667, 0 -0.019991666666667, 1 -0.020049583333333, 0 -0.020067458333333, 1 -0.020116333333333, 0 -0.020134208333333, 1 -0.020392291666667, 0 -0.020410166666667, 1 -0.020562125000000, 0 -0.020580000000000, 1 -0.020598541666667, 0 -0.020616416666667, 1 -0.020641000000000, 0 -0.020658833333333, 1 -0.020686500000000, 0 -0.020704375000000, 1 -0.020741041666667, 0 -0.020759000000000, 1 -0.020807750000000, 0 -0.020825666666667, 1 -0.020856291666667, 0 -0.020874291666667, 1 -0.020932000000000, 0 -0.020950000000000, 1 -0.020980625000000, 0 -0.020998500000000, 1 -0.021283916666667, 0 -0.021301791666667, 1 -0.021453750000000, 0 -0.021471625000000, 1 -0.021490125000000, 0 -0.021508041666667, 1 -0.021532583333333, 0 -0.021550500000000, 1 -0.021578083333333, 0 -0.021596000000000, 1 -0.021629666666667, 0 -0.021647541666667, 1 -0.021696375000000, 0 -0.021714250000000, 1 -0.021747916666667, 0 -0.021765791666667, 1 -0.021823750000000, 0 -0.021841625000000, 1 -0.021890458333333, 0 -0.021908333333333, 1 -0.022175541666667, 0 -0.022193416666667, 1 -0.022345375000000, 0 -0.022363250000000, 1 -0.022418166666667, 0 -0.022436041666667, 1 -0.022460625000000, 0 -0.022478500000000, 1 -0.022506083333333, 0 -0.022524000000000, 1 -0.022560666666667, 0 -0.022578583333333, 1 -0.022627416666667, 0 -0.022645291666667, 1 -0.022682000000000, 0 -0.022699916666667, 1 -0.022757833333333, 0 -0.022775708333333, 1 -0.022794208333333, 0 -0.022812125000000, 1 -0.023067166666667, 0 -0.023085083333333, 1 -0.023237041666667, 0 -0.023254916666667, 1 -0.023285583333333, 0 -0.023303458333333, 1 -0.023328041666667, 0 -0.023345916666667, 1 -0.023373541666667, 0 -0.023391416666667, 1 -0.023428125000000, 0 -0.023446000000000, 1 -0.023494833333333, 0 -0.023512708333333, 1 -0.023552416666667, 0 -0.023570333333333, 1 -0.023628250000000, 0 -0.023646166666667, 1 -0.023670708333333, 0 -0.023688625000000, 1 -0.023958833333333, 0 -0.023976708333333, 1 -0.024128666666667, 0 -0.024146583333333, 1 -0.024189333333333, 0 -0.024207250000000, 1 -0.024231791666667, 0 -0.024249708333333, 1 -0.024277291666667, 0 -0.024295166666667, 1 -0.024331875000000, 0 -0.024349791666667, 1 -0.024398583333333, 0 -0.024416458333333, 1 -0.024459250000000, 0 -0.024477125000000, 1 -0.024535083333333, 0 -0.024552958333333, 1 -0.024574500000000, 0 -0.024592416666667, 1 -0.024850458333333, 0 -0.024868458333333, 1 -0.025020333333333, 0 -0.025038208333333, 1 -0.025093125000000, 0 -0.025111041666667, 1 -0.025135583333333, 0 -0.025153500000000, 1 -0.025181000000000, 0 -0.025198958333333, 1 -0.025235666666667, 0 -0.025253541666667, 1 -0.025302375000000, 0 -0.025320291666667, 1 -0.025366083333333, 0 -0.025383958333333, 1 -0.025441875000000, 0 -0.025459791666667, 1 -0.025487416666667, 0 -0.025505291666667, 1 -0.025742166666667, 0 -0.025760083333333, 1 -0.025912041666667, 0 -0.025929916666667, 1 -0.025984833333333, 0 -0.026002708333333, 1 -0.026027250000000, 0 -0.026045208333333, 1 -0.026072791666667, 0 -0.026090625000000, 1 -0.026127333333333, 0 -0.026145250000000, 1 -0.026194083333333, 0 -0.026211958333333, 1 -0.026260791666667, 0 -0.026278666666667, 1 -0.026336583333333, 0 -0.026354500000000, 1 -0.026388166666667, 0 -0.026406083333333, 1 -0.026633791666667, 0 -0.026651708333333, 1 -0.026803666666667, 0 -0.026821583333333, 1 -0.026864333333333, 0 -0.026882208333333, 1 -0.026906791666667, 0 -0.026924708333333, 1 -0.026952291666667, 0 -0.026970166666667, 1 -0.027006875000000, 0 -0.027024750000000, 1 -0.027073583333333, 0 -0.027091500000000, 1 -0.027143333333333, 0 -0.027161208333333, 1 -0.027219166666667, 0 -0.027237083333333, 1 -0.027276791666667, 0 -0.027294666666667, 1 -0.027525458333333, 0 -0.027543375000000, 1 -0.027695291666667, 0 -0.027713250000000, 1 -0.027768083333333, 0 -0.027786000000000, 1 -0.027810541666667, 0 -0.027828500000000, 1 -0.027856041666667, 0 -0.027873916666667, 1 -0.027910625000000, 0 -0.027928500000000, 1 -0.027977416666667, 0 -0.027995208333333, 1 -0.028050083333333, 0 -0.028068000000000, 1 -0.028125916666667, 0 -0.028143875000000, 1 -0.028189666666667, 0 -0.028207541666667, 1 -0.028417041666667, 0 -0.028435000000000, 1 -0.028586958333333, 0 -0.028604875000000, 1 -0.028659833333333, 0 -0.028677625000000, 1 -0.028702208333333, 0 -0.028720125000000, 1 -0.028747708333333, 0 -0.028765583333333, 1 -0.028802333333333, 0 -0.028820166666667, 1 -0.028869000000000, 0 -0.028886916666667, 1 -0.028944791666667, 0 -0.028962666666667, 1 -0.029020625000000, 0 -0.029038500000000, 1 -0.029090375000000, 0 -0.029108291666667, 1 -0.029308750000000, 0 -0.029326666666667, 1 -0.029478583333333, 0 -0.029496500000000, 1 -0.029515000000000, 0 -0.029532875000000, 1 -0.029557458333333, 0 -0.029575333333333, 1 -0.029602958333333, 0 -0.029620833333333, 1 -0.029654500000000, 0 -0.029672375000000, 1 -0.029721208333333, 0 -0.029739125000000, 1 -0.029800041666667, 0 -0.029817916666667, 1 -0.029875875000000, 0 -0.029893750000000, 1 -0.029915291666667, 0 -0.029933208333333, 1 -0.030200375000000, 0 -0.030218291666667, 1 -0.030370208333333, 0 -0.030388125000000, 1 -0.030406625000000, 0 -0.030424500000000, 1 -0.030449083333333, 0 -0.030466958333333, 1 -0.030494583333333, 0 -0.030512500000000, 1 -0.030549166666667, 0 -0.030567083333333, 1 -0.030615875000000, 0 -0.030633750000000, 1 -0.030697750000000, 0 -0.030715625000000, 1 -0.030773583333333, 0 -0.030791458333333, 1 -0.030855458333333, 0 -0.030873375000000, 1 -0.031092000000000, 0 -0.031109916666667, 1 -0.031261875000000, 0 -0.031279750000000, 1 -0.031298250000000, 0 -0.031316166666667, 1 -0.031340708333333, 0 -0.031358625000000, 1 -0.031386208333333, 0 -0.031404125000000, 1 -0.031440791666667, 0 -0.031458708333333, 1 -0.031510541666667, 0 -0.031528416666667, 1 -0.031546916666667, 0 -0.031564791666667, 1 -0.031622750000000, 0 -0.031640625000000, 1 -0.031692500000000, 0 -0.031710375000000, 1 -0.031983625000000, 0 -0.032001541666667, 1 -0.032153458333333, 0 -0.032171375000000, 1 -0.032189875000000, 0 -0.032207750000000, 1 -0.032232333333333, 0 -0.032250208333333, 1 -0.032277833333333, 0 -0.032295708333333, 1 -0.032332416666667, 0 -0.032350291666667, 1 -0.032402166666667, 0 -0.032420041666667, 1 -0.032441583333333, 0 -0.032459458333333, 1 -0.032517375000000, 0 -0.032535291666667, 1 -0.032581083333333, 0 -0.032598958333333, 1 -0.032875250000000, 0 -0.032892916666667, 1 -0.032893000000000, 0 -0.032893125000000, 1 -0.033045083333333, 0 -0.033063000000000, 1 -0.033081458333333, 0 -0.033099375000000, 1 -0.033123916666667, 0 -0.033141833333333, 1 -0.033169458333333, 0 -0.033187333333333, 1 -0.033224041666667, 0 -0.033241916666667, 1 -0.033293750000000, 0 -0.033311666666667, 1 -0.033336208333333, 0 -0.033354125000000, 1 -0.033412041666667, 0 -0.033429916666667, 1 -0.033493958333333, 0 -0.033511833333333, 1 -0.033766875000000, 0 -0.033784541666667, 1 -0.033784583333333, 0 -0.033784750000000, 1 -0.033936708333333, 0 -0.033954625000000, 1 -0.033973125000000, 0 -0.033991000000000, 1 -0.034015583333333, 0 -0.034033458333333, 1 -0.034061083333333, 0 -0.034078958333333, 1 -0.034112625000000, 0 -0.034130500000000, 1 -0.034182375000000, 0 -0.034200250000000, 1 -0.034227875000000, 0 -0.034245750000000, 1 -0.034303666666667, 0 -0.034321541666667, 1 -0.034343125000000, 0 -0.034360958333333, 1 -0.034658500000000, 0 -0.034676375000000, 1 -0.034828333333333, 0 -0.034846208333333, 1 -0.034864708333333, 0 -0.034882625000000, 1 -0.034907166666667, 0 -0.034925083333333, 1 -0.034952666666667, 0 -0.034970583333333, 1 -0.035007250000000, 0 -0.035025166666667, 1 -0.035077000000000, 0 -0.035094916666667, 1 -0.035125541666667, 0 -0.035143416666667, 1 -0.035201333333333, 0 -0.035219208333333, 1 -0.035246791666667, 0 -0.035264708333333, 1 -0.035550083333333, 0 -0.035568000000000, 1 -0.035720000000000, 0 -0.035737833333333, 1 -0.035756333333333, 0 -0.035774208333333, 1 -0.035798833333333, 0 -0.035816666666667, 1 -0.035844291666667, 0 -0.035862208333333, 1 -0.035895833333333, 0 -0.035913666666667, 1 -0.035965583333333, 0 -0.035983416666667, 1 -0.036017166666667, 0 -0.036035041666667, 1 -0.036092958333333, 0 -0.036110875000000, 1 -0.036168791666667, 0 -0.036186625000000, 1 -0.036441791666667, 0 -0.036459625000000, 1 -0.036611583333333, 0 -0.036629500000000, 1 -0.036647958333333, 0 -0.036665875000000, 1 -0.036690458333333, 0 -0.036708333333333, 1 -0.036735958333333, 0 -0.036753916666667, 1 -0.036787458333333, 0 -0.036805375000000, 1 -0.036857208333333, 0 -0.036875125000000, 1 -0.036911833333333, 0 -0.036929708333333, 1 -0.036987583333333, 0 -0.037005541666667, 1 -0.037057375000000, 0 -0.037075208333333, 1 -0.037333375000000, 0 -0.037351250000000, 1 -0.037503250000000, 0 -0.037521083333333, 1 -0.037539583333333, 0 -0.037557500000000, 1 -0.037582041666667, 0 -0.037599958333333, 1 -0.037627583333333, 0 -0.037645458333333, 1 -0.037682125000000, 0 -0.037700000000000, 1 -0.037751875000000, 0 -0.037769750000000, 1 -0.037809500000000, 0 -0.037827375000000, 1 -0.037885291666667, 0 -0.037903208333333, 1 -0.037936875000000, 0 -0.037954750000000, 1 -0.038224958333333, 0 -0.038242875000000, 1 -0.038394791666667, 0 -0.038412708333333, 1 -0.038455458333333, 0 -0.038473333333333, 1 -0.038497916666667, 0 -0.038515833333333, 1 -0.038543416666667, 0 -0.038561291666667, 1 -0.038594958333333, 0 -0.038612833333333, 1 -0.038664708333333, 0 -0.038682583333333, 1 -0.038725333333333, 0 -0.038743250000000, 1 -0.038801166666667, 0 -0.038819041666667, 1 -0.038867916666667, 0 -0.038885791666667, 1 -0.039116583333333, 0 -0.039134458333333, 1 -0.039286416666667, 0 -0.039304333333333, 1 -0.039322791666667, 0 -0.039340708333333, 1 -0.039365250000000, 0 -0.039383166666667, 1 -0.039410750000000, 0 -0.039428666666667, 1 -0.039465333333333, 0 -0.039483250000000, 1 -0.039535083333333, 0 -0.039552958333333, 1 -0.039598750000000, 0 -0.039616666666667, 1 -0.039674583333333, 0 -0.039692458333333, 1 -0.039723125000000, 0 -0.039741000000000, 1 -0.040008166666667, 0 -0.040026041666667, 1 -0.040178000000000, 0 -0.040195875000000, 1 -0.040250750000000, 0 -0.040268666666667, 1 -0.040293250000000, 0 -0.040311125000000, 1 -0.040338708333333, 0 -0.040356583333333, 1 -0.040390250000000, 0 -0.040408166666667, 1 -0.040460000000000, 0 -0.040477875000000, 1 -0.040526708333333, 0 -0.040544625000000, 1 -0.040602541666667, 0 -0.040620416666667, 1 -0.040681416666667, 0 -0.040699291666667, 1 -0.040899750000000, 0 -0.040917625000000, 1 -0.041069583333333, 0 -0.041087458333333, 1 -0.041142375000000, 0 -0.041160250000000, 1 -0.041184833333333, 0 -0.041202708333333, 1 -0.041230291666667, 0 -0.041248208333333, 1 -0.041284916666667, 0 -0.041302791666667, 1 -0.041354625000000, 0 -0.041372500000000, 1 -0.041424375000000, 0 -0.041442250000000, 1 -0.041500208333333, 0 -0.041518083333333, 1 -0.041536583333333, 0 -0.041554500000000, 1 -0.041791333333333, 0 -0.041809250000000, 1 -0.041961208333333, 0 -0.041979125000000, 1 -0.042021875000000, 0 -0.042039750000000, 1 -0.042064333333333, 0 -0.042082208333333, 1 -0.042109750000000, 0 -0.042109791666667, 1 -0.042109875000000, 0 -0.042127666666667, 1 -0.042161333333333, 0 -0.042179208333333, 1 -0.042231083333333, 0 -0.042248791666667, 1 -0.042248833333333, 0 -0.042248958333333, 1 -0.042303875000000, 0 -0.042321791666667, 1 -0.042379708333333, 0 -0.042397583333333, 1 -0.042422166666667, 0 -0.042440083333333, 1 -0.042682958333333, 0 -0.042700875000000, 1 -0.042852791666667, 0 -0.042870708333333, 1 -0.042913458333333, 0 -0.042931375000000, 1 -0.042955916666667, 0 -0.042973833333333, 1 -0.043001416666667, 0 -0.043019291666667, 1 -0.043055958333333, 0 -0.043073916666667, 1 -0.043125750000000, 0 -0.043143625000000, 1 -0.043201541666667, 0 -0.043219458333333, 1 -0.043277375000000, 0 -0.043295250000000, 1 -0.043350166666667, 0 -0.043368041666667, 1 -0.043574541666667, 0 -0.043592458333333, 1 -0.043744375000000, 0 -0.043762291666667, 1 -0.043817208333333, 0 -0.043835083333333, 1 -0.043859666666667, 0 -0.043877541666667, 1 -0.043905125000000, 0 -0.043923000000000, 1 -0.043959708333333, 0 -0.043977583333333, 1 -0.044029416666667, 0 -0.044047333333333, 1 -0.044108291666667, 0 -0.044126166666667, 1 -0.044184125000000, 0 -0.044202000000000, 1 -0.044250833333333, 0 -0.044268708333333, 1 -0.044466208333333, 0 -0.044484041666667, 1 -0.044636000000000, 0 -0.044653916666667, 1 -0.044708791666667, 0 -0.044726708333333, 1 -0.044751250000000, 0 -0.044769166666667, 1 -0.044796750000000, 0 -0.044814625000000, 1 -0.044851291666667, 0 -0.044869208333333, 1 -0.044921125000000, 0 -0.044938958333333, 1 -0.045002958333333, 0 -0.045020833333333, 1 -0.045078791666667, 0 -0.045096750000000, 1 -0.045139416666667, 0 -0.045157333333333, 1 -0.045357750000000, 0 -0.045375666666667, 1 -0.045527625000000, 0 -0.045545500000000, 1 -0.045576166666667, 0 -0.045594166666667, 1 -0.045618625000000, 0 -0.045636500000000, 1 -0.045664125000000, 0 -0.045682000000000, 1 -0.045718666666667, 0 -0.045736541666667, 1 -0.045791458333333, 0 -0.045809416666667, 1 -0.045827875000000, 0 -0.045845750000000, 1 -0.045903708333333, 0 -0.045921541666667, 1 -0.045949125000000, 0 -0.045949250000000, 1 -0.045949291666667, 0 -0.045967000000000, 1 -0.046249375000000, 0 -0.046267250000000, 1 -0.046419208333333, 0 -0.046437125000000, 1 -0.046455583333333, 0 -0.046473500000000, 1 -0.046498041666667, 0 -0.046515958333333, 1 -0.046543583333333, 0 -0.046561458333333, 1 -0.046595083333333, 0 -0.046613000000000, 1 -0.046667916666667, 0 -0.046685791666667, 1 -0.046707333333333, 0 -0.046725208333333, 1 -0.046783125000000, 0 -0.046801000000000, 1 -0.046858958333333, 0 -0.046876833333333, 1 -0.047141000000000, 0 -0.047158875000000, 1 -0.047310833333333, 0 -0.047328708333333, 1 -0.047371500000000, 0 -0.047389375000000, 1 -0.047413958333333, 0 -0.047431833333333, 1 -0.047459416666667, 0 -0.047477333333333, 1 -0.047514000000000, 0 -0.047531916666667, 1 -0.047586791666667, 0 -0.047604666666667, 1 -0.047629250000000, 0 -0.047647125000000, 1 -0.047705083333333, 0 -0.047722958333333, 1 -0.047762708333333, 0 -0.047780583333333, 1 -0.048032583333333, 0 -0.048050500000000, 1 -0.048202416666667, 0 -0.048220333333333, 1 -0.048250958333333, 0 -0.048268875000000, 1 -0.048293416666667, 0 -0.048311291666667, 1 -0.048338916666667, 0 -0.048356791666667, 1 -0.048393500000000, 0 -0.048411375000000, 1 -0.048466250000000, 0 -0.048484166666667, 1 -0.048511750000000, 0 -0.048529625000000, 1 -0.048587583333333, 0 -0.048605458333333, 1 -0.048639125000000, 0 -0.048657000000000, 1 -0.048924166666667, 0 -0.048942083333333, 1 -0.049093958333333, 0 -0.049111875000000, 1 -0.049142541666667, 0 -0.049160416666667, 1 -0.049184958333333, 0 -0.049202875000000, 1 -0.049230458333333, 0 -0.049248333333333, 1 -0.049285041666667, 0 -0.049302916666667, 1 -0.049357833333333, 0 -0.049375708333333, 1 -0.049406333333333, 0 -0.049424208333333, 1 -0.049482166666667, 0 -0.049500083333333, 1 -0.049551916666667, 0 -0.049569791666667, 1 -0.049815750000000, 0 -0.049833708333333, 1 -0.049985583333333, 0 -0.050003500000000, 1 -0.050046291666667, 0 -0.050064166666667, 1 -0.050088708333333, 0 -0.050106625000000, 1 -0.050134208333333, 0 -0.050152083333333, 1 -0.050188791666667, 0 -0.050206666666667, 1 -0.050261375000000, 0 -0.050261416666667, 1 -0.050261583333333, 0 -0.050279458333333, 1 -0.050313125000000, 0 -0.050331041666667, 1 -0.050388958333333, 0 -0.050406875000000, 1 -0.050452666666667, 0 -0.050470500000000, 1 -0.050707375000000, 0 -0.050725250000000, 1 -0.050877208333333, 0 -0.050895125000000, 1 -0.050913625000000, 0 -0.050931500000000, 1 -0.050956083333333, 0 -0.050973958333333, 1 -0.051001583333333, 0 -0.051019458333333, 1 -0.051056125000000, 0 -0.051074041666667, 1 -0.051128916666667, 0 -0.051146791666667, 1 -0.051183500000000, 0 -0.051201375000000, 1 -0.051259333333333, 0 -0.051277208333333, 1 -0.051341208333333, 0 -0.051359083333333, 1 -0.051598958333333, 0 -0.051616875000000, 1 -0.051768833333333, 0 -0.051786708333333, 1 -0.051817375000000, 0 -0.051835250000000, 1 -0.051859791666667, 0 -0.051877708333333, 1 -0.051905291666667, 0 -0.051923208333333, 1 -0.051959875000000, 0 -0.051977750000000, 1 -0.052032666666667, 0 -0.052050541666667, 1 -0.052090250000000, 0 -0.052108166666667, 1 -0.052166083333333, 0 -0.052184000000000, 1 -0.052241916666667, 0 -0.052259833333333, 1 -0.052490625000000, 0 -0.052508500000000, 1 -0.052660458333333, 0 -0.052678333333333, 1 -0.052709000000000, 0 -0.052726833333333, 1 -0.052751416666667, 0 -0.052769333333333, 1 -0.052796916666667, 0 -0.052814791666667, 1 -0.052814916666667, 0 -0.052814958333333, 1 -0.052851500000000, 0 -0.052869375000000, 1 -0.052924250000000, 0 -0.052942166666667, 1 -0.052984916666667, 0 -0.053002833333333, 1 -0.053060750000000, 0 -0.053078625000000, 1 -0.053139625000000, 0 -0.053157500000000, 1 -0.053382208333333, 0 -0.053400125000000, 1 -0.053552041666667, 0 -0.053569958333333, 1 -0.053612708333333, 0 -0.053630625000000, 1 -0.053655250000000, 0 -0.053673166666667, 1 -0.053700666666667, 0 -0.053718625000000, 1 -0.053755250000000, 0 -0.053773125000000, 1 -0.053828000000000, 0 -0.053845916666667, 1 -0.053891666666667, 0 -0.053909625000000, 1 -0.053967500000000, 0 -0.053985416666667, 1 -0.054040291666667, 0 -0.054058250000000, 1 -0.054273833333333, 0 -0.054291750000000, 1 -0.054443666666667, 0 -0.054461500000000, 1 -0.054480083333333, 0 -0.054497958333333, 1 -0.054522500000000, 0 -0.054540416666667, 1 -0.054568000000000, 0 -0.054585916666667, 1 -0.054622583333333, 0 -0.054640458333333, 1 -0.054695375000000, 0 -0.054713250000000, 1 -0.054762083333333, 0 -0.054779958333333, 1 -0.054837916666667, 0 -0.054855791666667, 1 -0.054904625000000, 0 -0.054922541666667, 1 -0.055165458333333, 0 -0.055183333333333, 1 -0.055335291666667, 0 -0.055353208333333, 1 -0.055383833333333, 0 -0.055401708333333, 1 -0.055426291666667, 0 -0.055444208333333, 1 -0.055471750000000, 0 -0.055489666666667, 1 -0.055523333333333, 0 -0.055541208333333, 1 -0.055596083333333, 0 -0.055613958333333, 1 -0.055665833333333, 0 -0.055683750000000, 1 -0.055741666666667, 0 -0.055759583333333, 1 -0.055790208333333, 0 -0.055808083333333, 1 -0.056057041666667, 0 -0.056074958333333, 1 -0.056226916666667, 0 -0.056244791666667, 1 -0.056287583333333, 0 -0.056305458333333, 1 -0.056330000000000, 0 -0.056347916666667, 1 -0.056375500000000, 0 -0.056393375000000, 1 -0.056430083333333, 0 -0.056447958333333, 1 -0.056502875000000, 0 -0.056520750000000, 1 -0.056575625000000, 0 -0.056593541666667, 1 -0.056651458333333, 0 -0.056669333333333, 1 -0.056706083333333, 0 -0.056723958333333, 1 -0.056948666666667, 0 -0.056966541666667, 1 -0.057118500000000, 0 -0.057136416666667, 1 -0.057191291666667, 0 -0.057209166666667, 1 -0.057233750000000, 0 -0.057251666666667, 1 -0.057279208333333, 0 -0.057297125000000, 1 -0.057333833333333, 0 -0.057351708333333, 1 -0.057406583333333, 0 -0.057424458333333, 1 -0.057482416666667, 0 -0.057500291666667, 1 -0.057558208333333, 0 -0.057576125000000, 1 -0.057606750000000, 0 -0.057624666666667, 1 -0.057840250000000, 0 -0.057858166666667, 1 -0.058010083333333, 0 -0.058028000000000, 1 -0.058082875000000, 0 -0.058100750000000, 1 -0.058125375000000, 0 -0.058143250000000, 1 -0.058170833333333, 0 -0.058188708333333, 1 -0.058225416666667, 0 -0.058243333333333, 1 -0.058298208333333, 0 -0.058316083333333, 1 -0.058377041666667, 0 -0.058394958333333, 1 -0.058452875000000, 0 -0.058470750000000, 1 -0.058495333333333, 0 -0.058513250000000, 1 -0.058731875000000, 0 -0.058749791666667, 1 -0.058901708333333, 0 -0.058919625000000, 1 -0.058962375000000, 0 -0.058980250000000, 1 -0.059004833333333, 0 -0.059022791666667, 1 -0.059050333333333, 0 -0.059068208333333, 1 -0.059104875000000, 0 -0.059122750000000, 1 -0.059177666666667, 0 -0.059195583333333, 1 -0.059259541666667, 0 -0.059277416666667, 1 -0.059335333333333, 0 -0.059353250000000, 1 -0.059371750000000, 0 -0.059389666666667, 1 -0.059623458333333, 0 -0.059641333333333, 1 -0.059793291666667, 0 -0.059811208333333, 1 -0.059866083333333, 0 -0.059883916666667, 1 -0.059908541666667, 0 -0.059926416666667, 1 -0.059954000000000, 0 -0.059971875000000, 1 -0.060008583333333, 0 -0.060026500000000, 1 -0.060084416666667, 0 -0.060102166666667, 1 -0.060102208333333, 0 -0.060102291666667, 1 -0.060120791666667, 0 -0.060138666666667, 1 -0.060196583333333, 0 -0.060214500000000, 1 -0.060245125000000, 0 -0.060263041666667, 1 -0.060515000000000, 0 -0.060532916666667, 1 -0.060684875000000, 0 -0.060702750000000, 1 -0.060757666666667, 0 -0.060775583333333, 1 -0.060800125000000, 0 -0.060818000000000, 1 -0.060845625000000, 0 -0.060863500000000, 1 -0.060900208333333, 0 -0.060918166666667, 1 -0.060976000000000, 0 -0.060993833333333, 1 -0.061015458333333, 0 -0.061033333333333, 1 -0.061091250000000, 0 -0.061109166666667, 1 -0.061145875000000, 0 -0.061163708333333, 1 -0.061406666666667, 0 -0.061424583333333, 1 -0.061576583333333, 0 -0.061594375000000, 1 -0.061612875000000, 0 -0.061630791666667, 1 -0.061655333333333, 0 -0.061673250000000, 1 -0.061700833333333, 0 -0.061718791666667, 1 -0.061755416666667, 0 -0.061773416666667, 1 -0.061831250000000, 0 -0.061849166666667, 1 -0.061873708333333, 0 -0.061891583333333, 1 -0.061949500000000, 0 -0.061967458333333, 1 -0.061985916666667, 0 -0.062003791666667, 1 -0.062298291666667, 0 -0.062316125000000, 1 -0.062468125000000, 0 -0.062486000000000, 1 -0.062504500000000, 0 -0.062522416666667, 1 -0.062546958333333, 0 -0.062564833333333, 1 -0.062592458333333, 0 -0.062610333333333, 1 -0.062644041666667, 0 -0.062661875000000, 1 -0.062719791666667, 0 -0.062737708333333, 1 -0.062765291666667, 0 -0.062783166666667, 1 -0.062841125000000, 0 -0.062859000000000, 1 -0.062919958333333, 0 -0.062937875000000, 1 -0.063189875000000, 0 -0.063207791666667, 1 -0.063359708333333, 0 -0.063377625000000, 1 -0.063396125000000, 0 -0.063414041666667, 1 -0.063438583333333, 0 -0.063456500000000, 1 -0.063484083333333, 0 -0.063501958333333, 1 -0.063538666666667, 0 -0.063556541666667, 1 -0.063614458333333, 0 -0.063632375000000, 1 -0.063663000000000, 0 -0.063680875000000, 1 -0.063738833333333, 0 -0.063756708333333, 1 -0.063811583333333, 0 -0.063829500000000, 1 -0.064081500000000, 0 -0.064099375000000, 1 -0.064251333333333, 0 -0.064269250000000, 1 -0.064287750000000, 0 -0.064305625000000, 1 -0.064330208333333, 0 -0.064348083333333, 1 -0.064375708333333, 0 -0.064393583333333, 1 -0.064427250000000, 0 -0.064445125000000, 1 -0.064503041666667, 0 -0.064520958333333, 1 -0.064554583333333, 0 -0.064572458333333, 1 -0.064630416666667, 0 -0.064648291666667, 1 -0.064672875000000, 0 -0.064690791666667, 1 -0.064973083333333, 0 -0.064991000000000, 1 -0.065142958333333, 0 -0.065160833333333, 1 -0.065179333333333, 0 -0.065197208333333, 1 -0.065221791666667, 0 -0.065239666666667, 1 -0.065267291666667, 0 -0.065285166666667, 1 -0.065321875000000, 0 -0.065339750000000, 1 -0.065397666666667, 0 -0.065415541666667, 1 -0.065452250000000, 0 -0.065470125000000, 1 -0.065528041666667, 0 -0.065545958333333, 1 -0.065588708333333, 0 -0.065606625000000, 1 -0.065864708333333, 0 -0.065882583333333, 1 -0.066034541666667, 0 -0.066052416666667, 1 -0.066070916666667, 0 -0.066088833333333, 1 -0.066113375000000, 0 -0.066131250000000, 1 -0.066158875000000, 0 -0.066176750000000, 1 -0.066210458333333, 0 -0.066228291666667, 1 -0.066286250000000, 0 -0.066304125000000, 1 -0.066343833333333, 0 -0.066361750000000, 1 -0.066419666666667, 0 -0.066437583333333, 1 -0.066474250000000, 0 -0.066492166666667, 1 -0.066756291666667, 0 -0.066774166666667, 1 -0.066926125000000, 0 -0.066944041666667, 1 -0.066962458333333, 0 -0.066980416666667, 1 -0.067005000000000, 0 -0.067022875000000, 1 -0.067050458333333, 0 -0.067068375000000, 1 -0.067102041666667, 0 -0.067119958333333, 1 -0.067177875000000, 0 -0.067195750000000, 1 -0.067238458333333, 0 -0.067256375000000, 1 -0.067314291666667, 0 -0.067332208333333, 1 -0.067365833333333, 0 -0.067383750000000, 1 -0.067647875000000, 0 -0.067665791666667, 1 -0.067817750000000, 0 -0.067835625000000, 1 -0.067854125000000, 0 -0.067872041666667, 1 -0.067896583333333, 0 -0.067914500000000, 1 -0.067942083333333, 0 -0.067959958333333, 1 -0.067996666666667, 0 -0.068014583333333, 1 -0.068072458333333, 0 -0.068090375000000, 1 -0.068136125000000, 0 -0.068153875000000, 1 -0.068154000000000, 0 -0.068154041666667, 1 -0.068211958333333, 0 -0.068229666666667, 1 -0.068229708333333, 0 -0.068229791666667, 1 -0.068281708333333, 0 -0.068299625000000, 1 -0.068539500000000, 0 -0.068557416666667, 1 -0.068709333333333, 0 -0.068727250000000, 1 -0.068745750000000, 0 -0.068763625000000, 1 -0.068788208333333, 0 -0.068806083333333, 1 -0.068833708333333, 0 -0.068851625000000, 1 -0.068888333333333, 0 -0.068906208333333, 1 -0.068964083333333, 0 -0.068981833333333, 1 -0.068981958333333, 0 -0.068982041666667, 1 -0.069030791666667, 0 -0.069048666666667, 1 -0.069106625000000, 0 -0.069124541666667, 1 -0.069182458333333, 0 -0.069200375000000, 1 -0.069431125000000, 0 -0.069449041666667, 1 -0.069601041666667, 0 -0.069618833333333, 1 -0.069637375000000, 0 -0.069655291666667, 1 -0.069679833333333, 0 -0.069697708333333, 1 -0.069725333333333, 0 -0.069743250000000, 1 -0.069776875000000, 0 -0.069794750000000, 1 -0.069852666666667, 0 -0.069870541666667, 1 -0.069922416666667, 0 -0.069940250000000, 1 -0.069998166666667, 0 -0.070016125000000, 1 -0.070043750000000, 0 -0.070061625000000, 1 -0.070322750000000, 0 -0.070340666666667, 1 -0.070492583333333, 0 -0.070510500000000, 1 -0.070553250000000, 0 -0.070571208333333, 1 -0.070595708333333, 0 -0.070613666666667, 1 -0.070641208333333, 0 -0.070659083333333, 1 -0.070695750000000, 0 -0.070713708333333, 1 -0.070771666666667, 0 -0.070789458333333, 1 -0.070844416666667, 0 -0.070862291666667, 1 -0.070920208333333, 0 -0.070938083333333, 1 -0.070959625000000, 0 -0.070977500000000, 1 -0.071214375000000, 0 -0.071232250000000, 1 -0.071384208333333, 0 -0.071402083333333, 1 -0.071420583333333, 0 -0.071438500000000, 1 -0.071463041666667, 0 -0.071480958333333, 1 -0.071508541666667, 0 -0.071526416666667, 1 -0.071563125000000, 0 -0.071581000000000, 1 -0.071638916666667, 0 -0.071656833333333, 1 -0.071714750000000, 0 -0.071732625000000, 1 -0.071790583333333, 0 -0.071808458333333, 1 -0.071836083333333, 0 -0.071853958333333, 1 -0.072106000000000, 0 -0.072123875000000, 1 -0.072275833333333, 0 -0.072293708333333, 1 -0.072348625000000, 0 -0.072366500000000, 1 -0.072391083333333, 0 -0.072408958333333, 1 -0.072436583333333, 0 -0.072454458333333, 1 -0.072488125000000, 0 -0.072506000000000, 1 -0.072563875000000, 0 -0.072581791666667, 1 -0.072642750000000, 0 -0.072660625000000, 1 -0.072718583333333, 0 -0.072736458333333, 1 -0.072782250000000, 0 -0.072800166666667, 1 -0.072997541666667, 0 -0.073015458333333, 1 -0.073167416666667, 0 -0.073185291666667, 1 -0.073228041666667, 0 -0.073245958333333, 1 -0.073270500000000, 0 -0.073288416666667, 1 -0.073316000000000, 0 -0.073333875000000, 1 -0.073367541666667, 0 -0.073385416666667, 1 -0.073443333333333, 0 -0.073461208333333, 1 -0.073525208333333, 0 -0.073543125000000, 1 -0.073601041666667, 0 -0.073618916666667, 1 -0.073670791666667, 0 -0.073688708333333, 1 -0.073889125000000, 0 -0.073907000000000, 1 -0.074058958333333, 0 -0.074076875000000, 1 -0.074119625000000, 0 -0.074137541666667, 1 -0.074162083333333, 0 -0.074180000000000, 1 -0.074207583333333, 0 -0.074225458333333, 1 -0.074262166666667, 0 -0.074280000000000, 1 -0.074341000000000, 0 -0.074358875000000, 1 -0.074377375000000, 0 -0.074395291666667, 1 -0.074453208333333, 0 -0.074471083333333, 1 -0.074529000000000, 0 -0.074546916666667, 1 -0.074780708333333, 0 -0.074798625000000, 1 -0.074950583333333, 0 -0.074968458333333, 1 -0.075023375000000, 0 -0.075041208333333, 1 -0.075065833333333, 0 -0.075083708333333, 1 -0.075111291666667, 0 -0.075129166666667, 1 -0.075165875000000, 0 -0.075183791666667, 1 -0.075244708333333, 0 -0.075262500000000, 1 -0.075284166666667, 0 -0.075302041666667, 1 -0.075359958333333, 0 -0.075377833333333, 1 -0.075441875000000, 0 -0.075459708333333, 1 -0.075672333333333, 0 -0.075690208333333, 1 -0.075842125000000, 0 -0.075860041666667, 1 -0.075902791666667, 0 -0.075920666666667, 1 -0.075945250000000, 0 -0.075963166666667, 1 -0.075990750000000, 0 -0.076008625000000, 1 -0.076045291666667, 0 -0.076063208333333, 1 -0.076124166666667, 0 -0.076142041666667, 1 -0.076166583333333, 0 -0.076184416666667, 1 -0.076242416666667, 0 -0.076260333333333, 1 -0.076306125000000, 0 -0.076324000000000, 1 -0.076563875000000, 0 -0.076581791666667, 1 -0.076733708333333, 0 -0.076751583333333, 1 -0.076806500000000, 0 -0.076824375000000, 1 -0.076848958333333, 0 -0.076866833333333, 1 -0.076894416666667, 0 -0.076912333333333, 1 -0.076949000000000, 0 -0.076966875000000, 1 -0.077027833333333, 0 -0.077045750000000, 1 -0.077073375000000, 0 -0.077091250000000, 1 -0.077149166666667, 0 -0.077167083333333, 1 -0.077218916666667, 0 -0.077236791666667, 1 -0.077455458333333, 0 -0.077473375000000, 1 -0.077625333333333, 0 -0.077643083333333, 1 -0.077661708333333, 0 -0.077679583333333, 1 -0.077704208333333, 0 -0.077722083333333, 1 -0.077749666666667, 0 -0.077767541666667, 1 -0.077801208333333, 0 -0.077819083333333, 1 -0.077880041666667, 0 -0.077897958333333, 1 -0.077928541666667, 0 -0.077946500000000, 1 -0.078004291666667, 0 -0.078022291666667, 1 -0.078068041666667, 0 -0.078085958333333, 1 -0.078347041666667, 0 -0.078364958333333, 1 -0.078516916666667, 0 -0.078534791666667, 1 -0.078565416666667, 0 -0.078583333333333, 1 -0.078607916666667, 0 -0.078625750000000, 1 -0.078653375000000, 0 -0.078671291666667, 1 -0.078704958333333, 0 -0.078722791666667, 1 -0.078783750000000, 0 -0.078801625000000, 1 -0.078835333333333, 0 -0.078853250000000, 1 -0.078911125000000, 0 -0.078929000000000, 1 -0.078980875000000, 0 -0.078998750000000, 1 -0.079238625000000, 0 -0.079256541666667, 1 -0.079408500000000, 0 -0.079426375000000, 1 -0.079481291666667, 0 -0.079499166666667, 1 -0.079523708333333, 0 -0.079541625000000, 1 -0.079569208333333, 0 -0.079587083333333, 1 -0.079620750000000, 0 -0.079638666666667, 1 -0.079699583333333, 0 -0.079717500000000, 1 -0.079754166666667, 0 -0.079772083333333, 1 -0.079830000000000, 0 -0.079847916666667, 1 -0.079905833333333, 0 -0.079923708333333, 1 -0.080130250000000, 0 -0.080148125000000, 1 -0.080300083333333, 0 -0.080318000000000, 1 -0.080336500000000, 0 -0.080354375000000, 1 -0.080378916666667, 0 -0.080396833333333, 1 -0.080424416666667, 0 -0.080442333333333, 1 -0.080479000000000, 0 -0.080496916666667, 1 -0.080557833333333, 0 -0.080575708333333, 1 -0.080615458333333, 0 -0.080633333333333, 1 -0.080691250000000, 0 -0.080709166666667, 1 -0.080736750000000, 0 -0.080754666666667, 1 -0.081021791666667, 0 -0.081039708333333, 1 -0.081191625000000, 0 -0.081209541666667, 1 -0.081228041666667, 0 -0.081245916666667, 1 -0.081270500000000, 0 -0.081288375000000, 1 -0.081316000000000, 0 -0.081333916666667, 1 -0.081367541666667, 0 -0.081385416666667, 1 -0.081446375000000, 0 -0.081464250000000, 1 -0.081507041666667, 0 -0.081524916666667, 1 -0.081582833333333, 0 -0.081600750000000, 1 -0.081655625000000, 0 -0.081673541666667, 1 -0.081913416666667, 0 -0.081931291666667, 1 -0.082083250000000, 0 -0.082101125000000, 1 -0.082156000000000, 0 -0.082173916666667, 1 -0.082198458333333, 0 -0.082216333333333, 1 -0.082243958333333, 0 -0.082261875000000, 1 -0.082298541666667, 0 -0.082316416666667, 1 -0.082377416666667, 0 -0.082395291666667, 1 -0.082441083333333, 0 -0.082459000000000, 1 -0.082516875000000, 0 -0.082534791666667, 1 -0.082559333333333, 0 -0.082577250000000, 1 -0.082805000000000, 0 -0.082822875000000, 1 -0.082974833333333, 0 -0.082992750000000, 1 -0.083011208333333, 0 -0.083029125000000, 1 -0.083053666666667, 0 -0.083071541666667, 1 -0.083099166666667, 0 -0.083117083333333, 1 -0.083153750000000, 0 -0.083171625000000, 1 -0.083232583333333, 0 -0.083250500000000, 1 -0.083299291666667, 0 -0.083317208333333, 1 -0.083375125000000, 0 -0.083393000000000, 1 -0.083423666666667, 0 -0.083441541666667, 1 -0.083696583333333, 0 -0.083714458333333, 1 -0.083866416666667, 0 -0.083884291666667, 1 -0.083914958333333, 0 -0.083932833333333, 1 -0.083957375000000, 0 -0.083975291666667, 1 -0.084002875000000, 0 -0.084020750000000, 1 -0.084054416666667, 0 -0.084072333333333, 1 -0.084133250000000, 0 -0.084151166666667, 1 -0.084202791666667, 0 -0.084202833333333, 1 -0.084202958333333, 0 -0.084220875000000, 1 -0.084278833333333, 0 -0.084296708333333, 1 -0.084345541666667, 0 -0.084363458333333, 1 -0.084588166666667, 0 -0.084606041666667, 1 -0.084758000000000, 0 -0.084775916666667, 1 -0.084806541666667, 0 -0.084824416666667, 1 -0.084849000000000, 0 -0.084866875000000, 1 -0.084894500000000, 0 -0.084912333333333, 1 -0.084949041666667, 0 -0.084966958333333, 1 -0.085027875000000, 0 -0.085045791666667, 1 -0.085100666666667, 0 -0.085118583333333, 1 -0.085176500000000, 0 -0.085194416666667, 1 -0.085237208333333, 0 -0.085255041666667, 1 -0.085479791666667, 0 -0.085497708333333, 1 -0.085649666666667, 0 -0.085667541666667, 1 -0.085710291666667, 0 -0.085728166666667, 1 -0.085752750000000, 0 -0.085770625000000, 1 -0.085798250000000, 0 -0.085816125000000, 1 -0.085849791666667, 0 -0.085867708333333, 1 -0.085928625000000, 0 -0.085946583333333, 1 -0.086004333333333, 0 -0.086022333333333, 1 -0.086080291666667, 0 -0.086098208333333, 1 -0.086134916666667, 0 -0.086152791666667, 1 -0.086371416666667, 0 -0.086389291666667, 1 -0.086541208333333, 0 -0.086559166666667, 1 -0.086601916666667, 0 -0.086619791666667, 1 -0.086644375000000, 0 -0.086662291666667, 1 -0.086689916666667, 0 -0.086707708333333, 1 -0.086744458333333, 0 -0.086762250000000, 1 -0.086823291666667, 0 -0.086841166666667, 1 -0.086902125000000, 0 -0.086920041666667, 1 -0.086977958333333, 0 -0.086995833333333, 1 -0.087050750000000, 0 -0.087068666666667, 1 -0.087263000000000, 0 -0.087280916666667, 1 -0.087432875000000, 0 -0.087450791666667, 1 -0.087481375000000, 0 -0.087499291666667, 1 -0.087523875000000, 0 -0.087541750000000, 1 -0.087569333333333, 0 -0.087587250000000, 1 -0.087623958333333, 0 -0.087641708333333, 1 -0.087702750000000, 0 -0.087720708333333, 1 -0.087784625000000, 0 -0.087802541666667, 1 -0.087860458333333, 0 -0.087878375000000, 1 -0.087939333333333, 0 -0.087957208333333, 1 -0.088154666666667, 0 -0.088172541666667, 1 -0.088324500000000, 0 -0.088342416666667, 1 -0.088385166666667, 0 -0.088403041666667, 1 -0.088427625000000, 0 -0.088445500000000, 1 -0.088473125000000, 0 -0.088491000000000, 1 -0.088530708333333, 0 -0.088548625000000, 1 -0.088612625000000, 0 -0.088630500000000, 1 -0.088649000000000, 0 -0.088666875000000, 1 -0.088724833333333, 0 -0.088742708333333, 1 -0.088803666666667, 0 -0.088821583333333, 1 -0.089046250000000, 0 -0.089064166666667, 1 -0.089216125000000, 0 -0.089234000000000, 1 -0.089288916666667, 0 -0.089306791666667, 1 -0.089331375000000, 0 -0.089349250000000, 1 -0.089376875000000, 0 -0.089394750000000, 1 -0.089428416666667, 0 -0.089446291666667, 1 -0.089510291666667, 0 -0.089528166666667, 1 -0.089549708333333, 0 -0.089567583333333, 1 -0.089625541666667, 0 -0.089643416666667, 1 -0.089674041666667, 0 -0.089691958333333, 1 -0.089937875000000, 0 -0.089955791666667, 1 -0.090107750000000, 0 -0.090125625000000, 1 -0.090180541666667, 0 -0.090198416666667, 1 -0.090222958333333, 0 -0.090240875000000, 1 -0.090268458333333, 0 -0.090286375000000, 1 -0.090320041666667, 0 -0.090337916666667, 1 -0.090401916666667, 0 -0.090419791666667, 1 -0.090444333333333, 0 -0.090462250000000, 1 -0.090520166666667, 0 -0.090538083333333, 1 -0.090562625000000, 0 -0.090580541666667, 1 -0.090829541666667, 0 -0.090847416666667, 1 -0.090999375000000, 0 -0.091017250000000, 1 -0.091060000000000, 0 -0.091077916666667, 1 -0.091102458333333, 0 -0.091120375000000, 1 -0.091147958333333, 0 -0.091165875000000, 1 -0.091202541666667, 0 -0.091220166666667, 1 -0.091220208333333, 0 -0.091220458333333, 1 -0.091284416666667, 0 -0.091302333333333, 1 -0.091329875000000, 0 -0.091347791666667, 1 -0.091405708333333, 0 -0.091423583333333, 1 -0.091478541666667, 0 -0.091496416666667, 1 -0.091721125000000, 0 -0.091739000000000, 1 -0.091890958333333, 0 -0.091908875000000, 1 -0.091963750000000, 0 -0.091981666666667, 1 -0.092006208333333, 0 -0.092024125000000, 1 -0.092051708333333, 0 -0.092069583333333, 1 -0.092106291666667, 0 -0.092124125000000, 1 -0.092188166666667, 0 -0.092206041666667, 1 -0.092236666666667, 0 -0.092254583333333, 1 -0.092312500000000, 0 -0.092330375000000, 1 -0.092354958333333, 0 -0.092372833333333, 1 -0.092612708333333, 0 -0.092630625000000, 1 -0.092782541666667, 0 -0.092800458333333, 1 -0.092855333333333, 0 -0.092873250000000, 1 -0.092897791666667, 0 -0.092915666666667, 1 -0.092943291666667, 0 -0.092961166666667, 1 -0.092997875000000, 0 -0.093015750000000, 1 -0.093079750000000, 0 -0.093097625000000, 1 -0.093131291666667, 0 -0.093149208333333, 1 -0.093207083333333, 0 -0.093225000000000, 1 -0.093243500000000, 0 -0.093261416666667, 1 -0.093504333333333, 0 -0.093522208333333, 1 -0.093674166666667, 0 -0.093692041666667, 1 -0.093710541666667, 0 -0.093728458333333, 1 -0.093753000000000, 0 -0.093770916666667, 1 -0.093798541666667, 0 -0.093816416666667, 1 -0.093850083333333, 0 -0.093867958333333, 1 -0.093931958333333, 0 -0.093949833333333, 1 -0.093986541666667, 0 -0.094004458333333, 1 -0.094062375000000, 0 -0.094080250000000, 1 -0.094129083333333, 0 -0.094146958333333, 1 -0.094395958333333, 0 -0.094413833333333, 1 -0.094565750000000, 0 -0.094583666666667, 1 -0.094602208333333, 0 -0.094620125000000, 1 -0.094644666666667, 0 -0.094662541666667, 1 -0.094690166666667, 0 -0.094708000000000, 1 -0.094741666666667, 0 -0.094741791666667, 1 -0.094741833333333, 0 -0.094759583333333, 1 -0.094823583333333, 0 -0.094841458333333, 1 -0.094881166666667, 0 -0.094899041666667, 1 -0.094957000000000, 0 -0.094974916666667, 1 -0.095017666666667, 0 -0.095035541666667, 1 -0.095287541666667, 0 -0.095305416666667, 1 -0.095457375000000, 0 -0.095475291666667, 1 -0.095493750000000, 0 -0.095511625000000, 1 -0.095536250000000, 0 -0.095554125000000, 1 -0.095581750000000, 0 -0.095599625000000, 1 -0.095633291666667, 0 -0.095651166666667, 1 -0.095715166666667, 0 -0.095733041666667, 1 -0.095775791666667, 0 -0.095793666666667, 1 -0.095851625000000, 0 -0.095869500000000, 1 -0.095921375000000, 0 -0.095939291666667, 1 -0.096179166666667, 0 -0.096197041666667, 1 -0.096349000000000, 0 -0.096366875000000, 1 -0.096385375000000, 0 -0.096403291666667, 1 -0.096427833333333, 0 -0.096445750000000, 1 -0.096473333333333, 0 -0.096491250000000, 1 -0.096527916666667, 0 -0.096545833333333, 1 -0.096609791666667, 0 -0.096627708333333, 1 -0.096673500000000, 0 -0.096691375000000, 1 -0.096749291666667, 0 -0.096767208333333, 1 -0.096800875000000, 0 -0.096818750000000, 1 -0.097070750000000, 0 -0.097088666666667, 1 -0.097240625000000, 0 -0.097258500000000, 1 -0.097277000000000, 0 -0.097294875000000, 1 -0.097319458333333, 0 -0.097337333333333, 1 -0.097364958333333, 0 -0.097382833333333, 1 -0.097419541666667, 0 -0.097437416666667, 1 -0.097501416666667, 0 -0.097519291666667, 1 -0.097568125000000, 0 -0.097586000000000, 1 -0.097643916666667, 0 -0.097661833333333, 1 -0.097689416666667, 0 -0.097707333333333, 1 -0.097962375000000, 0 -0.097980250000000, 1 -0.098132208333333, 0 -0.098150125000000, 1 -0.098168625000000, 0 -0.098186500000000, 1 -0.098211083333333, 0 -0.098228958333333, 1 -0.098256541666667, 0 -0.098274458333333, 1 -0.098311125000000, 0 -0.098329041666667, 1 -0.098393041666667, 0 -0.098410916666667, 1 -0.098462750000000, 0 -0.098480666666667, 1 -0.098538583333333, 0 -0.098556458333333, 1 -0.098578000000000, 0 -0.098595875000000, 1 -0.098854000000000, 0 -0.098871875000000, 1 -0.099023791666667, 0 -0.099041708333333, 1 -0.099060208333333, 0 -0.099078125000000, 1 -0.099102666666667, 0 -0.099120541666667, 1 -0.099148166666667, 0 -0.099166041666667, 1 -0.099202750000000, 0 -0.099220625000000, 1 -0.099284625000000, 0 -0.099302458333333, 1 -0.099357416666667, 0 -0.099375291666667, 1 -0.099433208333333, 0 -0.099451125000000, 1 -0.099515125000000, 0 -0.099532791666667, 1 -0.099532833333333, 0 -0.099532958333333, 1 -0.099745583333333, 0 -0.099763458333333, 1 -0.099915416666667, 0 -0.099933291666667, 1 -0.099951833333333, 0 -0.099969708333333, 1 -0.099994250000000, 0 -0.100012166666667, 1 -0.100039750000000, 0 -0.100057625000000, 1 -0.100094333333333, 0 -0.100112208333333, 1 -0.100176208333333, 0 -0.100194041666667, 1 -0.100252000000000, 0 -0.100269916666667, 1 -0.100327833333333, 0 -0.100345750000000, 1 -0.100403666666667, 0 -0.100421541666667, 1 -0.100637166666667, 0 -0.100654875000000, 1 -0.100654958333333, 0 -0.100655041666667, 1 -0.100807000000000, 0 -0.100824875000000, 1 -0.100843375000000, 0 -0.100861291666667, 1 -0.100885875000000, 0 -0.100903750000000, 1 -0.100931375000000, 0 -0.100949250000000, 1 -0.100985916666667, 0 -0.101003791666667, 1 -0.101067833333333, 0 -0.101085708333333, 1 -0.101146625000000, 0 -0.101164541666667, 1 -0.101222500000000, 0 -0.101240375000000, 1 -0.101292250000000, 0 -0.101310125000000, 1 -0.101528750000000, 0 -0.101528791666667, 1 -0.101528833333333, 0 -0.101546666666667, 1 -0.101698625000000, 0 -0.101716500000000, 1 -0.101735000000000, 0 -0.101752916666667, 1 -0.101777458333333, 0 -0.101795375000000, 1 -0.101823000000000, 0 -0.101840833333333, 1 -0.101877541666667, 0 -0.101895458333333, 1 -0.101959416666667, 0 -0.101977333333333, 1 -0.102041291666667, 0 -0.102059208333333, 1 -0.102117125000000, 0 -0.102135000000000, 1 -0.102135166666667, 0 -0.102135208333333, 1 -0.102180833333333, 0 -0.102198708333333, 1 -0.102420375000000, 0 -0.102438291666667, 1 -0.102590166666667, 0 -0.102608083333333, 1 -0.102650833333333, 0 -0.102668750000000, 1 -0.102693333333333, 0 -0.102711208333333, 1 -0.102738833333333, 0 -0.102756708333333, 1 -0.102793416666667, 0 -0.102811250000000, 1 -0.102829791666667, 0 -0.102847708333333, 1 -0.102866166666667, 0 -0.102884041666667, 1 -0.102942000000000, 0 -0.102959916666667, 1 -0.102978375000000, 0 -0.102996291666667, 1 -0.103312041666667, 0 -0.103329875000000, 1 -0.103481833333333, 0 -0.103499750000000, 1 -0.103518250000000, 0 -0.103536125000000, 1 -0.103560708333333, 0 -0.103578583333333, 1 -0.103606166666667, 0 -0.103624083333333, 1 -0.103660750000000, 0 -0.103678666666667, 1 -0.103697166666667, 0 -0.103715041666667, 1 -0.103736583333333, 0 -0.103754500000000, 1 -0.103812375000000, 0 -0.103830291666667, 1 -0.103854833333333, 0 -0.103872750000000, 1 -0.104203750000000, 0 -0.104221541666667, 1 -0.104373458333333, 0 -0.104391333333333, 1 -0.104446250000000, 0 -0.104464166666667, 1 -0.104488708333333, 0 -0.104506625000000, 1 -0.104534208333333, 0 -0.104552083333333, 1 -0.104585750000000, 0 -0.104603625000000, 1 -0.104622166666667, 0 -0.104640041666667, 1 -0.104664583333333, 0 -0.104682500000000, 1 -0.104740416666667, 0 -0.104758333333333, 1 -0.104801083333333, 0 -0.104819000000000, 1 -0.105095250000000, 0 -0.105113125000000, 1 -0.105265083333333, 0 -0.105283000000000, 1 -0.105337875000000, 0 -0.105355791666667, 1 -0.105380375000000, 0 -0.105398250000000, 1 -0.105425833333333, 0 -0.105443750000000, 1 -0.105477375000000, 0 -0.105495250000000, 1 -0.105513750000000, 0 -0.105531666666667, 1 -0.105559250000000, 0 -0.105577125000000, 1 -0.105635083333333, 0 -0.105652958333333, 1 -0.105701791666667, 0 -0.105719708333333, 1 -0.105986875000000, 0 -0.106004750000000, 1 -0.106156750000000, 0 -0.106174625000000, 1 -0.106217416666667, 0 -0.106235291666667, 1 -0.106259833333333, 0 -0.106277750000000, 1 -0.106305333333333, 0 -0.106323208333333, 1 -0.106356875000000, 0 -0.106374791666667, 1 -0.106393291666667, 0 -0.106411166666667, 1 -0.106441791666667, 0 -0.106459708333333, 1 -0.106517625000000, 0 -0.106535500000000, 1 -0.106566166666667, 0 -0.106584041666667, 1 -0.106878541666667, 0 -0.106896416666667, 1 -0.107048375000000, 0 -0.107066291666667, 1 -0.107109041666667, 0 -0.107126916666667, 1 -0.107151500000000, 0 -0.107169416666667, 1 -0.107197000000000, 0 -0.107214875000000, 1 -0.107251583333333, 0 -0.107269458333333, 1 -0.107288000000000, 0 -0.107305875000000, 1 -0.107339541666667, 0 -0.107357416666667, 1 -0.107415375000000, 0 -0.107433250000000, 1 -0.107482083333333, 0 -0.107500000000000, 1 -0.107770208333333, 0 -0.107788125000000, 1 -0.107940083333333, 0 -0.107958000000000, 1 -0.108000708333333, 0 -0.108018583333333, 1 -0.108043208333333, 0 -0.108061083333333, 1 -0.108088666666667, 0 -0.108106583333333, 1 -0.108140208333333, 0 -0.108158125000000, 1 -0.108176625000000, 0 -0.108194500000000, 1 -0.108231208333333, 0 -0.108249125000000, 1 -0.108307041666667, 0 -0.108324916666667, 1 -0.108343416666667, 0 -0.108361333333333, 1 -0.108661875000000, 0 -0.108679750000000, 1 -0.108831708333333, 0 -0.108849625000000, 1 -0.108892416666667, 0 -0.108910291666667, 1 -0.108934875000000, 0 -0.108952750000000, 1 -0.108980333333333, 0 -0.108998208333333, 1 -0.109031916666667, 0 -0.109049833333333, 1 -0.109068291666667, 0 -0.109086208333333, 1 -0.109125916666667, 0 -0.109143791666667, 1 -0.109201750000000, 0 -0.109219625000000, 1 -0.109244208333333, 0 -0.109262083333333, 1 -0.109553541666667, 0 -0.109571416666667, 1 -0.109723416666667, 0 -0.109741291666667, 1 -0.109759791666667, 0 -0.109777666666667, 1 -0.109802291666667, 0 -0.109820166666667, 1 -0.109847750000000, 0 -0.109865666666667, 1 -0.109902333333333, 0 -0.109920291666667, 1 -0.109938750000000, 0 -0.109956666666667, 1 -0.109999375000000, 0 -0.110017291666667, 1 -0.110075208333333, 0 -0.110093125000000, 1 -0.110151041666667, 0 -0.110168958333333, 1 -0.110445250000000, 0 -0.110463166666667, 1 -0.110615083333333, 0 -0.110633000000000, 1 -0.110651500000000, 0 -0.110669375000000, 1 -0.110693958333333, 0 -0.110711833333333, 1 -0.110739458333333, 0 -0.110757333333333, 1 -0.110791000000000, 0 -0.110808875000000, 1 -0.110827375000000, 0 -0.110845291666667, 1 -0.110891041666667, 0 -0.110908958333333, 1 -0.110966875000000, 0 -0.110984791666667, 1 -0.111012375000000, 0 -0.111030291666667, 1 -0.111336875000000, 0 -0.111354750000000, 1 -0.111506750000000, 0 -0.111524625000000, 1 -0.111567416666667, 0 -0.111585291666667, 1 -0.111609875000000, 0 -0.111627750000000, 1 -0.111655333333333, 0 -0.111673208333333, 1 -0.111706916666667, 0 -0.111724833333333, 1 -0.111743291666667, 0 -0.111761166666667, 1 -0.111809958333333, 0 -0.111827875000000, 1 -0.111885833333333, 0 -0.111903708333333, 1 -0.111937416666667, 0 -0.111955250000000, 1 -0.112228541666667, 0 -0.112246416666667, 1 -0.112398375000000, 0 -0.112416291666667, 1 -0.112434791666667, 0 -0.112452541666667, 1 -0.112452666666667, 0 -0.112452833333333, 1 -0.112477250000000, 0 -0.112495125000000, 1 -0.112522708333333, 0 -0.112540666666667, 1 -0.112577333333333, 0 -0.112595208333333, 1 -0.112613708333333, 0 -0.112631625000000, 1 -0.112683458333333, 0 -0.112701375000000, 1 -0.112759291666667, 0 -0.112777208333333, 1 -0.112829041666667, 0 -0.112846958333333, 1 -0.113120208333333, 0 -0.113138125000000, 1 -0.113290041666667, 0 -0.113307958333333, 1 -0.113326458333333, 0 -0.113344375000000, 1 -0.113368916666667, 0 -0.113386791666667, 1 -0.113414375000000, 0 -0.113432291666667, 1 -0.113469000000000, 0 -0.113486875000000, 1 -0.113505375000000, 0 -0.113523291666667, 1 -0.113578166666667, 0 -0.113596041666667, 1 -0.113654000000000, 0 -0.113671875000000, 1 -0.113705541666667, 0 -0.113723458333333, 1 -0.114011875000000, 0 -0.114029750000000, 1 -0.114181708333333, 0 -0.114199625000000, 1 -0.114242375000000, 0 -0.114260291666667, 1 -0.114284833333333, 0 -0.114302750000000, 1 -0.114330333333333, 0 -0.114348208333333, 1 -0.114384916666667, 0 -0.114402791666667, 1 -0.114421291666667, 0 -0.114439208333333, 1 -0.114497125000000, 0 -0.114515000000000, 1 -0.114572916666667, 0 -0.114590833333333, 1 -0.114630583333333, 0 -0.114648458333333, 1 -0.114903500000000, 0 -0.114921416666667, 1 -0.115073375000000, 0 -0.115091291666667, 1 -0.115109750000000, 0 -0.115127666666667, 1 -0.115152250000000, 0 -0.115170125000000, 1 -0.115197750000000, 0 -0.115215625000000, 1 -0.115252291666667, 0 -0.115270208333333, 1 -0.115288708333333, 0 -0.115306583333333, 1 -0.115367541666667, 0 -0.115385458333333, 1 -0.115443375000000, 0 -0.115461291666667, 1 -0.115482791666667, 0 -0.115500708333333, 1 -0.115795208333333, 0 -0.115813083333333, 1 -0.115965041666667, 0 -0.115982958333333, 1 -0.116013583333333, 0 -0.116031458333333, 1 -0.116056041666667, 0 -0.116073958333333, 1 -0.116101541666667, 0 -0.116119250000000, 1 -0.116119291666667, 0 -0.116119416666667, 1 -0.116156125000000, 0 -0.116174000000000, 1 -0.116192541666667, 0 -0.116210416666667, 1 -0.116274375000000, 0 -0.116292291666667, 1 -0.116350208333333, 0 -0.116368125000000, 1 -0.116395750000000, 0 -0.116413625000000, 1 -0.116686875000000, 0 -0.116704750000000, 1 -0.116856708333333, 0 -0.116874583333333, 1 -0.116917375000000, 0 -0.116935291666667, 1 -0.116959833333333, 0 -0.116977708333333, 1 -0.117005333333333, 0 -0.117023208333333, 1 -0.117059916666667, 0 -0.117077791666667, 1 -0.117099333333333, 0 -0.117117208333333, 1 -0.117135750000000, 0 -0.117153625000000, 1 -0.117211541666667, 0 -0.117229416666667, 1 -0.117269166666667, 0 -0.117287041666667, 1 -0.117578541666667, 0 -0.117596375000000, 1 -0.117748375000000, 0 -0.117766250000000, 1 -0.117784666666667, 0 -0.117784708333333, 1 -0.117784750000000, 0 -0.117802666666667, 1 -0.117827208333333, 0 -0.117845166666667, 1 -0.117872708333333, 0 -0.117890625000000, 1 -0.117927333333333, 0 -0.117945208333333, 1 -0.117966708333333, 0 -0.117984625000000, 1 -0.118006166666667, 0 -0.118024041666667, 1 -0.118082000000000, 0 -0.118099875000000, 1 -0.118133541666667, 0 -0.118151416666667, 1 -0.118470166666667, 0 -0.118488041666667, 1 -0.118640000000000, 0 -0.118657750000000, 1 -0.118657833333333, 0 -0.118657916666667, 1 -0.118676375000000, 0 -0.118694333333333, 1 -0.118718875000000, 0 -0.118736750000000, 1 -0.118764333333333, 0 -0.118782250000000, 1 -0.118818958333333, 0 -0.118836833333333, 1 -0.118858375000000, 0 -0.118876250000000, 1 -0.118900833333333, 0 -0.118918708333333, 1 -0.118976625000000, 0 -0.118994500000000, 1 -0.119022125000000, 0 -0.119040000000000, 1 -0.119361791666667, 0 -0.119379666666667, 1 -0.119531625000000, 0 -0.119549500000000, 1 -0.119580166666667, 0 -0.119598041666667, 1 -0.119622625000000, 0 -0.119640500000000, 1 -0.119668125000000, 0 -0.119686000000000, 1 -0.119722708333333, 0 -0.119740583333333, 1 -0.119762125000000, 0 -0.119780000000000, 1 -0.119807625000000, 0 -0.119825500000000, 1 -0.119883416666667, 0 -0.119901250000000, 1 -0.119922833333333, 0 -0.119940791666667, 1 -0.120253416666667, 0 -0.120271333333333, 1 -0.120423250000000, 0 -0.120441166666667, 1 -0.120483958333333, 0 -0.120501791666667, 1 -0.120526375000000, 0 -0.120544291666667, 1 -0.120571875000000, 0 -0.120589708333333, 1 -0.120626458333333, 0 -0.120644333333333, 1 -0.120665875000000, 0 -0.120683750000000, 1 -0.120714375000000, 0 -0.120732291666667, 1 -0.120790208333333, 0 -0.120808125000000, 1 -0.120872083333333, 0 -0.120890041666667, 1 -0.121145083333333, 0 -0.121162958333333, 1 -0.121314916666667, 0 -0.121332833333333, 1 -0.121387708333333, 0 -0.121405625000000, 1 -0.121430208333333, 0 -0.121448083333333, 1 -0.121475666666667, 0 -0.121493541666667, 1 -0.121527208333333, 0 -0.121545125000000, 1 -0.121566625000000, 0 -0.121584541666667, 1 -0.121618208333333, 0 -0.121636083333333, 1 -0.121694000000000, 0 -0.121711916666667, 1 -0.121733416666667, 0 -0.121751333333333, 1 -0.122036708333333, 0 -0.122054625000000, 1 -0.122206583333333, 0 -0.122224458333333, 1 -0.122279375000000, 0 -0.122297250000000, 1 -0.122321833333333, 0 -0.122339708333333, 1 -0.122367291666667, 0 -0.122385166666667, 1 -0.122421875000000, 0 -0.122439791666667, 1 -0.122461291666667, 0 -0.122479166666667, 1 -0.122515875000000, 0 -0.122533750000000, 1 -0.122591708333333, 0 -0.122609583333333, 1 -0.122661458333333, 0 -0.122679375000000, 1 -0.122928333333333, 0 -0.122946250000000, 1 -0.123098166666667, 0 -0.123116083333333, 1 -0.123158833333333, 0 -0.123176708333333, 1 -0.123201291666667, 0 -0.123219208333333, 1 -0.123246791666667, 0 -0.123264666666667, 1 -0.123298333333333, 0 -0.123316208333333, 1 -0.123337750000000, 0 -0.123355625000000, 1 -0.123395333333333, 0 -0.123413250000000, 1 -0.123471208333333, 0 -0.123489083333333, 1 -0.123522750000000, 0 -0.123540666666667, 1 -0.123820000000000, 0 -0.123837875000000, 1 -0.123989833333333, 0 -0.124007708333333, 1 -0.124062625000000, 0 -0.124080500000000, 1 -0.124105083333333, 0 -0.124122958333333, 1 -0.124150583333333, 0 -0.124168458333333, 1 -0.124202125000000, 0 -0.124220000000000, 1 -0.124241541666667, 0 -0.124259416666667, 1 -0.124302208333333, 0 -0.124320083333333, 1 -0.124378000000000, 0 -0.124395875000000, 1 -0.124432583333333, 0 -0.124450500000000, 1 -0.124711625000000, 0 -0.124729458333333, 1 -0.124881458333333, 0 -0.124899333333333, 1 -0.124954208333333, 0 -0.124972166666667, 1 -0.124996708333333, 0 -0.125014625000000, 1 -0.125042208333333, 0 -0.125060083333333, 1 -0.125096791666667, 0 -0.125114666666667, 1 -0.125136208333333, 0 -0.125154083333333, 1 -0.125199875000000, 0 -0.125217791666667, 1 -0.125275708333333, 0 -0.125293583333333, 1 -0.125336375000000, 0 -0.125354250000000, 1 -0.125603250000000, 0 -0.125621125000000, 1 -0.125773083333333, 0 -0.125791000000000, 1 -0.125809500000000, 0 -0.125827375000000, 1 -0.125851958333333, 0 -0.125869833333333, 1 -0.125897458333333, 0 -0.125915333333333, 1 -0.125952000000000, 0 -0.125969916666667, 1 -0.125991416666667, 0 -0.126009291666667, 1 -0.126058125000000, 0 -0.126076041666667, 1 -0.126133958333333, 0 -0.126151875000000, 1 -0.126212833333333, 0 -0.126230708333333, 1 -0.126494875000000, 0 -0.126512791666667, 1 -0.126664750000000, 0 -0.126682625000000, 1 -0.126701125000000, 0 -0.126719000000000, 1 -0.126743583333333, 0 -0.126761458333333, 1 -0.126789083333333, 0 -0.126807000000000, 1 -0.126843666666667, 0 -0.126861541666667, 1 -0.126883083333333, 0 -0.126900958333333, 1 -0.126952833333333, 0 -0.126970708333333, 1 -0.127028625000000, 0 -0.127046541666667, 1 -0.127101416666667, 0 -0.127119333333333, 1 -0.127386500000000, 0 -0.127404375000000, 1 -0.127556333333333, 0 -0.127574291666667, 1 -0.127592750000000, 0 -0.127610625000000, 1 -0.127635208333333, 0 -0.127653083333333, 1 -0.127680708333333, 0 -0.127698583333333, 1 -0.127735291666667, 0 -0.127753166666667, 1 -0.127774666666667, 0 -0.127792541666667, 1 -0.127847458333333, 0 -0.127865333333333, 1 -0.127923291666667, 0 -0.127941166666667, 1 -0.127965708333333, 0 -0.127983625000000, 1 -0.128278125000000, 0 -0.128296000000000, 1 -0.128447916666667, 0 -0.128465875000000, 1 -0.128484375000000, 0 -0.128502250000000, 1 -0.128526791666667, 0 -0.128544708333333, 1 -0.128572291666667, 0 -0.128590208333333, 1 -0.128626916666667, 0 -0.128644791666667, 1 -0.128666333333333, 0 -0.128684250000000, 1 -0.128742125000000, 0 -0.128760083333333, 1 -0.128817958333333, 0 -0.128835750000000, 1 -0.128854333333333, 0 -0.128872208333333, 1 -0.129169875000000, 0 -0.129187666666667, 1 -0.129339541666667, 0 -0.129357500000000, 1 -0.129376000000000, 0 -0.129393916666667, 1 -0.129418458333333, 0 -0.129436333333333, 1 -0.129463958333333, 0 -0.129481875000000, 1 -0.129521583333333, 0 -0.129539500000000, 1 -0.129561000000000, 0 -0.129578875000000, 1 -0.129639833333333, 0 -0.129657708333333, 1 -0.129715625000000, 0 -0.129733541666667, 1 -0.129758083333333, 0 -0.129776000000000, 1 -0.130061375000000, 0 -0.130079250000000, 1 -0.130231208333333, 0 -0.130249125000000, 1 -0.130267583333333, 0 -0.130285500000000, 1 -0.130310083333333, 0 -0.130327958333333, 1 -0.130355541666667, 0 -0.130373458333333, 1 -0.130410166666667, 0 -0.130428041666667, 1 -0.130449541666667, 0 -0.130467458333333, 1 -0.130531416666667, 0 -0.130549333333333, 1 -0.130607250000000, 0 -0.130625166666667, 1 -0.130655791666667, 0 -0.130673666666667, 1 -0.130953000000000, 0 -0.130970875000000, 1 -0.131122833333333, 0 -0.131140708333333, 1 -0.131159208333333, 0 -0.131177125000000, 1 -0.131201666666667, 0 -0.131219583333333, 1 -0.131247208333333, 0 -0.131265083333333, 1 -0.131301791666667, 0 -0.131319666666667, 1 -0.131344208333333, 0 -0.131362125000000, 1 -0.131380625000000, 0 -0.131398500000000, 1 -0.131456416666667, 0 -0.131474333333333, 1 -0.131535291666667, 0 -0.131553166666667, 1 -0.131844625000000, 0 -0.131862541666667, 1 -0.132014500000000, 0 -0.132032416666667, 1 -0.132050875000000, 0 -0.132068791666667, 1 -0.132093375000000, 0 -0.132111250000000, 1 -0.132138833333333, 0 -0.132156750000000, 1 -0.132193416666667, 0 -0.132211333333333, 1 -0.132235875000000, 0 -0.132253791666667, 1 -0.132275291666667, 0 -0.132293208333333, 1 -0.132351125000000, 0 -0.132369000000000, 1 -0.132423875000000, 0 -0.132441791666667, 1 -0.132736250000000, 0 -0.132754166666667, 1 -0.132906083333333, 0 -0.132924000000000, 1 -0.132942500000000, 0 -0.132960416666667, 1 -0.132984958333333, 0 -0.133002875000000, 1 -0.133030458333333, 0 -0.133048375000000, 1 -0.133082000000000, 0 -0.133099916666667, 1 -0.133124458333333, 0 -0.133142333333333, 1 -0.133166916666667, 0 -0.133184833333333, 1 -0.133242708333333, 0 -0.133260625000000, 1 -0.133297333333333, 0 -0.133315208333333, 1 -0.133627875000000, 0 -0.133645791666667, 1 -0.133797750000000, 0 -0.133815625000000, 1 -0.133834125000000, 0 -0.133852000000000, 1 -0.133876583333333, 0 -0.133894500000000, 1 -0.133922083333333, 0 -0.133940000000000, 1 -0.133976708333333, 0 -0.133994583333333, 1 -0.134019125000000, 0 -0.134037000000000, 1 -0.134064583333333, 0 -0.134082500000000, 1 -0.134140416666667, 0 -0.134158333333333, 1 -0.134201083333333, 0 -0.134219000000000, 1 -0.134519541666667, 0 -0.134537458333333, 1 -0.134689375000000, 0 -0.134707291666667, 1 -0.134750041666667, 0 -0.134767916666667, 1 -0.134792541666667, 0 -0.134810416666667, 1 -0.134838000000000, 0 -0.134855875000000, 1 -0.134892583333333, 0 -0.134910500000000, 1 -0.134935041666667, 0 -0.134952916666667, 1 -0.134983541666667, 0 -0.135001416666667, 1 -0.135059375000000, 0 -0.135077250000000, 1 -0.135113958333333, 0 -0.135131833333333, 1 -0.135411166666667, 0 -0.135429083333333, 1 -0.135581000000000, 0 -0.135598916666667, 1 -0.135617416666667, 0 -0.135635291666667, 1 -0.135659875000000, 0 -0.135677750000000, 1 -0.135677833333333, 0 -0.135677875000000, 1 -0.135705375000000, 0 -0.135723250000000, 1 -0.135723458333333, 0 -0.135723500000000, 1 -0.135759958333333, 0 -0.135777833333333, 1 -0.135802416666667, 0 -0.135820291666667, 1 -0.135853958333333, 0 -0.135871833333333, 1 -0.135929708333333, 0 -0.135947625000000, 1 -0.135978291666667, 0 -0.135996208333333, 1 -0.136302833333333, 0 -0.136320708333333, 1 -0.136472625000000, 0 -0.136490541666667, 1 -0.136545458333333, 0 -0.136563375000000, 1 -0.136588000000000, 0 -0.136605833333333, 1 -0.136633416666667, 0 -0.136651291666667, 1 -0.136684916666667, 0 -0.136702833333333, 1 -0.136727416666667, 0 -0.136745250000000, 1 -0.136782000000000, 0 -0.136799708333333, 1 -0.136857791666667, 0 -0.136875666666667, 1 -0.136936666666667, 0 -0.136954500000000, 1 -0.137194458333333, 0 -0.137212333333333, 1 -0.137364291666667, 0 -0.137382208333333, 1 -0.137424958333333, 0 -0.137442833333333, 1 -0.137467416666667, 0 -0.137485291666667, 1 -0.137512875000000, 0 -0.137530791666667, 1 -0.137567458333333, 0 -0.137585375000000, 1 -0.137609958333333, 0 -0.137627833333333, 1 -0.137667583333333, 0 -0.137685458333333, 1 -0.137743375000000, 0 -0.137761250000000, 1 -0.137779750000000, 0 -0.137797666666667, 1 -0.138086083333333, 0 -0.138103958333333, 1 -0.138255916666667, 0 -0.138273791666667, 1 -0.138328708333333, 0 -0.138346583333333, 1 -0.138371166666667, 0 -0.138389041666667, 1 -0.138416625000000, 0 -0.138434541666667, 1 -0.138468208333333, 0 -0.138486083333333, 1 -0.138510666666667, 0 -0.138528541666667, 1 -0.138571291666667, 0 -0.138589208333333, 1 -0.138647125000000, 0 -0.138665000000000, 1 -0.138729041666667, 0 -0.138746916666667, 1 -0.138977708333333, 0 -0.138995583333333, 1 -0.139147541666667, 0 -0.139165458333333, 1 -0.139208208333333, 0 -0.139226125000000, 1 -0.139250666666667, 0 -0.139268583333333, 1 -0.139296166666667, 0 -0.139314041666667, 1 -0.139350750000000, 0 -0.139368625000000, 1 -0.139393208333333, 0 -0.139411083333333, 1 -0.139456875000000, 0 -0.139474791666667, 1 -0.139532708333333, 0 -0.139550583333333, 1 -0.139572125000000, 0 -0.139590041666667, 1 -0.139869375000000, 0 -0.139887250000000, 1 -0.140039208333333, 0 -0.140057125000000, 1 -0.140112000000000, 0 -0.140129916666667, 1 -0.140154458333333, 0 -0.140172375000000, 1 -0.140199958333333, 0 -0.140217833333333, 1 -0.140254541666667, 0 -0.140272416666667, 1 -0.140297000000000, 0 -0.140314875000000, 1 -0.140363708333333, 0 -0.140381625000000, 1 -0.140439541666667, 0 -0.140457458333333, 1 -0.140497166666667, 0 -0.140515083333333, 1 -0.140761000000000, 0 -0.140778916666667, 1 -0.140930875000000, 0 -0.140948750000000, 1 -0.140991541666667, 0 -0.141009416666667, 1 -0.141034000000000, 0 -0.141051875000000, 1 -0.141079458333333, 0 -0.141097375000000, 1 -0.141131000000000, 0 -0.141148916666667, 1 -0.141173500000000, 0 -0.141191375000000, 1 -0.141243250000000, 0 -0.141261125000000, 1 -0.141319041666667, 0 -0.141336958333333, 1 -0.141382750000000, 0 -0.141400666666667, 1 -0.141652666666667, 0 -0.141670541666667, 1 -0.141822541666667, 0 -0.141840375000000, 1 -0.141858875000000, 0 -0.141876791666667, 1 -0.141901375000000, 0 -0.141919250000000, 1 -0.141946875000000, 0 -0.141964750000000, 1 -0.142001458333333, 0 -0.142019375000000, 1 -0.142043916666667, 0 -0.142061833333333, 1 -0.142116708333333, 0 -0.142134583333333, 1 -0.142192541666667, 0 -0.142210416666667, 1 -0.142262250000000, 0 -0.142280166666667, 1 -0.142544333333333, 0 -0.142562250000000, 1 -0.142714208333333, 0 -0.142731916666667, 1 -0.142731958333333, 0 -0.142732125000000, 1 -0.142750583333333, 0 -0.142768458333333, 1 -0.142793041666667, 0 -0.142810958333333, 1 -0.142838541666667, 0 -0.142856458333333, 1 -0.142893125000000, 0 -0.142911000000000, 1 -0.142935583333333, 0 -0.142953500000000, 1 -0.143011375000000, 0 -0.143029291666667, 1 -0.143087208333333, 0 -0.143105041666667, 1 -0.143150916666667, 0 -0.143168791666667, 1 -0.143436000000000, 0 -0.143453875000000, 1 -0.143605833333333, 0 -0.143623708333333, 1 -0.143666500000000, 0 -0.143684375000000, 1 -0.143708958333333, 0 -0.143726875000000, 1 -0.143754458333333, 0 -0.143772333333333, 1 -0.143806000000000, 0 -0.143823875000000, 1 -0.143848458333333, 0 -0.143866333333333, 1 -0.143927291666667, 0 -0.143945166666667, 1 -0.144003125000000, 0 -0.144021083333333, 1 -0.144048625000000, 0 -0.144066541666667, 1 -0.144327625000000, 0 -0.144345541666667, 1 -0.144497458333333, 0 -0.144515333333333, 1 -0.144533833333333, 0 -0.144551750000000, 1 -0.144576333333333, 0 -0.144594208333333, 1 -0.144621833333333, 0 -0.144639750000000, 1 -0.144673375000000, 0 -0.144691250000000, 1 -0.144715791666667, 0 -0.144733708333333, 1 -0.144797708333333, 0 -0.144815583333333, 1 -0.144873541666667, 0 -0.144891416666667, 1 -0.144912958333333, 0 -0.144930875000000, 1 -0.145219291666667, 0 -0.145237166666667, 1 -0.145389125000000, 0 -0.145406958333333, 1 -0.145425541666667, 0 -0.145443375000000, 1 -0.145468000000000, 0 -0.145485875000000, 1 -0.145513500000000, 0 -0.145531333333333, 1 -0.145565000000000, 0 -0.145582916666667, 1 -0.145610500000000, 0 -0.145628416666667, 1 -0.145646916666667, 0 -0.145664750000000, 1 -0.145722708333333, 0 -0.145740625000000, 1 -0.145774291666667, 0 -0.145792208333333, 1 -0.146110875000000, 0 -0.146128791666667, 1 -0.146280750000000, 0 -0.146298625000000, 1 -0.146341416666667, 0 -0.146359291666667, 1 -0.146383875000000, 0 -0.146401750000000, 1 -0.146429375000000, 0 -0.146447250000000, 1 -0.146483958333333, 0 -0.146501833333333, 1 -0.146529416666667, 0 -0.146547333333333, 1 -0.146568833333333, 0 -0.146586750000000, 1 -0.146644666666667, 0 -0.146662541666667, 1 -0.146714416666667, 0 -0.146732333333333, 1 -0.147002541666667, 0 -0.147020416666667, 1 -0.147172375000000, 0 -0.147190291666667, 1 -0.147208791666667, 0 -0.147226666666667, 1 -0.147251250000000, 0 -0.147269125000000, 1 -0.147296750000000, 0 -0.147314625000000, 1 -0.147351291666667, 0 -0.147369208333333, 1 -0.147396791666667, 0 -0.147414666666667, 1 -0.147439250000000, 0 -0.147457166666667, 1 -0.147515083333333, 0 -0.147532958333333, 1 -0.147590916666667, 0 -0.147608791666667, 1 -0.147894208333333, 0 -0.147912083333333, 1 -0.148064041666667, 0 -0.148081916666667, 1 -0.148100416666667, 0 -0.148118333333333, 1 -0.148142875000000, 0 -0.148160791666667, 1 -0.148188375000000, 0 -0.148206291666667, 1 -0.148242958333333, 0 -0.148260875000000, 1 -0.148288458333333, 0 -0.148306333333333, 1 -0.148333958333333, 0 -0.148351833333333, 1 -0.148409750000000, 0 -0.148427666666667, 1 -0.148491666666667, 0 -0.148509583333333, 1 -0.148785833333333, 0 -0.148803750000000, 1 -0.148955666666667, 0 -0.148973583333333, 1 -0.149016333333333, 0 -0.149034250000000, 1 -0.149058791666667, 0 -0.149076666666667, 1 -0.149104291666667, 0 -0.149122166666667, 1 -0.149158875000000, 0 -0.149176750000000, 1 -0.149204375000000, 0 -0.149222250000000, 1 -0.149252875000000, 0 -0.149270750000000, 1 -0.149328708333333, 0 -0.149346583333333, 1 -0.149368125000000, 0 -0.149386000000000, 1 -0.149677458333333, 0 -0.149695375000000, 1 -0.149847291666667, 0 -0.149865208333333, 1 -0.149883708333333, 0 -0.149901583333333, 1 -0.149926166666667, 0 -0.149944041666667, 1 -0.149971666666667, 0 -0.149989583333333, 1 -0.150023208333333, 0 -0.150041125000000, 1 -0.150068708333333, 0 -0.150086583333333, 1 -0.150120250000000, 0 -0.150138125000000, 1 -0.150196041666667, 0 -0.150213958333333, 1 -0.150277958333333, 0 -0.150295833333333, 1 -0.150569083333333, 0 -0.150587000000000, 1 -0.150738916666667, 0 -0.150756833333333, 1 -0.150799625000000, 0 -0.150817458333333, 1 -0.150842083333333, 0 -0.150859958333333, 1 -0.150887541666667, 0 -0.150905458333333, 1 -0.150942125000000, 0 -0.150960041666667, 1 -0.150987625000000, 0 -0.151005500000000, 1 -0.151042208333333, 0 -0.151060083333333, 1 -0.151118000000000, 0 -0.151135916666667, 1 -0.151169583333333, 0 -0.151187458333333, 1 -0.151460666666667, 0 -0.151478625000000, 1 -0.151630541666667, 0 -0.151648458333333, 1 -0.151666916666667, 0 -0.151684833333333, 1 -0.151709416666667, 0 -0.151727291666667, 1 -0.151754875000000, 0 -0.151772791666667, 1 -0.151809458333333, 0 -0.151827375000000, 1 -0.151854958333333, 0 -0.151872791666667, 1 -0.151912541666667, 0 -0.151930458333333, 1 -0.151988375000000, 0 -0.152006250000000, 1 -0.152046000000000, 0 -0.152063916666667, 1 -0.152352291666667, 0 -0.152370166666667, 1 -0.152522125000000, 0 -0.152540000000000, 1 -0.152582791666667, 0 -0.152600666666667, 1 -0.152625250000000, 0 -0.152643125000000, 1 -0.152670750000000, 0 -0.152688583333333, 1 -0.152722291666667, 0 -0.152740208333333, 1 -0.152767791666667, 0 -0.152785666666667, 1 -0.152828416666667, 0 -0.152846375000000, 1 -0.152904166666667, 0 -0.152922166666667, 1 -0.152964916666667, 0 -0.152982750000000, 1 -0.153243916666667, 0 -0.153261750000000, 1 -0.153413750000000, 0 -0.153431625000000, 1 -0.153486541666667, 0 -0.153504458333333, 1 -0.153529000000000, 0 -0.153546875000000, 1 -0.153574500000000, 0 -0.153592333333333, 1 -0.153629041666667, 0 -0.153646958333333, 1 -0.153674583333333, 0 -0.153692416666667, 1 -0.153738250000000, 0 -0.153756125000000, 1 -0.153814000000000, 0 -0.153832000000000, 1 -0.153868666666667, 0 -0.153886500000000, 1 -0.154135541666667, 0 -0.154153416666667, 1 -0.154305416666667, 0 -0.154323291666667, 1 -0.154378166666667, 0 -0.154396041666667, 1 -0.154420625000000, 0 -0.154438541666667, 1 -0.154466125000000, 0 -0.154484000000000, 1 -0.154517666666667, 0 -0.154535541666667, 1 -0.154563166666667, 0 -0.154581041666667, 1 -0.154629875000000, 0 -0.154647750000000, 1 -0.154705666666667, 0 -0.154723583333333, 1 -0.154778458333333, 0 -0.154796375000000, 1 -0.155027125000000, 0 -0.155045041666667, 1 -0.155197000000000, 0 -0.155214875000000, 1 -0.155257625000000, 0 -0.155275541666667, 1 -0.155300125000000, 0 -0.155318000000000, 1 -0.155345583333333, 0 -0.155363458333333, 1 -0.155400166666667, 0 -0.155418041666667, 1 -0.155445666666667, 0 -0.155463541666667, 1 -0.155515375000000, 0 -0.155533291666667, 1 -0.155591208333333, 0 -0.155609125000000, 1 -0.155633666666667, 0 -0.155651583333333, 1 -0.155918750000000, 0 -0.155936666666667, 1 -0.156088583333333, 0 -0.156106500000000, 1 -0.156161375000000, 0 -0.156179291666667, 1 -0.156203875000000, 0 -0.156221750000000, 1 -0.156249333333333, 0 -0.156267250000000, 1 -0.156303958333333, 0 -0.156321833333333, 1 -0.156349416666667, 0 -0.156367333333333, 1 -0.156422208333333, 0 -0.156440125000000, 1 -0.156498041666667, 0 -0.156515916666667, 1 -0.156570833333333, 0 -0.156588750000000, 1 -0.156810416666667, 0 -0.156828291666667, 1 -0.156980250000000, 0 -0.156998125000000, 1 -0.157053041666667, 0 -0.157070916666667, 1 -0.157095500000000, 0 -0.157113375000000, 1 -0.157141000000000, 0 -0.157158875000000, 1 -0.157192541666667, 0 -0.157210416666667, 1 -0.157238000000000, 0 -0.157255916666667, 1 -0.157313833333333, 0 -0.157331708333333, 1 -0.157389666666667, 0 -0.157407541666667, 1 -0.157432125000000, 0 -0.157450000000000, 1 -0.157702000000000, 0 -0.157719875000000, 1 -0.157871875000000, 0 -0.157889750000000, 1 -0.157908250000000, 0 -0.157926166666667, 1 -0.157950708333333, 0 -0.157968625000000, 1 -0.157996208333333, 0 -0.158014083333333, 1 -0.158050791666667, 0 -0.158068666666667, 1 -0.158096291666667, 0 -0.158114166666667, 1 -0.158175125000000, 0 -0.158193000000000, 1 -0.158250958333333, 0 -0.158268875000000, 1 -0.158311625000000, 0 -0.158329500000000, 1 -0.158593666666667, 0 -0.158611583333333, 1 -0.158763500000000, 0 -0.158781416666667, 1 -0.158799916666667, 0 -0.158817833333333, 1 -0.158842375000000, 0 -0.158860291666667, 1 -0.158887875000000, 0 -0.158905791666667, 1 -0.158939500000000, 0 -0.158957333333333, 1 -0.158984916666667, 0 -0.159002833333333, 1 -0.159066791666667, 0 -0.159084666666667, 1 -0.159142625000000, 0 -0.159160500000000, 1 -0.159197208333333, 0 -0.159215125000000, 1 -0.159485291666667, 0 -0.159503166666667, 1 -0.159655125000000, 0 -0.159673000000000, 1 -0.159691541666667, 0 -0.159709416666667, 1 -0.159734000000000, 0 -0.159751875000000, 1 -0.159779500000000, 0 -0.159797375000000, 1 -0.159834041666667, 0 -0.159851958333333, 1 -0.159882583333333, 0 -0.159900333333333, 1 -0.159900375000000, 0 -0.159900458333333, 1 -0.159900500000000, 0 -0.159900541666667, 1 -0.159918958333333, 0 -0.159936833333333, 1 -0.159994791666667, 0 -0.160012666666667, 1 -0.160034166666667, 0 -0.160052125000000, 1 -0.160376916666667, 0 -0.160394791666667, 1 -0.160546750000000, 0 -0.160564625000000, 1 -0.160583083333333, 0 -0.160601041666667, 1 -0.160625625000000, 0 -0.160643500000000, 1 -0.160671083333333, 0 -0.160689000000000, 1 -0.160725666666667, 0 -0.160743583333333, 1 -0.160774125000000, 0 -0.160774250000000, 1 -0.160774291666667, 0 -0.160792083333333, 1 -0.160813625000000, 0 -0.160831500000000, 1 -0.160889416666667, 0 -0.160907291666667, 1 -0.160934916666667, 0 -0.160952791666667, 1 -0.161268541666667, 0 -0.161286375000000, 1 -0.161438416666667, 0 -0.161456291666667, 1 -0.161474750000000, 0 -0.161492666666667, 1 -0.161517291666667, 0 -0.161535083333333, 1 -0.161562708333333, 0 -0.161580625000000, 1 -0.161614208333333, 0 -0.161632208333333, 1 -0.161662833333333, 0 -0.161680708333333, 1 -0.161705291666667, 0 -0.161723166666667, 1 -0.161781083333333, 0 -0.161799000000000, 1 -0.161844791666667, 0 -0.161862666666667, 1 -0.162160125000000, 0 -0.162178041666667, 1 -0.162330000000000, 0 -0.162347916666667, 1 -0.162366375000000, 0 -0.162384291666667, 1 -0.162408958333333, 0 -0.162426708333333, 1 -0.162454333333333, 0 -0.162472250000000, 1 -0.162508916666667, 0 -0.162526833333333, 1 -0.162557500000000, 0 -0.162575291666667, 1 -0.162602916666667, 0 -0.162620833333333, 1 -0.162678750000000, 0 -0.162696625000000, 1 -0.162736375000000, 0 -0.162754250000000, 1 -0.163051750000000, 0 -0.163069666666667, 1 -0.163221583333333, 0 -0.163239500000000, 1 -0.163258000000000, 0 -0.163275875000000, 1 -0.163300458333333, 0 -0.163318333333333, 1 -0.163345958333333, 0 -0.163363833333333, 1 -0.163400541666667, 0 -0.163418416666667, 1 -0.163449041666667, 0 -0.163466916666667, 1 -0.163497583333333, 0 -0.163515458333333, 1 -0.163573375000000, 0 -0.163591250000000, 1 -0.163637083333333, 0 -0.163654958333333, 1 -0.163943375000000, 0 -0.163961291666667, 1 -0.164113250000000, 0 -0.164131125000000, 1 -0.164149625000000, 0 -0.164167500000000, 1 -0.164192083333333, 0 -0.164209958333333, 1 -0.164237583333333, 0 -0.164255458333333, 1 -0.164292166666667, 0 -0.164310041666667, 1 -0.164340666666667, 0 -0.164358583333333, 1 -0.164392208333333, 0 -0.164410125000000, 1 -0.164468000000000, 0 -0.164485916666667, 1 -0.164537791666667, 0 -0.164555666666667, 1 -0.164834958333333, 0 -0.164852875000000, 1 -0.165004833333333, 0 -0.165022708333333, 1 -0.165041208333333, 0 -0.165059083333333, 1 -0.165083666666667, 0 -0.165101583333333, 1 -0.165129166666667, 0 -0.165147041666667, 1 -0.165183750000000, 0 -0.165201625000000, 1 -0.165232250000000, 0 -0.165250166666667, 1 -0.165286833333333, 0 -0.165304750000000, 1 -0.165362625000000, 0 -0.165380541666667, 1 -0.165438500000000, 0 -0.165456375000000, 1 -0.165726583333333, 0 -0.165744458333333, 1 -0.165896416666667, 0 -0.165914291666667, 1 -0.165932791666667, 0 -0.165950708333333, 1 -0.165975250000000, 0 -0.165993166666667, 1 -0.166020750000000, 0 -0.166038666666667, 1 -0.166075333333333, 0 -0.166093250000000, 1 -0.166123833333333, 0 -0.166141750000000, 1 -0.166181458333333, 0 -0.166199375000000, 1 -0.166257291666667, 0 -0.166275166666667, 1 -0.166339166666667, 0 -0.166357083333333, 1 -0.166618250000000, 0 -0.166636125000000, 1 -0.166788041666667, 0 -0.166805916666667, 1 -0.166848708333333, 0 -0.166866583333333, 1 -0.166891166666667, 0 -0.166909041666667, 1 -0.166936625000000, 0 -0.166954541666667, 1 -0.166991250000000, 0 -0.167009125000000, 1 -0.167039750000000, 0 -0.167057541666667, 1 -0.167100375000000, 0 -0.167118250000000, 1 -0.167176208333333, 0 -0.167194083333333, 1 -0.167249000000000, 0 -0.167266916666667, 1 -0.167509833333333, 0 -0.167527708333333, 1 -0.167679666666667, 0 -0.167697541666667, 1 -0.167716041666667, 0 -0.167733875000000, 1 -0.167758500000000, 0 -0.167776416666667, 1 -0.167804000000000, 0 -0.167821916666667, 1 -0.167858583333333, 0 -0.167876458333333, 1 -0.167907083333333, 0 -0.167925000000000, 1 -0.167970750000000, 0 -0.167988666666667, 1 -0.168046583333333, 0 -0.168064500000000, 1 -0.168125458333333, 0 -0.168143333333333, 1 -0.168401416666667, 0 -0.168419291666667, 1 -0.168571250000000, 0 -0.168589125000000, 1 -0.168631916666667, 0 -0.168649791666667, 1 -0.168674375000000, 0 -0.168692208333333, 1 -0.168719833333333, 0 -0.168737750000000, 1 -0.168774458333333, 0 -0.168792291666667, 1 -0.168822958333333, 0 -0.168840833333333, 1 -0.168889625000000, 0 -0.168907541666667, 1 -0.168965458333333, 0 -0.168983375000000, 1 -0.169026125000000, 0 -0.169044041666667, 1 -0.169293041666667, 0 -0.169310916666667, 1 -0.169462916666667, 0 -0.169480750000000, 1 -0.169523541666667, 0 -0.169541458333333, 1 -0.169565958333333, 0 -0.169583875000000, 1 -0.169611500000000, 0 -0.169629375000000, 1 -0.169666041666667, 0 -0.169683958333333, 1 -0.169714583333333, 0 -0.169732500000000, 1 -0.169784333333333, 0 -0.169802208333333, 1 -0.169860125000000, 0 -0.169878083333333, 1 -0.169926875000000, 0 -0.169944791666667, 1 -0.170184625000000, 0 -0.170202541666667, 1 -0.170354458333333, 0 -0.170372375000000, 1 -0.170427333333333, 0 -0.170445125000000, 1 -0.170469708333333, 0 -0.170487333333333, 1 -0.170487375000000, 0 -0.170487708333333, 1 -0.170515208333333, 0 -0.170533041666667, 1 -0.170566791666667, 0 -0.170584625000000, 1 -0.170615291666667, 0 -0.170633166666667, 1 -0.170688083333333, 0 -0.170705916666667, 1 -0.170763875000000, 0 -0.170781750000000, 1 -0.170824500000000, 0 -0.170842416666667, 1 -0.171076250000000, 0 -0.171094125000000, 1 -0.171246083333333, 0 -0.171264000000000, 1 -0.171306750000000, 0 -0.171324625000000, 1 -0.171349208333333, 0 -0.171367083333333, 1 -0.171394708333333, 0 -0.171412583333333, 1 -0.171446250000000, 0 -0.171464125000000, 1 -0.171494750000000, 0 -0.171512666666667, 1 -0.171570583333333, 0 -0.171588500000000, 1 -0.171646375000000, 0 -0.171664291666667, 1 -0.171713125000000, 0 -0.171731041666667, 1 -0.171967875000000, 0 -0.171985750000000, 1 -0.172137708333333, 0 -0.172155583333333, 1 -0.172198375000000, 0 -0.172216250000000, 1 -0.172240833333333, 0 -0.172258708333333, 1 -0.172286333333333, 0 -0.172304208333333, 1 -0.172337875000000, 0 -0.172355750000000, 1 -0.172386375000000, 0 -0.172404250000000, 1 -0.172465208333333, 0 -0.172483125000000, 1 -0.172541041666667, 0 -0.172558958333333, 1 -0.172613875000000, 0 -0.172631750000000, 1 -0.172859458333333, 0 -0.172877375000000, 1 -0.173029333333333, 0 -0.173047208333333, 1 -0.173090000000000, 0 -0.173107875000000, 1 -0.173132416666667, 0 -0.173150333333333, 1 -0.173177916666667, 0 -0.173195833333333, 1 -0.173229458333333, 0 -0.173247333333333, 1 -0.173278000000000, 0 -0.173295833333333, 1 -0.173359833333333, 0 -0.173377750000000, 1 -0.173435666666667, 0 -0.173453583333333, 1 -0.173514541666667, 0 -0.173532416666667, 1 -0.173751083333333, 0 -0.173768958333333, 1 -0.173920916666667, 0 -0.173938833333333, 1 -0.173957291666667, 0 -0.173975208333333, 1 -0.173999791666667, 0 -0.174017666666667, 1 -0.174045250000000, 0 -0.174063166666667, 1 -0.174099833333333, 0 -0.174117750000000, 1 -0.174151416666667, 0 -0.174169291666667, 1 -0.174187791666667, 0 -0.174205666666667, 1 -0.174263583333333, 0 -0.174281500000000, 1 -0.174318208333333, 0 -0.174336083333333, 1 -0.174642708333333, 0 -0.174660625000000, 1 -0.174812541666667, 0 -0.174830458333333, 1 -0.174848916666667, 0 -0.174866833333333, 1 -0.174891375000000, 0 -0.174909333333333, 1 -0.174936875000000, 0 -0.174954791666667, 1 -0.174991500000000, 0 -0.175009375000000, 1 -0.175043041666667, 0 -0.175060916666667, 1 -0.175082458333333, 0 -0.175100375000000, 1 -0.175158291666667, 0 -0.175176166666667, 1 -0.175206791666667, 0 -0.175224666666667, 1 -0.175534333333333, 0 -0.175552208333333, 1 -0.175704166666667, 0 -0.175722083333333, 1 -0.175764833333333, 0 -0.175782708333333, 1 -0.175807291666667, 0 -0.175825208333333, 1 -0.175852791666667, 0 -0.175870666666667, 1 -0.175910416666667, 0 -0.175928291666667, 1 -0.175961916666667, 0 -0.175979833333333, 1 -0.176004416666667, 0 -0.176022291666667, 1 -0.176080208333333, 0 -0.176098125000000, 1 -0.176134791666667, 0 -0.176152708333333, 1 -0.176425958333333, 0 -0.176443833333333, 1 -0.176595791666667, 0 -0.176613708333333, 1 -0.176632208333333, 0 -0.176650083333333, 1 -0.176674666666667, 0 -0.176692541666667, 1 -0.176720125000000, 0 -0.176738041666667, 1 -0.176774708333333, 0 -0.176792625000000, 1 -0.176826291666667, 0 -0.176844166666667, 1 -0.176871750000000, 0 -0.176889666666667, 1 -0.176947583333333, 0 -0.176965458333333, 1 -0.176983958333333, 0 -0.177001875000000, 1 -0.177317583333333, 0 -0.177335541666667, 1 -0.177487458333333, 0 -0.177505333333333, 1 -0.177523833333333, 0 -0.177541750000000, 1 -0.177566291666667, 0 -0.177584125000000, 1 -0.177611791666667, 0 -0.177629666666667, 1 -0.177666375000000, 0 -0.177684291666667, 1 -0.177717916666667, 0 -0.177735833333333, 1 -0.177766458333333, 0 -0.177784333333333, 1 -0.177842291666667, 0 -0.177860166666667, 1 -0.177921125000000, 0 -0.177939083333333, 1 -0.178209208333333, 0 -0.178227166666667, 1 -0.178379125000000, 0 -0.178397000000000, 1 -0.178439708333333, 0 -0.178457625000000, 1 -0.178482208333333, 0 -0.178499916666667, 1 -0.178500083333333, 0 -0.178500166666667, 1 -0.178527666666667, 0 -0.178545500000000, 1 -0.178579250000000, 0 -0.178597166666667, 1 -0.178630833333333, 0 -0.178648666666667, 1 -0.178682375000000, 0 -0.178700250000000, 1 -0.178758166666667, 0 -0.178776125000000, 1 -0.178794583333333, 0 -0.178812500000000, 1 -0.179100875000000, 0 -0.179118791666667, 1 -0.179270708333333, 0 -0.179288625000000, 1 -0.179307125000000, 0 -0.179325041666667, 1 -0.179349583333333, 0 -0.179367500000000, 1 -0.179395083333333, 0 -0.179412958333333, 1 -0.179446666666667, 0 -0.179464541666667, 1 -0.179498208333333, 0 -0.179516083333333, 1 -0.179552791666667, 0 -0.179570666666667, 1 -0.179628583333333, 0 -0.179646500000000, 1 -0.179683208333333, 0 -0.179701083333333, 1 -0.179992541666667, 0 -0.180010416666667, 1 -0.180010500000000, 0 -0.180010541666667, 1 -0.180162416666667, 0 -0.180180291666667, 1 -0.180198791666667, 0 -0.180216708333333, 1 -0.180241291666667, 0 -0.180259166666667, 1 -0.180286750000000, 0 -0.180304666666667, 1 -0.180341333333333, 0 -0.180359250000000, 1 -0.180392875000000, 0 -0.180410791666667, 1 -0.180450500000000, 0 -0.180468416666667, 1 -0.180526333333333, 0 -0.180544208333333, 1 -0.180587000000000, 0 -0.180604875000000, 1 -0.180884208333333, 0 -0.180902083333333, 1 -0.181054041666667, 0 -0.181071958333333, 1 -0.181114708333333, 0 -0.181132625000000, 1 -0.181157166666667, 0 -0.181175083333333, 1 -0.181202666666667, 0 -0.181220541666667, 1 -0.181257250000000, 0 -0.181275125000000, 1 -0.181308833333333, 0 -0.181326708333333, 1 -0.181369458333333, 0 -0.181387333333333, 1 -0.181445291666667, 0 -0.181463166666667, 1 -0.181515041666667, 0 -0.181532958333333, 1 -0.181775875000000, 0 -0.181793750000000, 1 -0.181945708333333, 0 -0.181963625000000, 1 -0.182006375000000, 0 -0.182024291666667, 1 -0.182048833333333, 0 -0.182066750000000, 1 -0.182094333333333, 0 -0.182112166666667, 1 -0.182112208333333, 0 -0.182112250000000, 1 -0.182148916666667, 0 -0.182166791666667, 1 -0.182200458333333, 0 -0.182218333333333, 1 -0.182264125000000, 0 -0.182282041666667, 1 -0.182339958333333, 0 -0.182357875000000, 1 -0.182403666666667, 0 -0.182421541666667, 1 -0.182667541666667, 0 -0.182685416666667, 1 -0.182837375000000, 0 -0.182855291666667, 1 -0.182873750000000, 0 -0.182891666666667, 1 -0.182916250000000, 0 -0.182934125000000, 1 -0.182961750000000, 0 -0.182979625000000, 1 -0.183016333333333, 0 -0.183034208333333, 1 -0.183067875000000, 0 -0.183085750000000, 1 -0.183134583333333, 0 -0.183152500000000, 1 -0.183210416666667, 0 -0.183228250000000, 1 -0.183292333333333, 0 -0.183310208333333, 1 -0.183559166666667, 0 -0.183577083333333, 1 -0.183729041666667, 0 -0.183746833333333, 1 -0.183747000000000, 0 -0.183747041666667, 1 -0.183765458333333, 0 -0.183783333333333, 1 -0.183807916666667, 0 -0.183825791666667, 1 -0.183853416666667, 0 -0.183871333333333, 1 -0.183904958333333, 0 -0.183922875000000, 1 -0.183956541666667, 0 -0.183974416666667, 1 -0.184026250000000, 0 -0.184044166666667, 1 -0.184102083333333, 0 -0.184119958333333, 1 -0.184141541666667, 0 -0.184159416666667, 1 -0.184450875000000, 0 -0.184468750000000, 1 -0.184620666666667, 0 -0.184638625000000, 1 -0.184681375000000, 0 -0.184699291666667, 1 -0.184723833333333, 0 -0.184741750000000, 1 -0.184769291666667, 0 -0.184787208333333, 1 -0.184820875000000, 0 -0.184838750000000, 1 -0.184872458333333, 0 -0.184890291666667, 1 -0.184945208333333, 0 -0.184963125000000, 1 -0.185021041666667, 0 -0.185038958333333, 1 -0.185102916666667, 0 -0.185120833333333, 1 -0.185342500000000, 0 -0.185360416666667, 1 -0.185512291666667, 0 -0.185530250000000, 1 -0.185585166666667, 0 -0.185603041666667, 1 -0.185627625000000, 0 -0.185645500000000, 1 -0.185673125000000, 0 -0.185691000000000, 1 -0.185727666666667, 0 -0.185745583333333, 1 -0.185779250000000, 0 -0.185797125000000, 1 -0.185855083333333, 0 -0.185872958333333, 1 -0.185930916666667, 0 -0.185948833333333, 1 -0.185970333333333, 0 -0.185988208333333, 1 -0.186234208333333, 0 -0.186252083333333, 1 -0.186404041666667, 0 -0.186421958333333, 1 -0.186476791666667, 0 -0.186494708333333, 1 -0.186519250000000, 0 -0.186537125000000, 1 -0.186564791666667, 0 -0.186582750000000, 1 -0.186619375000000, 0 -0.186637250000000, 1 -0.186670916666667, 0 -0.186688708333333, 1 -0.186749750000000, 0 -0.186767625000000, 1 -0.186825583333333, 0 -0.186843458333333, 1 -0.186883208333333, 0 -0.186901041666667, 1 -0.187125791666667, 0 -0.187143708333333, 1 -0.187295666666667, 0 -0.187313583333333, 1 -0.187356333333333, 0 -0.187374208333333, 1 -0.187398791666667, 0 -0.187416708333333, 1 -0.187444291666667, 0 -0.187462208333333, 1 -0.187498916666667, 0 -0.187516750000000, 1 -0.187550416666667, 0 -0.187568375000000, 1 -0.187632291666667, 0 -0.187650166666667, 1 -0.187708125000000, 0 -0.187726000000000, 1 -0.187759666666667, 0 -0.187777583333333, 1 -0.188017458333333, 0 -0.188035375000000, 1 -0.188187333333333, 0 -0.188205208333333, 1 -0.188260125000000, 0 -0.188278000000000, 1 -0.188302583333333, 0 -0.188320458333333, 1 -0.188348083333333, 0 -0.188365958333333, 1 -0.188402666666667, 0 -0.188420541666667, 1 -0.188457208333333, 0 -0.188475125000000, 1 -0.188493625000000, 0 -0.188511541666667, 1 -0.188569458333333, 0 -0.188587333333333, 1 -0.188651375000000, 0 -0.188669250000000, 1 -0.188909125000000, 0 -0.188927041666667, 1 -0.189078958333333, 0 -0.189096875000000, 1 -0.189151791666667, 0 -0.189169666666667, 1 -0.189194250000000, 0 -0.189212125000000, 1 -0.189239708333333, 0 -0.189257625000000, 1 -0.189291291666667, 0 -0.189309166666667, 1 -0.189345875000000, 0 -0.189363750000000, 1 -0.189385291666667, 0 -0.189403166666667, 1 -0.189461083333333, 0 -0.189479000000000, 1 -0.189500500000000, 0 -0.189518375000000, 1 -0.189800791666667, 0 -0.189818666666667, 1 -0.189970583333333, 0 -0.189988541666667, 1 -0.190007000000000, 0 -0.190024916666667, 1 -0.190049458333333, 0 -0.190067375000000, 1 -0.190094958333333, 0 -0.190112875000000, 1 -0.190149541666667, 0 -0.190167458333333, 1 -0.190204125000000, 0 -0.190222041666667, 1 -0.190246583333333, 0 -0.190264500000000, 1 -0.190322416666667, 0 -0.190340291666667, 1 -0.190392166666667, 0 -0.190410083333333, 1 -0.190692416666667, 0 -0.190710291666667, 1 -0.190862291666667, 0 -0.190880166666667, 1 -0.190898666666667, 0 -0.190916583333333, 1 -0.190941125000000, 0 -0.190959041666667, 1 -0.190986625000000, 0 -0.191004541666667, 1 -0.191038208333333, 0 -0.191056083333333, 1 -0.191092791666667, 0 -0.191110666666667, 1 -0.191138250000000, 0 -0.191156125000000, 1 -0.191214083333333, 0 -0.191232000000000, 1 -0.191265666666667, 0 -0.191283541666667, 1 -0.191584083333333, 0 -0.191601958333333, 1 -0.191753958333333, 0 -0.191771833333333, 1 -0.191790333333333, 0 -0.191808250000000, 1 -0.191832791666667, 0 -0.191850708333333, 1 -0.191878291666667, 0 -0.191896250000000, 1 -0.191932875000000, 0 -0.191950750000000, 1 -0.191987458333333, 0 -0.192005333333333, 1 -0.192035958333333, 0 -0.192053875000000, 1 -0.192111791666667, 0 -0.192129666666667, 1 -0.192169375000000, 0 -0.192187291666667, 1 -0.192475708333333, 0 -0.192493583333333, 1 -0.192645583333333, 0 -0.192663458333333, 1 -0.192681958333333, 0 -0.192699833333333, 1 -0.192724416666667, 0 -0.192742333333333, 1 -0.192769916666667, 0 -0.192787791666667, 1 -0.192824500000000, 0 -0.192842375000000, 1 -0.192879083333333, 0 -0.192896958333333, 1 -0.192930625000000, 0 -0.192948541666667, 1 -0.193006416666667, 0 -0.193024333333333, 1 -0.193058000000000, 0 -0.193075875000000, 1 -0.193367333333333, 0 -0.193385208333333, 1 -0.193537208333333, 0 -0.193555083333333, 1 -0.193573583333333, 0 -0.193591500000000, 1 -0.193616041666667, 0 -0.193633958333333, 1 -0.193661541666667, 0 -0.193679458333333, 1 -0.193716125000000, 0 -0.193734041666667, 1 -0.193770708333333, 0 -0.193788625000000, 1 -0.193825333333333, 0 -0.193843208333333, 1 -0.193901125000000, 0 -0.193919041666667, 1 -0.193946625000000, 0 -0.193964541666667, 1 -0.194258958333333, 0 -0.194276833333333, 1 -0.194428833333333, 0 -0.194446750000000, 1 -0.194465250000000, 0 -0.194483125000000, 1 -0.194507708333333, 0 -0.194525583333333, 1 -0.194553166666667, 0 -0.194571125000000, 1 -0.194607875000000, 0 -0.194625708333333, 1 -0.194662375000000, 0 -0.194680333333333, 1 -0.194720000000000, 0 -0.194737875000000, 1 -0.194795791666667, 0 -0.194813708333333, 1 -0.194835250000000, 0 -0.194853125000000, 1 -0.195150625000000, 0 -0.195168541666667, 1 -0.195320500000000, 0 -0.195338416666667, 1 -0.195356916666667, 0 -0.195374750000000, 1 -0.195399333333333, 0 -0.195417250000000, 1 -0.195444916666667, 0 -0.195462750000000, 1 -0.195499416666667, 0 -0.195517291666667, 1 -0.195554000000000, 0 -0.195571916666667, 1 -0.195614666666667, 0 -0.195632500000000, 1 -0.195690500000000, 0 -0.195708375000000, 1 -0.195732958333333, 0 -0.195750833333333, 1 -0.196042291666667, 0 -0.196060208333333, 1 -0.196212125000000, 0 -0.196230041666667, 1 -0.196248541666667, 0 -0.196266416666667, 1 -0.196291000000000, 0 -0.196308875000000, 1 -0.196336458333333, 0 -0.196354375000000, 1 -0.196391083333333, 0 -0.196408958333333, 1 -0.196445666666667, 0 -0.196463541666667, 1 -0.196509333333333, 0 -0.196527208333333, 1 -0.196585166666667, 0 -0.196603041666667, 1 -0.196621541666667, 0 -0.196639375000000, 1 -0.196639416666667, 0 -0.196639458333333, 1 -0.196933916666667, 0 -0.196951791666667, 1 -0.197103750000000, 0 -0.197121666666667, 1 -0.197140166666667, 0 -0.197158041666667, 1 -0.197182625000000, 0 -0.197200500000000, 1 -0.197228125000000, 0 -0.197246000000000, 1 -0.197279666666667, 0 -0.197297541666667, 1 -0.197334250000000, 0 -0.197352125000000, 1 -0.197400958333333, 0 -0.197418833333333, 1 -0.197476791666667, 0 -0.197494666666667, 1 -0.197543500000000, 0 -0.197561416666667, 1 -0.197825541666667, 0 -0.197843416666667, 1 -0.197995375000000, 0 -0.198013250000000, 1 -0.198031750000000, 0 -0.198049666666667, 1 -0.198074208333333, 0 -0.198092083333333, 1 -0.198119708333333, 0 -0.198137625000000, 1 -0.198171250000000, 0 -0.198189125000000, 1 -0.198225833333333, 0 -0.198243708333333, 1 -0.198295583333333, 0 -0.198313458333333, 1 -0.198371375000000, 0 -0.198389291666667, 1 -0.198432041666667, 0 -0.198449958333333, 1 -0.198717125000000, 0 -0.198735000000000, 1 -0.198886958333333, 0 -0.198904875000000, 1 -0.198947625000000, 0 -0.198965500000000, 1 -0.198990083333333, 0 -0.199007958333333, 1 -0.199035541666667, 0 -0.199053458333333, 1 -0.199087125000000, 0 -0.199105000000000, 1 -0.199141708333333, 0 -0.199159583333333, 1 -0.199214500000000, 0 -0.199232375000000, 1 -0.199290333333333, 0 -0.199308166666667, 1 -0.199308291666667, 0 -0.199308333333333, 1 -0.199344916666667, 0 -0.199362791666667, 1 -0.199608750000000, 0 -0.199626625000000, 1 -0.199778583333333, 0 -0.199796500000000, 1 -0.199814958333333, 0 -0.199832875000000, 1 -0.199857458333333, 0 -0.199875333333333, 1 -0.199902916666667, 0 -0.199920791666667, 1 -0.199920958333333, 0 -0.199921000000000, 1 -0.199960541666667, 0 -0.199978416666667, 1 -0.199978666666667, 0 -0.199978708333333, 1 -0.200015125000000, 0 -0.200033041666667, 1 -0.200090916666667, 0 -0.200108791666667, 1 -0.200109000000000, 0 -0.200109041666667, 1 -0.200166750000000, 0 -0.200184625000000, 1 -0.200239541666667, 0 -0.200257458333333, 1 -0.200500333333333, 0 -0.200518250000000, 1 -0.200670166666667, 0 -0.200688083333333, 1 -0.200742875000000, 0 -0.200742958333333, 1 -0.200743000000000, 0 -0.200760875000000, 1 -0.200785416666667, 0 -0.200803333333333, 1 -0.200830916666667, 0 -0.200848833333333, 1 -0.200882458333333, 0 -0.200900333333333, 1 -0.200937083333333, 0 -0.200954958333333, 1 -0.201015916666667, 0 -0.201033791666667, 1 -0.201091708333333, 0 -0.201109583333333, 1 -0.201134208333333, 0 -0.201152041666667, 1 -0.201391958333333, 0 -0.201409833333333, 1 -0.201561791666667, 0 -0.201579666666667, 1 -0.201634583333333, 0 -0.201652458333333, 1 -0.201677041666667, 0 -0.201694916666667, 1 -0.201722500000000, 0 -0.201740416666667, 1 -0.201777083333333, 0 -0.201795000000000, 1 -0.201831666666667, 0 -0.201849541666667, 1 -0.201913541666667, 0 -0.201931458333333, 1 -0.201989375000000, 0 -0.202007250000000, 1 -0.202062166666667, 0 -0.202080041666667, 1 -0.202283583333333, 0 -0.202301458333333, 1 -0.202453416666667, 0 -0.202471333333333, 1 -0.202514083333333, 0 -0.202532000000000, 1 -0.202556541666667, 0 -0.202574458333333, 1 -0.202602041666667, 0 -0.202619916666667, 1 -0.202653583333333, 0 -0.202671458333333, 1 -0.202711208333333, 0 -0.202729041666667, 1 -0.202747541666667, 0 -0.202765541666667, 1 -0.202823375000000, 0 -0.202841333333333, 1 -0.202871916666667, 0 -0.202889791666667, 1 -0.203175166666667, 0 -0.203193041666667, 1 -0.203345041666667, 0 -0.203362916666667, 1 -0.203417791666667, 0 -0.203435708333333, 1 -0.203460250000000, 0 -0.203478166666667, 1 -0.203505750000000, 0 -0.203523666666667, 1 -0.203557291666667, 0 -0.203575166666667, 1 -0.203614875000000, 0 -0.203632791666667, 1 -0.203654291666667, 0 -0.203672291666667, 1 -0.203730166666667, 0 -0.203748083333333, 1 -0.203784750000000, 0 -0.203784833333333, 1 -0.203784916666667, 0 -0.203802666666667, 1 -0.204066791666667, 0 -0.204084708333333, 1 -0.204236625000000, 0 -0.204254500000000, 1 -0.204297291666667, 0 -0.204315208333333, 1 -0.204339666666667, 0 -0.204357666666667, 1 -0.204385250000000, 0 -0.204403125000000, 1 -0.204436791666667, 0 -0.204454666666667, 1 -0.204494416666667, 0 -0.204512291666667, 1 -0.204536833333333, 0 -0.204554750000000, 1 -0.204612708333333, 0 -0.204630583333333, 1 -0.204649083333333, 0 -0.204666958333333, 1 -0.204958458333333, 0 -0.204976333333333, 1 -0.205128291666667, 0 -0.205146166666667, 1 -0.205201083333333, 0 -0.205219000000000, 1 -0.205243541666667, 0 -0.205261458333333, 1 -0.205289041666667, 0 -0.205306916666667, 1 -0.205343625000000, 0 -0.205361500000000, 1 -0.205401208333333, 0 -0.205419125000000, 1 -0.205446708333333, 0 -0.205464583333333, 1 -0.205522541666667, 0 -0.205540416666667, 1 -0.205601375000000, 0 -0.205619291666667, 1 -0.205850083333333, 0 -0.205867958333333, 1 -0.206019916666667, 0 -0.206037791666667, 1 -0.206056291666667, 0 -0.206074208333333, 1 -0.206098750000000, 0 -0.206116666666667, 1 -0.206144250000000, 0 -0.206162166666667, 1 -0.206195791666667, 0 -0.206213708333333, 1 -0.206253416666667, 0 -0.206271291666667, 1 -0.206301958333333, 0 -0.206319833333333, 1 -0.206377750000000, 0 -0.206395625000000, 1 -0.206450541666667, 0 -0.206468416666667, 1 -0.206741666666667, 0 -0.206759541666667, 1 -0.206911500000000, 0 -0.206929375000000, 1 -0.206947875000000, 0 -0.206965791666667, 1 -0.206990333333333, 0 -0.207008208333333, 1 -0.207035833333333, 0 -0.207053750000000, 1 -0.207090416666667, 0 -0.207108333333333, 1 -0.207148041666667, 0 -0.207165916666667, 1 -0.207199583333333, 0 -0.207217458333333, 1 -0.207275416666667, 0 -0.207293291666667, 1 -0.207317875000000, 0 -0.207335750000000, 1 -0.207633291666667, 0 -0.207651166666667, 1 -0.207803125000000, 0 -0.207821000000000, 1 -0.207863750000000, 0 -0.207881666666667, 1 -0.207906250000000, 0 -0.207924125000000, 1 -0.207951708333333, 0 -0.207969625000000, 1 -0.208006291666667, 0 -0.208024208333333, 1 -0.208063916666667, 0 -0.208081833333333, 1 -0.208118500000000, 0 -0.208136375000000, 1 -0.208194291666667, 0 -0.208212208333333, 1 -0.208242875000000, 0 -0.208260750000000, 1 -0.208524875000000, 0 -0.208542791666667, 1 -0.208694750000000, 0 -0.208712625000000, 1 -0.208731125000000, 0 -0.208749000000000, 1 -0.208773541666667, 0 -0.208791458333333, 1 -0.208819083333333, 0 -0.208836958333333, 1 -0.208873666666667, 0 -0.208891541666667, 1 -0.208931250000000, 0 -0.208949166666667, 1 -0.208988875000000, 0 -0.209006791666667, 1 -0.209064708333333, 0 -0.209082583333333, 1 -0.209119291666667, 0 -0.209137208333333, 1 -0.209416500000000, 0 -0.209434375000000, 1 -0.209586333333333, 0 -0.209604208333333, 1 -0.209622708333333, 0 -0.209640541666667, 1 -0.209665166666667, 0 -0.209683083333333, 1 -0.209710708333333, 0 -0.209728583333333, 1 -0.209762208333333, 0 -0.209780083333333, 1 -0.209819875000000, 0 -0.209837750000000, 1 -0.209880500000000, 0 -0.209898375000000, 1 -0.209956333333333, 0 -0.209974208333333, 1 -0.210020000000000, 0 -0.210037916666667, 1 -0.210308125000000, 0 -0.210326041666667, 1 -0.210477958333333, 0 -0.210495875000000, 1 -0.210538625000000, 0 -0.210556541666667, 1 -0.210581083333333, 0 -0.210599000000000, 1 -0.210626583333333, 0 -0.210644500000000, 1 -0.210681166666667, 0 -0.210698958333333, 1 -0.210699000000000, 0 -0.210699083333333, 1 -0.210738750000000, 0 -0.210756666666667, 1 -0.210802458333333, 0 -0.210820333333333, 1 -0.210878250000000, 0 -0.210896166666667, 1 -0.210935916666667, 0 -0.210953791666667, 1 -0.211199791666667, 0 -0.211217583333333, 1 -0.211369583333333, 0 -0.211387416666667, 1 -0.211405958333333, 0 -0.211423833333333, 1 -0.211448458333333, 0 -0.211466333333333, 1 -0.211493916666667, 0 -0.211511833333333, 1 -0.211548500000000, 0 -0.211566416666667, 1 -0.211606125000000, 0 -0.211624000000000, 1 -0.211672833333333, 0 -0.211690708333333, 1 -0.211748625000000, 0 -0.211766541666667, 1 -0.211788041666667, 0 -0.211805958333333, 1 -0.212091375000000, 0 -0.212109208333333, 1 -0.212261208333333, 0 -0.212279083333333, 1 -0.212297583333333, 0 -0.212315458333333, 1 -0.212340041666667, 0 -0.212357916666667, 1 -0.212385541666667, 0 -0.212403416666667, 1 -0.212437083333333, 0 -0.212454916666667, 1 -0.212494708333333, 0 -0.212512583333333, 1 -0.212564416666667, 0 -0.212582291666667, 1 -0.212640250000000, 0 -0.212658166666667, 1 -0.212722125000000, 0 -0.212740041666667, 1 -0.212982958333333, 0 -0.213000875000000, 1 -0.213152833333333, 0 -0.213170708333333, 1 -0.213213458333333, 0 -0.213231375000000, 1 -0.213255916666667, 0 -0.213273833333333, 1 -0.213301416666667, 0 -0.213319291666667, 1 -0.213356000000000, 0 -0.213373875000000, 1 -0.213413625000000, 0 -0.213431500000000, 1 -0.213486375000000, 0 -0.213504291666667, 1 -0.213562208333333, 0 -0.213580125000000, 1 -0.213638041666667, 0 -0.213655958333333, 1 -0.213874583333333, 0 -0.213892500000000, 1 -0.214044416666667, 0 -0.214062333333333, 1 -0.214105083333333, 0 -0.214123000000000, 1 -0.214147541666667, 0 -0.214165458333333, 1 -0.214193041666667, 0 -0.214210916666667, 1 -0.214247625000000, 0 -0.214265500000000, 1 -0.214305250000000, 0 -0.214323125000000, 1 -0.214381041666667, 0 -0.214398958333333, 1 -0.214456875000000, 0 -0.214474791666667, 1 -0.214538791666667, 0 -0.214556666666667, 1 -0.214766250000000, 0 -0.214784125000000, 1 -0.214936083333333, 0 -0.214954000000000, 1 -0.214996750000000, 0 -0.215014625000000, 1 -0.215039208333333, 0 -0.215057083333333, 1 -0.215084708333333, 0 -0.215102583333333, 1 -0.215139291666667, 0 -0.215157166666667, 1 -0.215196875000000, 0 -0.215214791666667, 1 -0.215275750000000, 0 -0.215293625000000, 1 -0.215351583333333, 0 -0.215369500000000, 1 -0.215415291666667, 0 -0.215433166666667, 1 -0.215657916666667, 0 -0.215675750000000, 1 -0.215827750000000, 0 -0.215845625000000, 1 -0.215864125000000, 0 -0.215882041666667, 1 -0.215906583333333, 0 -0.215924500000000, 1 -0.215952083333333, 0 -0.215969958333333, 1 -0.216006500000000, 0 -0.216006541666667, 1 -0.216006666666667, 0 -0.216024583333333, 1 -0.216064291666667, 0 -0.216082166666667, 1 -0.216146166666667, 0 -0.216164041666667, 1 -0.216221958333333, 0 -0.216239875000000, 1 -0.216291750000000, 0 -0.216309500000000, 1 -0.216309583333333, 0 -0.216309666666667, 1 -0.216549500000000, 0 -0.216567416666667, 1 -0.216719375000000, 0 -0.216737250000000, 1 -0.216780041666667, 0 -0.216797916666667, 1 -0.216822458333333, 0 -0.216840375000000, 1 -0.216867958333333, 0 -0.216885833333333, 1 -0.216919500000000, 0 -0.216937416666667, 1 -0.216980166666667, 0 -0.216998041666667, 1 -0.217016625000000, 0 -0.217034458333333, 1 -0.217092333333333, 0 -0.217110250000000, 1 -0.217171208333333, 0 -0.217189125000000, 1 -0.217441125000000, 0 -0.217459000000000, 1 -0.217610958333333, 0 -0.217628875000000, 1 -0.217683750000000, 0 -0.217701625000000, 1 -0.217726208333333, 0 -0.217744125000000, 1 -0.217771666666667, 0 -0.217789583333333, 1 -0.217820208333333, 0 -0.217838083333333, 1 -0.217880875000000, 0 -0.217898750000000, 1 -0.217920291666667, 0 -0.217938166666667, 1 -0.217996125000000, 0 -0.218014000000000, 1 -0.218056791666667, 0 -0.218074666666667, 1 -0.218332750000000, 0 -0.218350625000000, 1 -0.218502625000000, 0 -0.218502666666667, 1 -0.218502708333333, 0 -0.218520500000000, 1 -0.218575375000000, 0 -0.218593250000000, 1 -0.218617833333333, 0 -0.218635708333333, 1 -0.218663333333333, 0 -0.218681208333333, 1 -0.218717916666667, 0 -0.218735791666667, 1 -0.218778583333333, 0 -0.218796458333333, 1 -0.218821000000000, 0 -0.218838916666667, 1 -0.218896833333333, 0 -0.218914666666667, 1 -0.218951416666667, 0 -0.218969333333333, 1 -0.219224375000000, 0 -0.219242291666667, 1 -0.219394250000000, 0 -0.219412125000000, 1 -0.219454833333333, 0 -0.219472750000000, 1 -0.219497375000000, 0 -0.219515166666667, 1 -0.219542833333333, 0 -0.219560791666667, 1 -0.219600458333333, 0 -0.219618375000000, 1 -0.219661083333333, 0 -0.219679000000000, 1 -0.219706583333333, 0 -0.219724458333333, 1 -0.219782416666667, 0 -0.219800291666667, 1 -0.219818833333333, 0 -0.219836708333333, 1 -0.220116000000000, 0 -0.220133875000000, 1 -0.220285916666667, 0 -0.220303791666667, 1 -0.220358666666667, 0 -0.220376541666667, 1 -0.220401125000000, 0 -0.220419000000000, 1 -0.220446625000000, 0 -0.220464500000000, 1 -0.220501291666667, 0 -0.220519208333333, 1 -0.220561833333333, 0 -0.220579750000000, 1 -0.220610333333333, 0 -0.220628166666667, 1 -0.220686208333333, 0 -0.220704083333333, 1 -0.220752916666667, 0 -0.220770833333333, 1 -0.221007708333333, 0 -0.221025583333333, 1 -0.221177500000000, 0 -0.221195416666667, 1 -0.221250333333333, 0 -0.221268208333333, 1 -0.221292750000000, 0 -0.221310666666667, 1 -0.221338250000000, 0 -0.221356125000000, 1 -0.221392833333333, 0 -0.221410708333333, 1 -0.221453500000000, 0 -0.221471375000000, 1 -0.221505041666667, 0 -0.221522916666667, 1 -0.221580875000000, 0 -0.221598750000000, 1 -0.221641541666667, 0 -0.221659416666667, 1 -0.221899291666667, 0 -0.221917208333333, 1 -0.222069166666667, 0 -0.222087041666667, 1 -0.222105541666667, 0 -0.222123458333333, 1 -0.222148000000000, 0 -0.222165916666667, 1 -0.222193500000000, 0 -0.222211375000000, 1 -0.222248083333333, 0 -0.222266000000000, 1 -0.222308750000000, 0 -0.222326625000000, 1 -0.222363333333333, 0 -0.222381208333333, 1 -0.222439125000000, 0 -0.222457041666667, 1 -0.222518000000000, 0 -0.222535875000000, 1 -0.222790958333333, 0 -0.222808833333333, 1 -0.222960791666667, 0 -0.222978666666667, 1 -0.222997166666667, 0 -0.223015083333333, 1 -0.223039625000000, 0 -0.223057541666667, 1 -0.223085125000000, 0 -0.223103041666667, 1 -0.223136708333333, 0 -0.223154583333333, 1 -0.223197333333333, 0 -0.223215208333333, 1 -0.223254958333333, 0 -0.223272833333333, 1 -0.223330750000000, 0 -0.223348666666667, 1 -0.223367166666667, 0 -0.223385041666667, 1 -0.223682583333333, 0 -0.223700458333333, 1 -0.223852416666667, 0 -0.223870333333333, 1 -0.223888791666667, 0 -0.223906708333333, 1 -0.223931291666667, 0 -0.223949166666667, 1 -0.223976750000000, 0 -0.223994666666667, 1 -0.224031375000000, 0 -0.224049250000000, 1 -0.224092000000000, 0 -0.224109875000000, 1 -0.224152666666667, 0 -0.224170541666667, 1 -0.224228458333333, 0 -0.224246333333333, 1 -0.224310333333333, 0 -0.224328250000000, 1 -0.224574208333333, 0 -0.224592125000000, 1 -0.224744041666667, 0 -0.224761958333333, 1 -0.224780416666667, 0 -0.224798333333333, 1 -0.224822875000000, 0 -0.224840791666667, 1 -0.224868375000000, 0 -0.224886250000000, 1 -0.224919958333333, 0 -0.224937791666667, 1 -0.224980583333333, 0 -0.224998458333333, 1 -0.225044250000000, 0 -0.225062125000000, 1 -0.225120083333333, 0 -0.225137958333333, 1 -0.225159458333333, 0 -0.225177416666667, 1 -0.225465791666667, 0 -0.225483708333333, 1 -0.225635625000000, 0 -0.225653541666667, 1 -0.225672000000000, 0 -0.225689916666667, 1 -0.225714500000000, 0 -0.225732375000000, 1 -0.225760000000000, 0 -0.225777875000000, 1 -0.225811541666667, 0 -0.225829375000000, 1 -0.225872166666667, 0 -0.225890083333333, 1 -0.225938916666667, 0 -0.225956791666667, 1 -0.226014708333333, 0 -0.226032583333333, 1 -0.226072333333333, 0 -0.226090250000000, 1 -0.226357416666667, 0 -0.226375291666667, 1 -0.226527250000000, 0 -0.226545166666667, 1 -0.226563625000000, 0 -0.226581541666667, 1 -0.226606125000000, 0 -0.226624000000000, 1 -0.226651625000000, 0 -0.226669500000000, 1 -0.226706208333333, 0 -0.226724083333333, 1 -0.226766833333333, 0 -0.226784750000000, 1 -0.226836583333333, 0 -0.226854458333333, 1 -0.226912375000000, 0 -0.226930291666667, 1 -0.226976083333333, 0 -0.226993958333333, 1 -0.227249041666667, 0 -0.227266916666667, 1 -0.227418875000000, 0 -0.227436750000000, 1 -0.227455250000000, 0 -0.227473083333333, 1 -0.227473166666667, 0 -0.227473208333333, 1 -0.227497708333333, 0 -0.227515625000000, 1 -0.227543208333333, 0 -0.227561125000000, 1 -0.227594750000000, 0 -0.227612583333333, 1 -0.227655416666667, 0 -0.227673250000000, 1 -0.227728208333333, 0 -0.227746083333333, 1 -0.227804000000000, 0 -0.227821916666667, 1 -0.227873750000000, 0 -0.227891666666667, 1 -0.228140625000000, 0 -0.228158500000000, 1 -0.228310458333333, 0 -0.228328375000000, 1 -0.228346875000000, 0 -0.228364708333333, 1 -0.228389333333333, 0 -0.228407208333333, 1 -0.228434833333333, 0 -0.228452708333333, 1 -0.228489416666667, 0 -0.228507291666667, 1 -0.228550083333333, 0 -0.228567916666667, 1 -0.228625875000000, 0 -0.228643708333333, 1 -0.228701666666667, 0 -0.228719583333333, 1 -0.228753250000000, 0 -0.228771083333333, 1 -0.229032250000000, 0 -0.229050166666667, 1 -0.229202125000000, 0 -0.229219958333333, 1 -0.229238500000000, 0 -0.229256416666667, 1 -0.229280958333333, 0 -0.229298875000000, 1 -0.229326458333333, 0 -0.229344333333333, 1 -0.229381041666667, 0 -0.229398916666667, 1 -0.229441666666667, 0 -0.229459583333333, 1 -0.229520541666667, 0 -0.229538416666667, 1 -0.229596333333333, 0 -0.229614250000000, 1 -0.229641833333333, 0 -0.229659750000000, 1 -0.229923875000000, 0 -0.229941750000000, 1 -0.230093708333333, 0 -0.230111583333333, 1 -0.230130083333333, 0 -0.230147958333333, 1 -0.230172541666667, 0 -0.230190458333333, 1 -0.230218041666667, 0 -0.230235958333333, 1 -0.230269583333333, 0 -0.230287500000000, 1 -0.230330250000000, 0 -0.230348166666667, 1 -0.230412125000000, 0 -0.230430000000000, 1 -0.230487958333333, 0 -0.230505833333333, 1 -0.230563791666667, 0 -0.230581666666667, 1 -0.230815500000000, 0 -0.230833375000000, 1 -0.230985333333333, 0 -0.231003208333333, 1 -0.231045958333333, 0 -0.231063875000000, 1 -0.231088416666667, 0 -0.231106333333333, 1 -0.231133916666667, 0 -0.231151791666667, 1 -0.231188500000000, 0 -0.231206375000000, 1 -0.231252166666667, 0 -0.231270041666667, 1 -0.231288541666667, 0 -0.231306458333333, 1 -0.231364375000000, 0 -0.231382291666667, 1 -0.231415958333333, 0 -0.231433833333333, 1 -0.231707083333333, 0 -0.231725000000000, 1 -0.231876916666667, 0 -0.231894833333333, 1 -0.231913333333333, 0 -0.231931208333333, 1 -0.231955791666667, 0 -0.231973666666667, 1 -0.232001291666667, 0 -0.232019166666667, 1 -0.232055875000000, 0 -0.232073750000000, 1 -0.232119541666667, 0 -0.232137416666667, 1 -0.232158958333333, 0 -0.232176833333333, 1 -0.232234791666667, 0 -0.232252666666667, 1 -0.232292416666667, 0 -0.232310291666667, 1 -0.232598750000000, 0 -0.232616625000000, 1 -0.232768541666667, 0 -0.232786500000000, 1 -0.232829208333333, 0 -0.232847125000000, 1 -0.232871666666667, 0 -0.232889375000000, 1 -0.232889416666667, 0 -0.232889541666667, 1 -0.232917166666667, 0 -0.232935083333333, 1 -0.232971750000000, 0 -0.232989625000000, 1 -0.233035416666667, 0 -0.233053333333333, 1 -0.233077875000000, 0 -0.233095791666667, 1 -0.233153666666667, 0 -0.233171583333333, 1 -0.233193125000000, 0 -0.233211041666667, 1 -0.233490333333333, 0 -0.233508208333333, 1 -0.233660166666667, 0 -0.233678083333333, 1 -0.233720833333333, 0 -0.233738750000000, 1 -0.233763291666667, 0 -0.233781208333333, 1 -0.233808791666667, 0 -0.233826625000000, 1 -0.233860333333333, 0 -0.233878250000000, 1 -0.233924041666667, 0 -0.233941916666667, 1 -0.233969500000000, 0 -0.233987416666667, 1 -0.234045333333333, 0 -0.234063208333333, 1 -0.234127250000000, 0 -0.234145083333333, 1 -0.234381958333333, 0 -0.234399875000000, 1 -0.234551791666667, 0 -0.234569708333333, 1 -0.234624625000000, 0 -0.234642500000000, 1 -0.234667083333333, 0 -0.234684958333333, 1 -0.234712291666667, 0 -0.234712333333333, 1 -0.234712541666667, 0 -0.234730458333333, 1 -0.234767125000000, 0 -0.234784958333333, 1 -0.234830833333333, 0 -0.234848708333333, 1 -0.234879333333333, 0 -0.234897208333333, 1 -0.234955166666667, 0 -0.234973083333333, 1 -0.235031000000000, 0 -0.235048875000000, 1 -0.235273583333333, 0 -0.235291458333333, 1 -0.235443458333333, 0 -0.235461333333333, 1 -0.235516250000000, 0 -0.235534125000000, 1 -0.235558625000000, 0 -0.235576583333333, 1 -0.235604166666667, 0 -0.235622041666667, 1 -0.235622250000000, 0 -0.235622291666667, 1 -0.235658791666667, 0 -0.235676666666667, 1 -0.235722458333333, 0 -0.235740333333333, 1 -0.235774000000000, 0 -0.235791666666667, 1 -0.235791750000000, 0 -0.235791833333333, 1 -0.235849833333333, 0 -0.235867666666667, 1 -0.235931750000000, 0 -0.235949625000000, 1 -0.236165208333333, 0 -0.236183083333333, 1 -0.236335083333333, 0 -0.236352916666667, 1 -0.236395708333333, 0 -0.236413500000000, 1 -0.236438166666667, 0 -0.236456000000000, 1 -0.236483666666667, 0 -0.236501583333333, 1 -0.236538250000000, 0 -0.236556166666667, 1 -0.236601916666667, 0 -0.236619791666667, 1 -0.236656500000000, 0 -0.236674416666667, 1 -0.236732333333333, 0 -0.236750208333333, 1 -0.236796041666667, 0 -0.236813958333333, 1 -0.237056833333333, 0 -0.237074625000000, 1 -0.237226708333333, 0 -0.237244583333333, 1 -0.237299458333333, 0 -0.237317333333333, 1 -0.237341916666667, 0 -0.237359875000000, 1 -0.237387416666667, 0 -0.237405333333333, 1 -0.237442000000000, 0 -0.237459916666667, 1 -0.237505708333333, 0 -0.237523583333333, 1 -0.237563333333333, 0 -0.237581208333333, 1 -0.237639166666667, 0 -0.237657041666667, 1 -0.237708916666667, 0 -0.237726791666667, 1 -0.237948500000000, 0 -0.237966375000000, 1 -0.238118291666667, 0 -0.238136208333333, 1 -0.238154708333333, 0 -0.238172625000000, 1 -0.238197166666667, 0 -0.238215083333333, 1 -0.238242666666667, 0 -0.238260583333333, 1 -0.238294208333333, 0 -0.238312083333333, 1 -0.238357916666667, 0 -0.238375791666667, 1 -0.238418541666667, 0 -0.238436458333333, 1 -0.238494375000000, 0 -0.238512250000000, 1 -0.238542875000000, 0 -0.238560791666667, 1 -0.238840125000000, 0 -0.238858000000000, 1 -0.239009958333333, 0 -0.239027833333333, 1 -0.239046333333333, 0 -0.239064250000000, 1 -0.239088791666667, 0 -0.239106708333333, 1 -0.239134291666667, 0 -0.239152208333333, 1 -0.239188916666667, 0 -0.239206791666667, 1 -0.239252583333333, 0 -0.239270458333333, 1 -0.239316250000000, 0 -0.239334125000000, 1 -0.239392083333333, 0 -0.239409958333333, 1 -0.239458791666667, 0 -0.239476708333333, 1 -0.239731750000000, 0 -0.239749666666667, 1 -0.239901625000000, 0 -0.239919500000000, 1 -0.239938000000000, 0 -0.239955916666667, 1 -0.239980458333333, 0 -0.239998375000000, 1 -0.240025958333333, 0 -0.240043875000000, 1 -0.240080541666667, 0 -0.240098458333333, 1 -0.240144250000000, 0 -0.240162125000000, 1 -0.240210958333333, 0 -0.240228833333333, 1 -0.240286791666667, 0 -0.240304666666667, 1 -0.240359583333333, 0 -0.240377500000000, 1 -0.240623416666667, 0 -0.240641333333333, 1 -0.240793291666667, 0 -0.240811166666667, 1 -0.240829666666667, 0 -0.240847541666667, 1 -0.240872125000000, 0 -0.240890000000000, 1 -0.240917625000000, 0 -0.240935500000000, 1 -0.240972208333333, 0 -0.240990125000000, 1 -0.241035875000000, 0 -0.241053791666667, 1 -0.241105625000000, 0 -0.241123500000000, 1 -0.241181458333333, 0 -0.241199333333333, 1 -0.241260333333333, 0 -0.241278250000000, 1 -0.241515041666667, 0 -0.241532916666667, 1 -0.241684916666667, 0 -0.241702791666667, 1 -0.241721250000000, 0 -0.241739166666667, 1 -0.241763750000000, 0 -0.241781625000000, 1 -0.241809250000000, 0 -0.241827166666667, 1 -0.241863833333333, 0 -0.241881708333333, 1 -0.241927500000000, 0 -0.241945416666667, 1 -0.242000291666667, 0 -0.242018166666667, 1 -0.242076083333333, 0 -0.242094000000000, 1 -0.242112500000000, 0 -0.242130375000000, 1 -0.242406708333333, 0 -0.242424583333333, 1 -0.242576541666667, 0 -0.242594416666667, 1 -0.242612916666667, 0 -0.242630833333333, 1 -0.242655375000000, 0 -0.242673333333333, 1 -0.242700916666667, 0 -0.242718833333333, 1 -0.242755500000000, 0 -0.242773375000000, 1 -0.242819166666667, 0 -0.242837041666667, 1 -0.242895000000000, 0 -0.242912916666667, 1 -0.242970791666667, 0 -0.242988750000000, 1 -0.243013291666667, 0 -0.243031166666667, 1 -0.243298333333333, 0 -0.243316208333333, 1 -0.243468208333333, 0 -0.243486125000000, 1 -0.243504583333333, 0 -0.243522500000000, 1 -0.243547041666667, 0 -0.243564958333333, 1 -0.243592541666667, 0 -0.243610416666667, 1 -0.243647125000000, 0 -0.243665041666667, 1 -0.243710791666667, 0 -0.243728666666667, 1 -0.243789666666667, 0 -0.243807541666667, 1 -0.243865458333333, 0 -0.243883375000000, 1 -0.243914000000000, 0 -0.243931875000000, 1 -0.244189958333333, 0 -0.244207875000000, 1 -0.244359791666667, 0 -0.244377708333333, 1 -0.244396208333333, 0 -0.244414125000000, 1 -0.244438583333333, 0 -0.244456583333333, 1 -0.244484166666667, 0 -0.244502041666667, 1 -0.244535708333333, 0 -0.244553583333333, 1 -0.244599416666667, 0 -0.244617291666667, 1 -0.244681291666667, 0 -0.244699083333333, 1 -0.244757041666667, 0 -0.244775000000000, 1 -0.244823833333333, 0 -0.244841791666667, 1 -0.245081625000000, 0 -0.245099458333333, 1 -0.245251458333333, 0 -0.245269291666667, 1 -0.245312208333333, 0 -0.245330000000000, 1 -0.245354583333333, 0 -0.245372416666667, 1 -0.245400000000000, 0 -0.245417958333333, 1 -0.245454541666667, 0 -0.245472583333333, 1 -0.245521375000000, 0 -0.245539250000000, 1 -0.245557666666667, 0 -0.245575666666667, 1 -0.245633541666667, 0 -0.245651458333333, 1 -0.245706375000000, 0 -0.245724250000000, 1 -0.245973208333333, 0 -0.245991125000000, 1 -0.246143083333333, 0 -0.246160958333333, 1 -0.246203750000000, 0 -0.246221625000000, 1 -0.246246208333333, 0 -0.246264125000000, 1 -0.246291708333333, 0 -0.246309500000000, 1 -0.246309541666667, 0 -0.246309583333333, 1 -0.246346291666667, 0 -0.246364166666667, 1 -0.246413000000000, 0 -0.246430875000000, 1 -0.246452416666667, 0 -0.246470291666667, 1 -0.246528208333333, 0 -0.246546125000000, 1 -0.246607083333333, 0 -0.246625000000000, 1 -0.246864875000000, 0 -0.246882750000000, 1 -0.247034708333333, 0 -0.247052625000000, 1 -0.247083250000000, 0 -0.247101125000000, 1 -0.247125708333333, 0 -0.247143583333333, 1 -0.247171166666667, 0 -0.247189083333333, 1 -0.247225750000000, 0 -0.247243666666667, 1 -0.247292500000000, 0 -0.247310375000000, 1 -0.247334916666667, 0 -0.247352833333333, 1 -0.247410750000000, 0 -0.247428625000000, 1 -0.247471416666667, 0 -0.247489291666667, 1 -0.247756500000000, 0 -0.247774375000000, 1 -0.247926333333333, 0 -0.247944208333333, 1 -0.247974875000000, 0 -0.247992750000000, 1 -0.248017333333333, 0 -0.248035208333333, 1 -0.248062791666667, 0 -0.248080708333333, 1 -0.248117375000000, 0 -0.248135250000000, 1 -0.248184083333333, 0 -0.248202000000000, 1 -0.248229583333333, 0 -0.248247458333333, 1 -0.248305416666667, 0 -0.248323291666667, 1 -0.248372125000000, 0 -0.248390041666667, 1 -0.248648125000000, 0 -0.248666041666667, 1 -0.248818000000000, 0 -0.248835875000000, 1 -0.248878625000000, 0 -0.248896541666667, 1 -0.248921083333333, 0 -0.248939000000000, 1 -0.248966583333333, 0 -0.248984458333333, 1 -0.249021166666667, 0 -0.249039083333333, 1 -0.249087875000000, 0 -0.249105791666667, 1 -0.249136375000000, 0 -0.249154291666667, 1 -0.249212250000000, 0 -0.249230125000000, 1 -0.249260750000000, 0 -0.249278666666667, 1 -0.249539750000000, 0 -0.249557666666667, 1 -0.249709625000000, 0 -0.249727500000000, 1 -0.249782416666667, 0 -0.249800291666667, 1 -0.249824875000000, 0 -0.249842750000000, 1 -0.249870333333333, 0 -0.249888250000000, 1 -0.249921833333333, 0 -0.249921875000000, 1 -0.249921958333333, 0 -0.249939791666667, 1 -0.249988625000000, 0 -0.250006500000000, 1 -0.250040166666667, 0 -0.250058083333333, 1 -0.250115958333333, 0 -0.250133875000000, 1 -0.250182708333333, 0 -0.250200625000000, 1 -0.250431416666667, 0 -0.250449291666667, 1 -0.250449541666667, 0 -0.250449583333333, 1 -0.250601291666667, 0 -0.250619125000000, 1 -0.250674041666667, 0 -0.250691916666667, 1 -0.250716500000000, 0 -0.250734375000000, 1 -0.250761958333333, 0 -0.250779875000000, 1 -0.250813541666667, 0 -0.250831416666667, 1 -0.250880375000000, 0 -0.250898125000000, 1 -0.250934833333333, 0 -0.250952750000000, 1 -0.251010666666667, 0 -0.251028541666667, 1 -0.251083458333333, 0 -0.251101375000000, 1 -0.251323041666667, 0 -0.251323125000000, 1 -0.251323166666667, 0 -0.251340958333333, 1 -0.251492916666667, 0 -0.251510791666667, 1 -0.251553541666667, 0 -0.251571458333333, 1 -0.251596000000000, 0 -0.251613875000000, 1 -0.251641458333333, 0 -0.251659416666667, 1 -0.251696083333333, 0 -0.251713958333333, 1 -0.251762791666667, 0 -0.251780666666667, 1 -0.251820416666667, 0 -0.251838291666667, 1 -0.251896208333333, 0 -0.251914125000000, 1 -0.251938666666667, 0 -0.251956583333333, 1 -0.252214625000000, 0 -0.252232541666667, 1 -0.252384500000000, 0 -0.252402375000000, 1 -0.252457291666667, 0 -0.252475208333333, 1 -0.252499750000000, 0 -0.252517666666667, 1 -0.252545250000000, 0 -0.252563125000000, 1 -0.252599791666667, 0 -0.252617708333333, 1 -0.252666541666667, 0 -0.252684333333333, 1 -0.252727166666667, 0 -0.252745083333333, 1 -0.252803000000000, 0 -0.252820875000000, 1 -0.252842416666667, 0 -0.252860333333333, 1 -0.253106291666667, 0 -0.253124166666667, 1 -0.253276083333333, 0 -0.253294041666667, 1 -0.253348916666667, 0 -0.253366833333333, 1 -0.253391375000000, 0 -0.253409250000000, 1 -0.253436875000000, 0 -0.253454750000000, 1 -0.253491458333333, 0 -0.253509333333333, 1 -0.253558125000000, 0 -0.253576041666667, 1 -0.253621833333333, 0 -0.253639750000000, 1 -0.253697625000000, 0 -0.253715500000000, 1 -0.253743250000000, 0 -0.253761041666667, 1 -0.253997875000000, 0 -0.254015833333333, 1 -0.254167750000000, 0 -0.254185625000000, 1 -0.254204166666667, 0 -0.254222041666667, 1 -0.254246625000000, 0 -0.254264541666667, 1 -0.254292125000000, 0 -0.254310000000000, 1 -0.254346750000000, 0 -0.254364625000000, 1 -0.254413416666667, 0 -0.254431291666667, 1 -0.254480083333333, 0 -0.254498000000000, 1 -0.254555916666667, 0 -0.254573833333333, 1 -0.254607500000000, 0 -0.254625375000000, 1 -0.254889541666667, 0 -0.254907416666667, 1 -0.255059375000000, 0 -0.255077291666667, 1 -0.255095791666667, 0 -0.255113666666667, 1 -0.255138250000000, 0 -0.255156125000000, 1 -0.255183750000000, 0 -0.255201625000000, 1 -0.255238333333333, 0 -0.255256208333333, 1 -0.255305041666667, 0 -0.255322916666667, 1 -0.255374791666667, 0 -0.255392666666667, 1 -0.255450625000000, 0 -0.255468500000000, 1 -0.255508250000000, 0 -0.255526125000000, 1 -0.255781166666667, 0 -0.255799000000000, 1 -0.255951000000000, 0 -0.255968916666667, 1 -0.255987416666667, 0 -0.256005291666667, 1 -0.256029875000000, 0 -0.256047750000000, 1 -0.256075375000000, 0 -0.256093250000000, 1 -0.256126916666667, 0 -0.256144791666667, 1 -0.256193625000000, 0 -0.256211500000000, 1 -0.256266416666667, 0 -0.256284291666667, 1 -0.256342250000000, 0 -0.256360125000000, 1 -0.256393833333333, 0 -0.256411708333333, 1 -0.256672833333333, 0 -0.256690708333333, 1 -0.256842666666667, 0 -0.256860583333333, 1 -0.256879041666667, 0 -0.256896958333333, 1 -0.256921541666667, 0 -0.256939416666667, 1 -0.256967041666667, 0 -0.256984916666667, 1 -0.257021625000000, 0 -0.257039500000000, 1 -0.257088333333333, 0 -0.257106208333333, 1 -0.257164125000000, 0 -0.257182000000000, 1 -0.257239958333333, 0 -0.257257833333333, 1 -0.257309708333333, 0 -0.257327583333333, 1 -0.257564458333333, 0 -0.257582333333333, 1 -0.257734291666667, 0 -0.257752166666667, 1 -0.257770666666667, 0 -0.257788583333333, 1 -0.257788666666667, 0 -0.257788708333333, 1 -0.257813166666667, 0 -0.257831041666667, 1 -0.257858666666667, 0 -0.257876541666667, 1 -0.257913250000000, 0 -0.257931125000000, 1 -0.257979958333333, 0 -0.257997833333333, 1 -0.258058791666667, 0 -0.258076708333333, 1 -0.258134625000000, 0 -0.258152500000000, 1 -0.258210458333333, 0 -0.258228333333333, 1 -0.258456083333333, 0 -0.258474000000000, 1 -0.258625916666667, 0 -0.258643833333333, 1 -0.258662375000000, 0 -0.258680291666667, 1 -0.258704833333333, 0 -0.258722708333333, 1 -0.258750291666667, 0 -0.258768208333333, 1 -0.258804875000000, 0 -0.258822791666667, 1 -0.258871583333333, 0 -0.258889500000000, 1 -0.258953458333333, 0 -0.258971375000000, 1 -0.259029291666667, 0 -0.259047166666667, 1 -0.259111166666667, 0 -0.259129083333333, 1 -0.259347750000000, 0 -0.259365666666667, 1 -0.259517625000000, 0 -0.259535500000000, 1 -0.259553958333333, 0 -0.259571916666667, 1 -0.259596458333333, 0 -0.259614333333333, 1 -0.259641958333333, 0 -0.259659833333333, 1 -0.259693500000000, 0 -0.259711375000000, 1 -0.259763250000000, 0 -0.259781166666667, 1 -0.259799625000000, 0 -0.259817541666667, 1 -0.259875416666667, 0 -0.259893333333333, 1 -0.259933083333333, 0 -0.259950958333333, 1 -0.260239333333333, 0 -0.260257291666667, 1 -0.260409250000000, 0 -0.260427166666667, 1 -0.260445625000000, 0 -0.260463541666667, 1 -0.260488083333333, 0 -0.260506000000000, 1 -0.260533583333333, 0 -0.260551458333333, 1 -0.260588166666667, 0 -0.260606041666667, 1 -0.260657916666667, 0 -0.260675833333333, 1 -0.260697375000000, 0 -0.260715208333333, 1 -0.260773166666667, 0 -0.260791041666667, 1 -0.260836833333333, 0 -0.260854750000000, 1 -0.261131000000000, 0 -0.261148875000000, 1 -0.261300875000000, 0 -0.261318708333333, 1 -0.261337250000000, 0 -0.261355166666667, 1 -0.261379708333333, 0 -0.261397583333333, 1 -0.261425208333333, 0 -0.261443083333333, 1 -0.261479791666667, 0 -0.261497708333333, 1 -0.261549541666667, 0 -0.261567458333333, 1 -0.261592000000000, 0 -0.261609875000000, 1 -0.261667791666667, 0 -0.261685708333333, 1 -0.261749666666667, 0 -0.261767583333333, 1 -0.262022625000000, 0 -0.262040333333333, 1 -0.262040375000000, 0 -0.262040416666667, 1 -0.262040458333333, 0 -0.262040666666667, 1 -0.262192458333333, 0 -0.262210250000000, 1 -0.262228875000000, 0 -0.262246750000000, 1 -0.262271250000000, 0 -0.262289208333333, 1 -0.262316916666667, 0 -0.262334791666667, 1 -0.262371416666667, 0 -0.262389291666667, 1 -0.262441125000000, 0 -0.262459041666667, 1 -0.262486583333333, 0 -0.262504500000000, 1 -0.262562500000000, 0 -0.262580333333333, 1 -0.262638291666667, 0 -0.262656166666667, 1 -0.262914208333333, 0 -0.262932125000000, 1 -0.263084083333333, 0 -0.263101958333333, 1 -0.263144750000000, 0 -0.263162625000000, 1 -0.263187166666667, 0 -0.263205083333333, 1 -0.263232666666667, 0 -0.263250541666667, 1 -0.263287250000000, 0 -0.263305125000000, 1 -0.263357000000000, 0 -0.263374875000000, 1 -0.263405500000000, 0 -0.263423416666667, 1 -0.263481333333333, 0 -0.263499250000000, 1 -0.263526833333333, 0 -0.263544708333333, 1 -0.263805833333333, 0 -0.263823708333333, 1 -0.263975666666667, 0 -0.263993541666667, 1 -0.264012041666667, 0 -0.264029958333333, 1 -0.264054500000000, 0 -0.264072416666667, 1 -0.264100000000000, 0 -0.264117916666667, 1 -0.264154583333333, 0 -0.264172500000000, 1 -0.264224333333333, 0 -0.264242208333333, 1 -0.264275875000000, 0 -0.264293750000000, 1 -0.264351708333333, 0 -0.264369583333333, 1 -0.264391125000000, 0 -0.264409041666667, 1 -0.264697458333333, 0 -0.264715333333333, 1 -0.264867291666667, 0 -0.264885166666667, 1 -0.264940083333333, 0 -0.264957958333333, 1 -0.264982500000000, 0 -0.265000416666667, 1 -0.265028000000000, 0 -0.265045875000000, 1 -0.265082583333333, 0 -0.265100500000000, 1 -0.265152333333333, 0 -0.265170208333333, 1 -0.265206916666667, 0 -0.265224791666667, 1 -0.265282750000000, 0 -0.265300625000000, 1 -0.265340375000000, 0 -0.265358250000000, 1 -0.265589000000000, 0 -0.265606916666667, 1 -0.265758875000000, 0 -0.265776750000000, 1 -0.265819500000000, 0 -0.265837416666667, 1 -0.265861958333333, 0 -0.265879833333333, 1 -0.265907458333333, 0 -0.265925333333333, 1 -0.265962041666667, 0 -0.265979916666667, 1 -0.266031750000000, 0 -0.266049666666667, 1 -0.266089375000000, 0 -0.266107250000000, 1 -0.266165166666667, 0 -0.266183083333333, 1 -0.266216791666667, 0 -0.266234625000000, 1 -0.266480583333333, 0 -0.266498458333333, 1 -0.266650416666667, 0 -0.266668333333333, 1 -0.266723208333333, 0 -0.266741083333333, 1 -0.266765625000000, 0 -0.266783541666667, 1 -0.266811125000000, 0 -0.266829000000000, 1 -0.266865750000000, 0 -0.266883625000000, 1 -0.266935458333333, 0 -0.266953375000000, 1 -0.266996125000000, 0 -0.267014000000000, 1 -0.267071958333333, 0 -0.267089833333333, 1 -0.267126541666667, 0 -0.267144416666667, 1 -0.267372166666667, 0 -0.267390041666667, 1 -0.267542000000000, 0 -0.267559916666667, 1 -0.267602666666667, 0 -0.267620541666667, 1 -0.267645125000000, 0 -0.267663000000000, 1 -0.267690625000000, 0 -0.267708583333333, 1 -0.267745166666667, 0 -0.267763083333333, 1 -0.267814916666667, 0 -0.267832833333333, 1 -0.267878583333333, 0 -0.267896500000000, 1 -0.267954416666667, 0 -0.267972333333333, 1 -0.268002958333333, 0 -0.268020875000000, 1 -0.268263750000000, 0 -0.268281541666667, 1 -0.268281583333333, 0 -0.268281666666667, 1 -0.268433583333333, 0 -0.268451458333333, 1 -0.268494250000000, 0 -0.268512208333333, 1 -0.268536666666667, 0 -0.268554583333333, 1 -0.268582166666667, 0 -0.268600083333333, 1 -0.268600125000000, 0 -0.268600166666667, 1 -0.268636750000000, 0 -0.268654625000000, 1 -0.268706500000000, 0 -0.268724375000000, 1 -0.268773208333333, 0 -0.268791083333333, 1 -0.268849041666667, 0 -0.268866916666667, 1 -0.268891500000000, 0 -0.268909375000000, 1 -0.269155333333333, 0 -0.269173208333333, 1 -0.269325166666667, 0 -0.269343041666667, 1 -0.269397916666667, 0 -0.269415833333333, 1 -0.269440416666667, 0 -0.269458333333333, 1 -0.269485875000000, 0 -0.269503708333333, 1 -0.269540458333333, 0 -0.269558375000000, 1 -0.269610125000000, 0 -0.269628083333333, 1 -0.269679958333333, 0 -0.269697875000000, 1 -0.269755791666667, 0 -0.269773708333333, 1 -0.269792166666667, 0 -0.269810000000000, 1 -0.270046916666667, 0 -0.270064833333333, 1 -0.270216750000000, 0 -0.270234666666667, 1 -0.270253166666667, 0 -0.270271083333333, 1 -0.270295625000000, 0 -0.270313458333333, 1 -0.270341125000000, 0 -0.270359041666667, 1 -0.270395708333333, 0 -0.270413583333333, 1 -0.270465375000000, 0 -0.270483333333333, 1 -0.270538208333333, 0 -0.270556125000000, 1 -0.270614083333333, 0 -0.270631958333333, 1 -0.270692916666667, 0 -0.270710750000000, 1 -0.270938500000000, 0 -0.270956375000000, 1 -0.271108375000000, 0 -0.271126250000000, 1 -0.271144750000000, 0 -0.271162625000000, 1 -0.271187208333333, 0 -0.271205125000000, 1 -0.271232708333333, 0 -0.271250583333333, 1 -0.271287291666667, 0 -0.271305166666667, 1 -0.271357000000000, 0 -0.271374916666667, 1 -0.271432833333333, 0 -0.271450708333333, 1 -0.271508625000000, 0 -0.271526541666667, 1 -0.271581416666667, 0 -0.271599333333333, 1 -0.271830083333333, 0 -0.271848000000000, 1 -0.271999916666667, 0 -0.272017833333333, 1 -0.272036291666667, 0 -0.272054208333333, 1 -0.272078750000000, 0 -0.272096666666667, 1 -0.272124250000000, 0 -0.272142166666667, 1 -0.272178833333333, 0 -0.272196750000000, 1 -0.272248583333333, 0 -0.272266500000000, 1 -0.272327416666667, 0 -0.272345333333333, 1 -0.272403250000000, 0 -0.272421125000000, 1 -0.272469958333333, 0 -0.272487875000000, 1 -0.272721708333333, 0 -0.272739583333333, 1 -0.272891541666667, 0 -0.272909458333333, 1 -0.272927916666667, 0 -0.272945833333333, 1 -0.272970375000000, 0 -0.272988291666667, 1 -0.273015916666667, 0 -0.273033791666667, 1 -0.273070458333333, 0 -0.273088375000000, 1 -0.273140208333333, 0 -0.273158083333333, 1 -0.273222083333333, 0 -0.273239958333333, 1 -0.273297916666667, 0 -0.273315791666667, 1 -0.273358583333333, 0 -0.273376458333333, 1 -0.273613291666667, 0 -0.273631166666667, 1 -0.273783125000000, 0 -0.273801000000000, 1 -0.273819500000000, 0 -0.273837416666667, 1 -0.273861958333333, 0 -0.273879875000000, 1 -0.273907458333333, 0 -0.273925375000000, 1 -0.273959000000000, 0 -0.273976916666667, 1 -0.274031791666667, 0 -0.274049666666667, 1 -0.274068166666667, 0 -0.274086041666667, 1 -0.274144000000000, 0 -0.274161875000000, 1 -0.274225875000000, 0 -0.274243750000000, 1 -0.274504833333333, 0 -0.274522750000000, 1 -0.274674708333333, 0 -0.274692583333333, 1 -0.274723208333333, 0 -0.274741083333333, 1 -0.274765666666667, 0 -0.274783541666667, 1 -0.274811166666667, 0 -0.274829041666667, 1 -0.274862666666667, 0 -0.274880583333333, 1 -0.274935500000000, 0 -0.274953333333333, 1 -0.274974875000000, 0 -0.274992791666667, 1 -0.275050625000000, 0 -0.275068583333333, 1 -0.275126541666667, 0 -0.275144375000000, 1 -0.275396416666667, 0 -0.275414333333333, 1 -0.275566250000000, 0 -0.275584125000000, 1 -0.275602666666667, 0 -0.275620541666667, 1 -0.275645125000000, 0 -0.275663000000000, 1 -0.275690583333333, 0 -0.275708458333333, 1 -0.275745166666667, 0 -0.275763083333333, 1 -0.275817958333333, 0 -0.275835833333333, 1 -0.275860416666667, 0 -0.275878291666667, 1 -0.275936208333333, 0 -0.275954000000000, 1 -0.275993833333333, 0 -0.276011708333333, 1 -0.276288000000000, 0 -0.276305916666667, 1 -0.276457833333333, 0 -0.276475708333333, 1 -0.276494208333333, 0 -0.276512083333333, 1 -0.276536666666667, 0 -0.276554541666667, 1 -0.276582166666667, 0 -0.276600041666667, 1 -0.276633750000000, 0 -0.276651583333333, 1 -0.276706458333333, 0 -0.276724333333333, 1 -0.276751958333333, 0 -0.276769833333333, 1 -0.276827750000000, 0 -0.276845666666667, 1 -0.276891458333333, 0 -0.276909333333333, 1 -0.277179500000000, 0 -0.277197416666667, 1 -0.277349375000000, 0 -0.277367250000000, 1 -0.277410000000000, 0 -0.277427875000000, 1 -0.277452500000000, 0 -0.277470375000000, 1 -0.277497958333333, 0 -0.277515833333333, 1 -0.277552541666667, 0 -0.277570458333333, 1 -0.277625333333333, 0 -0.277643208333333, 1 -0.277673875000000, 0 -0.277691708333333, 1 -0.277749625000000, 0 -0.277767541666667, 1 -0.277819416666667, 0 -0.277837333333333, 1 -0.278071166666667, 0 -0.278089000000000, 1 -0.278241000000000, 0 -0.278258833333333, 1 -0.278277333333333, 0 -0.278295291666667, 1 -0.278319750000000, 0 -0.278337708333333, 1 -0.278365291666667, 0 -0.278383166666667, 1 -0.278422958333333, 0 -0.278440791666667, 1 -0.278495708333333, 0 -0.278513625000000, 1 -0.278547250000000, 0 -0.278565125000000, 1 -0.278623083333333, 0 -0.278641000000000, 1 -0.278698875000000, 0 -0.278716708333333, 1 -0.278962708333333, 0 -0.278980583333333, 1 -0.279132541666667, 0 -0.279150375000000, 1 -0.279205291666667, 0 -0.279223166666667, 1 -0.279247750000000, 0 -0.279265625000000, 1 -0.279293250000000, 0 -0.279311125000000, 1 -0.279341750000000, 0 -0.279359625000000, 1 -0.279414541666667, 0 -0.279432416666667, 1 -0.279469083333333, 0 -0.279486875000000, 1 -0.279486916666667, 0 -0.279487000000000, 1 -0.279544958333333, 0 -0.279562791666667, 1 -0.279602541666667, 0 -0.279620458333333, 1 -0.279854208333333, 0 -0.279872125000000, 1 -0.280024083333333, 0 -0.280041958333333, 1 -0.280060416666667, 0 -0.280078333333333, 1 -0.280102916666667, 0 -0.280120791666667, 1 -0.280148375000000, 0 -0.280166291666667, 1 -0.280202958333333, 0 -0.280220875000000, 1 -0.280275750000000, 0 -0.280293625000000, 1 -0.280333375000000, 0 -0.280351250000000, 1 -0.280409208333333, 0 -0.280427083333333, 1 -0.280485000000000, 0 -0.280502875000000, 1 -0.280745791666667, 0 -0.280763708333333, 1 -0.280915625000000, 0 -0.280933541666667, 1 -0.280976291666667, 0 -0.280994166666667, 1 -0.281018750000000, 0 -0.281036625000000, 1 -0.281064208333333, 0 -0.281082083333333, 1 -0.281115750000000, 0 -0.281133666666667, 1 -0.281188541666667, 0 -0.281206416666667, 1 -0.281249208333333, 0 -0.281267083333333, 1 -0.281325041666667, 0 -0.281342916666667, 1 -0.281367500000000, 0 -0.281385375000000, 1 -0.281637375000000, 0 -0.281655291666667, 1 -0.281807208333333, 0 -0.281825125000000, 1 -0.281880000000000, 0 -0.281897875000000, 1 -0.281922458333333, 0 -0.281940375000000, 1 -0.281967958333333, 0 -0.281985833333333, 1 -0.282019500000000, 0 -0.282037375000000, 1 -0.282092250000000, 0 -0.282110125000000, 1 -0.282155958333333, 0 -0.282173833333333, 1 -0.282231750000000, 0 -0.282249666666667, 1 -0.282268166666667, 0 -0.282286041666667, 1 -0.282528916666667, 0 -0.282546833333333, 1 -0.282698791666667, 0 -0.282716666666667, 1 -0.282771541666667, 0 -0.282789458333333, 1 -0.282814041666667, 0 -0.282831916666667, 1 -0.282859500000000, 0 -0.282877375000000, 1 -0.282914083333333, 0 -0.282931958333333, 1 -0.282986833333333, 0 -0.283004750000000, 1 -0.283053541666667, 0 -0.283071458333333, 1 -0.283129375000000, 0 -0.283147250000000, 1 -0.283196125000000, 0 -0.283214000000000, 1 -0.283420500000000, 0 -0.283438375000000, 1 -0.283590333333333, 0 -0.283608250000000, 1 -0.283651000000000, 0 -0.283668958333333, 1 -0.283693458333333, 0 -0.283711333333333, 1 -0.283738958333333, 0 -0.283756875000000, 1 -0.283793541666667, 0 -0.283811375000000, 1 -0.283866291666667, 0 -0.283884208333333, 1 -0.283936000000000, 0 -0.283953958333333, 1 -0.284011875000000, 0 -0.284029791666667, 1 -0.284072541666667, 0 -0.284090416666667, 1 -0.284312083333333, 0 -0.284330000000000, 1 -0.284481916666667, 0 -0.284499833333333, 1 -0.284554708333333, 0 -0.284572583333333, 1 -0.284597166666667, 0 -0.284615083333333, 1 -0.284642666666667, 0 -0.284660541666667, 1 -0.284697250000000, 0 -0.284715125000000, 1 -0.284770000000000, 0 -0.284787916666667, 1 -0.284842791666667, 0 -0.284860666666667, 1 -0.284918625000000, 0 -0.284936500000000, 1 -0.284973208333333, 0 -0.284991083333333, 1 -0.285203666666667, 0 -0.285221541666667, 1 -0.285373500000000, 0 -0.285391416666667, 1 -0.285446291666667, 0 -0.285464208333333, 1 -0.285488750000000, 0 -0.285506666666667, 1 -0.285534250000000, 0 -0.285552166666667, 1 -0.285588833333333, 0 -0.285606708333333, 1 -0.285606958333333, 0 -0.285607000000000, 1 -0.285661583333333, 0 -0.285679500000000, 1 -0.285737416666667, 0 -0.285755291666667, 1 -0.285813208333333, 0 -0.285831041666667, 1 -0.285831125000000, 0 -0.285831166666667, 1 -0.285861750000000, 0 -0.285879625000000, 1 -0.286095291666667, 0 -0.286113208333333, 1 -0.286265083333333, 0 -0.286283000000000, 1 -0.286301375000000, 0 -0.286319416666667, 1 -0.286344000000000, 0 -0.286361833333333, 1 -0.286389458333333, 0 -0.286407333333333, 1 -0.286443875000000, 0 -0.286461958333333, 1 -0.286516875000000, 0 -0.286534666666667, 1 -0.286595625000000, 0 -0.286613541666667, 1 -0.286671458333333, 0 -0.286689125000000, 1 -0.286689291666667, 0 -0.286689500000000, 1 -0.286713916666667, 0 -0.286731666666667, 1 -0.286986875000000, 0 -0.287004750000000, 1 -0.287156666666667, 0 -0.287174500000000, 1 -0.287193041666667, 0 -0.287210958333333, 1 -0.287235541666667, 0 -0.287253416666667, 1 -0.287281000000000, 0 -0.287298875000000, 1 -0.287335583333333, 0 -0.287353458333333, 1 -0.287408333333333, 0 -0.287426208333333, 1 -0.287490250000000, 0 -0.287508041666667, 1 -0.287566083333333, 0 -0.287584000000000, 1 -0.287602458333333, 0 -0.287620375000000, 1 -0.287878416666667, 0 -0.287896291666667, 1 -0.288048250000000, 0 -0.288066166666667, 1 -0.288084625000000, 0 -0.288102541666667, 1 -0.288127083333333, 0 -0.288145000000000, 1 -0.288172583333333, 0 -0.288190458333333, 1 -0.288227166666667, 0 -0.288245041666667, 1 -0.288303000000000, 0 -0.288320875000000, 1 -0.288339375000000, 0 -0.288357250000000, 1 -0.288415166666667, 0 -0.288433083333333, 1 -0.288463708333333, 0 -0.288481583333333, 1 -0.288770000000000, 0 -0.288787875000000, 1 -0.288939833333333, 0 -0.288957750000000, 1 -0.288976208333333, 0 -0.288994125000000, 1 -0.289018708333333, 0 -0.289036583333333, 1 -0.289064166666667, 0 -0.289082083333333, 1 -0.289118750000000, 0 -0.289136666666667, 1 -0.289194583333333, 0 -0.289212458333333, 1 -0.289234000000000, 0 -0.289251875000000, 1 -0.289309833333333, 0 -0.289327708333333, 1 -0.289364416666667, 0 -0.289382291666667, 1 -0.289661583333333, 0 -0.289679458333333, 1 -0.289831416666667, 0 -0.289849291666667, 1 -0.289867791666667, 0 -0.289885708333333, 1 -0.289910250000000, 0 -0.289928166666667, 1 -0.289955750000000, 0 -0.289973666666667, 1 -0.290007291666667, 0 -0.290025208333333, 1 -0.290083125000000, 0 -0.290101000000000, 1 -0.290125541666667, 0 -0.290143458333333, 1 -0.290201375000000, 0 -0.290219250000000, 1 -0.290274166666667, 0 -0.290292041666667, 1 -0.290553166666667, 0 -0.290571041666667, 1 -0.290723000000000, 0 -0.290740875000000, 1 -0.290759375000000, 0 -0.290777291666667, 1 -0.290801833333333, 0 -0.290819750000000, 1 -0.290847333333333, 0 -0.290865250000000, 1 -0.290901916666667, 0 -0.290919791666667, 1 -0.290977708333333, 0 -0.290995625000000, 1 -0.291023208333333, 0 -0.291041125000000, 1 -0.291099000000000, 0 -0.291116916666667, 1 -0.291141541666667, 0 -0.291159375000000, 1 -0.291444750000000, 0 -0.291462625000000, 1 -0.291614583333333, 0 -0.291632458333333, 1 -0.291650958333333, 0 -0.291668875000000, 1 -0.291693416666667, 0 -0.291711291666667, 1 -0.291738916666667, 0 -0.291756833333333, 1 -0.291790458333333, 0 -0.291808333333333, 1 -0.291866375000000, 0 -0.291884166666667, 1 -0.291914791666667, 0 -0.291932666666667, 1 -0.291990625000000, 0 -0.292008500000000, 1 -0.292027000000000, 0 -0.292044916666667, 1 -0.292336333333333, 0 -0.292354250000000, 1 -0.292506166666667, 0 -0.292524083333333, 1 -0.292542500000000, 0 -0.292560416666667, 1 -0.292585000000000, 0 -0.292602875000000, 1 -0.292630500000000, 0 -0.292648375000000, 1 -0.292685083333333, 0 -0.292702958333333, 1 -0.292760875000000, 0 -0.292778750000000, 1 -0.292812458333333, 0 -0.292830291666667, 1 -0.292888250000000, 0 -0.292906125000000, 1 -0.292967083333333, 0 -0.292985000000000, 1 -0.293227875000000, 0 -0.293245750000000, 1 -0.293397708333333, 0 -0.293415583333333, 1 -0.293434083333333, 0 -0.293451958333333, 1 -0.293476541666667, 0 -0.293494416666667, 1 -0.293522041666667, 0 -0.293539916666667, 1 -0.293573583333333, 0 -0.293591458333333, 1 -0.293649375000000, 0 -0.293667250000000, 1 -0.293703958333333, 0 -0.293721875000000, 1 -0.293779791666667, 0 -0.293797666666667, 1 -0.293828291666667, 0 -0.293846125000000, 1 -0.294119416666667, 0 -0.294137333333333, 1 -0.294289250000000, 0 -0.294307125000000, 1 -0.294325666666667, 0 -0.294343541666667, 1 -0.294368125000000, 0 -0.294386000000000, 1 -0.294413625000000, 0 -0.294431500000000, 1 -0.294465125000000, 0 -0.294483000000000, 1 -0.294540916666667, 0 -0.294558833333333, 1 -0.294598583333333, 0 -0.294616458333333, 1 -0.294674375000000, 0 -0.294692333333333, 1 -0.294729000000000, 0 -0.294746916666667, 1 -0.295011000000000, 0 -0.295028916666667, 1 -0.295180833333333, 0 -0.295198666666667, 1 -0.295241375000000, 0 -0.295259333333333, 1 -0.295283916666667, 0 -0.295301833333333, 1 -0.295329416666667, 0 -0.295347291666667, 1 -0.295384000000000, 0 -0.295401875000000, 1 -0.295459791666667, 0 -0.295477666666667, 1 -0.295520458333333, 0 -0.295538333333333, 1 -0.295596250000000, 0 -0.295614125000000, 1 -0.295659958333333, 0 -0.295677833333333, 1 -0.295902666666667, 0 -0.295920458333333, 1 -0.296072375000000, 0 -0.296090250000000, 1 -0.296108750000000, 0 -0.296126666666667, 1 -0.296151208333333, 0 -0.296169125000000, 1 -0.296196708333333, 0 -0.296214583333333, 1 -0.296251291666667, 0 -0.296269166666667, 1 -0.296327125000000, 0 -0.296345000000000, 1 -0.296390791666667, 0 -0.296408666666667, 1 -0.296466583333333, 0 -0.296484500000000, 1 -0.296536333333333, 0 -0.296554250000000, 1 -0.296794125000000, 0 -0.296812000000000, 1 -0.296963916666667, 0 -0.296981833333333, 1 -0.297024583333333, 0 -0.297042500000000, 1 -0.297067041666667, 0 -0.297084958333333, 1 -0.297112541666667, 0 -0.297130416666667, 1 -0.297161041666667, 0 -0.297178958333333, 1 -0.297236875000000, 0 -0.297254750000000, 1 -0.297303583333333, 0 -0.297321458333333, 1 -0.297379416666667, 0 -0.297397291666667, 1 -0.297430958333333, 0 -0.297448833333333, 1 -0.297685708333333, 0 -0.297703583333333, 1 -0.297855541666667, 0 -0.297873416666667, 1 -0.297916208333333, 0 -0.297934083333333, 1 -0.297958666666667, 0 -0.297976541666667, 1 -0.298004125000000, 0 -0.298022000000000, 1 -0.298058708333333, 0 -0.298076583333333, 1 -0.298134500000000, 0 -0.298152375000000, 1 -0.298204250000000, 0 -0.298222125000000, 1 -0.298280041666667, 0 -0.298297958333333, 1 -0.298361958333333, 0 -0.298379833333333, 1 -0.298577250000000, 0 -0.298595125000000, 1 -0.298747083333333, 0 -0.298765000000000, 1 -0.298807750000000, 0 -0.298825625000000, 1 -0.298850208333333, 0 -0.298868083333333, 1 -0.298895666666667, 0 -0.298913583333333, 1 -0.298950250000000, 0 -0.298968166666667, 1 -0.299026041666667, 0 -0.299043958333333, 1 -0.299098833333333, 0 -0.299116750000000, 1 -0.299174666666667, 0 -0.299192541666667, 1 -0.299214083333333, 0 -0.299231958333333, 1 -0.299468791666667, 0 -0.299486708333333, 1 -0.299638666666667, 0 -0.299656541666667, 1 -0.299699291666667, 0 -0.299717166666667, 1 -0.299741750000000, 0 -0.299759666666667, 1 -0.299787291666667, 0 -0.299805125000000, 1 -0.299841833333333, 0 -0.299859708333333, 1 -0.299917625000000, 0 -0.299935541666667, 1 -0.299993458333333, 0 -0.300011333333333, 1 -0.300069291666667, 0 -0.300087166666667, 1 -0.300114750000000, 0 -0.300132625000000, 1 -0.300360416666667, 0 -0.300378291666667, 1 -0.300530250000000, 0 -0.300548166666667, 1 -0.300603041666667, 0 -0.300620916666667, 1 -0.300645500000000, 0 -0.300663375000000, 1 -0.300690958333333, 0 -0.300708875000000, 1 -0.300745541666667, 0 -0.300763458333333, 1 -0.300821375000000, 0 -0.300839250000000, 1 -0.300900166666667, 0 -0.300918083333333, 1 -0.300976000000000, 0 -0.300993916666667, 1 -0.301027583333333, 0 -0.301045500000000, 1 -0.301251958333333, 0 -0.301269875000000, 1 -0.301421833333333, 0 -0.301439708333333, 1 -0.301494583333333, 0 -0.301512500000000, 1 -0.301537041666667, 0 -0.301554916666667, 1 -0.301582541666667, 0 -0.301600416666667, 1 -0.301637125000000, 0 -0.301655000000000, 1 -0.301712916666667, 0 -0.301730833333333, 1 -0.301794791666667, 0 -0.301812708333333, 1 -0.301870625000000, 0 -0.301888500000000, 1 -0.301928250000000, 0 -0.301946125000000, 1 -0.302143541666667, 0 -0.302161416666667, 1 -0.302313416666667, 0 -0.302331291666667, 1 -0.302349791666667, 0 -0.302367666666667, 1 -0.302392250000000, 0 -0.302410125000000, 1 -0.302437750000000, 0 -0.302455666666667, 1 -0.302489291666667, 0 -0.302507166666667, 1 -0.302568125000000, 0 -0.302586041666667, 1 -0.302604541666667, 0 -0.302622416666667, 1 -0.302680333333333, 0 -0.302698083333333, 1 -0.302698291666667, 0 -0.302698375000000, 1 -0.302719750000000, 0 -0.302737666666667, 1 -0.303035166666667, 0 -0.303052833333333, 1 -0.303052916666667, 0 -0.303053208333333, 1 -0.303205000000000, 0 -0.303222916666667, 1 -0.303241416666667, 0 -0.303259291666667, 1 -0.303283875000000, 0 -0.303301750000000, 1 -0.303329375000000, 0 -0.303347250000000, 1 -0.303380916666667, 0 -0.303398750000000, 1 -0.303459791666667, 0 -0.303477625000000, 1 -0.303499166666667, 0 -0.303517041666667, 1 -0.303575000000000, 0 -0.303592875000000, 1 -0.303620458333333, 0 -0.303638375000000, 1 -0.303926750000000, 0 -0.303944666666667, 1 -0.304096583333333, 0 -0.304114500000000, 1 -0.304133000000000, 0 -0.304150791666667, 1 -0.304175458333333, 0 -0.304193333333333, 1 -0.304220958333333, 0 -0.304238833333333, 1 -0.304275500000000, 0 -0.304293416666667, 1 -0.304354333333333, 0 -0.304372250000000, 1 -0.304396833333333, 0 -0.304414708333333, 1 -0.304472625000000, 0 -0.304490500000000, 1 -0.304536333333333, 0 -0.304554208333333, 1 -0.304818333333333, 0 -0.304836250000000, 1 -0.304988166666667, 0 -0.305006083333333, 1 -0.305024583333333, 0 -0.305042458333333, 1 -0.305067041666667, 0 -0.305084916666667, 1 -0.305112541666667, 0 -0.305130416666667, 1 -0.305164083333333, 0 -0.305181958333333, 1 -0.305242916666667, 0 -0.305260833333333, 1 -0.305288416666667, 0 -0.305306291666667, 1 -0.305364208333333, 0 -0.305382125000000, 1 -0.305421875000000, 0 -0.305439750000000, 1 -0.305709958333333, 0 -0.305727833333333, 1 -0.305879791666667, 0 -0.305897708333333, 1 -0.305916208333333, 0 -0.305934083333333, 1 -0.305958666666667, 0 -0.305976541666667, 1 -0.306004166666667, 0 -0.306022041666667, 1 -0.306058708333333, 0 -0.306076625000000, 1 -0.306137541666667, 0 -0.306155458333333, 1 -0.306186083333333, 0 -0.306203958333333, 1 -0.306261916666667, 0 -0.306279791666667, 1 -0.306313458333333, 0 -0.306331333333333, 1 -0.306601541666667, 0 -0.306619458333333, 1 -0.306771375000000, 0 -0.306789291666667, 1 -0.306819916666667, 0 -0.306837791666667, 1 -0.306862375000000, 0 -0.306880291666667, 1 -0.306907875000000, 0 -0.306925750000000, 1 -0.306959416666667, 0 -0.306977291666667, 1 -0.307038250000000, 0 -0.307056125000000, 1 -0.307089791666667, 0 -0.307107666666667, 1 -0.307165583333333, 0 -0.307183500000000, 1 -0.307235375000000, 0 -0.307253250000000, 1 -0.307493125000000, 0 -0.307511000000000, 1 -0.307662958333333, 0 -0.307680875000000, 1 -0.307711500000000, 0 -0.307729375000000, 1 -0.307753958333333, 0 -0.307771833333333, 1 -0.307799416666667, 0 -0.307817291666667, 1 -0.307851000000000, 0 -0.307868916666667, 1 -0.307929833333333, 0 -0.307947708333333, 1 -0.307984416666667, 0 -0.308002291666667, 1 -0.308060208333333, 0 -0.308078125000000, 1 -0.308136041666667, 0 -0.308153916666667, 1 -0.308384708333333, 0 -0.308402625000000, 1 -0.308554541666667, 0 -0.308572458333333, 1 -0.308590958333333, 0 -0.308608708333333, 1 -0.308633416666667, 0 -0.308651291666667, 1 -0.308651333333333, 0 -0.308651416666667, 1 -0.308678916666667, 0 -0.308696791666667, 1 -0.308733458333333, 0 -0.308751375000000, 1 -0.308812333333333, 0 -0.308830083333333, 1 -0.308869916666667, 0 -0.308887833333333, 1 -0.308945791666667, 0 -0.308963625000000, 1 -0.308991250000000, 0 -0.309009166666667, 1 -0.309276291666667, 0 -0.309294166666667, 1 -0.309446125000000, 0 -0.309464041666667, 1 -0.309482500000000, 0 -0.309500416666667, 1 -0.309525000000000, 0 -0.309542875000000, 1 -0.309570458333333, 0 -0.309588375000000, 1 -0.309622041666667, 0 -0.309639916666667, 1 -0.309700875000000, 0 -0.309718750000000, 1 -0.309761500000000, 0 -0.309779458333333, 1 -0.309837333333333, 0 -0.309855208333333, 1 -0.309910083333333, 0 -0.309928000000000, 1 -0.310167875000000, 0 -0.310185750000000, 1 -0.310337708333333, 0 -0.310355625000000, 1 -0.310410500000000, 0 -0.310428375000000, 1 -0.310452958333333, 0 -0.310470875000000, 1 -0.310498458333333, 0 -0.310516333333333, 1 -0.310553000000000, 0 -0.310570875000000, 1 -0.310631875000000, 0 -0.310649750000000, 1 -0.310695541666667, 0 -0.310713458333333, 1 -0.310771375000000, 0 -0.310789250000000, 1 -0.310813833333333, 0 -0.310831708333333, 1 -0.311059500000000, 0 -0.311077333333333, 1 -0.311229375000000, 0 -0.311247291666667, 1 -0.311290000000000, 0 -0.311307666666667, 1 -0.311307833333333, 0 -0.311308000000000, 1 -0.311332416666667, 0 -0.311350291666667, 1 -0.311377916666667, 0 -0.311395791666667, 1 -0.311432541666667, 0 -0.311450375000000, 1 -0.311511333333333, 0 -0.311529250000000, 1 -0.311578041666667, 0 -0.311595916666667, 1 -0.311653875000000, 0 -0.311671750000000, 1 -0.311702375000000, 0 -0.311720291666667, 1 -0.311950958333333, 0 -0.311969000000000, 1 -0.312120875000000, 0 -0.312138791666667, 1 -0.312157291666667, 0 -0.312175166666667, 1 -0.312199750000000, 0 -0.312217625000000, 1 -0.312245250000000, 0 -0.312263125000000, 1 -0.312299750000000, 0 -0.312317666666667, 1 -0.312378625000000, 0 -0.312396541666667, 1 -0.312448375000000, 0 -0.312466250000000, 1 -0.312524208333333, 0 -0.312542083333333, 1 -0.312578833333333, 0 -0.312596666666667, 1 -0.312842625000000, 0 -0.312860500000000, 1 -0.313012458333333, 0 -0.313030333333333, 1 -0.313073125000000, 0 -0.313091000000000, 1 -0.313115583333333, 0 -0.313133458333333, 1 -0.313161041666667, 0 -0.313178958333333, 1 -0.313212625000000, 0 -0.313230500000000, 1 -0.313291458333333, 0 -0.313309333333333, 1 -0.313364250000000, 0 -0.313382125000000, 1 -0.313440041666667, 0 -0.313457958333333, 1 -0.313488583333333, 0 -0.313506458333333, 1 -0.313734250000000, 0 -0.313752125000000, 1 -0.313904083333333, 0 -0.313921958333333, 1 -0.313976833333333, 0 -0.313994750000000, 1 -0.314019291666667, 0 -0.314037208333333, 1 -0.314064791666667, 0 -0.314082666666667, 1 -0.314122416666667, 0 -0.314140291666667, 1 -0.314201250000000, 0 -0.314219125000000, 1 -0.314277083333333, 0 -0.314294958333333, 1 -0.314352875000000, 0 -0.314370791666667, 1 -0.314431750000000, 0 -0.314449625000000, 1 -0.314625833333333, 0 -0.314643708333333, 1 -0.314795666666667, 0 -0.314813541666667, 1 -0.314868458333333, 0 -0.314886333333333, 1 -0.314910916666667, 0 -0.314928791666667, 1 -0.314956416666667, 0 -0.314974291666667, 1 -0.315011000000000, 0 -0.315028875000000, 1 -0.315089833333333, 0 -0.315107708333333, 1 -0.315168666666667, 0 -0.315186541666667, 1 -0.315244500000000, 0 -0.315262375000000, 1 -0.315317291666667, 0 -0.315335166666667, 1 -0.315517416666667, 0 -0.315535291666667, 1 -0.315687250000000, 0 -0.315705166666667, 1 -0.315747916666667, 0 -0.315765833333333, 1 -0.315790375000000, 0 -0.315808291666667, 1 -0.315835833333333, 0 -0.315853708333333, 1 -0.315887416666667, 0 -0.315905291666667, 1 -0.315966250000000, 0 -0.315984125000000, 1 -0.316048125000000, 0 -0.316066000000000, 1 -0.316123916666667, 0 -0.316141833333333, 1 -0.316166416666667, 0 -0.316184291666667, 1 -0.316409000000000, 0 -0.316426916666667, 1 -0.316578875000000, 0 -0.316596750000000, 1 -0.316651666666667, 0 -0.316669541666667, 1 -0.316694083333333, 0 -0.316712000000000, 1 -0.316739583333333, 0 -0.316757458333333, 1 -0.316791125000000, 0 -0.316809000000000, 1 -0.316873000000000, 0 -0.316890875000000, 1 -0.316909375000000, 0 -0.316927083333333, 1 -0.316927125000000, 0 -0.316927250000000, 1 -0.316985166666667, 0 -0.317003125000000, 1 -0.317039875000000, 0 -0.317057708333333, 1 -0.317300583333333, 0 -0.317318458333333, 1 -0.317470416666667, 0 -0.317488291666667, 1 -0.317543208333333, 0 -0.317561125000000, 1 -0.317585666666667, 0 -0.317603541666667, 1 -0.317631166666667, 0 -0.317649041666667, 1 -0.317685708333333, 0 -0.317703583333333, 1 -0.317767583333333, 0 -0.317785541666667, 1 -0.317807000000000, 0 -0.317824916666667, 1 -0.317882833333333, 0 -0.317900708333333, 1 -0.317943458333333, 0 -0.317961458333333, 1 -0.318192125000000, 0 -0.318210041666667, 1 -0.318361958333333, 0 -0.318379708333333, 1 -0.318379791666667, 0 -0.318379875000000, 1 -0.318398333333333, 0 -0.318416291666667, 1 -0.318440833333333, 0 -0.318458708333333, 1 -0.318486333333333, 0 -0.318504208333333, 1 -0.318537875000000, 0 -0.318555750000000, 1 -0.318619708333333, 0 -0.318637625000000, 1 -0.318662208333333, 0 -0.318680083333333, 1 -0.318738000000000, 0 -0.318755875000000, 1 -0.318780458333333, 0 -0.318798333333333, 1 -0.319083708333333, 0 -0.319101583333333, 1 -0.319253541666667, 0 -0.319271416666667, 1 -0.319289958333333, 0 -0.319307833333333, 1 -0.319332416666667, 0 -0.319350333333333, 1 -0.319377875000000, 0 -0.319395791666667, 1 -0.319432458333333, 0 -0.319450375000000, 1 -0.319514333333333, 0 -0.319532208333333, 1 -0.319559833333333, 0 -0.319577708333333, 1 -0.319635625000000, 0 -0.319653500000000, 1 -0.319708333333333, 0 -0.319726333333333, 1 -0.319975291666667, 0 -0.319993208333333, 1 -0.320145125000000, 0 -0.320163041666667, 1 -0.320181500000000, 0 -0.320199458333333, 1 -0.320224000000000, 0 -0.320241833333333, 1 -0.320269458333333, 0 -0.320287083333333, 1 -0.320287166666667, 0 -0.320287458333333, 1 -0.320324041666667, 0 -0.320341958333333, 1 -0.320405916666667, 0 -0.320423791666667, 1 -0.320454416666667, 0 -0.320472333333333, 1 -0.320530250000000, 0 -0.320548125000000, 1 -0.320572708333333, 0 -0.320590666666667, 1 -0.320866833333333, 0 -0.320884750000000, 1 -0.321036708333333, 0 -0.321054583333333, 1 -0.321073083333333, 0 -0.321091000000000, 1 -0.321115541666667, 0 -0.321133458333333, 1 -0.321161041666667, 0 -0.321178916666667, 1 -0.321212583333333, 0 -0.321230458333333, 1 -0.321294458333333, 0 -0.321312333333333, 1 -0.321346000000000, 0 -0.321363916666667, 1 -0.321421833333333, 0 -0.321439708333333, 1 -0.321494583333333, 0 -0.321512500000000, 1 -0.321758458333333, 0 -0.321776375000000, 1 -0.321928291666667, 0 -0.321946208333333, 1 -0.321964666666667, 0 -0.321982583333333, 1 -0.322007166666667, 0 -0.322025041666667, 1 -0.322052625000000, 0 -0.322070541666667, 1 -0.322104166666667, 0 -0.322122083333333, 1 -0.322186041666667, 0 -0.322203916666667, 1 -0.322240625000000, 0 -0.322258500000000, 1 -0.322316458333333, 0 -0.322334333333333, 1 -0.322383166666667, 0 -0.322401041666667, 1 -0.322650041666667, 0 -0.322667916666667, 1 -0.322819833333333, 0 -0.322837750000000, 1 -0.322856250000000, 0 -0.322874125000000, 1 -0.322898708333333, 0 -0.322916583333333, 1 -0.322944208333333, 0 -0.322962083333333, 1 -0.322998750000000, 0 -0.323016666666667, 1 -0.323080625000000, 0 -0.323098541666667, 1 -0.323138250000000, 0 -0.323156125000000, 1 -0.323214083333333, 0 -0.323231958333333, 1 -0.323262583333333, 0 -0.323280500000000, 1 -0.323541583333333, 0 -0.323559458333333, 1 -0.323711416666667, 0 -0.323729291666667, 1 -0.323747791666667, 0 -0.323765708333333, 1 -0.323790250000000, 0 -0.323808166666667, 1 -0.323835750000000, 0 -0.323853625000000, 1 -0.323890333333333, 0 -0.323908208333333, 1 -0.323972166666667, 0 -0.323990083333333, 1 -0.324032833333333, 0 -0.324050708333333, 1 -0.324108666666667, 0 -0.324126541666667, 1 -0.324166250000000, 0 -0.324184166666667, 1 -0.324433125000000, 0 -0.324451041666667, 1 -0.324602958333333, 0 -0.324620875000000, 1 -0.324639333333333, 0 -0.324657250000000, 1 -0.324681833333333, 0 -0.324699791666667, 1 -0.324727291666667, 0 -0.324745208333333, 1 -0.324781875000000, 0 -0.324799750000000, 1 -0.324863750000000, 0 -0.324881625000000, 1 -0.324927416666667, 0 -0.324945291666667, 1 -0.325003250000000, 0 -0.325021166666667, 1 -0.325054791666667, 0 -0.325072708333333, 1 -0.325324708333333, 0 -0.325342583333333, 1 -0.325494500000000, 0 -0.325512416666667, 1 -0.325530916666667, 0 -0.325548833333333, 1 -0.325573375000000, 0 -0.325591291666667, 1 -0.325618875000000, 0 -0.325636750000000, 1 -0.325673458333333, 0 -0.325691333333333, 1 -0.325755291666667, 0 -0.325773208333333, 1 -0.325822000000000, 0 -0.325839875000000, 1 -0.325897833333333, 0 -0.325915750000000, 1 -0.325943333333333, 0 -0.325961208333333, 1 -0.326216250000000, 0 -0.326234166666667, 1 -0.326386083333333, 0 -0.326403958333333, 1 -0.326422458333333, 0 -0.326440416666667, 1 -0.326464916666667, 0 -0.326482833333333, 1 -0.326510458333333, 0 -0.326528333333333, 1 -0.326565000000000, 0 -0.326582875000000, 1 -0.326646875000000, 0 -0.326664750000000, 1 -0.326716583333333, 0 -0.326734500000000, 1 -0.326792416666667, 0 -0.326810250000000, 1 -0.326831833333333, 0 -0.326849750000000, 1 -0.327107833333333, 0 -0.327125708333333, 1 -0.327277666666667, 0 -0.327295541666667, 1 -0.327338291666667, 0 -0.327356208333333, 1 -0.327380750000000, 0 -0.327398666666667, 1 -0.327426250000000, 0 -0.327444125000000, 1 -0.327480791666667, 0 -0.327498708333333, 1 -0.327562708333333, 0 -0.327580625000000, 1 -0.327635500000000, 0 -0.327653375000000, 1 -0.327711291666667, 0 -0.327729250000000, 1 -0.327793166666667, 0 -0.327811125000000, 1 -0.327999375000000, 0 -0.328017291666667, 1 -0.328169208333333, 0 -0.328187083333333, 1 -0.328205625000000, 0 -0.328223416666667, 1 -0.328248041666667, 0 -0.328265958333333, 1 -0.328293583333333, 0 -0.328311500000000, 1 -0.328348166666667, 0 -0.328366041666667, 1 -0.328430000000000, 0 -0.328447916666667, 1 -0.328505833333333, 0 -0.328523708333333, 1 -0.328581541666667, 0 -0.328599500000000, 1 -0.328657458333333, 0 -0.328675333333333, 1 -0.328890958333333, 0 -0.328908833333333, 1 -0.329060791666667, 0 -0.329078708333333, 1 -0.329133541666667, 0 -0.329151500000000, 1 -0.329176000000000, 0 -0.329193916666667, 1 -0.329221500000000, 0 -0.329239416666667, 1 -0.329276125000000, 0 -0.329293958333333, 1 -0.329358000000000, 0 -0.329375875000000, 1 -0.329436875000000, 0 -0.329454708333333, 1 -0.329512625000000, 0 -0.329530541666667, 1 -0.329582416666667, 0 -0.329600291666667, 1 -0.329782541666667, 0 -0.329800416666667, 1 -0.329952375000000, 0 -0.329970291666667, 1 -0.330013041666667, 0 -0.330030916666667, 1 -0.330055500000000, 0 -0.330073375000000, 1 -0.330101000000000, 0 -0.330118875000000, 1 -0.330155541666667, 0 -0.330173375000000, 1 -0.330173416666667, 0 -0.330173458333333, 1 -0.330237416666667, 0 -0.330255333333333, 1 -0.330319333333333, 0 -0.330337208333333, 1 -0.330395125000000, 0 -0.330413041666667, 1 -0.330458833333333, 0 -0.330476750000000, 1 -0.330674125000000, 0 -0.330692000000000, 1 -0.330843958333333, 0 -0.330861833333333, 1 -0.330904625000000, 0 -0.330922500000000, 1 -0.330947083333333, 0 -0.330964958333333, 1 -0.330992541666667, 0 -0.331010416666667, 1 -0.331047125000000, 0 -0.331065000000000, 1 -0.331083500000000, 0 -0.331101375000000, 1 -0.331119875000000, 0 -0.331137791666667, 1 -0.331195708333333, 0 -0.331213583333333, 1 -0.331232083333333, 0 -0.331249958333333, 1 -0.331565666666667, 0 -0.331583541666667, 1 -0.331735500000000, 0 -0.331753375000000, 1 -0.331796166666667, 0 -0.331814041666667, 1 -0.331838625000000, 0 -0.331856500000000, 1 -0.331884083333333, 0 -0.331901958333333, 1 -0.331938666666667, 0 -0.331956541666667, 1 -0.331975041666667, 0 -0.331992958333333, 1 -0.332014458333333, 0 -0.332032375000000, 1 -0.332090291666667, 0 -0.332108166666667, 1 -0.332132750000000, 0 -0.332150625000000, 1 -0.332457250000000, 0 -0.332475125000000, 1 -0.332627083333333, 0 -0.332644958333333, 1 -0.332687708333333, 0 -0.332705625000000, 1 -0.332730166666667, 0 -0.332747875000000, 1 -0.332748000000000, 0 -0.332748083333333, 1 -0.332775666666667, 0 -0.332793541666667, 1 -0.332830250000000, 0 -0.332848125000000, 1 -0.332866625000000, 0 -0.332884541666667, 1 -0.332909083333333, 0 -0.332927000000000, 1 -0.332984916666667, 0 -0.333002791666667, 1 -0.333033458333333, 0 -0.333051333333333, 1 -0.333348791666667, 0 -0.333366708333333, 1 -0.333518666666667, 0 -0.333536541666667, 1 -0.333591458333333, 0 -0.333609333333333, 1 -0.333633875000000, 0 -0.333651791666667, 1 -0.333679375000000, 0 -0.333697291666667, 1 -0.333733958333333, 0 -0.333751875000000, 1 -0.333770333333333, 0 -0.333788250000000, 1 -0.333815833333333, 0 -0.333833750000000, 1 -0.333891666666667, 0 -0.333909541666667, 1 -0.333946250000000, 0 -0.333964125000000, 1 -0.334240375000000, 0 -0.334258291666667, 1 -0.334410208333333, 0 -0.334428125000000, 1 -0.334446583333333, 0 -0.334464541666667, 1 -0.334489083333333, 0 -0.334506958333333, 1 -0.334507166666667, 0 -0.334507208333333, 1 -0.334534583333333, 0 -0.334552458333333, 1 -0.334586125000000, 0 -0.334604000000000, 1 -0.334622500000000, 0 -0.334640375000000, 1 -0.334671000000000, 0 -0.334688875000000, 1 -0.334746833333333, 0 -0.334764708333333, 1 -0.334795375000000, 0 -0.334813250000000, 1 -0.335131958333333, 0 -0.335149833333333, 1 -0.335301791666667, 0 -0.335319708333333, 1 -0.335338166666667, 0 -0.335356083333333, 1 -0.335380666666667, 0 -0.335398541666667, 1 -0.335426166666667, 0 -0.335444041666667, 1 -0.335477708333333, 0 -0.335495583333333, 1 -0.335514083333333, 0 -0.335532000000000, 1 -0.335565625000000, 0 -0.335583500000000, 1 -0.335641458333333, 0 -0.335659333333333, 1 -0.335696041666667, 0 -0.335713958333333, 1 -0.336023583333333, 0 -0.336041500000000, 1 -0.336193416666667, 0 -0.336211250000000, 1 -0.336229791666667, 0 -0.336247708333333, 1 -0.336272250000000, 0 -0.336290166666667, 1 -0.336317750000000, 0 -0.336335625000000, 1 -0.336372333333333, 0 -0.336390250000000, 1 -0.336408708333333, 0 -0.336426583333333, 1 -0.336463291666667, 0 -0.336481208333333, 1 -0.336539083333333, 0 -0.336556958333333, 1 -0.336611916666667, 0 -0.336629916666667, 1 -0.336915125000000, 0 -0.336933041666667, 1 -0.337085000000000, 0 -0.337102916666667, 1 -0.337121375000000, 0 -0.337139250000000, 1 -0.337163833333333, 0 -0.337181750000000, 1 -0.337209333333333, 0 -0.337227208333333, 1 -0.337263916666667, 0 -0.337281833333333, 1 -0.337300291666667, 0 -0.337318208333333, 1 -0.337357916666667, 0 -0.337375791666667, 1 -0.337433750000000, 0 -0.337451625000000, 1 -0.337512583333333, 0 -0.337530500000000, 1 -0.337806750000000, 0 -0.337824625000000, 1 -0.337976583333333, 0 -0.337994500000000, 1 -0.338012958333333, 0 -0.338030875000000, 1 -0.338055458333333, 0 -0.338073333333333, 1 -0.338100916666667, 0 -0.338118833333333, 1 -0.338155500000000, 0 -0.338173416666667, 1 -0.338191875000000, 0 -0.338209791666667, 1 -0.338252541666667, 0 -0.338270416666667, 1 -0.338328375000000, 0 -0.338346250000000, 1 -0.338404208333333, 0 -0.338422083333333, 1 -0.338698375000000, 0 -0.338716250000000, 1 -0.338868166666667, 0 -0.338886083333333, 1 -0.338904583333333, 0 -0.338922458333333, 1 -0.338947041666667, 0 -0.338964916666667, 1 -0.338992541666667, 0 -0.339010416666667, 1 -0.339047125000000, 0 -0.339065000000000, 1 -0.339083500000000, 0 -0.339101375000000, 1 -0.339147166666667, 0 -0.339165083333333, 1 -0.339223000000000, 0 -0.339240875000000, 1 -0.339304875000000, 0 -0.339322791666667, 1 -0.339589916666667, 0 -0.339607833333333, 1 -0.339759750000000, 0 -0.339777666666667, 1 -0.339796125000000, 0 -0.339814041666667, 1 -0.339838625000000, 0 -0.339856500000000, 1 -0.339884083333333, 0 -0.339902000000000, 1 -0.339938666666667, 0 -0.339956583333333, 1 -0.339975041666667, 0 -0.339992958333333, 1 -0.340041750000000, 0 -0.340059666666667, 1 -0.340117541666667, 0 -0.340135458333333, 1 -0.340181250000000, 0 -0.340199166666667, 1 -0.340481500000000, 0 -0.340499375000000, 1 -0.340651333333333, 0 -0.340669208333333, 1 -0.340687708333333, 0 -0.340705625000000, 1 -0.340730166666667, 0 -0.340748083333333, 1 -0.340775666666667, 0 -0.340793583333333, 1 -0.340830250000000, 0 -0.340848125000000, 1 -0.340866625000000, 0 -0.340884541666667, 1 -0.340936375000000, 0 -0.340954250000000, 1 -0.341012208333333, 0 -0.341030083333333, 1 -0.341081958333333, 0 -0.341099875000000, 1 -0.341373083333333, 0 -0.341390958333333, 1 -0.341542916666667, 0 -0.341560833333333, 1 -0.341603583333333, 0 -0.341621458333333, 1 -0.341646041666667, 0 -0.341663916666667, 1 -0.341691500000000, 0 -0.341709416666667, 1 -0.341746083333333, 0 -0.341764000000000, 1 -0.341782458333333, 0 -0.341800375000000, 1 -0.341855250000000, 0 -0.341873125000000, 1 -0.341931083333333, 0 -0.341948958333333, 1 -0.341982625000000, 0 -0.342000500000000, 1 -0.342264625000000, 0 -0.342282583333333, 1 -0.342434500000000, 0 -0.342452375000000, 1 -0.342495166666667, 0 -0.342513041666667, 1 -0.342537583333333, 0 -0.342555500000000, 1 -0.342583083333333, 0 -0.342600958333333, 1 -0.342637666666667, 0 -0.342655583333333, 1 -0.342674041666667, 0 -0.342691916666667, 1 -0.342749875000000, 0 -0.342767750000000, 1 -0.342825708333333, 0 -0.342843458333333, 1 -0.342843500000000, 0 -0.342843583333333, 1 -0.342883333333333, 0 -0.342901208333333, 1 -0.343156250000000, 0 -0.343174166666667, 1 -0.343326125000000, 0 -0.343344000000000, 1 -0.343386750000000, 0 -0.343404625000000, 1 -0.343429250000000, 0 -0.343447125000000, 1 -0.343474666666667, 0 -0.343492583333333, 1 -0.343529291666667, 0 -0.343547208333333, 1 -0.343565666666667, 0 -0.343583541666667, 1 -0.343644500000000, 0 -0.343662416666667, 1 -0.343720333333333, 0 -0.343738250000000, 1 -0.343759791666667, 0 -0.343777666666667, 1 -0.344047875000000, 0 -0.344065791666667, 1 -0.344217708333333, 0 -0.344235583333333, 1 -0.344254083333333, 0 -0.344271791666667, 1 -0.344272000000000, 0 -0.344272166666667, 1 -0.344296541666667, 0 -0.344314500000000, 1 -0.344342041666667, 0 -0.344359916666667, 1 -0.344396625000000, 0 -0.344414541666667, 1 -0.344433041666667, 0 -0.344450916666667, 1 -0.344514916666667, 0 -0.344532791666667, 1 -0.344590708333333, 0 -0.344608625000000, 1 -0.344636208333333, 0 -0.344654041666667, 1 -0.344939458333333, 0 -0.344957333333333, 1 -0.345109291666667, 0 -0.345127166666667, 1 -0.345169958333333, 0 -0.345187833333333, 1 -0.345212416666667, 0 -0.345230333333333, 1 -0.345257875000000, 0 -0.345275791666667, 1 -0.345312458333333, 0 -0.345330416666667, 1 -0.345351875000000, 0 -0.345369750000000, 1 -0.345388250000000, 0 -0.345406208333333, 1 -0.345464083333333, 0 -0.345481958333333, 1 -0.345521708333333, 0 -0.345539625000000, 1 -0.345831041666667, 0 -0.345848916666667, 1 -0.346000875000000, 0 -0.346018750000000, 1 -0.346073666666667, 0 -0.346091541666667, 1 -0.346116125000000, 0 -0.346134000000000, 1 -0.346161583333333, 0 -0.346179500000000, 1 -0.346216208333333, 0 -0.346234041666667, 1 -0.346255583333333, 0 -0.346273500000000, 1 -0.346295041666667, 0 -0.346312916666667, 1 -0.346370833333333, 0 -0.346388708333333, 1 -0.346422416666667, 0 -0.346440291666667, 1 -0.346722625000000, 0 -0.346740541666667, 1 -0.346892458333333, 0 -0.346910375000000, 1 -0.346965250000000, 0 -0.346983166666667, 1 -0.347007708333333, 0 -0.347025625000000, 1 -0.347053208333333, 0 -0.347071083333333, 1 -0.347107791666667, 0 -0.347125666666667, 1 -0.347147208333333, 0 -0.347165083333333, 1 -0.347189666666667, 0 -0.347207541666667, 1 -0.347265458333333, 0 -0.347283375000000, 1 -0.347310958333333, 0 -0.347328833333333, 1 -0.347614208333333, 0 -0.347632083333333, 1 -0.347784041666667, 0 -0.347801958333333, 1 -0.347844708333333, 0 -0.347862583333333, 1 -0.347887166666667, 0 -0.347905041666667, 1 -0.347932666666667, 0 -0.347950541666667, 1 -0.347984208333333, 0 -0.348002083333333, 1 -0.348023625000000, 0 -0.348041500000000, 1 -0.348069125000000, 0 -0.348087000000000, 1 -0.348144916666667, 0 -0.348162791666667, 1 -0.348220708333333, 0 -0.348238625000000, 1 -0.348505791666667, 0 -0.348523708333333, 1 -0.348675666666667, 0 -0.348693541666667, 1 -0.348748416666667, 0 -0.348766333333333, 1 -0.348790875000000, 0 -0.348808791666667, 1 -0.348836375000000, 0 -0.348854291666667, 1 -0.348887916666667, 0 -0.348905833333333, 1 -0.348927333333333, 0 -0.348945208333333, 1 -0.348975875000000, 0 -0.348993750000000, 1 -0.349051666666667, 0 -0.349069583333333, 1 -0.349097166666667, 0 -0.349115083333333, 1 -0.349397416666667, 0 -0.349415291666667, 1 -0.349567250000000, 0 -0.349585125000000, 1 -0.349640041666667, 0 -0.349657916666667, 1 -0.349682500000000, 0 -0.349700375000000, 1 -0.349727958333333, 0 -0.349745875000000, 1 -0.349779500000000, 0 -0.349797250000000, 1 -0.349797416666667, 0 -0.349797458333333, 1 -0.349818916666667, 0 -0.349836833333333, 1 -0.349870500000000, 0 -0.349888375000000, 1 -0.349946291666667, 0 -0.349964041666667, 1 -0.349964125000000, 0 -0.349964250000000, 1 -0.349985708333333, 0 -0.350003625000000, 1 -0.350289000000000, 0 -0.350306916666667, 1 -0.350458833333333, 0 -0.350476750000000, 1 -0.350495208333333, 0 -0.350513125000000, 1 -0.350537666666667, 0 -0.350555583333333, 1 -0.350583166666667, 0 -0.350601041666667, 1 -0.350634708333333, 0 -0.350652625000000, 1 -0.350674125000000, 0 -0.350692000000000, 1 -0.350728708333333, 0 -0.350746583333333, 1 -0.350804541666667, 0 -0.350822416666667, 1 -0.350862125000000, 0 -0.350879958333333, 1 -0.350880083333333, 0 -0.350880166666667, 1 -0.351180583333333, 0 -0.351198458333333, 1 -0.351350416666667, 0 -0.351368291666667, 1 -0.351386791666667, 0 -0.351404708333333, 1 -0.351429291666667, 0 -0.351447166666667, 1 -0.351474750000000, 0 -0.351492625000000, 1 -0.351529333333333, 0 -0.351547250000000, 1 -0.351568750000000, 0 -0.351586625000000, 1 -0.351626375000000, 0 -0.351644250000000, 1 -0.351702208333333, 0 -0.351720083333333, 1 -0.351765875000000, 0 -0.351783791666667, 1 -0.352072208333333, 0 -0.352090083333333, 1 -0.352242041666667, 0 -0.352259916666667, 1 -0.352278416666667, 0 -0.352296291666667, 1 -0.352320875000000, 0 -0.352338791666667, 1 -0.352366375000000, 0 -0.352384291666667, 1 -0.352417958333333, 0 -0.352435791666667, 1 -0.352457333333333, 0 -0.352475208333333, 1 -0.352517958333333, 0 -0.352535875000000, 1 -0.352593791666667, 0 -0.352611625000000, 1 -0.352648375000000, 0 -0.352666250000000, 1 -0.352963791666667, 0 -0.352981666666667, 1 -0.353133583333333, 0 -0.353151500000000, 1 -0.353170000000000, 0 -0.353187750000000, 1 -0.353212458333333, 0 -0.353230333333333, 1 -0.353257958333333, 0 -0.353275833333333, 1 -0.353309500000000, 0 -0.353327375000000, 1 -0.353348916666667, 0 -0.353366833333333, 1 -0.353412583333333, 0 -0.353430458333333, 1 -0.353488375000000, 0 -0.353506291666667, 1 -0.353536916666667, 0 -0.353554833333333, 1 -0.353855375000000, 0 -0.353873291666667, 1 -0.354025250000000, 0 -0.354043083333333, 1 -0.354061583333333, 0 -0.354079500000000, 1 -0.354104041666667, 0 -0.354121958333333, 1 -0.354149583333333, 0 -0.354167458333333, 1 -0.354204208333333, 0 -0.354222000000000, 1 -0.354243541666667, 0 -0.354261500000000, 1 -0.354310250000000, 0 -0.354328166666667, 1 -0.354386083333333, 0 -0.354404000000000, 1 -0.354464958333333, 0 -0.354482833333333, 1 -0.354747000000000, 0 -0.354764916666667, 1 -0.354916833333333, 0 -0.354934708333333, 1 -0.354953208333333, 0 -0.354971125000000, 1 -0.354995666666667, 0 -0.355013583333333, 1 -0.355041166666667, 0 -0.355059083333333, 1 -0.355095750000000, 0 -0.355113625000000, 1 -0.355135166666667, 0 -0.355153041666667, 1 -0.355204916666667, 0 -0.355222791666667, 1 -0.355280708333333, 0 -0.355298583333333, 1 -0.355353500000000, 0 -0.355371416666667, 1 -0.355638541666667, 0 -0.355656458333333, 1 -0.355808375000000, 0 -0.355826291666667, 1 -0.355844791666667, 0 -0.355862666666667, 1 -0.355887250000000, 0 -0.355905125000000, 1 -0.355932750000000, 0 -0.355950625000000, 1 -0.355987291666667, 0 -0.356005208333333, 1 -0.356026750000000, 0 -0.356044625000000, 1 -0.356099500000000, 0 -0.356117416666667, 1 -0.356175291666667, 0 -0.356193208333333, 1 -0.356217791666667, 0 -0.356235666666667, 1 -0.356530125000000, 0 -0.356548041666667, 1 -0.356700000000000, 0 -0.356717875000000, 1 -0.356736375000000, 0 -0.356754250000000, 1 -0.356778833333333, 0 -0.356796708333333, 1 -0.356824291666667, 0 -0.356842166666667, 1 -0.356878875000000, 0 -0.356896791666667, 1 -0.356918333333333, 0 -0.356936208333333, 1 -0.356994125000000, 0 -0.357012000000000, 1 -0.357069958333333, 0 -0.357087833333333, 1 -0.357106333333333, 0 -0.357124250000000, 1 -0.357421750000000, 0 -0.357439666666667, 1 -0.357591583333333, 0 -0.357609500000000, 1 -0.357627958333333, 0 -0.357645875000000, 1 -0.357670458333333, 0 -0.357688333333333, 1 -0.357715958333333, 0 -0.357733833333333, 1 -0.357770541666667, 0 -0.357788416666667, 1 -0.357809958333333, 0 -0.357827833333333, 1 -0.357888791666667, 0 -0.357906666666667, 1 -0.357964583333333, 0 -0.357982500000000, 1 -0.358019208333333, 0 -0.358037125000000, 1 -0.358313333333333, 0 -0.358331250000000, 1 -0.358483208333333, 0 -0.358501083333333, 1 -0.358519583333333, 0 -0.358537500000000, 1 -0.358562041666667, 0 -0.358579958333333, 1 -0.358607583333333, 0 -0.358625458333333, 1 -0.358659125000000, 0 -0.358677000000000, 1 -0.358698500000000, 0 -0.358716416666667, 1 -0.358780416666667, 0 -0.358798291666667, 1 -0.358856208333333, 0 -0.358874125000000, 1 -0.358916875000000, 0 -0.358934791666667, 1 -0.359204958333333, 0 -0.359222875000000, 1 -0.359374833333333, 0 -0.359392791666667, 1 -0.359435500000000, 0 -0.359453375000000, 1 -0.359477958333333, 0 -0.359495791666667, 1 -0.359523500000000, 0 -0.359541291666667, 1 -0.359578000000000, 0 -0.359595875000000, 1 -0.359620458333333, 0 -0.359638333333333, 1 -0.359656833333333, 0 -0.359674791666667, 1 -0.359732666666667, 0 -0.359750541666667, 1 -0.359811541666667, 0 -0.359829416666667, 1 -0.360096625000000, 0 -0.360114375000000, 1 -0.360114416666667, 0 -0.360114500000000, 1 -0.360266458333333, 0 -0.360284375000000, 1 -0.360302833333333, 0 -0.360320750000000, 1 -0.360345291666667, 0 -0.360363208333333, 1 -0.360390791666667, 0 -0.360408708333333, 1 -0.360445375000000, 0 -0.360463291666667, 1 -0.360487833333333, 0 -0.360505708333333, 1 -0.360527250000000, 0 -0.360545125000000, 1 -0.360603041666667, 0 -0.360620958333333, 1 -0.360675833333333, 0 -0.360693750000000, 1 -0.360988166666667, 0 -0.361006083333333, 1 -0.361158041666667, 0 -0.361175958333333, 1 -0.361230791666667, 0 -0.361248666666667, 1 -0.361273291666667, 0 -0.361291083333333, 1 -0.361318791666667, 0 -0.361336666666667, 1 -0.361370375000000, 0 -0.361388250000000, 1 -0.361412791666667, 0 -0.361430625000000, 1 -0.361455250000000, 0 -0.361473166666667, 1 -0.361531041666667, 0 -0.361548916666667, 1 -0.361585666666667, 0 -0.361603541666667, 1 -0.361879833333333, 0 -0.361897708333333, 1 -0.362049708333333, 0 -0.362067541666667, 1 -0.362110291666667, 0 -0.362128208333333, 1 -0.362152875000000, 0 -0.362170750000000, 1 -0.362198250000000, 0 -0.362216166666667, 1 -0.362252916666667, 0 -0.362270750000000, 1 -0.362295333333333, 0 -0.362313250000000, 1 -0.362340916666667, 0 -0.362358708333333, 1 -0.362416666666667, 0 -0.362434500000000, 1 -0.362477291666667, 0 -0.362495208333333, 1 -0.362771500000000, 0 -0.362789375000000, 1 -0.362941333333333, 0 -0.362959250000000, 1 -0.363014166666667, 0 -0.363032041666667, 1 -0.363056625000000, 0 -0.363074500000000, 1 -0.363102083333333, 0 -0.363120000000000, 1 -0.363153666666667, 0 -0.363171541666667, 1 -0.363196125000000, 0 -0.363214000000000, 1 -0.363244625000000, 0 -0.363262500000000, 1 -0.363320416666667, 0 -0.363338333333333, 1 -0.363387166666667, 0 -0.363405083333333, 1 -0.363663125000000, 0 -0.363681041666667, 1 -0.363832958333333, 0 -0.363850875000000, 1 -0.363905791666667, 0 -0.363923666666667, 1 -0.363948208333333, 0 -0.363966125000000, 1 -0.363993708333333, 0 -0.364011625000000, 1 -0.364048291666667, 0 -0.364066208333333, 1 -0.364090750000000, 0 -0.364108666666667, 1 -0.364142291666667, 0 -0.364160166666667, 1 -0.364218125000000, 0 -0.364236000000000, 1 -0.364266666666667, 0 -0.364284541666667, 1 -0.364554750000000, 0 -0.364572666666667, 1 -0.364724583333333, 0 -0.364742500000000, 1 -0.364785250000000, 0 -0.364803166666667, 1 -0.364827708333333, 0 -0.364845625000000, 1 -0.364873208333333, 0 -0.364891083333333, 1 -0.364924750000000, 0 -0.364942666666667, 1 -0.364967208333333, 0 -0.364985083333333, 1 -0.365021791666667, 0 -0.365039708333333, 1 -0.365097625000000, 0 -0.365115500000000, 1 -0.365176458333333, 0 -0.365194375000000, 1 -0.365446416666667, 0 -0.365464291666667, 1 -0.365616250000000, 0 -0.365634125000000, 1 -0.365689041666667, 0 -0.365706916666667, 1 -0.365731500000000, 0 -0.365749375000000, 1 -0.365776958333333, 0 -0.365794875000000, 1 -0.365828541666667, 0 -0.365846416666667, 1 -0.365871000000000, 0 -0.365888875000000, 1 -0.365928583333333, 0 -0.365946500000000, 1 -0.366004416666667, 0 -0.366022333333333, 1 -0.366077208333333, 0 -0.366095083333333, 1 -0.366338000000000, 0 -0.366355916666667, 1 -0.366507875000000, 0 -0.366525750000000, 1 -0.366544250000000, 0 -0.366562166666667, 1 -0.366586750000000, 0 -0.366604625000000, 1 -0.366632208333333, 0 -0.366650125000000, 1 -0.366686791666667, 0 -0.366704708333333, 1 -0.366729208333333, 0 -0.366747125000000, 1 -0.366789875000000, 0 -0.366807791666667, 1 -0.366865708333333, 0 -0.366883583333333, 1 -0.366911208333333, 0 -0.366929125000000, 1 -0.367229625000000, 0 -0.367247541666667, 1 -0.367399458333333, 0 -0.367417416666667, 1 -0.367435875000000, 0 -0.367453791666667, 1 -0.367478333333333, 0 -0.367496250000000, 1 -0.367523875000000, 0 -0.367541750000000, 1 -0.367578458333333, 0 -0.367596333333333, 1 -0.367620875000000, 0 -0.367638791666667, 1 -0.367684541666667, 0 -0.367702458333333, 1 -0.367760375000000, 0 -0.367778291666667, 1 -0.367799791666667, 0 -0.367817708333333, 1 -0.368121291666667, 0 -0.368139166666667, 1 -0.368291166666667, 0 -0.368309041666667, 1 -0.368327541666667, 0 -0.368345458333333, 1 -0.368370000000000, 0 -0.368387916666667, 1 -0.368415500000000, 0 -0.368433375000000, 1 -0.368470083333333, 0 -0.368487958333333, 1 -0.368512541666667, 0 -0.368530416666667, 1 -0.368579250000000, 0 -0.368597125000000, 1 -0.368655041666667, 0 -0.368672958333333, 1 -0.368712708333333, 0 -0.368730541666667, 1 -0.369012916666667, 0 -0.369030791666667, 1 -0.369182750000000, 0 -0.369200625000000, 1 -0.369219166666667, 0 -0.369237083333333, 1 -0.369261625000000, 0 -0.369279541666667, 1 -0.369307083333333, 0 -0.369324958333333, 1 -0.369361666666667, 0 -0.369379583333333, 1 -0.369404125000000, 0 -0.369422000000000, 1 -0.369473750000000, 0 -0.369491750000000, 1 -0.369549708333333, 0 -0.369567541666667, 1 -0.369601250000000, 0 -0.369619125000000, 1 -0.369904500000000, 0 -0.369922375000000, 1 -0.370074333333333, 0 -0.370092208333333, 1 -0.370110750000000, 0 -0.370128583333333, 1 -0.370153166666667, 0 -0.370171083333333, 1 -0.370198666666667, 0 -0.370216583333333, 1 -0.370253291666667, 0 -0.370271125000000, 1 -0.370295666666667, 0 -0.370313583333333, 1 -0.370368500000000, 0 -0.370386375000000, 1 -0.370444291666667, 0 -0.370462208333333, 1 -0.370514083333333, 0 -0.370531958333333, 1 -0.370796125000000, 0 -0.370813958333333, 1 -0.370965958333333, 0 -0.370983875000000, 1 -0.371014500000000, 0 -0.371032375000000, 1 -0.371056958333333, 0 -0.371074833333333, 1 -0.371102458333333, 0 -0.371120333333333, 1 -0.371157041666667, 0 -0.371174916666667, 1 -0.371199458333333, 0 -0.371217375000000, 1 -0.371275291666667, 0 -0.371293166666667, 1 -0.371351083333333, 0 -0.371369000000000, 1 -0.371414791666667, 0 -0.371432708333333, 1 -0.371687708333333, 0 -0.371705625000000, 1 -0.371857583333333, 0 -0.371875458333333, 1 -0.371893958333333, 0 -0.371911875000000, 1 -0.371936416666667, 0 -0.371954333333333, 1 -0.371981916666667, 0 -0.371999833333333, 1 -0.372033458333333, 0 -0.372051375000000, 1 -0.372075916666667, 0 -0.372093833333333, 1 -0.372154750000000, 0 -0.372172666666667, 1 -0.372230583333333, 0 -0.372248458333333, 1 -0.372276083333333, 0 -0.372293958333333, 1 -0.372579333333333, 0 -0.372597250000000, 1 -0.372749166666667, 0 -0.372767083333333, 1 -0.372821958333333, 0 -0.372839875000000, 1 -0.372864458333333, 0 -0.372882333333333, 1 -0.372909916666667, 0 -0.372927791666667, 1 -0.372964500000000, 0 -0.372982416666667, 1 -0.373006958333333, 0 -0.373024833333333, 1 -0.373088833333333, 0 -0.373106750000000, 1 -0.373164666666667, 0 -0.373182541666667, 1 -0.373240500000000, 0 -0.373258375000000, 1 -0.373470958333333, 0 -0.373488833333333, 1 -0.373640833333333, 0 -0.373658750000000, 1 -0.373677208333333, 0 -0.373695125000000, 1 -0.373719708333333, 0 -0.373737583333333, 1 -0.373765208333333, 0 -0.373783083333333, 1 -0.373819791666667, 0 -0.373837666666667, 1 -0.373865250000000, 0 -0.373883166666667, 1 -0.373901625000000, 0 -0.373919541666667, 1 -0.373977458333333, 0 -0.373995333333333, 1 -0.374041166666667, 0 -0.374059041666667, 1 -0.374362625000000, 0 -0.374380541666667, 1 -0.374532458333333, 0 -0.374550333333333, 1 -0.374581000000000, 0 -0.374598875000000, 1 -0.374623416666667, 0 -0.374641333333333, 1 -0.374668958333333, 0 -0.374686833333333, 1 -0.374723541666667, 0 -0.374741416666667, 1 -0.374769041666667, 0 -0.374786875000000, 1 -0.374808416666667, 0 -0.374826333333333, 1 -0.374884250000000, 0 -0.374902166666667, 1 -0.374954000000000, 0 -0.374971875000000, 1 -0.375254250000000, 0 -0.375272125000000, 1 -0.375424083333333, 0 -0.375441958333333, 1 -0.375460500000000, 0 -0.375478375000000, 1 -0.375502958333333, 0 -0.375520833333333, 1 -0.375548458333333, 0 -0.375566333333333, 1 -0.375603041666667, 0 -0.375620916666667, 1 -0.375648458333333, 0 -0.375666375000000, 1 -0.375690958333333, 0 -0.375708833333333, 1 -0.375766750000000, 0 -0.375784666666667, 1 -0.375842583333333, 0 -0.375860500000000, 1 -0.376145875000000, 0 -0.376163791666667, 1 -0.376315708333333, 0 -0.376333625000000, 1 -0.376364250000000, 0 -0.376382166666667, 1 -0.376406708333333, 0 -0.376424583333333, 1 -0.376452208333333, 0 -0.376470083333333, 1 -0.376506791666667, 0 -0.376524666666667, 1 -0.376552291666667, 0 -0.376570166666667, 1 -0.376597750000000, 0 -0.376615666666667, 1 -0.376673583333333, 0 -0.376691458333333, 1 -0.376755500000000, 0 -0.376773375000000, 1 -0.377037500000000, 0 -0.377055416666667, 1 -0.377207375000000, 0 -0.377225250000000, 1 -0.377268000000000, 0 -0.377285916666667, 1 -0.377310500000000, 0 -0.377328375000000, 1 -0.377355958333333, 0 -0.377373833333333, 1 -0.377410541666667, 0 -0.377428416666667, 1 -0.377456041666667, 0 -0.377473916666667, 1 -0.377504541666667, 0 -0.377522416666667, 1 -0.377580416666667, 0 -0.377598208333333, 1 -0.377619791666667, 0 -0.377637583333333, 1 -0.377929125000000, 0 -0.377947000000000, 1 -0.378098958333333, 0 -0.378116875000000, 1 -0.378171750000000, 0 -0.378189625000000, 1 -0.378214208333333, 0 -0.378232083333333, 1 -0.378259666666667, 0 -0.378277583333333, 1 -0.378311250000000, 0 -0.378329125000000, 1 -0.378356708333333, 0 -0.378374625000000, 1 -0.378408291666667, 0 -0.378426250000000, 1 -0.378484083333333, 0 -0.378501958333333, 1 -0.378565958333333, 0 -0.378583875000000, 1 -0.378820750000000, 0 -0.378838750000000, 1 -0.378990583333333, 0 -0.379008458333333, 1 -0.379063375000000, 0 -0.379081250000000, 1 -0.379105833333333, 0 -0.379123750000000, 1 -0.379151250000000, 0 -0.379169250000000, 1 -0.379202875000000, 0 -0.379220750000000, 1 -0.379248375000000, 0 -0.379266250000000, 1 -0.379302958333333, 0 -0.379320875000000, 1 -0.379378750000000, 0 -0.379396666666667, 1 -0.379442458333333, 0 -0.379460375000000, 1 -0.379712375000000, 0 -0.379730250000000, 1 -0.379882208333333, 0 -0.379900083333333, 1 -0.379942875000000, 0 -0.379960750000000, 1 -0.379985333333333, 0 -0.380003208333333, 1 -0.380030791666667, 0 -0.380048708333333, 1 -0.380082375000000, 0 -0.380100250000000, 1 -0.380127833333333, 0 -0.380145708333333, 1 -0.380185458333333, 0 -0.380203333333333, 1 -0.380261250000000, 0 -0.380279166666667, 1 -0.380331041666667, 0 -0.380348916666667, 1 -0.380603958333333, 0 -0.380621833333333, 1 -0.380773791666667, 0 -0.380791708333333, 1 -0.380846583333333, 0 -0.380864500000000, 1 -0.380889041666667, 0 -0.380906958333333, 1 -0.380934541666667, 0 -0.380952416666667, 1 -0.380989125000000, 0 -0.381007000000000, 1 -0.381034625000000, 0 -0.381052500000000, 1 -0.381095250000000, 0 -0.381113166666667, 1 -0.381171083333333, 0 -0.381188958333333, 1 -0.381219625000000, 0 -0.381237500000000, 1 -0.381495583333333, 0 -0.381513458333333, 1 -0.381665458333333, 0 -0.381683333333333, 1 -0.381738208333333, 0 -0.381756125000000, 1 -0.381780666666667, 0 -0.381798583333333, 1 -0.381826166666667, 0 -0.381844041666667, 1 -0.381880750000000, 0 -0.381898625000000, 1 -0.381926250000000, 0 -0.381944083333333, 1 -0.381989916666667, 0 -0.382007791666667, 1 -0.382065708333333, 0 -0.382083625000000, 1 -0.382120333333333, 0 -0.382138208333333, 1 -0.382387208333333, 0 -0.382405125000000, 1 -0.382557041666667, 0 -0.382574958333333, 1 -0.382593416666667, 0 -0.382611333333333, 1 -0.382635916666667, 0 -0.382653791666667, 1 -0.382681416666667, 0 -0.382699291666667, 1 -0.382736000000000, 0 -0.382753875000000, 1 -0.382781458333333, 0 -0.382799333333333, 1 -0.382848166666667, 0 -0.382866041666667, 1 -0.382924000000000, 0 -0.382941875000000, 1 -0.382960375000000, 0 -0.382978291666667, 1 -0.383278791666667, 0 -0.383296708333333, 1 -0.383448625000000, 0 -0.383466541666667, 1 -0.383485041666667, 0 -0.383502916666667, 1 -0.383527500000000, 0 -0.383545416666667, 1 -0.383572875000000, 0 -0.383572916666667, 1 -0.383573000000000, 0 -0.383590875000000, 1 -0.383627583333333, 0 -0.383645500000000, 1 -0.383673083333333, 0 -0.383690958333333, 1 -0.383742791666667, 0 -0.383760708333333, 1 -0.383818625000000, 0 -0.383836541666667, 1 -0.383861083333333, 0 -0.383879041666667, 1 -0.384170458333333, 0 -0.384188375000000, 1 -0.384340291666667, 0 -0.384358166666667, 1 -0.384376666666667, 0 -0.384394583333333, 1 -0.384419166666667, 0 -0.384437041666667, 1 -0.384464625000000, 0 -0.384482500000000, 1 -0.384516208333333, 0 -0.384534083333333, 1 -0.384561666666667, 0 -0.384579541666667, 1 -0.384634458333333, 0 -0.384652333333333, 1 -0.384710250000000, 0 -0.384728166666667, 1 -0.384746666666667, 0 -0.384764541666667, 1 -0.385062041666667, 0 -0.385079916666667, 1 -0.385231916666667, 0 -0.385249791666667, 1 -0.385268250000000, 0 -0.385286166666667, 1 -0.385310708333333, 0 -0.385328666666667, 1 -0.385356250000000, 0 -0.385374166666667, 1 -0.385407791666667, 0 -0.385425666666667, 1 -0.385453291666667, 0 -0.385471125000000, 1 -0.385529083333333, 0 -0.385546958333333, 1 -0.385604916666667, 0 -0.385622791666667, 1 -0.385647375000000, 0 -0.385665250000000, 1 -0.385953666666667, 0 -0.385971541666667, 1 -0.386123500000000, 0 -0.386141416666667, 1 -0.386159958333333, 0 -0.386177791666667, 1 -0.386202333333333, 0 -0.386220250000000, 1 -0.386247833333333, 0 -0.386265708333333, 1 -0.386302458333333, 0 -0.386320333333333, 1 -0.386347916666667, 0 -0.386365791666667, 1 -0.386426791666667, 0 -0.386444666666667, 1 -0.386502625000000, 0 -0.386520458333333, 1 -0.386563291666667, 0 -0.386581125000000, 1 -0.386845291666667, 0 -0.386863250000000, 1 -0.387015166666667, 0 -0.387033041666667, 1 -0.387051541666667, 0 -0.387069458333333, 1 -0.387094041666667, 0 -0.387111916666667, 1 -0.387139500000000, 0 -0.387157375000000, 1 -0.387194083333333, 0 -0.387211750000000, 1 -0.387211916666667, 0 -0.387212125000000, 1 -0.387239583333333, 0 -0.387257416666667, 1 -0.387321500000000, 0 -0.387339333333333, 1 -0.387397333333333, 0 -0.387415208333333, 1 -0.387464000000000, 0 -0.387481916666667, 1 -0.387736958333333, 0 -0.387754833333333, 1 -0.387906791666667, 0 -0.387924666666667, 1 -0.387943166666667, 0 -0.387961083333333, 1 -0.387985625000000, 0 -0.388003541666667, 1 -0.388031125000000, 0 -0.388049041666667, 1 -0.388082708333333, 0 -0.388100583333333, 1 -0.388131208333333, 0 -0.388149083333333, 1 -0.388167583333333, 0 -0.388185500000000, 1 -0.388243416666667, 0 -0.388261291666667, 1 -0.388319208333333, 0 -0.388337125000000, 1 -0.388628583333333, 0 -0.388646458333333, 1 -0.388798416666667, 0 -0.388816333333333, 1 -0.388834791666667, 0 -0.388852708333333, 1 -0.388877291666667, 0 -0.388895166666667, 1 -0.388922791666667, 0 -0.388940666666667, 1 -0.388977375000000, 0 -0.388995250000000, 1 -0.389025875000000, 0 -0.389043750000000, 1 -0.389065291666667, 0 -0.389083208333333, 1 -0.389141125000000, 0 -0.389159000000000, 1 -0.389186625000000, 0 -0.389204541666667, 1 -0.389520250000000, 0 -0.389538166666667, 1 -0.389690083333333, 0 -0.389708000000000, 1 -0.389726500000000, 0 -0.389744416666667, 1 -0.389768958333333, 0 -0.389786875000000, 1 -0.389814458333333, 0 -0.389832375000000, 1 -0.389869041666667, 0 -0.389886958333333, 1 -0.389917583333333, 0 -0.389935458333333, 1 -0.389960000000000, 0 -0.389977916666667, 1 -0.390035833333333, 0 -0.390053708333333, 1 -0.390087375000000, 0 -0.390105291666667, 1 -0.390411875000000, 0 -0.390429791666667, 1 -0.390581750000000, 0 -0.390599625000000, 1 -0.390618125000000, 0 -0.390636041666667, 1 -0.390660583333333, 0 -0.390678500000000, 1 -0.390706083333333, 0 -0.390724000000000, 1 -0.390760666666667, 0 -0.390778583333333, 1 -0.390809166666667, 0 -0.390827083333333, 1 -0.390854666666667, 0 -0.390872541666667, 1 -0.390930500000000, 0 -0.390948333333333, 1 -0.390988083333333, 0 -0.390988125000000, 1 -0.390988166666667, 0 -0.391005958333333, 1 -0.391303500000000, 0 -0.391321416666667, 1 -0.391473375000000, 0 -0.391491250000000, 1 -0.391534041666667, 0 -0.391551916666667, 1 -0.391576500000000, 0 -0.391594375000000, 1 -0.391622000000000, 0 -0.391639875000000, 1 -0.391676541666667, 0 -0.391694333333333, 1 -0.391725083333333, 0 -0.391743000000000, 1 -0.391773625000000, 0 -0.391791500000000, 1 -0.391849416666667, 0 -0.391867291666667, 1 -0.391913125000000, 0 -0.391931000000000, 1 -0.392195166666667, 0 -0.392213083333333, 1 -0.392365041666667, 0 -0.392382958333333, 1 -0.392401416666667, 0 -0.392419333333333, 1 -0.392443875000000, 0 -0.392461791666667, 1 -0.392489375000000, 0 -0.392507041666667, 1 -0.392507083333333, 0 -0.392507208333333, 1 -0.392507250000000, 0 -0.392507291666667, 1 -0.392540958333333, 0 -0.392558833333333, 1 -0.392589458333333, 0 -0.392607333333333, 1 -0.392641000000000, 0 -0.392658875000000, 1 -0.392716833333333, 0 -0.392734708333333, 1 -0.392774416666667, 0 -0.392792333333333, 1 -0.393086791666667, 0 -0.393104708333333, 1 -0.393256625000000, 0 -0.393274541666667, 1 -0.393329458333333, 0 -0.393347333333333, 1 -0.393371875000000, 0 -0.393389791666667, 1 -0.393417375000000, 0 -0.393435250000000, 1 -0.393468958333333, 0 -0.393486791666667, 1 -0.393517458333333, 0 -0.393535333333333, 1 -0.393572041666667, 0 -0.393589916666667, 1 -0.393647833333333, 0 -0.393665750000000, 1 -0.393687333333333, 0 -0.393705166666667, 1 -0.393978416666667, 0 -0.393996333333333, 1 -0.394148250000000, 0 -0.394166166666667, 1 -0.394221041666667, 0 -0.394238916666667, 1 -0.394263583333333, 0 -0.394281375000000, 1 -0.394309000000000, 0 -0.394326875000000, 1 -0.394363583333333, 0 -0.394381500000000, 1 -0.394412125000000, 0 -0.394430000000000, 1 -0.394469708333333, 0 -0.394487625000000, 1 -0.394545541666667, 0 -0.394563458333333, 1 -0.394627375000000, 0 -0.394645250000000, 1 -0.394870083333333, 0 -0.394888000000000, 1 -0.395039958333333, 0 -0.395057833333333, 1 -0.395112750000000, 0 -0.395130625000000, 1 -0.395155208333333, 0 -0.395173125000000, 1 -0.395200666666667, 0 -0.395218541666667, 1 -0.395255250000000, 0 -0.395273125000000, 1 -0.395303791666667, 0 -0.395321625000000, 1 -0.395364416666667, 0 -0.395382333333333, 1 -0.395440250000000, 0 -0.395458083333333, 1 -0.395513041666667, 0 -0.395530958333333, 1 -0.395761750000000, 0 -0.395779625000000, 1 -0.395931583333333, 0 -0.395949416666667, 1 -0.395992250000000, 0 -0.396010208333333, 1 -0.396034750000000, 0 -0.396052583333333, 1 -0.396080208333333, 0 -0.396097958333333, 1 -0.396098041666667, 0 -0.396098083333333, 1 -0.396134791666667, 0 -0.396152666666667, 1 -0.396183291666667, 0 -0.396201208333333, 1 -0.396247000000000, 0 -0.396264875000000, 1 -0.396322833333333, 0 -0.396340708333333, 1 -0.396401666666667, 0 -0.396419583333333, 1 -0.396653416666667, 0 -0.396671291666667, 1 -0.396823250000000, 0 -0.396841166666667, 1 -0.396883916666667, 0 -0.396901791666667, 1 -0.396926375000000, 0 -0.396944250000000, 1 -0.396971875000000, 0 -0.396989750000000, 1 -0.397026458333333, 0 -0.397044333333333, 1 -0.397074958333333, 0 -0.397092875000000, 1 -0.397141666666667, 0 -0.397159583333333, 1 -0.397217500000000, 0 -0.397235416666667, 1 -0.397278166666667, 0 -0.397296083333333, 1 -0.397545083333333, 0 -0.397562958333333, 1 -0.397714916666667, 0 -0.397732833333333, 1 -0.397787708333333, 0 -0.397805625000000, 1 -0.397830208333333, 0 -0.397848083333333, 1 -0.397875666666667, 0 -0.397893583333333, 1 -0.397930250000000, 0 -0.397948166666667, 1 -0.397978791666667, 0 -0.397996666666667, 1 -0.398048541666667, 0 -0.398066416666667, 1 -0.398124375000000, 0 -0.398142250000000, 1 -0.398191083333333, 0 -0.398209000000000, 1 -0.398436708333333, 0 -0.398454625000000, 1 -0.398606583333333, 0 -0.398624500000000, 1 -0.398643000000000, 0 -0.398660875000000, 1 -0.398685458333333, 0 -0.398703333333333, 1 -0.398730958333333, 0 -0.398748833333333, 1 -0.398788583333333, 0 -0.398806458333333, 1 -0.398837083333333, 0 -0.398854958333333, 1 -0.398909875000000, 0 -0.398927750000000, 1 -0.398985666666667, 0 -0.399003583333333, 1 -0.399022083333333, 0 -0.399039958333333, 1 -0.399328416666667, 0 -0.399346291666667, 1 -0.399498250000000, 0 -0.399516125000000, 1 -0.399534625000000, 0 -0.399552541666667, 1 -0.399577083333333, 0 -0.399594958333333, 1 -0.399622583333333, 0 -0.399640500000000, 1 -0.399677166666667, 0 -0.399695083333333, 1 -0.399725708333333, 0 -0.399743625000000, 1 -0.399801541666667, 0 -0.399819416666667, 1 -0.399877291666667, 0 -0.399895250000000, 1 -0.399931958333333, 0 -0.399949791666667, 1 -0.400220083333333, 0 -0.400237958333333, 1 -0.400389875000000, 0 -0.400407791666667, 1 -0.400426291666667, 0 -0.400444208333333, 1 -0.400468791666667, 0 -0.400486666666667, 1 -0.400514291666667, 0 -0.400532166666667, 1 -0.400565833333333, 0 -0.400583708333333, 1 -0.400614333333333, 0 -0.400632208333333, 1 -0.400693166666667, 0 -0.400711083333333, 1 -0.400769000000000, 0 -0.400786833333333, 1 -0.400841791666667, 0 -0.400859666666667, 1 -0.401111666666667, 0 -0.401129583333333, 1 -0.401281541666667, 0 -0.401299416666667, 1 -0.401317916666667, 0 -0.401335833333333, 1 -0.401360375000000, 0 -0.401378291666667, 1 -0.401405875000000, 0 -0.401423791666667, 1 -0.401460458333333, 0 -0.401478416666667, 1 -0.401509041666667, 0 -0.401526875000000, 1 -0.401590833333333, 0 -0.401608750000000, 1 -0.401666666666667, 0 -0.401684583333333, 1 -0.401709125000000, 0 -0.401727041666667, 1 -0.402003333333333, 0 -0.402021208333333, 1 -0.402173166666667, 0 -0.402191083333333, 1 -0.402221708333333, 0 -0.402239583333333, 1 -0.402264166666667, 0 -0.402282083333333, 1 -0.402309666666667, 0 -0.402327541666667, 1 -0.402361250000000, 0 -0.402379125000000, 1 -0.402412791666667, 0 -0.402430708333333, 1 -0.402449166666667, 0 -0.402467083333333, 1 -0.402524958333333, 0 -0.402542875000000, 1 -0.402591708333333, 0 -0.402609583333333, 1 -0.402895041666667, 0 -0.402912875000000, 1 -0.403064833333333, 0 -0.403082750000000, 1 -0.403113375000000, 0 -0.403131250000000, 1 -0.403155833333333, 0 -0.403173750000000, 1 -0.403201333333333, 0 -0.403219208333333, 1 -0.403255875000000, 0 -0.403273791666667, 1 -0.403307458333333, 0 -0.403325375000000, 1 -0.403346833333333, 0 -0.403364791666667, 1 -0.403422708333333, 0 -0.403440583333333, 1 -0.403471250000000, 0 -0.403489166666667, 1 -0.403786666666667, 0 -0.403804458333333, 1 -0.403956500000000, 0 -0.403974375000000, 1 -0.404005041666667, 0 -0.404022875000000, 1 -0.404047500000000, 0 -0.404065333333333, 1 -0.404092875000000, 0 -0.404110833333333, 1 -0.404147583333333, 0 -0.404165333333333, 1 -0.404165458333333, 0 -0.404165541666667, 1 -0.404199125000000, 0 -0.404217041666667, 1 -0.404241583333333, 0 -0.404259458333333, 1 -0.404317375000000, 0 -0.404335291666667, 1 -0.404359875000000, 0 -0.404377750000000, 1 -0.404678291666667, 0 -0.404696208333333, 1 -0.404848125000000, 0 -0.404866041666667, 1 -0.404920916666667, 0 -0.404938833333333, 1 -0.404963375000000, 0 -0.404981291666667, 1 -0.405008875000000, 0 -0.405026791666667, 1 -0.405063458333333, 0 -0.405081375000000, 1 -0.405115041666667, 0 -0.405132916666667, 1 -0.405160500000000, 0 -0.405178416666667, 1 -0.405236333333333, 0 -0.405254250000000, 1 -0.405272708333333, 0 -0.405290625000000, 1 -0.405569958333333, 0 -0.405587875000000, 1 -0.405739791666667, 0 -0.405757708333333, 1 -0.405788333333333, 0 -0.405806208333333, 1 -0.405830791666667, 0 -0.405848666666667, 1 -0.405876291666667, 0 -0.405894166666667, 1 -0.405930875000000, 0 -0.405948750000000, 1 -0.405982416666667, 0 -0.406000291666667, 1 -0.406030958333333, 0 -0.406048833333333, 1 -0.406106750000000, 0 -0.406124666666667, 1 -0.406185625000000, 0 -0.406203500000000, 1 -0.406461583333333, 0 -0.406479500000000, 1 -0.406631458333333, 0 -0.406649333333333, 1 -0.406667833333333, 0 -0.406685750000000, 1 -0.406710333333333, 0 -0.406728208333333, 1 -0.406755833333333, 0 -0.406773708333333, 1 -0.406810375000000, 0 -0.406828291666667, 1 -0.406861958333333, 0 -0.406879833333333, 1 -0.406913500000000, 0 -0.406931375000000, 1 -0.406989291666667, 0 -0.407007208333333, 1 -0.407062083333333, 0 -0.407080000000000, 1 -0.407353250000000, 0 -0.407371125000000, 1 -0.407523083333333, 0 -0.407541000000000, 1 -0.407583750000000, 0 -0.407601625000000, 1 -0.407626208333333, 0 -0.407644083333333, 1 -0.407671708333333, 0 -0.407689583333333, 1 -0.407726291666667, 0 -0.407744166666667, 1 -0.407777833333333, 0 -0.407795708333333, 1 -0.407832416666667, 0 -0.407850333333333, 1 -0.407908250000000, 0 -0.407926125000000, 1 -0.407974958333333, 0 -0.407992875000000, 1 -0.408244916666667, 0 -0.408262791666667, 1 -0.408414791666667, 0 -0.408432625000000, 1 -0.408451166666667, 0 -0.408469041666667, 1 -0.408493583333333, 0 -0.408511500000000, 1 -0.408539125000000, 0 -0.408557000000000, 1 -0.408593708333333, 0 -0.408611583333333, 1 -0.408645208333333, 0 -0.408663125000000, 1 -0.408702916666667, 0 -0.408720708333333, 1 -0.408778708333333, 0 -0.408796583333333, 1 -0.408839333333333, 0 -0.408857250000000, 1 -0.409136500000000, 0 -0.409154458333333, 1 -0.409306375000000, 0 -0.409324291666667, 1 -0.409367041666667, 0 -0.409384958333333, 1 -0.409409541666667, 0 -0.409427416666667, 1 -0.409455000000000, 0 -0.409472875000000, 1 -0.409509583333333, 0 -0.409527500000000, 1 -0.409561125000000, 0 -0.409579000000000, 1 -0.409621791666667, 0 -0.409639666666667, 1 -0.409697625000000, 0 -0.409715500000000, 1 -0.409767333333333, 0 -0.409785291666667, 1 -0.410028166666667, 0 -0.410046083333333, 1 -0.410198041666667, 0 -0.410215916666667, 1 -0.410270833333333, 0 -0.410288708333333, 1 -0.410313291666667, 0 -0.410331208333333, 1 -0.410358791666667, 0 -0.410376666666667, 1 -0.410416416666667, 0 -0.410434125000000, 1 -0.410434166666667, 0 -0.410434291666667, 1 -0.410467958333333, 0 -0.410485833333333, 1 -0.410531666666667, 0 -0.410549541666667, 1 -0.410607458333333, 0 -0.410625333333333, 1 -0.410683291666667, 0 -0.410701166666667, 1 -0.410919791666667, 0 -0.410937708333333, 1 -0.411089708333333, 0 -0.411107625000000, 1 -0.411162458333333, 0 -0.411180375000000, 1 -0.411204958333333, 0 -0.411222833333333, 1 -0.411250416666667, 0 -0.411268333333333, 1 -0.411305000000000, 0 -0.411322916666667, 1 -0.411356583333333, 0 -0.411374416666667, 1 -0.411423291666667, 0 -0.411441208333333, 1 -0.411499125000000, 0 -0.411517041666667, 1 -0.411581000000000, 0 -0.411598958333333, 1 -0.411811500000000, 0 -0.411829416666667, 1 -0.411981333333333, 0 -0.411999208333333, 1 -0.412042000000000, 0 -0.412059916666667, 1 -0.412084458333333, 0 -0.412102375000000, 1 -0.412129958333333, 0 -0.412147833333333, 1 -0.412184541666667, 0 -0.412202458333333, 1 -0.412236083333333, 0 -0.412253958333333, 1 -0.412305833333333, 0 -0.412323666666667, 1 -0.412381625000000, 0 -0.412399583333333, 1 -0.412457500000000, 0 -0.412475375000000, 1 -0.412703166666667, 0 -0.412721041666667, 1 -0.412873000000000, 0 -0.412890875000000, 1 -0.412945791666667, 0 -0.412963666666667, 1 -0.412988250000000, 0 -0.413006125000000, 1 -0.413033708333333, 0 -0.413051625000000, 1 -0.413088291666667, 0 -0.413106208333333, 1 -0.413139833333333, 0 -0.413157750000000, 1 -0.413212625000000, 0 -0.413230541666667, 1 -0.413288458333333, 0 -0.413306375000000, 1 -0.413333958333333, 0 -0.413351833333333, 1 -0.413594791666667, 0 -0.413612666666667, 1 -0.413764625000000, 0 -0.413782541666667, 1 -0.413837416666667, 0 -0.413855333333333, 1 -0.413879875000000, 0 -0.413897791666667, 1 -0.413925375000000, 0 -0.413943250000000, 1 -0.413979958333333, 0 -0.413997833333333, 1 -0.414031541666667, 0 -0.414049416666667, 1 -0.414107375000000, 0 -0.414125250000000, 1 -0.414183166666667, 0 -0.414201041666667, 1 -0.414222625000000, 0 -0.414240500000000, 1 -0.414486416666667, 0 -0.414504333333333, 1 -0.414656291666667, 0 -0.414674166666667, 1 -0.414692666666667, 0 -0.414710583333333, 1 -0.414735166666667, 0 -0.414753041666667, 1 -0.414780625000000, 0 -0.414798541666667, 1 -0.414835208333333, 0 -0.414853125000000, 1 -0.414886791666667, 0 -0.414904666666667, 1 -0.414965625000000, 0 -0.414983500000000, 1 -0.415041458333333, 0 -0.415059333333333, 1 -0.415099083333333, 0 -0.415116958333333, 1 -0.415378083333333, 0 -0.415395958333333, 1 -0.415547958333333, 0 -0.415565791666667, 1 -0.415584333333333, 0 -0.415602208333333, 1 -0.415626791666667, 0 -0.415644666666667, 1 -0.415672291666667, 0 -0.415690166666667, 1 -0.415723833333333, 0 -0.415741708333333, 1 -0.415775375000000, 0 -0.415793291666667, 1 -0.415857250000000, 0 -0.415875125000000, 1 -0.415933083333333, 0 -0.415950958333333, 1 -0.415996750000000, 0 -0.416014666666667, 1 -0.416269750000000, 0 -0.416287625000000, 1 -0.416439583333333, 0 -0.416457458333333, 1 -0.416475958333333, 0 -0.416493875000000, 1 -0.416518416666667, 0 -0.416536333333333, 1 -0.416536375000000, 0 -0.416536416666667, 1 -0.416563916666667, 0 -0.416581833333333, 1 -0.416615458333333, 0 -0.416633375000000, 1 -0.416670041666667, 0 -0.416687958333333, 1 -0.416706458333333, 0 -0.416724333333333, 1 -0.416782250000000, 0 -0.416800125000000, 1 -0.416827750000000, 0 -0.416845666666667, 1 -0.417161375000000, 0 -0.417179208333333, 1 -0.417331208333333, 0 -0.417349083333333, 1 -0.417367583333333, 0 -0.417385500000000, 1 -0.417410083333333, 0 -0.417427916666667, 1 -0.417455583333333, 0 -0.417473416666667, 1 -0.417510125000000, 0 -0.417528041666667, 1 -0.417564708333333, 0 -0.417582625000000, 1 -0.417604125000000, 0 -0.417622000000000, 1 -0.417622083333333, 0 -0.417622166666667, 1 -0.417679916666667, 0 -0.417697833333333, 1 -0.417755750000000, 0 -0.417773666666667, 1 -0.418052916666667, 0 -0.418070875000000, 1 -0.418222833333333, 0 -0.418240708333333, 1 -0.418259250000000, 0 -0.418277125000000, 1 -0.418301666666667, 0 -0.418319583333333, 1 -0.418347166666667, 0 -0.418365083333333, 1 -0.418401791666667, 0 -0.418419666666667, 1 -0.418456375000000, 0 -0.418474250000000, 1 -0.418498791666667, 0 -0.418516708333333, 1 -0.418574625000000, 0 -0.418592541666667, 1 -0.418644375000000, 0 -0.418662291666667, 1 -0.418944625000000, 0 -0.418962541666667, 1 -0.419114500000000, 0 -0.419132416666667, 1 -0.419150875000000, 0 -0.419168750000000, 1 -0.419193333333333, 0 -0.419211250000000, 1 -0.419238875000000, 0 -0.419256708333333, 1 -0.419293416666667, 0 -0.419311250000000, 1 -0.419348000000000, 0 -0.419365916666667, 1 -0.419393500000000, 0 -0.419411333333333, 1 -0.419469375000000, 0 -0.419487208333333, 1 -0.419533041666667, 0 -0.419550916666667, 1 -0.419836291666667, 0 -0.419854125000000, 1 -0.420006125000000, 0 -0.420024041666667, 1 -0.420042500000000, 0 -0.420060416666667, 1 -0.420085000000000, 0 -0.420102875000000, 1 -0.420130458333333, 0 -0.420148375000000, 1 -0.420185083333333, 0 -0.420202958333333, 1 -0.420239625000000, 0 -0.420257541666667, 1 -0.420288208333333, 0 -0.420306083333333, 1 -0.420364000000000, 0 -0.420381875000000, 1 -0.420421625000000, 0 -0.420439541666667, 1 -0.420727916666667, 0 -0.420745791666667, 1 -0.420897791666667, 0 -0.420915583333333, 1 -0.420934125000000, 0 -0.420952041666667, 1 -0.420976583333333, 0 -0.420994500000000, 1 -0.421022083333333, 0 -0.421040000000000, 1 -0.421076666666667, 0 -0.421094583333333, 1 -0.421131250000000, 0 -0.421149125000000, 1 -0.421182791666667, 0 -0.421200708333333, 1 -0.421258625000000, 0 -0.421276500000000, 1 -0.421310208333333, 0 -0.421328083333333, 1 -0.421619541666667, 0 -0.421637416666667, 1 -0.421789375000000, 0 -0.421807250000000, 1 -0.421825750000000, 0 -0.421843666666667, 1 -0.421868208333333, 0 -0.421886125000000, 1 -0.421913750000000, 0 -0.421931625000000, 1 -0.421968291666667, 0 -0.421986208333333, 1 -0.422022875000000, 0 -0.422040791666667, 1 -0.422077458333333, 0 -0.422095375000000, 1 -0.422153291666667, 0 -0.422171166666667, 1 -0.422198791666667, 0 -0.422216666666667, 1 -0.422511166666667, 0 -0.422529041666667, 1 -0.422681000000000, 0 -0.422698875000000, 1 -0.422717416666667, 0 -0.422735291666667, 1 -0.422759875000000, 0 -0.422777750000000, 1 -0.422805333333333, 0 -0.422823250000000, 1 -0.422859916666667, 0 -0.422877833333333, 1 -0.422914541666667, 0 -0.422932416666667, 1 -0.422972125000000, 0 -0.422990000000000, 1 -0.423047916666667, 0 -0.423065833333333, 1 -0.423087375000000, 0 -0.423105250000000, 1 -0.423402791666667, 0 -0.423420666666667, 1 -0.423572625000000, 0 -0.423590500000000, 1 -0.423633291666667, 0 -0.423651166666667, 1 -0.423675750000000, 0 -0.423693625000000, 1 -0.423721250000000, 0 -0.423739125000000, 1 -0.423775791666667, 0 -0.423793708333333, 1 -0.423830375000000, 0 -0.423848291666667, 1 -0.423891000000000, 0 -0.423908916666667, 1 -0.423966875000000, 0 -0.423984750000000, 1 -0.424009291666667, 0 -0.424027208333333, 1 -0.424294375000000, 0 -0.424312291666667, 1 -0.424464250000000, 0 -0.424482166666667, 1 -0.424500625000000, 0 -0.424518541666667, 1 -0.424543083333333, 0 -0.424561000000000, 1 -0.424588583333333, 0 -0.424606458333333, 1 -0.424643166666667, 0 -0.424661041666667, 1 -0.424697708333333, 0 -0.424715625000000, 1 -0.424761416666667, 0 -0.424779333333333, 1 -0.424837250000000, 0 -0.424855125000000, 1 -0.424873625000000, 0 -0.424891416666667, 1 -0.425186000000000, 0 -0.425203875000000, 1 -0.425355833333333, 0 -0.425373750000000, 1 -0.425416500000000, 0 -0.425434375000000, 1 -0.425458958333333, 0 -0.425476833333333, 1 -0.425504458333333, 0 -0.425522208333333, 1 -0.425559041666667, 0 -0.425576916666667, 1 -0.425613625000000, 0 -0.425631500000000, 1 -0.425680333333333, 0 -0.425698250000000, 1 -0.425756125000000, 0 -0.425774083333333, 1 -0.425810750000000, 0 -0.425828666666667, 1 -0.426077625000000, 0 -0.426095500000000, 1 -0.426247458333333, 0 -0.426265375000000, 1 -0.426308125000000, 0 -0.426326041666667, 1 -0.426350583333333, 0 -0.426368458333333, 1 -0.426396083333333, 0 -0.426413958333333, 1 -0.426450666666667, 0 -0.426468541666667, 1 -0.426505250000000, 0 -0.426523125000000, 1 -0.426575000000000, 0 -0.426592875000000, 1 -0.426650833333333, 0 -0.426668708333333, 1 -0.426699333333333, 0 -0.426717250000000, 1 -0.426969250000000, 0 -0.426987125000000, 1 -0.427139083333333, 0 -0.427156958333333, 1 -0.427211875000000, 0 -0.427229625000000, 1 -0.427229666666667, 0 -0.427229750000000, 1 -0.427229791666667, 0 -0.427229833333333, 1 -0.427254333333333, 0 -0.427272166666667, 1 -0.427299833333333, 0 -0.427317708333333, 1 -0.427354416666667, 0 -0.427372333333333, 1 -0.427409000000000, 0 -0.427426875000000, 1 -0.427481791666667, 0 -0.427499583333333, 1 -0.427499625000000, 0 -0.427499666666667, 1 -0.427557583333333, 0 -0.427575458333333, 1 -0.427624333333333, 0 -0.427642250000000, 1 -0.427860875000000, 0 -0.427878750000000, 1 -0.428030708333333, 0 -0.428048666666667, 1 -0.428091375000000, 0 -0.428109291666667, 1 -0.428133875000000, 0 -0.428151750000000, 1 -0.428179333333333, 0 -0.428197250000000, 1 -0.428233875000000, 0 -0.428251833333333, 1 -0.428288500000000, 0 -0.428306416666667, 1 -0.428364333333333, 0 -0.428382291666667, 1 -0.428440166666667, 0 -0.428458041666667, 1 -0.428500791666667, 0 -0.428518750000000, 1 -0.428752500000000, 0 -0.428770416666667, 1 -0.428922375000000, 0 -0.428940250000000, 1 -0.428983000000000, 0 -0.429000916666667, 1 -0.429025458333333, 0 -0.429043416666667, 1 -0.429071000000000, 0 -0.429088875000000, 1 -0.429125541666667, 0 -0.429143458333333, 1 -0.429180166666667, 0 -0.429198041666667, 1 -0.429258958333333, 0 -0.429276875000000, 1 -0.429334791666667, 0 -0.429352666666667, 1 -0.429413666666667, 0 -0.429431541666667, 1 -0.429644125000000, 0 -0.429662041666667, 1 -0.429814000000000, 0 -0.429831875000000, 1 -0.429874625000000, 0 -0.429892458333333, 1 -0.429892500000000, 0 -0.429892583333333, 1 -0.429917125000000, 0 -0.429935000000000, 1 -0.429962583333333, 0 -0.429980500000000, 1 -0.430017166666667, 0 -0.430035041666667, 1 -0.430071750000000, 0 -0.430089666666667, 1 -0.430153666666667, 0 -0.430171541666667, 1 -0.430229500000000, 0 -0.430247375000000, 1 -0.430302291666667, 0 -0.430320166666667, 1 -0.430535791666667, 0 -0.430553708333333, 1 -0.430705666666667, 0 -0.430723541666667, 1 -0.430754208333333, 0 -0.430772083333333, 1 -0.430796625000000, 0 -0.430814541666667, 1 -0.430842166666667, 0 -0.430860041666667, 1 -0.430896708333333, 0 -0.430914625000000, 1 -0.430954333333333, 0 -0.430972250000000, 1 -0.430990708333333, 0 -0.431008625000000, 1 -0.431066541666667, 0 -0.431084458333333, 1 -0.431127208333333, 0 -0.431145125000000, 1 -0.431427458333333, 0 -0.431445333333333, 1 -0.431597291666667, 0 -0.431615208333333, 1 -0.431645833333333, 0 -0.431663708333333, 1 -0.431688291666667, 0 -0.431706166666667, 1 -0.431733791666667, 0 -0.431751666666667, 1 -0.431788375000000, 0 -0.431806250000000, 1 -0.431846000000000, 0 -0.431863875000000, 1 -0.431885375000000, 0 -0.431903291666667, 1 -0.431961208333333, 0 -0.431979125000000, 1 -0.432027958333333, 0 -0.432045833333333, 1 -0.432319083333333, 0 -0.432337000000000, 1 -0.432488958333333, 0 -0.432506833333333, 1 -0.432537458333333, 0 -0.432555375000000, 1 -0.432579958333333, 0 -0.432597833333333, 1 -0.432625416666667, 0 -0.432643333333333, 1 -0.432679958333333, 0 -0.432697875000000, 1 -0.432737625000000, 0 -0.432755500000000, 1 -0.432780083333333, 0 -0.432797958333333, 1 -0.432855916666667, 0 -0.432873791666667, 1 -0.432928708333333, 0 -0.432928791666667, 1 -0.432928833333333, 0 -0.432946583333333, 1 -0.433210750000000, 0 -0.433228666666667, 1 -0.433380583333333, 0 -0.433398500000000, 1 -0.433417000000000, 0 -0.433434875000000, 1 -0.433459458333333, 0 -0.433477291666667, 1 -0.433504958333333, 0 -0.433522875000000, 1 -0.433562583333333, 0 -0.433580458333333, 1 -0.433620166666667, 0 -0.433638083333333, 1 -0.433665666666667, 0 -0.433683541666667, 1 -0.433741458333333, 0 -0.433759375000000, 1 -0.433808208333333, 0 -0.433826125000000, 1 -0.434102375000000, 0 -0.434120291666667, 1 -0.434272208333333, 0 -0.434290125000000, 1 -0.434308625000000, 0 -0.434326541666667, 1 -0.434351125000000, 0 -0.434369000000000, 1 -0.434396583333333, 0 -0.434414500000000, 1 -0.434448166666667, 0 -0.434466041666667, 1 -0.434505791666667, 0 -0.434523666666667, 1 -0.434554291666667, 0 -0.434572208333333, 1 -0.434630083333333, 0 -0.434648000000000, 1 -0.434702916666667, 0 -0.434720750000000, 1 -0.434994041666667, 0 -0.435011958333333, 1 -0.435163916666667, 0 -0.435181791666667, 1 -0.435212458333333, 0 -0.435230333333333, 1 -0.435254916666667, 0 -0.435272791666667, 1 -0.435300375000000, 0 -0.435318291666667, 1 -0.435355000000000, 0 -0.435372875000000, 1 -0.435412708333333, 0 -0.435430500000000, 1 -0.435464166666667, 0 -0.435482041666667, 1 -0.435540000000000, 0 -0.435557791666667, 1 -0.435582458333333, 0 -0.435600375000000, 1 -0.435885750000000, 0 -0.435903625000000, 1 -0.436055625000000, 0 -0.436073500000000, 1 -0.436091958333333, 0 -0.436109875000000, 1 -0.436134458333333, 0 -0.436152375000000, 1 -0.436179958333333, 0 -0.436197833333333, 1 -0.436234583333333, 0 -0.436252416666667, 1 -0.436292166666667, 0 -0.436310041666667, 1 -0.436346750000000, 0 -0.436364625000000, 1 -0.436422583333333, 0 -0.436440458333333, 1 -0.436471083333333, 0 -0.436488958333333, 1 -0.436777416666667, 0 -0.436795291666667, 1 -0.436947250000000, 0 -0.436965166666667, 1 -0.437007916666667, 0 -0.437025791666667, 1 -0.437050375000000, 0 -0.437068250000000, 1 -0.437095875000000, 0 -0.437113750000000, 1 -0.437150416666667, 0 -0.437168333333333, 1 -0.437208041666667, 0 -0.437225916666667, 1 -0.437265666666667, 0 -0.437283541666667, 1 -0.437341500000000, 0 -0.437359416666667, 1 -0.437396166666667, 0 -0.437414000000000, 1 -0.437669041666667, 0 -0.437686916666667, 1 -0.437838875000000, 0 -0.437856791666667, 1 -0.437875291666667, 0 -0.437893166666667, 1 -0.437917750000000, 0 -0.437935625000000, 1 -0.437963250000000, 0 -0.437981125000000, 1 -0.438020875000000, 0 -0.438038750000000, 1 -0.438078458333333, 0 -0.438096375000000, 1 -0.438139125000000, 0 -0.438157041666667, 1 -0.438214958333333, 0 -0.438232833333333, 1 -0.438254375000000, 0 -0.438272291666667, 1 -0.438560708333333, 0 -0.438578625000000, 1 -0.438730541666667, 0 -0.438748458333333, 1 -0.438791208333333, 0 -0.438809083333333, 1 -0.438833666666667, 0 -0.438851541666667, 1 -0.438879166666667, 0 -0.438897041666667, 1 -0.438933708333333, 0 -0.438951625000000, 1 -0.438991333333333, 0 -0.439009250000000, 1 -0.439055041666667, 0 -0.439072916666667, 1 -0.439130875000000, 0 -0.439148750000000, 1 -0.439188500000000, 0 -0.439206375000000, 1 -0.439452333333333, 0 -0.439470250000000, 1 -0.439622166666667, 0 -0.439640083333333, 1 -0.439658583333333, 0 -0.439676458333333, 1 -0.439701041666667, 0 -0.439718916666667, 1 -0.439746541666667, 0 -0.439764416666667, 1 -0.439801125000000, 0 -0.439819000000000, 1 -0.439858750000000, 0 -0.439876625000000, 1 -0.439925458333333, 0 -0.439943333333333, 1 -0.440001291666667, 0 -0.440019166666667, 1 -0.440040708333333, 0 -0.440058583333333, 1 -0.440344000000000, 0 -0.440361875000000, 1 -0.440513833333333, 0 -0.440531708333333, 1 -0.440550208333333, 0 -0.440568083333333, 1 -0.440592666666667, 0 -0.440610583333333, 1 -0.440638166666667, 0 -0.440656041666667, 1 -0.440692750000000, 0 -0.440710625000000, 1 -0.440750375000000, 0 -0.440768250000000, 1 -0.440820083333333, 0 -0.440838000000000, 1 -0.440895916666667, 0 -0.440913833333333, 1 -0.440941416666667, 0 -0.440959291666667, 1 -0.441235625000000, 0 -0.441253500000000, 1 -0.441405416666667, 0 -0.441423291666667, 1 -0.441466125000000, 0 -0.441483958333333, 1 -0.441508541666667, 0 -0.441526416666667, 1 -0.441554041666667, 0 -0.441571916666667, 1 -0.441608583333333, 0 -0.441626458333333, 1 -0.441666250000000, 0 -0.441666291666667, 1 -0.441666333333333, 0 -0.441684125000000, 1 -0.441739000000000, 0 -0.441756916666667, 1 -0.441814833333333, 0 -0.441832708333333, 1 -0.441890666666667, 0 -0.441908583333333, 1 -0.442127166666667, 0 -0.442145125000000, 1 -0.442297041666667, 0 -0.442314916666667, 1 -0.442369833333333, 0 -0.442387708333333, 1 -0.442412291666667, 0 -0.442430166666667, 1 -0.442457791666667, 0 -0.442475666666667, 1 -0.442512291666667, 0 -0.442512375000000, 1 -0.442512416666667, 0 -0.442530250000000, 1 -0.442569958333333, 0 -0.442587833333333, 1 -0.442645750000000, 0 -0.442663666666667, 1 -0.442721583333333, 0 -0.442739500000000, 1 -0.442803500000000, 0 -0.442821375000000, 1 -0.443018791666667, 0 -0.443036708333333, 1 -0.443188625000000, 0 -0.443206500000000, 1 -0.443261416666667, 0 -0.443279291666667, 1 -0.443303875000000, 0 -0.443321791666667, 1 -0.443349375000000, 0 -0.443367250000000, 1 -0.443403958333333, 0 -0.443421833333333, 1 -0.443461541666667, 0 -0.443479291666667, 1 -0.443479375000000, 0 -0.443479416666667, 1 -0.443540375000000, 0 -0.443558291666667, 1 -0.443616250000000, 0 -0.443634125000000, 1 -0.443679916666667, 0 -0.443697833333333, 1 -0.443910416666667, 0 -0.443928291666667, 1 -0.444080250000000, 0 -0.444098125000000, 1 -0.444140875000000, 0 -0.444158791666667, 1 -0.444183375000000, 0 -0.444201250000000, 1 -0.444228833333333, 0 -0.444246708333333, 1 -0.444283416666667, 0 -0.444301416666667, 1 -0.444341041666667, 0 -0.444358958333333, 1 -0.444422916666667, 0 -0.444440833333333, 1 -0.444498750000000, 0 -0.444516625000000, 1 -0.444568500000000, 0 -0.444586416666667, 1 -0.444802000000000, 0 -0.444819875000000, 1 -0.444971833333333, 0 -0.444989791666667, 1 -0.445044625000000, 0 -0.445062583333333, 1 -0.445087083333333, 0 -0.445104958333333, 1 -0.445132583333333, 0 -0.445150458333333, 1 -0.445187166666667, 0 -0.445205041666667, 1 -0.445247791666667, 0 -0.445265666666667, 1 -0.445284166666667, 0 -0.445302000000000, 1 -0.445360000000000, 0 -0.445377875000000, 1 -0.445402458333333, 0 -0.445420416666667, 1 -0.445693583333333, 0 -0.445711458333333, 1 -0.445863458333333, 0 -0.445881333333333, 1 -0.445936208333333, 0 -0.445954041666667, 1 -0.445978666666667, 0 -0.445996625000000, 1 -0.446024166666667, 0 -0.446042125000000, 1 -0.446078750000000, 0 -0.446096625000000, 1 -0.446139375000000, 0 -0.446157291666667, 1 -0.446178791666667, 0 -0.446196708333333, 1 -0.446254625000000, 0 -0.446272541666667, 1 -0.446291041666667, 0 -0.446308916666667, 1 -0.446585208333333, 0 -0.446603125000000, 1 -0.446755083333333, 0 -0.446772958333333, 1 -0.446791458333333, 0 -0.446809375000000, 1 -0.446833916666667, 0 -0.446851833333333, 1 -0.446879416666667, 0 -0.446897333333333, 1 -0.446934000000000, 0 -0.446951916666667, 1 -0.446994666666667, 0 -0.447012541666667, 1 -0.447037125000000, 0 -0.447055000000000, 1 -0.447112916666667, 0 -0.447130833333333, 1 -0.447167541666667, 0 -0.447185416666667, 1 -0.447476875000000, 0 -0.447494750000000, 1 -0.447646708333333, 0 -0.447664583333333, 1 -0.447683083333333, 0 -0.447701000000000, 1 -0.447725583333333, 0 -0.447743458333333, 1 -0.447771041666667, 0 -0.447789000000000, 1 -0.447825625000000, 0 -0.447843541666667, 1 -0.447886291666667, 0 -0.447904166666667, 1 -0.447931750000000, 0 -0.447949666666667, 1 -0.448007583333333, 0 -0.448025458333333, 1 -0.448056125000000, 0 -0.448074000000000, 1 -0.448368500000000, 0 -0.448386375000000, 1 -0.448538333333333, 0 -0.448556208333333, 1 -0.448574708333333, 0 -0.448592625000000, 1 -0.448617166666667, 0 -0.448635041666667, 1 -0.448662666666667, 0 -0.448680541666667, 1 -0.448717250000000, 0 -0.448735125000000, 1 -0.448777875000000, 0 -0.448795791666667, 1 -0.448826416666667, 0 -0.448844291666667, 1 -0.448902208333333, 0 -0.448920125000000, 1 -0.448968958333333, 0 -0.448986833333333, 1 -0.449260083333333, 0 -0.449278000000000, 1 -0.449429958333333, 0 -0.449447875000000, 1 -0.449466333333333, 0 -0.449484250000000, 1 -0.449508791666667, 0 -0.449526708333333, 1 -0.449554291666667, 0 -0.449572208333333, 1 -0.449605916666667, 0 -0.449623750000000, 1 -0.449666500000000, 0 -0.449684416666667, 1 -0.449718083333333, 0 -0.449735916666667, 1 -0.449793833333333, 0 -0.449811750000000, 1 -0.449842375000000, 0 -0.449860291666667, 1 -0.450151708333333, 0 -0.450169625000000, 1 -0.450321541666667, 0 -0.450339458333333, 1 -0.450357958333333, 0 -0.450375875000000, 1 -0.450400416666667, 0 -0.450418291666667, 1 -0.450445916666667, 0 -0.450463833333333, 1 -0.450500500000000, 0 -0.450518375000000, 1 -0.450561125000000, 0 -0.450579041666667, 1 -0.450615750000000, 0 -0.450633583333333, 1 -0.450691541666667, 0 -0.450709458333333, 1 -0.450770416666667, 0 -0.450788166666667, 1 -0.450788291666667, 0 -0.450788333333333, 1 -0.451043333333333, 0 -0.451061208333333, 1 -0.451213166666667, 0 -0.451231083333333, 1 -0.451249583333333, 0 -0.451267458333333, 1 -0.451292041666667, 0 -0.451309916666667, 1 -0.451337541666667, 0 -0.451355458333333, 1 -0.451389083333333, 0 -0.451407000000000, 1 -0.451449750000000, 0 -0.451467625000000, 1 -0.451507375000000, 0 -0.451525250000000, 1 -0.451583166666667, 0 -0.451601083333333, 1 -0.451619541666667, 0 -0.451637458333333, 1 -0.451935000000000, 0 -0.451952875000000, 1 -0.452104833333333, 0 -0.452122708333333, 1 -0.452141208333333, 0 -0.452159125000000, 1 -0.452183750000000, 0 -0.452201583333333, 1 -0.452229125000000, 0 -0.452247125000000, 1 -0.452283791666667, 0 -0.452301666666667, 1 -0.452344416666667, 0 -0.452362333333333, 1 -0.452405083333333, 0 -0.452422958333333, 1 -0.452480875000000, 0 -0.452498791666667, 1 -0.452562750000000, 0 -0.452580625000000, 1 -0.452826625000000, 0 -0.452844500000000, 1 -0.452996458333333, 0 -0.453014375000000, 1 -0.453032875000000, 0 -0.453050666666667, 1 -0.453075333333333, 0 -0.453093208333333, 1 -0.453120833333333, 0 -0.453138750000000, 1 -0.453175375000000, 0 -0.453193291666667, 1 -0.453236041666667, 0 -0.453253958333333, 1 -0.453299708333333, 0 -0.453317625000000, 1 -0.453375541666667, 0 -0.453393416666667, 1 -0.453451375000000, 0 -0.453469250000000, 1 -0.453718250000000, 0 -0.453736166666667, 1 -0.453888083333333, 0 -0.453905958333333, 1 -0.453924500000000, 0 -0.453942333333333, 1 -0.453966958333333, 0 -0.453984916666667, 1 -0.454012416666667, 0 -0.454030333333333, 1 -0.454067041666667, 0 -0.454084916666667, 1 -0.454127708333333, 0 -0.454145541666667, 1 -0.454194375000000, 0 -0.454212291666667, 1 -0.454270208333333, 0 -0.454288166666667, 1 -0.454340000000000, 0 -0.454357875000000, 1 -0.454609916666667, 0 -0.454627791666667, 1 -0.454779750000000, 0 -0.454797666666667, 1 -0.454816166666667, 0 -0.454834041666667, 1 -0.454858625000000, 0 -0.454876500000000, 1 -0.454904125000000, 0 -0.454922000000000, 1 -0.454958708333333, 0 -0.454976583333333, 1 -0.455019333333333, 0 -0.455037250000000, 1 -0.455089083333333, 0 -0.455107000000000, 1 -0.455164916666667, 0 -0.455182791666667, 1 -0.455228583333333, 0 -0.455246500000000, 1 -0.455501541666667, 0 -0.455519416666667, 1 -0.455671416666667, 0 -0.455689291666667, 1 -0.455732041666667, 0 -0.455749958333333, 1 -0.455774541666667, 0 -0.455792416666667, 1 -0.455820000000000, 0 -0.455837875000000, 1 -0.455871583333333, 0 -0.455889458333333, 1 -0.455932208333333, 0 -0.455950083333333, 1 -0.456005000000000, 0 -0.456022833333333, 1 -0.456080791666667, 0 -0.456098666666667, 1 -0.456150541666667, 0 -0.456168458333333, 1 -0.456393166666667, 0 -0.456411083333333, 1 -0.456563041666667, 0 -0.456580916666667, 1 -0.456599416666667, 0 -0.456617333333333, 1 -0.456641875000000, 0 -0.456659791666667, 1 -0.456687375000000, 0 -0.456705291666667, 1 -0.456741958333333, 0 -0.456759875000000, 1 -0.456802625000000, 0 -0.456820500000000, 1 -0.456878416666667, 0 -0.456896333333333, 1 -0.456954250000000, 0 -0.456972125000000, 1 -0.457005833333333, 0 -0.457023708333333, 1 -0.457284833333333, 0 -0.457302708333333, 1 -0.457454666666667, 0 -0.457472541666667, 1 -0.457527458333333, 0 -0.457545333333333, 1 -0.457569916666667, 0 -0.457587833333333, 1 -0.457615416666667, 0 -0.457633291666667, 1 -0.457670000000000, 0 -0.457687875000000, 1 -0.457730625000000, 0 -0.457748541666667, 1 -0.457809500000000, 0 -0.457827375000000, 1 -0.457885333333333, 0 -0.457903208333333, 1 -0.457930833333333, 0 -0.457948708333333, 1 -0.458176458333333, 0 -0.458194208333333, 1 -0.458194291666667, 0 -0.458194375000000, 1 -0.458346291666667, 0 -0.458364166666667, 1 -0.458419083333333, 0 -0.458436958333333, 1 -0.458461583333333, 0 -0.458479416666667, 1 -0.458507041666667, 0 -0.458524958333333, 1 -0.458561625000000, 0 -0.458579500000000, 1 -0.458622291666667, 0 -0.458640125000000, 1 -0.458704125000000, 0 -0.458722041666667, 1 -0.458780000000000, 0 -0.458797875000000, 1 -0.458819416666667, 0 -0.458837291666667, 1 -0.459068083333333, 0 -0.459085958333333, 1 -0.459237916666667, 0 -0.459255791666667, 1 -0.459310708333333, 0 -0.459328625000000, 1 -0.459353166666667, 0 -0.459371083333333, 1 -0.459398625000000, 0 -0.459416541666667, 1 -0.459453250000000, 0 -0.459471125000000, 1 -0.459516916666667, 0 -0.459534791666667, 1 -0.459553291666667, 0 -0.459571208333333, 1 -0.459629125000000, 0 -0.459647041666667, 1 -0.459680708333333, 0 -0.459698583333333, 1 -0.459959708333333, 0 -0.459977625000000, 1 -0.460129541666667, 0 -0.460147458333333, 1 -0.460190208333333, 0 -0.460208083333333, 1 -0.460232666666667, 0 -0.460250583333333, 1 -0.460278166666667, 0 -0.460296041666667, 1 -0.460332750000000, 0 -0.460350625000000, 1 -0.460396416666667, 0 -0.460414166666667, 1 -0.460414250000000, 0 -0.460414291666667, 1 -0.460435833333333, 0 -0.460453750000000, 1 -0.460511666666667, 0 -0.460529541666667, 1 -0.460569291666667, 0 -0.460587208333333, 1 -0.460851291666667, 0 -0.460869208333333, 1 -0.461021166666667, 0 -0.461039041666667, 1 -0.461081916666667, 0 -0.461099750000000, 1 -0.461124291666667, 0 -0.461142208333333, 1 -0.461169833333333, 0 -0.461187666666667, 1 -0.461224416666667, 0 -0.461242208333333, 1 -0.461288041666667, 0 -0.461305916666667, 1 -0.461330500000000, 0 -0.461348375000000, 1 -0.461406333333333, 0 -0.461424166666667, 1 -0.461445750000000, 0 -0.461463666666667, 1 -0.461742958333333, 0 -0.461760833333333, 1 -0.461912833333333, 0 -0.461930708333333, 1 -0.461985583333333, 0 -0.462003500000000, 1 -0.462028041666667, 0 -0.462046000000000, 1 -0.462073541666667, 0 -0.462091458333333, 1 -0.462128125000000, 0 -0.462146000000000, 1 -0.462191791666667, 0 -0.462209708333333, 1 -0.462237375000000, 0 -0.462255208333333, 1 -0.462313125000000, 0 -0.462331041666667, 1 -0.462358625000000, 0 -0.462376500000000, 1 -0.462634625000000, 0 -0.462652500000000, 1 -0.462804458333333, 0 -0.462822333333333, 1 -0.462840833333333, 0 -0.462858708333333, 1 -0.462883291666667, 0 -0.462901208333333, 1 -0.462928791666667, 0 -0.462946666666667, 1 -0.462983375000000, 0 -0.463001250000000, 1 -0.463047041666667, 0 -0.463064958333333, 1 -0.463095583333333, 0 -0.463113458333333, 1 -0.463171416666667, 0 -0.463189291666667, 1 -0.463247208333333, 0 -0.463265125000000, 1 -0.463526208333333, 0 -0.463544125000000, 1 -0.463696041666667, 0 -0.463713958333333, 1 -0.463732458333333, 0 -0.463750333333333, 1 -0.463774916666667, 0 -0.463792833333333, 1 -0.463820416666667, 0 -0.463838333333333, 1 -0.463875000000000, 0 -0.463892875000000, 1 -0.463938666666667, 0 -0.463956541666667, 1 -0.463990208333333, 0 -0.464008125000000, 1 -0.464066041666667, 0 -0.464083916666667, 1 -0.464147916666667, 0 -0.464165833333333, 1 -0.464417833333333, 0 -0.464435708333333, 1 -0.464587666666667, 0 -0.464605583333333, 1 -0.464636208333333, 0 -0.464654083333333, 1 -0.464678666666667, 0 -0.464696583333333, 1 -0.464724166666667, 0 -0.464742041666667, 1 -0.464775708333333, 0 -0.464793625000000, 1 -0.464839416666667, 0 -0.464857250000000, 1 -0.464893958333333, 0 -0.464911875000000, 1 -0.464969791666667, 0 -0.464987708333333, 1 -0.465021375000000, 0 -0.465039250000000, 1 -0.465309458333333, 0 -0.465327375000000, 1 -0.465479333333333, 0 -0.465497208333333, 1 -0.465527875000000, 0 -0.465545750000000, 1 -0.465570291666667, 0 -0.465588208333333, 1 -0.465615791666667, 0 -0.465633708333333, 1 -0.465670375000000, 0 -0.465688291666667, 1 -0.465734083333333, 0 -0.465751958333333, 1 -0.465791708333333, 0 -0.465809583333333, 1 -0.465867541666667, 0 -0.465885416666667, 1 -0.465937291666667, 0 -0.465955166666667, 1 -0.466201125000000, 0 -0.466219000000000, 1 -0.466370958333333, 0 -0.466388875000000, 1 -0.466431625000000, 0 -0.466449541666667, 1 -0.466474083333333, 0 -0.466492000000000, 1 -0.466519583333333, 0 -0.466537458333333, 1 -0.466571125000000, 0 -0.466589041666667, 1 -0.466634791666667, 0 -0.466652708333333, 1 -0.466695458333333, 0 -0.466713333333333, 1 -0.466771291666667, 0 -0.466789208333333, 1 -0.466819833333333, 0 -0.466837708333333, 1 -0.467092750000000, 0 -0.467110625000000, 1 -0.467262625000000, 0 -0.467280500000000, 1 -0.467298958333333, 0 -0.467316916666667, 1 -0.467341458333333, 0 -0.467359333333333, 1 -0.467386958333333, 0 -0.467404833333333, 1 -0.467441541666667, 0 -0.467459416666667, 1 -0.467505208333333, 0 -0.467523125000000, 1 -0.467568875000000, 0 -0.467586791666667, 1 -0.467644708333333, 0 -0.467662583333333, 1 -0.467711291666667, 0 -0.467711333333333, 1 -0.467711416666667, 0 -0.467729333333333, 1 -0.467984375000000, 0 -0.468002291666667, 1 -0.468154208333333, 0 -0.468172125000000, 1 -0.468190583333333, 0 -0.468208500000000, 1 -0.468233083333333, 0 -0.468251000000000, 1 -0.468278583333333, 0 -0.468296458333333, 1 -0.468330166666667, 0 -0.468348000000000, 1 -0.468393791666667, 0 -0.468411666666667, 1 -0.468460500000000, 0 -0.468460541666667, 1 -0.468460583333333, 0 -0.468478416666667, 1 -0.468536375000000, 0 -0.468554250000000, 1 -0.468572750000000, 0 -0.468590666666667, 1 -0.468876041666667, 0 -0.468893958333333, 1 -0.469045916666667, 0 -0.469063791666667, 1 -0.469094416666667, 0 -0.469112333333333, 1 -0.469136875000000, 0 -0.469154791666667, 1 -0.469182375000000, 0 -0.469200250000000, 1 -0.469236958333333, 0 -0.469254833333333, 1 -0.469300625000000, 0 -0.469318458333333, 1 -0.469370416666667, 0 -0.469388250000000, 1 -0.469446208333333, 0 -0.469464000000000, 1 -0.469525041666667, 0 -0.469542958333333, 1 -0.469767666666667, 0 -0.469785625000000, 1 -0.469937541666667, 0 -0.469955416666667, 1 -0.469986041666667, 0 -0.470003958333333, 1 -0.470028541666667, 0 -0.470046416666667, 1 -0.470074000000000, 0 -0.470091875000000, 1 -0.470125541666667, 0 -0.470143541666667, 1 -0.470189208333333, 0 -0.470207166666667, 1 -0.470262000000000, 0 -0.470279958333333, 1 -0.470337833333333, 0 -0.470355791666667, 1 -0.470410625000000, 0 -0.470428541666667, 1 -0.470659333333333, 0 -0.470677166666667, 1 -0.470829166666667, 0 -0.470847041666667, 1 -0.470889833333333, 0 -0.470907708333333, 1 -0.470932291666667, 0 -0.470950166666667, 1 -0.470977750000000, 0 -0.470995666666667, 1 -0.471032333333333, 0 -0.471050250000000, 1 -0.471096041666667, 0 -0.471113916666667, 1 -0.471171833333333, 0 -0.471189750000000, 1 -0.471247666666667, 0 -0.471265583333333, 1 -0.471290166666667, 0 -0.471308041666667, 1 -0.471550958333333, 0 -0.471568833333333, 1 -0.471720791666667, 0 -0.471738708333333, 1 -0.471793583333333, 0 -0.471811458333333, 1 -0.471836041666667, 0 -0.471853916666667, 1 -0.471881541666667, 0 -0.471899416666667, 1 -0.471936125000000, 0 -0.471954000000000, 1 -0.471999791666667, 0 -0.472017666666667, 1 -0.472078625000000, 0 -0.472096541666667, 1 -0.472154458333333, 0 -0.472172333333333, 1 -0.472203000000000, 0 -0.472220875000000, 1 -0.472442541666667, 0 -0.472460375000000, 1 -0.472460416666667, 0 -0.472460458333333, 1 -0.472612375000000, 0 -0.472630291666667, 1 -0.472660916666667, 0 -0.472678791666667, 1 -0.472703375000000, 0 -0.472721291666667, 1 -0.472748875000000, 0 -0.472766750000000, 1 -0.472803458333333, 0 -0.472821333333333, 1 -0.472867125000000, 0 -0.472885041666667, 1 -0.472949000000000, 0 -0.472966875000000, 1 -0.473024833333333, 0 -0.473042708333333, 1 -0.473079416666667, 0 -0.473097333333333, 1 -0.473334166666667, 0 -0.473352041666667, 1 -0.473504000000000, 0 -0.473521916666667, 1 -0.473564708333333, 0 -0.473582583333333, 1 -0.473607125000000, 0 -0.473625000000000, 1 -0.473652625000000, 0 -0.473670500000000, 1 -0.473707208333333, 0 -0.473725083333333, 1 -0.473773916666667, 0 -0.473791833333333, 1 -0.473810291666667, 0 -0.473828208333333, 1 -0.473886125000000, 0 -0.473904041666667, 1 -0.473958916666667, 0 -0.473976833333333, 1 -0.474225833333333, 0 -0.474243708333333, 1 -0.474395666666667, 0 -0.474413583333333, 1 -0.474468375000000, 0 -0.474468541666667, 1 -0.474468583333333, 0 -0.474486333333333, 1 -0.474510916666667, 0 -0.474528791666667, 1 -0.474556375000000, 0 -0.474574291666667, 1 -0.474607958333333, 0 -0.474625875000000, 1 -0.474674625000000, 0 -0.474692541666667, 1 -0.474714083333333, 0 -0.474731958333333, 1 -0.474789875000000, 0 -0.474807833333333, 1 -0.474832375000000, 0 -0.474850250000000, 1 -0.475117458333333, 0 -0.475135333333333, 1 -0.475287291666667, 0 -0.475305166666667, 1 -0.475360083333333, 0 -0.475377958333333, 1 -0.475402500000000, 0 -0.475420416666667, 1 -0.475448000000000, 0 -0.475465916666667, 1 -0.475502583333333, 0 -0.475520458333333, 1 -0.475569291666667, 0 -0.475587166666667, 1 -0.475611750000000, 0 -0.475629625000000, 1 -0.475687583333333, 0 -0.475705458333333, 1 -0.475748208333333, 0 -0.475766125000000, 1 -0.476009041666667, 0 -0.476026916666667, 1 -0.476178875000000, 0 -0.476196750000000, 1 -0.476239541666667, 0 -0.476257416666667, 1 -0.476282000000000, 0 -0.476299875000000, 1 -0.476327458333333, 0 -0.476345333333333, 1 -0.476382041666667, 0 -0.476399916666667, 1 -0.476448791666667, 0 -0.476466666666667, 1 -0.476494250000000, 0 -0.476512125000000, 1 -0.476570083333333, 0 -0.476588000000000, 1 -0.476636791666667, 0 -0.476654708333333, 1 -0.476900625000000, 0 -0.476918541666667, 1 -0.477070500000000, 0 -0.477088375000000, 1 -0.477143291666667, 0 -0.477161166666667, 1 -0.477185708333333, 0 -0.477203625000000, 1 -0.477231208333333, 0 -0.477249125000000, 1 -0.477285791666667, 0 -0.477303708333333, 1 -0.477352500000000, 0 -0.477370416666667, 1 -0.477401041666667, 0 -0.477418916666667, 1 -0.477476833333333, 0 -0.477494750000000, 1 -0.477525416666667, 0 -0.477543291666667, 1 -0.477792291666667, 0 -0.477810125000000, 1 -0.477962083333333, 0 -0.477980000000000, 1 -0.478034916666667, 0 -0.478052791666667, 1 -0.478077375000000, 0 -0.478095208333333, 1 -0.478122833333333, 0 -0.478140791666667, 1 -0.478177416666667, 0 -0.478195291666667, 1 -0.478244166666667, 0 -0.478261958333333, 1 -0.478295708333333, 0 -0.478313583333333, 1 -0.478371500000000, 0 -0.478371625000000, 1 -0.478371666666667, 0 -0.478389375000000, 1 -0.478426125000000, 0 -0.478444000000000, 1 -0.478683875000000, 0 -0.478701791666667, 1 -0.478853708333333, 0 -0.478871625000000, 1 -0.478890083333333, 0 -0.478908083333333, 1 -0.478932583333333, 0 -0.478950500000000, 1 -0.478978083333333, 0 -0.478995958333333, 1 -0.479032666666667, 0 -0.479050541666667, 1 -0.479099375000000, 0 -0.479117208333333, 1 -0.479153958333333, 0 -0.479171833333333, 1 -0.479229791666667, 0 -0.479247666666667, 1 -0.479266166666667, 0 -0.479284083333333, 1 -0.479575500000000, 0 -0.479593416666667, 1 -0.479745375000000, 0 -0.479763291666667, 1 -0.479781750000000, 0 -0.479799666666667, 1 -0.479824208333333, 0 -0.479842125000000, 1 -0.479869708333333, 0 -0.479887625000000, 1 -0.479924333333333, 0 -0.479942208333333, 1 -0.479991000000000, 0 -0.480008916666667, 1 -0.480048625000000, 0 -0.480066541666667, 1 -0.480124458333333, 0 -0.480142375000000, 1 -0.480166916666667, 0 -0.480184833333333, 1 -0.480467166666667, 0 -0.480485041666667, 1 -0.480637000000000, 0 -0.480654875000000, 1 -0.480673375000000, 0 -0.480691291666667, 1 -0.480715833333333, 0 -0.480733750000000, 1 -0.480761333333333, 0 -0.480779250000000, 1 -0.480812875000000, 0 -0.480830791666667, 1 -0.480879625000000, 0 -0.480897500000000, 1 -0.480940250000000, 0 -0.480958125000000, 1 -0.481016083333333, 0 -0.481033958333333, 1 -0.481091875000000, 0 -0.481109791666667, 1 -0.481358750000000, 0 -0.481376666666667, 1 -0.481528625000000, 0 -0.481546500000000, 1 -0.481565000000000, 0 -0.481582916666667, 1 -0.481607458333333, 0 -0.481625333333333, 1 -0.481652958333333, 0 -0.481670833333333, 1 -0.481704500000000, 0 -0.481722375000000, 1 -0.481771208333333, 0 -0.481789083333333, 1 -0.481834875000000, 0 -0.481852791666667, 1 -0.481910708333333, 0 -0.481928583333333, 1 -0.481992583333333, 0 -0.482010500000000, 1 -0.482250375000000, 0 -0.482268291666667, 1 -0.482420250000000, 0 -0.482438083333333, 1 -0.482456625000000, 0 -0.482474541666667, 1 -0.482499083333333, 0 -0.482516958333333, 1 -0.482544583333333, 0 -0.482562500000000, 1 -0.482596125000000, 0 -0.482614000000000, 1 -0.482662833333333, 0 -0.482680750000000, 1 -0.482729541666667, 0 -0.482747416666667, 1 -0.482805333333333, 0 -0.482823208333333, 1 -0.482869041666667, 0 -0.482886958333333, 1 -0.483141958333333, 0 -0.483159875000000, 1 -0.483311791666667, 0 -0.483329708333333, 1 -0.483348250000000, 0 -0.483366083333333, 1 -0.483390666666667, 0 -0.483408541666667, 1 -0.483436166666667, 0 -0.483454083333333, 1 -0.483487750000000, 0 -0.483505583333333, 1 -0.483554416666667, 0 -0.483572333333333, 1 -0.483624166666667, 0 -0.483642041666667, 1 -0.483700000000000, 0 -0.483717875000000, 1 -0.483769750000000, 0 -0.483787625000000, 1 -0.484033583333333, 0 -0.484051458333333, 1 -0.484203416666667, 0 -0.484221333333333, 1 -0.484239791666667, 0 -0.484257708333333, 1 -0.484282291666667, 0 -0.484300166666667, 1 -0.484327791666667, 0 -0.484345666666667, 1 -0.484376416666667, 0 -0.484394208333333, 1 -0.484443000000000, 0 -0.484460958333333, 1 -0.484515791666667, 0 -0.484533666666667, 1 -0.484591625000000, 0 -0.484609500000000, 1 -0.484631000000000, 0 -0.484648916666667, 1 -0.484925208333333, 0 -0.484943041666667, 1 -0.485095041666667, 0 -0.485112916666667, 1 -0.485131416666667, 0 -0.485149333333333, 1 -0.485173875000000, 0 -0.485191791666667, 1 -0.485219416666667, 0 -0.485237291666667, 1 -0.485273958333333, 0 -0.485291875000000, 1 -0.485340666666667, 0 -0.485358583333333, 1 -0.485416500000000, 0 -0.485434375000000, 1 -0.485492291666667, 0 -0.485510208333333, 1 -0.485562041666667, 0 -0.485580000000000, 1 -0.485816791666667, 0 -0.485834583333333, 1 -0.485834708333333, 0 -0.485834791666667, 1 -0.485986625000000, 0 -0.486004500000000, 1 -0.486023041666667, 0 -0.486040916666667, 1 -0.486065458333333, 0 -0.486083291666667, 1 -0.486110916666667, 0 -0.486128791666667, 1 -0.486165583333333, 0 -0.486183458333333, 1 -0.486232291666667, 0 -0.486250083333333, 1 -0.486311166666667, 0 -0.486329041666667, 1 -0.486386916666667, 0 -0.486404750000000, 1 -0.486462750000000, 0 -0.486480583333333, 1 -0.486708375000000, 0 -0.486726291666667, 1 -0.486878250000000, 0 -0.486896125000000, 1 -0.486914541666667, 0 -0.486932500000000, 1 -0.486957083333333, 0 -0.486974916666667, 1 -0.487002500000000, 0 -0.487020541666667, 1 -0.487060208333333, 0 -0.487078125000000, 1 -0.487126875000000, 0 -0.487144791666667, 1 -0.487208750000000, 0 -0.487226666666667, 1 -0.487284583333333, 0 -0.487302500000000, 1 -0.487354291666667, 0 -0.487372291666667, 1 -0.487600083333333, 0 -0.487617875000000, 1 -0.487769875000000, 0 -0.487787750000000, 1 -0.487830541666667, 0 -0.487848416666667, 1 -0.487873000000000, 0 -0.487890875000000, 1 -0.487918458333333, 0 -0.487936375000000, 1 -0.487973041666667, 0 -0.487990958333333, 1 -0.488042791666667, 0 -0.488060666666667, 1 -0.488079166666667, 0 -0.488097083333333, 1 -0.488155000000000, 0 -0.488172916666667, 1 -0.488224750000000, 0 -0.488242625000000, 1 -0.488491625000000, 0 -0.488509500000000, 1 -0.488661458333333, 0 -0.488679375000000, 1 -0.488697833333333, 0 -0.488715750000000, 1 -0.488740333333333, 0 -0.488758208333333, 1 -0.488785791666667, 0 -0.488803708333333, 1 -0.488840416666667, 0 -0.488858291666667, 1 -0.488910125000000, 0 -0.488928041666667, 1 -0.488949541666667, 0 -0.488967458333333, 1 -0.489025375000000, 0 -0.489043291666667, 1 -0.489089041666667, 0 -0.489106958333333, 1 -0.489383250000000, 0 -0.489401125000000, 1 -0.489553083333333, 0 -0.489571000000000, 1 -0.489613750000000, 0 -0.489631666666667, 1 -0.489656208333333, 0 -0.489674083333333, 1 -0.489701708333333, 0 -0.489719583333333, 1 -0.489756291666667, 0 -0.489774166666667, 1 -0.489826041666667, 0 -0.489843916666667, 1 -0.489868500000000, 0 -0.489886375000000, 1 -0.489944291666667, 0 -0.489962208333333, 1 -0.490026208333333, 0 -0.490044083333333, 1 -0.490274875000000, 0 -0.490292791666667, 1 -0.490444750000000, 0 -0.490462625000000, 1 -0.490517541666667, 0 -0.490535416666667, 1 -0.490560000000000, 0 -0.490577875000000, 1 -0.490605458333333, 0 -0.490623375000000, 1 -0.490660083333333, 0 -0.490677958333333, 1 -0.490729833333333, 0 -0.490747708333333, 1 -0.490775291666667, 0 -0.490793166666667, 1 -0.490851125000000, 0 -0.490869000000000, 1 -0.490926958333333, 0 -0.490944833333333, 1 -0.491166541666667, 0 -0.491184416666667, 1 -0.491336375000000, 0 -0.491354250000000, 1 -0.491397041666667, 0 -0.491414916666667, 1 -0.491439458333333, 0 -0.491457375000000, 1 -0.491484958333333, 0 -0.491502875000000, 1 -0.491539541666667, 0 -0.491557416666667, 1 -0.491609291666667, 0 -0.491627166666667, 1 -0.491657833333333, 0 -0.491675708333333, 1 -0.491733625000000, 0 -0.491751541666667, 1 -0.491779166666667, 0 -0.491797041666667, 1 -0.492058125000000, 0 -0.492076000000000, 1 -0.492228000000000, 0 -0.492245875000000, 1 -0.492300750000000, 0 -0.492318666666667, 1 -0.492343250000000, 0 -0.492361125000000, 1 -0.492388708333333, 0 -0.492406583333333, 1 -0.492443291666667, 0 -0.492461166666667, 1 -0.492513041666667, 0 -0.492530958333333, 1 -0.492564583333333, 0 -0.492582500000000, 1 -0.492640416666667, 0 -0.492658333333333, 1 -0.492679833333333, 0 -0.492697750000000, 1 -0.492949791666667, 0 -0.492967666666667, 1 -0.493119625000000, 0 -0.493137500000000, 1 -0.493180250000000, 0 -0.493198166666667, 1 -0.493222708333333, 0 -0.493240625000000, 1 -0.493268208333333, 0 -0.493286083333333, 1 -0.493322791666667, 0 -0.493340666666667, 1 -0.493392541666667, 0 -0.493410416666667, 1 -0.493447125000000, 0 -0.493464875000000, 1 -0.493522958333333, 0 -0.493540833333333, 1 -0.493580583333333, 0 -0.493598458333333, 1 -0.493841375000000, 0 -0.493859250000000, 1 -0.494011208333333, 0 -0.494029083333333, 1 -0.494083958333333, 0 -0.494101875000000, 1 -0.494126416666667, 0 -0.494144333333333, 1 -0.494171916666667, 0 -0.494189833333333, 1 -0.494226500000000, 0 -0.494244291666667, 1 -0.494296250000000, 0 -0.494314125000000, 1 -0.494353875000000, 0 -0.494371750000000, 1 -0.494429666666667, 0 -0.494447583333333, 1 -0.494481208333333, 0 -0.494499166666667, 1 -0.494733000000000, 0 -0.494750833333333, 1 -0.494902750000000, 0 -0.494920666666667, 1 -0.494920750000000, 0 -0.494920791666667, 1 -0.494939208333333, 0 -0.494957041666667, 1 -0.494981583333333, 0 -0.494999500000000, 1 -0.495027125000000, 0 -0.495045000000000, 1 -0.495081708333333, 0 -0.495099583333333, 1 -0.495151458333333, 0 -0.495169250000000, 1 -0.495212041666667, 0 -0.495230000000000, 1 -0.495287916666667, 0 -0.495305791666667, 1 -0.495342500000000, 0 -0.495360375000000, 1 -0.495624583333333, 0 -0.495642416666667, 1 -0.495794416666667, 0 -0.495812291666667, 1 -0.495830791666667, 0 -0.495848666666667, 1 -0.495873208333333, 0 -0.495891125000000, 1 -0.495918750000000, 0 -0.495936625000000, 1 -0.495970250000000, 0 -0.495988166666667, 1 -0.496040041666667, 0 -0.496057916666667, 1 -0.496103708333333, 0 -0.496121583333333, 1 -0.496179541666667, 0 -0.496197416666667, 1 -0.496240208333333, 0 -0.496258083333333, 1 -0.496516166666667, 0 -0.496534041666667, 1 -0.496685958333333, 0 -0.496703875000000, 1 -0.496734541666667, 0 -0.496752375000000, 1 -0.496752416666667, 0 -0.496752458333333, 1 -0.496776958333333, 0 -0.496794875000000, 1 -0.496822458333333, 0 -0.496840333333333, 1 -0.496874000000000, 0 -0.496891916666667, 1 -0.496943750000000, 0 -0.496961625000000, 1 -0.497010458333333, 0 -0.497028375000000, 1 -0.497086291666667, 0 -0.497104166666667, 1 -0.497165125000000, 0 -0.497183041666667, 1 -0.497407750000000, 0 -0.497425666666667, 1 -0.497577541666667, 0 -0.497595500000000, 1 -0.497626125000000, 0 -0.497644000000000, 1 -0.497668583333333, 0 -0.497686458333333, 1 -0.497714041666667, 0 -0.497731958333333, 1 -0.497768625000000, 0 -0.497786541666667, 1 -0.497838375000000, 0 -0.497856291666667, 1 -0.497908125000000, 0 -0.497926041666667, 1 -0.497983958333333, 0 -0.498001833333333, 1 -0.498020333333333, 0 -0.498038250000000, 1 -0.498299375000000, 0 -0.498317250000000, 1 -0.498469208333333, 0 -0.498487125000000, 1 -0.498542000000000, 0 -0.498559916666667, 1 -0.498584458333333, 0 -0.498602375000000, 1 -0.498629958333333, 0 -0.498647833333333, 1 -0.498684541666667, 0 -0.498702416666667, 1 -0.498754291666667, 0 -0.498772208333333, 1 -0.498827041666667, 0 -0.498844958333333, 1 -0.498902875000000, 0 -0.498920791666667, 1 -0.498981750000000, 0 -0.498999625000000, 1 -0.499191000000000, 0 -0.499208875000000, 1 -0.499360833333333, 0 -0.499378708333333, 1 -0.499409375000000, 0 -0.499427250000000, 1 -0.499451791666667, 0 -0.499469666666667, 1 -0.499497250000000, 0 -0.499515166666667, 1 -0.499551875000000, 0 -0.499569791666667, 1 -0.499621625000000, 0 -0.499639500000000, 1 -0.499697416666667, 0 -0.499715333333333, 1 -0.499773083333333, 0 -0.499773125000000, 1 -0.499773250000000, 0 -0.499791166666667, 1 -0.499846041666667, 0 -0.499863958333333, 1 -0.500082625000000, 0 -0.500100500000000, 1 -0.500252458333333, 0 -0.500270333333333, 1 -0.500300916666667, 0 -0.500318833333333, 1 -0.500343416666667, 0 -0.500361333333333, 1 -0.500388916666667, 0 -0.500406833333333, 1 -0.500443500000000, 0 -0.500461375000000, 1 -0.500513250000000, 0 -0.500531125000000, 1 -0.500592083333333, 0 -0.500609958333333, 1 -0.500667916666667, 0 -0.500685791666667, 1 -0.500734666666667, 0 -0.500752541666667, 1 -0.500974250000000, 0 -0.500992166666667, 1 -0.501144083333333, 0 -0.501161958333333, 1 -0.501204750000000, 0 -0.501222625000000, 1 -0.501247208333333, 0 -0.501265083333333, 1 -0.501292541666667, 0 -0.501292583333333, 1 -0.501292666666667, 0 -0.501310541666667, 1 -0.501344250000000, 0 -0.501362125000000, 1 -0.501413958333333, 0 -0.501431875000000, 1 -0.501495875000000, 0 -0.501513750000000, 1 -0.501571708333333, 0 -0.501589583333333, 1 -0.501620250000000, 0 -0.501638125000000, 1 -0.501865833333333, 0 -0.501883708333333, 1 -0.501883875000000, 0 -0.501883916666667, 1 -0.502035666666667, 0 -0.502053583333333, 1 -0.502072083333333, 0 -0.502090000000000, 1 -0.502114541666667, 0 -0.502132416666667, 1 -0.502160041666667, 0 -0.502177916666667, 1 -0.502214625000000, 0 -0.502232500000000, 1 -0.502287375000000, 0 -0.502305291666667, 1 -0.502323791666667, 0 -0.502341708333333, 1 -0.502399625000000, 0 -0.502417458333333, 1 -0.502445041666667, 0 -0.502462958333333, 1 -0.502757416666667, 0 -0.502775291666667, 1 -0.502927291666667, 0 -0.502945166666667, 1 -0.502963666666667, 0 -0.502981541666667, 1 -0.503006166666667, 0 -0.503024000000000, 1 -0.503051625000000, 0 -0.503069541666667, 1 -0.503106208333333, 0 -0.503124125000000, 1 -0.503179000000000, 0 -0.503196916666667, 1 -0.503218500000000, 0 -0.503236291666667, 1 -0.503294208333333, 0 -0.503312083333333, 1 -0.503333666666667, 0 -0.503351541666667, 1 -0.503649041666667, 0 -0.503649083333333, 1 -0.503649125000000, 0 -0.503667000000000, 1 -0.503818916666667, 0 -0.503836791666667, 1 -0.503879583333333, 0 -0.503897458333333, 1 -0.503922041666667, 0 -0.503939916666667, 1 -0.503967500000000, 0 -0.503985375000000, 1 -0.504022083333333, 0 -0.504040000000000, 1 -0.504094833333333, 0 -0.504112750000000, 1 -0.504137333333333, 0 -0.504155208333333, 1 -0.504213041666667, 0 -0.504231041666667, 1 -0.504270750000000, 0 -0.504288583333333, 1 -0.504540666666667, 0 -0.504558583333333, 1 -0.504710541666667, 0 -0.504728416666667, 1 -0.504746916666667, 0 -0.504764833333333, 1 -0.504789375000000, 0 -0.504807291666667, 1 -0.504834875000000, 0 -0.504852791666667, 1 -0.504889458333333, 0 -0.504907375000000, 1 -0.504962250000000, 0 -0.504980125000000, 1 -0.505007708333333, 0 -0.505025625000000, 1 -0.505083541666667, 0 -0.505101458333333, 1 -0.505135125000000, 0 -0.505153000000000, 1 -0.505432333333333, 0 -0.505450208333333, 1 -0.505602166666667, 0 -0.505620041666667, 1 -0.505662833333333, 0 -0.505680708333333, 1 -0.505705291666667, 0 -0.505723166666667, 1 -0.505750750000000, 0 -0.505768666666667, 1 -0.505802291666667, 0 -0.505820208333333, 1 -0.505875083333333, 0 -0.505892958333333, 1 -0.505923625000000, 0 -0.505941500000000, 1 -0.505999416666667, 0 -0.506017291666667, 1 -0.506057041666667, 0 -0.506074958333333, 1 -0.506323916666667, 0 -0.506341833333333, 1 -0.506493791666667, 0 -0.506511625000000, 1 -0.506566583333333, 0 -0.506584458333333, 1 -0.506609000000000, 0 -0.506626916666667, 1 -0.506654500000000, 0 -0.506672375000000, 1 -0.506709083333333, 0 -0.506726958333333, 1 -0.506781875000000, 0 -0.506799750000000, 1 -0.506833416666667, 0 -0.506851291666667, 1 -0.506909250000000, 0 -0.506927125000000, 1 -0.506972958333333, 0 -0.506990833333333, 1 -0.507215541666667, 0 -0.507233416666667, 1 -0.507385375000000, 0 -0.507403250000000, 1 -0.507458166666667, 0 -0.507476041666667, 1 -0.507500583333333, 0 -0.507518500000000, 1 -0.507546083333333, 0 -0.507564000000000, 1 -0.507600666666667, 0 -0.507618583333333, 1 -0.507673458333333, 0 -0.507691333333333, 1 -0.507728041666667, 0 -0.507745916666667, 1 -0.507803833333333, 0 -0.507821750000000, 1 -0.507885791666667, 0 -0.507903625000000, 1 -0.508107125000000, 0 -0.508124833333333, 1 -0.508124875000000, 0 -0.508125083333333, 1 -0.508277000000000, 0 -0.508294875000000, 1 -0.508337625000000, 0 -0.508355500000000, 1 -0.508380083333333, 0 -0.508397958333333, 1 -0.508425583333333, 0 -0.508443458333333, 1 -0.508480166666667, 0 -0.508498041666667, 1 -0.508552916666667, 0 -0.508570833333333, 1 -0.508610541666667, 0 -0.508628375000000, 1 -0.508686375000000, 0 -0.508704250000000, 1 -0.508762208333333, 0 -0.508780083333333, 1 -0.508998750000000, 0 -0.509016625000000, 1 -0.509168583333333, 0 -0.509186458333333, 1 -0.509241375000000, 0 -0.509259250000000, 1 -0.509283833333333, 0 -0.509301708333333, 1 -0.509329291666667, 0 -0.509347208333333, 1 -0.509386916666667, 0 -0.509404791666667, 1 -0.509459708333333, 0 -0.509477583333333, 1 -0.509520333333333, 0 -0.509538250000000, 1 -0.509596166666667, 0 -0.509614083333333, 1 -0.509662916666667, 0 -0.509680791666667, 1 -0.509890333333333, 0 -0.509908250000000, 1 -0.510060208333333, 0 -0.510078083333333, 1 -0.510132958333333, 0 -0.510150875000000, 1 -0.510175458333333, 0 -0.510193375000000, 1 -0.510220916666667, 0 -0.510238791666667, 1 -0.510275458333333, 0 -0.510293375000000, 1 -0.510348291666667, 0 -0.510366208333333, 1 -0.510411958333333, 0 -0.510429875000000, 1 -0.510487791666667, 0 -0.510505666666667, 1 -0.510560583333333, 0 -0.510578500000000, 1 -0.510781958333333, 0 -0.510799875000000, 1 -0.510951791666667, 0 -0.510969708333333, 1 -0.510988208333333, 0 -0.511006083333333, 1 -0.511030708333333, 0 -0.511048583333333, 1 -0.511076250000000, 0 -0.511094041666667, 1 -0.511127708333333, 0 -0.511145583333333, 1 -0.511200500000000, 0 -0.511218375000000, 1 -0.511267166666667, 0 -0.511285041666667, 1 -0.511343000000000, 0 -0.511360958333333, 1 -0.511397666666667, 0 -0.511415541666667, 1 -0.511673583333333, 0 -0.511691416666667, 1 -0.511843500000000, 0 -0.511861333333333, 1 -0.511879833333333, 0 -0.511897750000000, 1 -0.511922291666667, 0 -0.511940208333333, 1 -0.511967791666667, 0 -0.511985708333333, 1 -0.512019333333333, 0 -0.512037250000000, 1 -0.512092125000000, 0 -0.512110000000000, 1 -0.512161833333333, 0 -0.512179750000000, 1 -0.512237625000000, 0 -0.512255583333333, 1 -0.512286250000000, 0 -0.512304125000000, 1 -0.512565250000000, 0 -0.512583125000000, 1 -0.512735083333333, 0 -0.512752958333333, 1 -0.512771458333333, 0 -0.512789375000000, 1 -0.512813916666667, 0 -0.512831791666667, 1 -0.512859416666667, 0 -0.512877291666667, 1 -0.512910958333333, 0 -0.512928833333333, 1 -0.512929000000000, 0 -0.512929041666667, 1 -0.512983750000000, 0 -0.513001625000000, 1 -0.513056500000000, 0 -0.513074416666667, 1 -0.513132333333333, 0 -0.513150208333333, 1 -0.513199041666667, 0 -0.513216958333333, 1 -0.513456833333333, 0 -0.513474708333333, 1 -0.513626666666667, 0 -0.513644541666667, 1 -0.513663041666667, 0 -0.513680958333333, 1 -0.513705500000000, 0 -0.513723416666667, 1 -0.513751000000000, 0 -0.513768916666667, 1 -0.513805583333333, 0 -0.513823458333333, 1 -0.513878375000000, 0 -0.513896250000000, 1 -0.513954166666667, 0 -0.513972083333333, 1 -0.514030000000000, 0 -0.514047875000000, 1 -0.514078541666667, 0 -0.514096458333333, 1 -0.514348416666667, 0 -0.514366333333333, 1 -0.514518291666667, 0 -0.514536166666667, 1 -0.514554666666667, 0 -0.514572583333333, 1 -0.514597125000000, 0 -0.514615000000000, 1 -0.514642625000000, 0 -0.514660500000000, 1 -0.514697208333333, 0 -0.514715083333333, 1 -0.514770000000000, 0 -0.514787875000000, 1 -0.514848833333333, 0 -0.514866750000000, 1 -0.514924666666667, 0 -0.514942583333333, 1 -0.514967125000000, 0 -0.514985041666667, 1 -0.515240083333333, 0 -0.515257958333333, 1 -0.515409916666667, 0 -0.515427750000000, 1 -0.515427791666667, 0 -0.515427833333333, 1 -0.515446291666667, 0 -0.515464208333333, 1 -0.515488750000000, 0 -0.515506666666667, 1 -0.515534250000000, 0 -0.515552125000000, 1 -0.515588875000000, 0 -0.515606750000000, 1 -0.515661625000000, 0 -0.515679500000000, 1 -0.515743500000000, 0 -0.515761416666667, 1 -0.515819333333333, 0 -0.515837250000000, 1 -0.515855708333333, 0 -0.515873625000000, 1 -0.516131666666667, 0 -0.516149583333333, 1 -0.516301541666667, 0 -0.516319416666667, 1 -0.516337916666667, 0 -0.516355791666667, 1 -0.516380375000000, 0 -0.516398291666667, 1 -0.516425916666667, 0 -0.516443791666667, 1 -0.516474416666667, 0 -0.516492291666667, 1 -0.516550208333333, 0 -0.516568125000000, 1 -0.516586583333333, 0 -0.516604500000000, 1 -0.516662416666667, 0 -0.516680333333333, 1 -0.516735208333333, 0 -0.516753125000000, 1 -0.517023333333333, 0 -0.517041250000000, 1 -0.517193166666667, 0 -0.517211083333333, 1 -0.517229583333333, 0 -0.517247416666667, 1 -0.517272000000000, 0 -0.517289916666667, 1 -0.517317500000000, 0 -0.517335416666667, 1 -0.517372083333333, 0 -0.517390000000000, 1 -0.517447916666667, 0 -0.517465791666667, 1 -0.517487333333333, 0 -0.517505208333333, 1 -0.517563125000000, 0 -0.517581041666667, 1 -0.517617750000000, 0 -0.517635625000000, 1 -0.517914958333333, 0 -0.517932875000000, 1 -0.518084791666667, 0 -0.518102708333333, 1 -0.518121208333333, 0 -0.518139083333333, 1 -0.518163625000000, 0 -0.518181541666667, 1 -0.518209166666667, 0 -0.518227041666667, 1 -0.518263708333333, 0 -0.518281583333333, 1 -0.518339541666667, 0 -0.518357416666667, 1 -0.518382000000000, 0 -0.518399875000000, 1 -0.518457791666667, 0 -0.518475708333333, 1 -0.518494166666667, 0 -0.518512041666667, 1 -0.518806541666667, 0 -0.518824416666667, 1 -0.518976375000000, 0 -0.518994291666667, 1 -0.519012750000000, 0 -0.519030666666667, 1 -0.519055250000000, 0 -0.519073166666667, 1 -0.519100708333333, 0 -0.519118625000000, 1 -0.519152291666667, 0 -0.519170166666667, 1 -0.519228083333333, 0 -0.519246000000000, 1 -0.519273583333333, 0 -0.519291458333333, 1 -0.519349375000000, 0 -0.519367291666667, 1 -0.519428250000000, 0 -0.519445875000000, 1 -0.519445916666667, 0 -0.519446250000000, 1 -0.519698166666667, 0 -0.519716041666667, 1 -0.519868000000000, 0 -0.519885958333333, 1 -0.519928666666667, 0 -0.519946541666667, 1 -0.519971125000000, 0 -0.519989041666667, 1 -0.520016625000000, 0 -0.520034500000000, 1 -0.520068166666667, 0 -0.520086041666667, 1 -0.520143958333333, 0 -0.520161875000000, 1 -0.520192500000000, 0 -0.520210333333333, 1 -0.520268333333333, 0 -0.520286291666667, 1 -0.520304750000000, 0 -0.520322625000000, 1 -0.520589791666667, 0 -0.520607416666667, 1 -0.520607458333333, 0 -0.520607791666667, 1 -0.520759708333333, 0 -0.520777541666667, 1 -0.520796041666667, 0 -0.520813916666667, 1 -0.520838500000000, 0 -0.520856416666667, 1 -0.520884000000000, 0 -0.520901875000000, 1 -0.520938625000000, 0 -0.520956458333333, 1 -0.521014375000000, 0 -0.521032291666667, 1 -0.521065916666667, 0 -0.521083833333333, 1 -0.521141708333333, 0 -0.521159625000000, 1 -0.521220583333333, 0 -0.521238500000000, 1 -0.521481375000000, 0 -0.521499291666667, 1 -0.521651208333333, 0 -0.521669125000000, 1 -0.521711875000000, 0 -0.521729791666667, 1 -0.521754333333333, 0 -0.521772250000000, 1 -0.521799833333333, 0 -0.521817708333333, 1 -0.521851375000000, 0 -0.521869250000000, 1 -0.521927208333333, 0 -0.521945083333333, 1 -0.521981750000000, 0 -0.521999666666667, 1 -0.522057583333333, 0 -0.522075458333333, 1 -0.522106083333333, 0 -0.522124000000000, 1 -0.522372958333333, 0 -0.522390875000000, 1 -0.522542833333333, 0 -0.522560708333333, 1 -0.522615625000000, 0 -0.522633500000000, 1 -0.522658083333333, 0 -0.522675958333333, 1 -0.522703583333333, 0 -0.522721458333333, 1 -0.522758125000000, 0 -0.522776041666667, 1 -0.522833958333333, 0 -0.522851833333333, 1 -0.522891583333333, 0 -0.522909458333333, 1 -0.522967416666667, 0 -0.522985333333333, 1 -0.523034125000000, 0 -0.523052041666667, 1 -0.523264625000000, 0 -0.523282541666667, 1 -0.523434500000000, 0 -0.523452375000000, 1 -0.523495125000000, 0 -0.523513000000000, 1 -0.523537583333333, 0 -0.523555458333333, 1 -0.523583083333333, 0 -0.523600958333333, 1 -0.523634625000000, 0 -0.523652500000000, 1 -0.523710416666667, 0 -0.523728333333333, 1 -0.523771041666667, 0 -0.523788958333333, 1 -0.523846916666667, 0 -0.523864791666667, 1 -0.523898458333333, 0 -0.523916333333333, 1 -0.524156250000000, 0 -0.524174125000000, 1 -0.524326083333333, 0 -0.524343958333333, 1 -0.524398875000000, 0 -0.524416750000000, 1 -0.524441333333333, 0 -0.524459208333333, 1 -0.524486791666667, 0 -0.524504708333333, 1 -0.524541375000000, 0 -0.524559291666667, 1 -0.524617166666667, 0 -0.524635083333333, 1 -0.524680875000000, 0 -0.524698791666667, 1 -0.524756708333333, 0 -0.524774583333333, 1 -0.524826458333333, 0 -0.524844333333333, 1 -0.525047833333333, 0 -0.525065750000000, 1 -0.525217666666667, 0 -0.525235583333333, 1 -0.525290458333333, 0 -0.525308375000000, 1 -0.525333000000000, 0 -0.525350791666667, 1 -0.525378416666667, 0 -0.525396333333333, 1 -0.525433000000000, 0 -0.525450875000000, 1 -0.525508791666667, 0 -0.525526666666667, 1 -0.525575500000000, 0 -0.525593416666667, 1 -0.525651333333333, 0 -0.525669208333333, 1 -0.525727166666667, 0 -0.525745041666667, 1 -0.525939416666667, 0 -0.525957333333333, 1 -0.526109250000000, 0 -0.526127166666667, 1 -0.526169916666667, 0 -0.526187833333333, 1 -0.526212375000000, 0 -0.526230291666667, 1 -0.526257875000000, 0 -0.526275750000000, 1 -0.526309416666667, 0 -0.526327291666667, 1 -0.526385250000000, 0 -0.526403125000000, 1 -0.526454958333333, 0 -0.526472875000000, 1 -0.526530833333333, 0 -0.526548708333333, 1 -0.526576291666667, 0 -0.526594208333333, 1 -0.526831041666667, 0 -0.526848916666667, 1 -0.527000875000000, 0 -0.527018750000000, 1 -0.527049375000000, 0 -0.527067291666667, 1 -0.527091833333333, 0 -0.527109750000000, 1 -0.527137333333333, 0 -0.527155208333333, 1 -0.527191916666667, 0 -0.527209791666667, 1 -0.527267750000000, 0 -0.527285625000000, 1 -0.527340500000000, 0 -0.527358416666667, 1 -0.527416333333333, 0 -0.527434208333333, 1 -0.527455750000000, 0 -0.527473666666667, 1 -0.527722625000000, 0 -0.527740500000000, 1 -0.527892458333333, 0 -0.527910333333333, 1 -0.527928833333333, 0 -0.527946750000000, 1 -0.527971333333333, 0 -0.527989166666667, 1 -0.528016791666667, 0 -0.528034708333333, 1 -0.528071375000000, 0 -0.528089291666667, 1 -0.528147125000000, 0 -0.528165083333333, 1 -0.528223000000000, 0 -0.528240916666667, 1 -0.528298833333333, 0 -0.528316708333333, 1 -0.528344291666667, 0 -0.528362208333333, 1 -0.528614208333333, 0 -0.528632083333333, 1 -0.528784041666667, 0 -0.528801916666667, 1 -0.528820458333333, 0 -0.528838291666667, 1 -0.528862916666667, 0 -0.528880750000000, 1 -0.528908375000000, 0 -0.528926250000000, 1 -0.528956916666667, 0 -0.528974750000000, 1 -0.529032708333333, 0 -0.529050416666667, 1 -0.529050625000000, 0 -0.529050666666667, 1 -0.529111541666667, 0 -0.529129458333333, 1 -0.529187333333333, 0 -0.529205250000000, 1 -0.529263166666667, 0 -0.529281125000000, 1 -0.529505750000000, 0 -0.529523625000000, 1 -0.529523791666667, 0 -0.529523833333333, 1 -0.529675625000000, 0 -0.529693500000000, 1 -0.529711958333333, 0 -0.529729875000000, 1 -0.529754458333333, 0 -0.529772333333333, 1 -0.529799958333333, 0 -0.529817833333333, 1 -0.529854541666667, 0 -0.529872416666667, 1 -0.529930333333333, 0 -0.529948208333333, 1 -0.530012208333333, 0 -0.530030083333333, 1 -0.530088041666667, 0 -0.530105916666667, 1 -0.530145625000000, 0 -0.530163541666667, 1 -0.530397333333333, 0 -0.530415250000000, 1 -0.530567166666667, 0 -0.530585083333333, 1 -0.530640000000000, 0 -0.530657875000000, 1 -0.530682458333333, 0 -0.530700333333333, 1 -0.530727916666667, 0 -0.530745833333333, 1 -0.530782500000000, 0 -0.530800416666667, 1 -0.530861375000000, 0 -0.530879250000000, 1 -0.530897750000000, 0 -0.530915625000000, 1 -0.530973583333333, 0 -0.530991458333333, 1 -0.531049416666667, 0 -0.531067291666667, 1 -0.531288958333333, 0 -0.531306875000000, 1 -0.531458791666667, 0 -0.531476708333333, 1 -0.531495208333333, 0 -0.531513083333333, 1 -0.531537666666667, 0 -0.531555541666667, 1 -0.531583125000000, 0 -0.531601041666667, 1 -0.531637750000000, 0 -0.531655625000000, 1 -0.531716583333333, 0 -0.531734458333333, 1 -0.531756000000000, 0 -0.531773875000000, 1 -0.531831791666667, 0 -0.531849708333333, 1 -0.531913708333333, 0 -0.531931583333333, 1 -0.532180541666667, 0 -0.532198458333333, 1 -0.532350416666667, 0 -0.532368291666667, 1 -0.532386791666667, 0 -0.532404666666667, 1 -0.532429250000000, 0 -0.532447125000000, 1 -0.532474750000000, 0 -0.532492625000000, 1 -0.532529333333333, 0 -0.532547208333333, 1 -0.532608166666667, 0 -0.532626041666667, 1 -0.532650625000000, 0 -0.532668500000000, 1 -0.532726416666667, 0 -0.532744291666667, 1 -0.532790125000000, 0 -0.532808000000000, 1 -0.533072125000000, 0 -0.533090041666667, 1 -0.533242000000000, 0 -0.533259875000000, 1 -0.533314791666667, 0 -0.533332708333333, 1 -0.533357250000000, 0 -0.533375125000000, 1 -0.533402708333333, 0 -0.533420625000000, 1 -0.533457291666667, 0 -0.533475166666667, 1 -0.533536166666667, 0 -0.533554000000000, 1 -0.533581625000000, 0 -0.533599541666667, 1 -0.533657458333333, 0 -0.533675375000000, 1 -0.533727208333333, 0 -0.533745083333333, 1 -0.533963791666667, 0 -0.533981666666667, 1 -0.534133583333333, 0 -0.534133708333333, 1 -0.534133750000000, 0 -0.534151500000000, 1 -0.534170000000000, 0 -0.534187875000000, 1 -0.534212416666667, 0 -0.534230333333333, 1 -0.534257958333333, 0 -0.534275833333333, 1 -0.534312541666667, 0 -0.534330416666667, 1 -0.534391375000000, 0 -0.534409250000000, 1 -0.534439916666667, 0 -0.534457833333333, 1 -0.534515708333333, 0 -0.534533583333333, 1 -0.534567250000000, 0 -0.534585125000000, 1 -0.534855375000000, 0 -0.534873250000000, 1 -0.535025166666667, 0 -0.535043083333333, 1 -0.535085875000000, 0 -0.535103750000000, 1 -0.535128333333333, 0 -0.535146208333333, 1 -0.535173791666667, 0 -0.535191666666667, 1 -0.535228375000000, 0 -0.535246250000000, 1 -0.535307208333333, 0 -0.535325041666667, 1 -0.535358791666667, 0 -0.535376666666667, 1 -0.535434666666667, 0 -0.535452500000000, 1 -0.535492208333333, 0 -0.535510125000000, 1 -0.535746958333333, 0 -0.535764833333333, 1 -0.535916791666667, 0 -0.535934625000000, 1 -0.535953166666667, 0 -0.535971041666667, 1 -0.535995583333333, 0 -0.536013583333333, 1 -0.536041083333333, 0 -0.536059041666667, 1 -0.536095708333333, 0 -0.536113583333333, 1 -0.536174458333333, 0 -0.536192458333333, 1 -0.536229125000000, 0 -0.536247000000000, 1 -0.536304958333333, 0 -0.536322833333333, 1 -0.536344416666667, 0 -0.536362291666667, 1 -0.536638583333333, 0 -0.536656500000000, 1 -0.536808416666667, 0 -0.536826333333333, 1 -0.536844791666667, 0 -0.536862708333333, 1 -0.536887333333333, 0 -0.536905125000000, 1 -0.536932708333333, 0 -0.536950708333333, 1 -0.536984333333333, 0 -0.537002250000000, 1 -0.537063166666667, 0 -0.537081041666667, 1 -0.537120791666667, 0 -0.537138666666667, 1 -0.537196583333333, 0 -0.537214416666667, 1 -0.537278458333333, 0 -0.537296375000000, 1 -0.537530125000000, 0 -0.537530291666667, 1 -0.537530333333333, 0 -0.537548125000000, 1 -0.537700000000000, 0 -0.537717875000000, 1 -0.537760625000000, 0 -0.537778541666667, 1 -0.537803125000000, 0 -0.537821000000000, 1 -0.537848625000000, 0 -0.537866500000000, 1 -0.537900166666667, 0 -0.537918041666667, 1 -0.537979000000000, 0 -0.537996875000000, 1 -0.538039625000000, 0 -0.538057541666667, 1 -0.538115458333333, 0 -0.538133375000000, 1 -0.538188250000000, 0 -0.538206166666667, 1 -0.538421791666667, 0 -0.538439666666667, 1 -0.538591625000000, 0 -0.538609500000000, 1 -0.538664416666667, 0 -0.538682291666667, 1 -0.538706833333333, 0 -0.538724750000000, 1 -0.538752333333333, 0 -0.538770250000000, 1 -0.538806916666667, 0 -0.538824833333333, 1 -0.538885791666667, 0 -0.538903666666667, 1 -0.538949458333333, 0 -0.538967333333333, 1 -0.539025291666667, 0 -0.539043166666667, 1 -0.539067750000000, 0 -0.539085625000000, 1 -0.539313416666667, 0 -0.539331291666667, 1 -0.539483250000000, 0 -0.539501125000000, 1 -0.539556041666667, 0 -0.539573916666667, 1 -0.539598500000000, 0 -0.539616375000000, 1 -0.539643958333333, 0 -0.539661875000000, 1 -0.539698541666667, 0 -0.539716416666667, 1 -0.539777375000000, 0 -0.539795291666667, 1 -0.539844083333333, 0 -0.539862000000000, 1 -0.539919916666667, 0 -0.539937833333333, 1 -0.539968458333333, 0 -0.539986333333333, 1 -0.540205000000000, 0 -0.540222875000000, 1 -0.540374833333333, 0 -0.540392750000000, 1 -0.540435500000000, 0 -0.540453416666667, 1 -0.540477958333333, 0 -0.540495875000000, 1 -0.540523458333333, 0 -0.540541333333333, 1 -0.540578041666667, 0 -0.540595916666667, 1 -0.540656875000000, 0 -0.540674750000000, 1 -0.540726625000000, 0 -0.540744500000000, 1 -0.540802416666667, 0 -0.540820333333333, 1 -0.540857041666667, 0 -0.540874916666667, 1 -0.541096625000000, 0 -0.541114500000000, 1 -0.541266458333333, 0 -0.541284333333333, 1 -0.541339208333333, 0 -0.541357125000000, 1 -0.541381708333333, 0 -0.541399583333333, 1 -0.541427166666667, 0 -0.541445041666667, 1 -0.541481791666667, 0 -0.541499625000000, 1 -0.541560583333333, 0 -0.541578458333333, 1 -0.541633375000000, 0 -0.541651250000000, 1 -0.541709208333333, 0 -0.541727125000000, 1 -0.541769875000000, 0 -0.541787750000000, 1 -0.541988250000000, 0 -0.542006125000000, 1 -0.542158041666667, 0 -0.542175958333333, 1 -0.542230875000000, 0 -0.542248750000000, 1 -0.542273333333333, 0 -0.542291166666667, 1 -0.542318791666667, 0 -0.542336666666667, 1 -0.542373375000000, 0 -0.542391250000000, 1 -0.542452208333333, 0 -0.542470083333333, 1 -0.542528041666667, 0 -0.542545916666667, 1 -0.542603833333333, 0 -0.542621708333333, 1 -0.542670583333333, 0 -0.542688458333333, 1 -0.542879791666667, 0 -0.542897666666667, 1 -0.543049666666667, 0 -0.543067583333333, 1 -0.543086041666667, 0 -0.543103958333333, 1 -0.543128500000000, 0 -0.543146375000000, 1 -0.543174000000000, 0 -0.543191916666667, 1 -0.543228583333333, 0 -0.543246500000000, 1 -0.543307416666667, 0 -0.543325333333333, 1 -0.543386291666667, 0 -0.543404166666667, 1 -0.543462125000000, 0 -0.543480000000000, 1 -0.543534916666667, 0 -0.543552791666667, 1 -0.543771416666667, 0 -0.543789333333333, 1 -0.543941250000000, 0 -0.543959166666667, 1 -0.543977666666667, 0 -0.543995541666667, 1 -0.544020125000000, 0 -0.544038000000000, 1 -0.544065625000000, 0 -0.544083500000000, 1 -0.544117166666667, 0 -0.544135041666667, 1 -0.544196000000000, 0 -0.544213875000000, 1 -0.544277875000000, 0 -0.544295750000000, 1 -0.544353708333333, 0 -0.544371583333333, 1 -0.544396166666667, 0 -0.544414041666667, 1 -0.544663041666667, 0 -0.544680916666667, 1 -0.544832875000000, 0 -0.544850750000000, 1 -0.544869291666667, 0 -0.544887208333333, 1 -0.544911666666667, 0 -0.544929625000000, 1 -0.544957166666667, 0 -0.544975166666667, 1 -0.545008791666667, 0 -0.545026666666667, 1 -0.545090666666667, 0 -0.545108541666667, 1 -0.545127083333333, 0 -0.545144958333333, 1 -0.545202791666667, 0 -0.545220708333333, 1 -0.545257500000000, 0 -0.545275375000000, 1 -0.545554625000000, 0 -0.545572541666667, 1 -0.545724458333333, 0 -0.545742416666667, 1 -0.545760833333333, 0 -0.545778750000000, 1 -0.545803250000000, 0 -0.545821166666667, 1 -0.545848750000000, 0 -0.545866708333333, 1 -0.545903375000000, 0 -0.545921250000000, 1 -0.545985208333333, 0 -0.546003166666667, 1 -0.546024666666667, 0 -0.546042583333333, 1 -0.546100458333333, 0 -0.546118375000000, 1 -0.546161125000000, 0 -0.546179041666667, 1 -0.546446208333333, 0 -0.546464083333333, 1 -0.546616041666667, 0 -0.546633916666667, 1 -0.546652416666667, 0 -0.546670333333333, 1 -0.546694875000000, 0 -0.546712791666667, 1 -0.546740375000000, 0 -0.546758250000000, 1 -0.546791916666667, 0 -0.546809833333333, 1 -0.546873791666667, 0 -0.546891666666667, 1 -0.546916250000000, 0 -0.546934125000000, 1 -0.546992041666667, 0 -0.547009958333333, 1 -0.547034541666667, 0 -0.547052416666667, 1 -0.547337791666667, 0 -0.547355708333333, 1 -0.547507625000000, 0 -0.547525541666667, 1 -0.547544041666667, 0 -0.547561916666667, 1 -0.547586500000000, 0 -0.547604416666667, 1 -0.547632000000000, 0 -0.547649875000000, 1 -0.547683541666667, 0 -0.547701416666667, 1 -0.547765416666667, 0 -0.547783291666667, 1 -0.547810875000000, 0 -0.547828791666667, 1 -0.547886708333333, 0 -0.547904625000000, 1 -0.547923083333333, 0 -0.547941000000000, 1 -0.548229416666667, 0 -0.548247291666667, 1 -0.548399250000000, 0 -0.548417125000000, 1 -0.548435625000000, 0 -0.548453541666667, 1 -0.548478083333333, 0 -0.548496000000000, 1 -0.548523583333333, 0 -0.548541500000000, 1 -0.548575125000000, 0 -0.548593041666667, 1 -0.548657000000000, 0 -0.548674875000000, 1 -0.548705541666667, 0 -0.548723416666667, 1 -0.548781333333333, 0 -0.548799250000000, 1 -0.548860208333333, 0 -0.548878125000000, 1 -0.549121000000000, 0 -0.549138916666667, 1 -0.549290833333333, 0 -0.549308708333333, 1 -0.549327250000000, 0 -0.549345041666667, 1 -0.549345166666667, 0 -0.549345250000000, 1 -0.549369666666667, 0 -0.549387583333333, 1 -0.549387625000000, 0 -0.549387666666667, 1 -0.549415166666667, 0 -0.549433041666667, 1 -0.549466750000000, 0 -0.549484625000000, 1 -0.549548583333333, 0 -0.549566500000000, 1 -0.549600125000000, 0 -0.549618000000000, 1 -0.549676000000000, 0 -0.549693875000000, 1 -0.549748750000000, 0 -0.549766666666667, 1 -0.550012625000000, 0 -0.550030500000000, 1 -0.550182458333333, 0 -0.550200333333333, 1 -0.550218833333333, 0 -0.550236750000000, 1 -0.550261291666667, 0 -0.550279166666667, 1 -0.550306791666667, 0 -0.550324708333333, 1 -0.550358333333333, 0 -0.550376208333333, 1 -0.550440208333333, 0 -0.550458083333333, 1 -0.550494833333333, 0 -0.550512666666667, 1 -0.550570625000000, 0 -0.550588541666667, 1 -0.550637375000000, 0 -0.550655250000000, 1 -0.550904208333333, 0 -0.550922083333333, 1 -0.551074041666667, 0 -0.551091958333333, 1 -0.551110458333333, 0 -0.551128333333333, 1 -0.551152875000000, 0 -0.551170791666667, 1 -0.551198375000000, 0 -0.551216291666667, 1 -0.551249958333333, 0 -0.551267833333333, 1 -0.551331833333333, 0 -0.551349708333333, 1 -0.551389458333333, 0 -0.551407333333333, 1 -0.551465250000000, 0 -0.551483166666667, 1 -0.551525916666667, 0 -0.551543791666667, 1 -0.551795833333333, 0 -0.551813708333333, 1 -0.551965666666667, 0 -0.551983541666667, 1 -0.552026333333333, 0 -0.552044250000000, 1 -0.552068791666667, 0 -0.552086666666667, 1 -0.552114291666667, 0 -0.552132166666667, 1 -0.552168875000000, 0 -0.552186666666667, 1 -0.552250750000000, 0 -0.552268625000000, 1 -0.552311375000000, 0 -0.552329333333333, 1 -0.552387125000000, 0 -0.552387208333333, 1 -0.552387250000000, 0 -0.552405125000000, 1 -0.552444833333333, 0 -0.552462750000000, 1 -0.552687416666667, 0 -0.552705375000000, 1 -0.552857291666667, 0 -0.552875208333333, 1 -0.552893708333333, 0 -0.552911583333333, 1 -0.552936125000000, 0 -0.552954041666667, 1 -0.552981666666667, 0 -0.552999541666667, 1 -0.553036166666667, 0 -0.553054125000000, 1 -0.553118125000000, 0 -0.553136000000000, 1 -0.553181833333333, 0 -0.553199666666667, 1 -0.553257500000000, 0 -0.553275500000000, 1 -0.553309166666667, 0 -0.553327041666667, 1 -0.553579041666667, 0 -0.553597000000000, 1 -0.553748916666667, 0 -0.553766875000000, 1 -0.553821708333333, 0 -0.553839583333333, 1 -0.553864166666667, 0 -0.553882041666667, 1 -0.553909625000000, 0 -0.553927541666667, 1 -0.553964208333333, 0 -0.553982041666667, 1 -0.554046125000000, 0 -0.554064000000000, 1 -0.554112791666667, 0 -0.554130666666667, 1 -0.554188625000000, 0 -0.554206500000000, 1 -0.554234125000000, 0 -0.554252000000000, 1 -0.554470666666667, 0 -0.554488541666667, 1 -0.554640500000000, 0 -0.554658375000000, 1 -0.554701166666667, 0 -0.554719041666667, 1 -0.554743625000000, 0 -0.554761500000000, 1 -0.554789083333333, 0 -0.554806958333333, 1 -0.554843666666667, 0 -0.554861583333333, 1 -0.554925541666667, 0 -0.554943458333333, 1 -0.554995291666667, 0 -0.555013208333333, 1 -0.555071125000000, 0 -0.555089041666667, 1 -0.555110541666667, 0 -0.555128458333333, 1 -0.555362250000000, 0 -0.555380166666667, 1 -0.555532125000000, 0 -0.555550000000000, 1 -0.555604875000000, 0 -0.555622791666667, 1 -0.555647375000000, 0 -0.555665250000000, 1 -0.555692833333333, 0 -0.555710750000000, 1 -0.555744375000000, 0 -0.555762291666667, 1 -0.555826291666667, 0 -0.555844166666667, 1 -0.555899041666667, 0 -0.555916958333333, 1 -0.555974875000000, 0 -0.555992791666667, 1 -0.556020375000000, 0 -0.556038291666667, 1 -0.556253875000000, 0 -0.556271750000000, 1 -0.556423750000000, 0 -0.556441583333333, 1 -0.556484375000000, 0 -0.556502291666667, 1 -0.556526833333333, 0 -0.556544750000000, 1 -0.556572333333333, 0 -0.556590208333333, 1 -0.556626916666667, 0 -0.556644791666667, 1 -0.556708791666667, 0 -0.556726666666667, 1 -0.556784583333333, 0 -0.556802500000000, 1 -0.556860416666667, 0 -0.556878291666667, 1 -0.556936250000000, 0 -0.556954125000000, 1 -0.557145458333333, 0 -0.557163375000000, 1 -0.557315333333333, 0 -0.557333208333333, 1 -0.557388125000000, 0 -0.557406000000000, 1 -0.557430583333333, 0 -0.557448458333333, 1 -0.557476041666667, 0 -0.557493958333333, 1 -0.557530625000000, 0 -0.557548500000000, 1 -0.557612500000000, 0 -0.557630416666667, 1 -0.557691375000000, 0 -0.557709250000000, 1 -0.557767208333333, 0 -0.557785083333333, 1 -0.557836958333333, 0 -0.557854833333333, 1 -0.558037125000000, 0 -0.558055000000000, 1 -0.558206958333333, 0 -0.558224833333333, 1 -0.558267583333333, 0 -0.558285500000000, 1 -0.558310083333333, 0 -0.558328000000000, 1 -0.558355583333333, 0 -0.558373375000000, 1 -0.558410125000000, 0 -0.558428041666667, 1 -0.558492041666667, 0 -0.558509916666667, 1 -0.558573916666667, 0 -0.558591833333333, 1 -0.558649750000000, 0 -0.558667666666667, 1 -0.558713458333333, 0 -0.558731333333333, 1 -0.558928791666667, 0 -0.558946666666667, 1 -0.559098625000000, 0 -0.559116500000000, 1 -0.559135000000000, 0 -0.559152916666667, 1 -0.559177458333333, 0 -0.559195375000000, 1 -0.559222958333333, 0 -0.559240875000000, 1 -0.559274541666667, 0 -0.559292416666667, 1 -0.559310833333333, 0 -0.559328791666667, 1 -0.559347291666667, 0 -0.559365166666667, 1 -0.559423125000000, 0 -0.559441000000000, 1 -0.559495916666667, 0 -0.559513791666667, 1 -0.559513833333333, 0 -0.559513916666667, 1 -0.559820416666667, 0 -0.559838291666667, 1 -0.559990250000000, 0 -0.560008166666667, 1 -0.560038791666667, 0 -0.560056666666667, 1 -0.560081208333333, 0 -0.560099166666667, 1 -0.560126750000000, 0 -0.560144625000000, 1 -0.560178291666667, 0 -0.560196166666667, 1 -0.560214666666667, 0 -0.560232583333333, 1 -0.560254083333333, 0 -0.560271958333333, 1 -0.560329916666667, 0 -0.560347791666667, 1 -0.560408791666667, 0 -0.560426666666667, 1 -0.560712041666667, 0 -0.560729958333333, 1 -0.560881916666667, 0 -0.560899791666667, 1 -0.560930500000000, 0 -0.560948375000000, 1 -0.560972916666667, 0 -0.560990916666667, 1 -0.561018416666667, 0 -0.561036208333333, 1 -0.561073000000000, 0 -0.561090875000000, 1 -0.561109333333333, 0 -0.561127333333333, 1 -0.561151833333333, 0 -0.561169708333333, 1 -0.561227666666667, 0 -0.561245583333333, 1 -0.561276250000000, 0 -0.561294083333333, 1 -0.561603708333333, 0 -0.561621625000000, 1 -0.561773583333333, 0 -0.561791458333333, 1 -0.561809875000000, 0 -0.561827791666667, 1 -0.561852416666667, 0 -0.561870333333333, 1 -0.561897916666667, 0 -0.561915833333333, 1 -0.561952500000000, 0 -0.561970416666667, 1 -0.561988875000000, 0 -0.562006791666667, 1 -0.562034375000000, 0 -0.562052291666667, 1 -0.562110166666667, 0 -0.562128083333333, 1 -0.562164750000000, 0 -0.562182666666667, 1 -0.562495333333333, 0 -0.562513250000000, 1 -0.562665208333333, 0 -0.562683083333333, 1 -0.562725875000000, 0 -0.562743708333333, 1 -0.562768291666667, 0 -0.562786208333333, 1 -0.562813791666667, 0 -0.562831666666667, 1 -0.562865333333333, 0 -0.562883208333333, 1 -0.562901708333333, 0 -0.562919625000000, 1 -0.562950250000000, 0 -0.562968125000000, 1 -0.563026083333333, 0 -0.563043958333333, 1 -0.563074583333333, 0 -0.563092500000000, 1 -0.563386958333333, 0 -0.563404875000000, 1 -0.563556833333333, 0 -0.563574708333333, 1 -0.563593208333333, 0 -0.563611125000000, 1 -0.563635666666667, 0 -0.563653583333333, 1 -0.563681166666667, 0 -0.563699083333333, 1 -0.563735750000000, 0 -0.563753625000000, 1 -0.563772125000000, 0 -0.563790041666667, 1 -0.563823708333333, 0 -0.563841583333333, 1 -0.563899500000000, 0 -0.563917416666667, 1 -0.563966250000000, 0 -0.563984166666667, 1 -0.564278625000000, 0 -0.564296500000000, 1 -0.564448458333333, 0 -0.564466375000000, 1 -0.564484875000000, 0 -0.564502750000000, 1 -0.564527333333333, 0 -0.564545208333333, 1 -0.564572791666667, 0 -0.564590708333333, 1 -0.564627416666667, 0 -0.564645291666667, 1 -0.564663791666667, 0 -0.564681666666667, 1 -0.564718375000000, 0 -0.564736250000000, 1 -0.564794166666667, 0 -0.564812041666667, 1 -0.564866958333333, 0 -0.564884875000000, 1 -0.565170250000000, 0 -0.565188125000000, 1 -0.565340083333333, 0 -0.565357958333333, 1 -0.565400708333333, 0 -0.565418625000000, 1 -0.565443208333333, 0 -0.565461083333333, 1 -0.565488666666667, 0 -0.565506583333333, 1 -0.565543250000000, 0 -0.565561125000000, 1 -0.565579666666667, 0 -0.565597541666667, 1 -0.565637250000000, 0 -0.565655166666667, 1 -0.565713083333333, 0 -0.565730958333333, 1 -0.565791958333333, 0 -0.565809833333333, 1 -0.566061875000000, 0 -0.566079750000000, 1 -0.566231708333333, 0 -0.566249583333333, 1 -0.566268083333333, 0 -0.566286000000000, 1 -0.566310541666667, 0 -0.566328416666667, 1 -0.566356041666667, 0 -0.566373958333333, 1 -0.566407625000000, 0 -0.566425500000000, 1 -0.566443958333333, 0 -0.566461875000000, 1 -0.566504625000000, 0 -0.566522541666667, 1 -0.566580458333333, 0 -0.566598375000000, 1 -0.566619875000000, 0 -0.566637791666667, 1 -0.566953500000000, 0 -0.566971375000000, 1 -0.567123333333333, 0 -0.567141166666667, 1 -0.567196125000000, 0 -0.567214041666667, 1 -0.567238583333333, 0 -0.567256500000000, 1 -0.567284083333333, 0 -0.567301958333333, 1 -0.567335625000000, 0 -0.567353500000000, 1 -0.567372041666667, 0 -0.567389916666667, 1 -0.567435708333333, 0 -0.567453583333333, 1 -0.567511500000000, 0 -0.567529416666667, 1 -0.567557000000000, 0 -0.567574875000000, 1 -0.567845083333333, 0 -0.567863000000000, 1 -0.568014958333333, 0 -0.568032833333333, 1 -0.568075625000000, 0 -0.568093500000000, 1 -0.568118083333333, 0 -0.568135958333333, 1 -0.568163541666667, 0 -0.568181416666667, 1 -0.568215083333333, 0 -0.568232958333333, 1 -0.568233166666667, 0 -0.568233208333333, 1 -0.568251458333333, 0 -0.568269375000000, 1 -0.568318208333333, 0 -0.568336083333333, 1 -0.568336250000000, 0 -0.568336291666667, 1 -0.568394000000000, 0 -0.568411916666667, 1 -0.568445625000000, 0 -0.568463458333333, 1 -0.568736750000000, 0 -0.568754625000000, 1 -0.568906583333333, 0 -0.568924458333333, 1 -0.568955125000000, 0 -0.568973000000000, 1 -0.568997583333333, 0 -0.569015458333333, 1 -0.569043083333333, 0 -0.569060958333333, 1 -0.569097666666667, 0 -0.569115500000000, 1 -0.569134041666667, 0 -0.569151916666667, 1 -0.569203791666667, 0 -0.569221666666667, 1 -0.569279625000000, 0 -0.569297500000000, 1 -0.569349375000000, 0 -0.569367250000000, 1 -0.569628375000000, 0 -0.569646291666667, 1 -0.569798250000000, 0 -0.569816125000000, 1 -0.569858916666667, 0 -0.569876791666667, 1 -0.569901333333333, 0 -0.569919250000000, 1 -0.569946875000000, 0 -0.569964708333333, 1 -0.570001416666667, 0 -0.570019333333333, 1 -0.570037833333333, 0 -0.570055750000000, 1 -0.570110583333333, 0 -0.570128500000000, 1 -0.570186458333333, 0 -0.570204333333333, 1 -0.570238000000000, 0 -0.570255875000000, 1 -0.570520041666667, 0 -0.570537958333333, 1 -0.570689916666667, 0 -0.570707791666667, 1 -0.570762666666667, 0 -0.570780583333333, 1 -0.570805125000000, 0 -0.570823041666667, 1 -0.570850625000000, 0 -0.570868500000000, 1 -0.570905208333333, 0 -0.570923083333333, 1 -0.570941583333333, 0 -0.570959416666667, 1 -0.571017375000000, 0 -0.571035291666667, 1 -0.571093250000000, 0 -0.571111125000000, 1 -0.571150875000000, 0 -0.571168750000000, 1 -0.571411666666667, 0 -0.571429583333333, 1 -0.571581500000000, 0 -0.571599416666667, 1 -0.571654291666667, 0 -0.571672208333333, 1 -0.571696750000000, 0 -0.571714666666667, 1 -0.571742250000000, 0 -0.571760125000000, 1 -0.571796833333333, 0 -0.571814708333333, 1 -0.571833208333333, 0 -0.571851125000000, 1 -0.571912083333333, 0 -0.571930000000000, 1 -0.571987916666667, 0 -0.572005833333333, 1 -0.572027333333333, 0 -0.572045250000000, 1 -0.572303333333333, 0 -0.572321208333333, 1 -0.572473166666667, 0 -0.572491083333333, 1 -0.572533833333333, 0 -0.572551750000000, 1 -0.572576291666667, 0 -0.572594166666667, 1 -0.572621791666667, 0 -0.572639666666667, 1 -0.572673333333333, 0 -0.572691208333333, 1 -0.572709708333333, 0 -0.572727625000000, 1 -0.572791583333333, 0 -0.572809500000000, 1 -0.572867416666667, 0 -0.572885333333333, 1 -0.572949333333333, 0 -0.572967208333333, 1 -0.573194958333333, 0 -0.573212833333333, 1 -0.573364791666667, 0 -0.573382708333333, 1 -0.573437583333333, 0 -0.573455500000000, 1 -0.573480083333333, 0 -0.573497958333333, 1 -0.573525541666667, 0 -0.573543458333333, 1 -0.573577083333333, 0 -0.573595000000000, 1 -0.573616541666667, 0 -0.573634416666667, 1 -0.573652916666667, 0 -0.573670791666667, 1 -0.573728750000000, 0 -0.573746625000000, 1 -0.573798500000000, 0 -0.573816375000000, 1 -0.574086625000000, 0 -0.574104500000000, 1 -0.574256458333333, 0 -0.574274333333333, 1 -0.574329250000000, 0 -0.574347125000000, 1 -0.574371708333333, 0 -0.574389625000000, 1 -0.574417208333333, 0 -0.574435083333333, 1 -0.574471791666667, 0 -0.574489666666667, 1 -0.574511166666667, 0 -0.574529083333333, 1 -0.574550625000000, 0 -0.574568500000000, 1 -0.574626458333333, 0 -0.574644333333333, 1 -0.574677958333333, 0 -0.574678041666667, 1 -0.574678125000000, 0 -0.574695916666667, 1 -0.574978291666667, 0 -0.574996166666667, 1 -0.575148125000000, 0 -0.575166000000000, 1 -0.575184541666667, 0 -0.575202416666667, 1 -0.575227000000000, 0 -0.575244875000000, 1 -0.575272458333333, 0 -0.575290375000000, 1 -0.575327083333333, 0 -0.575344958333333, 1 -0.575366500000000, 0 -0.575384375000000, 1 -0.575408916666667, 0 -0.575426833333333, 1 -0.575484750000000, 0 -0.575502666666667, 1 -0.575530250000000, 0 -0.575548125000000, 1 -0.575869958333333, 0 -0.575887833333333, 1 -0.576039791666667, 0 -0.576057666666667, 1 -0.576076166666667, 0 -0.576094083333333, 1 -0.576118625000000, 0 -0.576136541666667, 1 -0.576164125000000, 0 -0.576182041666667, 1 -0.576215750000000, 0 -0.576233583333333, 1 -0.576255125000000, 0 -0.576273000000000, 1 -0.576273041666667, 0 -0.576273083333333, 1 -0.576300625000000, 0 -0.576318500000000, 1 -0.576376416666667, 0 -0.576394291666667, 1 -0.576452250000000, 0 -0.576470125000000, 1 -0.576761583333333, 0 -0.576779500000000, 1 -0.576931458333333, 0 -0.576949333333333, 1 -0.576967833333333, 0 -0.576985750000000, 1 -0.577010291666667, 0 -0.577028166666667, 1 -0.577055791666667, 0 -0.577073666666667, 1 -0.577110375000000, 0 -0.577128250000000, 1 -0.577149791666667, 0 -0.577167666666667, 1 -0.577198291666667, 0 -0.577216166666667, 1 -0.577274125000000, 0 -0.577292041666667, 1 -0.577356041666667, 0 -0.577373916666667, 1 -0.577653250000000, 0 -0.577671125000000, 1 -0.577823083333333, 0 -0.577841041666667, 1 -0.577859458333333, 0 -0.577877375000000, 1 -0.577901958333333, 0 -0.577919833333333, 1 -0.577947458333333, 0 -0.577965375000000, 1 -0.578002041666667, 0 -0.578019791666667, 1 -0.578041458333333, 0 -0.578059333333333, 1 -0.578093041666667, 0 -0.578110916666667, 1 -0.578168833333333, 0 -0.578186708333333, 1 -0.578244625000000, 0 -0.578262541666667, 1 -0.578544791666667, 0 -0.578562750000000, 1 -0.578714708333333, 0 -0.578714750000000, 1 -0.578714791666667, 0 -0.578732625000000, 1 -0.578751125000000, 0 -0.578769000000000, 1 -0.578793583333333, 0 -0.578811500000000, 1 -0.578839083333333, 0 -0.578856875000000, 1 -0.578893666666667, 0 -0.578911541666667, 1 -0.578933083333333, 0 -0.578950958333333, 1 -0.578987666666667, 0 -0.579005541666667, 1 -0.579063500000000, 0 -0.579081375000000, 1 -0.579133250000000, 0 -0.579151166666667, 1 -0.579436500000000, 0 -0.579454416666667, 1 -0.579606375000000, 0 -0.579624250000000, 1 -0.579642750000000, 0 -0.579660666666667, 1 -0.579685208333333, 0 -0.579703125000000, 1 -0.579730708333333, 0 -0.579748625000000, 1 -0.579785291666667, 0 -0.579803208333333, 1 -0.579824708333333, 0 -0.579842625000000, 1 -0.579882333333333, 0 -0.579900250000000, 1 -0.579958166666667, 0 -0.579976041666667, 1 -0.580021875000000, 0 -0.580039750000000, 1 -0.580328166666667, 0 -0.580346083333333, 1 -0.580498000000000, 0 -0.580515916666667, 1 -0.580534416666667, 0 -0.580552291666667, 1 -0.580576875000000, 0 -0.580594791666667, 1 -0.580622333333333, 0 -0.580640250000000, 1 -0.580673916666667, 0 -0.580691791666667, 1 -0.580713333333333, 0 -0.580731208333333, 1 -0.580773958333333, 0 -0.580791875000000, 1 -0.580849791666667, 0 -0.580867708333333, 1 -0.580904375000000, 0 -0.580922291666667, 1 -0.581219791666667, 0 -0.581237666666667, 1 -0.581389625000000, 0 -0.581407541666667, 1 -0.581426041666667, 0 -0.581443916666667, 1 -0.581468500000000, 0 -0.581486375000000, 1 -0.581513958333333, 0 -0.581531875000000, 1 -0.581568583333333, 0 -0.581586458333333, 1 -0.581607958333333, 0 -0.581625875000000, 1 -0.581671666666667, 0 -0.581689541666667, 1 -0.581747458333333, 0 -0.581765375000000, 1 -0.581808125000000, 0 -0.581826041666667, 1 -0.582111416666667, 0 -0.582129291666667, 1 -0.582281250000000, 0 -0.582299166666667, 1 -0.582317666666667, 0 -0.582335541666667, 1 -0.582360125000000, 0 -0.582378000000000, 1 -0.582405625000000, 0 -0.582423500000000, 1 -0.582457166666667, 0 -0.582475041666667, 1 -0.582496541666667, 0 -0.582514458333333, 1 -0.582563291666667, 0 -0.582581166666667, 1 -0.582639125000000, 0 -0.582657000000000, 1 -0.582681583333333, 0 -0.582699458333333, 1 -0.583003041666667, 0 -0.583020916666667, 1 -0.583172916666667, 0 -0.583190833333333, 1 -0.583209291666667, 0 -0.583227208333333, 1 -0.583251750000000, 0 -0.583269666666667, 1 -0.583297291666667, 0 -0.583315166666667, 1 -0.583351833333333, 0 -0.583369708333333, 1 -0.583391291666667, 0 -0.583409125000000, 1 -0.583461000000000, 0 -0.583478916666667, 1 -0.583536791666667, 0 -0.583554708333333, 1 -0.583609583333333, 0 -0.583627500000000, 1 -0.583894666666667, 0 -0.583912541666667, 1 -0.584064500000000, 0 -0.584082416666667, 1 -0.584125166666667, 0 -0.584143083333333, 1 -0.584167625000000, 0 -0.584185541666667, 1 -0.584213125000000, 0 -0.584231000000000, 1 -0.584267625000000, 0 -0.584285625000000, 1 -0.584307125000000, 0 -0.584325000000000, 1 -0.584379916666667, 0 -0.584397791666667, 1 -0.584455708333333, 0 -0.584473583333333, 1 -0.584498083333333, 0 -0.584516083333333, 1 -0.584786291666667, 0 -0.584804166666667, 1 -0.584956125000000, 0 -0.584974083333333, 1 -0.584992500000000, 0 -0.585010416666667, 1 -0.585035000000000, 0 -0.585052875000000, 1 -0.585080500000000, 0 -0.585098375000000, 1 -0.585135041666667, 0 -0.585152958333333, 1 -0.585174458333333, 0 -0.585192375000000, 1 -0.585250291666667, 0 -0.585268166666667, 1 -0.585326125000000, 0 -0.585344000000000, 1 -0.585362500000000, 0 -0.585380416666667, 1 -0.585677916666667, 0 -0.585695833333333, 1 -0.585847750000000, 0 -0.585865666666667, 1 -0.585908416666667, 0 -0.585926291666667, 1 -0.585950916666667, 0 -0.585968750000000, 1 -0.585996375000000, 0 -0.586014166666667, 1 -0.586050958333333, 0 -0.586068875000000, 1 -0.586090375000000, 0 -0.586108291666667, 1 -0.586169250000000, 0 -0.586187041666667, 1 -0.586245041666667, 0 -0.586262958333333, 1 -0.586299708333333, 0 -0.586317541666667, 1 -0.586569541666667, 0 -0.586587500000000, 1 -0.586739416666667, 0 -0.586757333333333, 1 -0.586812166666667, 0 -0.586830083333333, 1 -0.586854625000000, 0 -0.586872583333333, 1 -0.586900208333333, 0 -0.586918041666667, 1 -0.586954750000000, 0 -0.586972625000000, 1 -0.586994166666667, 0 -0.587012041666667, 1 -0.587076041666667, 0 -0.587093916666667, 1 -0.587151833333333, 0 -0.587169750000000, 1 -0.587200375000000, 0 -0.587218291666667, 1 -0.587461208333333, 0 -0.587479083333333, 1 -0.587631041666667, 0 -0.587648916666667, 1 -0.587691708333333, 0 -0.587709541666667, 1 -0.587734166666667, 0 -0.587752041666667, 1 -0.587779625000000, 0 -0.587797541666667, 1 -0.587834208333333, 0 -0.587852125000000, 1 -0.587876666666667, 0 -0.587894541666667, 1 -0.587913041666667, 0 -0.587930958333333, 1 -0.587988875000000, 0 -0.588006791666667, 1 -0.588067708333333, 0 -0.588085625000000, 1 -0.588352875000000, 0 -0.588370708333333, 1 -0.588522666666667, 0 -0.588540583333333, 1 -0.588583333333333, 0 -0.588601250000000, 1 -0.588625791666667, 0 -0.588643708333333, 1 -0.588671291666667, 0 -0.588689166666667, 1 -0.588725875000000, 0 -0.588743750000000, 1 -0.588768333333333, 0 -0.588786208333333, 1 -0.588807750000000, 0 -0.588825625000000, 1 -0.588883583333333, 0 -0.588901458333333, 1 -0.588956375000000, 0 -0.588974250000000, 1 -0.589244500000000, 0 -0.589262375000000, 1 -0.589414291666667, 0 -0.589432208333333, 1 -0.589475000000000, 0 -0.589492875000000, 1 -0.589517458333333, 0 -0.589535333333333, 1 -0.589562916666667, 0 -0.589580833333333, 1 -0.589617500000000, 0 -0.589635416666667, 1 -0.589659958333333, 0 -0.589677875000000, 1 -0.589702416666667, 0 -0.589720291666667, 1 -0.589778250000000, 0 -0.589796125000000, 1 -0.589844958333333, 0 -0.589862875000000, 1 -0.590136125000000, 0 -0.590154000000000, 1 -0.590305958333333, 0 -0.590323833333333, 1 -0.590378750000000, 0 -0.590396625000000, 1 -0.590421208333333, 0 -0.590439125000000, 1 -0.590466708333333, 0 -0.590484583333333, 1 -0.590521291666667, 0 -0.590539166666667, 1 -0.590563750000000, 0 -0.590581625000000, 1 -0.590609250000000, 0 -0.590627125000000, 1 -0.590685041666667, 0 -0.590702958333333, 1 -0.590745708333333, 0 -0.590763625000000, 1 -0.591027791666667, 0 -0.591045666666667, 1 -0.591197625000000, 0 -0.591215500000000, 1 -0.591234041666667, 0 -0.591251958333333, 1 -0.591276500000000, 0 -0.591294375000000, 1 -0.591321916666667, 0 -0.591339875000000, 1 -0.591373541666667, 0 -0.591391416666667, 1 -0.591416000000000, 0 -0.591433875000000, 1 -0.591464500000000, 0 -0.591482416666667, 1 -0.591540333333333, 0 -0.591558208333333, 1 -0.591607083333333, 0 -0.591624916666667, 1 -0.591919416666667, 0 -0.591937291666667, 1 -0.592089250000000, 0 -0.592107166666667, 1 -0.592125666666667, 0 -0.592143583333333, 1 -0.592168083333333, 0 -0.592186000000000, 1 -0.592213583333333, 0 -0.592231500000000, 1 -0.592268208333333, 0 -0.592286083333333, 1 -0.592310625000000, 0 -0.592328541666667, 1 -0.592362166666667, 0 -0.592380083333333, 1 -0.592438000000000, 0 -0.592455875000000, 1 -0.592486541666667, 0 -0.592504416666667, 1 -0.592811000000000, 0 -0.592828958333333, 1 -0.592980875000000, 0 -0.592998750000000, 1 -0.593029416666667, 0 -0.593047291666667, 1 -0.593071875000000, 0 -0.593089750000000, 1 -0.593117375000000, 0 -0.593135250000000, 1 -0.593171958333333, 0 -0.593189833333333, 1 -0.593214416666667, 0 -0.593232291666667, 1 -0.593269000000000, 0 -0.593286875000000, 1 -0.593344791666667, 0 -0.593362708333333, 1 -0.593387291666667, 0 -0.593405166666667, 1 -0.593702666666667, 0 -0.593720583333333, 1 -0.593872541666667, 0 -0.593890458333333, 1 -0.593908875000000, 0 -0.593909000000000, 1 -0.593909041666667, 0 -0.593926833333333, 1 -0.593951416666667, 0 -0.593969291666667, 1 -0.593996875000000, 0 -0.594014791666667, 1 -0.594051458333333, 0 -0.594069375000000, 1 -0.594093916666667, 0 -0.594111833333333, 1 -0.594151541666667, 0 -0.594169458333333, 1 -0.594227375000000, 0 -0.594245250000000, 1 -0.594263750000000, 0 -0.594281625000000, 1 -0.594594333333333, 0 -0.594612250000000, 1 -0.594764208333333, 0 -0.594782083333333, 1 -0.594824875000000, 0 -0.594842750000000, 1 -0.594867333333333, 0 -0.594885208333333, 1 -0.594912791666667, 0 -0.594930666666667, 1 -0.594967375000000, 0 -0.594985250000000, 1 -0.595009791666667, 0 -0.595027750000000, 1 -0.595070541666667, 0 -0.595088375000000, 1 -0.595146291666667, 0 -0.595164208333333, 1 -0.595191791666667, 0 -0.595209708333333, 1 -0.595486000000000, 0 -0.595503916666667, 1 -0.595655875000000, 0 -0.595673791666667, 1 -0.595692208333333, 0 -0.595710166666667, 1 -0.595734750000000, 0 -0.595752625000000, 1 -0.595780250000000, 0 -0.595798125000000, 1 -0.595834791666667, 0 -0.595852666666667, 1 -0.595877250000000, 0 -0.595895166666667, 1 -0.595940958333333, 0 -0.595958791666667, 1 -0.596016750000000, 0 -0.596034625000000, 1 -0.596056166666667, 0 -0.596074041666667, 1 -0.596377666666667, 0 -0.596395541666667, 1 -0.596547541666667, 0 -0.596565416666667, 1 -0.596583916666667, 0 -0.596601833333333, 1 -0.596626375000000, 0 -0.596644291666667, 1 -0.596671875000000, 0 -0.596689791666667, 1 -0.596726500000000, 0 -0.596744375000000, 1 -0.596768916666667, 0 -0.596786791666667, 1 -0.596835666666667, 0 -0.596853541666667, 1 -0.596911458333333, 0 -0.596929333333333, 1 -0.596969083333333, 0 -0.596987000000000, 1 -0.597269333333333, 0 -0.597287208333333, 1 -0.597439166666667, 0 -0.597457083333333, 1 -0.597511958333333, 0 -0.597529875000000, 1 -0.597554416666667, 0 -0.597572333333333, 1 -0.597599916666667, 0 -0.597617791666667, 1 -0.597654500000000, 0 -0.597672375000000, 1 -0.597696958333333, 0 -0.597714833333333, 1 -0.597766708333333, 0 -0.597784583333333, 1 -0.597842500000000, 0 -0.597860416666667, 1 -0.597894083333333, 0 -0.597911958333333, 1 -0.598160958333333, 0 -0.598178833333333, 1 -0.598330791666667, 0 -0.598348708333333, 1 -0.598391458333333, 0 -0.598409333333333, 1 -0.598433916666667, 0 -0.598451791666667, 1 -0.598479416666667, 0 -0.598497291666667, 1 -0.598534000000000, 0 -0.598551875000000, 1 -0.598576416666667, 0 -0.598594333333333, 1 -0.598649208333333, 0 -0.598667125000000, 1 -0.598725041666667, 0 -0.598742958333333, 1 -0.598794833333333, 0 -0.598812708333333, 1 -0.599052625000000, 0 -0.599070541666667, 1 -0.599222458333333, 0 -0.599240375000000, 1 -0.599271000000000, 0 -0.599288875000000, 1 -0.599313458333333, 0 -0.599331333333333, 1 -0.599358958333333, 0 -0.599376833333333, 1 -0.599413500000000, 0 -0.599431416666667, 1 -0.599456000000000, 0 -0.599473875000000, 1 -0.599531791666667, 0 -0.599549666666667, 1 -0.599607583333333, 0 -0.599625500000000, 1 -0.599671291666667, 0 -0.599689208333333, 1 -0.599944208333333, 0 -0.599944333333333, 1 -0.599944375000000, 0 -0.599962125000000, 1 -0.600114083333333, 0 -0.600131958333333, 1 -0.600150458333333, 0 -0.600168375000000, 1 -0.600192958333333, 0 -0.600210833333333, 1 -0.600238458333333, 0 -0.600256291666667, 1 -0.600293041666667, 0 -0.600310875000000, 1 -0.600335458333333, 0 -0.600353291666667, 1 -0.600414333333333, 0 -0.600432208333333, 1 -0.600490125000000, 0 -0.600508041666667, 1 -0.600572000000000, 0 -0.600589916666667, 1 -0.600835875000000, 0 -0.600853750000000, 1 -0.601005708333333, 0 -0.601023583333333, 1 -0.601054250000000, 0 -0.601072125000000, 1 -0.601096708333333, 0 -0.601114583333333, 1 -0.601142208333333, 0 -0.601160083333333, 1 -0.601196750000000, 0 -0.601214625000000, 1 -0.601239208333333, 0 -0.601239333333333, 1 -0.601239375000000, 0 -0.601257125000000, 1 -0.601321125000000, 0 -0.601339041666667, 1 -0.601396916666667, 0 -0.601414833333333, 1 -0.601472750000000, 0 -0.601490666666667, 1 -0.601727500000000, 0 -0.601745375000000, 1 -0.601897375000000, 0 -0.601915250000000, 1 -0.601958041666667, 0 -0.601975916666667, 1 -0.602000500000000, 0 -0.602018375000000, 1 -0.602045958333333, 0 -0.602063875000000, 1 -0.602100541666667, 0 -0.602118458333333, 1 -0.602146041666667, 0 -0.602163916666667, 1 -0.602182416666667, 0 -0.602200333333333, 1 -0.602258250000000, 0 -0.602276166666667, 1 -0.602322000000000, 0 -0.602339833333333, 1 -0.602619166666667, 0 -0.602637083333333, 1 -0.602789000000000, 0 -0.602806916666667, 1 -0.602861833333333, 0 -0.602879750000000, 1 -0.602904291666667, 0 -0.602922166666667, 1 -0.602949750000000, 0 -0.602967666666667, 1 -0.603004333333333, 0 -0.603022250000000, 1 -0.603049833333333, 0 -0.603067750000000, 1 -0.603089250000000, 0 -0.603106958333333, 1 -0.603107166666667, 0 -0.603107250000000, 1 -0.603165083333333, 0 -0.603183000000000, 1 -0.603234875000000, 0 -0.603252750000000, 1 -0.603510791666667, 0 -0.603528666666667, 1 -0.603680666666667, 0 -0.603698541666667, 1 -0.603753458333333, 0 -0.603771375000000, 1 -0.603795916666667, 0 -0.603813666666667, 1 -0.603813875000000, 0 -0.603813916666667, 1 -0.603841416666667, 0 -0.603859375000000, 1 -0.603892958333333, 0 -0.603910833333333, 1 -0.603938458333333, 0 -0.603956333333333, 1 -0.603980875000000, 0 -0.603998750000000, 1 -0.604056708333333, 0 -0.604074666666667, 1 -0.604096166666667, 0 -0.604114041666667, 1 -0.604402458333333, 0 -0.604420375000000, 1 -0.604572291666667, 0 -0.604590208333333, 1 -0.604632958333333, 0 -0.604650875000000, 1 -0.604675416666667, 0 -0.604693333333333, 1 -0.604720916666667, 0 -0.604738791666667, 1 -0.604775500000000, 0 -0.604793375000000, 1 -0.604821000000000, 0 -0.604838875000000, 1 -0.604866500000000, 0 -0.604884375000000, 1 -0.604942291666667, 0 -0.604960166666667, 1 -0.605024166666667, 0 -0.605042083333333, 1 -0.605294083333333, 0 -0.605312000000000, 1 -0.605463916666667, 0 -0.605481833333333, 1 -0.605536708333333, 0 -0.605554583333333, 1 -0.605579166666667, 0 -0.605597083333333, 1 -0.605624666666667, 0 -0.605642541666667, 1 -0.605676208333333, 0 -0.605694083333333, 1 -0.605721708333333, 0 -0.605739583333333, 1 -0.605770208333333, 0 -0.605788083333333, 1 -0.605846041666667, 0 -0.605863916666667, 1 -0.605921833333333, 0 -0.605939750000000, 1 -0.606185708333333, 0 -0.606203583333333, 1 -0.606355541666667, 0 -0.606373458333333, 1 -0.606428375000000, 0 -0.606446250000000, 1 -0.606470833333333, 0 -0.606488708333333, 1 -0.606516291666667, 0 -0.606534166666667, 1 -0.606567833333333, 0 -0.606585750000000, 1 -0.606613333333333, 0 -0.606631250000000, 1 -0.606664916666667, 0 -0.606682791666667, 1 -0.606740750000000, 0 -0.606758625000000, 1 -0.606822625000000, 0 -0.606840500000000, 1 -0.607077375000000, 0 -0.607095250000000, 1 -0.607247208333333, 0 -0.607265083333333, 1 -0.607283625000000, 0 -0.607301500000000, 1 -0.607326041666667, 0 -0.607343958333333, 1 -0.607371583333333, 0 -0.607389458333333, 1 -0.607426166666667, 0 -0.607444041666667, 1 -0.607471625000000, 0 -0.607489500000000, 1 -0.607526208333333, 0 -0.607544125000000, 1 -0.607602041666667, 0 -0.607619875000000, 1 -0.607619916666667, 0 -0.607619958333333, 1 -0.607653583333333, 0 -0.607671458333333, 1 -0.607969000000000, 0 -0.607986875000000, 1 -0.608138833333333, 0 -0.608156750000000, 1 -0.608175208333333, 0 -0.608193125000000, 1 -0.608217708333333, 0 -0.608235583333333, 1 -0.608263208333333, 0 -0.608281083333333, 1 -0.608317750000000, 0 -0.608335666666667, 1 -0.608363250000000, 0 -0.608381166666667, 1 -0.608420875000000, 0 -0.608438750000000, 1 -0.608496666666667, 0 -0.608514583333333, 1 -0.608554333333333, 0 -0.608572208333333, 1 -0.608860625000000, 0 -0.608878500000000, 1 -0.609030458333333, 0 -0.609048333333333, 1 -0.609066833333333, 0 -0.609084750000000, 1 -0.609109333333333, 0 -0.609127250000000, 1 -0.609154791666667, 0 -0.609172708333333, 1 -0.609206375000000, 0 -0.609224291666667, 1 -0.609251791666667, 0 -0.609269708333333, 1 -0.609312500000000, 0 -0.609330375000000, 1 -0.609388333333333, 0 -0.609406208333333, 1 -0.609448958333333, 0 -0.609449083333333, 1 -0.609449125000000, 0 -0.609466875000000, 1 -0.609752250000000, 0 -0.609770166666667, 1 -0.609922083333333, 0 -0.609939958333333, 1 -0.609958458333333, 0 -0.609976375000000, 1 -0.610000916666667, 0 -0.610018833333333, 1 -0.610046500000000, 0 -0.610064333333333, 1 -0.610101041666667, 0 -0.610118875000000, 1 -0.610146500000000, 0 -0.610164375000000, 1 -0.610210208333333, 0 -0.610228083333333, 1 -0.610286000000000, 0 -0.610303916666667, 1 -0.610340583333333, 0 -0.610358500000000, 1 -0.610643833333333, 0 -0.610661750000000, 1 -0.610813666666667, 0 -0.610831583333333, 1 -0.610850083333333, 0 -0.610867958333333, 1 -0.610892541666667, 0 -0.610910458333333, 1 -0.610938041666667, 0 -0.610955916666667, 1 -0.610992625000000, 0 -0.611010458333333, 1 -0.611038083333333, 0 -0.611055958333333, 1 -0.611104708333333, 0 -0.611122666666667, 1 -0.611180583333333, 0 -0.611198458333333, 1 -0.611217000000000, 0 -0.611234916666667, 1 -0.611535458333333, 0 -0.611553333333333, 1 -0.611705291666667, 0 -0.611723166666667, 1 -0.611741666666667, 0 -0.611759625000000, 1 -0.611784125000000, 0 -0.611802041666667, 1 -0.611829625000000, 0 -0.611847541666667, 1 -0.611884250000000, 0 -0.611902125000000, 1 -0.611929750000000, 0 -0.611947583333333, 1 -0.611999458333333, 0 -0.612017333333333, 1 -0.612075333333333, 0 -0.612093166666667, 1 -0.612117666666667, 0 -0.612135666666667, 1 -0.612427083333333, 0 -0.612445000000000, 1 -0.612596916666667, 0 -0.612614791666667, 1 -0.612633333333333, 0 -0.612651250000000, 1 -0.612675791666667, 0 -0.612693666666667, 1 -0.612721291666667, 0 -0.612739166666667, 1 -0.612772833333333, 0 -0.612790708333333, 1 -0.612818333333333, 0 -0.612836208333333, 1 -0.612891083333333, 0 -0.612909000000000, 1 -0.612966916666667, 0 -0.612984666666667, 1 -0.612984708333333, 0 -0.612984791666667, 1 -0.613003250000000, 0 -0.613021166666667, 1 -0.613318666666667, 0 -0.613336583333333, 1 -0.613488541666667, 0 -0.613506416666667, 1 -0.613524916666667, 0 -0.613542791666667, 1 -0.613567375000000, 0 -0.613585291666667, 1 -0.613612875000000, 0 -0.613630750000000, 1 -0.613667458333333, 0 -0.613685375000000, 1 -0.613712958333333, 0 -0.613730833333333, 1 -0.613788750000000, 0 -0.613806625000000, 1 -0.613864541666667, 0 -0.613882458333333, 1 -0.613943416666667, 0 -0.613961291666667, 1 -0.614210250000000, 0 -0.614228166666667, 1 -0.614380083333333, 0 -0.614398000000000, 1 -0.614416458333333, 0 -0.614434375000000, 1 -0.614458958333333, 0 -0.614476833333333, 1 -0.614504458333333, 0 -0.614522333333333, 1 -0.614559041666667, 0 -0.614576916666667, 1 -0.614604500000000, 0 -0.614622416666667, 1 -0.614683375000000, 0 -0.614701250000000, 1 -0.614759166666667, 0 -0.614777083333333, 1 -0.614819833333333, 0 -0.614837750000000, 1 -0.615101875000000, 0 -0.615119750000000, 1 -0.615271708333333, 0 -0.615289625000000, 1 -0.615308083333333, 0 -0.615326000000000, 1 -0.615350583333333, 0 -0.615368458333333, 1 -0.615396083333333, 0 -0.615413958333333, 1 -0.615447625000000, 0 -0.615465500000000, 1 -0.615493083333333, 0 -0.615511000000000, 1 -0.615575000000000, 0 -0.615592875000000, 1 -0.615650750000000, 0 -0.615668666666667, 1 -0.615705375000000, 0 -0.615723250000000, 1 -0.615993458333333, 0 -0.616011333333333, 1 -0.616163291666667, 0 -0.616181166666667, 1 -0.616223958333333, 0 -0.616241833333333, 1 -0.616266416666667, 0 -0.616284291666667, 1 -0.616311875000000, 0 -0.616329750000000, 1 -0.616366458333333, 0 -0.616384375000000, 1 -0.616415000000000, 0 -0.616432875000000, 1 -0.616451375000000, 0 -0.616469250000000, 1 -0.616527208333333, 0 -0.616545125000000, 1 -0.616566583333333, 0 -0.616584500000000, 1 -0.616885041666667, 0 -0.616902916666667, 1 -0.617054875000000, 0 -0.617072791666667, 1 -0.617091250000000, 0 -0.617109166666667, 1 -0.617133708333333, 0 -0.617151583333333, 1 -0.617179250000000, 0 -0.617197125000000, 1 -0.617233791666667, 0 -0.617251666666667, 1 -0.617282333333333, 0 -0.617300208333333, 1 -0.617321708333333, 0 -0.617339625000000, 1 -0.617397541666667, 0 -0.617415458333333, 1 -0.617443041666667, 0 -0.617460916666667, 1 -0.617776625000000, 0 -0.617794541666667, 1 -0.617946458333333, 0 -0.617964375000000, 1 -0.618007125000000, 0 -0.618025000000000, 1 -0.618049583333333, 0 -0.618067458333333, 1 -0.618095083333333, 0 -0.618112958333333, 1 -0.618146625000000, 0 -0.618164458333333, 1 -0.618195125000000, 0 -0.618213000000000, 1 -0.618237625000000, 0 -0.618255458333333, 1 -0.618313416666667, 0 -0.618331291666667, 1 -0.618377083333333, 0 -0.618395000000000, 1 -0.618668125000000, 0 -0.618668166666667, 1 -0.618668208333333, 0 -0.618686083333333, 1 -0.618838041666667, 0 -0.618855916666667, 1 -0.618898666666667, 0 -0.618916583333333, 1 -0.618941166666667, 0 -0.618959041666667, 1 -0.618986625000000, 0 -0.619004458333333, 1 -0.619038166666667, 0 -0.619056041666667, 1 -0.619086708333333, 0 -0.619104583333333, 1 -0.619132166666667, 0 -0.619150041666667, 1 -0.619208000000000, 0 -0.619225833333333, 1 -0.619277750000000, 0 -0.619295583333333, 1 -0.619559750000000, 0 -0.619577666666667, 1 -0.619729625000000, 0 -0.619747500000000, 1 -0.619790250000000, 0 -0.619808125000000, 1 -0.619832708333333, 0 -0.619850583333333, 1 -0.619878208333333, 0 -0.619896083333333, 1 -0.619929666666667, 0 -0.619947625000000, 1 -0.619978250000000, 0 -0.619996166666667, 1 -0.620026750000000, 0 -0.620044666666667, 1 -0.620102583333333, 0 -0.620120375000000, 1 -0.620154125000000, 0 -0.620172041666667, 1 -0.620451250000000, 0 -0.620469250000000, 1 -0.620621166666667, 0 -0.620639083333333, 1 -0.620681833333333, 0 -0.620699708333333, 1 -0.620724291666667, 0 -0.620742166666667, 1 -0.620769791666667, 0 -0.620787666666667, 1 -0.620824333333333, 0 -0.620842250000000, 1 -0.620872875000000, 0 -0.620890708333333, 1 -0.620924416666667, 0 -0.620942333333333, 1 -0.621000250000000, 0 -0.621018125000000, 1 -0.621070000000000, 0 -0.621087916666667, 1 -0.621342916666667, 0 -0.621360833333333, 1 -0.621512750000000, 0 -0.621530666666667, 1 -0.621585541666667, 0 -0.621603458333333, 1 -0.621628000000000, 0 -0.621645916666667, 1 -0.621673500000000, 0 -0.621691375000000, 1 -0.621728083333333, 0 -0.621745958333333, 1 -0.621776583333333, 0 -0.621794500000000, 1 -0.621831166666667, 0 -0.621849041666667, 1 -0.621907000000000, 0 -0.621924875000000, 1 -0.621982791666667, 0 -0.622000708333333, 1 -0.622234500000000, 0 -0.622252375000000, 1 -0.622404333333333, 0 -0.622422250000000, 1 -0.622465000000000, 0 -0.622482875000000, 1 -0.622507458333333, 0 -0.622525333333333, 1 -0.622552958333333, 0 -0.622570833333333, 1 -0.622607500000000, 0 -0.622625416666667, 1 -0.622656041666667, 0 -0.622673916666667, 1 -0.622713625000000, 0 -0.622731541666667, 1 -0.622789458333333, 0 -0.622807375000000, 1 -0.622871375000000, 0 -0.622889250000000, 1 -0.623126125000000, 0 -0.623144000000000, 1 -0.623295958333333, 0 -0.623313833333333, 1 -0.623344458333333, 0 -0.623362333333333, 1 -0.623386958333333, 0 -0.623404833333333, 1 -0.623432416666667, 0 -0.623450291666667, 1 -0.623483958333333, 0 -0.623501875000000, 1 -0.623532500000000, 0 -0.623550375000000, 1 -0.623593125000000, 0 -0.623611041666667, 1 -0.623668958333333, 0 -0.623686833333333, 1 -0.623705333333333, 0 -0.623723208333333, 1 -0.624017666666667, 0 -0.624035583333333, 1 -0.624187541666667, 0 -0.624205416666667, 1 -0.624223916666667, 0 -0.624241791666667, 1 -0.624266375000000, 0 -0.624284250000000, 1 -0.624311833333333, 0 -0.624329791666667, 1 -0.624369458333333, 0 -0.624387333333333, 1 -0.624418000000000, 0 -0.624435875000000, 1 -0.624481666666667, 0 -0.624499541666667, 1 -0.624557458333333, 0 -0.624575375000000, 1 -0.624624208333333, 0 -0.624642083333333, 1 -0.624909250000000, 0 -0.624927166666667, 1 -0.625079083333333, 0 -0.625097000000000, 1 -0.625151875000000, 0 -0.625169791666667, 1 -0.625194375000000, 0 -0.625212250000000, 1 -0.625239875000000, 0 -0.625257708333333, 1 -0.625294416666667, 0 -0.625312291666667, 1 -0.625342916666667, 0 -0.625360833333333, 1 -0.625409666666667, 0 -0.625427583333333, 1 -0.625485500000000, 0 -0.625503375000000, 1 -0.625546166666667, 0 -0.625564041666667, 1 -0.625800916666667, 0 -0.625818791666667, 1 -0.625970708333333, 0 -0.625988666666667, 1 -0.626019291666667, 0 -0.626037166666667, 1 -0.626061750000000, 0 -0.626079625000000, 1 -0.626107250000000, 0 -0.626125125000000, 1 -0.626161791666667, 0 -0.626179708333333, 1 -0.626210333333333, 0 -0.626228208333333, 1 -0.626280083333333, 0 -0.626297958333333, 1 -0.626355875000000, 0 -0.626373791666667, 1 -0.626422625000000, 0 -0.626440541666667, 1 -0.626692500000000, 0 -0.626710416666667, 1 -0.626862375000000, 0 -0.626880250000000, 1 -0.626898750000000, 0 -0.626916708333333, 1 -0.626941208333333, 0 -0.626959125000000, 1 -0.626986708333333, 0 -0.627004583333333, 1 -0.627044333333333, 0 -0.627062208333333, 1 -0.627092833333333, 0 -0.627110708333333, 1 -0.627165625000000, 0 -0.627183500000000, 1 -0.627241458333333, 0 -0.627259333333333, 1 -0.627259375000000, 0 -0.627259416666667, 1 -0.627277833333333, 0 -0.627295750000000, 1 -0.627584125000000, 0 -0.627602041666667, 1 -0.627754000000000, 0 -0.627771916666667, 1 -0.627814708333333, 0 -0.627832541666667, 1 -0.627857125000000, 0 -0.627874958333333, 1 -0.627902583333333, 0 -0.627920500000000, 1 -0.627957208333333, 0 -0.627975041666667, 1 -0.628005708333333, 0 -0.628023625000000, 1 -0.628081541666667, 0 -0.628099291666667, 1 -0.628157458333333, 0 -0.628175208333333, 1 -0.628211958333333, 0 -0.628229750000000, 1 -0.628475791666667, 0 -0.628493666666667, 1 -0.628645625000000, 0 -0.628663541666667, 1 -0.628694166666667, 0 -0.628712041666667, 1 -0.628736625000000, 0 -0.628754500000000, 1 -0.628782083333333, 0 -0.628800000000000, 1 -0.628836666666667, 0 -0.628854583333333, 1 -0.628885208333333, 0 -0.628903083333333, 1 -0.628964041666667, 0 -0.628981958333333, 1 -0.629039916666667, 0 -0.629057708333333, 1 -0.629076250000000, 0 -0.629094166666667, 1 -0.629367416666667, 0 -0.629385291666667, 1 -0.629537250000000, 0 -0.629555125000000, 1 -0.629573625000000, 0 -0.629591500000000, 1 -0.629616083333333, 0 -0.629633958333333, 1 -0.629661583333333, 0 -0.629679458333333, 1 -0.629716166666667, 0 -0.629734041666667, 1 -0.629764708333333, 0 -0.629782583333333, 1 -0.629846541666667, 0 -0.629864458333333, 1 -0.629922375000000, 0 -0.629940250000000, 1 -0.629964833333333, 0 -0.629982708333333, 1 -0.630259000000000, 0 -0.630276875000000, 1 -0.630428833333333, 0 -0.630446750000000, 1 -0.630477375000000, 0 -0.630495250000000, 1 -0.630519833333333, 0 -0.630537708333333, 1 -0.630565333333333, 0 -0.630583208333333, 1 -0.630619916666667, 0 -0.630637791666667, 1 -0.630671458333333, 0 -0.630689375000000, 1 -0.630707875000000, 0 -0.630725750000000, 1 -0.630783666666667, 0 -0.630801583333333, 1 -0.630838291666667, 0 -0.630856166666667, 1 -0.631150666666667, 0 -0.631168541666667, 1 -0.631320500000000, 0 -0.631338416666667, 1 -0.631356916666667, 0 -0.631374791666667, 1 -0.631399375000000, 0 -0.631417250000000, 1 -0.631444875000000, 0 -0.631462750000000, 1 -0.631499458333333, 0 -0.631517375000000, 1 -0.631551000000000, 0 -0.631568875000000, 1 -0.631590416666667, 0 -0.631608333333333, 1 -0.631666250000000, 0 -0.631684125000000, 1 -0.631714750000000, 0 -0.631732666666667, 1 -0.632042291666667, 0 -0.632060208333333, 1 -0.632212166666667, 0 -0.632230041666667, 1 -0.632260666666667, 0 -0.632278583333333, 1 -0.632303125000000, 0 -0.632321041666667, 1 -0.632348625000000, 0 -0.632366541666667, 1 -0.632400166666667, 0 -0.632418083333333, 1 -0.632451750000000, 0 -0.632469625000000, 1 -0.632494166666667, 0 -0.632512083333333, 1 -0.632570000000000, 0 -0.632587875000000, 1 -0.632648875000000, 0 -0.632666708333333, 1 -0.632933916666667, 0 -0.632951791666667, 1 -0.633103791666667, 0 -0.633121666666667, 1 -0.633140166666667, 0 -0.633158083333333, 1 -0.633182625000000, 0 -0.633200500000000, 1 -0.633228125000000, 0 -0.633246000000000, 1 -0.633282708333333, 0 -0.633300625000000, 1 -0.633334250000000, 0 -0.633352166666667, 1 -0.633379750000000, 0 -0.633397708333333, 1 -0.633455583333333, 0 -0.633473458333333, 1 -0.633491958333333, 0 -0.633509875000000, 1 -0.633825583333333, 0 -0.633843458333333, 1 -0.633995416666667, 0 -0.634013333333333, 1 -0.634056083333333, 0 -0.634074000000000, 1 -0.634098541666667, 0 -0.634116416666667, 1 -0.634144041666667, 0 -0.634161916666667, 1 -0.634195541666667, 0 -0.634213458333333, 1 -0.634247125000000, 0 -0.634265041666667, 1 -0.634295666666667, 0 -0.634313541666667, 1 -0.634371500000000, 0 -0.634389375000000, 1 -0.634413916666667, 0 -0.634431833333333, 1 -0.634717208333333, 0 -0.634735083333333, 1 -0.634887083333333, 0 -0.634904916666667, 1 -0.634959791666667, 0 -0.634959833333333, 1 -0.634959875000000, 0 -0.634977750000000, 1 -0.635002333333333, 0 -0.635020208333333, 1 -0.635047833333333, 0 -0.635065708333333, 1 -0.635099333333333, 0 -0.635117250000000, 1 -0.635150916666667, 0 -0.635168750000000, 1 -0.635202458333333, 0 -0.635220333333333, 1 -0.635278250000000, 0 -0.635296125000000, 1 -0.635314666666667, 0 -0.635332541666667, 1 -0.635608875000000, 0 -0.635626708333333, 1 -0.635778666666667, 0 -0.635796583333333, 1 -0.635851416666667, 0 -0.635869333333333, 1 -0.635893916666667, 0 -0.635911833333333, 1 -0.635939375000000, 0 -0.635957333333333, 1 -0.635990958333333, 0 -0.636008916666667, 1 -0.636042500000000, 0 -0.636060375000000, 1 -0.636097083333333, 0 -0.636114958333333, 1 -0.636172916666667, 0 -0.636190791666667, 1 -0.636227500000000, 0 -0.636245375000000, 1 -0.636500500000000, 0 -0.636518333333333, 1 -0.636670250000000, 0 -0.636688166666667, 1 -0.636730958333333, 0 -0.636748833333333, 1 -0.636773416666667, 0 -0.636791291666667, 1 -0.636818875000000, 0 -0.636836791666667, 1 -0.636873416666667, 0 -0.636891333333333, 1 -0.636925041666667, 0 -0.636942916666667, 1 -0.636982625000000, 0 -0.637000541666667, 1 -0.637058500000000, 0 -0.637076375000000, 1 -0.637119125000000, 0 -0.637137000000000, 1 -0.637392083333333, 0 -0.637409958333333, 1 -0.637561916666667, 0 -0.637579833333333, 1 -0.637634708333333, 0 -0.637652625000000, 1 -0.637677166666667, 0 -0.637695083333333, 1 -0.637722666666667, 0 -0.637740583333333, 1 -0.637777250000000, 0 -0.637795125000000, 1 -0.637828791666667, 0 -0.637846666666667, 1 -0.637889458333333, 0 -0.637907333333333, 1 -0.637965250000000, 0 -0.637983166666667, 1 -0.638035041666667, 0 -0.638052916666667, 1 -0.638283708333333, 0 -0.638301583333333, 1 -0.638453541666667, 0 -0.638471416666667, 1 -0.638526333333333, 0 -0.638544208333333, 1 -0.638568750000000, 0 -0.638586666666667, 1 -0.638614250000000, 0 -0.638632125000000, 1 -0.638668833333333, 0 -0.638686708333333, 1 -0.638720375000000, 0 -0.638738291666667, 1 -0.638784083333333, 0 -0.638801958333333, 1 -0.638859875000000, 0 -0.638877791666667, 1 -0.638923583333333, 0 -0.638941458333333, 1 -0.639175291666667, 0 -0.639193208333333, 1 -0.639345125000000, 0 -0.639363041666667, 1 -0.639381541666667, 0 -0.639399416666667, 1 -0.639423958333333, 0 -0.639441875000000, 1 -0.639469500000000, 0 -0.639487375000000, 1 -0.639521041666667, 0 -0.639538916666667, 1 -0.639572583333333, 0 -0.639590458333333, 1 -0.639639291666667, 0 -0.639657166666667, 1 -0.639715125000000, 0 -0.639733000000000, 1 -0.639760625000000, 0 -0.639778500000000, 1 -0.640066916666667, 0 -0.640084791666667, 1 -0.640236750000000, 0 -0.640254625000000, 1 -0.640273125000000, 0 -0.640291041666667, 1 -0.640315583333333, 0 -0.640333500000000, 1 -0.640361083333333, 0 -0.640379000000000, 1 -0.640415666666667, 0 -0.640433541666667, 1 -0.640467208333333, 0 -0.640485125000000, 1 -0.640536958333333, 0 -0.640554833333333, 1 -0.640612750000000, 0 -0.640630666666667, 1 -0.640688583333333, 0 -0.640706500000000, 1 -0.640958500000000, 0 -0.640976375000000, 1 -0.641128333333333, 0 -0.641146250000000, 1 -0.641164708333333, 0 -0.641182666666667, 1 -0.641207208333333, 0 -0.641225083333333, 1 -0.641252666666667, 0 -0.641270583333333, 1 -0.641307291666667, 0 -0.641325166666667, 1 -0.641358833333333, 0 -0.641376708333333, 1 -0.641431625000000, 0 -0.641449500000000, 1 -0.641507416666667, 0 -0.641525291666667, 1 -0.641552875000000, 0 -0.641570791666667, 1 -0.641850125000000, 0 -0.641868000000000, 1 -0.642019958333333, 0 -0.642037875000000, 1 -0.642056333333333, 0 -0.642074250000000, 1 -0.642098833333333, 0 -0.642116708333333, 1 -0.642144333333333, 0 -0.642162166666667, 1 -0.642198916666667, 0 -0.642216791666667, 1 -0.642250458333333, 0 -0.642268333333333, 1 -0.642326291666667, 0 -0.642344166666667, 1 -0.642402083333333, 0 -0.642419958333333, 1 -0.642441500000000, 0 -0.642459416666667, 1 -0.642741750000000, 0 -0.642759625000000, 1 -0.642911583333333, 0 -0.642929500000000, 1 -0.642948000000000, 0 -0.642965875000000, 1 -0.642990458333333, 0 -0.643008375000000, 1 -0.643035958333333, 0 -0.643053875000000, 1 -0.643090500000000, 0 -0.643108416666667, 1 -0.643142083333333, 0 -0.643159958333333, 1 -0.643220916666667, 0 -0.643238791666667, 1 -0.643296750000000, 0 -0.643314666666667, 1 -0.643354333333333, 0 -0.643372250000000, 1 -0.643633333333333, 0 -0.643651250000000, 1 -0.643803208333333, 0 -0.643821166666667, 1 -0.643839625000000, 0 -0.643857500000000, 1 -0.643882083333333, 0 -0.643899958333333, 1 -0.643927541666667, 0 -0.643945458333333, 1 -0.643982125000000, 0 -0.644000041666667, 1 -0.644033708333333, 0 -0.644051583333333, 1 -0.644115583333333, 0 -0.644133458333333, 1 -0.644191416666667, 0 -0.644209291666667, 1 -0.644242958333333, 0 -0.644260833333333, 1 -0.644525041666667, 0 -0.644542875000000, 1 -0.644694958333333, 0 -0.644712791666667, 1 -0.644731250000000, 0 -0.644749125000000, 1 -0.644773750000000, 0 -0.644791583333333, 1 -0.644819208333333, 0 -0.644837083333333, 1 -0.644870791666667, 0 -0.644888666666667, 1 -0.644925375000000, 0 -0.644943250000000, 1 -0.644961750000000, 0 -0.644979625000000, 1 -0.645037583333333, 0 -0.645055458333333, 1 -0.645083041666667, 0 -0.645100958333333, 1 -0.645416666666667, 0 -0.645434583333333, 1 -0.645586500000000, 0 -0.645604416666667, 1 -0.645622875000000, 0 -0.645640791666667, 1 -0.645665375000000, 0 -0.645683250000000, 1 -0.645710875000000, 0 -0.645728750000000, 1 -0.645765458333333, 0 -0.645783333333333, 1 -0.645820000000000, 0 -0.645837916666667, 1 -0.645859416666667, 0 -0.645877291666667, 1 -0.645935250000000, 0 -0.645953125000000, 1 -0.646011041666667, 0 -0.646028958333333, 1 -0.646308250000000, 0 -0.646326166666667, 1 -0.646478083333333, 0 -0.646496000000000, 1 -0.646514458333333, 0 -0.646532375000000, 1 -0.646556958333333, 0 -0.646574833333333, 1 -0.646602458333333, 0 -0.646620333333333, 1 -0.646657041666667, 0 -0.646674916666667, 1 -0.646711625000000, 0 -0.646729500000000, 1 -0.646754083333333, 0 -0.646771958333333, 1 -0.646829875000000, 0 -0.646847791666667, 1 -0.646899666666667, 0 -0.646917541666667, 1 -0.647199875000000, 0 -0.647217791666667, 1 -0.647369750000000, 0 -0.647387625000000, 1 -0.647406125000000, 0 -0.647424000000000, 1 -0.647448583333333, 0 -0.647466500000000, 1 -0.647494083333333, 0 -0.647511958333333, 1 -0.647548666666667, 0 -0.647566541666667, 1 -0.647603250000000, 0 -0.647621125000000, 1 -0.647648750000000, 0 -0.647666625000000, 1 -0.647724541666667, 0 -0.647742458333333, 1 -0.647788250000000, 0 -0.647806166666667, 1 -0.648091541666667, 0 -0.648109416666667, 1 -0.648261375000000, 0 -0.648279250000000, 1 -0.648322041666667, 0 -0.648339916666667, 1 -0.648364500000000, 0 -0.648382375000000, 1 -0.648410000000000, 0 -0.648427875000000, 1 -0.648464583333333, 0 -0.648482458333333, 1 -0.648519125000000, 0 -0.648537041666667, 1 -0.648567666666667, 0 -0.648585541666667, 1 -0.648643458333333, 0 -0.648661375000000, 1 -0.648701125000000, 0 -0.648719000000000, 1 -0.648983125000000, 0 -0.649001041666667, 1 -0.649152958333333, 0 -0.649170875000000, 1 -0.649189375000000, 0 -0.649207250000000, 1 -0.649231833333333, 0 -0.649249708333333, 1 -0.649277333333333, 0 -0.649295208333333, 1 -0.649331916666667, 0 -0.649349791666667, 1 -0.649386500000000, 0 -0.649404375000000, 1 -0.649438041666667, 0 -0.649455958333333, 1 -0.649513833333333, 0 -0.649531750000000, 1 -0.649565416666667, 0 -0.649583291666667, 1 -0.649874708333333, 0 -0.649892625000000, 1 -0.650044583333333, 0 -0.650062416666667, 1 -0.650117375000000, 0 -0.650135291666667, 1 -0.650159833333333, 0 -0.650177708333333, 1 -0.650205291666667, 0 -0.650223208333333, 1 -0.650259916666667, 0 -0.650277791666667, 1 -0.650314458333333, 0 -0.650332375000000, 1 -0.650369083333333, 0 -0.650386958333333, 1 -0.650444916666667, 0 -0.650462791666667, 1 -0.650490375000000, 0 -0.650508291666667, 1 -0.650766375000000, 0 -0.650784250000000, 1 -0.650936208333333, 0 -0.650954125000000, 1 -0.650996875000000, 0 -0.651014791666667, 1 -0.651039333333333, 0 -0.651057041666667, 1 -0.651057166666667, 0 -0.651057250000000, 1 -0.651084833333333, 0 -0.651102708333333, 1 -0.651139375000000, 0 -0.651157083333333, 1 -0.651157125000000, 0 -0.651157208333333, 1 -0.651193958333333, 0 -0.651211833333333, 1 -0.651251583333333, 0 -0.651269458333333, 1 -0.651327416666667, 0 -0.651345291666667, 1 -0.651366833333333, 0 -0.651384708333333, 1 -0.651657958333333, 0 -0.651675875000000, 1 -0.651827791666667, 0 -0.651845666666667, 1 -0.651900625000000, 0 -0.651918500000000, 1 -0.651943083333333, 0 -0.651960958333333, 1 -0.651988541666667, 0 -0.652006416666667, 1 -0.652043125000000, 0 -0.652061041666667, 1 -0.652097708333333, 0 -0.652115583333333, 1 -0.652158333333333, 0 -0.652176250000000, 1 -0.652234166666667, 0 -0.652252083333333, 1 -0.652276625000000, 0 -0.652294541666667, 1 -0.652549541666667, 0 -0.652567458333333, 1 -0.652719333333333, 0 -0.652737291666667, 1 -0.652792208333333, 0 -0.652810125000000, 1 -0.652834666666667, 0 -0.652852541666667, 1 -0.652880125000000, 0 -0.652898041666667, 1 -0.652934708333333, 0 -0.652952583333333, 1 -0.652989291666667, 0 -0.653007208333333, 1 -0.653053000000000, 0 -0.653070875000000, 1 -0.653128833333333, 0 -0.653146750000000, 1 -0.653165125000000, 0 -0.653183125000000, 1 -0.653441208333333, 0 -0.653459083333333, 1 -0.653611041666667, 0 -0.653628916666667, 1 -0.653683833333333, 0 -0.653701708333333, 1 -0.653726291666667, 0 -0.653744166666667, 1 -0.653771750000000, 0 -0.653789625000000, 1 -0.653826333333333, 0 -0.653844208333333, 1 -0.653880916666667, 0 -0.653898750000000, 1 -0.653947625000000, 0 -0.653965500000000, 1 -0.654023458333333, 0 -0.654041333333333, 1 -0.654078083333333, 0 -0.654095916666667, 1 -0.654332791666667, 0 -0.654350666666667, 1 -0.654502625000000, 0 -0.654520500000000, 1 -0.654563250000000, 0 -0.654581166666667, 1 -0.654605708333333, 0 -0.654623625000000, 1 -0.654651208333333, 0 -0.654669125000000, 1 -0.654708833333333, 0 -0.654726708333333, 1 -0.654763416666667, 0 -0.654781291666667, 1 -0.654833166666667, 0 -0.654851041666667, 1 -0.654908958333333, 0 -0.654926833333333, 1 -0.654945375000000, 0 -0.654963250000000, 1 -0.655224333333333, 0 -0.655242250000000, 1 -0.655394166666667, 0 -0.655412083333333, 1 -0.655442708333333, 0 -0.655460583333333, 1 -0.655485166666667, 0 -0.655503041666667, 1 -0.655530666666667, 0 -0.655548541666667, 1 -0.655585208333333, 0 -0.655603125000000, 1 -0.655639833333333, 0 -0.655657708333333, 1 -0.655712583333333, 0 -0.655730458333333, 1 -0.655788416666667, 0 -0.655806291666667, 1 -0.655855125000000, 0 -0.655873041666667, 1 -0.656115916666667, 0 -0.656133833333333, 1 -0.656285791666667, 0 -0.656303666666667, 1 -0.656322166666667, 0 -0.656340041666667, 1 -0.656364625000000, 0 -0.656382541666667, 1 -0.656410125000000, 0 -0.656428000000000, 1 -0.656464708333333, 0 -0.656482583333333, 1 -0.656519291666667, 0 -0.656537166666667, 1 -0.656595083333333, 0 -0.656612958333333, 1 -0.656670916666667, 0 -0.656688791666667, 1 -0.656731583333333, 0 -0.656749458333333, 1 -0.657007500000000, 0 -0.657025416666667, 1 -0.657177333333333, 0 -0.657195250000000, 1 -0.657238000000000, 0 -0.657255875000000, 1 -0.657280458333333, 0 -0.657298375000000, 1 -0.657325958333333, 0 -0.657343833333333, 1 -0.657377500000000, 0 -0.657395375000000, 1 -0.657432083333333, 0 -0.657449958333333, 1 -0.657510916666667, 0 -0.657528791666667, 1 -0.657586750000000, 0 -0.657604625000000, 1 -0.657629208333333, 0 -0.657647083333333, 1 -0.657899083333333, 0 -0.657917000000000, 1 -0.658069000000000, 0 -0.658086833333333, 1 -0.658117458333333, 0 -0.658135375000000, 1 -0.658159916666667, 0 -0.658177791666667, 1 -0.658205416666667, 0 -0.658223291666667, 1 -0.658259958333333, 0 -0.658277875000000, 1 -0.658314583333333, 0 -0.658332458333333, 1 -0.658396458333333, 0 -0.658414375000000, 1 -0.658472291666667, 0 -0.658490166666667, 1 -0.658545083333333, 0 -0.658563000000000, 1 -0.658790708333333, 0 -0.658808583333333, 1 -0.658960583333333, 0 -0.658978458333333, 1 -0.658996958333333, 0 -0.659014875000000, 1 -0.659039416666667, 0 -0.659057333333333, 1 -0.659084916666667, 0 -0.659102833333333, 1 -0.659139500000000, 0 -0.659157416666667, 1 -0.659197125000000, 0 -0.659215000000000, 1 -0.659233500000000, 0 -0.659251416666667, 1 -0.659309291666667, 0 -0.659327208333333, 1 -0.659369958333333, 0 -0.659387875000000, 1 -0.659682333333333, 0 -0.659700250000000, 1 -0.659852166666667, 0 -0.659870083333333, 1 -0.659924958333333, 0 -0.659942833333333, 1 -0.659967375000000, 0 -0.659985291666667, 1 -0.660012875000000, 0 -0.660030750000000, 1 -0.660067500000000, 0 -0.660085375000000, 1 -0.660125083333333, 0 -0.660143000000000, 1 -0.660164500000000, 0 -0.660182375000000, 1 -0.660240375000000, 0 -0.660258208333333, 1 -0.660307041666667, 0 -0.660324958333333, 1 -0.660573916666667, 0 -0.660591833333333, 1 -0.660743750000000, 0 -0.660761666666667, 1 -0.660780125000000, 0 -0.660798041666667, 1 -0.660822625000000, 0 -0.660840541666667, 1 -0.660868125000000, 0 -0.660886000000000, 1 -0.660922708333333, 0 -0.660940583333333, 1 -0.660980291666667, 0 -0.660998166666667, 1 -0.661022750000000, 0 -0.661040666666667, 1 -0.661098583333333, 0 -0.661116458333333, 1 -0.661171375000000, 0 -0.661189291666667, 1 -0.661465500000000, 0 -0.661483416666667, 1 -0.661635375000000, 0 -0.661653250000000, 1 -0.661683875000000, 0 -0.661701833333333, 1 -0.661726375000000, 0 -0.661744208333333, 1 -0.661771833333333, 0 -0.661789750000000, 1 -0.661826416666667, 0 -0.661844333333333, 1 -0.661884041666667, 0 -0.661902000000000, 1 -0.661929541666667, 0 -0.661947375000000, 1 -0.662005333333333, 0 -0.662023208333333, 1 -0.662084208333333, 0 -0.662102000000000, 1 -0.662357125000000, 0 -0.662375083333333, 1 -0.662526958333333, 0 -0.662544916666667, 1 -0.662563375000000, 0 -0.662581250000000, 1 -0.662605833333333, 0 -0.662623750000000, 1 -0.662651333333333, 0 -0.662669208333333, 1 -0.662705916666667, 0 -0.662723791666667, 1 -0.662763500000000, 0 -0.662781416666667, 1 -0.662812041666667, 0 -0.662829916666667, 1 -0.662887833333333, 0 -0.662905708333333, 1 -0.662924208333333, 0 -0.662942125000000, 1 -0.663248708333333, 0 -0.663266625000000, 1 -0.663418541666667, 0 -0.663436458333333, 1 -0.663454958333333, 0 -0.663472833333333, 1 -0.663497375000000, 0 -0.663515291666667, 1 -0.663542916666667, 0 -0.663560791666667, 1 -0.663594458333333, 0 -0.663612333333333, 1 -0.663652083333333, 0 -0.663669958333333, 1 -0.663703625000000, 0 -0.663721500000000, 1 -0.663779458333333, 0 -0.663797333333333, 1 -0.663858291666667, 0 -0.663876208333333, 1 -0.664140333333333, 0 -0.664158208333333, 1 -0.664310166666667, 0 -0.664328041666667, 1 -0.664382958333333, 0 -0.664400833333333, 1 -0.664425416666667, 0 -0.664443291666667, 1 -0.664470875000000, 0 -0.664488791666667, 1 -0.664525458333333, 0 -0.664543375000000, 1 -0.664583083333333, 0 -0.664600958333333, 1 -0.664637666666667, 0 -0.664655541666667, 1 -0.664713500000000, 0 -0.664731375000000, 1 -0.664762000000000, 0 -0.664779916666667, 1 -0.665031916666667, 0 -0.665049791666667, 1 -0.665201750000000, 0 -0.665219666666667, 1 -0.665250291666667, 0 -0.665268166666667, 1 -0.665292750000000, 0 -0.665310625000000, 1 -0.665338250000000, 0 -0.665356125000000, 1 -0.665389791666667, 0 -0.665407666666667, 1 -0.665447416666667, 0 -0.665465250000000, 1 -0.665505000000000, 0 -0.665522916666667, 1 -0.665580833333333, 0 -0.665598708333333, 1 -0.665647541666667, 0 -0.665665458333333, 1 -0.665923500000000, 0 -0.665941416666667, 1 -0.666093333333333, 0 -0.666111250000000, 1 -0.666154000000000, 0 -0.666171916666667, 1 -0.666196458333333, 0 -0.666214375000000, 1 -0.666241958333333, 0 -0.666259875000000, 1 -0.666293625000000, 0 -0.666311416666667, 1 -0.666351083333333, 0 -0.666369041666667, 1 -0.666411750000000, 0 -0.666429666666667, 1 -0.666487583333333, 0 -0.666505500000000, 1 -0.666551333333333, 0 -0.666569166666667, 1 -0.666815125000000, 0 -0.666833000000000, 1 -0.666984958333333, 0 -0.667002875000000, 1 -0.667057750000000, 0 -0.667075666666667, 1 -0.667100208333333, 0 -0.667118083333333, 1 -0.667145666666667, 0 -0.667163583333333, 1 -0.667197250000000, 0 -0.667215125000000, 1 -0.667254875000000, 0 -0.667272750000000, 1 -0.667318541666667, 0 -0.667336416666667, 1 -0.667394375000000, 0 -0.667412250000000, 1 -0.667464125000000, 0 -0.667482000000000, 1 -0.667706708333333, 0 -0.667724583333333, 1 -0.667876541666667, 0 -0.667894458333333, 1 -0.667949333333333, 0 -0.667967208333333, 1 -0.667991791666667, 0 -0.668009666666667, 1 -0.668037250000000, 0 -0.668055166666667, 1 -0.668088833333333, 0 -0.668106666666667, 1 -0.668146458333333, 0 -0.668164291666667, 1 -0.668213125000000, 0 -0.668231000000000, 1 -0.668288958333333, 0 -0.668306875000000, 1 -0.668364791666667, 0 -0.668382666666667, 1 -0.668598291666667, 0 -0.668616166666667, 1 -0.668616250000000, 0 -0.668616291666667, 1 -0.668768125000000, 0 -0.668786041666667, 1 -0.668828791666667, 0 -0.668846666666667, 1 -0.668871250000000, 0 -0.668889125000000, 1 -0.668916541666667, 0 -0.668916583333333, 1 -0.668916708333333, 0 -0.668934625000000, 1 -0.668971291666667, 0 -0.668989166666667, 1 -0.669028916666667, 0 -0.669046833333333, 1 -0.669098666666667, 0 -0.669116583333333, 1 -0.669174458333333, 0 -0.669192375000000, 1 -0.669220000000000, 0 -0.669237875000000, 1 -0.669489916666667, 0 -0.669507791666667, 1 -0.669659791666667, 0 -0.669677666666667, 1 -0.669732541666667, 0 -0.669750416666667, 1 -0.669775000000000, 0 -0.669792875000000, 1 -0.669820458333333, 0 -0.669838375000000, 1 -0.669875083333333, 0 -0.669892916666667, 1 -0.669932666666667, 0 -0.669950541666667, 1 -0.670005416666667, 0 -0.670023333333333, 1 -0.670081250000000, 0 -0.670099125000000, 1 -0.670156958333333, 0 -0.670174958333333, 1 -0.670381458333333, 0 -0.670399375000000, 1 -0.670551291666667, 0 -0.670569208333333, 1 -0.670624083333333, 0 -0.670641958333333, 1 -0.670666500000000, 0 -0.670684416666667, 1 -0.670712041666667, 0 -0.670729916666667, 1 -0.670766625000000, 0 -0.670784416666667, 1 -0.670824208333333, 0 -0.670842125000000, 1 -0.670900000000000, 0 -0.670918000000000, 1 -0.670975791666667, 0 -0.670993666666667, 1 -0.671057750000000, 0 -0.671075625000000, 1 -0.671273041666667, 0 -0.671290916666667, 1 -0.671442875000000, 0 -0.671460750000000, 1 -0.671479250000000, 0 -0.671497125000000, 1 -0.671521708333333, 0 -0.671539583333333, 1 -0.671567208333333, 0 -0.671585083333333, 1 -0.671621791666667, 0 -0.671639666666667, 1 -0.671679375000000, 0 -0.671697291666667, 1 -0.671758208333333, 0 -0.671776125000000, 1 -0.671834041666667, 0 -0.671851958333333, 1 -0.671897750000000, 0 -0.671915625000000, 1 -0.672164625000000, 0 -0.672182500000000, 1 -0.672334500000000, 0 -0.672352333333333, 1 -0.672370875000000, 0 -0.672388750000000, 1 -0.672413291666667, 0 -0.672431208333333, 1 -0.672458791666667, 0 -0.672476708333333, 1 -0.672513375000000, 0 -0.672531250000000, 1 -0.672571000000000, 0 -0.672588875000000, 1 -0.672652875000000, 0 -0.672670750000000, 1 -0.672728666666667, 0 -0.672746583333333, 1 -0.672798458333333, 0 -0.672816375000000, 1 -0.673056208333333, 0 -0.673074125000000, 1 -0.673226083333333, 0 -0.673243958333333, 1 -0.673262458333333, 0 -0.673280375000000, 1 -0.673304916666667, 0 -0.673322833333333, 1 -0.673350416666667, 0 -0.673368291666667, 1 -0.673405000000000, 0 -0.673422875000000, 1 -0.673465666666667, 0 -0.673483541666667, 1 -0.673502041666667, 0 -0.673519916666667, 1 -0.673577875000000, 0 -0.673595750000000, 1 -0.673620291666667, 0 -0.673638208333333, 1 -0.673947875000000, 0 -0.673965750000000, 1 -0.674117708333333, 0 -0.674135583333333, 1 -0.674154083333333, 0 -0.674172000000000, 1 -0.674196583333333, 0 -0.674214458333333, 1 -0.674242041666667, 0 -0.674259958333333, 1 -0.674296583333333, 0 -0.674314541666667, 1 -0.674357291666667, 0 -0.674375166666667, 1 -0.674396708333333, 0 -0.674414625000000, 1 -0.674472541666667, 0 -0.674490416666667, 1 -0.674508916666667, 0 -0.674526791666667, 1 -0.674839500000000, 0 -0.674857375000000, 1 -0.675009333333333, 0 -0.675027208333333, 1 -0.675045750000000, 0 -0.675063625000000, 1 -0.675088166666667, 0 -0.675106083333333, 1 -0.675133708333333, 0 -0.675151625000000, 1 -0.675188291666667, 0 -0.675206166666667, 1 -0.675248916666667, 0 -0.675266916666667, 1 -0.675291375000000, 0 -0.675309291666667, 1 -0.675367166666667, 0 -0.675385083333333, 1 -0.675421791666667, 0 -0.675439666666667, 1 -0.675731083333333, 0 -0.675749000000000, 1 -0.675900958333333, 0 -0.675918833333333, 1 -0.675937333333333, 0 -0.675955208333333, 1 -0.675979791666667, 0 -0.675997666666667, 1 -0.676025291666667, 0 -0.676043166666667, 1 -0.676079916666667, 0 -0.676097750000000, 1 -0.676140500000000, 0 -0.676158416666667, 1 -0.676186000000000, 0 -0.676203875000000, 1 -0.676261833333333, 0 -0.676279708333333, 1 -0.676310333333333, 0 -0.676328208333333, 1 -0.676622708333333, 0 -0.676640583333333, 1 -0.676792541666667, 0 -0.676810458333333, 1 -0.676828916666667, 0 -0.676846791666667, 1 -0.676871416666667, 0 -0.676889250000000, 1 -0.676916875000000, 0 -0.676934750000000, 1 -0.676968416666667, 0 -0.676986333333333, 1 -0.677029083333333, 0 -0.677046958333333, 1 -0.677077583333333, 0 -0.677095500000000, 1 -0.677153375000000, 0 -0.677171125000000, 1 -0.677171208333333, 0 -0.677171250000000, 1 -0.677171291666667, 0 -0.677171375000000, 1 -0.677208000000000, 0 -0.677225875000000, 1 -0.677514291666667, 0 -0.677532208333333, 1 -0.677684166666667, 0 -0.677702041666667, 1 -0.677720541666667, 0 -0.677738416666667, 1 -0.677763000000000, 0 -0.677780875000000, 1 -0.677808500000000, 0 -0.677826416666667, 1 -0.677863083333333, 0 -0.677880958333333, 1 -0.677923708333333, 0 -0.677941541666667, 1 -0.677975291666667, 0 -0.677993208333333, 1 -0.678051083333333, 0 -0.678069000000000, 1 -0.678111750000000, 0 -0.678129625000000, 1 -0.678405875000000, 0 -0.678423791666667, 1 -0.678575708333333, 0 -0.678593666666667, 1 -0.678612125000000, 0 -0.678630000000000, 1 -0.678654583333333, 0 -0.678672458333333, 1 -0.678700083333333, 0 -0.678718000000000, 1 -0.678754666666667, 0 -0.678772625000000, 1 -0.678815291666667, 0 -0.678833250000000, 1 -0.678869875000000, 0 -0.678887791666667, 1 -0.678945708333333, 0 -0.678963583333333, 1 -0.679024541666667, 0 -0.679042416666667, 1 -0.679297500000000, 0 -0.679315375000000, 1 -0.679467291666667, 0 -0.679485208333333, 1 -0.679503708333333, 0 -0.679521625000000, 1 -0.679546166666667, 0 -0.679564041666667, 1 -0.679591666666667, 0 -0.679609541666667, 1 -0.679646250000000, 0 -0.679664125000000, 1 -0.679706833333333, 0 -0.679724750000000, 1 -0.679764500000000, 0 -0.679782375000000, 1 -0.679840291666667, 0 -0.679858208333333, 1 -0.679913083333333, 0 -0.679931000000000, 1 -0.680189083333333, 0 -0.680206958333333, 1 -0.680358916666667, 0 -0.680376791666667, 1 -0.680419583333333, 0 -0.680437458333333, 1 -0.680462041666667, 0 -0.680479916666667, 1 -0.680507500000000, 0 -0.680525416666667, 1 -0.680562083333333, 0 -0.680579958333333, 1 -0.680622750000000, 0 -0.680640625000000, 1 -0.680683375000000, 0 -0.680701291666667, 1 -0.680759208333333, 0 -0.680777083333333, 1 -0.680841083333333, 0 -0.680859000000000, 1 -0.681080666666667, 0 -0.681098541666667, 1 -0.681250500000000, 0 -0.681268375000000, 1 -0.681286916666667, 0 -0.681304791666667, 1 -0.681329333333333, 0 -0.681347250000000, 1 -0.681374875000000, 0 -0.681392750000000, 1 -0.681429458333333, 0 -0.681447333333333, 1 -0.681490083333333, 0 -0.681507958333333, 1 -0.681553750000000, 0 -0.681571666666667, 1 -0.681629583333333, 0 -0.681647458333333, 1 -0.681705416666667, 0 -0.681723291666667, 1 -0.681972250000000, 0 -0.681990125000000, 1 -0.682142125000000, 0 -0.682160000000000, 1 -0.682214875000000, 0 -0.682232791666667, 1 -0.682257375000000, 0 -0.682275250000000, 1 -0.682302833333333, 0 -0.682320708333333, 1 -0.682354375000000, 0 -0.682372250000000, 1 -0.682415000000000, 0 -0.682432916666667, 1 -0.682481750000000, 0 -0.682499625000000, 1 -0.682557583333333, 0 -0.682575458333333, 1 -0.682615208333333, 0 -0.682633083333333, 1 -0.682863875000000, 0 -0.682881750000000, 1 -0.683033708333333, 0 -0.683051583333333, 1 -0.683106500000000, 0 -0.683124375000000, 1 -0.683148958333333, 0 -0.683166875000000, 1 -0.683194458333333, 0 -0.683212333333333, 1 -0.683249041666667, 0 -0.683266916666667, 1 -0.683309666666667, 0 -0.683327541666667, 1 -0.683379458333333, 0 -0.683397333333333, 1 -0.683455250000000, 0 -0.683473125000000, 1 -0.683518958333333, 0 -0.683536833333333, 1 -0.683755500000000, 0 -0.683773375000000, 1 -0.683925291666667, 0 -0.683943208333333, 1 -0.683985958333333, 0 -0.684003833333333, 1 -0.684028416666667, 0 -0.684046291666667, 1 -0.684073916666667, 0 -0.684091791666667, 1 -0.684128500000000, 0 -0.684146375000000, 1 -0.684189166666667, 0 -0.684207000000000, 1 -0.684261916666667, 0 -0.684279791666667, 1 -0.684337708333333, 0 -0.684355625000000, 1 -0.684395375000000, 0 -0.684413250000000, 1 -0.684647083333333, 0 -0.684664958333333, 1 -0.684816875000000, 0 -0.684834791666667, 1 -0.684877541666667, 0 -0.684895416666667, 1 -0.684920000000000, 0 -0.684937875000000, 1 -0.684965500000000, 0 -0.684983416666667, 1 -0.685020083333333, 0 -0.685037958333333, 1 -0.685080708333333, 0 -0.685098625000000, 1 -0.685156500000000, 0 -0.685174416666667, 1 -0.685232375000000, 0 -0.685250250000000, 1 -0.685283916666667, 0 -0.685301791666667, 1 -0.685538666666667, 0 -0.685556583333333, 1 -0.685708500000000, 0 -0.685726416666667, 1 -0.685781291666667, 0 -0.685799208333333, 1 -0.685823750000000, 0 -0.685841666666667, 1 -0.685869250000000, 0 -0.685887125000000, 1 -0.685923791666667, 0 -0.685941708333333, 1 -0.685984416666667, 0 -0.686002375000000, 1 -0.686063333333333, 0 -0.686081208333333, 1 -0.686139166666667, 0 -0.686157041666667, 1 -0.686184625000000, 0 -0.686202541666667, 1 -0.686430291666667, 0 -0.686448208333333, 1 -0.686600125000000, 0 -0.686618041666667, 1 -0.686672875000000, 0 -0.686690875000000, 1 -0.686715375000000, 0 -0.686733250000000, 1 -0.686760833333333, 0 -0.686778750000000, 1 -0.686815416666667, 0 -0.686815500000000, 1 -0.686815583333333, 0 -0.686833291666667, 1 -0.686876083333333, 0 -0.686894000000000, 1 -0.686957958333333, 0 -0.686975833333333, 1 -0.687033750000000, 0 -0.687051625000000, 1 -0.687073208333333, 0 -0.687091083333333, 1 -0.687321833333333, 0 -0.687339708333333, 1 -0.687491708333333, 0 -0.687509625000000, 1 -0.687540208333333, 0 -0.687558125000000, 1 -0.687582666666667, 0 -0.687600541666667, 1 -0.687628166666667, 0 -0.687646041666667, 1 -0.687682750000000, 0 -0.687700625000000, 1 -0.687746416666667, 0 -0.687764291666667, 1 -0.687782791666667, 0 -0.687800666666667, 1 -0.687858625000000, 0 -0.687876500000000, 1 -0.687910166666667, 0 -0.687928083333333, 1 -0.688213416666667, 0 -0.688231333333333, 1 -0.688383291666667, 0 -0.688401166666667, 1 -0.688419666666667, 0 -0.688437541666667, 1 -0.688462125000000, 0 -0.688480041666667, 1 -0.688507625000000, 0 -0.688525500000000, 1 -0.688562208333333, 0 -0.688580125000000, 1 -0.688625875000000, 0 -0.688643750000000, 1 -0.688665333333333, 0 -0.688683166666667, 1 -0.688741125000000, 0 -0.688759000000000, 1 -0.688798750000000, 0 -0.688816666666667, 1 -0.689105000000000, 0 -0.689122916666667, 1 -0.689274875000000, 0 -0.689292750000000, 1 -0.689335541666667, 0 -0.689353416666667, 1 -0.689378000000000, 0 -0.689395875000000, 1 -0.689423458333333, 0 -0.689441375000000, 1 -0.689478041666667, 0 -0.689495916666667, 1 -0.689541708333333, 0 -0.689559625000000, 1 -0.689584166666667, 0 -0.689602083333333, 1 -0.689660000000000, 0 -0.689677916666667, 1 -0.689699416666667, 0 -0.689717375000000, 1 -0.689996625000000, 0 -0.690014500000000, 1 -0.690166458333333, 0 -0.690184333333333, 1 -0.690215000000000, 0 -0.690232875000000, 1 -0.690257416666667, 0 -0.690275333333333, 1 -0.690302916666667, 0 -0.690320833333333, 1 -0.690357500000000, 0 -0.690375416666667, 1 -0.690421166666667, 0 -0.690439083333333, 1 -0.690466666666667, 0 -0.690484541666667, 1 -0.690542500000000, 0 -0.690560375000000, 1 -0.690587958333333, 0 -0.690605875000000, 1 -0.690888208333333, 0 -0.690906083333333, 1 -0.691058041666667, 0 -0.691075916666667, 1 -0.691106583333333, 0 -0.691124458333333, 1 -0.691149000000000, 0 -0.691166916666667, 1 -0.691194500000000, 0 -0.691212375000000, 1 -0.691249083333333, 0 -0.691266958333333, 1 -0.691312750000000, 0 -0.691330666666667, 1 -0.691361291666667, 0 -0.691379166666667, 1 -0.691437083333333, 0 -0.691455000000000, 1 -0.691512958333333, 0 -0.691530833333333, 1 -0.691779791666667, 0 -0.691797708333333, 1 -0.691949625000000, 0 -0.691967541666667, 1 -0.692010291666667, 0 -0.692028166666667, 1 -0.692052791666667, 0 -0.692070666666667, 1 -0.692098208333333, 0 -0.692116125000000, 1 -0.692149791666667, 0 -0.692167666666667, 1 -0.692213458333333, 0 -0.692231333333333, 1 -0.692265041666667, 0 -0.692282916666667, 1 -0.692340875000000, 0 -0.692358750000000, 1 -0.692386416666667, 0 -0.692404208333333, 1 -0.692671416666667, 0 -0.692689291666667, 1 -0.692841250000000, 0 -0.692859125000000, 1 -0.692877625000000, 0 -0.692895541666667, 1 -0.692920083333333, 0 -0.692938000000000, 1 -0.692965625000000, 0 -0.692983500000000, 1 -0.693017166666667, 0 -0.693035041666667, 1 -0.693080833333333, 0 -0.693098708333333, 1 -0.693135416666667, 0 -0.693153291666667, 1 -0.693211208333333, 0 -0.693229125000000, 1 -0.693262791666667, 0 -0.693280666666667, 1 -0.693563000000000, 0 -0.693580916666667, 1 -0.693732875000000, 0 -0.693750750000000, 1 -0.693781375000000, 0 -0.693799291666667, 1 -0.693823875000000, 0 -0.693841750000000, 1 -0.693869333333333, 0 -0.693887208333333, 1 -0.693920875000000, 0 -0.693938750000000, 1 -0.693984583333333, 0 -0.694002458333333, 1 -0.694042208333333, 0 -0.694060083333333, 1 -0.694118000000000, 0 -0.694135875000000, 1 -0.694175666666667, 0 -0.694193541666667, 1 -0.694454625000000, 0 -0.694472500000000, 1 -0.694624458333333, 0 -0.694642333333333, 1 -0.694673000000000, 0 -0.694690875000000, 1 -0.694715458333333, 0 -0.694733333333333, 1 -0.694760916666667, 0 -0.694778833333333, 1 -0.694815500000000, 0 -0.694833291666667, 1 -0.694879250000000, 0 -0.694897125000000, 1 -0.694939916666667, 0 -0.694957750000000, 1 -0.695015708333333, 0 -0.695033583333333, 1 -0.695076375000000, 0 -0.695094250000000, 1 -0.695346250000000, 0 -0.695364125000000, 1 -0.695516041666667, 0 -0.695533958333333, 1 -0.695576708333333, 0 -0.695594583333333, 1 -0.695619166666667, 0 -0.695637041666667, 1 -0.695664666666667, 0 -0.695682541666667, 1 -0.695719250000000, 0 -0.695737125000000, 1 -0.695782916666667, 0 -0.695800791666667, 1 -0.695846583333333, 0 -0.695864500000000, 1 -0.695922416666667, 0 -0.695940291666667, 1 -0.695989166666667, 0 -0.696007083333333, 1 -0.696237833333333, 0 -0.696255708333333, 1 -0.696407666666667, 0 -0.696425583333333, 1 -0.696444041666667, 0 -0.696461958333333, 1 -0.696486500000000, 0 -0.696504416666667, 1 -0.696532000000000, 0 -0.696549916666667, 1 -0.696586583333333, 0 -0.696604500000000, 1 -0.696650250000000, 0 -0.696668166666667, 1 -0.696717000000000, 0 -0.696734875000000, 1 -0.696792791666667, 0 -0.696810708333333, 1 -0.696865583333333, 0 -0.696883500000000, 1 -0.697129416666667, 0 -0.697147291666667, 1 -0.697299250000000, 0 -0.697317166666667, 1 -0.697347791666667, 0 -0.697365666666667, 1 -0.697390250000000, 0 -0.697408125000000, 1 -0.697435708333333, 0 -0.697453625000000, 1 -0.697487291666667, 0 -0.697505166666667, 1 -0.697550958333333, 0 -0.697568833333333, 1 -0.697620666666667, 0 -0.697638583333333, 1 -0.697696500000000, 0 -0.697714416666667, 1 -0.697738958333333, 0 -0.697756875000000, 1 -0.698021000000000, 0 -0.698038875000000, 1 -0.698190833333333, 0 -0.698208750000000, 1 -0.698251500000000, 0 -0.698269375000000, 1 -0.698293958333333, 0 -0.698311833333333, 1 -0.698339416666667, 0 -0.698357333333333, 1 -0.698394000000000, 0 -0.698411916666667, 1 -0.698457666666667, 0 -0.698475583333333, 1 -0.698530458333333, 0 -0.698548375000000, 1 -0.698606291666667, 0 -0.698624166666667, 1 -0.698642666666667, 0 -0.698660583333333, 1 -0.698912583333333, 0 -0.698930458333333, 1 -0.699082416666667, 0 -0.699100291666667, 1 -0.699155208333333, 0 -0.699173125000000, 1 -0.699197666666667, 0 -0.699215583333333, 1 -0.699243166666667, 0 -0.699261041666667, 1 -0.699297750000000, 0 -0.699315666666667, 1 -0.699361416666667, 0 -0.699379291666667, 1 -0.699437250000000, 0 -0.699455166666667, 1 -0.699513083333333, 0 -0.699530958333333, 1 -0.699555500000000, 0 -0.699573416666667, 1 -0.699804166666667, 0 -0.699822083333333, 1 -0.699974041666667, 0 -0.699991916666667, 1 -0.700046791666667, 0 -0.700064708333333, 1 -0.700089250000000, 0 -0.700107166666667, 1 -0.700134750000000, 0 -0.700152625000000, 1 -0.700189333333333, 0 -0.700207208333333, 1 -0.700253000000000, 0 -0.700270708333333, 1 -0.700270791666667, 0 -0.700270875000000, 1 -0.700331833333333, 0 -0.700349750000000, 1 -0.700407666666667, 0 -0.700425541666667, 1 -0.700425625000000, 0 -0.700425708333333, 1 -0.700456291666667, 0 -0.700474083333333, 1 -0.700695750000000, 0 -0.700713666666667, 1 -0.700865583333333, 0 -0.700883458333333, 1 -0.700926250000000, 0 -0.700944125000000, 1 -0.700968708333333, 0 -0.700986583333333, 1 -0.701014166666667, 0 -0.701032083333333, 1 -0.701068791666667, 0 -0.701086666666667, 1 -0.701132458333333, 0 -0.701150333333333, 1 -0.701214291666667, 0 -0.701232208333333, 1 -0.701290125000000, 0 -0.701308041666667, 1 -0.701344750000000, 0 -0.701362625000000, 1 -0.701587333333333, 0 -0.701605208333333, 1 -0.701757166666667, 0 -0.701775041666667, 1 -0.701829916666667, 0 -0.701847833333333, 1 -0.701872375000000, 0 -0.701890291666667, 1 -0.701917875000000, 0 -0.701935750000000, 1 -0.701972458333333, 0 -0.701990333333333, 1 -0.702039166666667, 0 -0.702057083333333, 1 -0.702075541666667, 0 -0.702093416666667, 1 -0.702151375000000, 0 -0.702169250000000, 1 -0.702224125000000, 0 -0.702242041666667, 1 -0.702478875000000, 0 -0.702496791666667, 1 -0.702648750000000, 0 -0.702666625000000, 1 -0.702721458333333, 0 -0.702739458333333, 1 -0.702763958333333, 0 -0.702781791666667, 1 -0.702809458333333, 0 -0.702827375000000, 1 -0.702864041666667, 0 -0.702881916666667, 1 -0.702930750000000, 0 -0.702948583333333, 1 -0.702970166666667, 0 -0.702988041666667, 1 -0.703045958333333, 0 -0.703063875000000, 1 -0.703124791666667, 0 -0.703142708333333, 1 -0.703370458333333, 0 -0.703388333333333, 1 -0.703540250000000, 0 -0.703558166666667, 1 -0.703576666666667, 0 -0.703594583333333, 1 -0.703619125000000, 0 -0.703637083333333, 1 -0.703664583333333, 0 -0.703682541666667, 1 -0.703719208333333, 0 -0.703737125000000, 1 -0.703785916666667, 0 -0.703803791666667, 1 -0.703828375000000, 0 -0.703846250000000, 1 -0.703904166666667, 0 -0.703922000000000, 1 -0.703964791666667, 0 -0.703982750000000, 1 -0.704262000000000, 0 -0.704279916666667, 1 -0.704431833333333, 0 -0.704449750000000, 1 -0.704468208333333, 0 -0.704486125000000, 1 -0.704510708333333, 0 -0.704528583333333, 1 -0.704556208333333, 0 -0.704574083333333, 1 -0.704610750000000, 0 -0.704628666666667, 1 -0.704677500000000, 0 -0.704695375000000, 1 -0.704722958333333, 0 -0.704740833333333, 1 -0.704798791666667, 0 -0.704816666666667, 1 -0.704865541666667, 0 -0.704883375000000, 1 -0.705153583333333, 0 -0.705171500000000, 1 -0.705323416666667, 0 -0.705341333333333, 1 -0.705359833333333, 0 -0.705377708333333, 1 -0.705402291666667, 0 -0.705420166666667, 1 -0.705447791666667, 0 -0.705465666666667, 1 -0.705502375000000, 0 -0.705520250000000, 1 -0.705569083333333, 0 -0.705586958333333, 1 -0.705617583333333, 0 -0.705635458333333, 1 -0.705693375000000, 0 -0.705711250000000, 1 -0.705741916666667, 0 -0.705759791666667, 1 -0.706045166666667, 0 -0.706063041666667, 1 -0.706215000000000, 0 -0.706232875000000, 1 -0.706251416666667, 0 -0.706269291666667, 1 -0.706293833333333, 0 -0.706311750000000, 1 -0.706339333333333, 0 -0.706357208333333, 1 -0.706393916666667, 0 -0.706411833333333, 1 -0.706460625000000, 0 -0.706478500000000, 1 -0.706512166666667, 0 -0.706530041666667, 1 -0.706588000000000, 0 -0.706605875000000, 1 -0.706642583333333, 0 -0.706660458333333, 1 -0.706936750000000, 0 -0.706954625000000, 1 -0.707106583333333, 0 -0.707124458333333, 1 -0.707142958333333, 0 -0.707160833333333, 1 -0.707185416666667, 0 -0.707203291666667, 1 -0.707230916666667, 0 -0.707248791666667, 1 -0.707285500000000, 0 -0.707303375000000, 1 -0.707352166666667, 0 -0.707370083333333, 1 -0.707406791666667, 0 -0.707424666666667, 1 -0.707482583333333, 0 -0.707500500000000, 1 -0.707518958333333, 0 -0.707536875000000, 1 -0.707828291666667, 0 -0.707846208333333, 1 -0.707998166666667, 0 -0.708016083333333, 1 -0.708034500000000, 0 -0.708052416666667, 1 -0.708077000000000, 0 -0.708094916666667, 1 -0.708122458333333, 0 -0.708140375000000, 1 -0.708177083333333, 0 -0.708194958333333, 1 -0.708243791666667, 0 -0.708261666666667, 1 -0.708301416666667, 0 -0.708319375000000, 1 -0.708377333333333, 0 -0.708395125000000, 1 -0.708419708333333, 0 -0.708437583333333, 1 -0.708719916666667, 0 -0.708737791666667, 1 -0.708889750000000, 0 -0.708907625000000, 1 -0.708926125000000, 0 -0.708944041666667, 1 -0.708968583333333, 0 -0.708986500000000, 1 -0.709014041666667, 0 -0.709032000000000, 1 -0.709068666666667, 0 -0.709086583333333, 1 -0.709135416666667, 0 -0.709153291666667, 1 -0.709196041666667, 0 -0.709213916666667, 1 -0.709271875000000, 0 -0.709289750000000, 1 -0.709311250000000, 0 -0.709329166666667, 1 -0.709611500000000, 0 -0.709629375000000, 1 -0.709781333333333, 0 -0.709799208333333, 1 -0.709817708333333, 0 -0.709835625000000, 1 -0.709860166666667, 0 -0.709878083333333, 1 -0.709905708333333, 0 -0.709923583333333, 1 -0.709957250000000, 0 -0.709975125000000, 1 -0.710023958333333, 0 -0.710041833333333, 1 -0.710087625000000, 0 -0.710105500000000, 1 -0.710163458333333, 0 -0.710181333333333, 1 -0.710245333333333, 0 -0.710263250000000, 1 -0.710503125000000, 0 -0.710521000000000, 1 -0.710672958333333, 0 -0.710690833333333, 1 -0.710709333333333, 0 -0.710727250000000, 1 -0.710751833333333, 0 -0.710769708333333, 1 -0.710797291666667, 0 -0.710815166666667, 1 -0.710848833333333, 0 -0.710866708333333, 1 -0.710915541666667, 0 -0.710933416666667, 1 -0.710982250000000, 0 -0.711000166666667, 1 -0.711058083333333, 0 -0.711075958333333, 1 -0.711121750000000, 0 -0.711139625000000, 1 -0.711394666666667, 0 -0.711412541666667, 1 -0.711564541666667, 0 -0.711582291666667, 1 -0.711600916666667, 0 -0.711618833333333, 1 -0.711643375000000, 0 -0.711661291666667, 1 -0.711688875000000, 0 -0.711706791666667, 1 -0.711740375000000, 0 -0.711758291666667, 1 -0.711807125000000, 0 -0.711825000000000, 1 -0.711876875000000, 0 -0.711894708333333, 1 -0.711952666666667, 0 -0.711970583333333, 1 -0.712022458333333, 0 -0.712040333333333, 1 -0.712286291666667, 0 -0.712304166666667, 1 -0.712456125000000, 0 -0.712474041666667, 1 -0.712516791666667, 0 -0.712534666666667, 1 -0.712559250000000, 0 -0.712577125000000, 1 -0.712604708333333, 0 -0.712622625000000, 1 -0.712656291666667, 0 -0.712674166666667, 1 -0.712723000000000, 0 -0.712740875000000, 1 -0.712795791666667, 0 -0.712813666666667, 1 -0.712871625000000, 0 -0.712889500000000, 1 -0.712923166666667, 0 -0.712941041666667, 1 -0.713177916666667, 0 -0.713195791666667, 1 -0.713347750000000, 0 -0.713365625000000, 1 -0.713384166666667, 0 -0.713402041666667, 1 -0.713426583333333, 0 -0.713444500000000, 1 -0.713472083333333, 0 -0.713490000000000, 1 -0.713526666666667, 0 -0.713544583333333, 1 -0.713593375000000, 0 -0.713611250000000, 1 -0.713669208333333, 0 -0.713687083333333, 1 -0.713745000000000, 0 -0.713762916666667, 1 -0.713814750000000, 0 -0.713832666666667, 1 -0.714069500000000, 0 -0.714087416666667, 1 -0.714239375000000, 0 -0.714257250000000, 1 -0.714312125000000, 0 -0.714330041666667, 1 -0.714354583333333, 0 -0.714372500000000, 1 -0.714400083333333, 0 -0.714417958333333, 1 -0.714454666666667, 0 -0.714472541666667, 1 -0.714521375000000, 0 -0.714539250000000, 1 -0.714600208333333, 0 -0.714618125000000, 1 -0.714676041666667, 0 -0.714693916666667, 1 -0.714751875000000, 0 -0.714769750000000, 1 -0.714961125000000, 0 -0.714979000000000, 1 -0.715130958333333, 0 -0.715148833333333, 1 -0.715191625000000, 0 -0.715209500000000, 1 -0.715234083333333, 0 -0.715251958333333, 1 -0.715279541666667, 0 -0.715297458333333, 1 -0.715334125000000, 0 -0.715352041666667, 1 -0.715400833333333, 0 -0.715418750000000, 1 -0.715482750000000, 0 -0.715500625000000, 1 -0.715558541666667, 0 -0.715576416666667, 1 -0.715640416666667, 0 -0.715658333333333, 1 -0.715852708333333, 0 -0.715870583333333, 1 -0.716022541666667, 0 -0.716040458333333, 1 -0.716083250000000, 0 -0.716101125000000, 1 -0.716125666666667, 0 -0.716143583333333, 1 -0.716171125000000, 0 -0.716189000000000, 1 -0.716225750000000, 0 -0.716243625000000, 1 -0.716295500000000, 0 -0.716313375000000, 1 -0.716331833333333, 0 -0.716349750000000, 1 -0.716407458333333, 0 -0.716407500000000, 1 -0.716407666666667, 0 -0.716425583333333, 1 -0.716477458333333, 0 -0.716495291666667, 1 -0.716744291666667, 0 -0.716762208333333, 1 -0.716914125000000, 0 -0.716932041666667, 1 -0.716986958333333, 0 -0.717004833333333, 1 -0.717029375000000, 0 -0.717047291666667, 1 -0.717074875000000, 0 -0.717092791666667, 1 -0.717129458333333, 0 -0.717147375000000, 1 -0.717199208333333, 0 -0.717217083333333, 1 -0.717238625000000, 0 -0.717256458333333, 1 -0.717314458333333, 0 -0.717332333333333, 1 -0.717378125000000, 0 -0.717396083333333, 1 -0.717635916666667, 0 -0.717653791666667, 1 -0.717805750000000, 0 -0.717823625000000, 1 -0.717866416666667, 0 -0.717884291666667, 1 -0.717908875000000, 0 -0.717926750000000, 1 -0.717954333333333, 0 -0.717972250000000, 1 -0.718005875000000, 0 -0.718023750000000, 1 -0.718075625000000, 0 -0.718093541666667, 1 -0.718118083333333, 0 -0.718135958333333, 1 -0.718193916666667, 0 -0.718211791666667, 1 -0.718239416666667, 0 -0.718257291666667, 1 -0.718527500000000, 0 -0.718545416666667, 1 -0.718697375000000, 0 -0.718715250000000, 1 -0.718770041666667, 0 -0.718770083333333, 1 -0.718770166666667, 0 -0.718788083333333, 1 -0.718812625000000, 0 -0.718830500000000, 1 -0.718858125000000, 0 -0.718876000000000, 1 -0.718912666666667, 0 -0.718930583333333, 1 -0.718982416666667, 0 -0.719000333333333, 1 -0.719027916666667, 0 -0.719045833333333, 1 -0.719103750000000, 0 -0.719121625000000, 1 -0.719179541666667, 0 -0.719197458333333, 1 -0.719419125000000, 0 -0.719437041666667, 1 -0.719589000000000, 0 -0.719606875000000, 1 -0.719625333333333, 0 -0.719643166666667, 1 -0.719667833333333, 0 -0.719685750000000, 1 -0.719713291666667, 0 -0.719731208333333, 1 -0.719767875000000, 0 -0.719785791666667, 1 -0.719837666666667, 0 -0.719855541666667, 1 -0.719886166666667, 0 -0.719904041666667, 1 -0.719961958333333, 0 -0.719979875000000, 1 -0.720007500000000, 0 -0.720025416666667, 1 -0.720310750000000, 0 -0.720328625000000, 1 -0.720480583333333, 0 -0.720498500000000, 1 -0.720529125000000, 0 -0.720546958333333, 1 -0.720571583333333, 0 -0.720589458333333, 1 -0.720617083333333, 0 -0.720634958333333, 1 -0.720668625000000, 0 -0.720686500000000, 1 -0.720738375000000, 0 -0.720756250000000, 1 -0.720789958333333, 0 -0.720807791666667, 1 -0.720865666666667, 0 -0.720883666666667, 1 -0.720941541666667, 0 -0.720959458333333, 1 -0.721202375000000, 0 -0.721220291666667, 1 -0.721372208333333, 0 -0.721390125000000, 1 -0.721445000000000, 0 -0.721462916666667, 1 -0.721487500000000, 0 -0.721505375000000, 1 -0.721532958333333, 0 -0.721550833333333, 1 -0.721584500000000, 0 -0.721602416666667, 1 -0.721654250000000, 0 -0.721672166666667, 1 -0.721708833333333, 0 -0.721726750000000, 1 -0.721784666666667, 0 -0.721802541666667, 1 -0.721854416666667, 0 -0.721872333333333, 1 -0.722094000000000, 0 -0.722111916666667, 1 -0.722263875000000, 0 -0.722281750000000, 1 -0.722300250000000, 0 -0.722318125000000, 1 -0.722342708333333, 0 -0.722360625000000, 1 -0.722388208333333, 0 -0.722406083333333, 1 -0.722442791666667, 0 -0.722460666666667, 1 -0.722512541666667, 0 -0.722530416666667, 1 -0.722570125000000, 0 -0.722588041666667, 1 -0.722645958333333, 0 -0.722663833333333, 1 -0.722697541666667, 0 -0.722715416666667, 1 -0.722985625000000, 0 -0.723003500000000, 1 -0.723155458333333, 0 -0.723173333333333, 1 -0.723191875000000, 0 -0.723209750000000, 1 -0.723234291666667, 0 -0.723252208333333, 1 -0.723279791666667, 0 -0.723297708333333, 1 -0.723334375000000, 0 -0.723352291666667, 1 -0.723404125000000, 0 -0.723422000000000, 1 -0.723464791666667, 0 -0.723482666666667, 1 -0.723540583333333, 0 -0.723558500000000, 1 -0.723595208333333, 0 -0.723613083333333, 1 -0.723877250000000, 0 -0.723895166666667, 1 -0.724047083333333, 0 -0.724065000000000, 1 -0.724119875000000, 0 -0.724137791666667, 1 -0.724162333333333, 0 -0.724180208333333, 1 -0.724207833333333, 0 -0.724225708333333, 1 -0.724262416666667, 0 -0.724280291666667, 1 -0.724332125000000, 0 -0.724350041666667, 1 -0.724395833333333, 0 -0.724413791666667, 1 -0.724471666666667, 0 -0.724489541666667, 1 -0.724520166666667, 0 -0.724538041666667, 1 -0.724768833333333, 0 -0.724786750000000, 1 -0.724938666666667, 0 -0.724956583333333, 1 -0.724975041666667, 0 -0.724992958333333, 1 -0.725017500000000, 0 -0.725035416666667, 1 -0.725063041666667, 0 -0.725080916666667, 1 -0.725117583333333, 0 -0.725135458333333, 1 -0.725187375000000, 0 -0.725205250000000, 1 -0.725254041666667, 0 -0.725271958333333, 1 -0.725329875000000, 0 -0.725347750000000, 1 -0.725372333333333, 0 -0.725390250000000, 1 -0.725660416666667, 0 -0.725678333333333, 1 -0.725830250000000, 0 -0.725848166666667, 1 -0.725878791666667, 0 -0.725896708333333, 1 -0.725921250000000, 0 -0.725939125000000, 1 -0.725966750000000, 0 -0.725984625000000, 1 -0.726021333333333, 0 -0.726039208333333, 1 -0.726091083333333, 0 -0.726108958333333, 1 -0.726160791666667, 0 -0.726178708333333, 1 -0.726236625000000, 0 -0.726254541666667, 1 -0.726273041666667, 0 -0.726290916666667, 1 -0.726552041666667, 0 -0.726569791666667, 1 -0.726569833333333, 0 -0.726569958333333, 1 -0.726721875000000, 0 -0.726739791666667, 1 -0.726770416666667, 0 -0.726788291666667, 1 -0.726812875000000, 0 -0.726830750000000, 1 -0.726858375000000, 0 -0.726876250000000, 1 -0.726912916666667, 0 -0.726930833333333, 1 -0.726982708333333, 0 -0.727000583333333, 1 -0.727055500000000, 0 -0.727073375000000, 1 -0.727131291666667, 0 -0.727149166666667, 1 -0.727210125000000, 0 -0.727228041666667, 1 -0.727443666666667, 0 -0.727461541666667, 1 -0.727613500000000, 0 -0.727631416666667, 1 -0.727674166666667, 0 -0.727692083333333, 1 -0.727716625000000, 0 -0.727734500000000, 1 -0.727762125000000, 0 -0.727780000000000, 1 -0.727816625000000, 0 -0.727834583333333, 1 -0.727886416666667, 0 -0.727904375000000, 1 -0.727962250000000, 0 -0.727980166666667, 1 -0.728038083333333, 0 -0.728056000000000, 1 -0.728110833333333, 0 -0.728128750000000, 1 -0.728335291666667, 0 -0.728353166666667, 1 -0.728505083333333, 0 -0.728523000000000, 1 -0.728565791666667, 0 -0.728583666666667, 1 -0.728608250000000, 0 -0.728626125000000, 1 -0.728653750000000, 0 -0.728671625000000, 1 -0.728708291666667, 0 -0.728726166666667, 1 -0.728778083333333, 0 -0.728795958333333, 1 -0.728856916666667, 0 -0.728874791666667, 1 -0.728932708333333, 0 -0.728950625000000, 1 -0.728999458333333, 0 -0.729017333333333, 1 -0.729226916666667, 0 -0.729244791666667, 1 -0.729396666666667, 0 -0.729414625000000, 1 -0.729445291666667, 0 -0.729463166666667, 1 -0.729487708333333, 0 -0.729505625000000, 1 -0.729533208333333, 0 -0.729551125000000, 1 -0.729587791666667, 0 -0.729605708333333, 1 -0.729657541666667, 0 -0.729675416666667, 1 -0.729739416666667, 0 -0.729757333333333, 1 -0.729815250000000, 0 -0.729833166666667, 1 -0.729875916666667, 0 -0.729893833333333, 1 -0.730118500000000, 0 -0.730136416666667, 1 -0.730288375000000, 0 -0.730306250000000, 1 -0.730349000000000, 0 -0.730366916666667, 1 -0.730391500000000, 0 -0.730409375000000, 1 -0.730436958333333, 0 -0.730454833333333, 1 -0.730491541666667, 0 -0.730509458333333, 1 -0.730564333333333, 0 -0.730582208333333, 1 -0.730600666666667, 0 -0.730618583333333, 1 -0.730676541666667, 0 -0.730694416666667, 1 -0.730722000000000, 0 -0.730739916666667, 1 -0.731010125000000, 0 -0.731028000000000, 1 -0.731179958333333, 0 -0.731197833333333, 1 -0.731252750000000, 0 -0.731270625000000, 1 -0.731295208333333, 0 -0.731313083333333, 1 -0.731340708333333, 0 -0.731358583333333, 1 -0.731395291666667, 0 -0.731413166666667, 1 -0.731468041666667, 0 -0.731485958333333, 1 -0.731507458333333, 0 -0.731525375000000, 1 -0.731583291666667, 0 -0.731601208333333, 1 -0.731622708333333, 0 -0.731640625000000, 1 -0.731901750000000, 0 -0.731919625000000, 1 -0.732071583333333, 0 -0.732089458333333, 1 -0.732144375000000, 0 -0.732162250000000, 1 -0.732186833333333, 0 -0.732204708333333, 1 -0.732232291666667, 0 -0.732250208333333, 1 -0.732286875000000, 0 -0.732304791666667, 1 -0.732359666666667, 0 -0.732377541666667, 1 -0.732402125000000, 0 -0.732420041666667, 1 -0.732477958333333, 0 -0.732495833333333, 1 -0.732535583333333, 0 -0.732553458333333, 1 -0.732793333333333, 0 -0.732811250000000, 1 -0.732963208333333, 0 -0.732981083333333, 1 -0.733023833333333, 0 -0.733041750000000, 1 -0.733066291666667, 0 -0.733084208333333, 1 -0.733111791666667, 0 -0.733129500000000, 1 -0.733129583333333, 0 -0.733129666666667, 1 -0.733166333333333, 0 -0.733184250000000, 1 -0.733239125000000, 0 -0.733257000000000, 1 -0.733284625000000, 0 -0.733302500000000, 1 -0.733360416666667, 0 -0.733378333333333, 1 -0.733412000000000, 0 -0.733429875000000, 1 -0.733684916666667, 0 -0.733702833333333, 1 -0.733854750000000, 0 -0.733872666666667, 1 -0.733927541666667, 0 -0.733945458333333, 1 -0.733970000000000, 0 -0.733987875000000, 1 -0.734015458333333, 0 -0.734033375000000, 1 -0.734070083333333, 0 -0.734087958333333, 1 -0.734142833333333, 0 -0.734160750000000, 1 -0.734191375000000, 0 -0.734209250000000, 1 -0.734267208333333, 0 -0.734285083333333, 1 -0.734336958333333, 0 -0.734354833333333, 1 -0.734576541666667, 0 -0.734594416666667, 1 -0.734746375000000, 0 -0.734764250000000, 1 -0.734819125000000, 0 -0.734837041666667, 1 -0.734861625000000, 0 -0.734879500000000, 1 -0.734907083333333, 0 -0.734925000000000, 1 -0.734961666666667, 0 -0.734979541666667, 1 -0.735034458333333, 0 -0.735052333333333, 1 -0.735086000000000, 0 -0.735103875000000, 1 -0.735161750000000, 0 -0.735161791666667, 1 -0.735161833333333, 0 -0.735179708333333, 1 -0.735225541666667, 0 -0.735243416666667, 1 -0.735468125000000, 0 -0.735486000000000, 1 -0.735637958333333, 0 -0.735655833333333, 1 -0.735674333333333, 0 -0.735692250000000, 1 -0.735716791666667, 0 -0.735734666666667, 1 -0.735762291666667, 0 -0.735780166666667, 1 -0.735816875000000, 0 -0.735834791666667, 1 -0.735889666666667, 0 -0.735907541666667, 1 -0.735944250000000, 0 -0.735962166666667, 1 -0.736020083333333, 0 -0.736037916666667, 1 -0.736101958333333, 0 -0.736119833333333, 1 -0.736359666666667, 0 -0.736377541666667, 1 -0.736529541666667, 0 -0.736547458333333, 1 -0.736565958333333, 0 -0.736583833333333, 1 -0.736608416666667, 0 -0.736626333333333, 1 -0.736653916666667, 0 -0.736671791666667, 1 -0.736705458333333, 0 -0.736723291666667, 1 -0.736778250000000, 0 -0.736796083333333, 1 -0.736835833333333, 0 -0.736853708333333, 1 -0.736911666666667, 0 -0.736929541666667, 1 -0.736951125000000, 0 -0.736968958333333, 1 -0.737251333333333, 0 -0.737269208333333, 1 -0.737421166666667, 0 -0.737439083333333, 1 -0.737457541666667, 0 -0.737475458333333, 1 -0.737500000000000, 0 -0.737517916666667, 1 -0.737545500000000, 0 -0.737563416666667, 1 -0.737597041666667, 0 -0.737614875000000, 1 -0.737669750000000, 0 -0.737687708333333, 1 -0.737730500000000, 0 -0.737748375000000, 1 -0.737806333333333, 0 -0.737824208333333, 1 -0.737848750000000, 0 -0.737866625000000, 1 -0.738142916666667, 0 -0.738160791666667, 1 -0.738312708333333, 0 -0.738330625000000, 1 -0.738349125000000, 0 -0.738367041666667, 1 -0.738391625000000, 0 -0.738409500000000, 1 -0.738437083333333, 0 -0.738454958333333, 1 -0.738491666666667, 0 -0.738509541666667, 1 -0.738564416666667, 0 -0.738582333333333, 1 -0.738628083333333, 0 -0.738645958333333, 1 -0.738703916666667, 0 -0.738721833333333, 1 -0.738776708333333, 0 -0.738794625000000, 1 -0.739034458333333, 0 -0.739052333333333, 1 -0.739204291666667, 0 -0.739222208333333, 1 -0.739240666666667, 0 -0.739258583333333, 1 -0.739283166666667, 0 -0.739301041666667, 1 -0.739328625000000, 0 -0.739346541666667, 1 -0.739380166666667, 0 -0.739398083333333, 1 -0.739452958333333, 0 -0.739470833333333, 1 -0.739519625000000, 0 -0.739537541666667, 1 -0.739595458333333, 0 -0.739613375000000, 1 -0.739650083333333, 0 -0.739667958333333, 1 -0.739926041666667, 0 -0.739943916666667, 1 -0.740095875000000, 0 -0.740113791666667, 1 -0.740132250000000, 0 -0.740150166666667, 1 -0.740174708333333, 0 -0.740192625000000, 1 -0.740220250000000, 0 -0.740238125000000, 1 -0.740271791666667, 0 -0.740289666666667, 1 -0.740344541666667, 0 -0.740362458333333, 1 -0.740414291666667, 0 -0.740432208333333, 1 -0.740490125000000, 0 -0.740508041666667, 1 -0.740538666666667, 0 -0.740556541666667, 1 -0.740817625000000, 0 -0.740835541666667, 1 -0.740987458333333, 0 -0.741005375000000, 1 -0.741023833333333, 0 -0.741041708333333, 1 -0.741066333333333, 0 -0.741084208333333, 1 -0.741111750000000, 0 -0.741129708333333, 1 -0.741166375000000, 0 -0.741184291666667, 1 -0.741239166666667, 0 -0.741257000000000, 1 -0.741311958333333, 0 -0.741329791666667, 1 -0.741387791666667, 0 -0.741405625000000, 1 -0.741442333333333, 0 -0.741460083333333, 1 -0.741460125000000, 0 -0.741460208333333, 1 -0.741709208333333, 0 -0.741727083333333, 1 -0.741879000000000, 0 -0.741896916666667, 1 -0.741915375000000, 0 -0.741933208333333, 1 -0.741957875000000, 0 -0.741975708333333, 1 -0.742003375000000, 0 -0.742021250000000, 1 -0.742057916666667, 0 -0.742075833333333, 1 -0.742130625000000, 0 -0.742148583333333, 1 -0.742206500000000, 0 -0.742224375000000, 1 -0.742282333333333, 0 -0.742300208333333, 1 -0.742330833333333, 0 -0.742348750000000, 1 -0.742600750000000, 0 -0.742618625000000, 1 -0.742770583333333, 0 -0.742788458333333, 1 -0.742807000000000, 0 -0.742824875000000, 1 -0.742849458333333, 0 -0.742867333333333, 1 -0.742894916666667, 0 -0.742912833333333, 1 -0.742946500000000, 0 -0.742964208333333, 1 -0.742964250000000, 0 -0.742964333333333, 1 -0.742964375000000, 0 -0.742964416666667, 1 -0.743019250000000, 0 -0.743037125000000, 1 -0.743098125000000, 0 -0.743116000000000, 1 -0.743174000000000, 0 -0.743191791666667, 1 -0.743252791666667, 0 -0.743270666666667, 1 -0.743492333333333, 0 -0.743510208333333, 1 -0.743662166666667, 0 -0.743680041666667, 1 -0.743698541666667, 0 -0.743716458333333, 1 -0.743741000000000, 0 -0.743758875000000, 1 -0.743786500000000, 0 -0.743804416666667, 1 -0.743841083333333, 0 -0.743858958333333, 1 -0.743913833333333, 0 -0.743931708333333, 1 -0.743995708333333, 0 -0.744013666666667, 1 -0.744071541666667, 0 -0.744089416666667, 1 -0.744107916666667, 0 -0.744125833333333, 1 -0.744383875000000, 0 -0.744401750000000, 1 -0.744553708333333, 0 -0.744571625000000, 1 -0.744614375000000, 0 -0.744632250000000, 1 -0.744656833333333, 0 -0.744674708333333, 1 -0.744702333333333, 0 -0.744720208333333, 1 -0.744756916666667, 0 -0.744774791666667, 1 -0.744832708333333, 0 -0.744850583333333, 1 -0.744869083333333, 0 -0.744886958333333, 1 -0.744944958333333, 0 -0.744962750000000, 1 -0.744993458333333, 0 -0.745011333333333, 1 -0.745275458333333, 0 -0.745293375000000, 1 -0.745445333333333, 0 -0.745463208333333, 1 -0.745481666666667, 0 -0.745499625000000, 1 -0.745524166666667, 0 -0.745542000000000, 1 -0.745569666666667, 0 -0.745587583333333, 1 -0.745624208333333, 0 -0.745642125000000, 1 -0.745700041666667, 0 -0.745717916666667, 1 -0.745739500000000, 0 -0.745757333333333, 1 -0.745815250000000, 0 -0.745833166666667, 1 -0.745869833333333, 0 -0.745887750000000, 1 -0.746167041666667, 0 -0.746184916666667, 1 -0.746336875000000, 0 -0.746354791666667, 1 -0.746409666666667, 0 -0.746427583333333, 1 -0.746452125000000, 0 -0.746470041666667, 1 -0.746497625000000, 0 -0.746515500000000, 1 -0.746552208333333, 0 -0.746570083333333, 1 -0.746628000000000, 0 -0.746645875000000, 1 -0.746670458333333, 0 -0.746688333333333, 1 -0.746746291666667, 0 -0.746764166666667, 1 -0.746782666666667, 0 -0.746800541666667, 1 -0.747058625000000, 0 -0.747076541666667, 1 -0.747228458333333, 0 -0.747246333333333, 1 -0.747301250000000, 0 -0.747319166666667, 1 -0.747343708333333, 0 -0.747361583333333, 1 -0.747389208333333, 0 -0.747407083333333, 1 -0.747443791666667, 0 -0.747461666666667, 1 -0.747519583333333, 0 -0.747537458333333, 1 -0.747565083333333, 0 -0.747582958333333, 1 -0.747640875000000, 0 -0.747658750000000, 1 -0.747683333333333, 0 -0.747701250000000, 1 -0.747950208333333, 0 -0.747968083333333, 1 -0.748120041666667, 0 -0.748137916666667, 1 -0.748180708333333, 0 -0.748198583333333, 1 -0.748223166666667, 0 -0.748241041666667, 1 -0.748268625000000, 0 -0.748286541666667, 1 -0.748320166666667, 0 -0.748338083333333, 1 -0.748396000000000, 0 -0.748413916666667, 1 -0.748444541666667, 0 -0.748462416666667, 1 -0.748520333333333, 0 -0.748538250000000, 1 -0.748556750000000, 0 -0.748574625000000, 1 -0.748841833333333, 0 -0.748859666666667, 1 -0.749011666666667, 0 -0.749029541666667, 1 -0.749072291666667, 0 -0.749090208333333, 1 -0.749114750000000, 0 -0.749132625000000, 1 -0.749160250000000, 0 -0.749178083333333, 1 -0.749214791666667, 0 -0.749232666666667, 1 -0.749290625000000, 0 -0.749308500000000, 1 -0.749342166666667, 0 -0.749360125000000, 1 -0.749418000000000, 0 -0.749435916666667, 1 -0.749496833333333, 0 -0.749514750000000, 1 -0.749733375000000, 0 -0.749751291666667, 1 -0.749903041666667, 0 -0.749903083333333, 1 -0.749903208333333, 0 -0.749921083333333, 1 -0.749963875000000, 0 -0.749981750000000, 1 -0.750006333333333, 0 -0.750024208333333, 1 -0.750051833333333, 0 -0.750069708333333, 1 -0.750106291666667, 0 -0.750106375000000, 1 -0.750106416666667, 0 -0.750124291666667, 1 -0.750182208333333, 0 -0.750200083333333, 1 -0.750236791666667, 0 -0.750254666666667, 1 -0.750312583333333, 0 -0.750330458333333, 1 -0.750373250000000, 0 -0.750391125000000, 1 -0.750624916666667, 0 -0.750642833333333, 1 -0.750794791666667, 0 -0.750812666666667, 1 -0.750855416666667, 0 -0.750873333333333, 1 -0.750897875000000, 0 -0.750915791666667, 1 -0.750943375000000, 0 -0.750961250000000, 1 -0.750997958333333, 0 -0.751015708333333, 1 -0.751015833333333, 0 -0.751015875000000, 1 -0.751073750000000, 0 -0.751091625000000, 1 -0.751131375000000, 0 -0.751149291666667, 1 -0.751207208333333, 0 -0.751225083333333, 1 -0.751273916666667, 0 -0.751291750000000, 1 -0.751291875000000, 0 -0.751291916666667, 1 -0.751516500000000, 0 -0.751534416666667, 1 -0.751686333333333, 0 -0.751704250000000, 1 -0.751722833333333, 0 -0.751740625000000, 1 -0.751765208333333, 0 -0.751783083333333, 1 -0.751810708333333, 0 -0.751828583333333, 1 -0.751865291666667, 0 -0.751883166666667, 1 -0.751941083333333, 0 -0.751958958333333, 1 -0.752001708333333, 0 -0.752019583333333, 1 -0.752077541666667, 0 -0.752095416666667, 1 -0.752141208333333, 0 -0.752159125000000, 1 -0.752408083333333, 0 -0.752425958333333, 1 -0.752577875000000, 0 -0.752595833333333, 1 -0.752614291666667, 0 -0.752632208333333, 1 -0.752656750000000, 0 -0.752674666666667, 1 -0.752702250000000, 0 -0.752720166666667, 1 -0.752756833333333, 0 -0.752774708333333, 1 -0.752832625000000, 0 -0.752850500000000, 1 -0.752896375000000, 0 -0.752914208333333, 1 -0.752972125000000, 0 -0.752990000000000, 1 -0.753041833333333, 0 -0.753059750000000, 1 -0.753299583333333, 0 -0.753317500000000, 1 -0.753469416666667, 0 -0.753487375000000, 1 -0.753530083333333, 0 -0.753548000000000, 1 -0.753572583333333, 0 -0.753590458333333, 1 -0.753618041666667, 0 -0.753635916666667, 1 -0.753669541666667, 0 -0.753687500000000, 1 -0.753745416666667, 0 -0.753763291666667, 1 -0.753812083333333, 0 -0.753830000000000, 1 -0.753887958333333, 0 -0.753905833333333, 1 -0.753927333333333, 0 -0.753945291666667, 1 -0.754191208333333, 0 -0.754209083333333, 1 -0.754361041666667, 0 -0.754378916666667, 1 -0.754397416666667, 0 -0.754415333333333, 1 -0.754439875000000, 0 -0.754457791666667, 1 -0.754485375000000, 0 -0.754503250000000, 1 -0.754539958333333, 0 -0.754557833333333, 1 -0.754615750000000, 0 -0.754633625000000, 1 -0.754685500000000, 0 -0.754703375000000, 1 -0.754761333333333, 0 -0.754779166666667, 1 -0.754843208333333, 0 -0.754861083333333, 1 -0.755082750000000, 0 -0.755100625000000, 1 -0.755252583333333, 0 -0.755270500000000, 1 -0.755288958333333, 0 -0.755306875000000, 1 -0.755331416666667, 0 -0.755349333333333, 1 -0.755376916666667, 0 -0.755394833333333, 1 -0.755428458333333, 0 -0.755446375000000, 1 -0.755504291666667, 0 -0.755522166666667, 1 -0.755577041666667, 0 -0.755594958333333, 1 -0.755652875000000, 0 -0.755670750000000, 1 -0.755728666666667, 0 -0.755746583333333, 1 -0.755974333333333, 0 -0.755992208333333, 1 -0.756144166666667, 0 -0.756162041666667, 1 -0.756204791666667, 0 -0.756222750000000, 1 -0.756247250000000, 0 -0.756265166666667, 1 -0.756292750000000, 0 -0.756310625000000, 1 -0.756344291666667, 0 -0.756362166666667, 1 -0.756420125000000, 0 -0.756438000000000, 1 -0.756495916666667, 0 -0.756513833333333, 1 -0.756571750000000, 0 -0.756589666666667, 1 -0.756653625000000, 0 -0.756671541666667, 1 -0.756865916666667, 0 -0.756883791666667, 1 -0.757035750000000, 0 -0.757053625000000, 1 -0.757072125000000, 0 -0.757090041666667, 1 -0.757114583333333, 0 -0.757132500000000, 1 -0.757160083333333, 0 -0.757177958333333, 1 -0.757211625000000, 0 -0.757229500000000, 1 -0.757287416666667, 0 -0.757305333333333, 1 -0.757366250000000, 0 -0.757384166666667, 1 -0.757442083333333, 0 -0.757459958333333, 1 -0.757505791666667, 0 -0.757523666666667, 1 -0.757757500000000, 0 -0.757775375000000, 1 -0.757927291666667, 0 -0.757945208333333, 1 -0.757975833333333, 0 -0.757993708333333, 1 -0.758018291666667, 0 -0.758036208333333, 1 -0.758063791666667, 0 -0.758081666666667, 1 -0.758115333333333, 0 -0.758133208333333, 1 -0.758191125000000, 0 -0.758209000000000, 1 -0.758273000000000, 0 -0.758290875000000, 1 -0.758348791666667, 0 -0.758366708333333, 1 -0.758418583333333, 0 -0.758436458333333, 1 -0.758649041666667, 0 -0.758666916666667, 1 -0.758818875000000, 0 -0.758836750000000, 1 -0.758879500000000, 0 -0.758897458333333, 1 -0.758921958333333, 0 -0.758939875000000, 1 -0.758967458333333, 0 -0.758985333333333, 1 -0.759022041666667, 0 -0.759039916666667, 1 -0.759100875000000, 0 -0.759118791666667, 1 -0.759137250000000, 0 -0.759155166666667, 1 -0.759213083333333, 0 -0.759231000000000, 1 -0.759288916666667, 0 -0.759306833333333, 1 -0.759540625000000, 0 -0.759558500000000, 1 -0.759710458333333, 0 -0.759728333333333, 1 -0.759746833333333, 0 -0.759764708333333, 1 -0.759789291666667, 0 -0.759807166666667, 1 -0.759834791666667, 0 -0.759852666666667, 1 -0.759889375000000, 0 -0.759907250000000, 1 -0.759968208333333, 0 -0.759986083333333, 1 -0.760007625000000, 0 -0.760025500000000, 1 -0.760083416666667, 0 -0.760101333333333, 1 -0.760165291666667, 0 -0.760183208333333, 1 -0.760432166666667, 0 -0.760450083333333, 1 -0.760601958333333, 0 -0.760619875000000, 1 -0.760638375000000, 0 -0.760656291666667, 1 -0.760680875000000, 0 -0.760698750000000, 1 -0.760726291666667, 0 -0.760744208333333, 1 -0.760777875000000, 0 -0.760795750000000, 1 -0.760856708333333, 0 -0.760874625000000, 1 -0.760899166666667, 0 -0.760917083333333, 1 -0.760975000000000, 0 -0.760992875000000, 1 -0.761026541666667, 0 -0.761044416666667, 1 -0.761323666666667, 0 -0.761341583333333, 1 -0.761493583333333, 0 -0.761511458333333, 1 -0.761542166666667, 0 -0.761560041666667, 1 -0.761584541666667, 0 -0.761602500000000, 1 -0.761630083333333, 0 -0.761647958333333, 1 -0.761681583333333, 0 -0.761699500000000, 1 -0.761760416666667, 0 -0.761778250000000, 1 -0.761805916666667, 0 -0.761823833333333, 1 -0.761881708333333, 0 -0.761899625000000, 1 -0.761939375000000, 0 -0.761957125000000, 1 -0.762215333333333, 0 -0.762233208333333, 1 -0.762385166666667, 0 -0.762403041666667, 1 -0.762445833333333, 0 -0.762463708333333, 1 -0.762488291666667, 0 -0.762506208333333, 1 -0.762533750000000, 0 -0.762551625000000, 1 -0.762588333333333, 0 -0.762606208333333, 1 -0.762667166666667, 0 -0.762685000000000, 1 -0.762715666666667, 0 -0.762733583333333, 1 -0.762791500000000, 0 -0.762809208333333, 1 -0.762809250000000, 0 -0.762809375000000, 1 -0.762843083333333, 0 -0.762860958333333, 1 -0.763106875000000, 0 -0.763124791666667, 1 -0.763276708333333, 0 -0.763294625000000, 1 -0.763349500000000, 0 -0.763367416666667, 1 -0.763392000000000, 0 -0.763409875000000, 1 -0.763437458333333, 0 -0.763455333333333, 1 -0.763492041666667, 0 -0.763509916666667, 1 -0.763570875000000, 0 -0.763588750000000, 1 -0.763622416666667, 0 -0.763640291666667, 1 -0.763698250000000, 0 -0.763716125000000, 1 -0.763755875000000, 0 -0.763773750000000, 1 -0.763998458333333, 0 -0.764016375000000, 1 -0.764168291666667, 0 -0.764186208333333, 1 -0.764241083333333, 0 -0.764258958333333, 1 -0.764283541666667, 0 -0.764301458333333, 1 -0.764329000000000, 0 -0.764346916666667, 1 -0.764383625000000, 0 -0.764401500000000, 1 -0.764462458333333, 0 -0.764480333333333, 1 -0.764517041666667, 0 -0.764534916666667, 1 -0.764592833333333, 0 -0.764610750000000, 1 -0.764632250000000, 0 -0.764650166666667, 1 -0.764890083333333, 0 -0.764907958333333, 1 -0.765059916666667, 0 -0.765077791666667, 1 -0.765120541666667, 0 -0.765138458333333, 1 -0.765163000000000, 0 -0.765180916666667, 1 -0.765208500000000, 0 -0.765226375000000, 1 -0.765263083333333, 0 -0.765280958333333, 1 -0.765341916666667, 0 -0.765359791666667, 1 -0.765399541666667, 0 -0.765417416666667, 1 -0.765475375000000, 0 -0.765493250000000, 1 -0.765520833333333, 0 -0.765538750000000, 1 -0.765781666666667, 0 -0.765799541666667, 1 -0.765951500000000, 0 -0.765969375000000, 1 -0.766024291666667, 0 -0.766042166666667, 1 -0.766066750000000, 0 -0.766084625000000, 1 -0.766112208333333, 0 -0.766130125000000, 1 -0.766166791666667, 0 -0.766184708333333, 1 -0.766245666666667, 0 -0.766263541666667, 1 -0.766306250000000, 0 -0.766324208333333, 1 -0.766382125000000, 0 -0.766399958333333, 1 -0.766400166666667, 0 -0.766400208333333, 1 -0.766418500000000, 0 -0.766436416666667, 1 -0.766673208333333, 0 -0.766691125000000, 1 -0.766843083333333, 0 -0.766861000000000, 1 -0.766915875000000, 0 -0.766933791666667, 1 -0.766958333333333, 0 -0.766976208333333, 1 -0.767003791666667, 0 -0.767021708333333, 1 -0.767058416666667, 0 -0.767076291666667, 1 -0.767137250000000, 0 -0.767155166666667, 1 -0.767200958333333, 0 -0.767218833333333, 1 -0.767276791666667, 0 -0.767294666666667, 1 -0.767319208333333, 0 -0.767337125000000, 1 -0.767564875000000, 0 -0.767582791666667, 1 -0.767734708333333, 0 -0.767752625000000, 1 -0.767771125000000, 0 -0.767788833333333, 1 -0.767788875000000, 0 -0.767788958333333, 1 -0.767813583333333, 0 -0.767831458333333, 1 -0.767859083333333, 0 -0.767876958333333, 1 -0.767913666666667, 0 -0.767931541666667, 1 -0.767992500000000, 0 -0.768010375000000, 1 -0.768059208333333, 0 -0.768077083333333, 1 -0.768135000000000, 0 -0.768152916666667, 1 -0.768183541666667, 0 -0.768201416666667, 1 -0.768456500000000, 0 -0.768474375000000, 1 -0.768626333333333, 0 -0.768644208333333, 1 -0.768662750000000, 0 -0.768680583333333, 1 -0.768705125000000, 0 -0.768723083333333, 1 -0.768750666666667, 0 -0.768768583333333, 1 -0.768805250000000, 0 -0.768823125000000, 1 -0.768884083333333, 0 -0.768901958333333, 1 -0.768953833333333, 0 -0.768971708333333, 1 -0.769029625000000, 0 -0.769047541666667, 1 -0.769084208333333, 0 -0.769102083333333, 1 -0.769348041666667, 0 -0.769365958333333, 1 -0.769517875000000, 0 -0.769535791666667, 1 -0.769554333333333, 0 -0.769572166666667, 1 -0.769596708333333, 0 -0.769614583333333, 1 -0.769642125000000, 0 -0.769660083333333, 1 -0.769693750000000, 0 -0.769711666666667, 1 -0.769772625000000, 0 -0.769790500000000, 1 -0.769845375000000, 0 -0.769863250000000, 1 -0.769921208333333, 0 -0.769939083333333, 1 -0.769969750000000, 0 -0.769987625000000, 1 -0.770239625000000, 0 -0.770257500000000, 1 -0.770409500000000, 0 -0.770427375000000, 1 -0.770445875000000, 0 -0.770463750000000, 1 -0.770488333333333, 0 -0.770506208333333, 1 -0.770533833333333, 0 -0.770551750000000, 1 -0.770588375000000, 0 -0.770606208333333, 1 -0.770667375000000, 0 -0.770685166666667, 1 -0.770743083333333, 0 -0.770760875000000, 1 -0.770818875000000, 0 -0.770836708333333, 1 -0.770885625000000, 0 -0.770903458333333, 1 -0.771131208333333, 0 -0.771149083333333, 1 -0.771301041666667, 0 -0.771318916666667, 1 -0.771337416666667, 0 -0.771355333333333, 1 -0.771379916666667, 0 -0.771397791666667, 1 -0.771425375000000, 0 -0.771443291666667, 1 -0.771476916666667, 0 -0.771494791666667, 1 -0.771555791666667, 0 -0.771573666666667, 1 -0.771634625000000, 0 -0.771652500000000, 1 -0.771710416666667, 0 -0.771728333333333, 1 -0.771746833333333, 0 -0.771764708333333, 1 -0.772022791666667, 0 -0.772040666666667, 1 -0.772192625000000, 0 -0.772210500000000, 1 -0.772229000000000, 0 -0.772246916666667, 1 -0.772271500000000, 0 -0.772289375000000, 1 -0.772316958333333, 0 -0.772334875000000, 1 -0.772368500000000, 0 -0.772386416666667, 1 -0.772447375000000, 0 -0.772465250000000, 1 -0.772529250000000, 0 -0.772547125000000, 1 -0.772605041666667, 0 -0.772622958333333, 1 -0.772647500000000, 0 -0.772665416666667, 1 -0.772914375000000, 0 -0.772932291666667, 1 -0.773084208333333, 0 -0.773102125000000, 1 -0.773120625000000, 0 -0.773138500000000, 1 -0.773163083333333, 0 -0.773180958333333, 1 -0.773208583333333, 0 -0.773226458333333, 1 -0.773260125000000, 0 -0.773278000000000, 1 -0.773342000000000, 0 -0.773359875000000, 1 -0.773378375000000, 0 -0.773396250000000, 1 -0.773454208333333, 0 -0.773472083333333, 1 -0.773508791666667, 0 -0.773526666666667, 1 -0.773805958333333, 0 -0.773823875000000, 1 -0.773975791666667, 0 -0.773993708333333, 1 -0.774012166666667, 0 -0.774030083333333, 1 -0.774054666666667, 0 -0.774072541666667, 1 -0.774100125000000, 0 -0.774118041666667, 1 -0.774154708333333, 0 -0.774172625000000, 1 -0.774236583333333, 0 -0.774254458333333, 1 -0.774276000000000, 0 -0.774293916666667, 1 -0.774351833333333, 0 -0.774369708333333, 1 -0.774412500000000, 0 -0.774430375000000, 1 -0.774697541666667, 0 -0.774715333333333, 1 -0.774867375000000, 0 -0.774885291666667, 1 -0.774903791666667, 0 -0.774921666666667, 1 -0.774946250000000, 0 -0.774964125000000, 1 -0.774991708333333, 0 -0.775009625000000, 1 -0.775046291666667, 0 -0.775064208333333, 1 -0.775128166666667, 0 -0.775146083333333, 1 -0.775170625000000, 0 -0.775188500000000, 1 -0.775246458333333, 0 -0.775264333333333, 1 -0.775325333333333, 0 -0.775343208333333, 1 -0.775589166666667, 0 -0.775607041666667, 1 -0.775759000000000, 0 -0.775776916666667, 1 -0.775795375000000, 0 -0.775813291666667, 1 -0.775837833333333, 0 -0.775855750000000, 1 -0.775883333333333, 0 -0.775901208333333, 1 -0.775937916666667, 0 -0.775955791666667, 1 -0.776019791666667, 0 -0.776037666666667, 1 -0.776065291666667, 0 -0.776083166666667, 1 -0.776141083333333, 0 -0.776159000000000, 1 -0.776213875000000, 0 -0.776231750000000, 1 -0.776480750000000, 0 -0.776498625000000, 1 -0.776650583333333, 0 -0.776668500000000, 1 -0.776711250000000, 0 -0.776729125000000, 1 -0.776753708333333, 0 -0.776771583333333, 1 -0.776799166666667, 0 -0.776817083333333, 1 -0.776853791666667, 0 -0.776871625000000, 1 -0.776935625000000, 0 -0.776953500000000, 1 -0.776984166666667, 0 -0.777002041666667, 1 -0.777059958333333, 0 -0.777077875000000, 1 -0.777102416666667, 0 -0.777120333333333, 1 -0.777372333333333, 0 -0.777390125000000, 1 -0.777542166666667, 0 -0.777560041666667, 1 -0.777578541666667, 0 -0.777596458333333, 1 -0.777621000000000, 0 -0.777638875000000, 1 -0.777666541666667, 0 -0.777684375000000, 1 -0.777718083333333, 0 -0.777735958333333, 1 -0.777799875000000, 0 -0.777817708333333, 1 -0.777851458333333, 0 -0.777869375000000, 1 -0.777927291666667, 0 -0.777945166666667, 1 -0.778000083333333, 0 -0.778018083333333, 1 -0.778263958333333, 0 -0.778281833333333, 1 -0.778433750000000, 0 -0.778451625000000, 1 -0.778506500000000, 0 -0.778524416666667, 1 -0.778549000000000, 0 -0.778566958333333, 1 -0.778594458333333, 0 -0.778612333333333, 1 -0.778646041666667, 0 -0.778663916666667, 1 -0.778727916666667, 0 -0.778745750000000, 1 -0.778782500000000, 0 -0.778800375000000, 1 -0.778858333333333, 0 -0.778876208333333, 1 -0.778925000000000, 0 -0.778942958333333, 1 -0.779155541666667, 0 -0.779173375000000, 1 -0.779325333333333, 0 -0.779343250000000, 1 -0.779386000000000, 0 -0.779403916666667, 1 -0.779428458333333, 0 -0.779446375000000, 1 -0.779473958333333, 0 -0.779491833333333, 1 -0.779528541666667, 0 -0.779546416666667, 1 -0.779610416666667, 0 -0.779628291666667, 1 -0.779668041666667, 0 -0.779685916666667, 1 -0.779743833333333, 0 -0.779761750000000, 1 -0.779792375000000, 0 -0.779810250000000, 1 -0.780047125000000, 0 -0.780065000000000, 1 -0.780216916666667, 0 -0.780234833333333, 1 -0.780289708333333, 0 -0.780307625000000, 1 -0.780332166666667, 0 -0.780350083333333, 1 -0.780377666666667, 0 -0.780395541666667, 1 -0.780432250000000, 0 -0.780450125000000, 1 -0.780514125000000, 0 -0.780532000000000, 1 -0.780574750000000, 0 -0.780592666666667, 1 -0.780650583333333, 0 -0.780668458333333, 1 -0.780708208333333, 0 -0.780726125000000, 1 -0.780938666666667, 0 -0.780956583333333, 1 -0.781108541666667, 0 -0.781126416666667, 1 -0.781169166666667, 0 -0.781187083333333, 1 -0.781211666666667, 0 -0.781229541666667, 1 -0.781257125000000, 0 -0.781275000000000, 1 -0.781311708333333, 0 -0.781329583333333, 1 -0.781393583333333, 0 -0.781411500000000, 1 -0.781457291666667, 0 -0.781475166666667, 1 -0.781533083333333, 0 -0.781551000000000, 1 -0.781584666666667, 0 -0.781602583333333, 1 -0.781830291666667, 0 -0.781848166666667, 1 -0.782000125000000, 0 -0.782018041666667, 1 -0.782072916666667, 0 -0.782090833333333, 1 -0.782115375000000, 0 -0.782133291666667, 1 -0.782160833333333, 0 -0.782178708333333, 1 -0.782215416666667, 0 -0.782233333333333, 1 -0.782297291666667, 0 -0.782315208333333, 1 -0.782364041666667, 0 -0.782381916666667, 1 -0.782439875000000, 0 -0.782457750000000, 1 -0.782485375000000, 0 -0.782503250000000, 1 -0.782721875000000, 0 -0.782739791666667, 1 -0.782891708333333, 0 -0.782909625000000, 1 -0.782952375000000, 0 -0.782970250000000, 1 -0.782994750000000, 0 -0.783012708333333, 1 -0.783040375000000, 0 -0.783058208333333, 1 -0.783091875000000, 0 -0.783109750000000, 1 -0.783173750000000, 0 -0.783191625000000, 1 -0.783243375000000, 0 -0.783243416666667, 1 -0.783243500000000, 0 -0.783261375000000, 1 -0.783319333333333, 0 -0.783337208333333, 1 -0.783395125000000, 0 -0.783413041666667, 1 -0.783613500000000, 0 -0.783631375000000, 1 -0.783783333333333, 0 -0.783801208333333, 1 -0.783819708333333, 0 -0.783837625000000, 1 -0.783862208333333, 0 -0.783880083333333, 1 -0.783907666666667, 0 -0.783925583333333, 1 -0.783962250000000, 0 -0.783980125000000, 1 -0.784044125000000, 0 -0.784062000000000, 1 -0.784116916666667, 0 -0.784134791666667, 1 -0.784192750000000, 0 -0.784210625000000, 1 -0.784274666666667, 0 -0.784292541666667, 1 -0.784505083333333, 0 -0.784523000000000, 1 -0.784674791666667, 0 -0.784674833333333, 1 -0.784674916666667, 0 -0.784692833333333, 1 -0.784711333333333, 0 -0.784729250000000, 1 -0.784753833333333, 0 -0.784771666666667, 1 -0.784799291666667, 0 -0.784817208333333, 1 -0.784853875000000, 0 -0.784871791666667, 1 -0.784935750000000, 0 -0.784953625000000, 1 -0.785011541666667, 0 -0.785029458333333, 1 -0.785087375000000, 0 -0.785105291666667, 1 -0.785163208333333, 0 -0.785181083333333, 1 -0.785396708333333, 0 -0.785414583333333, 1 -0.785566541666667, 0 -0.785584458333333, 1 -0.785627208333333, 0 -0.785645125000000, 1 -0.785669666666667, 0 -0.785687541666667, 1 -0.785715166666667, 0 -0.785733083333333, 1 -0.785772791666667, 0 -0.785790666666667, 1 -0.785854666666667, 0 -0.785872541666667, 1 -0.785933500000000, 0 -0.785951375000000, 1 -0.786009333333333, 0 -0.786027250000000, 1 -0.786091250000000, 0 -0.786109041666667, 1 -0.786288291666667, 0 -0.786306250000000, 1 -0.786458166666667, 0 -0.786476083333333, 1 -0.786494541666667, 0 -0.786512500000000, 1 -0.786537041666667, 0 -0.786554791666667, 1 -0.786555041666667, 0 -0.786555083333333, 1 -0.786582500000000, 0 -0.786600416666667, 1 -0.786637125000000, 0 -0.786655000000000, 1 -0.786719000000000, 0 -0.786736875000000, 1 -0.786800875000000, 0 -0.786818791666667, 1 -0.786876708333333, 0 -0.786894583333333, 1 -0.786940375000000, 0 -0.786958291666667, 1 -0.787179958333333, 0 -0.787197916666667, 1 -0.787349875000000, 0 -0.787367666666667, 1 -0.787386208333333, 0 -0.787404083333333, 1 -0.787428666666667, 0 -0.787446541666667, 1 -0.787474166666667, 0 -0.787492083333333, 1 -0.787525750000000, 0 -0.787543625000000, 1 -0.787562125000000, 0 -0.787579916666667, 1 -0.787598500000000, 0 -0.787616416666667, 1 -0.787674291666667, 0 -0.787692208333333, 1 -0.787747083333333, 0 -0.787765000000000, 1 -0.788071625000000, 0 -0.788089500000000, 1 -0.788241458333333, 0 -0.788259333333333, 1 -0.788302125000000, 0 -0.788320000000000, 1 -0.788344583333333, 0 -0.788362458333333, 1 -0.788390083333333, 0 -0.788407958333333, 1 -0.788438583333333, 0 -0.788456458333333, 1 -0.788474958333333, 0 -0.788492875000000, 1 -0.788514375000000, 0 -0.788532291666667, 1 -0.788590208333333, 0 -0.788608083333333, 1 -0.788656916666667, 0 -0.788674833333333, 1 -0.788963250000000, 0 -0.788981083333333, 1 -0.789133083333333, 0 -0.789151000000000, 1 -0.789169458333333, 0 -0.789187375000000, 1 -0.789211958333333, 0 -0.789229833333333, 1 -0.789257458333333, 0 -0.789275333333333, 1 -0.789312041666667, 0 -0.789329916666667, 1 -0.789348416666667, 0 -0.789366333333333, 1 -0.789390875000000, 0 -0.789408750000000, 1 -0.789466708333333, 0 -0.789484583333333, 1 -0.789515208333333, 0 -0.789533125000000, 1 -0.789854916666667, 0 -0.789872791666667, 1 -0.790024750000000, 0 -0.790042625000000, 1 -0.790061125000000, 0 -0.790079041666667, 1 -0.790103583333333, 0 -0.790121500000000, 1 -0.790149083333333, 0 -0.790167000000000, 1 -0.790203708333333, 0 -0.790221583333333, 1 -0.790240041666667, 0 -0.790257958333333, 1 -0.790285541666667, 0 -0.790303458333333, 1 -0.790361375000000, 0 -0.790379250000000, 1 -0.790415958333333, 0 -0.790433833333333, 1 -0.790746541666667, 0 -0.790764416666667, 1 -0.790916375000000, 0 -0.790934250000000, 1 -0.790977041666667, 0 -0.790994916666667, 1 -0.791019458333333, 0 -0.791037375000000, 1 -0.791064958333333, 0 -0.791082833333333, 1 -0.791119541666667, 0 -0.791137458333333, 1 -0.791155958333333, 0 -0.791173916666667, 1 -0.791204458333333, 0 -0.791222375000000, 1 -0.791280291666667, 0 -0.791298166666667, 1 -0.791340916666667, 0 -0.791358791666667, 1 -0.791638166666667, 0 -0.791656041666667, 1 -0.791808000000000, 0 -0.791825916666667, 1 -0.791844416666667, 0 -0.791862333333333, 1 -0.791886875000000, 0 -0.791904791666667, 1 -0.791932333333333, 0 -0.791950250000000, 1 -0.791986958333333, 0 -0.792004833333333, 1 -0.792023333333333, 0 -0.792041250000000, 1 -0.792074875000000, 0 -0.792092791666667, 1 -0.792150708333333, 0 -0.792168625000000, 1 -0.792217416666667, 0 -0.792235333333333, 1 -0.792529791666667, 0 -0.792547708333333, 1 -0.792699625000000, 0 -0.792717541666667, 1 -0.792760333333333, 0 -0.792778208333333, 1 -0.792802791666667, 0 -0.792820500000000, 1 -0.792820541666667, 0 -0.792820708333333, 1 -0.792848250000000, 0 -0.792866166666667, 1 -0.792902875000000, 0 -0.792920750000000, 1 -0.792939250000000, 0 -0.792956916666667, 1 -0.792956958333333, 0 -0.792957083333333, 1 -0.792993833333333, 0 -0.793011708333333, 1 -0.793069625000000, 0 -0.793087541666667, 1 -0.793142416666667, 0 -0.793160333333333, 1 -0.793421458333333, 0 -0.793439333333333, 1 -0.793591291666667, 0 -0.793609166666667, 1 -0.793627666666667, 0 -0.793645583333333, 1 -0.793670125000000, 0 -0.793688041666667, 1 -0.793715625000000, 0 -0.793733541666667, 1 -0.793767208333333, 0 -0.793785083333333, 1 -0.793803583333333, 0 -0.793821458333333, 1 -0.793861166666667, 0 -0.793879125000000, 1 -0.793937000000000, 0 -0.793954875000000, 1 -0.793979500000000, 0 -0.793997333333333, 1 -0.794313083333333, 0 -0.794331041666667, 1 -0.794482916666667, 0 -0.794500833333333, 1 -0.794543583333333, 0 -0.794561458333333, 1 -0.794586041666667, 0 -0.794603958333333, 1 -0.794631541666667, 0 -0.794649416666667, 1 -0.794683125000000, 0 -0.794700958333333, 1 -0.794719458333333, 0 -0.794737416666667, 1 -0.794780125000000, 0 -0.794798000000000, 1 -0.794855958333333, 0 -0.794873833333333, 1 -0.794895458333333, 0 -0.794913291666667, 1 -0.795204708333333, 0 -0.795222625000000, 1 -0.795374583333333, 0 -0.795392458333333, 1 -0.795447375000000, 0 -0.795465208333333, 1 -0.795489833333333, 0 -0.795507708333333, 1 -0.795535291666667, 0 -0.795553166666667, 1 -0.795586875000000, 0 -0.795604750000000, 1 -0.795623250000000, 0 -0.795641125000000, 1 -0.795686916666667, 0 -0.795704833333333, 1 -0.795762791666667, 0 -0.795780625000000, 1 -0.795808291666667, 0 -0.795826125000000, 1 -0.796096375000000, 0 -0.796114291666667, 1 -0.796266208333333, 0 -0.796284125000000, 1 -0.796339000000000, 0 -0.796356916666667, 1 -0.796381458333333, 0 -0.796399375000000, 1 -0.796426958333333, 0 -0.796444833333333, 1 -0.796478500000000, 0 -0.796496416666667, 1 -0.796514916666667, 0 -0.796532791666667, 1 -0.796581625000000, 0 -0.796599500000000, 1 -0.796657416666667, 0 -0.796675333333333, 1 -0.796709000000000, 0 -0.796726875000000, 1 -0.796988000000000, 0 -0.797005875000000, 1 -0.797157833333333, 0 -0.797175750000000, 1 -0.797218500000000, 0 -0.797236416666667, 1 -0.797260958333333, 0 -0.797278875000000, 1 -0.797306458333333, 0 -0.797324333333333, 1 -0.797361041666667, 0 -0.797378916666667, 1 -0.797397416666667, 0 -0.797415333333333, 1 -0.797467166666667, 0 -0.797485041666667, 1 -0.797543000000000, 0 -0.797560875000000, 1 -0.797612750000000, 0 -0.797630666666667, 1 -0.797879625000000, 0 -0.797897541666667, 1 -0.798049500000000, 0 -0.798067375000000, 1 -0.798122291666667, 0 -0.798140166666667, 1 -0.798164750000000, 0 -0.798182625000000, 1 -0.798210208333333, 0 -0.798228125000000, 1 -0.798261791666667, 0 -0.798279666666667, 1 -0.798298166666667, 0 -0.798316041666667, 1 -0.798370916666667, 0 -0.798388833333333, 1 -0.798446791666667, 0 -0.798464666666667, 1 -0.798510458333333, 0 -0.798528375000000, 1 -0.798771250000000, 0 -0.798789166666667, 1 -0.798941125000000, 0 -0.798959000000000, 1 -0.799013916666667, 0 -0.799031791666667, 1 -0.799056375000000, 0 -0.799074250000000, 1 -0.799101833333333, 0 -0.799119750000000, 1 -0.799156416666667, 0 -0.799174333333333, 1 -0.799192791666667, 0 -0.799210708333333, 1 -0.799268625000000, 0 -0.799286541666667, 1 -0.799344500000000, 0 -0.799362333333333, 1 -0.799402083333333, 0 -0.799420000000000, 1 -0.799662916666667, 0 -0.799680791666667, 1 -0.799832708333333, 0 -0.799850625000000, 1 -0.799869125000000, 0 -0.799887041666667, 1 -0.799911583333333, 0 -0.799929458333333, 1 -0.799957083333333, 0 -0.799975000000000, 1 -0.800011666666667, 0 -0.800029583333333, 1 -0.800048041666667, 0 -0.800065916666667, 1 -0.800126916666667, 0 -0.800144833333333, 1 -0.800202750000000, 0 -0.800220625000000, 1 -0.800242125000000, 0 -0.800260041666667, 1 -0.800554541666667, 0 -0.800572416666667, 1 -0.800724375000000, 0 -0.800742208333333, 1 -0.800760791666667, 0 -0.800778625000000, 1 -0.800803250000000, 0 -0.800821083333333, 1 -0.800848750000000, 0 -0.800866666666667, 1 -0.800903333333333, 0 -0.800921208333333, 1 -0.800939708333333, 0 -0.800957541666667, 1 -0.801021583333333, 0 -0.801039458333333, 1 -0.801097416666667, 0 -0.801115333333333, 1 -0.801142916666667, 0 -0.801160833333333, 1 -0.801446166666667, 0 -0.801464041666667, 1 -0.801616041666667, 0 -0.801633916666667, 1 -0.801652416666667, 0 -0.801670291666667, 1 -0.801694875000000, 0 -0.801712791666667, 1 -0.801740333333333, 0 -0.801758291666667, 1 -0.801791916666667, 0 -0.801809833333333, 1 -0.801831333333333, 0 -0.801849250000000, 1 -0.801867750000000, 0 -0.801885666666667, 1 -0.801943541666667, 0 -0.801961416666667, 1 -0.802013291666667, 0 -0.802031208333333, 1 -0.802337791666667, 0 -0.802355708333333, 1 -0.802507583333333, 0 -0.802507625000000, 1 -0.802507708333333, 0 -0.802525541666667, 1 -0.802544041666667, 0 -0.802561958333333, 1 -0.802586500000000, 0 -0.802604416666667, 1 -0.802632000000000, 0 -0.802649791666667, 1 -0.802686625000000, 0 -0.802704375000000, 1 -0.802726000000000, 0 -0.802743916666667, 1 -0.802765416666667, 0 -0.802783333333333, 1 -0.802841291666667, 0 -0.802859166666667, 1 -0.802892750000000, 0 -0.802910750000000, 1 -0.803229458333333, 0 -0.803247375000000, 1 -0.803399333333333, 0 -0.803417208333333, 1 -0.803435708333333, 0 -0.803453625000000, 1 -0.803478208333333, 0 -0.803496041666667, 1 -0.803523666666667, 0 -0.803541583333333, 1 -0.803575208333333, 0 -0.803593208333333, 1 -0.803614625000000, 0 -0.803632541666667, 1 -0.803657083333333, 0 -0.803675000000000, 1 -0.803732916666667, 0 -0.803750791666667, 1 -0.803814791666667, 0 -0.803832625000000, 1 -0.804121083333333, 0 -0.804138958333333, 1 -0.804290916666667, 0 -0.804308791666667, 1 -0.804327291666667, 0 -0.804345208333333, 1 -0.804369791666667, 0 -0.804387666666667, 1 -0.804415291666667, 0 -0.804433166666667, 1 -0.804469875000000, 0 -0.804487750000000, 1 -0.804509250000000, 0 -0.804527166666667, 1 -0.804554750000000, 0 -0.804572625000000, 1 -0.804630541666667, 0 -0.804648458333333, 1 -0.804670000000000, 0 -0.804687875000000, 1 -0.805012708333333, 0 -0.805030583333333, 1 -0.805182541666667, 0 -0.805200416666667, 1 -0.805218958333333, 0 -0.805236833333333, 1 -0.805261375000000, 0 -0.805279291666667, 1 -0.805306875000000, 0 -0.805324750000000, 1 -0.805358416666667, 0 -0.805376291666667, 1 -0.805397833333333, 0 -0.805415750000000, 1 -0.805446375000000, 0 -0.805464250000000, 1 -0.805522166666667, 0 -0.805540083333333, 1 -0.805567666666667, 0 -0.805585583333333, 1 -0.805904291666667, 0 -0.805922208333333, 1 -0.806074125000000, 0 -0.806092041666667, 1 -0.806110541666667, 0 -0.806128416666667, 1 -0.806153000000000, 0 -0.806170916666667, 1 -0.806198458333333, 0 -0.806216375000000, 1 -0.806250041666667, 0 -0.806267916666667, 1 -0.806289458333333, 0 -0.806307333333333, 1 -0.806340958333333, 0 -0.806358875000000, 1 -0.806416791666667, 0 -0.806434708333333, 1 -0.806456208333333, 0 -0.806474125000000, 1 -0.806795875000000, 0 -0.806813791666667, 1 -0.806965708333333, 0 -0.806983625000000, 1 -0.807002083333333, 0 -0.807020000000000, 1 -0.807044583333333, 0 -0.807062458333333, 1 -0.807090041666667, 0 -0.807107958333333, 1 -0.807144666666667, 0 -0.807162541666667, 1 -0.807184041666667, 0 -0.807201958333333, 1 -0.807238625000000, 0 -0.807256500000000, 1 -0.807314458333333, 0 -0.807332333333333, 1 -0.807384208333333, 0 -0.807402083333333, 1 -0.807687500000000, 0 -0.807705375000000, 1 -0.807857333333333, 0 -0.807875208333333, 1 -0.807893708333333, 0 -0.807911625000000, 1 -0.807936166666667, 0 -0.807954041666667, 1 -0.807981666666667, 0 -0.807999541666667, 1 -0.808033208333333, 0 -0.808051083333333, 1 -0.808072625000000, 0 -0.808090500000000, 1 -0.808130250000000, 0 -0.808148125000000, 1 -0.808206041666667, 0 -0.808223958333333, 1 -0.808257625000000, 0 -0.808275500000000, 1 -0.808579083333333, 0 -0.808597000000000, 1 -0.808748958333333, 0 -0.808766791666667, 1 -0.808809583333333, 0 -0.808827500000000, 1 -0.808852041666667, 0 -0.808869958333333, 1 -0.808897541666667, 0 -0.808915458333333, 1 -0.808952125000000, 0 -0.808970000000000, 1 -0.808991541666667, 0 -0.809009458333333, 1 -0.809052208333333, 0 -0.809070083333333, 1 -0.809128041666667, 0 -0.809145916666667, 1 -0.809194750000000, 0 -0.809212625000000, 1 -0.809470708333333, 0 -0.809488625000000, 1 -0.809640583333333, 0 -0.809658458333333, 1 -0.809676958333333, 0 -0.809694833333333, 1 -0.809719416666667, 0 -0.809737333333333, 1 -0.809764916666667, 0 -0.809782791666667, 1 -0.809816416666667, 0 -0.809834375000000, 1 -0.809855875000000, 0 -0.809873833333333, 1 -0.809919583333333, 0 -0.809937458333333, 1 -0.809995375000000, 0 -0.810013291666667, 1 -0.810043916666667, 0 -0.810061833333333, 1 -0.810362333333333, 0 -0.810380250000000, 1 -0.810532166666667, 0 -0.810550083333333, 1 -0.810592875000000, 0 -0.810610750000000, 1 -0.810635291666667, 0 -0.810653208333333, 1 diff --git a/SENT-box/SENT-recordings/ford-sent-idle.logicdata b/SENT-box/SENT-recordings/ford-sent-idle.logicdata deleted file mode 100644 index 90b34777dafb39a30d82695dfa7fc7599a2ad9be..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 104628 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