openstudio-common-measures 0.2.0 → 0.2.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +44 -0
- data/Rakefile +3 -0
- data/lib/measures/ChangeBuildingLocation/measure.xml +11 -11
- data/lib/measures/ExportScheduleCSV/measure.rb +1 -1
- data/lib/measures/ExportScheduleCSV/measure.xml +16 -15
- data/lib/measures/ImportEnvelopeAndInternalLoadsFromIdf/measure.xml +7 -6
- data/lib/measures/MeterFlodPlot/measure.rb +1 -1
- data/lib/measures/MeterFlodPlot/measure.xml +16 -15
- data/lib/measures/ReportModelChanges/measure.xml +2 -2
- data/lib/measures/RunPeriodMultiple/measure.xml +12 -11
- data/lib/measures/ServerDirectoryCleanup/README.md +97 -3
- data/lib/measures/ServerDirectoryCleanup/measure.rb +1 -1
- data/lib/measures/ServerDirectoryCleanup/measure.xml +10 -59
- data/lib/measures/UnmetLoadHoursTroubleshooting/README.md +9 -3
- data/lib/measures/UnmetLoadHoursTroubleshooting/measure.rb +1 -1
- data/lib/measures/UnmetLoadHoursTroubleshooting/measure.xml +66 -17
- data/lib/measures/VentilationQAQC/README.md +9 -3
- data/lib/measures/VentilationQAQC/measure.rb +52 -45
- data/lib/measures/VentilationQAQC/measure.xml +25 -30
- data/lib/measures/ZoneReport/README.md +2 -2
- data/lib/measures/ZoneReport/measure.rb +1 -1
- data/lib/measures/ZoneReport/measure.xml +10 -11
- data/lib/measures/add_ems_to_control_ev_charging/LICENSE.MD.txt +15 -0
- data/lib/measures/{AddDaylightSensors → add_ems_to_control_ev_charging}/LICENSE.md +0 -0
- data/lib/measures/add_ems_to_control_ev_charging/ReadMe.MD +29 -0
- data/lib/measures/add_ems_to_control_ev_charging/measure.rb +288 -0
- data/lib/measures/add_ems_to_control_ev_charging/measure.xml +87 -0
- data/lib/measures/add_ev_load/LICENSE.MD.txt +15 -0
- data/lib/measures/{EnableDemandControlledVentilation → add_ev_load}/LICENSE.md +0 -0
- data/lib/measures/add_ev_load/ReadMe.MD +34 -0
- data/lib/measures/add_ev_load/measure.rb +328 -0
- data/lib/measures/add_ev_load/measure.xml +153 -0
- data/lib/measures/add_ev_load/resources/EV_Load_Profiles/PSN_BuildingKey.csv +104 -0
- data/lib/measures/add_ev_load/resources/EV_Load_Profiles/PSN_BuildingKey_v2.csv +104 -0
- data/lib/measures/add_ev_load/resources/EV_Load_Profiles/chg1_dow1_flex1.csv +96 -0
- data/lib/measures/add_ev_load/resources/EV_Load_Profiles/chg1_dow1_flex2.csv +96 -0
- data/lib/measures/add_ev_load/resources/EV_Load_Profiles/chg1_dow1_flex3.csv +96 -0
- data/lib/measures/add_ev_load/resources/EV_Load_Profiles/chg1_dow2_flex1.csv +96 -0
- data/lib/measures/add_ev_load/resources/EV_Load_Profiles/chg1_dow2_flex2.csv +96 -0
- data/lib/measures/add_ev_load/resources/EV_Load_Profiles/chg1_dow2_flex3.csv +96 -0
- data/lib/measures/add_ev_load/resources/EV_Load_Profiles/chg1_dow3_flex1.csv +96 -0
- data/lib/measures/add_ev_load/resources/EV_Load_Profiles/chg1_dow3_flex2.csv +96 -0
- data/lib/measures/add_ev_load/resources/EV_Load_Profiles/chg1_dow3_flex3.csv +96 -0
- data/lib/measures/add_ev_load/resources/EV_Load_Profiles/chg2_dow1_flex1.csv +96 -0
- data/lib/measures/add_ev_load/resources/EV_Load_Profiles/chg2_dow1_flex2.csv +96 -0
- data/lib/measures/add_ev_load/resources/EV_Load_Profiles/chg2_dow1_flex3.csv +96 -0
- data/lib/measures/add_ev_load/resources/EV_Load_Profiles/chg2_dow2_flex1.csv +96 -0
- data/lib/measures/add_ev_load/resources/EV_Load_Profiles/chg2_dow2_flex2.csv +96 -0
- data/lib/measures/add_ev_load/resources/EV_Load_Profiles/chg2_dow2_flex3.csv +96 -0
- data/lib/measures/add_ev_load/resources/EV_Load_Profiles/chg2_dow3_flex1.csv +96 -0
- data/lib/measures/add_ev_load/resources/EV_Load_Profiles/chg2_dow3_flex2.csv +96 -0
- data/lib/measures/add_ev_load/resources/EV_Load_Profiles/chg2_dow3_flex3.csv +96 -0
- data/lib/measures/add_ev_load/resources/EV_Load_Profiles/chg3_dow1_flex1.csv +96 -0
- data/lib/measures/add_ev_load/resources/EV_Load_Profiles/chg3_dow1_flex2.csv +96 -0
- data/lib/measures/add_ev_load/resources/EV_Load_Profiles/chg3_dow1_flex3.csv +96 -0
- data/lib/measures/add_ev_load/resources/EV_Load_Profiles/chg3_dow2_flex1.csv +96 -0
- data/lib/measures/add_ev_load/resources/EV_Load_Profiles/chg3_dow2_flex2.csv +96 -0
- data/lib/measures/add_ev_load/resources/EV_Load_Profiles/chg3_dow2_flex3.csv +96 -0
- data/lib/measures/add_ev_load/resources/EV_Load_Profiles/chg3_dow3_flex1.csv +96 -0
- data/lib/measures/add_ev_load/resources/EV_Load_Profiles/chg3_dow3_flex2.csv +96 -0
- data/lib/measures/add_ev_load/resources/EV_Load_Profiles/chg3_dow3_flex3.csv +96 -0
- data/lib/measures/add_ev_load/resources/EV_Load_Profiles/fast_charge_15min_Saturday.csv +96 -0
- data/lib/measures/add_ev_load/resources/EV_Load_Profiles/fast_charge_15min_Sunday.csv +96 -0
- data/lib/measures/add_ev_load/resources/EV_Load_Profiles/fast_charge_15min_Weekday.csv +96 -0
- data/lib/measures/envelope_and_internal_load_breakdown/README.md +4 -3
- data/lib/measures/envelope_and_internal_load_breakdown/measure.rb +7 -4
- data/lib/measures/envelope_and_internal_load_breakdown/measure.xml +16 -17
- data/lib/measures/envelope_and_internal_load_breakdown/resources/report.html.erb +1 -0
- data/lib/measures/example_report/README.md +27 -5
- data/lib/measures/example_report/measure.rb +7 -4
- data/lib/measures/example_report/measure.xml +16 -29
- data/lib/measures/example_report/resources/report.html.erb +1 -0
- data/lib/measures/gem_env_report/measure.xml +1 -1
- data/lib/measures/generic_qaqc/README.md +187 -5
- data/lib/measures/generic_qaqc/measure.rb +1 -1
- data/lib/measures/generic_qaqc/measure.xml +15 -85
- data/lib/measures/generic_qaqc/resources/report.html.erb +1 -0
- data/lib/measures/hvac_psychrometric_chart/README.md +11 -5
- data/lib/measures/hvac_psychrometric_chart/measure.rb +1 -1
- data/lib/measures/hvac_psychrometric_chart/measure.xml +13 -18
- data/lib/measures/hvac_psychrometric_chart/resources/report.html.erb +1 -0
- data/lib/measures/inject_idf_objects/measure.xml +25 -24
- data/lib/measures/openstudio_results/README.md +195 -5
- data/lib/measures/openstudio_results/measure.rb +2 -2
- data/lib/measures/openstudio_results/measure.xml +30 -154
- data/lib/measures/openstudio_results/resources/report.html.erb +1 -0
- data/lib/measures/set_run_period/measure.xml +2 -2
- data/lib/measures/{EnableEconomizerControl → view_data}/LICENSE.md +0 -0
- data/lib/measures/view_data/README.md +64 -0
- data/lib/measures/{AddDaylightSensors → view_data}/README.md.erb +0 -0
- data/lib/measures/view_data/measure.rb +454 -0
- data/lib/measures/view_data/measure.xml +159 -0
- data/lib/measures/view_data/resources/report.html.in +2881 -0
- data/lib/measures/view_data/resources/va3c.rb +1021 -0
- data/lib/measures/{ImproveFanBeltEfficiency → view_model}/LICENSE.md +0 -0
- data/lib/measures/view_model/README.md +26 -0
- data/lib/measures/{EnableDemandControlledVentilation → view_model}/README.md.erb +0 -0
- data/lib/measures/view_model/measure.rb +146 -0
- data/lib/measures/view_model/measure.xml +98 -0
- data/lib/measures/view_model/resources/report.html.in +2881 -0
- data/lib/measures/view_model/resources/va3c.rb +1021 -0
- data/lib/openstudio/common_measures/version.rb +1 -1
- data/openstudio-common-measures.gemspec +1 -1
- metadata +61 -71
- data/lib/measures/AddDaylightSensors/README.md +0 -136
- data/lib/measures/AddDaylightSensors/measure.rb +0 -521
- data/lib/measures/AddDaylightSensors/measure.xml +0 -233
- data/lib/measures/EnableDemandControlledVentilation/README.md +0 -32
- data/lib/measures/EnableDemandControlledVentilation/measure.rb +0 -154
- data/lib/measures/EnableDemandControlledVentilation/measure.xml +0 -99
- data/lib/measures/EnableEconomizerControl/README.md +0 -48
- data/lib/measures/EnableEconomizerControl/README.md.erb +0 -42
- data/lib/measures/EnableEconomizerControl/measure.rb +0 -172
- data/lib/measures/EnableEconomizerControl/measure.xml +0 -124
- data/lib/measures/ImproveFanBeltEfficiency/README.md +0 -104
- data/lib/measures/ImproveFanBeltEfficiency/README.md.erb +0 -42
- data/lib/measures/ImproveFanBeltEfficiency/measure.rb +0 -366
- data/lib/measures/ImproveFanBeltEfficiency/measure.xml +0 -185
- data/lib/measures/ImproveMotorEfficiency/LICENSE.md +0 -27
- data/lib/measures/ImproveMotorEfficiency/README.md +0 -104
- data/lib/measures/ImproveMotorEfficiency/README.md.erb +0 -42
- data/lib/measures/ImproveMotorEfficiency/measure.rb +0 -365
- data/lib/measures/ImproveMotorEfficiency/measure.xml +0 -182
- data/lib/measures/IncreaseInsulationRValueForExteriorWalls/LICENSE.md +0 -27
- data/lib/measures/IncreaseInsulationRValueForExteriorWalls/README.md +0 -64
- data/lib/measures/IncreaseInsulationRValueForExteriorWalls/README.md.erb +0 -42
- data/lib/measures/IncreaseInsulationRValueForExteriorWalls/measure.rb +0 -422
- data/lib/measures/IncreaseInsulationRValueForExteriorWalls/measure.xml +0 -150
- data/lib/measures/IncreaseInsulationRValueForRoofs/LICENSE.md +0 -27
- data/lib/measures/IncreaseInsulationRValueForRoofs/README.md +0 -64
- data/lib/measures/IncreaseInsulationRValueForRoofs/README.md.erb +0 -42
- data/lib/measures/IncreaseInsulationRValueForRoofs/measure.rb +0 -422
- data/lib/measures/IncreaseInsulationRValueForRoofs/measure.xml +0 -143
- data/lib/measures/ReduceElectricEquipmentLoadsByPercentage/LICENSE.md +0 -27
- data/lib/measures/ReduceElectricEquipmentLoadsByPercentage/README.md +0 -97
- data/lib/measures/ReduceElectricEquipmentLoadsByPercentage/README.md.erb +0 -42
- data/lib/measures/ReduceElectricEquipmentLoadsByPercentage/measure.rb +0 -450
- data/lib/measures/ReduceElectricEquipmentLoadsByPercentage/measure.xml +0 -186
- data/lib/measures/ReduceLightingLoadsByPercentage/LICENSE.md +0 -27
- data/lib/measures/ReduceLightingLoadsByPercentage/README.md +0 -96
- data/lib/measures/ReduceLightingLoadsByPercentage/README.md.erb +0 -42
- data/lib/measures/ReduceLightingLoadsByPercentage/measure.rb +0 -513
- data/lib/measures/ReduceLightingLoadsByPercentage/measure.xml +0 -191
- data/lib/measures/ReduceSpaceInfiltrationByPercentage/LICENSE.md +0 -27
- data/lib/measures/ReduceSpaceInfiltrationByPercentage/README.md +0 -104
- data/lib/measures/ReduceSpaceInfiltrationByPercentage/README.md.erb +0 -42
- data/lib/measures/ReduceSpaceInfiltrationByPercentage/measure.rb +0 -349
- data/lib/measures/ReduceSpaceInfiltrationByPercentage/measure.xml +0 -181
- data/lib/measures/ReduceVentilationByPercentage/LICENSE.md +0 -27
- data/lib/measures/ReduceVentilationByPercentage/README.md +0 -40
- data/lib/measures/ReduceVentilationByPercentage/README.md.erb +0 -42
- data/lib/measures/ReduceVentilationByPercentage/measure.rb +0 -291
- data/lib/measures/ReduceVentilationByPercentage/measure.xml +0 -96
- data/lib/measures/VentilationQAQC/ExampleModel.osm +0 -28468
- data/lib/measures/create_variable_speed_rtu/LICENSE.md +0 -27
- data/lib/measures/create_variable_speed_rtu/README.md +0 -120
- data/lib/measures/create_variable_speed_rtu/README.md.erb +0 -42
- data/lib/measures/create_variable_speed_rtu/measure.rb +0 -539
- data/lib/measures/create_variable_speed_rtu/measure.xml +0 -207
- data/lib/measures/radiant_slab_with_doas/LICENSE.md +0 -27
- data/lib/measures/radiant_slab_with_doas/README.md +0 -156
- data/lib/measures/radiant_slab_with_doas/README.md.erb +0 -42
- data/lib/measures/radiant_slab_with_doas/measure.rb +0 -403
- data/lib/measures/radiant_slab_with_doas/measure.xml +0 -345
@@ -0,0 +1,153 @@
|
|
1
|
+
<?xml version="1.0"?>
|
2
|
+
<measure>
|
3
|
+
<schema_version>3.0</schema_version>
|
4
|
+
<name>add_ev_load</name>
|
5
|
+
<uid>a23e0493-7357-48ca-b089-4d902efd6b50</uid>
|
6
|
+
<version_id>582a5aea-6836-4224-96ca-cb90e42e61e5</version_id>
|
7
|
+
<version_modified>20200901T153151Z</version_modified>
|
8
|
+
<xml_checksum>9A202986</xml_checksum>
|
9
|
+
<class_name>AddEVLoad</class_name>
|
10
|
+
<display_name>Add_EV_Load</display_name>
|
11
|
+
<description>This measure adds a load associated with charging of electric vehicles (EVs) to a building in URBANopt. EV load profiles were generated in EVI-Pro for specific building types. This measure allows running of customized load profiles for buildings in the Pena Station Next project, and also for generating typical charging load profiles based on the location type (home, public, or office).</description>
|
12
|
+
<modeler_description>This measure adds an EV charging load to a building model. Load profiles for EV charging were generated in EVI-Pro. Different options are available for charging control type and charging behavior.</modeler_description>
|
13
|
+
<arguments>
|
14
|
+
<argument>
|
15
|
+
<name>delay_type</name>
|
16
|
+
<display_name>Charging Flexibility Option</display_name>
|
17
|
+
<type>Choice</type>
|
18
|
+
<required>true</required>
|
19
|
+
<model_dependent>false</model_dependent>
|
20
|
+
<default_value>Min Delay</default_value>
|
21
|
+
<choices>
|
22
|
+
<choice>
|
23
|
+
<value>Max Delay</value>
|
24
|
+
<display_name>Max Delay</display_name>
|
25
|
+
</choice>
|
26
|
+
<choice>
|
27
|
+
<value>Min Delay</value>
|
28
|
+
<display_name>Min Delay</display_name>
|
29
|
+
</choice>
|
30
|
+
<choice>
|
31
|
+
<value>Min Power</value>
|
32
|
+
<display_name>Min Power</display_name>
|
33
|
+
</choice>
|
34
|
+
</choices>
|
35
|
+
</argument>
|
36
|
+
<argument>
|
37
|
+
<name>charge_behavior</name>
|
38
|
+
<display_name>Consumer Charging Behavior</display_name>
|
39
|
+
<type>Choice</type>
|
40
|
+
<required>true</required>
|
41
|
+
<model_dependent>false</model_dependent>
|
42
|
+
<default_value>Business as Usual</default_value>
|
43
|
+
<choices>
|
44
|
+
<choice>
|
45
|
+
<value>Business as Usual</value>
|
46
|
+
<display_name>Business as Usual</display_name>
|
47
|
+
</choice>
|
48
|
+
<choice>
|
49
|
+
<value>Free Workplace Charging at Project Site</value>
|
50
|
+
<display_name>Free Workplace Charging at Project Site</display_name>
|
51
|
+
</choice>
|
52
|
+
<choice>
|
53
|
+
<value>Free Workplace Charging Across Metro Area</value>
|
54
|
+
<display_name>Free Workplace Charging Across Metro Area</display_name>
|
55
|
+
</choice>
|
56
|
+
</choices>
|
57
|
+
</argument>
|
58
|
+
<argument>
|
59
|
+
<name>chg_station_type</name>
|
60
|
+
<display_name>Charging Station Type</display_name>
|
61
|
+
<type>Choice</type>
|
62
|
+
<required>true</required>
|
63
|
+
<model_dependent>false</model_dependent>
|
64
|
+
<default_value>Typical Public</default_value>
|
65
|
+
<choices>
|
66
|
+
<choice>
|
67
|
+
<value>Typical Home</value>
|
68
|
+
<display_name>Typical Home</display_name>
|
69
|
+
</choice>
|
70
|
+
<choice>
|
71
|
+
<value>Typical Public</value>
|
72
|
+
<display_name>Typical Public</display_name>
|
73
|
+
</choice>
|
74
|
+
<choice>
|
75
|
+
<value>Typical Work</value>
|
76
|
+
<display_name>Typical Work</display_name>
|
77
|
+
</choice>
|
78
|
+
</choices>
|
79
|
+
</argument>
|
80
|
+
<argument>
|
81
|
+
<name>ev_percent</name>
|
82
|
+
<display_name>Percent of Vehicles Parked at Building That Are EVs</display_name>
|
83
|
+
<type>Double</type>
|
84
|
+
<required>true</required>
|
85
|
+
<model_dependent>false</model_dependent>
|
86
|
+
<default_value>1</default_value>
|
87
|
+
</argument>
|
88
|
+
</arguments>
|
89
|
+
<outputs />
|
90
|
+
<provenances />
|
91
|
+
<tags>
|
92
|
+
<tag>Equipment.Electric Equipment</tag>
|
93
|
+
</tags>
|
94
|
+
<attributes>
|
95
|
+
<attribute>
|
96
|
+
<name>Measure Type</name>
|
97
|
+
<value>ModelMeasure</value>
|
98
|
+
<datatype>string</datatype>
|
99
|
+
</attribute>
|
100
|
+
<attribute>
|
101
|
+
<name>Intended Software Tool</name>
|
102
|
+
<value>Apply Measure Now</value>
|
103
|
+
<datatype>string</datatype>
|
104
|
+
</attribute>
|
105
|
+
<attribute>
|
106
|
+
<name>Intended Software Tool</name>
|
107
|
+
<value>OpenStudio Application</value>
|
108
|
+
<datatype>string</datatype>
|
109
|
+
</attribute>
|
110
|
+
<attribute>
|
111
|
+
<name>Intended Software Tool</name>
|
112
|
+
<value>Parametric Analysis Tool</value>
|
113
|
+
<datatype>string</datatype>
|
114
|
+
</attribute>
|
115
|
+
</attributes>
|
116
|
+
<files>
|
117
|
+
<file>
|
118
|
+
<filename>example_model.osm</filename>
|
119
|
+
<filetype>osm</filetype>
|
120
|
+
<usage_type>test</usage_type>
|
121
|
+
<checksum>E925F127</checksum>
|
122
|
+
</file>
|
123
|
+
<file>
|
124
|
+
<filename>README.md</filename>
|
125
|
+
<filetype>md</filetype>
|
126
|
+
<usage_type>readme</usage_type>
|
127
|
+
<checksum>2293F4B3</checksum>
|
128
|
+
</file>
|
129
|
+
<file>
|
130
|
+
<version>
|
131
|
+
<software_program>OpenStudio</software_program>
|
132
|
+
<identifier>2.5.1</identifier>
|
133
|
+
<min_compatible>2.5.1</min_compatible>
|
134
|
+
</version>
|
135
|
+
<filename>measure.rb</filename>
|
136
|
+
<filetype>rb</filetype>
|
137
|
+
<usage_type>script</usage_type>
|
138
|
+
<checksum>1456E130</checksum>
|
139
|
+
</file>
|
140
|
+
<file>
|
141
|
+
<filename>add_ev_load_test.rb</filename>
|
142
|
+
<filetype>rb</filetype>
|
143
|
+
<usage_type>test</usage_type>
|
144
|
+
<checksum>25BF6E70</checksum>
|
145
|
+
</file>
|
146
|
+
<file>
|
147
|
+
<filename>LICENSE.md</filename>
|
148
|
+
<filetype>md</filetype>
|
149
|
+
<usage_type>license</usage_type>
|
150
|
+
<checksum>E0468DD6</checksum>
|
151
|
+
</file>
|
152
|
+
</files>
|
153
|
+
</measure>
|
@@ -0,0 +1,104 @@
|
|
1
|
+
EVI-Pro ID,string
|
2
|
+
1,Block 48 Retail strip mall 2019|Strip shopping mall
|
3
|
+
2,Office
|
4
|
+
3,Block 48 Retail quick service restaurant 1 of 2 2019|Food service
|
5
|
+
4,Block 51 Retail quick service restaurant 2020|Food service
|
6
|
+
5,Block 51 Retail full restaurant 2020|Food sales
|
7
|
+
6,Block 51 Retail strip mall 2020|Strip shopping mall
|
8
|
+
7,Block 51 Retail stand alone 2020|Retail other than mall
|
9
|
+
8,Block 49 Office 2033|Office
|
10
|
+
9,Block 48 Retail quick service restaurant 2 of 2 2019|Food service
|
11
|
+
10,Block 52 Retail stand alone 2 of 2 2022|Retail other than mall
|
12
|
+
11,Block 52 Retail strip mall 2022|Strip shopping mall
|
13
|
+
12,Block 15 Retail strip mall 2021|Strip shopping mall
|
14
|
+
13,Block 6 Retail quick service restaurant 2021|Food service
|
15
|
+
14,Block 52 Retail stand alone 1 of 2 2022|Retail other than mall
|
16
|
+
15,Block 5 Retail strip mall 2019|Strip shopping mall
|
17
|
+
16,Block 40a Low Density Residential 2 of 2 2018|Multifamily (5 or more units)
|
18
|
+
17,Block 38a Low Density Residential 1 of 3 2033|Multifamily (5 or more units)
|
19
|
+
18,Block 38b Low Density Residential 2 of 4 2033|Multifamily (5 or more units)
|
20
|
+
19,Block 38b Low Density Residential 4 of 4 2033|Multifamily (5 or more units)
|
21
|
+
20,Block 39b Office 2030|Office
|
22
|
+
21,Block 39a Office 2030|Office
|
23
|
+
22,Block 20 Low Density Residential 2 of 6 2017|Multifamily (5 or more units)
|
24
|
+
23,Block 20 Low Density Residential 4 of 6 2017|Multifamily (5 or more units)
|
25
|
+
24,Block 20 Low Density Residential 5 of 6 2022|Multifamily (5 or more units)
|
26
|
+
25,Block 40a Low Density Residential 1 of 2 2018|Multifamily (5 or more units)
|
27
|
+
26,Block 40b Low Density Residential 2 of 2 2018|Multifamily (5 or more units)
|
28
|
+
27,Block 40b Low Density Residential 1 of 2 2018|Multifamily (5 or more units)
|
29
|
+
28,Block 31 Office 2 of 4 2024|Office
|
30
|
+
29,Block 22 Office 1 of 3 2020|Office
|
31
|
+
30,Block 31 Office 1 of 4 2024|Office
|
32
|
+
31,Block 30 Office 2 of 2 2019|Office
|
33
|
+
32,Block 30 Office 1 of 2 2019|Office
|
34
|
+
33,Block 22 Office 3 of 3 2023|Office
|
35
|
+
34,Block 38b Low Density Residential 3 of 4 2033|Multifamily (5 or more units)
|
36
|
+
35,Block 38b Low Density Residential 1 of 4 2033|Multifamily (5 or more units)
|
37
|
+
36,Block 38a Low Density Residential 2 of 3 2033|Multifamily (5 or more units)
|
38
|
+
37,Block 1 Office 1 of 2 2030|Office
|
39
|
+
38,Block 24 Office 2033|Office
|
40
|
+
39,Block 38a Low Density Residential 3 of 3 2033|Multifamily (5 or more units)
|
41
|
+
40,Block 14 Hotel 2017|Lodging
|
42
|
+
41,Block 20 Low Density Residential 3 of 6 2017|Multifamily (5 or more units)
|
43
|
+
42,Block 20 Low Density Residential 6 of 6 2022|Multifamily (5 or more units)
|
44
|
+
43,Block 1 Office 2 of 2 2030|Office
|
45
|
+
44,Block 3 Office 2020|Office
|
46
|
+
45,Block 14 Office 2017|Office
|
47
|
+
46,Block 6 Hotel 2021|Lodging
|
48
|
+
47,Block 5 Office 2019|Office
|
49
|
+
48,Block 16 High Density Residential 2021|Multifamily (5 or more units)
|
50
|
+
49,Block 15 High Density Residential 2021|Multifamily (5 or more units)
|
51
|
+
50,Block 20 Low Density Residential 1 of 6 2017|Multifamily (5 or more units)
|
52
|
+
51,Block 54 Office 2033|Office
|
53
|
+
52,Block 53 Office 2025|Office
|
54
|
+
53,Block 53 Retail full restaurant 2025|Food sales
|
55
|
+
54,Block 53 Retail strip mall 2025|Strip shopping mall
|
56
|
+
55,Block 55 Retail stand alone 2018|Retail other than mall
|
57
|
+
56,Block 46 Office 2018|Office
|
58
|
+
57,Block 43b High Density Residential 2024|Multifamily (5 or more units)
|
59
|
+
58,Block 54 Retail stand alone 2033|Retail other than mall
|
60
|
+
59,Block 54 Retail strip mall 2033|Strip shopping mall
|
61
|
+
60,Block 43b High Density Residential 2025|Multifamily (5 or more units)
|
62
|
+
61,Block 56 Retail quick service restaurant 1 of 2 2018|Food service
|
63
|
+
62,Block 47 Retail quick service restaurant 2018|Food service
|
64
|
+
63,Block 56 Retail stand alone 2018|Retail other than mall
|
65
|
+
64,Block 56 Retail quick service restaurant 2 of 2 2018|Food service
|
66
|
+
65,Block 55 Retail quick service restaurant 2018|Food service
|
67
|
+
66,Block 55 Retail strip mall 2018|Strip shopping mall
|
68
|
+
67,Block 32 High Density Residential 2 of 2 2022|Multifamily (5 or more units)
|
69
|
+
68,Block 41a High Density Residential 2023|Multifamily (5 or more units)
|
70
|
+
69,Block 23 Low Density Residential 3 of 4 2019|Multifamily (5 or more units)
|
71
|
+
70,Block 22 Office 2 of 3 2023|Office
|
72
|
+
71,Block 31 Office 3 of 4 2026|Office
|
73
|
+
72,Block 31 Office 4 of 4 2026|Office
|
74
|
+
73,Block 33 High Density Residential 2024|Multifamily (5 or more units)
|
75
|
+
74,Block 33 High Density Residential 2025|Multifamily (5 or more units)
|
76
|
+
75,Block 42 High Density Residential 2025|Multifamily (5 or more units)
|
77
|
+
76,Block 42 High Density Residential 2024|Multifamily (5 or more units)
|
78
|
+
77,Block 41b High Density Residential 2023|Multifamily (5 or more units)
|
79
|
+
78,Block 32 High Density Residential 1 of 2 2022|Multifamily (5 or more units)
|
80
|
+
79,Block 45 For Sale Residential 2 of 2 2029|Single-Family
|
81
|
+
80,Block 44 For Sale Residential 2026|Single-Family
|
82
|
+
81,Block 43a High Density Residential 2024|Multifamily (5 or more units)
|
83
|
+
82,Block 47 Retail stand alone 2018|Retail other than mall
|
84
|
+
83,Block 45 For Sale Residential 1 of 2 2029|Single-Family
|
85
|
+
84,Block 43a High Density Residential 2025|Multifamily (5 or more units)
|
86
|
+
85,Block 17 Low Density Residential 2 of 2 2021|Multifamily (5 or more units)
|
87
|
+
86,Block 17 Hotel 2020|Lodging
|
88
|
+
87,Block 7 Office 2 of 2 2024|Office
|
89
|
+
88,Block 23 Low Density Residential 1 of 4 2019|Multifamily (5 or more units)
|
90
|
+
89,Block 7 Office 1 of 2 2022|Office
|
91
|
+
90,Block 17 Low Density Residential 1 of 2 2021|Multifamily (5 or more units)
|
92
|
+
91,Block 18 Low Density Residential 2 of 2 2024|Multifamily (5 or more units)
|
93
|
+
92,Block 8 Office 2 of 3 2029|Office
|
94
|
+
93,Block 8 Office 3 of 3 2029|Office
|
95
|
+
94,Block 8 Office 1 of 3 2029|Office
|
96
|
+
95,Block 23 Low Density Residential 2 of 4 2019|Multifamily (5 or more units)
|
97
|
+
96,Block 23 Low Density Residential 4 of 4 2019|Multifamily (5 or more units)
|
98
|
+
97,Block 35 For Sale Residential 1 of 2 2029|Single-Family
|
99
|
+
98,Block 35 For Sale Residential 2 of 2 2030|Single-Family
|
100
|
+
99,Block 34 For Sale Residential 2026|Single-Family
|
101
|
+
100,Block 11 Retail strip mall 2018|Strip shopping mall
|
102
|
+
101,Block 37 Retail strip mall 2025|Strip shopping mall
|
103
|
+
102,Block 18 Low Density Residential 1 of 2 2024|Multifamily (5 or more units)
|
104
|
+
103,Block 14 Retail full restaurant 2017|Food sales
|
@@ -0,0 +1,104 @@
|
|
1
|
+
EVI-Pro ID,string
|
2
|
+
1,Block 48 Retail strip mall 2019
|
3
|
+
2,Block 48 Retail stand alone 2019
|
4
|
+
3,Block 48 Retail quick service restaurant 1 of 2 2019
|
5
|
+
4,Block 51 Retail quick service restaurant 2020
|
6
|
+
5,Block 51 Retail full restaurant 2020
|
7
|
+
6,Block 51 Retail strip mall 2020
|
8
|
+
7,Block 51 Retail stand alone 2020
|
9
|
+
8,Block 49 Office 2033
|
10
|
+
9,Block 48 Retail quick service restaurant 2 of 2 2019
|
11
|
+
10,Block 52 Retail stand alone 2 of 2 2022
|
12
|
+
11,Block 52 Retail strip mall 2022
|
13
|
+
12,Block 15 Retail strip mall 2021
|
14
|
+
13,Block 6 Retail quick service restaurant 2021
|
15
|
+
14,Block 52 Retail stand alone 1 of 2 2022
|
16
|
+
15,Block 5 Retail strip mall 2019
|
17
|
+
16,Block 40a Low Density Residential 2 of 2 2018
|
18
|
+
17,Block 38a Low Density Residential 1 of 3 2033
|
19
|
+
18,Block 38b Low Density Residential 2 of 4 2033
|
20
|
+
19,Block 38b Low Density Residential 4 of 4 2033
|
21
|
+
20,Block 39b Office 2030
|
22
|
+
21,Block 39a Office 2030
|
23
|
+
22,Block 20 Low Density Residential 2 of 6 2017
|
24
|
+
23,Block 20 Low Density Residential 4 of 6 2017
|
25
|
+
24,Block 20 Low Density Residential 5 of 6 2022
|
26
|
+
25,Block 40a Low Density Residential 1 of 2 2018
|
27
|
+
26,Block 40b Low Density Residential 2 of 2 2018
|
28
|
+
27,Block 40b Low Density Residential 1 of 2 2018
|
29
|
+
28,Block 31 Office 2 of 4 2024
|
30
|
+
29,Block 22 Office 1 of 3 2020
|
31
|
+
30,Block 31 Office 1 of 4 2024
|
32
|
+
31,Block 30 Office 2 of 2 2019
|
33
|
+
32,Block 30 Office 1 of 2 2019
|
34
|
+
33,Block 22 Office 3 of 3 2023
|
35
|
+
34,Block 38b Low Density Residential 3 of 4 2033
|
36
|
+
35,Block 38b Low Density Residential 1 of 4 2033
|
37
|
+
36,Block 38a Low Density Residential 2 of 3 2033
|
38
|
+
37,Block 1 Office 1 of 2 2030
|
39
|
+
38,Block 24 Office 2033
|
40
|
+
39,Block 38a Low Density Residential 3 of 3 2033
|
41
|
+
40,Block 14 Hotel 2017
|
42
|
+
41,Block 20 Low Density Residential 3 of 6 2017
|
43
|
+
42,Block 20 Low Density Residential 6 of 6 2022
|
44
|
+
43,Block 1 Office 2 of 2 2030
|
45
|
+
44,Block 3 Office 2020
|
46
|
+
45,Block 14 Office 2017
|
47
|
+
46,Block 6 Hotel 2021
|
48
|
+
47,Block 5 Office 2019
|
49
|
+
48,Block 16 High Density Residential 2021
|
50
|
+
49,Block 15 High Density Residential 2021
|
51
|
+
50,Block 20 Low Density Residential 1 of 6 2017
|
52
|
+
51,Block 54 Office 2033
|
53
|
+
52,Block 53 Office 2025
|
54
|
+
53,Block 53 Retail full restaurant 2025
|
55
|
+
54,Block 53 Retail strip mall 2025
|
56
|
+
55,Block 55 Retail stand alone 2018
|
57
|
+
56,Block 46 Office 2018
|
58
|
+
57,Block 43b High Density Residential 2024
|
59
|
+
58,Block 54 Retail stand alone 2033
|
60
|
+
59,Block 54 Retail strip mall 2033
|
61
|
+
60,Block 43b High Density Residential 2025
|
62
|
+
61,Block 56 Retail quick service restaurant 1 of 2 2018
|
63
|
+
62,Block 47 Retail quick service restaurant 2018
|
64
|
+
63,Block 56 Retail stand alone 2018
|
65
|
+
64,Block 56 Retail quick service restaurant 2 of 2 2018
|
66
|
+
65,Block 55 Retail quick service restaurant 2018
|
67
|
+
66,Block 55 Retail strip mall 2018
|
68
|
+
67,Block 32 High Density Residential 2 of 2 2022
|
69
|
+
68,Block 41a High Density Residential 2023
|
70
|
+
69,Block 23 Low Density Residential 3 of 4 2019
|
71
|
+
70,Block 22 Office 2 of 3 2023
|
72
|
+
71,Block 31 Office 3 of 4 2026
|
73
|
+
72,Block 31 Office 4 of 4 2026
|
74
|
+
73,Block 33 High Density Residential 2024
|
75
|
+
74,Block 33 High Density Residential 2025
|
76
|
+
75,Block 42 High Density Residential 2025
|
77
|
+
76,Block 42 High Density Residential 2024
|
78
|
+
77,Block 41b High Density Residential 2023
|
79
|
+
78,Block 32 High Density Residential 1 of 2 2022
|
80
|
+
79,Block 45 For Sale Residential 2 of 2 2029
|
81
|
+
80,Block 44 For Sale Residential 2026
|
82
|
+
81,Block 43a High Density Residential 2024
|
83
|
+
82,Block 47 Retail stand alone 2018
|
84
|
+
83,Block 45 For Sale Residential 1 of 2 2029
|
85
|
+
84,Block 43a High Density Residential 2025
|
86
|
+
85,Block 17 Low Density Residential 2 of 2 2021
|
87
|
+
86,Block 17 Hotel 2020
|
88
|
+
87,Block 7 Office 2 of 2 2024
|
89
|
+
88,Block 23 Low Density Residential 1 of 4 2019
|
90
|
+
89,Block 7 Office 1 of 2 2022
|
91
|
+
90,Block 17 Low Density Residential 1 of 2 2021
|
92
|
+
91,Block 18 Low Density Residential 2 of 2 2024
|
93
|
+
92,Block 8 Office 2 of 3 2029
|
94
|
+
93,Block 8 Office 3 of 3 2029
|
95
|
+
94,Block 8 Office 1 of 3 2029
|
96
|
+
95,Block 23 Low Density Residential 2 of 4 2019
|
97
|
+
96,Block 23 Low Density Residential 4 of 4 2019
|
98
|
+
97,Block 35 For Sale Residential 1 of 2 2029
|
99
|
+
98,Block 35 For Sale Residential 2 of 2 2030
|
100
|
+
99,Block 34 For Sale Residential 2026
|
101
|
+
100,Block 11 Retail strip mall 2018
|
102
|
+
101,Block 37 Retail strip mall 2025
|
103
|
+
102,Block 18 Low Density Residential 1 of 2 2024
|
104
|
+
103,Block 14 Retail full restaurant 2017
|
@@ -0,0 +1,96 @@
|
|
1
|
+
9.80000, 19.60000, 3.60000, 12.40000, 14.40000, 6.20000, 9.80000, 1.40000, 7.20000, 7.20000, 6.20000, 0.00000, 9.80000, 3.60000, 0.00000, 17.20000, 6.40000, 35.20000, 10.80000, 0.00000, 3.60000, 18.00000, 18.00000, 8.60000, 26.60000, 18.60000, 28.00000, 1.40000, 7.80000, 0.00000, 1.40000, 1.40000, 1.40000, 23.00000, 13.60000, 29.40000, 2.80000, 0.00000, 2.80000, 0.00000, 28.00000, 30.00000, 0.00000, 0.00000, 1.40000, 0.00000, 0.00000, 76.80000, 59.60000, 18.60000, 1.40000, 1.40000, 16.00000, 19.60000, 9.80000, 0.00000, 15.80000, 6.20000, 6.20000, 12.20000, 0.00000, 3.60000, 9.80000, 6.20000, 9.80000, 6.20000, 8.60000, 54.00000, 30.80000, 1.40000, 4.20000, 0.00000, 22.20000, 21.40000, 13.60000, 35.80000, 36.60000, 23.00000, 33.00000, 29.40000, 19.40000, 41.80000, 30.80000, 26.60000, 22.80000, 3.60000, 0.00000, 34.40000, 1.40000, 41.00000, 53.00000, 0.00000, 0.00000, 1.40000, 41.00000, 28.00000, 67.40000, 51.40000, 36.60000, 0.00000, 12.40000, 28.60000, 6.20000
|
2
|
+
6.20000, 19.60000, 9.80000, 12.40000, 14.40000, 0.00000, 9.80000, 1.40000, 7.20000, 7.20000, 6.20000, 0.00000, 9.80000, 0.00000, 0.00000, 15.80000, 5.00000, 31.60000, 10.80000, 0.00000, 3.60000, 18.00000, 18.00000, 8.60000, 26.60000, 17.20000, 28.00000, 1.40000, 7.80000, 0.00000, 1.40000, 1.40000, 1.40000, 23.00000, 13.60000, 29.40000, 2.80000, 0.00000, 2.80000, 0.00000, 24.40000, 26.40000, 0.00000, 0.00000, 0.00000, 0.00000, 0.00000, 76.80000, 61.80000, 18.60000, 1.40000, 1.40000, 16.00000, 16.00000, 9.80000, 0.00000, 12.20000, 6.20000, 6.20000, 12.20000, 0.00000, 3.60000, 6.20000, 6.20000, 9.80000, 6.20000, 8.60000, 46.80000, 29.40000, 1.40000, 4.20000, 0.00000, 22.20000, 21.40000, 10.00000, 33.00000, 36.60000, 23.00000, 33.00000, 22.20000, 19.40000, 41.80000, 30.80000, 26.60000, 21.40000, 3.60000, 0.00000, 27.20000, 1.40000, 33.80000, 53.00000, 0.00000, 0.00000, 1.40000, 37.40000, 17.20000, 67.40000, 41.40000, 33.00000, 0.00000, 12.40000, 21.40000, 6.20000
|
3
|
+
0.00000, 19.60000, 9.80000, 12.40000, 7.20000, 0.00000, 9.80000, 1.40000, 3.60000, 7.20000, 6.20000, 0.00000, 9.80000, 0.00000, 0.00000, 15.80000, 5.00000, 24.40000, 7.20000, 0.00000, 3.60000, 18.00000, 18.00000, 8.60000, 26.60000, 17.20000, 28.00000, 1.40000, 6.40000, 0.00000, 1.40000, 1.40000, 1.40000, 23.00000, 13.60000, 25.80000, 2.80000, 0.00000, 2.80000, 0.00000, 24.40000, 25.00000, 0.00000, 0.00000, 0.00000, 0.00000, 0.00000, 63.80000, 54.60000, 18.60000, 1.40000, 1.40000, 16.00000, 16.00000, 9.80000, 0.00000, 15.80000, 6.20000, 6.20000, 12.20000, 0.00000, 3.60000, 6.20000, 6.20000, 3.60000, 6.20000, 5.00000, 46.80000, 29.40000, 0.00000, 4.20000, 0.00000, 20.80000, 21.40000, 10.00000, 33.00000, 31.60000, 19.40000, 29.40000, 22.20000, 19.40000, 41.80000, 27.20000, 26.60000, 21.40000, 0.00000, 0.00000, 25.80000, 1.40000, 33.80000, 52.40000, 0.00000, 0.00000, 1.40000, 35.20000, 17.20000, 67.40000, 40.00000, 33.00000, 0.00000, 12.40000, 20.00000, 6.20000
|
4
|
+
0.00000, 19.60000, 9.80000, 12.40000, 7.20000, 0.00000, 6.20000, 0.00000, 0.00000, 7.20000, 6.20000, 0.00000, 9.80000, 0.00000, 0.00000, 14.40000, 5.00000, 19.40000, 7.20000, 0.00000, 3.60000, 18.00000, 18.00000, 8.60000, 25.20000, 8.60000, 28.00000, 1.40000, 6.40000, 0.00000, 1.40000, 1.40000, 1.40000, 23.00000, 12.20000, 18.60000, 2.80000, 0.00000, 2.80000, 0.00000, 24.40000, 30.00000, 0.00000, 0.00000, 0.00000, 0.00000, 0.00000, 51.60000, 49.60000, 18.60000, 1.40000, 1.40000, 16.00000, 12.40000, 9.80000, 0.00000, 12.20000, 6.20000, 6.20000, 12.20000, 0.00000, 0.00000, 6.20000, 6.20000, 3.60000, 6.20000, 1.40000, 46.80000, 25.80000, 0.00000, 4.20000, 0.00000, 13.60000, 17.80000, 10.00000, 33.00000, 31.60000, 15.80000, 24.40000, 20.80000, 15.80000, 41.80000, 23.60000, 15.80000, 21.40000, 0.00000, 0.00000, 25.80000, 1.40000, 33.80000, 52.40000, 0.00000, 0.00000, 1.40000, 31.60000, 17.20000, 62.40000, 38.60000, 31.60000, 0.00000, 12.40000, 20.00000, 6.20000
|
5
|
+
0.00000, 19.60000, 9.80000, 6.20000, 7.20000, 0.00000, 6.20000, 0.00000, 0.00000, 7.20000, 6.20000, 0.00000, 9.80000, 0.00000, 0.00000, 14.40000, 6.40000, 19.40000, 7.20000, 0.00000, 3.60000, 18.00000, 14.40000, 8.60000, 25.20000, 10.00000, 28.00000, 1.40000, 6.40000, 0.00000, 1.40000, 1.40000, 0.00000, 23.00000, 10.80000, 18.60000, 2.80000, 0.00000, 2.80000, 0.00000, 24.40000, 20.00000, 0.00000, 0.00000, 0.00000, 0.00000, 0.00000, 41.60000, 33.80000, 7.80000, 1.40000, 1.40000, 16.00000, 12.40000, 9.80000, 0.00000, 8.60000, 6.20000, 6.20000, 5.00000, 0.00000, 0.00000, 6.20000, 6.20000, 3.60000, 0.00000, 8.60000, 43.20000, 15.00000, 0.00000, 4.20000, 0.00000, 13.60000, 16.40000, 8.60000, 33.00000, 30.20000, 12.20000, 12.20000, 20.80000, 15.80000, 41.80000, 17.20000, 15.80000, 25.00000, 0.00000, 0.00000, 22.20000, 1.40000, 32.40000, 38.80000, 0.00000, 0.00000, 1.40000, 31.60000, 17.20000, 57.40000, 38.60000, 30.20000, 0.00000, 12.40000, 18.60000, 6.20000
|
6
|
+
0.00000, 13.40000, 6.20000, 6.20000, 3.60000, 0.00000, 6.20000, 0.00000, 0.00000, 7.20000, 6.20000, 0.00000, 9.80000, 0.00000, 0.00000, 10.80000, 6.40000, 8.60000, 7.20000, 0.00000, 3.60000, 14.40000, 10.80000, 8.60000, 18.00000, 10.00000, 24.40000, 1.40000, 3.60000, 0.00000, 1.40000, 0.00000, 0.00000, 23.00000, 7.20000, 18.60000, 2.80000, 0.00000, 2.80000, 0.00000, 23.00000, 25.80000, 0.00000, 0.00000, 0.00000, 0.00000, 0.00000, 29.40000, 15.80000, 7.80000, 1.40000, 1.40000, 12.40000, 12.40000, 9.80000, 0.00000, 8.60000, 6.20000, 6.20000, 5.00000, 0.00000, 0.00000, 6.20000, 6.20000, 3.60000, 0.00000, 8.60000, 36.00000, 15.00000, 0.00000, 4.20000, 0.00000, 13.60000, 12.80000, 8.60000, 23.00000, 30.20000, 12.20000, 12.20000, 19.40000, 8.60000, 38.20000, 12.20000, 5.00000, 23.60000, 0.00000, 0.00000, 10.00000, 1.40000, 32.40000, 31.60000, 0.00000, 0.00000, 1.40000, 33.00000, 17.20000, 50.20000, 34.40000, 26.60000, 0.00000, 12.40000, 15.00000, 6.20000
|
7
|
+
0.00000, 9.80000, 6.20000, 6.20000, 3.60000, 0.00000, 6.20000, 0.00000, 0.00000, 7.20000, 6.20000, 0.00000, 9.80000, 0.00000, 0.00000, 7.20000, 6.40000, 8.60000, 7.20000, 0.00000, 3.60000, 14.40000, 10.80000, 8.60000, 14.40000, 2.80000, 23.00000, 1.40000, 3.60000, 0.00000, 1.40000, 0.00000, 0.00000, 23.00000, 7.20000, 15.00000, 2.80000, 0.00000, 2.80000, 0.00000, 23.00000, 25.80000, 0.00000, 0.00000, 0.00000, 0.00000, 0.00000, 28.00000, 12.20000, 7.80000, 1.40000, 1.40000, 12.40000, 12.40000, 9.80000, 0.00000, 8.60000, 6.20000, 6.20000, 5.00000, 0.00000, 0.00000, 6.20000, 6.20000, 3.60000, 0.00000, 8.60000, 36.00000, 12.20000, 0.00000, 4.20000, 0.00000, 13.60000, 9.20000, 8.60000, 19.40000, 30.20000, 12.20000, 12.20000, 15.80000, 1.40000, 32.00000, 12.20000, 5.00000, 20.00000, 0.00000, 0.00000, 10.00000, 1.40000, 32.40000, 23.00000, 0.00000, 0.00000, 1.40000, 33.00000, 14.40000, 45.20000, 30.80000, 23.00000, 0.00000, 12.40000, 13.60000, 6.20000
|
8
|
+
0.00000, 9.80000, 6.20000, 6.20000, 3.60000, 0.00000, 6.20000, 0.00000, 0.00000, 7.20000, 6.20000, 0.00000, 9.80000, 0.00000, 0.00000, 7.20000, 6.40000, 3.60000, 7.20000, 0.00000, 3.60000, 3.60000, 10.80000, 8.60000, 14.40000, 1.40000, 19.40000, 1.40000, 3.60000, 0.00000, 1.40000, 0.00000, 0.00000, 23.00000, 7.20000, 11.40000, 2.80000, 0.00000, 2.80000, 0.00000, 23.00000, 22.20000, 0.00000, 0.00000, 0.00000, 0.00000, 0.00000, 28.00000, 8.60000, 7.80000, 1.40000, 1.40000, 6.20000, 12.40000, 9.80000, 0.00000, 7.20000, 6.20000, 6.20000, 5.00000, 0.00000, 0.00000, 6.20000, 6.20000, 3.60000, 0.00000, 12.20000, 36.00000, 8.60000, 0.00000, 4.20000, 0.00000, 10.00000, 5.60000, 8.60000, 14.40000, 26.60000, 12.20000, 10.80000, 15.80000, 1.40000, 22.20000, 8.60000, 3.60000, 12.80000, 0.00000, 0.00000, 17.20000, 1.40000, 36.00000, 23.00000, 0.00000, 0.00000, 1.40000, 22.20000, 0.00000, 43.80000, 27.20000, 23.00000, 0.00000, 12.40000, 13.60000, 6.20000
|
9
|
+
0.00000, 9.80000, 6.20000, 0.00000, 3.60000, 0.00000, 6.20000, 0.00000, 0.00000, 3.60000, 6.20000, 0.00000, 9.80000, 0.00000, 0.00000, 7.20000, 6.40000, 3.60000, 8.60000, 0.00000, 3.60000, 3.60000, 10.80000, 8.60000, 7.20000, 1.40000, 19.40000, 1.40000, 3.60000, 0.00000, 1.40000, 0.00000, 0.00000, 23.00000, 3.60000, 11.40000, 2.80000, 0.00000, 2.80000, 0.00000, 19.40000, 22.20000, 0.00000, 0.00000, 0.00000, 0.00000, 0.00000, 24.40000, 8.60000, 7.80000, 1.40000, 1.40000, 6.20000, 12.40000, 9.80000, 0.00000, 7.20000, 6.20000, 6.20000, 5.00000, 0.00000, 0.00000, 6.20000, 6.20000, 3.60000, 0.00000, 12.20000, 32.40000, 8.60000, 0.00000, 4.20000, 0.00000, 10.00000, 5.60000, 5.00000, 10.80000, 19.40000, 12.20000, 10.80000, 12.20000, 1.40000, 16.00000, 5.00000, 3.60000, 11.40000, 0.00000, 0.00000, 17.20000, 1.40000, 32.40000, 17.20000, 0.00000, 0.00000, 1.40000, 18.60000, 0.00000, 31.60000, 25.80000, 23.00000, 0.00000, 12.40000, 13.60000, 6.20000
|
10
|
+
0.00000, 9.80000, 6.20000, 0.00000, 3.60000, 0.00000, 6.20000, 0.00000, 0.00000, 3.60000, 6.20000, 0.00000, 9.80000, 0.00000, 0.00000, 7.20000, 2.80000, 3.60000, 7.20000, 0.00000, 3.60000, 0.00000, 10.80000, 1.40000, 7.20000, 1.40000, 19.40000, 1.40000, 3.60000, 0.00000, 0.00000, 0.00000, 0.00000, 21.60000, 3.60000, 11.40000, 2.80000, 0.00000, 1.40000, 0.00000, 19.40000, 13.60000, 0.00000, 0.00000, 0.00000, 0.00000, 0.00000, 24.40000, 5.00000, 2.80000, 1.40000, 1.40000, 6.20000, 6.20000, 9.80000, 0.00000, 7.20000, 6.20000, 6.20000, 5.00000, 0.00000, 0.00000, 6.20000, 6.20000, 3.60000, 0.00000, 12.20000, 25.20000, 8.60000, 0.00000, 4.20000, 0.00000, 10.00000, 4.20000, 1.40000, 10.80000, 19.40000, 12.20000, 10.80000, 19.40000, 1.40000, 12.40000, 3.60000, 3.60000, 6.40000, 0.00000, 0.00000, 14.40000, 1.40000, 32.40000, 17.20000, 0.00000, 0.00000, 1.40000, 13.60000, 0.00000, 23.00000, 22.20000, 23.00000, 0.00000, 12.40000, 13.60000, 6.20000
|
11
|
+
0.00000, 9.80000, 6.20000, 0.00000, 3.60000, 0.00000, 6.20000, 0.00000, 0.00000, 3.60000, 6.20000, 0.00000, 9.80000, 0.00000, 0.00000, 7.20000, 2.80000, 3.60000, 7.20000, 0.00000, 3.60000, 0.00000, 10.80000, 1.40000, 7.20000, 0.00000, 19.40000, 1.40000, 3.60000, 0.00000, 0.00000, 0.00000, 0.00000, 18.00000, 3.60000, 11.40000, 2.80000, 0.00000, 2.80000, 0.00000, 19.40000, 13.60000, 0.00000, 0.00000, 0.00000, 0.00000, 0.00000, 19.40000, 12.20000, 1.40000, 1.40000, 1.40000, 6.20000, 6.20000, 9.80000, 0.00000, 3.60000, 6.20000, 6.20000, 2.80000, 0.00000, 0.00000, 6.20000, 6.20000, 0.00000, 0.00000, 12.20000, 25.20000, 8.60000, 0.00000, 2.80000, 0.00000, 10.00000, 2.80000, 1.40000, 10.80000, 23.00000, 10.80000, 7.20000, 19.40000, 0.00000, 12.40000, 3.60000, 3.60000, 6.40000, 0.00000, 0.00000, 14.40000, 1.40000, 32.40000, 17.20000, 0.00000, 0.00000, 1.40000, 13.60000, 0.00000, 14.40000, 20.80000, 23.00000, 0.00000, 12.40000, 10.00000, 6.20000
|
12
|
+
0.00000, 9.80000, 6.20000, 0.00000, 3.60000, 0.00000, 0.00000, 0.00000, 0.00000, 3.60000, 6.20000, 0.00000, 9.80000, 0.00000, 0.00000, 7.20000, 1.40000, 3.60000, 7.20000, 0.00000, 3.60000, 0.00000, 7.20000, 1.40000, 7.20000, 0.00000, 12.20000, 1.40000, 3.60000, 0.00000, 0.00000, 0.00000, 0.00000, 18.00000, 3.60000, 11.40000, 1.40000, 0.00000, 2.80000, 0.00000, 8.60000, 10.00000, 0.00000, 0.00000, 0.00000, 0.00000, 0.00000, 12.20000, 10.80000, 1.40000, 1.40000, 1.40000, 6.20000, 6.20000, 9.80000, 0.00000, 3.60000, 6.20000, 6.20000, 2.80000, 0.00000, 0.00000, 9.80000, 6.20000, 0.00000, 0.00000, 12.20000, 21.60000, 8.60000, 1.40000, 2.80000, 0.00000, 10.00000, 1.40000, 1.40000, 10.80000, 15.80000, 10.80000, 7.20000, 10.80000, 0.00000, 12.40000, 3.60000, 0.00000, 2.80000, 0.00000, 0.00000, 7.20000, 1.40000, 25.20000, 13.60000, 0.00000, 0.00000, 1.40000, 13.60000, 0.00000, 14.40000, 12.20000, 19.40000, 0.00000, 12.40000, 11.40000, 6.20000
|
13
|
+
0.00000, 9.80000, 0.00000, 0.00000, 3.60000, 0.00000, 0.00000, 0.00000, 0.00000, 3.60000, 6.20000, 0.00000, 9.80000, 0.00000, 0.00000, 7.20000, 1.40000, 3.60000, 7.20000, 0.00000, 0.00000, 0.00000, 7.20000, 1.40000, 7.20000, 0.00000, 12.20000, 1.40000, 3.60000, 0.00000, 0.00000, 0.00000, 0.00000, 10.80000, 3.60000, 10.00000, 1.40000, 0.00000, 2.80000, 0.00000, 8.60000, 8.60000, 0.00000, 0.00000, 0.00000, 0.00000, 0.00000, 12.20000, 10.80000, 1.40000, 1.40000, 1.40000, 6.20000, 6.20000, 6.20000, 0.00000, 0.00000, 6.20000, 6.20000, 1.40000, 0.00000, 0.00000, 9.80000, 6.20000, 0.00000, 0.00000, 12.20000, 21.60000, 8.60000, 1.40000, 2.80000, 0.00000, 10.00000, 0.00000, 0.00000, 10.80000, 15.80000, 10.80000, 7.20000, 10.80000, 0.00000, 12.40000, 0.00000, 0.00000, 2.80000, 0.00000, 0.00000, 7.20000, 1.40000, 18.00000, 12.20000, 0.00000, 0.00000, 1.40000, 13.60000, 0.00000, 10.80000, 12.20000, 19.40000, 0.00000, 12.40000, 11.40000, 6.20000
|
14
|
+
0.00000, 6.20000, 0.00000, 0.00000, 0.00000, 0.00000, 0.00000, 0.00000, 0.00000, 3.60000, 6.20000, 0.00000, 9.80000, 0.00000, 0.00000, 7.20000, 0.00000, 3.60000, 7.20000, 0.00000, 0.00000, 0.00000, 7.20000, 0.00000, 7.20000, 0.00000, 5.00000, 1.40000, 3.60000, 0.00000, 0.00000, 0.00000, 0.00000, 7.20000, 0.00000, 10.00000, 1.40000, 0.00000, 2.80000, 0.00000, 8.60000, 8.60000, 0.00000, 0.00000, 0.00000, 0.00000, 0.00000, 8.60000, 10.80000, 1.40000, 1.40000, 1.40000, 6.20000, 6.20000, 6.20000, 0.00000, 0.00000, 6.20000, 6.20000, 1.40000, 0.00000, 0.00000, 9.80000, 6.20000, 0.00000, 0.00000, 12.20000, 21.60000, 7.20000, 1.40000, 1.40000, 0.00000, 10.00000, 0.00000, 0.00000, 10.80000, 8.60000, 7.20000, 7.20000, 10.80000, 0.00000, 12.40000, 0.00000, 0.00000, 0.00000, 0.00000, 0.00000, 7.20000, 1.40000, 18.00000, 12.20000, 0.00000, 0.00000, 1.40000, 13.60000, 0.00000, 10.80000, 12.20000, 19.40000, 0.00000, 12.40000, 10.00000, 6.20000
|
15
|
+
0.00000, 0.00000, 0.00000, 0.00000, 0.00000, 0.00000, 0.00000, 0.00000, 0.00000, 3.60000, 6.20000, 0.00000, 9.80000, 0.00000, 0.00000, 7.20000, 0.00000, 0.00000, 7.20000, 0.00000, 0.00000, 0.00000, 7.20000, 0.00000, 3.60000, 0.00000, 5.00000, 1.40000, 0.00000, 0.00000, 0.00000, 0.00000, 0.00000, 7.20000, 0.00000, 8.60000, 1.40000, 0.00000, 2.80000, 0.00000, 8.60000, 1.40000, 0.00000, 0.00000, 0.00000, 0.00000, 0.00000, 8.60000, 3.60000, 1.40000, 1.40000, 0.00000, 6.20000, 6.20000, 6.20000, 0.00000, 0.00000, 6.20000, 6.20000, 1.40000, 0.00000, 0.00000, 9.80000, 6.20000, 0.00000, 0.00000, 1.40000, 21.60000, 7.20000, 1.40000, 1.40000, 0.00000, 10.00000, 0.00000, 0.00000, 10.80000, 5.00000, 7.20000, 7.20000, 10.80000, 0.00000, 12.40000, 0.00000, 0.00000, 0.00000, 0.00000, 0.00000, 7.20000, 1.40000, 14.40000, 12.20000, 0.00000, 0.00000, 1.40000, 13.60000, 0.00000, 10.80000, 1.40000, 19.40000, 0.00000, 12.40000, 8.60000, 6.20000
|
16
|
+
0.00000, 0.00000, 0.00000, 0.00000, 0.00000, 0.00000, 0.00000, 0.00000, 0.00000, 0.00000, 6.20000, 0.00000, 9.80000, 0.00000, 0.00000, 7.20000, 0.00000, 0.00000, 7.20000, 0.00000, 0.00000, 0.00000, 7.20000, 0.00000, 3.60000, 0.00000, 5.00000, 1.40000, 0.00000, 0.00000, 0.00000, 0.00000, 0.00000, 0.00000, 0.00000, 8.60000, 2.80000, 0.00000, 2.80000, 0.00000, 8.60000, 1.40000, 0.00000, 0.00000, 0.00000, 0.00000, 0.00000, 8.60000, 0.00000, 1.40000, 1.40000, 0.00000, 6.20000, 6.20000, 6.20000, 0.00000, 0.00000, 6.20000, 6.20000, 1.40000, 0.00000, 0.00000, 9.80000, 6.20000, 0.00000, 0.00000, 1.40000, 21.60000, 7.20000, 1.40000, 1.40000, 0.00000, 10.00000, 0.00000, 0.00000, 10.80000, 5.00000, 7.20000, 7.20000, 7.20000, 0.00000, 6.20000, 0.00000, 0.00000, 0.00000, 0.00000, 0.00000, 7.20000, 1.40000, 0.00000, 12.20000, 0.00000, 0.00000, 1.40000, 12.20000, 0.00000, 10.80000, 0.00000, 15.80000, 0.00000, 6.20000, 8.60000, 6.20000
|
17
|
+
0.00000, 0.00000, 0.00000, 0.00000, 0.00000, 0.00000, 0.00000, 0.00000, 0.00000, 0.00000, 6.20000, 0.00000, 9.80000, 0.00000, 0.00000, 7.20000, 0.00000, 0.00000, 0.00000, 1.40000, 0.00000, 0.00000, 7.20000, 0.00000, 3.60000, 0.00000, 0.00000, 1.40000, 1.40000, 0.00000, 0.00000, 0.00000, 0.00000, 0.00000, 0.00000, 8.60000, 2.80000, 0.00000, 1.40000, 0.00000, 7.20000, 0.00000, 0.00000, 0.00000, 0.00000, 0.00000, 0.00000, 8.60000, 0.00000, 1.40000, 1.40000, 0.00000, 6.20000, 6.20000, 6.20000, 0.00000, 0.00000, 6.20000, 0.00000, 1.40000, 0.00000, 0.00000, 9.80000, 6.20000, 0.00000, 0.00000, 0.00000, 21.60000, 7.20000, 1.40000, 1.40000, 0.00000, 10.00000, 0.00000, 0.00000, 10.80000, 5.00000, 7.20000, 7.20000, 0.00000, 0.00000, 6.20000, 0.00000, 0.00000, 0.00000, 0.00000, 0.00000, 7.20000, 1.40000, 0.00000, 12.20000, 0.00000, 0.00000, 1.40000, 8.60000, 0.00000, 10.80000, 0.00000, 14.40000, 0.00000, 6.20000, 8.60000, 0.00000
|
18
|
+
0.00000, 0.00000, 3.60000, 0.00000, 0.00000, 0.00000, 0.00000, 0.00000, 0.00000, 0.00000, 6.20000, 0.00000, 9.80000, 0.00000, 0.00000, 0.00000, 0.00000, 0.00000, 0.00000, 1.40000, 0.00000, 0.00000, 7.20000, 0.00000, 3.60000, 0.00000, 0.00000, 2.80000, 1.40000, 0.00000, 0.00000, 0.00000, 0.00000, 0.00000, 0.00000, 7.20000, 2.80000, 0.00000, 1.40000, 0.00000, 7.20000, 0.00000, 0.00000, 0.00000, 0.00000, 0.00000, 0.00000, 5.00000, 0.00000, 0.00000, 1.40000, 0.00000, 6.20000, 6.20000, 6.20000, 0.00000, 0.00000, 6.20000, 0.00000, 1.40000, 0.00000, 0.00000, 9.80000, 6.20000, 0.00000, 0.00000, 0.00000, 7.20000, 7.20000, 1.40000, 1.40000, 0.00000, 10.00000, 0.00000, 0.00000, 10.80000, 5.00000, 7.20000, 7.20000, 0.00000, 0.00000, 6.20000, 0.00000, 0.00000, 0.00000, 0.00000, 0.00000, 7.20000, 1.40000, 0.00000, 12.20000, 0.00000, 0.00000, 1.40000, 8.60000, 0.00000, 10.80000, 0.00000, 14.40000, 0.00000, 6.20000, 8.60000, 0.00000
|
19
|
+
0.00000, 0.00000, 3.60000, 0.00000, 0.00000, 0.00000, 0.00000, 0.00000, 0.00000, 0.00000, 6.20000, 0.00000, 9.80000, 0.00000, 0.00000, 0.00000, 0.00000, 0.00000, 0.00000, 1.40000, 0.00000, 0.00000, 7.20000, 0.00000, 3.60000, 3.60000, 0.00000, 2.80000, 1.40000, 0.00000, 0.00000, 0.00000, 1.40000, 0.00000, 0.00000, 7.20000, 2.80000, 0.00000, 1.40000, 0.00000, 7.20000, 0.00000, 0.00000, 0.00000, 0.00000, 0.00000, 1.40000, 5.00000, 0.00000, 0.00000, 1.40000, 0.00000, 6.20000, 6.20000, 6.20000, 0.00000, 0.00000, 6.20000, 0.00000, 1.40000, 0.00000, 0.00000, 9.80000, 6.20000, 0.00000, 0.00000, 0.00000, 7.20000, 7.20000, 1.40000, 1.40000, 0.00000, 8.60000, 0.00000, 0.00000, 7.20000, 5.00000, 7.20000, 7.20000, 0.00000, 0.00000, 6.20000, 0.00000, 0.00000, 0.00000, 0.00000, 0.00000, 7.20000, 1.40000, 0.00000, 12.20000, 0.00000, 0.00000, 1.40000, 8.60000, 0.00000, 7.20000, 0.00000, 7.20000, 0.00000, 0.00000, 8.60000, 0.00000
|
20
|
+
0.00000, 0.00000, 3.60000, 0.00000, 0.00000, 0.00000, 0.00000, 0.00000, 0.00000, 0.00000, 6.20000, 0.00000, 6.20000, 0.00000, 0.00000, 0.00000, 0.00000, 0.00000, 0.00000, 0.00000, 0.00000, 0.00000, 7.20000, 0.00000, 3.60000, 3.60000, 0.00000, 2.80000, 0.00000, 0.00000, 0.00000, 0.00000, 1.40000, 0.00000, 0.00000, 7.20000, 2.80000, 1.40000, 1.40000, 0.00000, 7.20000, 0.00000, 0.00000, 0.00000, 1.40000, 0.00000, 5.00000, 5.00000, 0.00000, 0.00000, 0.00000, 0.00000, 6.20000, 6.20000, 6.20000, 0.00000, 0.00000, 6.20000, 0.00000, 1.40000, 0.00000, 0.00000, 9.80000, 6.20000, 3.60000, 0.00000, 0.00000, 0.00000, 7.20000, 1.40000, 1.40000, 0.00000, 8.60000, 0.00000, 0.00000, 7.20000, 3.60000, 7.20000, 7.20000, 0.00000, 0.00000, 9.80000, 0.00000, 0.00000, 0.00000, 0.00000, 0.00000, 0.00000, 2.80000, 0.00000, 12.20000, 0.00000, 3.60000, 1.40000, 8.60000, 0.00000, 0.00000, 0.00000, 3.60000, 0.00000, 0.00000, 8.60000, 0.00000
|
21
|
+
0.00000, 0.00000, 3.60000, 0.00000, 0.00000, 0.00000, 0.00000, 0.00000, 0.00000, 0.00000, 0.00000, 0.00000, 6.20000, 0.00000, 0.00000, 0.00000, 0.00000, 0.00000, 0.00000, 0.00000, 0.00000, 0.00000, 0.00000, 0.00000, 3.60000, 3.60000, 0.00000, 2.80000, 1.40000, 0.00000, 0.00000, 3.60000, 1.40000, 0.00000, 0.00000, 7.20000, 2.80000, 2.80000, 0.00000, 0.00000, 7.20000, 0.00000, 1.40000, 0.00000, 2.80000, 0.00000, 5.00000, 0.00000, 0.00000, 0.00000, 0.00000, 0.00000, 6.20000, 6.20000, 6.20000, 0.00000, 0.00000, 6.20000, 0.00000, 1.40000, 0.00000, 0.00000, 9.80000, 6.20000, 3.60000, 0.00000, 0.00000, 0.00000, 7.20000, 1.40000, 1.40000, 0.00000, 8.60000, 0.00000, 0.00000, 7.20000, 3.60000, 7.20000, 7.20000, 0.00000, 0.00000, 9.80000, 0.00000, 0.00000, 0.00000, 0.00000, 6.20000, 0.00000, 2.80000, 0.00000, 5.00000, 3.60000, 5.00000, 1.40000, 1.40000, 0.00000, 0.00000, 0.00000, 3.60000, 0.00000, 0.00000, 1.40000, 0.00000
|
22
|
+
0.00000, 6.20000, 3.60000, 0.00000, 0.00000, 0.00000, 0.00000, 0.00000, 3.60000, 0.00000, 0.00000, 0.00000, 6.20000, 0.00000, 0.00000, 0.00000, 0.00000, 0.00000, 0.00000, 0.00000, 0.00000, 0.00000, 0.00000, 0.00000, 3.60000, 3.60000, 0.00000, 2.80000, 1.40000, 0.00000, 0.00000, 3.60000, 1.40000, 0.00000, 0.00000, 0.00000, 2.80000, 4.20000, 0.00000, 0.00000, 0.00000, 0.00000, 1.40000, 0.00000, 4.20000, 0.00000, 5.00000, 0.00000, 0.00000, 0.00000, 0.00000, 0.00000, 6.20000, 6.20000, 6.20000, 0.00000, 0.00000, 6.20000, 0.00000, 1.40000, 9.80000, 3.60000, 9.80000, 6.20000, 3.60000, 0.00000, 0.00000, 0.00000, 7.20000, 5.00000, 1.40000, 0.00000, 8.60000, 0.00000, 0.00000, 7.20000, 0.00000, 7.20000, 0.00000, 0.00000, 0.00000, 9.80000, 0.00000, 0.00000, 0.00000, 0.00000, 7.60000, 0.00000, 2.80000, 0.00000, 1.40000, 3.60000, 5.00000, 1.40000, 1.40000, 0.00000, 0.00000, 0.00000, 3.60000, 0.00000, 0.00000, 1.40000, 0.00000
|
23
|
+
0.00000, 6.20000, 3.60000, 0.00000, 0.00000, 0.00000, 0.00000, 1.40000, 3.60000, 0.00000, 0.00000, 0.00000, 6.20000, 0.00000, 0.00000, 0.00000, 0.00000, 0.00000, 0.00000, 0.00000, 0.00000, 0.00000, 0.00000, 0.00000, 3.60000, 3.60000, 0.00000, 2.80000, 1.40000, 0.00000, 0.00000, 3.60000, 2.80000, 0.00000, 0.00000, 0.00000, 2.80000, 5.60000, 0.00000, 0.00000, 0.00000, 0.00000, 1.40000, 0.00000, 4.20000, 0.00000, 6.40000, 0.00000, 0.00000, 0.00000, 1.40000, 1.40000, 6.20000, 9.80000, 6.20000, 0.00000, 0.00000, 6.20000, 0.00000, 1.40000, 9.80000, 3.60000, 13.40000, 6.20000, 3.60000, 0.00000, 0.00000, 0.00000, 0.00000, 3.60000, 1.40000, 0.00000, 8.60000, 0.00000, 0.00000, 7.20000, 0.00000, 7.20000, 0.00000, 0.00000, 0.00000, 9.80000, 0.00000, 0.00000, 0.00000, 0.00000, 9.00000, 0.00000, 2.80000, 0.00000, 2.80000, 3.60000, 5.00000, 1.40000, 0.00000, 0.00000, 0.00000, 0.00000, 3.60000, 0.00000, 0.00000, 1.40000, 0.00000
|
24
|
+
0.00000, 6.20000, 3.60000, 0.00000, 0.00000, 0.00000, 0.00000, 1.40000, 9.80000, 0.00000, 0.00000, 0.00000, 6.20000, 0.00000, 0.00000, 0.00000, 0.00000, 0.00000, 0.00000, 0.00000, 1.40000, 0.00000, 0.00000, 0.00000, 3.60000, 3.60000, 0.00000, 2.80000, 11.20000, 0.00000, 0.00000, 3.60000, 4.20000, 0.00000, 0.00000, 0.00000, 4.20000, 5.60000, 0.00000, 0.00000, 0.00000, 0.00000, 1.40000, 0.00000, 5.60000, 0.00000, 7.80000, 0.00000, 0.00000, 0.00000, 2.80000, 2.80000, 9.80000, 9.80000, 6.20000, 0.00000, 0.00000, 6.20000, 0.00000, 1.40000, 9.80000, 3.60000, 13.40000, 6.20000, 7.20000, 0.00000, 0.00000, 0.00000, 0.00000, 3.60000, 2.80000, 0.00000, 8.60000, 0.00000, 0.00000, 7.20000, 0.00000, 7.20000, 0.00000, 0.00000, 0.00000, 9.80000, 0.00000, 0.00000, 0.00000, 0.00000, 9.00000, 0.00000, 2.80000, 3.60000, 2.80000, 5.00000, 6.40000, 2.80000, 0.00000, 0.00000, 0.00000, 0.00000, 3.60000, 0.00000, 0.00000, 1.40000, 0.00000
|
25
|
+
3.60000, 9.80000, 3.60000, 3.60000, 0.00000, 0.00000, 0.00000, 9.00000, 13.40000, 0.00000, 0.00000, 0.00000, 6.20000, 0.00000, 0.00000, 0.00000, 0.00000, 0.00000, 0.00000, 0.00000, 1.40000, 0.00000, 0.00000, 0.00000, 3.60000, 3.60000, 0.00000, 4.20000, 12.60000, 2.80000, 0.00000, 6.40000, 5.60000, 0.00000, 0.00000, 0.00000, 4.20000, 5.60000, 0.00000, 0.00000, 0.00000, 0.00000, 5.00000, 5.00000, 15.60000, 0.00000, 7.80000, 0.00000, 0.00000, 0.00000, 2.80000, 4.20000, 9.80000, 9.80000, 6.20000, 0.00000, 0.00000, 6.20000, 0.00000, 1.40000, 9.80000, 7.20000, 13.40000, 6.20000, 7.20000, 0.00000, 0.00000, 0.00000, 0.00000, 3.60000, 1.40000, 5.00000, 10.00000, 0.00000, 0.00000, 7.20000, 0.00000, 0.00000, 0.00000, 0.00000, 0.00000, 9.80000, 0.00000, 0.00000, 0.00000, 0.00000, 13.20000, 0.00000, 4.20000, 3.60000, 2.80000, 6.40000, 7.80000, 1.40000, 0.00000, 0.00000, 0.00000, 0.00000, 0.00000, 0.00000, 0.00000, 1.40000, 0.00000
|
26
|
+
0.00000, 9.80000, 3.60000, 3.60000, 0.00000, 0.00000, 0.00000, 11.80000, 13.40000, 0.00000, 0.00000, 0.00000, 6.20000, 0.00000, 0.00000, 0.00000, 0.00000, 0.00000, 0.00000, 3.60000, 1.40000, 0.00000, 0.00000, 1.40000, 3.60000, 3.60000, 0.00000, 4.20000, 16.20000, 4.20000, 1.40000, 6.40000, 5.60000, 0.00000, 0.00000, 0.00000, 4.20000, 5.60000, 0.00000, 0.00000, 0.00000, 0.00000, 5.00000, 5.00000, 17.00000, 0.00000, 7.80000, 0.00000, 0.00000, 0.00000, 4.20000, 4.20000, 3.60000, 3.60000, 12.40000, 0.00000, 0.00000, 6.20000, 0.00000, 1.40000, 9.80000, 7.20000, 13.40000, 6.20000, 7.20000, 0.00000, 0.00000, 0.00000, 0.00000, 3.60000, 5.00000, 5.00000, 2.80000, 0.00000, 0.00000, 7.20000, 0.00000, 0.00000, 0.00000, 0.00000, 0.00000, 9.80000, 0.00000, 0.00000, 0.00000, 0.00000, 16.80000, 0.00000, 4.20000, 3.60000, 1.40000, 6.40000, 7.80000, 1.40000, 0.00000, 0.00000, 0.00000, 0.00000, 0.00000, 0.00000, 0.00000, 1.40000, 0.00000
|
27
|
+
0.00000, 9.80000, 3.60000, 0.00000, 0.00000, 0.00000, 6.20000, 19.60000, 13.40000, 0.00000, 0.00000, 3.60000, 6.20000, 0.00000, 0.00000, 0.00000, 0.00000, 0.00000, 0.00000, 5.00000, 4.20000, 0.00000, 0.00000, 1.40000, 3.60000, 3.60000, 0.00000, 5.60000, 17.60000, 7.00000, 1.40000, 10.00000, 9.20000, 0.00000, 0.00000, 0.00000, 4.20000, 5.60000, 0.00000, 0.00000, 0.00000, 0.00000, 6.40000, 8.60000, 17.00000, 0.00000, 9.20000, 0.00000, 0.00000, 0.00000, 4.20000, 4.20000, 17.00000, 3.60000, 12.40000, 0.00000, 0.00000, 6.20000, 0.00000, 1.40000, 3.60000, 7.20000, 13.40000, 6.20000, 7.20000, 0.00000, 0.00000, 0.00000, 0.00000, 5.00000, 6.40000, 5.00000, 2.80000, 0.00000, 0.00000, 7.20000, 0.00000, 0.00000, 0.00000, 0.00000, 0.00000, 9.80000, 0.00000, 0.00000, 0.00000, 0.00000, 19.60000, 0.00000, 16.80000, 3.60000, 1.40000, 10.60000, 12.00000, 2.80000, 1.40000, 0.00000, 0.00000, 0.00000, 0.00000, 3.60000, 0.00000, 0.00000, 0.00000
|
28
|
+
0.00000, 9.80000, 3.60000, 3.60000, 0.00000, 0.00000, 6.20000, 21.00000, 13.40000, 0.00000, 0.00000, 3.60000, 6.20000, 0.00000, 0.00000, 0.00000, 0.00000, 0.00000, 0.00000, 5.00000, 4.20000, 0.00000, 0.00000, 1.40000, 0.00000, 0.00000, 0.00000, 5.60000, 19.00000, 7.00000, 1.40000, 12.80000, 10.60000, 0.00000, 0.00000, 0.00000, 9.20000, 5.60000, 0.00000, 0.00000, 0.00000, 0.00000, 7.80000, 8.60000, 17.00000, 0.00000, 12.00000, 0.00000, 0.00000, 0.00000, 7.00000, 4.20000, 17.00000, 3.60000, 12.40000, 0.00000, 0.00000, 6.20000, 0.00000, 1.40000, 3.60000, 7.20000, 13.40000, 9.80000, 7.20000, 0.00000, 0.00000, 0.00000, 0.00000, 5.00000, 6.40000, 5.00000, 2.80000, 0.00000, 0.00000, 7.20000, 0.00000, 0.00000, 0.00000, 0.00000, 0.00000, 3.60000, 0.00000, 0.00000, 0.00000, 0.00000, 19.60000, 0.00000, 16.80000, 3.60000, 1.40000, 10.60000, 12.00000, 2.80000, 1.40000, 0.00000, 0.00000, 0.00000, 0.00000, 7.20000, 0.00000, 0.00000, 0.00000
|
29
|
+
0.00000, 13.40000, 3.60000, 3.60000, 6.20000, 0.00000, 6.20000, 28.00000, 9.80000, 0.00000, 0.00000, 3.60000, 6.20000, 0.00000, 0.00000, 0.00000, 0.00000, 0.00000, 0.00000, 5.00000, 5.60000, 0.00000, 0.00000, 1.40000, 0.00000, 0.00000, 0.00000, 13.20000, 26.80000, 7.00000, 5.00000, 12.80000, 12.00000, 0.00000, 0.00000, 0.00000, 10.60000, 5.60000, 0.00000, 0.00000, 0.00000, 0.00000, 9.20000, 12.80000, 18.40000, 0.00000, 17.60000, 0.00000, 0.00000, 0.00000, 12.00000, 5.60000, 17.00000, 3.60000, 16.00000, 5.00000, 0.00000, 0.00000, 0.00000, 1.40000, 9.80000, 7.20000, 7.20000, 9.80000, 3.60000, 0.00000, 0.00000, 0.00000, 0.00000, 5.00000, 9.20000, 12.20000, 2.80000, 0.00000, 0.00000, 7.20000, 0.00000, 0.00000, 0.00000, 0.00000, 0.00000, 7.20000, 0.00000, 0.00000, 0.00000, 0.00000, 24.60000, 0.00000, 18.20000, 3.60000, 1.40000, 10.60000, 13.40000, 6.40000, 0.00000, 0.00000, 0.00000, 0.00000, 0.00000, 7.20000, 0.00000, 0.00000, 0.00000
|
30
|
+
0.00000, 13.40000, 3.60000, 3.60000, 6.20000, 0.00000, 6.20000, 29.40000, 9.80000, 0.00000, 0.00000, 3.60000, 6.20000, 0.00000, 0.00000, 0.00000, 0.00000, 0.00000, 0.00000, 5.00000, 7.00000, 0.00000, 0.00000, 1.40000, 0.00000, 0.00000, 0.00000, 13.20000, 28.20000, 7.00000, 5.00000, 12.80000, 12.00000, 0.00000, 0.00000, 0.00000, 19.60000, 5.60000, 0.00000, 0.00000, 0.00000, 0.00000, 9.20000, 12.80000, 18.40000, 0.00000, 21.80000, 0.00000, 0.00000, 0.00000, 13.40000, 9.80000, 17.00000, 3.60000, 16.00000, 5.00000, 0.00000, 0.00000, 0.00000, 1.40000, 9.80000, 7.20000, 7.20000, 3.60000, 3.60000, 0.00000, 0.00000, 0.00000, 0.00000, 6.40000, 9.20000, 15.80000, 1.40000, 0.00000, 0.00000, 7.20000, 0.00000, 0.00000, 0.00000, 0.00000, 0.00000, 10.80000, 0.00000, 0.00000, 0.00000, 0.00000, 24.60000, 0.00000, 21.00000, 3.60000, 1.40000, 12.00000, 14.80000, 6.40000, 1.40000, 0.00000, 0.00000, 0.00000, 0.00000, 7.20000, 0.00000, 0.00000, 0.00000
|
31
|
+
0.00000, 13.40000, 3.60000, 7.20000, 6.20000, 0.00000, 6.20000, 32.20000, 9.80000, 0.00000, 0.00000, 3.60000, 6.20000, 0.00000, 0.00000, 0.00000, 0.00000, 0.00000, 0.00000, 12.80000, 8.40000, 0.00000, 0.00000, 1.40000, 0.00000, 0.00000, 0.00000, 16.00000, 34.40000, 7.00000, 5.00000, 14.20000, 12.00000, 0.00000, 0.00000, 0.00000, 23.80000, 5.60000, 0.00000, 0.00000, 0.00000, 0.00000, 10.60000, 14.20000, 26.20000, 0.00000, 24.60000, 1.40000, 1.40000, 0.00000, 13.40000, 9.80000, 26.80000, 3.60000, 16.00000, 5.00000, 0.00000, 0.00000, 0.00000, 1.40000, 13.40000, 7.20000, 7.20000, 3.60000, 3.60000, 0.00000, 0.00000, 0.00000, 0.00000, 6.40000, 18.20000, 18.60000, 0.00000, 0.00000, 0.00000, 7.20000, 0.00000, 0.00000, 0.00000, 0.00000, 0.00000, 18.00000, 0.00000, 0.00000, 0.00000, 0.00000, 35.00000, 0.00000, 23.80000, 3.60000, 5.00000, 18.20000, 16.20000, 9.20000, 1.40000, 0.00000, 0.00000, 0.00000, 0.00000, 7.20000, 0.00000, 0.00000, 0.00000
|
32
|
+
0.00000, 13.40000, 7.20000, 7.20000, 6.20000, 0.00000, 6.20000, 38.60000, 13.40000, 0.00000, 0.00000, 3.60000, 6.20000, 0.00000, 0.00000, 0.00000, 0.00000, 2.80000, 3.60000, 14.20000, 9.80000, 0.00000, 0.00000, 1.40000, 0.00000, 0.00000, 7.20000, 17.40000, 33.60000, 13.20000, 5.00000, 21.80000, 12.00000, 0.00000, 0.00000, 0.00000, 23.80000, 7.00000, 0.00000, 0.00000, 0.00000, 0.00000, 12.00000, 14.20000, 29.00000, 0.00000, 24.60000, 8.60000, 4.20000, 0.00000, 13.40000, 11.20000, 26.80000, 0.00000, 17.00000, 5.00000, 0.00000, 6.20000, 0.00000, 1.40000, 17.00000, 7.20000, 7.20000, 3.60000, 3.60000, 0.00000, 0.00000, 0.00000, 0.00000, 6.40000, 18.20000, 22.80000, 0.00000, 0.00000, 0.00000, 7.20000, 1.40000, 0.00000, 0.00000, 1.40000, 0.00000, 28.80000, 0.00000, 0.00000, 1.40000, 0.00000, 38.60000, 0.00000, 42.20000, 3.60000, 3.60000, 19.60000, 16.20000, 10.60000, 1.40000, 0.00000, 0.00000, 0.00000, 0.00000, 7.20000, 3.60000, 0.00000, 0.00000
|
33
|
+
3.60000, 13.40000, 7.20000, 7.20000, 12.40000, 0.00000, 6.20000, 38.60000, 13.40000, 0.00000, 0.00000, 3.60000, 6.20000, 17.00000, 0.00000, 0.00000, 0.00000, 2.80000, 3.60000, 19.20000, 14.80000, 1.40000, 0.00000, 0.00000, 0.00000, 0.00000, 7.20000, 23.60000, 40.00000, 14.60000, 10.60000, 21.80000, 13.40000, 0.00000, 0.00000, 0.00000, 35.60000, 8.40000, 0.00000, 0.00000, 0.00000, 3.60000, 16.20000, 17.00000, 30.40000, 0.00000, 29.60000, 8.60000, 4.20000, 0.00000, 14.80000, 12.60000, 36.60000, 3.60000, 17.00000, 5.00000, 0.00000, 9.80000, 3.60000, 1.40000, 20.60000, 7.20000, 3.60000, 10.80000, 3.60000, 0.00000, 3.60000, 0.00000, 1.40000, 9.20000, 29.40000, 31.40000, 0.00000, 0.00000, 3.60000, 7.20000, 1.40000, 0.00000, 0.00000, 1.40000, 0.00000, 43.20000, 0.00000, 0.00000, 1.40000, 0.00000, 45.60000, 0.00000, 47.20000, 0.00000, 3.60000, 23.80000, 19.00000, 15.60000, 1.40000, 1.40000, 0.00000, 0.00000, 3.60000, 3.60000, 3.60000, 0.00000, 0.00000
|
34
|
+
3.60000, 13.40000, 14.40000, 14.40000, 12.40000, 0.00000, 6.20000, 40.00000, 13.40000, 0.00000, 0.00000, 3.60000, 6.20000, 20.60000, 0.00000, 1.40000, 0.00000, 2.80000, 3.60000, 19.20000, 16.20000, 1.40000, 0.00000, 0.00000, 0.00000, 0.00000, 7.20000, 25.00000, 40.00000, 17.40000, 12.00000, 21.80000, 13.40000, 0.00000, 0.00000, 0.00000, 35.60000, 12.60000, 0.00000, 0.00000, 0.00000, 3.60000, 17.60000, 18.40000, 34.60000, 0.00000, 31.00000, 8.60000, 2.80000, 0.00000, 14.80000, 14.00000, 34.00000, 3.60000, 17.00000, 5.00000, 0.00000, 7.20000, 3.60000, 0.00000, 26.80000, 7.20000, 3.60000, 7.20000, 3.60000, 0.00000, 3.60000, 0.00000, 5.00000, 10.60000, 30.80000, 35.00000, 0.00000, 0.00000, 3.60000, 0.00000, 1.40000, 0.00000, 0.00000, 1.40000, 0.00000, 43.20000, 0.00000, 0.00000, 1.40000, 0.00000, 47.00000, 0.00000, 47.20000, 0.00000, 3.60000, 25.20000, 21.80000, 15.60000, 8.60000, 1.40000, 1.40000, 3.60000, 3.60000, 3.60000, 7.20000, 0.00000, 0.00000
|
35
|
+
3.60000, 7.20000, 14.40000, 14.40000, 12.40000, 0.00000, 6.20000, 38.00000, 13.40000, 0.00000, 0.00000, 3.60000, 6.20000, 20.60000, 0.00000, 1.40000, 0.00000, 2.80000, 3.60000, 19.20000, 16.20000, 1.40000, 0.00000, 0.00000, 1.40000, 0.00000, 7.20000, 26.40000, 41.40000, 17.40000, 13.40000, 23.20000, 14.80000, 0.00000, 0.00000, 0.00000, 38.40000, 16.20000, 0.00000, 0.00000, 0.00000, 3.60000, 19.00000, 19.80000, 36.00000, 0.00000, 32.40000, 8.60000, 1.40000, 1.40000, 16.20000, 21.60000, 34.00000, 3.60000, 20.60000, 5.00000, 0.00000, 7.20000, 3.60000, 0.00000, 26.80000, 7.20000, 10.80000, 57.20000, 13.40000, 0.00000, 3.60000, 0.00000, 5.00000, 10.60000, 37.20000, 35.00000, 0.00000, 0.00000, 3.60000, 1.40000, 1.40000, 0.00000, 0.00000, 1.40000, 0.00000, 49.40000, 0.00000, 0.00000, 1.40000, 0.00000, 50.60000, 0.00000, 42.40000, 0.00000, 3.60000, 40.00000, 20.40000, 15.60000, 8.60000, 1.40000, 1.40000, 3.60000, 7.20000, 3.60000, 7.20000, 0.00000, 0.00000
|
36
|
+
3.60000, 7.20000, 14.40000, 14.40000, 12.40000, 0.00000, 6.20000, 43.00000, 63.40000, 0.00000, 3.60000, 0.00000, 6.20000, 17.00000, 0.00000, 1.40000, 0.00000, 1.40000, 3.60000, 19.20000, 16.20000, 1.40000, 0.00000, 0.00000, 1.40000, 0.00000, 8.60000, 26.40000, 42.80000, 11.20000, 12.00000, 26.80000, 17.60000, 0.00000, 0.00000, 0.00000, 38.40000, 20.40000, 0.00000, 0.00000, 0.00000, 3.60000, 19.00000, 27.00000, 34.60000, 0.00000, 32.40000, 1.40000, 1.40000, 1.40000, 17.60000, 24.40000, 33.00000, 3.60000, 20.60000, 5.00000, 0.00000, 10.80000, 3.60000, 0.00000, 26.80000, 7.20000, 10.80000, 60.80000, 17.00000, 0.00000, 3.60000, 0.00000, 5.00000, 10.60000, 37.20000, 35.00000, 0.00000, 0.00000, 3.60000, 1.40000, 1.40000, 0.00000, 0.00000, 2.80000, 0.00000, 38.60000, 0.00000, 0.00000, 1.40000, 0.00000, 55.60000, 1.40000, 45.20000, 0.00000, 3.60000, 40.00000, 26.80000, 15.60000, 7.20000, 0.00000, 1.40000, 3.60000, 7.20000, 3.60000, 7.20000, 3.60000, 0.00000
|
37
|
+
3.60000, 13.40000, 18.00000, 14.40000, 19.60000, 50.00000, 9.80000, 43.00000, 59.80000, 10.80000, 3.60000, 0.00000, 3.60000, 20.60000, 0.00000, 1.40000, 0.00000, 1.40000, 1.40000, 19.20000, 19.00000, 0.00000, 3.60000, 0.00000, 1.40000, 0.00000, 8.60000, 27.80000, 46.40000, 11.20000, 19.60000, 24.00000, 19.00000, 3.60000, 0.00000, 0.00000, 39.80000, 21.80000, 0.00000, 0.00000, 0.00000, 5.00000, 19.00000, 35.60000, 34.60000, 0.00000, 32.40000, 1.40000, 2.80000, 1.40000, 17.60000, 30.80000, 33.00000, 3.60000, 20.60000, 5.00000, 0.00000, 10.80000, 3.60000, 0.00000, 30.40000, 14.40000, 18.00000, 10.80000, 14.40000, 0.00000, 3.60000, 0.00000, 5.00000, 13.40000, 37.20000, 44.80000, 0.00000, 0.00000, 3.60000, 1.40000, 1.40000, 0.00000, 0.00000, 2.80000, 0.00000, 45.80000, 0.00000, 0.00000, 1.40000, 0.00000, 54.20000, 1.40000, 48.80000, 0.00000, 3.60000, 40.00000, 28.20000, 19.80000, 7.20000, 3.60000, 2.80000, 7.20000, 7.20000, 3.60000, 10.80000, 3.60000, 0.00000
|
38
|
+
0.00000, 9.80000, 21.60000, 14.40000, 19.60000, 50.00000, 9.80000, 43.00000, 7.20000, 10.80000, 0.00000, 0.00000, 3.60000, 20.60000, 0.00000, 1.40000, 0.00000, 1.40000, 1.40000, 19.20000, 19.00000, 2.80000, 5.00000, 0.00000, 1.40000, 0.00000, 7.20000, 27.80000, 54.20000, 9.80000, 16.00000, 24.00000, 19.00000, 3.60000, 0.00000, 0.00000, 39.80000, 24.60000, 0.00000, 0.00000, 0.00000, 6.40000, 19.00000, 35.60000, 36.00000, 0.00000, 37.40000, 1.40000, 2.80000, 0.00000, 17.60000, 30.80000, 39.20000, 0.00000, 17.00000, 5.00000, 0.00000, 10.80000, 3.60000, 0.00000, 30.40000, 20.60000, 25.20000, 10.80000, 21.60000, 0.00000, 3.60000, 0.00000, 3.60000, 13.40000, 35.80000, 44.80000, 0.00000, 0.00000, 3.60000, 1.40000, 2.80000, 0.00000, 0.00000, 2.80000, 0.00000, 52.00000, 0.00000, 0.00000, 1.40000, 0.00000, 54.20000, 1.40000, 47.40000, 0.00000, 3.60000, 37.80000, 25.40000, 19.80000, 7.20000, 10.80000, 2.80000, 14.40000, 7.20000, 3.60000, 10.80000, 3.60000, 0.00000
|
39
|
+
0.00000, 63.40000, 21.60000, 14.40000, 23.20000, 0.00000, 9.80000, 44.40000, 3.60000, 10.80000, 0.00000, 3.60000, 7.20000, 20.60000, 0.00000, 1.40000, 0.00000, 2.80000, 1.40000, 19.20000, 15.40000, 2.80000, 5.00000, 0.00000, 1.40000, 0.00000, 7.20000, 32.80000, 61.80000, 11.20000, 17.40000, 24.00000, 19.00000, 3.60000, 0.00000, 0.00000, 41.20000, 28.20000, 0.00000, 0.00000, 0.00000, 6.40000, 21.80000, 35.60000, 38.80000, 0.00000, 37.40000, 1.40000, 2.80000, 0.00000, 17.60000, 29.40000, 35.60000, 0.00000, 17.00000, 5.00000, 3.60000, 10.80000, 7.20000, 0.00000, 36.60000, 20.60000, 25.20000, 10.80000, 31.40000, 0.00000, 3.60000, 1.40000, 3.60000, 13.40000, 35.80000, 46.20000, 0.00000, 7.20000, 3.60000, 1.40000, 2.80000, 0.00000, 0.00000, 2.80000, 0.00000, 45.80000, 0.00000, 0.00000, 1.40000, 0.00000, 55.60000, 1.40000, 50.20000, 0.00000, 3.60000, 37.80000, 26.80000, 18.40000, 8.60000, 10.80000, 2.80000, 15.80000, 7.20000, 3.60000, 14.40000, 3.60000, 0.00000
|
40
|
+
0.00000, 63.40000, 18.00000, 10.80000, 26.80000, 0.00000, 9.80000, 44.40000, 3.60000, 10.80000, 0.00000, 7.20000, 7.20000, 24.20000, 0.00000, 2.80000, 0.00000, 2.80000, 1.40000, 19.20000, 15.40000, 2.80000, 5.00000, 0.00000, 1.40000, 0.00000, 0.00000, 31.40000, 52.20000, 14.80000, 17.40000, 24.00000, 19.00000, 3.60000, 0.00000, 0.00000, 41.20000, 26.80000, 0.00000, 0.00000, 0.00000, 2.80000, 21.80000, 35.60000, 38.60000, 0.00000, 37.40000, 0.00000, 0.00000, 0.00000, 17.60000, 29.40000, 39.20000, 0.00000, 13.40000, 5.00000, 3.60000, 10.80000, 7.20000, 0.00000, 36.60000, 10.80000, 21.60000, 7.20000, 31.40000, 0.00000, 3.60000, 1.40000, 3.60000, 12.00000, 35.80000, 44.80000, 0.00000, 7.20000, 7.20000, 1.40000, 1.40000, 0.00000, 0.00000, 2.80000, 0.00000, 55.60000, 1.40000, 0.00000, 1.40000, 0.00000, 52.20000, 1.40000, 50.20000, 0.00000, 3.60000, 37.80000, 28.20000, 18.40000, 8.60000, 10.80000, 2.80000, 23.00000, 7.20000, 3.60000, 14.40000, 3.60000, 0.00000
|
41
|
+
0.00000, 13.40000, 21.60000, 14.40000, 36.60000, 0.00000, 13.40000, 44.40000, 10.80000, 64.40000, 0.00000, 7.20000, 3.60000, 27.80000, 0.00000, 2.80000, 1.40000, 2.80000, 1.40000, 20.60000, 16.80000, 2.80000, 5.00000, 0.00000, 1.40000, 0.00000, 1.40000, 31.40000, 50.80000, 13.40000, 17.40000, 24.00000, 20.40000, 3.60000, 7.20000, 1.40000, 41.20000, 26.80000, 1.40000, 0.00000, 0.00000, 2.80000, 21.80000, 35.60000, 38.60000, 0.00000, 33.80000, 0.00000, 1.40000, 3.60000, 19.00000, 24.60000, 41.80000, 0.00000, 17.00000, 11.20000, 3.60000, 10.80000, 7.20000, 0.00000, 83.00000, 20.60000, 31.40000, 10.80000, 24.20000, 0.00000, 3.60000, 2.80000, 3.60000, 12.00000, 35.80000, 46.20000, 0.00000, 7.20000, 7.20000, 1.40000, 0.00000, 0.00000, 0.00000, 2.80000, 0.00000, 48.40000, 1.40000, 0.00000, 1.40000, 0.00000, 52.20000, 1.40000, 50.20000, 0.00000, 3.60000, 37.80000, 23.20000, 17.00000, 1.40000, 3.60000, 1.40000, 33.00000, 7.20000, 3.60000, 10.80000, 3.60000, 0.00000
|
42
|
+
0.00000, 3.60000, 21.60000, 14.40000, 40.20000, 0.00000, 7.20000, 44.40000, 10.80000, 64.40000, 0.00000, 7.20000, 3.60000, 24.20000, 0.00000, 6.40000, 1.40000, 2.80000, 0.00000, 17.00000, 16.80000, 2.80000, 8.60000, 1.40000, 2.80000, 0.00000, 5.00000, 31.40000, 52.20000, 13.40000, 17.40000, 20.40000, 20.40000, 3.60000, 7.20000, 1.40000, 43.40000, 26.80000, 1.40000, 0.00000, 0.00000, 2.80000, 20.40000, 35.60000, 38.60000, 0.00000, 33.80000, 0.00000, 12.20000, 10.80000, 17.60000, 24.60000, 32.00000, 3.60000, 17.00000, 11.20000, 3.60000, 7.20000, 7.20000, 1.40000, 83.00000, 26.80000, 35.00000, 9.80000, 24.20000, 0.00000, 5.00000, 2.80000, 3.60000, 12.00000, 34.40000, 46.20000, 0.00000, 0.00000, 7.20000, 1.40000, 2.80000, 0.00000, 0.00000, 2.80000, 0.00000, 48.40000, 1.40000, 0.00000, 1.40000, 0.00000, 50.80000, 1.40000, 50.20000, 0.00000, 3.60000, 34.20000, 21.80000, 13.40000, 1.40000, 3.60000, 2.80000, 33.00000, 7.20000, 3.60000, 7.20000, 3.60000, 0.00000
|
43
|
+
0.00000, 3.60000, 21.60000, 3.60000, 30.40000, 0.00000, 7.20000, 46.60000, 14.40000, 64.40000, 0.00000, 7.20000, 53.60000, 24.20000, 0.00000, 6.40000, 2.80000, 1.40000, 0.00000, 20.60000, 18.20000, 2.80000, 8.60000, 1.40000, 4.20000, 0.00000, 8.60000, 37.60000, 50.80000, 15.60000, 17.40000, 20.40000, 20.40000, 3.60000, 7.20000, 1.40000, 43.40000, 25.40000, 1.40000, 0.00000, 0.00000, 1.40000, 20.40000, 35.60000, 42.20000, 0.00000, 33.80000, 0.00000, 13.60000, 10.80000, 17.60000, 24.60000, 38.20000, 3.60000, 17.00000, 9.80000, 3.60000, 9.80000, 7.20000, 1.40000, 29.40000, 37.60000, 27.80000, 9.80000, 20.60000, 3.60000, 5.00000, 2.80000, 3.60000, 8.40000, 34.40000, 49.80000, 1.40000, 0.00000, 8.60000, 1.40000, 1.40000, 1.40000, 0.00000, 4.20000, 0.00000, 47.40000, 2.80000, 0.00000, 8.60000, 0.00000, 48.00000, 0.00000, 52.80000, 0.00000, 3.60000, 26.60000, 20.40000, 12.00000, 1.40000, 1.40000, 2.80000, 23.60000, 7.20000, 3.60000, 7.20000, 5.00000, 0.00000
|
44
|
+
0.00000, 7.20000, 27.80000, 3.60000, 27.80000, 0.00000, 7.20000, 46.60000, 14.40000, 64.40000, 0.00000, 7.20000, 107.20000, 24.20000, 0.00000, 6.40000, 4.20000, 1.40000, 3.60000, 17.00000, 16.80000, 2.80000, 10.00000, 2.80000, 4.20000, 0.00000, 8.60000, 37.60000, 54.40000, 15.60000, 17.40000, 20.40000, 19.00000, 3.60000, 7.20000, 1.40000, 42.00000, 24.00000, 2.80000, 0.00000, 0.00000, 1.40000, 20.40000, 34.20000, 40.80000, 0.00000, 33.80000, 0.00000, 15.00000, 3.60000, 17.60000, 23.20000, 38.20000, 3.60000, 17.00000, 6.20000, 3.60000, 6.20000, 7.20000, 1.40000, 29.40000, 37.60000, 31.40000, 9.80000, 17.00000, 3.60000, 5.00000, 1.40000, 3.60000, 8.40000, 34.40000, 47.60000, 1.40000, 0.00000, 8.60000, 1.40000, 8.60000, 1.40000, 0.00000, 4.20000, 0.00000, 43.80000, 2.80000, 0.00000, 8.60000, 0.00000, 48.00000, 0.00000, 51.40000, 0.00000, 3.60000, 26.60000, 20.40000, 12.00000, 1.40000, 1.40000, 2.80000, 16.40000, 7.20000, 3.60000, 7.20000, 5.00000, 0.00000
|
45
|
+
0.00000, 7.20000, 20.60000, 7.20000, 30.40000, 0.00000, 7.20000, 46.60000, 18.00000, 68.00000, 0.00000, 7.20000, 57.20000, 27.80000, 0.00000, 6.40000, 4.20000, 1.40000, 3.60000, 25.60000, 16.80000, 2.80000, 13.60000, 2.80000, 11.40000, 0.00000, 8.60000, 46.00000, 50.80000, 15.60000, 17.40000, 16.80000, 19.00000, 6.40000, 8.60000, 1.40000, 40.60000, 20.40000, 2.80000, 0.00000, 1.40000, 1.40000, 16.80000, 34.20000, 44.40000, 0.00000, 32.40000, 0.00000, 7.80000, 3.60000, 16.20000, 19.00000, 32.00000, 3.60000, 17.00000, 6.20000, 3.60000, 13.40000, 10.80000, 1.40000, 33.00000, 37.60000, 20.60000, 9.80000, 13.40000, 3.60000, 5.00000, 1.40000, 3.60000, 8.40000, 34.40000, 44.00000, 0.00000, 1.40000, 6.40000, 2.80000, 8.60000, 0.00000, 1.40000, 7.80000, 0.00000, 42.80000, 4.20000, 0.00000, 8.60000, 0.00000, 45.80000, 10.80000, 51.40000, 0.00000, 3.60000, 26.60000, 21.80000, 10.60000, 1.40000, 1.40000, 6.40000, 17.80000, 7.20000, 0.00000, 7.20000, 7.20000, 0.00000
|
46
|
+
0.00000, 7.20000, 20.60000, 3.60000, 26.80000, 0.00000, 7.20000, 46.60000, 18.00000, 68.00000, 0.00000, 7.20000, 57.20000, 24.20000, 6.20000, 6.40000, 4.20000, 1.40000, 3.60000, 25.60000, 15.40000, 2.80000, 13.60000, 2.80000, 12.80000, 0.00000, 7.20000, 39.80000, 45.80000, 15.60000, 17.40000, 16.80000, 19.00000, 6.40000, 1.40000, 1.40000, 39.20000, 20.40000, 2.80000, 0.00000, 1.40000, 2.80000, 14.00000, 29.20000, 33.00000, 0.00000, 32.40000, 0.00000, 9.20000, 3.60000, 16.20000, 17.60000, 28.40000, 7.20000, 7.20000, 6.20000, 3.60000, 13.40000, 10.80000, 1.40000, 33.00000, 34.00000, 17.00000, 9.80000, 17.00000, 3.60000, 5.00000, 1.40000, 3.60000, 8.40000, 28.20000, 40.40000, 0.00000, 1.40000, 2.80000, 4.20000, 8.60000, 0.00000, 1.40000, 7.80000, 0.00000, 46.40000, 2.80000, 0.00000, 10.00000, 0.00000, 43.00000, 10.80000, 50.00000, 1.40000, 12.20000, 23.80000, 20.40000, 10.60000, 1.40000, 1.40000, 7.80000, 16.40000, 19.40000, 0.00000, 3.60000, 8.60000, 0.00000
|
47
|
+
3.60000, 7.20000, 20.60000, 7.20000, 20.60000, 0.00000, 7.20000, 43.80000, 14.40000, 21.60000, 0.00000, 7.20000, 7.20000, 27.80000, 6.20000, 6.40000, 4.20000, 1.40000, 5.00000, 25.60000, 14.00000, 2.80000, 13.60000, 2.80000, 11.40000, 3.60000, 8.60000, 33.60000, 45.80000, 12.80000, 16.00000, 16.80000, 17.60000, 6.40000, 1.40000, 1.40000, 39.20000, 19.00000, 2.80000, 0.00000, 2.80000, 2.80000, 12.60000, 29.20000, 33.00000, 0.00000, 36.00000, 2.80000, 14.80000, 7.20000, 16.20000, 16.20000, 28.40000, 7.20000, 10.80000, 6.20000, 3.60000, 17.00000, 14.40000, 1.40000, 33.00000, 34.00000, 20.60000, 9.80000, 13.40000, 3.60000, 5.00000, 1.40000, 3.60000, 8.40000, 24.60000, 40.40000, 1.40000, 1.40000, 4.20000, 4.20000, 1.40000, 0.00000, 2.80000, 7.80000, 0.00000, 59.80000, 2.80000, 0.00000, 11.40000, 0.00000, 36.60000, 7.20000, 45.20000, 4.20000, 12.20000, 22.40000, 20.40000, 10.60000, 8.60000, 1.40000, 9.20000, 17.80000, 20.80000, 0.00000, 3.60000, 8.60000, 0.00000
|
48
|
+
7.20000, 7.20000, 20.60000, 57.20000, 20.60000, 0.00000, 7.20000, 37.40000, 14.40000, 21.60000, 0.00000, 7.20000, 7.20000, 30.40000, 6.20000, 10.60000, 4.20000, 1.40000, 5.00000, 25.60000, 14.00000, 4.20000, 15.00000, 1.40000, 10.00000, 5.00000, 8.60000, 26.00000, 44.40000, 15.00000, 14.60000, 15.40000, 14.00000, 6.40000, 2.80000, 1.40000, 39.20000, 20.40000, 2.80000, 0.00000, 2.80000, 2.80000, 11.20000, 29.20000, 33.00000, 0.00000, 36.00000, 9.20000, 16.20000, 7.20000, 16.20000, 14.80000, 22.20000, 7.20000, 17.00000, 6.20000, 3.60000, 20.60000, 14.40000, 1.40000, 26.80000, 34.00000, 24.20000, 9.80000, 9.80000, 3.60000, 8.60000, 1.40000, 8.60000, 9.80000, 18.40000, 40.40000, 1.40000, 0.00000, 2.80000, 4.20000, 7.80000, 12.20000, 2.80000, 7.80000, 0.00000, 63.40000, 4.20000, 1.40000, 11.40000, 0.00000, 41.40000, 7.20000, 40.20000, 4.20000, 15.00000, 16.20000, 17.60000, 10.60000, 10.00000, 4.20000, 10.60000, 14.20000, 22.20000, 0.00000, 3.60000, 8.60000, 0.00000
|
49
|
+
7.20000, 14.40000, 20.60000, 67.00000, 23.20000, 0.00000, 10.80000, 41.00000, 18.00000, 21.60000, 0.00000, 3.60000, 7.20000, 26.80000, 6.20000, 12.00000, 4.20000, 2.80000, 5.00000, 25.60000, 14.00000, 4.20000, 13.60000, 1.40000, 8.60000, 5.00000, 12.20000, 24.60000, 44.40000, 15.00000, 11.80000, 14.00000, 12.60000, 6.40000, 2.80000, 0.00000, 37.00000, 15.40000, 1.40000, 0.00000, 8.60000, 5.00000, 9.80000, 29.20000, 33.00000, 0.00000, 33.20000, 9.20000, 19.80000, 10.00000, 14.80000, 13.40000, 25.80000, 7.20000, 13.40000, 6.20000, 3.60000, 26.80000, 14.40000, 2.80000, 26.80000, 34.00000, 27.80000, 9.80000, 9.80000, 3.60000, 5.00000, 1.40000, 10.00000, 9.80000, 18.40000, 35.40000, 1.40000, 0.00000, 2.80000, 4.20000, 6.40000, 12.20000, 2.80000, 9.20000, 1.40000, 63.40000, 5.60000, 5.00000, 11.40000, 0.00000, 37.80000, 7.20000, 45.00000, 4.20000, 15.00000, 13.40000, 17.60000, 9.20000, 22.20000, 11.40000, 17.00000, 14.20000, 15.00000, 0.00000, 3.60000, 10.00000, 0.00000
|
50
|
+
7.20000, 14.40000, 20.60000, 70.60000, 30.40000, 6.20000, 10.80000, 39.60000, 20.60000, 14.40000, 0.00000, 3.60000, 3.60000, 23.20000, 6.20000, 12.00000, 4.20000, 2.80000, 1.40000, 24.20000, 12.60000, 4.20000, 13.60000, 5.00000, 8.60000, 6.40000, 12.20000, 21.80000, 36.60000, 18.60000, 10.40000, 10.40000, 11.20000, 6.40000, 4.20000, 0.00000, 35.60000, 15.40000, 5.00000, 0.00000, 12.20000, 5.00000, 9.80000, 25.00000, 31.60000, 0.00000, 31.80000, 9.20000, 18.40000, 20.00000, 9.80000, 13.40000, 29.40000, 10.80000, 13.40000, 6.20000, 3.60000, 26.80000, 14.40000, 1.40000, 24.20000, 34.00000, 24.20000, 13.40000, 9.80000, 3.60000, 7.80000, 5.00000, 10.00000, 11.20000, 17.00000, 24.60000, 1.40000, 0.00000, 2.80000, 4.20000, 6.40000, 12.20000, 11.40000, 6.40000, 1.40000, 57.20000, 5.60000, 5.00000, 11.40000, 0.00000, 28.00000, 8.60000, 43.60000, 4.20000, 15.00000, 13.40000, 16.20000, 5.60000, 22.20000, 11.40000, 22.00000, 21.40000, 15.00000, 0.00000, 0.00000, 10.00000, 0.00000
|
51
|
+
7.20000, 14.40000, 31.40000, 70.60000, 80.40000, 19.60000, 10.80000, 38.20000, 17.00000, 18.00000, 3.60000, 3.60000, 7.20000, 19.60000, 9.80000, 8.40000, 2.80000, 2.80000, 1.40000, 19.20000, 12.60000, 1.40000, 13.60000, 5.00000, 5.00000, 7.80000, 8.60000, 21.80000, 38.00000, 18.60000, 10.40000, 4.20000, 11.20000, 7.80000, 4.20000, 3.60000, 34.20000, 14.00000, 5.00000, 0.00000, 12.20000, 5.00000, 9.80000, 22.20000, 38.80000, 0.00000, 26.80000, 9.20000, 18.40000, 16.40000, 9.80000, 17.00000, 79.40000, 10.80000, 13.40000, 6.20000, 3.60000, 30.40000, 14.40000, 1.40000, 24.20000, 34.00000, 24.20000, 13.40000, 13.40000, 3.60000, 9.20000, 10.00000, 11.40000, 11.20000, 17.00000, 24.60000, 1.40000, 0.00000, 2.80000, 4.20000, 6.40000, 12.20000, 12.80000, 13.60000, 1.40000, 64.40000, 7.00000, 6.40000, 22.20000, 0.00000, 25.20000, 10.00000, 43.60000, 4.20000, 15.00000, 12.00000, 14.80000, 5.60000, 22.20000, 18.60000, 22.00000, 20.00000, 18.60000, 0.00000, 0.00000, 10.00000, 0.00000
|
52
|
+
13.40000, 14.40000, 31.40000, 24.20000, 87.60000, 19.60000, 10.80000, 30.40000, 17.00000, 18.00000, 3.60000, 3.60000, 14.40000, 16.00000, 9.80000, 11.20000, 6.40000, 1.40000, 7.20000, 19.20000, 14.00000, 1.40000, 13.60000, 5.00000, 6.40000, 9.20000, 8.60000, 21.80000, 39.40000, 18.60000, 11.80000, 5.60000, 9.80000, 7.80000, 4.20000, 3.60000, 30.00000, 14.00000, 5.00000, 0.00000, 12.20000, 5.00000, 9.80000, 22.20000, 38.40000, 0.00000, 30.40000, 12.00000, 25.60000, 17.80000, 7.00000, 17.00000, 79.40000, 10.80000, 13.40000, 6.20000, 3.60000, 30.40000, 7.20000, 1.40000, 27.80000, 26.80000, 24.20000, 13.40000, 13.40000, 0.00000, 9.20000, 18.60000, 11.40000, 14.80000, 15.60000, 17.00000, 0.00000, 0.00000, 1.40000, 2.80000, 10.60000, 13.60000, 16.40000, 13.60000, 1.40000, 60.80000, 12.00000, 6.40000, 20.80000, 0.00000, 21.00000, 10.00000, 43.60000, 7.00000, 15.00000, 12.00000, 14.80000, 5.60000, 15.00000, 27.20000, 22.00000, 25.00000, 23.60000, 0.00000, 0.00000, 10.00000, 0.00000
|
53
|
+
17.00000, 14.40000, 27.80000, 24.20000, 87.60000, 19.60000, 10.80000, 26.80000, 20.60000, 18.00000, 53.60000, 3.60000, 14.40000, 16.00000, 9.80000, 11.20000, 6.40000, 2.80000, 14.40000, 17.80000, 16.20000, 2.80000, 17.20000, 3.60000, 6.40000, 9.20000, 8.60000, 21.80000, 31.80000, 20.00000, 11.80000, 5.60000, 9.80000, 5.00000, 4.20000, 3.60000, 21.00000, 15.40000, 12.20000, 0.00000, 12.20000, 5.00000, 9.80000, 18.60000, 38.40000, 0.00000, 30.40000, 13.40000, 24.20000, 17.80000, 7.00000, 15.60000, 39.20000, 14.40000, 13.40000, 6.20000, 0.00000, 30.40000, 7.20000, 5.00000, 24.20000, 26.80000, 27.80000, 9.80000, 13.40000, 0.00000, 9.20000, 17.20000, 11.40000, 14.80000, 15.60000, 15.60000, 0.00000, 0.00000, 1.40000, 2.80000, 10.60000, 19.20000, 16.40000, 28.00000, 1.40000, 57.20000, 15.60000, 6.40000, 20.80000, 0.00000, 17.40000, 4.20000, 35.00000, 5.60000, 16.40000, 12.00000, 14.80000, 5.60000, 9.20000, 21.40000, 24.80000, 26.40000, 22.20000, 0.00000, 0.00000, 5.00000, 0.00000
|
54
|
+
17.00000, 14.40000, 27.80000, 17.00000, 35.00000, 13.40000, 10.80000, 26.80000, 20.60000, 10.80000, 53.60000, 3.60000, 14.40000, 12.40000, 9.80000, 12.60000, 6.40000, 2.80000, 14.40000, 19.20000, 16.20000, 1.40000, 17.20000, 7.20000, 7.80000, 7.80000, 8.60000, 21.80000, 31.80000, 21.40000, 10.40000, 5.60000, 7.00000, 6.40000, 4.20000, 3.60000, 19.60000, 15.40000, 19.40000, 0.00000, 12.20000, 3.60000, 9.80000, 12.20000, 38.40000, 0.00000, 25.40000, 13.40000, 22.80000, 12.00000, 7.00000, 15.60000, 35.60000, 14.40000, 13.40000, 6.20000, 0.00000, 31.40000, 10.80000, 3.60000, 34.00000, 19.60000, 21.60000, 9.80000, 7.20000, 0.00000, 12.80000, 17.20000, 6.40000, 13.40000, 7.80000, 15.60000, 7.20000, 0.00000, 0.00000, 2.80000, 12.00000, 15.60000, 17.80000, 26.60000, 1.40000, 57.20000, 15.60000, 6.40000, 12.20000, 0.00000, 21.00000, 9.20000, 31.40000, 4.20000, 15.00000, 12.00000, 14.80000, 4.20000, 9.20000, 18.60000, 23.40000, 21.40000, 22.20000, 0.00000, 0.00000, 6.40000, 0.00000
|
55
|
+
10.80000, 10.80000, 31.40000, 20.60000, 35.00000, 7.20000, 14.40000, 21.80000, 20.60000, 17.00000, 3.60000, 3.60000, 14.40000, 12.40000, 9.80000, 9.80000, 6.40000, 2.80000, 14.40000, 19.20000, 16.20000, 1.40000, 17.20000, 14.40000, 11.40000, 7.80000, 11.40000, 20.40000, 26.80000, 22.80000, 10.40000, 5.60000, 7.00000, 2.80000, 7.80000, 3.60000, 21.80000, 15.40000, 18.00000, 0.00000, 6.40000, 5.00000, 8.40000, 15.80000, 37.00000, 0.00000, 24.00000, 12.00000, 22.80000, 12.00000, 7.00000, 15.60000, 35.60000, 18.00000, 13.40000, 0.00000, 0.00000, 31.40000, 7.20000, 5.00000, 31.40000, 19.60000, 31.40000, 9.80000, 14.40000, 3.60000, 20.00000, 19.40000, 13.60000, 15.60000, 6.40000, 12.00000, 8.60000, 3.60000, 0.00000, 2.80000, 12.00000, 15.60000, 17.80000, 26.60000, 1.40000, 67.00000, 17.80000, 6.40000, 7.80000, 0.00000, 28.60000, 9.20000, 27.80000, 2.80000, 15.00000, 10.60000, 14.80000, 2.80000, 10.60000, 20.00000, 27.00000, 26.40000, 29.40000, 0.00000, 0.00000, 12.80000, 0.00000
|
56
|
+
10.80000, 10.80000, 31.40000, 17.00000, 35.00000, 7.20000, 10.80000, 19.00000, 20.60000, 17.00000, 3.60000, 3.60000, 14.40000, 12.40000, 9.80000, 8.40000, 6.40000, 10.00000, 0.00000, 21.40000, 16.20000, 5.00000, 18.60000, 14.40000, 6.40000, 9.20000, 11.40000, 18.20000, 25.40000, 22.80000, 4.20000, 4.20000, 7.00000, 2.80000, 7.80000, 3.60000, 21.80000, 15.40000, 18.00000, 0.00000, 10.00000, 5.00000, 8.40000, 17.20000, 34.20000, 0.00000, 24.00000, 12.00000, 22.00000, 15.60000, 8.40000, 15.60000, 35.60000, 18.00000, 9.80000, 0.00000, 0.00000, 27.80000, 7.20000, 5.00000, 31.40000, 19.60000, 31.40000, 9.80000, 14.40000, 3.60000, 22.80000, 20.80000, 13.60000, 14.20000, 6.40000, 12.00000, 8.60000, 3.60000, 0.00000, 2.80000, 12.00000, 8.40000, 17.80000, 19.40000, 1.40000, 57.20000, 20.00000, 6.40000, 15.00000, 0.00000, 27.20000, 17.80000, 26.40000, 4.20000, 9.20000, 7.00000, 18.40000, 2.80000, 9.20000, 28.60000, 28.40000, 26.40000, 30.80000, 0.00000, 6.20000, 12.80000, 0.00000
|
57
|
+
60.80000, 71.60000, 25.20000, 20.60000, 38.60000, 7.20000, 10.80000, 19.00000, 20.60000, 67.00000, 3.60000, 3.60000, 14.40000, 6.20000, 9.80000, 7.00000, 6.40000, 11.40000, 1.40000, 25.00000, 14.80000, 5.00000, 25.80000, 15.80000, 6.40000, 7.80000, 20.00000, 18.20000, 25.40000, 26.40000, 7.80000, 7.80000, 5.60000, 2.80000, 6.40000, 18.00000, 17.60000, 17.60000, 18.00000, 0.00000, 10.00000, 5.00000, 8.40000, 10.00000, 32.80000, 0.00000, 24.00000, 12.00000, 20.60000, 15.60000, 5.60000, 17.80000, 39.20000, 14.40000, 16.00000, 0.00000, 0.00000, 31.40000, 7.20000, 13.60000, 27.80000, 16.00000, 27.80000, 9.80000, 18.00000, 7.20000, 22.80000, 22.20000, 12.20000, 12.80000, 6.40000, 17.00000, 8.60000, 3.60000, 0.00000, 6.40000, 12.00000, 8.40000, 17.80000, 19.40000, 1.40000, 57.20000, 27.20000, 6.40000, 22.20000, 0.00000, 24.40000, 17.80000, 26.40000, 4.20000, 10.60000, 12.00000, 13.40000, 2.80000, 7.80000, 43.00000, 29.80000, 26.40000, 34.40000, 0.00000, 6.20000, 7.80000, 0.00000
|
58
|
+
57.20000, 68.00000, 25.20000, 30.40000, 38.60000, 7.20000, 7.20000, 19.00000, 20.60000, 113.40000, 3.60000, 3.60000, 14.40000, 9.80000, 9.80000, 28.60000, 7.80000, 10.00000, 1.40000, 25.00000, 13.40000, 8.60000, 20.80000, 8.60000, 6.40000, 7.80000, 20.00000, 10.60000, 22.60000, 26.40000, 7.80000, 7.80000, 11.80000, 2.80000, 6.40000, 18.00000, 17.60000, 16.20000, 19.40000, 0.00000, 6.40000, 5.00000, 13.20000, 10.00000, 29.20000, 0.00000, 24.00000, 20.60000, 29.20000, 12.00000, 5.60000, 12.80000, 25.80000, 14.40000, 19.60000, 0.00000, 0.00000, 25.20000, 10.80000, 20.80000, 27.80000, 19.60000, 24.20000, 59.80000, 24.20000, 7.20000, 20.00000, 23.60000, 12.20000, 12.80000, 6.40000, 17.00000, 8.60000, 3.60000, 6.40000, 5.00000, 20.60000, 9.80000, 17.80000, 12.20000, 2.80000, 50.00000, 25.80000, 7.80000, 22.20000, 0.00000, 29.40000, 17.80000, 25.00000, 4.20000, 10.60000, 12.00000, 13.40000, 1.40000, 10.60000, 28.60000, 28.40000, 19.20000, 41.60000, 0.00000, 6.20000, 12.80000, 0.00000
|
59
|
+
57.20000, 68.00000, 25.20000, 30.40000, 35.00000, 7.20000, 7.20000, 17.60000, 20.60000, 63.40000, 3.60000, 3.60000, 10.80000, 3.60000, 9.80000, 32.20000, 7.80000, 10.00000, 1.40000, 21.40000, 14.80000, 12.20000, 12.80000, 5.00000, 13.60000, 4.20000, 22.80000, 10.60000, 22.60000, 26.40000, 7.80000, 9.20000, 5.60000, 8.60000, 5.00000, 18.00000, 17.60000, 18.40000, 17.20000, 0.00000, 5.00000, 5.00000, 11.80000, 12.80000, 37.60000, 0.00000, 24.00000, 22.00000, 29.20000, 19.20000, 5.60000, 12.80000, 29.40000, 10.80000, 19.60000, 0.00000, 0.00000, 25.20000, 7.20000, 13.60000, 24.20000, 23.20000, 31.40000, 60.80000, 24.20000, 7.20000, 28.60000, 23.60000, 5.00000, 11.40000, 6.40000, 17.00000, 8.60000, 5.00000, 6.40000, 12.20000, 16.40000, 17.00000, 32.20000, 5.00000, 2.80000, 50.00000, 35.20000, 7.80000, 27.20000, 0.00000, 29.40000, 16.40000, 25.00000, 2.80000, 16.20000, 13.40000, 12.00000, 0.00000, 9.20000, 28.60000, 38.40000, 25.00000, 41.60000, 0.00000, 6.20000, 21.40000, 0.00000
|
60
|
+
57.20000, 64.40000, 18.00000, 30.40000, 31.40000, 3.60000, 7.20000, 17.60000, 20.60000, 9.80000, 3.60000, 0.00000, 10.80000, 3.60000, 6.20000, 30.80000, 7.80000, 10.00000, 1.40000, 17.80000, 14.80000, 17.20000, 12.80000, 5.00000, 13.60000, 5.60000, 24.20000, 5.60000, 24.00000, 26.40000, 11.40000, 9.20000, 5.60000, 8.60000, 3.60000, 19.40000, 16.20000, 15.60000, 20.80000, 0.00000, 7.80000, 7.80000, 11.80000, 12.80000, 29.00000, 0.00000, 24.00000, 45.00000, 34.20000, 17.80000, 5.60000, 12.80000, 29.40000, 10.80000, 13.40000, 0.00000, 3.60000, 18.00000, 7.20000, 13.60000, 20.60000, 23.20000, 27.80000, 57.20000, 20.60000, 7.20000, 22.80000, 20.00000, 5.00000, 19.00000, 7.80000, 12.80000, 1.40000, 15.80000, 15.00000, 12.20000, 18.60000, 17.00000, 35.80000, 1.40000, 2.80000, 52.60000, 38.80000, 7.80000, 25.80000, 0.00000, 29.40000, 19.20000, 23.60000, 7.80000, 19.00000, 13.40000, 12.00000, 0.00000, 10.60000, 31.40000, 47.00000, 25.00000, 43.00000, 6.20000, 6.20000, 30.00000, 0.00000
|
61
|
+
53.60000, 64.40000, 14.40000, 30.40000, 21.60000, 3.60000, 7.20000, 17.60000, 17.00000, 13.40000, 3.60000, 0.00000, 9.80000, 3.60000, 0.00000, 39.40000, 11.40000, 11.40000, 10.00000, 17.80000, 12.00000, 17.20000, 5.60000, 13.60000, 17.80000, 4.20000, 27.80000, 5.60000, 22.60000, 20.00000, 11.40000, 9.20000, 4.20000, 8.60000, 10.80000, 17.20000, 12.60000, 15.60000, 20.80000, 0.00000, 6.40000, 16.40000, 11.80000, 12.80000, 29.00000, 0.00000, 19.80000, 49.40000, 32.00000, 21.40000, 5.60000, 12.80000, 30.40000, 7.20000, 13.40000, 0.00000, 12.20000, 21.60000, 7.20000, 13.60000, 17.00000, 19.60000, 27.80000, 107.20000, 26.80000, 7.20000, 30.00000, 21.40000, 10.00000, 15.40000, 7.80000, 11.40000, 1.40000, 23.00000, 16.40000, 20.80000, 20.00000, 25.60000, 35.80000, 1.40000, 2.80000, 106.20000, 46.00000, 7.80000, 29.40000, 0.00000, 29.40000, 22.80000, 23.60000, 15.00000, 22.60000, 13.40000, 12.80000, 0.00000, 13.40000, 30.00000, 57.80000, 30.00000, 44.40000, 9.80000, 9.80000, 41.40000, 0.00000
|
62
|
+
53.60000, 14.40000, 18.00000, 30.40000, 18.00000, 3.60000, 7.20000, 16.20000, 10.80000, 13.40000, 3.60000, 6.20000, 9.80000, 3.60000, 0.00000, 51.60000, 13.60000, 25.80000, 12.80000, 16.40000, 12.00000, 18.60000, 15.60000, 15.00000, 26.40000, 9.20000, 31.40000, 5.60000, 24.00000, 18.60000, 11.40000, 9.20000, 4.20000, 10.00000, 19.40000, 17.20000, 14.00000, 15.60000, 18.60000, 0.00000, 20.80000, 25.00000, 10.40000, 12.80000, 27.60000, 0.00000, 21.20000, 53.00000, 24.80000, 16.40000, 4.20000, 11.40000, 26.80000, 7.20000, 17.00000, 0.00000, 12.20000, 21.60000, 7.20000, 6.40000, 24.20000, 19.60000, 21.60000, 107.20000, 26.80000, 7.20000, 30.00000, 12.00000, 10.00000, 15.40000, 7.80000, 11.40000, 5.00000, 40.20000, 16.40000, 20.80000, 27.20000, 27.00000, 40.80000, 2.80000, 2.80000, 112.40000, 59.00000, 11.40000, 22.20000, 0.00000, 28.00000, 32.80000, 17.40000, 15.00000, 38.40000, 10.60000, 12.80000, 0.00000, 14.80000, 33.60000, 54.20000, 45.80000, 40.80000, 13.40000, 9.80000, 47.20000, 0.00000
|
63
|
+
3.60000, 14.40000, 18.00000, 24.20000, 14.40000, 53.60000, 7.20000, 16.20000, 13.40000, 13.40000, 3.60000, 6.20000, 9.80000, 3.60000, 0.00000, 51.60000, 20.80000, 27.20000, 21.40000, 16.40000, 10.60000, 15.00000, 26.40000, 18.60000, 27.80000, 17.80000, 42.20000, 4.20000, 19.00000, 15.00000, 10.00000, 7.80000, 4.20000, 20.80000, 23.60000, 20.80000, 14.00000, 14.20000, 20.00000, 0.00000, 28.00000, 20.00000, 10.40000, 12.80000, 27.60000, 0.00000, 19.80000, 56.60000, 19.80000, 21.40000, 4.20000, 7.80000, 26.80000, 7.20000, 29.40000, 0.00000, 23.00000, 18.00000, 7.20000, 5.00000, 24.20000, 19.60000, 14.40000, 64.40000, 20.60000, 7.20000, 21.40000, 8.40000, 12.80000, 15.40000, 6.40000, 11.40000, 10.00000, 33.00000, 32.20000, 20.80000, 25.00000, 25.60000, 56.60000, 7.80000, 4.20000, 116.00000, 51.80000, 16.40000, 18.60000, 0.00000, 24.40000, 32.80000, 14.60000, 16.40000, 39.80000, 10.60000, 12.80000, 0.00000, 23.40000, 33.60000, 56.40000, 60.20000, 62.40000, 13.40000, 59.80000, 45.00000, 0.00000
|
64
|
+
3.60000, 14.40000, 14.40000, 20.60000, 18.00000, 53.60000, 3.60000, 16.20000, 59.80000, 13.40000, 3.60000, 6.20000, 9.80000, 3.60000, 0.00000, 44.40000, 24.40000, 27.20000, 35.00000, 16.40000, 10.60000, 18.60000, 35.00000, 25.80000, 29.20000, 25.00000, 38.60000, 4.20000, 20.40000, 15.00000, 6.40000, 7.80000, 2.80000, 20.80000, 27.20000, 20.80000, 7.80000, 14.20000, 20.00000, 0.00000, 35.20000, 14.20000, 9.00000, 12.80000, 20.40000, 0.00000, 17.00000, 63.80000, 18.40000, 22.80000, 4.20000, 7.80000, 37.60000, 19.60000, 29.40000, 0.00000, 23.00000, 121.60000, 7.20000, 6.40000, 24.20000, 23.20000, 60.80000, 71.60000, 17.00000, 7.20000, 27.20000, 9.80000, 17.80000, 11.80000, 6.40000, 7.80000, 10.00000, 33.00000, 46.60000, 23.60000, 23.60000, 28.60000, 55.20000, 12.80000, 11.40000, 69.60000, 47.40000, 20.00000, 17.20000, 0.00000, 18.20000, 40.00000, 14.60000, 16.40000, 38.40000, 7.80000, 14.20000, 0.00000, 25.60000, 33.60000, 64.40000, 65.80000, 62.40000, 13.40000, 59.80000, 46.40000, 0.00000
|
65
|
+
3.60000, 14.40000, 13.40000, 24.20000, 24.20000, 3.60000, 3.60000, 16.20000, 59.80000, 13.40000, 3.60000, 6.20000, 9.80000, 7.20000, 0.00000, 45.00000, 25.80000, 12.80000, 38.60000, 11.40000, 10.60000, 20.00000, 40.00000, 29.40000, 30.60000, 36.60000, 40.80000, 4.20000, 20.40000, 15.00000, 5.00000, 6.40000, 2.80000, 20.80000, 39.40000, 31.60000, 6.40000, 14.20000, 25.00000, 0.00000, 43.80000, 33.60000, 9.00000, 12.80000, 20.40000, 0.00000, 15.60000, 73.80000, 19.20000, 28.60000, 4.20000, 7.80000, 37.60000, 25.80000, 19.60000, 0.00000, 26.60000, 124.20000, 7.20000, 7.80000, 20.60000, 26.80000, 60.80000, 71.60000, 24.20000, 7.20000, 20.00000, 25.60000, 30.00000, 11.80000, 7.80000, 7.80000, 10.00000, 27.20000, 48.00000, 25.00000, 25.00000, 25.00000, 48.00000, 26.40000, 15.00000, 66.00000, 51.00000, 20.00000, 22.20000, 0.00000, 16.80000, 43.60000, 16.00000, 12.80000, 39.80000, 7.80000, 14.20000, 0.00000, 30.60000, 30.00000, 78.00000, 73.00000, 46.60000, 13.40000, 9.80000, 41.40000, 0.00000
|
66
|
+
3.60000, 7.20000, 9.80000, 24.20000, 27.80000, 3.60000, 3.60000, 13.40000, 59.80000, 13.40000, 3.60000, 6.20000, 9.80000, 7.20000, 0.00000, 45.00000, 18.60000, 14.20000, 32.80000, 2.80000, 5.60000, 24.20000, 50.00000, 38.00000, 23.40000, 51.00000, 44.40000, 4.20000, 20.40000, 14.00000, 5.00000, 6.40000, 2.80000, 35.20000, 48.00000, 24.40000, 6.40000, 9.20000, 31.40000, 0.00000, 45.20000, 32.20000, 9.00000, 12.80000, 20.40000, 0.00000, 17.00000, 73.80000, 30.00000, 30.00000, 4.20000, 4.20000, 34.00000, 25.80000, 16.00000, 0.00000, 30.20000, 118.00000, 7.20000, 7.80000, 17.00000, 26.80000, 60.80000, 71.60000, 20.60000, 7.20000, 20.00000, 30.60000, 33.60000, 10.40000, 4.20000, 7.80000, 17.20000, 25.80000, 60.20000, 25.00000, 25.00000, 21.40000, 49.40000, 26.40000, 13.60000, 66.00000, 42.40000, 20.80000, 25.00000, 0.00000, 10.60000, 54.40000, 9.80000, 35.80000, 44.80000, 5.60000, 14.20000, 0.00000, 30.60000, 24.20000, 85.00000, 63.60000, 43.60000, 13.40000, 3.60000, 45.00000, 0.00000
|
67
|
+
7.20000, 7.20000, 17.00000, 24.20000, 31.40000, 9.80000, 3.60000, 13.40000, 59.80000, 17.00000, 3.60000, 0.00000, 9.80000, 3.60000, 0.00000, 52.20000, 15.80000, 14.20000, 26.40000, 2.80000, 5.60000, 27.00000, 57.20000, 35.80000, 28.40000, 59.60000, 50.00000, 4.20000, 17.60000, 14.00000, 5.00000, 6.40000, 1.40000, 36.60000, 48.00000, 30.80000, 6.40000, 9.20000, 24.20000, 0.00000, 56.00000, 27.80000, 9.00000, 12.80000, 17.60000, 1.40000, 15.60000, 91.80000, 42.20000, 28.60000, 4.20000, 2.80000, 34.00000, 25.80000, 16.00000, 0.00000, 31.60000, 68.00000, 3.60000, 16.40000, 20.60000, 19.60000, 63.40000, 21.60000, 20.60000, 7.20000, 30.00000, 45.00000, 37.20000, 10.40000, 4.20000, 7.80000, 29.40000, 33.00000, 61.60000, 25.00000, 22.80000, 41.60000, 58.00000, 29.20000, 13.60000, 66.00000, 42.40000, 17.20000, 31.40000, 0.00000, 10.60000, 60.00000, 8.40000, 49.40000, 55.00000, 5.60000, 14.20000, 0.00000, 34.20000, 40.80000, 97.20000, 75.80000, 45.80000, 13.40000, 3.60000, 43.60000, 0.00000
|
68
|
+
7.20000, 10.80000, 17.00000, 18.00000, 27.80000, 13.40000, 3.60000, 13.40000, 59.80000, 17.00000, 3.60000, 0.00000, 9.80000, 9.80000, 0.00000, 55.00000, 15.80000, 12.80000, 27.80000, 2.80000, 5.60000, 28.40000, 49.40000, 38.60000, 28.40000, 63.20000, 51.40000, 5.60000, 14.00000, 14.00000, 5.00000, 6.40000, 0.00000, 36.60000, 42.20000, 25.00000, 7.80000, 7.80000, 27.80000, 0.00000, 56.00000, 31.40000, 9.00000, 12.80000, 21.20000, 1.40000, 12.00000, 95.40000, 50.80000, 27.20000, 4.20000, 2.80000, 34.00000, 19.60000, 73.20000, 1.40000, 18.60000, 64.40000, 3.60000, 20.00000, 20.60000, 19.60000, 9.80000, 31.40000, 23.20000, 7.20000, 30.00000, 47.20000, 56.60000, 10.40000, 4.20000, 7.80000, 40.20000, 36.60000, 60.20000, 25.00000, 22.80000, 41.60000, 55.80000, 32.80000, 15.00000, 52.60000, 40.20000, 17.20000, 39.40000, 0.00000, 9.20000, 55.00000, 7.00000, 56.60000, 69.40000, 7.00000, 14.20000, 0.00000, 40.00000, 40.80000, 110.00000, 85.00000, 49.40000, 13.40000, 3.60000, 52.20000, 0.00000
|
69
|
+
7.20000, 73.20000, 13.40000, 14.40000, 21.60000, 13.40000, 3.60000, 13.40000, 9.80000, 20.60000, 3.60000, 3.60000, 7.20000, 3.60000, 0.00000, 60.00000, 28.00000, 11.40000, 35.00000, 2.80000, 5.60000, 32.00000, 53.00000, 28.60000, 31.20000, 53.80000, 74.40000, 5.60000, 12.60000, 11.80000, 5.00000, 6.40000, 0.00000, 40.20000, 45.80000, 26.40000, 5.60000, 12.80000, 25.00000, 0.00000, 68.80000, 37.20000, 9.00000, 14.20000, 15.00000, 1.40000, 7.00000, 114.80000, 73.80000, 35.80000, 4.20000, 4.20000, 30.40000, 22.20000, 76.80000, 1.40000, 25.80000, 60.80000, 9.80000, 20.00000, 20.60000, 23.20000, 13.40000, 37.60000, 26.80000, 7.20000, 35.60000, 66.60000, 60.80000, 9.00000, 4.20000, 6.40000, 40.20000, 43.80000, 56.60000, 17.80000, 33.60000, 53.80000, 60.80000, 50.80000, 22.20000, 62.40000, 41.60000, 25.80000, 58.80000, 0.00000, 9.20000, 47.80000, 7.00000, 61.60000, 70.80000, 5.60000, 14.20000, 0.00000, 41.40000, 50.80000, 112.20000, 96.40000, 50.80000, 13.40000, 7.20000, 49.40000, 0.00000
|
70
|
+
7.20000, 69.60000, 13.40000, 14.40000, 21.60000, 13.40000, 0.00000, 8.40000, 13.40000, 18.00000, 3.60000, 3.60000, 7.20000, 3.60000, 0.00000, 60.00000, 28.00000, 25.00000, 27.80000, 2.80000, 4.20000, 29.80000, 42.20000, 30.00000, 29.80000, 56.60000, 88.00000, 5.60000, 12.60000, 11.80000, 5.00000, 5.00000, 0.00000, 43.00000, 32.80000, 27.20000, 5.60000, 11.40000, 26.40000, 0.00000, 65.20000, 40.80000, 9.00000, 12.00000, 10.00000, 1.40000, 4.20000, 103.20000, 82.40000, 35.00000, 2.80000, 2.80000, 19.60000, 22.20000, 76.80000, 1.40000, 25.80000, 10.80000, 9.80000, 18.60000, 17.00000, 29.40000, 13.40000, 37.60000, 26.80000, 7.20000, 41.40000, 77.40000, 71.60000, 7.60000, 7.80000, 6.40000, 39.40000, 49.60000, 61.60000, 22.00000, 32.80000, 59.60000, 73.00000, 55.80000, 22.20000, 62.40000, 61.00000, 27.20000, 58.80000, 0.00000, 9.20000, 51.40000, 7.00000, 61.60000, 86.60000, 5.60000, 10.60000, 0.00000, 43.60000, 43.60000, 118.60000, 107.20000, 55.80000, 9.80000, 7.20000, 55.80000, 3.60000
|
71
|
+
7.20000, 69.60000, 20.60000, 18.00000, 21.60000, 13.40000, 0.00000, 8.40000, 17.00000, 31.40000, 17.00000, 3.60000, 7.20000, 3.60000, 0.00000, 63.80000, 27.20000, 20.00000, 32.20000, 0.00000, 2.80000, 37.00000, 42.20000, 37.20000, 42.80000, 50.80000, 88.80000, 7.00000, 11.20000, 10.40000, 5.00000, 5.00000, 0.00000, 46.60000, 37.80000, 34.40000, 7.00000, 11.40000, 35.00000, 0.00000, 61.60000, 58.00000, 9.00000, 12.00000, 8.60000, 1.40000, 4.20000, 111.80000, 116.00000, 37.80000, 4.20000, 2.80000, 19.60000, 16.00000, 80.40000, 1.40000, 34.40000, 14.40000, 6.20000, 20.00000, 30.40000, 29.40000, 13.40000, 31.40000, 26.80000, 3.60000, 64.40000, 70.20000, 74.40000, 9.00000, 7.80000, 5.00000, 55.20000, 61.80000, 63.00000, 22.00000, 45.00000, 70.40000, 73.00000, 76.60000, 22.20000, 52.60000, 66.00000, 27.20000, 67.40000, 0.00000, 9.20000, 57.80000, 4.20000, 66.60000, 116.60000, 5.60000, 6.40000, 0.00000, 51.60000, 58.60000, 147.40000, 134.40000, 57.20000, 3.60000, 7.20000, 76.60000, 3.60000
|
72
|
+
7.20000, 26.80000, 26.80000, 20.60000, 25.20000, 9.80000, 0.00000, 5.60000, 20.60000, 31.40000, 23.20000, 3.60000, 7.20000, 3.60000, 0.00000, 54.40000, 27.20000, 23.60000, 32.20000, 0.00000, 2.80000, 45.60000, 53.00000, 40.80000, 44.20000, 55.80000, 80.20000, 5.60000, 9.80000, 10.40000, 5.00000, 5.00000, 0.00000, 50.20000, 37.80000, 39.40000, 7.00000, 10.00000, 43.60000, 0.00000, 68.80000, 63.80000, 9.00000, 12.00000, 8.60000, 1.40000, 4.20000, 129.60000, 107.40000, 42.80000, 2.80000, 4.20000, 23.20000, 22.20000, 24.20000, 1.40000, 34.40000, 71.60000, 9.80000, 29.40000, 30.40000, 30.40000, 13.40000, 21.60000, 23.20000, 3.60000, 64.40000, 76.00000, 90.20000, 9.00000, 7.80000, 5.00000, 58.00000, 66.80000, 66.60000, 27.00000, 54.40000, 74.60000, 75.20000, 95.20000, 30.80000, 50.00000, 66.00000, 33.00000, 62.40000, 0.00000, 5.60000, 63.60000, 4.20000, 72.40000, 99.40000, 4.20000, 6.40000, 0.00000, 51.60000, 63.60000, 153.80000, 116.40000, 53.60000, 3.60000, 3.60000, 69.40000, 3.60000
|
73
|
+
14.40000, 26.80000, 30.40000, 20.60000, 25.20000, 9.80000, 0.00000, 5.60000, 14.40000, 35.00000, 23.20000, 3.60000, 7.20000, 3.60000, 0.00000, 60.20000, 23.60000, 20.00000, 44.40000, 0.00000, 2.80000, 78.60000, 53.00000, 60.20000, 44.20000, 63.00000, 84.60000, 7.00000, 8.40000, 10.40000, 6.40000, 1.40000, 0.00000, 53.00000, 40.00000, 46.60000, 8.40000, 8.60000, 54.40000, 0.00000, 73.80000, 56.60000, 2.80000, 12.00000, 5.00000, 1.40000, 4.20000, 134.60000, 131.80000, 50.60000, 2.80000, 4.20000, 23.20000, 22.20000, 27.80000, 1.40000, 38.00000, 75.20000, 9.80000, 29.40000, 30.40000, 36.60000, 13.40000, 21.60000, 23.20000, 0.00000, 65.80000, 77.40000, 90.20000, 9.00000, 7.80000, 1.40000, 62.20000, 66.80000, 66.60000, 24.80000, 72.40000, 72.40000, 66.60000, 95.20000, 26.40000, 58.80000, 68.80000, 41.60000, 63.00000, 0.00000, 4.20000, 67.20000, 2.80000, 73.80000, 85.00000, 4.20000, 6.40000, 0.00000, 74.60000, 66.40000, 168.20000, 153.80000, 68.00000, 3.60000, 9.80000, 83.80000, 7.20000
|
74
|
+
10.80000, 26.80000, 26.80000, 13.40000, 31.40000, 13.40000, 0.00000, 5.60000, 10.80000, 35.00000, 23.20000, 3.60000, 7.20000, 7.20000, 0.00000, 60.20000, 28.60000, 23.60000, 53.00000, 0.00000, 2.80000, 88.00000, 54.40000, 64.40000, 50.80000, 78.80000, 83.20000, 5.60000, 8.40000, 10.40000, 6.40000, 1.40000, 1.40000, 38.60000, 40.00000, 40.80000, 8.40000, 8.60000, 58.80000, 0.00000, 84.60000, 60.80000, 2.80000, 12.00000, 5.00000, 1.40000, 4.20000, 134.60000, 131.00000, 56.40000, 2.80000, 4.20000, 76.80000, 22.20000, 27.80000, 1.40000, 38.00000, 28.80000, 9.80000, 29.40000, 30.40000, 36.60000, 9.80000, 25.20000, 73.20000, 9.80000, 74.40000, 84.60000, 93.80000, 9.00000, 6.40000, 1.40000, 56.40000, 73.20000, 68.00000, 22.00000, 68.80000, 73.80000, 71.00000, 117.40000, 30.00000, 68.60000, 74.60000, 41.60000, 68.00000, 3.60000, 4.20000, 70.80000, 2.80000, 66.60000, 83.60000, 4.20000, 6.40000, 0.00000, 66.00000, 65.00000, 182.60000, 161.00000, 81.80000, 3.60000, 9.80000, 76.60000, 7.20000
|
75
|
+
17.00000, 33.00000, 20.60000, 9.80000, 31.40000, 13.40000, 56.20000, 5.60000, 10.80000, 41.20000, 23.20000, 3.60000, 10.80000, 7.20000, 0.00000, 68.80000, 28.60000, 38.00000, 58.00000, 0.00000, 1.40000, 88.00000, 55.80000, 68.00000, 52.20000, 81.60000, 72.40000, 5.60000, 8.40000, 11.80000, 6.40000, 1.40000, 1.40000, 52.20000, 50.80000, 40.80000, 8.40000, 8.60000, 64.60000, 0.00000, 78.20000, 68.00000, 1.40000, 8.40000, 1.40000, 1.40000, 2.80000, 138.00000, 128.80000, 58.60000, 2.80000, 4.20000, 76.80000, 16.00000, 30.40000, 1.40000, 48.00000, 35.00000, 9.80000, 29.40000, 30.40000, 46.40000, 13.40000, 21.60000, 76.80000, 9.80000, 73.00000, 77.40000, 92.40000, 9.00000, 6.40000, 2.80000, 52.80000, 66.00000, 77.40000, 30.00000, 61.60000, 70.20000, 61.60000, 101.00000, 44.40000, 59.80000, 63.00000, 40.20000, 72.40000, 3.60000, 1.40000, 63.60000, 2.80000, 66.60000, 94.40000, 4.20000, 6.40000, 0.00000, 76.00000, 75.80000, 176.20000, 171.60000, 84.60000, 3.60000, 13.40000, 76.60000, 7.20000
|
76
|
+
17.00000, 123.20000, 24.20000, 9.80000, 27.80000, 13.40000, 56.20000, 5.60000, 10.80000, 44.80000, 23.20000, 3.60000, 10.80000, 10.80000, 0.00000, 66.60000, 38.60000, 38.00000, 58.00000, 0.00000, 0.00000, 90.20000, 54.40000, 66.60000, 47.20000, 76.60000, 67.40000, 5.60000, 8.40000, 10.40000, 5.00000, 1.40000, 1.40000, 47.80000, 50.80000, 49.40000, 8.40000, 8.60000, 66.00000, 0.00000, 68.80000, 69.40000, 2.80000, 7.00000, 1.40000, 0.00000, 1.40000, 137.20000, 121.60000, 51.40000, 2.80000, 4.20000, 83.00000, 12.40000, 30.40000, 1.40000, 46.60000, 35.00000, 9.80000, 28.00000, 26.80000, 40.20000, 67.00000, 21.60000, 80.40000, 9.80000, 80.20000, 76.00000, 93.80000, 9.00000, 6.40000, 2.80000, 57.80000, 66.00000, 70.20000, 49.40000, 59.40000, 73.00000, 68.80000, 101.00000, 44.40000, 66.00000, 59.40000, 33.00000, 70.20000, 3.60000, 1.40000, 68.60000, 2.80000, 73.80000, 92.20000, 4.20000, 5.00000, 0.00000, 83.20000, 79.40000, 156.00000, 186.80000, 91.80000, 3.60000, 13.40000, 68.00000, 3.60000
|
77
|
+
17.00000, 119.60000, 24.20000, 3.60000, 34.00000, 13.40000, 56.20000, 5.60000, 10.80000, 38.60000, 23.20000, 3.60000, 10.80000, 21.60000, 0.00000, 71.60000, 37.20000, 48.80000, 53.00000, 0.00000, 0.00000, 94.40000, 55.80000, 61.60000, 48.00000, 75.20000, 53.00000, 5.60000, 9.80000, 10.40000, 5.00000, 1.40000, 1.40000, 37.00000, 42.20000, 53.60000, 8.40000, 8.60000, 62.40000, 0.00000, 84.60000, 69.40000, 2.80000, 5.60000, 1.40000, 0.00000, 1.40000, 120.00000, 136.80000, 45.60000, 2.80000, 4.20000, 49.00000, 66.00000, 30.40000, 1.40000, 48.00000, 35.00000, 9.80000, 28.00000, 30.40000, 40.20000, 63.40000, 24.20000, 26.80000, 9.80000, 68.00000, 76.00000, 103.80000, 9.00000, 6.40000, 2.80000, 52.00000, 62.40000, 76.80000, 53.00000, 48.00000, 70.20000, 78.80000, 93.80000, 48.00000, 66.00000, 58.60000, 33.00000, 81.00000, 3.60000, 1.40000, 75.80000, 1.40000, 55.80000, 110.80000, 4.20000, 5.00000, 0.00000, 84.60000, 75.00000, 138.00000, 177.60000, 83.20000, 3.60000, 9.80000, 74.40000, 3.60000
|
78
|
+
17.00000, 75.80000, 24.20000, 17.00000, 37.60000, 13.40000, 56.20000, 5.60000, 10.80000, 38.60000, 23.20000, 0.00000, 10.80000, 21.60000, 0.00000, 70.20000, 37.20000, 53.80000, 53.00000, 0.00000, 0.00000, 89.40000, 57.20000, 68.80000, 55.20000, 78.80000, 50.80000, 4.20000, 9.80000, 9.00000, 5.00000, 1.40000, 1.40000, 46.40000, 42.20000, 57.20000, 7.00000, 8.60000, 62.40000, 0.00000, 83.20000, 75.20000, 1.40000, 5.60000, 1.40000, 0.00000, 1.40000, 105.00000, 138.40000, 55.00000, 2.80000, 4.20000, 45.40000, 66.00000, 26.80000, 1.40000, 44.40000, 35.00000, 9.80000, 28.00000, 24.20000, 40.20000, 67.00000, 20.60000, 76.80000, 9.80000, 66.60000, 63.80000, 100.20000, 9.00000, 6.40000, 1.40000, 54.20000, 67.40000, 74.00000, 51.60000, 49.40000, 72.40000, 70.20000, 92.40000, 57.40000, 75.80000, 39.80000, 33.00000, 81.00000, 3.60000, 1.40000, 78.00000, 1.40000, 72.40000, 105.80000, 2.80000, 5.00000, 0.00000, 63.00000, 71.40000, 145.20000, 178.40000, 81.00000, 3.60000, 9.80000, 83.80000, 3.60000
|
79
|
+
17.00000, 35.60000, 24.20000, 17.00000, 37.60000, 13.40000, 59.80000, 5.60000, 17.00000, 27.80000, 19.60000, 0.00000, 10.80000, 21.60000, 0.00000, 82.40000, 44.40000, 63.20000, 53.00000, 0.00000, 0.00000, 85.00000, 55.80000, 65.20000, 55.20000, 87.40000, 56.60000, 4.20000, 8.40000, 9.00000, 5.00000, 1.40000, 1.40000, 46.40000, 35.00000, 61.60000, 5.60000, 5.00000, 63.80000, 0.00000, 83.20000, 80.20000, 1.40000, 5.60000, 1.40000, 0.00000, 1.40000, 101.40000, 121.20000, 52.80000, 1.40000, 4.20000, 55.20000, 69.60000, 17.00000, 1.40000, 43.00000, 38.60000, 9.80000, 28.00000, 24.20000, 40.20000, 17.00000, 27.80000, 83.00000, 9.80000, 77.40000, 60.20000, 103.80000, 9.00000, 6.40000, 5.00000, 59.20000, 63.80000, 63.20000, 45.80000, 58.80000, 79.60000, 73.80000, 92.40000, 64.60000, 72.20000, 49.80000, 33.00000, 81.00000, 3.60000, 1.40000, 64.40000, 1.40000, 72.40000, 113.80000, 2.80000, 0.00000, 0.00000, 79.60000, 82.20000, 156.80000, 167.80000, 79.60000, 3.60000, 9.80000, 77.40000, 3.60000
|
80
|
+
17.00000, 35.60000, 67.00000, 17.00000, 34.00000, 13.40000, 63.40000, 2.80000, 17.00000, 27.80000, 16.00000, 0.00000, 10.80000, 21.60000, 0.00000, 80.20000, 35.80000, 63.20000, 51.60000, 0.00000, 0.00000, 80.00000, 55.80000, 65.20000, 60.20000, 88.20000, 56.60000, 4.20000, 7.00000, 10.40000, 2.80000, 1.40000, 1.40000, 46.40000, 35.00000, 60.20000, 5.60000, 5.00000, 66.00000, 0.00000, 74.60000, 80.20000, 1.40000, 5.60000, 1.40000, 0.00000, 1.40000, 96.40000, 119.80000, 55.00000, 1.40000, 4.20000, 51.60000, 19.60000, 17.00000, 1.40000, 28.60000, 31.40000, 9.80000, 20.80000, 24.20000, 40.20000, 20.60000, 24.20000, 33.00000, 9.80000, 77.40000, 60.20000, 89.40000, 9.00000, 6.40000, 5.00000, 59.20000, 65.20000, 43.80000, 40.00000, 60.20000, 77.40000, 78.80000, 99.60000, 64.60000, 68.60000, 52.00000, 33.00000, 73.80000, 3.60000, 1.40000, 58.60000, 2.80000, 72.40000, 119.60000, 2.80000, 0.00000, 0.00000, 84.60000, 65.00000, 148.20000, 175.00000, 72.40000, 3.60000, 9.80000, 86.00000, 3.60000
|
81
|
+
17.00000, 25.80000, 67.00000, 60.80000, 24.20000, 13.40000, 13.40000, 2.80000, 24.20000, 24.20000, 16.00000, 0.00000, 10.80000, 21.60000, 0.00000, 96.80000, 35.80000, 66.80000, 58.80000, 0.00000, 0.00000, 88.00000, 68.80000, 65.20000, 66.60000, 86.00000, 61.00000, 4.20000, 8.40000, 9.00000, 2.80000, 1.40000, 1.40000, 42.80000, 27.80000, 54.40000, 5.60000, 5.00000, 67.40000, 0.00000, 76.00000, 76.60000, 1.40000, 5.60000, 1.40000, 0.00000, 1.40000, 98.60000, 101.80000, 50.00000, 1.40000, 4.20000, 55.20000, 19.60000, 17.00000, 1.40000, 23.60000, 27.80000, 9.80000, 17.20000, 27.80000, 36.60000, 27.80000, 26.80000, 26.80000, 9.80000, 84.60000, 45.80000, 90.80000, 2.80000, 6.40000, 5.00000, 54.20000, 81.00000, 24.40000, 31.40000, 58.80000, 65.20000, 95.40000, 101.80000, 56.00000, 59.80000, 60.60000, 33.00000, 70.20000, 3.60000, 1.40000, 56.40000, 1.40000, 77.40000, 108.80000, 2.80000, 0.00000, 0.00000, 102.60000, 67.20000, 146.00000, 169.20000, 70.20000, 3.60000, 9.80000, 75.20000, 0.00000
|
82
|
+
13.40000, 29.40000, 7.20000, 60.80000, 24.20000, 9.80000, 13.40000, 2.80000, 24.20000, 20.60000, 16.00000, 0.00000, 10.80000, 31.40000, 0.00000, 72.40000, 37.20000, 52.40000, 55.20000, 0.00000, 0.00000, 79.40000, 63.20000, 53.80000, 75.20000, 87.40000, 68.20000, 4.20000, 7.00000, 7.60000, 2.80000, 0.00000, 1.40000, 35.60000, 27.80000, 61.60000, 4.20000, 5.00000, 67.40000, 0.00000, 73.80000, 73.00000, 1.40000, 5.60000, 1.40000, 0.00000, 0.00000, 93.60000, 109.00000, 52.20000, 1.40000, 2.80000, 49.00000, 19.60000, 23.20000, 1.40000, 20.80000, 24.20000, 9.80000, 14.40000, 24.20000, 36.60000, 35.00000, 26.80000, 23.20000, 3.60000, 79.60000, 48.80000, 84.40000, 2.80000, 5.00000, 5.00000, 52.20000, 89.60000, 24.40000, 31.40000, 43.00000, 72.40000, 92.60000, 104.00000, 53.80000, 50.00000, 57.00000, 38.00000, 66.60000, 3.60000, 1.40000, 53.60000, 1.40000, 76.00000, 96.60000, 2.80000, 0.00000, 0.00000, 106.20000, 74.40000, 128.80000, 158.40000, 68.80000, 3.60000, 16.00000, 81.00000, 0.00000
|
83
|
+
13.40000, 35.60000, 7.20000, 17.00000, 24.20000, 6.20000, 13.40000, 2.80000, 36.60000, 13.40000, 9.80000, 0.00000, 7.20000, 27.80000, 0.00000, 67.40000, 33.00000, 53.80000, 57.40000, 0.00000, 0.00000, 83.00000, 53.80000, 50.20000, 73.80000, 91.00000, 71.80000, 4.20000, 7.00000, 7.60000, 2.80000, 0.00000, 1.40000, 34.20000, 35.00000, 65.20000, 4.20000, 5.00000, 44.40000, 0.00000, 68.80000, 70.20000, 1.40000, 2.80000, 1.40000, 0.00000, 0.00000, 94.40000, 109.80000, 41.40000, 1.40000, 2.80000, 42.80000, 19.60000, 23.20000, 1.40000, 20.80000, 20.60000, 9.80000, 14.40000, 17.00000, 33.00000, 35.00000, 26.80000, 23.20000, 3.60000, 92.60000, 52.40000, 73.60000, 2.80000, 5.00000, 5.00000, 47.20000, 88.80000, 24.40000, 30.60000, 51.60000, 66.00000, 103.40000, 81.00000, 45.20000, 56.20000, 60.60000, 34.40000, 66.60000, 3.60000, 1.40000, 58.60000, 1.40000, 68.80000, 102.40000, 2.80000, 0.00000, 0.00000, 107.00000, 70.20000, 118.00000, 147.60000, 68.80000, 0.00000, 19.60000, 81.00000, 0.00000
|
84
|
+
9.80000, 35.60000, 7.20000, 17.00000, 20.60000, 6.20000, 13.40000, 2.80000, 33.00000, 13.40000, 6.20000, 0.00000, 7.20000, 27.80000, 0.00000, 74.60000, 33.00000, 57.40000, 50.20000, 0.00000, 0.00000, 83.00000, 39.40000, 53.80000, 71.00000, 91.00000, 71.80000, 4.20000, 5.60000, 7.60000, 2.80000, 0.00000, 1.40000, 48.60000, 36.40000, 65.20000, 2.80000, 5.00000, 43.00000, 0.00000, 58.00000, 71.00000, 1.40000, 2.80000, 1.40000, 0.00000, 0.00000, 101.60000, 102.60000, 38.60000, 1.40000, 2.80000, 42.80000, 23.20000, 19.60000, 1.40000, 24.40000, 24.20000, 9.80000, 5.00000, 17.00000, 23.20000, 31.40000, 23.20000, 23.20000, 9.80000, 99.80000, 51.00000, 72.80000, 2.80000, 5.00000, 5.00000, 47.20000, 87.40000, 28.00000, 32.80000, 56.60000, 58.80000, 96.20000, 89.60000, 41.60000, 46.40000, 60.60000, 34.40000, 66.60000, 3.60000, 1.40000, 65.80000, 1.40000, 54.40000, 111.80000, 1.40000, 0.00000, 0.00000, 105.60000, 84.60000, 111.60000, 124.60000, 49.40000, 0.00000, 16.00000, 70.20000, 0.00000
|
85
|
+
13.40000, 22.20000, 3.60000, 13.40000, 17.00000, 6.20000, 13.40000, 2.80000, 36.60000, 13.40000, 6.20000, 0.00000, 3.60000, 27.80000, 0.00000, 50.20000, 27.20000, 57.40000, 48.80000, 0.00000, 0.00000, 88.80000, 38.60000, 57.40000, 67.40000, 87.40000, 77.60000, 4.20000, 5.60000, 7.60000, 2.80000, 0.00000, 1.40000, 52.20000, 36.40000, 61.60000, 2.80000, 1.40000, 50.20000, 0.00000, 76.00000, 60.20000, 1.40000, 2.80000, 1.40000, 0.00000, 0.00000, 96.60000, 102.60000, 49.40000, 1.40000, 1.40000, 39.20000, 23.20000, 19.60000, 1.40000, 25.80000, 20.60000, 9.80000, 5.00000, 17.00000, 26.80000, 31.40000, 29.40000, 19.60000, 6.20000, 96.20000, 40.20000, 68.60000, 2.80000, 5.00000, 1.40000, 50.80000, 87.40000, 38.80000, 30.60000, 51.60000, 71.00000, 98.40000, 101.20000, 41.60000, 46.40000, 65.60000, 34.40000, 71.60000, 3.60000, 1.40000, 75.80000, 1.40000, 66.00000, 113.20000, 1.40000, 0.00000, 0.00000, 109.20000, 79.60000, 120.20000, 137.60000, 44.40000, 0.00000, 9.80000, 63.00000, 0.00000
|
86
|
+
13.40000, 18.60000, 3.60000, 23.20000, 17.00000, 6.20000, 13.40000, 2.80000, 36.60000, 13.40000, 6.20000, 0.00000, 9.80000, 18.00000, 0.00000, 43.00000, 17.80000, 50.20000, 36.60000, 0.00000, 0.00000, 96.80000, 33.60000, 57.40000, 55.20000, 91.00000, 72.60000, 4.20000, 5.60000, 7.60000, 2.80000, 0.00000, 1.40000, 55.80000, 34.20000, 55.80000, 2.80000, 1.40000, 45.20000, 0.00000, 69.60000, 57.40000, 1.40000, 2.80000, 1.40000, 0.00000, 0.00000, 90.20000, 112.60000, 48.00000, 1.40000, 1.40000, 35.60000, 19.60000, 12.40000, 1.40000, 24.40000, 20.60000, 9.80000, 6.40000, 13.40000, 33.00000, 37.60000, 29.40000, 19.60000, 6.20000, 93.40000, 43.80000, 68.60000, 2.80000, 5.00000, 1.40000, 47.20000, 86.00000, 38.80000, 37.80000, 58.80000, 69.60000, 92.60000, 104.80000, 22.20000, 46.40000, 61.40000, 40.20000, 70.20000, 3.60000, 1.40000, 77.20000, 1.40000, 66.00000, 108.20000, 0.00000, 0.00000, 0.00000, 107.80000, 67.40000, 120.20000, 116.00000, 45.80000, 0.00000, 9.80000, 64.40000, 0.00000
|
87
|
+
13.40000, 18.60000, 3.60000, 16.00000, 13.40000, 6.20000, 13.40000, 2.80000, 36.60000, 9.80000, 6.20000, 0.00000, 9.80000, 14.40000, 3.60000, 35.80000, 22.80000, 53.80000, 36.60000, 0.00000, 0.00000, 104.00000, 30.00000, 52.40000, 47.40000, 84.60000, 78.40000, 4.20000, 5.60000, 7.60000, 2.80000, 0.00000, 1.40000, 50.80000, 31.40000, 48.60000, 2.80000, 1.40000, 38.00000, 0.00000, 74.60000, 48.00000, 1.40000, 2.80000, 1.40000, 0.00000, 0.00000, 112.60000, 101.80000, 52.40000, 1.40000, 1.40000, 135.60000, 19.60000, 12.40000, 1.40000, 24.40000, 17.00000, 9.80000, 7.80000, 13.40000, 26.80000, 34.00000, 33.00000, 19.60000, 9.80000, 84.80000, 51.00000, 60.80000, 2.80000, 5.00000, 1.40000, 41.40000, 96.00000, 36.60000, 39.20000, 73.20000, 66.00000, 85.40000, 90.40000, 29.40000, 42.80000, 61.40000, 43.80000, 58.00000, 3.60000, 1.40000, 68.60000, 1.40000, 67.40000, 117.60000, 0.00000, 0.00000, 0.00000, 94.20000, 67.40000, 125.20000, 116.80000, 48.60000, 0.00000, 9.80000, 71.60000, 0.00000
|
88
|
+
9.80000, 18.60000, 3.60000, 16.00000, 13.40000, 6.20000, 13.40000, 1.40000, 36.60000, 6.20000, 6.20000, 0.00000, 9.80000, 14.40000, 3.60000, 41.60000, 22.80000, 56.00000, 33.00000, 0.00000, 3.60000, 89.60000, 30.00000, 43.80000, 51.00000, 76.80000, 55.40000, 4.20000, 5.60000, 7.60000, 2.80000, 0.00000, 1.40000, 44.40000, 30.00000, 45.00000, 2.80000, 1.40000, 38.00000, 0.00000, 78.20000, 51.60000, 1.40000, 2.80000, 1.40000, 0.00000, 0.00000, 102.60000, 109.00000, 51.00000, 1.40000, 1.40000, 132.00000, 19.60000, 9.80000, 1.40000, 28.00000, 17.00000, 9.80000, 7.80000, 13.40000, 19.60000, 34.00000, 25.80000, 19.60000, 13.40000, 77.00000, 56.80000, 70.20000, 2.80000, 5.00000, 1.40000, 40.00000, 93.20000, 34.40000, 39.20000, 73.20000, 71.80000, 80.40000, 91.80000, 28.00000, 42.80000, 60.00000, 42.40000, 56.60000, 3.60000, 1.40000, 65.00000, 1.40000, 63.80000, 114.00000, 0.00000, 0.00000, 0.00000, 87.00000, 67.40000, 138.20000, 95.20000, 45.80000, 0.00000, 6.20000, 65.80000, 0.00000
|
89
|
+
9.80000, 18.60000, 3.60000, 16.00000, 20.60000, 6.20000, 13.40000, 1.40000, 26.80000, 6.20000, 6.20000, 0.00000, 9.80000, 14.40000, 3.60000, 40.20000, 22.80000, 48.80000, 31.60000, 0.00000, 3.60000, 87.40000, 26.40000, 42.40000, 47.40000, 67.40000, 55.40000, 4.20000, 5.60000, 7.60000, 2.80000, 0.00000, 1.40000, 34.40000, 44.40000, 55.80000, 2.80000, 1.40000, 33.00000, 0.00000, 73.20000, 48.00000, 1.40000, 2.80000, 1.40000, 0.00000, 0.00000, 99.00000, 113.40000, 42.40000, 1.40000, 1.40000, 25.80000, 23.20000, 9.80000, 1.40000, 38.80000, 13.40000, 9.80000, 7.80000, 13.40000, 19.60000, 34.00000, 19.60000, 19.60000, 19.60000, 75.60000, 48.20000, 70.20000, 1.40000, 5.00000, 0.00000, 44.40000, 82.40000, 34.40000, 32.80000, 53.80000, 71.80000, 69.60000, 81.00000, 26.60000, 36.60000, 60.00000, 48.20000, 56.60000, 3.60000, 1.40000, 65.00000, 1.40000, 60.20000, 119.80000, 0.00000, 0.00000, 0.00000, 87.00000, 60.20000, 145.40000, 95.20000, 45.80000, 0.00000, 6.20000, 63.00000, 0.00000
|
90
|
+
9.80000, 12.40000, 3.60000, 9.80000, 17.00000, 6.20000, 13.40000, 1.40000, 23.20000, 6.20000, 6.20000, 0.00000, 6.20000, 10.80000, 3.60000, 40.20000, 25.00000, 45.20000, 20.80000, 0.00000, 3.60000, 75.20000, 21.40000, 33.80000, 40.20000, 72.40000, 42.40000, 4.20000, 9.20000, 7.60000, 2.80000, 0.00000, 1.40000, 33.00000, 44.40000, 53.00000, 2.80000, 1.40000, 25.80000, 0.00000, 66.00000, 45.80000, 0.00000, 1.40000, 1.40000, 0.00000, 0.00000, 104.00000, 107.00000, 42.40000, 1.40000, 1.40000, 22.20000, 23.20000, 9.80000, 1.40000, 38.80000, 9.80000, 6.20000, 7.80000, 7.20000, 19.60000, 30.40000, 13.40000, 19.60000, 19.60000, 75.60000, 55.40000, 70.20000, 1.40000, 5.00000, 0.00000, 41.60000, 60.80000, 20.00000, 25.60000, 52.40000, 56.00000, 76.80000, 62.40000, 26.60000, 35.60000, 68.00000, 42.40000, 44.40000, 3.60000, 1.40000, 47.80000, 1.40000, 56.60000, 116.20000, 0.00000, 0.00000, 0.00000, 76.20000, 58.80000, 130.40000, 97.40000, 45.80000, 0.00000, 6.20000, 60.80000, 0.00000
|
91
|
+
9.80000, 12.40000, 0.00000, 16.00000, 20.60000, 6.20000, 9.80000, 1.40000, 23.20000, 9.80000, 12.40000, 0.00000, 6.20000, 10.80000, 3.60000, 40.20000, 17.80000, 45.20000, 20.80000, 0.00000, 3.60000, 40.00000, 16.40000, 26.60000, 36.60000, 63.80000, 28.00000, 2.80000, 9.20000, 7.60000, 2.80000, 0.00000, 1.40000, 31.60000, 43.00000, 53.00000, 2.80000, 1.40000, 25.80000, 0.00000, 53.80000, 35.00000, 0.00000, 1.40000, 1.40000, 0.00000, 1.40000, 107.60000, 84.00000, 29.40000, 1.40000, 1.40000, 22.20000, 23.20000, 16.00000, 1.40000, 31.60000, 9.80000, 6.20000, 4.20000, 7.20000, 9.80000, 26.80000, 13.40000, 13.40000, 19.60000, 61.20000, 59.00000, 63.00000, 1.40000, 2.80000, 0.00000, 38.00000, 55.80000, 20.00000, 36.40000, 45.20000, 52.40000, 80.40000, 62.40000, 33.80000, 41.80000, 59.40000, 35.20000, 43.00000, 3.60000, 1.40000, 46.40000, 2.80000, 55.20000, 106.20000, 0.00000, 0.00000, 0.00000, 65.40000, 55.20000, 114.60000, 92.40000, 53.00000, 0.00000, 6.20000, 55.80000, 0.00000
|
92
|
+
9.80000, 16.00000, 0.00000, 16.00000, 20.60000, 6.20000, 9.80000, 1.40000, 19.60000, 9.80000, 12.40000, 0.00000, 6.20000, 10.80000, 3.60000, 36.60000, 17.80000, 47.40000, 13.60000, 0.00000, 3.60000, 33.60000, 20.00000, 25.20000, 29.40000, 51.60000, 38.80000, 2.80000, 9.20000, 1.40000, 2.80000, 0.00000, 1.40000, 31.60000, 39.40000, 44.40000, 2.80000, 2.80000, 18.60000, 7.20000, 61.00000, 33.60000, 0.00000, 1.40000, 1.40000, 0.00000, 1.40000, 91.80000, 92.60000, 29.40000, 1.40000, 1.40000, 22.20000, 19.60000, 16.00000, 1.40000, 31.60000, 6.20000, 6.20000, 7.80000, 3.60000, 9.80000, 23.20000, 13.40000, 13.40000, 19.60000, 57.60000, 44.60000, 56.60000, 1.40000, 4.20000, 0.00000, 34.40000, 50.80000, 20.00000, 43.60000, 38.00000, 43.80000, 68.20000, 62.40000, 25.20000, 41.80000, 55.20000, 28.00000, 32.20000, 3.60000, 1.40000, 38.60000, 2.80000, 52.40000, 84.60000, 0.00000, 0.00000, 0.00000, 61.80000, 55.20000, 96.00000, 83.80000, 41.60000, 0.00000, 6.20000, 48.60000, 0.00000
|
93
|
+
9.80000, 16.00000, 3.60000, 16.00000, 20.60000, 6.20000, 9.80000, 1.40000, 7.20000, 9.80000, 12.40000, 0.00000, 6.20000, 10.80000, 3.60000, 29.40000, 17.80000, 42.40000, 13.60000, 0.00000, 3.60000, 28.60000, 23.60000, 21.60000, 33.00000, 35.80000, 38.80000, 2.80000, 9.20000, 1.40000, 2.80000, 0.00000, 1.40000, 28.00000, 28.60000, 39.40000, 2.80000, 2.80000, 4.20000, 7.20000, 53.80000, 40.80000, 0.00000, 1.40000, 1.40000, 0.00000, 1.40000, 93.20000, 94.80000, 29.40000, 1.40000, 1.40000, 22.20000, 19.60000, 9.80000, 1.40000, 31.60000, 6.20000, 6.20000, 13.60000, 3.60000, 9.80000, 23.20000, 9.80000, 13.40000, 19.60000, 46.80000, 51.80000, 51.60000, 1.40000, 4.20000, 0.00000, 38.00000, 45.00000, 20.00000, 35.80000, 41.60000, 40.20000, 66.80000, 51.00000, 26.60000, 35.60000, 55.20000, 28.00000, 32.20000, 3.60000, 1.40000, 42.20000, 2.80000, 56.80000, 76.00000, 0.00000, 0.00000, 0.00000, 51.00000, 46.60000, 103.20000, 82.40000, 38.00000, 0.00000, 6.20000, 43.60000, 0.00000
|
94
|
+
9.80000, 16.00000, 3.60000, 16.00000, 20.60000, 6.20000, 9.80000, 1.40000, 7.20000, 9.80000, 12.40000, 0.00000, 6.20000, 10.80000, 3.60000, 28.00000, 17.80000, 42.40000, 13.60000, 0.00000, 3.60000, 24.40000, 23.60000, 23.00000, 30.20000, 27.20000, 35.20000, 1.40000, 9.20000, 0.00000, 2.80000, 1.40000, 1.40000, 31.60000, 28.60000, 39.40000, 2.80000, 2.80000, 4.20000, 7.20000, 50.20000, 40.80000, 0.00000, 1.40000, 1.40000, 0.00000, 0.00000, 93.20000, 86.20000, 22.20000, 1.40000, 1.40000, 22.20000, 19.60000, 9.80000, 1.40000, 31.60000, 6.20000, 6.20000, 13.60000, 0.00000, 3.60000, 23.20000, 6.20000, 13.40000, 19.60000, 43.20000, 55.40000, 40.80000, 1.40000, 5.60000, 0.00000, 30.80000, 45.00000, 18.60000, 35.80000, 48.80000, 38.80000, 52.40000, 40.20000, 26.60000, 41.80000, 51.60000, 26.60000, 32.20000, 3.60000, 1.40000, 48.00000, 2.80000, 51.80000, 76.00000, 0.00000, 0.00000, 1.40000, 49.60000, 41.60000, 83.80000, 76.60000, 38.00000, 0.00000, 6.20000, 36.40000, 0.00000
|
95
|
+
9.80000, 19.60000, 3.60000, 12.40000, 20.60000, 6.20000, 9.80000, 1.40000, 7.20000, 9.80000, 12.40000, 0.00000, 9.80000, 7.20000, 3.60000, 24.40000, 12.80000, 42.40000, 13.60000, 0.00000, 3.60000, 23.00000, 22.20000, 23.00000, 30.20000, 18.60000, 35.20000, 1.40000, 9.20000, 0.00000, 1.40000, 1.40000, 1.40000, 26.60000, 27.20000, 39.40000, 2.80000, 1.40000, 4.20000, 7.20000, 41.60000, 37.20000, 0.00000, 0.00000, 1.40000, 0.00000, 0.00000, 86.00000, 75.40000, 25.80000, 1.40000, 1.40000, 16.00000, 19.60000, 9.80000, 1.40000, 24.40000, 6.20000, 6.20000, 12.20000, 0.00000, 3.60000, 19.60000, 6.20000, 9.80000, 19.60000, 39.60000, 57.60000, 38.00000, 1.40000, 4.20000, 0.00000, 29.40000, 34.20000, 17.20000, 39.40000, 47.40000, 31.60000, 51.00000, 41.60000, 19.40000, 48.00000, 46.60000, 26.60000, 25.00000, 3.60000, 1.40000, 44.40000, 1.40000, 55.40000, 58.00000, 0.00000, 0.00000, 1.40000, 49.60000, 30.80000, 72.40000, 63.60000, 40.20000, 0.00000, 12.40000, 36.40000, 6.20000
|
96
|
+
9.80000, 19.60000, 3.60000, 12.40000, 20.60000, 6.20000, 9.80000, 1.40000, 7.20000, 13.40000, 12.40000, 0.00000, 9.80000, 7.20000, 0.00000, 24.40000, 9.20000, 42.40000, 13.60000, 0.00000, 3.60000, 19.40000, 22.20000, 23.00000, 30.20000, 18.60000, 35.20000, 1.40000, 7.80000, 0.00000, 1.40000, 1.40000, 1.40000, 26.60000, 15.00000, 30.80000, 2.80000, 1.40000, 2.80000, 0.00000, 29.40000, 33.60000, 0.00000, 0.00000, 1.40000, 0.00000, 0.00000, 86.80000, 66.80000, 18.60000, 1.40000, 1.40000, 16.00000, 19.60000, 9.80000, 0.00000, 24.40000, 6.20000, 6.20000, 12.20000, 0.00000, 3.60000, 13.40000, 6.20000, 9.80000, 16.00000, 23.00000, 61.20000, 38.00000, 1.40000, 4.20000, 0.00000, 25.80000, 32.80000, 17.20000, 35.80000, 43.80000, 28.00000, 40.20000, 33.00000, 19.40000, 41.80000, 39.40000, 26.60000, 26.40000, 3.60000, 1.40000, 40.80000, 1.40000, 44.60000, 58.00000, 0.00000, 0.00000, 1.40000, 44.60000, 28.00000, 68.80000, 63.60000, 43.80000, 0.00000, 12.40000, 38.60000, 6.20000
|