From 635718b956beccf6fadbe1a865513e4724bb907e Mon Sep 17 00:00:00 2001 From: Mikkel Pedersen Date: Tue, 20 Aug 2024 21:25:38 +0200 Subject: [PATCH] fix(sample): Add sample run --- .github/workflows/tests.yaml | 2 +- requirements.txt | 4 +- ...SA_MA_Boston-Logan.Intl.AP.725090_TMY3.ddy | 2343 +++++ ...SA_MA_Boston-Logan.Intl.AP.725090_TMY3.epw | 8768 +++++++++++++++++ samples/artifacts/clo.csv | 1 + samples/artifacts/sample_model_grid.hbjson | 1 + samples/inputs/inputs.json | 5 + samples/requirements.txt | 1 + samples/run_jobs.py | 116 + samples/sample_runs.json | 11 + 10 files changed, 11249 insertions(+), 3 deletions(-) create mode 100644 samples/artifacts/USA_MA_Boston-Logan.Intl.AP.725090_TMY3.ddy create mode 100644 samples/artifacts/USA_MA_Boston-Logan.Intl.AP.725090_TMY3.epw create mode 100644 samples/artifacts/clo.csv create mode 100644 samples/artifacts/sample_model_grid.hbjson create mode 100644 samples/inputs/inputs.json create mode 100644 samples/requirements.txt create mode 100644 samples/run_jobs.py create mode 100644 samples/sample_runs.json diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 359b322..a4a353e 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -17,7 +17,7 @@ jobs: - name: set up Python uses: actions/setup-python@v2 with: - python-version: 3.7 + python-version: "3.10" - name: install python dependencies run: | pip install -r dev-requirements.txt diff --git a/requirements.txt b/requirements.txt index 75f4fc2..3137bc2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ pollination-ladybug==0.2.3 -pollination-ladybug-comfort==0.5.3 -pollination-honeybee-radiance==0.22.41 +pollination-ladybug-comfort==0.5.5 +pollination-honeybee-radiance==0.22.60 pollination-honeybee-radiance-postprocess==0.0.65 pollination-honeybee-energy==0.7.3 pollination-lbt-honeybee==0.1.14 diff --git a/samples/artifacts/USA_MA_Boston-Logan.Intl.AP.725090_TMY3.ddy b/samples/artifacts/USA_MA_Boston-Logan.Intl.AP.725090_TMY3.ddy new file mode 100644 index 0000000..d48ddb5 --- /dev/null +++ b/samples/artifacts/USA_MA_Boston-Logan.Intl.AP.725090_TMY3.ddy @@ -0,0 +1,2343 @@ + ! The following Location and Design Day data are produced as possible from the indicated data source. + ! Wind Speeds follow the indicated design conditions rather than traditional values (6.7 m/s heating, 3.35 m/s cooling) + ! No special attempts at re-creating or determining missing data parts (e.g. Wind speed or direction) + ! are done. Therefore, you should look at the data and fill in any incorrect values as you desire. + + ! SizingPeriod:DesignDay and other objects are formatted to meet criteria of EnergyPlus V7.1 and later + + ! Some users have indicated that they would like the actual day of week from the weather file to be + ! used as the start day of week for a RunPeriod even though this is relatively meaningless for + ! TMY data files as future months will not use their start days of week (simulations need to show + ! continuity in day of week presentation). + + ! In an effort to accomodate, the following initial month days are included: + ! Note JAN 1, 1976 is a Thursday + ! Note FEB 1, 1977 is a Tuesday + ! Note MAR 1, 1981 is a Sunday + ! Note APR 1, 1990 is a Sunday + ! Note MAY 1, 1978 is a Monday + ! Note JUN 1, 2002 is a Saturday + ! Note JUL 1, 1981 is a Wednesday + ! Note AUG 1, 1989 is a Tuesday + ! Note SEP 1, 1976 is a Wednesday + ! Note OCT 1, 1986 is a Wednesday + ! Note NOV 1, 1978 is a Wednesday + ! Note DEC 1, 2003 is a Monday + + ! Since the RunPeriod object changes in V9.0, the following are RunPeriod objects in comments: + ! Version before EnergyPlus release V9.0 + !RunPeriod, + !Weather Data, !- Name + ! 1, !- Begin Month + ! 1, !- Begin Day of Month + ! 12, !- End Month + ! 31, !- End Day of Month + !Thursday, !- Day of Week for Start Day + ! No, !- Use Weather File Holidays and Special Days + ! No, !- Use Weather File Daylight Saving Period + ! Yes, !- Apply Weekend Holiday Rule + ! Yes, !- Use Weather File Rain Indicators + ! Yes; !- Use Weather File Snow Indicators + + ! Version EnergyPlus release V9.0+ + !RunPeriod, + !Weather Data, !- Name + ! 1, !- Begin Month + ! 1, !- Begin Day of Month + ! , !- Begin Year + ! 12, !- End Month + ! 31, !- End Day of Month + ! , !- End Year + !Thursday, !- Day of Week for Start Day + ! No, !- Use Weather File Holidays and Special Days + ! No, !- Use Weather File Daylight Saving Period + ! Yes, !- Apply Weekend Holiday Rule + ! Yes, !- Use Weather File Rain Indicators + ! Yes, !- Use Weather File Snow Indicators + ! ; !- Treat Weather as Actual + + Site:Location, + Boston-Logan Intl AP_MA_USA Design_Conditions, !- Location Name + 42.37, !- Latitude {N+ S-} + -71.02, !- Longitude {W- E+} + -5.00, !- Time Zone Relative to GMT {GMT+/-} + 6.00; !- Elevation {m} + + ! The following Sizing Period objects for Extreme and Typical conditions are calculated + ! from the extreme (if any) and typical conditions on the weather source data. + ! The actual weeks that will be used will exist on the weather file. + + SizingPeriod:WeatherFileConditionType, + Summer Extreme, + SummerExtreme, + SummerDesignDay, + Yes, !- Use Weather File Daylight Saving Period + Yes; !- Use Weather File Rain and Snow Indicators + SizingPeriod:WeatherFileConditionType, + Summer Typical, + SummerTypical, + Monday, + Yes, !- Use Weather File Daylight Saving Period + Yes; !- Use Weather File Rain and Snow Indicators + SizingPeriod:WeatherFileConditionType, + Winter Extreme, + WinterExtreme, + WinterDesignDay, + Yes, !- Use Weather File Daylight Saving Period + Yes; !- Use Weather File Rain and Snow Indicators + SizingPeriod:WeatherFileConditionType, + Winter Typical, + WinterTypical, + Monday, + Yes, !- Use Weather File Daylight Saving Period + Yes; !- Use Weather File Rain and Snow Indicators + SizingPeriod:WeatherFileConditionType, + Autumn Typical, + AutumnTypical, + Monday, + Yes, !- Use Weather File Daylight Saving Period + Yes; !- Use Weather File Rain and Snow Indicators + SizingPeriod:WeatherFileConditionType, + Spring Typical, + SpringTypical, + Monday, + Yes, !- Use Weather File Daylight Saving Period + Yes; !- Use Weather File Rain and Snow Indicators + + + + ! Site:Precipitation. RoofIrrigation and Schedule:File objects for rainfall + ! Data is built from rainfall data on the source data + Site:Precipitation, + ScheduleAndDesignLevel, !- Precipitation Model Type + 0.868, !- Design Level for Total Annual Precipitation + Rainfall Data from EPW file, !- Precipitation Rates Schedule Name + 0.868; !- Average Total Annual Precipitation + + RoofIrrigation, + Schedule, !- Irridation Model Type + Rainfall Data from EPW file, !- Precipitation Rates Schedule Name + ; !- Irrigation Maximum Saturation Threshold (default used) + + Schedule:File, + Rainfall Data from EPW file, !- Name + , !- Schedule Type Limits Name + USA_MA_Boston-Logan.Intl.AP.725090_TMY3.rain, !- File Name + 1, !- Column Number + 1, !- Rows to Skip at Top + 8760; !- Number of Hours of Data + + ! WMO=725090 Time Zone= GMT-5.00 Code=NAE: (GMT-05:00) Eastern Time (US & Canada) + ! Data Source="2021 ASHRAE Handbook -- Fundamentals - Chapter 14 Climatic Design Information" + + RunPeriodControl:DaylightSavingTime, + 2nd Sunday in March, !- StartDate + 1st Sunday in November; !- EndDate + + ! ======================= Annual Design Conditions SizingPeriod:DesignDay ====================== + ! The following annual design conditions are reproduced from the climate data shown above. + ! Heating - 99%, 99.6%; Cooling - .4%, 1%, 2% for several humidity, etc conditions + ! + ! Boston-Logan Intl AP_MA_USA Extreme Annual Wind Speeds, 1%=11.9m/s, 2.5%=10.7m/s, 5%=9.2m/s + ! Boston-Logan Intl AP_MA_USA Extreme Annual Temperatures, Max Drybulb=35.4C Min Drybulb=2.8C + + ! Boston-Logan Intl AP_MA_USA ASHRAE Climate Zone=5A + + ! Boston-Logan Intl AP_MA_USA Annual Heating Design Conditions Wind Speed=7.2m/s Wind Dir=300 + ! Coldest Month=JAN + ! Boston-Logan Intl AP_MA_USA Annual Heating 99.6%, MaxDB=-13.5C + SizingPeriod:DesignDay, + Boston-Logan Intl AP Ann Htg 99.6% Condns DB, !- Name + 1, !- Month + 21, !- Day of Month + WinterDesignDay,!- Day Type + -13.5, !- Maximum Dry-Bulb Temperature {C} + 0.0, !- Daily Dry-Bulb Temperature Range {C} + DefaultMultipliers, !- Dry-Bulb Temperature Range Modifier Type + , !- Dry-Bulb Temperature Range Modifier Day Schedule Name + Wetbulb, !- Humidity Condition Type + -13.5, !- Wetbulb at Maximum Dry-Bulb {C} + , !- Humidity Indicating Day Schedule Name + , !- Humidity Ratio at Maximum Dry-Bulb {kgWater/kgDryAir} + , !- Enthalpy at Maximum Dry-Bulb {J/kg} + , !- Daily Wet-Bulb Temperature Range {deltaC} + 101253., !- Barometric Pressure {Pa} + 7.2, !- Wind Speed {m/s} design conditions vs. traditional 6.71 m/s (15 mph) + 300, !- Wind Direction {Degrees; N=0, S=180} + No, !- Rain {Yes/No} + No, !- Snow on ground {Yes/No} + No, !- Daylight Savings Time Indicator + ASHRAEClearSky, !- Solar Model Indicator + , !- Beam Solar Day Schedule Name + , !- Diffuse Solar Day Schedule Name + , !- ASHRAE Clear Sky Optical Depth for Beam Irradiance (taub) + , !- ASHRAE Clear Sky Optical Depth for Diffuse Irradiance (taud) + 0.00; !- Clearness {0.0 to 1.1} + + ! Boston-Logan Intl AP_MA_USA Annual Heating 99%, MaxDB=-10.6C + SizingPeriod:DesignDay, + Boston-Logan Intl AP Ann Htg 99% Condns DB, !- Name + 1, !- Month + 21, !- Day of Month + WinterDesignDay,!- Day Type + -10.6, !- Maximum Dry-Bulb Temperature {C} + 0.0, !- Daily Dry-Bulb Temperature Range {C} + DefaultMultipliers, !- Dry-Bulb Temperature Range Modifier Type + , !- Dry-Bulb Temperature Range Modifier Day Schedule Name + Wetbulb, !- Humidity Condition Type + -10.6, !- Wetbulb at Maximum Dry-Bulb {C} + , !- Humidity Indicating Day Schedule Name + , !- Humidity Ratio at Maximum Dry-Bulb {kgWater/kgDryAir} + , !- Enthalpy at Maximum Dry-Bulb {J/kg} + , !- Daily Wet-Bulb Temperature Range {deltaC} + 101253., !- Barometric Pressure {Pa} + 7.2, !- Wind Speed {m/s} design conditions vs. traditional 6.71 m/s (15 mph) + 300, !- Wind Direction {Degrees; N=0, S=180} + No, !- Rain {Yes/No} + No, !- Snow on ground {Yes/No} + No, !- Daylight Savings Time Indicator + ASHRAEClearSky, !- Solar Model Indicator + , !- Beam Solar Day Schedule Name + , !- Diffuse Solar Day Schedule Name + , !- ASHRAE Clear Sky Optical Depth for Beam Irradiance (taub) + , !- ASHRAE Clear Sky Optical Depth for Diffuse Irradiance (taud) + 0.00; !- Clearness {0.0 to 1.1} + + ! Boston-Logan Intl AP_MA_USA Annual Humidification 99.6% Design Conditions DP=>MCDB, DP=-23.8C + SizingPeriod:DesignDay, + Boston-Logan Intl AP Ann Hum_n 99.6% Condns DP=>MCDB, !- Name + 1, !- Month + 21, !- Day of Month + WinterDesignDay,!- Day Type + -11.9, !- Maximum Dry-Bulb Temperature {C} + 0.0, !- Daily Dry-Bulb Temperature Range {C} + DefaultMultipliers, !- Dry-Bulb Temperature Range Modifier Type + , !- Dry-Bulb Temperature Range Modifier Day Schedule Name + Dewpoint, !- Humidity Condition Type + -23.8, !- Dewpoint at Maximum Dry-Bulb {C} + , !- Humidity Indicating Day Schedule Name + , !- Humidity Ratio at Maximum Dry-Bulb {kgWater/kgDryAir} + , !- Enthalpy at Maximum Dry-Bulb {J/kg} + , !- Daily Wet-Bulb Temperature Range {deltaC} + 101253., !- Barometric Pressure {Pa} + 7.2, !- Wind Speed {m/s} design conditions vs. traditional 6.71 m/s (15 mph) + 300, !- Wind Direction {Degrees; N=0, S=180} + No, !- Rain {Yes/No} + No, !- Snow on ground {Yes/No} + No, !- Daylight Savings Time Indicator + ASHRAEClearSky, !- Solar Model Indicator + , !- Beam Solar Day Schedule Name + , !- Diffuse Solar Day Schedule Name + , !- ASHRAE Clear Sky Optical Depth for Beam Irradiance (taub) + , !- ASHRAE Clear Sky Optical Depth for Diffuse Irradiance (taud) + 0.00; !- Clearness {0.0 to 1.1} + + ! Boston-Logan Intl AP_MA_USA Annual Humidification 99% Design Conditions DP=>MCDB, DP=-21.3C + SizingPeriod:DesignDay, + Boston-Logan Intl AP Ann Hum_n 99% Condns DP=>MCDB, !- Name + 1, !- Month + 21, !- Day of Month + WinterDesignDay,!- Day Type + -8.9, !- Maximum Dry-Bulb Temperature {C} + 0.0, !- Daily Dry-Bulb Temperature Range {C} + DefaultMultipliers, !- Dry-Bulb Temperature Range Modifier Type + , !- Dry-Bulb Temperature Range Modifier Day Schedule Name + Dewpoint, !- Humidity Condition Type + -21.3, !- Dewpoint at Maximum Dry-Bulb {C} + , !- Humidity Indicating Day Schedule Name + , !- Humidity Ratio at Maximum Dry-Bulb {kgWater/kgDryAir} + , !- Enthalpy at Maximum Dry-Bulb {J/kg} + , !- Daily Wet-Bulb Temperature Range {deltaC} + 101253., !- Barometric Pressure {Pa} + 7.2, !- Wind Speed {m/s} design conditions vs. traditional 6.71 m/s (15 mph) + 300, !- Wind Direction {Degrees; N=0, S=180} + No, !- Rain {Yes/No} + No, !- Snow on ground {Yes/No} + No, !- Daylight Savings Time Indicator + ASHRAEClearSky, !- Solar Model Indicator + , !- Beam Solar Day Schedule Name + , !- Diffuse Solar Day Schedule Name + , !- ASHRAE Clear Sky Optical Depth for Beam Irradiance (taub) + , !- ASHRAE Clear Sky Optical Depth for Diffuse Irradiance (taud) + 0.00; !- Clearness {0.0 to 1.1} + + ! Boston-Logan Intl AP_MA_USA Annual Heating Wind 99.6% Design Conditions WS=>MCDB, WS=14.2m/s + SizingPeriod:DesignDay, + Boston-Logan Intl AP Ann Htg Wind 99.6% Condns WS=>MCDB, !- Name + 1, !- Month + 21, !- Day of Month + WinterDesignDay,!- Day Type + 2.6, !- Maximum Dry-Bulb Temperature {C} + 0.0, !- Daily Dry-Bulb Temperature Range {C} + DefaultMultipliers, !- Dry-Bulb Temperature Range Modifier Type + , !- Dry-Bulb Temperature Range Modifier Day Schedule Name + Wetbulb, !- Humidity Condition Type + 2.6, !- Wetbulb at Maximum Dry-Bulb {C} + , !- Humidity Indicating Day Schedule Name + , !- Humidity Ratio at Maximum Dry-Bulb {kgWater/kgDryAir} + , !- Enthalpy at Maximum Dry-Bulb {J/kg} + , !- Daily Wet-Bulb Temperature Range {deltaC} + 101253., !- Barometric Pressure {Pa} + 14.2, !- Wind Speed {m/s} design conditions vs. traditional 6.71 m/s (15 mph) + 300, !- Wind Direction {Degrees; N=0, S=180} + No, !- Rain {Yes/No} + No, !- Snow on ground {Yes/No} + No, !- Daylight Savings Time Indicator + ASHRAEClearSky, !- Solar Model Indicator + , !- Beam Solar Day Schedule Name + , !- Diffuse Solar Day Schedule Name + , !- ASHRAE Clear Sky Optical Depth for Beam Irradiance (taub) + , !- ASHRAE Clear Sky Optical Depth for Diffuse Irradiance (taud) + 0.00; !- Clearness {0.0 to 1.1} + + ! Boston-Logan Intl AP_MA_USA Annual Heating Wind 99% Design Conditions WS=>MCDB, WS=12.7m/s + SizingPeriod:DesignDay, + Boston-Logan Intl AP Ann Htg Wind 99% Condns WS=>MCDB, !- Name + 1, !- Month + 21, !- Day of Month + WinterDesignDay,!- Day Type + -0.5, !- Maximum Dry-Bulb Temperature {C} + 0.0, !- Daily Dry-Bulb Temperature Range {C} + DefaultMultipliers, !- Dry-Bulb Temperature Range Modifier Type + , !- Dry-Bulb Temperature Range Modifier Day Schedule Name + Wetbulb, !- Humidity Condition Type + -0.5, !- Wetbulb at Maximum Dry-Bulb {C} + , !- Humidity Indicating Day Schedule Name + , !- Humidity Ratio at Maximum Dry-Bulb {kgWater/kgDryAir} + , !- Enthalpy at Maximum Dry-Bulb {J/kg} + , !- Daily Wet-Bulb Temperature Range {deltaC} + 101253., !- Barometric Pressure {Pa} + 12.7, !- Wind Speed {m/s} design conditions vs. traditional 6.71 m/s (15 mph) + 300, !- Wind Direction {Degrees; N=0, S=180} + No, !- Rain {Yes/No} + No, !- Snow on ground {Yes/No} + No, !- Daylight Savings Time Indicator + ASHRAEClearSky, !- Solar Model Indicator + , !- Beam Solar Day Schedule Name + , !- Diffuse Solar Day Schedule Name + , !- ASHRAE Clear Sky Optical Depth for Beam Irradiance (taub) + , !- ASHRAE Clear Sky Optical Depth for Diffuse Irradiance (taud) + 0.00; !- Clearness {0.0 to 1.1} + + ! Boston-Logan Intl AP Annual Cooling Design Conditions Wind Speed=6.1m/s Wind Dir=240 + ! Hottest Month=JUL + ! Boston-Logan Intl AP_MA_USA Annual Cooling (DB=>MWB) .4%, MaxDB=32.7C MWB=22.8C + SizingPeriod:DesignDay, + Boston-Logan Intl AP Ann Clg .4% Condns DB=>MWB, !- Name + 7, !- Month + 21, !- Day of Month + SummerDesignDay,!- Day Type + 32.7, !- Maximum Dry-Bulb Temperature {C} + 8.1, !- Daily Dry-Bulb Temperature Range {C} + DefaultMultipliers, !- Dry-Bulb Temperature Range Modifier Type + , !- Dry-Bulb Temperature Range Modifier Day Schedule Name + Wetbulb, !- Humidity Condition Type + 22.8, !- Wetbulb at Maximum Dry-Bulb {C} + , !- Humidity Indicating Day Schedule Name + , !- Humidity Ratio at Maximum Dry-Bulb {kgWater/kgDryAir} + , !- Enthalpy at Maximum Dry-Bulb {J/kg} + , !- Daily Wet-Bulb Temperature Range {deltaC} + 101253., !- Barometric Pressure {Pa} + 6.1, !- Wind Speed {m/s} design conditions vs. traditional 3.35 m/s (7mph) + 240, !- Wind Direction {Degrees; N=0, S=180} + No, !- Rain {Yes/No} + No, !- Snow on ground {Yes/No} + No, !- Daylight Savings Time Indicator + ASHRAETau, !- Solar Model Indicator + , !- Beam Solar Day Schedule Name + , !- Diffuse Solar Day Schedule Name + 0.472, !- ASHRAE Clear Sky Optical Depth for Beam Irradiance (taub) + 2.185; !- ASHRAE Clear Sky Optical Depth for Diffuse Irradiance (taud) + + ! Boston-Logan Intl AP_MA_USA Annual Cooling (DB=>MWB) 1%, MaxDB=30.9C MWB=22.0C + SizingPeriod:DesignDay, + Boston-Logan Intl AP Ann Clg 1% Condns DB=>MWB, !- Name + 7, !- Month + 21, !- Day of Month + SummerDesignDay,!- Day Type + 30.9, !- Maximum Dry-Bulb Temperature {C} + 8.1, !- Daily Dry-Bulb Temperature Range {C} + DefaultMultipliers, !- Dry-Bulb Temperature Range Modifier Type + , !- Dry-Bulb Temperature Range Modifier Day Schedule Name + Wetbulb, !- Humidity Condition Type + 22.0, !- Wetbulb at Maximum Dry-Bulb {C} + , !- Humidity Indicating Day Schedule Name + , !- Humidity Ratio at Maximum Dry-Bulb {kgWater/kgDryAir} + , !- Enthalpy at Maximum Dry-Bulb {J/kg} + , !- Daily Wet-Bulb Temperature Range {deltaC} + 101253., !- Barometric Pressure {Pa} + 6.1, !- Wind Speed {m/s} design conditions vs. traditional 3.35 m/s (7mph) + 240, !- Wind Direction {Degrees; N=0, S=180} + No, !- Rain {Yes/No} + No, !- Snow on ground {Yes/No} + No, !- Daylight Savings Time Indicator + ASHRAETau, !- Solar Model Indicator + , !- Beam Solar Day Schedule Name + , !- Diffuse Solar Day Schedule Name + 0.472, !- ASHRAE Clear Sky Optical Depth for Beam Irradiance (taub) + 2.185; !- ASHRAE Clear Sky Optical Depth for Diffuse Irradiance (taud) + + ! Boston-Logan Intl AP_MA_USA Annual Cooling (DB=>MWB) 2%, MaxDB=29.1C MWB=21.1C + SizingPeriod:DesignDay, + Boston-Logan Intl AP Ann Clg 2% Condns DB=>MWB, !- Name + 7, !- Month + 21, !- Day of Month + SummerDesignDay,!- Day Type + 29.1, !- Maximum Dry-Bulb Temperature {C} + 8.1, !- Daily Dry-Bulb Temperature Range {C} + DefaultMultipliers, !- Dry-Bulb Temperature Range Modifier Type + , !- Dry-Bulb Temperature Range Modifier Day Schedule Name + Wetbulb, !- Humidity Condition Type + 21.1, !- Wetbulb at Maximum Dry-Bulb {C} + , !- Humidity Indicating Day Schedule Name + , !- Humidity Ratio at Maximum Dry-Bulb {kgWater/kgDryAir} + , !- Enthalpy at Maximum Dry-Bulb {J/kg} + , !- Daily Wet-Bulb Temperature Range {deltaC} + 101253., !- Barometric Pressure {Pa} + 6.1, !- Wind Speed {m/s} design conditions vs. traditional 3.35 m/s (7mph) + 240, !- Wind Direction {Degrees; N=0, S=180} + No, !- Rain {Yes/No} + No, !- Snow on ground {Yes/No} + No, !- Daylight Savings Time Indicator + ASHRAETau, !- Solar Model Indicator + , !- Beam Solar Day Schedule Name + , !- Diffuse Solar Day Schedule Name + 0.472, !- ASHRAE Clear Sky Optical Depth for Beam Irradiance (taub) + 2.185; !- ASHRAE Clear Sky Optical Depth for Diffuse Irradiance (taud) + + ! Boston-Logan Intl AP_MA_USA Annual Cooling (WB=>MDB) .4%, MDB=30.0C WB=24.4C + SizingPeriod:DesignDay, + Boston-Logan Intl AP Ann Clg .4% Condns WB=>MDB, !- Name + 7, !- Month + 21, !- Day of Month + SummerDesignDay,!- Day Type + 30.0, !- Maximum Dry-Bulb Temperature {C} + 8.1, !- Daily Dry-Bulb Temperature Range {C} + DefaultMultipliers, !- Dry-Bulb Temperature Range Modifier Type + , !- Dry-Bulb Temperature Range Modifier Day Schedule Name + Wetbulb, !- Humidity Condition Type + 24.4, !- Wetbulb at Maximum Dry-Bulb {C} + , !- Humidity Indicating Day Schedule Name + , !- Humidity Ratio at Maximum Dry-Bulb {kgWater/kgDryAir} + , !- Enthalpy at Maximum Dry-Bulb {J/kg} + , !- Daily Wet-Bulb Temperature Range {deltaC} + 101253., !- Barometric Pressure {Pa} + 6.1, !- Wind Speed {m/s} design conditions vs. traditional 3.35 m/s (7mph) + 240, !- Wind Direction {Degrees; N=0, S=180} + No, !- Rain {Yes/No} + No, !- Snow on ground {Yes/No} + No, !- Daylight Savings Time Indicator + ASHRAETau, !- Solar Model Indicator + , !- Beam Solar Day Schedule Name + , !- Diffuse Solar Day Schedule Name + 0.472, !- ASHRAE Clear Sky Optical Depth for Beam Irradiance (taub) + 2.185; !- ASHRAE Clear Sky Optical Depth for Diffuse Irradiance (taud) + + ! Boston-Logan Intl AP_MA_USA Annual Cooling (WB=>MDB) 1%, MDB=28.4C WB=23.6C + SizingPeriod:DesignDay, + Boston-Logan Intl AP Ann Clg 1% Condns WB=>MDB, !- Name + 7, !- Month + 21, !- Day of Month + SummerDesignDay,!- Day Type + 28.4, !- Maximum Dry-Bulb Temperature {C} + 8.1, !- Daily Dry-Bulb Temperature Range {C} + DefaultMultipliers, !- Dry-Bulb Temperature Range Modifier Type + , !- Dry-Bulb Temperature Range Modifier Day Schedule Name + Wetbulb, !- Humidity Condition Type + 23.6, !- Wetbulb at Maximum Dry-Bulb {C} + , !- Humidity Indicating Day Schedule Name + , !- Humidity Ratio at Maximum Dry-Bulb {kgWater/kgDryAir} + , !- Enthalpy at Maximum Dry-Bulb {J/kg} + , !- Daily Wet-Bulb Temperature Range {deltaC} + 101253., !- Barometric Pressure {Pa} + 6.1, !- Wind Speed {m/s} design conditions vs. traditional 3.35 m/s (7mph) + 240, !- Wind Direction {Degrees; N=0, S=180} + No, !- Rain {Yes/No} + No, !- Snow on ground {Yes/No} + No, !- Daylight Savings Time Indicator + ASHRAETau, !- Solar Model Indicator + , !- Beam Solar Day Schedule Name + , !- Diffuse Solar Day Schedule Name + 0.472, !- ASHRAE Clear Sky Optical Depth for Beam Irradiance (taub) + 2.185; !- ASHRAE Clear Sky Optical Depth for Diffuse Irradiance (taud) + + ! Boston-Logan Intl AP_MA_USA Annual Cooling (WB=>MDB) 2%, MDB=27.1C WB=22.7C + SizingPeriod:DesignDay, + Boston-Logan Intl AP Ann Clg 2% Condns WB=>MDB, !- Name + 7, !- Month + 21, !- Day of Month + SummerDesignDay,!- Day Type + 27.1, !- Maximum Dry-Bulb Temperature {C} + 8.1, !- Daily Dry-Bulb Temperature Range {C} + DefaultMultipliers, !- Dry-Bulb Temperature Range Modifier Type + , !- Dry-Bulb Temperature Range Modifier Day Schedule Name + Wetbulb, !- Humidity Condition Type + 22.7, !- Wetbulb at Maximum Dry-Bulb {C} + , !- Humidity Indicating Day Schedule Name + , !- Humidity Ratio at Maximum Dry-Bulb {kgWater/kgDryAir} + , !- Enthalpy at Maximum Dry-Bulb {J/kg} + , !- Daily Wet-Bulb Temperature Range {deltaC} + 101253., !- Barometric Pressure {Pa} + 6.1, !- Wind Speed {m/s} design conditions vs. traditional 3.35 m/s (7mph) + 240, !- Wind Direction {Degrees; N=0, S=180} + No, !- Rain {Yes/No} + No, !- Snow on ground {Yes/No} + No, !- Daylight Savings Time Indicator + ASHRAETau, !- Solar Model Indicator + , !- Beam Solar Day Schedule Name + , !- Diffuse Solar Day Schedule Name + 0.472, !- ASHRAE Clear Sky Optical Depth for Beam Irradiance (taub) + 2.185; !- ASHRAE Clear Sky Optical Depth for Diffuse Irradiance (taud) + + ! Boston-Logan Intl AP_MA_USA Annual Cooling (DP=>MDB) .4%, MDB=27.1C DP=22.7C HR=0.0174 + SizingPeriod:DesignDay, + Boston-Logan Intl AP Ann Clg .4% Condns DP=>MDB, !- Name + 7, !- Month + 21, !- Day of Month + SummerDesignDay,!- Day Type + 27.1, !- Maximum Dry-Bulb Temperature {C} + 8.1, !- Daily Dry-Bulb Temperature Range {C} + DefaultMultipliers, !- Dry-Bulb Temperature Range Modifier Type + , !- Dry-Bulb Temperature Range Modifier Day Schedule Name + Dewpoint, !- Humidity Condition Type + 22.7, !- Dewpoint at Maximum Dry-Bulb {C} + , !- Humidity Indicating Day Schedule Name + , !- Humidity Ratio at Maximum Dry-Bulb {kgWater/kgDryAir} + , !- Enthalpy at Maximum Dry-Bulb {J/kg} + , !- Daily Wet-Bulb Temperature Range {deltaC} + 101253., !- Barometric Pressure {Pa} + 6.1, !- Wind Speed {m/s} design conditions vs. traditional 3.35 m/s (7mph) + 240, !- Wind Direction {Degrees; N=0, S=180} + No, !- Rain {Yes/No} + No, !- Snow on ground {Yes/No} + No, !- Daylight Savings Time Indicator + ASHRAETau, !- Solar Model Indicator + , !- Beam Solar Day Schedule Name + , !- Diffuse Solar Day Schedule Name + 0.472, !- ASHRAE Clear Sky Optical Depth for Beam Irradiance (taub) + 2.185; !- ASHRAE Clear Sky Optical Depth for Diffuse Irradiance (taud) + + ! Boston-Logan Intl AP_MA_USA Annual Cooling (DP=>MDB) 1%, MDB=26.1C DP=21.9C HR=0.0166 + SizingPeriod:DesignDay, + Boston-Logan Intl AP Ann Clg 1% Condns DP=>MDB, !- Name + 7, !- Month + 21, !- Day of Month + SummerDesignDay,!- Day Type + 26.1, !- Maximum Dry-Bulb Temperature {C} + 8.1, !- Daily Dry-Bulb Temperature Range {C} + DefaultMultipliers, !- Dry-Bulb Temperature Range Modifier Type + , !- Dry-Bulb Temperature Range Modifier Day Schedule Name + Dewpoint, !- Humidity Condition Type + 21.9, !- Dewpoint at Maximum Dry-Bulb {C} + , !- Humidity Indicating Day Schedule Name + , !- Humidity Ratio at Maximum Dry-Bulb {kgWater/kgDryAir} + , !- Enthalpy at Maximum Dry-Bulb {J/kg} + , !- Daily Wet-Bulb Temperature Range {deltaC} + 101253., !- Barometric Pressure {Pa} + 6.1, !- Wind Speed {m/s} design conditions vs. traditional 3.35 m/s (7mph) + 240, !- Wind Direction {Degrees; N=0, S=180} + No, !- Rain {Yes/No} + No, !- Snow on ground {Yes/No} + No, !- Daylight Savings Time Indicator + ASHRAETau, !- Solar Model Indicator + , !- Beam Solar Day Schedule Name + , !- Diffuse Solar Day Schedule Name + 0.472, !- ASHRAE Clear Sky Optical Depth for Beam Irradiance (taub) + 2.185; !- ASHRAE Clear Sky Optical Depth for Diffuse Irradiance (taud) + + ! Boston-Logan Intl AP_MA_USA Annual Cooling (DP=>MDB) 2%, MDB=25.5C DP=21.2C HR=0.0159 + SizingPeriod:DesignDay, + Boston-Logan Intl AP Ann Clg 2% Condns DP=>MDB, !- Name + 7, !- Month + 21, !- Day of Month + SummerDesignDay,!- Day Type + 25.5, !- Maximum Dry-Bulb Temperature {C} + 8.1, !- Daily Dry-Bulb Temperature Range {C} + DefaultMultipliers, !- Dry-Bulb Temperature Range Modifier Type + , !- Dry-Bulb Temperature Range Modifier Day Schedule Name + Dewpoint, !- Humidity Condition Type + 21.2, !- Dewpoint at Maximum Dry-Bulb {C} + , !- Humidity Indicating Day Schedule Name + , !- Humidity Ratio at Maximum Dry-Bulb {kgWater/kgDryAir} + , !- Enthalpy at Maximum Dry-Bulb {J/kg} + , !- Daily Wet-Bulb Temperature Range {deltaC} + 101253., !- Barometric Pressure {Pa} + 6.1, !- Wind Speed {m/s} design conditions vs. traditional 3.35 m/s (7mph) + 240, !- Wind Direction {Degrees; N=0, S=180} + No, !- Rain {Yes/No} + No, !- Snow on ground {Yes/No} + No, !- Daylight Savings Time Indicator + ASHRAETau, !- Solar Model Indicator + , !- Beam Solar Day Schedule Name + , !- Diffuse Solar Day Schedule Name + 0.472, !- ASHRAE Clear Sky Optical Depth for Beam Irradiance (taub) + 2.185; !- ASHRAE Clear Sky Optical Depth for Diffuse Irradiance (taud) + + ! Boston-Logan Intl AP_MA_USA Annual Cooling (Enthalpy=>MDB) .4%, MDB=30.2C Enthalpy=73500.0J/kg + SizingPeriod:DesignDay, + Boston-Logan Intl AP Ann Clg .4% Condns Enth=>MDB, !- Name + 7, !- Month + 21, !- Day of Month + SummerDesignDay,!- Day Type + 30.2, !- Maximum Dry-Bulb Temperature {C} + 8.1, !- Daily Dry-Bulb Temperature Range {C} + DefaultMultipliers, !- Dry-Bulb Temperature Range Modifier Type + , !- Dry-Bulb Temperature Range Modifier Day Schedule Name + Enthalpy, !- Humidity Condition Type + , !- Wetbulb or Dewpoint at Maximum Dry-Bulb + , !- Humidity Indicating Day Schedule Name + , !- Humidity Ratio at Maximum Dry-Bulb {kgWater/kgDryAir} + 73500.0, !- Enthalpy at Maximum Dry-Bulb {J/kg} + , !- Daily Wet-Bulb Temperature Range {deltaC} + 101253., !- Barometric Pressure {Pa} + 6.1, !- Wind Speed {m/s} design conditions vs. traditional 3.35 m/s (7mph) + 240, !- Wind Direction {Degrees; N=0, S=180} + No, !- Rain {Yes/No} + No, !- Snow on ground {Yes/No} + No, !- Daylight Savings Time Indicator + ASHRAETau, !- Solar Model Indicator + , !- Beam Solar Day Schedule Name + , !- Diffuse Solar Day Schedule Name + 0.472, !- ASHRAE Clear Sky Optical Depth for Beam Irradiance (taub) + 2.185; !- ASHRAE Clear Sky Optical Depth for Diffuse Irradiance (taud) + + ! Boston-Logan Intl AP_MA_USA Annual Cooling (Enthalpy=>MDB) 1%, MDB=28.4C Enthalpy=70000.0J/kg + SizingPeriod:DesignDay, + Boston-Logan Intl AP Ann Clg 1% Condns Enth=>MDB, !- Name + 7, !- Month + 21, !- Day of Month + SummerDesignDay,!- Day Type + 28.4, !- Maximum Dry-Bulb Temperature {C} + 8.1, !- Daily Dry-Bulb Temperature Range {C} + DefaultMultipliers, !- Dry-Bulb Temperature Range Modifier Type + , !- Dry-Bulb Temperature Range Modifier Day Schedule Name + Enthalpy, !- Humidity Condition Type + , !- Wetbulb or Dewpoint at Maximum Dry-Bulb + , !- Humidity Indicating Day Schedule Name + , !- Humidity Ratio at Maximum Dry-Bulb {kgWater/kgDryAir} + 70000.0, !- Enthalpy at Maximum Dry-Bulb {J/kg} + , !- Daily Wet-Bulb Temperature Range {deltaC} + 101253., !- Barometric Pressure {Pa} + 6.1, !- Wind Speed {m/s} design conditions vs. traditional 3.35 m/s (7mph) + 240, !- Wind Direction {Degrees; N=0, S=180} + No, !- Rain {Yes/No} + No, !- Snow on ground {Yes/No} + No, !- Daylight Savings Time Indicator + ASHRAETau, !- Solar Model Indicator + , !- Beam Solar Day Schedule Name + , !- Diffuse Solar Day Schedule Name + 0.472, !- ASHRAE Clear Sky Optical Depth for Beam Irradiance (taub) + 2.185; !- ASHRAE Clear Sky Optical Depth for Diffuse Irradiance (taud) + + ! Boston-Logan Intl AP_MA_USA Annual Cooling (Enthalpy=>MDB) 2%, MDB=27.1C Enthalpy=66900.0J/kg + SizingPeriod:DesignDay, + Boston-Logan Intl AP Ann Clg 2% Condns Enth=>MDB, !- Name + 7, !- Month + 21, !- Day of Month + SummerDesignDay,!- Day Type + 27.1, !- Maximum Dry-Bulb Temperature {C} + 8.1, !- Daily Dry-Bulb Temperature Range {C} + DefaultMultipliers, !- Dry-Bulb Temperature Range Modifier Type + , !- Dry-Bulb Temperature Range Modifier Day Schedule Name + Enthalpy, !- Humidity Condition Type + , !- Wetbulb or Dewpoint at Maximum Dry-Bulb + , !- Humidity Indicating Day Schedule Name + , !- Humidity Ratio at Maximum Dry-Bulb {kgWater/kgDryAir} + 66900.0, !- Enthalpy at Maximum Dry-Bulb {J/kg} + , !- Daily Wet-Bulb Temperature Range {deltaC} + 101253., !- Barometric Pressure {Pa} + 6.1, !- Wind Speed {m/s} design conditions vs. traditional 3.35 m/s (7mph) + 240, !- Wind Direction {Degrees; N=0, S=180} + No, !- Rain {Yes/No} + No, !- Snow on ground {Yes/No} + No, !- Daylight Savings Time Indicator + ASHRAETau, !- Solar Model Indicator + , !- Beam Solar Day Schedule Name + , !- Diffuse Solar Day Schedule Name + 0.472, !- ASHRAE Clear Sky Optical Depth for Beam Irradiance (taub) + 2.185; !- ASHRAE Clear Sky Optical Depth for Diffuse Irradiance (taud) + + ! ======================= Monthly Design Conditions SizingPeriod:DesignDay ====================== + ! The following monthly design conditions are reproduced from the climate data shown above. + ! Each 12 months are shown for: 2% Drybulb, 2% Wetbulb, 5% Drybulb, .4% Drybulb, .4% Wetbulb + ! + ! Boston-Logan Intl AP_MA_USA January (DB=>MCWB) .4%, MaxDB=15.6C MWB=13.2C taub=0.293 taud=2.505 + SizingPeriod:DesignDay, + Boston-Logan Intl AP January .4% Condns DB=>MCWB, !- Name + 1, !- Month + 21, !- Day of Month + SummerDesignDay,!- Day Type + 15.6, !- Maximum Dry-Bulb Temperature {C} + 7.2, !- Daily Dry-Bulb Temperature Range {C} + DefaultMultipliers, !- Dry-Bulb Temperature Range Modifier Type + , !- Dry-Bulb Temperature Range Modifier Day Schedule Name + Wetbulb, !- Humidity Condition Type + 13.2, !- Wetbulb at Maximum Dry-Bulb {C} + , !- Humidity Indicating Day Schedule Name + , !- Humidity Ratio at Maximum Dry-Bulb {kgWater/kgDryAir} + , !- Enthalpy at Maximum Dry-Bulb {J/kg} + , !- Daily Wet-Bulb Temperature Range {deltaC} + 101253., !- Barometric Pressure {Pa} + 5.6, !- Wind Speed {m/s} design conditions vs. traditional 3.35 m/s (7mph) + 240, !- Wind Direction {Degrees; N=0, S=180} + No, !- Rain {Yes/No} + No, !- Snow on ground {Yes/No} + No, !- Daylight Savings Time Indicator + ASHRAETau, !- Solar Model Indicator + , !- Beam Solar Day Schedule Name + , !- Diffuse Solar Day Schedule Name + 0.293, !- ASHRAE Clear Sky Optical Depth for Beam Irradiance (taub) + 2.505; !- ASHRAE Clear Sky Optical Depth for Diffuse Irradiance (taud) + + ! Boston-Logan Intl AP_MA_USA February (DB=>MCWB) .4%, MaxDB=16.0C MWB=12.3C taub=0.302 taud=2.493 + SizingPeriod:DesignDay, + Boston-Logan Intl AP February .4% Condns DB=>MCWB, !- Name + 2, !- Month + 21, !- Day of Month + SummerDesignDay,!- Day Type + 16.0, !- Maximum Dry-Bulb Temperature {C} + 7.4, !- Daily Dry-Bulb Temperature Range {C} + DefaultMultipliers, !- Dry-Bulb Temperature Range Modifier Type + , !- Dry-Bulb Temperature Range Modifier Day Schedule Name + Wetbulb, !- Humidity Condition Type + 12.3, !- Wetbulb at Maximum Dry-Bulb {C} + , !- Humidity Indicating Day Schedule Name + , !- Humidity Ratio at Maximum Dry-Bulb {kgWater/kgDryAir} + , !- Enthalpy at Maximum Dry-Bulb {J/kg} + , !- Daily Wet-Bulb Temperature Range {deltaC} + 101253., !- Barometric Pressure {Pa} + 5.5, !- Wind Speed {m/s} design conditions vs. traditional 3.35 m/s (7mph) + 240, !- Wind Direction {Degrees; N=0, S=180} + No, !- Rain {Yes/No} + No, !- Snow on ground {Yes/No} + No, !- Daylight Savings Time Indicator + ASHRAETau, !- Solar Model Indicator + , !- Beam Solar Day Schedule Name + , !- Diffuse Solar Day Schedule Name + 0.302, !- ASHRAE Clear Sky Optical Depth for Beam Irradiance (taub) + 2.493; !- ASHRAE Clear Sky Optical Depth for Diffuse Irradiance (taud) + + ! Boston-Logan Intl AP_MA_USA March (DB=>MCWB) .4%, MaxDB=21.9C MWB=13.4C taub=0.325 taud=2.487 + SizingPeriod:DesignDay, + Boston-Logan Intl AP March .4% Condns DB=>MCWB, !- Name + 3, !- Month + 21, !- Day of Month + SummerDesignDay,!- Day Type + 21.9, !- Maximum Dry-Bulb Temperature {C} + 7.4, !- Daily Dry-Bulb Temperature Range {C} + DefaultMultipliers, !- Dry-Bulb Temperature Range Modifier Type + , !- Dry-Bulb Temperature Range Modifier Day Schedule Name + Wetbulb, !- Humidity Condition Type + 13.4, !- Wetbulb at Maximum Dry-Bulb {C} + , !- Humidity Indicating Day Schedule Name + , !- Humidity Ratio at Maximum Dry-Bulb {kgWater/kgDryAir} + , !- Enthalpy at Maximum Dry-Bulb {J/kg} + , !- Daily Wet-Bulb Temperature Range {deltaC} + 101253., !- Barometric Pressure {Pa} + 5.6, !- Wind Speed {m/s} design conditions vs. traditional 3.35 m/s (7mph) + 240, !- Wind Direction {Degrees; N=0, S=180} + No, !- Rain {Yes/No} + No, !- Snow on ground {Yes/No} + No, !- Daylight Savings Time Indicator + ASHRAETau, !- Solar Model Indicator + , !- Beam Solar Day Schedule Name + , !- Diffuse Solar Day Schedule Name + 0.325, !- ASHRAE Clear Sky Optical Depth for Beam Irradiance (taub) + 2.487; !- ASHRAE Clear Sky Optical Depth for Diffuse Irradiance (taud) + + ! Boston-Logan Intl AP_MA_USA April (DB=>MCWB) .4%, MaxDB=28.0C MWB=16.9C taub=0.370 taud=2.392 + SizingPeriod:DesignDay, + Boston-Logan Intl AP April .4% Condns DB=>MCWB, !- Name + 4, !- Month + 21, !- Day of Month + SummerDesignDay,!- Day Type + 28.0, !- Maximum Dry-Bulb Temperature {C} + 8.1, !- Daily Dry-Bulb Temperature Range {C} + DefaultMultipliers, !- Dry-Bulb Temperature Range Modifier Type + , !- Dry-Bulb Temperature Range Modifier Day Schedule Name + Wetbulb, !- Humidity Condition Type + 16.9, !- Wetbulb at Maximum Dry-Bulb {C} + , !- Humidity Indicating Day Schedule Name + , !- Humidity Ratio at Maximum Dry-Bulb {kgWater/kgDryAir} + , !- Enthalpy at Maximum Dry-Bulb {J/kg} + , !- Daily Wet-Bulb Temperature Range {deltaC} + 101253., !- Barometric Pressure {Pa} + 5.4, !- Wind Speed {m/s} design conditions vs. traditional 3.35 m/s (7mph) + 240, !- Wind Direction {Degrees; N=0, S=180} + No, !- Rain {Yes/No} + No, !- Snow on ground {Yes/No} + No, !- Daylight Savings Time Indicator + ASHRAETau, !- Solar Model Indicator + , !- Beam Solar Day Schedule Name + , !- Diffuse Solar Day Schedule Name + 0.370, !- ASHRAE Clear Sky Optical Depth for Beam Irradiance (taub) + 2.392; !- ASHRAE Clear Sky Optical Depth for Diffuse Irradiance (taud) + + ! Boston-Logan Intl AP_MA_USA May (DB=>MCWB) .4%, MaxDB=31.2C MWB=19.9C taub=0.406 taud=2.329 + SizingPeriod:DesignDay, + Boston-Logan Intl AP May .4% Condns DB=>MCWB, !- Name + 5, !- Month + 21, !- Day of Month + SummerDesignDay,!- Day Type + 31.2, !- Maximum Dry-Bulb Temperature {C} + 8.2, !- Daily Dry-Bulb Temperature Range {C} + DefaultMultipliers, !- Dry-Bulb Temperature Range Modifier Type + , !- Dry-Bulb Temperature Range Modifier Day Schedule Name + Wetbulb, !- Humidity Condition Type + 19.9, !- Wetbulb at Maximum Dry-Bulb {C} + , !- Humidity Indicating Day Schedule Name + , !- Humidity Ratio at Maximum Dry-Bulb {kgWater/kgDryAir} + , !- Enthalpy at Maximum Dry-Bulb {J/kg} + , !- Daily Wet-Bulb Temperature Range {deltaC} + 101253., !- Barometric Pressure {Pa} + 4.8, !- Wind Speed {m/s} design conditions vs. traditional 3.35 m/s (7mph) + 240, !- Wind Direction {Degrees; N=0, S=180} + No, !- Rain {Yes/No} + No, !- Snow on ground {Yes/No} + No, !- Daylight Savings Time Indicator + ASHRAETau, !- Solar Model Indicator + , !- Beam Solar Day Schedule Name + , !- Diffuse Solar Day Schedule Name + 0.406, !- ASHRAE Clear Sky Optical Depth for Beam Irradiance (taub) + 2.329; !- ASHRAE Clear Sky Optical Depth for Diffuse Irradiance (taud) + + ! Boston-Logan Intl AP_MA_USA June (DB=>MCWB) .4%, MaxDB=33.6C MWB=23.1C taub=0.452 taud=2.234 + SizingPeriod:DesignDay, + Boston-Logan Intl AP June .4% Condns DB=>MCWB, !- Name + 6, !- Month + 21, !- Day of Month + SummerDesignDay,!- Day Type + 33.6, !- Maximum Dry-Bulb Temperature {C} + 8.2, !- Daily Dry-Bulb Temperature Range {C} + DefaultMultipliers, !- Dry-Bulb Temperature Range Modifier Type + , !- Dry-Bulb Temperature Range Modifier Day Schedule Name + Wetbulb, !- Humidity Condition Type + 23.1, !- Wetbulb at Maximum Dry-Bulb {C} + , !- Humidity Indicating Day Schedule Name + , !- Humidity Ratio at Maximum Dry-Bulb {kgWater/kgDryAir} + , !- Enthalpy at Maximum Dry-Bulb {J/kg} + , !- Daily Wet-Bulb Temperature Range {deltaC} + 101253., !- Barometric Pressure {Pa} + 4.5, !- Wind Speed {m/s} design conditions vs. traditional 3.35 m/s (7mph) + 240, !- Wind Direction {Degrees; N=0, S=180} + No, !- Rain {Yes/No} + No, !- Snow on ground {Yes/No} + No, !- Daylight Savings Time Indicator + ASHRAETau, !- Solar Model Indicator + , !- Beam Solar Day Schedule Name + , !- Diffuse Solar Day Schedule Name + 0.452, !- ASHRAE Clear Sky Optical Depth for Beam Irradiance (taub) + 2.234; !- ASHRAE Clear Sky Optical Depth for Diffuse Irradiance (taud) + + ! Boston-Logan Intl AP_MA_USA July (DB=>MCWB) .4%, MaxDB=35.1C MWB=24.4C taub=0.472 taud=2.185 + SizingPeriod:DesignDay, + Boston-Logan Intl AP July .4% Condns DB=>MCWB, !- Name + 7, !- Month + 21, !- Day of Month + SummerDesignDay,!- Day Type + 35.1, !- Maximum Dry-Bulb Temperature {C} + 8.1, !- Daily Dry-Bulb Temperature Range {C} + DefaultMultipliers, !- Dry-Bulb Temperature Range Modifier Type + , !- Dry-Bulb Temperature Range Modifier Day Schedule Name + Wetbulb, !- Humidity Condition Type + 24.4, !- Wetbulb at Maximum Dry-Bulb {C} + , !- Humidity Indicating Day Schedule Name + , !- Humidity Ratio at Maximum Dry-Bulb {kgWater/kgDryAir} + , !- Enthalpy at Maximum Dry-Bulb {J/kg} + , !- Daily Wet-Bulb Temperature Range {deltaC} + 101253., !- Barometric Pressure {Pa} + 4.4, !- Wind Speed {m/s} design conditions vs. traditional 3.35 m/s (7mph) + 240, !- Wind Direction {Degrees; N=0, S=180} + No, !- Rain {Yes/No} + No, !- Snow on ground {Yes/No} + No, !- Daylight Savings Time Indicator + ASHRAETau, !- Solar Model Indicator + , !- Beam Solar Day Schedule Name + , !- Diffuse Solar Day Schedule Name + 0.472, !- ASHRAE Clear Sky Optical Depth for Beam Irradiance (taub) + 2.185; !- ASHRAE Clear Sky Optical Depth for Diffuse Irradiance (taud) + + ! Boston-Logan Intl AP_MA_USA August (DB=>MCWB) .4%, MaxDB=34.2C MWB=23.9C taub=0.434 taud=2.278 + SizingPeriod:DesignDay, + Boston-Logan Intl AP August .4% Condns DB=>MCWB, !- Name + 8, !- Month + 21, !- Day of Month + SummerDesignDay,!- Day Type + 34.2, !- Maximum Dry-Bulb Temperature {C} + 7.8, !- Daily Dry-Bulb Temperature Range {C} + DefaultMultipliers, !- Dry-Bulb Temperature Range Modifier Type + , !- Dry-Bulb Temperature Range Modifier Day Schedule Name + Wetbulb, !- Humidity Condition Type + 23.9, !- Wetbulb at Maximum Dry-Bulb {C} + , !- Humidity Indicating Day Schedule Name + , !- Humidity Ratio at Maximum Dry-Bulb {kgWater/kgDryAir} + , !- Enthalpy at Maximum Dry-Bulb {J/kg} + , !- Daily Wet-Bulb Temperature Range {deltaC} + 101253., !- Barometric Pressure {Pa} + 4.3, !- Wind Speed {m/s} design conditions vs. traditional 3.35 m/s (7mph) + 240, !- Wind Direction {Degrees; N=0, S=180} + No, !- Rain {Yes/No} + No, !- Snow on ground {Yes/No} + No, !- Daylight Savings Time Indicator + ASHRAETau, !- Solar Model Indicator + , !- Beam Solar Day Schedule Name + , !- Diffuse Solar Day Schedule Name + 0.434, !- ASHRAE Clear Sky Optical Depth for Beam Irradiance (taub) + 2.278; !- ASHRAE Clear Sky Optical Depth for Diffuse Irradiance (taud) + + ! Boston-Logan Intl AP_MA_USA September (DB=>MCWB) .4%, MaxDB=32.2C MWB=22.8C taub=0.376 taud=2.423 + SizingPeriod:DesignDay, + Boston-Logan Intl AP September .4% Condns DB=>MCWB, !- Name + 9, !- Month + 21, !- Day of Month + SummerDesignDay,!- Day Type + 32.2, !- Maximum Dry-Bulb Temperature {C} + 7.6, !- Daily Dry-Bulb Temperature Range {C} + DefaultMultipliers, !- Dry-Bulb Temperature Range Modifier Type + , !- Dry-Bulb Temperature Range Modifier Day Schedule Name + Wetbulb, !- Humidity Condition Type + 22.8, !- Wetbulb at Maximum Dry-Bulb {C} + , !- Humidity Indicating Day Schedule Name + , !- Humidity Ratio at Maximum Dry-Bulb {kgWater/kgDryAir} + , !- Enthalpy at Maximum Dry-Bulb {J/kg} + , !- Daily Wet-Bulb Temperature Range {deltaC} + 101253., !- Barometric Pressure {Pa} + 4.5, !- Wind Speed {m/s} design conditions vs. traditional 3.35 m/s (7mph) + 240, !- Wind Direction {Degrees; N=0, S=180} + No, !- Rain {Yes/No} + No, !- Snow on ground {Yes/No} + No, !- Daylight Savings Time Indicator + ASHRAETau, !- Solar Model Indicator + , !- Beam Solar Day Schedule Name + , !- Diffuse Solar Day Schedule Name + 0.376, !- ASHRAE Clear Sky Optical Depth for Beam Irradiance (taub) + 2.423; !- ASHRAE Clear Sky Optical Depth for Diffuse Irradiance (taud) + + ! Boston-Logan Intl AP_MA_USA October (DB=>MCWB) .4%, MaxDB=26.8C MWB=18.7C taub=0.335 taud=2.543 + SizingPeriod:DesignDay, + Boston-Logan Intl AP October .4% Condns DB=>MCWB, !- Name + 10, !- Month + 21, !- Day of Month + SummerDesignDay,!- Day Type + 26.8, !- Maximum Dry-Bulb Temperature {C} + 7.5, !- Daily Dry-Bulb Temperature Range {C} + DefaultMultipliers, !- Dry-Bulb Temperature Range Modifier Type + , !- Dry-Bulb Temperature Range Modifier Day Schedule Name + Wetbulb, !- Humidity Condition Type + 18.7, !- Wetbulb at Maximum Dry-Bulb {C} + , !- Humidity Indicating Day Schedule Name + , !- Humidity Ratio at Maximum Dry-Bulb {kgWater/kgDryAir} + , !- Enthalpy at Maximum Dry-Bulb {J/kg} + , !- Daily Wet-Bulb Temperature Range {deltaC} + 101253., !- Barometric Pressure {Pa} + 4.9, !- Wind Speed {m/s} design conditions vs. traditional 3.35 m/s (7mph) + 240, !- Wind Direction {Degrees; N=0, S=180} + No, !- Rain {Yes/No} + No, !- Snow on ground {Yes/No} + No, !- Daylight Savings Time Indicator + ASHRAETau, !- Solar Model Indicator + , !- Beam Solar Day Schedule Name + , !- Diffuse Solar Day Schedule Name + 0.335, !- ASHRAE Clear Sky Optical Depth for Beam Irradiance (taub) + 2.543; !- ASHRAE Clear Sky Optical Depth for Diffuse Irradiance (taud) + + ! Boston-Logan Intl AP_MA_USA November (DB=>MCWB) .4%, MaxDB=20.8C MWB=16.3C taub=0.311 taud=2.571 + SizingPeriod:DesignDay, + Boston-Logan Intl AP November .4% Condns DB=>MCWB, !- Name + 11, !- Month + 21, !- Day of Month + SummerDesignDay,!- Day Type + 20.8, !- Maximum Dry-Bulb Temperature {C} + 7.0, !- Daily Dry-Bulb Temperature Range {C} + DefaultMultipliers, !- Dry-Bulb Temperature Range Modifier Type + , !- Dry-Bulb Temperature Range Modifier Day Schedule Name + Wetbulb, !- Humidity Condition Type + 16.3, !- Wetbulb at Maximum Dry-Bulb {C} + , !- Humidity Indicating Day Schedule Name + , !- Humidity Ratio at Maximum Dry-Bulb {kgWater/kgDryAir} + , !- Enthalpy at Maximum Dry-Bulb {J/kg} + , !- Daily Wet-Bulb Temperature Range {deltaC} + 101253., !- Barometric Pressure {Pa} + 5.0, !- Wind Speed {m/s} design conditions vs. traditional 3.35 m/s (7mph) + 240, !- Wind Direction {Degrees; N=0, S=180} + No, !- Rain {Yes/No} + No, !- Snow on ground {Yes/No} + No, !- Daylight Savings Time Indicator + ASHRAETau, !- Solar Model Indicator + , !- Beam Solar Day Schedule Name + , !- Diffuse Solar Day Schedule Name + 0.311, !- ASHRAE Clear Sky Optical Depth for Beam Irradiance (taub) + 2.571; !- ASHRAE Clear Sky Optical Depth for Diffuse Irradiance (taud) + + ! Boston-Logan Intl AP_MA_USA December (DB=>MCWB) .4%, MaxDB=17.4C MWB=14.2C taub=0.295 taud=2.568 + SizingPeriod:DesignDay, + Boston-Logan Intl AP December .4% Condns DB=>MCWB, !- Name + 12, !- Month + 21, !- Day of Month + SummerDesignDay,!- Day Type + 17.4, !- Maximum Dry-Bulb Temperature {C} + 6.7, !- Daily Dry-Bulb Temperature Range {C} + DefaultMultipliers, !- Dry-Bulb Temperature Range Modifier Type + , !- Dry-Bulb Temperature Range Modifier Day Schedule Name + Wetbulb, !- Humidity Condition Type + 14.2, !- Wetbulb at Maximum Dry-Bulb {C} + , !- Humidity Indicating Day Schedule Name + , !- Humidity Ratio at Maximum Dry-Bulb {kgWater/kgDryAir} + , !- Enthalpy at Maximum Dry-Bulb {J/kg} + , !- Daily Wet-Bulb Temperature Range {deltaC} + 101253., !- Barometric Pressure {Pa} + 5.3, !- Wind Speed {m/s} design conditions vs. traditional 3.35 m/s (7mph) + 240, !- Wind Direction {Degrees; N=0, S=180} + No, !- Rain {Yes/No} + No, !- Snow on ground {Yes/No} + No, !- Daylight Savings Time Indicator + ASHRAETau, !- Solar Model Indicator + , !- Beam Solar Day Schedule Name + , !- Diffuse Solar Day Schedule Name + 0.295, !- ASHRAE Clear Sky Optical Depth for Beam Irradiance (taub) + 2.568; !- ASHRAE Clear Sky Optical Depth for Diffuse Irradiance (taud) + + ! Boston-Logan Intl AP_MA_USA January (DB=>MCWB) 2%, MaxDB=12.1C MWB=10.0C taub=0.293 taud=2.505 + SizingPeriod:DesignDay, + Boston-Logan Intl AP January 2% Condns DB=>MCWB, !- Name + 1, !- Month + 21, !- Day of Month + SummerDesignDay,!- Day Type + 12.1, !- Maximum Dry-Bulb Temperature {C} + 7.2, !- Daily Dry-Bulb Temperature Range {C} + DefaultMultipliers, !- Dry-Bulb Temperature Range Modifier Type + , !- Dry-Bulb Temperature Range Modifier Day Schedule Name + Wetbulb, !- Humidity Condition Type + 10.0, !- Wetbulb at Maximum Dry-Bulb {C} + , !- Humidity Indicating Day Schedule Name + , !- Humidity Ratio at Maximum Dry-Bulb {kgWater/kgDryAir} + , !- Enthalpy at Maximum Dry-Bulb {J/kg} + , !- Daily Wet-Bulb Temperature Range {deltaC} + 101253., !- Barometric Pressure {Pa} + 5.6, !- Wind Speed {m/s} design conditions vs. traditional 3.35 m/s (7mph) + 240, !- Wind Direction {Degrees; N=0, S=180} + No, !- Rain {Yes/No} + No, !- Snow on ground {Yes/No} + No, !- Daylight Savings Time Indicator + ASHRAETau, !- Solar Model Indicator + , !- Beam Solar Day Schedule Name + , !- Diffuse Solar Day Schedule Name + 0.293, !- ASHRAE Clear Sky Optical Depth for Beam Irradiance (taub) + 2.505; !- ASHRAE Clear Sky Optical Depth for Diffuse Irradiance (taud) + + ! Boston-Logan Intl AP_MA_USA February (DB=>MCWB) 2%, MaxDB=11.9C MWB=8.5C taub=0.302 taud=2.493 + SizingPeriod:DesignDay, + Boston-Logan Intl AP February 2% Condns DB=>MCWB, !- Name + 2, !- Month + 21, !- Day of Month + SummerDesignDay,!- Day Type + 11.9, !- Maximum Dry-Bulb Temperature {C} + 7.4, !- Daily Dry-Bulb Temperature Range {C} + DefaultMultipliers, !- Dry-Bulb Temperature Range Modifier Type + , !- Dry-Bulb Temperature Range Modifier Day Schedule Name + Wetbulb, !- Humidity Condition Type + 8.5, !- Wetbulb at Maximum Dry-Bulb {C} + , !- Humidity Indicating Day Schedule Name + , !- Humidity Ratio at Maximum Dry-Bulb {kgWater/kgDryAir} + , !- Enthalpy at Maximum Dry-Bulb {J/kg} + , !- Daily Wet-Bulb Temperature Range {deltaC} + 101253., !- Barometric Pressure {Pa} + 5.5, !- Wind Speed {m/s} design conditions vs. traditional 3.35 m/s (7mph) + 240, !- Wind Direction {Degrees; N=0, S=180} + No, !- Rain {Yes/No} + No, !- Snow on ground {Yes/No} + No, !- Daylight Savings Time Indicator + ASHRAETau, !- Solar Model Indicator + , !- Beam Solar Day Schedule Name + , !- Diffuse Solar Day Schedule Name + 0.302, !- ASHRAE Clear Sky Optical Depth for Beam Irradiance (taub) + 2.493; !- ASHRAE Clear Sky Optical Depth for Diffuse Irradiance (taud) + + ! Boston-Logan Intl AP_MA_USA March (DB=>MCWB) 2%, MaxDB=16.2C MWB=11.0C taub=0.325 taud=2.487 + SizingPeriod:DesignDay, + Boston-Logan Intl AP March 2% Condns DB=>MCWB, !- Name + 3, !- Month + 21, !- Day of Month + SummerDesignDay,!- Day Type + 16.2, !- Maximum Dry-Bulb Temperature {C} + 7.4, !- Daily Dry-Bulb Temperature Range {C} + DefaultMultipliers, !- Dry-Bulb Temperature Range Modifier Type + , !- Dry-Bulb Temperature Range Modifier Day Schedule Name + Wetbulb, !- Humidity Condition Type + 11.0, !- Wetbulb at Maximum Dry-Bulb {C} + , !- Humidity Indicating Day Schedule Name + , !- Humidity Ratio at Maximum Dry-Bulb {kgWater/kgDryAir} + , !- Enthalpy at Maximum Dry-Bulb {J/kg} + , !- Daily Wet-Bulb Temperature Range {deltaC} + 101253., !- Barometric Pressure {Pa} + 5.6, !- Wind Speed {m/s} design conditions vs. traditional 3.35 m/s (7mph) + 240, !- Wind Direction {Degrees; N=0, S=180} + No, !- Rain {Yes/No} + No, !- Snow on ground {Yes/No} + No, !- Daylight Savings Time Indicator + ASHRAETau, !- Solar Model Indicator + , !- Beam Solar Day Schedule Name + , !- Diffuse Solar Day Schedule Name + 0.325, !- ASHRAE Clear Sky Optical Depth for Beam Irradiance (taub) + 2.487; !- ASHRAE Clear Sky Optical Depth for Diffuse Irradiance (taud) + + ! Boston-Logan Intl AP_MA_USA April (DB=>MCWB) 2%, MaxDB=22.1C MWB=14.1C taub=0.370 taud=2.392 + SizingPeriod:DesignDay, + Boston-Logan Intl AP April 2% Condns DB=>MCWB, !- Name + 4, !- Month + 21, !- Day of Month + SummerDesignDay,!- Day Type + 22.1, !- Maximum Dry-Bulb Temperature {C} + 8.1, !- Daily Dry-Bulb Temperature Range {C} + DefaultMultipliers, !- Dry-Bulb Temperature Range Modifier Type + , !- Dry-Bulb Temperature Range Modifier Day Schedule Name + Wetbulb, !- Humidity Condition Type + 14.1, !- Wetbulb at Maximum Dry-Bulb {C} + , !- Humidity Indicating Day Schedule Name + , !- Humidity Ratio at Maximum Dry-Bulb {kgWater/kgDryAir} + , !- Enthalpy at Maximum Dry-Bulb {J/kg} + , !- Daily Wet-Bulb Temperature Range {deltaC} + 101253., !- Barometric Pressure {Pa} + 5.4, !- Wind Speed {m/s} design conditions vs. traditional 3.35 m/s (7mph) + 240, !- Wind Direction {Degrees; N=0, S=180} + No, !- Rain {Yes/No} + No, !- Snow on ground {Yes/No} + No, !- Daylight Savings Time Indicator + ASHRAETau, !- Solar Model Indicator + , !- Beam Solar Day Schedule Name + , !- Diffuse Solar Day Schedule Name + 0.370, !- ASHRAE Clear Sky Optical Depth for Beam Irradiance (taub) + 2.392; !- ASHRAE Clear Sky Optical Depth for Diffuse Irradiance (taud) + + ! Boston-Logan Intl AP_MA_USA May (DB=>MCWB) 2%, MaxDB=27.6C MWB=18.2C taub=0.406 taud=2.329 + SizingPeriod:DesignDay, + Boston-Logan Intl AP May 2% Condns DB=>MCWB, !- Name + 5, !- Month + 21, !- Day of Month + SummerDesignDay,!- Day Type + 27.6, !- Maximum Dry-Bulb Temperature {C} + 8.2, !- Daily Dry-Bulb Temperature Range {C} + DefaultMultipliers, !- Dry-Bulb Temperature Range Modifier Type + , !- Dry-Bulb Temperature Range Modifier Day Schedule Name + Wetbulb, !- Humidity Condition Type + 18.2, !- Wetbulb at Maximum Dry-Bulb {C} + , !- Humidity Indicating Day Schedule Name + , !- Humidity Ratio at Maximum Dry-Bulb {kgWater/kgDryAir} + , !- Enthalpy at Maximum Dry-Bulb {J/kg} + , !- Daily Wet-Bulb Temperature Range {deltaC} + 101253., !- Barometric Pressure {Pa} + 4.8, !- Wind Speed {m/s} design conditions vs. traditional 3.35 m/s (7mph) + 240, !- Wind Direction {Degrees; N=0, S=180} + No, !- Rain {Yes/No} + No, !- Snow on ground {Yes/No} + No, !- Daylight Savings Time Indicator + ASHRAETau, !- Solar Model Indicator + , !- Beam Solar Day Schedule Name + , !- Diffuse Solar Day Schedule Name + 0.406, !- ASHRAE Clear Sky Optical Depth for Beam Irradiance (taub) + 2.329; !- ASHRAE Clear Sky Optical Depth for Diffuse Irradiance (taud) + + ! Boston-Logan Intl AP_MA_USA June (DB=>MCWB) 2%, MaxDB=31.1C MWB=21.8C taub=0.452 taud=2.234 + SizingPeriod:DesignDay, + Boston-Logan Intl AP June 2% Condns DB=>MCWB, !- Name + 6, !- Month + 21, !- Day of Month + SummerDesignDay,!- Day Type + 31.1, !- Maximum Dry-Bulb Temperature {C} + 8.2, !- Daily Dry-Bulb Temperature Range {C} + DefaultMultipliers, !- Dry-Bulb Temperature Range Modifier Type + , !- Dry-Bulb Temperature Range Modifier Day Schedule Name + Wetbulb, !- Humidity Condition Type + 21.8, !- Wetbulb at Maximum Dry-Bulb {C} + , !- Humidity Indicating Day Schedule Name + , !- Humidity Ratio at Maximum Dry-Bulb {kgWater/kgDryAir} + , !- Enthalpy at Maximum Dry-Bulb {J/kg} + , !- Daily Wet-Bulb Temperature Range {deltaC} + 101253., !- Barometric Pressure {Pa} + 4.5, !- Wind Speed {m/s} design conditions vs. traditional 3.35 m/s (7mph) + 240, !- Wind Direction {Degrees; N=0, S=180} + No, !- Rain {Yes/No} + No, !- Snow on ground {Yes/No} + No, !- Daylight Savings Time Indicator + ASHRAETau, !- Solar Model Indicator + , !- Beam Solar Day Schedule Name + , !- Diffuse Solar Day Schedule Name + 0.452, !- ASHRAE Clear Sky Optical Depth for Beam Irradiance (taub) + 2.234; !- ASHRAE Clear Sky Optical Depth for Diffuse Irradiance (taud) + + ! Boston-Logan Intl AP_MA_USA July (DB=>MCWB) 2%, MaxDB=32.8C MWB=23.0C taub=0.472 taud=2.185 + SizingPeriod:DesignDay, + Boston-Logan Intl AP July 2% Condns DB=>MCWB, !- Name + 7, !- Month + 21, !- Day of Month + SummerDesignDay,!- Day Type + 32.8, !- Maximum Dry-Bulb Temperature {C} + 8.1, !- Daily Dry-Bulb Temperature Range {C} + DefaultMultipliers, !- Dry-Bulb Temperature Range Modifier Type + , !- Dry-Bulb Temperature Range Modifier Day Schedule Name + Wetbulb, !- Humidity Condition Type + 23.0, !- Wetbulb at Maximum Dry-Bulb {C} + , !- Humidity Indicating Day Schedule Name + , !- Humidity Ratio at Maximum Dry-Bulb {kgWater/kgDryAir} + , !- Enthalpy at Maximum Dry-Bulb {J/kg} + , !- Daily Wet-Bulb Temperature Range {deltaC} + 101253., !- Barometric Pressure {Pa} + 4.4, !- Wind Speed {m/s} design conditions vs. traditional 3.35 m/s (7mph) + 240, !- Wind Direction {Degrees; N=0, S=180} + No, !- Rain {Yes/No} + No, !- Snow on ground {Yes/No} + No, !- Daylight Savings Time Indicator + ASHRAETau, !- Solar Model Indicator + , !- Beam Solar Day Schedule Name + , !- Diffuse Solar Day Schedule Name + 0.472, !- ASHRAE Clear Sky Optical Depth for Beam Irradiance (taub) + 2.185; !- ASHRAE Clear Sky Optical Depth for Diffuse Irradiance (taud) + + ! Boston-Logan Intl AP_MA_USA August (DB=>MCWB) 2%, MaxDB=31.7C MWB=22.8C taub=0.434 taud=2.278 + SizingPeriod:DesignDay, + Boston-Logan Intl AP August 2% Condns DB=>MCWB, !- Name + 8, !- Month + 21, !- Day of Month + SummerDesignDay,!- Day Type + 31.7, !- Maximum Dry-Bulb Temperature {C} + 7.8, !- Daily Dry-Bulb Temperature Range {C} + DefaultMultipliers, !- Dry-Bulb Temperature Range Modifier Type + , !- Dry-Bulb Temperature Range Modifier Day Schedule Name + Wetbulb, !- Humidity Condition Type + 22.8, !- Wetbulb at Maximum Dry-Bulb {C} + , !- Humidity Indicating Day Schedule Name + , !- Humidity Ratio at Maximum Dry-Bulb {kgWater/kgDryAir} + , !- Enthalpy at Maximum Dry-Bulb {J/kg} + , !- Daily Wet-Bulb Temperature Range {deltaC} + 101253., !- Barometric Pressure {Pa} + 4.3, !- Wind Speed {m/s} design conditions vs. traditional 3.35 m/s (7mph) + 240, !- Wind Direction {Degrees; N=0, S=180} + No, !- Rain {Yes/No} + No, !- Snow on ground {Yes/No} + No, !- Daylight Savings Time Indicator + ASHRAETau, !- Solar Model Indicator + , !- Beam Solar Day Schedule Name + , !- Diffuse Solar Day Schedule Name + 0.434, !- ASHRAE Clear Sky Optical Depth for Beam Irradiance (taub) + 2.278; !- ASHRAE Clear Sky Optical Depth for Diffuse Irradiance (taud) + + ! Boston-Logan Intl AP_MA_USA September (DB=>MCWB) 2%, MaxDB=28.6C MWB=21.1C taub=0.376 taud=2.423 + SizingPeriod:DesignDay, + Boston-Logan Intl AP September 2% Condns DB=>MCWB, !- Name + 9, !- Month + 21, !- Day of Month + SummerDesignDay,!- Day Type + 28.6, !- Maximum Dry-Bulb Temperature {C} + 7.6, !- Daily Dry-Bulb Temperature Range {C} + DefaultMultipliers, !- Dry-Bulb Temperature Range Modifier Type + , !- Dry-Bulb Temperature Range Modifier Day Schedule Name + Wetbulb, !- Humidity Condition Type + 21.1, !- Wetbulb at Maximum Dry-Bulb {C} + , !- Humidity Indicating Day Schedule Name + , !- Humidity Ratio at Maximum Dry-Bulb {kgWater/kgDryAir} + , !- Enthalpy at Maximum Dry-Bulb {J/kg} + , !- Daily Wet-Bulb Temperature Range {deltaC} + 101253., !- Barometric Pressure {Pa} + 4.5, !- Wind Speed {m/s} design conditions vs. traditional 3.35 m/s (7mph) + 240, !- Wind Direction {Degrees; N=0, S=180} + No, !- Rain {Yes/No} + No, !- Snow on ground {Yes/No} + No, !- Daylight Savings Time Indicator + ASHRAETau, !- Solar Model Indicator + , !- Beam Solar Day Schedule Name + , !- Diffuse Solar Day Schedule Name + 0.376, !- ASHRAE Clear Sky Optical Depth for Beam Irradiance (taub) + 2.423; !- ASHRAE Clear Sky Optical Depth for Diffuse Irradiance (taud) + + ! Boston-Logan Intl AP_MA_USA October (DB=>MCWB) 2%, MaxDB=23.3C MWB=18.0C taub=0.335 taud=2.543 + SizingPeriod:DesignDay, + Boston-Logan Intl AP October 2% Condns DB=>MCWB, !- Name + 10, !- Month + 21, !- Day of Month + SummerDesignDay,!- Day Type + 23.3, !- Maximum Dry-Bulb Temperature {C} + 7.5, !- Daily Dry-Bulb Temperature Range {C} + DefaultMultipliers, !- Dry-Bulb Temperature Range Modifier Type + , !- Dry-Bulb Temperature Range Modifier Day Schedule Name + Wetbulb, !- Humidity Condition Type + 18.0, !- Wetbulb at Maximum Dry-Bulb {C} + , !- Humidity Indicating Day Schedule Name + , !- Humidity Ratio at Maximum Dry-Bulb {kgWater/kgDryAir} + , !- Enthalpy at Maximum Dry-Bulb {J/kg} + , !- Daily Wet-Bulb Temperature Range {deltaC} + 101253., !- Barometric Pressure {Pa} + 4.9, !- Wind Speed {m/s} design conditions vs. traditional 3.35 m/s (7mph) + 240, !- Wind Direction {Degrees; N=0, S=180} + No, !- Rain {Yes/No} + No, !- Snow on ground {Yes/No} + No, !- Daylight Savings Time Indicator + ASHRAETau, !- Solar Model Indicator + , !- Beam Solar Day Schedule Name + , !- Diffuse Solar Day Schedule Name + 0.335, !- ASHRAE Clear Sky Optical Depth for Beam Irradiance (taub) + 2.543; !- ASHRAE Clear Sky Optical Depth for Diffuse Irradiance (taud) + + ! Boston-Logan Intl AP_MA_USA November (DB=>MCWB) 2%, MaxDB=18.0C MWB=14.5C taub=0.311 taud=2.571 + SizingPeriod:DesignDay, + Boston-Logan Intl AP November 2% Condns DB=>MCWB, !- Name + 11, !- Month + 21, !- Day of Month + SummerDesignDay,!- Day Type + 18.0, !- Maximum Dry-Bulb Temperature {C} + 7.0, !- Daily Dry-Bulb Temperature Range {C} + DefaultMultipliers, !- Dry-Bulb Temperature Range Modifier Type + , !- Dry-Bulb Temperature Range Modifier Day Schedule Name + Wetbulb, !- Humidity Condition Type + 14.5, !- Wetbulb at Maximum Dry-Bulb {C} + , !- Humidity Indicating Day Schedule Name + , !- Humidity Ratio at Maximum Dry-Bulb {kgWater/kgDryAir} + , !- Enthalpy at Maximum Dry-Bulb {J/kg} + , !- Daily Wet-Bulb Temperature Range {deltaC} + 101253., !- Barometric Pressure {Pa} + 5.0, !- Wind Speed {m/s} design conditions vs. traditional 3.35 m/s (7mph) + 240, !- Wind Direction {Degrees; N=0, S=180} + No, !- Rain {Yes/No} + No, !- Snow on ground {Yes/No} + No, !- Daylight Savings Time Indicator + ASHRAETau, !- Solar Model Indicator + , !- Beam Solar Day Schedule Name + , !- Diffuse Solar Day Schedule Name + 0.311, !- ASHRAE Clear Sky Optical Depth for Beam Irradiance (taub) + 2.571; !- ASHRAE Clear Sky Optical Depth for Diffuse Irradiance (taud) + + ! Boston-Logan Intl AP_MA_USA December (DB=>MCWB) 2%, MaxDB=13.8C MWB=11.2C taub=0.295 taud=2.568 + SizingPeriod:DesignDay, + Boston-Logan Intl AP December 2% Condns DB=>MCWB, !- Name + 12, !- Month + 21, !- Day of Month + SummerDesignDay,!- Day Type + 13.8, !- Maximum Dry-Bulb Temperature {C} + 6.7, !- Daily Dry-Bulb Temperature Range {C} + DefaultMultipliers, !- Dry-Bulb Temperature Range Modifier Type + , !- Dry-Bulb Temperature Range Modifier Day Schedule Name + Wetbulb, !- Humidity Condition Type + 11.2, !- Wetbulb at Maximum Dry-Bulb {C} + , !- Humidity Indicating Day Schedule Name + , !- Humidity Ratio at Maximum Dry-Bulb {kgWater/kgDryAir} + , !- Enthalpy at Maximum Dry-Bulb {J/kg} + , !- Daily Wet-Bulb Temperature Range {deltaC} + 101253., !- Barometric Pressure {Pa} + 5.3, !- Wind Speed {m/s} design conditions vs. traditional 3.35 m/s (7mph) + 240, !- Wind Direction {Degrees; N=0, S=180} + No, !- Rain {Yes/No} + No, !- Snow on ground {Yes/No} + No, !- Daylight Savings Time Indicator + ASHRAETau, !- Solar Model Indicator + , !- Beam Solar Day Schedule Name + , !- Diffuse Solar Day Schedule Name + 0.295, !- ASHRAE Clear Sky Optical Depth for Beam Irradiance (taub) + 2.568; !- ASHRAE Clear Sky Optical Depth for Diffuse Irradiance (taud) + + ! Boston-Logan Intl AP_MA_USA January (WB=>MCDB) .4%, DB=15.0C WB=14.0C taub=0.293 taud=2.505 + SizingPeriod:DesignDay, + Boston-Logan Intl AP January .4% Condns WB=>MCDB, !- Name + 1, !- Month + 21, !- Day of Month + SummerDesignDay,!- Day Type + 15.0, !- Maximum Dry-Bulb Temperature {C} + 7.2, !- Daily Dry-Bulb Temperature Range {C} + DefaultMultipliers, !- Dry-Bulb Temperature Range Modifier Type + , !- Dry-Bulb Temperature Range Modifier Day Schedule Name + Wetbulb, !- Humidity Condition Type + 14.0, !- Wetbulb at Maximum Dry-Bulb {C} + , !- Humidity Indicating Day Schedule Name + , !- Humidity Ratio at Maximum Dry-Bulb {kgWater/kgDryAir} + , !- Enthalpy at Maximum Dry-Bulb {J/kg} + , !- Daily Wet-Bulb Temperature Range {deltaC} + 101253., !- Barometric Pressure {Pa} + 5.6, !- Wind Speed {m/s} design conditions vs. traditional 3.35 m/s (7mph) + 240, !- Wind Direction {Degrees; N=0, S=180} + No, !- Rain {Yes/No} + No, !- Snow on ground {Yes/No} + No, !- Daylight Savings Time Indicator + ASHRAETau, !- Solar Model Indicator + , !- Beam Solar Day Schedule Name + , !- Diffuse Solar Day Schedule Name + 0.293, !- ASHRAE Clear Sky Optical Depth for Beam Irradiance (taub) + 2.505; !- ASHRAE Clear Sky Optical Depth for Diffuse Irradiance (taud) + + ! Boston-Logan Intl AP_MA_USA February (WB=>MCDB) .4%, DB=15.2C WB=13.3C taub=0.302 taud=2.493 + SizingPeriod:DesignDay, + Boston-Logan Intl AP February .4% Condns WB=>MCDB, !- Name + 2, !- Month + 21, !- Day of Month + SummerDesignDay,!- Day Type + 15.2, !- Maximum Dry-Bulb Temperature {C} + 7.4, !- Daily Dry-Bulb Temperature Range {C} + DefaultMultipliers, !- Dry-Bulb Temperature Range Modifier Type + , !- Dry-Bulb Temperature Range Modifier Day Schedule Name + Wetbulb, !- Humidity Condition Type + 13.3, !- Wetbulb at Maximum Dry-Bulb {C} + , !- Humidity Indicating Day Schedule Name + , !- Humidity Ratio at Maximum Dry-Bulb {kgWater/kgDryAir} + , !- Enthalpy at Maximum Dry-Bulb {J/kg} + , !- Daily Wet-Bulb Temperature Range {deltaC} + 101253., !- Barometric Pressure {Pa} + 5.5, !- Wind Speed {m/s} design conditions vs. traditional 3.35 m/s (7mph) + 240, !- Wind Direction {Degrees; N=0, S=180} + No, !- Rain {Yes/No} + No, !- Snow on ground {Yes/No} + No, !- Daylight Savings Time Indicator + ASHRAETau, !- Solar Model Indicator + , !- Beam Solar Day Schedule Name + , !- Diffuse Solar Day Schedule Name + 0.302, !- ASHRAE Clear Sky Optical Depth for Beam Irradiance (taub) + 2.493; !- ASHRAE Clear Sky Optical Depth for Diffuse Irradiance (taud) + + ! Boston-Logan Intl AP_MA_USA March (WB=>MCDB) .4%, DB=19.8C WB=15.2C taub=0.325 taud=2.487 + SizingPeriod:DesignDay, + Boston-Logan Intl AP March .4% Condns WB=>MCDB, !- Name + 3, !- Month + 21, !- Day of Month + SummerDesignDay,!- Day Type + 19.8, !- Maximum Dry-Bulb Temperature {C} + 7.4, !- Daily Dry-Bulb Temperature Range {C} + DefaultMultipliers, !- Dry-Bulb Temperature Range Modifier Type + , !- Dry-Bulb Temperature Range Modifier Day Schedule Name + Wetbulb, !- Humidity Condition Type + 15.2, !- Wetbulb at Maximum Dry-Bulb {C} + , !- Humidity Indicating Day Schedule Name + , !- Humidity Ratio at Maximum Dry-Bulb {kgWater/kgDryAir} + , !- Enthalpy at Maximum Dry-Bulb {J/kg} + , !- Daily Wet-Bulb Temperature Range {deltaC} + 101253., !- Barometric Pressure {Pa} + 5.6, !- Wind Speed {m/s} design conditions vs. traditional 3.35 m/s (7mph) + 240, !- Wind Direction {Degrees; N=0, S=180} + No, !- Rain {Yes/No} + No, !- Snow on ground {Yes/No} + No, !- Daylight Savings Time Indicator + ASHRAETau, !- Solar Model Indicator + , !- Beam Solar Day Schedule Name + , !- Diffuse Solar Day Schedule Name + 0.325, !- ASHRAE Clear Sky Optical Depth for Beam Irradiance (taub) + 2.487; !- ASHRAE Clear Sky Optical Depth for Diffuse Irradiance (taud) + + ! Boston-Logan Intl AP_MA_USA April (WB=>MCDB) .4%, DB=24.5C WB=18.1C taub=0.370 taud=2.392 + SizingPeriod:DesignDay, + Boston-Logan Intl AP April .4% Condns WB=>MCDB, !- Name + 4, !- Month + 21, !- Day of Month + SummerDesignDay,!- Day Type + 24.5, !- Maximum Dry-Bulb Temperature {C} + 8.1, !- Daily Dry-Bulb Temperature Range {C} + DefaultMultipliers, !- Dry-Bulb Temperature Range Modifier Type + , !- Dry-Bulb Temperature Range Modifier Day Schedule Name + Wetbulb, !- Humidity Condition Type + 18.1, !- Wetbulb at Maximum Dry-Bulb {C} + , !- Humidity Indicating Day Schedule Name + , !- Humidity Ratio at Maximum Dry-Bulb {kgWater/kgDryAir} + , !- Enthalpy at Maximum Dry-Bulb {J/kg} + , !- Daily Wet-Bulb Temperature Range {deltaC} + 101253., !- Barometric Pressure {Pa} + 5.4, !- Wind Speed {m/s} design conditions vs. traditional 3.35 m/s (7mph) + 240, !- Wind Direction {Degrees; N=0, S=180} + No, !- Rain {Yes/No} + No, !- Snow on ground {Yes/No} + No, !- Daylight Savings Time Indicator + ASHRAETau, !- Solar Model Indicator + , !- Beam Solar Day Schedule Name + , !- Diffuse Solar Day Schedule Name + 0.370, !- ASHRAE Clear Sky Optical Depth for Beam Irradiance (taub) + 2.392; !- ASHRAE Clear Sky Optical Depth for Diffuse Irradiance (taud) + + ! Boston-Logan Intl AP_MA_USA May (WB=>MCDB) .4%, DB=28.9C WB=21.5C taub=0.406 taud=2.329 + SizingPeriod:DesignDay, + Boston-Logan Intl AP May .4% Condns WB=>MCDB, !- Name + 5, !- Month + 21, !- Day of Month + SummerDesignDay,!- Day Type + 28.9, !- Maximum Dry-Bulb Temperature {C} + 8.2, !- Daily Dry-Bulb Temperature Range {C} + DefaultMultipliers, !- Dry-Bulb Temperature Range Modifier Type + , !- Dry-Bulb Temperature Range Modifier Day Schedule Name + Wetbulb, !- Humidity Condition Type + 21.5, !- Wetbulb at Maximum Dry-Bulb {C} + , !- Humidity Indicating Day Schedule Name + , !- Humidity Ratio at Maximum Dry-Bulb {kgWater/kgDryAir} + , !- Enthalpy at Maximum Dry-Bulb {J/kg} + , !- Daily Wet-Bulb Temperature Range {deltaC} + 101253., !- Barometric Pressure {Pa} + 4.8, !- Wind Speed {m/s} design conditions vs. traditional 3.35 m/s (7mph) + 240, !- Wind Direction {Degrees; N=0, S=180} + No, !- Rain {Yes/No} + No, !- Snow on ground {Yes/No} + No, !- Daylight Savings Time Indicator + ASHRAETau, !- Solar Model Indicator + , !- Beam Solar Day Schedule Name + , !- Diffuse Solar Day Schedule Name + 0.406, !- ASHRAE Clear Sky Optical Depth for Beam Irradiance (taub) + 2.329; !- ASHRAE Clear Sky Optical Depth for Diffuse Irradiance (taud) + + ! Boston-Logan Intl AP_MA_USA June (WB=>MCDB) .4%, DB=31.1C WB=24.6C taub=0.452 taud=2.234 + SizingPeriod:DesignDay, + Boston-Logan Intl AP June .4% Condns WB=>MCDB, !- Name + 6, !- Month + 21, !- Day of Month + SummerDesignDay,!- Day Type + 31.1, !- Maximum Dry-Bulb Temperature {C} + 8.2, !- Daily Dry-Bulb Temperature Range {C} + DefaultMultipliers, !- Dry-Bulb Temperature Range Modifier Type + , !- Dry-Bulb Temperature Range Modifier Day Schedule Name + Wetbulb, !- Humidity Condition Type + 24.6, !- Wetbulb at Maximum Dry-Bulb {C} + , !- Humidity Indicating Day Schedule Name + , !- Humidity Ratio at Maximum Dry-Bulb {kgWater/kgDryAir} + , !- Enthalpy at Maximum Dry-Bulb {J/kg} + , !- Daily Wet-Bulb Temperature Range {deltaC} + 101253., !- Barometric Pressure {Pa} + 4.5, !- Wind Speed {m/s} design conditions vs. traditional 3.35 m/s (7mph) + 240, !- Wind Direction {Degrees; N=0, S=180} + No, !- Rain {Yes/No} + No, !- Snow on ground {Yes/No} + No, !- Daylight Savings Time Indicator + ASHRAETau, !- Solar Model Indicator + , !- Beam Solar Day Schedule Name + , !- Diffuse Solar Day Schedule Name + 0.452, !- ASHRAE Clear Sky Optical Depth for Beam Irradiance (taub) + 2.234; !- ASHRAE Clear Sky Optical Depth for Diffuse Irradiance (taud) + + ! Boston-Logan Intl AP_MA_USA July (WB=>MCDB) .4%, DB=32.4C WB=25.7C taub=0.472 taud=2.185 + SizingPeriod:DesignDay, + Boston-Logan Intl AP July .4% Condns WB=>MCDB, !- Name + 7, !- Month + 21, !- Day of Month + SummerDesignDay,!- Day Type + 32.4, !- Maximum Dry-Bulb Temperature {C} + 8.1, !- Daily Dry-Bulb Temperature Range {C} + DefaultMultipliers, !- Dry-Bulb Temperature Range Modifier Type + , !- Dry-Bulb Temperature Range Modifier Day Schedule Name + Wetbulb, !- Humidity Condition Type + 25.7, !- Wetbulb at Maximum Dry-Bulb {C} + , !- Humidity Indicating Day Schedule Name + , !- Humidity Ratio at Maximum Dry-Bulb {kgWater/kgDryAir} + , !- Enthalpy at Maximum Dry-Bulb {J/kg} + , !- Daily Wet-Bulb Temperature Range {deltaC} + 101253., !- Barometric Pressure {Pa} + 4.4, !- Wind Speed {m/s} design conditions vs. traditional 3.35 m/s (7mph) + 240, !- Wind Direction {Degrees; N=0, S=180} + No, !- Rain {Yes/No} + No, !- Snow on ground {Yes/No} + No, !- Daylight Savings Time Indicator + ASHRAETau, !- Solar Model Indicator + , !- Beam Solar Day Schedule Name + , !- Diffuse Solar Day Schedule Name + 0.472, !- ASHRAE Clear Sky Optical Depth for Beam Irradiance (taub) + 2.185; !- ASHRAE Clear Sky Optical Depth for Diffuse Irradiance (taud) + + ! Boston-Logan Intl AP_MA_USA August (WB=>MCDB) .4%, DB=32.0C WB=25.4C taub=0.434 taud=2.278 + SizingPeriod:DesignDay, + Boston-Logan Intl AP August .4% Condns WB=>MCDB, !- Name + 8, !- Month + 21, !- Day of Month + SummerDesignDay,!- Day Type + 32.0, !- Maximum Dry-Bulb Temperature {C} + 7.8, !- Daily Dry-Bulb Temperature Range {C} + DefaultMultipliers, !- Dry-Bulb Temperature Range Modifier Type + , !- Dry-Bulb Temperature Range Modifier Day Schedule Name + Wetbulb, !- Humidity Condition Type + 25.4, !- Wetbulb at Maximum Dry-Bulb {C} + , !- Humidity Indicating Day Schedule Name + , !- Humidity Ratio at Maximum Dry-Bulb {kgWater/kgDryAir} + , !- Enthalpy at Maximum Dry-Bulb {J/kg} + , !- Daily Wet-Bulb Temperature Range {deltaC} + 101253., !- Barometric Pressure {Pa} + 4.3, !- Wind Speed {m/s} design conditions vs. traditional 3.35 m/s (7mph) + 240, !- Wind Direction {Degrees; N=0, S=180} + No, !- Rain {Yes/No} + No, !- Snow on ground {Yes/No} + No, !- Daylight Savings Time Indicator + ASHRAETau, !- Solar Model Indicator + , !- Beam Solar Day Schedule Name + , !- Diffuse Solar Day Schedule Name + 0.434, !- ASHRAE Clear Sky Optical Depth for Beam Irradiance (taub) + 2.278; !- ASHRAE Clear Sky Optical Depth for Diffuse Irradiance (taud) + + ! Boston-Logan Intl AP_MA_USA September (WB=>MCDB) .4%, DB=29.0C WB=23.9C taub=0.376 taud=2.423 + SizingPeriod:DesignDay, + Boston-Logan Intl AP September .4% Condns WB=>MCDB, !- Name + 9, !- Month + 21, !- Day of Month + SummerDesignDay,!- Day Type + 29.0, !- Maximum Dry-Bulb Temperature {C} + 7.6, !- Daily Dry-Bulb Temperature Range {C} + DefaultMultipliers, !- Dry-Bulb Temperature Range Modifier Type + , !- Dry-Bulb Temperature Range Modifier Day Schedule Name + Wetbulb, !- Humidity Condition Type + 23.9, !- Wetbulb at Maximum Dry-Bulb {C} + , !- Humidity Indicating Day Schedule Name + , !- Humidity Ratio at Maximum Dry-Bulb {kgWater/kgDryAir} + , !- Enthalpy at Maximum Dry-Bulb {J/kg} + , !- Daily Wet-Bulb Temperature Range {deltaC} + 101253., !- Barometric Pressure {Pa} + 4.5, !- Wind Speed {m/s} design conditions vs. traditional 3.35 m/s (7mph) + 240, !- Wind Direction {Degrees; N=0, S=180} + No, !- Rain {Yes/No} + No, !- Snow on ground {Yes/No} + No, !- Daylight Savings Time Indicator + ASHRAETau, !- Solar Model Indicator + , !- Beam Solar Day Schedule Name + , !- Diffuse Solar Day Schedule Name + 0.376, !- ASHRAE Clear Sky Optical Depth for Beam Irradiance (taub) + 2.423; !- ASHRAE Clear Sky Optical Depth for Diffuse Irradiance (taud) + + ! Boston-Logan Intl AP_MA_USA October (WB=>MCDB) .4%, DB=23.9C WB=21.2C taub=0.335 taud=2.543 + SizingPeriod:DesignDay, + Boston-Logan Intl AP October .4% Condns WB=>MCDB, !- Name + 10, !- Month + 21, !- Day of Month + SummerDesignDay,!- Day Type + 23.9, !- Maximum Dry-Bulb Temperature {C} + 7.5, !- Daily Dry-Bulb Temperature Range {C} + DefaultMultipliers, !- Dry-Bulb Temperature Range Modifier Type + , !- Dry-Bulb Temperature Range Modifier Day Schedule Name + Wetbulb, !- Humidity Condition Type + 21.2, !- Wetbulb at Maximum Dry-Bulb {C} + , !- Humidity Indicating Day Schedule Name + , !- Humidity Ratio at Maximum Dry-Bulb {kgWater/kgDryAir} + , !- Enthalpy at Maximum Dry-Bulb {J/kg} + , !- Daily Wet-Bulb Temperature Range {deltaC} + 101253., !- Barometric Pressure {Pa} + 4.9, !- Wind Speed {m/s} design conditions vs. traditional 3.35 m/s (7mph) + 240, !- Wind Direction {Degrees; N=0, S=180} + No, !- Rain {Yes/No} + No, !- Snow on ground {Yes/No} + No, !- Daylight Savings Time Indicator + ASHRAETau, !- Solar Model Indicator + , !- Beam Solar Day Schedule Name + , !- Diffuse Solar Day Schedule Name + 0.335, !- ASHRAE Clear Sky Optical Depth for Beam Irradiance (taub) + 2.543; !- ASHRAE Clear Sky Optical Depth for Diffuse Irradiance (taud) + + ! Boston-Logan Intl AP_MA_USA November (WB=>MCDB) .4%, DB=20.0C WB=17.7C taub=0.311 taud=2.571 + SizingPeriod:DesignDay, + Boston-Logan Intl AP November .4% Condns WB=>MCDB, !- Name + 11, !- Month + 21, !- Day of Month + SummerDesignDay,!- Day Type + 20.0, !- Maximum Dry-Bulb Temperature {C} + 7.0, !- Daily Dry-Bulb Temperature Range {C} + DefaultMultipliers, !- Dry-Bulb Temperature Range Modifier Type + , !- Dry-Bulb Temperature Range Modifier Day Schedule Name + Wetbulb, !- Humidity Condition Type + 17.7, !- Wetbulb at Maximum Dry-Bulb {C} + , !- Humidity Indicating Day Schedule Name + , !- Humidity Ratio at Maximum Dry-Bulb {kgWater/kgDryAir} + , !- Enthalpy at Maximum Dry-Bulb {J/kg} + , !- Daily Wet-Bulb Temperature Range {deltaC} + 101253., !- Barometric Pressure {Pa} + 5.0, !- Wind Speed {m/s} design conditions vs. traditional 3.35 m/s (7mph) + 240, !- Wind Direction {Degrees; N=0, S=180} + No, !- Rain {Yes/No} + No, !- Snow on ground {Yes/No} + No, !- Daylight Savings Time Indicator + ASHRAETau, !- Solar Model Indicator + , !- Beam Solar Day Schedule Name + , !- Diffuse Solar Day Schedule Name + 0.311, !- ASHRAE Clear Sky Optical Depth for Beam Irradiance (taub) + 2.571; !- ASHRAE Clear Sky Optical Depth for Diffuse Irradiance (taud) + + ! Boston-Logan Intl AP_MA_USA December (WB=>MCDB) .4%, DB=16.4C WB=14.8C taub=0.295 taud=2.568 + SizingPeriod:DesignDay, + Boston-Logan Intl AP December .4% Condns WB=>MCDB, !- Name + 12, !- Month + 21, !- Day of Month + SummerDesignDay,!- Day Type + 16.4, !- Maximum Dry-Bulb Temperature {C} + 6.7, !- Daily Dry-Bulb Temperature Range {C} + DefaultMultipliers, !- Dry-Bulb Temperature Range Modifier Type + , !- Dry-Bulb Temperature Range Modifier Day Schedule Name + Wetbulb, !- Humidity Condition Type + 14.8, !- Wetbulb at Maximum Dry-Bulb {C} + , !- Humidity Indicating Day Schedule Name + , !- Humidity Ratio at Maximum Dry-Bulb {kgWater/kgDryAir} + , !- Enthalpy at Maximum Dry-Bulb {J/kg} + , !- Daily Wet-Bulb Temperature Range {deltaC} + 101253., !- Barometric Pressure {Pa} + 5.3, !- Wind Speed {m/s} design conditions vs. traditional 3.35 m/s (7mph) + 240, !- Wind Direction {Degrees; N=0, S=180} + No, !- Rain {Yes/No} + No, !- Snow on ground {Yes/No} + No, !- Daylight Savings Time Indicator + ASHRAETau, !- Solar Model Indicator + , !- Beam Solar Day Schedule Name + , !- Diffuse Solar Day Schedule Name + 0.295, !- ASHRAE Clear Sky Optical Depth for Beam Irradiance (taub) + 2.568; !- ASHRAE Clear Sky Optical Depth for Diffuse Irradiance (taud) + + ! Boston-Logan Intl AP_MA_USA January (WB=>MCDB) 2%, MaxDB=11.6C MWB=10.4C taub=0.293 taud=2.505 + SizingPeriod:DesignDay, + Boston-Logan Intl AP January 2% Condns WB=>MCDB, !- Name + 1, !- Month + 21, !- Day of Month + SummerDesignDay,!- Day Type + 11.6, !- Maximum Dry-Bulb Temperature {C} + 7.2, !- Daily Dry-Bulb Temperature Range {C} + DefaultMultipliers, !- Dry-Bulb Temperature Range Modifier Type + , !- Dry-Bulb Temperature Range Modifier Day Schedule Name + Wetbulb, !- Humidity Condition Type + 10.4, !- Wetbulb at Maximum Dry-Bulb {C} + , !- Humidity Indicating Day Schedule Name + , !- Humidity Ratio at Maximum Dry-Bulb {kgWater/kgDryAir} + , !- Enthalpy at Maximum Dry-Bulb {J/kg} + , !- Daily Wet-Bulb Temperature Range {deltaC} + 101253., !- Barometric Pressure {Pa} + 5.6, !- Wind Speed {m/s} design conditions vs. traditional 3.35 m/s (7mph) + 240, !- Wind Direction {Degrees; N=0, S=180} + No, !- Rain {Yes/No} + No, !- Snow on ground {Yes/No} + No, !- Daylight Savings Time Indicator + ASHRAETau, !- Solar Model Indicator + , !- Beam Solar Day Schedule Name + , !- Diffuse Solar Day Schedule Name + 0.293, !- ASHRAE Clear Sky Optical Depth for Beam Irradiance (taub) + 2.505; !- ASHRAE Clear Sky Optical Depth for Diffuse Irradiance (taud) + + ! Boston-Logan Intl AP_MA_USA February (WB=>MCDB) 2%, MaxDB=11.3C MWB=9.2C taub=0.302 taud=2.493 + SizingPeriod:DesignDay, + Boston-Logan Intl AP February 2% Condns WB=>MCDB, !- Name + 2, !- Month + 21, !- Day of Month + SummerDesignDay,!- Day Type + 11.3, !- Maximum Dry-Bulb Temperature {C} + 7.4, !- Daily Dry-Bulb Temperature Range {C} + DefaultMultipliers, !- Dry-Bulb Temperature Range Modifier Type + , !- Dry-Bulb Temperature Range Modifier Day Schedule Name + Wetbulb, !- Humidity Condition Type + 9.2, !- Wetbulb at Maximum Dry-Bulb {C} + , !- Humidity Indicating Day Schedule Name + , !- Humidity Ratio at Maximum Dry-Bulb {kgWater/kgDryAir} + , !- Enthalpy at Maximum Dry-Bulb {J/kg} + , !- Daily Wet-Bulb Temperature Range {deltaC} + 101253., !- Barometric Pressure {Pa} + 5.5, !- Wind Speed {m/s} design conditions vs. traditional 3.35 m/s (7mph) + 240, !- Wind Direction {Degrees; N=0, S=180} + No, !- Rain {Yes/No} + No, !- Snow on ground {Yes/No} + No, !- Daylight Savings Time Indicator + ASHRAETau, !- Solar Model Indicator + , !- Beam Solar Day Schedule Name + , !- Diffuse Solar Day Schedule Name + 0.302, !- ASHRAE Clear Sky Optical Depth for Beam Irradiance (taub) + 2.493; !- ASHRAE Clear Sky Optical Depth for Diffuse Irradiance (taud) + + ! Boston-Logan Intl AP_MA_USA March (WB=>MCDB) 2%, MaxDB=15.4C MWB=12.1C taub=0.325 taud=2.487 + SizingPeriod:DesignDay, + Boston-Logan Intl AP March 2% Condns WB=>MCDB, !- Name + 3, !- Month + 21, !- Day of Month + SummerDesignDay,!- Day Type + 15.4, !- Maximum Dry-Bulb Temperature {C} + 7.4, !- Daily Dry-Bulb Temperature Range {C} + DefaultMultipliers, !- Dry-Bulb Temperature Range Modifier Type + , !- Dry-Bulb Temperature Range Modifier Day Schedule Name + Wetbulb, !- Humidity Condition Type + 12.1, !- Wetbulb at Maximum Dry-Bulb {C} + , !- Humidity Indicating Day Schedule Name + , !- Humidity Ratio at Maximum Dry-Bulb {kgWater/kgDryAir} + , !- Enthalpy at Maximum Dry-Bulb {J/kg} + , !- Daily Wet-Bulb Temperature Range {deltaC} + 101253., !- Barometric Pressure {Pa} + 5.6, !- Wind Speed {m/s} design conditions vs. traditional 3.35 m/s (7mph) + 240, !- Wind Direction {Degrees; N=0, S=180} + No, !- Rain {Yes/No} + No, !- Snow on ground {Yes/No} + No, !- Daylight Savings Time Indicator + ASHRAETau, !- Solar Model Indicator + , !- Beam Solar Day Schedule Name + , !- Diffuse Solar Day Schedule Name + 0.325, !- ASHRAE Clear Sky Optical Depth for Beam Irradiance (taub) + 2.487; !- ASHRAE Clear Sky Optical Depth for Diffuse Irradiance (taud) + + ! Boston-Logan Intl AP_MA_USA April (WB=>MCDB) 2%, MaxDB=20.7C MWB=15.7C taub=0.370 taud=2.392 + SizingPeriod:DesignDay, + Boston-Logan Intl AP April 2% Condns WB=>MCDB, !- Name + 4, !- Month + 21, !- Day of Month + SummerDesignDay,!- Day Type + 20.7, !- Maximum Dry-Bulb Temperature {C} + 8.1, !- Daily Dry-Bulb Temperature Range {C} + DefaultMultipliers, !- Dry-Bulb Temperature Range Modifier Type + , !- Dry-Bulb Temperature Range Modifier Day Schedule Name + Wetbulb, !- Humidity Condition Type + 15.7, !- Wetbulb at Maximum Dry-Bulb {C} + , !- Humidity Indicating Day Schedule Name + , !- Humidity Ratio at Maximum Dry-Bulb {kgWater/kgDryAir} + , !- Enthalpy at Maximum Dry-Bulb {J/kg} + , !- Daily Wet-Bulb Temperature Range {deltaC} + 101253., !- Barometric Pressure {Pa} + 5.4, !- Wind Speed {m/s} design conditions vs. traditional 3.35 m/s (7mph) + 240, !- Wind Direction {Degrees; N=0, S=180} + No, !- Rain {Yes/No} + No, !- Snow on ground {Yes/No} + No, !- Daylight Savings Time Indicator + ASHRAETau, !- Solar Model Indicator + , !- Beam Solar Day Schedule Name + , !- Diffuse Solar Day Schedule Name + 0.370, !- ASHRAE Clear Sky Optical Depth for Beam Irradiance (taub) + 2.392; !- ASHRAE Clear Sky Optical Depth for Diffuse Irradiance (taud) + + ! Boston-Logan Intl AP_MA_USA May (WB=>MCDB) 2%, MaxDB=25.5C MWB=19.8C taub=0.406 taud=2.329 + SizingPeriod:DesignDay, + Boston-Logan Intl AP May 2% Condns WB=>MCDB, !- Name + 5, !- Month + 21, !- Day of Month + SummerDesignDay,!- Day Type + 25.5, !- Maximum Dry-Bulb Temperature {C} + 8.2, !- Daily Dry-Bulb Temperature Range {C} + DefaultMultipliers, !- Dry-Bulb Temperature Range Modifier Type + , !- Dry-Bulb Temperature Range Modifier Day Schedule Name + Wetbulb, !- Humidity Condition Type + 19.8, !- Wetbulb at Maximum Dry-Bulb {C} + , !- Humidity Indicating Day Schedule Name + , !- Humidity Ratio at Maximum Dry-Bulb {kgWater/kgDryAir} + , !- Enthalpy at Maximum Dry-Bulb {J/kg} + , !- Daily Wet-Bulb Temperature Range {deltaC} + 101253., !- Barometric Pressure {Pa} + 4.8, !- Wind Speed {m/s} design conditions vs. traditional 3.35 m/s (7mph) + 240, !- Wind Direction {Degrees; N=0, S=180} + No, !- Rain {Yes/No} + No, !- Snow on ground {Yes/No} + No, !- Daylight Savings Time Indicator + ASHRAETau, !- Solar Model Indicator + , !- Beam Solar Day Schedule Name + , !- Diffuse Solar Day Schedule Name + 0.406, !- ASHRAE Clear Sky Optical Depth for Beam Irradiance (taub) + 2.329; !- ASHRAE Clear Sky Optical Depth for Diffuse Irradiance (taud) + + ! Boston-Logan Intl AP_MA_USA June (WB=>MCDB) 2%, MaxDB=29.0C MWB=23.2C taub=0.452 taud=2.234 + SizingPeriod:DesignDay, + Boston-Logan Intl AP June 2% Condns WB=>MCDB, !- Name + 6, !- Month + 21, !- Day of Month + SummerDesignDay,!- Day Type + 29.0, !- Maximum Dry-Bulb Temperature {C} + 8.2, !- Daily Dry-Bulb Temperature Range {C} + DefaultMultipliers, !- Dry-Bulb Temperature Range Modifier Type + , !- Dry-Bulb Temperature Range Modifier Day Schedule Name + Wetbulb, !- Humidity Condition Type + 23.2, !- Wetbulb at Maximum Dry-Bulb {C} + , !- Humidity Indicating Day Schedule Name + , !- Humidity Ratio at Maximum Dry-Bulb {kgWater/kgDryAir} + , !- Enthalpy at Maximum Dry-Bulb {J/kg} + , !- Daily Wet-Bulb Temperature Range {deltaC} + 101253., !- Barometric Pressure {Pa} + 4.5, !- Wind Speed {m/s} design conditions vs. traditional 3.35 m/s (7mph) + 240, !- Wind Direction {Degrees; N=0, S=180} + No, !- Rain {Yes/No} + No, !- Snow on ground {Yes/No} + No, !- Daylight Savings Time Indicator + ASHRAETau, !- Solar Model Indicator + , !- Beam Solar Day Schedule Name + , !- Diffuse Solar Day Schedule Name + 0.452, !- ASHRAE Clear Sky Optical Depth for Beam Irradiance (taub) + 2.234; !- ASHRAE Clear Sky Optical Depth for Diffuse Irradiance (taud) + + ! Boston-Logan Intl AP_MA_USA July (WB=>MCDB) 2%, MaxDB=30.4C MWB=24.6C taub=0.472 taud=2.185 + SizingPeriod:DesignDay, + Boston-Logan Intl AP July 2% Condns WB=>MCDB, !- Name + 7, !- Month + 21, !- Day of Month + SummerDesignDay,!- Day Type + 30.4, !- Maximum Dry-Bulb Temperature {C} + 8.1, !- Daily Dry-Bulb Temperature Range {C} + DefaultMultipliers, !- Dry-Bulb Temperature Range Modifier Type + , !- Dry-Bulb Temperature Range Modifier Day Schedule Name + Wetbulb, !- Humidity Condition Type + 24.6, !- Wetbulb at Maximum Dry-Bulb {C} + , !- Humidity Indicating Day Schedule Name + , !- Humidity Ratio at Maximum Dry-Bulb {kgWater/kgDryAir} + , !- Enthalpy at Maximum Dry-Bulb {J/kg} + , !- Daily Wet-Bulb Temperature Range {deltaC} + 101253., !- Barometric Pressure {Pa} + 4.4, !- Wind Speed {m/s} design conditions vs. traditional 3.35 m/s (7mph) + 240, !- Wind Direction {Degrees; N=0, S=180} + No, !- Rain {Yes/No} + No, !- Snow on ground {Yes/No} + No, !- Daylight Savings Time Indicator + ASHRAETau, !- Solar Model Indicator + , !- Beam Solar Day Schedule Name + , !- Diffuse Solar Day Schedule Name + 0.472, !- ASHRAE Clear Sky Optical Depth for Beam Irradiance (taub) + 2.185; !- ASHRAE Clear Sky Optical Depth for Diffuse Irradiance (taud) + + ! Boston-Logan Intl AP_MA_USA August (WB=>MCDB) 2%, MaxDB=29.2C MWB=24.2C taub=0.434 taud=2.278 + SizingPeriod:DesignDay, + Boston-Logan Intl AP August 2% Condns WB=>MCDB, !- Name + 8, !- Month + 21, !- Day of Month + SummerDesignDay,!- Day Type + 29.2, !- Maximum Dry-Bulb Temperature {C} + 7.8, !- Daily Dry-Bulb Temperature Range {C} + DefaultMultipliers, !- Dry-Bulb Temperature Range Modifier Type + , !- Dry-Bulb Temperature Range Modifier Day Schedule Name + Wetbulb, !- Humidity Condition Type + 24.2, !- Wetbulb at Maximum Dry-Bulb {C} + , !- Humidity Indicating Day Schedule Name + , !- Humidity Ratio at Maximum Dry-Bulb {kgWater/kgDryAir} + , !- Enthalpy at Maximum Dry-Bulb {J/kg} + , !- Daily Wet-Bulb Temperature Range {deltaC} + 101253., !- Barometric Pressure {Pa} + 4.3, !- Wind Speed {m/s} design conditions vs. traditional 3.35 m/s (7mph) + 240, !- Wind Direction {Degrees; N=0, S=180} + No, !- Rain {Yes/No} + No, !- Snow on ground {Yes/No} + No, !- Daylight Savings Time Indicator + ASHRAETau, !- Solar Model Indicator + , !- Beam Solar Day Schedule Name + , !- Diffuse Solar Day Schedule Name + 0.434, !- ASHRAE Clear Sky Optical Depth for Beam Irradiance (taub) + 2.278; !- ASHRAE Clear Sky Optical Depth for Diffuse Irradiance (taud) + + ! Boston-Logan Intl AP_MA_USA September (WB=>MCDB) 2%, MaxDB=26.3C MWB=22.5C taub=0.376 taud=2.423 + SizingPeriod:DesignDay, + Boston-Logan Intl AP September 2% Condns WB=>MCDB, !- Name + 9, !- Month + 21, !- Day of Month + SummerDesignDay,!- Day Type + 26.3, !- Maximum Dry-Bulb Temperature {C} + 7.6, !- Daily Dry-Bulb Temperature Range {C} + DefaultMultipliers, !- Dry-Bulb Temperature Range Modifier Type + , !- Dry-Bulb Temperature Range Modifier Day Schedule Name + Wetbulb, !- Humidity Condition Type + 22.5, !- Wetbulb at Maximum Dry-Bulb {C} + , !- Humidity Indicating Day Schedule Name + , !- Humidity Ratio at Maximum Dry-Bulb {kgWater/kgDryAir} + , !- Enthalpy at Maximum Dry-Bulb {J/kg} + , !- Daily Wet-Bulb Temperature Range {deltaC} + 101253., !- Barometric Pressure {Pa} + 4.5, !- Wind Speed {m/s} design conditions vs. traditional 3.35 m/s (7mph) + 240, !- Wind Direction {Degrees; N=0, S=180} + No, !- Rain {Yes/No} + No, !- Snow on ground {Yes/No} + No, !- Daylight Savings Time Indicator + ASHRAETau, !- Solar Model Indicator + , !- Beam Solar Day Schedule Name + , !- Diffuse Solar Day Schedule Name + 0.376, !- ASHRAE Clear Sky Optical Depth for Beam Irradiance (taub) + 2.423; !- ASHRAE Clear Sky Optical Depth for Diffuse Irradiance (taud) + + ! Boston-Logan Intl AP_MA_USA October (WB=>MCDB) 2%, MaxDB=22.1C MWB=19.2C taub=0.335 taud=2.543 + SizingPeriod:DesignDay, + Boston-Logan Intl AP October 2% Condns WB=>MCDB, !- Name + 10, !- Month + 21, !- Day of Month + SummerDesignDay,!- Day Type + 22.1, !- Maximum Dry-Bulb Temperature {C} + 7.5, !- Daily Dry-Bulb Temperature Range {C} + DefaultMultipliers, !- Dry-Bulb Temperature Range Modifier Type + , !- Dry-Bulb Temperature Range Modifier Day Schedule Name + Wetbulb, !- Humidity Condition Type + 19.2, !- Wetbulb at Maximum Dry-Bulb {C} + , !- Humidity Indicating Day Schedule Name + , !- Humidity Ratio at Maximum Dry-Bulb {kgWater/kgDryAir} + , !- Enthalpy at Maximum Dry-Bulb {J/kg} + , !- Daily Wet-Bulb Temperature Range {deltaC} + 101253., !- Barometric Pressure {Pa} + 4.9, !- Wind Speed {m/s} design conditions vs. traditional 3.35 m/s (7mph) + 240, !- Wind Direction {Degrees; N=0, S=180} + No, !- Rain {Yes/No} + No, !- Snow on ground {Yes/No} + No, !- Daylight Savings Time Indicator + ASHRAETau, !- Solar Model Indicator + , !- Beam Solar Day Schedule Name + , !- Diffuse Solar Day Schedule Name + 0.335, !- ASHRAE Clear Sky Optical Depth for Beam Irradiance (taub) + 2.543; !- ASHRAE Clear Sky Optical Depth for Diffuse Irradiance (taud) + + ! Boston-Logan Intl AP_MA_USA November (WB=>MCDB) 2%, MaxDB=17.5C MWB=15.5C taub=0.311 taud=2.571 + SizingPeriod:DesignDay, + Boston-Logan Intl AP November 2% Condns WB=>MCDB, !- Name + 11, !- Month + 21, !- Day of Month + SummerDesignDay,!- Day Type + 17.5, !- Maximum Dry-Bulb Temperature {C} + 7.0, !- Daily Dry-Bulb Temperature Range {C} + DefaultMultipliers, !- Dry-Bulb Temperature Range Modifier Type + , !- Dry-Bulb Temperature Range Modifier Day Schedule Name + Wetbulb, !- Humidity Condition Type + 15.5, !- Wetbulb at Maximum Dry-Bulb {C} + , !- Humidity Indicating Day Schedule Name + , !- Humidity Ratio at Maximum Dry-Bulb {kgWater/kgDryAir} + , !- Enthalpy at Maximum Dry-Bulb {J/kg} + , !- Daily Wet-Bulb Temperature Range {deltaC} + 101253., !- Barometric Pressure {Pa} + 5.0, !- Wind Speed {m/s} design conditions vs. traditional 3.35 m/s (7mph) + 240, !- Wind Direction {Degrees; N=0, S=180} + No, !- Rain {Yes/No} + No, !- Snow on ground {Yes/No} + No, !- Daylight Savings Time Indicator + ASHRAETau, !- Solar Model Indicator + , !- Beam Solar Day Schedule Name + , !- Diffuse Solar Day Schedule Name + 0.311, !- ASHRAE Clear Sky Optical Depth for Beam Irradiance (taub) + 2.571; !- ASHRAE Clear Sky Optical Depth for Diffuse Irradiance (taud) + + ! Boston-Logan Intl AP_MA_USA December (WB=>MCDB) 2%, MaxDB=13.5C MWB=11.8C taub=0.295 taud=2.568 + SizingPeriod:DesignDay, + Boston-Logan Intl AP December 2% Condns WB=>MCDB, !- Name + 12, !- Month + 21, !- Day of Month + SummerDesignDay,!- Day Type + 13.5, !- Maximum Dry-Bulb Temperature {C} + 6.7, !- Daily Dry-Bulb Temperature Range {C} + DefaultMultipliers, !- Dry-Bulb Temperature Range Modifier Type + , !- Dry-Bulb Temperature Range Modifier Day Schedule Name + Wetbulb, !- Humidity Condition Type + 11.8, !- Wetbulb at Maximum Dry-Bulb {C} + , !- Humidity Indicating Day Schedule Name + , !- Humidity Ratio at Maximum Dry-Bulb {kgWater/kgDryAir} + , !- Enthalpy at Maximum Dry-Bulb {J/kg} + , !- Daily Wet-Bulb Temperature Range {deltaC} + 101253., !- Barometric Pressure {Pa} + 5.3, !- Wind Speed {m/s} design conditions vs. traditional 3.35 m/s (7mph) + 240, !- Wind Direction {Degrees; N=0, S=180} + No, !- Rain {Yes/No} + No, !- Snow on ground {Yes/No} + No, !- Daylight Savings Time Indicator + ASHRAETau, !- Solar Model Indicator + , !- Beam Solar Day Schedule Name + , !- Diffuse Solar Day Schedule Name + 0.295, !- ASHRAE Clear Sky Optical Depth for Beam Irradiance (taub) + 2.568; !- ASHRAE Clear Sky Optical Depth for Diffuse Irradiance (taud) + + ! Boston-Logan Intl AP_MA_USA January (DB=>MCWB) 5%, MaxDB=8.9C MWB=6.4C taub=0.293 taud=2.505 + SizingPeriod:DesignDay, + Boston-Logan Intl AP January 5% Condns DB=>MCWB, !- Name + 1, !- Month + 21, !- Day of Month + SummerDesignDay,!- Day Type + 8.9, !- Maximum Dry-Bulb Temperature {C} + 10.2, !- Daily Dry-Bulb Temperature Range {C} + DefaultMultipliers, !- Dry-Bulb Temperature Range Modifier Type + , !- Dry-Bulb Temperature Range Modifier Day Schedule Name + Wetbulb, !- Humidity Condition Type + 6.4, !- Wetbulb at Maximum Dry-Bulb {C} + , !- Humidity Indicating Day Schedule Name + , !- Humidity Ratio at Maximum Dry-Bulb {kgWater/kgDryAir} + , !- Enthalpy at Maximum Dry-Bulb {J/kg} + 9.4, !- Daily Wet-Bulb Temperature Range {deltaC} + 101253., !- Barometric Pressure {Pa} + 5.6, !- Wind Speed {m/s} design conditions vs. traditional 3.35 m/s (7mph) + 240, !- Wind Direction {Degrees; N=0, S=180} + No, !- Rain {Yes/No} + No, !- Snow on ground {Yes/No} + No, !- Daylight Savings Time Indicator + ASHRAETau, !- Solar Model Indicator + , !- Beam Solar Day Schedule Name + , !- Diffuse Solar Day Schedule Name + 0.293, !- ASHRAE Clear Sky Optical Depth for Beam Irradiance (taub) + 2.505; !- ASHRAE Clear Sky Optical Depth for Diffuse Irradiance (taud) + + ! Boston-Logan Intl AP_MA_USA February (DB=>MCWB) 5%, MaxDB=9.1C MWB=5.9C taub=0.302 taud=2.493 + SizingPeriod:DesignDay, + Boston-Logan Intl AP February 5% Condns DB=>MCWB, !- Name + 2, !- Month + 21, !- Day of Month + SummerDesignDay,!- Day Type + 9.1, !- Maximum Dry-Bulb Temperature {C} + 10.3, !- Daily Dry-Bulb Temperature Range {C} + DefaultMultipliers, !- Dry-Bulb Temperature Range Modifier Type + , !- Dry-Bulb Temperature Range Modifier Day Schedule Name + Wetbulb, !- Humidity Condition Type + 5.9, !- Wetbulb at Maximum Dry-Bulb {C} + , !- Humidity Indicating Day Schedule Name + , !- Humidity Ratio at Maximum Dry-Bulb {kgWater/kgDryAir} + , !- Enthalpy at Maximum Dry-Bulb {J/kg} + 8.2, !- Daily Wet-Bulb Temperature Range {deltaC} + 101253., !- Barometric Pressure {Pa} + 5.5, !- Wind Speed {m/s} design conditions vs. traditional 3.35 m/s (7mph) + 240, !- Wind Direction {Degrees; N=0, S=180} + No, !- Rain {Yes/No} + No, !- Snow on ground {Yes/No} + No, !- Daylight Savings Time Indicator + ASHRAETau, !- Solar Model Indicator + , !- Beam Solar Day Schedule Name + , !- Diffuse Solar Day Schedule Name + 0.302, !- ASHRAE Clear Sky Optical Depth for Beam Irradiance (taub) + 2.493; !- ASHRAE Clear Sky Optical Depth for Diffuse Irradiance (taud) + + ! Boston-Logan Intl AP_MA_USA March (DB=>MCWB) 5%, MaxDB=12.9C MWB=8.3C taub=0.325 taud=2.487 + SizingPeriod:DesignDay, + Boston-Logan Intl AP March 5% Condns DB=>MCWB, !- Name + 3, !- Month + 21, !- Day of Month + SummerDesignDay,!- Day Type + 12.9, !- Maximum Dry-Bulb Temperature {C} + 11.9, !- Daily Dry-Bulb Temperature Range {C} + DefaultMultipliers, !- Dry-Bulb Temperature Range Modifier Type + , !- Dry-Bulb Temperature Range Modifier Day Schedule Name + Wetbulb, !- Humidity Condition Type + 8.3, !- Wetbulb at Maximum Dry-Bulb {C} + , !- Humidity Indicating Day Schedule Name + , !- Humidity Ratio at Maximum Dry-Bulb {kgWater/kgDryAir} + , !- Enthalpy at Maximum Dry-Bulb {J/kg} + 8.2, !- Daily Wet-Bulb Temperature Range {deltaC} + 101253., !- Barometric Pressure {Pa} + 5.6, !- Wind Speed {m/s} design conditions vs. traditional 3.35 m/s (7mph) + 240, !- Wind Direction {Degrees; N=0, S=180} + No, !- Rain {Yes/No} + No, !- Snow on ground {Yes/No} + No, !- Daylight Savings Time Indicator + ASHRAETau, !- Solar Model Indicator + , !- Beam Solar Day Schedule Name + , !- Diffuse Solar Day Schedule Name + 0.325, !- ASHRAE Clear Sky Optical Depth for Beam Irradiance (taub) + 2.487; !- ASHRAE Clear Sky Optical Depth for Diffuse Irradiance (taud) + + ! Boston-Logan Intl AP_MA_USA April (DB=>MCWB) 5%, MaxDB=18.7C MWB=12.3C taub=0.370 taud=2.392 + SizingPeriod:DesignDay, + Boston-Logan Intl AP April 5% Condns DB=>MCWB, !- Name + 4, !- Month + 21, !- Day of Month + SummerDesignDay,!- Day Type + 18.7, !- Maximum Dry-Bulb Temperature {C} + 13.2, !- Daily Dry-Bulb Temperature Range {C} + DefaultMultipliers, !- Dry-Bulb Temperature Range Modifier Type + , !- Dry-Bulb Temperature Range Modifier Day Schedule Name + Wetbulb, !- Humidity Condition Type + 12.3, !- Wetbulb at Maximum Dry-Bulb {C} + , !- Humidity Indicating Day Schedule Name + , !- Humidity Ratio at Maximum Dry-Bulb {kgWater/kgDryAir} + , !- Enthalpy at Maximum Dry-Bulb {J/kg} + 7.5, !- Daily Wet-Bulb Temperature Range {deltaC} + 101253., !- Barometric Pressure {Pa} + 5.4, !- Wind Speed {m/s} design conditions vs. traditional 3.35 m/s (7mph) + 240, !- Wind Direction {Degrees; N=0, S=180} + No, !- Rain {Yes/No} + No, !- Snow on ground {Yes/No} + No, !- Daylight Savings Time Indicator + ASHRAETau, !- Solar Model Indicator + , !- Beam Solar Day Schedule Name + , !- Diffuse Solar Day Schedule Name + 0.370, !- ASHRAE Clear Sky Optical Depth for Beam Irradiance (taub) + 2.392; !- ASHRAE Clear Sky Optical Depth for Diffuse Irradiance (taud) + + ! Boston-Logan Intl AP_MA_USA May (DB=>MCWB) 5%, MaxDB=24.3C MWB=16.7C taub=0.406 taud=2.329 + SizingPeriod:DesignDay, + Boston-Logan Intl AP May 5% Condns DB=>MCWB, !- Name + 5, !- Month + 21, !- Day of Month + SummerDesignDay,!- Day Type + 24.3, !- Maximum Dry-Bulb Temperature {C} + 13.3, !- Daily Dry-Bulb Temperature Range {C} + DefaultMultipliers, !- Dry-Bulb Temperature Range Modifier Type + , !- Dry-Bulb Temperature Range Modifier Day Schedule Name + Wetbulb, !- Humidity Condition Type + 16.7, !- Wetbulb at Maximum Dry-Bulb {C} + , !- Humidity Indicating Day Schedule Name + , !- Humidity Ratio at Maximum Dry-Bulb {kgWater/kgDryAir} + , !- Enthalpy at Maximum Dry-Bulb {J/kg} + 6.5, !- Daily Wet-Bulb Temperature Range {deltaC} + 101253., !- Barometric Pressure {Pa} + 4.8, !- Wind Speed {m/s} design conditions vs. traditional 3.35 m/s (7mph) + 240, !- Wind Direction {Degrees; N=0, S=180} + No, !- Rain {Yes/No} + No, !- Snow on ground {Yes/No} + No, !- Daylight Savings Time Indicator + ASHRAETau, !- Solar Model Indicator + , !- Beam Solar Day Schedule Name + , !- Diffuse Solar Day Schedule Name + 0.406, !- ASHRAE Clear Sky Optical Depth for Beam Irradiance (taub) + 2.329; !- ASHRAE Clear Sky Optical Depth for Diffuse Irradiance (taud) + + ! Boston-Logan Intl AP_MA_USA June (DB=>MCWB) 5%, MaxDB=28.6C MWB=20.5C taub=0.452 taud=2.234 + SizingPeriod:DesignDay, + Boston-Logan Intl AP June 5% Condns DB=>MCWB, !- Name + 6, !- Month + 21, !- Day of Month + SummerDesignDay,!- Day Type + 28.6, !- Maximum Dry-Bulb Temperature {C} + 11.4, !- Daily Dry-Bulb Temperature Range {C} + DefaultMultipliers, !- Dry-Bulb Temperature Range Modifier Type + , !- Dry-Bulb Temperature Range Modifier Day Schedule Name + Wetbulb, !- Humidity Condition Type + 20.5, !- Wetbulb at Maximum Dry-Bulb {C} + , !- Humidity Indicating Day Schedule Name + , !- Humidity Ratio at Maximum Dry-Bulb {kgWater/kgDryAir} + , !- Enthalpy at Maximum Dry-Bulb {J/kg} + 5.5, !- Daily Wet-Bulb Temperature Range {deltaC} + 101253., !- Barometric Pressure {Pa} + 4.5, !- Wind Speed {m/s} design conditions vs. traditional 3.35 m/s (7mph) + 240, !- Wind Direction {Degrees; N=0, S=180} + No, !- Rain {Yes/No} + No, !- Snow on ground {Yes/No} + No, !- Daylight Savings Time Indicator + ASHRAETau, !- Solar Model Indicator + , !- Beam Solar Day Schedule Name + , !- Diffuse Solar Day Schedule Name + 0.452, !- ASHRAE Clear Sky Optical Depth for Beam Irradiance (taub) + 2.234; !- ASHRAE Clear Sky Optical Depth for Diffuse Irradiance (taud) + + ! Boston-Logan Intl AP_MA_USA July (DB=>MCWB) 5%, MaxDB=31.1C MWB=22.3C taub=0.472 taud=2.185 + SizingPeriod:DesignDay, + Boston-Logan Intl AP July 5% Condns DB=>MCWB, !- Name + 7, !- Month + 21, !- Day of Month + SummerDesignDay,!- Day Type + 31.1, !- Maximum Dry-Bulb Temperature {C} + 10.7, !- Daily Dry-Bulb Temperature Range {C} + DefaultMultipliers, !- Dry-Bulb Temperature Range Modifier Type + , !- Dry-Bulb Temperature Range Modifier Day Schedule Name + Wetbulb, !- Humidity Condition Type + 22.3, !- Wetbulb at Maximum Dry-Bulb {C} + , !- Humidity Indicating Day Schedule Name + , !- Humidity Ratio at Maximum Dry-Bulb {kgWater/kgDryAir} + , !- Enthalpy at Maximum Dry-Bulb {J/kg} + 4.4, !- Daily Wet-Bulb Temperature Range {deltaC} + 101253., !- Barometric Pressure {Pa} + 4.4, !- Wind Speed {m/s} design conditions vs. traditional 3.35 m/s (7mph) + 240, !- Wind Direction {Degrees; N=0, S=180} + No, !- Rain {Yes/No} + No, !- Snow on ground {Yes/No} + No, !- Daylight Savings Time Indicator + ASHRAETau, !- Solar Model Indicator + , !- Beam Solar Day Schedule Name + , !- Diffuse Solar Day Schedule Name + 0.472, !- ASHRAE Clear Sky Optical Depth for Beam Irradiance (taub) + 2.185; !- ASHRAE Clear Sky Optical Depth for Diffuse Irradiance (taud) + + ! Boston-Logan Intl AP_MA_USA August (DB=>MCWB) 5%, MaxDB=29.7C MWB=21.8C taub=0.434 taud=2.278 + SizingPeriod:DesignDay, + Boston-Logan Intl AP August 5% Condns DB=>MCWB, !- Name + 8, !- Month + 21, !- Day of Month + SummerDesignDay,!- Day Type + 29.7, !- Maximum Dry-Bulb Temperature {C} + 10.3, !- Daily Dry-Bulb Temperature Range {C} + DefaultMultipliers, !- Dry-Bulb Temperature Range Modifier Type + , !- Dry-Bulb Temperature Range Modifier Day Schedule Name + Wetbulb, !- Humidity Condition Type + 21.8, !- Wetbulb at Maximum Dry-Bulb {C} + , !- Humidity Indicating Day Schedule Name + , !- Humidity Ratio at Maximum Dry-Bulb {kgWater/kgDryAir} + , !- Enthalpy at Maximum Dry-Bulb {J/kg} + 4.4, !- Daily Wet-Bulb Temperature Range {deltaC} + 101253., !- Barometric Pressure {Pa} + 4.3, !- Wind Speed {m/s} design conditions vs. traditional 3.35 m/s (7mph) + 240, !- Wind Direction {Degrees; N=0, S=180} + No, !- Rain {Yes/No} + No, !- Snow on ground {Yes/No} + No, !- Daylight Savings Time Indicator + ASHRAETau, !- Solar Model Indicator + , !- Beam Solar Day Schedule Name + , !- Diffuse Solar Day Schedule Name + 0.434, !- ASHRAE Clear Sky Optical Depth for Beam Irradiance (taub) + 2.278; !- ASHRAE Clear Sky Optical Depth for Diffuse Irradiance (taud) + + ! Boston-Logan Intl AP_MA_USA September (DB=>MCWB) 5%, MaxDB=26.4C MWB=20.0C taub=0.376 taud=2.423 + SizingPeriod:DesignDay, + Boston-Logan Intl AP September 5% Condns DB=>MCWB, !- Name + 9, !- Month + 21, !- Day of Month + SummerDesignDay,!- Day Type + 26.4, !- Maximum Dry-Bulb Temperature {C} + 10.4, !- Daily Dry-Bulb Temperature Range {C} + DefaultMultipliers, !- Dry-Bulb Temperature Range Modifier Type + , !- Dry-Bulb Temperature Range Modifier Day Schedule Name + Wetbulb, !- Humidity Condition Type + 20.0, !- Wetbulb at Maximum Dry-Bulb {C} + , !- Humidity Indicating Day Schedule Name + , !- Humidity Ratio at Maximum Dry-Bulb {kgWater/kgDryAir} + , !- Enthalpy at Maximum Dry-Bulb {J/kg} + 5.2, !- Daily Wet-Bulb Temperature Range {deltaC} + 101253., !- Barometric Pressure {Pa} + 4.5, !- Wind Speed {m/s} design conditions vs. traditional 3.35 m/s (7mph) + 240, !- Wind Direction {Degrees; N=0, S=180} + No, !- Rain {Yes/No} + No, !- Snow on ground {Yes/No} + No, !- Daylight Savings Time Indicator + ASHRAETau, !- Solar Model Indicator + , !- Beam Solar Day Schedule Name + , !- Diffuse Solar Day Schedule Name + 0.376, !- ASHRAE Clear Sky Optical Depth for Beam Irradiance (taub) + 2.423; !- ASHRAE Clear Sky Optical Depth for Diffuse Irradiance (taud) + + ! Boston-Logan Intl AP_MA_USA October (DB=>MCWB) 5%, MaxDB=21.0C MWB=16.7C taub=0.335 taud=2.543 + SizingPeriod:DesignDay, + Boston-Logan Intl AP October 5% Condns DB=>MCWB, !- Name + 10, !- Month + 21, !- Day of Month + SummerDesignDay,!- Day Type + 21.0, !- Maximum Dry-Bulb Temperature {C} + 10.3, !- Daily Dry-Bulb Temperature Range {C} + DefaultMultipliers, !- Dry-Bulb Temperature Range Modifier Type + , !- Dry-Bulb Temperature Range Modifier Day Schedule Name + Wetbulb, !- Humidity Condition Type + 16.7, !- Wetbulb at Maximum Dry-Bulb {C} + , !- Humidity Indicating Day Schedule Name + , !- Humidity Ratio at Maximum Dry-Bulb {kgWater/kgDryAir} + , !- Enthalpy at Maximum Dry-Bulb {J/kg} + 6.5, !- Daily Wet-Bulb Temperature Range {deltaC} + 101253., !- Barometric Pressure {Pa} + 4.9, !- Wind Speed {m/s} design conditions vs. traditional 3.35 m/s (7mph) + 240, !- Wind Direction {Degrees; N=0, S=180} + No, !- Rain {Yes/No} + No, !- Snow on ground {Yes/No} + No, !- Daylight Savings Time Indicator + ASHRAETau, !- Solar Model Indicator + , !- Beam Solar Day Schedule Name + , !- Diffuse Solar Day Schedule Name + 0.335, !- ASHRAE Clear Sky Optical Depth for Beam Irradiance (taub) + 2.543; !- ASHRAE Clear Sky Optical Depth for Diffuse Irradiance (taud) + + ! Boston-Logan Intl AP_MA_USA November (DB=>MCWB) 5%, MaxDB=15.9C MWB=12.3C taub=0.311 taud=2.571 + SizingPeriod:DesignDay, + Boston-Logan Intl AP November 5% Condns DB=>MCWB, !- Name + 11, !- Month + 21, !- Day of Month + SummerDesignDay,!- Day Type + 15.9, !- Maximum Dry-Bulb Temperature {C} + 9.5, !- Daily Dry-Bulb Temperature Range {C} + DefaultMultipliers, !- Dry-Bulb Temperature Range Modifier Type + , !- Dry-Bulb Temperature Range Modifier Day Schedule Name + Wetbulb, !- Humidity Condition Type + 12.3, !- Wetbulb at Maximum Dry-Bulb {C} + , !- Humidity Indicating Day Schedule Name + , !- Humidity Ratio at Maximum Dry-Bulb {kgWater/kgDryAir} + , !- Enthalpy at Maximum Dry-Bulb {J/kg} + 7.5, !- Daily Wet-Bulb Temperature Range {deltaC} + 101253., !- Barometric Pressure {Pa} + 5.0, !- Wind Speed {m/s} design conditions vs. traditional 3.35 m/s (7mph) + 240, !- Wind Direction {Degrees; N=0, S=180} + No, !- Rain {Yes/No} + No, !- Snow on ground {Yes/No} + No, !- Daylight Savings Time Indicator + ASHRAETau, !- Solar Model Indicator + , !- Beam Solar Day Schedule Name + , !- Diffuse Solar Day Schedule Name + 0.311, !- ASHRAE Clear Sky Optical Depth for Beam Irradiance (taub) + 2.571; !- ASHRAE Clear Sky Optical Depth for Diffuse Irradiance (taud) + + ! Boston-Logan Intl AP_MA_USA December (DB=>MCWB) 5%, MaxDB=11.4C MWB=8.7C taub=0.295 taud=2.568 + SizingPeriod:DesignDay, + Boston-Logan Intl AP December 5% Condns DB=>MCWB, !- Name + 12, !- Month + 21, !- Day of Month + SummerDesignDay,!- Day Type + 11.4, !- Maximum Dry-Bulb Temperature {C} + 9.3, !- Daily Dry-Bulb Temperature Range {C} + DefaultMultipliers, !- Dry-Bulb Temperature Range Modifier Type + , !- Dry-Bulb Temperature Range Modifier Day Schedule Name + Wetbulb, !- Humidity Condition Type + 8.7, !- Wetbulb at Maximum Dry-Bulb {C} + , !- Humidity Indicating Day Schedule Name + , !- Humidity Ratio at Maximum Dry-Bulb {kgWater/kgDryAir} + , !- Enthalpy at Maximum Dry-Bulb {J/kg} + 8.5, !- Daily Wet-Bulb Temperature Range {deltaC} + 101253., !- Barometric Pressure {Pa} + 5.3, !- Wind Speed {m/s} design conditions vs. traditional 3.35 m/s (7mph) + 240, !- Wind Direction {Degrees; N=0, S=180} + No, !- Rain {Yes/No} + No, !- Snow on ground {Yes/No} + No, !- Daylight Savings Time Indicator + ASHRAETau, !- Solar Model Indicator + , !- Beam Solar Day Schedule Name + , !- Diffuse Solar Day Schedule Name + 0.295, !- ASHRAE Clear Sky Optical Depth for Beam Irradiance (taub) + 2.568; !- ASHRAE Clear Sky Optical Depth for Diffuse Irradiance (taud) + diff --git a/samples/artifacts/USA_MA_Boston-Logan.Intl.AP.725090_TMY3.epw b/samples/artifacts/USA_MA_Boston-Logan.Intl.AP.725090_TMY3.epw new file mode 100644 index 0000000..6b77a1f --- /dev/null +++ b/samples/artifacts/USA_MA_Boston-Logan.Intl.AP.725090_TMY3.epw @@ -0,0 +1,8768 @@ +LOCATION,Boston-Logan Intl AP,MA,USA,TMY3,725090,42.36700,-71.01700,-5.0,6.0 +DESIGN CONDITIONS,1,2021 ASHRAE Handbook -- Fundamentals - Chapter 14 Climatic Design Information,,Heating,1,-13.5,-10.6,-23.8,0.4,-11.9,-21.3,0.6,-8.9,14.2,2.6,12.7,-0.5,7.2,300,0.602,Cooling,7,8.1,32.7,22.8,30.9,22.0,29.1,21.1,24.4,30.0,23.6,28.4,22.7,27.1,6.1,240,22.7,17.4,27.1,21.9,16.6,26.1,21.2,15.9,25.5,73.5,30.2,70.0,28.4,66.9,27.1,27.0,Extremes,11.9,10.7,9.2,-16.5,35.4,2.8,1.6,-18.5,36.6,-20.2,37.5,-21.7,38.5,-23.7,39.7 +TYPICAL/EXTREME PERIODS,6,Summer - Week Nearest Max Temperature For Period,Extreme,7/ 6,7/12,Summer - Week Nearest Average Temperature For Period,Typical,7/27,8/ 2,Winter - Week Nearest Min Temperature For Period,Extreme,1/ 6,1/12,Winter - Week Nearest Average Temperature For Period,Typical,1/27,2/ 2,Autumn - Week Nearest Average Temperature For Period,Typical,10/20,10/26,Spring - Week Nearest Average Temperature For Period,Typical,3/29,4/ 4 +GROUND TEMPERATURES,3,.5,,,,-0.29,-1.36,0.53,3.49,11.23,17.20,21.23,22.45,20.36,15.73,9.53,3.79,2,,,,3.63,1.73,2.12,3.69,8.87,13.55,17.29,19.30,18.87,16.24,11.98,7.45,4,,,,6.88,4.93,4.50,5.09,8.02,11.18,14.07,16.08,16.55,15.41,12.90,9.84 +HOLIDAYS/DAYLIGHT SAVINGS,No,0,0,0 +COMMENTS 1,"NREL TMY Data Set (2008) updated 2015 to include better precipitation;Period of Record 1973-2005 (Generally)" +COMMENTS 2,"Downloaded from Climate.Onebuilding.Org -- Ground temps represent undisturbed earth temperatures - calculated from this weather data." +DATA PERIODS,1,1,Data,Sunday, 1/ 1,12/31 +1976,1,1,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,1.70,-3.90,67,100900,0,0,303,0,0,0,0,0,0,0,360,6.20,10,10,19.3,3960,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1976,1,1,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,1.70,-3.90,67,100800,0,0,303,0,0,0,0,0,0,0,350,5.70,10,10,19.3,3960,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1976,1,1,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,1.10,-3.90,70,100800,0,0,300,0,0,0,0,0,0,0,360,6.20,10,10,20.9,3960,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1976,1,1,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,1.10,-3.90,70,100700,0,0,300,0,0,0,0,0,0,0,10,5.70,10,10,20.9,3960,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1976,1,1,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,1.10,-4.40,67,100700,0,0,299,0,0,0,0,0,0,0,10,5.70,10,10,24.1,3960,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1976,1,1,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,1.10,-4.40,67,100700,0,0,299,0,0,0,0,0,0,0,360,6.70,10,10,24.1,910,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1976,1,1,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,0.60,-4.40,70,100800,0,0,297,0,0,0,0,0,0,0,360,7.70,10,10,24.1,820,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1976,1,1,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,0.60,-5.00,67,100900,58,1049,288,10,1,10,1200,0,1200,380,350,8.20,10,9,24.1,790,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1976,1,1,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,0.60,-5.00,67,101100,254,1415,280,74,38,67,8100,3000,7500,1650,360,6.20,10,8,24.1,6100,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1976,1,1,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,0.00,-6.10,64,101200,420,1415,211,248,544,85,25300,47400,11100,1540,350,7.70,3,0,24.1,77777,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1976,1,1,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,1.10,-6.10,59,101200,533,1415,264,267,252,171,28000,24500,18700,3670,360,6.20,6,6,19.3,910,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1976,1,1,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,1.10,-5.60,62,101200,584,1415,232,384,648,116,39600,61300,14200,2230,360,5.20,2,2,19.3,77777,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1976,1,1,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,2.20,-6.10,55,101200,571,1415,218,371,688,93,38800,65500,12300,1850,320,5.70,0,0,24.1,77777,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1976,1,1,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,2.80,-7.20,48,101200,493,1415,219,309,645,84,32100,59300,11400,1610,310,8.80,0,0,24.1,77777,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +1976,1,1,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,2.80,-7.20,48,101300,357,1415,219,196,516,66,20200,42900,9300,1200,320,7.70,0,0,24.1,77777,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +1976,1,1,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,2.20,-7.80,48,101300,172,1415,217,69,247,39,7200,14300,5500,700,320,6.70,0,0,24.1,77777,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +1976,1,1,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,1.10,-8.30,50,101400,11,460,214,5,0,5,0,0,0,0,330,6.70,0,0,24.1,77777,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +1976,1,1,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,0.00,-9.40,49,101500,0,0,210,0,0,0,0,0,0,0,320,7.70,0,0,32.2,77777,9,999999999,6,0.0000,0,88,0.000,0.0,1.0 +1976,1,1,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-1.10,-12.80,41,101600,0,0,204,0,0,0,0,0,0,0,330,8.20,0,0,32.2,77777,9,999999999,5,0.0000,0,88,0.000,0.0,1.0 +1976,1,1,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-2.20,-13.30,43,101700,0,0,201,0,0,0,0,0,0,0,330,7.70,0,0,32.2,77777,9,999999999,5,0.0000,0,88,0.000,0.0,1.0 +1976,1,1,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-3.30,-13.90,44,101800,0,0,214,0,0,0,0,0,0,0,310,8.20,2,2,32.2,77777,9,999999999,5,0.0000,0,88,0.000,0.0,1.0 +1976,1,1,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-4.40,-14.40,46,101900,0,0,195,0,0,0,0,0,0,0,320,8.80,0,0,32.2,77777,9,999999999,5,0.0000,0,88,0.000,0.0,1.0 +1976,1,1,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-5.60,-14.40,50,101900,0,0,192,0,0,0,0,0,0,0,320,8.20,0,0,32.2,77777,9,999999999,5,0.0000,0,88,0.000,0.0,1.0 +1976,1,1,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-6.70,-13.30,60,102000,0,0,190,0,0,0,0,0,0,0,310,6.70,0,0,32.2,77777,9,999999999,5,0.0000,0,88,0.000,0.0,1.0 +1976,1,2,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-6.70,-13.90,57,102000,0,0,189,0,0,0,0,0,0,0,320,6.20,0,0,24.1,77777,9,999999999,5,0.0000,0,88,0.000,0.0,1.0 +1976,1,2,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-7.20,-14.40,57,102100,0,0,187,0,0,0,0,0,0,0,320,6.70,0,0,24.1,77777,9,999999999,5,0.0000,0,88,0.000,0.0,1.0 +1976,1,2,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-7.80,-14.40,59,102200,0,0,185,0,0,0,0,0,0,0,320,7.20,0,0,24.1,77777,9,999999999,5,0.0000,0,88,0.000,0.0,1.0 +1976,1,2,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-7.80,-14.40,59,102200,0,0,184,0,0,0,0,0,0,0,320,3.10,0,0,24.1,77777,9,999999999,5,0.0000,0,88,0.000,0.0,1.0 +1976,1,2,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-7.80,-15.00,57,102300,0,0,183,0,0,0,0,0,0,0,320,5.70,0,0,24.1,77777,9,999999999,5,0.0000,0,88,0.000,0.0,1.0 +1976,1,2,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-8.30,-15.00,59,102400,0,0,180,0,0,0,0,0,0,0,320,6.20,0,0,24.1,77777,9,999999999,5,0.0000,0,88,0.000,0.0,1.0 +1976,1,2,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-8.30,-15.00,59,102500,0,0,179,0,0,0,0,0,0,0,320,5.20,0,0,24.1,77777,9,999999999,5,0.0000,0,88,0.000,0.0,1.0 +1976,1,2,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-8.30,-14.40,62,102600,58,1049,179,24,68,18,2400,2200,2200,310,330,5.20,0,0,24.1,77777,9,999999999,5,0.0000,0,88,0.000,0.0,1.0 +1976,1,2,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-7.20,-13.90,59,102700,254,1415,182,125,405,52,12700,29400,7400,910,330,3.10,0,0,24.1,77777,9,999999999,5,0.0000,0,88,0.000,0.0,1.0 +1976,1,2,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-5.60,-13.90,52,102700,421,1415,186,252,601,73,26100,52900,10300,1360,360,3.10,0,0,24.1,77777,9,999999999,5,0.0000,0,88,0.000,0.0,1.0 +1976,1,2,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-4.40,-12.20,55,102700,534,1415,265,256,141,202,27300,13600,22200,4690,350,2.60,9,9,24.1,610,9,999999999,6,0.0000,0,88,0.000,0.0,1.0 +1976,1,2,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-3.30,-10.00,60,102700,586,1415,270,191,17,184,21400,1400,20800,6680,350,3.60,9,9,24.1,640,9,999999999,6,0.0000,0,88,0.000,0.0,1.0 +1976,1,2,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-1.70,-8.90,58,102600,573,1415,269,209,103,168,22900,10200,18700,3950,330,2.60,8,8,24.1,640,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +1976,1,2,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-1.10,-7.20,64,102700,496,1415,248,303,500,128,31600,46300,15300,2470,340,2.60,5,5,24.1,77777,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +1976,1,2,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-1.10,-7.20,64,102600,360,1415,248,162,257,96,17100,21700,11500,1880,60,1.50,5,5,24.1,77777,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +1976,1,2,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-1.70,-6.70,69,102600,175,1415,215,72,152,54,7600,8500,6500,1050,50,1.50,9,1,24.1,77777,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +1976,1,2,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-1.70,-6.70,69,102600,12,483,216,7,0,6,0,0,0,0,60,1.00,10,1,22.5,77777,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +1976,1,2,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-1.70,-6.70,69,102600,0,0,256,0,0,0,0,0,0,0,30,0.50,10,6,20.9,580,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +1976,1,2,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-1.70,-6.10,72,102700,0,0,287,0,0,0,0,0,0,0,0,0.00,10,10,19.3,520,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1976,1,2,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-1.70,-5.60,75,102600,0,0,243,0,0,0,0,0,0,0,210,1.50,10,4,19.3,77777,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1976,1,2,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-1.10,-5.00,75,102600,0,0,290,0,0,0,0,0,0,0,210,3.10,10,10,17.7,3660,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1976,1,2,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-0.60,-5.00,72,102600,0,0,293,0,0,0,0,0,0,0,190,3.10,10,10,17.7,3660,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1976,1,2,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-0.60,-5.00,72,102500,0,0,293,0,0,0,0,0,0,0,190,3.10,10,10,17.7,730,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1976,1,2,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-0.60,-4.40,75,102200,0,0,293,0,0,0,0,0,0,0,160,5.20,10,10,19.3,730,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1976,1,3,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,0.00,-3.90,75,102200,0,0,296,0,0,0,0,0,0,0,180,4.10,10,10,19.3,730,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1976,1,3,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,0.00,-3.30,79,102200,0,0,296,0,0,0,0,0,0,0,160,4.10,10,10,19.3,880,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1976,1,3,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,0.60,-3.30,75,102000,0,0,298,0,0,0,0,0,0,0,150,4.60,10,10,19.3,820,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1976,1,3,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,0.60,-2.80,79,101900,0,0,298,0,0,0,0,0,0,0,160,5.20,10,10,19.3,730,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1976,1,3,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,1.10,-2.20,79,101800,0,0,300,0,0,0,0,0,0,0,150,3.10,10,10,19.3,610,9,999999999,10,0.0000,0,88,0.000,0.0,1.0 +1976,1,3,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,1.10,-1.70,82,101800,0,0,300,0,0,0,0,0,0,0,190,1.50,10,10,12.9,580,9,999999999,10,0.0000,0,88,0.000,0.0,1.0 +1976,1,3,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,1.10,-1.10,85,101700,0,0,300,0,0,0,0,0,0,0,170,2.60,10,10,12.9,430,9,999999999,10,0.0000,0,88,0.000,0.0,1.0 +1976,1,3,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,1.10,-0.60,89,101600,58,1049,300,6,0,6,700,0,700,240,190,4.60,10,10,6.4,310,9,999999999,11,0.0000,0,88,0.000,0.0,1.0 +1976,1,3,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,1.70,0.00,89,101500,254,1415,303,71,6,70,7900,200,7800,2290,210,5.20,10,10,16.1,400,9,999999999,11,0.0000,0,88,0.000,0.3,1.0 +1976,1,3,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,1.70,0.00,89,101300,421,1415,303,162,4,161,17600,300,17500,4900,170,5.70,10,10,2.4,270,9,999999999,11,0.0000,0,88,0.000,0.0,1.0 +1976,1,3,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,2.20,0.00,85,101200,535,1415,305,163,1,162,18100,100,18100,5830,190,4.10,10,10,3.2,460,9,999999999,11,0.0000,0,88,0.000,1.5,1.0 +1976,1,3,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,2.20,1.10,92,101000,588,1415,305,113,7,110,13200,500,13000,4650,190,3.60,10,10,8.0,730,9,999999999,12,0.0000,0,88,0.000,1.5,1.0 +1976,1,3,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,2.80,1.10,89,100800,575,1415,308,108,3,106,12500,200,12400,4480,190,4.10,10,10,8.0,430,9,999999999,12,0.0000,0,88,0.000,0.8,1.0 +1976,1,3,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,3.30,1.70,89,100700,498,1415,310,93,5,91,10800,300,10700,3730,180,4.60,10,10,8.0,340,9,999999999,12,0.0000,0,88,0.000,0.8,1.0 +1976,1,3,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,3.30,2.20,93,100500,363,1415,311,69,2,68,7900,100,7800,2620,170,1.50,10,10,6.4,240,9,999999999,12,0.0000,0,88,0.000,0.5,1.0 +1976,1,3,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,3.30,2.20,93,100400,179,1415,311,35,2,34,3900,0,3900,1200,170,2.60,10,10,6.4,240,9,999999999,12,0.0000,0,88,0.000,0.3,1.0 +1976,1,3,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,3.90,2.20,89,100300,13,507,314,5,0,5,0,0,0,0,240,3.10,10,10,6.4,1070,9,999999999,12,0.0000,0,88,0.000,1.0,1.0 +1976,1,3,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,5.00,2.80,86,100300,0,0,319,0,0,0,0,0,0,0,240,4.10,10,10,8.0,1520,9,999999999,13,0.0000,0,88,0.000,0.3,1.0 +1976,1,3,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,5.60,2.80,83,100200,0,0,322,0,0,0,0,0,0,0,240,4.60,10,10,11.3,1160,9,999999999,13,0.0000,0,88,0.000,0.0,1.0 +1976,1,3,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,5.00,2.80,86,100200,0,0,320,0,0,0,0,0,0,0,250,5.20,10,10,16.1,1680,9,999999999,13,0.0000,0,88,0.000,0.0,1.0 +1976,1,3,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,4.40,1.70,82,100300,0,0,246,0,0,0,0,0,0,0,270,7.20,0,0,19.3,77777,9,999999999,12,0.0000,0,88,0.000,0.0,1.0 +1976,1,3,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,4.40,1.10,79,100300,0,0,245,0,0,0,0,0,0,0,290,5.70,0,0,24.1,77777,9,999999999,11,0.0000,0,88,0.000,0.0,1.0 +1976,1,3,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,3.90,0.00,76,100300,0,0,264,0,0,0,0,0,0,0,290,6.20,3,3,24.1,77777,9,999999999,11,0.0000,0,88,0.000,0.0,1.0 +1976,1,3,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,3.30,-2.80,65,100300,0,0,235,0,0,0,0,0,0,0,290,7.20,0,0,24.1,77777,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1976,1,4,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,2.80,-3.90,62,100300,0,0,231,0,0,0,0,0,0,0,280,7.70,3,0,24.1,77777,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1976,1,4,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,1.70,-4.40,64,100400,0,0,249,0,0,0,0,0,0,0,280,7.70,4,3,24.1,77777,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1976,1,4,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,1.70,-4.40,64,100400,0,0,256,0,0,0,0,0,0,0,260,7.20,4,4,24.1,77777,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1976,1,4,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,1.10,-5.00,64,100400,0,0,222,0,0,0,0,0,0,0,270,6.20,0,0,24.1,77777,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1976,1,4,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,1.10,-5.60,62,100400,0,0,220,0,0,0,0,0,0,0,260,7.20,0,0,24.1,77777,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1976,1,4,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,0.60,-6.10,61,100400,0,0,217,0,0,0,0,0,0,0,310,7.20,0,0,24.1,77777,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1976,1,4,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,0.60,-5.60,64,100400,0,0,216,0,0,0,0,0,0,0,270,4.60,0,0,24.1,77777,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1976,1,4,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,3.30,-5.60,53,100500,58,1049,266,11,19,10,1300,800,1200,210,290,7.20,5,5,24.1,77777,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1976,1,4,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,0.60,-7.80,54,100500,255,1415,295,62,16,59,6800,1300,6600,1490,280,10.30,10,10,24.1,2440,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +1976,1,4,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,0.00,-9.40,49,100500,422,1415,292,97,4,96,11000,200,11000,3610,290,9.80,10,10,32.2,2440,9,999999999,6,0.0000,0,88,0.000,0.0,1.0 +1976,1,4,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,0.00,-9.40,49,100500,537,1415,283,146,55,125,16000,5200,14100,3600,290,10.80,9,9,32.2,1830,9,999999999,6,0.0000,0,88,0.000,0.0,1.0 +1976,1,4,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,0.00,-8.90,52,100400,590,1415,241,282,220,190,30500,21800,21400,4500,270,7.20,9,4,32.2,77777,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +1976,1,4,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,0.60,-9.40,48,100400,578,1415,234,405,771,89,42500,73800,12200,1790,290,11.30,3,3,32.2,77777,9,999999999,6,0.0000,0,88,0.000,0.0,1.0 +1976,1,4,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,0.60,-9.40,48,100400,501,1415,208,323,758,54,34200,70800,8900,1150,280,10.80,0,0,32.2,77777,9,999999999,6,0.0000,0,88,0.000,0.0,1.0 +1976,1,4,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,0.60,-11.10,42,100500,366,1415,224,196,490,70,20200,41100,9500,1270,300,10.80,2,2,32.2,77777,9,999999999,6,0.0000,0,88,0.000,0.0,1.0 +1976,1,4,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,0.00,-11.10,43,100600,182,1415,232,75,304,36,7700,19100,5200,630,290,9.30,3,3,32.2,77777,9,999999999,6,0.0000,0,88,0.000,0.0,1.0 +1976,1,4,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-1.10,-12.20,43,100800,14,531,219,9,0,6,0,0,0,0,280,11.80,2,2,32.2,77777,9,999999999,5,0.0000,0,88,0.000,0.0,1.0 +1976,1,4,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-2.20,-12.80,45,100900,0,0,199,0,0,0,0,0,0,0,280,11.80,0,0,32.2,77777,9,999999999,5,0.0000,0,88,0.000,0.0,1.0 +1976,1,4,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-3.30,-13.90,44,101000,0,0,196,0,0,0,0,0,0,0,280,9.80,0,0,32.2,77777,9,999999999,5,0.0000,0,88,0.000,0.0,1.0 +1976,1,4,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-3.90,-13.90,46,101100,0,0,195,0,0,0,0,0,0,0,280,9.80,0,0,32.2,77777,9,999999999,5,0.0000,0,88,0.000,0.0,1.0 +1976,1,4,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-5.00,-14.40,48,101200,0,0,192,0,0,0,0,0,0,0,280,10.30,0,0,32.2,77777,9,999999999,5,0.0000,0,88,0.000,0.0,1.0 +1976,1,4,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-5.60,-13.30,55,101300,0,0,192,0,0,0,0,0,0,0,280,9.30,0,0,32.2,77777,9,999999999,5,0.0000,0,88,0.000,0.0,1.0 +1976,1,4,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-6.10,-13.90,55,101300,0,0,191,0,0,0,0,0,0,0,290,8.80,0,0,32.2,77777,9,999999999,5,0.0000,0,88,0.000,0.0,1.0 +1976,1,4,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-7.20,-13.90,59,101400,0,0,188,0,0,0,0,0,0,0,320,8.20,0,0,32.2,77777,9,999999999,5,0.0000,0,88,0.000,0.0,1.0 +1976,1,5,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-7.80,-16.70,49,101500,0,0,183,0,0,0,0,0,0,0,300,9.30,0,0,32.2,77777,9,999999999,4,0.0000,0,88,0.000,0.0,1.0 +1976,1,5,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-8.30,-17.20,49,101600,0,0,181,0,0,0,0,0,0,0,300,8.80,0,0,32.2,77777,9,999999999,4,0.0000,0,88,0.000,0.0,1.0 +1976,1,5,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-8.90,-17.80,49,101700,0,0,179,0,0,0,0,0,0,0,290,8.80,0,0,32.2,77777,9,999999999,4,0.0000,0,88,0.000,0.0,1.0 +1976,1,5,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-9.40,-17.80,51,101800,0,0,176,0,0,0,0,0,0,0,300,7.20,0,0,32.2,77777,9,999999999,4,0.0000,0,88,0.000,0.0,1.0 +1976,1,5,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-9.40,-18.30,49,101800,0,0,175,0,0,0,0,0,0,0,290,10.30,0,0,32.2,77777,9,999999999,4,0.0000,0,88,0.000,0.0,1.0 +1976,1,5,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-10.00,-18.30,51,101900,0,0,173,0,0,0,0,0,0,0,310,9.30,0,0,32.2,77777,9,999999999,4,0.0000,0,88,0.000,0.0,1.0 +1976,1,5,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-10.00,-18.90,49,102000,0,0,171,0,0,0,0,0,0,0,300,6.70,0,0,32.2,77777,9,999999999,4,0.0000,0,88,0.000,0.0,1.0 +1976,1,5,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-10.00,-18.90,49,102000,58,1049,171,34,239,13,2800,12500,2000,260,300,7.70,0,0,32.2,77777,9,999999999,4,0.0000,0,88,0.000,0.0,1.0 +1976,1,5,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-10.00,-19.40,46,102300,255,1415,169,146,648,28,15400,51400,6100,660,300,9.30,0,0,32.2,77777,9,999999999,4,0.0000,0,88,0.000,0.0,1.0 +1976,1,5,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-9.40,-20.60,40,102400,424,1415,170,278,797,38,29400,71800,7800,950,300,9.30,0,0,32.2,77777,9,999999999,4,0.0000,0,88,0.000,0.0,1.0 +1976,1,5,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-8.30,-20.60,37,102500,539,1415,172,375,866,44,39700,81600,8500,1120,310,10.30,0,0,32.2,77777,9,999999999,4,0.0000,0,88,0.000,0.0,1.0 +1976,1,5,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-7.20,-20.00,36,102400,592,1415,175,424,897,47,44800,85700,8800,1210,310,9.80,0,0,32.2,77777,9,999999999,4,0.0000,0,88,0.000,0.0,1.0 +1976,1,5,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-6.70,-20.00,34,102500,580,1415,177,414,892,47,43800,85000,8800,1190,300,7.70,0,0,32.2,77777,9,999999999,4,0.0000,0,88,0.000,0.0,1.0 +1976,1,5,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-5.60,-20.00,31,102500,504,1415,180,347,854,42,36800,79500,8300,1070,300,7.20,0,0,32.2,77777,9,999999999,4,0.0000,0,88,0.000,0.0,1.0 +1976,1,5,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-5.00,-20.00,30,102600,370,1415,182,233,762,34,24800,66600,7300,850,320,8.20,0,0,32.2,77777,9,999999999,4,0.0000,0,88,0.000,0.0,1.0 +1976,1,5,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-5.60,-20.60,30,102700,186,1415,181,94,541,24,10100,39000,4900,510,300,7.70,0,0,32.2,77777,9,999999999,4,0.0000,0,88,0.000,0.0,1.0 +1976,1,5,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-6.70,-21.70,30,102800,16,554,178,16,0,6,0,0,0,0,340,5.70,0,0,32.2,77777,9,999999999,4,0.0000,0,88,0.000,0.0,1.0 +1976,1,5,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-7.20,-21.10,32,102800,0,0,178,0,0,0,0,0,0,0,320,5.70,0,0,32.2,77777,9,999999999,4,0.0000,0,88,0.000,0.0,1.0 +1976,1,5,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-7.80,-21.10,34,103000,0,0,178,0,0,0,0,0,0,0,310,6.20,0,0,32.2,77777,9,999999999,4,0.0000,0,88,0.000,0.0,1.0 +1976,1,5,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-8.30,-22.80,30,103000,0,0,176,0,0,0,0,0,0,0,300,6.70,0,0,32.2,77777,9,999999999,3,0.0000,0,88,0.000,0.0,1.0 +1976,1,5,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-8.90,-23.30,30,103000,0,0,175,0,0,0,0,0,0,0,300,6.20,0,0,32.2,77777,9,999999999,3,0.0000,0,88,0.000,0.0,1.0 +1976,1,5,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-8.90,-23.30,30,103000,0,0,176,0,0,0,0,0,0,0,300,6.70,0,0,32.2,77777,9,999999999,3,0.0000,0,88,0.000,0.0,1.0 +1976,1,5,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-9.40,-22.20,35,103100,0,0,175,0,0,0,0,0,0,0,280,6.20,0,0,32.2,77777,9,999999999,4,0.0000,0,88,0.000,0.0,1.0 +1976,1,5,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-10.00,-22.20,36,103100,0,0,174,0,0,0,0,0,0,0,290,4.60,0,0,32.2,77777,9,999999999,4,0.0000,0,88,0.000,0.0,1.0 +1976,1,6,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-10.60,-22.20,38,103100,0,0,172,0,0,0,0,0,0,0,300,5.70,0,0,32.2,77777,9,999999999,4,0.0000,0,88,0.000,0.0,1.0 +1976,1,6,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-10.60,-21.70,40,103100,0,0,172,0,0,0,0,0,0,0,270,2.60,0,0,32.2,77777,9,999999999,4,0.0000,0,88,0.000,0.0,1.0 +1976,1,6,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-10.60,-21.70,40,103100,0,0,172,0,0,0,0,0,0,0,310,2.60,0,0,32.2,77777,9,999999999,4,0.0000,0,88,0.000,0.0,1.0 +1976,1,6,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-11.10,-20.60,46,103100,0,0,170,0,0,0,0,0,0,0,250,3.10,0,0,32.2,77777,9,999999999,4,0.0000,0,88,0.000,0.0,1.0 +1976,1,6,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-10.60,-20.60,44,103200,0,0,171,0,0,0,0,0,0,0,300,2.60,0,0,32.2,77777,9,999999999,4,0.0000,0,88,0.000,0.0,1.0 +1976,1,6,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-11.10,-20.60,46,103200,0,0,169,0,0,0,0,0,0,0,230,3.60,0,0,32.2,77777,9,999999999,4,0.0000,0,88,0.000,0.0,1.0 +1976,1,6,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-11.10,-20.00,48,103200,0,0,168,0,0,0,0,0,0,0,250,3.10,0,0,32.2,77777,9,999999999,4,0.0000,0,88,0.000,0.0,1.0 +1976,1,6,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-10.60,-19.40,48,103300,58,1049,169,26,107,17,2500,4000,2200,300,250,2.60,0,0,32.2,77777,9,999999999,4,0.0000,0,88,0.000,0.0,1.0 +1976,1,6,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-8.90,-17.80,49,103300,256,1415,174,131,481,43,13500,35600,7000,780,250,3.10,0,0,24.1,77777,9,999999999,4,0.0000,0,88,0.000,0.0,1.0 +1976,1,6,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-6.70,-17.20,43,103300,425,1415,180,261,671,58,26700,59800,8700,1120,290,2.60,0,0,20.9,77777,9,999999999,4,0.0000,0,88,0.000,0.0,1.0 +1976,1,6,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-5.00,-15.60,44,103300,540,1415,194,341,696,74,36000,66000,10700,1490,260,3.10,1,1,20.9,77777,9,999999999,5,0.0000,0,88,0.000,0.0,1.0 +1976,1,6,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-3.90,-14.40,44,103200,594,1415,215,357,549,126,38100,53400,15500,2470,290,3.60,4,3,20.9,77777,9,999999999,5,0.0000,0,88,0.000,0.0,1.0 +1976,1,6,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-2.80,-13.20,45,103100,583,1415,211,361,585,120,37200,55200,14300,2290,230,5.20,2,2,20.9,77777,9,999999999,5,0.0000,0,88,0.000,0.0,1.0 +1976,1,6,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-1.70,-12.20,45,103000,508,1415,199,316,683,71,33400,63800,10400,1410,240,6.20,2,0,20.9,77777,9,999999999,6,0.0000,0,88,0.000,0.0,1.0 +1976,1,6,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-1.70,-12.80,43,103000,373,1415,224,176,332,89,18400,28000,11000,1650,230,6.20,3,3,24.1,77777,9,999999999,5,0.0000,0,88,0.000,0.0,1.0 +1976,1,6,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-1.10,-12.80,41,103000,189,1415,227,66,107,52,7000,6300,6100,980,240,5.20,7,3,24.1,77777,9,999999999,5,0.0000,0,88,0.000,0.0,1.0 +1976,1,6,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-1.10,-12.80,41,103000,17,578,245,7,0,7,0,0,0,0,230,5.70,10,5,24.1,77777,9,999999999,5,0.0000,0,88,0.000,0.0,1.0 +1976,1,6,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-1.10,-12.20,43,103000,0,0,246,0,0,0,0,0,0,0,230,4.60,10,5,24.1,77777,9,999999999,6,0.0000,0,88,0.000,0.0,1.0 +1976,1,6,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-1.70,-11.10,49,102900,0,0,245,0,0,0,0,0,0,0,230,4.60,10,5,24.1,77777,9,999999999,6,0.0000,0,88,0.000,0.0,1.0 +1976,1,6,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-1.70,-11.10,49,102900,0,0,230,0,0,0,0,0,0,0,230,5.70,10,3,24.1,77777,9,999999999,6,0.0000,0,88,0.000,0.0,1.0 +1976,1,6,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-2.20,-10.00,56,102900,0,0,230,0,0,0,0,0,0,0,210,5.20,10,3,22.5,77777,9,999999999,6,0.0000,0,88,0.000,0.0,1.0 +1976,1,6,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-2.20,-9.40,58,102800,0,0,215,0,0,0,0,0,0,0,210,6.20,7,1,22.5,77777,9,999999999,6,0.0000,0,88,0.000,0.0,1.0 +1976,1,6,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-2.20,-9.40,58,102800,0,0,208,0,0,0,0,0,0,0,220,6.70,3,0,20.9,77777,9,999999999,6,0.0000,0,88,0.000,0.0,1.0 +1976,1,6,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-2.20,-9.40,58,102700,0,0,208,0,0,0,0,0,0,0,230,7.20,5,0,16.1,77777,9,999999999,6,0.0000,0,88,0.000,0.0,1.0 +1976,1,7,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-1.70,-8.90,58,102600,0,0,210,0,0,0,0,0,0,0,230,7.20,5,0,16.1,77777,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +1976,1,7,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-1.70,-7.80,63,102600,0,0,211,0,0,0,0,0,0,0,220,6.70,4,0,19.3,77777,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +1976,1,7,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-1.70,-7.20,66,102600,0,0,211,0,0,0,0,0,0,0,230,5.70,4,0,19.3,77777,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +1976,1,7,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-1.10,-6.70,66,102500,0,0,267,0,0,0,0,0,0,0,200,5.20,9,7,19.3,7620,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +1976,1,7,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-0.60,-5.60,69,102400,0,0,292,0,0,0,0,0,0,0,230,6.20,10,10,19.3,4880,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1976,1,7,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-0.60,-5.60,69,102300,0,0,253,0,0,0,0,0,0,0,220,6.20,7,5,24.1,4880,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1976,1,7,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-0.60,-6.10,66,102300,0,0,228,0,0,0,0,0,0,0,210,5.20,6,2,24.1,77777,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1976,1,7,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,0.00,-5.60,67,102200,59,1049,230,21,20,19,2200,1100,2100,460,230,7.70,6,2,19.3,77777,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1976,1,7,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,0.60,-5.00,67,102200,257,1415,248,101,126,78,10900,9400,9200,1670,220,7.20,10,4,16.1,77777,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1976,1,7,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,1.70,-3.90,67,102200,426,1415,261,224,299,133,23400,27000,15200,2740,210,6.20,10,5,16.1,77777,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1976,1,7,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,3.30,-2.20,67,102000,542,1415,293,226,177,157,24500,17300,17900,3650,220,6.20,10,8,16.1,7620,9,999999999,10,0.0000,0,88,0.000,0.0,1.0 +1976,1,7,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,4.40,-1.70,65,101900,597,1415,298,261,162,193,28300,16100,21500,4580,230,7.70,10,8,16.1,7620,9,999999999,10,0.0000,0,88,0.000,0.0,1.0 +1976,1,7,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,5.00,-1.70,62,101800,586,1415,292,188,83,154,20700,8000,17400,4450,230,5.70,10,7,16.1,670,9,999999999,10,0.0000,0,88,0.000,0.0,1.0 +1976,1,7,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,5.60,-0.60,65,101700,511,1415,296,241,199,169,26000,19100,19100,3890,230,6.70,10,7,16.1,700,9,999999999,11,0.0000,0,88,0.000,0.0,1.0 +1976,1,7,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,5.60,0.00,68,101600,377,1415,320,76,12,73,8700,600,8600,2810,220,5.20,10,10,16.1,610,9,999999999,11,0.0000,0,88,0.000,0.0,1.0 +1976,1,7,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,5.60,1.10,73,101500,193,1415,321,35,0,35,4000,0,4000,1260,210,4.60,10,10,16.1,610,9,999999999,12,0.0000,0,88,0.000,0.3,1.0 +1976,1,7,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,5.60,1.10,73,101500,19,601,321,3,0,3,0,0,0,0,210,5.20,10,10,12.9,610,9,999999999,12,0.0000,0,88,0.000,0.8,1.0 +1976,1,7,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,5.00,2.20,82,101400,0,0,319,0,0,0,0,0,0,0,220,5.20,10,10,9.7,610,9,999999999,12,0.0000,0,88,0.000,1.3,1.0 +1976,1,7,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,5.00,2.20,82,101300,0,0,319,0,0,0,0,0,0,0,180,4.10,10,10,8.0,730,9,999999999,12,0.0000,0,88,0.000,1.3,1.0 +1976,1,7,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,5.00,2.20,82,101200,0,0,320,0,0,0,0,0,0,0,220,3.60,10,10,8.0,730,9,999999999,12,0.0000,0,88,0.000,0.0,1.0 +1976,1,7,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,5.00,2.80,86,101100,0,0,320,0,0,0,0,0,0,0,190,3.10,10,10,4.8,210,9,999999999,13,0.0000,0,88,0.000,3.3,1.0 +1976,1,7,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,4.40,2.80,89,101000,0,0,318,0,0,0,0,0,0,0,200,2.10,10,10,4.8,150,9,999999999,13,0.0000,0,88,0.000,3.6,1.0 +1976,1,7,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,4.40,2.80,89,100900,0,0,318,0,0,0,0,0,0,0,180,2.10,10,10,4.8,150,9,999999999,13,0.0000,0,88,0.000,3.0,1.0 +1976,1,7,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,4.40,2.80,89,100800,0,0,318,0,0,0,0,0,0,0,220,2.10,10,10,4.8,120,9,999999999,13,0.0000,0,88,0.000,2.3,1.0 +1976,1,8,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,3.90,2.80,93,100700,0,0,315,0,0,0,0,0,0,0,20,2.10,10,10,3.2,120,9,999999999,13,0.0000,0,88,0.000,0.3,1.0 +1976,1,8,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,4.40,2.80,89,100500,0,0,317,0,0,0,0,0,0,0,340,2.60,10,10,4.8,520,9,999999999,13,0.0000,0,88,0.000,2.8,1.0 +1976,1,8,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,4.40,2.80,89,100500,0,0,317,0,0,0,0,0,0,0,350,4.10,10,10,3.2,150,9,999999999,13,0.0000,0,88,0.000,3.0,1.0 +1976,1,8,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,2.80,1.10,89,100400,0,0,309,0,0,0,0,0,0,0,360,4.60,10,10,4.8,520,9,999999999,12,0.0000,0,88,0.000,0.8,1.0 +1976,1,8,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,2.20,1.10,92,100300,0,0,306,0,0,0,0,0,0,0,360,4.10,10,10,4.8,150,9,999999999,11,0.0000,0,88,0.000,0.5,1.0 +1976,1,8,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,2.20,0.60,89,100200,0,0,306,0,0,0,0,0,0,0,360,5.20,10,10,11.3,150,9,999999999,11,0.0000,0,88,0.000,0.3,1.0 +1976,1,8,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,2.20,0.60,89,100300,0,0,306,0,0,0,0,0,0,0,350,5.20,10,10,9.7,180,9,999999999,11,0.0000,0,88,0.000,0.3,1.0 +1976,1,8,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,2.20,0.60,89,100300,59,1073,305,13,1,13,1500,0,1500,470,330,4.10,10,10,11.3,240,9,999999999,11,0.0000,0,88,0.000,0.0,1.0 +1976,1,8,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,2.20,0.60,89,100400,258,1415,305,38,2,38,4500,0,4500,1470,350,5.20,10,10,9.7,240,9,999999999,11,0.0000,0,88,0.000,0.3,1.0 +1976,1,8,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,2.20,0.60,89,100500,428,1415,305,73,1,72,8400,0,8400,2920,330,5.20,10,10,3.2,180,9,999999999,11,0.0000,0,88,0.000,0.0,1.0 +1976,1,8,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,1.70,0.60,92,100400,544,1415,303,172,5,170,19200,400,19000,6070,350,5.20,10,10,3.2,150,9,999999999,11,0.0000,0,88,0.000,0.0,1.0 +1976,1,8,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,2.20,-0.60,82,100400,600,1415,304,177,5,175,19900,400,19800,6580,350,6.20,10,10,2.4,150,9,999999999,10,0.0000,0,88,0.000,0.0,1.0 +1976,1,8,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,1.70,0.00,89,100400,589,1415,303,196,2,195,21800,200,21700,6940,340,6.20,10,10,4.8,180,9,999999999,11,0.0000,0,88,0.000,0.3,1.0 +1976,1,8,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,1.10,-1.10,85,100500,515,1415,300,172,1,172,19100,100,19000,5880,320,6.70,10,10,3.2,210,9,999999999,10,0.0000,0,88,0.000,0.0,1.0 +1976,1,8,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,0.00,-3.90,75,100600,381,1415,294,120,1,119,13100,100,13100,3920,330,6.70,10,10,6.4,1160,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1976,1,8,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-1.10,-5.00,75,100600,197,1415,289,58,1,58,6400,0,6400,1800,320,6.70,10,10,16.1,670,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1976,1,8,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-1.70,-7.20,66,100700,20,625,286,10,0,10,0,0,0,0,310,7.70,10,10,19.3,730,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +1976,1,8,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-2.80,-10.00,58,100900,0,0,281,0,0,0,0,0,0,0,310,7.70,10,10,19.3,790,9,999999999,6,0.0000,0,88,0.000,0.0,1.0 +1976,1,8,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-4.40,-12.80,53,101000,0,0,274,0,0,0,0,0,0,0,320,8.20,10,10,19.3,820,9,999999999,5,0.0000,0,88,0.000,0.0,1.0 +1976,1,8,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-5.00,-14.40,48,101100,0,0,263,0,0,0,0,0,0,0,320,8.20,9,9,19.3,670,9,999999999,5,0.0000,0,88,0.000,0.0,1.0 +1976,1,8,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-6.10,-14.40,52,101100,0,0,267,0,0,0,0,0,0,0,310,8.80,10,10,19.3,610,9,999999999,5,0.0000,0,88,0.000,0.0,1.0 +1976,1,8,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-6.70,-15.00,52,101200,0,0,265,0,0,0,0,0,0,0,300,7.20,10,10,16.1,670,9,999999999,5,0.0000,0,88,0.000,0.0,1.0 +1976,1,8,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-7.20,-16.10,49,101200,0,0,262,0,0,0,0,0,0,0,300,7.70,10,10,19.3,910,9,999999999,5,0.0000,0,88,0.000,0.0,1.0 +1976,1,8,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-7.80,-17.20,47,101200,0,0,260,0,0,0,0,0,0,0,340,7.20,10,10,24.1,1070,9,999999999,4,0.0000,0,88,0.000,0.0,1.0 +1976,1,9,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-8.30,-20.60,37,101200,0,0,257,0,0,0,0,0,0,0,330,6.70,10,10,24.1,1070,9,999999999,4,0.0000,0,88,0.000,0.0,1.0 +1976,1,9,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-8.90,-21.70,35,101400,0,0,255,0,0,0,0,0,0,0,310,6.20,10,10,24.1,1070,9,999999999,4,0.0000,0,88,0.000,0.0,1.0 +1976,1,9,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-10.00,-23.30,33,101500,0,0,219,0,0,0,0,0,0,0,320,7.20,6,6,32.2,1100,9,999999999,3,0.0000,0,88,0.000,0.0,1.0 +1976,1,9,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-11.10,-25.00,31,101500,0,0,183,0,0,0,0,0,0,0,320,7.20,2,2,32.2,77777,9,999999999,3,0.0000,0,88,0.000,0.0,1.0 +1976,1,9,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-11.10,-25.60,30,101500,0,0,166,0,0,0,0,0,0,0,320,6.20,0,0,32.2,77777,9,999999999,3,0.0000,0,88,0.000,0.0,1.0 +1976,1,9,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-11.70,-25.00,32,101500,0,0,164,0,0,0,0,0,0,0,330,5.20,0,0,32.2,77777,9,999999999,3,0.0000,0,88,0.000,0.0,1.0 +1976,1,9,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-11.70,-23.30,38,101600,0,0,164,0,0,0,0,0,0,0,310,5.70,0,0,32.2,77777,9,999999999,3,0.0000,0,88,0.000,0.0,1.0 +1976,1,9,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-11.70,-23.90,36,101700,60,1073,163,21,27,19,2300,1100,2200,390,330,4.60,0,0,32.2,77777,9,999999999,3,0.0000,0,88,0.000,0.0,1.0 +1976,1,9,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-10.00,-22.20,36,101800,260,1415,167,114,296,59,11800,21400,7900,1070,330,4.60,0,0,24.1,77777,9,999999999,3,0.0000,0,88,0.000,0.0,1.0 +1976,1,9,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-8.90,-20.60,39,101800,430,1415,171,236,495,85,24200,43500,10900,1550,310,5.20,0,0,24.1,77777,9,999999999,4,0.0000,0,88,0.000,0.0,1.0 +1976,1,9,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-7.20,-20.00,36,101800,547,1415,175,334,595,103,34500,55700,12800,1970,300,5.20,0,0,24.1,77777,9,999999999,4,0.0000,0,88,0.000,0.0,1.0 +1976,1,9,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-5.60,-18.90,35,101700,602,1415,180,383,637,111,39700,60900,13700,2190,290,4.60,0,0,24.1,77777,9,999999999,4,0.0000,0,88,0.000,0.0,1.0 +1976,1,9,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-4.40,-16.10,40,101600,593,1415,186,370,621,110,38400,59200,13500,2160,290,4.60,0,0,24.1,77777,9,999999999,5,0.0000,0,88,0.000,0.0,1.0 +1976,1,9,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-3.30,-15.00,40,101700,518,1415,191,306,568,98,31700,52600,12300,1850,270,4.10,0,0,24.1,77777,9,999999999,5,0.0000,0,88,0.000,0.0,1.0 +1976,1,9,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-3.90,-15.00,42,101700,384,1415,190,198,443,78,21100,37900,10700,1420,280,6.70,0,0,24.1,77777,9,999999999,5,0.0000,0,88,0.000,0.0,1.0 +1976,1,9,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-4.40,-13.90,48,101800,201,1415,190,76,199,48,7900,12600,6100,870,280,6.70,0,0,24.1,77777,9,999999999,5,0.0000,0,88,0.000,0.0,1.0 +1976,1,9,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-4.40,-15.00,44,101800,22,648,190,9,0,9,0,0,0,0,270,7.20,0,0,24.1,77777,9,999999999,5,0.0000,0,88,0.000,0.0,1.0 +1976,1,9,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-5.00,-15.00,46,101900,0,0,189,0,0,0,0,0,0,0,280,6.70,0,0,24.1,77777,9,999999999,5,0.0000,0,88,0.000,0.0,1.0 +1976,1,9,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-5.00,-15.60,44,102000,0,0,190,0,0,0,0,0,0,0,260,5.70,0,0,24.1,77777,9,999999999,5,0.0000,0,88,0.000,0.0,1.0 +1976,1,9,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-5.60,-16.10,44,102100,0,0,188,0,0,0,0,0,0,0,270,6.20,0,0,24.1,77777,9,999999999,5,0.0000,0,88,0.000,0.0,1.0 +1976,1,9,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-6.10,-16.70,43,102100,0,0,187,0,0,0,0,0,0,0,290,5.20,0,0,24.1,77777,9,999999999,4,0.0000,0,88,0.000,0.0,1.0 +1976,1,9,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-6.70,-17.20,43,102200,0,0,186,0,0,0,0,0,0,0,290,7.20,0,0,24.1,77777,9,999999999,4,0.0000,0,88,0.000,0.0,1.0 +1976,1,9,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-6.70,-16.70,45,102200,0,0,187,0,0,0,0,0,0,0,270,8.20,0,0,24.1,77777,9,999999999,4,0.0000,0,88,0.000,0.0,1.0 +1976,1,9,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-7.20,-17.20,45,102200,0,0,185,0,0,0,0,0,0,0,270,6.70,0,0,32.2,77777,9,999999999,4,0.0000,0,88,0.000,0.0,1.0 +1976,1,10,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-7.20,-17.80,43,102200,0,0,184,0,0,0,0,0,0,0,290,6.70,0,0,32.2,77777,9,999999999,4,0.0000,0,88,0.000,0.0,1.0 +1976,1,10,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-7.80,-17.80,45,102200,0,0,182,0,0,0,0,0,0,0,290,6.70,0,0,32.2,77777,9,999999999,4,0.0000,0,88,0.000,0.0,1.0 +1976,1,10,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-7.80,-18.30,43,102300,0,0,181,0,0,0,0,0,0,0,280,7.20,0,0,32.2,77777,9,999999999,4,0.0000,0,88,0.000,0.0,1.0 +1976,1,10,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-7.80,-18.30,43,102400,0,0,181,0,0,0,0,0,0,0,290,7.70,0,0,32.2,77777,9,999999999,4,0.0000,0,88,0.000,0.0,1.0 +1976,1,10,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-7.80,-18.30,43,102400,0,0,180,0,0,0,0,0,0,0,290,6.70,0,0,32.2,77777,9,999999999,4,0.0000,0,88,0.000,0.0,1.0 +1976,1,10,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-8.30,-18.30,45,102500,0,0,177,0,0,0,0,0,0,0,290,8.20,0,0,32.2,77777,9,999999999,4,0.0000,0,88,0.000,0.0,1.0 +1976,1,10,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-8.90,-17.80,49,102500,0,0,175,0,0,0,0,0,0,0,280,7.20,0,0,32.2,77777,9,999999999,4,0.0000,0,88,0.000,0.0,1.0 +1976,1,10,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-8.90,-18.30,47,102600,61,1073,174,32,184,16,2800,8300,2300,290,280,6.70,0,0,24.1,77777,9,999999999,4,0.0000,0,88,0.000,0.0,1.0 +1976,1,10,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-8.30,-17.80,47,102700,261,1415,175,145,589,35,14800,45700,6300,690,290,7.20,0,0,24.1,77777,9,999999999,4,0.0000,0,88,0.000,0.0,1.0 +1976,1,10,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-7.20,-17.20,45,102700,432,1415,178,279,760,46,29400,68600,8300,1020,290,6.70,0,0,24.1,77777,9,999999999,4,0.0000,0,88,0.000,0.0,1.0 +1976,1,10,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-5.60,-15.60,46,102700,549,1415,184,377,829,54,39700,78200,9200,1220,280,6.20,0,0,24.1,77777,9,999999999,5,0.0000,0,88,0.000,0.0,1.0 +1976,1,10,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-5.00,-17.20,38,102600,605,1415,184,429,864,58,45100,82700,9600,1320,280,7.70,0,0,24.1,77777,9,999999999,4,0.0000,0,88,0.000,0.0,1.0 +1976,1,10,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-4.40,-17.20,37,102600,596,1415,203,374,705,77,38900,67400,10400,1550,280,8.80,2,2,24.1,77777,9,999999999,4,0.0000,0,88,0.000,0.0,1.0 +1976,1,10,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-4.40,-17.80,35,102600,522,1415,211,362,752,85,37900,70200,11900,1650,290,9.30,3,3,24.1,77777,9,999999999,4,0.0000,0,88,0.000,0.0,1.0 +1976,1,10,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-4.40,-16.70,38,102700,389,1415,204,220,536,74,22800,45800,10100,1350,300,8.80,2,2,24.1,77777,9,999999999,4,0.0000,0,88,0.000,0.0,1.0 +1976,1,10,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-4.40,-17.80,35,102700,205,1415,195,90,365,38,9300,24400,5800,680,310,7.70,1,1,24.1,77777,9,999999999,4,0.0000,0,88,0.000,0.0,1.0 +1976,1,10,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-5.00,-17.80,36,102700,24,672,186,16,0,9,0,0,0,0,310,6.70,0,0,24.1,77777,9,999999999,4,0.0000,0,88,0.000,0.0,1.0 +1976,1,10,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-5.60,-17.80,38,102800,0,0,185,0,0,0,0,0,0,0,290,6.70,0,0,24.1,77777,9,999999999,4,0.0000,0,88,0.000,0.0,1.0 +1976,1,10,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-5.60,-18.30,36,102900,0,0,186,0,0,0,0,0,0,0,290,6.20,0,0,24.1,77777,9,999999999,4,0.0000,0,88,0.000,0.0,1.0 +1976,1,10,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-7.20,-18.90,39,103000,0,0,182,0,0,0,0,0,0,0,360,4.60,0,0,24.1,77777,9,999999999,4,0.0000,0,88,0.000,0.0,1.0 +1976,1,10,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-8.90,-20.60,39,103000,0,0,177,0,0,0,0,0,0,0,360,5.20,0,0,24.1,77777,9,999999999,4,0.0000,0,88,0.000,0.0,1.0 +1976,1,10,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-10.00,-21.10,40,103100,0,0,174,0,0,0,0,0,0,0,10,4.10,0,0,24.1,77777,9,999999999,4,0.0000,0,88,0.000,0.0,1.0 +1976,1,10,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-11.10,-22.20,40,103100,0,0,171,0,0,0,0,0,0,0,360,5.70,0,0,24.1,77777,9,999999999,4,0.0000,0,88,0.000,0.0,1.0 +1976,1,10,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-11.10,-22.80,38,103000,0,0,171,0,0,0,0,0,0,0,350,5.20,0,0,24.1,77777,9,999999999,3,0.0000,0,88,0.000,0.0,1.0 +1976,1,11,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-11.70,-23.30,38,103100,0,0,169,0,0,0,0,0,0,0,330,4.60,0,0,24.1,77777,9,999999999,3,0.0000,0,88,0.000,0.0,1.0 +1976,1,11,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-12.20,-23.30,39,103100,0,0,167,0,0,0,0,0,0,0,350,5.70,1,0,24.1,77777,9,999999999,3,0.0000,0,88,0.000,0.0,1.0 +1976,1,11,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-12.20,-22.80,41,103100,0,0,167,0,0,0,0,0,0,0,330,3.60,0,0,24.1,77777,9,999999999,3,0.0000,0,88,0.000,0.0,1.0 +1976,1,11,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-12.80,-22.80,43,103100,0,0,164,0,0,0,0,0,0,0,350,4.10,0,0,24.1,77777,9,999999999,3,0.0000,0,88,0.000,0.0,1.0 +1976,1,11,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-12.80,-23.30,41,103100,0,0,163,0,0,0,0,0,0,0,340,3.10,0,0,24.1,77777,9,999999999,3,0.0000,0,88,0.000,0.0,1.0 +1976,1,11,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-13.30,-22.20,48,103100,0,0,162,0,0,0,0,0,0,0,340,2.60,0,0,24.1,77777,9,999999999,4,0.0000,0,88,0.000,0.0,1.0 +1976,1,11,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-13.30,-23.30,43,103100,0,0,160,0,0,0,0,0,0,0,350,3.10,3,0,24.1,77777,9,999999999,3,0.0000,0,88,0.000,0.0,1.0 +1976,1,11,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-13.30,-22.80,45,103100,61,1073,160,29,108,20,2800,4100,2500,350,350,3.10,6,0,20.9,77777,9,999999999,3,0.0000,0,88,0.000,0.0,1.0 +1976,1,11,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-12.20,-22.80,41,103100,263,1414,178,125,311,66,12800,22500,8600,1210,350,3.60,9,2,20.9,77777,9,999999999,3,0.0000,0,88,0.000,0.0,1.0 +1976,1,11,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-10.60,-22.20,38,103100,434,1414,198,224,353,116,23200,31400,13500,2210,10,1.50,10,4,20.9,77777,9,999999999,4,0.0000,0,88,0.000,0.0,1.0 +1976,1,11,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-9.40,-21.10,38,102900,552,1414,219,274,270,168,28900,26500,18600,3580,30,1.50,10,6,24.1,6100,9,999999999,4,0.0000,0,88,0.000,0.0,1.0 +1976,1,11,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-8.90,-18.90,45,102800,608,1414,237,231,57,206,25300,5600,22900,5680,30,1.00,10,8,24.1,5490,9,999999999,4,0.0000,0,88,0.000,0.0,1.0 +1976,1,11,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-7.80,-16.70,49,102700,600,1414,259,127,4,125,14700,300,14500,5190,70,1.50,10,10,14.5,4880,9,999999999,4,0.0000,0,88,0.000,0.0,1.0 +1976,1,11,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-7.20,-16.10,49,102600,526,1414,261,158,31,146,17300,3000,16200,4050,10,1.50,10,10,1.6,460,9,999999999,5,0.0000,0,88,0.000,0.0,1.0 +1976,1,11,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-7.20,-10.00,81,102500,393,1414,263,89,2,88,10000,100,10000,3280,120,4.10,10,10,2.4,430,9,999999999,6,0.0000,0,88,0.000,0.0,1.0 +1976,1,11,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-6.70,-9.40,81,102400,209,1414,265,39,2,39,4500,0,4500,1410,130,4.60,10,10,1.6,210,9,999999999,6,0.0000,0,88,0.000,0.0,1.0 +1976,1,11,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-5.60,-9.40,74,102400,26,695,269,7,0,7,0,0,0,0,130,4.10,10,10,6.4,400,9,999999999,6,0.0000,0,88,0.000,0.0,1.0 +1976,1,11,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-5.00,-8.90,74,102200,0,0,272,0,0,0,0,0,0,0,110,5.70,10,10,8.0,520,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +1976,1,11,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-4.40,-7.80,78,102100,0,0,275,0,0,0,0,0,0,0,110,6.70,10,10,3.2,180,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +1976,1,11,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-3.90,-6.10,85,102000,0,0,278,0,0,0,0,0,0,0,100,5.20,10,10,1.6,120,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1976,1,11,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-5.00,-6.70,88,101800,0,0,273,0,0,0,0,0,0,0,60,4.60,10,10,0.8,90,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +1976,1,11,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-6.70,-8.90,84,101700,0,0,266,0,0,0,0,0,0,0,360,3.60,10,10,0.8,120,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +1976,1,11,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-6.70,-8.30,88,101600,0,0,266,0,0,0,0,0,0,0,330,4.10,10,10,0.8,150,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +1976,1,11,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-6.70,-8.90,84,101400,0,0,266,0,0,0,0,0,0,0,340,4.10,10,10,0.6,120,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +1976,1,12,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-7.20,-10.00,81,101300,0,0,264,0,0,0,0,0,0,0,350,6.70,10,10,0.5,120,9,999999999,6,0.0000,0,88,0.000,0.0,1.0 +1976,1,12,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-8.90,-11.70,81,101300,0,0,257,0,0,0,0,0,0,0,340,7.20,10,10,0.6,90,9,999999999,6,0.0000,0,88,0.000,0.0,1.0 +1976,1,12,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-8.90,-11.70,81,101200,0,0,257,0,0,0,0,0,0,0,340,7.20,10,10,0.8,120,9,999999999,6,0.0000,0,88,0.000,0.0,1.0 +1976,1,12,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-8.90,-11.70,81,101200,0,0,256,0,0,0,0,0,0,0,350,7.70,10,10,0.6,120,9,999999999,6,0.0000,0,88,0.000,0.0,1.0 +1976,1,12,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-8.90,-12.20,77,101100,0,0,256,0,0,0,0,0,0,0,350,8.20,10,10,3.2,310,9,999999999,5,0.0000,0,88,0.000,0.0,1.0 +1976,1,12,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-9.40,-12.20,80,101100,0,0,254,0,0,0,0,0,0,0,360,9.80,10,10,1.6,150,9,999999999,5,0.0000,0,88,0.000,0.0,1.0 +1976,1,12,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-9.40,-12.80,77,101200,0,0,254,0,0,0,0,0,0,0,340,9.30,10,10,3.2,210,9,999999999,5,0.0000,0,88,0.000,0.0,1.0 +1976,1,12,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-9.40,-12.80,77,101200,62,1096,253,17,0,17,1900,0,1900,590,350,9.80,10,10,1.6,210,9,999999999,5,0.0000,0,88,0.000,0.0,1.0 +1976,1,12,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-9.40,-13.30,74,101300,264,1414,253,75,0,74,8200,0,8200,2410,350,10.30,10,10,0.8,90,9,999999999,5,0.0000,0,88,0.000,0.0,1.0 +1976,1,12,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-9.40,-12.80,77,101400,436,1414,253,143,2,143,15800,100,15800,4750,350,8.80,10,10,1.3,150,9,999999999,5,0.0000,0,88,0.000,0.0,1.0 +1976,1,12,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-8.90,-12.20,77,101500,555,1414,255,193,1,192,21300,100,21300,6590,350,10.30,10,10,1.6,180,9,999999999,6,0.0000,0,88,0.000,0.0,1.0 +1976,1,12,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-7.80,-11.70,74,101500,612,1414,259,226,1,226,25000,100,25000,7720,340,7.70,10,10,3.2,460,9,999999999,6,0.0000,0,88,0.000,0.0,1.0 +1976,1,12,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-7.80,-11.70,74,101600,603,1414,260,219,0,218,24100,0,24100,7500,340,6.70,10,10,4.8,490,9,999999999,6,0.0000,0,88,0.000,0.0,1.0 +1976,1,12,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-6.70,-10.60,74,101700,530,1414,264,218,1,218,23800,100,23700,6730,340,6.70,10,10,9.7,520,9,999999999,6,0.0000,0,88,0.000,0.0,1.0 +1976,1,12,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-6.10,-10.00,74,101800,397,1414,259,124,43,112,13600,3900,12500,2900,340,6.70,10,9,4.0,490,9,999999999,6,0.0000,0,88,0.000,0.0,1.0 +1976,1,12,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-6.70,-10.60,74,102000,214,1414,257,57,11,55,6300,200,6300,1810,350,7.20,9,9,3.2,610,9,999999999,6,0.0000,0,88,0.000,0.0,1.0 +1976,1,12,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-7.20,-10.60,77,102100,28,719,210,13,0,13,0,0,0,0,330,6.20,9,3,8.0,77777,9,999999999,6,0.0000,0,88,0.000,0.0,1.0 +1976,1,12,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-7.20,-11.10,74,102200,0,0,248,0,0,0,0,0,0,0,340,6.20,10,8,16.1,1010,9,999999999,6,0.0000,0,88,0.000,0.0,1.0 +1976,1,12,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-7.20,-11.70,71,102300,0,0,248,0,0,0,0,0,0,0,340,6.20,9,8,16.1,820,9,999999999,6,0.0000,0,88,0.000,0.0,1.0 +1976,1,12,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-7.20,-11.70,71,102400,0,0,263,0,0,0,0,0,0,0,360,5.20,10,10,16.1,1310,9,999999999,6,0.0000,0,88,0.000,0.0,1.0 +1976,1,12,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-7.80,-11.70,74,102400,0,0,246,0,0,0,0,0,0,0,360,3.60,8,8,16.1,1310,9,999999999,6,0.0000,0,88,0.000,0.0,1.0 +1976,1,12,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-8.30,-12.20,74,102500,0,0,237,0,0,0,0,0,0,0,330,3.60,9,7,16.1,460,9,999999999,6,0.0000,0,88,0.000,0.0,1.0 +1976,1,12,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-7.80,-11.70,74,102600,0,0,261,0,0,0,0,0,0,0,320,3.10,10,10,16.1,460,9,999999999,6,0.0000,0,88,0.000,0.0,1.0 +1976,1,12,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-8.30,-11.70,77,102500,0,0,209,0,0,0,0,0,0,0,350,3.60,4,3,16.1,77777,9,999999999,6,0.0000,0,88,0.000,0.0,1.0 +1976,1,13,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-9.40,-12.20,80,102600,0,0,198,0,0,0,0,0,0,0,330,2.10,6,2,19.3,77777,9,999999999,6,0.0000,0,88,0.000,0.0,1.0 +1976,1,13,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-8.30,-11.70,77,102700,0,0,252,0,0,0,0,0,0,0,320,2.10,10,9,16.1,730,9,999999999,6,0.0000,0,88,0.000,0.0,1.0 +1976,1,13,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-10.60,-12.80,84,102700,0,0,186,0,0,0,0,0,0,0,20,2.10,3,1,16.1,77777,9,999999999,5,0.0000,0,88,0.000,0.0,1.0 +1976,1,13,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-11.70,-14.40,80,102700,0,0,181,0,0,0,0,0,0,0,10,1.50,7,1,16.1,77777,9,999999999,5,0.0000,0,88,0.000,0.0,1.0 +1976,1,13,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-10.00,-13.30,77,102700,0,0,178,0,0,0,0,0,0,0,10,1.00,3,0,16.1,77777,9,999999999,5,0.0000,0,88,0.000,0.0,1.0 +1976,1,13,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-9.40,-12.80,77,102700,0,0,187,0,0,0,0,0,0,0,360,2.60,4,1,12.9,77777,9,999999999,5,0.0000,0,88,0.000,0.0,1.0 +1976,1,13,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-10.60,-12.80,84,102800,0,0,183,0,0,0,0,0,0,0,290,2.10,3,1,9.7,77777,9,999999999,5,0.0000,0,88,0.000,0.0,1.0 +1976,1,13,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-10.00,-13.30,77,102800,64,1096,191,29,33,26,3000,1400,3000,540,280,2.10,10,2,4.8,77777,9,999999999,5,0.0000,0,88,0.000,0.0,1.0 +1976,1,13,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-8.30,-11.10,81,102800,266,1414,197,144,131,119,15100,9800,13300,2560,310,1.00,10,2,8.0,77777,9,999999999,6,0.0000,0,88,0.000,0.0,1.0 +1976,1,13,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-7.20,-11.10,74,102800,438,1414,200,289,418,159,30000,38000,18100,3420,0,0.00,10,2,6.4,77777,9,999999999,6,0.0000,0,88,0.000,0.0,1.0 +1976,1,13,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-4.40,-11.70,58,102800,558,1414,208,415,570,189,41900,54200,20500,3870,220,2.10,10,2,6.4,77777,9,999999999,6,0.0000,0,88,0.000,0.0,1.0 +1976,1,13,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-3.90,-12.80,50,102600,615,1414,200,442,648,159,46100,63200,18500,3220,170,2.60,8,1,16.1,77777,9,999999999,5,0.0000,0,88,0.000,0.0,1.0 +1976,1,13,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-2.80,-12.80,47,102500,607,1414,203,438,644,162,45700,62700,18700,3280,120,2.10,8,1,16.1,77777,9,999999999,5,0.0000,0,88,0.000,0.0,1.0 +1976,1,13,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-0.60,-5.00,72,102300,534,1414,220,371,569,156,38200,53700,17800,3100,170,5.20,10,1,16.1,77777,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1976,1,13,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-0.60,-4.40,75,102300,401,1414,260,217,202,159,23000,17900,17900,3540,170,3.10,10,6,16.1,790,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1976,1,13,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,0.00,-3.90,75,102200,218,1414,294,62,24,58,6800,1800,6500,1400,140,3.60,10,10,19.3,790,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1976,1,13,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,1.10,-2.20,79,102100,30,742,300,8,0,8,900,0,900,300,150,3.60,10,10,16.1,940,9,999999999,10,0.0000,0,88,0.000,0.0,1.0 +1976,1,13,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,1.10,-2.20,79,102000,0,0,300,0,0,0,0,0,0,0,130,3.60,10,10,16.1,820,9,999999999,10,0.0000,0,88,0.000,0.0,1.0 +1976,1,13,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,1.10,-1.70,82,101900,0,0,300,0,0,0,0,0,0,0,140,3.60,10,10,16.1,670,9,999999999,10,0.0000,0,88,0.000,0.0,1.0 +1976,1,13,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,2.20,-1.10,79,101700,0,0,306,0,0,0,0,0,0,0,140,5.70,10,10,16.1,1400,9,999999999,10,0.0000,0,88,0.000,0.0,1.0 +1976,1,13,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,2.20,-0.60,82,101500,0,0,306,0,0,0,0,0,0,0,120,2.60,10,10,16.1,1070,9,999999999,11,0.0000,0,88,0.000,0.0,1.0 +1976,1,13,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,2.80,0.60,85,101200,0,0,309,0,0,0,0,0,0,0,140,6.20,10,10,6.4,790,9,999999999,11,0.0000,0,88,0.000,1.0,1.0 +1976,1,13,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,3.90,1.10,82,100700,0,0,315,0,0,0,0,0,0,0,140,8.80,10,10,6.4,310,9,999999999,12,0.0000,0,88,0.000,2.8,1.0 +1976,1,13,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,5.00,2.80,86,100300,0,0,320,0,0,0,0,0,0,0,180,6.20,10,10,6.4,310,9,999999999,13,0.0000,0,88,0.000,3.8,1.0 +1976,1,14,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,7.20,5.00,86,100100,0,0,332,0,0,0,0,0,0,0,190,8.80,10,10,6.4,370,9,999999999,14,0.0000,0,88,0.000,5.3,1.0 +1976,1,14,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,8.30,6.10,86,99900,0,0,337,0,0,0,0,0,0,0,190,10.30,10,10,6.4,460,9,999999999,15,0.0000,0,88,0.000,2.3,1.0 +1976,1,14,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,9.40,7.20,86,99500,0,0,343,0,0,0,0,0,0,0,190,15.40,10,10,9.7,460,9,999999999,16,0.0000,0,88,0.000,2.0,1.0 +1976,1,14,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,10.00,7.20,83,99400,0,0,346,0,0,0,0,0,0,0,220,11.80,10,10,9.7,490,9,999999999,16,0.0000,0,88,0.000,0.0,1.0 +1976,1,14,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,10.00,7.20,83,99300,0,0,345,0,0,0,0,0,0,0,220,9.30,10,10,16.1,2440,9,999999999,16,0.0000,0,88,0.000,0.0,1.0 +1976,1,14,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,10.00,6.10,77,99200,0,0,330,0,0,0,0,0,0,0,230,11.80,9,8,17.7,1010,9,999999999,15,0.0000,0,88,0.000,0.0,1.0 +1976,1,14,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,9.40,3.30,66,99400,0,0,286,0,0,0,0,0,0,0,240,14.40,3,3,17.7,77777,9,999999999,13,0.0000,0,88,0.000,0.0,1.0 +1976,1,14,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,6.10,-2.20,56,99700,65,1096,239,32,175,17,2900,8000,2400,310,280,14.40,0,0,24.1,77777,9,999999999,10,0.0000,0,88,0.000,0.0,1.0 +1976,1,14,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,5.60,-3.90,51,99900,268,1414,233,144,548,39,14600,42600,6400,740,270,15.90,0,0,24.1,77777,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1976,1,14,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,5.60,-5.00,47,100100,441,1414,231,285,741,53,29700,67000,8700,1080,280,13.40,0,0,24.1,77777,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1976,1,14,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,6.10,-5.60,43,100200,561,1414,231,389,816,64,40800,77600,9900,1350,300,13.90,0,0,24.1,77777,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1976,1,14,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,5.60,-6.10,43,100300,619,1414,246,352,542,114,36500,52100,13600,2270,310,14.40,2,2,24.1,77777,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1976,1,14,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,5.60,-6.70,41,100400,611,1414,246,416,742,95,43800,71700,12600,1930,310,13.40,2,2,24.1,77777,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +1976,1,14,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,5.00,-7.20,41,100500,538,1414,243,318,484,134,33300,45900,15800,2620,300,12.40,2,2,24.1,77777,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +1976,1,14,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,8.30,-7.20,33,100600,406,1414,246,246,651,60,25900,57100,9400,1150,290,10.30,1,1,24.1,77777,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +1976,1,14,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,4.40,-6.70,45,100800,223,1414,235,107,441,38,11100,30700,6200,690,280,7.70,1,1,24.1,77777,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +1976,1,14,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,3.90,-7.80,43,100900,32,790,224,20,0,12,1700,2800,1600,210,280,7.70,0,0,40.2,77777,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +1976,1,14,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,2.80,-6.70,50,101000,0,0,223,0,0,0,0,0,0,0,280,9.30,0,0,40.2,77777,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +1976,1,14,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,2.20,-6.10,55,101100,0,0,231,0,0,0,0,0,0,0,270,6.70,1,1,40.2,77777,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1976,1,14,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,2.20,-8.90,44,101200,0,0,220,0,0,0,0,0,0,0,260,8.80,0,0,40.2,77777,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +1976,1,14,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,1.70,-9.40,44,101200,0,0,219,0,0,0,0,0,0,0,270,7.70,0,0,40.2,77777,9,999999999,6,0.0000,0,88,0.000,0.0,1.0 +1976,1,14,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,1.10,-8.90,48,101300,0,0,218,0,0,0,0,0,0,0,270,8.20,0,0,40.2,77777,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +1976,1,14,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,1.10,-8.90,48,101300,0,0,218,0,0,0,0,0,0,0,280,8.20,0,0,40.2,77777,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +1976,1,14,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,0.00,-10.60,45,101300,0,0,213,0,0,0,0,0,0,0,290,9.30,0,0,40.2,77777,9,999999999,6,0.0000,0,88,0.000,0.0,1.0 +1976,1,15,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-0.60,-10.60,47,101300,0,0,211,0,0,0,0,0,0,0,270,5.70,0,0,32.2,77777,9,999999999,6,0.0000,0,88,0.000,0.0,1.0 +1976,1,15,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-0.60,-10.60,47,101300,0,0,210,0,0,0,0,0,0,0,270,6.20,0,0,32.2,77777,9,999999999,6,0.0000,0,88,0.000,0.0,1.0 +1976,1,15,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-1.10,-10.60,49,101300,0,0,208,0,0,0,0,0,0,0,250,8.80,0,0,32.2,77777,9,999999999,6,0.0000,0,88,0.000,0.0,1.0 +1976,1,15,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-1.10,-11.10,47,101300,0,0,207,0,0,0,0,0,0,0,270,8.20,0,0,32.2,77777,9,999999999,6,0.0000,0,88,0.000,0.0,1.0 +1976,1,15,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-1.10,-11.10,47,101400,0,0,206,0,0,0,0,0,0,0,270,7.20,0,0,32.2,77777,9,999999999,6,0.0000,0,88,0.000,0.0,1.0 +1976,1,15,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-1.70,-10.00,53,101500,0,0,269,0,0,0,0,0,0,0,260,9.30,8,8,32.2,1310,9,999999999,6,0.0000,0,88,0.000,0.0,1.0 +1976,1,15,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-1.70,-9.40,56,101500,0,0,237,0,0,0,0,0,0,0,260,6.20,4,4,32.2,77777,9,999999999,6,0.0000,0,88,0.000,0.0,1.0 +1976,1,15,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-1.70,-8.90,58,101600,66,1119,228,31,113,22,3000,4400,2800,390,290,6.70,3,3,24.1,77777,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +1976,1,15,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-1.70,-11.10,49,101700,271,1414,209,141,564,32,14600,44500,6000,660,290,7.20,1,1,24.1,77777,9,999999999,6,0.0000,0,88,0.000,0.0,1.0 +1976,1,15,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-1.70,-12.80,43,101800,444,1414,224,267,604,77,27700,54000,10600,1450,270,7.70,3,3,24.1,77777,9,999999999,5,0.0000,0,88,0.000,0.0,1.0 +1976,1,15,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-1.10,-12.80,41,101800,564,1414,252,230,226,140,24800,22400,15800,2870,290,10.30,6,6,24.1,1400,9,999999999,5,0.0000,0,88,0.000,0.0,1.0 +1976,1,15,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-1.70,-13.30,41,101800,622,1414,249,369,477,158,38600,46700,17900,3200,280,9.30,6,6,24.1,1310,9,999999999,5,0.0000,0,88,0.000,0.0,1.0 +1976,1,15,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-1.70,-13.30,41,101800,615,1414,258,250,102,205,27400,10000,23000,5700,290,8.80,7,7,24.1,1310,9,999999999,5,0.0000,0,88,0.000,0.0,1.0 +1976,1,15,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-1.10,-12.80,41,101800,543,1414,260,265,224,179,28700,21800,20300,4160,300,8.20,7,7,24.1,1310,9,999999999,5,0.0000,0,88,0.000,0.0,1.0 +1976,1,15,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-1.10,-13.90,38,101900,410,1414,225,195,350,94,20500,30600,11600,1750,300,9.80,3,3,24.1,77777,9,999999999,5,0.0000,0,88,0.000,0.0,1.0 +1976,1,15,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-1.70,-13.90,39,102000,227,1414,215,94,281,49,9900,19000,6800,880,280,7.70,2,2,32.2,77777,9,999999999,5,0.0000,0,88,0.000,0.0,1.0 +1976,1,15,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-2.20,-14.40,39,102100,35,813,197,21,0,11,1700,4600,1500,210,290,8.20,0,0,32.2,77777,9,999999999,5,0.0000,0,88,0.000,0.0,1.0 +1976,1,15,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-2.20,-13.90,41,102200,0,0,199,0,0,0,0,0,0,0,290,7.70,0,0,32.2,77777,9,999999999,5,0.0000,0,88,0.000,0.0,1.0 +1976,1,15,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-3.30,-15.00,40,102300,0,0,195,0,0,0,0,0,0,0,290,8.20,0,0,32.2,77777,9,999999999,5,0.0000,0,88,0.000,0.0,1.0 +1976,1,15,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-3.90,-14.40,44,102400,0,0,195,0,0,0,0,0,0,0,290,7.70,0,0,32.2,77777,9,999999999,5,0.0000,0,88,0.000,0.0,1.0 +1976,1,15,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-3.90,-15.00,42,102300,0,0,211,0,0,0,0,0,0,0,290,6.20,3,2,32.2,77777,9,999999999,5,0.0000,0,88,0.000,0.0,1.0 +1976,1,15,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-3.90,-15.00,42,102400,0,0,228,0,0,0,0,0,0,0,290,6.70,10,4,32.2,77777,9,999999999,5,0.0000,0,88,0.000,0.0,1.0 +1976,1,15,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-4.40,-14.40,46,102400,0,0,227,0,0,0,0,0,0,0,280,7.20,10,4,32.2,77777,9,999999999,5,0.0000,0,88,0.000,0.0,1.0 +1976,1,15,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-4.40,-14.40,46,102500,0,0,219,0,0,0,0,0,0,0,280,6.20,9,3,32.2,77777,9,999999999,5,0.0000,0,88,0.000,0.0,1.0 +1976,1,16,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-3.90,-14.40,44,102500,0,0,237,0,0,0,0,0,0,0,290,4.60,10,5,32.2,77777,9,999999999,5,0.0000,0,88,0.000,0.0,1.0 +1976,1,16,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-4.40,-13.90,48,102500,0,0,235,0,0,0,0,0,0,0,280,4.60,10,5,32.2,77777,9,999999999,5,0.0000,0,88,0.000,0.0,1.0 +1976,1,16,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-5.00,-12.80,55,102500,0,0,233,0,0,0,0,0,0,0,340,2.60,10,5,32.2,77777,9,999999999,5,0.0000,0,88,0.000,0.0,1.0 +1976,1,16,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-5.00,-12.20,57,102500,0,0,241,0,0,0,0,0,0,0,280,2.60,10,6,24.1,7620,9,999999999,6,0.0000,0,88,0.000,0.0,1.0 +1976,1,16,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-5.00,-12.20,57,102400,0,0,272,0,0,0,0,0,0,0,180,2.60,10,10,24.1,6100,9,999999999,6,0.0000,0,88,0.000,0.0,1.0 +1976,1,16,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-5.00,-12.20,57,102300,0,0,271,0,0,0,0,0,0,0,170,3.60,10,10,24.1,2130,9,999999999,6,0.0000,0,88,0.000,0.0,1.0 +1976,1,16,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-5.00,-12.20,57,102300,0,0,271,0,0,0,0,0,0,0,160,3.10,10,10,20.9,6100,9,999999999,6,0.0000,0,88,0.000,0.0,1.0 +1976,1,16,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-4.40,-12.20,55,102200,68,1119,273,6,0,6,700,0,700,240,150,4.10,10,10,16.1,3050,9,999999999,6,0.0000,0,88,0.000,0.0,1.0 +1976,1,16,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-3.90,-12.20,53,102200,273,1414,275,67,8,65,7500,300,7400,2250,170,4.10,10,10,16.1,6100,9,999999999,6,0.0000,0,88,0.000,0.0,1.0 +1976,1,16,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-2.80,-12.20,49,102100,447,1414,280,137,16,132,15300,1100,14900,4600,150,5.20,10,10,16.1,6100,9,999999999,6,0.0000,0,88,0.000,0.0,1.0 +1976,1,16,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-1.10,-12.20,43,101900,567,1414,287,199,2,198,22000,200,21900,6810,140,4.60,10,10,16.1,6100,9,999999999,6,0.0000,0,88,0.000,0.0,1.0 +1976,1,16,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,0.60,-12.20,38,101600,626,1414,294,168,6,165,19100,500,18900,6490,140,6.70,10,10,16.1,6100,9,999999999,6,0.0000,0,88,0.000,0.0,1.0 +1976,1,16,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,1.10,-12.20,37,101500,619,1414,296,167,6,164,18900,500,18700,6430,150,6.20,10,10,16.1,4880,9,999999999,6,0.0000,0,88,0.000,0.0,1.0 +1976,1,16,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,2.20,-7.20,50,101300,547,1414,302,195,4,194,21600,300,21500,6560,140,5.20,10,10,16.1,4880,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +1976,1,16,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,2.20,-2.20,73,101200,415,1414,304,120,3,119,13300,200,13300,4140,150,4.10,10,10,11.3,640,9,999999999,10,0.0000,0,88,0.000,0.0,1.0 +1976,1,16,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,2.80,0.00,82,101100,232,1414,308,36,1,36,4200,0,4200,1360,150,6.20,10,10,11.3,550,9,999999999,11,0.0000,0,88,0.000,0.8,1.0 +1976,1,16,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,2.80,1.10,89,100900,37,836,309,8,0,8,1000,0,1000,300,150,5.70,10,10,8.0,460,9,999999999,12,0.0000,0,88,0.000,2.5,1.0 +1976,1,16,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,2.80,1.70,92,100900,0,0,309,0,0,0,0,0,0,0,180,3.10,10,10,8.0,640,9,999999999,12,0.0000,0,88,0.000,3.3,1.0 +1976,1,16,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,3.30,1.70,89,100700,0,0,311,0,0,0,0,0,0,0,180,4.10,10,10,6.4,670,9,999999999,12,0.0000,0,88,0.000,1.8,1.0 +1976,1,16,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,3.90,2.20,89,100600,0,0,315,0,0,0,0,0,0,0,190,3.10,10,10,9.7,670,9,999999999,12,0.0000,0,88,0.000,0.3,1.0 +1976,1,16,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,2.80,1.70,92,100400,0,0,310,0,0,0,0,0,0,0,210,2.10,10,10,16.1,730,9,999999999,12,0.0000,0,88,0.000,0.0,1.0 +1976,1,16,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,3.30,2.20,93,100400,0,0,312,0,0,0,0,0,0,0,280,4.60,10,10,16.1,370,9,999999999,12,0.0000,0,88,0.000,0.0,1.0 +1976,1,16,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,2.80,1.10,89,100300,0,0,310,0,0,0,0,0,0,0,310,4.60,10,10,2.4,180,9,999999999,12,0.0000,0,88,0.000,0.0,1.0 +1976,1,16,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,1.70,0.00,89,100300,0,0,262,0,0,0,0,0,0,0,310,3.60,4,4,16.1,77777,9,999999999,11,0.0000,0,88,0.000,0.0,1.0 +1976,1,17,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,1.10,-1.10,85,100200,0,0,230,0,0,0,0,0,0,0,310,4.60,0,0,19.3,77777,9,999999999,10,0.0000,0,88,0.000,0.0,1.0 +1976,1,17,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,0.00,-1.70,89,100300,0,0,225,0,0,0,0,0,0,0,300,4.60,2,0,11.3,77777,9,999999999,10,0.0000,0,88,0.000,0.0,1.0 +1976,1,17,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-0.60,-2.80,85,100300,0,0,221,0,0,0,0,0,0,0,300,4.10,2,0,12.9,77777,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1976,1,17,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-0.60,-3.30,82,100400,0,0,226,0,0,0,0,0,0,0,300,5.70,6,1,19.3,77777,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1976,1,17,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-0.60,-5.00,72,100500,0,0,223,0,0,0,0,0,0,0,300,6.70,4,1,24.1,77777,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1976,1,17,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-1.10,-6.70,66,100500,0,0,218,0,0,0,0,0,0,0,300,6.20,6,1,24.1,77777,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +1976,1,17,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-1.70,-7.80,63,100500,0,0,214,0,0,0,0,0,0,0,310,4.60,6,1,24.1,77777,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +1976,1,17,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-2.20,-8.30,63,100600,69,1143,227,29,72,23,2900,2500,2800,410,310,7.20,7,3,24.1,77777,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +1976,1,17,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-2.80,-8.90,63,100700,276,1414,272,72,21,68,7900,1700,7600,1710,310,8.20,10,9,24.1,2440,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +1976,1,17,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-3.30,-10.00,60,100800,450,1414,221,240,402,111,24900,36200,13400,2100,310,7.70,7,3,24.1,77777,9,999999999,6,0.0000,0,88,0.000,0.0,1.0 +1976,1,17,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-3.90,-10.60,60,100800,571,1414,234,300,424,128,31700,40800,15200,2500,320,7.70,7,5,24.1,2440,9,999999999,6,0.0000,0,88,0.000,0.0,1.0 +1976,1,17,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-2.80,-11.10,53,100700,630,1414,196,419,791,66,44600,76900,10200,1460,330,7.20,0,0,24.1,77777,9,999999999,6,0.0000,0,88,0.000,0.0,1.0 +1976,1,17,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-2.80,-13.30,44,100700,624,1414,193,435,838,65,45700,80400,10000,1390,320,8.80,0,0,24.1,77777,9,999999999,5,0.0000,0,88,0.000,0.0,1.0 +1976,1,17,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-2.80,-15.60,37,100700,552,1414,200,280,527,75,29800,50200,10100,1520,340,7.20,1,1,24.1,77777,9,999999999,5,0.0000,0,88,0.000,0.0,1.0 +1976,1,17,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-2.80,-16.10,35,100700,420,1414,191,259,676,59,26700,60000,8800,1120,330,8.80,3,0,24.1,77777,9,999999999,5,0.0000,0,88,0.000,0.0,1.0 +1976,1,17,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-4.40,-17.80,35,100800,237,1414,220,102,225,65,10800,15300,8200,1240,340,8.80,10,4,24.1,77777,9,999999999,4,0.0000,0,88,0.000,0.0,1.0 +1976,1,17,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-5.60,-17.80,38,100700,40,860,242,16,5,15,1700,300,1700,360,330,7.70,10,7,24.1,4880,9,999999999,4,0.0000,0,88,0.000,0.0,1.0 +1976,1,17,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-6.70,-20.00,34,100700,0,0,263,0,0,0,0,0,0,0,330,9.80,10,10,24.1,3960,9,999999999,4,0.0000,0,88,0.000,0.0,1.0 +1976,1,17,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-7.80,-20.60,35,100600,0,0,259,0,0,0,0,0,0,0,330,9.80,10,10,24.1,3960,9,999999999,4,0.0000,0,88,0.000,0.0,1.0 +1976,1,17,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-8.30,-20.60,37,100900,0,0,257,0,0,0,0,0,0,0,330,6.20,10,10,24.1,3050,9,999999999,4,0.0000,0,88,0.000,0.0,1.0 +1976,1,17,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-8.90,-20.60,39,100700,0,0,255,0,0,0,0,0,0,0,340,8.80,10,10,24.1,2740,9,999999999,4,0.0000,0,88,0.000,0.0,1.0 +1976,1,17,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-9.40,-21.10,38,100800,0,0,253,0,0,0,0,0,0,0,320,7.70,10,10,24.1,3050,9,999999999,4,0.0000,0,88,0.000,0.0,1.0 +1976,1,17,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-10.00,-21.10,40,100900,0,0,251,0,0,0,0,0,0,0,330,7.70,10,10,24.1,3350,9,999999999,4,0.0000,0,88,0.000,0.0,1.0 +1976,1,17,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-11.10,-21.70,42,100900,0,0,246,0,0,0,0,0,0,0,320,8.20,10,10,24.1,3350,9,999999999,4,0.0000,0,88,0.000,0.0,1.0 +1976,1,18,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-11.70,-22.20,42,100900,0,0,244,0,0,0,0,0,0,0,310,7.70,10,10,24.1,3960,9,999999999,4,0.0000,0,88,0.000,0.0,1.0 +1976,1,18,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-12.20,-22.80,41,101100,0,0,235,0,0,0,0,0,0,0,310,7.20,10,9,24.1,3960,9,999999999,3,0.0000,0,88,0.000,0.0,1.0 +1976,1,18,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-12.80,-23.30,41,101200,0,0,225,0,0,0,0,0,0,0,330,6.70,10,8,24.1,4880,9,999999999,3,0.0000,0,88,0.000,0.0,1.0 +1976,1,18,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-13.30,-23.90,41,101300,0,0,162,0,0,0,0,0,0,0,320,7.20,2,0,24.1,77777,9,999999999,3,0.0000,0,88,0.000,0.0,1.0 +1976,1,18,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-13.90,-24.40,41,101500,0,0,160,0,0,0,0,0,0,0,310,6.70,2,0,24.1,77777,9,999999999,3,0.0000,0,88,0.000,0.0,1.0 +1976,1,18,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-14.40,-25.00,41,101500,0,0,157,0,0,0,0,0,0,0,310,6.70,2,0,24.1,77777,9,999999999,3,0.0000,0,88,0.000,0.0,1.0 +1976,1,18,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-14.40,-25.00,41,101700,0,0,156,0,0,0,0,0,0,0,320,7.20,0,0,24.1,77777,9,999999999,3,0.0000,0,88,0.000,0.0,1.0 +1976,1,18,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-15.00,-25.60,40,101800,71,1142,154,35,216,17,3200,10100,2500,310,330,7.70,0,0,24.1,77777,9,999999999,3,0.0000,0,88,0.000,0.0,1.0 +1976,1,18,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-15.00,-25.00,43,102000,278,1413,154,158,618,35,16200,49100,6500,710,320,8.20,0,0,24.1,77777,9,999999999,3,0.0000,0,88,0.000,0.0,1.0 +1976,1,18,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-13.90,-25.00,39,102200,453,1413,156,296,773,47,31200,70500,8500,1050,320,7.20,0,0,24.1,77777,9,999999999,3,0.0000,0,88,0.000,0.0,1.0 +1976,1,18,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-12.20,-23.30,39,102200,574,1413,160,401,848,56,42300,80500,9400,1270,310,7.70,0,0,24.1,77777,9,999999999,3,0.0000,0,88,0.000,0.0,1.0 +1976,1,18,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-11.10,-22.80,38,102200,634,1413,163,457,883,60,48100,85000,9800,1380,320,5.70,0,0,24.1,77777,9,999999999,3,0.0000,0,88,0.000,0.0,1.0 +1976,1,18,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-9.40,-22.80,33,102200,628,1413,168,449,876,59,47300,84200,9700,1360,310,7.70,0,0,24.1,77777,9,999999999,3,0.0000,0,88,0.000,0.0,1.0 +1976,1,18,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-7.80,-22.80,29,102400,557,1413,172,387,845,54,40800,79900,9200,1230,310,5.70,0,0,24.1,77777,9,999999999,3,0.0000,0,88,0.000,0.0,1.0 +1976,1,18,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-7.80,-23.90,26,102500,425,1413,172,273,761,45,28900,68500,8300,1000,310,5.20,0,0,24.1,77777,9,999999999,3,0.0000,0,88,0.000,0.0,1.0 +1976,1,18,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-7.80,-24.40,25,102600,242,1413,173,128,563,33,13300,42500,6000,650,330,7.70,0,0,24.1,77777,9,999999999,3,0.0000,0,88,0.000,0.0,1.0 +1976,1,18,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-8.90,-25.00,26,102700,43,883,170,25,131,13,2100,5600,1800,240,310,6.20,0,0,32.2,77777,9,999999999,3,0.0000,0,88,0.000,0.0,1.0 +1976,1,18,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-10.60,-26.70,25,102800,0,0,166,0,0,0,0,0,0,0,320,6.70,0,0,32.2,77777,9,999999999,3,0.0000,0,88,0.000,0.0,1.0 +1976,1,18,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-11.70,-26.70,28,103000,0,0,164,0,0,0,0,0,0,0,330,6.70,0,0,32.2,77777,9,999999999,3,0.0000,0,88,0.000,0.0,1.0 +1976,1,18,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-12.20,-26.70,29,103100,0,0,164,0,0,0,0,0,0,0,330,5.20,0,0,32.2,77777,9,999999999,3,0.0000,0,88,0.000,0.0,1.0 +1976,1,18,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-13.30,-26.70,32,103200,0,0,162,0,0,0,0,0,0,0,320,5.70,0,0,32.2,77777,9,999999999,3,0.0000,0,88,0.000,0.0,1.0 +1976,1,18,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-13.90,-26.70,33,103300,0,0,161,0,0,0,0,0,0,0,340,5.20,0,0,32.2,77777,9,999999999,3,0.0000,0,88,0.000,0.0,1.0 +1976,1,18,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-13.90,-26.10,35,103300,0,0,162,0,0,0,0,0,0,0,320,4.60,0,0,32.2,77777,9,999999999,3,0.0000,0,88,0.000,0.0,1.0 +1976,1,18,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-14.40,-26.10,37,103300,0,0,160,0,0,0,0,0,0,0,340,6.20,0,0,24.1,77777,9,999999999,3,0.0000,0,88,0.000,0.0,1.0 +1976,1,19,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-14.40,-25.60,39,103400,0,0,161,0,0,0,0,0,0,0,330,4.10,0,0,24.1,77777,9,999999999,3,0.0000,0,88,0.000,0.0,1.0 +1976,1,19,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-14.40,-25.00,41,103400,0,0,161,0,0,0,0,0,0,0,330,3.60,0,0,24.1,77777,9,999999999,3,0.0000,0,88,0.000,0.0,1.0 +1976,1,19,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-14.40,-25.60,39,103500,0,0,160,0,0,0,0,0,0,0,320,5.20,0,0,24.1,77777,9,999999999,3,0.0000,0,88,0.000,0.0,1.0 +1976,1,19,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-14.40,-25.00,41,103500,0,0,159,0,0,0,0,0,0,0,330,3.10,0,0,24.1,77777,9,999999999,3,0.0000,0,88,0.000,0.0,1.0 +1976,1,19,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-14.40,-24.40,43,103500,0,0,159,0,0,0,0,0,0,0,320,3.10,0,0,24.1,77777,9,999999999,3,0.0000,0,88,0.000,0.0,1.0 +1976,1,19,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-15.00,-23.90,47,103600,0,0,157,0,0,0,0,0,0,0,320,3.60,0,0,24.1,77777,9,999999999,3,0.0000,0,88,0.000,0.0,1.0 +1976,1,19,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-15.00,-22.80,52,103600,0,0,157,0,0,0,0,0,0,0,300,5.20,0,0,24.1,77777,9,999999999,3,0.0000,0,88,0.000,0.0,1.0 +1976,1,19,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-15.00,-22.80,52,103600,73,1166,156,30,104,21,2900,4200,2700,370,310,4.10,0,0,24.1,77777,9,999999999,3,0.0000,0,88,0.000,0.0,1.0 +1976,1,19,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-14.40,-21.70,55,103700,281,1413,157,143,464,50,14700,35500,7600,910,320,3.10,0,0,24.1,77777,9,999999999,4,0.0000,0,88,0.000,0.0,1.0 +1976,1,19,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-11.10,-21.70,42,103700,456,1413,165,280,651,68,29200,59100,10000,1310,270,2.10,0,0,24.1,77777,9,999999999,4,0.0000,0,88,0.000,0.0,1.0 +1976,1,19,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-8.90,-20.60,39,103700,578,1413,171,385,739,81,39500,70000,10800,1570,330,2.10,0,0,19.3,77777,9,999999999,4,0.0000,0,88,0.000,0.0,1.0 +1976,1,19,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-6.70,-19.40,36,103500,639,1413,177,438,775,87,45300,74600,11400,1730,140,1.00,0,0,16.1,77777,9,999999999,4,0.0000,0,88,0.000,0.0,1.0 +1976,1,19,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-6.10,-17.20,41,103500,633,1413,181,432,771,87,44700,74100,11400,1720,160,2.10,0,0,16.1,77777,9,999999999,4,0.0000,0,88,0.000,0.0,1.0 +1976,1,19,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-5.60,-16.10,44,103400,562,1413,184,366,724,79,38800,69200,11200,1600,150,2.60,0,0,16.1,77777,9,999999999,5,0.0000,0,88,0.000,0.0,1.0 +1976,1,19,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-5.00,-16.10,42,103400,430,1413,186,254,622,65,26600,55500,9700,1240,140,1.50,0,0,16.1,77777,9,999999999,5,0.0000,0,88,0.000,0.0,1.0 +1976,1,19,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-5.00,-16.70,40,103400,247,1413,186,116,407,46,12000,29400,6800,820,170,2.10,0,0,16.1,77777,9,999999999,4,0.0000,0,88,0.000,0.0,1.0 +1976,1,19,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-5.00,-19.40,32,103300,45,930,185,20,54,15,1900,1600,1900,260,230,3.60,0,0,19.3,77777,9,999999999,4,0.0000,0,88,0.000,0.0,1.0 +1976,1,19,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-5.60,-16.70,42,103200,0,0,186,0,0,0,0,0,0,0,150,5.70,0,0,19.3,77777,9,999999999,4,0.0000,0,88,0.000,0.0,1.0 +1976,1,19,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-5.60,-13.90,52,103200,0,0,190,0,0,0,0,0,0,0,170,5.20,0,0,19.3,77777,9,999999999,5,0.0000,0,88,0.000,0.0,1.0 +1976,1,19,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-6.10,-12.80,60,103200,0,0,191,0,0,0,0,0,0,0,200,4.10,0,0,19.3,77777,9,999999999,5,0.0000,0,88,0.000,0.0,1.0 +1976,1,19,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-5.60,-12.80,57,103100,0,0,193,0,0,0,0,0,0,0,210,4.10,0,0,19.3,77777,9,999999999,5,0.0000,0,88,0.000,0.0,1.0 +1976,1,19,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-5.60,-13.30,55,103100,0,0,193,0,0,0,0,0,0,0,230,5.70,0,0,19.3,77777,9,999999999,5,0.0000,0,88,0.000,0.0,1.0 +1976,1,19,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-6.10,-13.90,55,103000,0,0,191,0,0,0,0,0,0,0,240,5.70,0,0,19.3,77777,9,999999999,5,0.0000,0,88,0.000,0.0,1.0 +1976,1,19,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-6.10,-13.90,55,102900,0,0,191,0,0,0,0,0,0,0,230,5.20,0,0,19.3,77777,9,999999999,5,0.0000,0,88,0.000,0.0,1.0 +1976,1,20,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-6.10,-11.70,65,102800,0,0,194,0,0,0,0,0,0,0,230,5.70,0,0,19.3,77777,9,999999999,6,0.0000,0,88,0.000,0.0,1.0 +1976,1,20,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-6.10,-10.60,71,102700,0,0,202,0,0,0,0,0,0,0,210,5.20,2,1,19.3,77777,9,999999999,6,0.0000,0,88,0.000,0.0,1.0 +1976,1,20,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-6.10,-10.60,71,102600,0,0,194,0,0,0,0,0,0,0,220,5.70,2,0,20.9,77777,9,999999999,6,0.0000,0,88,0.000,0.0,1.0 +1976,1,20,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-5.00,-10.00,68,102500,0,0,197,0,0,0,0,0,0,0,240,6.20,2,0,20.9,77777,9,999999999,6,0.0000,0,88,0.000,0.0,1.0 +1976,1,20,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-5.00,-9.40,71,102500,0,0,227,0,0,0,0,0,0,0,220,4.60,5,4,20.9,77777,9,999999999,6,0.0000,0,88,0.000,0.0,1.0 +1976,1,20,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-3.90,-8.30,72,102400,0,0,277,0,0,0,0,0,0,0,220,7.20,10,10,20.9,1830,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +1976,1,20,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-2.80,-9.40,61,102400,0,0,281,0,0,0,0,0,0,0,220,6.70,10,10,20.9,1830,9,999999999,6,0.0000,0,88,0.000,0.0,1.0 +1976,1,20,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-2.20,-10.00,56,102300,75,1166,283,13,2,13,1500,0,1500,480,230,7.70,10,10,20.9,1520,9,999999999,6,0.0000,0,88,0.000,0.0,1.0 +1976,1,20,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-1.70,-10.60,51,102300,284,1413,285,61,17,58,6700,1400,6500,1520,240,7.70,10,10,20.9,1980,9,999999999,6,0.0000,0,88,0.000,0.0,1.0 +1976,1,20,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-0.60,-9.40,51,102200,460,1413,290,127,5,126,14300,300,14200,4550,240,7.70,10,10,20.9,1220,9,999999999,6,0.0000,0,88,0.000,0.0,1.0 +1976,1,20,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,1.10,-8.90,48,102100,582,1413,280,224,136,168,24500,13500,18900,3960,240,8.80,10,8,20.9,1220,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +1976,1,20,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,1.10,-8.30,50,102000,643,1413,297,171,10,166,19500,800,19100,6620,250,6.70,10,10,20.9,1310,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +1976,1,20,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,1.10,-7.20,54,101900,637,1413,297,179,4,177,20300,300,20100,6880,250,8.80,10,10,20.9,1310,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +1976,1,20,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,0.60,-3.90,72,101900,566,1413,296,179,5,177,20000,400,19800,6390,240,6.70,10,10,2.4,210,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1976,1,20,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,0.00,-2.80,82,101900,435,1413,294,112,4,111,12600,200,12600,4060,250,7.20,10,10,2.4,270,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1976,1,20,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,0.00,-2.80,82,101900,252,1413,295,47,3,46,5300,100,5300,1700,270,5.20,10,10,4.8,240,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1976,1,20,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,0.00,-2.80,82,101800,49,954,295,12,0,12,1400,0,1400,430,240,4.60,10,10,11.3,1310,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1976,1,20,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,0.00,-3.30,79,101800,0,0,295,0,0,0,0,0,0,0,230,4.60,10,10,11.3,2440,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1976,1,20,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-0.60,-3.30,82,101900,0,0,278,0,0,0,0,0,0,0,240,5.20,8,8,16.1,2440,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1976,1,20,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-1.10,-3.90,82,101900,0,0,239,0,0,0,0,0,0,0,250,3.60,3,3,16.1,77777,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1976,1,20,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-1.70,-3.90,85,101800,0,0,216,0,0,0,0,0,0,0,250,5.70,0,0,16.1,77777,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1976,1,20,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-2.20,-4.40,85,101800,0,0,236,0,0,0,0,0,0,0,250,3.60,3,3,16.1,77777,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1976,1,20,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-2.20,-4.40,85,101800,0,0,215,0,0,0,0,0,0,0,250,3.60,2,0,11.3,77777,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1976,1,20,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-2.20,-5.00,82,101800,0,0,214,0,0,0,0,0,0,0,250,4.60,0,0,11.3,77777,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1976,1,21,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-2.20,-5.60,78,101700,0,0,213,0,0,0,0,0,0,0,250,4.60,0,0,12.9,77777,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1976,1,21,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-2.80,-5.60,81,101700,0,0,211,0,0,0,0,0,0,0,260,3.60,0,0,14.5,77777,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1976,1,21,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-2.80,-6.10,78,101700,0,0,209,0,0,0,0,0,0,0,250,3.60,0,0,11.3,77777,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1976,1,21,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-2.80,-6.10,78,101600,0,0,208,0,0,0,0,0,0,0,270,3.60,0,0,11.3,77777,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1976,1,21,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-5.00,-7.20,85,101600,0,0,199,0,0,0,0,0,0,0,250,1.50,2,0,11.3,77777,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +1976,1,21,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-3.30,-6.70,78,101600,0,0,204,0,0,0,0,0,0,0,280,4.10,2,0,11.3,77777,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +1976,1,21,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-4.40,-7.20,81,101600,0,0,199,0,0,0,0,0,0,0,240,3.60,0,0,11.3,77777,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +1976,1,21,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-4.40,-7.20,81,101600,77,1189,198,37,216,18,3400,10300,2700,330,220,4.10,0,0,12.9,77777,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +1976,1,21,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-2.80,-6.70,75,101500,287,1413,203,155,581,36,16000,46600,6400,730,240,3.60,0,0,12.9,77777,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +1976,1,21,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-0.60,-6.10,66,101500,463,1413,218,266,587,73,27800,53400,10200,1400,200,1.50,3,1,12.9,77777,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1976,1,21,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,1.10,-6.10,59,101300,586,1413,248,337,477,138,35500,46200,16200,2730,190,0.50,8,4,11.3,77777,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1976,1,21,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,1.10,-4.40,67,101200,647,1413,258,339,408,151,35800,40300,17200,3070,160,2.10,10,5,11.3,77777,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1976,1,21,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,2.20,-5.00,59,101000,642,1413,303,111,7,108,13100,500,12900,4760,230,4.10,10,10,24.1,5490,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1976,1,21,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,2.80,-6.70,50,100800,572,1413,305,154,10,151,17600,700,17300,5810,200,3.10,10,10,24.1,4570,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +1976,1,21,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,2.20,-6.10,55,100700,440,1413,303,138,1,137,15200,100,15200,4660,160,3.60,10,10,20.9,4570,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1976,1,21,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,2.20,-3.90,64,100600,257,1413,304,81,5,80,8900,200,8800,2490,140,3.60,10,10,20.9,2440,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1976,1,21,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,2.20,-3.90,64,100500,52,977,304,11,0,11,1300,0,1300,410,170,4.60,10,10,19.3,1160,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1976,1,21,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,1.70,-3.90,67,100400,0,0,302,0,0,0,0,0,0,0,170,5.20,10,10,19.3,520,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1976,1,21,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,1.10,-3.90,70,100200,0,0,300,0,0,0,0,0,0,0,120,3.10,10,10,19.3,520,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1976,1,21,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,1.10,-3.90,70,100000,0,0,300,0,0,0,0,0,0,0,120,3.10,10,10,11.3,520,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1976,1,21,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,1.10,-3.90,70,99900,0,0,300,0,0,0,0,0,0,0,90,4.10,10,10,8.0,520,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1976,1,21,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,0.60,-2.20,82,99700,0,0,298,0,0,0,0,0,0,0,110,2.60,10,10,2.4,310,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1976,1,21,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,0.60,-1.70,85,99600,0,0,299,0,0,0,0,0,0,0,40,1.00,10,10,0.8,120,9,999999999,10,0.0000,0,88,0.000,0.0,1.0 +1976,1,21,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,0.00,-1.70,89,99400,0,0,296,0,0,0,0,0,0,0,360,4.60,10,10,1.6,150,9,999999999,10,0.0000,0,88,0.000,0.0,1.0 +1976,1,22,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,0.00,-1.70,89,99300,0,0,296,0,0,0,0,0,0,0,340,4.60,10,10,1.6,210,9,999999999,10,0.0000,0,88,0.000,0.0,1.0 +1976,1,22,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-0.60,-2.20,89,99300,0,0,293,0,0,0,0,0,0,0,320,4.10,10,10,1.6,180,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1976,1,22,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-0.60,-2.20,89,99200,0,0,293,0,0,0,0,0,0,0,310,5.20,10,10,1.6,180,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1976,1,22,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-0.60,-2.80,85,99200,0,0,293,0,0,0,0,0,0,0,300,5.20,10,10,4.8,6100,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1976,1,22,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-1.10,-3.90,82,99200,0,0,290,0,0,0,0,0,0,0,290,6.70,10,10,9.7,1980,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1976,1,22,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-1.10,-6.70,66,99200,0,0,289,0,0,0,0,0,0,0,290,7.70,10,10,16.1,1520,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +1976,1,22,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-1.10,-6.70,66,99300,0,0,289,0,0,0,0,0,0,0,290,7.70,10,10,19.3,1980,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +1976,1,22,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-1.70,-8.30,61,99300,80,1212,269,41,60,35,4200,2700,4000,720,280,9.30,10,8,20.9,1980,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +1976,1,22,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-2.20,-8.30,63,99400,291,1412,259,123,103,102,13200,8100,11500,2200,290,8.20,10,7,20.9,6100,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +1976,1,22,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-2.20,-9.40,58,99400,467,1412,208,278,517,106,29200,47200,13500,2000,280,10.30,10,1,20.9,77777,9,999999999,6,0.0000,0,88,0.000,0.0,1.0 +1976,1,22,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-2.20,-10.60,53,99400,590,1412,198,419,839,67,44100,80600,10300,1430,290,10.30,2,0,22.5,77777,9,999999999,6,0.0000,0,88,0.000,0.0,1.0 +1976,1,22,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-3.90,-12.80,50,99400,652,1412,198,445,736,105,46800,71800,13500,2170,290,5.20,4,1,24.1,77777,9,999999999,5,0.0000,0,88,0.000,0.0,1.0 +1976,1,22,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-5.60,-13.90,52,99500,647,1412,184,474,899,62,49900,86800,10000,1410,280,12.90,0,0,24.1,77777,9,999999999,5,0.0000,0,88,0.000,0.0,1.0 +1976,1,22,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-6.70,-17.80,41,99500,577,1412,178,414,876,57,43700,83200,9600,1280,290,14.90,0,0,24.1,77777,9,999999999,4,0.0000,0,88,0.000,0.0,1.0 +1976,1,22,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-7.80,-22.20,31,99600,445,1412,172,298,801,47,31600,72800,8600,1040,280,15.40,0,0,24.1,77777,9,999999999,3,0.0000,0,88,0.000,0.0,1.0 +1976,1,22,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-9.40,-23.30,32,99700,262,1412,168,148,626,33,15500,48800,6300,670,280,11.30,0,0,24.1,77777,9,999999999,3,0.0000,0,88,0.000,0.0,1.0 +1976,1,22,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-11.10,-25.60,30,99800,55,1000,164,32,190,15,2700,8500,2200,270,300,11.30,0,0,24.1,77777,9,999999999,3,0.0000,0,88,0.000,0.0,1.0 +1976,1,22,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-11.70,-26.10,29,100000,0,0,171,0,0,0,0,0,0,0,280,10.30,1,1,24.1,77777,9,999999999,3,0.0000,0,88,0.000,0.0,1.0 +1976,1,22,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-12.80,-26.70,30,100000,0,0,161,0,0,0,0,0,0,0,290,12.40,0,0,24.1,77777,9,999999999,3,0.0000,0,88,0.000,0.0,1.0 +1976,1,22,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-14.40,-27.80,31,100000,0,0,157,0,0,0,0,0,0,0,290,15.40,0,0,24.1,77777,9,999999999,3,0.0000,0,88,0.000,0.0,1.0 +1976,1,22,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-15.00,-29.40,28,100100,0,0,156,0,0,0,0,0,0,0,290,12.40,0,0,24.1,77777,9,999999999,3,0.0000,0,88,0.000,0.0,1.0 +1976,1,22,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-16.10,-31.10,26,100100,0,0,153,0,0,0,0,0,0,0,290,13.40,0,0,24.1,77777,9,999999999,3,0.0000,0,88,0.000,0.0,1.0 +1976,1,22,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-17.80,-32.20,27,100100,0,0,149,0,0,0,0,0,0,0,300,12.90,0,0,24.1,77777,9,999999999,3,0.0000,0,88,0.000,0.0,1.0 +1976,1,22,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-18.30,-32.20,28,100100,0,0,148,0,0,0,0,0,0,0,330,13.90,0,0,24.1,77777,9,999999999,3,0.0000,0,88,0.000,0.0,1.0 +1976,1,23,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-19.40,-32.20,31,100100,0,0,146,0,0,0,0,0,0,0,300,12.90,0,0,24.1,77777,9,999999999,3,0.0000,0,88,0.000,0.0,1.0 +1976,1,23,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-20.00,-32.20,33,100200,0,0,144,0,0,0,0,0,0,0,290,10.80,0,0,24.1,77777,9,999999999,3,0.0000,0,88,0.000,0.0,1.0 +1976,1,23,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-20.00,-32.20,33,100300,0,0,143,0,0,0,0,0,0,0,290,10.30,0,0,24.1,77777,9,999999999,3,0.0000,0,88,0.000,0.0,1.0 +1976,1,23,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-20.00,-32.20,33,100400,0,0,143,0,0,0,0,0,0,0,280,8.80,0,0,24.1,77777,9,999999999,3,0.0000,0,88,0.000,0.0,1.0 +1976,1,23,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-19.40,-31.70,33,100500,0,0,144,0,0,0,0,0,0,0,300,10.30,0,0,24.1,77777,9,999999999,3,0.0000,0,88,0.000,0.0,1.0 +1976,1,23,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-19.40,-31.70,33,100500,0,0,143,0,0,0,0,0,0,0,310,12.90,0,0,24.1,77777,9,999999999,3,0.0000,0,88,0.000,0.0,1.0 +1976,1,23,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-18.90,-31.10,33,100700,0,0,143,0,0,0,0,0,0,0,300,10.30,0,0,24.1,77777,9,999999999,3,0.0000,0,88,0.000,0.0,1.0 +1976,1,23,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-18.30,-30.00,35,100900,82,1212,144,32,110,23,3200,4600,2900,410,300,8.20,0,0,24.1,77777,9,999999999,3,0.0000,0,88,0.000,0.0,1.0 +1976,1,23,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-17.20,-28.90,36,101000,294,1412,147,156,478,56,16000,37100,8200,1000,290,8.80,0,0,32.2,77777,9,999999999,3,0.0000,0,88,0.000,0.0,1.0 +1976,1,23,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-15.00,-26.70,37,101100,471,1412,152,301,665,78,31300,60600,11000,1490,290,7.70,0,0,32.2,77777,9,999999999,3,0.0000,0,88,0.000,0.0,1.0 +1976,1,23,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-13.90,-26.70,33,101100,595,1412,154,410,752,93,43100,72300,12500,1880,290,7.70,0,0,32.2,77777,9,999999999,3,0.0000,0,88,0.000,0.0,1.0 +1976,1,23,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-12.80,-25.60,34,101100,657,1412,157,467,775,106,49100,75700,13700,2200,290,8.20,1,0,32.2,77777,9,999999999,3,0.0000,0,88,0.000,0.0,1.0 +1976,1,23,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-11.10,-25.00,31,101100,652,1412,162,468,753,121,48800,73000,15000,2450,290,7.70,3,0,32.2,77777,9,999999999,3,0.0000,0,88,0.000,0.0,1.0 +1976,1,23,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-10.60,-25.00,30,101100,582,1412,163,403,713,110,41900,67700,13900,2140,280,8.20,3,0,32.2,77777,9,999999999,3,0.0000,0,88,0.000,0.0,1.0 +1976,1,23,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-9.40,-24.40,29,101100,450,1412,167,283,614,89,29300,54700,11700,1630,270,7.20,3,0,32.2,77777,9,999999999,3,0.0000,0,88,0.000,0.0,1.0 +1976,1,23,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-8.90,-25.00,26,101200,267,1412,186,127,261,79,13400,19000,9800,1550,280,6.20,8,2,32.2,77777,9,999999999,3,0.0000,0,88,0.000,0.0,1.0 +1976,1,23,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-10.00,-25.60,27,101200,59,1024,241,22,9,21,2400,500,2300,500,270,7.20,10,9,32.2,6100,9,999999999,3,0.0000,0,88,0.000,0.0,1.0 +1976,1,23,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-10.00,-25.00,28,101200,0,0,249,0,0,0,0,0,0,0,280,7.20,10,10,32.2,6100,9,999999999,3,0.0000,0,88,0.000,0.0,1.0 +1976,1,23,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-10.60,-25.00,30,101300,0,0,247,0,0,0,0,0,0,0,280,7.20,10,10,24.1,6100,9,999999999,3,0.0000,0,88,0.000,0.0,1.0 +1976,1,23,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-11.10,-25.00,31,101300,0,0,246,0,0,0,0,0,0,0,290,6.70,10,10,24.1,6100,9,999999999,3,0.0000,0,88,0.000,0.0,1.0 +1976,1,23,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-11.10,-24.40,33,101400,0,0,246,0,0,0,0,0,0,0,280,7.20,10,10,24.1,6100,9,999999999,3,0.0000,0,88,0.000,0.0,1.0 +1976,1,23,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-11.10,-25.60,30,101400,0,0,246,0,0,0,0,0,0,0,300,7.70,10,10,24.1,6100,9,999999999,3,0.0000,0,88,0.000,0.0,1.0 +1976,1,23,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-11.70,-20.00,50,101400,0,0,244,0,0,0,0,0,0,0,310,5.70,10,10,20.9,1830,9,999999999,4,0.0000,0,88,0.000,0.0,1.0 +1976,1,23,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-12.20,-17.80,64,101400,0,0,243,0,0,0,0,0,0,0,300,3.60,10,10,4.8,1520,9,999999999,4,0.0000,0,88,0.000,0.0,1.0 +1976,1,24,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-12.20,-17.80,64,101500,0,0,243,0,0,0,0,0,0,0,250,5.70,10,10,4.8,460,9,999999999,4,0.0000,0,88,0.000,0.0,1.0 +1976,1,24,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-12.20,-19.40,55,101500,0,0,243,0,0,0,0,0,0,0,300,4.60,10,10,2.4,430,9,999999999,4,0.0000,0,88,0.000,0.0,1.0 +1976,1,24,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-12.20,-18.90,58,101400,0,0,243,0,0,0,0,0,0,0,320,2.60,10,10,4.8,2440,9,999999999,4,0.0000,0,88,0.000,0.0,1.0 +1976,1,24,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-12.20,-17.80,64,101400,0,0,243,0,0,0,0,0,0,0,330,2.60,10,10,6.4,1160,9,999999999,4,0.0000,0,88,0.000,0.0,1.0 +1976,1,24,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-12.20,-18.30,61,101400,0,0,242,0,0,0,0,0,0,0,330,2.60,10,10,8.0,1070,9,999999999,4,0.0000,0,88,0.000,0.0,1.0 +1976,1,24,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-11.70,-18.90,55,101400,0,0,244,0,0,0,0,0,0,0,350,3.10,10,10,8.0,910,9,999999999,4,0.0000,0,88,0.000,0.0,1.0 +1976,1,24,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-11.70,-18.90,55,101400,0,0,244,0,0,0,0,0,0,0,350,3.10,10,10,9.7,910,9,999999999,4,0.0000,0,88,0.000,0.0,1.0 +1976,1,24,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-11.70,-18.30,58,101500,85,1235,244,15,0,15,1700,0,1700,550,350,2.60,10,10,11.3,910,9,999999999,4,0.0000,0,88,0.000,0.0,1.0 +1976,1,24,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-11.10,-18.30,56,101500,298,1412,246,57,6,55,6400,200,6400,2060,350,2.60,10,10,16.1,880,9,999999999,4,0.0000,0,88,0.000,0.0,1.0 +1976,1,24,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-10.60,-18.90,51,101600,475,1412,247,117,4,116,13300,300,13200,4380,350,2.60,10,10,16.1,1010,9,999999999,4,0.0000,0,88,0.000,0.0,1.0 +1976,1,24,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-10.60,-18.30,53,101600,599,1412,247,181,9,177,20300,700,20000,6630,350,2.60,10,10,12.9,910,9,999999999,4,0.0000,0,88,0.000,0.0,1.0 +1976,1,24,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-10.00,-17.80,53,101500,661,1412,250,206,2,205,23200,200,23100,7750,350,2.60,10,10,12.9,910,9,999999999,4,0.0000,0,88,0.000,0.0,1.0 +1976,1,24,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-9.40,-16.70,56,101500,657,1412,252,184,1,183,20800,100,20800,7170,350,2.60,10,10,17.7,820,9,999999999,4,0.0000,0,88,0.000,0.0,1.0 +1976,1,24,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-8.90,-15.60,59,101500,587,1412,254,167,1,166,18800,100,18700,6280,350,3.60,10,10,8.0,760,9,999999999,5,0.0000,0,88,0.000,0.0,1.0 +1976,1,24,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-8.90,-12.20,77,101500,456,1412,255,129,2,129,14500,100,14400,4600,340,3.60,10,10,8.0,670,9,999999999,6,0.0000,0,88,0.000,0.0,1.0 +1976,1,24,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-8.30,-11.70,77,101500,273,1412,258,73,0,73,8100,0,8100,2430,350,4.10,10,10,16.1,460,9,999999999,6,0.0000,0,88,0.000,0.0,1.0 +1976,1,24,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-8.30,-11.10,81,101500,62,1071,258,23,0,23,2600,0,2600,740,350,4.60,10,10,16.1,460,9,999999999,6,0.0000,0,88,0.000,0.0,1.0 +1976,1,24,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-7.80,-11.10,77,101500,0,0,260,0,0,0,0,0,0,0,350,4.10,10,10,16.1,370,9,999999999,6,0.0000,0,88,0.000,0.0,1.0 +1976,1,24,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-7.80,-11.10,77,101500,0,0,261,0,0,0,0,0,0,0,340,4.10,10,10,16.1,240,9,999999999,6,0.0000,0,88,0.000,0.0,1.0 +1976,1,24,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-7.80,-10.60,81,101600,0,0,261,0,0,0,0,0,0,0,320,3.10,10,10,12.9,210,9,999999999,6,0.0000,0,88,0.000,0.0,1.0 +1976,1,24,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-7.80,-10.60,81,101600,0,0,261,0,0,0,0,0,0,0,310,5.70,10,10,12.9,210,9,999999999,6,0.0000,0,88,0.000,0.0,1.0 +1976,1,24,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-8.30,-10.60,84,101600,0,0,259,0,0,0,0,0,0,0,320,4.60,10,10,9.7,180,9,999999999,6,0.0000,0,88,0.000,0.0,1.0 +1976,1,24,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-8.30,-10.00,88,101700,0,0,260,0,0,0,0,0,0,0,310,4.10,10,10,2.4,180,9,999999999,6,0.0000,0,88,0.000,0.0,1.0 +1976,1,24,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-8.30,-10.00,88,101800,0,0,260,0,0,0,0,0,0,0,310,4.10,10,10,4.0,90,9,999999999,6,0.0000,0,88,0.000,0.0,1.0 +1976,1,25,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-8.30,-10.60,84,101800,0,0,259,0,0,0,0,0,0,0,310,5.20,10,10,4.0,150,9,999999999,6,0.0000,0,88,0.000,0.0,1.0 +1976,1,25,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-8.30,-10.60,84,101900,0,0,259,0,0,0,0,0,0,0,310,4.10,10,10,6.4,150,9,999999999,6,0.0000,0,88,0.000,0.0,1.0 +1976,1,25,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-8.30,-10.00,88,102000,0,0,259,0,0,0,0,0,0,0,300,3.10,10,10,6.4,120,9,999999999,6,0.0000,0,88,0.000,0.0,1.0 +1976,1,25,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-7.80,-9.40,88,102200,0,0,261,0,0,0,0,0,0,0,300,3.60,10,10,6.4,90,9,999999999,6,0.0000,0,88,0.000,0.0,1.0 +1976,1,25,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-7.80,-9.40,88,102300,0,0,210,0,0,0,0,0,0,0,300,3.60,3,3,11.3,77777,9,999999999,6,0.0000,0,88,0.000,0.0,1.0 +1976,1,25,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-8.30,-10.60,84,102400,0,0,185,0,0,0,0,0,0,0,320,3.10,0,0,11.3,77777,9,999999999,6,0.0000,0,88,0.000,0.0,1.0 +1976,1,25,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-7.80,-10.60,81,102500,0,0,185,0,0,0,0,0,0,0,310,1.50,0,0,16.1,77777,9,999999999,6,0.0000,0,88,0.000,0.0,1.0 +1976,1,25,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-6.70,-10.60,74,102700,88,1259,188,30,43,26,3200,2000,3000,540,340,3.10,0,0,16.1,77777,9,999999999,6,0.0000,0,88,0.000,0.0,1.0 +1976,1,25,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-5.60,-10.00,71,102900,301,1411,191,141,320,72,14600,24800,9300,1320,330,4.60,0,0,16.1,77777,9,999999999,6,0.0000,0,88,0.000,0.0,1.0 +1976,1,25,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-4.40,-10.00,66,103000,479,1411,194,279,511,104,29400,47000,13400,1960,360,4.10,0,0,19.3,77777,9,999999999,6,0.0000,0,88,0.000,0.0,1.0 +1976,1,25,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-3.90,-9.40,66,103100,604,1411,244,327,292,202,34500,29300,21900,4490,30,2.10,6,6,19.3,1310,9,999999999,6,0.0000,0,88,0.000,0.0,1.0 +1976,1,25,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-2.80,-7.80,69,103200,666,1411,281,224,8,220,25100,700,24700,8120,340,2.10,10,10,20.9,430,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +1976,1,25,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-1.70,-6.70,69,103100,663,1411,286,201,7,198,22700,600,22400,7590,360,1.00,10,10,20.9,460,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +1976,1,25,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-1.10,-6.10,69,103200,593,1411,289,195,5,193,21800,400,21600,6940,10,2.10,10,10,19.3,460,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1976,1,25,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-1.10,-6.10,69,103300,461,1411,281,210,115,173,23000,10800,19500,4280,20,1.50,10,9,19.3,490,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1976,1,25,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-0.60,-5.60,69,103400,278,1411,291,23,1,22,2700,0,2700,930,40,2.60,10,10,19.3,430,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1976,1,25,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-1.10,-5.00,75,103400,66,1094,289,17,0,17,1900,0,1900,590,40,4.10,10,10,16.1,550,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1976,1,25,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-1.10,-5.00,75,103400,0,0,290,0,0,0,0,0,0,0,40,4.60,10,10,19.3,550,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1976,1,25,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-1.10,-4.40,78,103500,0,0,290,0,0,0,0,0,0,0,30,3.60,10,10,19.3,550,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1976,1,25,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,0.60,-3.90,72,103600,0,0,298,0,0,0,0,0,0,0,80,4.60,10,10,19.3,520,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1976,1,25,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,0.60,-3.30,75,103600,0,0,298,0,0,0,0,0,0,0,70,4.60,10,10,19.3,490,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1976,1,25,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,1.10,-3.30,73,103500,0,0,301,0,0,0,0,0,0,0,90,6.20,10,10,19.3,520,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1976,1,25,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,1.10,-2.80,76,103600,0,0,301,0,0,0,0,0,0,0,90,5.70,10,10,19.3,490,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1976,1,25,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,1.70,-2.20,76,103600,0,0,304,0,0,0,0,0,0,0,100,5.70,10,10,19.3,490,9,999999999,10,0.0000,0,88,0.000,0.0,1.0 +1976,1,26,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,1.70,-1.70,79,103600,0,0,304,0,0,0,0,0,0,0,100,5.20,10,10,19.3,550,9,999999999,10,0.0000,0,88,0.000,0.0,1.0 +1976,1,26,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,2.20,-1.10,79,103500,0,0,306,0,0,0,0,0,0,0,110,5.20,10,10,19.3,550,9,999999999,10,0.0000,0,88,0.000,0.0,1.0 +1976,1,26,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,2.20,-1.10,79,103500,0,0,306,0,0,0,0,0,0,0,100,4.60,10,10,16.1,550,9,999999999,10,0.0000,0,88,0.000,0.0,1.0 +1976,1,26,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,2.20,-0.60,82,103500,0,0,306,0,0,0,0,0,0,0,90,5.20,10,10,12.9,460,9,999999999,11,0.0000,0,88,0.000,0.0,1.0 +1976,1,26,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,3.30,0.00,79,103400,0,0,311,0,0,0,0,0,0,0,90,4.60,10,10,8.0,430,9,999999999,11,0.0000,0,88,0.000,0.0,1.0 +1976,1,26,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,3.30,0.60,82,103400,0,0,311,0,0,0,0,0,0,0,90,5.20,10,10,3.2,310,9,999999999,11,0.0000,0,88,0.000,0.0,1.0 +1976,1,26,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,3.30,1.10,86,103300,0,0,311,0,0,0,0,0,0,0,90,5.20,10,10,3.2,310,9,999999999,12,0.0000,0,88,0.000,0.0,1.0 +1976,1,26,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,2.80,1.10,89,103400,91,1282,309,8,1,8,1000,0,1000,320,70,2.60,10,10,3.2,210,9,999999999,12,0.0000,0,88,0.000,0.0,1.0 +1976,1,26,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,3.90,1.70,86,103400,305,1411,314,49,5,48,5700,100,5700,1870,50,3.10,10,10,3.2,150,9,999999999,12,0.0000,0,88,0.000,0.5,1.0 +1976,1,26,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,3.90,1.70,86,103300,484,1411,313,78,5,76,9100,300,9000,3190,80,6.20,10,10,3.2,120,9,999999999,12,0.0000,0,88,0.000,1.5,1.0 +1976,1,26,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,3.90,1.70,86,103200,609,1411,313,112,7,109,13100,500,12900,4690,100,3.60,10,10,3.2,120,9,999999999,12,0.0000,0,88,0.000,0.0,1.0 +1976,1,26,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,4.40,1.70,82,103000,671,1411,315,221,6,218,24800,500,24500,8120,60,2.10,10,10,3.2,120,9,999999999,12,0.0000,0,88,0.000,0.3,1.0 +1976,1,26,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,4.40,2.20,86,102900,668,1411,316,218,3,217,24500,300,24400,8070,20,2.10,10,10,2.4,120,9,999999999,13,0.0000,0,88,0.000,0.0,1.0 +1976,1,26,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,4.40,2.20,86,102900,598,1411,316,190,3,189,21300,200,21200,6890,40,2.10,10,10,0.6,60,9,999999999,13,0.0000,0,88,0.000,0.0,1.0 +1976,1,26,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,5.00,2.80,86,102900,467,1411,319,149,0,149,16500,0,16500,5090,360,2.60,10,10,0.4,60,9,999999999,13,0.0000,0,88,0.000,0.0,1.0 +1976,1,26,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,5.00,3.30,89,102800,283,1411,319,83,1,83,9200,0,9200,2690,0,0.00,10,10,0.2,30,9,999999999,13,0.0000,0,88,0.000,0.0,1.0 +1976,1,26,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,4.40,3.30,93,102800,70,1117,317,24,0,24,2700,0,2700,770,350,2.60,10,10,0.2,30,9,999999999,13,0.0000,0,88,0.000,0.0,1.0 +1976,1,26,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,3.90,3.30,96,102800,0,0,315,0,0,0,0,0,0,0,320,2.10,10,10,0.3,30,9,999999999,13,0.0000,0,88,0.000,0.0,1.0 +1976,1,26,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,4.40,3.30,93,102800,0,0,317,0,0,0,0,0,0,0,330,2.10,10,10,0.3,30,9,999999999,13,0.0000,0,88,0.000,0.0,1.0 +1976,1,26,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,3.30,2.80,96,102800,0,0,312,0,0,0,0,0,0,0,350,1.00,10,10,0.3,30,9,999999999,13,0.0000,0,88,0.000,0.0,1.0 +1976,1,26,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,3.30,2.80,96,102800,0,0,313,0,0,0,0,0,0,0,360,2.10,10,10,0.0,0,9,999999999,13,0.0000,0,88,0.000,0.0,1.0 +1976,1,26,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,3.30,2.80,96,102700,0,0,313,0,0,0,0,0,0,0,350,2.10,10,10,0.0,0,9,999999999,13,0.0000,0,88,0.000,0.0,1.0 +1976,1,26,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,3.30,2.80,96,102600,0,0,313,0,0,0,0,0,0,0,0,0.00,10,10,0.0,0,9,999999999,13,0.0000,0,88,0.000,0.0,1.0 +1976,1,26,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,4.40,2.80,89,102500,0,0,318,0,0,0,0,0,0,0,10,1.00,10,10,0.1,30,9,999999999,13,0.0000,0,88,0.000,0.3,1.0 +1976,1,27,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,5.00,3.90,93,102400,0,0,321,0,0,0,0,0,0,0,10,1.50,10,10,1.3,150,9,999999999,14,0.0000,0,88,0.000,0.3,1.0 +1976,1,27,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,8.90,7.80,93,102400,0,0,341,0,0,0,0,0,0,0,130,2.10,10,10,0.4,150,9,999999999,18,0.0000,0,88,0.000,0.5,1.0 +1976,1,27,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,10.60,8.90,90,102300,0,0,350,0,0,0,0,0,0,0,200,3.10,10,10,2.4,210,9,999999999,19,0.0000,0,88,0.000,0.3,1.0 +1976,1,27,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,11.10,9.40,90,102200,0,0,352,0,0,0,0,0,0,0,190,6.70,10,10,6.4,340,9,999999999,19,0.0000,0,88,0.000,0.3,1.0 +1976,1,27,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,11.70,10.00,90,102200,0,0,356,0,0,0,0,0,0,0,190,8.20,10,10,12.9,430,9,999999999,20,0.0000,0,88,0.000,0.0,1.0 +1976,1,27,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,12.20,10.60,90,102100,0,0,358,0,0,0,0,0,0,0,200,8.20,10,10,12.9,430,9,999999999,21,0.0000,0,88,0.000,0.0,1.0 +1976,1,27,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,11.10,10.00,93,102100,0,0,352,0,0,0,0,0,0,0,200,7.70,10,10,8.0,430,9,999999999,20,0.0000,0,88,0.000,0.3,1.0 +1976,1,27,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,11.10,10.00,93,102100,94,1305,352,14,0,14,1600,0,1600,520,200,7.70,10,10,8.0,240,9,999999999,20,0.0000,0,88,0.000,0.3,1.0 +1976,1,27,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,12.20,11.10,93,102100,309,1411,358,46,1,45,5300,0,5300,1780,200,8.20,10,10,8.0,340,9,999999999,21,0.0000,0,88,0.000,0.5,1.0 +1976,1,27,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,11.70,10.60,93,102000,488,1411,355,78,0,78,9100,0,9100,3270,200,7.20,10,10,6.4,270,9,999999999,21,0.0000,0,88,0.000,0.3,1.0 +1976,1,27,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,12.80,11.70,93,102000,613,1411,361,119,1,119,13900,100,13900,5050,200,9.30,10,10,6.4,270,9,999999999,22,0.0000,0,88,0.000,2.0,1.0 +1976,1,27,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,12.20,11.70,96,101900,677,1411,358,121,0,121,14200,0,14200,5350,200,7.20,10,10,6.4,240,9,999999999,22,0.0000,0,88,0.000,0.8,1.0 +1976,1,27,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,12.80,12.20,96,101800,673,1411,361,131,0,131,15300,0,15300,5680,210,6.20,10,10,3.2,210,9,999999999,23,0.0000,0,88,0.000,1.0,1.0 +1976,1,27,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,11.10,10.60,96,101800,604,1411,352,105,0,105,12300,0,12300,4540,190,4.10,10,10,2.4,180,9,999999999,20,0.0000,0,88,0.000,0.5,1.0 +1976,1,27,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,11.10,10.60,96,101700,472,1411,352,83,0,83,9600,0,9600,3400,190,3.10,10,10,3.2,180,9,999999999,20,0.0000,0,88,0.000,0.5,1.0 +1976,1,27,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,11.10,10.60,96,101700,289,1411,352,43,1,43,5000,0,5000,1680,190,3.60,10,10,3.2,210,9,999999999,20,0.0000,0,88,0.000,0.3,1.0 +1976,1,27,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,11.10,10.60,96,101700,74,1164,352,20,0,20,2300,0,2300,680,180,3.60,10,10,6.4,210,9,999999999,20,0.0000,0,88,0.000,0.3,1.0 +1976,1,27,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,11.10,10.60,96,101600,0,0,353,0,0,0,0,0,0,0,190,5.70,10,10,6.4,210,9,999999999,20,0.0000,0,88,0.000,0.3,1.0 +1976,1,27,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,11.70,10.60,93,101600,0,0,356,0,0,0,0,0,0,0,200,6.70,10,10,6.4,270,9,999999999,21,0.0000,0,88,0.000,0.8,1.0 +1976,1,27,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,12.80,11.70,93,101500,0,0,362,0,0,0,0,0,0,0,200,7.20,10,10,6.4,270,9,999999999,22,0.0000,0,88,0.000,0.5,1.0 +1976,1,27,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,12.20,11.70,96,101400,0,0,359,0,0,0,0,0,0,0,200,6.70,10,10,4.8,270,9,999999999,22,0.0000,0,88,0.000,1.3,1.0 +1976,1,27,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,12.20,11.70,96,101300,0,0,360,0,0,0,0,0,0,0,200,5.70,10,10,4.8,270,9,999999999,22,0.0000,0,88,0.000,0.3,1.0 +1976,1,27,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,12.20,11.70,96,101100,0,0,360,0,0,0,0,0,0,0,200,6.70,10,10,6.4,310,9,999999999,22,0.0000,0,88,0.000,0.5,1.0 +1976,1,27,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,13.30,12.20,93,101100,0,0,366,0,0,0,0,0,0,0,220,8.80,10,10,6.4,310,9,999999999,23,0.0000,0,88,0.000,1.0,1.0 +1976,1,28,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,7.80,6.70,93,101100,0,0,335,0,0,0,0,0,0,0,310,4.10,10,10,6.4,270,9,999999999,16,0.0000,0,88,0.000,1.5,1.0 +1976,1,28,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,7.80,6.70,93,101000,0,0,335,0,0,0,0,0,0,0,360,2.10,10,10,6.4,270,9,999999999,16,0.0000,0,88,0.000,0.8,1.0 +1976,1,28,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,6.10,5.60,96,100900,0,0,327,0,0,0,0,0,0,0,60,2.10,10,10,1.6,180,9,999999999,15,0.0000,0,88,0.000,2.8,1.0 +1976,1,28,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,5.60,4.40,93,100700,0,0,323,0,0,0,0,0,0,0,50,3.10,10,10,1.6,180,9,999999999,14,0.0000,0,88,0.000,3.8,1.0 +1976,1,28,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,5.60,4.40,93,100600,0,0,323,0,0,0,0,0,0,0,40,2.60,10,10,1.6,180,9,999999999,14,0.0000,0,88,0.000,6.1,1.0 +1976,1,28,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,7.20,6.70,96,100500,0,0,332,0,0,0,0,0,0,0,200,2.10,10,10,3.2,180,9,999999999,16,0.0000,0,88,0.000,4.6,1.0 +1976,1,28,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,6.10,5.00,93,100500,0,0,325,0,0,0,0,0,0,0,350,2.10,10,10,8.0,460,9,999999999,15,0.0000,0,88,0.000,3.8,1.0 +1976,1,28,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,5.60,4.40,93,100400,97,1305,322,15,0,15,1700,0,1700,550,310,3.60,10,10,4.8,270,9,999999999,14,0.0000,0,88,0.000,1.3,1.0 +1976,1,28,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,5.00,3.90,93,100300,314,1410,319,59,0,59,6800,0,6800,2220,300,4.60,10,10,4.8,270,9,999999999,14,0.0000,0,88,0.000,0.0,1.0 +1976,1,28,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,5.00,3.90,93,100400,493,1410,319,99,0,99,11400,0,11400,3970,290,5.70,10,10,2.4,150,9,999999999,14,0.0000,0,88,0.000,0.0,1.0 +1976,1,28,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,5.00,3.30,89,100400,618,1410,319,213,1,213,23700,100,23700,7560,280,6.70,10,10,19.3,310,9,999999999,13,0.0000,0,88,0.000,0.0,1.0 +1976,1,28,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,4.40,1.70,82,100300,682,1410,315,150,1,149,17300,100,17300,6320,290,7.20,10,10,19.3,370,9,999999999,12,0.0000,0,88,0.000,0.0,1.0 +1976,1,28,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,3.90,0.60,79,100200,679,1410,313,230,0,229,25600,0,25600,8430,290,8.20,10,10,20.9,520,9,999999999,11,0.0000,0,88,0.000,0.0,1.0 +1976,1,28,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,3.90,-1.70,67,100300,609,1410,263,346,480,139,36700,46900,16400,2770,280,8.80,7,4,20.9,7620,9,999999999,10,0.0000,0,88,0.000,0.0,1.0 +1976,1,28,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,3.90,-3.30,60,100400,478,1410,303,153,49,136,16700,4600,15200,3660,280,8.20,9,9,24.1,1160,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1976,1,28,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,3.30,-4.40,57,100500,295,1410,284,161,376,83,16500,28700,10500,1550,300,5.70,7,7,24.1,1010,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1976,1,28,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,2.20,-5.00,59,100600,79,1187,271,30,107,20,2900,4500,2600,350,300,7.20,6,6,24.1,910,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1976,1,28,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,1.70,-5.60,59,100700,0,0,293,0,0,0,0,0,0,0,270,9.30,9,9,24.1,910,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1976,1,28,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,0.60,-6.70,59,100700,0,0,233,0,0,0,0,0,0,0,270,8.80,2,2,24.1,77777,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +1976,1,28,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,0.00,-8.30,54,100900,0,0,214,0,0,0,0,0,0,0,280,7.70,0,0,24.1,77777,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +1976,1,28,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-0.60,-7.80,59,100900,0,0,213,0,0,0,0,0,0,0,290,7.70,0,0,24.1,77777,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +1976,1,28,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-0.60,-9.40,51,101000,0,0,212,0,0,0,0,0,0,0,260,8.20,0,0,24.1,77777,9,999999999,6,0.0000,0,88,0.000,0.0,1.0 +1976,1,28,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-1.10,-10.00,51,101000,0,0,210,0,0,0,0,0,0,0,250,6.70,0,0,24.1,77777,9,999999999,6,0.0000,0,88,0.000,0.0,1.0 +1976,1,28,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-1.10,-10.60,49,101100,0,0,209,0,0,0,0,0,0,0,270,6.70,1,0,40.2,77777,9,999999999,6,0.0000,0,88,0.000,0.0,1.0 +1976,1,29,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-1.10,-10.00,51,101000,0,0,257,0,0,0,0,0,0,0,270,6.20,7,6,40.2,7620,9,999999999,6,0.0000,0,88,0.000,0.0,1.0 +1976,1,29,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-1.10,-8.90,56,101000,0,0,289,0,0,0,0,0,0,0,240,5.70,10,10,32.2,6100,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +1976,1,29,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-1.10,-8.30,58,100900,0,0,289,0,0,0,0,0,0,0,250,6.20,10,10,32.2,6100,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +1976,1,29,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-1.10,-8.30,58,100900,0,0,289,0,0,0,0,0,0,0,250,5.70,10,10,32.2,6100,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +1976,1,29,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-1.10,-8.30,58,100900,0,0,289,0,0,0,0,0,0,0,240,5.70,10,10,32.2,6100,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +1976,1,29,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-0.60,-7.80,59,100800,0,0,291,0,0,0,0,0,0,0,230,4.10,10,10,32.2,6100,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +1976,1,29,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-0.60,-7.80,59,100800,0,0,291,0,0,0,0,0,0,0,240,6.20,10,10,24.1,6100,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +1976,1,29,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-0.60,-7.80,59,100800,101,1328,290,29,12,28,3200,700,3100,660,220,4.60,10,10,24.1,3050,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +1976,1,29,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,0.00,-7.20,59,100800,318,1410,293,107,7,106,11800,400,11700,3290,230,5.20,10,10,19.3,3660,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +1976,1,29,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,1.10,-6.70,57,100700,497,1410,281,194,79,166,21200,7500,18600,4340,240,4.60,10,8,19.3,3660,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +1976,1,29,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,2.80,-5.60,55,100600,624,1410,246,374,518,144,39500,50800,17000,2890,240,5.20,10,3,19.3,77777,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1976,1,29,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,3.90,-4.40,55,100500,687,1410,243,438,631,131,45600,61600,15500,2690,240,5.70,10,2,19.3,77777,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1976,1,29,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,5.00,-3.90,53,100400,684,1410,307,224,106,173,24800,10900,19500,4270,200,5.20,10,9,19.3,1160,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1976,1,29,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,5.00,-3.30,55,100300,615,1410,316,228,129,172,25000,12900,19300,4110,220,5.70,10,10,19.3,1010,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1976,1,29,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,5.00,-2.80,58,100300,484,1410,316,159,6,157,17600,400,17500,5370,220,6.70,10,10,19.3,1100,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1976,1,29,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,4.40,-2.20,62,100300,300,1410,314,81,4,81,9100,200,9100,2730,240,8.20,10,10,16.1,1250,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1976,1,29,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,3.90,-1.70,67,100300,83,1210,312,26,1,25,2800,0,2800,810,240,4.10,10,10,16.1,1680,9,999999999,10,0.0000,0,88,0.000,0.0,1.0 +1976,1,29,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,3.90,-1.70,67,100300,0,0,313,0,0,0,0,0,0,0,240,6.70,10,10,16.1,1220,9,999999999,10,0.0000,0,88,0.000,0.0,1.0 +1976,1,29,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,3.30,-1.70,70,100300,0,0,310,0,0,0,0,0,0,0,240,5.70,10,10,16.1,1400,9,999999999,10,0.0000,0,88,0.000,0.0,1.0 +1976,1,29,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,3.30,-1.70,70,100300,0,0,310,0,0,0,0,0,0,0,250,4.10,10,10,16.1,1400,9,999999999,10,0.0000,0,88,0.000,0.0,1.0 +1976,1,29,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,3.30,-1.70,70,100300,0,0,310,0,0,0,0,0,0,0,240,4.60,10,10,16.1,2440,9,999999999,10,0.0000,0,88,0.000,0.0,1.0 +1976,1,29,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,3.30,-1.10,73,100300,0,0,311,0,0,0,0,0,0,0,250,4.10,10,10,16.1,2440,9,999999999,10,0.0000,0,88,0.000,0.0,1.0 +1976,1,29,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,3.30,-1.10,73,100300,0,0,311,0,0,0,0,0,0,0,250,6.20,10,10,16.1,1520,9,999999999,10,0.0000,0,88,0.000,0.0,1.0 +1976,1,29,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,2.80,-5.00,57,100400,0,0,307,0,0,0,0,0,0,0,290,8.20,10,10,16.1,1520,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1976,1,30,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,2.20,-8.30,46,100400,0,0,304,0,0,0,0,0,0,0,300,6.70,10,10,19.3,1980,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +1976,1,30,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,1.10,-7.80,52,100400,0,0,283,0,0,0,0,0,0,0,300,6.70,9,8,19.3,1980,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +1976,1,30,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,0.00,-7.80,56,100400,0,0,223,0,0,0,0,0,0,0,300,6.70,1,1,19.3,77777,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +1976,1,30,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-0.60,-7.80,59,100400,0,0,212,0,0,0,0,0,0,0,290,5.20,0,0,19.3,77777,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +1976,1,30,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-0.60,-7.20,61,100500,0,0,212,0,0,0,0,0,0,0,290,6.20,0,0,19.3,77777,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +1976,1,30,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-1.10,-7.20,64,100600,0,0,210,0,0,0,0,0,0,0,300,6.20,0,0,19.3,77777,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +1976,1,30,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-1.10,-7.80,61,100600,0,0,208,0,0,0,0,0,0,0,290,5.70,6,0,19.3,77777,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +1976,1,30,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-1.10,-8.90,56,100600,104,1351,205,41,98,32,4200,4000,3900,590,310,5.70,10,0,19.3,77777,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +1976,1,30,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-1.10,-8.90,56,100600,322,1410,204,170,430,71,17800,34300,9900,1290,330,4.60,10,0,19.3,77777,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +1976,1,30,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,0.00,-8.30,54,100700,502,1410,208,321,594,109,32800,54200,13400,1990,320,3.10,10,0,19.3,77777,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +1976,1,30,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,0.60,-7.80,54,100700,629,1410,210,432,682,127,44600,65400,15300,2500,310,4.60,10,0,19.3,77777,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +1976,1,30,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,0.60,-8.30,52,100600,693,1410,235,360,329,198,38600,34000,21800,4440,350,2.60,10,3,19.3,77777,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +1976,1,30,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,0.60,-8.30,52,100600,690,1410,261,319,271,186,34300,28000,20600,4110,270,3.10,10,6,19.3,7620,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +1976,1,30,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,1.10,-8.90,48,100500,621,1410,262,234,60,208,25700,5900,23100,5800,300,1.00,10,6,19.3,7620,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +1976,1,30,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,1.10,-8.90,48,100500,489,1410,297,163,77,137,18000,7200,15400,3720,350,3.10,10,10,19.3,1160,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +1976,1,30,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,0.00,-8.90,52,100500,306,1410,293,57,7,56,6600,200,6500,2110,90,4.10,10,10,19.3,1160,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +1976,1,30,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,0.00,-9.40,49,100600,87,1233,293,22,2,22,2500,0,2500,750,60,3.60,10,10,19.3,1160,9,999999999,6,0.0000,0,88,0.000,0.0,1.0 +1976,1,30,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-0.60,-9.40,51,100600,0,0,290,0,0,0,0,0,0,0,40,2.60,10,10,19.3,1160,9,999999999,6,0.0000,0,88,0.000,0.0,1.0 +1976,1,30,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-0.60,-10.00,49,100700,0,0,290,0,0,0,0,0,0,0,20,3.60,10,10,16.1,1160,9,999999999,6,0.0000,0,88,0.000,0.0,1.0 +1976,1,30,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-1.10,-11.10,47,100800,0,0,288,0,0,0,0,0,0,0,360,4.10,10,10,16.1,1160,9,999999999,6,0.0000,0,88,0.000,0.0,1.0 +1976,1,30,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-1.70,-12.20,45,100900,0,0,285,0,0,0,0,0,0,0,340,5.20,10,10,16.1,1160,9,999999999,6,0.0000,0,88,0.000,0.0,1.0 +1976,1,30,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-2.80,-13.30,44,100900,0,0,281,0,0,0,0,0,0,0,330,4.60,10,10,16.1,2440,9,999999999,5,0.0000,0,88,0.000,0.0,1.0 +1976,1,30,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-3.30,-13.30,46,101000,0,0,239,0,0,0,0,0,0,0,330,5.20,5,5,19.3,77777,9,999999999,5,0.0000,0,88,0.000,0.0,1.0 +1976,1,30,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-3.90,-13.30,48,101100,0,0,213,0,0,0,0,0,0,0,310,5.20,8,2,19.3,77777,9,999999999,5,0.0000,0,88,0.000,0.0,1.0 +1976,1,31,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-4.40,-13.90,48,101100,0,0,196,0,0,0,0,0,0,0,310,6.20,3,0,19.3,77777,9,999999999,5,0.0000,0,88,0.000,0.0,1.0 +1976,1,31,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-5.00,-13.90,50,101200,0,0,193,0,0,0,0,0,0,0,320,4.60,5,0,19.3,77777,9,999999999,5,0.0000,0,88,0.000,0.0,1.0 +1976,1,31,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-5.60,-12.80,57,101200,0,0,192,0,0,0,0,0,0,0,320,4.60,5,0,19.3,77777,9,999999999,5,0.0000,0,88,0.000,0.0,1.0 +1976,1,31,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-6.10,-12.80,60,101300,0,0,236,0,0,0,0,0,0,0,320,4.60,9,6,19.3,730,9,999999999,5,0.0000,0,88,0.000,0.0,1.0 +1976,1,31,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-6.70,-12.80,62,101300,0,0,195,0,0,0,0,0,0,0,320,4.10,5,1,19.3,77777,9,999999999,5,0.0000,0,88,0.000,0.0,1.0 +1976,1,31,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-7.20,-12.80,65,101400,0,0,185,0,0,0,0,0,0,0,320,4.60,4,0,19.3,77777,9,999999999,5,0.0000,0,88,0.000,0.0,1.0 +1976,1,31,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-7.20,-13.90,59,101500,0,0,183,0,0,0,0,0,0,0,320,4.60,0,0,24.1,77777,9,999999999,5,0.0000,0,88,0.000,0.0,1.0 +1976,1,31,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-7.20,-13.30,62,101600,108,1374,183,41,190,25,4300,8700,3600,440,320,3.60,0,0,24.1,77777,9,999999999,5,0.0000,0,88,0.000,0.0,1.0 +1976,1,31,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-6.10,-13.30,57,101700,327,1409,185,179,551,51,18600,45000,8100,950,320,4.60,0,0,24.1,77777,9,999999999,5,0.0000,0,88,0.000,0.0,1.0 +1976,1,31,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-5.00,-13.30,52,101800,507,1409,188,322,696,71,34000,65100,10500,1410,300,4.60,1,0,24.1,77777,9,999999999,5,0.0000,0,88,0.000,0.0,1.0 +1976,1,31,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-3.30,-13.30,46,101700,634,1409,192,432,766,87,44700,73700,11400,1730,290,3.60,2,0,24.1,77777,9,999999999,5,0.0000,0,88,0.000,0.0,1.0 +1976,1,31,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-2.80,-13.90,43,101700,698,1409,193,493,777,107,52000,76800,13800,2290,260,2.60,4,0,24.1,77777,9,999999999,5,0.0000,0,88,0.000,0.0,1.0 +1976,1,31,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-2.20,-14.40,39,101500,696,1409,211,483,634,171,51100,63400,19700,3600,0,0.00,10,2,24.1,77777,9,999999999,5,0.0000,0,88,0.000,0.0,1.0 +1976,1,31,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-2.20,-13.30,43,101500,626,1409,221,387,493,168,40400,48300,18800,3440,130,2.60,10,3,24.1,77777,9,999999999,5,0.0000,0,88,0.000,0.0,1.0 +1976,1,31,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-1.70,-12.20,45,101500,495,1409,250,243,280,145,25800,26700,16400,3010,140,2.60,10,6,24.1,7620,9,999999999,6,0.0000,0,88,0.000,0.0,1.0 +1976,1,31,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-1.10,-12.80,41,101500,311,1409,287,67,5,66,7600,200,7600,2410,180,3.10,10,10,32.2,4880,9,999999999,5,0.0000,0,88,0.000,0.0,1.0 +1976,1,31,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-1.10,-8.90,56,101500,92,1280,288,16,3,16,1900,0,1900,580,160,3.10,10,10,32.2,3960,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +1976,1,31,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-0.60,-11.10,45,101500,0,0,290,0,0,0,0,0,0,0,200,3.60,10,10,32.2,3660,9,999999999,6,0.0000,0,88,0.000,0.0,1.0 +1976,1,31,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-0.60,-9.40,51,101600,0,0,291,0,0,0,0,0,0,0,200,5.20,10,10,32.2,3050,9,999999999,6,0.0000,0,88,0.000,0.0,1.0 +1976,1,31,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-0.60,-7.80,59,101600,0,0,291,0,0,0,0,0,0,0,190,5.70,10,10,32.2,3350,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +1976,1,31,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-0.60,-8.90,54,101600,0,0,283,0,0,0,0,0,0,0,220,5.70,10,9,32.2,7620,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +1976,1,31,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-1.70,-10.10,51,101500,0,0,278,0,0,0,0,0,0,0,220,5.80,10,9,32.2,6710,9,999999999,6,0.0000,0,88,0.000,0.0,1.0 +1976,1,31,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-2.90,-11.30,58,101500,0,0,281,0,0,0,0,0,0,0,210,6.00,10,10,32.2,1520,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +1976,1,31,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-4.10,-12.60,64,101500,0,0,276,0,0,0,0,0,0,0,200,6.10,10,10,32.2,1490,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +1977,2,1,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-5.20,-13.90,45,100100,0,0,193,0,0,0,0,0,0,0,250,6.30,10,0,24.1,77777,9,999999999,4,0.0000,0,88,0.000,0.0,1.0 +1977,2,1,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-6.40,-15.20,45,100100,0,0,188,0,0,0,0,0,0,0,250,6.40,4,0,24.1,77777,9,999999999,4,0.0000,0,88,0.000,0.0,1.0 +1977,2,1,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-7.60,-16.40,49,100100,0,0,183,0,0,0,0,0,0,0,230,6.60,0,0,24.1,77777,9,999999999,4,0.0000,0,88,0.000,0.0,1.0 +1977,2,1,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-8.90,-17.80,49,100100,0,0,177,0,0,0,0,0,0,0,230,6.70,0,0,24.1,77777,9,999999999,4,0.0000,0,88,0.000,0.0,1.0 +1977,2,1,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-8.90,-17.80,49,100000,0,0,176,0,0,0,0,0,0,0,240,7.20,0,0,24.1,77777,9,999999999,4,0.0000,0,88,0.000,0.0,1.0 +1977,2,1,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-8.30,-16.70,51,100000,0,0,218,0,0,0,0,0,0,0,230,9.30,10,5,24.1,77777,9,999999999,4,0.0000,0,88,0.000,0.0,1.0 +1977,2,1,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-8.30,-16.10,54,100100,0,12,201,0,0,0,0,0,0,0,240,8.20,3,3,24.1,77777,9,999999999,5,0.0000,0,88,0.000,0.0,1.0 +1977,2,1,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-7.80,-15.60,54,100100,116,1409,219,50,13,49,5300,0,5300,1220,230,7.70,8,5,24.1,7620,9,999999999,5,0.0000,0,88,0.000,0.0,1.0 +1977,2,1,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-7.20,-14.40,57,100100,335,1409,261,118,7,117,12900,400,12800,3580,240,8.20,10,10,24.1,3050,9,999999999,5,0.0000,0,88,0.000,0.0,1.0 +1977,2,1,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-6.70,-14.40,54,100100,516,1409,230,284,314,170,30000,30200,18800,3650,250,6.20,9,6,24.1,7620,9,999999999,5,0.0000,0,88,0.000,0.0,1.0 +1977,2,1,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-4.40,-13.30,50,100000,644,1409,188,451,786,94,46600,75600,11900,1810,250,11.30,1,0,24.1,77777,9,999999999,5,0.0000,0,88,0.000,0.0,1.0 +1977,2,1,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-2.80,-12.20,49,99900,708,1409,194,526,863,94,55000,84400,12400,1950,260,11.30,0,0,24.1,77777,9,999999999,5,0.0000,0,88,0.000,0.0,1.0 +1977,2,1,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-1.70,-12.20,45,99900,706,1409,206,384,591,90,41400,58900,11800,1990,260,8.20,1,1,24.1,77777,9,999999999,5,0.0000,0,88,0.000,0.0,1.0 +1977,2,1,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-1.70,-12.20,45,99900,637,1409,275,306,154,237,33000,15400,26000,5730,280,11.30,9,9,24.1,910,9,999999999,5,0.0000,0,88,0.000,0.0,1.0 +1977,2,1,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-2.20,-11.70,49,100000,506,1409,265,183,1,182,20100,100,20000,6000,280,9.80,10,8,24.1,1490,9,999999999,6,0.0000,0,88,0.000,0.0,1.0 +1977,2,1,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-1.70,-12.20,45,100000,322,1409,250,134,223,84,14300,17900,10200,1620,280,12.40,6,6,24.1,1520,9,999999999,5,0.0000,0,88,0.000,0.0,1.0 +1977,2,1,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-2.20,-12.20,47,100100,101,1327,224,38,62,33,4100,3000,3900,680,270,10.80,3,3,24.1,77777,9,999999999,6,0.0000,0,88,0.000,0.0,1.0 +1977,2,1,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-3.30,-12.20,51,100200,0,0,197,0,0,0,0,0,0,0,290,9.80,0,0,24.1,77777,9,999999999,6,0.0000,0,88,0.000,0.0,1.0 +1977,2,1,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-3.90,-13.30,48,100400,0,0,211,0,0,0,0,0,0,0,290,8.20,2,2,24.1,77777,9,999999999,5,0.0000,0,88,0.000,0.0,1.0 +1977,2,1,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-4.40,-15.00,44,100500,0,0,209,0,0,0,0,0,0,0,280,8.80,2,2,24.1,77777,9,999999999,5,0.0000,0,88,0.000,0.0,1.0 +1977,2,1,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-6.10,-17.20,41,100700,0,0,194,0,0,0,0,0,0,0,320,8.80,1,1,24.1,77777,9,999999999,4,0.0000,0,88,0.000,0.0,1.0 +1977,2,1,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-7.20,-19.40,37,100800,0,0,182,0,0,0,0,0,0,0,310,7.70,0,0,24.1,77777,9,999999999,4,0.0000,0,88,0.000,0.0,1.0 +1977,2,1,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-8.30,-19.40,41,100900,0,0,180,0,0,0,0,0,0,0,310,7.20,0,0,32.2,77777,9,999999999,4,0.0000,0,88,0.000,0.0,1.0 +1977,2,1,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-8.90,-20.00,41,101100,0,0,178,0,0,0,0,0,0,0,310,7.70,0,0,32.2,77777,9,999999999,4,0.0000,0,88,0.000,0.0,1.0 +1977,2,2,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-8.90,-20.60,39,101200,0,0,177,0,0,0,0,0,0,0,300,8.80,0,0,32.2,77777,9,999999999,4,0.0000,0,88,0.000,0.0,1.0 +1977,2,2,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-8.90,-20.60,39,101300,0,0,177,0,0,0,0,0,0,0,290,7.20,0,0,32.2,77777,9,999999999,4,0.0000,0,88,0.000,0.0,1.0 +1977,2,2,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-9.40,-20.60,40,101300,0,0,175,0,0,0,0,0,0,0,290,5.70,0,0,32.2,77777,9,999999999,4,0.0000,0,88,0.000,0.0,1.0 +1977,2,2,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-9.40,-20.60,40,101400,0,0,174,0,0,0,0,0,0,0,290,6.70,0,0,32.2,77777,9,999999999,4,0.0000,0,88,0.000,0.0,1.0 +1977,2,2,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-10.00,-20.60,42,101500,0,0,172,0,0,0,0,0,0,0,290,7.70,0,0,32.2,77777,9,999999999,4,0.0000,0,88,0.000,0.0,1.0 +1977,2,2,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-10.60,-20.60,44,101500,0,0,169,0,0,0,0,0,0,0,280,7.70,0,0,32.2,77777,9,999999999,4,0.0000,0,88,0.000,0.0,1.0 +1977,2,2,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-10.60,-20.60,44,101700,0,35,168,0,0,0,0,0,0,0,270,8.20,0,0,32.2,77777,9,999999999,4,0.0000,0,88,0.000,0.0,1.0 +1977,2,2,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-10.00,-20.60,42,101800,120,1408,169,50,266,26,4900,13700,3800,450,280,7.70,0,0,32.2,77777,9,999999999,4,0.0000,0,88,0.000,0.0,1.0 +1977,2,2,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-9.40,-20.60,40,101900,340,1408,170,203,618,54,21200,51100,8800,1010,280,6.70,0,0,24.1,77777,9,999999999,4,0.0000,0,88,0.000,0.0,1.0 +1977,2,2,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-8.90,-20.00,41,102000,522,1408,171,359,773,74,37000,71900,10300,1410,330,7.70,0,0,24.1,77777,9,999999999,4,0.0000,0,88,0.000,0.0,1.0 +1977,2,2,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-7.80,-20.00,37,102000,649,1408,174,475,844,88,49500,81500,11700,1770,290,8.80,0,0,24.1,77777,9,999999999,4,0.0000,0,88,0.000,0.0,1.0 +1977,2,2,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-6.70,-18.90,38,102000,714,1408,177,532,866,95,55600,84700,12500,1980,310,8.80,0,0,24.1,77777,9,999999999,4,0.0000,0,88,0.000,0.0,1.0 +1977,2,2,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-5.60,-18.90,35,102000,712,1408,180,530,867,95,55500,84800,12500,1970,290,7.70,0,0,24.1,77777,9,999999999,4,0.0000,0,88,0.000,0.0,1.0 +1977,2,2,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-4.40,-18.30,33,102000,643,1408,185,465,836,87,48600,80700,11600,1740,280,9.30,0,0,24.1,77777,9,999999999,4,0.0000,0,88,0.000,0.0,1.0 +1977,2,2,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-3.30,-18.30,31,101900,512,1408,188,348,767,73,36100,71100,10200,1380,280,7.70,0,0,24.1,77777,9,999999999,4,0.0000,0,88,0.000,0.0,1.0 +1977,2,2,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-2.80,-18.30,29,102100,327,1408,191,190,605,52,20000,49400,8500,970,290,7.70,0,0,32.2,77777,9,999999999,4,0.0000,0,88,0.000,0.0,1.0 +1977,2,2,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-2.80,-18.90,28,102000,106,1350,208,48,162,33,4700,7400,4100,600,270,6.20,2,2,32.2,77777,9,999999999,4,0.0000,0,88,0.000,0.0,1.0 +1977,2,2,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-3.30,-18.90,29,102100,0,0,208,0,0,0,0,0,0,0,290,4.60,3,2,32.2,77777,9,999999999,4,0.0000,0,88,0.000,0.0,1.0 +1977,2,2,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-3.90,-19.40,29,102100,0,0,240,0,0,0,0,0,0,0,290,6.20,8,6,32.2,7620,9,999999999,4,0.0000,0,88,0.000,0.0,1.0 +1977,2,2,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-4.40,-18.90,32,102100,0,0,256,0,0,0,0,0,0,0,290,5.70,9,8,32.2,7620,9,999999999,4,0.0000,0,88,0.000,0.0,1.0 +1977,2,2,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-5.00,-18.30,35,102100,0,0,238,0,0,0,0,0,0,0,270,6.20,7,6,32.2,7620,9,999999999,4,0.0000,0,88,0.000,0.0,1.0 +1977,2,2,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-5.60,-17.20,40,102100,0,0,221,0,0,0,0,0,0,0,270,5.20,5,4,32.2,77777,9,999999999,4,0.0000,0,88,0.000,0.0,1.0 +1977,2,2,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-5.60,-16.10,44,102100,0,0,214,0,0,0,0,0,0,0,270,5.70,4,3,32.2,77777,9,999999999,5,0.0000,0,88,0.000,0.0,1.0 +1977,2,2,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-6.70,-16.70,45,102100,0,0,187,0,0,0,0,0,0,0,230,5.20,0,0,32.2,77777,9,999999999,4,0.0000,0,88,0.000,0.0,1.0 +1977,2,3,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-6.70,-15.60,50,102000,0,0,188,0,0,0,0,0,0,0,240,5.20,0,0,32.2,77777,9,999999999,5,0.0000,0,88,0.000,0.0,1.0 +1977,2,3,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-7.20,-15.60,52,102000,0,0,186,0,0,0,0,0,0,0,230,5.20,8,0,32.2,77777,9,999999999,5,0.0000,0,88,0.000,0.0,1.0 +1977,2,3,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-6.70,-15.00,52,101900,0,0,187,0,0,0,0,0,0,0,230,5.20,8,0,32.2,77777,9,999999999,5,0.0000,0,88,0.000,0.0,1.0 +1977,2,3,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-6.70,-15.00,52,101900,0,0,249,0,0,0,0,0,0,0,230,5.20,8,8,32.2,1830,9,999999999,5,0.0000,0,88,0.000,0.0,1.0 +1977,2,3,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-6.10,-14.40,52,101800,0,0,211,0,0,0,0,0,0,0,240,5.20,10,3,32.2,77777,9,999999999,5,0.0000,0,88,0.000,0.0,1.0 +1977,2,3,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-5.60,-13.30,55,101700,0,0,269,0,0,0,0,0,0,0,200,5.20,10,10,32.2,1830,9,999999999,5,0.0000,0,88,0.000,0.0,1.0 +1977,2,3,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-5.60,-12.80,57,101600,0,59,269,0,0,0,0,0,0,0,230,6.20,10,10,24.1,1830,9,999999999,5,0.0000,0,88,0.000,0.0,1.0 +1977,2,3,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-5.00,-11.10,63,101500,125,1408,271,24,1,24,2700,0,2700,830,230,6.20,10,10,24.1,1680,9,999999999,6,0.0000,0,88,0.000,0.0,1.0 +1977,2,3,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-4.40,-10.00,66,101400,345,1408,274,102,8,100,11300,400,11200,3350,230,7.70,10,10,24.1,6100,9,999999999,6,0.0000,0,88,0.000,0.0,1.0 +1977,2,3,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-3.30,-8.90,66,101300,527,1408,278,160,14,154,17800,1000,17500,5620,230,6.70,10,10,24.1,6100,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +1977,2,3,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-1.10,-7.80,61,101100,655,1408,288,228,11,223,25500,1000,25000,8100,230,7.20,10,10,24.1,6100,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +1977,2,3,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,0.00,-6.10,64,100900,720,1408,293,333,1,332,36400,100,36300,10530,200,6.70,10,10,14.5,6100,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1977,2,3,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,0.60,-3.90,72,100600,718,1408,296,261,8,258,29300,700,28900,9400,230,7.20,10,10,4.8,490,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1977,2,3,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,1.10,-2.80,76,100400,649,1408,299,278,2,277,30400,200,30400,8910,220,7.20,10,10,4.8,490,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1977,2,3,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,1.70,-2.20,76,100300,518,1408,302,200,4,199,21900,300,21800,6370,230,8.20,10,10,3.2,460,9,999999999,10,0.0000,0,88,0.000,0.0,1.0 +1977,2,3,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,1.10,-2.20,79,100200,333,1408,299,106,1,106,11700,100,11600,3390,230,7.70,10,10,3.2,430,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1977,2,3,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,1.70,-2.20,76,100000,111,1396,302,34,0,34,3700,0,3700,1050,200,5.70,10,10,16.1,640,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1977,2,3,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,1.70,-2.20,76,99900,0,0,303,0,0,0,0,0,0,0,220,6.70,10,10,12.9,520,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1977,2,3,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,1.70,-3.30,70,99900,0,0,302,0,0,0,0,0,0,0,240,7.70,10,10,16.1,730,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1977,2,3,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,1.10,-4.40,67,99800,0,0,284,0,0,0,0,0,0,0,240,6.70,9,8,19.3,3350,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1977,2,3,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,1.10,-4.40,67,99800,0,0,239,0,0,0,0,0,0,0,250,6.70,2,2,19.3,77777,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1977,2,3,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,0.60,-5.00,67,99800,0,0,222,0,0,0,0,0,0,0,240,6.20,0,0,19.3,77777,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1977,2,3,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,0.00,-5.00,69,99800,0,0,235,0,0,0,0,0,0,0,260,6.20,2,2,16.1,77777,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1977,2,3,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-0.60,-5.60,69,99900,0,0,217,0,0,0,0,0,0,0,250,6.70,0,0,19.3,77777,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1977,2,4,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-1.10,-6.10,69,99900,0,0,215,0,0,0,0,0,0,0,240,6.20,0,0,24.1,77777,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1977,2,4,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-1.10,-6.70,66,99900,0,0,214,0,0,0,0,0,0,0,240,6.20,0,0,24.1,77777,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +1977,2,4,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-1.10,-7.20,64,99900,0,0,212,0,0,0,0,0,0,0,270,7.70,0,0,24.1,77777,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +1977,2,4,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-0.60,-9.40,51,99900,0,0,210,0,0,0,0,0,0,0,270,6.70,1,0,24.1,77777,9,999999999,6,0.0000,0,88,0.000,0.0,1.0 +1977,2,4,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-1.10,-10.00,51,99900,0,0,207,0,0,0,0,0,0,0,270,9.80,1,0,24.1,77777,9,999999999,6,0.0000,0,88,0.000,0.0,1.0 +1977,2,4,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-1.10,-10.00,51,100000,0,0,206,0,0,0,0,0,0,0,270,8.20,1,0,24.1,77777,9,999999999,6,0.0000,0,88,0.000,0.0,1.0 +1977,2,4,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-1.70,-10.00,53,100100,0,82,211,0,0,0,0,0,0,0,260,7.70,2,1,24.1,77777,9,999999999,6,0.0000,0,88,0.000,0.0,1.0 +1977,2,4,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-1.70,-10.00,53,100100,130,1408,210,42,105,33,4500,4800,4100,600,290,6.20,2,1,24.1,77777,9,999999999,6,0.0000,0,88,0.000,0.0,1.0 +1977,2,4,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-1.70,-10.00,53,100100,351,1408,218,186,364,96,19200,30000,11700,1800,300,8.80,3,2,24.1,77777,9,999999999,6,0.0000,0,88,0.000,0.0,1.0 +1977,2,4,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-1.10,-10.00,51,100200,533,1408,228,311,392,164,33000,38100,18500,3480,290,7.70,6,3,24.1,77777,9,999999999,6,0.0000,0,88,0.000,0.0,1.0 +1977,2,4,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-0.60,-11.10,45,100200,661,1408,245,361,150,291,39500,15100,32400,7640,300,8.20,8,5,24.1,7620,9,999999999,6,0.0000,0,88,0.000,0.0,1.0 +1977,2,4,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,0.00,-10.60,45,100100,726,1408,239,519,491,268,54900,51000,28500,6480,300,6.70,9,4,24.1,77777,9,999999999,6,0.0000,0,88,0.000,0.0,1.0 +1977,2,4,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,1.10,-10.60,42,100000,724,1408,234,543,646,213,56600,64800,23100,4670,300,6.70,5,3,24.1,77777,9,999999999,6,0.0000,0,88,0.000,0.0,1.0 +1977,2,4,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,1.70,-10.00,42,100000,655,1408,246,430,525,188,44800,51800,20600,3940,280,7.20,4,4,24.1,77777,9,999999999,6,0.0000,0,88,0.000,0.0,1.0 +1977,2,4,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,1.70,-10.00,42,100000,524,1408,247,354,494,172,36100,46300,18800,3470,310,4.10,4,4,24.1,77777,9,999999999,6,0.0000,0,88,0.000,0.0,1.0 +1977,2,4,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,1.70,-9.40,44,100100,339,1408,248,162,243,104,17000,20000,12200,2090,300,6.20,4,4,32.2,77777,9,999999999,6,0.0000,0,88,0.000,0.0,1.0 +1977,2,4,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,1.10,-9.40,46,100100,117,1408,280,29,38,26,3200,1900,3100,540,300,5.70,8,8,32.2,1520,9,999999999,6,0.0000,0,88,0.000,0.0,1.0 +1977,2,4,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,1.10,-10.00,44,100100,0,12,255,0,0,0,0,0,0,0,280,4.10,5,5,32.2,77777,9,999999999,6,0.0000,0,88,0.000,0.0,1.0 +1977,2,4,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,0.60,-10.00,45,100200,0,0,279,0,0,0,0,0,0,0,270,3.60,10,8,32.2,7620,9,999999999,6,0.0000,0,88,0.000,0.0,1.0 +1977,2,4,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,0.60,-10.00,45,100200,0,0,279,0,0,0,0,0,0,0,290,3.10,10,8,32.2,7620,9,999999999,6,0.0000,0,88,0.000,0.0,1.0 +1977,2,4,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,0.60,-10.00,45,100200,0,0,279,0,0,0,0,0,0,0,290,3.10,10,8,32.2,7620,9,999999999,6,0.0000,0,88,0.000,0.0,1.0 +1977,2,4,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,0.60,-10.00,45,100200,0,0,296,0,0,0,0,0,0,0,280,3.60,10,10,32.2,2130,9,999999999,6,0.0000,0,88,0.000,0.0,1.0 +1977,2,4,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-0.60,-8.30,56,100200,0,0,291,0,0,0,0,0,0,0,240,3.60,10,10,32.2,1680,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +1977,2,4,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-0.60,-8.90,54,100200,0,0,291,0,0,0,0,0,0,0,230,3.60,10,10,24.1,910,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +1977,2,5,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-0.60,-8.30,56,100100,0,0,291,0,0,0,0,0,0,0,240,5.20,10,10,24.1,910,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +1977,2,5,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-1.70,-7.80,63,100100,0,0,287,0,0,0,0,0,0,0,190,3.10,10,10,24.1,3050,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +1977,2,5,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-2.20,-7.80,66,100000,0,0,277,0,0,0,0,0,0,0,200,3.10,10,9,24.1,3050,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +1977,2,5,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-3.30,-7.80,72,99900,0,0,272,0,0,0,0,0,0,0,180,2.10,10,9,24.1,6100,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +1977,2,5,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-2.80,-7.20,72,99900,0,0,282,0,0,0,0,0,0,0,180,2.10,10,10,20.9,1520,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +1977,2,5,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-2.80,-6.70,75,99800,0,0,282,0,0,0,0,0,0,0,180,1.50,10,10,6.4,1160,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +1977,2,5,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-2.20,-6.10,75,99800,1,129,284,0,0,0,0,0,0,0,120,3.10,10,10,6.4,1160,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1977,2,5,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-2.80,-6.70,75,99800,134,1407,273,50,17,48,5400,1100,5300,1040,120,3.10,10,9,8.0,1520,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +1977,2,5,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-1.70,-5.60,75,99700,356,1407,286,138,4,137,14900,300,14900,4020,110,3.60,10,10,3.2,1220,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1977,2,5,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-1.10,-4.40,78,99600,538,1407,281,163,58,141,17900,5500,15800,3990,100,5.20,10,9,3.2,1220,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1977,2,5,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-1.10,-4.40,78,99500,667,1407,289,174,26,162,19200,2600,18000,4960,100,5.20,10,10,9.7,340,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1977,2,5,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-0.60,-4.40,75,99400,732,1407,291,186,11,181,21500,900,21100,7590,80,5.20,10,10,4.0,210,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1977,2,5,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-0.60,-4.40,75,99300,730,1407,291,324,12,318,35700,1200,35000,10520,60,4.60,10,10,3.2,310,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1977,2,5,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-0.60,-3.30,82,99200,661,1407,291,217,1,216,24300,100,24200,8010,60,4.60,10,10,1.3,180,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1977,2,5,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-0.60,-3.90,78,99200,530,1407,291,168,9,164,18700,700,18400,5860,30,6.70,10,10,1.6,610,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1977,2,5,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-0.60,-3.90,78,99200,345,1407,291,124,4,123,13500,200,13400,3750,10,3.60,10,10,1.6,180,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1977,2,5,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-0.60,-3.90,78,99100,122,1407,292,35,2,35,3900,0,3900,1070,360,4.60,10,10,1.6,610,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1977,2,5,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-0.60,-4.40,75,99200,0,35,292,0,0,0,0,0,0,0,360,4.10,10,10,4.0,370,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1977,2,5,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-0.60,-5.00,72,99200,0,0,292,0,0,0,0,0,0,0,360,6.20,10,10,1.6,310,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1977,2,5,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-1.70,-5.00,78,99300,0,0,287,0,0,0,0,0,0,0,350,5.70,10,10,2.4,240,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1977,2,5,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-1.70,-6.70,69,99300,0,0,287,0,0,0,0,0,0,0,350,5.70,10,10,6.4,610,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +1977,2,5,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-2.20,-7.20,69,99400,0,0,285,0,0,0,0,0,0,0,350,6.70,10,10,6.4,310,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +1977,2,5,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-2.80,-7.20,72,99400,0,0,282,0,0,0,0,0,0,0,340,5.20,10,10,6.4,610,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +1977,2,5,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-2.80,-7.80,69,99500,0,0,282,0,0,0,0,0,0,0,330,5.70,10,10,9.7,1520,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +1977,2,6,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-2.80,-7.80,69,99600,0,0,282,0,0,0,0,0,0,0,320,6.20,10,10,6.4,1070,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +1977,2,6,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-2.80,-6.70,75,99700,0,0,282,0,0,0,0,0,0,0,330,5.70,10,10,4.8,520,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +1977,2,6,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-4.40,-9.40,68,99800,0,0,267,0,0,0,0,0,0,0,310,8.20,10,9,16.1,7620,9,999999999,6,0.0000,0,88,0.000,0.0,1.0 +1977,2,6,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-5.60,-11.10,65,99900,0,0,262,0,0,0,0,0,0,0,310,8.20,10,9,16.1,7620,9,999999999,6,0.0000,0,88,0.000,0.0,1.0 +1977,2,6,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-5.60,-12.20,60,100000,0,0,191,0,0,0,0,0,0,0,300,7.70,2,0,19.3,77777,9,999999999,5,0.0000,0,88,0.000,0.0,1.0 +1977,2,6,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-6.70,-12.80,62,100100,0,0,186,0,0,0,0,0,0,0,300,8.80,2,0,24.1,77777,9,999999999,5,0.0000,0,88,0.000,0.0,1.0 +1977,2,6,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-6.70,-13.90,57,100300,1,152,200,0,0,0,0,0,0,0,300,9.30,6,2,24.1,77777,9,999999999,5,0.0000,0,88,0.000,0.0,1.0 +1977,2,6,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-6.70,-14.40,54,100400,139,1407,215,51,31,48,5600,2000,5400,1050,290,7.20,8,4,24.1,77777,9,999999999,5,0.0000,0,88,0.000,0.0,1.0 +1977,2,6,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-6.70,-14.40,54,100500,361,1407,182,204,455,88,21300,38000,11500,1630,320,8.20,3,0,24.1,77777,9,999999999,5,0.0000,0,88,0.000,0.0,1.0 +1977,2,6,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-7.20,-15.00,54,100500,544,1407,179,353,645,106,36700,60300,13300,2020,310,6.20,0,0,24.1,77777,9,999999999,5,0.0000,0,88,0.000,0.0,1.0 +1977,2,6,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-6.10,-14.40,52,100600,673,1407,183,472,728,126,49400,70900,15300,2580,280,9.30,0,0,24.1,77777,9,999999999,5,0.0000,0,88,0.000,0.0,1.0 +1977,2,6,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-5.60,-15.00,48,100600,738,1407,183,534,763,136,56100,75300,16400,2920,300,8.20,0,0,24.1,77777,9,999999999,5,0.0000,0,88,0.000,0.0,1.0 +1977,2,6,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-5.00,-14.40,48,100600,736,1407,186,528,755,135,55400,74500,16300,2890,290,8.80,0,0,24.1,77777,9,999999999,5,0.0000,0,88,0.000,0.0,1.0 +1977,2,6,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-3.90,-14.40,44,100600,667,1407,189,467,726,125,48900,70600,15200,2550,290,8.20,0,0,24.1,77777,9,999999999,5,0.0000,0,88,0.000,0.0,1.0 +1977,2,6,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-3.30,-14.40,42,100600,536,1407,192,344,638,104,35800,59500,13100,1980,300,10.30,0,0,24.1,77777,9,999999999,5,0.0000,0,88,0.000,0.0,1.0 +1977,2,6,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-4.40,-15.00,44,100700,351,1407,189,189,467,75,19500,38400,9900,1320,270,10.30,0,0,24.1,77777,9,999999999,5,0.0000,0,88,0.000,0.0,1.0 +1977,2,6,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-5.60,-15.60,46,100700,127,1407,186,43,126,32,4600,5600,4100,580,300,11.30,0,0,24.1,77777,9,999999999,5,0.0000,0,88,0.000,0.0,1.0 +1977,2,6,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-5.60,-15.60,46,100900,0,82,187,0,0,0,0,0,0,0,280,9.30,0,0,24.1,77777,9,999999999,5,0.0000,0,88,0.000,0.0,1.0 +1977,2,6,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-6.70,-16.10,47,100900,0,0,184,0,0,0,0,0,0,0,300,8.80,0,0,24.1,77777,9,999999999,5,0.0000,0,88,0.000,0.0,1.0 +1977,2,6,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-7.20,-16.70,47,101000,0,0,183,0,0,0,0,0,0,0,290,8.80,0,0,24.1,77777,9,999999999,4,0.0000,0,88,0.000,0.0,1.0 +1977,2,6,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-7.80,-17.20,47,101100,0,0,182,0,0,0,0,0,0,0,290,7.20,0,0,24.1,77777,9,999999999,4,0.0000,0,88,0.000,0.0,1.0 +1977,2,6,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-7.80,-17.20,47,101100,0,0,182,0,0,0,0,0,0,0,270,7.70,0,0,24.1,77777,9,999999999,4,0.0000,0,88,0.000,0.0,1.0 +1977,2,6,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-8.30,-17.80,47,101100,0,0,181,0,0,0,0,0,0,0,300,6.20,0,0,24.1,77777,9,999999999,4,0.0000,0,88,0.000,0.0,1.0 +1977,2,6,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-8.30,-17.80,47,101200,0,0,181,0,0,0,0,0,0,0,280,7.70,0,0,24.1,77777,9,999999999,4,0.0000,0,88,0.000,0.0,1.0 +1977,2,7,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-8.30,-17.80,47,101200,0,0,181,0,0,0,0,0,0,0,280,7.70,0,0,24.1,77777,9,999999999,4,0.0000,0,88,0.000,0.0,1.0 +1977,2,7,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-8.30,-17.20,49,101200,0,0,235,0,0,0,0,0,0,0,280,7.20,7,7,24.1,2440,9,999999999,4,0.0000,0,88,0.000,0.0,1.0 +1977,2,7,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-7.80,-16.70,49,101200,0,0,260,0,0,0,0,0,0,0,290,5.70,10,10,24.1,2440,9,999999999,4,0.0000,0,88,0.000,0.0,1.0 +1977,2,7,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-7.80,-16.70,49,101200,0,0,260,0,0,0,0,0,0,0,290,5.20,10,10,24.1,2440,9,999999999,4,0.0000,0,88,0.000,0.0,1.0 +1977,2,7,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-7.80,-17.20,47,101200,0,0,259,0,0,0,0,0,0,0,300,6.70,10,10,24.1,2440,9,999999999,4,0.0000,0,88,0.000,0.0,1.0 +1977,2,7,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-7.80,-17.20,47,101300,0,0,259,0,0,0,0,0,0,0,300,6.20,10,10,24.1,2440,9,999999999,4,0.0000,0,88,0.000,0.0,1.0 +1977,2,7,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-7.20,-16.70,47,101300,2,176,261,0,0,0,0,0,0,0,290,6.20,10,10,24.1,2440,9,999999999,4,0.0000,0,88,0.000,0.0,1.0 +1977,2,7,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-7.20,-16.70,47,101400,144,1406,261,50,2,50,5400,0,5400,1410,310,7.70,10,10,24.1,1980,9,999999999,4,0.0000,0,88,0.000,0.0,1.0 +1977,2,7,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-7.20,-17.20,45,101400,367,1406,261,101,7,100,11400,400,11300,3470,310,6.20,10,10,24.1,1980,9,999999999,4,0.0000,0,88,0.000,0.0,1.0 +1977,2,7,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-7.20,-16.10,49,101500,550,1406,245,324,303,206,33800,29600,22200,4620,300,8.20,8,8,24.1,1980,9,999999999,5,0.0000,0,88,0.000,0.0,1.0 +1977,2,7,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-6.70,-16.10,47,101500,679,1406,196,444,551,180,46700,54800,20100,3790,320,7.20,2,2,24.1,77777,9,999999999,5,0.0000,0,88,0.000,0.0,1.0 +1977,2,7,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-5.60,-15.00,48,101400,744,1406,184,542,805,118,57500,80100,14900,2600,320,7.70,0,0,24.1,77777,9,999999999,5,0.0000,0,88,0.000,0.0,1.0 +1977,2,7,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-4.40,-14.40,46,101400,743,1406,188,539,803,118,57300,79900,14900,2600,300,6.20,0,0,24.1,77777,9,999999999,5,0.0000,0,88,0.000,0.0,1.0 +1977,2,7,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-3.90,-14.40,44,101400,674,1406,189,474,768,109,50200,75400,14000,2290,290,8.20,0,0,24.1,77777,9,999999999,5,0.0000,0,88,0.000,0.0,1.0 +1977,2,7,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-2.80,-13.90,43,101400,542,1406,194,360,706,92,38000,66500,12300,1800,310,6.20,0,0,24.1,77777,9,999999999,5,0.0000,0,88,0.000,0.0,1.0 +1977,2,7,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-2.80,-13.90,43,101500,357,1406,195,202,543,67,21100,45300,9500,1220,310,6.20,0,0,24.1,77777,9,999999999,5,0.0000,0,88,0.000,0.0,1.0 +1977,2,7,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-2.80,-13.90,43,101500,133,1406,196,50,198,32,5300,9900,4300,570,290,7.70,0,0,24.1,77777,9,999999999,5,0.0000,0,88,0.000,0.0,1.0 +1977,2,7,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-3.30,-14.40,42,101600,1,105,195,0,0,0,0,0,0,0,300,6.20,0,0,24.1,77777,9,999999999,5,0.0000,0,88,0.000,0.0,1.0 +1977,2,7,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-3.90,-14.40,44,101700,0,0,194,0,0,0,0,0,0,0,310,5.20,0,0,24.1,77777,9,999999999,5,0.0000,0,88,0.000,0.0,1.0 +1977,2,7,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-4.40,-14.40,46,101700,0,0,193,0,0,0,0,0,0,0,300,5.20,0,0,24.1,77777,9,999999999,5,0.0000,0,88,0.000,0.0,1.0 +1977,2,7,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-5.60,-15.00,48,101800,0,0,190,0,0,0,0,0,0,0,310,6.20,0,0,24.1,77777,9,999999999,5,0.0000,0,88,0.000,0.0,1.0 +1977,2,7,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-6.10,-15.60,48,101900,0,0,189,0,0,0,0,0,0,0,340,6.20,0,0,24.1,77777,9,999999999,5,0.0000,0,88,0.000,0.0,1.0 +1977,2,7,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-6.70,-15.60,50,102000,0,0,188,0,0,0,0,0,0,0,330,6.70,0,0,24.1,77777,9,999999999,5,0.0000,0,88,0.000,0.0,1.0 +1977,2,7,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-7.20,-16.10,49,102100,0,0,186,0,0,0,0,0,0,0,310,7.20,0,0,24.1,77777,9,999999999,5,0.0000,0,88,0.000,0.0,1.0 +1977,2,8,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-7.20,-16.10,49,102000,0,0,186,0,0,0,0,0,0,0,330,7.20,0,0,24.1,77777,9,999999999,5,0.0000,0,88,0.000,0.0,1.0 +1977,2,8,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-7.80,-16.10,52,102100,0,0,184,0,0,0,0,0,0,0,320,6.70,0,0,24.1,77777,9,999999999,5,0.0000,0,88,0.000,0.0,1.0 +1977,2,8,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-7.80,-16.10,52,102100,0,0,183,0,0,0,0,0,0,0,300,5.20,0,0,24.1,77777,9,999999999,5,0.0000,0,88,0.000,0.0,1.0 +1977,2,8,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-7.20,-16.10,49,102200,0,0,184,0,0,0,0,0,0,0,300,5.20,0,0,24.1,77777,9,999999999,5,0.0000,0,88,0.000,0.0,1.0 +1977,2,8,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-7.80,-16.70,49,102100,0,0,181,0,0,0,0,0,0,0,290,6.70,0,0,24.1,77777,9,999999999,4,0.0000,0,88,0.000,0.0,1.0 +1977,2,8,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-7.80,-16.70,49,102200,0,0,180,0,0,0,0,0,0,0,310,5.70,0,0,24.1,77777,9,999999999,4,0.0000,0,88,0.000,0.0,1.0 +1977,2,8,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-7.80,-16.70,49,102200,2,199,179,2,0,1,0,0,0,0,300,5.20,0,0,24.1,77777,9,999999999,4,0.0000,0,88,0.000,0.0,1.0 +1977,2,8,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-7.20,-16.10,49,102300,150,1406,180,61,275,33,6300,15700,4600,570,290,7.70,0,0,24.1,77777,9,999999999,5,0.0000,0,88,0.000,0.0,1.0 +1977,2,8,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-6.70,-15.60,50,102400,373,1406,181,223,607,64,23300,51600,9600,1190,310,7.70,0,0,24.1,77777,9,999999999,5,0.0000,0,88,0.000,0.0,1.0 +1977,2,8,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-5.60,-14.40,50,102400,556,1406,185,380,751,86,40300,71400,11900,1710,310,8.20,0,0,24.1,77777,9,999999999,5,0.0000,0,88,0.000,0.0,1.0 +1977,2,8,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-3.90,-12.20,53,102400,685,1406,192,496,817,101,51300,79200,12600,1970,310,6.20,0,0,24.1,77777,9,999999999,6,0.0000,0,88,0.000,0.0,1.0 +1977,2,8,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-2.20,-12.20,47,102400,751,1406,197,557,844,109,57800,82700,13500,2220,300,8.20,0,0,24.1,77777,9,999999999,6,0.0000,0,88,0.000,0.0,1.0 +1977,2,8,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-1.10,-10.60,49,102400,749,1406,202,555,842,109,57600,82500,13500,2210,290,7.70,0,0,24.1,77777,9,999999999,6,0.0000,0,88,0.000,0.0,1.0 +1977,2,8,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,0.60,-10.60,44,102300,680,1406,207,490,813,101,50800,78700,12600,1960,300,6.70,0,0,24.1,77777,9,999999999,6,0.0000,0,88,0.000,0.0,1.0 +1977,2,8,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,0.60,-11.10,42,102400,548,1406,207,370,741,85,39300,70200,11800,1690,310,7.20,0,0,24.1,77777,9,999999999,6,0.0000,0,88,0.000,0.0,1.0 +1977,2,8,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,0.60,-11.70,40,102400,363,1406,208,211,589,62,22200,49600,9300,1150,310,6.70,0,0,24.1,77777,9,999999999,6,0.0000,0,88,0.000,0.0,1.0 +1977,2,8,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,0.00,-12.20,40,102500,139,1406,206,53,244,30,5500,13400,4100,520,310,5.70,0,0,24.1,77777,9,999999999,6,0.0000,0,88,0.000,0.0,1.0 +1977,2,8,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-0.60,-13.30,38,102500,1,129,204,1,0,1,0,0,0,0,300,4.60,0,0,24.1,77777,9,999999999,5,0.0000,0,88,0.000,0.0,1.0 +1977,2,8,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-1.10,-13.90,38,102600,0,0,203,0,0,0,0,0,0,0,300,4.10,0,0,24.1,77777,9,999999999,5,0.0000,0,88,0.000,0.0,1.0 +1977,2,8,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-1.70,-14.40,37,102600,0,0,202,0,0,0,0,0,0,0,300,4.10,0,0,24.1,77777,9,999999999,5,0.0000,0,88,0.000,0.0,1.0 +1977,2,8,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-2.20,-14.40,39,102700,0,0,201,0,0,0,0,0,0,0,300,5.20,0,0,24.1,77777,9,999999999,5,0.0000,0,88,0.000,0.0,1.0 +1977,2,8,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-2.80,-14.40,41,102700,0,0,200,0,0,0,0,0,0,0,270,4.10,0,0,24.1,77777,9,999999999,5,0.0000,0,88,0.000,0.0,1.0 +1977,2,8,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-2.80,-13.90,43,102700,0,0,201,0,0,0,0,0,0,0,280,4.60,0,0,24.1,77777,9,999999999,5,0.0000,0,88,0.000,0.0,1.0 +1977,2,8,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-3.90,-13.90,46,102600,0,0,245,0,0,0,0,0,0,0,300,5.20,7,6,24.1,3050,9,999999999,5,0.0000,0,88,0.000,0.0,1.0 +1977,2,9,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-4.40,-13.90,48,102600,0,0,259,0,0,0,0,0,0,0,240,2.60,9,8,24.1,2130,9,999999999,5,0.0000,0,88,0.000,0.0,1.0 +1977,2,9,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-5.00,-13.30,52,102600,0,0,264,0,0,0,0,0,0,0,220,3.10,9,9,24.1,2130,9,999999999,5,0.0000,0,88,0.000,0.0,1.0 +1977,2,9,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-5.60,-13.30,55,102600,0,0,254,0,0,0,0,0,0,0,220,4.10,10,8,24.1,2130,9,999999999,5,0.0000,0,88,0.000,0.0,1.0 +1977,2,9,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-5.00,-13.30,52,102600,0,0,272,0,0,0,0,0,0,0,220,4.10,10,10,24.1,2130,9,999999999,5,0.0000,0,88,0.000,0.0,1.0 +1977,2,9,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-5.00,-13.30,52,102600,0,0,271,0,0,0,0,0,0,0,220,4.60,10,10,24.1,2440,9,999999999,5,0.0000,0,88,0.000,0.0,1.0 +1977,2,9,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-5.00,-13.30,52,102500,0,0,231,0,0,0,0,0,0,0,240,5.70,7,5,24.1,2440,9,999999999,5,0.0000,0,88,0.000,0.0,1.0 +1977,2,9,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-5.00,-13.30,52,102500,3,222,223,1,0,0,0,0,0,0,230,4.10,5,4,24.1,77777,9,999999999,5,0.0000,0,88,0.000,0.0,1.0 +1977,2,9,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-6.10,-12.80,60,102600,155,1405,203,51,77,43,5600,4500,5100,900,230,5.20,7,2,16.1,77777,9,999999999,5,0.0000,0,88,0.000,0.0,1.0 +1977,2,9,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-4.40,-12.20,55,102600,378,1405,208,232,438,116,23800,37100,13800,2230,240,5.20,9,2,16.1,77777,9,999999999,6,0.0000,0,88,0.000,0.0,1.0 +1977,2,9,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-3.30,-12.80,48,102500,562,1405,210,388,500,189,39500,47700,20300,3880,250,6.20,9,2,16.1,77777,9,999999999,5,0.0000,0,88,0.000,0.0,1.0 +1977,2,9,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-1.10,-11.70,45,102400,691,1405,218,541,654,221,55700,65000,23600,4800,240,8.20,10,2,16.1,77777,9,999999999,6,0.0000,0,88,0.000,0.0,1.0 +1977,2,9,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,0.00,-11.10,43,102400,757,1405,231,568,574,260,58200,57700,27000,5950,250,7.20,10,3,16.1,77777,9,999999999,6,0.0000,0,88,0.000,0.0,1.0 +1977,2,9,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,1.10,-11.10,40,102200,755,1405,270,510,342,328,53300,35600,34100,8400,230,7.70,10,7,16.1,7620,9,999999999,6,0.0000,0,88,0.000,0.0,1.0 +1977,2,9,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,1.10,-10.60,42,102100,686,1405,270,365,175,280,39100,17700,30400,6930,240,7.70,10,7,16.1,7620,9,999999999,6,0.0000,0,88,0.000,0.0,1.0 +1977,2,9,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,2.20,-10.00,40,102100,554,1405,266,301,179,231,32100,17400,25200,5410,220,7.70,10,6,19.3,7620,9,999999999,6,0.0000,0,88,0.000,0.0,1.0 +1977,2,9,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,1.70,-8.90,46,102000,369,1405,249,217,369,122,22800,31500,14500,2510,200,6.70,8,4,24.1,77777,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +1977,2,9,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,1.70,-9.40,44,102000,144,1405,249,43,75,36,4800,4200,4300,750,220,6.70,6,4,24.1,7620,9,999999999,6,0.0000,0,88,0.000,0.0,1.0 +1977,2,9,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,0.60,-9.40,48,101900,2,176,254,0,0,0,0,0,0,0,210,7.70,7,5,24.1,6100,9,999999999,6,0.0000,0,88,0.000,0.0,1.0 +1977,2,9,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,0.00,-9.40,49,101900,0,0,261,0,0,0,0,0,0,0,200,6.70,7,6,24.1,4880,9,999999999,6,0.0000,0,88,0.000,0.0,1.0 +1977,2,9,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,0.00,-8.30,54,101900,0,0,294,0,0,0,0,0,0,0,200,6.70,10,10,24.1,2440,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +1977,2,9,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,0.00,-8.30,54,101900,0,0,294,0,0,0,0,0,0,0,230,8.20,10,10,24.1,2440,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +1977,2,9,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,0.60,-7.80,54,101900,0,0,297,0,0,0,0,0,0,0,240,7.70,10,10,24.1,2440,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +1977,2,9,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,0.60,-7.80,54,101800,0,0,297,0,0,0,0,0,0,0,240,7.20,10,10,24.1,2440,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +1977,2,9,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,0.60,-7.20,56,101800,0,0,297,0,0,0,0,0,0,0,230,6.20,10,10,24.1,2440,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +1977,2,10,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,1.10,-7.20,54,101800,0,0,299,0,0,0,0,0,0,0,240,6.20,10,10,24.1,1520,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +1977,2,10,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,1.10,-7.20,54,101800,0,0,299,0,0,0,0,0,0,0,240,5.70,10,10,24.1,1520,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +1977,2,10,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,1.10,-7.20,54,101700,0,0,299,0,0,0,0,0,0,0,230,5.20,10,10,24.1,1490,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +1977,2,10,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,0.60,-7.20,56,101700,0,0,297,0,0,0,0,0,0,0,240,4.10,10,10,24.1,2440,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +1977,2,10,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,0.60,-7.20,56,101700,0,0,296,0,0,0,0,0,0,0,230,4.10,10,10,24.1,2440,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +1977,2,10,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,0.00,-7.20,59,101800,0,0,294,0,0,0,0,0,0,0,230,4.60,10,10,24.1,2130,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +1977,2,10,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,0.60,-6.70,59,101800,4,269,296,1,0,1,0,0,0,0,240,4.10,10,10,16.1,1490,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +1977,2,10,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,1.70,-7.20,52,101900,161,1405,301,49,3,49,5400,0,5400,1480,290,7.70,10,10,3.2,370,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +1977,2,10,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-0.60,-4.40,75,102000,384,1405,291,161,5,160,17400,400,17300,4540,240,4.60,10,10,8.0,1010,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1977,2,10,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,1.10,-5.00,64,102000,568,1405,241,395,580,163,41100,55600,18500,3280,300,4.10,3,3,12.9,77777,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1977,2,10,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,2.80,-5.00,57,102000,697,1405,247,576,860,152,59700,83500,18100,3070,310,5.70,3,3,12.9,77777,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1977,2,10,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,3.90,-5.60,51,102000,763,1405,267,480,439,243,51400,46000,26300,5810,320,6.70,5,5,14.5,77777,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1977,2,10,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,4.40,-5.60,49,102000,762,1405,261,548,578,237,56900,58300,25100,5380,330,6.70,4,4,16.1,77777,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1977,2,10,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,5.00,-5.60,47,102000,692,1405,246,410,518,156,43800,51800,18200,3250,320,6.20,2,2,16.1,77777,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1977,2,10,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,5.00,-5.60,47,102100,560,1405,229,395,833,66,41900,79200,10100,1380,320,5.70,1,0,16.1,77777,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1977,2,10,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,5.00,-5.60,47,102100,375,1405,230,231,715,44,24500,62300,7900,910,330,5.20,0,0,20.9,77777,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1977,2,10,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,4.40,-6.10,47,102200,150,1405,228,68,436,24,7100,27600,4200,450,320,4.10,0,0,20.9,77777,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1977,2,10,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,3.90,-6.10,48,102200,2,199,228,6,0,2,0,0,0,0,320,3.10,0,0,20.9,77777,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1977,2,10,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,3.30,-6.70,48,102300,0,0,226,0,0,0,0,0,0,0,320,4.10,0,0,24.1,77777,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +1977,2,10,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,2.20,-7.20,50,102400,0,0,223,0,0,0,0,0,0,0,320,4.10,0,0,24.1,77777,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +1977,2,10,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,1.70,-7.80,50,102400,0,0,221,0,0,0,0,0,0,0,310,2.60,0,0,24.1,77777,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +1977,2,10,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,1.70,-7.80,50,102400,0,0,222,0,0,0,0,0,0,0,310,3.10,0,0,24.1,77777,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +1977,2,10,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,0.00,-7.80,56,102500,0,0,217,0,0,0,0,0,0,0,300,1.00,0,0,24.1,77777,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +1977,2,10,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-1.70,-6.70,69,102500,0,0,213,0,0,0,0,0,0,0,220,1.00,0,0,24.1,77777,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +1977,2,11,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-1.70,-6.70,69,102400,0,0,213,0,0,0,0,0,0,0,160,1.50,0,0,19.3,77777,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +1977,2,11,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-1.10,-6.10,69,102400,0,0,290,0,0,0,0,0,0,0,190,2.60,10,10,16.1,1520,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1977,2,11,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,0.00,-6.10,64,102400,0,0,295,0,0,0,0,0,0,0,240,3.60,10,10,16.1,1830,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1977,2,11,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,0.00,-6.70,61,102400,0,0,294,0,0,0,0,0,0,0,240,4.60,10,10,16.1,1830,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +1977,2,11,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-1.10,-6.70,66,102400,0,0,243,0,0,0,0,0,0,0,190,2.60,6,4,16.1,1830,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +1977,2,11,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-1.70,-7.20,66,102300,0,0,240,0,0,0,0,0,0,0,190,2.10,4,4,16.1,77777,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +1977,2,11,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-2.20,-7.20,69,102300,5,293,229,1,0,1,0,0,0,0,190,3.10,3,3,16.1,77777,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +1977,2,11,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-1.10,-6.10,69,102300,166,1404,281,50,11,49,5500,100,5500,1500,170,3.60,10,9,8.0,1310,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1977,2,11,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-0.60,-5.60,69,102300,390,1404,291,80,10,77,9100,500,9000,2970,170,3.60,10,10,11.3,1520,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1977,2,11,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,2.20,-4.40,62,102100,574,1404,221,378,658,112,39400,62200,13900,2160,190,5.20,2,0,12.9,77777,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1977,2,11,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,3.90,-3.90,57,102000,703,1404,252,505,582,215,52300,58100,23100,4670,210,7.20,6,3,12.9,77777,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1977,2,11,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,4.40,-3.30,57,101900,770,1404,288,377,154,293,40700,15900,32000,7580,210,7.70,10,7,12.9,4270,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1977,2,11,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,5.00,-2.80,58,101700,768,1404,258,518,530,230,54000,53600,24600,5220,200,6.20,4,3,14.5,77777,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1977,2,11,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,6.10,-2.80,53,101600,699,1404,262,471,577,187,49700,57700,20800,3990,220,6.70,4,3,17.7,77777,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1977,2,11,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,6.70,-1.10,58,101500,567,1404,267,318,383,165,34000,37900,18600,3500,200,6.20,4,3,19.3,77777,9,999999999,10,0.0000,0,88,0.000,0.0,1.0 +1977,2,11,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,6.10,-0.60,63,101400,381,1404,274,188,337,98,19600,28700,11800,1840,200,5.20,5,4,17.7,77777,9,999999999,11,0.0000,0,88,0.000,0.0,1.0 +1977,2,11,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,6.10,-0.60,63,101300,155,1404,259,53,122,40,5600,6300,4900,740,200,5.70,3,2,19.3,77777,9,999999999,11,0.0000,0,88,0.000,0.0,1.0 +1977,2,11,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,4.40,-1.10,68,101300,3,222,276,0,0,0,0,0,0,0,190,4.60,5,5,19.3,77777,9,999999999,10,0.0000,0,88,0.000,0.0,1.0 +1977,2,11,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,3.90,-1.10,70,101300,0,0,313,0,0,0,0,0,0,0,190,4.60,10,10,16.1,3660,9,999999999,10,0.0000,0,88,0.000,0.0,1.0 +1977,2,11,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,5.60,-1.10,63,101300,0,0,321,0,0,0,0,0,0,0,220,5.20,10,10,16.1,3350,9,999999999,10,0.0000,0,88,0.000,0.0,1.0 +1977,2,11,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,6.10,-1.70,58,101200,0,0,269,0,0,0,0,0,0,0,240,5.70,3,3,16.1,77777,9,999999999,10,0.0000,0,88,0.000,0.0,1.0 +1977,2,11,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,6.10,-1.70,58,101200,0,0,277,0,0,0,0,0,0,0,250,4.60,4,4,19.3,77777,9,999999999,10,0.0000,0,88,0.000,0.0,1.0 +1977,2,11,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,6.70,-1.70,56,101300,0,0,295,0,0,0,0,0,0,0,250,5.70,6,6,19.3,1980,9,999999999,10,0.0000,0,88,0.000,0.0,1.0 +1977,2,11,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,8.30,-1.70,50,101300,0,0,310,0,0,0,0,0,0,0,280,4.60,7,7,12.9,1520,9,999999999,10,0.0000,0,88,0.000,0.0,1.0 +1977,2,12,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,6.70,-2.20,53,101400,0,0,248,0,0,0,0,0,0,0,300,5.70,0,0,12.9,77777,9,999999999,10,0.0000,0,88,0.000,0.0,1.0 +1977,2,12,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,5.60,-2.20,58,101400,0,0,244,0,0,0,0,0,0,0,290,6.20,0,0,12.9,77777,9,999999999,10,0.0000,0,88,0.000,0.0,1.0 +1977,2,12,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,5.00,-2.20,60,101400,0,0,241,0,0,0,0,0,0,0,290,5.70,0,0,12.9,77777,9,999999999,10,0.0000,0,88,0.000,0.0,1.0 +1977,2,12,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,5.00,-2.80,58,101500,0,0,239,0,0,0,0,0,0,0,290,6.20,0,0,16.1,77777,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1977,2,12,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,4.40,-2.80,60,101500,0,0,260,0,0,0,0,0,0,0,300,5.20,3,3,16.1,77777,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1977,2,12,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,4.40,-2.80,60,101500,0,0,235,0,0,0,0,0,0,0,300,3.60,0,0,16.1,77777,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1977,2,12,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,4.40,-2.80,60,101500,6,316,250,4,0,2,0,0,0,0,290,2.60,2,2,12.9,77777,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1977,2,12,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,5.00,-2.80,58,101600,172,1404,251,72,162,53,7600,9000,6500,1030,280,4.10,10,2,16.1,77777,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1977,2,12,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,5.00,-2.80,58,101800,396,1404,317,114,11,111,12700,600,12500,3870,280,5.20,10,10,16.1,1010,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1977,2,12,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,5.60,-2.20,58,101800,580,1404,311,217,71,188,23800,6900,21000,5190,280,4.10,9,9,16.1,880,9,999999999,10,0.0000,0,88,0.000,0.0,1.0 +1977,2,12,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,5.00,-1.70,62,101700,710,1404,267,365,255,237,39700,26100,26500,5930,240,3.60,10,4,16.1,77777,9,999999999,10,0.0000,0,88,0.000,0.0,1.0 +1977,2,12,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,6.70,-2.20,53,101600,776,1404,282,573,694,192,59000,67700,21400,4010,260,4.10,9,5,16.1,7620,9,999999999,10,0.0000,0,88,0.000,0.0,1.0 +1977,2,12,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,7.20,-2.20,51,101500,774,1404,275,519,510,240,53900,51600,25400,5500,280,4.10,7,4,16.1,7620,9,999999999,10,0.0000,0,88,0.000,0.0,1.0 +1977,2,12,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,7.80,-2.80,48,101400,705,1404,312,344,185,252,37300,18900,27800,6290,300,4.10,8,8,20.9,1220,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1977,2,12,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,6.70,-2.20,53,101500,573,1404,325,155,16,149,17700,1200,17200,5780,250,4.10,10,10,22.5,1100,9,999999999,10,0.0000,0,88,0.000,0.0,1.0 +1977,2,12,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,6.70,-2.80,51,101400,387,1404,325,92,5,91,10400,300,10400,3350,290,3.60,10,10,24.1,1160,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1977,2,12,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,6.70,-2.80,51,101400,161,1404,325,30,2,30,3400,0,3400,1060,260,3.10,10,10,16.1,1160,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1977,2,12,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,6.10,-2.80,53,101400,4,246,322,0,0,0,0,0,0,0,270,2.60,10,10,16.1,1160,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1977,2,12,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,5.00,-2.80,58,101400,0,0,317,0,0,0,0,0,0,0,280,4.10,10,10,16.1,1160,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1977,2,12,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,4.40,-2.20,62,101400,0,0,315,0,0,0,0,0,0,0,230,3.10,10,10,19.3,1070,9,999999999,10,0.0000,0,88,0.000,0.0,1.0 +1977,2,12,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,3.90,-2.80,62,101300,0,0,313,0,0,0,0,0,0,0,190,3.10,10,10,19.3,1100,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1977,2,12,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,2.80,-2.20,70,101200,0,0,308,0,0,0,0,0,0,0,170,3.10,10,10,19.3,1070,9,999999999,10,0.0000,0,88,0.000,0.0,1.0 +1977,2,12,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,2.80,-2.20,70,101200,0,0,308,0,0,0,0,0,0,0,190,2.60,10,10,19.3,1070,9,999999999,10,0.0000,0,88,0.000,0.0,1.0 +1977,2,12,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,2.20,-2.80,70,101200,0,0,306,0,0,0,0,0,0,0,150,3.10,10,10,16.1,1160,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1977,2,13,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,2.20,-2.20,73,101000,0,0,306,0,0,0,0,0,0,0,170,3.10,10,10,12.9,1010,9,999999999,10,0.0000,0,88,0.000,0.0,1.0 +1977,2,13,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,2.20,-2.20,73,101000,0,0,306,0,0,0,0,0,0,0,150,2.10,10,10,9.7,730,9,999999999,10,0.0000,0,88,0.000,0.0,1.0 +1977,2,13,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,1.70,-2.20,76,100900,0,0,303,0,0,0,0,0,0,0,130,2.10,10,10,9.7,670,9,999999999,10,0.0000,0,88,0.000,0.0,1.0 +1977,2,13,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,1.70,-1.70,79,100800,0,0,303,0,0,0,0,0,0,0,120,3.60,10,10,9.7,610,9,999999999,10,0.0000,0,88,0.000,0.0,1.0 +1977,2,13,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,1.10,-2.20,79,100700,0,0,300,0,0,0,0,0,0,0,110,3.60,10,10,6.4,490,9,999999999,10,0.0000,0,88,0.000,0.0,1.0 +1977,2,13,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,1.70,-1.70,79,100600,0,0,303,0,0,0,0,0,0,0,110,3.10,10,10,6.4,460,9,999999999,10,0.0000,0,88,0.000,0.0,1.0 +1977,2,13,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,1.70,-1.70,79,100500,7,362,303,0,0,0,0,0,0,0,130,4.10,10,10,8.0,430,9,999999999,10,0.0000,0,88,0.000,0.0,1.0 +1977,2,13,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,1.70,-1.10,82,100400,178,1403,303,44,1,44,4900,0,4900,1450,130,3.10,10,10,3.2,120,9,999999999,10,0.0000,0,88,0.000,0.0,1.0 +1977,2,13,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,2.20,-0.60,82,100200,402,1403,305,119,0,119,13200,0,13200,4080,150,3.10,10,10,1.3,60,9,999999999,10,0.0000,0,88,0.000,0.0,1.0 +1977,2,13,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,2.20,-0.60,82,100100,587,1403,305,130,3,129,15000,200,14900,5280,100,4.10,10,10,0.6,30,9,999999999,10,0.0000,0,88,0.000,0.0,1.0 +1977,2,13,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,3.90,1.10,82,100100,716,1403,313,147,1,146,17100,100,17100,6390,180,3.10,10,10,2.4,120,9,999999999,11,0.0000,0,88,0.000,1.0,1.0 +1977,2,13,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,3.90,1.10,82,99900,783,1403,313,181,0,181,21000,0,21000,7870,160,2.60,10,10,4.8,120,9,999999999,11,0.0000,0,88,0.000,0.5,1.0 +1977,2,13,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,3.30,1.10,86,99700,781,1403,310,175,1,174,20400,100,20300,7630,130,2.60,10,10,4.0,90,9,999999999,11,0.0000,0,88,0.000,1.3,1.0 +1977,2,13,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,3.90,1.70,86,99600,711,1403,313,152,1,152,17800,100,17700,6570,270,2.10,10,10,0.6,30,9,999999999,12,0.0000,0,88,0.000,1.0,1.0 +1977,2,13,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,5.00,2.80,86,99500,579,1403,319,132,0,132,15100,0,15100,5330,150,1.50,10,10,2.4,120,9,999999999,13,0.0000,0,88,0.000,0.0,1.0 +1977,2,13,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,4.40,1.70,82,99500,393,1403,316,121,0,121,13400,0,13400,4060,300,3.10,10,10,0.4,30,9,999999999,12,0.0000,0,88,0.000,0.0,1.0 +1977,2,13,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,3.30,1.70,89,99500,166,1403,311,50,0,50,5500,0,5500,1520,300,3.60,10,10,0.2,30,9,999999999,12,0.0000,0,88,0.000,0.0,1.0 +1977,2,13,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,3.30,0.60,82,99500,5,292,311,3,0,3,0,0,0,0,290,4.60,10,10,3.2,90,9,999999999,11,0.0000,0,88,0.000,0.0,1.0 +1977,2,13,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,3.90,0.60,79,99500,0,0,314,0,0,0,0,0,0,0,300,4.10,10,10,4.8,180,9,999999999,11,0.0000,0,88,0.000,0.0,1.0 +1977,2,13,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,3.90,0.60,79,99500,0,0,314,0,0,0,0,0,0,0,280,2.60,10,10,4.8,180,9,999999999,11,0.0000,0,88,0.000,0.0,1.0 +1977,2,13,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,4.40,0.60,76,99600,0,0,316,0,0,0,0,0,0,0,280,4.60,10,10,11.3,180,9,999999999,11,0.0000,0,88,0.000,0.0,1.0 +1977,2,13,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,3.90,0.60,79,99600,0,0,314,0,0,0,0,0,0,0,280,3.60,10,10,11.3,1680,9,999999999,11,0.0000,0,88,0.000,0.0,1.0 +1977,2,13,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,4.40,0.60,76,99600,0,0,317,0,0,0,0,0,0,0,280,5.70,10,10,17.7,1830,9,999999999,11,0.0000,0,88,0.000,0.0,1.0 +1977,2,13,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,5.00,-1.10,65,99700,0,0,259,0,0,0,0,0,0,0,260,7.20,2,2,19.3,77777,9,999999999,10,0.0000,0,88,0.000,0.0,1.0 +1977,2,14,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,3.90,-1.10,70,99800,0,0,240,0,0,0,0,0,0,0,270,6.20,0,0,16.1,77777,9,999999999,10,0.0000,0,88,0.000,0.0,1.0 +1977,2,14,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,3.30,-2.80,65,99900,0,0,234,0,0,0,0,0,0,0,270,5.70,0,0,16.1,77777,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1977,2,14,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,3.30,-2.80,65,99900,0,0,233,0,0,0,0,0,0,0,270,6.70,0,0,16.1,77777,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1977,2,14,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,2.80,-3.90,62,100000,0,0,229,0,0,0,0,0,0,0,250,6.20,0,0,19.3,77777,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1977,2,14,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,1.70,-3.90,67,100100,0,0,224,0,0,0,0,0,0,0,240,6.20,0,0,19.3,77777,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1977,2,14,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,1.70,-3.90,67,100200,0,0,223,0,0,0,0,0,0,0,250,6.20,0,0,19.3,77777,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1977,2,14,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,1.70,-4.40,64,100300,8,386,230,6,0,3,0,0,0,0,250,5.70,1,1,24.1,77777,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1977,2,14,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,2.20,-4.40,62,100500,184,1403,247,78,268,44,8200,16100,6100,790,250,7.20,3,3,24.1,77777,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1977,2,14,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,3.30,-4.40,57,100400,409,1403,267,239,484,100,25100,42300,12800,1870,260,7.70,6,5,24.1,5180,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1977,2,14,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,4.40,-5.00,51,100500,593,1403,244,402,668,122,41700,63400,14800,2350,250,6.70,2,2,24.1,77777,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1977,2,14,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,5.00,-5.00,49,100500,723,1403,272,478,427,259,50600,44300,27600,6210,280,6.70,5,5,24.1,77777,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1977,2,14,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,5.60,-6.10,43,100500,789,1403,273,447,316,270,47600,33300,28800,6670,280,10.30,5,5,24.1,77777,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1977,2,14,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,5.60,-6.10,43,100500,787,1403,246,614,901,112,64100,88800,14000,2360,270,7.70,2,2,24.1,77777,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1977,2,14,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,6.10,-7.20,38,100500,718,1403,247,527,797,122,55700,78800,15200,2620,270,6.20,2,2,24.1,77777,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +1977,2,14,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,6.10,-7.20,38,100600,585,1403,239,386,760,72,40700,72700,10300,1490,300,7.20,1,1,24.1,77777,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +1977,2,14,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,6.70,-7.20,36,100600,399,1403,233,246,703,50,25900,62100,8200,1000,300,5.20,0,0,24.1,77777,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +1977,2,14,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,6.10,-7.20,38,100700,172,1403,232,78,415,29,8200,25900,5100,530,260,4.60,0,0,24.1,77777,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +1977,2,14,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,6.10,-7.80,37,100700,6,316,232,6,0,3,0,0,0,0,270,4.60,0,0,24.1,77777,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +1977,2,14,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,5.00,-7.20,41,100800,0,0,239,0,0,0,0,0,0,0,270,4.10,1,1,24.1,77777,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +1977,2,14,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,3.30,-6.70,48,100900,0,0,227,0,0,0,0,0,0,0,230,4.10,0,0,24.1,77777,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +1977,2,14,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,2.80,-6.10,52,100900,0,0,243,0,0,0,0,0,0,0,260,3.60,3,2,24.1,77777,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1977,2,14,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,3.30,-5.60,53,101000,0,0,309,0,0,0,0,0,0,0,250,5.20,10,10,24.1,2440,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1977,2,14,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,2.80,-5.60,55,101000,0,0,307,0,0,0,0,0,0,0,240,4.60,10,10,24.1,1160,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1977,2,14,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,2.20,-5.60,57,101000,0,0,305,0,0,0,0,0,0,0,240,4.60,10,10,19.3,2440,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1977,2,15,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,2.20,-5.60,57,101100,0,0,304,0,0,0,0,0,0,0,240,4.60,10,10,19.3,3050,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1977,2,15,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,1.70,-5.60,59,101100,0,0,302,0,0,0,0,0,0,0,240,3.60,10,10,19.3,3050,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1977,2,15,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,1.70,-5.00,62,101000,0,0,302,0,0,0,0,0,0,0,190,2.60,10,10,19.3,2440,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1977,2,15,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,1.70,-5.00,62,101000,0,0,302,0,0,0,0,0,0,0,170,2.60,10,10,19.3,1680,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1977,2,15,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,1.10,-3.90,70,100900,0,0,300,0,0,0,0,0,0,0,170,2.10,10,10,19.3,1520,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1977,2,15,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,1.70,-3.90,67,101000,0,0,302,0,0,0,0,0,0,0,180,4.10,10,10,19.3,1010,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1977,2,15,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,1.70,-3.90,67,101000,10,409,302,3,0,3,0,0,0,0,180,3.10,10,10,11.3,460,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1977,2,15,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,1.70,-3.30,70,101000,190,1402,302,55,2,54,6000,0,6000,1700,200,2.10,10,10,8.0,1520,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1977,2,15,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,1.10,-2.80,76,101000,415,1402,299,151,15,147,16600,1100,16300,4670,170,2.10,10,10,2.4,150,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1977,2,15,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,1.10,-2.20,79,101000,599,1402,299,194,8,191,21800,700,21500,6980,170,2.60,10,10,1.3,90,9,999999999,10,0.0000,0,88,0.000,0.0,1.0 +1977,2,15,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,0.60,-2.20,82,100900,729,1402,297,230,3,228,26000,300,25800,8870,140,3.10,10,10,0.6,90,9,999999999,10,0.0000,0,88,0.000,0.0,1.0 +1977,2,15,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,1.10,-1.70,82,100800,796,1402,299,304,9,299,34100,900,33600,11050,120,2.10,10,10,2.4,370,9,999999999,10,0.0000,0,88,0.000,0.0,1.0 +1977,2,15,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,1.10,-1.70,82,100700,794,1402,299,304,2,303,34000,200,33900,11110,130,2.60,10,10,1.3,370,9,999999999,10,0.0000,0,88,0.000,0.0,1.0 +1977,2,15,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,2.20,-1.10,79,100700,724,1402,304,200,2,199,22900,200,22800,8080,300,6.20,10,10,4.8,270,9,999999999,10,0.0000,0,88,0.000,0.0,1.0 +1977,2,15,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,1.70,-2.80,73,100800,591,1402,302,215,3,214,23800,300,23700,7360,310,6.70,10,10,1.6,270,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1977,2,15,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,2.20,-3.90,64,100900,405,1402,296,116,39,105,12800,3500,11700,2790,300,7.20,9,9,11.3,2440,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1977,2,15,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,2.20,-6.10,55,100900,178,1402,270,69,105,57,7600,6500,6700,1200,280,7.70,8,6,16.1,7620,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1977,2,15,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,1.10,-9.40,46,101000,7,339,239,7,0,4,0,0,0,0,280,8.20,3,3,24.1,77777,9,999999999,6,0.0000,0,88,0.000,0.0,1.0 +1977,2,15,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-0.60,-10.60,47,101100,0,0,208,0,0,0,0,0,0,0,310,8.20,0,0,24.1,77777,9,999999999,6,0.0000,0,88,0.000,0.0,1.0 +1977,2,15,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-0.60,-11.10,45,101200,0,0,208,0,0,0,0,0,0,0,290,7.20,0,0,24.1,77777,9,999999999,6,0.0000,0,88,0.000,0.0,1.0 +1977,2,15,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-1.70,-11.70,47,101300,0,0,205,0,0,0,0,0,0,0,300,7.20,0,0,24.1,77777,9,999999999,6,0.0000,0,88,0.000,0.0,1.0 +1977,2,15,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-2.20,-12.20,47,101400,0,0,204,0,0,0,0,0,0,0,300,5.20,0,0,24.1,77777,9,999999999,6,0.0000,0,88,0.000,0.0,1.0 +1977,2,15,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-2.80,-12.80,47,101400,0,0,249,0,0,0,0,0,0,0,280,8.20,6,6,24.1,1160,9,999999999,5,0.0000,0,88,0.000,0.0,1.0 +1977,2,15,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-3.30,-13.30,46,101400,0,0,247,0,0,0,0,0,0,0,280,7.20,6,6,24.1,1310,9,999999999,5,0.0000,0,88,0.000,0.0,1.0 +1977,2,16,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-4.40,-13.90,48,101500,0,0,196,0,0,0,0,0,0,0,280,7.20,0,0,24.1,77777,9,999999999,5,0.0000,0,88,0.000,0.0,1.0 +1977,2,16,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-5.00,-14.40,48,101500,0,0,193,0,0,0,0,0,0,0,280,6.70,0,0,32.2,77777,9,999999999,5,0.0000,0,88,0.000,0.0,1.0 +1977,2,16,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-5.60,-15.00,48,101400,0,0,190,0,0,0,0,0,0,0,300,6.70,0,0,32.2,77777,9,999999999,5,0.0000,0,88,0.000,0.0,1.0 +1977,2,16,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-6.10,-15.00,50,101500,0,0,188,0,0,0,0,0,0,0,290,6.70,0,0,32.2,77777,9,999999999,5,0.0000,0,88,0.000,0.0,1.0 +1977,2,16,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-6.10,-15.00,50,101500,0,0,187,0,0,0,0,0,0,0,300,5.70,0,0,32.2,77777,9,999999999,5,0.0000,0,88,0.000,0.0,1.0 +1977,2,16,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-6.70,-15.00,52,101500,0,0,184,0,0,0,0,0,0,0,300,5.20,0,0,32.2,77777,9,999999999,5,0.0000,0,88,0.000,0.0,1.0 +1977,2,16,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-6.70,-15.00,52,101500,12,455,183,7,0,5,0,0,0,0,310,4.60,0,0,24.1,77777,9,999999999,5,0.0000,0,88,0.000,0.0,1.0 +1977,2,16,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-6.10,-15.00,50,101500,196,1401,184,89,388,36,9200,25500,5700,640,300,5.70,1,0,24.1,77777,9,999999999,5,0.0000,0,88,0.000,0.0,1.0 +1977,2,16,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-6.10,-14.40,52,101500,421,1401,184,262,663,65,27700,58900,9900,1240,320,4.60,2,0,24.1,77777,9,999999999,5,0.0000,0,88,0.000,0.0,1.0 +1977,2,16,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-5.00,-14.40,48,101500,606,1401,186,422,780,87,43700,74500,11400,1680,340,4.10,2,0,24.1,77777,9,999999999,5,0.0000,0,88,0.000,0.0,1.0 +1977,2,16,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-5.00,-13.90,50,101500,736,1401,212,513,640,179,54600,64600,20600,3880,290,4.10,3,3,24.1,77777,9,999999999,5,0.0000,0,88,0.000,0.0,1.0 +1977,2,16,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-3.90,-14.40,44,101400,802,1401,198,570,812,108,59800,80400,13600,2360,280,5.20,2,1,24.1,77777,9,999999999,5,0.0000,0,88,0.000,0.0,1.0 +1977,2,16,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-3.30,-13.90,44,101300,800,1401,191,595,886,93,63500,88200,12900,2150,280,6.20,0,0,24.1,77777,9,999999999,5,0.0000,0,88,0.000,0.0,1.0 +1977,2,16,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-3.30,-14.40,42,101200,731,1401,191,533,863,87,56700,85100,12100,1920,270,5.70,0,0,24.1,77777,9,999999999,5,0.0000,0,88,0.000,0.0,1.0 +1977,2,16,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-2.20,-14.40,39,101200,598,1401,195,413,803,74,43600,77100,10600,1530,300,5.20,0,0,24.1,77777,9,999999999,5,0.0000,0,88,0.000,0.0,1.0 +1977,2,16,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-2.80,-14.40,41,101200,411,1401,194,250,674,56,26100,59700,8500,1080,310,6.20,0,0,24.1,77777,9,999999999,5,0.0000,0,88,0.000,0.0,1.0 +1977,2,16,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-2.20,-15.00,37,101100,183,1401,196,82,381,34,8600,24300,5400,610,260,5.20,0,0,24.1,77777,9,999999999,5,0.0000,0,88,0.000,0.0,1.0 +1977,2,16,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-3.30,-15.00,40,101200,8,385,194,7,0,4,0,0,0,0,360,4.60,0,0,24.1,77777,9,999999999,5,0.0000,0,88,0.000,0.0,1.0 +1977,2,16,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-3.90,-15.60,40,101200,0,0,193,0,0,0,0,0,0,0,350,5.20,0,0,24.1,77777,9,999999999,5,0.0000,0,88,0.000,0.0,1.0 +1977,2,16,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-5.00,-16.10,42,101200,0,0,190,0,0,0,0,0,0,0,360,6.20,0,0,24.1,77777,9,999999999,5,0.0000,0,88,0.000,0.0,1.0 +1977,2,16,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-6.10,-16.70,43,101300,0,0,187,0,0,0,0,0,0,0,340,5.20,0,0,24.1,77777,9,999999999,4,0.0000,0,88,0.000,0.0,1.0 +1977,2,16,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-6.70,-16.70,45,101300,0,0,186,0,0,0,0,0,0,0,340,5.20,0,0,24.1,77777,9,999999999,4,0.0000,0,88,0.000,0.0,1.0 +1977,2,16,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-7.20,-16.70,47,101300,0,0,185,0,0,0,0,0,0,0,320,5.70,0,0,24.1,77777,9,999999999,4,0.0000,0,88,0.000,0.0,1.0 +1977,2,16,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-7.80,-17.20,47,101300,0,0,183,0,0,0,0,0,0,0,320,5.20,0,0,24.1,77777,9,999999999,4,0.0000,0,88,0.000,0.0,1.0 +1977,2,17,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-8.30,-17.80,47,101300,0,0,181,0,0,0,0,0,0,0,320,5.20,0,0,24.1,77777,9,999999999,4,0.0000,0,88,0.000,0.0,1.0 +1977,2,17,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-9.40,-18.30,49,101300,0,0,177,0,0,0,0,0,0,0,320,6.70,0,0,24.1,77777,9,999999999,4,0.0000,0,88,0.000,0.0,1.0 +1977,2,17,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-10.60,-18.90,51,101200,0,0,173,0,0,0,0,0,0,0,320,7.20,0,0,24.1,77777,9,999999999,4,0.0000,0,88,0.000,0.0,1.0 +1977,2,17,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-11.70,-20.00,50,101200,0,0,169,0,0,0,0,0,0,0,310,6.70,0,0,24.1,77777,9,999999999,4,0.0000,0,88,0.000,0.0,1.0 +1977,2,17,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-12.20,-21.10,48,101200,0,0,166,0,0,0,0,0,0,0,310,5.70,0,0,24.1,77777,9,999999999,4,0.0000,0,88,0.000,0.0,1.0 +1977,2,17,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-12.80,-21.10,50,101200,0,0,163,0,0,0,0,0,0,0,320,5.70,0,0,24.1,77777,9,999999999,4,0.0000,0,88,0.000,0.0,1.0 +1977,2,17,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-12.80,-21.10,50,101200,14,479,162,7,0,6,0,0,0,0,320,5.70,0,0,24.1,77777,9,999999999,4,0.0000,0,88,0.000,0.0,1.0 +1977,2,17,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-12.20,-21.10,48,101300,202,1401,163,85,301,43,9100,19200,6300,770,320,5.70,0,0,24.1,77777,9,999999999,4,0.0000,0,88,0.000,0.0,1.0 +1977,2,17,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-11.10,-20.60,46,101300,428,1401,165,252,583,77,26400,51600,10600,1430,310,5.70,1,0,24.1,77777,9,999999999,4,0.0000,0,88,0.000,0.0,1.0 +1977,2,17,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-10.00,-19.40,46,101300,613,1401,169,415,734,97,44000,71000,12800,1980,310,6.20,0,0,24.1,77777,9,999999999,4,0.0000,0,88,0.000,0.0,1.0 +1977,2,17,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-8.90,-18.90,45,101300,743,1401,171,534,800,113,57000,79800,14500,2510,300,5.70,0,0,24.1,77777,9,999999999,4,0.0000,0,88,0.000,0.0,1.0 +1977,2,17,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-8.30,-17.80,47,101200,809,1401,174,596,829,120,61800,81700,14500,2520,330,5.20,0,0,24.1,77777,9,999999999,4,0.0000,0,88,0.000,0.0,1.0 +1977,2,17,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-7.20,-17.80,43,101200,807,1401,177,594,829,120,61700,81700,14500,2510,310,5.70,0,0,24.1,77777,9,999999999,4,0.0000,0,88,0.000,0.0,1.0 +1977,2,17,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-6.10,-17.20,41,101100,737,1401,181,528,798,112,56400,79500,14400,2480,310,5.70,0,0,24.1,77777,9,999999999,4,0.0000,0,88,0.000,0.0,1.0 +1977,2,17,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-5.00,-16.10,42,101100,604,1401,185,404,723,96,42900,69800,12700,1950,320,5.20,0,0,24.1,77777,9,999999999,5,0.0000,0,88,0.000,0.0,1.0 +1977,2,17,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-5.00,-16.10,42,101100,417,1401,186,242,580,72,25400,51100,10100,1350,300,6.20,0,0,24.1,77777,9,999999999,5,0.0000,0,88,0.000,0.0,1.0 +1977,2,17,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-5.00,-16.10,42,101200,189,1401,187,77,275,41,8200,16900,5900,730,320,4.60,0,0,24.1,77777,9,999999999,5,0.0000,0,88,0.000,0.0,1.0 +1977,2,17,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-5.00,-16.10,42,101200,10,409,188,5,0,4,0,0,0,0,300,5.70,0,0,24.1,77777,9,999999999,5,0.0000,0,88,0.000,0.0,1.0 +1977,2,17,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-5.60,-16.10,44,101300,0,0,187,0,0,0,0,0,0,0,310,5.20,0,0,24.1,77777,9,999999999,5,0.0000,0,88,0.000,0.0,1.0 +1977,2,17,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-5.60,-16.10,44,101400,0,0,188,0,0,0,0,0,0,0,310,5.70,0,0,24.1,77777,9,999999999,5,0.0000,0,88,0.000,0.0,1.0 +1977,2,17,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-6.10,-16.10,45,101400,0,0,188,0,0,0,0,0,0,0,320,4.10,0,0,24.1,77777,9,999999999,5,0.0000,0,88,0.000,0.0,1.0 +1977,2,17,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-6.70,-16.70,45,101500,0,0,186,0,0,0,0,0,0,0,310,4.10,0,0,24.1,77777,9,999999999,4,0.0000,0,88,0.000,0.0,1.0 +1977,2,17,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-7.80,-16.70,49,101500,0,0,183,0,0,0,0,0,0,0,310,3.10,0,0,24.1,77777,9,999999999,4,0.0000,0,88,0.000,0.0,1.0 +1977,2,17,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-7.80,-16.10,52,101600,0,0,184,0,0,0,0,0,0,0,310,4.60,0,0,24.1,77777,9,999999999,5,0.0000,0,88,0.000,0.0,1.0 +1977,2,18,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-7.80,-16.10,52,101600,0,0,184,0,0,0,0,0,0,0,310,5.20,0,0,24.1,77777,9,999999999,5,0.0000,0,88,0.000,0.0,1.0 +1977,2,18,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-8.30,-16.10,54,101600,0,0,182,0,0,0,0,0,0,0,320,5.20,0,0,24.1,77777,9,999999999,5,0.0000,0,88,0.000,0.0,1.0 +1977,2,18,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-7.80,-16.10,52,101600,0,0,183,0,0,0,0,0,0,0,320,5.20,0,0,24.1,77777,9,999999999,5,0.0000,0,88,0.000,0.0,1.0 +1977,2,18,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-8.30,-16.10,54,101700,0,0,181,0,0,0,0,0,0,0,310,5.70,0,0,24.1,77777,9,999999999,5,0.0000,0,88,0.000,0.0,1.0 +1977,2,18,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-7.80,-16.10,52,101700,0,0,181,0,0,0,0,0,0,0,310,5.70,0,0,24.1,77777,9,999999999,5,0.0000,0,88,0.000,0.0,1.0 +1977,2,18,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-7.80,-16.10,52,101800,0,0,180,0,0,0,0,0,0,0,310,5.70,0,0,24.1,77777,9,999999999,5,0.0000,0,88,0.000,0.0,1.0 +1977,2,18,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-7.80,-16.10,52,101900,16,525,180,8,0,6,0,0,0,0,310,5.20,0,0,24.1,77777,9,999999999,5,0.0000,0,88,0.000,0.0,1.0 +1977,2,18,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-7.20,-15.60,52,101900,208,1400,181,93,362,41,9700,24300,6000,720,320,3.60,0,0,24.1,77777,9,999999999,5,0.0000,0,88,0.000,0.0,1.0 +1977,2,18,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-6.70,-15.00,52,101900,434,1400,182,264,643,67,27900,57600,9900,1280,310,4.10,0,0,24.1,77777,9,999999999,5,0.0000,0,88,0.000,0.0,1.0 +1977,2,18,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-4.40,-13.30,50,102000,619,1400,189,425,770,87,44100,73800,11400,1710,280,4.10,0,0,24.1,77777,9,999999999,5,0.0000,0,88,0.000,0.0,1.0 +1977,2,18,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-2.20,-13.90,41,101900,749,1400,195,544,833,101,57000,81900,13000,2140,180,1.00,0,0,24.1,77777,9,999999999,5,0.0000,0,88,0.000,0.0,1.0 +1977,2,18,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-2.80,-12.20,49,101900,816,1400,195,601,853,108,63300,84600,13800,2400,150,2.60,0,0,24.1,77777,9,999999999,6,0.0000,0,88,0.000,0.0,1.0 +1977,2,18,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-2.20,-12.20,47,101900,814,1400,197,600,854,108,63200,84700,13800,2400,90,2.10,0,0,24.1,77777,9,999999999,6,0.0000,0,88,0.000,0.0,1.0 +1977,2,18,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-1.10,-11.10,47,101800,743,1400,201,536,827,100,56200,81300,12800,2110,110,4.10,0,0,24.1,77777,9,999999999,6,0.0000,0,88,0.000,0.0,1.0 +1977,2,18,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-0.60,-11.70,43,101800,610,1400,203,415,762,86,43100,72900,11200,1680,270,2.60,0,0,24.1,77777,9,999999999,6,0.0000,0,88,0.000,0.0,1.0 +1977,2,18,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,0.60,-12.20,38,101800,422,1400,207,256,597,78,26700,52600,10700,1440,240,5.20,3,0,24.1,77777,9,999999999,6,0.0000,0,88,0.000,0.0,1.0 +1977,2,18,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-2.20,-10.00,56,101800,195,1400,210,80,214,51,8300,13300,6400,930,130,6.70,6,1,24.1,77777,9,999999999,6,0.0000,0,88,0.000,0.0,1.0 +1977,2,18,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-2.80,-10.00,58,101800,11,432,201,7,0,6,0,0,0,0,140,5.70,4,0,24.1,77777,9,999999999,6,0.0000,0,88,0.000,0.0,1.0 +1977,2,18,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-2.20,-9.40,58,101800,0,0,205,0,0,0,0,0,0,0,160,5.20,3,0,24.1,77777,9,999999999,6,0.0000,0,88,0.000,0.0,1.0 +1977,2,18,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-2.80,-11.10,53,101900,0,0,202,0,0,0,0,0,0,0,210,4.10,5,0,24.1,77777,9,999999999,6,0.0000,0,88,0.000,0.0,1.0 +1977,2,18,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-2.20,-10.60,53,101900,0,0,213,0,0,0,0,0,0,0,220,6.20,8,1,24.1,77777,9,999999999,6,0.0000,0,88,0.000,0.0,1.0 +1977,2,18,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-2.20,-11.10,51,101900,0,0,205,0,0,0,0,0,0,0,220,5.20,3,0,24.1,77777,9,999999999,6,0.0000,0,88,0.000,0.0,1.0 +1977,2,18,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-3.90,-12.20,53,101900,0,0,199,0,0,0,0,0,0,0,220,4.60,3,0,24.1,77777,9,999999999,6,0.0000,0,88,0.000,0.0,1.0 +1977,2,18,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-4.40,-11.70,58,101800,0,0,198,0,0,0,0,0,0,0,190,4.10,3,0,24.1,77777,9,999999999,6,0.0000,0,88,0.000,0.0,1.0 +1977,2,19,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-4.40,-11.10,60,101800,0,0,207,0,0,0,0,0,0,0,210,3.60,10,1,24.1,77777,9,999999999,6,0.0000,0,88,0.000,0.0,1.0 +1977,2,19,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-4.40,-10.60,63,101800,0,0,222,0,0,0,0,0,0,0,190,4.10,10,3,22.5,77777,9,999999999,6,0.0000,0,88,0.000,0.0,1.0 +1977,2,19,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-5.00,-10.00,68,101700,0,0,227,0,0,0,0,0,0,0,200,4.10,10,4,20.9,77777,9,999999999,6,0.0000,0,88,0.000,0.0,1.0 +1977,2,19,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-5.00,-10.00,68,101700,0,0,227,0,0,0,0,0,0,0,180,3.60,10,4,19.3,77777,9,999999999,6,0.0000,0,88,0.000,0.0,1.0 +1977,2,19,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-3.90,-8.90,69,101700,0,0,262,0,0,0,0,0,0,0,180,4.60,10,8,17.7,2740,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +1977,2,19,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-3.90,-8.30,72,101600,0,0,277,0,0,0,0,0,0,0,180,4.10,10,10,16.1,1160,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +1977,2,19,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-2.80,-7.80,69,101600,18,548,281,0,0,0,0,0,0,0,190,4.60,10,10,16.1,1490,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +1977,2,19,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-1.70,-6.70,69,101600,215,1400,270,56,23,53,6200,1700,5900,1300,190,5.70,10,8,16.1,3050,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +1977,2,19,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-1.10,-6.10,69,101600,441,1400,289,118,9,115,13300,600,13100,4210,190,4.60,10,10,16.1,1070,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1977,2,19,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,0.00,-5.00,69,101500,626,1400,293,205,12,200,23000,1000,22600,7390,170,6.20,10,10,16.1,1010,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1977,2,19,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,1.70,-3.90,67,101500,756,1400,301,222,9,217,25300,800,24900,8800,190,4.60,10,10,16.1,1010,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1977,2,19,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,2.20,-3.90,64,101400,822,1400,303,286,8,282,32400,700,32000,10980,190,4.10,10,10,16.1,1010,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1977,2,19,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,2.80,-2.80,67,101400,820,1400,306,275,3,273,31100,300,31000,10750,210,6.70,10,10,16.1,460,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1977,2,19,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,3.30,-2.80,65,101300,750,1400,309,243,1,243,27500,100,27500,9410,190,5.70,10,10,16.1,460,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1977,2,19,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,2.80,-2.20,70,101300,616,1400,307,176,2,175,19900,200,19800,6730,200,5.20,10,10,16.1,460,9,999999999,10,0.0000,0,88,0.000,0.0,1.0 +1977,2,19,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,2.20,-2.80,70,101200,428,1400,304,104,0,104,11800,0,11800,3870,190,5.70,10,10,16.1,460,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1977,2,19,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,2.20,-2.80,70,101300,200,1400,304,53,1,53,5900,0,5900,1720,210,4.10,10,10,16.1,610,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1977,2,19,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,2.80,-2.80,67,101300,13,455,307,8,0,8,0,0,0,0,240,4.60,10,10,16.1,610,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1977,2,19,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,2.80,-2.80,67,101300,0,0,308,0,0,0,0,0,0,0,240,4.10,10,10,12.9,790,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1977,2,19,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,1.70,-2.80,73,101300,0,0,243,0,0,0,0,0,0,0,230,4.10,2,2,12.9,77777,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1977,2,19,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,0.60,-3.30,75,101300,0,0,239,0,0,0,0,0,0,0,200,3.10,2,2,12.9,77777,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1977,2,19,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-0.60,-3.90,78,101400,0,0,220,0,0,0,0,0,0,0,210,3.10,0,0,11.3,77777,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1977,2,19,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,0.00,-3.90,75,101300,0,0,222,0,0,0,0,0,0,0,240,3.10,0,0,11.3,77777,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1977,2,19,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,0.00,-4.40,72,101300,0,0,244,0,0,0,0,0,0,0,310,3.10,4,3,11.3,77777,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1977,2,20,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-0.60,-3.90,78,101300,0,0,235,0,0,0,0,0,0,0,130,1.00,2,2,11.3,77777,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1977,2,20,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-2.80,-6.10,78,101300,0,0,210,0,0,0,0,0,0,0,120,3.10,0,0,9.7,77777,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1977,2,20,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-0.60,-4.40,75,101300,0,0,233,0,0,0,0,0,0,0,350,2.60,2,2,8.0,77777,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1977,2,20,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-1.70,-5.00,78,101200,0,0,236,0,0,0,0,0,0,0,20,2.10,3,3,8.0,77777,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1977,2,20,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-1.70,-5.60,75,101200,0,0,219,0,0,0,0,0,0,0,360,3.10,1,1,6.4,77777,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1977,2,20,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-1.70,-5.60,75,101200,0,0,249,0,0,0,0,0,0,0,350,3.10,7,5,6.4,7620,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1977,2,20,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-1.70,-5.60,75,101200,20,571,263,6,0,6,0,0,0,0,30,2.60,10,7,4.8,1680,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1977,2,20,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-0.60,-4.40,75,101200,221,1399,291,25,18,23,2900,1300,2600,630,30,3.60,10,10,4.8,1680,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1977,2,20,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,0.00,-3.90,75,101200,448,1399,294,132,0,131,14600,0,14600,4620,20,3.10,10,10,4.8,1680,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1977,2,20,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,1.10,-3.30,73,101100,633,1399,299,193,10,188,21700,800,21400,7170,30,5.70,10,10,4.8,460,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1977,2,20,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,2.20,-2.20,73,101000,763,1399,304,325,10,319,35900,1000,35400,11020,60,6.20,10,10,4.8,460,9,999999999,10,0.0000,0,88,0.000,0.0,1.0 +1977,2,20,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,1.70,-2.20,76,100800,829,1399,302,248,8,244,28500,700,28100,10070,60,7.70,10,10,2.4,180,9,999999999,10,0.0000,0,88,0.000,0.0,1.0 +1977,2,20,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,1.10,-2.20,79,100600,827,1399,299,255,2,253,29000,200,28900,10300,60,8.20,10,10,0.8,120,9,999999999,10,0.0000,0,88,0.000,0.0,1.0 +1977,2,20,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,1.10,-2.20,79,100500,756,1399,299,270,5,267,30300,500,30000,10010,60,8.80,10,10,0.8,90,9,999999999,10,0.0000,0,88,0.000,0.0,1.0 +1977,2,20,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,1.10,-1.70,82,100400,622,1399,299,215,2,215,24000,200,24000,7680,60,8.20,10,10,1.3,1010,9,999999999,10,0.0000,0,88,0.000,0.0,1.0 +1977,2,20,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,1.10,-1.70,82,100300,434,1399,300,150,1,150,16500,100,16500,4890,50,9.30,10,10,0.8,60,9,999999999,10,0.0000,0,88,0.000,0.0,1.0 +1977,2,20,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,1.10,-1.70,82,100200,206,1399,300,54,0,54,6000,0,6000,1770,30,6.70,10,10,0.8,60,9,999999999,10,0.0000,0,88,0.000,0.0,1.0 +1977,2,20,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,0.60,-2.20,82,100100,14,501,298,9,0,9,0,0,0,0,20,6.70,10,10,0.8,60,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1977,2,20,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,0.00,-3.30,79,100000,0,0,295,0,0,0,0,0,0,0,40,9.30,10,10,1.6,270,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1977,2,20,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,0.00,-3.90,75,99900,0,0,295,0,0,0,0,0,0,0,20,6.20,10,10,4.8,310,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1977,2,20,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,0.00,-3.90,75,99700,0,0,295,0,0,0,0,0,0,0,10,6.70,10,10,4.8,310,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1977,2,20,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,0.00,-3.90,75,99700,0,0,295,0,0,0,0,0,0,0,360,6.70,10,10,6.4,310,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1977,2,20,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-0.60,-4.40,75,99500,0,0,293,0,0,0,0,0,0,0,360,6.20,10,10,6.4,240,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1977,2,20,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-0.60,-4.40,75,99500,0,0,293,0,0,0,0,0,0,0,330,4.60,10,10,2.4,310,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1977,2,21,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-1.10,-4.40,78,99500,0,0,290,0,0,0,0,0,0,0,310,4.60,10,10,1.6,310,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1977,2,21,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-1.10,-5.00,75,99400,0,0,290,0,0,0,0,0,0,0,310,5.70,10,10,1.6,730,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1977,2,21,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-1.10,-5.00,75,99400,0,0,290,0,0,0,0,0,0,0,300,5.70,10,10,6.4,910,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1977,2,21,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-1.10,-5.00,75,99400,0,0,290,0,0,0,0,0,0,0,310,5.70,10,10,8.0,790,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1977,2,21,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-0.60,-5.00,72,99400,0,0,292,0,0,0,0,0,0,0,300,5.20,10,10,8.0,910,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1977,2,21,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-0.60,-6.10,66,99400,0,0,236,0,0,0,0,0,0,0,300,5.70,3,3,16.1,77777,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +1977,2,21,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-0.60,-7.20,61,99400,23,618,210,18,0,9,0,0,0,0,290,6.70,0,0,20.9,77777,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +1977,2,21,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-1.10,-7.20,64,99600,228,1398,207,119,556,31,12500,41300,5700,610,290,6.20,0,0,24.1,77777,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +1977,2,21,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-1.10,-7.80,61,99700,454,1398,206,298,776,49,31800,70900,8600,1070,290,7.20,0,0,24.1,77777,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +1977,2,21,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-0.60,-8.90,54,99800,639,1398,222,484,843,102,51300,82200,13600,2110,290,8.80,2,2,24.1,77777,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +1977,2,21,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-0.60,-9.40,51,99900,770,1398,230,578,809,136,61000,80500,16600,3020,290,8.80,3,3,24.1,77777,9,999999999,6,0.0000,0,88,0.000,0.0,1.0 +1977,2,21,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,0.00,-8.90,52,99900,836,1398,232,619,781,155,65200,78200,18400,3620,290,9.30,3,3,24.1,77777,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +1977,2,21,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,0.00,-10.00,47,99900,833,1398,240,577,620,210,61500,63500,23500,4960,290,9.30,4,4,24.1,77777,9,999999999,6,0.0000,0,88,0.000,0.0,1.0 +1977,2,21,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,0.60,-10.00,45,100000,763,1398,277,434,298,272,46000,31200,28900,6670,300,9.30,8,8,24.1,1250,9,999999999,6,0.0000,0,88,0.000,0.0,1.0 +1977,2,21,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,0.60,-10.60,44,100100,629,1398,242,372,522,140,39900,51400,16700,2810,290,9.30,4,4,24.1,77777,9,999999999,6,0.0000,0,88,0.000,0.0,1.0 +1977,2,21,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,0.60,-10.00,45,100200,440,1398,243,251,448,112,26300,40200,13600,2130,290,9.30,4,4,24.1,77777,9,999999999,6,0.0000,0,88,0.000,0.0,1.0 +1977,2,21,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-0.60,-10.60,47,100300,212,1398,222,112,481,42,11700,32600,6800,740,270,10.30,2,2,24.1,77777,9,999999999,6,0.0000,0,88,0.000,0.0,1.0 +1977,2,21,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-0.60,-11.70,43,100400,16,524,205,15,0,7,0,0,0,0,290,5.70,0,0,24.1,77777,9,999999999,6,0.0000,0,88,0.000,0.0,1.0 +1977,2,21,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-1.70,-12.20,45,100600,0,0,202,0,0,0,0,0,0,0,280,9.80,0,0,24.1,77777,9,999999999,5,0.0000,0,88,0.000,0.0,1.0 +1977,2,21,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-2.20,-12.80,45,100800,0,0,201,0,0,0,0,0,0,0,280,6.70,0,0,24.1,77777,9,999999999,5,0.0000,0,88,0.000,0.0,1.0 +1977,2,21,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-3.30,-13.30,46,100900,0,0,198,0,0,0,0,0,0,0,290,10.30,0,0,24.1,77777,9,999999999,5,0.0000,0,88,0.000,0.0,1.0 +1977,2,21,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-4.40,-13.30,50,101000,0,0,196,0,0,0,0,0,0,0,270,10.80,0,0,24.1,77777,9,999999999,5,0.0000,0,88,0.000,0.0,1.0 +1977,2,21,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-5.00,-13.90,50,101100,0,0,194,0,0,0,0,0,0,0,270,10.30,0,0,24.1,77777,9,999999999,5,0.0000,0,88,0.000,0.0,1.0 +1977,2,21,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-6.10,-15.00,50,101200,0,0,190,0,0,0,0,0,0,0,270,6.70,0,0,24.1,77777,9,999999999,5,0.0000,0,88,0.000,0.0,1.0 +1977,2,22,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-5.60,-15.00,48,101300,0,0,207,0,0,0,0,0,0,0,280,6.70,3,2,24.1,77777,9,999999999,5,0.0000,0,88,0.000,0.0,1.0 +1977,2,22,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-6.70,-15.60,50,101300,0,0,187,0,0,0,0,0,0,0,270,8.20,0,0,24.1,77777,9,999999999,5,0.0000,0,88,0.000,0.0,1.0 +1977,2,22,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-6.70,-15.60,50,101400,0,0,186,0,0,0,0,0,0,0,280,6.20,0,0,24.1,77777,9,999999999,5,0.0000,0,88,0.000,0.0,1.0 +1977,2,22,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-7.20,-15.60,52,101400,0,0,184,0,0,0,0,0,0,0,280,7.20,0,0,24.1,77777,9,999999999,5,0.0000,0,88,0.000,0.0,1.0 +1977,2,22,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-7.20,-16.10,49,101500,0,0,183,0,0,0,0,0,0,0,270,5.70,0,0,24.1,77777,9,999999999,5,0.0000,0,88,0.000,0.0,1.0 +1977,2,22,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-8.30,-16.70,51,101500,0,0,178,0,0,0,0,0,0,0,240,5.20,0,0,24.1,77777,9,999999999,4,0.0000,0,88,0.000,0.0,1.0 +1977,2,22,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-8.90,-16.70,54,101500,26,641,176,18,0,13,0,0,0,0,230,4.60,6,0,24.1,77777,9,999999999,4,0.0000,0,88,0.000,0.0,1.0 +1977,2,22,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-7.20,-16.10,49,101500,234,1398,188,113,308,63,11800,21100,8200,1160,240,6.20,10,1,24.1,77777,9,999999999,5,0.0000,0,88,0.000,0.0,1.0 +1977,2,22,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-6.10,-15.60,48,101500,461,1398,216,316,500,154,32300,45300,17300,3050,230,6.20,10,4,24.1,77777,9,999999999,5,0.0000,0,88,0.000,0.0,1.0 +1977,2,22,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-4.40,-12.80,53,101400,646,1398,223,361,285,230,38100,29000,24600,5290,240,8.80,10,4,24.1,77777,9,999999999,5,0.0000,0,88,0.000,0.0,1.0 +1977,2,22,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-2.20,-10.60,53,101300,776,1398,266,409,206,295,44200,21300,32300,7670,220,7.20,10,8,24.1,3660,9,999999999,6,0.0000,0,88,0.000,0.0,1.0 +1977,2,22,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-0.60,-9.40,51,101000,842,1398,289,376,126,301,40900,13200,32900,8170,210,8.80,10,10,24.1,3660,9,999999999,6,0.0000,0,88,0.000,0.0,1.0 +1977,2,22,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,0.60,-8.90,50,100900,840,1398,295,368,10,362,40900,1000,40300,12710,230,9.30,10,10,24.1,2440,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +1977,2,22,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,1.70,-7.20,52,100900,769,1398,300,310,14,303,34600,1400,33800,10850,220,10.30,10,10,24.1,3660,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +1977,2,22,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,2.20,-6.70,52,100900,635,1398,303,187,8,184,21200,600,20900,7090,230,8.20,10,10,24.1,3660,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +1977,2,22,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,2.20,-6.10,55,100700,446,1398,278,252,251,173,27000,23100,19600,3900,220,6.70,8,7,24.1,3050,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1977,2,22,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,2.80,-6.10,52,100800,217,1398,281,99,66,89,10800,5100,10000,1890,220,8.80,7,7,24.1,2440,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1977,2,22,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,1.70,-6.10,57,100900,18,547,220,15,0,9,0,0,0,0,240,6.20,0,0,24.1,77777,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1977,2,22,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,1.70,-6.10,57,101000,0,0,221,0,0,0,0,0,0,0,250,7.70,0,0,24.1,77777,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1977,2,22,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,1.70,-6.10,57,101100,0,0,222,0,0,0,0,0,0,0,250,6.70,2,0,24.1,77777,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1977,2,22,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,1.10,-6.10,59,101200,0,0,221,0,0,0,0,0,0,0,260,4.60,4,0,24.1,77777,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1977,2,22,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,0.60,-6.10,61,101300,0,0,220,0,0,0,0,0,0,0,230,4.10,4,0,19.3,77777,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1977,2,22,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-1.10,-6.10,69,101300,0,0,230,0,0,0,0,0,0,0,180,4.10,6,2,19.3,77777,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1977,2,22,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,0.00,-6.70,61,101400,0,0,218,0,0,0,0,0,0,0,240,3.10,0,0,19.3,77777,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +1977,2,23,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,0.60,-6.10,61,101400,0,0,297,0,0,0,0,0,0,0,180,2.10,10,10,19.3,6100,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1977,2,23,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,0.60,-5.60,64,101500,0,0,297,0,0,0,0,0,0,0,200,1.50,10,10,19.3,1830,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1977,2,23,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,0.60,-5.60,64,101500,0,0,297,0,0,0,0,0,0,0,350,1.50,10,10,19.3,1680,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1977,2,23,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,0.60,-5.60,64,101600,0,0,282,0,0,0,0,0,0,0,250,1.00,8,8,19.3,1680,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1977,2,23,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,0.60,-5.60,64,101700,0,0,234,0,0,0,0,0,0,0,330,2.10,2,2,20.9,77777,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1977,2,23,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,0.00,-7.20,59,101800,0,0,222,0,0,0,0,0,0,0,350,4.10,4,1,20.9,77777,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +1977,2,23,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,0.00,-6.10,64,102000,29,687,294,6,0,6,700,0,700,230,360,4.60,10,10,19.3,3960,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1977,2,23,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,0.00,-6.70,61,102100,241,1397,293,69,2,69,7600,100,7600,2220,10,2.10,10,10,19.3,3960,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +1977,2,23,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,1.70,-6.10,57,102200,468,1397,276,175,39,162,19200,3700,17900,4140,20,1.50,10,7,19.3,3960,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1977,2,23,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,2.80,-5.00,57,102300,653,1397,272,403,327,252,42300,33300,26700,5940,40,4.10,10,6,16.1,4570,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1977,2,23,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,3.30,-5.60,53,102400,783,1397,257,435,328,253,46700,34500,27200,6150,50,4.10,10,4,12.9,77777,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1977,2,23,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,2.80,-5.00,57,102400,849,1397,264,460,382,229,50200,40700,25300,5660,100,4.10,5,5,12.9,77777,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1977,2,23,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,2.80,-5.00,57,102300,846,1397,297,302,138,219,33500,14500,24700,5950,90,4.60,10,9,12.9,910,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1977,2,23,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,1.70,-3.90,67,102400,775,1397,293,344,86,297,37800,8700,33000,8790,80,4.60,10,9,12.9,1160,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1977,2,23,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,1.70,-3.90,67,102400,641,1397,301,210,10,205,23500,800,23100,7630,90,5.20,10,10,12.9,1010,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1977,2,23,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,1.70,-3.30,70,102500,452,1397,302,124,8,122,14000,500,13800,4440,80,4.60,10,10,16.1,980,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1977,2,23,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,1.70,-2.80,73,102500,223,1397,302,51,3,50,5700,100,5700,1730,90,4.60,10,10,12.9,1010,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1977,2,23,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,1.70,-2.80,73,102500,20,594,303,4,0,4,0,0,0,0,90,5.70,10,10,11.3,1010,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1977,2,23,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,1.70,-2.80,73,102600,0,0,303,0,0,0,0,0,0,0,80,5.20,10,10,11.3,980,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1977,2,23,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,1.70,-3.30,70,102700,0,0,303,0,0,0,0,0,0,0,80,4.60,10,10,12.9,980,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1977,2,23,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,1.70,-3.30,70,102700,0,0,303,0,0,0,0,0,0,0,90,4.60,10,10,12.9,1070,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1977,2,23,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,1.10,-3.30,73,102800,0,0,286,0,0,0,0,0,0,0,90,4.60,10,8,12.9,2130,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1977,2,23,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,1.70,-3.30,70,102800,0,0,303,0,0,0,0,0,0,0,90,6.20,10,10,16.1,2130,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1977,2,23,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,1.70,-4.40,64,102800,0,0,303,0,0,0,0,0,0,0,90,7.20,10,10,16.1,7620,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1977,2,24,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,1.10,-5.00,64,102800,0,0,225,0,0,0,0,0,0,0,100,7.20,1,0,20.9,77777,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1977,2,24,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,0.60,-6.10,61,102800,0,0,221,0,0,0,0,0,0,0,90,6.70,0,0,20.9,77777,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1977,2,24,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,0.60,-5.60,64,102800,0,0,221,0,0,0,0,0,0,0,90,6.70,0,0,24.1,77777,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1977,2,24,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,0.60,-5.00,67,102700,0,0,229,0,0,0,0,0,0,0,100,6.20,1,1,24.1,77777,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1977,2,24,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,1.10,-4.40,67,102700,0,0,269,0,0,0,0,0,0,0,100,6.70,6,6,24.1,1010,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1977,2,24,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,1.10,-3.90,70,102700,0,0,284,0,0,0,0,0,0,0,100,6.70,8,8,20.9,820,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1977,2,24,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,1.10,-3.30,73,102700,32,733,299,11,0,11,1300,0,1300,390,100,8.20,10,10,19.3,520,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1977,2,24,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,1.70,-2.80,73,102700,248,1396,302,61,1,61,6800,0,6800,2080,90,6.70,10,10,8.0,340,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1977,2,24,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,0.60,-2.80,79,102700,475,1396,297,107,5,106,12300,300,12200,4130,90,9.30,10,10,6.4,270,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1977,2,24,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,0.60,-2.80,79,102600,660,1396,297,131,1,131,15400,100,15300,5660,90,9.80,10,10,6.4,210,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1977,2,24,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,0.60,-2.20,82,102500,790,1396,297,176,2,175,20600,200,20500,7730,90,8.20,10,10,6.4,180,9,999999999,10,0.0000,0,88,0.000,0.0,1.0 +1977,2,24,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,1.10,-2.20,79,102400,856,1396,299,202,1,201,23600,100,23500,8940,90,8.20,10,10,2.4,150,9,999999999,10,0.0000,0,88,0.000,0.0,1.0 +1977,2,24,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,1.10,-1.70,82,102300,853,1396,299,216,1,215,25000,100,25000,9380,80,7.70,10,10,1.6,90,9,999999999,10,0.0000,0,88,0.000,0.0,1.0 +1977,2,24,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,1.70,-1.70,79,102100,782,1396,302,170,0,170,19900,0,19900,7520,60,6.20,10,10,3.2,120,9,999999999,10,0.0000,0,88,0.000,0.0,1.0 +1977,2,24,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,1.70,-1.10,82,102000,647,1396,302,151,1,150,17300,100,17300,6210,70,7.20,10,10,1.6,90,9,999999999,10,0.0000,0,88,0.000,0.0,1.0 +1977,2,24,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,2.20,-0.60,82,101900,458,1396,305,93,0,93,10700,0,10700,3680,50,6.70,10,10,0.8,90,9,999999999,11,0.0000,0,88,0.000,0.0,1.0 +1977,2,24,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,2.20,-0.60,82,101700,229,1396,305,46,1,46,5200,0,5200,1650,60,7.20,10,10,0.8,90,9,999999999,11,0.0000,0,88,0.000,0.0,1.0 +1977,2,24,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,2.80,0.00,82,101600,23,617,308,6,0,6,0,0,0,0,50,10.30,10,10,1.3,90,9,999999999,11,0.0000,0,88,0.000,1.0,1.0 +1977,2,24,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,2.80,0.00,82,101400,0,0,309,0,0,0,0,0,0,0,50,8.80,10,10,1.3,90,9,999999999,11,0.0000,0,88,0.000,0.0,1.0 +1977,2,24,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,3.30,0.60,82,101200,0,0,311,0,0,0,0,0,0,0,50,8.20,10,10,0.8,90,9,999999999,11,0.0000,0,88,0.000,2.3,1.0 +1977,2,24,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,3.90,1.10,82,101000,0,0,314,0,0,0,0,0,0,0,50,6.20,10,10,0.8,90,9,999999999,12,0.0000,0,88,0.000,1.5,1.0 +1977,2,24,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,3.90,1.10,82,100700,0,0,315,0,0,0,0,0,0,0,90,4.10,10,10,0.4,60,9,999999999,12,0.0000,0,88,0.000,0.3,1.0 +1977,2,24,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,3.30,1.10,86,100400,0,0,312,0,0,0,0,0,0,0,110,5.70,10,10,0.2,30,9,999999999,12,0.0000,0,88,0.000,0.0,1.0 +1977,2,24,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,3.30,1.70,89,100100,0,0,312,0,0,0,0,0,0,0,90,6.20,10,10,0.2,30,9,999999999,12,0.0000,0,88,0.000,1.0,1.0 +1977,2,25,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,4.40,2.20,86,99700,0,0,317,0,0,0,0,0,0,0,120,6.20,10,10,0.2,30,9,999999999,12,0.0000,0,88,0.000,6.9,1.0 +1977,2,25,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,5.00,3.30,89,99200,0,0,320,0,0,0,0,0,0,0,110,12.40,10,10,0.4,60,9,999999999,13,0.0000,0,88,0.000,6.9,1.0 +1977,2,25,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,5.60,3.90,89,98900,0,0,323,0,0,0,0,0,0,0,130,13.40,10,10,4.8,90,9,999999999,13,0.0000,0,88,0.000,0.3,1.0 +1977,2,25,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,5.00,3.30,89,98400,0,0,320,0,0,0,0,0,0,0,120,11.30,10,10,2.0,60,9,999999999,13,0.0000,0,88,0.000,0.5,1.0 +1977,2,25,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,3.90,1.70,86,98200,0,0,314,0,0,0,0,0,0,0,140,5.70,10,10,1.3,60,9,999999999,12,0.0000,0,88,0.000,0.5,1.0 +1977,2,25,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,5.00,2.80,86,98200,0,0,319,0,0,0,0,0,0,0,240,13.40,10,10,9.7,240,9,999999999,13,0.0000,0,88,0.000,1.8,1.0 +1977,2,25,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,3.90,0.60,79,98500,35,756,313,8,0,8,1000,0,1000,300,250,13.90,10,10,24.1,460,9,999999999,11,0.0000,0,88,0.000,0.0,1.0 +1977,2,25,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,5.00,0.60,73,98800,255,1396,318,66,0,66,7300,0,7300,2220,260,15.40,10,10,24.1,310,9,999999999,11,0.0000,0,88,0.000,0.0,1.0 +1977,2,25,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,6.10,0.60,68,98900,482,1396,323,139,1,139,15600,100,15600,5010,280,11.80,10,10,24.1,7620,9,999999999,11,0.0000,0,88,0.000,0.0,1.0 +1977,2,25,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,7.20,0.00,60,99000,667,1396,303,277,154,204,30300,15700,22800,5010,270,11.30,9,7,24.1,910,9,999999999,11,0.0000,0,88,0.000,0.0,1.0 +1977,2,25,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,7.80,0.60,61,99200,797,1396,297,400,228,270,43500,23700,30000,7110,260,13.40,9,6,24.1,910,9,999999999,11,0.0000,0,88,0.000,0.0,1.0 +1977,2,25,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,7.80,0.60,61,99300,863,1396,314,483,228,343,52200,23800,37500,9450,280,11.30,9,8,24.1,910,9,999999999,11,0.0000,0,88,0.000,0.0,1.0 +1977,2,25,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,7.80,0.60,61,99300,860,1396,322,393,161,295,42900,16900,32500,8110,280,10.80,10,9,24.1,910,9,999999999,11,0.0000,0,88,0.000,0.0,1.0 +1977,2,25,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,7.80,-1.10,54,99500,788,1396,296,376,229,247,41100,23800,27600,6470,270,14.40,7,6,24.1,910,9,999999999,10,0.0000,0,88,0.000,0.0,1.0 +1977,2,25,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,8.30,-1.70,50,99600,653,1396,289,360,425,162,38000,42100,18300,3340,280,10.80,5,5,24.1,77777,9,999999999,10,0.0000,0,88,0.000,0.0,1.0 +1977,2,25,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,8.30,-2.20,48,99700,464,1396,324,138,36,127,15200,3300,14100,3440,310,6.20,9,9,24.1,910,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1977,2,25,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,7.80,-2.20,50,99700,234,1396,305,68,25,64,7500,1900,7100,1550,280,9.30,8,7,24.1,2440,9,999999999,10,0.0000,0,88,0.000,0.0,1.0 +1977,2,25,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,7.20,-2.80,49,99700,25,640,302,7,0,7,0,0,0,0,280,6.70,8,7,24.1,2440,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1977,2,25,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,6.70,-2.80,51,100000,0,0,309,0,0,0,0,0,0,0,270,6.20,8,8,24.1,2440,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1977,2,25,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,6.10,-2.80,53,100100,0,0,323,0,0,0,0,0,0,0,270,9.30,10,10,24.1,910,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1977,2,25,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,6.10,-2.80,53,100100,0,0,299,0,0,0,0,0,0,0,280,7.70,7,7,24.1,910,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1977,2,25,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,5.60,-2.80,55,100200,0,0,321,0,0,0,0,0,0,0,270,7.70,10,10,24.1,910,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1977,2,25,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,5.60,-2.80,55,100200,0,0,321,0,0,0,0,0,0,0,280,8.20,10,10,24.1,910,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1977,2,25,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,5.60,-3.90,51,100300,0,0,265,0,0,0,0,0,0,0,280,6.20,3,3,24.1,77777,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1977,2,26,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,5.60,-3.90,51,100400,0,0,304,0,0,0,0,0,0,0,280,6.20,8,8,24.1,910,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1977,2,26,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,5.00,-3.90,53,100500,0,0,262,0,0,0,0,0,0,0,280,5.70,3,3,24.1,77777,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1977,2,26,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,5.00,-3.90,53,100500,0,0,238,0,0,0,0,0,0,0,280,5.70,0,0,24.1,77777,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1977,2,26,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,5.60,-5.00,47,100600,0,0,245,0,0,0,0,0,0,0,310,6.70,1,1,24.1,77777,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1977,2,26,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,5.00,-5.00,49,100600,0,0,292,0,0,0,0,0,0,0,290,4.60,7,7,24.1,1220,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1977,2,26,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,5.00,-4.40,51,100800,0,0,317,0,0,0,0,0,0,0,290,5.20,10,10,24.1,1220,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1977,2,26,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,5.60,-4.40,49,100900,39,802,319,9,0,9,1100,0,1100,340,290,7.70,10,10,24.1,1220,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1977,2,26,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,5.60,-5.60,45,101000,262,1395,258,109,348,45,11400,26100,6500,820,300,7.20,3,3,24.1,77777,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1977,2,26,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,6.10,-5.60,43,101100,489,1395,241,292,680,58,31100,63100,8800,1200,300,8.20,3,1,24.1,77777,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1977,2,26,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,6.10,-5.60,43,101100,674,1395,294,367,424,164,39000,42200,18500,3410,290,7.70,7,7,24.1,1220,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1977,2,26,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,6.10,-5.60,43,101100,804,1395,311,343,59,309,37600,6000,34200,9320,290,8.80,9,9,24.1,1220,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1977,2,26,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,6.10,-5.60,43,101200,869,1395,302,343,214,211,37800,22900,23500,5220,290,7.70,8,8,24.1,1220,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1977,2,26,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,6.70,-5.60,42,101200,866,1395,278,510,522,187,55200,53800,21700,4510,290,8.20,5,5,24.1,77777,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1977,2,26,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,7.20,-5.60,40,101300,794,1395,235,576,892,72,60900,87900,10600,1720,290,7.20,0,0,24.1,77777,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1977,2,26,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,7.80,-5.00,40,101400,659,1395,239,457,841,63,48400,81400,9800,1440,270,7.70,0,0,24.1,77777,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1977,2,26,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,7.80,-5.00,40,101500,470,1395,258,251,486,89,26100,44100,11200,1660,290,7.70,3,2,24.1,77777,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1977,2,26,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,7.20,-5.00,42,101600,240,1395,257,99,262,56,10500,18300,7400,1010,310,8.20,7,2,24.1,77777,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1977,2,26,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,6.10,-5.00,45,101700,27,663,254,17,0,10,1400,2000,1300,170,290,5.70,2,2,24.1,77777,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1977,2,26,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,5.60,-5.00,47,101800,0,0,236,0,0,0,0,0,0,0,290,5.20,0,0,24.1,77777,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1977,2,26,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,5.00,-5.00,49,101900,0,0,235,0,0,0,0,0,0,0,300,5.20,0,0,24.1,77777,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1977,2,26,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,4.40,-5.00,51,102000,0,0,250,0,0,0,0,0,0,0,310,4.10,2,2,24.1,77777,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1977,2,26,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,4.40,-4.40,53,102100,0,0,307,0,0,0,0,0,0,0,310,3.10,10,9,24.1,3050,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1977,2,26,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,3.30,-4.40,57,102000,0,0,302,0,0,0,0,0,0,0,350,2.60,10,9,24.1,3050,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1977,2,26,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,2.20,-3.90,64,102100,0,0,305,0,0,0,0,0,0,0,20,3.10,10,10,24.1,2440,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1977,2,27,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,2.20,-3.90,64,102100,0,0,290,0,0,0,0,0,0,0,80,2.10,8,8,24.1,2440,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1977,2,27,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,3.30,-2.80,65,102200,0,0,310,0,0,0,0,0,0,0,60,5.20,10,10,24.1,2440,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1977,2,27,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,2.80,-1.70,73,102200,0,0,294,0,0,0,0,0,0,0,100,3.10,8,8,24.1,2440,9,999999999,10,0.0000,0,88,0.000,0.0,1.0 +1977,2,27,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,1.70,-2.20,76,102200,0,0,244,0,0,0,0,0,0,0,90,3.60,2,2,24.1,77777,9,999999999,10,0.0000,0,88,0.000,0.0,1.0 +1977,2,27,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,2.20,-1.70,76,102200,0,0,246,0,0,0,0,0,0,0,100,4.10,2,2,24.1,77777,9,999999999,10,0.0000,0,88,0.000,0.0,1.0 +1977,2,27,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,1.70,-2.20,76,102100,0,0,242,0,0,0,0,0,0,0,110,4.10,3,2,24.1,77777,9,999999999,10,0.0000,0,88,0.000,0.0,1.0 +1977,2,27,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,1.70,-1.70,79,102100,42,825,227,20,44,16,2000,1300,1900,270,110,3.60,4,0,24.1,77777,9,999999999,10,0.0000,0,88,0.000,0.0,1.0 +1977,2,27,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,2.80,-1.10,76,102100,269,1394,246,124,362,56,13300,26800,8100,1010,120,4.10,2,2,19.3,77777,9,999999999,10,0.0000,0,88,0.000,0.0,1.0 +1977,2,27,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,3.90,-0.60,73,102100,496,1394,258,261,437,108,27900,40800,13400,2050,110,4.60,7,3,19.3,77777,9,999999999,11,0.0000,0,88,0.000,0.0,1.0 +1977,2,27,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,3.90,-0.60,73,102000,681,1394,312,126,5,124,14900,400,14700,5500,110,4.60,10,10,24.1,1520,9,999999999,11,0.0000,0,88,0.000,0.0,1.0 +1977,2,27,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,4.40,0.00,73,101900,811,1394,315,224,11,218,25900,900,25300,9220,110,5.20,10,10,24.1,1520,9,999999999,11,0.0000,0,88,0.000,0.0,1.0 +1977,2,27,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,4.40,-0.60,70,101800,876,1394,314,260,9,255,30000,800,29500,10760,120,6.70,10,10,24.1,1370,9,999999999,11,0.0000,0,88,0.000,0.0,1.0 +1977,2,27,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,4.40,-0.60,70,101700,873,1394,314,216,10,209,25100,800,24600,9310,110,5.20,10,10,24.1,1220,9,999999999,11,0.0000,0,88,0.000,0.0,1.0 +1977,2,27,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,3.90,-1.10,70,101600,801,1394,312,200,4,198,23200,300,23000,8540,100,5.70,10,10,24.1,910,9,999999999,10,0.0000,0,88,0.000,0.0,1.0 +1977,2,27,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,3.90,0.00,76,101500,665,1394,313,226,4,224,25300,400,25100,8260,90,5.70,10,10,16.1,610,9,999999999,11,0.0000,0,88,0.000,0.0,1.0 +1977,2,27,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,3.90,0.00,76,101400,476,1394,313,130,5,128,14600,300,14500,4720,90,5.20,10,10,16.1,610,9,999999999,11,0.0000,0,88,0.000,0.0,1.0 +1977,2,27,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,3.90,2.80,93,101400,245,1394,314,32,2,32,3800,0,3800,1260,80,5.70,10,10,4.0,460,9,999999999,13,0.0000,0,88,0.000,0.0,1.0 +1977,2,27,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,3.90,2.80,93,101200,30,686,314,5,0,5,600,0,600,200,90,6.20,10,10,2.4,150,9,999999999,13,0.0000,0,88,0.000,0.0,1.0 +1977,2,27,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,3.30,3.30,100,101100,0,0,312,0,0,0,0,0,0,0,90,3.10,10,10,0.8,120,9,999999999,13,0.0000,0,88,0.000,0.0,1.0 +1977,2,27,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,3.90,3.30,96,101000,0,0,315,0,0,0,0,0,0,0,60,1.50,10,10,0.8,120,9,999999999,13,0.0000,0,88,0.000,0.0,1.0 +1977,2,27,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,3.90,3.30,96,100900,0,0,315,0,0,0,0,0,0,0,50,1.00,10,10,0.8,90,9,999999999,13,0.0000,0,88,0.000,0.3,1.0 +1977,2,27,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,4.40,4.40,100,100700,0,0,318,0,0,0,0,0,0,0,310,3.10,10,10,0.8,60,9,999999999,14,0.0000,0,88,0.000,0.0,1.0 +1977,2,27,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,4.40,4.40,100,100600,0,0,318,0,0,0,0,0,0,0,310,3.10,10,10,0.8,90,9,999999999,14,0.0000,0,88,0.000,0.0,1.0 +1977,2,27,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,5.00,3.90,93,100500,0,0,321,0,0,0,0,0,0,0,350,1.00,10,10,2.4,90,9,999999999,14,0.0000,0,88,0.000,1.3,1.0 +1977,2,28,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,3.90,1.10,82,100400,0,0,315,0,0,0,0,0,0,0,310,2.10,10,10,3.2,150,9,999999999,11,0.0000,0,88,0.000,0.5,1.0 +1977,2,28,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,3.90,1.10,82,100400,0,0,314,0,0,0,0,0,0,0,310,2.60,10,10,4.0,180,9,999999999,11,0.0000,0,88,0.000,1.0,1.0 +1977,2,28,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,3.30,0.60,82,100300,0,0,311,0,0,0,0,0,0,0,310,2.60,10,10,16.1,760,9,999999999,11,0.0000,0,88,0.000,0.0,1.0 +1977,2,28,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,4.40,1.10,79,100400,0,0,316,0,0,0,0,0,0,0,300,3.10,10,10,16.1,760,9,999999999,11,0.0000,0,88,0.000,0.0,1.0 +1977,2,28,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,4.40,1.10,79,100500,0,0,316,0,0,0,0,0,0,0,290,3.60,10,10,16.1,760,9,999999999,11,0.0000,0,88,0.000,0.0,1.0 +1977,2,28,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,5.60,1.10,73,100500,0,0,321,0,0,0,0,0,0,0,290,5.70,10,10,19.3,910,9,999999999,12,0.0000,0,88,0.000,0.0,1.0 +1977,2,28,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,5.00,0.60,73,100500,46,871,280,21,16,19,2200,900,2100,450,290,6.70,8,5,24.1,7620,9,999999999,11,0.0000,0,88,0.000,0.0,1.0 +1977,2,28,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,4.40,-1.70,65,100700,276,1394,266,75,55,65,8300,4500,7400,1660,270,7.20,4,4,24.1,77777,9,999999999,10,0.0000,0,88,0.000,0.0,1.0 +1977,2,28,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,4.40,-2.80,60,100600,503,1394,264,267,389,129,28100,36300,14900,2500,310,6.70,4,4,24.1,77777,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1977,2,28,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,5.00,-3.30,55,100700,688,1394,249,430,612,131,45100,59900,15400,2710,300,8.20,2,2,24.1,77777,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1977,2,28,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,5.00,-3.90,53,100700,818,1394,247,544,692,141,57700,69400,16800,3290,280,7.20,2,2,24.1,77777,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1977,2,28,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,5.00,-3.90,53,100700,883,1394,247,621,758,144,66200,76700,17500,3610,290,7.20,2,2,24.1,77777,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1977,2,28,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,5.00,-3.90,53,100700,879,1394,230,645,871,99,69200,87500,13800,2470,270,10.30,0,0,24.1,77777,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1977,2,28,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,5.60,-4.40,49,100700,807,1394,232,570,830,93,60900,82800,12800,2180,290,7.20,0,0,24.1,77777,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1977,2,28,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,6.10,-5.60,43,100700,671,1394,232,461,795,81,48800,77700,11300,1740,280,9.30,0,0,24.1,77777,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1977,2,28,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,6.10,-6.10,42,100800,481,1394,232,296,681,63,30900,62800,9200,1250,280,7.70,0,0,24.1,77777,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1977,2,28,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,5.00,-7.20,41,100900,251,1394,228,120,441,42,12500,32500,6700,770,300,8.80,0,0,24.1,77777,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +1977,2,28,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,3.30,-7.20,46,101000,32,732,224,18,0,13,1700,1300,1600,220,290,7.70,0,0,24.1,77777,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +1977,2,28,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,2.80,-7.80,46,101100,0,0,222,0,0,0,0,0,0,0,290,7.20,0,0,24.1,77777,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +1977,2,28,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,1.70,-7.80,50,101200,0,0,220,0,0,0,0,0,0,0,290,7.70,0,0,24.1,77777,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +1977,2,28,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,1.70,-8.30,48,101200,0,0,220,0,0,0,0,0,0,0,280,8.20,0,0,24.1,77777,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +1977,2,28,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,2.00,-6.80,52,101200,0,0,224,0,0,0,0,0,0,0,270,8.00,0,0,24.1,77777,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +1977,2,28,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,2.30,-5.30,56,101300,0,0,228,0,0,0,0,0,0,0,240,7.80,0,0,24.1,77777,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +1977,2,28,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,2.60,-3.90,64,101300,0,0,231,0,0,0,0,0,0,0,270,7.60,0,0,24.1,77777,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +1981,3,1,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,3.00,-2.50,96,100000,0,0,309,0,0,0,0,0,0,0,220,7.30,10,10,11.3,1160,9,999999999,12,0.0000,0,88,0.000,0.0,1.0 +1981,3,1,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,3.30,-1.10,93,100000,0,0,311,0,0,0,0,0,0,0,270,7.10,10,10,11.3,1400,9,999999999,12,0.0000,0,88,0.000,0.0,1.0 +1981,3,1,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,3.60,0.30,89,99900,0,0,313,0,0,0,0,0,0,0,270,6.90,10,10,12.9,1830,9,999999999,12,0.0000,0,88,0.000,0.0,1.0 +1981,3,1,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,3.90,1.70,86,99900,0,0,314,0,0,0,0,0,0,0,270,6.70,10,10,16.1,1980,9,999999999,12,0.0000,0,88,0.000,0.0,1.0 +1981,3,1,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,3.90,1.70,86,99900,0,0,314,0,0,0,0,0,0,0,280,6.70,10,10,19.3,1980,9,999999999,12,0.0000,0,88,0.000,0.0,1.0 +1981,3,1,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,3.90,1.10,82,99900,0,0,299,0,0,0,0,0,0,0,280,5.70,10,8,19.3,1980,9,999999999,11,0.0000,0,88,0.000,0.0,1.0 +1981,3,1,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,3.90,0.60,79,100000,51,894,306,17,4,16,1900,0,1900,560,290,5.70,10,9,24.1,1980,9,999999999,11,0.0000,0,88,0.000,0.0,1.0 +1981,3,1,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,5.00,0.60,73,100000,283,1393,240,150,592,33,16000,47700,6300,690,280,6.20,0,0,24.1,77777,9,999999999,11,0.0000,0,88,0.000,0.0,1.0 +1981,3,1,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,5.60,0.60,71,100000,511,1393,289,215,296,108,23000,27800,12800,2050,280,6.70,7,6,24.1,1010,9,999999999,11,0.0000,0,88,0.000,0.0,1.0 +1981,3,1,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,7.20,0.60,63,100000,695,1393,328,169,1,169,19500,100,19500,7050,300,8.20,10,10,24.1,1010,9,999999999,11,0.0000,0,88,0.000,0.0,1.0 +1981,3,1,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,7.80,-0.60,56,100100,825,1393,330,231,0,231,26600,0,26600,9700,310,8.20,10,10,24.1,1070,9,999999999,10,0.0000,0,88,0.000,0.0,1.0 +1981,3,1,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,6.70,0.00,63,100100,890,1393,317,424,190,303,46300,20000,33500,8530,290,7.20,9,9,24.1,1100,9,999999999,11,0.0000,0,88,0.000,0.0,1.0 +1981,3,1,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,8.30,-1.10,52,100100,886,1393,298,527,434,252,55500,44600,27000,6380,320,8.80,6,6,24.1,1100,9,999999999,10,0.0000,0,88,0.000,0.0,1.0 +1981,3,1,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,9.40,-1.10,48,100100,813,1393,285,527,607,175,54900,60100,19700,3920,320,8.80,4,4,24.1,77777,9,999999999,10,0.0000,0,88,0.000,0.0,1.0 +1981,3,1,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,8.90,-2.20,46,100200,677,1393,274,419,588,135,43700,57200,15700,2760,280,9.30,3,3,24.1,77777,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1981,3,1,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,8.30,-1.70,50,100200,487,1393,273,276,585,74,29300,54100,10300,1450,320,7.20,3,3,24.1,77777,9,999999999,10,0.0000,0,88,0.000,0.0,1.0 +1981,3,1,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,7.80,-3.30,46,100200,256,1393,261,131,432,53,13500,31700,7600,930,330,8.20,2,2,24.1,77777,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1981,3,1,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,6.10,-3.30,51,100300,35,755,239,23,0,12,1800,4600,1600,220,310,5.20,0,0,24.1,77777,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1981,3,1,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,6.10,-3.30,51,100400,0,0,240,0,0,0,0,0,0,0,310,4.60,0,0,24.1,77777,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1981,3,1,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,5.60,-3.90,51,100400,0,0,239,0,0,0,0,0,0,0,310,4.10,0,0,24.1,77777,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1981,3,1,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,5.00,-3.90,53,100500,0,0,238,0,0,0,0,0,0,0,280,4.10,0,0,24.1,77777,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1981,3,1,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,4.40,-2.80,60,100500,0,0,238,0,0,0,0,0,0,0,280,6.20,0,0,24.1,77777,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1981,3,1,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,3.90,-3.30,60,100500,0,0,236,0,0,0,0,0,0,0,290,6.20,0,0,24.1,77777,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1981,3,1,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,3.30,-3.30,62,100500,0,0,234,0,0,0,0,0,0,0,280,5.20,0,0,24.1,77777,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1981,3,2,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,3.30,-3.30,62,100500,0,0,234,0,0,0,0,0,0,0,270,4.10,0,0,24.1,77777,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1981,3,2,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,2.80,-3.30,65,100500,0,0,239,0,0,0,0,0,0,0,290,5.20,1,1,24.1,77777,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1981,3,2,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,2.20,-3.30,67,100500,0,0,290,0,0,0,0,0,0,0,270,5.20,8,8,24.1,1070,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1981,3,2,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,2.20,-3.30,67,100500,0,0,305,0,0,0,0,0,0,0,270,5.20,10,10,24.1,1070,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1981,3,2,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,2.20,-3.90,64,100500,0,0,265,0,0,0,0,0,0,0,280,5.20,5,5,24.1,77777,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1981,3,2,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,2.20,-3.90,64,100500,0,0,241,0,0,0,0,0,0,0,270,5.20,2,2,24.1,77777,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1981,3,2,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,2.20,-4.40,62,100500,55,940,231,27,117,15,2400,4600,2100,260,280,4.60,2,1,24.1,77777,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1981,3,2,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,2.80,-4.40,59,100400,290,1392,241,128,352,56,13800,27000,8100,1000,290,6.20,2,2,24.1,77777,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1981,3,2,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,3.90,-5.60,51,100400,518,1392,285,255,163,195,27400,15700,21600,4510,300,6.20,9,7,24.1,1010,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1981,3,2,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,5.60,-4.40,49,100300,702,1392,249,470,738,101,50300,73300,13200,2210,300,5.70,3,2,24.1,77777,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1981,3,2,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,6.70,-3.90,47,100300,832,1392,262,437,505,138,46500,50800,16100,3280,300,4.10,3,3,24.1,77777,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1981,3,2,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,6.70,-3.30,49,100200,896,1392,306,393,263,225,43200,28200,25000,5750,280,6.20,8,8,24.1,1310,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1981,3,2,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,6.10,-3.30,51,100100,892,1392,321,305,6,301,34700,600,34300,12130,280,6.20,10,10,24.1,1490,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1981,3,2,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,6.70,-2.80,51,100100,820,1392,324,224,4,221,25800,300,25600,9370,270,6.20,10,10,24.1,1680,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1981,3,2,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,6.10,-2.80,53,100000,683,1392,321,189,12,183,21600,1000,21100,7400,250,5.20,10,10,24.1,1520,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1981,3,2,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,6.10,-2.20,56,100000,493,1392,322,111,1,111,12700,100,12700,4350,250,7.70,10,10,24.1,1160,9,999999999,10,0.0000,0,88,0.000,0.0,1.0 +1981,3,2,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,5.60,-2.80,55,100000,262,1392,320,82,6,81,9000,200,9000,2550,240,6.20,10,10,24.1,1400,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1981,3,2,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,5.60,-2.80,55,100000,38,777,320,10,0,10,1200,0,1200,370,250,6.20,10,10,19.3,1070,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1981,3,2,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,5.60,-1.70,60,100000,0,0,321,0,0,0,0,0,0,0,250,5.20,10,10,19.3,910,9,999999999,10,0.0000,0,88,0.000,0.0,1.0 +1981,3,2,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,4.40,-2.20,62,100000,0,0,315,0,0,0,0,0,0,0,300,5.20,10,10,19.3,1010,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1981,3,2,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,4.40,-3.90,55,100000,0,0,315,0,0,0,0,0,0,0,270,5.70,10,10,19.3,1310,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1981,3,2,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,3.90,-3.90,57,100000,0,0,313,0,0,0,0,0,0,0,270,7.70,10,10,19.3,1680,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1981,3,2,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,3.30,-3.90,60,100000,0,0,310,0,0,0,0,0,0,0,290,5.70,10,10,19.3,1980,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1981,3,2,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,2.80,-7.20,48,100000,0,0,266,0,0,0,0,0,0,0,280,7.70,6,5,20.9,2440,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +1981,3,3,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,1.70,-7.80,50,100000,0,0,221,0,0,0,0,0,0,0,280,7.20,0,0,24.1,77777,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +1981,3,3,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,0.60,-7.80,54,100000,0,0,217,0,0,0,0,0,0,0,290,6.20,0,0,24.1,77777,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +1981,3,3,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,0.60,-7.80,54,100000,0,0,217,0,0,0,0,0,0,0,290,6.20,0,0,24.1,77777,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +1981,3,3,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,0.00,-7.80,56,100000,0,0,214,0,0,0,0,0,0,0,290,5.70,0,0,24.1,77777,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +1981,3,3,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-0.60,-7.20,61,100000,0,0,212,0,0,0,0,0,0,0,280,5.20,0,0,24.1,77777,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +1981,3,3,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-0.60,-7.80,59,100100,0,0,210,0,0,0,0,0,0,0,300,5.70,0,0,24.1,77777,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +1981,3,3,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-0.60,-7.80,59,100200,60,986,209,25,79,18,2500,3100,2300,310,290,5.20,0,0,24.1,77777,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +1981,3,3,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,0.60,-7.80,54,100200,298,1392,212,149,486,48,15800,38400,7500,890,310,5.20,0,0,24.1,77777,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +1981,3,3,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,1.70,-10.60,40,100200,525,1392,228,315,649,74,33700,61300,10500,1480,310,9.30,2,2,24.1,77777,9,999999999,6,0.0000,0,88,0.000,0.0,1.0 +1981,3,3,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,1.70,-11.10,38,100300,709,1392,218,461,753,81,49300,74300,11300,1800,310,7.70,1,1,24.1,77777,9,999999999,6,0.0000,0,88,0.000,0.0,1.0 +1981,3,3,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,1.70,-10.00,42,100300,839,1392,219,566,805,85,59500,79600,11400,1910,300,5.70,1,1,24.1,77777,9,999999999,6,0.0000,0,88,0.000,0.0,1.0 +1981,3,3,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,2.20,-10.00,40,100200,903,1392,221,654,872,92,68500,86600,12200,2120,320,5.20,1,1,24.1,77777,9,999999999,6,0.0000,0,88,0.000,0.0,1.0 +1981,3,3,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,2.20,-10.60,39,100200,899,1392,238,578,612,185,60600,61300,20900,4580,330,7.70,3,3,24.1,77777,9,999999999,6,0.0000,0,88,0.000,0.0,1.0 +1981,3,3,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,2.20,-11.10,37,100200,826,1392,238,530,630,158,55700,62900,18200,3660,310,8.80,3,3,24.1,77777,9,999999999,6,0.0000,0,88,0.000,0.0,1.0 +1981,3,3,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,2.20,-11.10,37,100300,689,1392,238,445,635,133,46600,62100,15700,2750,310,7.70,3,3,24.1,77777,9,999999999,6,0.0000,0,88,0.000,0.0,1.0 +1981,3,3,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,1.70,-12.80,34,100400,499,1392,218,302,648,72,32100,60500,10300,1420,310,9.80,1,1,24.1,77777,9,999999999,5,0.0000,0,88,0.000,0.0,1.0 +1981,3,3,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,0.60,-13.30,35,100500,267,1392,215,123,361,55,13100,26700,8000,990,320,8.20,1,1,24.1,77777,9,999999999,5,0.0000,0,88,0.000,0.0,1.0 +1981,3,3,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-0.60,-13.30,38,100600,41,800,203,20,0,15,1900,1600,1900,260,310,7.70,0,0,24.1,77777,9,999999999,5,0.0000,0,88,0.000,0.0,1.0 +1981,3,3,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-1.10,-12.20,43,100800,0,0,204,0,0,0,0,0,0,0,320,8.80,0,0,24.1,77777,9,999999999,5,0.0000,0,88,0.000,0.0,1.0 +1981,3,3,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-2.20,-12.80,45,100900,0,0,201,0,0,0,0,0,0,0,320,8.20,0,0,24.1,77777,9,999999999,5,0.0000,0,88,0.000,0.0,1.0 +1981,3,3,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-2.20,-12.80,45,101000,0,0,202,0,0,0,0,0,0,0,310,7.20,0,0,24.1,77777,9,999999999,5,0.0000,0,88,0.000,0.0,1.0 +1981,3,3,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-2.80,-12.80,47,101000,0,0,201,0,0,0,0,0,0,0,310,10.30,0,0,24.1,77777,9,999999999,5,0.0000,0,88,0.000,0.0,1.0 +1981,3,3,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-3.30,-12.80,48,101100,0,0,200,0,0,0,0,0,0,0,310,8.20,0,0,24.1,77777,9,999999999,5,0.0000,0,88,0.000,0.0,1.0 +1981,3,3,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-4.40,-13.90,48,101100,0,0,196,0,0,0,0,0,0,0,310,8.20,0,0,24.1,77777,9,999999999,5,0.0000,0,88,0.000,0.0,1.0 +1981,3,4,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-5.00,-13.90,50,101200,0,0,194,0,0,0,0,0,0,0,300,7.70,0,0,24.1,77777,9,999999999,5,0.0000,0,88,0.000,0.0,1.0 +1981,3,4,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-5.60,-13.90,52,101200,0,0,192,0,0,0,0,0,0,0,300,7.20,0,0,24.1,77777,9,999999999,5,0.0000,0,88,0.000,0.0,1.0 +1981,3,4,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-5.60,-13.90,52,101200,0,0,191,0,0,0,0,0,0,0,300,7.20,0,0,24.1,77777,9,999999999,5,0.0000,0,88,0.000,0.0,1.0 +1981,3,4,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-5.60,-13.90,52,101200,0,0,190,0,0,0,0,0,0,0,300,5.70,0,0,24.1,77777,9,999999999,5,0.0000,0,88,0.000,0.0,1.0 +1981,3,4,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-5.60,-13.90,52,101300,0,0,189,0,0,0,0,0,0,0,300,6.20,0,0,24.1,77777,9,999999999,5,0.0000,0,88,0.000,0.0,1.0 +1981,3,4,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-5.60,-13.90,52,101300,0,0,188,0,0,0,0,0,0,0,330,5.70,0,0,24.1,77777,9,999999999,5,0.0000,0,88,0.000,0.0,1.0 +1981,3,4,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-6.10,-13.30,57,101300,65,1008,187,32,168,16,2800,8000,2300,290,320,4.60,0,0,24.1,77777,9,999999999,5,0.0000,0,88,0.000,0.0,1.0 +1981,3,4,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-5.00,-12.80,55,101300,305,1391,189,169,621,36,18000,51200,6700,750,320,7.20,0,0,24.1,77777,9,999999999,5,0.0000,0,88,0.000,0.0,1.0 +1981,3,4,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-3.30,-12.80,48,101400,532,1391,194,354,801,52,37800,75400,8900,1200,300,5.20,0,0,24.1,77777,9,999999999,5,0.0000,0,88,0.000,0.0,1.0 +1981,3,4,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-1.70,-12.20,45,101300,717,1391,198,514,881,65,54600,86100,10100,1540,310,6.20,0,0,24.1,77777,9,999999999,6,0.0000,0,88,0.000,0.0,1.0 +1981,3,4,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,0.60,-11.70,40,101200,845,1391,205,633,928,73,66800,91900,10800,1830,270,6.70,0,0,24.1,77777,9,999999999,6,0.0000,0,88,0.000,0.0,1.0 +1981,3,4,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,1.70,-11.10,38,101200,910,1391,209,691,944,77,72700,93900,11100,2010,290,5.20,0,0,24.1,77777,9,999999999,6,0.0000,0,88,0.000,0.0,1.0 +1981,3,4,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,2.80,-11.10,36,101100,905,1391,213,687,944,76,72300,93900,11000,1980,290,4.10,0,0,24.1,77777,9,999999999,6,0.0000,0,88,0.000,0.0,1.0 +1981,3,4,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,4.40,-10.60,33,100900,832,1391,219,621,923,72,65500,91300,10700,1790,300,5.20,0,0,24.1,77777,9,999999999,6,0.0000,0,88,0.000,0.0,1.0 +1981,3,4,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,5.00,-11.70,29,100900,695,1391,220,500,879,63,52900,85700,9900,1500,290,6.20,0,0,24.1,77777,9,999999999,6,0.0000,0,88,0.000,0.0,1.0 +1981,3,4,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,5.60,-11.70,28,100900,504,1391,232,311,643,79,32700,59900,10900,1550,280,3.60,2,1,24.1,77777,9,999999999,6,0.0000,0,88,0.000,0.0,1.0 +1981,3,4,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,4.40,-11.10,32,100900,273,1391,311,60,3,59,6700,100,6700,2120,280,5.20,10,10,24.1,2130,9,999999999,6,0.0000,0,88,0.000,0.0,1.0 +1981,3,4,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,4.40,-11.10,32,101000,44,846,312,13,0,12,1400,0,1400,440,280,6.20,10,10,24.1,1980,9,999999999,6,0.0000,0,88,0.000,0.0,1.0 +1981,3,4,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,3.90,-10.60,34,100900,0,0,310,0,0,0,0,0,0,0,290,5.70,10,10,24.1,2130,9,999999999,6,0.0000,0,88,0.000,0.0,1.0 +1981,3,4,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,3.30,-10.00,37,100900,0,0,308,0,0,0,0,0,0,0,290,5.20,10,10,24.1,2130,9,999999999,6,0.0000,0,88,0.000,0.0,1.0 +1981,3,4,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,3.30,-8.30,43,100900,0,0,308,0,0,0,0,0,0,0,300,5.70,10,10,24.1,2130,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +1981,3,4,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,2.80,-7.80,46,100900,0,0,306,0,0,0,0,0,0,0,300,5.70,10,10,24.1,2740,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +1981,3,4,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,2.20,-7.20,50,100900,0,0,224,0,0,0,0,0,0,0,320,6.20,0,0,24.1,77777,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +1981,3,4,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,1.10,-7.80,52,100900,0,0,220,0,0,0,0,0,0,0,320,5.20,0,0,24.1,77777,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +1981,3,5,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,0.00,-7.80,56,100900,0,0,216,0,0,0,0,0,0,0,330,3.60,0,0,24.1,77777,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +1981,3,5,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-0.60,-7.80,59,100900,0,0,214,0,0,0,0,0,0,0,310,4.10,0,0,24.1,77777,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +1981,3,5,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-1.10,-7.80,61,100800,0,0,212,0,0,0,0,0,0,0,320,4.60,2,0,24.1,77777,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +1981,3,5,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-1.70,-7.80,63,100700,0,0,209,0,0,0,0,0,0,0,330,4.10,0,0,24.1,77777,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +1981,3,5,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-2.20,-8.30,63,100700,0,0,206,0,0,0,0,0,0,0,350,3.10,0,0,24.1,77777,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +1981,3,5,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-2.20,-8.30,63,100700,0,0,213,0,0,0,0,0,0,0,360,3.10,1,1,24.1,77777,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +1981,3,5,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-2.80,-8.30,66,100600,70,1054,202,28,69,21,2800,2500,2600,370,360,4.60,1,0,24.1,77777,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +1981,3,5,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-1.10,-8.90,56,100600,312,1390,205,149,427,56,15600,34200,7900,1020,20,5.20,1,0,24.1,77777,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +1981,3,5,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,0.00,-9.40,49,100500,539,1390,224,309,438,141,32400,41700,16200,2770,10,3.60,6,2,24.1,77777,9,999999999,6,0.0000,0,88,0.000,0.0,1.0 +1981,3,5,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,0.60,-10.60,44,100400,724,1390,233,421,455,186,44600,45800,20600,4030,70,4.10,7,3,24.1,77777,9,999999999,6,0.0000,0,88,0.000,0.0,1.0 +1981,3,5,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,1.10,-6.70,57,100300,852,1390,255,530,450,256,55500,46100,27100,6300,70,4.60,8,5,24.1,3660,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +1981,3,5,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,1.10,-6.10,59,100200,916,1390,264,432,166,323,47100,17500,35500,9300,70,4.10,10,6,24.1,3660,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1981,3,5,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,1.10,-5.60,62,100200,912,1390,290,307,107,238,34200,11300,26700,6820,90,5.20,10,9,24.1,3660,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1981,3,5,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,1.10,-5.60,62,100000,838,1390,273,472,246,325,51100,25600,35600,8820,80,4.60,10,7,24.1,3660,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1981,3,5,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,1.10,-6.10,59,99900,701,1390,281,308,163,227,33600,16700,25200,5680,80,5.70,10,8,24.1,3050,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1981,3,5,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,1.10,-6.70,57,99900,510,1390,281,196,64,173,21500,6100,19300,4560,70,6.20,10,8,24.1,3050,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +1981,3,5,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,1.10,-7.20,54,99800,278,1390,298,51,2,51,5900,100,5900,1910,60,6.70,10,10,24.1,2740,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +1981,3,5,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,0.60,-7.80,54,99700,47,869,296,11,0,11,1300,0,1300,410,40,6.20,10,10,24.1,2740,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +1981,3,5,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,0.60,-6.70,59,99600,0,0,296,0,0,0,0,0,0,0,40,6.70,10,10,24.1,2740,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +1981,3,5,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,0.00,-7.20,59,99600,0,0,270,0,0,0,0,0,0,0,10,4.60,10,7,24.1,2740,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +1981,3,5,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,0.00,-6.70,61,99500,0,0,286,0,0,0,0,0,0,0,360,5.70,10,9,24.1,2740,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +1981,3,5,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,0.00,-6.70,61,99500,0,0,294,0,0,0,0,0,0,0,360,6.20,10,10,24.1,2740,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +1981,3,5,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,0.60,-8.30,52,99500,0,0,296,0,0,0,0,0,0,0,340,6.20,10,10,24.1,2740,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +1981,3,5,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,1.10,-8.90,48,99400,0,0,282,0,0,0,0,0,0,0,340,6.20,10,8,24.1,3050,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +1981,3,6,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,1.10,-8.90,48,99400,0,0,298,0,0,0,0,0,0,0,360,7.20,10,10,24.1,3350,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +1981,3,6,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,1.10,-7.80,52,99400,0,0,299,0,0,0,0,0,0,0,360,7.20,10,10,24.1,1160,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +1981,3,6,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,1.10,-6.70,57,99400,0,0,299,0,0,0,0,0,0,0,360,7.20,10,10,24.1,1160,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +1981,3,6,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,1.10,-5.60,62,99400,0,0,299,0,0,0,0,0,0,0,340,6.70,10,10,24.1,1160,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1981,3,6,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,1.10,-6.10,59,99400,0,0,299,0,0,0,0,0,0,0,350,5.20,10,10,24.1,820,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1981,3,6,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,1.10,-7.20,54,99400,0,0,298,0,0,0,0,0,0,0,340,5.20,10,10,24.1,670,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +1981,3,6,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,1.10,-7.20,54,99500,76,1100,298,17,3,17,2000,0,2000,610,310,5.70,10,10,24.1,670,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +1981,3,6,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,1.10,-6.10,59,99500,319,1389,298,78,2,77,8700,100,8700,2740,340,6.20,10,10,24.1,520,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1981,3,6,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,1.10,-5.00,64,99500,546,1389,298,135,7,132,15400,500,15200,5200,350,6.20,10,10,24.1,520,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1981,3,6,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,1.70,-5.00,62,99500,731,1389,301,198,3,197,22800,200,22600,8100,310,6.20,10,10,16.1,580,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1981,3,6,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,1.70,-2.80,73,99500,859,1389,301,281,2,279,31900,200,31800,11290,310,6.20,10,10,11.3,580,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1981,3,6,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,2.20,-1.10,79,99500,923,1389,304,294,3,292,33700,300,33500,12180,330,6.20,10,10,8.0,730,9,999999999,10,0.0000,0,88,0.000,0.0,1.0 +1981,3,6,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,2.20,0.00,85,99500,918,1389,305,297,1,297,34100,100,34000,12270,330,5.70,10,10,4.0,340,9,999999999,11,0.0000,0,88,0.000,0.0,1.0 +1981,3,6,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,1.70,0.60,92,99500,844,1389,303,285,1,285,32400,100,32400,11310,320,7.70,10,10,6.4,270,9,999999999,11,0.0000,0,88,0.000,0.0,1.0 +1981,3,6,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,1.70,0.60,92,99600,707,1389,303,231,0,231,26000,0,26000,8800,330,7.20,10,10,11.3,340,9,999999999,11,0.0000,0,88,0.000,0.0,1.0 +1981,3,6,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,2.20,0.60,89,99600,516,1389,305,184,1,184,20300,100,20300,6180,310,5.70,10,10,11.3,670,9,999999999,11,0.0000,0,88,0.000,0.0,1.0 +1981,3,6,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,2.80,0.00,82,99600,284,1389,308,83,1,83,9200,0,9200,2710,300,6.70,10,10,16.1,1070,9,999999999,11,0.0000,0,88,0.000,0.0,1.0 +1981,3,6,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,2.80,-0.60,79,99700,50,892,308,19,0,19,2100,0,2100,640,310,7.20,10,10,16.1,1010,9,999999999,10,0.0000,0,88,0.000,0.0,1.0 +1981,3,6,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,2.20,0.00,85,99700,0,0,306,0,0,0,0,0,0,0,310,7.20,10,10,16.1,910,9,999999999,11,0.0000,0,88,0.000,0.0,1.0 +1981,3,6,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,2.20,0.60,89,99800,0,0,306,0,0,0,0,0,0,0,300,6.20,10,10,11.3,610,9,999999999,11,0.0000,0,88,0.000,0.0,1.0 +1981,3,6,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,2.20,0.60,89,99800,0,0,306,0,0,0,0,0,0,0,300,6.70,10,10,9.7,610,9,999999999,11,0.0000,0,88,0.000,0.0,1.0 +1981,3,6,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,1.70,0.60,92,99800,0,0,304,0,0,0,0,0,0,0,310,7.20,10,10,6.4,370,9,999999999,11,0.0000,0,88,0.000,0.3,1.0 +1981,3,6,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,1.70,1.10,96,99800,0,0,305,0,0,0,0,0,0,0,310,6.20,10,10,8.0,820,9,999999999,11,0.0000,0,88,0.000,0.3,1.0 +1981,3,6,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,2.20,1.10,92,99800,0,0,307,0,0,0,0,0,0,0,320,5.20,10,10,8.0,580,9,999999999,11,0.0000,0,88,0.000,0.0,1.0 +1981,3,7,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,2.20,1.10,92,99900,0,0,307,0,0,0,0,0,0,0,340,5.70,10,10,6.4,370,9,999999999,11,0.0000,0,88,0.000,0.0,1.0 +1981,3,7,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,1.70,1.10,96,99800,0,0,305,0,0,0,0,0,0,0,340,5.20,10,10,6.4,370,9,999999999,11,0.0000,0,88,0.000,0.3,1.0 +1981,3,7,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,1.70,1.10,96,99900,0,0,304,0,0,0,0,0,0,0,360,5.20,10,10,6.4,3660,9,999999999,11,0.0000,0,88,0.000,0.3,1.0 +1981,3,7,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,1.70,1.10,96,99900,0,0,304,0,0,0,0,0,0,0,340,5.20,10,10,8.0,370,9,999999999,11,0.0000,0,88,0.000,0.5,1.0 +1981,3,7,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,1.70,1.10,96,100000,0,0,304,0,0,0,0,0,0,0,340,6.20,10,10,8.0,400,9,999999999,11,0.0000,0,88,0.000,0.5,1.0 +1981,3,7,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,1.70,0.60,92,100000,0,0,304,0,0,0,0,0,0,0,350,6.70,10,10,8.0,400,9,999999999,11,0.0000,0,88,0.000,0.3,1.0 +1981,3,7,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,1.70,1.10,96,100100,81,1122,304,14,0,14,1600,0,1600,520,350,6.20,10,10,16.1,340,9,999999999,11,0.0000,0,88,0.000,0.8,1.0 +1981,3,7,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,1.70,1.10,96,100100,327,1389,303,55,1,55,6400,0,6400,2140,360,6.70,10,10,11.3,240,9,999999999,11,0.0000,0,88,0.000,0.3,1.0 +1981,3,7,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,1.70,1.10,96,100200,554,1389,303,96,1,96,11300,100,11300,4100,360,7.20,10,10,11.3,240,9,999999999,11,0.0000,0,88,0.000,0.5,1.0 +1981,3,7,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,1.70,1.10,96,100300,738,1389,303,143,1,142,16800,100,16700,6360,30,7.20,10,10,6.4,240,9,999999999,11,0.0000,0,88,0.000,0.5,1.0 +1981,3,7,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,2.20,1.10,92,100300,866,1389,305,170,1,169,20100,100,20100,7870,10,7.20,10,10,11.3,270,9,999999999,11,0.0000,0,88,0.000,0.8,1.0 +1981,3,7,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,2.20,1.10,92,100400,930,1389,305,207,0,207,24400,0,24400,9550,360,7.20,10,10,9.7,270,9,999999999,11,0.0000,0,88,0.000,0.3,1.0 +1981,3,7,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,3.30,1.70,89,100400,924,1389,310,176,1,175,21000,100,20900,8330,10,7.20,10,10,11.3,340,9,999999999,12,0.0000,0,88,0.000,0.0,1.0 +1981,3,7,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,2.20,1.70,96,100500,850,1389,306,176,0,176,20800,0,20800,8060,30,7.20,10,10,11.3,270,9,999999999,12,0.0000,0,88,0.000,0.3,1.0 +1981,3,7,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,2.80,1.70,92,100600,713,1389,308,147,1,146,17100,100,17100,6400,30,7.70,10,10,11.3,270,9,999999999,12,0.0000,0,88,0.000,0.3,1.0 +1981,3,7,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,2.20,1.70,96,100700,521,1389,306,101,0,101,11700,0,11700,4160,20,7.70,10,10,11.3,310,9,999999999,12,0.0000,0,88,0.000,0.0,1.0 +1981,3,7,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,2.20,1.70,96,100900,289,1389,306,44,1,44,5100,0,5100,1720,20,8.20,10,10,9.7,310,9,999999999,12,0.0000,0,88,0.000,0.3,1.0 +1981,3,7,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,2.20,1.70,96,101000,53,914,306,12,0,12,1400,0,1400,440,10,7.70,10,10,9.7,310,9,999999999,12,0.0000,0,88,0.000,0.0,1.0 +1981,3,7,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,2.20,1.70,96,101100,0,0,307,0,0,0,0,0,0,0,20,6.70,10,10,12.9,430,9,999999999,12,0.0000,0,88,0.000,0.0,1.0 +1981,3,7,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,2.80,1.10,89,101200,0,0,309,0,0,0,0,0,0,0,20,7.20,10,10,16.1,910,9,999999999,12,0.0000,0,88,0.000,0.0,1.0 +1981,3,7,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,2.20,1.10,92,101200,0,0,307,0,0,0,0,0,0,0,20,7.20,10,10,16.1,1070,9,999999999,12,0.0000,0,88,0.000,0.0,1.0 +1981,3,7,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,2.20,0.60,89,101300,0,0,307,0,0,0,0,0,0,0,20,7.20,10,10,19.3,1070,9,999999999,11,0.0000,0,88,0.000,0.0,1.0 +1981,3,7,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,2.20,-0.60,82,101400,0,0,306,0,0,0,0,0,0,0,20,6.70,10,10,17.7,1070,9,999999999,10,0.0000,0,88,0.000,0.0,1.0 +1981,3,7,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,2.20,-1.10,79,101400,0,0,306,0,0,0,0,0,0,0,30,6.20,10,10,19.3,1160,9,999999999,10,0.0000,0,88,0.000,0.0,1.0 +1981,3,8,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,2.20,-1.70,76,101500,0,0,306,0,0,0,0,0,0,0,20,5.20,10,10,19.3,1160,9,999999999,10,0.0000,0,88,0.000,0.0,1.0 +1981,3,8,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,2.20,-1.70,76,101500,0,0,306,0,0,0,0,0,0,0,30,5.20,10,10,19.3,1070,9,999999999,10,0.0000,0,88,0.000,0.0,1.0 +1981,3,8,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,1.70,-1.70,79,101500,0,0,303,0,0,0,0,0,0,0,20,5.20,10,10,19.3,1160,9,999999999,10,0.0000,0,88,0.000,0.0,1.0 +1981,3,8,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,1.70,-2.20,76,101500,0,0,303,0,0,0,0,0,0,0,30,6.20,10,10,19.3,1100,9,999999999,10,0.0000,0,88,0.000,0.0,1.0 +1981,3,8,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,1.70,-2.80,73,101600,0,0,303,0,0,0,0,0,0,0,40,6.20,10,10,19.3,1070,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1981,3,8,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,1.70,-3.30,70,101700,0,0,302,0,0,0,0,0,0,0,20,3.10,10,10,19.3,820,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1981,3,8,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,1.70,-2.80,73,101700,87,1168,302,24,0,24,2700,0,2700,810,20,5.20,10,10,19.3,1010,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1981,3,8,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,1.70,-3.90,67,101800,334,1388,302,98,0,98,10800,0,10800,3280,30,6.20,10,10,19.3,940,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1981,3,8,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,1.70,-3.90,67,101800,561,1388,301,189,0,189,21000,0,21000,6670,10,4.60,10,10,19.3,910,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1981,3,8,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,1.70,-3.90,67,101900,745,1388,301,248,1,247,27900,100,27900,9510,50,7.70,10,10,19.3,790,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1981,3,8,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,1.70,-3.90,67,101900,873,1388,301,327,1,327,36900,100,36900,12550,40,7.70,10,10,19.3,790,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1981,3,8,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,2.80,-3.90,62,101900,936,1388,306,350,1,350,39700,100,39700,13730,70,5.20,10,10,19.3,790,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1981,3,8,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,2.20,-3.90,64,101900,930,1388,303,307,1,307,35200,100,35100,12650,50,5.70,10,10,19.3,790,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1981,3,8,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,2.20,-4.40,62,101900,856,1388,303,316,0,316,35600,0,35600,12140,50,5.20,10,10,19.3,820,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1981,3,8,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,2.20,-3.30,67,101900,718,1388,304,247,0,247,27700,0,27700,9270,80,4.10,10,10,19.3,820,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1981,3,8,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,1.70,-3.30,70,101900,527,1388,302,169,0,169,18800,0,18800,5990,90,4.10,10,10,20.9,1010,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1981,3,8,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,1.70,-3.30,70,102000,294,1388,302,82,0,82,9100,0,9100,2740,120,3.10,10,10,24.1,1010,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1981,3,8,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,1.70,-3.30,70,102000,56,937,302,22,0,22,2500,0,2500,720,140,2.60,10,10,24.1,910,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1981,3,8,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,1.70,-3.30,70,102100,0,0,303,0,0,0,0,0,0,0,170,3.10,10,10,24.1,910,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1981,3,8,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,1.70,-2.80,73,102100,0,0,303,0,0,0,0,0,0,0,170,2.60,10,10,24.1,910,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1981,3,8,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,1.10,-2.80,76,102100,0,0,300,0,0,0,0,0,0,0,170,2.60,10,10,24.1,910,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1981,3,8,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,1.70,-2.80,73,102000,0,0,303,0,0,0,0,0,0,0,210,3.10,10,10,24.1,1070,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1981,3,8,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,1.70,-2.80,73,102000,0,0,303,0,0,0,0,0,0,0,240,4.10,10,10,24.1,1070,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1981,3,8,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,1.70,-2.80,73,102000,0,0,303,0,0,0,0,0,0,0,240,3.10,10,10,24.1,1070,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1981,3,9,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,1.70,-2.80,73,102000,0,0,303,0,0,0,0,0,0,0,310,3.10,10,10,24.1,1070,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1981,3,9,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,1.70,-3.90,67,102000,0,0,303,0,0,0,0,0,0,0,320,3.60,10,10,24.1,1070,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1981,3,9,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,1.70,-3.90,67,101900,0,0,303,0,0,0,0,0,0,0,310,4.10,10,10,24.1,1070,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1981,3,9,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,1.70,-4.40,64,101900,0,0,302,0,0,0,0,0,0,0,310,3.60,10,10,24.1,1070,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1981,3,9,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,1.70,-4.40,64,101900,0,0,302,0,0,0,0,0,0,0,330,3.60,10,10,24.1,1070,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1981,3,9,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,1.70,-4.40,64,101900,0,0,302,0,0,0,0,0,0,0,340,5.20,10,10,24.1,1070,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1981,3,9,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,1.10,-4.40,67,101900,93,1214,299,24,0,24,2700,0,2700,810,70,3.10,10,10,24.1,1160,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1981,3,9,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,2.80,-4.40,59,102000,341,1387,306,91,0,91,10200,0,10200,3160,310,1.50,10,10,24.1,1490,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1981,3,9,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,3.30,-4.40,57,101900,568,1387,308,176,0,176,19700,0,19700,6450,310,1.50,10,10,24.1,1490,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1981,3,9,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,3.90,-4.40,55,102000,752,1387,311,257,1,256,28900,100,28900,9790,290,2.60,10,10,24.1,1310,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1981,3,9,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,4.40,-3.90,55,101900,880,1387,313,296,1,295,33700,100,33600,11890,260,4.10,10,10,24.1,1070,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1981,3,9,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,5.00,-4.40,51,101900,943,1387,316,310,1,309,35500,100,35400,12810,290,3.60,10,10,24.1,1070,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1981,3,9,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,6.10,-3.30,51,101800,937,1387,321,339,2,338,38600,200,38400,13470,270,3.60,10,10,24.1,940,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1981,3,9,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,6.70,-2.80,51,101700,862,1387,316,367,82,316,40300,8400,35100,10070,250,2.60,10,9,24.1,1370,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1981,3,9,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,7.80,-1.70,52,101700,724,1387,330,107,0,107,12800,0,12800,4990,270,5.70,10,10,24.1,1680,9,999999999,10,0.0000,0,88,0.000,0.0,1.0 +1981,3,9,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,7.20,-1.70,54,101700,532,1387,327,107,5,105,12400,300,12300,4330,270,4.60,10,10,24.1,1250,9,999999999,10,0.0000,0,88,0.000,0.0,1.0 +1981,3,9,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,7.20,-0.60,58,101700,300,1387,328,59,1,59,6800,0,6700,2200,280,4.60,10,10,24.1,1400,9,999999999,11,0.0000,0,88,0.000,0.0,1.0 +1981,3,9,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,6.10,0.60,68,101700,60,983,324,13,0,13,1500,0,1500,480,290,4.60,10,10,24.1,1400,9,999999999,11,0.0000,0,88,0.000,0.0,1.0 +1981,3,9,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,5.60,0.00,68,101700,0,0,321,0,0,0,0,0,0,0,290,5.20,10,10,24.1,2740,9,999999999,11,0.0000,0,88,0.000,0.0,1.0 +1981,3,9,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,5.00,0.00,70,101700,0,0,319,0,0,0,0,0,0,0,280,5.70,10,10,24.1,1400,9,999999999,11,0.0000,0,88,0.000,0.0,1.0 +1981,3,9,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,4.40,-0.60,70,101700,0,0,316,0,0,0,0,0,0,0,290,5.20,10,10,24.1,1400,9,999999999,11,0.0000,0,88,0.000,0.0,1.0 +1981,3,9,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,3.90,-0.60,73,101700,0,0,314,0,0,0,0,0,0,0,280,5.20,10,10,24.1,1310,9,999999999,11,0.0000,0,88,0.000,0.0,1.0 +1981,3,9,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,3.90,0.00,76,101700,0,0,314,0,0,0,0,0,0,0,290,4.60,10,10,24.1,1310,9,999999999,11,0.0000,0,88,0.000,0.0,1.0 +1981,3,9,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,3.30,0.00,79,101600,0,0,312,0,0,0,0,0,0,0,310,4.60,10,10,20.9,1400,9,999999999,11,0.0000,0,88,0.000,0.0,1.0 +1981,3,10,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,3.30,-0.60,76,101600,0,0,311,0,0,0,0,0,0,0,270,4.10,10,10,20.9,790,9,999999999,11,0.0000,0,88,0.000,0.0,1.0 +1981,3,10,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,3.30,-0.60,76,101600,0,0,311,0,0,0,0,0,0,0,280,4.10,10,10,20.9,1070,9,999999999,11,0.0000,0,88,0.000,0.0,1.0 +1981,3,10,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,2.80,-0.60,79,101500,0,0,309,0,0,0,0,0,0,0,310,3.60,10,10,20.9,1100,9,999999999,11,0.0000,0,88,0.000,0.0,1.0 +1981,3,10,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,2.80,-0.60,79,101500,0,0,309,0,0,0,0,0,0,0,310,4.10,10,10,20.9,1100,9,999999999,11,0.0000,0,88,0.000,0.0,1.0 +1981,3,10,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,2.80,-1.70,73,101500,0,0,308,0,0,0,0,0,0,0,300,4.60,10,10,20.9,1100,9,999999999,10,0.0000,0,88,0.000,0.0,1.0 +1981,3,10,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,2.80,-1.70,73,101500,0,0,308,0,0,0,0,0,0,0,300,5.20,10,10,24.1,1520,9,999999999,10,0.0000,0,88,0.000,0.0,1.0 +1981,3,10,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,2.20,-1.70,76,101500,99,1236,305,21,1,21,2400,0,2400,740,310,4.10,10,10,24.1,1520,9,999999999,10,0.0000,0,88,0.000,0.0,1.0 +1981,3,10,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,3.90,-1.70,67,101500,349,1386,257,184,470,68,19100,39000,9300,1230,300,4.10,4,3,24.1,77777,9,999999999,10,0.0000,0,88,0.000,0.0,1.0 +1981,3,10,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,3.90,-2.80,62,101500,576,1386,303,223,61,199,24600,6000,22100,5420,300,5.20,10,9,24.1,2440,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1981,3,10,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,5.60,-4.40,49,101500,759,1386,319,229,14,222,26200,1200,25600,9000,310,6.70,10,10,24.1,3050,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1981,3,10,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,6.10,-3.90,49,101400,886,1386,321,286,7,282,32800,600,32400,11620,310,6.70,10,10,24.1,3050,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1981,3,10,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,7.80,-4.40,42,101400,949,1386,329,319,12,311,36600,1100,35800,12920,310,7.20,10,10,24.1,1310,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1981,3,10,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,6.70,-5.60,42,101300,943,1386,314,348,104,277,38300,11000,30800,8180,310,6.70,9,9,24.1,1400,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1981,3,10,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,7.20,-5.60,40,101300,868,1386,325,237,9,232,27500,800,27000,10050,300,6.20,10,10,24.1,1490,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1981,3,10,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,7.20,-5.60,40,101300,730,1386,326,165,3,164,19300,200,19100,7090,310,5.70,10,10,24.1,1490,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1981,3,10,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,6.70,-5.60,42,101300,538,1386,323,167,4,165,18600,300,18500,5990,310,4.60,10,10,24.1,1980,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1981,3,10,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,6.10,-5.00,45,101300,305,1386,321,78,7,77,8800,300,8700,2680,280,5.20,10,10,24.1,1980,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1981,3,10,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,6.10,-5.00,45,101300,63,1005,321,15,0,15,1700,0,1700,540,280,4.60,10,10,24.1,1980,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1981,3,10,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,6.10,-4.40,47,101400,0,0,322,0,0,0,0,0,0,0,300,5.20,10,10,24.1,2130,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1981,3,10,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,5.60,-3.30,53,101400,0,0,320,0,0,0,0,0,0,0,320,5.20,10,10,24.1,1680,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1981,3,10,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,5.00,-2.80,58,101400,0,0,302,0,0,0,0,0,0,0,310,3.60,9,8,24.1,2130,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1981,3,10,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,3.90,-2.80,62,101500,0,0,260,0,0,0,0,0,0,0,300,3.60,4,3,24.1,77777,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1981,3,10,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,2.80,-2.80,67,101400,0,0,248,0,0,0,0,0,0,0,310,3.10,2,2,24.1,77777,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1981,3,10,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,2.80,-2.20,70,101400,0,0,264,0,0,0,0,0,0,0,290,3.60,4,4,24.1,77777,9,999999999,10,0.0000,0,88,0.000,0.0,1.0 +1981,3,11,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,2.20,-2.80,70,101400,0,0,261,0,0,0,0,0,0,0,260,3.60,4,4,24.1,77777,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1981,3,11,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,1.70,-2.80,73,101300,0,0,229,0,0,0,0,0,0,0,250,3.10,0,0,24.1,77777,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1981,3,11,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,1.70,-2.80,73,101300,0,0,229,0,0,0,0,0,0,0,290,3.60,0,0,24.1,77777,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1981,3,11,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,1.70,-2.80,73,101200,0,0,228,0,0,0,0,0,0,0,280,5.70,0,0,24.1,77777,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1981,3,11,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,1.70,-3.30,70,101200,0,0,226,0,0,0,0,0,0,0,290,5.20,0,0,24.1,77777,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1981,3,11,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,1.70,-2.80,73,101200,0,0,226,0,0,0,0,0,0,0,280,6.20,0,0,24.1,77777,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1981,3,11,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,2.20,-2.80,70,101200,106,1282,242,35,33,31,3700,1700,3500,640,270,5.70,8,2,20.9,77777,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1981,3,11,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,2.80,-2.80,67,101200,356,1386,283,129,66,112,14100,5800,12600,2790,280,6.70,10,7,16.1,6100,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1981,3,11,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,3.90,-2.80,62,101200,583,1386,279,252,160,186,27500,15900,20800,4410,280,6.70,10,6,16.1,6100,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1981,3,11,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,5.60,-4.40,49,101100,766,1386,318,217,2,215,24800,200,24700,8860,290,5.20,10,10,19.3,1830,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1981,3,11,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,5.60,-4.40,49,101100,893,1386,318,270,30,251,29800,3000,27800,8640,290,6.20,10,10,19.3,1830,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1981,3,11,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,5.60,-3.90,51,101000,956,1386,319,245,3,243,28700,300,28500,10940,260,7.20,10,10,19.3,1830,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1981,3,11,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,5.00,-3.30,55,101000,949,1386,316,252,6,248,29400,500,29100,11070,280,6.70,10,10,11.3,1160,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1981,3,11,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,5.00,-0.60,68,100800,874,1386,317,277,8,272,31700,700,31300,11250,210,2.10,10,10,19.3,3050,9,999999999,11,0.0000,0,88,0.000,0.0,1.0 +1981,3,11,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,5.60,-3.90,51,100800,735,1386,319,192,4,189,22000,300,21800,7910,240,4.60,10,10,19.3,1680,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1981,3,11,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,5.60,-5.00,47,100700,543,1386,319,135,0,135,15400,0,15400,5270,280,4.60,10,10,19.3,1680,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1981,3,11,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,5.60,-5.60,45,100700,310,1386,319,64,2,64,7300,100,7300,2370,300,5.70,10,10,19.3,1490,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1981,3,11,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,5.00,-5.00,49,100800,67,1028,258,18,19,16,1900,900,1900,330,300,5.20,4,3,24.1,77777,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1981,3,11,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,5.00,-5.00,49,100800,0,0,250,0,0,0,0,0,0,0,270,5.70,2,2,24.1,77777,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1981,3,11,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,4.40,-5.00,51,100800,0,0,249,0,0,0,0,0,0,0,280,4.60,2,2,24.1,77777,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1981,3,11,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,2.80,-2.80,67,100900,0,0,278,0,0,0,0,0,0,0,320,5.70,6,6,24.1,1400,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1981,3,11,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,2.80,-3.30,65,100900,0,0,293,0,0,0,0,0,0,0,320,5.70,8,8,24.1,2130,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1981,3,11,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,2.20,-3.90,64,100800,0,0,275,0,0,0,0,0,0,0,330,6.20,6,6,24.1,2130,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1981,3,11,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,1.10,-4.40,67,100800,0,0,233,0,0,0,0,0,0,0,320,5.20,1,1,24.1,77777,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1981,3,12,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,0.00,-5.00,69,100800,0,0,228,0,0,0,0,0,0,0,320,6.20,1,1,24.1,77777,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1981,3,12,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,0.00,-5.60,67,100800,0,0,219,0,0,0,0,0,0,0,310,5.70,0,0,24.1,77777,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1981,3,12,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-0.60,-6.10,66,100900,0,0,216,0,0,0,0,0,0,0,320,6.70,0,0,24.1,77777,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1981,3,12,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-0.60,-6.10,66,100900,0,0,215,0,0,0,0,0,0,0,320,5.70,0,0,24.1,77777,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1981,3,12,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-1.10,-6.10,69,100900,0,0,220,0,0,0,0,0,0,0,300,5.70,1,1,24.1,77777,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1981,3,12,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-0.60,-6.10,66,101000,0,0,291,0,0,0,0,0,0,0,310,6.20,10,10,24.1,1310,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1981,3,12,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,0.00,-6.70,61,101000,113,1327,293,28,4,28,3200,0,3200,930,310,5.20,10,10,24.1,1680,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +1981,3,12,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,1.10,-6.70,57,101000,364,1385,298,100,0,100,11200,0,11200,3480,290,5.70,10,10,24.1,1830,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +1981,3,12,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,2.20,-7.20,50,101000,590,1385,294,217,82,183,23900,8000,20500,5170,320,4.60,10,9,24.1,1830,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +1981,3,12,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,3.30,-7.80,44,101000,773,1385,272,471,537,173,50700,54700,20100,3850,300,4.10,6,6,24.1,1830,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +1981,3,12,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,4.40,-7.20,43,100900,900,1385,276,527,400,269,57300,42800,29400,7120,290,6.20,6,6,24.1,1520,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +1981,3,12,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,4.40,-7.20,43,100900,962,1385,303,460,213,313,50500,22500,34800,9420,300,6.20,9,9,24.1,1520,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +1981,3,12,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,4.40,-6.70,45,100800,955,1385,312,299,2,297,34400,200,34200,12600,280,6.20,10,10,24.1,1310,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +1981,3,12,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,4.40,-5.60,49,100700,880,1385,304,383,79,333,42100,8100,36900,10670,260,5.70,9,9,24.1,1310,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1981,3,12,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,5.00,-6.70,43,100700,741,1385,315,186,3,185,21500,200,21400,7820,270,6.70,10,10,24.1,1520,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +1981,3,12,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,5.60,-6.10,43,100600,548,1385,301,153,79,122,17000,7800,13900,2850,260,6.20,9,8,24.1,1400,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1981,3,12,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,4.40,-7.20,43,100600,316,1385,252,148,392,60,15300,31400,8100,1080,260,5.70,3,3,24.1,77777,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +1981,3,12,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,3.90,-8.30,41,100600,71,1050,224,38,197,17,3200,9600,2500,310,270,5.20,0,0,24.1,77777,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +1981,3,12,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,3.90,-7.80,43,100600,0,0,226,0,0,0,0,0,0,0,280,3.60,0,0,24.1,77777,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +1981,3,12,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,3.30,-7.80,44,100700,0,0,267,0,0,0,0,0,0,0,300,2.60,5,5,24.1,77777,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +1981,3,12,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,3.90,-8.30,41,100700,0,0,294,0,0,0,0,0,0,0,300,3.60,9,8,24.1,2440,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +1981,3,12,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,3.30,-3.90,60,100700,0,0,310,0,0,0,0,0,0,0,190,4.10,10,10,24.1,1980,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1981,3,12,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,3.30,-4.40,57,100600,0,0,310,0,0,0,0,0,0,0,180,3.10,10,10,24.1,1160,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1981,3,12,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,2.80,-5.60,55,100500,0,0,307,0,0,0,0,0,0,0,190,4.10,10,10,24.1,1520,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1981,3,13,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,2.80,-5.00,57,100500,0,0,284,0,0,0,0,0,0,0,180,4.60,7,7,24.1,1830,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1981,3,13,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,2.20,-4.40,62,100500,0,0,297,0,0,0,0,0,0,0,210,5.70,9,9,24.1,1520,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1981,3,13,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,2.20,-3.30,67,100400,0,0,297,0,0,0,0,0,0,0,230,6.20,10,9,24.1,2440,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1981,3,13,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,1.70,-2.80,73,100300,0,0,242,0,0,0,0,0,0,0,220,7.20,2,2,24.1,77777,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1981,3,13,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,2.20,-2.80,70,100200,0,0,282,0,0,0,0,0,0,0,230,7.20,7,7,24.1,2440,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1981,3,13,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,1.70,-2.80,73,100200,0,0,271,0,0,0,0,0,0,0,270,3.10,6,6,24.1,2440,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1981,3,13,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,1.70,-2.20,76,100300,120,1349,287,42,103,32,4400,4700,4000,580,240,3.60,8,8,24.1,1830,9,999999999,10,0.0000,0,88,0.000,0.0,1.0 +1981,3,13,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,3.90,-2.20,65,100300,371,1384,256,169,382,68,18300,32600,9600,1230,240,5.20,4,3,24.1,77777,9,999999999,10,0.0000,0,88,0.000,0.0,1.0 +1981,3,13,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,6.10,-2.20,56,100300,597,1384,238,404,822,54,43100,78800,9000,1300,240,4.10,0,0,24.1,77777,9,999999999,10,0.0000,0,88,0.000,0.0,1.0 +1981,3,13,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,8.90,-1.10,50,100300,780,1384,249,565,895,66,60000,88200,10100,1650,240,6.20,0,0,24.1,77777,9,999999999,10,0.0000,0,88,0.000,0.0,1.0 +1981,3,13,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,10.60,-1.10,45,100200,907,1384,255,674,905,85,70800,90000,11700,2090,260,4.10,2,0,24.1,77777,9,999999999,10,0.0000,0,88,0.000,0.0,1.0 +1981,3,13,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,11.70,-2.80,37,100100,968,1384,264,686,885,71,72500,88400,10400,2070,240,5.20,1,1,24.1,77777,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1981,3,13,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,12.80,-3.90,31,100100,961,1384,276,633,736,124,67000,73900,15500,3270,260,8.20,2,2,24.1,77777,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1981,3,13,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,11.70,-5.60,30,100100,885,1384,347,267,8,262,30700,700,30300,11070,280,8.80,10,10,24.1,1980,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1981,3,13,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,12.80,-4.40,30,100000,746,1384,315,246,104,191,27300,10800,21500,4900,250,7.20,6,6,24.1,1980,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1981,3,13,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,11.70,-5.00,31,99900,554,1384,319,242,198,163,26400,19500,18600,3820,250,7.70,7,7,24.1,1980,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1981,3,13,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,11.10,-5.60,31,100000,321,1384,326,101,94,80,11100,7800,9300,1740,260,7.20,8,8,24.1,1830,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1981,3,13,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,10.60,-2.80,39,100000,75,1073,343,21,3,21,2400,0,2400,720,360,6.70,10,10,24.1,2130,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1981,3,13,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,8.90,-1.70,48,100100,0,0,328,0,0,0,0,0,0,0,290,6.20,10,9,24.1,2440,9,999999999,10,0.0000,0,88,0.000,0.0,1.0 +1981,3,13,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,8.90,-2.20,46,100100,0,0,328,0,0,0,0,0,0,0,330,4.60,10,9,24.1,2440,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1981,3,13,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,5.60,1.10,73,100100,0,0,322,0,0,0,0,0,0,0,100,5.20,10,10,24.1,1830,9,999999999,11,0.0000,0,88,0.000,0.0,1.0 +1981,3,13,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,4.40,1.70,82,100100,0,0,317,0,0,0,0,0,0,0,100,2.60,10,10,24.1,1830,9,999999999,12,0.0000,0,88,0.000,0.0,1.0 +1981,3,13,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,4.40,1.10,79,100000,0,0,317,0,0,0,0,0,0,0,110,2.60,10,10,24.1,1830,9,999999999,11,0.0000,0,88,0.000,0.0,1.0 +1981,3,13,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,4.40,1.70,82,100000,0,0,317,0,0,0,0,0,0,0,130,2.10,10,10,24.1,1160,9,999999999,12,0.0000,0,88,0.000,0.0,1.0 +1981,3,14,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,5.00,0.60,73,100000,0,0,319,0,0,0,0,0,0,0,360,2.10,10,10,24.1,1160,9,999999999,11,0.0000,0,88,0.000,0.0,1.0 +1981,3,14,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,3.90,0.60,79,99900,0,0,314,0,0,0,0,0,0,0,310,5.20,10,10,19.3,820,9,999999999,11,0.0000,0,88,0.000,0.0,1.0 +1981,3,14,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,3.90,0.00,76,99800,0,0,314,0,0,0,0,0,0,0,300,7.20,10,10,24.1,1160,9,999999999,11,0.0000,0,88,0.000,0.0,1.0 +1981,3,14,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,3.30,-2.20,67,99800,0,0,310,0,0,0,0,0,0,0,300,7.20,10,10,24.1,1680,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1981,3,14,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,2.80,-5.60,55,99800,0,0,306,0,0,0,0,0,0,0,300,8.20,10,10,24.1,1830,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1981,3,14,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,1.70,-8.90,46,99800,0,12,292,0,0,0,0,0,0,0,280,7.70,9,9,24.1,1830,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +1981,3,14,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,0.60,-9.40,48,99800,127,1383,287,22,6,22,2600,0,2600,780,300,7.20,9,9,24.1,4270,9,999999999,6,0.0000,0,88,0.000,0.0,1.0 +1981,3,14,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,0.00,-10.00,47,99800,379,1383,250,139,148,100,15400,13100,11800,2210,290,7.70,6,5,24.1,7620,9,999999999,6,0.0000,0,88,0.000,0.0,1.0 +1981,3,14,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,1.70,-10.00,42,99800,604,1383,211,382,650,102,40400,62800,12900,2060,290,7.20,1,0,24.1,77777,9,999999999,6,0.0000,0,88,0.000,0.0,1.0 +1981,3,14,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,2.20,-10.60,39,99700,787,1383,247,558,682,174,58100,67300,19700,3800,320,7.20,4,4,24.1,77777,9,999999999,6,0.0000,0,88,0.000,0.0,1.0 +1981,3,14,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,2.20,-11.10,37,99600,913,1383,274,653,557,288,68300,57300,30300,7660,300,9.80,7,7,24.1,1490,9,999999999,6,0.0000,0,88,0.000,0.0,1.0 +1981,3,14,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,0.00,-11.10,43,99600,975,1383,256,509,345,268,55900,37200,29600,7610,290,9.80,6,6,24.1,1490,9,999999999,6,0.0000,0,88,0.000,0.0,1.0 +1981,3,14,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,0.60,-12.20,38,99600,967,1383,258,587,434,285,61900,44900,30400,8100,310,8.80,6,6,24.1,1490,9,999999999,5,0.0000,0,88,0.000,0.0,1.0 +1981,3,14,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,0.00,-12.80,38,99600,891,1383,273,338,146,244,37400,15400,27400,6900,310,10.30,8,8,24.1,1490,9,999999999,5,0.0000,0,88,0.000,0.0,1.0 +1981,3,14,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,0.00,-13.30,36,99600,752,1383,264,347,220,228,38100,22800,25600,5870,310,11.30,7,7,24.1,1520,9,999999999,5,0.0000,0,88,0.000,0.0,1.0 +1981,3,14,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-1.10,-14.40,36,99700,559,1383,260,239,145,181,26000,14300,20200,4250,310,11.30,7,7,24.1,1490,9,999999999,5,0.0000,0,88,0.000,0.0,1.0 +1981,3,14,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-1.10,-16.10,31,99700,326,1383,206,160,425,61,16600,34500,8400,1110,320,11.30,1,1,24.1,77777,9,999999999,4,0.0000,0,88,0.000,0.0,1.0 +1981,3,14,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-1.10,-19.40,24,99800,78,1095,214,22,42,18,2300,1700,2200,300,320,11.30,2,2,24.1,77777,9,999999999,4,0.0000,0,88,0.000,0.0,1.0 +1981,3,14,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-1.70,-18.90,26,99900,0,0,213,0,0,0,0,0,0,0,320,11.30,3,2,24.1,77777,9,999999999,4,0.0000,0,88,0.000,0.0,1.0 +1981,3,14,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-2.80,-18.30,29,100000,0,0,211,0,0,0,0,0,0,0,320,11.80,3,2,24.1,77777,9,999999999,4,0.0000,0,88,0.000,0.0,1.0 +1981,3,14,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-3.90,-17.80,33,100100,0,0,192,0,0,0,0,0,0,0,320,12.40,0,0,24.1,77777,9,999999999,4,0.0000,0,88,0.000,0.0,1.0 +1981,3,14,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-3.90,-16.70,37,100100,0,0,193,0,0,0,0,0,0,0,320,11.80,0,0,24.1,77777,9,999999999,4,0.0000,0,88,0.000,0.0,1.0 +1981,3,14,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-4.40,-16.10,40,100100,0,0,193,0,0,0,0,0,0,0,320,10.30,0,0,24.1,77777,9,999999999,5,0.0000,0,88,0.000,0.0,1.0 +1981,3,14,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-3.90,-16.10,38,100000,0,0,195,0,0,0,0,0,0,0,310,12.40,0,0,24.1,77777,9,999999999,4,0.0000,0,88,0.000,0.0,1.0 +1981,3,15,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-3.90,-15.60,40,100100,0,0,195,0,0,0,0,0,0,0,290,11.80,0,0,24.1,77777,9,999999999,5,0.0000,0,88,0.000,0.0,1.0 +1981,3,15,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-3.90,-15.00,42,100100,0,0,195,0,0,0,0,0,0,0,290,8.80,0,0,24.1,77777,9,999999999,5,0.0000,0,88,0.000,0.0,1.0 +1981,3,15,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-3.30,-13.90,44,100000,0,0,197,0,0,0,0,0,0,0,300,8.80,0,0,24.1,77777,9,999999999,5,0.0000,0,88,0.000,0.0,1.0 +1981,3,15,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-3.30,-12.20,51,100000,0,0,198,0,0,0,0,0,0,0,270,7.70,0,0,24.1,77777,9,999999999,6,0.0000,0,88,0.000,0.0,1.0 +1981,3,15,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-2.80,-10.60,55,100100,0,0,201,0,0,0,0,0,0,0,280,6.20,0,0,24.1,77777,9,999999999,6,0.0000,0,88,0.000,0.0,1.0 +1981,3,15,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-2.20,-8.90,61,100100,0,58,204,0,0,0,0,0,0,0,260,6.20,0,0,24.1,77777,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +1981,3,15,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-2.80,-8.30,66,100100,134,1383,202,49,234,26,5000,12900,3700,460,240,5.70,0,0,24.1,77777,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +1981,3,15,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,1.10,-6.70,57,100100,386,1383,215,217,602,53,22700,52700,8000,1030,260,5.70,0,0,24.1,77777,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +1981,3,15,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,3.30,-6.70,48,100100,612,1383,221,407,765,73,43300,74000,10500,1550,280,6.20,0,0,24.1,77777,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +1981,3,15,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,5.60,-6.70,41,100000,794,1383,228,571,848,88,61300,84700,12600,2080,280,6.20,0,0,24.1,77777,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +1981,3,15,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,7.20,-6.70,37,100000,920,1383,233,686,889,98,71700,88300,12700,2230,270,7.20,0,0,24.1,77777,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +1981,3,15,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,8.30,-6.70,34,99900,981,1383,236,743,908,103,77600,90500,13200,2500,280,5.70,0,0,24.1,77777,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +1981,3,15,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,10.60,-6.10,31,99800,973,1383,245,733,902,102,76500,89900,13100,2460,280,6.20,0,0,24.1,77777,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1981,3,15,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,11.70,-6.10,29,99700,897,1383,249,667,884,97,69700,87700,12600,2150,270,6.70,0,0,24.1,77777,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1981,3,15,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,11.70,-7.20,26,99700,757,1383,248,544,822,96,57400,81300,12700,2120,270,6.70,2,0,24.1,77777,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +1981,3,15,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,11.70,-6.10,29,99600,564,1383,251,373,706,88,39600,67500,11900,1770,270,7.20,4,0,24.1,77777,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1981,3,15,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,11.10,-6.10,30,99600,331,1383,260,170,420,71,18100,34200,9900,1290,240,7.20,7,1,24.1,77777,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1981,3,15,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,9.40,-5.60,35,99500,82,1141,300,23,18,21,2500,1100,2400,520,230,4.10,8,6,24.1,7620,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1981,3,15,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,8.30,-4.40,41,99500,0,0,315,0,0,0,0,0,0,0,230,6.70,10,8,24.1,6100,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1981,3,15,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,7.80,-4.40,42,99500,0,0,321,0,0,0,0,0,0,0,220,7.70,10,9,24.1,6100,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1981,3,15,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,7.80,-5.00,40,99500,0,0,304,0,0,0,0,0,0,0,230,7.70,10,7,24.1,6100,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1981,3,15,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,7.80,-5.00,40,99500,0,0,263,0,0,0,0,0,0,0,230,7.20,6,2,24.1,77777,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1981,3,15,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,6.70,-5.60,42,99400,0,0,250,0,0,0,0,0,0,0,230,7.20,4,1,24.1,77777,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1981,3,15,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,5.60,-5.60,45,99400,0,0,238,0,0,0,0,0,0,0,220,6.20,1,0,24.1,77777,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1981,3,16,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,5.00,-6.10,45,99400,0,0,235,0,0,0,0,0,0,0,240,5.70,0,0,24.1,77777,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1981,3,16,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,5.00,-5.60,47,99300,0,0,235,0,0,0,0,0,0,0,240,6.70,0,0,24.1,77777,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1981,3,16,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,5.00,-5.00,49,99200,0,0,235,0,0,0,0,0,0,0,220,4.10,0,0,24.1,77777,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1981,3,16,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,4.40,-5.00,51,99100,0,0,232,0,0,0,0,0,0,0,240,4.10,0,0,24.1,77777,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1981,3,16,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,3.90,-4.40,55,99100,0,0,239,0,0,0,0,0,0,0,210,3.60,6,1,24.1,77777,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1981,3,16,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,3.90,-3.90,57,99100,1,104,263,0,0,0,0,0,0,0,250,3.60,10,4,24.1,77777,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1981,3,16,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,4.40,-3.90,55,99100,142,1382,297,31,10,30,3400,600,3300,740,230,4.10,10,8,24.1,5490,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1981,3,16,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,6.70,-3.90,47,99100,393,1382,324,89,6,87,10100,300,10000,3290,240,4.10,10,10,24.1,5490,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1981,3,16,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,8.30,-4.40,41,99100,619,1382,331,118,8,114,13800,500,13500,4940,260,4.60,10,10,19.3,5490,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1981,3,16,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,9.40,-2.20,44,99100,801,1382,337,238,7,234,27300,600,26900,9660,260,4.60,10,10,16.1,4570,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1981,3,16,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,10.00,-1.70,44,99100,926,1382,340,263,7,258,30500,600,30100,11250,280,4.60,10,10,16.1,3660,9,999999999,10,0.0000,0,88,0.000,0.0,1.0 +1981,3,16,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,11.10,-1.10,43,99000,987,1382,345,309,7,304,35700,600,35300,13060,280,3.10,10,10,16.1,3050,9,999999999,10,0.0000,0,88,0.000,0.0,1.0 +1981,3,16,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,9.40,0.60,54,99000,979,1382,338,289,3,288,33600,300,33400,12530,360,5.20,10,10,19.3,1160,9,999999999,11,0.0000,0,88,0.000,0.0,1.0 +1981,3,16,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,7.80,-1.70,52,99000,902,1382,330,247,3,245,28700,300,28500,10690,360,7.70,10,10,19.3,1160,9,999999999,10,0.0000,0,88,0.000,0.0,1.0 +1981,3,16,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,7.20,-3.90,46,99000,763,1382,326,141,3,139,16700,200,16600,6360,360,8.80,10,10,19.3,1160,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1981,3,16,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,5.60,-6.70,41,99100,569,1382,318,152,1,151,17200,100,17200,5860,320,5.70,10,10,19.3,1280,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +1981,3,16,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,4.40,-7.20,43,99100,336,1382,312,87,0,87,9700,0,9700,3050,320,7.70,10,10,16.1,730,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +1981,3,16,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,1.10,-3.30,73,99200,86,1163,299,24,0,24,2700,0,2700,810,360,9.80,10,10,4.0,730,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1981,3,16,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,1.10,-5.60,62,99200,0,0,299,0,0,0,0,0,0,0,340,7.20,10,10,6.4,760,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1981,3,16,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,0.60,-10.00,45,99200,0,0,296,0,0,0,0,0,0,0,330,7.20,10,10,16.1,2440,9,999999999,6,0.0000,0,88,0.000,0.0,1.0 +1981,3,16,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-0.60,-11.70,43,99200,0,0,290,0,0,0,0,0,0,0,340,9.30,10,10,16.1,2440,9,999999999,6,0.0000,0,88,0.000,0.0,1.0 +1981,3,16,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-1.10,-12.20,43,99100,0,0,288,0,0,0,0,0,0,0,340,8.80,10,10,16.1,1400,9,999999999,5,0.0000,0,88,0.000,0.0,1.0 +1981,3,16,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-1.70,-12.80,43,99200,0,0,285,0,0,0,0,0,0,0,350,9.80,10,10,16.1,1490,9,999999999,5,0.0000,0,88,0.000,0.0,1.0 +1981,3,16,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-2.80,-13.90,43,99100,0,0,281,0,0,0,0,0,0,0,330,9.80,10,10,16.1,1980,9,999999999,5,0.0000,0,88,0.000,0.0,1.0 +1981,3,17,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-3.90,-14.40,44,99100,0,0,276,0,0,0,0,0,0,0,330,9.30,10,10,24.1,2440,9,999999999,5,0.0000,0,88,0.000,0.0,1.0 +1981,3,17,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-4.40,-14.40,46,99000,0,0,274,0,0,0,0,0,0,0,330,10.30,10,10,24.1,2440,9,999999999,5,0.0000,0,88,0.000,0.0,1.0 +1981,3,17,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-5.00,-13.90,50,99000,0,0,271,0,0,0,0,0,0,0,320,10.30,10,10,24.1,2740,9,999999999,5,0.0000,0,88,0.000,0.0,1.0 +1981,3,17,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-6.10,-15.00,50,98900,0,0,259,0,0,0,0,0,0,0,320,11.30,10,9,24.1,3050,9,999999999,5,0.0000,0,88,0.000,0.0,1.0 +1981,3,17,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-6.70,-16.10,47,98900,0,0,191,0,0,0,0,0,0,0,310,8.20,6,1,24.1,77777,9,999999999,4,0.0000,0,88,0.000,0.0,1.0 +1981,3,17,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-6.70,-16.70,45,98800,1,127,182,2,0,1,0,0,0,0,320,9.80,3,0,24.1,77777,9,999999999,4,0.0000,0,88,0.000,0.0,1.0 +1981,3,17,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-6.70,-17.20,43,98800,149,1381,180,60,342,26,6500,20000,4300,470,310,9.80,3,0,24.1,77777,9,999999999,4,0.0000,0,88,0.000,0.0,1.0 +1981,3,17,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-4.40,-16.70,38,98700,401,1381,186,242,650,57,25200,57300,8500,1090,310,11.30,6,0,24.1,77777,9,999999999,4,0.0000,0,88,0.000,0.0,1.0 +1981,3,17,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-3.30,-16.70,35,98700,626,1381,189,444,751,108,46900,72900,13800,2200,310,11.80,9,0,24.1,77777,9,999999999,4,0.0000,0,88,0.000,0.0,1.0 +1981,3,17,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-1.70,-16.70,31,98700,808,1381,192,604,837,118,62900,82700,14400,2530,300,11.30,8,0,24.1,77777,9,999999999,4,0.0000,0,88,0.000,0.0,1.0 +1981,3,17,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,0.60,-18.90,22,98400,933,1381,196,725,911,114,77400,91600,15300,2970,320,11.80,5,0,24.1,77777,9,999999999,4,0.0000,0,88,0.000,0.0,1.0 +1981,3,17,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,2.20,-17.20,22,98400,993,1381,203,779,951,99,81400,94900,12900,2520,310,11.30,3,0,24.1,77777,9,999999999,4,0.0000,0,88,0.000,0.0,1.0 +1981,3,17,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,3.30,-16.10,23,98300,985,1381,207,769,976,77,81000,97500,11200,2220,300,11.80,0,0,24.1,77777,9,999999999,4,0.0000,0,88,0.000,0.0,1.0 +1981,3,17,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,4.40,-15.00,23,98200,908,1381,212,699,958,72,73600,95400,10800,1950,300,12.40,0,0,24.1,77777,9,999999999,5,0.0000,0,88,0.000,0.0,1.0 +1981,3,17,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,5.00,-15.00,22,98200,768,1381,215,572,918,64,60500,90400,10000,1610,290,11.30,0,0,24.1,77777,9,999999999,5,0.0000,0,88,0.000,0.0,1.0 +1981,3,17,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,5.00,-15.60,21,98200,574,1381,215,400,842,52,42500,80300,9000,1250,300,10.80,0,0,24.1,77777,9,999999999,5,0.0000,0,88,0.000,0.0,1.0 +1981,3,17,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,4.40,-15.00,23,98200,341,1381,215,203,681,37,21700,58600,7200,850,290,10.30,0,0,24.1,77777,9,999999999,5,0.0000,0,88,0.000,0.0,1.0 +1981,3,17,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,3.90,-15.00,24,98300,91,1185,214,46,263,19,4200,13500,3100,350,310,7.70,0,0,24.1,77777,9,999999999,5,0.0000,0,88,0.000,0.0,1.0 +1981,3,17,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,2.80,-13.90,28,98400,0,0,213,0,0,0,0,0,0,0,290,5.70,0,0,24.1,77777,9,999999999,5,0.0000,0,88,0.000,0.0,1.0 +1981,3,17,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,1.70,-10.00,42,98400,0,0,216,0,0,0,0,0,0,0,270,6.20,0,0,24.1,77777,9,999999999,6,0.0000,0,88,0.000,0.0,1.0 +1981,3,17,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,1.70,-8.30,48,98400,0,0,252,0,0,0,0,0,0,0,300,9.30,4,4,24.1,77777,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +1981,3,17,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-2.20,-11.10,51,98600,0,0,220,0,0,0,0,0,0,0,290,10.80,2,2,24.1,77777,9,999999999,6,0.0000,0,88,0.000,0.0,1.0 +1981,3,17,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-3.30,-12.80,48,98600,0,0,199,0,0,0,0,0,0,0,280,10.80,0,0,24.1,77777,9,999999999,5,0.0000,0,88,0.000,0.0,1.0 +1981,3,17,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-4.40,-16.10,40,98700,0,0,193,0,0,0,0,0,0,0,280,10.30,0,0,24.1,77777,9,999999999,4,0.0000,0,88,0.000,0.0,1.0 +1981,3,18,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-5.00,-15.60,44,98800,0,0,191,0,0,0,0,0,0,0,270,12.90,0,0,24.1,77777,9,999999999,5,0.0000,0,88,0.000,0.0,1.0 +1981,3,18,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-6.10,-15.00,50,98800,0,0,188,0,0,0,0,0,0,0,280,10.80,0,0,24.1,77777,9,999999999,5,0.0000,0,88,0.000,0.0,1.0 +1981,3,18,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-6.10,-14.40,52,98800,0,0,188,0,0,0,0,0,0,0,270,11.80,0,0,24.1,77777,9,999999999,5,0.0000,0,88,0.000,0.0,1.0 +1981,3,18,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-6.70,-14.40,54,98900,0,0,186,0,0,0,0,0,0,0,270,12.40,0,0,24.1,77777,9,999999999,5,0.0000,0,88,0.000,0.0,1.0 +1981,3,18,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-6.70,-14.40,54,98900,0,0,185,0,0,0,0,0,0,0,270,13.40,0,0,24.1,77777,9,999999999,5,0.0000,0,88,0.000,0.0,1.0 +1981,3,18,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-6.10,-14.40,52,99000,2,173,186,1,0,1,0,0,0,0,270,12.40,0,0,24.1,77777,9,999999999,5,0.0000,0,88,0.000,0.0,1.0 +1981,3,18,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-5.60,-13.90,52,99100,156,1380,187,52,167,34,5500,9300,4500,600,270,12.90,0,0,24.1,77777,9,999999999,5,0.0000,0,88,0.000,0.0,1.0 +1981,3,18,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-4.40,-14.40,46,99200,408,1380,189,222,520,72,23400,45700,9800,1340,270,12.40,0,0,24.1,77777,9,999999999,5,0.0000,0,88,0.000,0.0,1.0 +1981,3,18,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-2.80,-15.00,39,99200,633,1380,192,415,693,101,44100,67600,13000,2090,270,13.90,0,0,24.1,77777,9,999999999,5,0.0000,0,88,0.000,0.0,1.0 +1981,3,18,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-1.70,-15.60,34,99200,814,1380,194,580,781,122,62100,78900,15400,2910,290,11.80,0,0,24.1,77777,9,999999999,5,0.0000,0,88,0.000,0.0,1.0 +1981,3,18,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,0.00,-15.00,32,99200,939,1380,199,695,828,136,72900,82600,16400,3350,270,10.30,0,0,24.1,77777,9,999999999,5,0.0000,0,88,0.000,0.0,1.0 +1981,3,18,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,0.60,-15.00,30,99200,999,1380,200,752,848,142,79100,85000,17400,3840,270,11.30,0,0,24.1,77777,9,999999999,5,0.0000,0,88,0.000,0.0,1.0 +1981,3,18,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,1.70,-14.40,29,99200,990,1380,204,745,845,141,78100,84600,17200,3760,290,11.80,0,0,24.1,77777,9,999999999,5,0.0000,0,88,0.000,0.0,1.0 +1981,3,18,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,2.80,-13.90,28,99100,913,1380,209,673,820,133,70300,81700,16000,3170,280,9.30,0,0,24.1,77777,9,999999999,5,0.0000,0,88,0.000,0.0,1.0 +1981,3,18,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,2.80,-15.00,26,99200,773,1380,208,544,765,118,58100,76800,14900,2710,300,10.30,0,0,24.1,77777,9,999999999,5,0.0000,0,88,0.000,0.0,1.0 +1981,3,18,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,2.20,-14.40,28,99200,580,1380,208,370,661,94,39000,63500,12300,1890,280,11.30,0,0,24.1,77777,9,999999999,5,0.0000,0,88,0.000,0.0,1.0 +1981,3,18,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,1.70,-15.00,28,99400,346,1380,207,177,456,64,18400,37900,8800,1170,270,10.30,0,0,24.1,77777,9,999999999,5,0.0000,0,88,0.000,0.0,1.0 +1981,3,18,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,1.10,-15.00,29,99500,95,1208,206,35,85,26,3500,3600,3200,460,290,9.30,0,0,24.1,77777,9,999999999,5,0.0000,0,88,0.000,0.0,1.0 +1981,3,18,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,0.60,-15.00,30,99500,0,0,206,0,0,0,0,0,0,0,280,9.30,0,0,24.1,77777,9,999999999,5,0.0000,0,88,0.000,0.0,1.0 +1981,3,18,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-0.60,-14.40,35,99600,0,0,204,0,0,0,0,0,0,0,280,8.20,0,0,24.1,77777,9,999999999,5,0.0000,0,88,0.000,0.0,1.0 +1981,3,18,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-1.10,-14.40,36,99700,0,0,203,0,0,0,0,0,0,0,280,6.70,0,0,24.1,77777,9,999999999,5,0.0000,0,88,0.000,0.0,1.0 +1981,3,18,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-1.70,-14.40,37,99700,0,0,202,0,0,0,0,0,0,0,280,6.70,0,0,24.1,77777,9,999999999,5,0.0000,0,88,0.000,0.0,1.0 +1981,3,18,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-2.80,-13.90,43,99700,0,0,200,0,0,0,0,0,0,0,300,5.20,0,0,24.1,77777,9,999999999,5,0.0000,0,88,0.000,0.0,1.0 +1981,3,18,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-3.30,-13.90,44,99700,0,0,198,0,0,0,0,0,0,0,290,5.70,0,0,24.1,77777,9,999999999,5,0.0000,0,88,0.000,0.0,1.0 +1981,3,19,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-3.90,-13.90,46,99600,0,0,196,0,0,0,0,0,0,0,310,4.10,0,0,24.1,77777,9,999999999,5,0.0000,0,88,0.000,0.0,1.0 +1981,3,19,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-4.40,-13.90,48,99600,0,0,195,0,0,0,0,0,0,0,300,5.20,0,0,24.1,77777,9,999999999,5,0.0000,0,88,0.000,0.0,1.0 +1981,3,19,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-5.60,-13.90,52,99500,0,0,191,0,0,0,0,0,0,0,310,4.60,0,0,24.1,77777,9,999999999,5,0.0000,0,88,0.000,0.0,1.0 +1981,3,19,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-5.60,-13.90,52,99600,0,0,190,0,0,0,0,0,0,0,310,4.10,0,0,24.1,77777,9,999999999,5,0.0000,0,88,0.000,0.0,1.0 +1981,3,19,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-6.10,-13.90,55,99600,0,0,187,0,0,0,0,0,0,0,320,4.10,2,0,24.1,77777,9,999999999,5,0.0000,0,88,0.000,0.0,1.0 +1981,3,19,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-6.10,-14.40,52,99500,3,218,186,1,0,1,0,0,0,0,320,5.70,0,0,24.1,77777,9,999999999,5,0.0000,0,88,0.000,0.0,1.0 +1981,3,19,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-5.60,-13.90,52,99500,164,1379,187,55,167,37,5900,9500,4800,660,320,5.20,0,0,24.1,77777,9,999999999,5,0.0000,0,88,0.000,0.0,1.0 +1981,3,19,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-3.90,-13.30,48,99500,416,1379,191,226,511,75,23700,45100,10100,1400,290,5.20,0,0,24.1,77777,9,999999999,5,0.0000,0,88,0.000,0.0,1.0 +1981,3,19,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-2.20,-12.80,45,99500,640,1379,196,418,683,105,44400,66700,13300,2180,340,6.20,0,0,24.1,77777,9,999999999,5,0.0000,0,88,0.000,0.0,1.0 +1981,3,19,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-1.70,-12.80,43,99400,821,1379,197,584,772,127,62400,77900,15900,3040,320,4.10,0,0,24.1,77777,9,999999999,5,0.0000,0,88,0.000,0.0,1.0 +1981,3,19,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,0.00,-12.80,38,99400,946,1379,201,699,818,141,72900,81600,16800,3470,40,4.10,0,0,24.1,77777,9,999999999,5,0.0000,0,88,0.000,0.0,1.0 +1981,3,19,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,1.70,-12.20,35,99300,1005,1379,207,756,839,148,79100,83900,17800,3990,280,3.10,0,0,24.1,77777,9,999999999,5,0.0000,0,88,0.000,0.0,1.0 +1981,3,19,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,0.00,-10.00,47,99300,996,1379,205,745,832,147,77900,83200,17600,3910,120,6.20,0,0,24.1,77777,9,999999999,6,0.0000,0,88,0.000,0.0,1.0 +1981,3,19,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,0.60,-8.90,50,99300,919,1379,209,675,775,161,71700,78500,19300,4230,90,5.70,3,0,24.1,77777,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +1981,3,19,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,0.60,-8.90,50,99400,778,1379,235,485,523,191,51700,53300,21500,4310,90,6.70,4,3,24.1,77777,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +1981,3,19,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,0.60,-7.20,56,99400,585,1379,237,343,506,130,36600,49200,15700,2560,90,7.70,3,3,24.1,77777,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +1981,3,19,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,0.00,-8.30,54,99400,351,1379,227,159,317,80,16900,26400,10100,1470,130,5.70,2,2,24.1,77777,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +1981,3,19,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-1.10,-7.80,61,99400,99,1230,240,32,47,28,3500,2400,3300,580,140,7.20,4,4,24.1,77777,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +1981,3,19,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-1.70,-8.30,61,99500,0,0,223,0,0,0,0,0,0,0,130,6.20,2,2,24.1,77777,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +1981,3,19,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-1.10,-7.80,61,99500,0,0,226,0,0,0,0,0,0,0,150,6.20,2,2,24.1,77777,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +1981,3,19,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-3.30,-7.20,75,99600,0,0,258,0,0,0,0,0,0,0,150,5.20,7,7,24.1,1520,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +1981,3,19,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-2.20,-7.80,66,99600,0,0,231,0,0,0,0,0,0,0,170,3.60,3,3,24.1,77777,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +1981,3,19,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-2.20,-7.80,66,99600,0,0,224,0,0,0,0,0,0,0,180,3.10,2,2,24.1,77777,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +1981,3,19,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-2.20,-6.70,72,99600,0,0,263,0,0,0,0,0,0,0,170,3.10,7,7,24.1,2440,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +1981,3,20,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-2.20,-7.20,69,99500,0,0,285,0,0,0,0,0,0,0,170,3.60,10,10,24.1,2440,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +1981,3,20,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-2.20,-6.70,72,99500,0,0,285,0,0,0,0,0,0,0,180,1.00,10,10,24.1,2440,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +1981,3,20,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-2.20,-7.20,69,99400,0,0,216,0,0,0,0,0,0,0,220,1.50,1,1,24.1,77777,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +1981,3,20,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-2.80,-7.80,69,99500,0,0,205,0,0,0,0,0,0,0,300,3.60,0,0,24.1,77777,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +1981,3,20,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-3.30,-7.80,72,99500,0,0,203,0,0,0,0,0,0,0,320,2.10,0,0,24.1,77777,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +1981,3,20,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-3.30,-7.20,75,99500,4,264,203,2,0,1,0,0,0,0,300,2.60,0,0,19.3,77777,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +1981,3,20,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-1.70,-6.10,72,99600,171,1379,208,64,223,38,6900,13000,5300,680,310,2.10,3,0,14.5,77777,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1981,3,20,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-0.60,-6.10,66,99600,423,1379,226,221,467,80,23000,41300,10300,1480,360,2.10,3,2,14.5,77777,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1981,3,20,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,1.70,-6.70,54,99600,647,1379,241,368,489,141,39600,48600,16800,2870,170,2.10,5,3,14.5,77777,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +1981,3,20,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,1.10,-7.20,54,99600,828,1379,289,292,74,248,32200,7500,27700,8110,130,3.10,10,9,16.1,6100,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +1981,3,20,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,2.20,-8.90,44,99600,952,1379,293,301,35,277,33200,3600,30700,9910,90,2.10,10,9,16.1,6100,9,999999999,6,0.0000,0,88,0.000,0.0,1.0 +1981,3,20,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,3.30,-9.40,39,99600,1011,1379,288,501,216,343,54900,22900,38100,10920,130,4.10,9,8,16.1,6100,9,999999999,6,0.0000,0,88,0.000,0.0,1.0 +1981,3,20,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,3.30,-8.30,43,99600,1002,1379,280,563,400,274,60000,41500,29700,8200,60,6.20,9,7,16.1,6100,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +1981,3,20,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,2.20,-5.60,57,99600,924,1379,294,357,59,317,39200,6000,35200,10770,60,6.70,10,9,16.1,6100,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1981,3,20,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,1.70,-2.80,73,99700,783,1379,302,218,4,215,25000,300,24800,9010,60,7.70,10,10,16.1,2440,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1981,3,20,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,1.70,-2.80,73,99700,590,1379,302,107,7,104,12600,500,12400,4500,60,7.20,10,10,19.3,3050,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1981,3,20,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,1.10,-3.30,73,99700,356,1379,291,85,6,83,9600,300,9500,3040,60,4.10,10,9,19.3,6100,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1981,3,20,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,0.60,-4.40,70,99800,103,1252,274,36,16,34,3900,1000,3800,780,360,5.20,10,7,19.3,6100,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1981,3,20,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,0.00,-4.40,72,99800,0,0,287,0,0,0,0,0,0,0,360,4.10,10,9,19.3,6100,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1981,3,20,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-0.60,-3.90,78,99800,0,0,292,0,0,0,0,0,0,0,350,3.60,10,10,19.3,6100,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1981,3,20,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,0.00,-3.90,75,99800,0,0,295,0,0,0,0,0,0,0,350,3.60,10,10,19.3,6100,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1981,3,20,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,0.60,-3.90,72,99900,0,0,290,0,0,0,0,0,0,0,340,2.10,10,9,19.3,4270,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1981,3,20,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,0.00,-3.90,75,99900,0,0,295,0,0,0,0,0,0,0,320,4.10,10,10,19.3,4270,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1981,3,20,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-0.60,-2.80,85,99900,0,0,293,0,0,0,0,0,0,0,300,4.60,10,10,4.8,610,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1981,3,21,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,0.00,-2.80,82,99900,0,0,296,0,0,0,0,0,0,0,300,5.70,10,10,6.4,2440,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1981,3,21,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,0.00,-2.80,82,99800,0,0,296,0,0,0,0,0,0,0,290,6.20,10,10,6.4,2440,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1981,3,21,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-0.60,-2.80,85,99800,0,0,293,0,0,0,0,0,0,0,290,5.70,10,10,4.8,2130,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1981,3,21,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-0.60,-2.20,89,99800,0,0,293,0,0,0,0,0,0,0,300,4.60,10,10,4.8,1160,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1981,3,21,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-0.60,-2.20,89,99900,0,0,293,0,0,0,0,0,0,0,300,5.20,10,10,6.4,1070,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1981,3,21,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-1.10,-2.20,92,99900,5,287,290,3,0,3,0,0,0,0,310,5.20,10,10,4.8,340,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1981,3,21,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-0.60,-1.70,92,100000,179,1378,292,35,2,35,4000,0,4000,1240,300,6.20,10,10,6.4,910,9,999999999,10,0.0000,0,88,0.000,0.0,1.0 +1981,3,21,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,0.00,-1.10,92,100000,430,1378,295,101,1,101,11500,100,11500,3820,310,6.20,10,10,3.2,910,9,999999999,10,0.0000,0,88,0.000,0.0,1.0 +1981,3,21,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,0.60,-0.60,92,100000,654,1378,298,149,7,145,17200,500,16900,6130,310,5.70,10,10,2.4,910,9,999999999,10,0.0000,0,88,0.000,0.0,1.0 +1981,3,21,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,1.70,0.60,92,100100,834,1378,303,271,7,266,30800,600,30400,10810,350,5.70,10,10,2.4,910,9,999999999,11,0.0000,0,88,0.000,0.3,1.0 +1981,3,21,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,2.20,1.10,92,100200,958,1378,305,177,4,174,21300,300,21000,8440,20,5.70,10,10,6.4,430,9,999999999,11,0.0000,0,88,0.000,0.0,1.0 +1981,3,21,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,2.80,1.10,89,100300,1017,1378,308,188,6,183,22600,500,22300,9000,30,6.20,10,10,6.4,430,9,999999999,12,0.0000,0,88,0.000,0.0,1.0 +1981,3,21,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,2.20,0.60,89,100300,1007,1378,305,192,4,189,23100,300,22900,9210,10,7.20,10,10,8.0,430,9,999999999,11,0.0000,0,88,0.000,0.0,1.0 +1981,3,21,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,3.90,0.60,79,100400,929,1378,313,345,1,344,39100,100,39000,13590,360,7.70,10,10,11.3,520,9,999999999,11,0.0000,0,88,0.000,0.0,1.0 +1981,3,21,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,3.90,0.00,76,100500,788,1378,313,255,1,254,28900,100,28900,10110,360,7.70,10,10,24.1,1070,9,999999999,11,0.0000,0,88,0.000,0.0,1.0 +1981,3,21,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,5.00,-1.70,62,100700,595,1378,317,191,1,191,21400,100,21400,7020,10,5.20,10,10,24.1,1310,9,999999999,10,0.0000,0,88,0.000,0.0,1.0 +1981,3,21,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,4.40,-2.20,62,100800,361,1378,314,100,1,99,11100,100,11100,3450,20,5.20,10,10,24.1,1400,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1981,3,21,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,3.30,-1.10,73,101000,108,1274,310,30,0,30,3300,0,3300,980,40,6.70,10,10,24.1,1520,9,999999999,10,0.0000,0,88,0.000,0.0,1.0 +1981,3,21,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,3.30,-1.10,73,101100,0,0,310,0,0,0,0,0,0,0,30,4.10,10,10,24.1,1830,9,999999999,10,0.0000,0,88,0.000,0.0,1.0 +1981,3,21,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,3.30,-1.70,70,101300,0,0,310,0,0,0,0,0,0,0,360,6.70,10,10,24.1,1980,9,999999999,10,0.0000,0,88,0.000,0.0,1.0 +1981,3,21,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,2.80,-2.80,67,101400,0,0,308,0,0,0,0,0,0,0,360,6.70,10,10,24.1,1980,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1981,3,21,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,3.30,-2.80,65,101500,0,0,303,0,0,0,0,0,0,0,360,5.70,10,9,24.1,1980,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1981,3,21,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,3.30,-3.30,62,101600,0,0,310,0,0,0,0,0,0,0,360,6.20,10,10,24.1,1160,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1981,3,21,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,2.80,-3.90,62,101700,0,0,308,0,0,0,0,0,0,0,360,5.20,10,10,24.1,1160,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1981,3,22,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,2.80,-5.00,57,101800,0,0,307,0,0,0,0,0,0,0,20,6.20,10,10,24.1,1160,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1981,3,22,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,2.20,-4.40,61,101800,0,0,305,0,0,0,0,0,0,0,20,5.70,10,10,24.1,1250,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1981,3,22,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,2.20,-5.60,57,101900,0,0,304,0,0,0,0,0,0,0,10,4.10,10,10,24.1,1250,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1981,3,22,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,1.70,-7.20,52,101900,0,0,253,0,0,0,0,0,0,0,350,4.60,4,4,24.1,77777,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +1981,3,22,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,1.10,-7.20,54,102000,0,0,218,0,0,0,0,0,0,0,340,4.60,0,0,24.1,77777,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +1981,3,22,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,0.60,-7.20,56,102100,7,333,216,3,0,3,0,0,0,0,340,4.60,3,0,24.1,77777,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +1981,3,22,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,1.70,-7.20,52,102200,186,1377,218,66,156,46,7100,9300,5800,850,350,6.70,3,0,24.1,77777,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +1981,3,22,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,3.30,-7.20,46,102200,437,1377,222,234,483,83,24400,43100,10600,1540,30,6.20,0,0,24.1,77777,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +1981,3,22,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,5.00,-6.70,43,102200,661,1377,227,424,642,119,44700,62800,14400,2460,40,6.20,1,0,24.1,77777,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +1981,3,22,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,5.60,-6.70,41,102300,841,1377,238,565,696,144,60100,70100,17200,3470,60,5.20,1,1,24.1,77777,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +1981,3,22,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,5.00,-5.00,49,102300,964,1377,229,700,776,159,74800,79000,19300,4490,70,7.20,1,0,24.1,77777,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1981,3,22,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,5.60,-5.00,47,102300,1023,1377,231,729,761,166,78200,77700,20300,5150,90,7.20,1,0,24.1,77777,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1981,3,22,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,5.00,-3.90,53,102200,1013,1377,231,745,790,165,79700,80700,20200,5030,90,7.70,1,0,24.1,77777,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1981,3,22,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,5.60,-5.00,47,102200,935,1377,231,687,726,196,72000,72900,22400,5140,110,6.70,6,0,24.1,77777,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1981,3,22,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,5.00,-4.40,51,102100,793,1377,231,561,670,176,58200,66200,19900,3890,110,6.70,6,0,24.1,77777,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1981,3,22,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,4.40,-3.90,55,102100,599,1377,231,372,611,108,39000,58800,13300,2160,130,6.20,0,0,24.1,77777,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1981,3,22,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,3.90,-4.40,55,102100,366,1377,229,183,418,73,19600,35500,10200,1320,130,5.70,0,0,24.1,77777,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1981,3,22,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,3.30,-4.40,57,102100,112,1320,229,38,75,30,3900,3300,3600,540,130,5.20,1,0,24.1,77777,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1981,3,22,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,2.80,-5.00,57,102100,0,0,227,0,0,0,0,0,0,0,160,4.60,0,0,24.1,77777,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1981,3,22,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,2.20,-5.00,59,102200,0,0,226,0,0,0,0,0,0,0,180,4.10,0,0,24.1,77777,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1981,3,22,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,2.20,-5.00,59,102200,0,0,227,0,0,0,0,0,0,0,210,0.50,0,0,24.1,77777,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1981,3,22,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,2.20,-3.90,64,102100,0,0,229,0,0,0,0,0,0,0,220,5.70,0,0,24.1,77777,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1981,3,22,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,1.70,-3.30,70,102100,0,0,229,0,0,0,0,0,0,0,240,3.10,3,0,24.1,77777,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1981,3,22,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,1.70,-3.90,67,102000,0,0,228,0,0,0,0,0,0,0,250,4.60,8,0,24.1,77777,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1981,3,23,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,1.10,-3.30,73,102000,0,0,227,0,0,0,0,0,0,0,230,5.20,10,0,24.1,77777,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1981,3,23,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,0.60,-3.90,72,101900,0,0,224,0,0,0,0,0,0,0,250,6.20,10,0,24.1,77777,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1981,3,23,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,1.10,-4.40,67,101900,0,0,239,0,0,0,0,0,0,0,250,4.10,10,2,24.1,77777,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1981,3,23,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,1.10,-4.40,67,101900,0,0,269,0,0,0,0,0,0,0,280,4.10,10,6,24.1,7620,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1981,3,23,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,0.60,-3.90,72,101900,0,0,267,0,0,0,0,0,0,0,310,2.60,10,6,24.1,7620,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1981,3,23,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,0.00,-4.40,72,101900,9,378,294,2,0,2,0,0,0,0,260,1.50,10,10,19.3,4570,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1981,3,23,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,0.00,-3.90,75,101800,194,1376,294,25,1,25,3000,0,3000,960,0,0.00,10,10,19.3,3660,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1981,3,23,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,2.20,-2.80,70,101800,445,1376,304,117,2,116,13100,100,13100,4290,160,2.10,10,10,19.3,3660,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1981,3,23,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,4.40,-3.90,55,101800,668,1376,305,258,49,234,28300,4900,25900,6720,20,3.10,10,9,19.3,7620,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1981,3,23,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,5.60,-2.20,58,101800,848,1376,286,439,216,308,47900,22600,33900,8460,150,4.60,10,6,19.3,7620,9,999999999,10,0.0000,0,88,0.000,0.0,1.0 +1981,3,23,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,5.00,-2.80,58,101800,971,1376,283,446,215,295,49200,22800,33100,9010,130,5.70,10,6,19.3,7620,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1981,3,23,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,5.60,-2.20,58,101700,1029,1376,286,644,443,314,67800,46000,33400,9970,140,5.20,10,6,20.9,7620,9,999999999,10,0.0000,0,88,0.000,0.0,1.0 +1981,3,23,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,5.60,-3.30,53,101700,1018,1376,285,657,499,290,69800,51800,31400,8980,110,5.20,10,6,20.9,7620,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1981,3,23,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,5.00,-3.90,53,101600,940,1376,291,357,94,293,39400,9600,32800,10280,100,5.70,10,7,20.9,7620,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1981,3,23,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,5.00,-3.30,55,101500,798,1376,291,440,325,252,47300,34400,27300,6200,110,6.20,10,7,20.9,7620,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1981,3,23,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,4.40,-1.70,65,101500,604,1376,290,281,224,184,30800,22500,20900,4410,120,6.20,10,7,20.9,7620,9,999999999,10,0.0000,0,88,0.000,0.0,1.0 +1981,3,23,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,3.30,-0.60,76,101500,371,1376,264,151,210,95,16100,18200,11200,1840,110,5.20,10,4,19.3,77777,9,999999999,11,0.0000,0,88,0.000,0.0,1.0 +1981,3,23,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,2.20,0.00,85,101400,117,1342,247,42,21,40,4600,1300,4500,900,100,3.10,9,2,19.3,77777,9,999999999,11,0.0000,0,88,0.000,0.0,1.0 +1981,3,23,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,1.70,0.00,89,101400,0,0,246,0,0,0,0,0,0,0,100,3.60,6,2,19.3,77777,9,999999999,11,0.0000,0,88,0.000,0.0,1.0 +1981,3,23,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,1.10,0.60,96,101400,0,0,239,0,0,0,0,0,0,0,120,2.60,5,1,16.1,77777,9,999999999,11,0.0000,0,88,0.000,0.0,1.0 +1981,3,23,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,1.10,-0.60,89,101400,0,0,245,0,0,0,0,0,0,0,110,2.10,8,2,12.9,77777,9,999999999,11,0.0000,0,88,0.000,0.0,1.0 +1981,3,23,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,1.70,-2.80,73,101400,0,0,237,0,0,0,0,0,0,0,190,1.50,6,1,12.9,77777,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1981,3,23,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,1.10,-3.90,70,101400,0,0,226,0,0,0,0,0,0,0,220,2.10,2,0,16.1,77777,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1981,3,23,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,1.10,-3.90,70,101300,0,0,226,0,0,0,0,0,0,0,240,1.50,2,0,16.1,77777,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1981,3,24,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,1.70,-5.00,62,101300,0,0,226,0,0,0,0,0,0,0,300,2.10,0,0,24.1,77777,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1981,3,24,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,1.10,-5.60,62,101200,0,0,223,0,0,0,0,0,0,0,300,2.10,0,0,19.3,77777,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1981,3,24,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,0.60,-5.00,67,101200,0,0,221,0,0,0,0,0,0,0,250,1.00,0,0,19.3,77777,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1981,3,24,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,1.10,-5.60,62,101100,0,0,221,0,0,0,0,0,0,0,300,2.60,0,0,19.3,77777,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1981,3,24,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,0.60,-5.00,67,101100,0,0,220,0,0,0,0,0,0,0,300,2.10,0,0,19.3,77777,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1981,3,24,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,0.00,-4.40,72,101100,11,424,217,7,0,4,0,0,0,0,300,2.60,0,0,16.1,77777,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1981,3,24,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,1.10,-2.80,76,101100,201,1375,223,92,444,30,9600,31600,5000,570,20,2.10,0,0,9.7,77777,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1981,3,24,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,2.20,-2.20,73,101100,452,1375,226,280,720,48,30200,66300,8300,1040,360,3.10,0,0,8.0,77777,9,999999999,10,0.0000,0,88,0.000,0.0,1.0 +1981,3,24,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,4.40,-2.20,62,101100,675,1375,233,473,841,64,50100,81800,9900,1490,360,2.10,0,0,9.7,77777,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1981,3,24,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,5.00,-2.20,60,101100,854,1375,234,629,896,76,66200,88900,10900,1890,90,4.10,0,0,16.1,77777,9,999999999,10,0.0000,0,88,0.000,0.0,1.0 +1981,3,24,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,5.60,-3.30,53,101200,977,1375,234,744,935,84,78100,93300,11700,2310,90,4.60,0,0,20.9,77777,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1981,3,24,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,7.20,-3.90,46,101100,1035,1375,246,765,897,93,79900,89700,12300,2660,120,4.60,1,1,24.1,77777,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1981,3,24,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,9.40,-3.90,39,101100,1024,1375,254,737,879,85,77200,87900,11600,2490,140,5.20,1,1,24.1,77777,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1981,3,24,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,7.20,-4.40,44,101100,945,1375,255,679,828,112,72500,83400,15000,3000,120,5.20,2,2,24.1,77777,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1981,3,24,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,6.70,-3.90,47,101100,803,1375,263,559,715,144,59100,71600,17100,3330,140,5.70,3,3,24.1,77777,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1981,3,24,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,5.00,0.00,70,101200,609,1375,279,401,628,125,41600,60200,14900,2450,120,5.20,5,5,24.1,77777,9,999999999,11,0.0000,0,88,0.000,0.0,1.0 +1981,3,24,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,4.40,0.00,73,101000,376,1375,285,186,338,94,19400,28900,11500,1750,120,5.20,7,6,24.1,2740,9,999999999,11,0.0000,0,88,0.000,0.0,1.0 +1981,3,24,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,3.30,0.00,79,101200,121,1364,273,36,38,32,3900,2000,3700,670,120,3.60,6,5,24.1,3050,9,999999999,11,0.0000,0,88,0.000,0.0,1.0 +1981,3,24,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,3.90,-1.70,67,101300,0,0,274,0,0,0,0,0,0,0,120,2.10,6,5,24.1,2740,9,999999999,10,0.0000,0,88,0.000,0.0,1.0 +1981,3,24,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,3.30,0.60,82,101300,0,0,268,0,0,0,0,0,0,0,130,2.10,5,4,24.1,77777,9,999999999,11,0.0000,0,88,0.000,0.0,1.0 +1981,3,24,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,4.40,-1.10,68,101300,0,0,278,0,0,0,0,0,0,0,200,2.60,6,5,24.1,2440,9,999999999,10,0.0000,0,88,0.000,0.0,1.0 +1981,3,24,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,5.00,-3.90,53,101300,0,0,302,0,0,0,0,0,0,0,240,3.10,8,8,24.1,1680,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1981,3,24,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,4.40,-3.30,57,101300,0,0,300,0,0,0,0,0,0,0,220,3.60,8,8,24.1,2440,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1981,3,24,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,5.00,-3.30,55,101300,0,0,302,0,0,0,0,0,0,0,260,3.60,8,8,24.1,2440,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1981,3,25,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,4.40,-3.90,55,101300,0,0,292,0,0,0,0,0,0,0,280,3.60,7,7,24.1,2740,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1981,3,25,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,4.40,-3.30,57,101300,0,0,292,0,0,0,0,0,0,0,300,4.10,7,7,24.1,1680,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1981,3,25,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,3.30,-2.20,67,101300,0,0,310,0,0,0,0,0,0,0,300,4.60,10,10,24.1,1520,9,999999999,10,0.0000,0,88,0.000,0.0,1.0 +1981,3,25,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,2.80,-2.20,70,101400,0,0,308,0,0,0,0,0,0,0,310,3.10,10,10,24.1,1520,9,999999999,10,0.0000,0,88,0.000,0.0,1.0 +1981,3,25,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,2.20,-2.20,73,101400,0,0,290,0,0,0,0,0,0,0,340,3.60,8,8,24.1,2440,9,999999999,10,0.0000,0,88,0.000,0.0,1.0 +1981,3,25,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,1.10,-1.70,82,101500,13,447,263,6,0,5,0,0,0,0,340,3.10,5,5,14.5,77777,9,999999999,10,0.0000,0,88,0.000,0.0,1.0 +1981,3,25,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,1.70,-1.70,79,101500,208,1375,280,76,65,67,8300,4400,7600,1420,340,2.60,7,7,14.5,3660,9,999999999,10,0.0000,0,88,0.000,0.0,1.0 +1981,3,25,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,4.40,-0.60,70,101600,459,1375,276,231,255,147,24400,23900,16400,3070,360,3.10,5,5,14.5,77777,9,999999999,10,0.0000,0,88,0.000,0.0,1.0 +1981,3,25,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,5.60,0.60,71,101700,682,1375,297,256,228,144,28300,23700,16500,3050,40,5.70,7,7,14.5,2440,9,999999999,11,0.0000,0,88,0.000,0.0,1.0 +1981,3,25,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,5.00,1.70,79,101700,861,1375,318,209,3,206,24300,200,24200,9200,70,5.70,10,10,14.5,460,9,999999999,12,0.0000,0,88,0.000,0.0,1.0 +1981,3,25,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,4.40,1.10,79,101800,983,1375,315,359,38,332,39600,3900,36800,11860,110,5.20,10,10,14.5,460,9,999999999,12,0.0000,0,88,0.000,0.0,1.0 +1981,3,25,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,2.80,1.70,92,101900,1040,1375,308,226,2,224,26900,200,26800,10710,60,6.70,10,10,8.0,210,9,999999999,12,0.0000,0,88,0.000,1.8,1.0 +1981,3,25,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,1.70,1.10,96,101900,1029,1375,303,189,10,181,22800,800,22300,8960,50,6.70,10,10,4.0,270,9,999999999,12,0.0000,0,88,0.000,0.0,1.0 +1981,3,25,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,1.70,0.60,92,102000,950,1375,303,155,6,151,18800,400,18500,7470,60,7.20,10,10,4.8,670,9,999999999,11,0.0000,0,88,0.000,0.0,1.0 +1981,3,25,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,2.20,0.00,85,102000,808,1375,305,240,8,236,27600,700,27200,9800,40,6.70,10,10,11.3,670,9,999999999,11,0.0000,0,88,0.000,0.0,1.0 +1981,3,25,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,2.20,-0.60,82,102100,614,1375,305,187,5,185,21100,400,20900,7030,60,6.20,10,10,16.1,730,9,999999999,11,0.0000,0,88,0.000,0.0,1.0 +1981,3,25,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,1.70,-1.10,82,102100,380,1375,303,107,1,106,11900,100,11800,3710,70,5.20,10,10,20.9,790,9,999999999,10,0.0000,0,88,0.000,0.0,1.0 +1981,3,25,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,1.70,-1.10,82,102200,126,1375,303,30,1,30,3400,0,3400,990,70,4.10,10,10,20.9,820,9,999999999,10,0.0000,0,88,0.000,0.0,1.0 +1981,3,25,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,1.70,-1.70,79,102200,0,11,303,0,0,0,0,0,0,0,80,3.60,10,10,20.9,820,9,999999999,10,0.0000,0,88,0.000,0.0,1.0 +1981,3,25,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,1.70,-1.70,79,102300,0,0,303,0,0,0,0,0,0,0,100,2.10,10,10,20.9,820,9,999999999,10,0.0000,0,88,0.000,0.0,1.0 +1981,3,25,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,1.70,-2.20,76,102300,0,0,303,0,0,0,0,0,0,0,110,2.10,10,10,20.9,760,9,999999999,10,0.0000,0,88,0.000,0.0,1.0 +1981,3,25,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,1.10,-2.20,79,102400,0,0,301,0,0,0,0,0,0,0,110,2.60,10,10,20.9,670,9,999999999,10,0.0000,0,88,0.000,0.0,1.0 +1981,3,25,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,1.10,-2.20,79,102400,0,0,251,0,0,0,0,0,0,0,110,2.10,3,3,20.9,77777,9,999999999,10,0.0000,0,88,0.000,0.0,1.0 +1981,3,25,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,1.10,-1.70,82,102400,0,0,244,0,0,0,0,0,0,0,200,2.10,2,2,24.1,77777,9,999999999,10,0.0000,0,88,0.000,0.0,1.0 +1981,3,26,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,0.00,-1.70,89,102400,0,0,226,0,0,0,0,0,0,0,240,3.60,0,0,20.9,77777,9,999999999,10,0.0000,0,88,0.000,0.0,1.0 +1981,3,26,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,0.00,-1.70,89,102400,0,0,226,0,0,0,0,0,0,0,240,3.10,0,0,20.9,77777,9,999999999,10,0.0000,0,88,0.000,0.0,1.0 +1981,3,26,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,0.00,-1.70,89,102300,0,0,225,0,0,0,0,0,0,0,250,5.70,0,0,24.1,77777,9,999999999,10,0.0000,0,88,0.000,0.0,1.0 +1981,3,26,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,1.10,-1.10,85,102400,0,0,301,0,0,0,0,0,0,0,250,3.60,10,10,24.1,460,9,999999999,10,0.0000,0,88,0.000,0.0,1.0 +1981,3,26,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,0.60,-1.10,89,102400,0,0,255,0,0,0,0,0,0,0,240,4.60,4,4,24.1,77777,9,999999999,10,0.0000,0,88,0.000,0.0,1.0 +1981,3,26,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,0.60,-1.10,89,102400,15,492,247,5,0,5,0,0,0,0,240,4.10,8,3,24.1,77777,9,999999999,10,0.0000,0,88,0.000,0.0,1.0 +1981,3,26,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,1.10,-0.60,89,102500,216,1374,242,63,57,54,6900,4000,6300,1150,240,3.60,8,2,14.5,77777,9,999999999,11,0.0000,0,88,0.000,0.0,1.0 +1981,3,26,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,2.20,0.00,85,102500,466,1374,246,231,292,134,24700,27500,15400,2740,240,4.10,8,2,11.3,77777,9,999999999,11,0.0000,0,88,0.000,0.0,1.0 +1981,3,26,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,5.00,0.00,70,102500,689,1374,247,422,446,200,44000,44600,21600,4310,230,2.60,10,1,12.9,77777,9,999999999,11,0.0000,0,88,0.000,0.0,1.0 +1981,3,26,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,6.10,0.60,68,102500,867,1374,243,599,564,246,63300,57900,26600,6170,220,4.10,10,0,16.1,77777,9,999999999,11,0.0000,0,88,0.000,0.0,1.0 +1981,3,26,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,9.40,0.60,54,102400,989,1374,255,722,648,258,77300,67300,28800,7570,220,2.60,7,0,19.3,77777,9,999999999,11,0.0000,0,88,0.000,0.0,1.0 +1981,3,26,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,9.40,0.00,52,102400,1046,1374,270,690,574,255,74600,59800,28900,8230,140,4.60,4,2,19.3,77777,9,999999999,11,0.0000,0,88,0.000,0.0,1.0 +1981,3,26,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,8.30,1.70,63,102200,1034,1374,277,692,521,302,73400,54100,32500,9670,120,6.70,4,3,19.3,77777,9,999999999,12,0.0000,0,88,0.000,0.0,1.0 +1981,3,26,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,8.90,1.10,59,102100,955,1374,279,623,497,279,65700,51400,29900,7850,120,6.70,4,3,19.3,77777,9,999999999,12,0.0000,0,88,0.000,0.0,1.0 +1981,3,26,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,8.90,1.10,59,102100,813,1374,263,519,519,214,55100,53100,23600,5030,110,6.20,8,1,19.3,77777,9,999999999,12,0.0000,0,88,0.000,0.0,1.0 +1981,3,26,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,10.60,1.10,52,102000,619,1374,287,338,349,181,36100,35500,20100,3940,130,3.60,8,3,20.9,77777,9,999999999,12,0.0000,0,88,0.000,0.0,1.0 +1981,3,26,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,10.60,0.60,50,102000,385,1374,279,170,224,108,18100,19700,12500,2140,200,8.20,8,2,24.1,77777,9,999999999,11,0.0000,0,88,0.000,0.0,1.0 +1981,3,26,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,7.80,1.10,63,102000,131,1374,262,35,30,32,3800,1900,3600,760,200,7.70,6,1,24.1,77777,9,999999999,12,0.0000,0,88,0.000,0.0,1.0 +1981,3,26,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,7.20,1.10,65,102100,0,34,253,0,0,0,0,0,0,0,200,8.20,3,0,24.1,77777,9,999999999,12,0.0000,0,88,0.000,0.0,1.0 +1981,3,26,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,6.10,1.10,71,102100,0,0,250,0,0,0,0,0,0,0,200,7.70,2,0,24.1,77777,9,999999999,12,0.0000,0,88,0.000,0.0,1.0 +1981,3,26,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,4.40,0.60,76,102100,0,0,244,0,0,0,0,0,0,0,200,6.70,0,0,24.1,77777,9,999999999,11,0.0000,0,88,0.000,0.0,1.0 +1981,3,26,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,3.90,-1.10,70,102100,0,0,240,0,0,0,0,0,0,0,220,7.20,0,0,24.1,77777,9,999999999,10,0.0000,0,88,0.000,0.0,1.0 +1981,3,26,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,3.30,-1.10,73,102100,0,0,238,0,0,0,0,0,0,0,220,5.70,0,0,24.1,77777,9,999999999,10,0.0000,0,88,0.000,0.0,1.0 +1981,3,26,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,2.80,0.00,82,102000,0,0,239,0,0,0,0,0,0,0,230,6.20,0,0,24.1,77777,9,999999999,11,0.0000,0,88,0.000,0.0,1.0 +1981,3,27,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,2.20,0.60,89,102000,0,0,238,0,0,0,0,0,0,0,230,6.70,3,0,24.1,77777,9,999999999,11,0.0000,0,88,0.000,0.0,1.0 +1981,3,27,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,2.20,0.60,89,101900,0,0,237,0,0,0,0,0,0,0,200,4.60,4,0,24.1,77777,9,999999999,11,0.0000,0,88,0.000,0.0,1.0 +1981,3,27,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,2.20,0.60,89,101800,0,0,293,0,0,0,0,0,0,0,200,4.60,10,8,16.1,3050,9,999999999,11,0.0000,0,88,0.000,0.0,1.0 +1981,3,27,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,2.80,0.60,85,101800,0,0,309,0,0,0,0,0,0,0,210,6.70,10,10,16.1,2440,9,999999999,11,0.0000,0,88,0.000,0.0,1.0 +1981,3,27,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,2.80,1.70,92,101600,0,0,309,0,0,0,0,0,0,0,200,5.20,10,10,16.1,2440,9,999999999,12,0.0000,0,88,0.000,0.0,1.0 +1981,3,27,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,2.80,2.20,96,101600,18,538,309,1,0,0,0,0,0,0,180,3.10,10,10,12.9,1160,9,999999999,12,0.0000,0,88,0.000,0.0,1.0 +1981,3,27,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,3.30,2.80,96,101400,223,1373,312,27,0,27,3200,0,3200,1060,160,3.10,10,10,11.3,1160,9,999999999,13,0.0000,0,88,0.000,0.0,1.0 +1981,3,27,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,3.30,3.30,100,101200,473,1373,311,53,2,53,6500,100,6400,2350,120,2.60,10,10,8.0,1010,9,999999999,13,0.0000,0,88,0.000,1.0,1.0 +1981,3,27,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,3.90,3.90,100,101000,695,1373,314,139,8,135,16300,600,16000,5980,160,5.20,10,10,6.4,610,9,999999999,14,0.0000,0,88,0.000,3.6,1.0 +1981,3,27,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,5.00,5.00,100,100900,873,1373,320,194,5,191,22900,400,22600,8750,240,6.70,10,10,4.8,460,9,999999999,15,0.0000,0,88,0.000,0.5,1.0 +1981,3,27,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,5.00,4.40,96,100900,995,1373,319,204,1,203,24400,100,24300,9730,260,6.70,10,10,16.1,520,9,999999999,14,0.0000,0,88,0.000,0.0,1.0 +1981,3,27,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,5.60,3.90,89,100800,1051,1373,322,225,3,222,26800,200,26700,10680,280,8.20,10,10,16.1,430,9,999999999,14,0.0000,0,88,0.000,0.5,1.0 +1981,3,27,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,5.00,3.90,93,100900,1039,1373,319,205,1,204,24600,100,24600,9930,290,8.80,10,10,9.7,460,9,999999999,14,0.0000,0,88,0.000,0.5,1.0 +1981,3,27,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,5.00,3.90,93,100900,960,1373,319,199,1,198,23700,100,23600,9400,290,8.20,10,10,12.9,1520,9,999999999,14,0.0000,0,88,0.000,0.0,1.0 +1981,3,27,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,5.60,3.30,86,101000,818,1373,322,151,1,150,17900,100,17900,7000,300,9.80,10,10,16.1,580,9,999999999,13,0.0000,0,88,0.000,0.0,1.0 +1981,3,27,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,6.10,2.80,79,101100,623,1373,324,205,1,205,23000,100,23000,7570,300,6.70,10,10,20.9,790,9,999999999,13,0.0000,0,88,0.000,0.0,1.0 +1981,3,27,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,7.20,2.20,71,101200,390,1373,329,97,0,97,10900,0,10900,3550,300,6.70,10,10,24.1,910,9,999999999,12,0.0000,0,88,0.000,0.0,1.0 +1981,3,27,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,6.10,2.20,76,101400,135,1373,309,17,12,15,1800,800,1700,400,340,6.70,8,8,24.1,910,9,999999999,12,0.0000,0,88,0.000,0.0,1.0 +1981,3,27,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,5.60,1.70,76,101500,0,57,307,0,0,0,0,0,0,0,350,4.60,8,8,24.1,1400,9,999999999,12,0.0000,0,88,0.000,0.0,1.0 +1981,3,27,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,6.10,2.20,76,101700,0,0,267,0,0,0,0,0,0,0,320,4.60,2,2,24.1,77777,9,999999999,12,0.0000,0,88,0.000,0.0,1.0 +1981,3,27,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,5.60,1.70,76,101800,0,0,272,0,0,0,0,0,0,0,320,4.60,3,3,24.1,77777,9,999999999,12,0.0000,0,88,0.000,0.0,1.0 +1981,3,27,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,5.00,1.70,79,101900,0,0,270,0,0,0,0,0,0,0,340,4.60,3,3,24.1,77777,9,999999999,12,0.0000,0,88,0.000,0.0,1.0 +1981,3,27,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,3.90,1.10,82,102000,0,0,245,0,0,0,0,0,0,0,340,2.60,0,0,24.1,77777,9,999999999,12,0.0000,0,88,0.000,0.0,1.0 +1981,3,27,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,3.90,0.60,79,102000,0,0,244,0,0,0,0,0,0,0,310,4.10,0,0,24.1,77777,9,999999999,11,0.0000,0,88,0.000,0.0,1.0 +1981,3,28,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,3.30,-1.10,73,102100,0,0,238,0,0,0,0,0,0,0,330,5.70,0,0,24.1,77777,9,999999999,10,0.0000,0,88,0.000,0.0,1.0 +1981,3,28,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,2.80,-2.80,67,102100,0,0,233,0,0,0,0,0,0,0,340,5.20,0,0,24.1,77777,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1981,3,28,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,2.20,-1.70,76,102300,0,0,233,0,0,0,0,0,0,0,360,4.10,0,0,24.1,77777,9,999999999,10,0.0000,0,88,0.000,0.0,1.0 +1981,3,28,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,1.70,-3.90,67,102400,0,0,226,0,0,0,0,0,0,0,360,5.20,0,0,24.1,77777,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1981,3,28,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,1.10,-4.40,67,102500,0,0,223,0,0,0,0,0,0,0,360,3.60,0,0,24.1,77777,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1981,3,28,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,0.60,-4.40,70,102600,21,560,220,9,0,8,0,0,0,0,340,3.60,0,0,24.1,77777,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1981,3,28,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,1.70,-4.40,64,102700,231,1372,222,95,301,47,10300,20800,6800,840,320,2.60,0,0,24.1,77777,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1981,3,28,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,4.40,-5.60,49,102800,481,1372,228,284,540,98,29500,49300,12200,1820,170,2.10,5,0,24.1,77777,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1981,3,28,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,4.40,-6.10,47,102800,702,1372,227,480,630,161,49700,61300,18300,3280,170,3.10,9,0,24.1,77777,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1981,3,28,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,5.60,-6.10,43,102900,880,1372,230,637,775,143,68000,78500,17500,3640,160,4.10,3,0,24.1,77777,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1981,3,28,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,5.60,-5.00,47,102800,1000,1372,231,748,810,160,77500,80700,18500,4190,140,4.60,3,0,24.1,77777,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1981,3,28,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,7.20,-3.90,46,102700,1057,1372,238,814,792,206,86200,80300,24200,6720,130,4.60,7,0,24.1,77777,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1981,3,28,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,9.40,-3.30,41,102600,1044,1372,247,807,788,209,85300,79800,24400,6640,120,5.20,7,0,24.1,77777,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1981,3,28,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,8.30,-1.70,50,102400,965,1372,255,693,614,263,73700,63600,28900,7470,120,6.20,10,1,24.1,77777,9,999999999,10,0.0000,0,88,0.000,0.0,1.0 +1981,3,28,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,8.30,-1.10,52,102400,822,1372,257,555,644,170,57900,64200,19400,3920,130,5.70,10,1,24.1,77777,9,999999999,10,0.0000,0,88,0.000,0.0,1.0 +1981,3,28,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,7.80,-1.10,54,102200,628,1372,256,395,553,144,42200,54600,17200,2910,110,5.70,10,1,24.1,77777,9,999999999,10,0.0000,0,88,0.000,0.0,1.0 +1981,3,28,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,8.30,0.00,56,102200,394,1372,261,204,332,110,21200,28800,12800,2090,130,3.60,8,1,24.1,77777,9,999999999,11,0.0000,0,88,0.000,0.0,1.0 +1981,3,28,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,10.00,-1.10,46,102100,140,1372,283,37,53,32,4100,3000,3800,670,200,6.20,8,3,24.1,77777,9,999999999,10,0.0000,0,88,0.000,0.0,1.0 +1981,3,28,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,8.90,-1.10,50,102100,0,80,279,0,0,0,0,0,0,0,210,5.20,7,3,24.1,77777,9,999999999,10,0.0000,0,88,0.000,0.0,1.0 +1981,3,28,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,8.90,-3.30,42,102200,0,0,277,0,0,0,0,0,0,0,200,6.20,8,3,24.1,77777,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1981,3,28,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,7.80,-3.30,46,102100,0,0,298,0,0,0,0,0,0,0,220,5.20,10,6,24.1,7620,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1981,3,28,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,7.80,-2.80,48,102000,0,0,315,0,0,0,0,0,0,0,230,7.20,10,8,24.1,3050,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1981,3,28,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,7.20,-1.70,54,102000,0,0,313,0,0,0,0,0,0,0,230,6.20,10,8,24.1,3050,9,999999999,10,0.0000,0,88,0.000,0.0,1.0 +1981,3,28,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,6.10,-1.10,60,101900,0,0,324,0,0,0,0,0,0,0,180,4.10,10,10,24.1,3050,9,999999999,10,0.0000,0,88,0.000,0.0,1.0 +1981,3,29,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,6.10,-1.10,60,101900,0,0,324,0,0,0,0,0,0,0,190,4.10,10,10,24.1,3050,9,999999999,10,0.0000,0,88,0.000,0.0,1.0 +1981,3,29,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,6.70,-1.70,56,101700,0,0,319,0,0,0,0,0,0,0,240,7.20,10,9,24.1,7620,9,999999999,10,0.0000,0,88,0.000,0.0,1.0 +1981,3,29,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,6.70,-1.10,58,101600,0,0,319,0,0,0,0,0,0,0,240,8.20,10,9,24.1,7620,9,999999999,10,0.0000,0,88,0.000,0.0,1.0 +1981,3,29,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,7.20,-1.10,56,101500,0,0,289,0,0,0,0,0,0,0,230,8.80,9,5,24.1,7620,9,999999999,10,0.0000,0,88,0.000,0.0,1.0 +1981,3,29,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,7.20,-1.10,56,101500,0,0,289,0,0,0,0,0,0,0,230,7.70,9,5,24.1,7620,9,999999999,10,0.0000,0,88,0.000,0.0,1.0 +1981,3,29,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,6.70,-1.10,58,101500,24,606,326,8,0,8,0,0,0,0,240,6.70,10,10,16.1,3050,9,999999999,10,0.0000,0,88,0.000,0.0,1.0 +1981,3,29,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,7.20,-1.10,56,101400,238,1371,328,44,0,44,5000,0,5000,1620,230,7.70,10,10,16.1,3050,9,999999999,10,0.0000,0,88,0.000,0.0,1.0 +1981,3,29,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,8.30,-1.10,52,101400,488,1371,333,112,4,110,12700,300,12700,4330,220,9.80,10,10,19.3,3050,9,999999999,10,0.0000,0,88,0.000,0.0,1.0 +1981,3,29,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,10.00,-1.10,46,101300,709,1371,341,192,5,190,22100,400,21900,7820,240,9.30,10,10,24.1,3050,9,999999999,10,0.0000,0,88,0.000,0.0,1.0 +1981,3,29,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,12.80,0.00,42,101200,886,1371,346,400,82,348,44000,8400,38600,11180,220,8.80,10,9,24.1,3050,9,999999999,11,0.0000,0,88,0.000,0.0,1.0 +1981,3,29,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,16.70,1.10,35,101100,1006,1371,366,256,11,248,30200,900,29500,11440,220,8.80,10,9,24.1,3660,9,999999999,12,0.0000,0,88,0.000,0.0,1.0 +1981,3,29,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,20.60,1.70,29,101000,1062,1371,357,418,126,321,46300,13400,35800,10960,230,8.80,8,6,24.1,3660,9,999999999,12,0.0000,0,88,0.000,0.0,1.0 +1981,3,29,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.90,2.20,24,100900,1049,1371,314,754,799,144,79500,80400,17800,4360,250,8.20,3,0,19.3,77777,9,999999999,12,0.0000,0,88,0.000,0.0,1.0 +1981,3,29,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.00,2.20,23,100700,969,1371,320,715,825,134,75200,82700,16600,3540,270,10.30,3,0,19.3,77777,9,999999999,12,0.0000,0,88,0.000,0.0,1.0 +1981,3,29,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.00,2.20,23,100700,827,1371,330,571,656,177,59500,65300,20100,4080,260,9.80,9,1,19.3,77777,9,999999999,12,0.0000,0,88,0.000,0.0,1.0 +1981,3,29,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.00,2.20,23,100600,632,1371,332,382,558,126,39700,53900,14800,2520,260,7.70,8,1,19.3,77777,9,999999999,12,0.0000,0,88,0.000,0.0,1.0 +1981,3,29,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.90,2.20,24,100600,399,1371,338,202,395,88,21400,34600,11300,1630,240,7.70,8,2,19.3,77777,9,999999999,12,0.0000,0,88,0.000,0.0,1.0 +1981,3,29,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,21.10,2.20,29,100700,145,1371,335,49,78,42,5400,4400,5000,880,220,8.20,9,3,19.3,77777,9,999999999,12,0.0000,0,88,0.000,0.0,1.0 +1981,3,29,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,20.00,2.80,32,100700,1,126,350,1,0,1,0,0,0,0,240,8.20,10,5,19.3,77777,9,999999999,13,0.0000,0,88,0.000,0.0,1.0 +1981,3,29,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,18.90,3.30,36,100800,0,0,338,0,0,0,0,0,0,0,220,7.20,10,4,19.3,77777,9,999999999,13,0.0000,0,88,0.000,0.0,1.0 +1981,3,29,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,18.30,3.90,39,100800,0,0,337,0,0,0,0,0,0,0,240,6.20,10,4,19.3,77777,9,999999999,14,0.0000,0,88,0.000,0.0,1.0 +1981,3,29,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,18.30,3.90,39,100800,0,0,346,0,0,0,0,0,0,0,240,8.20,10,5,19.3,77777,9,999999999,14,0.0000,0,88,0.000,0.0,1.0 +1981,3,29,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,18.30,4.40,40,100900,0,0,323,0,0,0,0,0,0,0,240,8.80,8,2,19.3,77777,9,999999999,14,0.0000,0,88,0.000,0.0,1.0 +1981,3,29,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,17.80,4.40,42,100900,0,0,321,0,0,0,0,0,0,0,240,8.20,6,2,19.3,77777,9,999999999,14,0.0000,0,88,0.000,0.0,1.0 +1981,3,30,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,17.20,4.40,43,100900,0,0,318,0,0,0,0,0,0,0,240,6.70,6,2,19.3,77777,9,999999999,14,0.0000,0,88,0.000,0.0,1.0 +1981,3,30,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,16.10,4.40,46,100800,0,0,313,0,0,0,0,0,0,0,230,8.20,4,2,19.3,77777,9,999999999,14,0.0000,0,88,0.000,0.0,1.0 +1981,3,30,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,15.00,3.90,48,100800,0,0,307,0,0,0,0,0,0,0,230,6.70,4,2,19.3,77777,9,999999999,14,0.0000,0,88,0.000,0.0,1.0 +1981,3,30,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,13.90,4.40,53,100800,0,0,317,0,0,0,0,0,0,0,230,5.70,10,4,19.3,77777,9,999999999,14,0.0000,0,88,0.000,0.0,1.0 +1981,3,30,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,13.30,5.00,57,100800,0,0,338,0,0,0,0,0,0,0,230,5.70,10,7,19.3,7620,9,999999999,15,0.0000,0,88,0.000,0.0,1.0 +1981,3,30,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,12.20,5.60,64,100800,27,651,310,16,0,14,1700,800,1600,290,230,6.20,8,4,19.3,77777,9,999999999,15,0.0000,0,88,0.000,0.0,1.0 +1981,3,30,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,12.80,6.10,64,100900,245,1371,283,116,451,38,12300,33300,6400,710,210,6.20,4,0,16.1,77777,9,999999999,16,0.0000,0,88,0.000,0.0,1.0 +1981,3,30,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,14.40,6.70,60,100700,494,1371,320,193,215,117,21000,20700,13500,2320,220,7.20,9,4,16.1,77777,9,999999999,16,0.0000,0,88,0.000,0.0,1.0 +1981,3,30,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,18.30,6.70,47,100700,715,1371,329,441,512,176,47000,51600,20000,3790,220,8.80,10,3,16.1,77777,9,999999999,16,0.0000,0,88,0.000,0.0,1.0 +1981,3,30,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,20.00,7.20,44,100600,892,1371,320,608,770,110,64700,77300,14300,2750,210,8.20,7,1,16.1,77777,9,999999999,17,0.0000,0,88,0.000,0.0,1.0 +1981,3,30,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,21.10,8.30,44,100500,1012,1371,327,747,850,122,79900,85900,16300,3600,230,11.30,7,1,16.1,77777,9,999999999,18,0.0000,0,88,0.000,0.0,1.0 +1981,3,30,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,22.20,8.90,43,100400,1067,1371,359,694,610,221,73300,61700,25100,7340,230,12.40,10,4,16.1,77777,9,999999999,18,0.0000,0,88,0.000,0.0,1.0 +1981,3,30,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,20.60,8.30,46,100300,1054,1371,383,640,461,287,68400,48000,31400,9540,220,11.30,10,8,19.3,4570,9,999999999,18,0.0000,0,88,0.000,0.0,1.0 +1981,3,30,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,18.90,9.40,54,100200,974,1371,383,513,205,368,55900,21600,40400,11330,220,8.20,10,9,19.3,6100,9,999999999,19,0.0000,0,88,0.000,0.0,1.0 +1981,3,30,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,18.30,10.00,59,100200,832,1371,388,215,13,207,25000,1100,24400,9090,220,9.80,10,10,16.1,4570,9,999999999,20,0.0000,0,88,0.000,0.0,1.0 +1981,3,30,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,17.20,10.60,65,100200,637,1371,383,159,10,154,18200,800,17900,6340,220,9.30,10,10,16.1,1830,9,999999999,20,0.0000,0,88,0.000,0.0,1.0 +1981,3,30,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,15.00,11.70,81,100100,404,1371,373,69,2,68,8000,100,8000,2750,230,11.30,10,10,14.5,1830,9,999999999,22,0.0000,0,88,0.000,0.0,1.0 +1981,3,30,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,13.30,11.70,90,100100,149,1371,364,16,0,16,1900,0,1900,620,210,9.30,10,10,9.7,520,9,999999999,22,0.0000,0,88,0.000,0.3,1.0 +1981,3,30,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,12.20,11.70,96,100000,1,148,359,0,0,0,0,0,0,0,200,8.80,10,10,9.7,340,9,999999999,21,0.0000,0,88,0.000,0.5,1.0 +1981,3,30,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,12.20,11.70,96,99900,0,0,359,0,0,0,0,0,0,0,220,8.20,10,10,12.9,340,9,999999999,21,0.0000,0,88,0.000,0.0,1.0 +1981,3,30,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,13.30,12.20,93,99900,0,0,365,0,0,0,0,0,0,0,220,8.20,10,10,19.3,340,9,999999999,22,0.0000,0,88,0.000,0.0,1.0 +1981,3,30,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,13.30,12.20,93,99800,0,0,365,0,0,0,0,0,0,0,210,6.20,10,10,19.3,340,9,999999999,22,0.0000,0,88,0.000,0.0,1.0 +1981,3,30,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,12.80,11.70,93,99700,0,0,363,0,0,0,0,0,0,0,200,6.20,10,10,19.3,340,9,999999999,22,0.0000,0,88,0.000,0.0,1.0 +1981,3,30,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,12.80,12.20,96,99700,0,0,363,0,0,0,0,0,0,0,240,7.20,10,10,16.1,2440,9,999999999,22,0.0000,0,88,0.000,0.0,1.0 +1981,3,31,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,12.80,12.20,96,99700,0,0,357,0,0,0,0,0,0,0,220,7.20,10,9,16.1,2440,9,999999999,22,0.0000,0,88,0.000,0.0,1.0 +1981,3,31,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,13.30,11.70,90,99800,0,0,347,0,0,0,0,0,0,0,250,6.20,7,7,19.3,2440,9,999999999,22,0.0000,0,88,0.000,0.0,1.0 +1981,3,31,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,13.30,8.90,75,99800,0,0,296,0,0,0,0,0,0,0,260,8.20,0,0,24.1,77777,9,999999999,18,0.0000,0,88,0.000,0.0,1.0 +1981,3,31,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,12.80,7.20,69,99900,0,0,289,0,0,0,0,0,0,0,250,8.80,0,0,24.1,77777,9,999999999,17,0.0000,0,88,0.000,0.0,1.0 +1981,3,31,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,12.80,6.10,64,100000,0,0,314,0,0,0,0,0,0,0,270,6.20,4,4,24.1,77777,9,999999999,15,0.0000,0,88,0.000,0.0,1.0 +1981,3,31,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,12.80,6.10,64,100100,30,696,343,10,0,10,1200,0,1200,360,260,7.20,9,8,24.1,1400,9,999999999,16,0.0000,0,88,0.000,0.0,1.0 +1981,3,31,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,13.90,6.70,62,100200,252,1370,319,75,60,65,8300,4500,7500,1390,280,9.30,4,4,24.1,77777,9,999999999,16,0.0000,0,88,0.000,0.0,1.0 +1981,3,31,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,13.90,7.20,64,100400,501,1370,341,205,168,145,22500,16200,16600,3340,270,9.80,7,7,24.1,1010,9,999999999,17,0.0000,0,88,0.000,0.0,1.0 +1981,3,31,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,16.70,7.80,56,100500,722,1370,324,440,555,151,47800,56100,18100,3220,290,9.30,3,3,24.1,77777,9,999999999,17,0.0000,0,88,0.000,0.0,1.0 +1981,3,31,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,16.70,7.20,54,100600,898,1370,370,242,1,241,28100,100,28000,10590,300,9.80,9,9,24.1,1070,9,999999999,17,0.0000,0,88,0.000,0.0,1.0 +1981,3,31,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,19.40,6.70,44,100600,1018,1370,324,735,783,157,76700,78200,18400,4310,300,10.30,2,2,24.1,77777,9,999999999,16,0.0000,0,88,0.000,0.0,1.0 +1981,3,31,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,18.90,7.20,47,100700,1073,1370,381,444,114,355,48800,12100,39300,12320,290,8.80,9,9,24.1,1400,9,999999999,17,0.0000,0,88,0.000,0.0,1.0 +1981,3,31,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,19.40,6.70,44,100900,1059,1370,333,699,649,199,74300,66000,23100,6580,300,8.20,3,3,24.1,77777,9,999999999,16,0.0000,0,88,0.000,0.0,1.0 +1981,3,31,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,21.10,6.70,39,100900,979,1370,341,653,641,197,68800,64700,22500,5590,280,8.20,3,3,24.1,77777,9,999999999,16,0.0000,0,88,0.000,0.0,1.0 +1981,3,31,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,20.00,6.10,41,101000,836,1370,352,382,301,199,42100,32100,22400,4810,290,7.70,5,5,24.1,77777,9,999999999,16,0.0000,0,88,0.000,0.0,1.0 +1981,3,31,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,20.00,6.10,41,101100,641,1370,353,235,157,162,26000,16000,18500,3950,310,6.70,5,5,24.1,77777,9,999999999,16,0.0000,0,88,0.000,0.0,1.0 +1981,3,31,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,19.40,5.60,40,101300,408,1370,334,190,323,95,20100,28500,11600,1770,290,5.20,3,3,24.1,77777,9,999999999,15,0.0000,0,88,0.000,0.0,1.0 +1981,3,31,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,18.30,5.60,43,101400,154,1370,330,47,146,31,5000,8100,4100,550,110,5.20,3,3,24.1,77777,9,999999999,15,0.0000,0,88,0.000,0.0,1.0 +1981,3,31,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,10.60,6.10,74,101600,2,171,348,1,0,1,0,0,0,0,80,4.10,10,10,24.1,1400,9,999999999,16,0.0000,0,88,0.000,0.0,1.0 +1981,3,31,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,11.70,5.60,66,101700,0,0,324,0,0,0,0,0,0,0,60,4.60,6,6,24.1,1400,9,999999999,15,0.0000,0,88,0.000,0.0,1.0 +1981,3,31,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,12.20,5.60,64,101900,0,0,327,0,0,0,0,0,0,0,60,6.20,6,6,24.1,1400,9,999999999,15,0.0000,0,88,0.000,0.0,1.0 +1981,3,31,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,10.80,4.90,77,102000,0,0,321,0,0,0,0,0,0,0,90,5.80,6,6,24.1,1160,9,999999999,14,0.0000,0,88,0.000,0.0,1.0 +1981,3,31,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,9.30,4.20,80,102100,0,0,341,0,0,0,0,0,0,0,120,5.50,10,10,20.9,1100,9,999999999,14,0.0000,0,88,0.000,0.0,1.0 +1981,3,31,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,7.90,3.50,80,102100,0,0,334,0,0,0,0,0,0,0,150,5.10,10,10,19.3,1010,9,999999999,14,0.0000,0,88,0.000,0.0,1.0 +1990,4,1,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,6.50,2.70,86,101700,0,0,327,0,0,0,0,0,0,0,20,4.70,10,10,24.1,400,9,999999999,11,0.0000,0,88,0.000,0.0,1.0 +1990,4,1,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,5.10,2.00,86,101800,0,0,320,0,0,0,0,0,0,0,10,4.30,10,10,24.1,400,9,999999999,11,0.0000,0,88,0.000,0.0,1.0 +1990,4,1,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,3.60,1.30,89,101700,0,0,313,0,0,0,0,0,0,0,360,4.00,10,10,24.1,340,9,999999999,11,0.0000,0,88,0.000,0.0,1.0 +1990,4,1,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,2.20,0.60,89,101700,0,0,306,0,0,0,0,0,0,0,30,3.60,10,10,24.1,340,9,999999999,11,0.0000,0,88,0.000,0.0,1.0 +1990,4,1,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,1.70,0.00,89,101700,0,0,304,0,0,0,0,0,0,0,20,4.10,10,10,24.1,310,9,999999999,11,0.0000,0,88,0.000,0.0,1.0 +1990,4,1,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,1.70,0.60,92,101800,33,719,304,12,0,12,1400,0,1400,430,350,5.70,10,10,14.5,270,9,999999999,11,0.0000,0,88,0.000,0.0,1.0 +1990,4,1,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,1.70,0.00,89,101800,258,1369,303,67,0,67,7500,0,7500,2270,360,4.60,10,10,14.5,270,9,999999999,11,0.0000,0,88,0.000,0.0,1.0 +1990,4,1,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,2.20,0.00,85,101700,507,1369,305,172,0,172,19100,0,19100,5950,10,3.10,10,10,14.5,310,9,999999999,11,0.0000,0,88,0.000,0.0,1.0 +1990,4,1,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,2.20,0.60,89,101800,727,1369,305,260,0,260,29200,0,29200,9720,40,4.60,10,10,16.1,310,9,999999999,11,0.0000,0,88,0.000,0.0,1.0 +1990,4,1,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,2.80,0.60,86,101700,903,1369,308,309,0,309,35200,0,35200,12560,30,5.20,10,10,16.1,340,9,999999999,11,0.0000,0,88,0.000,0.0,1.0 +1990,4,1,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,2.80,0.00,82,101700,1022,1369,307,350,1,349,40300,100,40200,14640,30,3.60,10,10,19.3,460,9,999999999,11,0.0000,0,88,0.000,0.0,1.0 +1990,4,1,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,3.30,0.00,79,101700,1077,1369,310,382,1,382,44100,100,44000,15940,30,4.60,10,10,19.3,520,9,999999999,11,0.0000,0,88,0.000,0.0,1.0 +1990,4,1,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,3.30,0.60,82,101700,1063,1369,310,375,0,375,43200,0,43200,15660,80,4.10,10,10,24.1,580,9,999999999,11,0.0000,0,88,0.000,0.0,1.0 +1990,4,1,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,3.90,0.60,79,101600,982,1369,313,332,1,331,38100,100,38000,13840,110,4.60,10,10,24.1,640,9,999999999,11,0.0000,0,88,0.000,0.0,1.0 +1990,4,1,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,4.40,1.10,79,101500,840,1369,277,525,495,223,55700,50800,24500,5410,90,6.20,10,5,24.1,77777,9,999999999,12,0.0000,0,88,0.000,0.0,1.0 +1990,4,1,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,3.90,1.10,82,101500,645,1369,283,317,223,213,34600,22600,23900,5210,100,5.20,10,6,24.1,700,9,999999999,12,0.0000,0,88,0.000,0.0,1.0 +1990,4,1,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,3.90,1.10,82,101500,412,1369,291,167,117,132,18100,10600,14900,2950,110,5.70,10,7,24.1,670,9,999999999,12,0.0000,0,88,0.000,0.0,1.0 +1990,4,1,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,3.30,1.10,86,101600,158,1369,296,46,70,38,5000,4200,4600,800,110,4.60,10,8,24.1,760,9,999999999,12,0.0000,0,88,0.000,0.0,1.0 +1990,4,1,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,2.80,0.60,86,101500,2,194,258,1,0,0,0,0,0,0,100,6.20,3,3,19.3,77777,9,999999999,11,0.0000,0,88,0.000,0.0,1.0 +1990,4,1,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,2.80,0.60,86,101600,0,0,259,0,0,0,0,0,0,0,120,5.20,3,3,19.3,77777,9,999999999,11,0.0000,0,88,0.000,0.0,1.0 +1990,4,1,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,2.80,1.10,89,101600,0,0,295,0,0,0,0,0,0,0,110,3.60,10,8,16.1,2740,9,999999999,12,0.0000,0,88,0.000,0.0,1.0 +1990,4,1,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,3.30,1.10,86,101500,0,0,312,0,0,0,0,0,0,0,110,3.10,10,10,12.9,520,9,999999999,12,0.0000,0,88,0.000,0.0,1.0 +1990,4,1,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,3.30,1.10,86,101600,0,0,312,0,0,0,0,0,0,0,100,3.10,10,10,12.9,460,9,999999999,12,0.0000,0,88,0.000,0.0,1.0 +1990,4,1,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,3.30,1.70,89,101500,0,0,312,0,0,0,0,0,0,0,110,2.60,10,10,16.1,370,9,999999999,12,0.0000,0,88,0.000,0.0,1.0 +1990,4,2,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,3.30,1.70,89,101400,0,0,312,0,0,0,0,0,0,0,140,3.10,10,10,16.1,430,9,999999999,12,0.0000,0,88,0.000,0.0,1.0 +1990,4,2,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,3.30,1.10,86,101400,0,0,312,0,0,0,0,0,0,0,170,2.10,10,10,16.1,400,9,999999999,12,0.0000,0,88,0.000,0.0,1.0 +1990,4,2,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,3.30,1.70,89,101500,0,0,312,0,0,0,0,0,0,0,210,2.10,10,10,16.1,700,9,999999999,12,0.0000,0,88,0.000,0.0,1.0 +1990,4,2,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,3.30,1.70,89,101400,0,0,312,0,0,0,0,0,0,0,190,2.60,10,10,16.1,760,9,999999999,12,0.0000,0,88,0.000,0.0,1.0 +1990,4,2,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,3.30,1.70,89,101400,0,0,312,0,0,0,0,0,0,0,220,2.10,10,10,16.1,730,9,999999999,12,0.0000,0,88,0.000,0.0,1.0 +1990,4,2,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,3.30,1.70,89,101500,37,764,311,6,0,6,700,0,700,230,190,4.10,10,10,12.9,700,9,999999999,12,0.0000,0,88,0.000,0.0,1.0 +1990,4,2,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,3.30,1.70,89,101500,265,1368,311,55,5,54,6200,100,6200,1970,180,2.60,10,10,11.3,880,9,999999999,12,0.0000,0,88,0.000,0.0,1.0 +1990,4,2,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,3.90,2.20,89,101500,514,1368,314,174,8,171,19300,600,19100,5980,160,2.10,10,10,12.9,760,9,999999999,12,0.0000,0,88,0.000,0.0,1.0 +1990,4,2,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,3.90,2.20,89,101500,733,1368,314,190,2,189,21900,200,21800,7950,150,3.10,10,10,12.9,700,9,999999999,12,0.0000,0,88,0.000,0.0,1.0 +1990,4,2,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,4.40,2.20,86,101500,909,1368,316,153,8,148,18500,600,18100,7240,140,3.60,10,10,12.9,700,9,999999999,12,0.0000,0,88,0.000,0.0,1.0 +1990,4,2,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,5.00,2.80,86,101500,1027,1368,319,338,3,335,39000,300,38800,14310,130,3.60,10,10,16.1,520,9,999999999,13,0.0000,0,88,0.000,0.0,1.0 +1990,4,2,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,5.00,3.30,89,101400,1082,1368,319,409,3,406,46900,300,46600,16580,90,4.60,10,10,16.1,520,9,999999999,13,0.0000,0,88,0.000,0.0,1.0 +1990,4,2,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,5.00,2.80,86,101400,1068,1368,319,332,4,329,38700,400,38400,14420,100,5.20,10,10,14.5,520,9,999999999,13,0.0000,0,88,0.000,0.0,1.0 +1990,4,2,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,4.40,2.80,89,101400,987,1368,316,371,0,371,42300,0,42300,14870,110,5.70,10,10,14.5,460,9,999999999,13,0.0000,0,88,0.000,0.0,1.0 +1990,4,2,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,4.40,3.30,93,101400,844,1368,316,278,1,277,31600,100,31600,11220,110,5.70,10,10,16.1,430,9,999999999,13,0.0000,0,88,0.000,0.0,1.0 +1990,4,2,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,4.40,3.30,93,101300,649,1368,316,216,1,216,24300,100,24300,8060,100,6.20,10,10,16.1,580,9,999999999,13,0.0000,0,88,0.000,0.0,1.0 +1990,4,2,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,4.40,3.30,93,101400,416,1368,317,118,1,117,13100,100,13100,4170,100,6.70,10,10,16.1,610,9,999999999,13,0.0000,0,88,0.000,0.0,1.0 +1990,4,2,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,4.40,3.30,93,101400,162,1368,317,40,0,40,4500,0,4500,1320,90,5.20,10,10,14.5,580,9,999999999,13,0.0000,0,88,0.000,0.0,1.0 +1990,4,2,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,4.40,3.30,93,101500,3,217,317,1,0,1,0,0,0,0,110,5.70,10,10,9.7,610,9,999999999,13,0.0000,0,88,0.000,0.0,1.0 +1990,4,2,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,4.40,3.90,96,101500,0,0,318,0,0,0,0,0,0,0,110,5.20,10,10,9.7,580,9,999999999,14,0.0000,0,88,0.000,0.0,1.0 +1990,4,2,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,4.40,3.90,96,101500,0,0,318,0,0,0,0,0,0,0,120,3.60,10,10,9.7,580,9,999999999,14,0.0000,0,88,0.000,0.0,1.0 +1990,4,2,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,4.40,3.30,93,101400,0,0,318,0,0,0,0,0,0,0,100,3.10,10,10,11.3,910,9,999999999,13,0.0000,0,88,0.000,0.0,1.0 +1990,4,2,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,4.40,3.90,96,101400,0,0,318,0,0,0,0,0,0,0,110,2.10,10,10,16.1,520,9,999999999,14,0.0000,0,88,0.000,0.0,1.0 +1990,4,2,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,4.40,3.90,96,101300,0,0,318,0,0,0,0,0,0,0,90,4.10,10,10,12.9,460,9,999999999,14,0.0000,0,88,0.000,0.0,1.0 +1990,4,3,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,3.90,3.90,100,101300,0,0,316,0,0,0,0,0,0,0,100,5.20,10,10,12.9,550,9,999999999,14,0.0000,0,88,0.000,0.0,1.0 +1990,4,3,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,3.90,3.30,96,101200,0,0,315,0,0,0,0,0,0,0,100,6.20,10,10,11.3,1130,9,999999999,13,0.0000,0,88,0.000,0.0,1.0 +1990,4,3,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,3.90,3.30,96,101100,0,0,315,0,0,0,0,0,0,0,90,5.20,10,10,19.3,640,9,999999999,13,0.0000,0,88,0.000,0.0,1.0 +1990,4,3,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,3.90,3.30,96,101100,0,0,315,0,0,0,0,0,0,0,80,7.20,10,10,19.3,180,9,999999999,13,0.0000,0,88,0.000,0.0,1.0 +1990,4,3,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,3.90,3.30,96,101200,0,0,315,0,0,0,0,0,0,0,80,6.20,10,10,19.3,180,9,999999999,13,0.0000,0,88,0.000,0.0,1.0 +1990,4,3,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,3.90,3.30,96,101100,41,809,315,18,0,18,2000,0,2000,600,70,7.70,10,10,24.1,210,9,999999999,13,0.0000,0,88,0.000,0.0,1.0 +1990,4,3,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,3.90,3.30,96,101100,272,1367,314,62,0,61,6900,0,6900,2180,70,7.20,10,10,24.1,180,9,999999999,13,0.0000,0,88,0.000,0.0,1.0 +1990,4,3,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,4.40,3.30,93,101100,520,1367,316,148,0,148,16700,0,16700,5520,60,8.20,10,10,19.3,180,9,999999999,13,0.0000,0,88,0.000,0.0,1.0 +1990,4,3,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,3.90,3.30,96,101100,740,1367,314,135,1,134,16000,100,15900,6120,80,7.20,10,10,12.9,210,9,999999999,13,0.0000,0,88,0.000,0.0,1.0 +1990,4,3,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,3.90,3.30,96,101000,914,1367,314,194,0,194,23000,0,23000,9070,60,8.20,10,10,1.6,150,9,999999999,13,0.0000,0,88,0.000,1.5,1.0 +1990,4,3,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,3.90,3.30,96,100900,1033,1367,314,212,0,212,25400,0,25400,10240,70,9.30,10,10,1.6,150,9,999999999,13,0.0000,0,88,0.000,5.1,1.0 +1990,4,3,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,3.90,3.30,96,100800,1087,1367,314,239,1,238,28600,100,28500,11420,60,8.80,10,10,3.2,150,9,999999999,13,0.0000,0,88,0.000,3.6,1.0 +1990,4,3,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,3.90,3.90,100,100700,1073,1367,314,238,1,237,28400,100,28400,11340,60,9.80,10,10,3.2,150,9,999999999,14,0.0000,0,88,0.000,5.6,1.0 +1990,4,3,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,3.90,3.90,100,100600,991,1367,314,191,1,190,22900,100,22900,9220,50,9.30,10,10,3.2,150,9,999999999,14,0.0000,0,88,0.000,4.3,1.0 +1990,4,3,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,3.90,3.30,96,100500,848,1367,314,180,1,179,21200,100,21200,8220,60,11.30,10,10,4.8,150,9,999999999,13,0.0000,0,88,0.000,3.6,1.0 +1990,4,3,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,3.90,3.30,96,100300,654,1367,314,116,1,116,13700,100,13700,5150,60,12.40,10,10,4.8,180,9,999999999,13,0.0000,0,88,0.000,3.8,1.0 +1990,4,3,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,3.90,3.30,96,100300,421,1367,314,75,0,75,8700,0,8700,3030,50,9.80,10,10,4.8,180,9,999999999,13,0.0000,0,88,0.000,3.3,1.0 +1990,4,3,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,3.90,3.30,96,100200,167,1367,315,23,0,23,2700,0,2700,870,70,9.80,10,10,4.8,180,9,999999999,13,0.0000,0,88,0.000,1.5,1.0 +1990,4,3,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,3.90,3.30,96,100100,3,239,315,1,0,1,0,0,0,0,60,10.30,10,10,6.4,180,9,999999999,13,0.0000,0,88,0.000,1.8,1.0 +1990,4,3,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,3.90,3.90,100,100100,0,0,315,0,0,0,0,0,0,0,60,9.80,10,10,6.4,180,9,999999999,14,0.0000,0,88,0.000,2.8,1.0 +1990,4,3,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,4.40,3.90,96,100000,0,0,318,0,0,0,0,0,0,0,60,8.80,10,10,6.4,180,9,999999999,13,0.0000,0,88,0.000,0.0,1.0 +1990,4,3,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,4.40,3.90,96,99900,0,0,318,0,0,0,0,0,0,0,70,5.70,10,10,4.8,210,9,999999999,13,0.0000,0,88,0.000,0.0,1.0 +1990,4,3,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,4.40,3.90,96,99700,0,0,318,0,0,0,0,0,0,0,50,5.70,10,10,4.8,240,9,999999999,13,0.0000,0,88,0.000,0.0,1.0 +1990,4,3,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,4.40,3.90,96,99500,0,0,318,0,0,0,0,0,0,0,60,10.30,10,10,4.8,180,9,999999999,13,0.0000,0,88,0.000,6.6,1.0 +1990,4,4,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,4.40,4.40,100,99200,0,0,318,0,0,0,0,0,0,0,40,11.80,10,10,4.8,180,9,999999999,14,0.0000,0,88,0.000,6.1,1.0 +1990,4,4,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,5.00,4.40,96,99000,0,0,321,0,0,0,0,0,0,0,50,11.80,10,10,4.8,210,9,999999999,14,0.0000,0,88,0.000,2.3,1.0 +1990,4,4,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,5.00,5.00,100,98900,0,0,321,0,0,0,0,0,0,0,50,10.30,10,10,4.8,120,9,999999999,14,0.0000,0,88,0.000,0.5,1.0 +1990,4,4,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,5.60,5.60,100,98800,0,0,324,0,0,0,0,0,0,0,50,8.80,10,10,1.6,90,9,999999999,15,0.0000,0,88,0.000,0.0,1.0 +1990,4,4,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,5.60,5.60,100,98700,0,0,324,0,0,0,0,0,0,0,70,6.20,10,10,0.0,30,9,999999999,15,0.0000,0,88,0.000,0.0,1.0 +1990,4,4,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,5.60,5.60,100,98700,45,831,323,9,0,9,1100,0,1100,340,80,4.10,10,10,0.0,30,9,999999999,15,0.0000,0,88,0.000,0.0,1.0 +1990,4,4,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,6.10,6.10,100,98700,279,1367,326,42,0,41,4800,0,4800,1610,150,2.60,10,10,0.8,90,9,999999999,15,0.0000,0,88,0.000,0.0,1.0 +1990,4,4,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,7.20,7.20,100,98700,527,1367,331,147,1,147,16600,100,16600,5540,200,5.20,10,10,1.6,210,9,999999999,16,0.0000,0,88,0.000,0.0,1.0 +1990,4,4,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,8.90,7.80,93,98700,746,1367,325,289,122,223,31700,12700,24800,5750,240,6.20,10,8,11.3,340,9,999999999,17,0.0000,0,88,0.000,0.0,1.0 +1990,4,4,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,8.30,6.70,89,98800,920,1367,321,394,120,314,43100,12700,34600,9190,230,8.80,10,8,12.9,340,9,999999999,16,0.0000,0,88,0.000,0.0,1.0 +1990,4,4,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,7.80,6.10,89,98800,1038,1367,333,241,3,239,28700,200,28500,11280,230,7.70,10,10,16.1,430,9,999999999,15,0.0000,0,88,0.000,0.0,1.0 +1990,4,4,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,7.80,5.00,83,98700,1092,1367,332,304,14,293,35900,1200,34900,13410,240,7.70,10,10,19.3,430,9,999999999,14,0.0000,0,88,0.000,0.0,1.0 +1990,4,4,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,7.80,5.00,83,98800,1077,1367,332,342,12,333,39900,1100,39000,14600,200,9.80,10,10,19.3,550,9,999999999,14,0.0000,0,88,0.000,0.0,1.0 +1990,4,4,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,7.80,4.40,80,98900,996,1367,332,319,3,316,36800,300,36600,13550,230,9.80,10,10,19.3,580,9,999999999,14,0.0000,0,88,0.000,0.0,1.0 +1990,4,4,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,7.80,4.40,80,98900,853,1367,332,254,4,251,29200,400,28900,10590,200,7.70,10,10,19.3,610,9,999999999,14,0.0000,0,88,0.000,0.0,1.0 +1990,4,4,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,7.80,3.30,74,98900,658,1367,332,172,4,170,19700,300,19600,6940,220,8.80,10,10,19.3,670,9,999999999,13,0.0000,0,88,0.000,0.0,1.0 +1990,4,4,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,7.20,3.30,77,99000,425,1367,329,117,3,116,13100,200,13100,4200,200,8.20,10,10,19.3,640,9,999999999,13,0.0000,0,88,0.000,0.0,1.0 +1990,4,4,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,6.70,3.30,80,99000,172,1367,327,32,1,32,3700,0,3700,1140,210,7.70,10,10,19.3,610,9,999999999,13,0.0000,0,88,0.000,0.0,1.0 +1990,4,4,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,6.10,3.30,83,99100,4,262,325,1,0,1,0,0,0,0,190,8.80,10,10,24.1,880,9,999999999,13,0.0000,0,88,0.000,0.0,1.0 +1990,4,4,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,6.10,3.30,83,99100,0,0,325,0,0,0,0,0,0,0,190,7.70,10,10,24.1,2740,9,999999999,13,0.0000,0,88,0.000,0.0,1.0 +1990,4,4,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,6.10,2.80,80,99200,0,0,325,0,0,0,0,0,0,0,190,8.20,10,10,24.1,640,9,999999999,13,0.0000,0,88,0.000,0.0,1.0 +1990,4,4,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,5.60,2.80,83,99200,0,0,323,0,0,0,0,0,0,0,200,8.20,10,10,24.1,1250,9,999999999,13,0.0000,0,88,0.000,0.0,1.0 +1990,4,4,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,5.60,2.20,79,99300,0,0,323,0,0,0,0,0,0,0,200,8.20,10,10,24.1,1250,9,999999999,12,0.0000,0,88,0.000,0.0,1.0 +1990,4,4,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,5.60,2.20,79,99300,0,0,323,0,0,0,0,0,0,0,210,7.70,10,10,24.1,1490,9,999999999,12,0.0000,0,88,0.000,0.0,1.0 +1990,4,5,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,5.00,2.20,83,99200,0,0,320,0,0,0,0,0,0,0,200,6.70,10,10,24.1,1370,9,999999999,12,0.0000,0,88,0.000,0.0,1.0 +1990,4,5,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,5.00,1.70,79,99300,0,0,320,0,0,0,0,0,0,0,210,7.20,10,10,24.1,1680,9,999999999,12,0.0000,0,88,0.000,0.0,1.0 +1990,4,5,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,5.00,1.70,79,99300,0,0,320,0,0,0,0,0,0,0,230,7.20,10,10,24.1,1250,9,999999999,12,0.0000,0,88,0.000,0.0,1.0 +1990,4,5,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,5.60,1.70,76,99400,0,0,322,0,0,0,0,0,0,0,230,8.80,10,10,24.1,1250,9,999999999,12,0.0000,0,88,0.000,0.0,1.0 +1990,4,5,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,5.00,1.10,76,99500,0,0,296,0,0,0,0,0,0,0,230,8.80,8,7,24.1,1830,9,999999999,11,0.0000,0,88,0.000,0.0,1.0 +1990,4,5,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,5.00,1.10,76,99600,49,876,251,24,81,16,2200,3100,2000,280,230,8.20,3,1,24.1,77777,9,999999999,11,0.0000,0,88,0.000,0.0,1.0 +1990,4,5,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,5.60,1.10,73,99700,286,1366,267,130,291,70,13600,22300,8900,1280,230,9.80,6,3,24.1,77777,9,999999999,11,0.0000,0,88,0.000,0.0,1.0 +1990,4,5,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,7.20,0.60,63,99800,534,1366,272,322,578,99,33700,54400,12400,1920,240,8.80,4,3,24.1,77777,9,999999999,11,0.0000,0,88,0.000,0.0,1.0 +1990,4,5,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,8.90,0.00,54,99900,752,1366,285,510,669,144,53500,66400,16900,3170,230,9.30,4,4,24.1,77777,9,999999999,11,0.0000,0,88,0.000,0.0,1.0 +1990,4,5,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,10.00,0.00,50,100000,926,1366,281,619,656,176,65400,66300,20300,4680,230,9.30,3,3,24.1,77777,9,999999999,11,0.0000,0,88,0.000,0.0,1.0 +1990,4,5,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,10.60,-1.70,43,100000,1043,1366,280,781,773,193,83100,78600,22900,6230,230,10.30,7,3,24.1,77777,9,999999999,10,0.0000,0,88,0.000,0.0,1.0 +1990,4,5,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,11.70,-1.70,40,100000,1096,1366,294,611,491,218,67600,51400,26200,7850,250,9.80,5,4,24.1,77777,9,999999999,10,0.0000,0,88,0.000,0.0,1.0 +1990,4,5,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,12.80,-1.70,37,100000,1082,1366,289,750,731,173,80700,74900,21200,6130,260,10.30,4,3,24.1,77777,9,999999999,10,0.0000,0,88,0.000,0.0,1.0 +1990,4,5,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,11.70,-2.20,38,100000,1000,1366,321,503,257,315,54600,27700,34300,9580,270,9.80,8,7,24.1,2740,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1990,4,5,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,12.20,-2.80,35,100100,857,1366,341,388,96,328,42600,9800,36500,10430,300,9.30,9,9,24.1,2130,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1990,4,5,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,11.10,-3.30,37,100200,662,1366,327,342,209,241,37000,21200,26700,5950,280,8.20,8,8,24.1,1980,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1990,4,5,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,11.70,-2.80,37,100300,430,1366,304,238,468,92,25400,42100,12100,1710,300,7.20,5,5,24.1,77777,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1990,4,5,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,10.00,-3.90,38,100500,176,1366,296,62,110,48,6500,6300,5700,900,260,8.20,6,5,24.1,1980,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1990,4,5,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,9.40,-4.40,38,100700,5,285,268,3,0,1,0,0,0,0,280,8.80,3,2,24.1,77777,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1990,4,5,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,8.90,-4.40,39,100900,0,0,249,0,0,0,0,0,0,0,280,7.70,0,0,24.1,77777,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1990,4,5,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,7.80,-5.00,40,100900,0,0,246,0,0,0,0,0,0,0,270,5.70,0,0,24.1,77777,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1990,4,5,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,6.70,-4.40,45,101000,0,0,244,0,0,0,0,0,0,0,230,4.10,0,0,24.1,77777,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1990,4,5,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,6.10,-4.40,47,101000,0,0,242,0,0,0,0,0,0,0,170,2.10,0,0,24.1,77777,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1990,4,5,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,3.90,-0.60,73,100900,0,0,285,0,0,0,0,0,0,0,170,4.10,8,6,24.1,3660,9,999999999,10,0.0000,0,88,0.000,0.0,1.0 +1990,4,6,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,3.90,-1.70,67,100900,0,0,254,0,0,0,0,0,0,0,180,4.60,2,2,24.1,77777,9,999999999,10,0.0000,0,88,0.000,0.0,1.0 +1990,4,6,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,4.40,-1.70,65,101000,0,0,316,0,0,0,0,0,0,0,210,5.70,10,10,24.1,2440,9,999999999,10,0.0000,0,88,0.000,0.0,1.0 +1990,4,6,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,5.60,0.00,68,101000,0,0,322,0,0,0,0,0,0,0,250,5.70,10,10,24.1,2900,9,999999999,11,0.0000,0,88,0.000,0.0,1.0 +1990,4,6,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,5.60,0.00,68,101000,0,0,322,0,0,0,0,0,0,0,220,4.60,10,10,24.1,2740,9,999999999,11,0.0000,0,88,0.000,0.0,1.0 +1990,4,6,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,5.60,0.00,68,101000,0,0,321,0,0,0,0,0,0,0,190,5.20,10,10,24.1,3660,9,999999999,11,0.0000,0,88,0.000,0.0,1.0 +1990,4,6,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,5.60,1.10,73,101100,54,921,322,14,9,14,1600,500,1600,350,210,6.70,10,10,24.1,1830,9,999999999,12,0.0000,0,88,0.000,0.0,1.0 +1990,4,6,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,7.20,0.00,61,101100,293,1365,328,72,7,71,8100,300,8100,2510,240,7.20,10,10,24.1,1830,9,999999999,11,0.0000,0,88,0.000,0.0,1.0 +1990,4,6,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,8.30,-1.10,52,101200,540,1365,316,160,82,128,17700,8100,14500,2990,240,7.70,10,8,24.1,2130,9,999999999,10,0.0000,0,88,0.000,0.0,1.0 +1990,4,6,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,8.90,0.00,54,101200,758,1365,311,377,177,279,40800,18300,30600,7250,250,8.20,10,7,24.1,4270,9,999999999,11,0.0000,0,88,0.000,0.0,1.0 +1990,4,6,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,8.90,-0.60,52,101200,931,1365,335,260,20,246,30300,1700,29100,10980,240,6.20,10,10,24.1,2130,9,999999999,11,0.0000,0,88,0.000,0.0,1.0 +1990,4,6,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,9.40,-0.60,50,101200,1048,1365,303,617,417,298,65600,43400,32200,9900,250,6.20,9,6,24.1,6100,9,999999999,11,0.0000,0,88,0.000,0.0,1.0 +1990,4,6,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,10.00,-2.20,43,101100,1101,1365,304,463,185,314,51500,19800,35500,11440,290,6.20,8,6,24.1,2900,9,999999999,10,0.0000,0,88,0.000,0.0,1.0 +1990,4,6,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,10.60,-3.30,38,101100,1086,1365,306,544,333,279,60300,36200,31400,9500,240,7.20,10,6,24.1,6100,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1990,4,6,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,11.10,-5.00,32,101000,1004,1365,316,478,114,394,52600,11800,43900,13980,260,7.20,10,7,24.1,6100,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1990,4,6,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,10.60,-5.00,34,101100,861,1365,342,233,11,227,27200,900,26600,9930,280,7.70,10,10,24.1,4270,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1990,4,6,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,10.60,-7.20,28,101100,666,1365,341,159,12,153,18400,900,18000,6470,300,7.70,10,10,24.1,4270,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +1990,4,6,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,10.00,-6.10,32,101100,434,1365,339,107,6,105,12100,400,12000,3970,300,6.70,10,10,24.1,4270,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1990,4,6,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,9.40,-7.20,30,101200,181,1365,336,36,0,36,4100,0,4100,1270,290,6.20,10,10,24.1,3050,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +1990,4,6,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,8.90,-6.70,33,101200,6,307,334,2,0,2,0,0,0,0,290,6.20,10,10,24.1,3050,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +1990,4,6,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,7.80,-7.80,33,101300,0,0,329,0,0,0,0,0,0,0,320,7.70,10,10,24.1,3350,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +1990,4,6,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,6.70,-7.80,35,101400,0,0,324,0,0,0,0,0,0,0,290,6.20,10,10,24.1,3350,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +1990,4,6,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,6.10,-12.20,26,101400,0,0,320,0,0,0,0,0,0,0,300,6.20,10,10,24.1,3350,9,999999999,6,0.0000,0,88,0.000,0.0,1.0 +1990,4,6,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,5.60,-13.30,25,101400,0,0,317,0,0,0,0,0,0,0,290,6.20,10,10,24.1,2900,9,999999999,5,0.0000,0,88,0.000,0.0,1.0 +1990,4,6,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,5.00,-11.70,29,101500,0,0,315,0,0,0,0,0,0,0,320,6.20,10,10,24.1,2290,9,999999999,6,0.0000,0,88,0.000,0.0,1.0 +1990,4,7,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,5.00,-10.00,33,101400,0,0,316,0,0,0,0,0,0,0,350,5.20,10,10,24.1,2740,9,999999999,6,0.0000,0,88,0.000,0.0,1.0 +1990,4,7,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,4.40,-10.00,35,101300,0,0,313,0,0,0,0,0,0,0,360,5.70,10,10,24.1,2590,9,999999999,6,0.0000,0,88,0.000,0.0,1.0 +1990,4,7,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,3.90,-10.00,36,101300,0,0,310,0,0,0,0,0,0,0,10,6.20,10,10,24.1,2440,9,999999999,6,0.0000,0,88,0.000,0.0,1.0 +1990,4,7,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,3.90,-9.40,38,101300,0,0,310,0,0,0,0,0,0,0,10,5.20,10,10,24.1,2440,9,999999999,6,0.0000,0,88,0.000,0.0,1.0 +1990,4,7,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,1.70,-5.00,62,101400,0,0,302,0,0,0,0,0,0,0,350,9.30,10,10,9.7,910,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1990,4,7,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,0.00,-1.70,89,101400,58,943,295,12,1,12,1400,0,1400,440,340,6.20,10,10,2.8,790,9,999999999,10,0.0000,0,88,0.000,0.0,1.0 +1990,4,7,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-0.60,-1.10,96,101400,300,1364,293,78,3,77,8700,100,8700,2680,350,6.70,10,10,1.6,270,9,999999999,10,0.0000,0,88,0.000,0.0,1.0 +1990,4,7,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-0.60,-0.60,100,101400,547,1364,293,162,4,160,18200,300,18100,5990,360,6.70,10,10,1.6,210,9,999999999,10,0.0000,0,88,0.000,0.0,1.0 +1990,4,7,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,0.00,-0.60,96,101400,764,1364,295,236,1,235,26800,100,26800,9480,340,6.20,10,10,3.2,340,9,999999999,10,0.0000,0,88,0.000,0.0,1.0 +1990,4,7,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,0.60,-1.10,89,101300,937,1364,275,534,331,308,57800,35600,33300,8730,350,4.60,10,7,3.2,310,9,999999999,10,0.0000,0,88,0.000,0.0,1.0 +1990,4,7,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,0.60,-0.60,92,101300,1054,1364,282,559,280,344,60900,30300,37400,11430,350,5.70,10,8,3.2,400,9,999999999,10,0.0000,0,88,0.000,0.0,1.0 +1990,4,7,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,2.20,-1.70,76,101200,1106,1364,280,637,334,368,69500,36200,40100,13470,350,4.10,10,7,24.1,2440,9,999999999,10,0.0000,0,88,0.000,0.0,1.0 +1990,4,7,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,2.80,-0.60,79,101000,1090,1364,276,728,544,295,78100,56700,32600,10690,70,5.70,8,6,24.1,2440,9,999999999,11,0.0000,0,88,0.000,0.0,1.0 +1990,4,7,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,3.30,-1.70,70,101000,1008,1364,261,686,577,260,73500,60000,29000,7960,130,6.20,8,4,24.1,3050,9,999999999,10,0.0000,0,88,0.000,0.0,1.0 +1990,4,7,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,3.90,-1.10,70,100900,865,1364,249,617,856,76,64800,85000,10800,1930,130,6.20,2,2,24.1,77777,9,999999999,10,0.0000,0,88,0.000,0.0,1.0 +1990,4,7,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,5.00,-0.60,68,100900,671,1364,270,385,518,132,41900,51900,16300,2700,120,5.70,4,4,24.1,77777,9,999999999,11,0.0000,0,88,0.000,0.0,1.0 +1990,4,7,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,5.60,-1.70,60,101000,438,1364,304,137,91,108,15100,8500,12400,2440,110,4.10,8,8,24.1,3050,9,999999999,10,0.0000,0,88,0.000,0.0,1.0 +1990,4,7,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,7.80,-13.90,20,101100,185,1364,268,68,139,50,7200,8300,6100,940,310,7.70,6,4,24.1,3050,9,999999999,5,0.0000,0,88,0.000,0.0,1.0 +1990,4,7,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,6.10,-12.20,26,101200,7,330,245,4,0,3,0,0,0,0,320,6.70,2,2,24.1,77777,9,999999999,6,0.0000,0,88,0.000,0.0,1.0 +1990,4,7,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,5.60,-10.60,31,101300,0,0,229,0,0,0,0,0,0,0,310,7.20,0,0,24.1,77777,9,999999999,6,0.0000,0,88,0.000,0.0,1.0 +1990,4,7,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,4.40,-10.00,35,101400,0,0,226,0,0,0,0,0,0,0,300,8.80,0,0,24.1,77777,9,999999999,6,0.0000,0,88,0.000,0.0,1.0 +1990,4,7,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,3.90,-8.90,39,101500,0,0,227,0,0,0,0,0,0,0,300,7.70,0,0,24.1,77777,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +1990,4,7,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,3.30,-8.30,43,101500,0,0,226,0,0,0,0,0,0,0,290,8.20,0,0,24.1,77777,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +1990,4,7,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,2.80,-8.90,42,101600,0,0,224,0,0,0,0,0,0,0,290,7.20,0,0,24.1,77777,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +1990,4,8,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,2.20,-9.40,42,101700,0,0,221,0,0,0,0,0,0,0,270,8.20,0,0,24.1,77777,9,999999999,6,0.0000,0,88,0.000,0.0,1.0 +1990,4,8,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,1.70,-10.60,40,101700,0,0,218,0,0,0,0,0,0,0,280,6.20,0,0,24.1,77777,9,999999999,6,0.0000,0,88,0.000,0.0,1.0 +1990,4,8,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,1.70,-10.00,42,101700,0,0,218,0,0,0,0,0,0,0,250,5.70,0,0,24.1,77777,9,999999999,6,0.0000,0,88,0.000,0.0,1.0 +1990,4,8,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,1.10,-9.40,46,101700,0,0,216,0,0,0,0,0,0,0,260,7.20,0,0,24.1,77777,9,999999999,6,0.0000,0,88,0.000,0.0,1.0 +1990,4,8,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,0.00,-8.30,54,101800,0,0,213,0,0,0,0,0,0,0,250,6.20,0,0,24.1,77777,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +1990,4,8,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,0.60,-8.30,52,101900,63,988,214,21,8,20,2300,500,2200,490,280,8.20,0,0,24.1,77777,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +1990,4,8,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,1.70,-7.80,50,102000,307,1363,217,125,225,75,13400,18000,9300,1420,280,8.20,0,0,24.1,77777,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +1990,4,8,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,2.80,-8.90,42,102000,553,1363,253,278,323,148,29900,32100,16900,3070,300,6.70,8,4,24.1,77777,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +1990,4,8,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,4.40,-8.90,38,102000,770,1363,267,408,269,256,43600,28300,27500,6260,290,8.20,9,5,24.1,6100,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +1990,4,8,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,3.90,-9.40,38,102000,942,1363,282,634,452,323,68400,48600,34700,9290,310,6.20,9,7,24.1,1680,9,999999999,6,0.0000,0,88,0.000,0.0,1.0 +1990,4,8,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,6.10,-8.90,34,102000,1058,1363,301,394,36,366,43400,3700,40500,14050,290,8.20,9,8,24.1,1830,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +1990,4,8,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,6.70,-8.30,34,101900,1110,1363,294,644,311,391,69800,33700,42300,14580,290,7.20,8,7,24.1,1980,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +1990,4,8,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,7.20,-8.90,31,101800,1095,1363,305,522,214,350,57600,22800,39200,12650,290,8.80,10,8,24.1,1980,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +1990,4,8,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,6.70,-10.60,28,101800,1012,1363,312,369,56,328,40700,5700,36500,12210,290,7.70,10,9,24.1,2290,9,999999999,6,0.0000,0,88,0.000,0.0,1.0 +1990,4,8,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,7.20,-9.40,30,101800,869,1363,324,252,9,247,29200,800,28700,10610,290,7.20,10,10,24.1,2290,9,999999999,6,0.0000,0,88,0.000,0.0,1.0 +1990,4,8,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,7.20,-10.00,29,101900,675,1363,287,331,281,193,35700,29100,21200,4310,290,7.70,8,6,24.1,2440,9,999999999,6,0.0000,0,88,0.000,0.0,1.0 +1990,4,8,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,6.70,-8.90,32,101900,443,1363,286,159,121,120,17400,11300,13700,2710,280,6.20,8,6,24.1,2900,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +1990,4,8,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,6.10,-8.30,35,102000,190,1363,258,58,46,52,6400,3300,5900,1240,310,5.70,8,3,24.1,77777,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +1990,4,8,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,5.60,-7.80,38,102100,8,375,232,3,0,3,0,0,0,0,300,5.20,0,0,24.1,77777,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +1990,4,8,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,5.60,-7.80,38,102200,0,0,233,0,0,0,0,0,0,0,290,7.20,0,0,24.1,77777,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +1990,4,8,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,5.60,-7.80,38,102300,0,0,234,0,0,0,0,0,0,0,290,5.70,0,0,24.1,77777,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +1990,4,8,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,4.40,-7.80,41,102400,0,0,231,0,0,0,0,0,0,0,290,6.20,0,0,24.1,77777,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +1990,4,8,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,3.90,-8.90,39,102500,0,0,228,0,0,0,0,0,0,0,290,5.20,0,0,24.1,77777,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +1990,4,8,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,3.30,-9.40,39,102600,0,0,225,0,0,0,0,0,0,0,300,5.20,0,0,24.1,77777,9,999999999,6,0.0000,0,88,0.000,0.0,1.0 +1990,4,9,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,3.30,-9.40,39,102600,0,0,225,0,0,0,0,0,0,0,290,5.20,0,0,24.1,77777,9,999999999,6,0.0000,0,88,0.000,0.0,1.0 +1990,4,9,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,2.80,-9.40,41,102600,0,0,223,0,0,0,0,0,0,0,260,4.10,0,0,24.1,77777,9,999999999,6,0.0000,0,88,0.000,0.0,1.0 +1990,4,9,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,3.30,-9.40,39,102700,0,0,224,0,0,0,0,0,0,0,270,5.20,0,0,24.1,77777,9,999999999,6,0.0000,0,88,0.000,0.0,1.0 +1990,4,9,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,2.80,-9.40,41,102700,0,0,222,0,0,0,0,0,0,0,270,5.20,0,0,24.1,77777,9,999999999,6,0.0000,0,88,0.000,0.0,1.0 +1990,4,9,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,2.80,-8.90,42,102800,0,0,221,0,0,0,0,0,0,0,270,6.20,0,0,24.1,77777,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +1990,4,9,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,3.30,-7.80,44,102900,68,1033,224,23,24,21,2500,1100,2400,430,290,5.70,0,0,24.1,77777,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +1990,4,9,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,4.40,-7.80,41,103000,314,1362,226,141,319,68,14900,25500,9000,1230,280,6.70,0,0,24.1,77777,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +1990,4,9,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,5.60,-6.70,41,102900,559,1362,231,334,552,109,34700,52300,13200,2120,270,6.20,0,0,24.1,77777,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +1990,4,9,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,8.30,-6.70,34,102900,776,1362,248,508,637,147,53400,63500,17100,3310,270,4.10,2,1,24.1,77777,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +1990,4,9,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,10.00,-7.80,28,102900,948,1362,242,682,744,166,72500,75600,19800,4610,260,4.10,0,0,24.1,77777,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +1990,4,9,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,11.10,-6.70,28,102800,1063,1362,247,794,788,181,85000,80500,22000,6170,260,4.60,0,0,24.1,77777,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +1990,4,9,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,12.20,-5.60,29,102800,1115,1362,253,836,794,187,89700,81300,23000,7160,240,5.70,0,0,24.1,77777,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1990,4,9,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,13.90,-5.00,27,102700,1099,1362,260,825,794,185,88400,81300,22700,6820,230,8.20,0,0,24.1,77777,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1990,4,9,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,14.40,-5.00,26,102600,1016,1362,282,730,682,222,76500,68700,25100,6710,240,9.80,2,2,24.1,77777,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1990,4,9,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,14.40,-4.40,27,102500,873,1362,293,572,560,215,61300,57700,24200,5390,250,6.20,4,3,24.1,77777,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1990,4,9,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,14.40,-5.00,26,102400,679,1362,342,268,111,213,29300,11400,23600,5300,250,8.20,10,8,24.1,2590,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1990,4,9,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,14.40,-4.40,27,102400,447,1362,323,156,143,109,17200,13400,12800,2460,250,7.20,8,6,24.1,2740,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1990,4,9,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,13.30,-6.10,26,102400,194,1362,270,62,125,44,6600,7700,5500,800,230,9.30,3,1,24.1,77777,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1990,4,9,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,11.10,-6.10,30,102400,9,397,281,3,0,3,0,0,0,0,230,9.30,3,3,24.1,77777,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1990,4,9,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,10.00,-5.60,33,102500,0,0,261,0,0,0,0,0,0,0,230,8.20,1,1,24.1,77777,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1990,4,9,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,9.40,-3.30,41,102500,0,0,280,0,0,0,0,0,0,0,230,8.80,7,3,24.1,77777,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1990,4,9,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,8.90,-2.20,46,102500,0,0,280,0,0,0,0,0,0,0,230,7.70,8,3,24.1,77777,9,999999999,10,0.0000,0,88,0.000,0.0,1.0 +1990,4,9,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,9.40,-1.10,48,102400,0,0,316,0,0,0,0,0,0,0,210,8.80,10,7,24.1,7620,9,999999999,10,0.0000,0,88,0.000,0.0,1.0 +1990,4,9,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,8.90,-5.60,36,102400,0,0,335,0,0,0,0,0,0,0,220,8.20,10,10,24.1,3350,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1990,4,10,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,8.90,-2.20,46,102300,0,0,329,0,0,0,0,0,0,0,220,9.30,9,9,24.1,3960,9,999999999,10,0.0000,0,88,0.000,0.0,1.0 +1990,4,10,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,8.30,-1.70,50,102200,0,0,286,0,0,0,0,0,0,0,230,7.70,7,4,24.1,7620,9,999999999,10,0.0000,0,88,0.000,0.0,1.0 +1990,4,10,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,8.30,-2.20,48,102100,0,0,277,0,0,0,0,0,0,0,220,9.30,8,3,24.1,77777,9,999999999,10,0.0000,0,88,0.000,0.0,1.0 +1990,4,10,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,8.30,-2.20,48,102000,0,0,268,0,0,0,0,0,0,0,230,8.80,5,2,24.1,77777,9,999999999,10,0.0000,0,88,0.000,0.0,1.0 +1990,4,10,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,8.30,-2.20,48,102000,0,0,300,0,0,0,0,0,0,0,230,8.20,9,6,24.1,7620,9,999999999,10,0.0000,0,88,0.000,0.0,1.0 +1990,4,10,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,8.90,-1.10,50,101900,73,1055,328,21,1,21,2400,0,2400,710,230,9.30,10,9,24.1,6710,9,999999999,10,0.0000,0,88,0.000,0.0,1.0 +1990,4,10,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,10.00,0.00,50,101900,320,1362,342,65,2,64,7400,100,7400,2410,230,9.30,10,10,24.1,4270,9,999999999,11,0.0000,0,88,0.000,0.0,1.0 +1990,4,10,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,10.60,1.70,55,101900,566,1362,345,138,3,137,15800,200,15700,5490,240,8.80,10,10,24.1,3660,9,999999999,12,0.0000,0,88,0.000,0.0,1.0 +1990,4,10,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,11.70,2.80,55,101800,781,1362,351,215,2,214,24800,200,24700,9030,240,7.20,10,10,24.1,2900,9,999999999,13,0.0000,0,88,0.000,0.0,1.0 +1990,4,10,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,11.70,3.30,57,101800,953,1362,351,156,5,152,18900,400,18600,7550,250,8.80,10,10,24.1,1250,9,999999999,13,0.0000,0,88,0.000,0.0,1.0 +1990,4,10,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,12.80,4.40,57,101700,1068,1362,357,346,1,345,40100,100,40100,14920,240,5.20,10,10,24.1,3050,9,999999999,14,0.0000,0,88,0.000,0.0,1.0 +1990,4,10,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,15.00,5.00,52,101500,1119,1362,368,396,5,392,45900,500,45500,16530,210,5.70,10,10,24.1,2440,9,999999999,15,0.0000,0,88,0.000,0.0,1.0 +1990,4,10,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,15.00,5.60,54,101400,1103,1362,368,307,1,307,36200,100,36200,13940,200,9.30,10,10,24.1,3050,9,999999999,15,0.0000,0,88,0.000,0.0,1.0 +1990,4,10,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,15.60,6.10,54,101300,1020,1362,372,365,4,362,41900,400,41600,15010,230,8.20,10,10,24.1,3050,9,999999999,16,0.0000,0,88,0.000,0.0,1.0 +1990,4,10,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,15.60,6.70,56,101200,877,1362,372,253,2,251,29200,200,29000,10790,240,10.80,10,10,24.1,3050,9,999999999,16,0.0000,0,88,0.000,0.0,1.0 +1990,4,10,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,15.60,7.20,58,101200,683,1362,373,211,0,211,23900,0,23900,8230,230,8.20,10,10,24.1,3050,9,999999999,17,0.0000,0,88,0.000,0.0,1.0 +1990,4,10,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,15.00,8.30,65,101100,451,1362,371,124,1,123,13900,100,13800,4520,210,7.20,10,10,24.1,1830,9,999999999,18,0.0000,0,88,0.000,0.0,1.0 +1990,4,10,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,13.30,9.40,78,101000,199,1362,363,28,0,28,3300,0,3300,1070,200,7.70,10,10,14.5,2290,9,999999999,19,0.0000,0,88,0.000,0.0,1.0 +1990,4,10,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,13.90,8.90,72,100900,11,420,366,4,0,4,0,0,0,0,210,7.20,10,10,16.1,2440,9,999999999,18,0.0000,0,88,0.000,0.0,1.0 +1990,4,10,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,13.90,8.30,69,100800,0,0,366,0,0,0,0,0,0,0,210,7.70,10,10,19.3,2130,9,999999999,18,0.0000,0,88,0.000,0.0,1.0 +1990,4,10,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,14.40,10.00,75,100700,0,0,370,0,0,0,0,0,0,0,220,12.40,10,10,19.3,760,9,999999999,20,0.0000,0,88,0.000,0.0,1.0 +1990,4,10,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,12.80,10.00,83,100600,0,0,362,0,0,0,0,0,0,0,210,10.80,10,10,11.3,670,9,999999999,20,0.0000,0,88,0.000,0.0,1.0 +1990,4,10,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,11.70,8.90,83,100500,0,0,356,0,0,0,0,0,0,0,200,10.30,10,10,16.1,1680,9,999999999,18,0.0000,0,88,0.000,0.0,1.0 +1990,4,10,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,12.20,8.90,80,100300,0,0,358,0,0,0,0,0,0,0,210,13.90,10,10,16.1,1980,9,999999999,18,0.0000,0,88,0.000,0.0,1.0 +1990,4,11,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,13.30,9.40,78,100100,0,0,364,0,0,0,0,0,0,0,220,11.80,10,10,16.1,1830,9,999999999,19,0.0000,0,88,0.000,0.0,1.0 +1990,4,11,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,14.40,9.40,72,99900,0,0,369,0,0,0,0,0,0,0,220,14.40,10,10,16.1,1680,9,999999999,19,0.0000,0,88,0.000,0.0,1.0 +1990,4,11,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,13.30,10.00,80,99800,0,0,364,0,0,0,0,0,0,0,220,14.40,10,10,12.9,1830,9,999999999,19,0.0000,0,88,0.000,0.0,1.0 +1990,4,11,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,13.30,10.00,80,99700,0,0,364,0,0,0,0,0,0,0,220,13.90,10,10,16.1,1830,9,999999999,19,0.0000,0,88,0.000,0.0,1.0 +1990,4,11,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,13.30,10.00,80,99700,0,0,363,0,0,0,0,0,0,0,210,12.40,10,10,12.9,670,9,999999999,19,0.0000,0,88,0.000,4.6,1.0 +1990,4,11,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,12.20,11.10,93,99700,78,1100,358,14,0,14,1600,0,1600,520,210,11.80,10,10,8.0,670,9,999999999,21,0.0000,0,88,0.000,1.5,1.0 +1990,4,11,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,12.20,11.10,93,99700,327,1361,358,55,0,55,6400,0,6400,2160,220,10.30,10,10,9.7,490,9,999999999,21,0.0000,0,88,0.000,0.3,1.0 +1990,4,11,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,12.80,11.70,93,99700,572,1361,361,107,1,106,12500,100,12400,4530,220,9.80,10,10,19.3,490,9,999999999,22,0.0000,0,88,0.000,0.0,1.0 +1990,4,11,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,13.90,10.00,78,99800,787,1361,365,241,1,240,27500,100,27400,9810,280,7.70,10,10,19.3,1070,9,999999999,20,0.0000,0,88,0.000,0.0,1.0 +1990,4,11,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,12.80,7.20,69,99800,958,1361,350,408,110,331,45000,11300,37000,11650,280,7.70,10,9,24.1,1190,9,999999999,17,0.0000,0,88,0.000,0.0,1.0 +1990,4,11,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,13.90,6.70,62,99900,1073,1361,363,372,2,371,43000,200,42900,15670,300,7.20,10,10,24.1,1040,9,999999999,16,0.0000,0,88,0.000,0.0,1.0 +1990,4,11,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,13.90,6.10,60,99800,1124,1361,363,245,5,241,29500,400,29200,11650,300,8.80,10,10,24.1,1070,9,999999999,16,0.0000,0,88,0.000,0.0,1.0 +1990,4,11,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,12.80,5.60,62,100000,1107,1361,357,361,5,357,42000,500,41700,15500,310,7.70,10,10,24.1,1160,9,999999999,15,0.0000,0,88,0.000,0.0,1.0 +1990,4,11,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,12.20,4.40,59,100000,1024,1361,346,419,83,356,46100,8500,39700,13240,330,7.20,10,9,24.1,1040,9,999999999,14,0.0000,0,88,0.000,0.0,1.0 +1990,4,11,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,11.10,2.80,57,100000,881,1361,331,415,134,329,45100,14100,36000,9340,310,6.20,8,8,24.1,1070,9,999999999,13,0.0000,0,88,0.000,0.0,1.0 +1990,4,11,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,11.70,2.20,53,100100,687,1361,326,350,234,233,38100,24000,26000,5820,310,8.80,7,7,24.1,1370,9,999999999,12,0.0000,0,88,0.000,0.0,1.0 +1990,4,11,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,10.00,0.60,52,100200,455,1361,342,75,5,73,8800,300,8700,3060,300,9.30,10,10,24.1,1490,9,999999999,11,0.0000,0,88,0.000,0.0,1.0 +1990,4,11,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,8.90,-0.60,52,100300,203,1361,336,41,1,41,4700,0,4700,1460,300,7.70,10,10,24.1,1370,9,999999999,10,0.0000,0,88,0.000,0.0,1.0 +1990,4,11,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,7.80,-0.60,56,100400,12,442,331,3,0,3,0,0,0,0,320,9.30,10,10,24.1,1520,9,999999999,10,0.0000,0,88,0.000,0.0,1.0 +1990,4,11,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,6.70,-1.10,58,100500,0,0,326,0,0,0,0,0,0,0,310,8.20,10,10,24.1,1680,9,999999999,10,0.0000,0,88,0.000,0.0,1.0 +1990,4,11,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,5.60,-2.20,58,100600,0,0,321,0,0,0,0,0,0,0,320,9.80,10,10,24.1,1310,9,999999999,10,0.0000,0,88,0.000,0.0,1.0 +1990,4,11,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,5.00,-2.80,58,100700,0,0,318,0,0,0,0,0,0,0,320,8.80,10,10,24.1,1130,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1990,4,11,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,4.40,-3.90,55,100800,0,0,284,0,0,0,0,0,0,0,310,7.70,6,6,24.1,1160,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1990,4,11,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,3.90,-5.00,53,100900,0,0,273,0,0,0,0,0,0,0,320,9.30,5,5,24.1,77777,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1990,4,12,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,3.30,-5.00,55,100900,0,0,231,0,0,0,0,0,0,0,290,7.20,0,0,24.1,77777,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1990,4,12,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,2.80,-4.40,59,101000,0,0,230,0,0,0,0,0,0,0,290,6.70,0,0,24.1,77777,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1990,4,12,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,2.20,-5.00,59,101000,0,0,227,0,0,0,0,0,0,0,290,5.20,0,0,24.1,77777,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1990,4,12,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,2.20,-5.00,59,101100,0,0,226,0,0,0,0,0,0,0,270,7.20,0,0,24.1,77777,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1990,4,12,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,1.70,-4.40,64,101100,0,0,224,0,0,0,0,0,0,0,230,7.70,0,0,24.1,77777,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1990,4,12,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,2.20,-3.90,64,101200,84,1145,225,36,156,21,3500,6900,3000,370,240,8.20,0,0,24.1,77777,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1990,4,12,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,3.30,-4.40,57,101300,333,1360,227,181,561,46,18900,47400,7200,900,250,8.80,0,0,24.1,77777,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1990,4,12,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,5.00,-6.10,45,101300,578,1360,229,385,753,67,40800,72500,10000,1440,280,9.30,0,0,24.1,77777,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1990,4,12,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,5.60,-8.30,36,101400,793,1360,227,577,849,85,60500,83700,11600,1840,300,9.80,0,0,24.1,77777,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +1990,4,12,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,6.70,-10.00,30,101400,963,1360,227,735,903,98,76600,90000,12700,2450,300,9.30,0,0,24.1,77777,9,999999999,6,0.0000,0,88,0.000,0.0,1.0 +1990,4,12,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,7.20,-10.00,29,101400,1077,1360,228,838,926,105,87000,92700,13400,3140,260,10.30,0,0,24.1,77777,9,999999999,6,0.0000,0,88,0.000,0.0,1.0 +1990,4,12,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,7.80,-10.60,26,101400,1128,1360,239,846,871,125,87400,87100,14900,3860,260,8.20,1,1,24.1,77777,9,999999999,6,0.0000,0,88,0.000,0.0,1.0 +1990,4,12,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,8.30,-10.60,25,101400,1111,1360,260,854,750,242,89900,75800,27800,8990,250,10.30,3,3,24.1,77777,9,999999999,6,0.0000,0,88,0.000,0.0,1.0 +1990,4,12,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,8.30,-11.10,24,101500,1028,1360,260,667,666,164,71500,68200,19900,5270,280,8.20,3,3,24.1,77777,9,999999999,6,0.0000,0,88,0.000,0.0,1.0 +1990,4,12,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,8.30,-11.10,24,101500,885,1360,251,597,717,132,64000,73000,16400,3440,270,9.30,2,2,24.1,77777,9,999999999,6,0.0000,0,88,0.000,0.0,1.0 +1990,4,12,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,7.20,-11.10,26,101600,691,1360,238,382,541,109,40600,53600,13300,2360,260,9.30,1,1,24.1,77777,9,999999999,6,0.0000,0,88,0.000,0.0,1.0 +1990,4,12,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,6.70,-11.70,26,101800,459,1360,237,271,655,52,28800,60500,8300,1100,300,8.80,1,1,24.1,77777,9,999999999,6,0.0000,0,88,0.000,0.0,1.0 +1990,4,12,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,5.60,-12.20,27,101900,207,1360,224,95,401,35,9900,27500,5700,640,300,8.80,0,0,24.1,77777,9,999999999,6,0.0000,0,88,0.000,0.0,1.0 +1990,4,12,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,4.40,-12.20,29,102000,13,465,222,9,0,6,0,0,0,0,300,7.70,0,0,24.1,77777,9,999999999,6,0.0000,0,88,0.000,0.0,1.0 +1990,4,12,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,3.90,-11.70,32,102200,0,0,222,0,0,0,0,0,0,0,300,7.70,0,0,24.1,77777,9,999999999,6,0.0000,0,88,0.000,0.0,1.0 +1990,4,12,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,3.30,-11.10,34,102300,0,0,222,0,0,0,0,0,0,0,290,8.20,0,0,24.1,77777,9,999999999,6,0.0000,0,88,0.000,0.0,1.0 +1990,4,12,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,2.80,-10.60,37,102300,0,0,222,0,0,0,0,0,0,0,290,7.70,0,0,24.1,77777,9,999999999,6,0.0000,0,88,0.000,0.0,1.0 +1990,4,12,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,2.20,-10.60,39,102400,0,0,220,0,0,0,0,0,0,0,280,8.20,0,0,24.1,77777,9,999999999,6,0.0000,0,88,0.000,0.0,1.0 +1990,4,12,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,1.70,-10.00,42,102500,0,0,219,0,0,0,0,0,0,0,300,6.20,0,0,24.1,77777,9,999999999,6,0.0000,0,88,0.000,0.0,1.0 +1990,4,13,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,1.10,-10.00,44,102600,0,0,217,0,0,0,0,0,0,0,290,6.20,0,0,24.1,77777,9,999999999,6,0.0000,0,88,0.000,0.0,1.0 +1990,4,13,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,0.60,-11.10,42,102600,0,0,214,0,0,0,0,0,0,0,280,6.20,0,0,24.1,77777,9,999999999,6,0.0000,0,88,0.000,0.0,1.0 +1990,4,13,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,0.00,-11.10,43,102700,0,0,212,0,0,0,0,0,0,0,300,5.20,0,0,24.1,77777,9,999999999,6,0.0000,0,88,0.000,0.0,1.0 +1990,4,13,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,0.00,-11.10,43,102700,0,0,211,0,0,0,0,0,0,0,300,3.60,0,0,24.1,77777,9,999999999,6,0.0000,0,88,0.000,0.0,1.0 +1990,4,13,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-0.60,-10.60,47,102800,0,0,209,0,0,0,0,0,0,0,280,5.20,0,0,24.1,77777,9,999999999,6,0.0000,0,88,0.000,0.0,1.0 +1990,4,13,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,0.60,-10.00,46,102900,89,1167,212,39,193,20,3600,9800,2800,360,290,4.60,0,0,24.1,77777,9,999999999,6,0.0000,0,88,0.000,0.0,1.0 +1990,4,13,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,1.70,-10.00,42,103000,340,1359,214,193,607,43,20200,51800,7200,870,300,4.60,0,0,24.1,77777,9,999999999,6,0.0000,0,88,0.000,0.0,1.0 +1990,4,13,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,2.80,-8.90,42,103100,584,1359,218,394,777,62,42200,75200,9800,1370,290,5.20,0,0,24.1,77777,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +1990,4,13,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,4.40,-8.30,39,103100,798,1359,223,586,867,78,61400,85600,11000,1810,310,5.20,0,0,24.1,77777,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +1990,4,13,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,5.00,-8.90,36,103100,968,1359,269,558,486,213,60700,50600,24600,6060,260,3.10,6,5,24.1,1680,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +1990,4,13,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,5.00,-10.00,33,103100,1082,1359,268,846,735,261,88200,73800,29300,8950,260,4.60,6,5,24.1,1680,9,999999999,6,0.0000,0,88,0.000,0.0,1.0 +1990,4,13,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,6.70,-8.90,32,103000,1132,1359,257,759,661,210,81000,67400,24700,8380,300,3.60,4,3,24.1,77777,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +1990,4,13,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,7.80,-8.90,30,103000,1115,1359,251,800,798,147,85000,80600,18700,5300,250,5.20,3,2,24.1,77777,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +1990,4,13,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,6.10,-5.00,45,102900,1032,1359,242,749,878,84,78400,87900,11500,2560,120,7.70,1,1,24.1,77777,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1990,4,13,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,6.10,-5.00,45,102900,888,1359,234,663,887,85,69400,88200,11600,2090,120,9.30,0,0,24.1,77777,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1990,4,13,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,6.10,-3.30,51,102900,694,1359,238,486,816,71,51100,79600,10300,1570,100,8.80,0,0,24.1,77777,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1990,4,13,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,5.60,-1.70,60,102800,463,1359,240,287,694,53,30500,64200,8600,1120,110,8.80,0,0,24.1,77777,9,999999999,10,0.0000,0,88,0.000,0.0,1.0 +1990,4,13,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,6.10,-0.60,63,102800,212,1359,245,98,428,33,10300,29800,5700,610,90,5.20,0,0,24.1,77777,9,999999999,11,0.0000,0,88,0.000,0.0,1.0 +1990,4,13,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,5.60,-4.40,49,102900,15,487,238,11,0,7,0,0,0,0,200,6.70,0,0,24.1,77777,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1990,4,13,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,4.40,-3.90,55,103000,0,0,236,0,0,0,0,0,0,0,190,6.70,0,0,24.1,77777,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1990,4,13,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,3.90,-3.30,60,103000,0,0,236,0,0,0,0,0,0,0,190,6.20,0,0,24.1,77777,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1990,4,13,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,3.30,-2.80,65,103100,0,0,235,0,0,0,0,0,0,0,210,5.70,0,0,24.1,77777,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1990,4,13,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,2.80,-3.30,65,103100,0,0,233,0,0,0,0,0,0,0,230,6.70,0,0,24.1,77777,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1990,4,13,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,2.80,-3.30,65,103100,0,0,233,0,0,0,0,0,0,0,230,6.20,0,0,24.1,77777,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1990,4,14,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,2.20,-3.30,67,103100,0,0,231,0,0,0,0,0,0,0,230,5.20,0,0,24.1,77777,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1990,4,14,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,1.70,-3.30,70,103100,0,0,229,0,0,0,0,0,0,0,220,4.10,0,0,24.1,77777,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1990,4,14,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,1.70,-3.30,70,103100,0,0,229,0,0,0,0,0,0,0,220,4.10,0,0,24.1,77777,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1990,4,14,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,1.10,-3.30,73,103000,0,0,226,0,0,0,0,0,0,0,190,2.60,0,0,24.1,77777,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1990,4,14,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,1.10,-2.80,76,103000,0,0,225,0,0,0,0,0,0,0,210,3.60,0,0,24.1,77777,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1990,4,14,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,2.20,-2.80,70,103100,95,1211,228,32,66,25,3200,2700,3000,440,220,4.10,0,0,24.1,77777,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1990,4,14,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,3.90,-1.10,70,103100,346,1359,236,170,411,67,17600,34300,8900,1220,190,5.20,0,0,24.1,77777,9,999999999,10,0.0000,0,88,0.000,0.0,1.0 +1990,4,14,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,6.10,-0.60,63,103100,590,1359,243,367,617,101,38600,59500,12700,2040,230,6.70,0,0,24.1,77777,9,999999999,11,0.0000,0,88,0.000,0.0,1.0 +1990,4,14,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,8.30,-1.10,52,103000,803,1359,249,558,728,129,59400,73400,15900,3060,220,5.20,0,0,24.1,77777,9,999999999,10,0.0000,0,88,0.000,0.0,1.0 +1990,4,14,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,10.60,-1.70,43,103000,973,1359,255,714,784,154,76600,80100,19100,4520,220,6.70,1,0,24.1,77777,9,999999999,10,0.0000,0,88,0.000,0.0,1.0 +1990,4,14,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,11.10,-2.80,38,102900,1086,1359,254,823,831,160,86300,83400,19400,5230,200,7.70,0,0,24.1,77777,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1990,4,14,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,12.20,-2.80,35,102800,1136,1359,258,893,783,240,94400,79300,27900,9580,200,7.70,7,0,24.1,77777,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1990,4,14,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,12.80,-3.30,33,102700,1119,1359,259,882,770,249,92800,77800,28600,9440,180,8.80,8,0,24.1,77777,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1990,4,14,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,12.20,-3.30,34,102600,1036,1359,267,687,687,165,73800,70400,20100,5390,170,9.80,2,1,24.1,77777,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1990,4,14,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,11.70,-2.20,38,102500,892,1359,277,589,621,183,61800,62400,20800,4630,200,8.80,8,2,24.1,77777,9,999999999,10,0.0000,0,88,0.000,0.0,1.0 +1990,4,14,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,11.10,-2.80,38,102500,698,1359,283,412,381,217,44100,39600,23700,4990,190,7.70,10,3,24.1,77777,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1990,4,14,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,9.40,-5.60,35,102500,467,1359,300,193,213,121,20800,20200,13800,2420,210,9.30,10,6,24.1,4570,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1990,4,14,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,7.80,-3.30,46,102500,216,1359,280,80,119,61,8700,8400,7300,1300,190,9.30,10,4,24.1,77777,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1990,4,14,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,6.70,0.60,65,102400,17,509,266,8,0,8,0,0,0,0,190,8.20,10,2,24.1,77777,9,999999999,11,0.0000,0,88,0.000,0.0,1.0 +1990,4,14,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,6.10,0.00,65,102500,0,0,264,0,0,0,0,0,0,0,200,7.20,10,2,24.1,77777,9,999999999,11,0.0000,0,88,0.000,0.0,1.0 +1990,4,14,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,5.60,1.70,76,102500,0,0,323,0,0,0,0,0,0,0,190,8.20,10,10,24.1,4270,9,999999999,12,0.0000,0,88,0.000,0.0,1.0 +1990,4,14,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,5.60,2.80,83,102400,0,0,309,0,0,0,0,0,0,0,190,7.70,10,8,24.1,7620,9,999999999,13,0.0000,0,88,0.000,0.0,1.0 +1990,4,14,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,5.60,2.80,83,102400,0,0,323,0,0,0,0,0,0,0,200,5.70,10,10,19.3,3050,9,999999999,13,0.0000,0,88,0.000,0.0,1.0 +1990,4,14,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,5.60,2.80,83,102300,0,0,310,0,0,0,0,0,0,0,190,6.70,10,8,19.3,2440,9,999999999,13,0.0000,0,88,0.000,0.0,1.0 +1990,4,15,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,5.60,2.80,83,102200,0,0,323,0,0,0,0,0,0,0,170,3.60,10,10,16.1,2130,9,999999999,13,0.0000,0,88,0.000,0.0,1.0 +1990,4,15,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,5.60,3.30,86,102100,0,0,323,0,0,0,0,0,0,0,160,3.60,10,10,16.1,2130,9,999999999,13,0.0000,0,88,0.000,0.0,1.0 +1990,4,15,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,6.10,4.40,89,102100,0,0,326,0,0,0,0,0,0,0,140,3.60,10,10,12.9,1830,9,999999999,14,0.0000,0,88,0.000,0.5,1.0 +1990,4,15,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,6.10,5.00,93,102000,0,0,326,0,0,0,0,0,0,0,130,4.10,10,10,11.3,1310,9,999999999,15,0.0000,0,88,0.000,2.0,1.0 +1990,4,15,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,6.10,5.60,96,101900,0,0,326,0,0,0,0,0,0,0,130,3.60,10,10,8.0,910,9,999999999,15,0.0000,0,88,0.000,5.1,1.0 +1990,4,15,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,6.70,6.10,96,101800,101,1256,329,11,0,11,1300,0,1300,430,160,5.70,10,10,4.8,210,9,999999999,16,0.0000,0,88,0.000,4.3,1.0 +1990,4,15,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,7.20,7.20,100,101800,352,1358,332,54,0,54,6300,0,6300,2180,170,6.20,10,10,4.8,1340,9,999999999,17,0.0000,0,88,0.000,2.5,1.0 +1990,4,15,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,7.80,7.20,96,101700,595,1358,334,78,2,77,9400,100,9300,3520,160,7.70,10,10,4.8,980,9,999999999,17,0.0000,0,88,0.000,1.8,1.0 +1990,4,15,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,7.20,7.20,100,101600,809,1358,331,120,6,116,14500,400,14300,5630,150,7.70,10,10,4.0,150,9,999999999,17,0.0000,0,88,0.000,2.5,1.0 +1990,4,15,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,8.30,7.80,96,101600,978,1358,337,172,2,171,20900,200,20800,8430,160,5.20,10,10,3.2,640,9,999999999,17,0.0000,0,88,0.000,2.0,1.0 +1990,4,15,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,10.00,9.40,96,101500,1091,1358,345,202,6,197,24600,500,24200,9820,190,6.20,10,10,6.4,310,9,999999999,19,0.0000,0,88,0.000,0.8,1.0 +1990,4,15,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,11.70,10.00,90,101400,1140,1358,354,201,1,200,24600,100,24500,10030,190,6.70,10,10,8.0,400,9,999999999,20,0.0000,0,88,0.000,0.0,1.0 +1990,4,15,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,11.70,10.60,93,101400,1123,1358,355,240,1,239,28900,100,28800,11580,200,6.20,10,10,9.7,400,9,999999999,20,0.0000,0,88,0.000,1.8,1.0 +1990,4,15,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,11.70,10.60,93,101300,1039,1358,355,202,2,201,24400,200,24300,9850,190,5.70,10,10,9.7,310,9,999999999,20,0.0000,0,88,0.000,1.0,1.0 +1990,4,15,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,11.70,11.10,96,101200,896,1358,355,168,0,168,20100,0,20100,8020,200,6.20,10,10,11.3,2130,9,999999999,21,0.0000,0,88,0.000,1.5,1.0 +1990,4,15,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,11.70,11.10,96,101200,702,1358,355,142,1,141,16600,100,16600,6250,210,6.20,10,10,11.3,430,9,999999999,21,0.0000,0,88,0.000,0.5,1.0 +1990,4,15,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,11.70,10.60,93,101200,471,1358,355,142,1,141,15800,100,15800,5070,210,5.70,10,10,24.1,400,9,999999999,20,0.0000,0,88,0.000,0.0,1.0 +1990,4,15,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,11.70,10.60,93,101200,221,1358,356,34,0,34,3900,0,3900,1290,220,5.20,10,10,8.0,310,9,999999999,20,0.0000,0,88,0.000,0.0,1.0 +1990,4,15,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,11.10,10.60,96,101100,18,532,340,3,0,3,0,0,0,0,190,4.60,8,8,19.3,2900,9,999999999,20,0.0000,0,88,0.000,0.0,1.0 +1990,4,15,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,10.00,9.40,96,101100,0,0,296,0,0,0,0,0,0,0,200,3.60,2,2,24.1,77777,9,999999999,19,0.0000,0,88,0.000,0.0,1.0 +1990,4,15,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,11.10,10.00,93,101100,0,0,353,0,0,0,0,0,0,0,240,4.60,10,10,19.3,270,9,999999999,20,0.0000,0,88,0.000,0.0,1.0 +1990,4,15,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,10.60,9.40,93,101100,0,0,350,0,0,0,0,0,0,0,240,5.20,10,10,24.1,310,9,999999999,19,0.0000,0,88,0.000,0.0,1.0 +1990,4,15,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,9.40,8.90,96,101100,0,0,344,0,0,0,0,0,0,0,230,4.10,10,10,11.3,310,9,999999999,18,0.0000,0,88,0.000,0.0,1.0 +1990,4,15,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,10.00,8.90,93,101100,0,0,341,0,0,0,0,0,0,0,260,3.60,9,9,11.3,310,9,999999999,18,0.0000,0,88,0.000,0.0,1.0 +1990,4,16,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,8.90,7.80,93,101000,0,0,296,0,0,0,0,0,0,0,200,3.60,3,3,12.9,77777,9,999999999,17,0.0000,0,88,0.000,0.0,1.0 +1990,4,16,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,10.00,8.90,93,101100,0,0,334,0,0,0,0,0,0,0,270,4.10,10,8,12.9,1310,9,999999999,18,0.0000,0,88,0.000,0.0,1.0 +1990,4,16,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,8.90,7.80,93,101100,0,0,328,0,0,0,0,0,0,0,230,3.10,10,8,11.3,2130,9,999999999,17,0.0000,0,88,0.000,0.0,1.0 +1990,4,16,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,8.90,8.30,96,101100,0,0,296,0,0,0,0,0,0,0,300,4.60,4,3,11.3,77777,9,999999999,18,0.0000,0,88,0.000,0.0,1.0 +1990,4,16,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,8.90,7.80,93,101100,0,0,287,0,0,0,0,0,0,0,290,5.20,3,2,11.3,77777,9,999999999,17,0.0000,0,88,0.000,0.0,1.0 +1990,4,16,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,8.90,6.70,86,101200,107,1278,277,34,89,26,3600,3900,3300,460,310,5.20,3,1,19.3,77777,9,999999999,16,0.0000,0,88,0.000,0.0,1.0 +1990,4,16,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,9.40,5.60,77,101300,359,1357,283,171,361,77,18200,30500,10200,1410,300,6.70,4,2,19.3,77777,9,999999999,15,0.0000,0,88,0.000,0.0,1.0 +1990,4,16,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,11.70,5.00,64,101300,601,1357,275,385,686,84,41200,67000,11500,1760,300,4.10,0,0,19.3,77777,9,999999999,15,0.0000,0,88,0.000,0.0,1.0 +1990,4,16,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,12.80,2.20,49,101300,814,1357,271,576,788,105,60800,78500,13600,2430,300,6.20,0,0,24.1,77777,9,999999999,12,0.0000,0,88,0.000,0.0,1.0 +1990,4,16,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,13.30,3.30,51,101300,982,1357,275,729,843,120,77800,85100,16000,3430,300,6.20,0,0,24.1,77777,9,999999999,13,0.0000,0,88,0.000,0.0,1.0 +1990,4,16,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,13.90,3.30,49,101300,1095,1357,277,831,871,129,85700,87000,15300,3580,270,6.20,0,0,24.1,77777,9,999999999,13,0.0000,0,88,0.000,0.0,1.0 +1990,4,16,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,15.00,1.70,41,101300,1144,1357,277,879,886,133,90600,88600,15600,4200,280,5.20,0,0,24.1,77777,9,999999999,12,0.0000,0,88,0.000,0.0,1.0 +1990,4,16,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,16.70,3.30,41,101300,1126,1357,288,863,882,132,88900,88200,15600,3960,260,6.20,0,0,24.1,77777,9,999999999,13,0.0000,0,88,0.000,0.0,1.0 +1990,4,16,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,17.20,1.70,35,101300,1043,1357,287,788,864,125,84300,87500,17000,3970,260,7.20,0,0,24.1,77777,9,999999999,12,0.0000,0,88,0.000,0.0,1.0 +1990,4,16,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,17.80,2.20,36,101200,899,1357,291,654,818,113,69300,82100,14800,2870,250,7.20,0,0,24.1,77777,9,999999999,13,0.0000,0,88,0.000,0.0,1.0 +1990,4,16,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,17.80,1.10,33,101200,706,1357,289,482,749,95,50500,73600,12200,2010,230,6.20,0,0,24.1,77777,9,999999999,12,0.0000,0,88,0.000,0.0,1.0 +1990,4,16,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,17.20,-3.90,24,101200,475,1357,277,287,623,70,30400,57800,10100,1380,290,7.20,0,0,24.1,77777,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1990,4,16,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,16.70,-3.30,25,101300,225,1357,278,98,344,42,10100,24300,6100,750,300,6.70,0,0,24.1,77777,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1990,4,16,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,15.00,-6.10,23,101400,20,577,268,10,0,9,0,0,0,0,300,6.20,0,0,24.1,77777,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1990,4,16,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,13.90,-5.00,27,101400,0,0,267,0,0,0,0,0,0,0,300,4.10,0,0,24.1,77777,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1990,4,16,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,13.30,-5.60,27,101500,0,0,265,0,0,0,0,0,0,0,320,5.20,0,0,24.1,77777,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1990,4,16,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,10.60,-1.10,45,101500,0,0,264,0,0,0,0,0,0,0,160,4.10,0,0,24.1,77777,9,999999999,10,0.0000,0,88,0.000,0.0,1.0 +1990,4,16,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,7.80,2.20,68,101500,0,0,261,0,0,0,0,0,0,0,150,3.60,0,0,24.1,77777,9,999999999,12,0.0000,0,88,0.000,0.0,1.0 +1990,4,16,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,8.30,2.80,68,101500,0,0,264,0,0,0,0,0,0,0,200,3.10,0,0,24.1,77777,9,999999999,13,0.0000,0,88,0.000,0.0,1.0 +1990,4,17,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,7.80,3.30,74,101400,0,0,263,0,0,0,0,0,0,0,190,2.10,0,0,24.1,77777,9,999999999,13,0.0000,0,88,0.000,0.0,1.0 +1990,4,17,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,7.20,4.40,83,101400,0,0,263,0,0,0,0,0,0,0,180,4.10,0,0,24.1,77777,9,999999999,14,0.0000,0,88,0.000,0.0,1.0 +1990,4,17,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,7.20,4.40,83,101400,0,0,262,0,0,0,0,0,0,0,200,3.10,0,0,24.1,77777,9,999999999,14,0.0000,0,88,0.000,0.0,1.0 +1990,4,17,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,6.70,4.40,86,101300,0,0,287,0,0,0,0,0,0,0,180,5.20,6,4,19.3,6710,9,999999999,14,0.0000,0,88,0.000,0.0,1.0 +1990,4,17,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,6.70,4.40,86,101200,0,0,300,0,0,0,0,0,0,0,180,6.20,8,6,19.3,6710,9,999999999,14,0.0000,0,88,0.000,0.0,1.0 +1990,4,17,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,6.70,4.40,86,101100,113,1322,300,26,33,22,2800,1700,2600,460,190,7.20,8,6,19.3,6710,9,999999999,14,0.0000,0,88,0.000,0.0,1.0 +1990,4,17,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,7.80,5.00,83,101100,365,1356,333,72,8,70,8300,400,8200,2720,190,6.20,10,10,16.1,4570,9,999999999,15,0.0000,0,88,0.000,0.0,1.0 +1990,4,17,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,9.40,5.60,77,101000,607,1356,341,183,2,182,20700,200,20600,6960,200,6.20,10,10,19.3,6710,9,999999999,15,0.0000,0,88,0.000,0.0,1.0 +1990,4,17,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,11.10,5.60,69,101000,819,1356,349,207,2,206,24100,200,24000,9030,180,9.30,10,10,19.3,4570,9,999999999,15,0.0000,0,88,0.000,0.0,1.0 +1990,4,17,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,11.70,4.40,62,100800,987,1356,351,190,10,182,22800,800,22300,8910,200,10.30,10,10,19.3,1830,9,999999999,14,0.0000,0,88,0.000,0.8,1.0 +1990,4,17,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,10.00,6.10,77,100700,1099,1356,344,202,4,199,24600,300,24400,9920,200,9.30,10,10,12.9,910,9,999999999,16,0.0000,0,88,0.000,0.5,1.0 +1990,4,17,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,9.40,6.70,83,100600,1148,1356,341,391,1,390,45500,100,45400,16660,200,10.80,10,10,11.3,880,9,999999999,16,0.0000,0,88,0.000,0.0,1.0 +1990,4,17,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,10.60,7.80,83,100500,1130,1356,347,348,1,347,40700,100,40700,15330,220,10.30,10,10,12.9,490,9,999999999,17,0.0000,0,88,0.000,0.0,1.0 +1990,4,17,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,11.10,8.90,86,100500,1046,1356,351,326,5,322,37900,500,37600,14130,220,9.30,10,10,11.3,400,9,999999999,18,0.0000,0,88,0.000,0.0,1.0 +1990,4,17,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,12.80,10.60,87,100400,903,1356,360,172,1,172,20600,100,20600,8210,230,7.20,10,10,11.3,850,9,999999999,20,0.0000,0,88,0.000,2.3,1.0 +1990,4,17,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,10.00,7.80,86,100500,709,1356,345,135,1,134,15900,100,15800,6030,290,9.30,10,10,12.9,1130,9,999999999,17,0.0000,0,88,0.000,1.3,1.0 +1990,4,17,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,7.80,4.40,80,100600,479,1356,333,83,0,83,9700,0,9700,3470,310,10.80,10,10,12.9,1680,9,999999999,14,0.0000,0,88,0.000,0.3,1.0 +1990,4,17,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,6.10,2.80,80,100700,229,1356,325,35,0,35,4100,0,4100,1340,300,7.70,10,10,16.1,2130,9,999999999,13,0.0000,0,88,0.000,0.0,1.0 +1990,4,17,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,6.10,0.00,65,100800,22,599,324,10,0,10,0,0,0,0,300,6.70,10,10,16.1,2740,9,999999999,11,0.0000,0,88,0.000,0.0,1.0 +1990,4,17,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,6.10,0.00,65,100900,0,0,324,0,0,0,0,0,0,0,290,6.70,10,10,24.1,2740,9,999999999,11,0.0000,0,88,0.000,0.0,1.0 +1990,4,17,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,6.70,-4.40,45,101000,0,0,317,0,0,0,0,0,0,0,290,8.20,9,9,24.1,3350,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1990,4,17,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,5.60,-7.80,38,101100,0,0,234,0,0,0,0,0,0,0,290,8.80,0,0,24.1,77777,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +1990,4,17,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,5.00,-7.80,40,101200,0,0,233,0,0,0,0,0,0,0,300,7.70,0,0,24.1,77777,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +1990,4,17,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,4.40,-7.20,43,101400,0,0,232,0,0,0,0,0,0,0,300,7.70,0,0,24.1,77777,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +1990,4,18,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,3.90,-6.70,47,101500,0,0,255,0,0,0,0,0,0,0,330,8.20,3,3,24.1,77777,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1990,4,18,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,3.30,-7.20,46,101600,0,0,228,0,0,0,0,0,0,0,320,8.80,0,0,24.1,77777,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +1990,4,18,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,2.20,-7.80,48,101700,0,0,223,0,0,0,0,0,0,0,320,8.20,0,0,24.1,77777,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +1990,4,18,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,2.20,-8.90,44,101800,0,0,220,0,0,0,0,0,0,0,310,7.70,0,0,24.1,77777,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +1990,4,18,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,1.70,-9.40,44,102000,0,0,217,0,0,0,0,0,0,0,310,7.20,0,0,24.1,77777,9,999999999,6,0.0000,0,88,0.000,0.0,1.0 +1990,4,18,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,2.20,-10.60,39,102100,119,1344,216,40,125,28,4100,6100,3600,500,310,6.20,0,0,24.1,77777,9,999999999,6,0.0000,0,88,0.000,0.0,1.0 +1990,4,18,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,3.30,-10.60,36,102200,371,1355,218,196,487,65,20500,41800,9100,1210,310,5.20,0,0,24.1,77777,9,999999999,6,0.0000,0,88,0.000,0.0,1.0 +1990,4,18,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,5.00,-9.40,35,102200,612,1355,224,400,680,95,42400,66300,12400,1970,300,7.70,0,0,24.1,77777,9,999999999,6,0.0000,0,88,0.000,0.0,1.0 +1990,4,18,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,6.10,-8.90,34,102300,824,1355,228,588,775,119,61400,76900,14500,2660,270,5.70,0,0,24.1,77777,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +1990,4,18,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,7.80,-10.00,27,102300,992,1355,231,749,841,135,79000,84500,17000,3790,310,7.70,0,0,24.1,77777,9,999999999,6,0.0000,0,88,0.000,0.0,1.0 +1990,4,18,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,8.30,-8.30,30,102300,1103,1355,235,845,861,146,89800,86900,18800,5150,260,7.20,0,0,24.1,77777,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +1990,4,18,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,9.40,-5.60,35,102300,1152,1355,289,826,667,260,86900,67400,29500,10850,290,9.30,5,5,24.1,77777,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1990,4,18,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,8.90,-7.20,32,102300,1133,1355,286,602,350,310,66700,38100,34800,11910,280,10.30,5,5,24.1,77777,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +1990,4,18,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,8.90,-6.70,33,102300,1050,1355,296,361,129,261,40400,13800,29700,8900,280,10.80,6,6,24.1,1520,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1990,4,18,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,8.30,-8.90,29,102300,906,1355,311,481,214,338,52300,22500,37200,9840,300,11.80,8,8,32.2,1520,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +1990,4,18,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,6.70,-4.40,45,102500,713,1355,281,407,451,171,43400,45500,19400,3690,320,10.80,5,5,32.2,77777,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1990,4,18,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,7.20,-3.30,47,102600,483,1355,268,252,393,113,26700,36600,13600,2150,330,10.30,3,3,32.2,77777,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1990,4,18,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,5.60,-6.10,43,102700,233,1355,242,96,292,46,10200,20400,6700,820,310,8.80,1,1,32.2,77777,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1990,4,18,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,5.00,-11.70,29,102800,24,621,225,9,0,7,0,0,0,0,320,9.30,0,0,24.1,77777,9,999999999,6,0.0000,0,88,0.000,0.0,1.0 +1990,4,18,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,4.40,-11.70,30,103000,0,0,224,0,0,0,0,0,0,0,310,8.20,0,0,24.1,77777,9,999999999,6,0.0000,0,88,0.000,0.0,1.0 +1990,4,18,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,3.90,-10.60,34,103100,0,0,225,0,0,0,0,0,0,0,320,5.70,0,0,24.1,77777,9,999999999,6,0.0000,0,88,0.000,0.0,1.0 +1990,4,18,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,3.90,-11.10,33,103200,0,0,225,0,0,0,0,0,0,0,300,4.60,0,0,24.1,77777,9,999999999,6,0.0000,0,88,0.000,0.0,1.0 +1990,4,18,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,2.80,-10.60,37,103200,0,0,222,0,0,0,0,0,0,0,310,2.60,0,0,24.1,77777,9,999999999,6,0.0000,0,88,0.000,0.0,1.0 +1990,4,18,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,2.80,-10.00,39,103300,0,0,223,0,0,0,0,0,0,0,260,3.10,0,0,24.1,77777,9,999999999,6,0.0000,0,88,0.000,0.0,1.0 +1990,4,19,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,1.70,-7.80,50,103300,0,0,223,0,0,0,0,0,0,0,190,2.10,0,0,24.1,77777,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +1990,4,19,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,1.70,-9.40,44,103300,0,0,220,0,0,0,0,0,0,0,250,3.60,0,0,24.1,77777,9,999999999,6,0.0000,0,88,0.000,0.0,1.0 +1990,4,19,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,2.20,-10.60,39,103300,0,0,219,0,0,0,0,0,0,0,260,4.10,0,0,24.1,77777,9,999999999,6,0.0000,0,88,0.000,0.0,1.0 +1990,4,19,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,2.80,-10.60,37,103400,0,0,220,0,0,0,0,0,0,0,280,4.10,0,0,24.1,77777,9,999999999,6,0.0000,0,88,0.000,0.0,1.0 +1990,4,19,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,2.80,-9.40,41,103500,0,34,221,0,0,0,0,0,0,0,280,4.10,0,0,24.1,77777,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +1990,4,19,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,2.80,-7.80,46,103600,125,1355,222,40,109,29,4100,4900,3700,520,280,4.10,0,0,24.1,77777,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +1990,4,19,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,4.40,-7.80,41,103700,377,1355,226,198,465,70,20500,40000,9400,1290,300,4.10,0,0,24.1,77777,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +1990,4,19,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,7.80,-6.70,36,103700,618,1355,238,397,651,102,41900,63400,12900,2100,330,2.60,0,0,24.1,77777,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1990,4,19,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,7.80,-3.90,44,103800,829,1355,242,583,745,128,62200,75400,16000,3140,150,2.10,0,0,24.1,77777,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1990,4,19,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,8.30,-4.40,41,103800,996,1355,242,736,804,146,77000,80500,17600,4030,130,5.20,0,0,24.1,77777,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1990,4,19,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,8.30,-3.90,42,103700,1107,1355,243,844,841,157,88900,84700,19500,5500,130,5.70,0,0,24.1,77777,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1990,4,19,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,10.00,-3.90,38,103600,1155,1355,248,891,856,162,94100,86300,20400,6490,120,4.60,0,0,24.1,77777,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1990,4,19,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,9.40,-3.30,41,103600,1137,1355,248,872,850,160,92100,85600,20000,6070,120,8.20,0,0,24.1,77777,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1990,4,19,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,8.90,-3.30,42,103500,1053,1355,246,794,827,152,83300,83100,18600,4690,120,10.30,0,0,24.1,77777,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1990,4,19,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,10.00,-1.70,45,103500,910,1355,254,660,781,137,68700,77800,16300,3290,120,7.70,0,0,24.1,77777,9,999999999,10,0.0000,0,88,0.000,0.0,1.0 +1990,4,19,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,13.30,-2.80,33,103400,717,1355,265,484,703,115,51500,70000,14400,2540,210,8.20,0,0,24.1,77777,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1990,4,19,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,11.10,-1.10,43,103400,487,1355,261,284,559,85,29800,51800,11100,1640,190,9.30,0,0,24.1,77777,9,999999999,10,0.0000,0,88,0.000,0.0,1.0 +1990,4,19,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,10.00,-0.60,48,103400,238,1355,259,99,283,50,10500,19900,7000,890,200,8.20,0,0,24.1,77777,9,999999999,11,0.0000,0,88,0.000,0.0,1.0 +1990,4,19,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,8.30,-1.10,52,103500,26,643,253,11,0,10,1200,400,1200,210,200,10.30,0,0,24.1,77777,9,999999999,10,0.0000,0,88,0.000,0.0,1.0 +1990,4,19,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,7.80,-0.60,56,103500,0,0,254,0,0,0,0,0,0,0,210,8.20,0,0,24.1,77777,9,999999999,11,0.0000,0,88,0.000,0.0,1.0 +1990,4,19,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,6.70,-1.10,58,103500,0,0,250,0,0,0,0,0,0,0,220,7.70,0,0,24.1,77777,9,999999999,10,0.0000,0,88,0.000,0.0,1.0 +1990,4,19,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,6.10,-1.10,60,103500,0,0,248,0,0,0,0,0,0,0,220,6.20,0,0,24.1,77777,9,999999999,10,0.0000,0,88,0.000,0.0,1.0 +1990,4,19,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,6.10,-0.60,63,103500,0,0,250,0,0,0,0,0,0,0,220,8.20,0,0,24.1,77777,9,999999999,11,0.0000,0,88,0.000,0.0,1.0 +1990,4,19,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,5.60,-0.60,65,103500,0,0,256,0,0,0,0,0,0,0,220,6.70,1,1,24.1,77777,9,999999999,11,0.0000,0,88,0.000,0.0,1.0 +1990,4,20,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,5.60,-1.70,60,103400,0,0,261,0,0,0,0,0,0,0,210,7.70,6,2,24.1,77777,9,999999999,10,0.0000,0,88,0.000,0.0,1.0 +1990,4,20,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,6.10,2.80,80,103400,0,0,277,0,0,0,0,0,0,0,230,8.20,10,3,24.1,77777,9,999999999,13,0.0000,0,88,0.000,0.0,1.0 +1990,4,20,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,5.60,2.80,83,103400,0,0,274,0,0,0,0,0,0,0,220,6.70,10,3,24.1,77777,9,999999999,13,0.0000,0,88,0.000,0.0,1.0 +1990,4,20,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,5.60,2.80,83,103300,0,0,274,0,0,0,0,0,0,0,220,6.20,10,3,24.1,77777,9,999999999,13,0.0000,0,88,0.000,0.0,1.0 +1990,4,20,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,5.60,2.80,83,103400,0,56,273,0,0,0,0,0,0,0,220,8.20,10,3,24.1,77777,9,999999999,13,0.0000,0,88,0.000,0.0,1.0 +1990,4,20,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,5.60,2.80,83,103300,131,1354,279,47,42,43,5100,2700,4900,960,220,7.70,10,4,19.3,77777,9,999999999,13,0.0000,0,88,0.000,0.0,1.0 +1990,4,20,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,7.80,3.30,74,103300,382,1354,295,205,361,104,21300,31200,12500,1960,220,8.80,10,5,24.1,77777,9,999999999,14,0.0000,0,88,0.000,0.0,1.0 +1990,4,20,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,9.40,2.80,64,103200,623,1354,293,318,365,151,33700,36100,17100,3070,220,9.30,8,4,24.1,77777,9,999999999,13,0.0000,0,88,0.000,0.0,1.0 +1990,4,20,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,11.10,2.20,55,103100,834,1354,299,432,288,255,46700,30700,27700,6460,210,11.30,10,4,24.1,77777,9,999999999,13,0.0000,0,88,0.000,0.0,1.0 +1990,4,20,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,12.20,2.20,51,103100,1000,1354,319,564,494,199,62000,51600,23800,5980,220,10.80,9,6,24.1,7620,9,999999999,13,0.0000,0,88,0.000,0.0,1.0 +1990,4,20,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,14.40,0.60,39,103100,1111,1354,318,666,473,278,72000,49400,31300,10740,220,9.30,10,5,24.1,77777,9,999999999,11,0.0000,0,88,0.000,0.0,1.0 +1990,4,20,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,15.00,2.20,42,102900,1159,1354,332,673,463,278,73300,48500,31700,12240,220,10.30,10,6,24.1,6710,9,999999999,13,0.0000,0,88,0.000,0.0,1.0 +1990,4,20,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,15.00,3.90,48,102800,1140,1354,351,610,323,338,67200,35100,37500,13350,220,9.30,10,8,24.1,6710,9,999999999,14,0.0000,0,88,0.000,0.0,1.0 +1990,4,20,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,13.90,3.90,51,102700,1056,1354,329,798,644,296,85000,67000,32600,10150,220,9.30,10,6,24.1,6710,9,999999999,14,0.0000,0,88,0.000,0.0,1.0 +1990,4,20,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,13.90,3.90,51,102600,913,1354,346,463,282,274,50400,30300,29900,7490,200,9.80,9,8,24.1,2440,9,999999999,14,0.0000,0,88,0.000,0.0,1.0 +1990,4,20,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,13.90,3.90,51,102500,720,1354,354,261,109,203,28700,11300,22700,5170,190,9.80,10,9,24.1,2740,9,999999999,14,0.0000,0,88,0.000,0.0,1.0 +1990,4,20,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,13.30,4.40,55,102400,491,1354,305,262,391,121,27600,36600,14300,2330,200,10.30,10,3,24.1,77777,9,999999999,14,0.0000,0,88,0.000,0.0,1.0 +1990,4,20,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,12.20,4.40,59,102400,242,1354,332,68,71,56,7600,5300,6600,1200,200,9.80,10,7,24.1,3960,9,999999999,14,0.0000,0,88,0.000,0.0,1.0 +1990,4,20,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,11.10,5.00,66,102400,28,666,306,16,0,14,1600,700,1600,340,200,8.80,10,4,24.1,77777,9,999999999,15,0.0000,0,88,0.000,0.0,1.0 +1990,4,20,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,10.60,5.00,69,102400,0,0,348,0,0,0,0,0,0,0,210,8.80,10,10,24.1,2440,9,999999999,15,0.0000,0,88,0.000,0.0,1.0 +1990,4,20,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,10.00,5.60,74,102300,0,0,345,0,0,0,0,0,0,0,210,8.80,10,10,24.1,2290,9,999999999,15,0.0000,0,88,0.000,0.0,1.0 +1990,4,20,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,10.60,6.10,74,102200,0,0,349,0,0,0,0,0,0,0,210,8.20,10,10,24.1,2290,9,999999999,16,0.0000,0,88,0.000,0.0,1.0 +1990,4,20,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,10.60,6.10,74,102100,0,0,349,0,0,0,0,0,0,0,220,8.20,10,10,24.1,1830,9,999999999,16,0.0000,0,88,0.000,0.0,1.0 +1990,4,20,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,11.10,6.10,72,102000,0,0,351,0,0,0,0,0,0,0,220,8.20,10,10,24.1,1680,9,999999999,16,0.0000,0,88,0.000,0.0,1.0 +1990,4,21,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,11.70,6.70,72,101900,0,0,354,0,0,0,0,0,0,0,220,8.20,10,10,24.1,1520,9,999999999,16,0.0000,0,88,0.000,0.0,1.0 +1990,4,21,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,11.70,6.70,72,101800,0,0,354,0,0,0,0,0,0,0,210,7.70,10,10,24.1,1490,9,999999999,16,0.0000,0,88,0.000,0.3,1.0 +1990,4,21,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,11.10,7.80,80,101800,0,0,352,0,0,0,0,0,0,0,220,7.20,10,10,12.9,1370,9,999999999,17,0.0000,0,88,0.000,0.8,1.0 +1990,4,21,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,10.60,8.30,86,101700,0,0,349,0,0,0,0,0,0,0,220,6.20,10,10,12.9,1400,9,999999999,18,0.0000,0,88,0.000,1.3,1.0 +1990,4,21,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,10.60,8.90,90,101700,1,101,349,0,0,0,0,0,0,0,220,6.70,10,10,11.3,1160,9,999999999,19,0.0000,0,88,0.000,0.5,1.0 +1990,4,21,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,10.60,9.40,93,101700,137,1353,336,22,25,20,2500,1400,2400,420,220,7.20,10,8,11.3,460,9,999999999,19,0.0000,0,88,0.000,1.0,1.0 +1990,4,21,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,10.60,10.00,96,101600,388,1353,350,42,5,41,5100,200,5100,1770,220,6.20,10,10,11.3,460,9,999999999,20,0.0000,0,88,0.000,1.3,1.0 +1990,4,21,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,11.10,10.60,96,101600,628,1353,352,118,14,111,13900,900,13400,4910,230,6.20,10,10,9.7,270,9,999999999,20,0.0000,0,88,0.000,1.5,1.0 +1990,4,21,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,11.10,10.00,93,101600,838,1353,352,139,11,132,16800,800,16300,6390,230,5.70,10,10,9.7,270,9,999999999,20,0.0000,0,88,0.000,1.0,1.0 +1990,4,21,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,11.10,10.00,93,101600,1005,1353,351,222,2,221,26500,200,26400,10510,230,5.70,10,10,9.7,310,9,999999999,20,0.0000,0,88,0.000,1.8,1.0 +1990,4,21,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,11.70,10.60,93,101500,1115,1353,355,210,10,202,25600,800,25000,10080,240,5.20,10,10,9.7,310,9,999999999,21,0.0000,0,88,0.000,0.8,1.0 +1990,4,21,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,11.70,11.10,96,101500,1162,1353,355,245,1,245,29700,100,29700,11900,240,3.10,10,10,9.7,340,9,999999999,21,0.0000,0,88,0.000,1.3,1.0 +1990,4,21,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,12.20,11.10,93,101400,1143,1353,357,231,6,226,28000,500,27600,11110,270,2.60,10,10,9.7,340,9,999999999,21,0.0000,0,88,0.000,0.3,1.0 +1990,4,21,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,12.80,11.70,93,101400,1060,1353,361,218,3,216,26300,200,26100,10520,350,3.10,10,10,9.7,270,9,999999999,22,0.0000,0,88,0.000,0.3,1.0 +1990,4,21,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,12.80,12.20,97,101400,916,1353,355,323,25,306,37000,2300,35400,12690,80,3.60,10,9,9.7,640,9,999999999,23,0.0000,0,88,0.000,0.3,1.0 +1990,4,21,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,12.20,11.10,93,101400,724,1353,358,115,6,112,13800,400,13600,5240,60,5.70,10,10,9.7,460,9,999999999,21,0.0000,0,88,0.000,0.0,1.0 +1990,4,21,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,11.10,10.60,96,101400,495,1353,352,101,32,89,11100,3000,10000,2660,60,5.20,10,10,9.7,1190,9,999999999,20,0.0000,0,88,0.000,0.0,1.0 +1990,4,21,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,10.60,10.00,96,101500,246,1353,350,37,6,36,4300,100,4300,1400,40,4.60,10,10,9.7,1310,9,999999999,20,0.0000,0,88,0.000,0.0,1.0 +1990,4,21,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,10.60,9.40,93,101600,30,688,350,7,0,7,800,0,800,270,30,4.60,10,10,9.7,1830,9,999999999,19,0.0000,0,88,0.000,0.0,1.0 +1990,4,21,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,10.00,8.90,93,101600,0,0,347,0,0,0,0,0,0,0,20,3.60,10,10,9.7,1490,9,999999999,19,0.0000,0,88,0.000,0.0,1.0 +1990,4,21,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,10.00,8.90,93,101600,0,0,347,0,0,0,0,0,0,0,20,5.70,10,10,8.0,270,9,999999999,19,0.0000,0,88,0.000,0.0,1.0 +1990,4,21,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,10.00,8.90,93,101700,0,0,347,0,0,0,0,0,0,0,10,4.10,10,10,8.0,270,9,999999999,19,0.0000,0,88,0.000,0.0,1.0 +1990,4,21,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,10.00,8.90,93,101700,0,0,347,0,0,0,0,0,0,0,360,4.10,10,10,11.3,2130,9,999999999,19,0.0000,0,88,0.000,0.0,1.0 +1990,4,21,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,9.40,8.90,96,101700,0,0,344,0,0,0,0,0,0,0,50,6.20,10,10,6.4,180,9,999999999,18,0.0000,0,88,0.000,0.0,1.0 +1990,4,22,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,9.40,8.30,93,101700,0,0,344,0,0,0,0,0,0,0,10,4.10,10,10,11.3,1980,9,999999999,18,0.0000,0,88,0.000,0.0,1.0 +1990,4,22,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,9.40,7.80,90,101700,0,0,344,0,0,0,0,0,0,0,360,5.20,10,10,11.3,1190,9,999999999,17,0.0000,0,88,0.000,0.0,1.0 +1990,4,22,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,8.90,7.80,93,101700,0,0,328,0,0,0,0,0,0,0,20,3.60,9,8,12.9,1980,9,999999999,17,0.0000,0,88,0.000,0.0,1.0 +1990,4,22,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,8.90,7.20,89,101700,0,0,327,0,0,0,0,0,0,0,20,4.10,9,8,12.9,1980,9,999999999,17,0.0000,0,88,0.000,0.0,1.0 +1990,4,22,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,8.30,6.70,89,101700,1,124,276,0,0,0,0,0,0,0,40,4.10,2,1,12.9,77777,9,999999999,16,0.0000,0,88,0.000,0.0,1.0 +1990,4,22,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,8.90,6.70,86,101800,143,1352,271,45,170,27,4800,9000,3800,470,20,4.10,0,0,12.9,77777,9,999999999,16,0.0000,0,88,0.000,0.0,1.0 +1990,4,22,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,10.00,6.70,80,101800,394,1352,281,209,472,72,21600,41200,9600,1340,40,4.60,1,1,24.1,77777,9,999999999,16,0.0000,0,88,0.000,0.0,1.0 +1990,4,22,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,10.60,6.10,74,101800,633,1352,281,390,635,94,41500,62400,12200,1990,50,4.60,1,1,24.1,77777,9,999999999,16,0.0000,0,88,0.000,0.0,1.0 +1990,4,22,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,11.10,6.70,74,101800,843,1352,313,464,390,221,49200,40100,24200,5420,90,6.20,6,5,24.1,1070,9,999999999,16,0.0000,0,88,0.000,0.0,1.0 +1990,4,22,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,11.70,5.60,66,101800,1009,1352,313,721,646,240,75100,64800,26700,7160,90,6.20,6,5,24.1,1220,9,999999999,15,0.0000,0,88,0.000,0.0,1.0 +1990,4,22,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,12.20,5.60,64,101800,1119,1352,300,725,503,309,77600,52500,34100,12280,110,5.70,8,3,24.1,77777,9,999999999,15,0.0000,0,88,0.000,0.0,1.0 +1990,4,22,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,10.60,6.10,74,101700,1166,1352,278,814,715,198,87400,73300,24100,8910,120,5.70,7,1,24.1,77777,9,999999999,16,0.0000,0,88,0.000,0.0,1.0 +1990,4,22,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,11.70,5.60,66,101600,1147,1352,290,838,740,211,89400,75500,25200,8910,110,6.20,4,2,24.1,77777,9,999999999,15,0.0000,0,88,0.000,0.0,1.0 +1990,4,22,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,11.10,5.60,69,101600,1063,1352,272,793,840,133,84500,84900,17600,4380,120,6.70,0,0,24.1,77777,9,999999999,15,0.0000,0,88,0.000,0.0,1.0 +1990,4,22,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,11.70,4.40,62,101500,920,1352,272,666,804,121,70400,80700,15400,3110,100,6.20,0,0,24.1,77777,9,999999999,14,0.0000,0,88,0.000,0.0,1.0 +1990,4,22,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,10.60,3.30,61,101400,727,1352,267,497,739,102,51900,72700,12800,2150,110,7.70,0,0,24.1,77777,9,999999999,13,0.0000,0,88,0.000,0.0,1.0 +1990,4,22,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,10.60,3.30,61,101400,499,1352,268,298,607,76,31500,56900,10500,1500,120,8.20,0,0,24.1,77777,9,999999999,13,0.0000,0,88,0.000,0.0,1.0 +1990,4,22,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,10.00,4.40,69,101400,250,1352,269,111,352,47,11500,26100,6700,850,130,6.20,0,0,24.1,77777,9,999999999,14,0.0000,0,88,0.000,0.0,1.0 +1990,4,22,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,10.60,4.40,66,101400,32,710,273,15,0,13,1600,1000,1600,270,160,5.20,0,0,19.3,77777,9,999999999,14,0.0000,0,88,0.000,0.0,1.0 +1990,4,22,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,10.60,5.00,69,101400,0,0,275,0,0,0,0,0,0,0,190,8.20,0,0,19.3,77777,9,999999999,15,0.0000,0,88,0.000,0.0,1.0 +1990,4,22,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,10.60,5.60,72,101400,0,0,278,0,0,0,0,0,0,0,190,5.20,0,0,19.3,77777,9,999999999,15,0.0000,0,88,0.000,0.0,1.0 +1990,4,22,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,10.60,6.10,74,101300,0,0,300,0,0,0,0,0,0,0,200,5.20,3,3,19.3,77777,9,999999999,16,0.0000,0,88,0.000,0.0,1.0 +1990,4,22,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,10.60,6.70,77,101300,0,0,342,0,0,0,0,0,0,0,220,5.20,9,9,16.1,2740,9,999999999,16,0.0000,0,88,0.000,0.0,1.0 +1990,4,22,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,10.00,6.70,80,101300,0,0,313,0,0,0,0,0,0,0,230,5.70,5,5,16.1,77777,9,999999999,16,0.0000,0,88,0.000,0.0,1.0 +1990,4,23,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,9.40,6.70,83,101200,0,0,277,0,0,0,0,0,0,0,230,4.60,0,0,16.1,77777,9,999999999,16,0.0000,0,88,0.000,0.0,1.0 +1990,4,23,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,8.90,6.10,83,101200,0,0,273,0,0,0,0,0,0,0,220,3.10,0,0,16.1,77777,9,999999999,16,0.0000,0,88,0.000,0.0,1.0 +1990,4,23,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,10.60,6.10,74,101100,0,0,279,0,0,0,0,0,0,0,280,4.10,0,0,16.1,77777,9,999999999,16,0.0000,0,88,0.000,0.0,1.0 +1990,4,23,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,10.60,5.60,72,101100,0,0,277,0,0,0,0,0,0,0,290,4.10,0,0,16.1,77777,9,999999999,15,0.0000,0,88,0.000,0.0,1.0 +1990,4,23,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,11.70,5.00,64,101200,2,169,278,1,0,1,0,0,0,0,310,6.20,0,0,16.1,77777,9,999999999,15,0.0000,0,88,0.000,0.0,1.0 +1990,4,23,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,10.60,5.60,72,101300,148,1352,274,48,124,35,5200,6400,4500,630,60,4.10,0,0,16.1,77777,9,999999999,15,0.0000,0,88,0.000,0.0,1.0 +1990,4,23,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,11.70,5.60,66,101300,399,1352,277,208,450,76,21500,39400,9900,1400,10,3.10,0,0,16.1,77777,9,999999999,15,0.0000,0,88,0.000,0.0,1.0 +1990,4,23,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,11.10,6.10,72,101400,638,1352,275,406,629,111,42800,61500,13700,2300,120,3.60,0,0,16.1,77777,9,999999999,16,0.0000,0,88,0.000,0.0,1.0 +1990,4,23,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,13.30,7.20,67,101400,847,1352,285,591,724,138,62900,73300,16800,3440,120,3.60,0,0,16.1,77777,9,999999999,17,0.0000,0,88,0.000,0.0,1.0 +1990,4,23,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,13.30,6.70,64,101400,1013,1352,283,743,783,157,77300,78300,18500,4390,90,7.20,0,0,16.1,77777,9,999999999,16,0.0000,0,88,0.000,0.0,1.0 +1990,4,23,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,14.40,7.20,62,101500,1122,1352,289,841,811,168,88100,81500,20300,6070,110,4.60,0,0,19.3,77777,9,999999999,17,0.0000,0,88,0.000,0.0,1.0 +1990,4,23,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,13.30,6.10,62,101500,1169,1352,281,885,825,173,93100,83000,21200,7200,70,5.70,0,0,19.3,77777,9,999999999,16,0.0000,0,88,0.000,0.0,1.0 +1990,4,23,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,11.70,6.10,69,101500,1150,1352,275,867,820,171,91100,82400,20800,6690,80,8.80,0,0,16.1,77777,9,999999999,16,0.0000,0,88,0.000,0.0,1.0 +1990,4,23,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,11.70,6.10,69,101500,1066,1352,276,791,798,162,82500,80000,19300,5080,90,8.20,0,0,16.1,77777,9,999999999,16,0.0000,0,88,0.000,0.0,1.0 +1990,4,23,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,11.10,6.70,74,101600,923,1352,276,660,754,147,70600,76800,18100,4030,120,7.20,0,0,24.1,77777,9,999999999,16,0.0000,0,88,0.000,0.0,1.0 +1990,4,23,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,10.60,6.10,74,101600,730,1352,273,486,675,123,51400,67300,15000,2730,120,6.20,0,0,24.1,77777,9,999999999,16,0.0000,0,88,0.000,0.0,1.0 +1990,4,23,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,9.40,5.60,77,101700,502,1352,269,290,538,91,30200,50100,11600,1750,100,4.60,0,0,24.1,77777,9,999999999,15,0.0000,0,88,0.000,0.0,1.0 +1990,4,23,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,8.30,5.00,80,101700,254,1352,264,105,279,54,11200,20400,7400,970,60,3.60,0,0,24.1,77777,9,999999999,15,0.0000,0,88,0.000,0.0,1.0 +1990,4,23,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,7.80,4.40,80,101800,34,732,262,14,0,13,1500,600,1500,320,70,3.10,0,0,19.3,77777,9,999999999,14,0.0000,0,88,0.000,0.0,1.0 +1990,4,23,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,7.80,4.40,80,101800,0,0,263,0,0,0,0,0,0,0,330,1.50,0,0,19.3,77777,9,999999999,14,0.0000,0,88,0.000,0.0,1.0 +1990,4,23,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,8.30,3.90,74,101900,0,0,265,0,0,0,0,0,0,0,30,1.50,0,0,19.3,77777,9,999999999,14,0.0000,0,88,0.000,0.0,1.0 +1990,4,23,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,8.30,3.90,74,101900,0,0,266,0,0,0,0,0,0,0,10,2.10,0,0,19.3,77777,9,999999999,14,0.0000,0,88,0.000,0.0,1.0 +1990,4,23,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,9.40,3.30,66,102000,0,0,269,0,0,0,0,0,0,0,340,4.10,0,0,16.1,77777,9,999999999,13,0.0000,0,88,0.000,0.0,1.0 +1990,4,23,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,8.90,3.90,71,102000,0,0,269,0,0,0,0,0,0,0,350,4.10,0,0,16.1,77777,9,999999999,14,0.0000,0,88,0.000,0.0,1.0 +1990,4,24,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,8.30,3.90,74,102000,0,0,266,0,0,0,0,0,0,0,310,4.10,0,0,16.1,77777,9,999999999,14,0.0000,0,88,0.000,0.0,1.0 +1990,4,24,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,8.30,3.90,74,102000,0,0,266,0,0,0,0,0,0,0,300,4.10,0,0,11.3,77777,9,999999999,14,0.0000,0,88,0.000,0.0,1.0 +1990,4,24,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,7.80,4.40,80,102100,0,0,264,0,0,0,0,0,0,0,310,4.10,0,0,11.3,77777,9,999999999,14,0.0000,0,88,0.000,0.0,1.0 +1990,4,24,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,7.80,4.40,80,102100,0,0,271,0,0,0,0,0,0,0,310,3.10,3,1,11.3,77777,9,999999999,14,0.0000,0,88,0.000,0.0,1.0 +1990,4,24,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,5.60,3.30,86,102200,2,191,252,1,0,1,0,0,0,0,10,3.10,0,0,12.9,77777,9,999999999,13,0.0000,0,88,0.000,0.0,1.0 +1990,4,24,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,7.80,3.90,77,102200,154,1351,260,58,233,32,6200,13000,4700,570,10,3.60,0,0,12.9,77777,9,999999999,14,0.0000,0,88,0.000,0.0,1.0 +1990,4,24,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,9.40,2.80,64,102300,405,1351,263,229,569,61,24300,50600,9100,1170,50,5.70,0,0,19.3,77777,9,999999999,13,0.0000,0,88,0.000,0.0,1.0 +1990,4,24,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,10.60,2.80,59,102300,643,1351,266,430,728,85,45000,70800,11200,1770,50,6.20,0,0,19.3,77777,9,999999999,13,0.0000,0,88,0.000,0.0,1.0 +1990,4,24,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,10.60,3.30,61,102400,852,1351,274,564,731,104,59900,73300,13600,2550,80,6.20,2,1,24.1,77777,9,999999999,13,0.0000,0,88,0.000,0.0,1.0 +1990,4,24,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,10.00,2.80,61,102400,1017,1351,262,758,799,158,78900,79900,18600,4450,80,8.20,6,0,24.1,77777,9,999999999,13,0.0000,0,88,0.000,0.0,1.0 +1990,4,24,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,9.40,3.30,66,102400,1126,1351,268,838,758,207,89400,77400,24800,8290,80,8.20,8,1,24.1,77777,9,999999999,13,0.0000,0,88,0.000,0.0,1.0 +1990,4,24,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,9.40,3.90,69,102400,1172,1351,301,779,503,342,83100,52500,37400,15990,100,7.20,9,5,24.1,7620,9,999999999,14,0.0000,0,88,0.000,0.0,1.0 +1990,4,24,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,9.40,4.40,71,102400,1153,1351,294,622,326,344,68500,35400,38200,14120,110,7.20,10,4,24.1,77777,9,999999999,14,0.0000,0,88,0.000,0.0,1.0 +1990,4,24,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,9.40,4.40,71,102300,1069,1351,302,712,495,321,75400,51500,34600,11420,110,6.70,10,5,24.1,77777,9,999999999,14,0.0000,0,88,0.000,0.0,1.0 +1990,4,24,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,8.30,3.90,74,102300,926,1351,289,599,521,242,63900,53900,26800,6600,110,7.20,8,4,24.1,77777,9,999999999,14,0.0000,0,88,0.000,0.0,1.0 +1990,4,24,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,8.90,1.70,61,102200,734,1351,289,462,506,189,49100,51300,21200,4180,110,6.70,8,4,24.1,77777,9,999999999,12,0.0000,0,88,0.000,0.0,1.0 +1990,4,24,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,8.90,2.80,66,102200,506,1351,284,284,424,127,30000,40000,15000,2460,110,6.70,8,3,24.1,77777,9,999999999,13,0.0000,0,88,0.000,0.0,1.0 +1990,4,24,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,8.90,2.80,66,102200,258,1351,285,110,209,71,11700,15300,8800,1360,120,4.60,8,3,24.1,77777,9,999999999,13,0.0000,0,88,0.000,0.0,1.0 +1990,4,24,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,9.40,-0.60,50,102200,37,777,266,16,0,12,1500,900,1400,200,160,5.20,3,1,24.1,77777,9,999999999,11,0.0000,0,88,0.000,0.0,1.0 +1990,4,24,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,8.90,0.60,56,102200,0,0,260,0,0,0,0,0,0,0,190,4.10,0,0,19.3,77777,9,999999999,11,0.0000,0,88,0.000,0.0,1.0 +1990,4,24,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,8.90,0.60,56,102200,0,0,284,0,0,0,0,0,0,0,200,6.20,3,3,19.3,77777,9,999999999,11,0.0000,0,88,0.000,0.0,1.0 +1990,4,24,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,8.30,3.30,71,102200,0,0,315,0,0,0,0,0,0,0,200,6.20,10,7,19.3,7620,9,999999999,13,0.0000,0,88,0.000,0.0,1.0 +1990,4,24,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,8.30,2.80,68,102200,0,0,314,0,0,0,0,0,0,0,220,6.20,10,7,24.1,7620,9,999999999,13,0.0000,0,88,0.000,0.0,1.0 +1990,4,24,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,7.80,2.20,68,102200,0,0,333,0,0,0,0,0,0,0,200,5.20,10,10,24.1,4570,9,999999999,13,0.0000,0,88,0.000,0.0,1.0 +1990,4,25,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,7.80,3.30,74,102200,0,0,292,0,0,0,0,0,0,0,190,5.20,10,4,24.1,77777,9,999999999,13,0.0000,0,88,0.000,0.0,1.0 +1990,4,25,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,7.20,4.40,83,102200,0,0,331,0,0,0,0,0,0,0,190,5.20,10,10,24.1,4270,9,999999999,14,0.0000,0,88,0.000,0.0,1.0 +1990,4,25,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,7.20,4.40,83,102200,0,0,331,0,0,0,0,0,0,0,190,5.20,10,10,24.1,3960,9,999999999,14,0.0000,0,88,0.000,0.0,1.0 +1990,4,25,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,7.20,3.90,80,102100,0,0,331,0,0,0,0,0,0,0,200,6.20,10,10,24.1,3960,9,999999999,14,0.0000,0,88,0.000,0.0,1.0 +1990,4,25,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,7.20,4.40,83,102100,3,236,324,0,0,0,0,0,0,0,200,5.70,10,9,19.3,3960,9,999999999,14,0.0000,0,88,0.000,0.0,1.0 +1990,4,25,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,7.80,3.90,77,102100,160,1350,333,28,1,27,3100,0,3100,980,210,6.20,10,10,24.1,3660,9,999999999,14,0.0000,0,88,0.000,0.0,1.0 +1990,4,25,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,8.30,2.80,68,102100,410,1350,335,86,5,85,9900,300,9800,3320,200,5.70,10,10,24.1,3660,9,999999999,13,0.0000,0,88,0.000,0.0,1.0 +1990,4,25,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,9.40,2.20,61,102000,648,1350,339,191,1,191,21700,100,21700,7510,220,7.20,10,10,24.1,4570,9,999999999,12,0.0000,0,88,0.000,0.0,1.0 +1990,4,25,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,10.00,3.30,64,102000,856,1350,343,230,6,226,26700,500,26400,9920,200,6.20,10,10,24.1,4570,9,999999999,13,0.0000,0,88,0.000,0.0,1.0 +1990,4,25,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,10.60,2.80,59,101900,1020,1350,345,201,3,199,24200,200,24100,9720,220,7.70,10,10,24.1,4570,9,999999999,13,0.0000,0,88,0.000,0.0,1.0 +1990,4,25,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,10.60,3.90,64,101800,1129,1350,346,258,0,258,30900,0,30900,12330,250,8.80,10,10,24.1,3960,9,999999999,14,0.0000,0,88,0.000,0.0,1.0 +1990,4,25,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,10.60,5.00,69,101800,1176,1350,346,209,5,205,25700,400,25400,10290,240,7.70,10,10,24.1,1070,9,999999999,15,0.0000,0,88,0.000,0.0,1.0 +1990,4,25,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,9.40,5.00,74,101700,1156,1350,340,260,3,258,31400,200,31200,12390,220,7.70,10,10,16.1,760,9,999999999,15,0.0000,0,88,0.000,0.0,1.0 +1990,4,25,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,9.40,5.60,77,101600,1072,1350,341,220,1,219,26500,100,26400,10680,220,8.20,10,10,19.3,580,9,999999999,15,0.0000,0,88,0.000,0.0,1.0 +1990,4,25,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,8.30,5.60,83,101500,929,1350,336,181,2,180,21700,200,21600,8640,210,7.20,10,10,19.3,520,9,999999999,15,0.0000,0,88,0.000,0.0,1.0 +1990,4,25,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,8.30,5.60,83,101500,737,1350,336,233,1,232,26400,100,26400,9250,220,7.70,10,10,19.3,400,9,999999999,15,0.0000,0,88,0.000,0.0,1.0 +1990,4,25,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,8.30,5.60,83,101400,510,1350,336,149,0,149,16800,0,16800,5520,200,6.20,10,10,19.3,400,9,999999999,15,0.0000,0,88,0.000,0.0,1.0 +1990,4,25,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,8.30,5.60,83,101400,262,1350,336,63,1,62,7000,0,7000,2180,230,6.20,10,10,19.3,460,9,999999999,15,0.0000,0,88,0.000,0.0,1.0 +1990,4,25,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,8.30,5.60,83,101400,39,799,337,14,0,14,1600,0,1600,490,220,5.70,10,10,19.3,460,9,999999999,15,0.0000,0,88,0.000,0.0,1.0 +1990,4,25,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,8.30,6.10,86,101500,0,0,337,0,0,0,0,0,0,0,230,5.20,10,10,19.3,910,9,999999999,16,0.0000,0,88,0.000,0.0,1.0 +1990,4,25,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,8.30,5.60,83,101500,0,0,337,0,0,0,0,0,0,0,230,4.60,10,10,19.3,910,9,999999999,15,0.0000,0,88,0.000,0.0,1.0 +1990,4,25,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,8.90,6.10,83,101400,0,0,340,0,0,0,0,0,0,0,200,3.60,10,10,19.3,910,9,999999999,16,0.0000,0,88,0.000,0.0,1.0 +1990,4,25,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,8.30,6.10,86,101400,0,0,337,0,0,0,0,0,0,0,190,4.10,10,10,19.3,820,9,999999999,16,0.0000,0,88,0.000,0.0,1.0 +1990,4,25,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,8.30,6.10,86,101400,0,0,338,0,0,0,0,0,0,0,220,4.10,10,10,19.3,400,9,999999999,16,0.0000,0,88,0.000,0.0,1.0 +1990,4,26,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,8.30,6.70,89,101300,0,0,338,0,0,0,0,0,0,0,240,3.10,10,10,12.9,310,9,999999999,16,0.0000,0,88,0.000,0.0,1.0 +1990,4,26,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,8.30,6.70,89,101300,0,0,338,0,0,0,0,0,0,0,200,2.60,10,10,11.3,310,9,999999999,16,0.0000,0,88,0.000,0.0,1.0 +1990,4,26,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,8.30,6.70,89,101300,0,0,311,0,0,0,0,0,0,0,190,3.10,10,6,11.3,3660,9,999999999,16,0.0000,0,88,0.000,0.0,1.0 +1990,4,26,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,9.40,7.20,86,101400,0,0,343,0,0,0,0,0,0,0,300,4.60,10,10,9.7,310,9,999999999,17,0.0000,0,88,0.000,0.0,1.0 +1990,4,26,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,8.90,7.20,89,101300,4,259,340,1,0,1,0,0,0,0,160,3.10,10,10,11.3,3660,9,999999999,17,0.0000,0,88,0.000,0.0,1.0 +1990,4,26,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,8.30,7.20,93,101300,165,1349,330,47,66,39,5200,4100,4700,820,140,3.60,10,9,12.9,4270,9,999999999,17,0.0000,0,88,0.000,0.0,1.0 +1990,4,26,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,9.40,7.20,86,101400,415,1349,342,94,5,92,10700,300,10600,3550,250,2.60,10,10,12.9,4270,9,999999999,17,0.0000,0,88,0.000,0.0,1.0 +1990,4,26,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,9.40,7.20,86,101400,653,1349,342,201,11,196,22800,900,22400,7670,150,3.10,10,10,11.3,490,9,999999999,17,0.0000,0,88,0.000,0.0,1.0 +1990,4,26,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,10.00,7.80,86,101400,860,1349,345,269,19,257,31000,1700,29900,10900,140,3.10,10,10,8.0,490,9,999999999,17,0.0000,0,88,0.000,0.0,1.0 +1990,4,26,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,11.10,8.30,83,101400,1024,1349,350,295,8,289,34600,700,34000,13000,140,3.60,10,10,8.0,880,9,999999999,18,0.0000,0,88,0.000,0.0,1.0 +1990,4,26,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,12.20,8.90,80,101400,1133,1349,327,774,650,229,82000,66000,26500,9290,140,3.60,6,6,8.0,3960,9,999999999,18,0.0000,0,88,0.000,0.0,1.0 +1990,4,26,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,14.40,9.40,72,101400,1179,1349,360,625,133,508,67800,14100,55500,22100,110,4.10,10,9,11.3,4270,9,999999999,19,0.0000,0,88,0.000,0.0,1.0 +1990,4,26,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,13.30,9.40,78,101300,1159,1349,362,290,4,287,34700,300,34400,13470,90,6.20,10,10,11.3,4270,9,999999999,19,0.0000,0,88,0.000,0.0,1.0 +1990,4,26,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,13.90,9.40,75,101300,1075,1349,358,390,89,319,43100,9100,35800,12930,100,5.70,9,9,11.3,1490,9,999999999,19,0.0000,0,88,0.000,0.0,1.0 +1990,4,26,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,12.20,8.90,80,101200,932,1349,314,703,758,181,74200,76600,21200,4920,80,5.70,6,4,12.9,2130,9,999999999,18,0.0000,0,88,0.000,0.0,1.0 +1990,4,26,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,12.20,8.90,80,101200,740,1349,286,435,646,82,46600,64300,11200,1910,80,5.20,0,0,12.9,77777,9,999999999,18,0.0000,0,88,0.000,0.0,1.0 +1990,4,26,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,12.20,8.90,80,101200,513,1349,287,319,678,63,33600,63900,9300,1310,70,3.60,0,0,16.1,77777,9,999999999,18,0.0000,0,88,0.000,0.0,1.0 +1990,4,26,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,13.90,8.90,72,101200,266,1349,296,128,441,42,13400,33900,6700,780,40,2.10,1,0,16.1,77777,9,999999999,19,0.0000,0,88,0.000,0.0,1.0 +1990,4,26,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,12.20,8.90,80,101200,42,821,297,19,43,15,1900,1300,1800,260,110,2.60,6,1,16.1,77777,9,999999999,18,0.0000,0,88,0.000,0.0,1.0 +1990,4,26,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,15.60,10.00,70,101300,0,0,315,0,0,0,0,0,0,0,210,5.70,6,1,16.1,77777,9,999999999,20,0.0000,0,88,0.000,0.0,1.0 +1990,4,26,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,13.90,10.00,78,101300,0,0,309,0,0,0,0,0,0,0,210,5.70,3,1,16.1,77777,9,999999999,20,0.0000,0,88,0.000,0.0,1.0 +1990,4,26,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,12.80,9.40,80,101300,0,0,303,0,0,0,0,0,0,0,230,5.20,2,1,16.1,77777,9,999999999,19,0.0000,0,88,0.000,0.0,1.0 +1990,4,26,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,11.70,8.90,83,101300,0,0,291,0,0,0,0,0,0,0,220,5.70,0,0,19.3,77777,9,999999999,19,0.0000,0,88,0.000,0.0,1.0 +1990,4,26,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,11.10,8.90,86,101300,0,0,289,0,0,0,0,0,0,0,220,5.70,0,0,19.3,77777,9,999999999,18,0.0000,0,88,0.000,0.0,1.0 +1990,4,27,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,11.10,8.90,86,101300,0,0,289,0,0,0,0,0,0,0,220,6.20,0,0,16.1,77777,9,999999999,18,0.0000,0,88,0.000,0.0,1.0 +1990,4,27,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,11.10,8.90,86,101200,0,0,288,0,0,0,0,0,0,0,230,6.70,0,0,12.9,77777,9,999999999,18,0.0000,0,88,0.000,0.0,1.0 +1990,4,27,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,10.00,9.40,96,101200,0,0,291,0,0,0,0,0,0,0,220,5.20,5,1,9.7,77777,9,999999999,19,0.0000,0,88,0.000,0.0,1.0 +1990,4,27,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,11.10,9.40,90,101200,0,0,294,0,0,0,0,0,0,0,220,5.20,6,1,9.7,77777,9,999999999,19,0.0000,0,88,0.000,0.0,1.0 +1990,4,27,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,11.10,9.40,90,101200,5,303,293,2,0,2,0,0,0,0,220,5.20,10,1,9.7,77777,9,999999999,19,0.0000,0,88,0.000,0.0,1.0 +1990,4,27,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,12.20,9.40,83,101200,171,1349,303,62,104,49,6500,5900,5800,930,230,5.20,9,2,12.9,77777,9,999999999,19,0.0000,0,88,0.000,0.0,1.0 +1990,4,27,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,15.00,10.00,72,101200,420,1349,309,211,384,92,22400,34400,11700,1710,240,4.60,3,1,12.9,77777,9,999999999,20,0.0000,0,88,0.000,0.0,1.0 +1990,4,27,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,18.30,11.10,63,101200,657,1349,325,410,598,119,42900,58600,14300,2480,250,4.10,4,1,12.9,77777,9,999999999,21,0.0000,0,88,0.000,0.0,1.0 +1990,4,27,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,22.80,12.20,52,101200,864,1349,348,584,620,187,60900,62000,21100,4570,260,3.60,9,1,16.1,77777,9,999999999,23,0.0000,0,88,0.000,0.0,1.0 +1990,4,27,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,26.70,13.90,45,101200,1028,1349,371,720,654,222,75600,66000,25200,7010,230,4.10,10,1,19.3,77777,9,999999999,25,0.0000,0,88,0.000,0.0,1.0 +1990,4,27,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,30.00,14.40,39,101100,1136,1349,396,655,427,295,70600,44600,32900,12340,280,3.10,10,2,19.3,77777,9,999999999,26,0.0000,0,88,0.000,0.0,1.0 +1990,4,27,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,31.70,15.00,36,101100,1182,1349,399,843,698,232,89700,71100,27300,10970,230,3.10,10,1,24.1,77777,9,999999999,26,0.0000,0,88,0.000,0.0,1.0 +1990,4,27,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,31.70,13.90,34,101000,1162,1349,412,812,621,277,85100,62500,31100,12070,160,4.10,10,3,24.1,77777,9,999999999,25,0.0000,0,88,0.000,0.0,1.0 +1990,4,27,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,27.80,14.40,44,100900,1078,1349,408,661,440,310,70400,45800,33700,11250,130,4.60,7,5,24.1,7620,9,999999999,26,0.0000,0,88,0.000,0.0,1.0 +1990,4,27,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,31.10,13.30,34,100900,935,1349,424,647,564,257,68800,58400,28200,7150,70,4.10,10,5,24.1,77777,9,999999999,24,0.0000,0,88,0.000,0.0,1.0 +1990,4,27,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,32.20,11.70,28,100900,744,1349,436,391,271,242,41800,28500,26100,5800,270,3.60,9,6,24.1,7620,9,999999999,21,0.0000,0,88,0.000,0.0,1.0 +1990,4,27,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,32.80,11.70,28,100900,517,1349,432,189,83,157,20700,8000,17700,4340,280,5.20,10,5,19.3,77777,9,999999999,22,0.0000,0,88,0.000,0.0,1.0 +1990,4,27,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,31.70,10.60,27,100900,270,1349,424,107,166,74,11300,12500,8800,1420,290,5.20,10,5,19.3,77777,9,999999999,20,0.0000,0,88,0.000,0.0,1.0 +1990,4,27,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,30.00,10.00,29,100900,44,843,398,19,9,18,2000,500,2000,430,280,4.10,10,3,19.3,77777,9,999999999,20,0.0000,0,88,0.000,0.0,1.0 +1990,4,27,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,29.40,9.40,29,101000,0,0,386,0,0,0,0,0,0,0,270,5.20,5,2,19.3,77777,9,999999999,19,0.0000,0,88,0.000,0.0,1.0 +1990,4,27,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,28.30,8.90,30,101000,0,0,372,0,0,0,0,0,0,0,280,5.20,2,1,19.3,77777,9,999999999,19,0.0000,0,88,0.000,0.0,1.0 +1990,4,27,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,27.20,9.40,33,101000,0,0,361,0,0,0,0,0,0,0,290,4.10,0,0,19.3,77777,9,999999999,19,0.0000,0,88,0.000,0.0,1.0 +1990,4,27,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,24.40,10.00,40,101100,0,0,365,0,0,0,0,0,0,0,260,3.60,7,2,24.1,77777,9,999999999,20,0.0000,0,88,0.000,0.0,1.0 +1990,4,27,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,22.80,10.00,45,101100,0,0,357,0,0,0,0,0,0,0,260,4.60,7,2,24.1,77777,9,999999999,20,0.0000,0,88,0.000,0.0,1.0 +1990,4,28,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.00,10.00,39,101100,0,0,398,0,0,0,0,0,0,0,280,5.20,7,6,24.1,3660,9,999999999,20,0.0000,0,88,0.000,0.0,1.0 +1990,4,28,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,24.40,10.00,40,101100,0,0,409,0,0,0,0,0,0,0,280,4.60,8,8,24.1,3660,9,999999999,20,0.0000,0,88,0.000,0.0,1.0 +1990,4,28,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,20.00,10.60,55,101100,0,0,351,0,0,0,0,0,0,0,0,0.00,3,3,19.3,77777,9,999999999,21,0.0000,0,88,0.000,0.0,1.0 +1990,4,28,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,21.10,10.60,51,101100,0,0,363,0,0,0,0,0,0,0,240,2.10,4,4,19.3,77777,9,999999999,20,0.0000,0,88,0.000,0.0,1.0 +1990,4,28,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,17.20,11.10,68,101200,6,326,324,3,0,1,0,0,0,0,200,2.60,2,1,19.3,77777,9,999999999,21,0.0000,0,88,0.000,0.0,1.0 +1990,4,28,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,22.20,11.10,50,101200,176,1348,338,75,361,29,7900,23200,4800,530,290,4.10,0,0,19.3,77777,9,999999999,21,0.0000,0,88,0.000,0.0,1.0 +1990,4,28,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.90,12.20,48,101200,425,1348,348,252,649,49,26700,59000,8000,1030,240,3.10,0,0,19.3,77777,9,999999999,23,0.0000,0,88,0.000,0.0,1.0 +1990,4,28,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,26.10,11.70,41,101300,662,1348,355,449,781,67,47200,75900,9900,1510,310,3.60,0,0,19.3,77777,9,999999999,22,0.0000,0,88,0.000,0.0,1.0 +1990,4,28,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,29.40,11.70,33,101300,868,1348,370,628,849,82,65700,84300,11200,2020,310,4.10,0,0,19.3,77777,9,999999999,22,0.0000,0,88,0.000,0.0,1.0 +1990,4,28,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,31.10,10.00,27,101300,1031,1348,371,778,898,92,81100,89800,12200,2730,310,4.60,0,0,24.1,77777,9,999999999,20,0.0000,0,88,0.000,0.0,1.0 +1990,4,28,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,32.20,10.00,25,101300,1139,1348,376,876,921,98,91000,92400,12800,3600,120,2.60,0,0,24.1,77777,9,999999999,19,0.0000,0,88,0.000,0.0,1.0 +1990,4,28,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,28.90,12.20,36,101200,1185,1348,367,907,918,101,94200,92100,13000,4210,130,5.20,0,0,24.1,77777,9,999999999,23,0.0000,0,88,0.000,0.0,1.0 +1990,4,28,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,21.70,11.10,51,101200,1165,1348,353,803,677,219,85700,69100,25900,9850,70,10.30,3,3,19.3,77777,9,999999999,21,0.0000,0,88,0.000,0.0,1.0 +1990,4,28,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,16.10,10.60,70,101300,1080,1348,327,662,539,230,69700,54500,25900,8150,70,8.20,4,3,17.7,77777,9,999999999,21,0.0000,0,88,0.000,0.0,1.0 +1990,4,28,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,13.30,9.40,78,101400,938,1348,327,596,540,222,64400,56000,25300,6130,60,9.30,5,5,11.3,77777,9,999999999,19,0.0000,0,88,0.000,0.0,1.0 +1990,4,28,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,11.10,8.30,83,101500,747,1348,316,385,367,182,41000,37300,20300,4050,60,9.80,6,5,9.7,2440,9,999999999,18,0.0000,0,88,0.000,0.0,1.0 +1990,4,28,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,10.60,7.80,83,101600,520,1348,313,291,441,122,30900,42000,14700,2360,60,9.30,6,5,8.0,2440,9,999999999,17,0.0000,0,88,0.000,0.0,1.0 +1990,4,28,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,10.00,7.80,86,101700,274,1348,346,69,4,68,7700,100,7700,2370,50,9.30,10,10,6.4,310,9,999999999,17,0.0000,0,88,0.000,0.0,1.0 +1990,4,28,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,9.40,7.80,90,101800,47,865,343,8,0,8,1000,0,1000,310,40,9.30,10,10,4.0,210,9,999999999,17,0.0000,0,88,0.000,0.0,1.0 +1990,4,28,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,8.90,7.20,89,102000,0,0,341,0,0,0,0,0,0,0,50,10.30,10,10,4.0,180,9,999999999,17,0.0000,0,88,0.000,0.0,1.0 +1990,4,28,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,8.90,7.20,89,102100,0,0,341,0,0,0,0,0,0,0,50,8.80,10,10,4.0,210,9,999999999,17,0.0000,0,88,0.000,0.0,1.0 +1990,4,28,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,8.30,6.10,86,102200,0,0,337,0,0,0,0,0,0,0,50,9.30,10,10,8.0,460,9,999999999,16,0.0000,0,88,0.000,0.0,1.0 +1990,4,28,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,8.30,6.10,86,102300,0,0,338,0,0,0,0,0,0,0,50,9.80,10,10,9.7,670,9,999999999,16,0.0000,0,88,0.000,0.0,1.0 +1990,4,28,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,8.30,5.60,83,102400,0,0,337,0,0,0,0,0,0,0,50,8.80,10,10,11.3,700,9,999999999,15,0.0000,0,88,0.000,0.0,1.0 +1990,4,29,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,8.30,5.00,80,102400,0,0,337,0,0,0,0,0,0,0,50,9.80,10,10,12.9,760,9,999999999,15,0.0000,0,88,0.000,0.0,1.0 +1990,4,29,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,7.80,5.00,83,102400,0,0,335,0,0,0,0,0,0,0,60,9.30,10,10,12.9,700,9,999999999,15,0.0000,0,88,0.000,0.0,1.0 +1990,4,29,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,7.80,4.40,80,102400,0,0,334,0,0,0,0,0,0,0,70,8.80,10,10,12.9,700,9,999999999,14,0.0000,0,88,0.000,0.0,1.0 +1990,4,29,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,7.20,4.40,83,102400,0,0,331,0,0,0,0,0,0,0,70,9.80,10,10,11.3,640,9,999999999,14,0.0000,0,88,0.000,0.0,1.0 +1990,4,29,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,6.70,5.00,89,102500,8,370,329,0,0,0,0,0,0,0,70,8.80,10,10,4.8,460,9,999999999,15,0.0000,0,88,0.000,0.0,1.0 +1990,4,29,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,6.10,5.60,96,102500,182,1347,326,20,1,20,2400,0,2400,790,70,8.80,10,10,4.0,270,9,999999999,15,0.0000,0,88,0.000,0.0,1.0 +1990,4,29,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,6.10,5.60,96,102600,430,1347,326,57,0,57,6800,0,6800,2440,50,8.20,10,10,4.0,460,9,999999999,15,0.0000,0,88,0.000,0.0,1.0 +1990,4,29,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,6.10,5.60,96,102600,666,1347,326,121,1,121,14400,100,14300,5410,50,8.20,10,10,4.0,180,9,999999999,15,0.0000,0,88,0.000,0.0,1.0 +1990,4,29,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,6.70,6.10,96,102600,872,1347,328,148,4,145,17800,300,17600,7040,50,7.70,10,10,4.0,150,9,999999999,16,0.0000,0,88,0.000,0.0,1.0 +1990,4,29,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,6.70,6.10,96,102600,1035,1347,328,234,0,234,27900,0,27900,11140,50,8.20,10,10,4.0,210,9,999999999,16,0.0000,0,88,0.000,0.0,1.0 +1990,4,29,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,6.70,6.10,96,102600,1142,1347,328,244,1,243,29400,100,29400,11790,50,7.70,10,10,4.0,340,9,999999999,16,0.0000,0,88,0.000,0.0,1.0 +1990,4,29,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,6.70,6.10,96,102700,1187,1347,328,266,0,266,32100,0,32100,12770,60,8.80,10,10,4.0,180,9,999999999,16,0.0000,0,88,0.000,0.0,1.0 +1990,4,29,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,6.70,6.10,96,102600,1167,1347,328,232,1,231,28200,100,28100,11360,60,7.20,10,10,4.0,180,9,999999999,16,0.0000,0,88,0.000,0.0,1.0 +1990,4,29,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,6.70,6.70,100,102600,1083,1347,328,241,1,240,28900,100,28800,11540,60,7.70,10,10,2.4,120,9,999999999,16,0.0000,0,88,0.000,0.0,1.0 +1990,4,29,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,6.70,6.70,100,102600,941,1347,329,198,0,198,23600,0,23600,9390,60,7.20,10,10,1.6,150,9,999999999,16,0.0000,0,88,0.000,0.0,1.0 +1990,4,29,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,6.70,6.10,96,102600,750,1347,329,145,0,145,17100,0,17100,6610,50,7.70,10,10,2.4,150,9,999999999,16,0.0000,0,88,0.000,0.0,1.0 +1990,4,29,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,6.70,6.10,96,102600,524,1347,329,94,0,94,11000,0,11000,3980,50,7.20,10,10,2.4,180,9,999999999,16,0.0000,0,88,0.000,0.3,1.0 +1990,4,29,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,6.70,6.10,96,102600,278,1347,329,39,0,39,4600,0,4600,1550,60,7.20,10,10,2.0,120,9,999999999,16,0.0000,0,88,0.000,0.3,1.0 +1990,4,29,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,6.10,6.10,100,102600,49,887,326,11,0,11,1300,0,1300,410,60,6.70,10,10,2.0,180,9,999999999,16,0.0000,0,88,0.000,0.0,1.0 +1990,4,29,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,6.70,6.10,96,102600,0,0,330,0,0,0,0,0,0,0,60,6.70,10,10,2.0,120,9,999999999,16,0.0000,0,88,0.000,0.0,1.0 +1990,4,29,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,6.70,6.70,100,102500,0,0,330,0,0,0,0,0,0,0,50,6.20,10,10,2.0,120,9,999999999,16,0.0000,0,88,0.000,0.0,1.0 +1990,4,29,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,6.70,6.70,100,102600,0,0,330,0,0,0,0,0,0,0,50,5.70,10,10,3.2,120,9,999999999,16,0.0000,0,88,0.000,0.3,1.0 +1990,4,29,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,6.70,6.70,100,102500,0,0,330,0,0,0,0,0,0,0,50,6.20,10,10,3.2,120,9,999999999,16,0.0000,0,88,0.000,0.3,1.0 +1990,4,29,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,6.70,6.70,100,102500,0,0,330,0,0,0,0,0,0,0,50,5.70,10,10,2.4,120,9,999999999,16,0.0000,0,88,0.000,0.0,1.0 +1990,4,30,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,6.70,6.70,100,102400,0,0,330,0,0,0,0,0,0,0,50,6.70,10,10,9.7,150,9,999999999,16,0.0000,0,88,0.000,0.0,1.0 +1990,4,30,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,6.70,6.70,100,102400,0,0,330,0,0,0,0,0,0,0,50,8.20,10,10,2.4,180,9,999999999,16,0.0000,0,88,0.000,0.3,1.0 +1990,4,30,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,6.70,6.70,100,102400,0,0,330,0,0,0,0,0,0,0,50,5.20,10,10,2.4,180,9,999999999,16,0.0000,0,88,0.000,0.5,1.0 +1990,4,30,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,6.70,6.70,100,102300,0,0,330,0,0,0,0,0,0,0,50,6.20,10,10,1.6,150,9,999999999,16,0.0000,0,88,0.000,1.3,1.0 +1990,4,30,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,6.70,6.70,100,102300,9,393,330,2,0,2,0,0,0,0,50,6.20,10,10,2.4,150,9,999999999,16,0.0000,0,88,0.000,6.6,1.0 +1990,4,30,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,7.20,6.70,96,102300,187,1347,332,26,0,26,3000,0,3000,990,40,6.20,10,10,2.4,120,9,999999999,16,0.0000,0,88,0.000,0.8,1.0 +1990,4,30,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,7.20,7.20,100,102300,435,1347,332,73,0,73,8500,0,8500,3020,40,7.70,10,10,4.0,120,9,999999999,17,0.0000,0,88,0.000,0.3,1.0 +1990,4,30,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,7.20,7.20,100,102200,670,1347,331,126,1,126,14900,100,14900,5610,30,5.70,10,10,11.3,180,9,999999999,17,0.0000,0,88,0.000,0.8,1.0 +1990,4,30,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,7.20,7.20,100,102200,876,1347,331,169,0,169,20200,0,20200,8020,50,6.20,10,10,3.2,150,9,999999999,17,0.0000,0,88,0.000,0.3,1.0 +1990,4,30,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,8.30,7.80,96,102100,1038,1347,337,353,1,353,40900,100,40800,15010,30,5.70,10,10,11.3,180,9,999999999,17,0.0000,0,88,0.000,2.5,1.0 +1990,4,30,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,8.30,7.80,96,102100,1145,1347,336,228,2,227,27800,200,27600,11160,20,4.60,10,10,8.0,180,9,999999999,17,0.0000,0,88,0.000,0.0,1.0 +1990,4,30,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,8.90,8.30,96,102000,1190,1347,340,267,0,267,32200,0,32200,12810,30,4.60,10,10,8.0,180,9,999999999,18,0.0000,0,88,0.000,0.0,1.0 +1990,4,30,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,8.90,8.30,96,102000,1170,1347,340,410,1,410,47800,100,47700,17360,40,6.20,10,10,6.4,120,9,999999999,18,0.0000,0,88,0.000,0.0,1.0 +1990,4,30,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,8.30,8.30,100,101900,1086,1347,337,384,1,383,44400,100,44300,16160,40,6.70,10,10,3.2,120,9,999999999,18,0.0000,0,88,0.000,0.0,1.0 +1990,4,30,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,8.30,8.30,100,101900,944,1347,337,328,1,327,37500,100,37500,13530,30,5.70,10,10,1.2,90,9,999999999,18,0.0000,0,88,0.000,0.0,1.0 +1990,4,30,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,8.30,7.80,96,101800,753,1347,337,238,1,237,27000,100,27000,9520,40,5.70,10,10,3.2,150,9,999999999,17,0.0000,0,88,0.000,0.0,1.0 +1990,4,30,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,8.30,7.80,96,101800,527,1347,337,166,0,166,18600,0,18600,6040,30,5.20,10,10,2.0,150,9,999999999,17,0.0000,0,88,0.000,0.0,1.0 +1990,4,30,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,7.80,7.20,96,101800,282,1347,335,76,0,76,8500,0,8500,2590,30,4.60,10,10,0.6,60,9,999999999,17,0.0000,0,88,0.000,0.0,1.0 +1990,4,30,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,7.20,7.20,100,101800,52,909,332,18,0,18,2000,0,2000,610,40,4.60,10,10,1.2,30,9,999999999,17,0.0000,0,88,0.000,0.0,1.0 +1990,4,30,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,7.20,7.20,100,101700,0,0,332,0,0,0,0,0,0,0,20,3.60,10,10,0.4,30,9,999999999,17,0.0000,0,88,0.000,0.0,1.0 +1990,4,30,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,7.20,7.20,100,101600,0,0,333,0,0,0,0,0,0,0,10,4.10,10,10,0.4,60,9,999999999,17,0.0000,0,88,0.000,0.0,1.0 +1990,4,30,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,6.60,5.10,100,101600,0,0,329,0,0,0,0,0,0,0,350,4.30,10,10,11.3,150,9,999999999,17,0.0000,0,88,0.000,0.0,1.0 +1990,4,30,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,6.10,3.10,96,101500,0,0,326,0,0,0,0,0,0,0,360,4.60,10,10,9.7,150,9,999999999,17,0.0000,0,88,0.000,0.0,1.0 +1990,4,30,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,5.50,1.00,100,101500,0,0,322,0,0,0,0,0,0,0,360,4.80,10,10,0.4,90,9,999999999,17,0.0000,0,88,0.000,0.0,1.0 +1978,5,1,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,5.00,-0.90,38,100200,0,0,244,0,0,0,0,0,0,0,270,5.00,0,0,24.1,77777,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +1978,5,1,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,4.40,-3.00,41,100200,0,0,238,0,0,0,0,0,0,0,280,5.20,0,0,24.1,77777,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +1978,5,1,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,3.90,-5.00,43,100200,0,0,232,0,0,0,0,0,0,0,270,5.50,0,0,24.1,77777,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +1978,5,1,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,3.30,-7.20,46,100100,0,0,226,0,0,0,0,0,0,0,240,5.70,0,0,24.1,77777,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +1978,5,1,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,2.80,-7.20,48,100200,11,415,231,4,0,3,0,0,0,0,240,5.70,1,1,24.1,77777,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +1978,5,1,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,2.80,-6.70,50,100200,191,1346,223,84,355,34,8700,23500,5300,620,240,6.70,0,0,24.1,77777,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +1978,5,1,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,5.00,-6.70,43,100200,439,1346,229,270,654,58,28100,59600,8700,1160,240,6.20,0,0,24.1,77777,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +1978,5,1,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,6.70,-6.70,38,100100,674,1346,233,472,788,79,50100,77600,11200,1750,260,6.20,0,0,24.1,77777,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +1978,5,1,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,8.30,-6.10,36,100100,879,1346,239,651,852,95,67800,84600,12400,2160,280,5.70,0,0,24.1,77777,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1978,5,1,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,9.40,-5.60,35,100000,1041,1346,252,765,871,92,79700,87200,12100,2790,290,7.70,1,1,24.1,77777,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1978,5,1,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,11.10,-5.00,32,99900,1148,1346,258,871,891,111,90100,89300,13800,4000,290,8.20,1,1,24.1,77777,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1978,5,1,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,12.20,-5.00,30,99900,1193,1346,252,938,927,117,96900,92900,14400,4790,280,7.70,0,0,24.1,77777,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1978,5,1,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,13.30,-4.40,29,99800,1172,1346,287,929,912,135,95600,91300,15900,4810,290,8.20,3,3,24.1,77777,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1978,5,1,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,12.80,-5.00,29,99800,1088,1346,352,418,12,408,48100,1200,47100,16810,280,7.70,10,10,24.1,1680,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1978,5,1,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,11.70,-5.00,31,99800,946,1346,328,472,321,247,52000,34700,27600,6910,290,10.30,8,8,24.1,1520,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1978,5,1,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,11.70,-5.00,31,99900,756,1346,328,355,136,279,38500,14100,30600,7290,280,8.20,8,8,24.1,1680,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1978,5,1,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,10.00,-5.60,33,99900,530,1346,312,246,292,132,26600,28800,15300,2680,280,9.30,7,7,24.1,2740,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1978,5,1,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,9.40,-5.60,35,100000,286,1346,319,89,84,72,9800,6800,8400,1560,290,11.30,8,8,24.1,1520,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1978,5,1,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,8.30,-5.00,39,100100,55,931,288,24,46,19,2300,1600,2200,330,300,10.30,5,5,24.1,77777,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1978,5,1,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,6.70,-4.40,45,100200,0,0,258,0,0,0,0,0,0,0,280,6.70,2,2,24.1,77777,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1978,5,1,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,6.70,-4.40,45,100200,0,0,242,0,0,0,0,0,0,0,290,6.20,0,0,24.1,77777,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1978,5,1,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,6.10,-5.00,45,100300,0,0,240,0,0,0,0,0,0,0,280,5.20,0,0,24.1,77777,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1978,5,1,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,5.60,-4.40,49,100300,0,0,240,0,0,0,0,0,0,0,290,7.70,0,0,24.1,77777,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1978,5,1,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,5.60,-4.40,49,100200,0,0,240,0,0,0,0,0,0,0,290,6.70,0,0,24.1,77777,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1978,5,2,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,5.60,-3.90,51,100200,0,0,241,0,0,0,0,0,0,0,290,7.20,0,0,24.1,77777,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1978,5,2,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,5.00,-3.90,53,100200,0,0,238,0,0,0,0,0,0,0,290,7.70,0,0,24.1,77777,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1978,5,2,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,5.00,-3.90,53,100200,0,0,237,0,0,0,0,0,0,0,300,6.20,0,0,24.1,77777,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1978,5,2,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,4.40,-3.90,55,100300,0,0,235,0,0,0,0,0,0,0,280,6.70,0,0,24.1,77777,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1978,5,2,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,4.40,-3.90,55,100400,12,460,234,6,0,5,0,0,0,0,300,7.70,0,0,24.1,77777,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1978,5,2,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,5.00,-3.90,53,100400,196,1345,234,80,271,41,8500,17300,6000,730,300,6.70,0,0,24.1,77777,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1978,5,2,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,6.10,-3.90,49,100400,444,1345,237,257,568,71,27000,51700,9900,1370,300,6.20,0,0,24.1,77777,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1978,5,2,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,7.20,-2.80,49,100400,678,1345,242,461,722,98,49200,71800,12900,2140,310,8.80,0,0,24.1,77777,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1978,5,2,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,8.90,-2.20,46,100500,883,1345,248,641,796,119,67400,79700,15000,2930,270,6.70,0,0,24.1,77777,9,999999999,10,0.0000,0,88,0.000,0.0,1.0 +1978,5,2,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,10.60,-1.70,43,100500,1044,1345,254,790,845,134,83900,85400,17500,4270,290,6.20,0,0,24.1,77777,9,999999999,10,0.0000,0,88,0.000,0.0,1.0 +1978,5,2,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,12.20,-0.60,42,100400,1151,1345,261,887,871,143,91200,87100,16500,4570,300,7.20,0,0,24.1,77777,9,999999999,11,0.0000,0,88,0.000,0.0,1.0 +1978,5,2,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,13.30,0.00,40,100400,1195,1345,267,927,879,146,95100,88000,16700,5480,300,6.20,0,0,24.1,77777,9,999999999,11,0.0000,0,88,0.000,0.0,1.0 +1978,5,2,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,14.40,0.60,39,100300,1175,1345,272,912,879,144,93500,87900,16600,5010,310,5.70,0,0,24.1,77777,9,999999999,11,0.0000,0,88,0.000,0.0,1.0 +1978,5,2,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,16.10,0.60,35,100200,1091,1345,279,835,861,137,89100,87100,18200,4860,310,5.20,0,0,24.1,77777,9,999999999,11,0.0000,0,88,0.000,0.0,1.0 +1978,5,2,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,16.70,0.60,34,100200,949,1345,292,627,688,142,67400,70400,17600,4100,300,6.20,1,1,24.1,77777,9,999999999,11,0.0000,0,88,0.000,0.0,1.0 +1978,5,2,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,17.20,0.00,31,100200,759,1345,303,525,734,112,56100,73900,14300,2600,300,5.70,2,2,24.1,77777,9,999999999,11,0.0000,0,88,0.000,0.0,1.0 +1978,5,2,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,16.10,0.00,34,100300,534,1345,299,317,496,122,33800,47500,14900,2370,320,5.20,2,2,24.1,77777,9,999999999,11,0.0000,0,88,0.000,0.0,1.0 +1978,5,2,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,15.60,-0.60,34,100400,290,1345,288,134,385,52,13900,30400,7400,950,320,6.20,1,1,24.1,77777,9,999999999,11,0.0000,0,88,0.000,0.0,1.0 +1978,5,2,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,13.30,-0.60,39,100400,57,953,272,23,51,18,2300,1800,2200,310,330,7.70,0,0,24.1,77777,9,999999999,11,0.0000,0,88,0.000,0.0,1.0 +1978,5,2,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,12.20,-0.60,42,100500,0,0,269,0,0,0,0,0,0,0,350,7.20,0,0,24.1,77777,9,999999999,11,0.0000,0,88,0.000,0.0,1.0 +1978,5,2,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,11.70,-0.60,43,100600,0,0,268,0,0,0,0,0,0,0,360,7.70,0,0,24.1,77777,9,999999999,10,0.0000,0,88,0.000,0.0,1.0 +1978,5,2,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,10.60,-1.10,45,100700,0,0,264,0,0,0,0,0,0,0,350,7.70,0,0,24.1,77777,9,999999999,10,0.0000,0,88,0.000,0.0,1.0 +1978,5,2,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,9.40,-1.10,48,100700,0,0,260,0,0,0,0,0,0,0,340,5.70,0,0,24.1,77777,9,999999999,10,0.0000,0,88,0.000,0.0,1.0 +1978,5,2,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,7.80,-1.10,54,100700,0,0,254,0,0,0,0,0,0,0,320,3.60,0,0,24.1,77777,9,999999999,10,0.0000,0,88,0.000,0.0,1.0 +1978,5,3,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,7.80,-1.10,54,100700,0,0,308,0,0,0,0,0,0,0,320,4.10,7,7,24.1,1100,9,999999999,10,0.0000,0,88,0.000,0.0,1.0 +1978,5,3,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,7.80,-1.10,54,100700,0,0,332,0,0,0,0,0,0,0,310,4.60,10,10,24.1,1160,9,999999999,10,0.0000,0,88,0.000,0.0,1.0 +1978,5,3,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,8.30,-1.10,52,100700,0,0,334,0,0,0,0,0,0,0,300,6.70,10,10,24.1,1100,9,999999999,10,0.0000,0,88,0.000,0.0,1.0 +1978,5,3,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,8.30,-1.10,52,100700,0,0,334,0,0,0,0,0,0,0,290,5.20,10,10,24.1,1100,9,999999999,10,0.0000,0,88,0.000,0.0,1.0 +1978,5,3,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,8.30,-1.10,52,100700,14,482,333,2,0,2,0,0,0,0,300,6.70,10,10,24.1,1310,9,999999999,10,0.0000,0,88,0.000,0.0,1.0 +1978,5,3,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,8.30,-1.10,52,100800,201,1344,317,54,28,50,5900,2100,5600,1230,310,6.70,8,8,24.1,1400,9,999999999,10,0.0000,0,88,0.000,0.0,1.0 +1978,5,3,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,8.90,-1.10,50,100800,448,1344,311,148,103,114,16300,9700,13100,2580,290,6.20,7,7,24.1,2440,9,999999999,10,0.0000,0,88,0.000,0.0,1.0 +1978,5,3,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,10.00,-1.10,46,100800,682,1344,281,398,480,154,42500,48200,18000,3240,320,8.80,3,3,24.1,77777,9,999999999,10,0.0000,0,88,0.000,0.0,1.0 +1978,5,3,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,11.70,-0.60,43,100800,886,1344,287,592,598,198,61600,59800,22100,4970,320,7.20,3,3,24.1,77777,9,999999999,11,0.0000,0,88,0.000,0.0,1.0 +1978,5,3,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,12.20,-0.60,42,100800,1047,1344,298,663,499,274,71100,52000,30500,9310,310,6.70,4,4,24.1,77777,9,999999999,11,0.0000,0,88,0.000,0.0,1.0 +1978,5,3,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,13.30,0.60,42,100700,1153,1344,304,837,676,257,88100,68400,29300,11110,300,6.20,4,4,24.1,77777,9,999999999,11,0.0000,0,88,0.000,0.0,1.0 +1978,5,3,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,14.40,1.10,41,100600,1198,1344,300,875,712,240,92900,72500,28200,12150,340,5.20,3,3,24.1,77777,9,999999999,12,0.0000,0,88,0.000,0.0,1.0 +1978,5,3,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,15.60,1.10,38,100600,1177,1344,305,899,760,233,95500,77400,27600,10980,360,5.20,3,3,24.1,77777,9,999999999,12,0.0000,0,88,0.000,0.0,1.0 +1978,5,3,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,14.40,3.30,48,100600,1093,1344,330,550,240,355,60000,26000,38800,13000,130,4.60,6,6,24.1,1520,9,999999999,13,0.0000,0,88,0.000,0.0,1.0 +1978,5,3,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,13.30,4.40,55,100600,952,1344,343,498,230,336,54500,24300,37300,10290,110,5.20,8,8,24.1,1220,9,999999999,14,0.0000,0,88,0.000,0.0,1.0 +1978,5,3,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,11.70,4.40,62,100600,762,1344,328,333,206,216,36700,21500,24500,5660,90,6.70,7,7,24.1,1220,9,999999999,14,0.0000,0,88,0.000,0.0,1.0 +1978,5,3,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,11.10,4.40,64,100600,537,1344,341,157,109,114,17600,10800,13200,2670,110,5.20,10,9,24.1,1220,9,999999999,14,0.0000,0,88,0.000,0.0,1.0 +1978,5,3,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,11.10,5.00,66,100700,293,1344,342,75,0,75,8400,0,8400,2620,90,4.60,10,9,24.1,1220,9,999999999,15,0.0000,0,88,0.000,0.0,1.0 +1978,5,3,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,11.10,5.60,69,100800,60,975,350,22,1,22,2500,0,2500,720,120,3.10,10,10,24.1,910,9,999999999,15,0.0000,0,88,0.000,0.0,1.0 +1978,5,3,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,10.60,5.60,71,101000,0,0,348,0,0,0,0,0,0,0,360,6.20,10,10,24.1,1490,9,999999999,15,0.0000,0,88,0.000,0.0,1.0 +1978,5,3,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,9.40,5.60,77,101100,0,0,342,0,0,0,0,0,0,0,30,6.20,10,10,19.3,1310,9,999999999,15,0.0000,0,88,0.000,0.0,1.0 +1978,5,3,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,8.90,2.80,66,101200,0,0,331,0,0,0,0,0,0,0,360,4.60,10,9,24.1,1310,9,999999999,13,0.0000,0,88,0.000,0.0,1.0 +1978,5,3,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,9.40,1.10,56,101200,0,0,340,0,0,0,0,0,0,0,340,5.70,10,10,19.3,1400,9,999999999,12,0.0000,0,88,0.000,0.0,1.0 +1978,5,3,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,9.40,0.60,54,101300,0,0,325,0,0,0,0,0,0,0,340,4.60,8,8,19.3,1680,9,999999999,11,0.0000,0,88,0.000,0.0,1.0 +1978,5,4,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,8.90,-2.20,46,101300,0,0,272,0,0,0,0,0,0,0,330,6.20,2,2,24.1,77777,9,999999999,10,0.0000,0,88,0.000,0.0,1.0 +1978,5,4,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,7.20,-2.80,49,101300,0,0,248,0,0,0,0,0,0,0,340,4.10,0,0,24.1,77777,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1978,5,4,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,6.10,-2.80,53,101300,0,0,244,0,0,0,0,0,0,0,310,6.20,0,0,24.1,77777,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1978,5,4,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,6.10,-2.20,56,101300,0,0,244,0,0,0,0,0,0,0,320,6.20,0,0,24.1,77777,9,999999999,10,0.0000,0,88,0.000,0.0,1.0 +1978,5,4,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,5.60,-2.20,58,101300,15,504,241,9,0,6,0,0,0,0,310,3.60,0,0,24.1,77777,9,999999999,10,0.0000,0,88,0.000,0.0,1.0 +1978,5,4,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,6.10,-2.20,56,101500,206,1344,242,95,406,34,9900,28000,5700,620,300,6.70,0,0,24.1,77777,9,999999999,10,0.0000,0,88,0.000,0.0,1.0 +1978,5,4,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,7.20,-2.20,51,101500,452,1344,244,280,674,55,29500,62100,8600,1140,300,6.20,0,0,24.1,77777,9,999999999,10,0.0000,0,88,0.000,0.0,1.0 +1978,5,4,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,8.90,-1.70,48,101500,686,1344,250,480,797,74,51400,78900,11100,1700,310,4.10,0,0,24.1,77777,9,999999999,10,0.0000,0,88,0.000,0.0,1.0 +1978,5,4,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,10.00,-1.70,44,101500,890,1344,253,662,866,89,69000,86100,11900,2150,330,3.10,0,0,24.1,77777,9,999999999,10,0.0000,0,88,0.000,0.0,1.0 +1978,5,4,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,11.70,-0.60,43,101500,1050,1344,261,808,907,100,84000,90800,12900,2970,90,5.20,0,0,24.1,77777,9,999999999,11,0.0000,0,88,0.000,0.0,1.0 +1978,5,4,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,11.70,0.00,45,101500,1156,1344,270,850,878,94,88300,88100,12300,3720,130,5.20,1,1,24.1,77777,9,999999999,11,0.0000,0,88,0.000,0.0,1.0 +1978,5,4,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,11.70,0.60,47,101500,1200,1344,262,916,904,109,94800,90700,13600,4740,130,6.20,0,0,24.1,77777,9,999999999,11,0.0000,0,88,0.000,0.0,1.0 +1978,5,4,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,12.20,1.10,47,101500,1180,1344,266,909,913,108,94200,91600,13600,4380,110,7.70,0,0,24.1,77777,9,999999999,12,0.0000,0,88,0.000,0.0,1.0 +1978,5,4,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,12.20,1.70,49,101500,1096,1344,267,840,898,108,87000,89900,13500,3430,110,7.70,1,0,24.1,77777,9,999999999,12,0.0000,0,88,0.000,0.0,1.0 +1978,5,4,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,12.20,1.70,49,101400,954,1344,285,674,691,185,71200,69900,21500,5230,110,7.70,7,2,24.1,77777,9,999999999,12,0.0000,0,88,0.000,0.0,1.0 +1978,5,4,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,12.20,2.80,53,101500,765,1344,329,354,243,216,38400,25700,23700,5120,130,6.70,8,7,24.1,6100,9,999999999,13,0.0000,0,88,0.000,0.0,1.0 +1978,5,4,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,11.70,2.20,53,101500,541,1344,343,246,201,166,26900,19800,18900,3890,130,6.20,10,9,24.1,6100,9,999999999,13,0.0000,0,88,0.000,0.0,1.0 +1978,5,4,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,11.70,1.70,51,101500,297,1344,351,107,44,98,11800,3700,11000,2360,130,6.20,10,10,24.1,4570,9,999999999,12,0.0000,0,88,0.000,0.0,1.0 +1978,5,4,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,11.70,0.60,47,101400,63,1019,351,9,1,8,1000,0,1000,310,160,6.20,10,10,24.1,4570,9,999999999,11,0.0000,0,88,0.000,0.0,1.0 +1978,5,4,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,11.10,0.60,49,101400,0,0,348,0,0,0,0,0,0,0,160,5.70,10,10,24.1,4570,9,999999999,11,0.0000,0,88,0.000,0.0,1.0 +1978,5,4,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,10.60,1.10,52,101500,0,0,346,0,0,0,0,0,0,0,170,4.60,10,10,24.1,4570,9,999999999,12,0.0000,0,88,0.000,0.0,1.0 +1978,5,4,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,10.60,1.10,52,101500,0,0,346,0,0,0,0,0,0,0,170,3.60,10,10,24.1,3660,9,999999999,12,0.0000,0,88,0.000,0.0,1.0 +1978,5,4,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,10.00,1.10,54,101400,0,0,343,0,0,0,0,0,0,0,140,3.10,10,10,24.1,6100,9,999999999,12,0.0000,0,88,0.000,0.0,1.0 +1978,5,4,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,9.40,1.70,59,101300,0,0,341,0,0,0,0,0,0,0,110,4.10,10,10,24.1,3350,9,999999999,12,0.0000,0,88,0.000,0.0,1.0 +1978,5,5,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,8.90,0.60,56,101300,0,0,338,0,0,0,0,0,0,0,150,4.10,10,10,24.1,3050,9,999999999,11,0.0000,0,88,0.000,0.0,1.0 +1978,5,5,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,8.90,1.10,59,101200,0,0,338,0,0,0,0,0,0,0,100,4.60,10,10,24.1,2440,9,999999999,12,0.0000,0,88,0.000,0.0,1.0 +1978,5,5,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,8.90,2.20,63,101200,0,0,338,0,0,0,0,0,0,0,100,6.20,10,10,24.1,2130,9,999999999,12,0.0000,0,88,0.000,0.0,1.0 +1978,5,5,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,8.90,3.30,68,101100,0,0,339,0,0,0,0,0,0,0,60,6.70,10,10,20.9,1520,9,999999999,13,0.0000,0,88,0.000,0.0,1.0 +1978,5,5,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,8.30,2.80,68,101100,17,548,335,3,0,3,0,0,0,0,70,6.70,10,10,19.3,910,9,999999999,13,0.0000,0,88,0.000,0.0,1.0 +1978,5,5,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,8.30,3.90,74,101200,211,1343,335,25,2,25,3000,0,3000,990,70,7.20,10,10,11.3,910,9,999999999,14,0.0000,0,88,0.000,0.3,1.0 +1978,5,5,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,7.80,2.80,71,101100,456,1343,332,66,5,64,7800,300,7700,2750,70,8.80,10,10,11.3,550,9,999999999,13,0.0000,0,88,0.000,1.0,1.0 +1978,5,5,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,7.80,3.90,77,101100,690,1343,333,106,3,104,12700,200,12600,4840,100,10.30,10,10,9.7,270,9,999999999,14,0.0000,0,88,0.000,0.3,1.0 +1978,5,5,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,7.80,4.40,80,101100,893,1343,333,157,2,156,19000,100,18900,7570,90,7.70,10,10,11.3,270,9,999999999,14,0.0000,0,88,0.000,1.3,1.0 +1978,5,5,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,7.20,4.40,83,101100,1053,1343,330,192,4,189,23400,300,23100,9420,70,7.70,10,10,8.0,240,9,999999999,14,0.0000,0,88,0.000,1.0,1.0 +1978,5,5,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,7.20,4.40,83,101100,1159,1343,329,227,2,225,27600,200,27500,11110,50,8.80,10,10,8.0,270,9,999999999,14,0.0000,0,88,0.000,0.3,1.0 +1978,5,5,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,7.20,3.90,80,101100,1203,1343,329,244,1,243,29700,100,29600,11910,70,10.30,10,10,9.7,270,9,999999999,14,0.0000,0,88,0.000,0.3,1.0 +1978,5,5,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,7.20,3.90,80,101100,1182,1343,329,251,0,250,30300,0,30300,12150,60,8.80,10,10,9.7,1520,9,999999999,14,0.0000,0,88,0.000,0.0,1.0 +1978,5,5,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,7.80,4.40,80,101100,1098,1343,332,244,1,243,29300,100,29200,11700,70,6.70,10,10,11.3,1520,9,999999999,14,0.0000,0,88,0.000,0.5,1.0 +1978,5,5,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,8.30,4.40,77,101100,957,1343,335,184,1,184,22200,100,22100,8920,50,6.20,10,10,9.7,910,9,999999999,14,0.0000,0,88,0.000,0.5,1.0 +1978,5,5,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,8.30,4.40,77,101100,768,1343,335,144,1,143,17100,100,17000,6610,50,5.20,10,10,9.7,580,9,999999999,14,0.0000,0,88,0.000,1.0,1.0 +1978,5,5,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,7.80,4.40,80,101200,544,1343,333,104,1,104,12200,100,12200,4390,70,4.60,10,10,8.0,580,9,999999999,14,0.0000,0,88,0.000,0.8,1.0 +1978,5,5,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,7.80,3.90,77,101300,301,1343,333,44,1,44,5200,0,5200,1760,50,3.60,10,10,8.0,460,9,999999999,14,0.0000,0,88,0.000,1.0,1.0 +1978,5,5,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,7.80,3.90,77,101400,66,1041,333,13,0,13,1500,0,1500,480,20,2.60,10,10,8.0,460,9,999999999,14,0.0000,0,88,0.000,0.5,1.0 +1978,5,5,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,7.80,4.40,80,101400,0,0,334,0,0,0,0,0,0,0,360,1.50,10,10,12.9,910,9,999999999,14,0.0000,0,88,0.000,0.0,1.0 +1978,5,5,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,7.80,3.90,77,101400,0,0,334,0,0,0,0,0,0,0,40,2.60,10,10,19.3,1220,9,999999999,14,0.0000,0,88,0.000,0.0,1.0 +1978,5,5,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,7.80,3.90,77,101400,0,0,334,0,0,0,0,0,0,0,320,2.60,10,10,19.3,1680,9,999999999,14,0.0000,0,88,0.000,0.0,1.0 +1978,5,5,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,7.80,3.90,77,101500,0,0,334,0,0,0,0,0,0,0,320,3.60,10,10,20.9,2130,9,999999999,14,0.0000,0,88,0.000,0.0,1.0 +1978,5,5,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,7.80,3.90,77,101500,0,0,320,0,0,0,0,0,0,0,330,4.10,8,8,20.9,2130,9,999999999,14,0.0000,0,88,0.000,0.0,1.0 +1978,5,6,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,7.80,3.90,77,101500,0,0,285,0,0,0,0,0,0,0,320,4.60,6,3,24.1,77777,9,999999999,14,0.0000,0,88,0.000,0.0,1.0 +1978,5,6,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,7.80,3.30,74,101500,0,0,284,0,0,0,0,0,0,0,300,4.10,6,3,24.1,77777,9,999999999,13,0.0000,0,88,0.000,0.0,1.0 +1978,5,6,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,7.80,3.30,74,101600,0,0,305,0,0,0,0,0,0,0,300,4.60,10,6,20.9,7620,9,999999999,13,0.0000,0,88,0.000,0.0,1.0 +1978,5,6,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,7.80,3.30,74,101700,0,0,312,0,0,0,0,0,0,0,310,4.60,10,7,20.9,7620,9,999999999,13,0.0000,0,88,0.000,0.0,1.0 +1978,5,6,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,7.80,3.30,74,101800,19,571,311,10,0,10,0,0,0,0,300,3.60,9,7,19.3,7620,9,999999999,13,0.0000,0,88,0.000,0.0,1.0 +1978,5,6,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,8.30,3.30,71,101800,215,1342,305,80,33,75,8800,2500,8400,1710,300,4.10,10,6,20.9,7620,9,999999999,13,0.0000,0,88,0.000,0.0,1.0 +1978,5,6,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,9.40,3.30,66,101800,461,1342,302,193,106,157,20900,10000,17400,3580,320,3.60,10,5,24.1,77777,9,999999999,13,0.0000,0,88,0.000,0.0,1.0 +1978,5,6,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,11.10,3.90,61,101900,693,1342,301,418,413,205,44900,43000,22700,4670,300,3.10,10,4,24.1,77777,9,999999999,14,0.0000,0,88,0.000,0.0,1.0 +1978,5,6,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,13.90,2.20,46,101900,896,1342,293,620,605,216,66600,62600,24700,5650,320,2.10,7,2,24.1,77777,9,999999999,13,0.0000,0,88,0.000,0.0,1.0 +1978,5,6,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,14.40,2.80,46,102000,1056,1342,278,778,739,197,82700,75300,23300,6770,240,3.10,4,0,24.1,77777,9,999999999,13,0.0000,0,88,0.000,0.0,1.0 +1978,5,6,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,15.00,3.90,48,101900,1161,1342,300,715,495,287,77600,51800,32700,13130,150,4.10,5,2,24.1,77777,9,999999999,14,0.0000,0,88,0.000,0.0,1.0 +1978,5,6,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,15.60,3.30,44,101900,1205,1342,318,782,447,381,83000,46600,41000,20570,130,5.20,5,4,24.1,77777,9,999999999,13,0.0000,0,88,0.000,0.0,1.0 +1978,5,6,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,16.10,3.30,43,101900,1184,1342,321,841,602,309,90800,63000,35100,15310,140,5.20,5,4,24.1,77777,9,999999999,13,0.0000,0,88,0.000,0.0,1.0 +1978,5,6,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,16.10,3.90,44,101900,1100,1342,313,800,695,230,84400,70500,26500,8670,140,5.20,7,3,24.1,77777,9,999999999,14,0.0000,0,88,0.000,0.0,1.0 +1978,5,6,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,15.60,4.40,48,101900,959,1342,338,621,497,267,66100,51500,29100,7760,140,4.60,9,6,24.1,7620,9,999999999,14,0.0000,0,88,0.000,0.0,1.0 +1978,5,6,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,15.60,4.40,48,102000,771,1342,338,409,331,219,44300,35000,24100,5220,140,4.60,8,6,24.1,7620,9,999999999,14,0.0000,0,88,0.000,0.0,1.0 +1978,5,6,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,15.60,3.30,44,102000,547,1342,338,256,204,174,28000,20100,19700,4090,130,5.20,8,6,24.1,1370,9,999999999,13,0.0000,0,88,0.000,0.0,1.0 +1978,5,6,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,14.40,3.90,49,102000,305,1342,317,85,32,78,9300,2700,8700,2010,140,5.70,6,4,24.1,2740,9,999999999,14,0.0000,0,88,0.000,0.0,1.0 +1978,5,6,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,14.40,4.40,51,102000,69,1063,304,21,18,19,2200,1000,2200,470,200,5.20,3,2,24.1,77777,9,999999999,14,0.0000,0,88,0.000,0.0,1.0 +1978,5,6,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,13.30,4.40,55,102100,0,0,300,0,0,0,0,0,0,0,190,4.60,2,2,24.1,77777,9,999999999,14,0.0000,0,88,0.000,0.0,1.0 +1978,5,6,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,12.80,4.40,57,102100,0,0,284,0,0,0,0,0,0,0,240,6.70,0,0,24.1,77777,9,999999999,14,0.0000,0,88,0.000,0.0,1.0 +1978,5,6,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,12.80,3.30,53,102100,0,0,312,0,0,0,0,0,0,0,240,6.20,7,4,24.1,2740,9,999999999,13,0.0000,0,88,0.000,0.0,1.0 +1978,5,6,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,12.80,3.30,53,102100,0,0,283,0,0,0,0,0,0,0,250,5.70,0,0,24.1,77777,9,999999999,13,0.0000,0,88,0.000,0.0,1.0 +1978,5,6,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,12.20,3.30,55,102100,0,0,280,0,0,0,0,0,0,0,240,5.70,0,0,24.1,77777,9,999999999,13,0.0000,0,88,0.000,0.0,1.0 +1978,5,7,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,12.20,3.90,57,102100,0,0,356,0,0,0,0,0,0,0,260,4.10,10,10,24.1,2740,9,999999999,14,0.0000,0,88,0.000,0.0,1.0 +1978,5,7,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,12.20,4.40,59,102100,0,0,356,0,0,0,0,0,0,0,240,3.60,10,10,24.1,2740,9,999999999,14,0.0000,0,88,0.000,0.0,1.0 +1978,5,7,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,12.20,4.40,59,102100,0,0,326,0,0,0,0,0,0,0,260,5.20,7,6,24.1,2740,9,999999999,14,0.0000,0,88,0.000,0.0,1.0 +1978,5,7,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,12.20,4.40,59,102100,0,0,340,0,0,0,0,0,0,0,270,5.20,8,8,20.9,2440,9,999999999,14,0.0000,0,88,0.000,0.0,1.0 +1978,5,7,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,12.20,4.40,59,102200,21,593,355,5,0,5,0,0,0,0,280,4.60,10,10,20.9,2440,9,999999999,14,0.0000,0,88,0.000,0.0,1.0 +1978,5,7,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,12.80,4.40,57,102200,220,1342,350,57,21,54,6300,1600,6000,1340,300,5.20,10,9,20.9,2440,9,999999999,14,0.0000,0,88,0.000,0.0,1.0 +1978,5,7,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,13.30,3.90,53,102300,465,1342,360,105,35,93,11600,3200,10500,2700,300,4.60,10,10,24.1,7620,9,999999999,14,0.0000,0,88,0.000,0.0,1.0 +1978,5,7,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,15.00,3.90,48,102300,697,1342,352,332,248,204,35800,25900,22300,4650,300,3.60,10,8,24.1,7620,9,999999999,14,0.0000,0,88,0.000,0.0,1.0 +1978,5,7,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,16.70,3.30,41,102300,899,1342,333,590,614,179,62000,61900,20500,4670,10,4.10,6,5,24.1,7620,9,999999999,13,0.0000,0,88,0.000,0.0,1.0 +1978,5,7,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,17.80,2.80,37,102300,1059,1342,292,734,814,92,76400,81500,12000,2910,80,4.10,0,0,24.1,77777,9,999999999,13,0.0000,0,88,0.000,0.0,1.0 +1978,5,7,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,17.20,2.20,37,102300,1164,1342,297,850,816,142,91100,82800,19200,6220,100,5.20,1,1,24.1,77777,9,999999999,13,0.0000,0,88,0.000,0.0,1.0 +1978,5,7,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,16.10,3.90,44,102300,1207,1342,296,892,891,91,92900,89500,12100,4310,90,6.70,1,1,24.1,77777,9,999999999,14,0.0000,0,88,0.000,0.0,1.0 +1978,5,7,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,16.70,4.40,45,102400,1186,1342,300,877,870,108,90800,87300,13500,4510,120,5.20,1,1,24.1,77777,9,999999999,15,0.0000,0,88,0.000,0.0,1.0 +1978,5,7,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,16.10,3.90,44,102400,1103,1342,288,850,920,95,88500,92200,12500,3260,120,4.60,0,0,24.1,77777,9,999999999,14,0.0000,0,88,0.000,0.0,1.0 +1978,5,7,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,17.20,2.20,37,102400,962,1342,289,718,883,86,75000,88200,11700,2360,110,5.20,0,0,24.1,77777,9,999999999,13,0.0000,0,88,0.000,0.0,1.0 +1978,5,7,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,18.30,0.60,30,102400,773,1342,291,556,839,74,58400,82800,10600,1750,130,5.20,0,0,24.1,77777,9,999999999,11,0.0000,0,88,0.000,0.0,1.0 +1978,5,7,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,17.20,0.00,31,102400,550,1342,286,364,753,57,39100,72400,9300,1270,120,4.60,0,0,24.1,77777,9,999999999,11,0.0000,0,88,0.000,0.0,1.0 +1978,5,7,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,15.60,2.80,43,102400,308,1342,288,167,568,39,17600,47300,6700,800,130,4.10,0,0,24.1,77777,9,999999999,13,0.0000,0,88,0.000,0.0,1.0 +1978,5,7,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,14.40,3.30,48,102400,72,1085,285,33,163,17,3000,7900,2400,310,130,2.60,0,0,24.1,77777,9,999999999,14,0.0000,0,88,0.000,0.0,1.0 +1978,5,7,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,13.30,5.00,57,102400,0,0,286,0,0,0,0,0,0,0,150,3.60,0,0,24.1,77777,9,999999999,15,0.0000,0,88,0.000,0.0,1.0 +1978,5,7,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,13.30,3.90,53,102500,0,0,285,0,0,0,0,0,0,0,200,3.60,0,0,24.1,77777,9,999999999,14,0.0000,0,88,0.000,0.0,1.0 +1978,5,7,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,14.40,3.30,48,102500,0,0,289,0,0,0,0,0,0,0,240,5.70,0,0,24.1,77777,9,999999999,14,0.0000,0,88,0.000,0.0,1.0 +1978,5,7,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,13.90,4.40,53,102500,0,0,290,0,0,0,0,0,0,0,240,3.60,0,0,24.1,77777,9,999999999,14,0.0000,0,88,0.000,0.0,1.0 +1978,5,7,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,13.30,5.00,57,102500,0,0,289,0,0,0,0,0,0,0,230,4.10,0,0,24.1,77777,9,999999999,15,0.0000,0,88,0.000,0.0,1.0 +1978,5,8,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,12.80,4.40,57,102500,0,0,285,0,0,0,0,0,0,0,250,4.60,0,0,24.1,77777,9,999999999,14,0.0000,0,88,0.000,0.0,1.0 +1978,5,8,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,12.80,5.00,59,102500,0,0,286,0,0,0,0,0,0,0,250,3.10,0,0,24.1,77777,9,999999999,15,0.0000,0,88,0.000,0.0,1.0 +1978,5,8,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,11.70,5.00,64,102500,0,0,281,0,0,0,0,0,0,0,240,3.10,0,0,24.1,77777,9,999999999,15,0.0000,0,88,0.000,0.0,1.0 +1978,5,8,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,11.70,5.00,64,102500,0,0,280,0,0,0,0,0,0,0,240,3.10,0,0,24.1,77777,9,999999999,15,0.0000,0,88,0.000,0.0,1.0 +1978,5,8,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,11.10,5.00,66,102500,23,615,277,9,0,9,0,0,0,0,240,3.60,0,0,19.3,77777,9,999999999,15,0.0000,0,88,0.000,0.0,1.0 +1978,5,8,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,11.70,5.60,66,102500,224,1341,279,78,121,58,8300,8200,6900,1090,210,2.10,0,0,19.3,77777,9,999999999,15,0.0000,0,88,0.000,0.0,1.0 +1978,5,8,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,13.30,5.00,57,102500,468,1341,283,240,367,112,25300,34000,13400,2130,230,2.10,0,0,19.3,77777,9,999999999,15,0.0000,0,88,0.000,0.0,1.0 +1978,5,8,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,15.00,6.70,58,102600,700,1341,293,436,529,160,46700,53400,18700,3410,140,2.60,0,0,19.3,77777,9,999999999,16,0.0000,0,88,0.000,0.0,1.0 +1978,5,8,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,17.20,5.00,45,102500,902,1341,296,620,627,198,64600,62900,22300,5110,140,3.10,0,0,19.3,77777,9,999999999,15,0.0000,0,88,0.000,0.0,1.0 +1978,5,8,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,18.30,8.90,54,102600,1061,1341,310,768,668,240,80500,67400,27100,8190,110,4.10,2,0,19.3,77777,9,999999999,19,0.0000,0,88,0.000,0.0,1.0 +1978,5,8,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,18.90,6.10,43,102500,1166,1341,305,869,704,257,91600,71300,29600,11680,120,6.20,2,0,19.3,77777,9,999999999,16,0.0000,0,88,0.000,0.0,1.0 +1978,5,8,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,18.90,5.60,42,102400,1209,1341,303,906,732,246,96300,74500,29000,13150,130,8.80,0,0,24.1,77777,9,999999999,15,0.0000,0,88,0.000,0.0,1.0 +1978,5,8,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,19.40,6.70,44,102400,1189,1341,308,885,717,250,93800,72800,29100,12330,100,7.70,1,0,24.1,77777,9,999999999,16,0.0000,0,88,0.000,0.0,1.0 +1978,5,8,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,19.40,2.20,32,102300,1105,1341,297,812,698,237,85600,70700,27200,9040,140,7.20,1,0,24.1,77777,9,999999999,13,0.0000,0,88,0.000,0.0,1.0 +1978,5,8,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,21.10,2.80,30,102200,964,1341,325,594,474,253,63500,49200,28000,7390,170,7.70,3,2,24.1,77777,9,999999999,13,0.0000,0,88,0.000,0.0,1.0 +1978,5,8,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,20.60,-1.10,23,102200,776,1341,326,372,222,243,40700,23200,27300,6440,170,8.80,7,3,24.1,77777,9,999999999,10,0.0000,0,88,0.000,0.0,1.0 +1978,5,8,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,18.90,1.70,32,102200,553,1341,324,267,262,160,28600,26100,17800,3380,170,8.80,7,3,24.1,77777,9,999999999,12,0.0000,0,88,0.000,0.0,1.0 +1978,5,8,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,16.70,6.70,52,102200,312,1341,333,96,79,78,10600,6600,9000,1700,170,9.80,8,4,20.9,77777,9,999999999,16,0.0000,0,88,0.000,0.0,1.0 +1978,5,8,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,15.60,6.70,56,102200,75,1106,351,13,1,13,1500,0,1500,480,170,8.80,10,7,19.3,3050,9,999999999,16,0.0000,0,88,0.000,0.0,1.0 +1978,5,8,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,14.40,5.00,53,102200,0,0,344,0,0,0,0,0,0,0,180,7.70,10,7,19.3,4880,9,999999999,15,0.0000,0,88,0.000,0.0,1.0 +1978,5,8,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,13.30,4.40,55,102100,0,0,361,0,0,0,0,0,0,0,170,6.20,10,10,19.3,940,9,999999999,14,0.0000,0,88,0.000,0.0,1.0 +1978,5,8,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,13.30,4.40,55,102000,0,0,361,0,0,0,0,0,0,0,160,6.70,10,10,19.3,940,9,999999999,14,0.0000,0,88,0.000,0.0,1.0 +1978,5,8,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,13.30,6.70,64,102000,0,0,362,0,0,0,0,0,0,0,160,6.20,10,10,19.3,2130,9,999999999,16,0.0000,0,88,0.000,0.0,1.0 +1978,5,8,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,13.30,8.30,72,101900,0,0,363,0,0,0,0,0,0,0,160,3.10,10,10,19.3,1980,9,999999999,18,0.0000,0,88,0.000,0.0,1.0 +1978,5,9,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,13.90,10.60,80,101800,0,0,368,0,0,0,0,0,0,0,170,5.70,10,10,19.3,1680,9,999999999,20,0.0000,0,88,0.000,0.0,1.0 +1978,5,9,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,15.00,10.00,72,101700,0,0,373,0,0,0,0,0,0,0,160,9.80,10,10,19.3,1680,9,999999999,20,0.0000,0,88,0.000,0.0,1.0 +1978,5,9,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,15.60,10.00,70,101600,0,0,376,0,0,0,0,0,0,0,170,12.90,10,10,19.3,1520,9,999999999,20,0.0000,0,88,0.000,0.0,1.0 +1978,5,9,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,13.90,10.60,80,101500,0,0,367,0,0,0,0,0,0,0,170,10.30,10,10,19.3,1520,9,999999999,20,0.0000,0,88,0.000,0.3,1.0 +1978,5,9,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,13.30,11.10,87,101300,25,637,364,1,0,1,0,0,0,0,160,10.30,10,10,19.3,400,9,999999999,21,0.0000,0,88,0.000,1.0,1.0 +1978,5,9,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,13.30,11.70,90,101300,228,1341,364,35,24,32,4000,1800,3700,870,160,9.80,10,10,8.0,370,9,999999999,22,0.0000,0,88,0.000,0.5,1.0 +1978,5,9,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,13.90,12.80,93,101200,472,1341,368,92,5,91,10800,300,10700,3730,160,10.80,10,10,6.4,340,9,999999999,23,0.0000,0,88,0.000,3.0,1.0 +1978,5,9,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,14.40,12.80,90,101100,703,1341,370,122,7,119,14600,500,14400,5470,160,9.30,10,10,8.0,310,9,999999999,23,0.0000,0,88,0.000,0.8,1.0 +1978,5,9,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,15.00,13.90,93,101000,905,1341,374,154,6,150,18700,400,18400,7370,170,8.20,10,10,6.4,270,9,999999999,25,0.0000,0,88,0.000,0.8,1.0 +1978,5,9,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,15.60,13.90,90,100900,1064,1341,376,215,9,208,26000,700,25500,10240,180,11.80,10,10,16.1,370,9,999999999,25,0.0000,0,88,0.000,0.0,1.0 +1978,5,9,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,15.00,13.30,90,100800,1168,1341,373,346,2,345,40900,200,40800,15480,180,13.90,10,10,12.9,240,9,999999999,24,0.0000,0,88,0.000,0.0,1.0 +1978,5,9,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,15.60,13.30,87,100800,1212,1341,376,365,4,362,43300,400,42900,16180,210,8.20,10,10,12.9,210,9,999999999,24,0.0000,0,88,0.000,0.0,1.0 +1978,5,9,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,15.60,13.30,87,100700,1191,1341,376,449,1,449,52200,100,52100,18500,210,8.80,10,10,16.1,240,9,999999999,24,0.0000,0,88,0.000,0.0,1.0 +1978,5,9,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,16.10,13.30,84,100600,1107,1341,379,417,2,415,48100,200,47900,17140,210,8.20,10,10,16.1,240,9,999999999,24,0.0000,0,88,0.000,0.0,1.0 +1978,5,9,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,15.60,13.30,87,100500,967,1341,376,367,1,366,41800,100,41800,14750,210,7.70,10,10,19.3,270,9,999999999,24,0.0000,0,88,0.000,0.0,1.0 +1978,5,9,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,15.60,13.30,87,100500,779,1341,376,280,1,279,31600,100,31500,10810,200,7.70,10,10,20.9,270,9,999999999,24,0.0000,0,88,0.000,0.0,1.0 +1978,5,9,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,15.60,12.80,84,100400,557,1341,376,193,1,193,21500,100,21500,6870,210,6.70,10,10,24.1,310,9,999999999,23,0.0000,0,88,0.000,0.0,1.0 +1978,5,9,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,15.00,12.80,87,100400,315,1341,374,87,1,87,9700,0,9700,3000,220,7.20,10,10,20.9,270,9,999999999,23,0.0000,0,88,0.000,0.0,1.0 +1978,5,9,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,14.40,12.80,90,100300,79,1128,371,22,0,22,2500,0,2500,740,210,7.70,10,10,17.7,210,9,999999999,23,0.0000,0,88,0.000,0.0,1.0 +1978,5,9,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,14.40,12.80,90,100300,0,0,371,0,0,0,0,0,0,0,200,6.20,10,10,12.9,180,9,999999999,23,0.0000,0,88,0.000,0.0,1.0 +1978,5,9,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,13.90,12.20,90,100500,0,0,368,0,0,0,0,0,0,0,240,6.20,10,10,6.4,120,9,999999999,23,0.0000,0,88,0.000,0.0,1.0 +1978,5,9,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,14.40,12.80,90,100500,0,0,366,0,0,0,0,0,0,0,240,5.70,9,9,12.9,1310,9,999999999,23,0.0000,0,88,0.000,0.0,1.0 +1978,5,9,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,15.00,12.80,87,100400,0,0,369,0,0,0,0,0,0,0,180,3.10,9,9,12.9,2440,9,999999999,23,0.0000,0,88,0.000,0.0,1.0 +1978,5,9,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,14.40,12.80,90,100500,0,0,348,0,0,0,0,0,0,0,260,4.60,6,6,19.3,2740,9,999999999,23,0.0000,0,88,0.000,0.0,1.0 +1978,5,10,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,14.40,11.70,84,100500,0,0,365,0,0,0,0,0,0,0,270,4.10,9,9,19.3,1980,9,999999999,22,0.0000,0,88,0.000,0.0,1.0 +1978,5,10,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,14.40,11.70,84,100500,0,0,328,0,0,0,0,0,0,0,240,4.10,3,3,19.3,77777,9,999999999,22,0.0000,0,88,0.000,0.0,1.0 +1978,5,10,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,13.30,10.60,83,100500,0,0,301,0,0,0,0,0,0,0,250,3.60,0,0,19.3,77777,9,999999999,20,0.0000,0,88,0.000,0.0,1.0 +1978,5,10,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,12.80,10.00,83,100500,0,0,296,0,0,0,0,0,0,0,250,4.10,0,0,19.3,77777,9,999999999,20,0.0000,0,88,0.000,0.0,1.0 +1978,5,10,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,13.30,8.90,75,100600,27,681,294,12,0,11,1300,400,1300,230,290,7.20,0,0,19.3,77777,9,999999999,18,0.0000,0,88,0.000,0.0,1.0 +1978,5,10,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,14.40,7.80,65,100700,232,1340,295,97,278,49,10200,19500,6900,870,260,6.20,0,0,24.1,77777,9,999999999,17,0.0000,0,88,0.000,0.0,1.0 +1978,5,10,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,16.10,7.20,56,100700,476,1340,299,275,544,82,28700,50300,10800,1580,260,7.70,0,0,24.1,77777,9,999999999,17,0.0000,0,88,0.000,0.0,1.0 +1978,5,10,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,17.20,7.20,52,100700,707,1340,302,470,680,112,49800,67800,14000,2480,290,7.70,0,0,24.1,77777,9,999999999,17,0.0000,0,88,0.000,0.0,1.0 +1978,5,10,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,18.30,6.70,47,100700,908,1340,304,654,767,135,68100,76500,16200,3310,270,8.20,0,0,24.1,77777,9,999999999,16,0.0000,0,88,0.000,0.0,1.0 +1978,5,10,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,18.90,6.70,45,100800,1066,1340,314,763,751,166,79500,75200,19500,5290,280,9.30,1,1,24.1,77777,9,999999999,16,0.0000,0,88,0.000,0.0,1.0 +1978,5,10,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,19.40,6.10,42,100800,1170,1340,357,777,544,302,84100,56900,34200,14360,300,7.70,6,6,24.1,1220,9,999999999,16,0.0000,0,88,0.000,0.0,1.0 +1978,5,10,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,19.40,5.00,39,100900,1214,1340,356,803,575,282,84500,58100,31800,15250,270,10.30,6,6,24.1,1220,9,999999999,15,0.0000,0,88,0.000,0.0,1.0 +1978,5,10,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,20.60,4.40,35,100900,1193,1340,361,917,690,302,95800,69300,34000,14930,290,10.30,6,6,24.1,1830,9,999999999,14,0.0000,0,88,0.000,0.0,1.0 +1978,5,10,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,20.00,5.00,38,100900,1109,1340,350,808,639,279,84200,64100,31000,10600,280,9.30,5,5,24.1,77777,9,999999999,15,0.0000,0,88,0.000,0.0,1.0 +1978,5,10,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,20.60,4.40,35,100900,969,1340,335,672,662,194,70800,67000,22300,5630,290,8.80,3,3,24.1,77777,9,999999999,14,0.0000,0,88,0.000,0.0,1.0 +1978,5,10,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,20.60,4.40,35,100900,782,1340,336,514,646,138,54300,64800,16400,3200,300,7.70,3,3,24.1,77777,9,999999999,14,0.0000,0,88,0.000,0.0,1.0 +1978,5,10,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,20.00,3.90,35,101000,560,1340,333,343,570,107,35800,54300,13100,2100,300,7.70,3,3,24.1,77777,9,999999999,14,0.0000,0,88,0.000,0.0,1.0 +1978,5,10,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,18.30,4.40,40,101100,319,1340,319,144,287,76,15100,23200,9600,1390,300,7.70,2,2,24.1,77777,9,999999999,14,0.0000,0,88,0.000,0.0,1.0 +1978,5,10,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,17.80,3.90,40,101200,82,1150,317,23,41,19,2500,2000,2300,390,280,7.20,2,2,24.1,77777,9,999999999,14,0.0000,0,88,0.000,0.0,1.0 +1978,5,10,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,16.70,4.40,45,101300,0,0,306,0,0,0,0,0,0,0,280,6.20,1,1,24.1,77777,9,999999999,14,0.0000,0,88,0.000,0.0,1.0 +1978,5,10,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,15.60,5.00,50,101400,0,0,296,0,0,0,0,0,0,0,290,5.70,0,0,24.1,77777,9,999999999,15,0.0000,0,88,0.000,0.0,1.0 +1978,5,10,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,15.00,5.00,51,101400,0,0,295,0,0,0,0,0,0,0,290,5.70,0,0,24.1,77777,9,999999999,15,0.0000,0,88,0.000,0.0,1.0 +1978,5,10,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,14.40,5.60,55,101400,0,0,294,0,0,0,0,0,0,0,280,5.70,0,0,24.1,77777,9,999999999,15,0.0000,0,88,0.000,0.0,1.0 +1978,5,10,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,14.40,5.60,55,101500,0,0,294,0,0,0,0,0,0,0,300,4.60,0,0,24.1,77777,9,999999999,15,0.0000,0,88,0.000,0.0,1.0 +1978,5,11,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,13.30,5.00,57,101500,0,0,288,0,0,0,0,0,0,0,300,5.70,0,0,24.1,77777,9,999999999,15,0.0000,0,88,0.000,0.0,1.0 +1978,5,11,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,13.30,5.00,57,101600,0,0,288,0,0,0,0,0,0,0,320,4.10,0,0,24.1,77777,9,999999999,15,0.0000,0,88,0.000,0.0,1.0 +1978,5,11,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,12.80,5.00,59,101600,0,0,285,0,0,0,0,0,0,0,300,4.60,0,0,24.1,77777,9,999999999,15,0.0000,0,88,0.000,0.0,1.0 +1978,5,11,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,12.20,5.00,62,101800,0,0,282,0,0,0,0,0,0,0,290,5.20,0,0,24.1,77777,9,999999999,15,0.0000,0,88,0.000,0.0,1.0 +1978,5,11,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,11.70,5.00,64,101900,29,703,279,11,0,11,1300,0,1300,390,330,4.10,0,0,24.1,77777,9,999999999,15,0.0000,0,88,0.000,0.0,1.0 +1978,5,11,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,12.80,5.00,59,102000,236,1339,282,79,76,65,8500,5600,7500,1390,320,4.60,0,0,24.1,77777,9,999999999,15,0.0000,0,88,0.000,0.0,1.0 +1978,5,11,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,13.90,4.40,53,102000,479,1339,283,232,285,131,24900,27300,15100,2650,320,7.20,0,0,24.1,77777,9,999999999,14,0.0000,0,88,0.000,0.0,1.0 +1978,5,11,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,15.00,4.40,50,102100,710,1339,287,422,436,191,44400,44000,21100,4180,320,6.20,0,0,24.1,77777,9,999999999,14,0.0000,0,88,0.000,0.0,1.0 +1978,5,11,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,15.60,4.40,48,102100,911,1339,288,606,541,239,64700,56000,26500,6440,350,5.70,0,0,24.1,77777,9,999999999,14,0.0000,0,88,0.000,0.0,1.0 +1978,5,11,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,16.70,5.00,46,102100,1068,1339,301,729,571,274,78600,59600,30900,9820,320,2.60,1,1,24.1,77777,9,999999999,15,0.0000,0,88,0.000,0.0,1.0 +1978,5,11,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,15.60,6.70,56,102100,1172,1339,308,818,559,328,87700,58400,36500,15800,110,6.20,2,2,24.1,77777,9,999999999,16,0.0000,0,88,0.000,0.0,1.0 +1978,5,11,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,15.60,7.20,58,102100,1215,1339,293,892,652,299,93400,65600,33700,16260,130,5.70,0,0,24.1,77777,9,999999999,17,0.0000,0,88,0.000,0.0,1.0 +1978,5,11,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,16.70,7.80,56,102100,1195,1339,300,843,613,295,88200,61700,33000,14760,130,5.70,0,0,24.1,77777,9,999999999,18,0.0000,0,88,0.000,0.0,1.0 +1978,5,11,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,17.80,8.30,54,102000,1111,1339,306,789,614,280,82300,61600,31000,10710,110,5.70,0,0,24.1,77777,9,999999999,18,0.0000,0,88,0.000,0.0,1.0 +1978,5,11,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,17.80,7.20,50,102000,971,1339,304,659,562,252,70600,58400,28200,7460,120,6.70,0,0,24.1,77777,9,999999999,17,0.0000,0,88,0.000,0.0,1.0 +1978,5,11,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,17.20,7.80,54,102000,784,1339,304,488,478,209,51700,48800,23100,4870,120,7.20,0,0,24.1,77777,9,999999999,17,0.0000,0,88,0.000,0.0,1.0 +1978,5,11,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,17.80,7.80,52,102000,563,1339,308,295,342,152,31800,34200,17400,3180,130,6.20,0,0,24.1,77777,9,999999999,17,0.0000,0,88,0.000,0.0,1.0 +1978,5,11,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,17.80,8.30,54,102000,322,1339,311,123,147,88,13500,12400,10500,1920,150,6.70,0,0,24.1,77777,9,999999999,18,0.0000,0,88,0.000,0.0,1.0 +1978,5,11,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,17.20,6.70,50,102100,85,1172,305,25,4,24,2700,0,2700,800,180,7.20,0,0,24.1,77777,9,999999999,16,0.0000,0,88,0.000,0.0,1.0 +1978,5,11,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,15.60,6.70,56,102100,0,0,300,0,0,0,0,0,0,0,190,5.70,0,0,24.1,77777,9,999999999,16,0.0000,0,88,0.000,0.0,1.0 +1978,5,11,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,14.40,7.20,62,102200,0,0,297,0,0,0,0,0,0,0,180,5.20,0,0,24.1,77777,9,999999999,17,0.0000,0,88,0.000,0.0,1.0 +1978,5,11,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,13.30,6.70,64,102200,0,0,292,0,0,0,0,0,0,0,180,3.60,0,0,24.1,77777,9,999999999,16,0.0000,0,88,0.000,0.0,1.0 +1978,5,11,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,12.80,7.20,69,102200,0,0,292,0,0,0,0,0,0,0,190,5.20,0,0,24.1,77777,9,999999999,17,0.0000,0,88,0.000,0.0,1.0 +1978,5,11,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,12.20,6.70,69,102200,0,0,288,0,0,0,0,0,0,0,190,4.60,0,0,24.1,77777,9,999999999,16,0.0000,0,88,0.000,0.0,1.0 +1978,5,12,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,11.10,6.70,74,102200,0,0,284,0,0,0,0,0,0,0,230,2.10,0,0,24.1,77777,9,999999999,16,0.0000,0,88,0.000,0.0,1.0 +1978,5,12,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,11.10,6.70,74,102200,0,0,283,0,0,0,0,0,0,0,230,5.20,0,0,24.1,77777,9,999999999,16,0.0000,0,88,0.000,0.0,1.0 +1978,5,12,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,10.60,6.70,77,102200,0,0,281,0,0,0,0,0,0,0,230,3.60,0,0,24.1,77777,9,999999999,16,0.0000,0,88,0.000,0.0,1.0 +1978,5,12,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,10.00,6.70,80,102200,0,0,277,0,0,0,0,0,0,0,230,4.10,0,0,24.1,77777,9,999999999,16,0.0000,0,88,0.000,0.0,1.0 +1978,5,12,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,10.00,6.70,80,102300,31,725,276,13,0,13,1500,0,1500,450,220,3.60,2,0,24.1,77777,9,999999999,16,0.0000,0,88,0.000,0.0,1.0 +1978,5,12,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,11.70,6.70,72,102400,240,1339,282,93,177,62,9900,12500,7700,1160,230,4.60,2,0,24.1,77777,9,999999999,16,0.0000,0,88,0.000,0.0,1.0 +1978,5,12,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,13.90,7.20,64,102400,483,1339,313,238,286,135,25400,27500,15500,2750,200,2.60,4,3,12.9,77777,9,999999999,17,0.0000,0,88,0.000,0.0,1.0 +1978,5,12,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,15.60,7.80,60,102400,713,1339,320,324,265,183,35200,27800,20400,4110,170,3.10,4,3,16.1,77777,9,999999999,18,0.0000,0,88,0.000,0.0,1.0 +1978,5,12,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,17.80,8.30,54,102400,913,1339,331,427,260,249,46700,28000,27600,6770,160,2.60,4,3,16.1,77777,9,999999999,18,0.0000,0,88,0.000,0.0,1.0 +1978,5,12,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,20.00,9.40,51,102400,1071,1339,342,725,515,313,77000,53600,34000,11390,130,2.60,7,3,19.3,77777,9,999999999,19,0.0000,0,88,0.000,0.0,1.0 +1978,5,12,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,19.40,10.00,55,102400,1174,1339,356,867,567,369,91900,59100,39900,18040,100,5.20,9,5,19.3,6100,9,999999999,20,0.0000,0,88,0.000,0.0,1.0 +1978,5,12,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,18.30,9.40,56,102300,1217,1339,365,672,378,329,72600,39500,36500,18790,110,5.70,10,7,19.3,6100,9,999999999,19,0.0000,0,88,0.000,0.0,1.0 +1978,5,12,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,20.00,10.00,53,102200,1197,1339,374,653,240,439,71800,25600,48900,20460,130,5.20,10,7,20.9,6100,9,999999999,20,0.0000,0,88,0.000,0.0,1.0 +1978,5,12,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,21.10,8.30,44,102100,1113,1339,337,668,473,275,72400,49500,31200,11020,140,4.60,8,2,24.1,77777,9,999999999,18,0.0000,0,88,0.000,0.0,1.0 +1978,5,12,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,22.80,3.90,29,102100,974,1339,326,619,445,297,65300,46100,31700,8950,190,5.20,8,1,24.1,77777,9,999999999,14,0.0000,0,88,0.000,0.0,1.0 +1978,5,12,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,24.40,6.10,31,102100,787,1339,348,426,388,199,45400,39700,22000,4620,190,6.70,6,2,24.1,77777,9,999999999,16,0.0000,0,88,0.000,0.0,1.0 +1978,5,12,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,22.20,4.40,31,102100,566,1339,327,321,426,142,33900,41400,16400,2820,190,7.70,7,1,24.1,77777,9,999999999,14,0.0000,0,88,0.000,0.0,1.0 +1978,5,12,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,20.60,3.90,34,102100,326,1339,346,136,95,113,14600,8000,12700,2470,190,6.70,10,4,24.1,77777,9,999999999,14,0.0000,0,88,0.000,0.0,1.0 +1978,5,12,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,18.90,5.00,40,102200,88,1194,341,25,7,25,2900,0,2900,830,190,6.70,10,4,24.1,77777,9,999999999,15,0.0000,0,88,0.000,0.0,1.0 +1978,5,12,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,16.70,5.00,46,102200,0,0,331,0,0,0,0,0,0,0,190,5.70,8,4,24.1,77777,9,999999999,15,0.0000,0,88,0.000,0.0,1.0 +1978,5,12,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,15.60,4.40,48,102300,0,0,326,0,0,0,0,0,0,0,180,5.70,5,4,24.1,77777,9,999999999,14,0.0000,0,88,0.000,0.0,1.0 +1978,5,12,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,15.00,4.40,50,102300,0,0,355,0,0,0,0,0,0,0,190,5.20,8,8,24.1,3960,9,999999999,14,0.0000,0,88,0.000,0.0,1.0 +1978,5,12,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,13.90,4.40,53,102200,0,0,357,0,0,0,0,0,0,0,190,5.20,10,9,24.1,3050,9,999999999,14,0.0000,0,88,0.000,0.0,1.0 +1978,5,12,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,13.30,4.40,55,102200,0,0,354,0,0,0,0,0,0,0,210,4.10,9,9,24.1,3050,9,999999999,14,0.0000,0,88,0.000,0.0,1.0 +1978,5,13,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,12.80,4.40,57,102200,0,0,337,0,0,0,0,0,0,0,210,4.10,10,7,24.1,3050,9,999999999,14,0.0000,0,88,0.000,0.0,1.0 +1978,5,13,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,12.80,4.40,57,102200,0,0,351,0,0,0,0,0,0,0,200,3.60,10,9,24.1,3050,9,999999999,14,0.0000,0,88,0.000,0.0,1.0 +1978,5,13,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,12.80,5.60,62,102200,0,0,352,0,0,0,0,0,0,0,170,4.10,10,9,24.1,3050,9,999999999,15,0.0000,0,88,0.000,0.0,1.0 +1978,5,13,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,11.70,7.20,74,102100,0,0,334,0,0,0,0,0,0,0,170,3.60,8,7,24.1,3050,9,999999999,17,0.0000,0,88,0.000,0.0,1.0 +1978,5,13,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,11.10,7.80,80,102100,33,747,310,15,0,14,1600,600,1600,340,140,3.60,10,4,24.1,77777,9,999999999,17,0.0000,0,88,0.000,0.0,1.0 +1978,5,13,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,11.10,7.80,80,102200,244,1338,344,57,10,55,6400,300,6400,1950,150,3.10,10,9,24.1,7620,9,999999999,17,0.0000,0,88,0.000,0.0,1.0 +1978,5,13,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,11.70,8.90,83,102200,486,1338,348,215,87,183,23500,8300,20400,4720,140,3.60,10,9,16.1,3050,9,999999999,19,0.0000,0,88,0.000,0.0,1.0 +1978,5,13,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,12.20,9.40,83,102300,715,1338,350,253,113,192,27900,11700,21600,4900,120,2.60,10,9,16.1,3050,9,999999999,19,0.0000,0,88,0.000,0.0,1.0 +1978,5,13,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,13.90,10.00,78,102300,916,1338,345,422,165,309,46200,17400,34300,9170,120,4.10,9,7,16.1,3660,9,999999999,20,0.0000,0,88,0.000,0.0,1.0 +1978,5,13,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,15.00,10.60,75,102200,1073,1338,336,717,621,219,75700,63000,25100,7810,80,5.70,9,5,19.3,3660,9,999999999,21,0.0000,0,88,0.000,0.0,1.0 +1978,5,13,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,15.00,10.60,75,102100,1176,1338,343,563,172,412,62000,18300,45900,18240,80,5.70,9,6,20.9,6710,9,999999999,21,0.0000,0,88,0.000,0.0,1.0 +1978,5,13,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,16.10,11.10,72,102100,1219,1338,356,569,165,418,62800,17600,46700,20870,80,7.70,10,7,20.9,3050,9,999999999,21,0.0000,0,88,0.000,0.0,1.0 +1978,5,13,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,16.10,11.10,72,102000,1198,1338,370,549,218,354,60800,23700,39500,17080,110,7.70,10,9,24.1,2740,9,999999999,21,0.0000,0,88,0.000,0.0,1.0 +1978,5,13,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,17.80,10.60,63,102000,1115,1338,379,453,113,359,50100,12100,40000,13930,130,5.70,10,9,24.1,2740,9,999999999,21,0.0000,0,88,0.000,0.0,1.0 +1978,5,13,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,20.00,11.10,57,101900,976,1338,384,486,170,362,53000,18000,39900,11440,120,5.70,9,8,24.1,2740,9,999999999,21,0.0000,0,88,0.000,0.0,1.0 +1978,5,13,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,20.60,10.60,53,101900,789,1338,379,411,318,224,44600,33800,24700,5430,170,7.20,7,7,24.1,2740,9,999999999,21,0.0000,0,88,0.000,0.0,1.0 +1978,5,13,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,20.60,11.10,55,101900,569,1338,366,304,396,137,32300,38500,15900,2720,170,7.20,6,5,24.1,3050,9,999999999,21,0.0000,0,88,0.000,0.0,1.0 +1978,5,13,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,18.30,11.70,65,101900,329,1338,370,186,320,109,19600,26500,13100,2210,160,7.20,7,7,24.1,3050,9,999999999,22,0.0000,0,88,0.000,0.0,1.0 +1978,5,13,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,16.70,11.70,73,101900,92,1215,350,33,30,30,3500,1800,3400,700,150,5.70,6,5,24.1,7620,9,999999999,22,0.0000,0,88,0.000,0.0,1.0 +1978,5,13,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,16.10,11.70,75,102000,0,0,335,0,0,0,0,0,0,0,160,5.70,5,3,24.1,77777,9,999999999,22,0.0000,0,88,0.000,0.0,1.0 +1978,5,13,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,13.30,10.00,80,102000,0,0,351,0,0,0,0,0,0,0,120,6.20,8,8,24.1,1490,9,999999999,20,0.0000,0,88,0.000,0.0,1.0 +1978,5,13,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,12.80,10.00,83,102000,0,0,362,0,0,0,0,0,0,0,110,6.20,10,10,24.1,1490,9,999999999,20,0.0000,0,88,0.000,0.0,1.0 +1978,5,13,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,12.80,9.40,80,102000,0,0,355,0,0,0,0,0,0,0,110,4.60,9,9,24.1,1680,9,999999999,19,0.0000,0,88,0.000,0.0,1.0 +1978,5,13,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,12.20,9.40,83,102000,0,0,358,0,0,0,0,0,0,0,100,6.20,10,10,19.3,1520,9,999999999,19,0.0000,0,88,0.000,0.0,1.0 +1978,5,14,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,12.20,9.40,83,101900,0,0,358,0,0,0,0,0,0,0,100,6.20,10,10,19.3,1520,9,999999999,19,0.0000,0,88,0.000,0.0,1.0 +1978,5,14,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,11.70,8.90,83,101800,0,0,356,0,0,0,0,0,0,0,110,4.60,10,10,19.3,1520,9,999999999,19,0.0000,0,88,0.000,0.0,1.0 +1978,5,14,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,11.70,8.90,83,101800,0,0,355,0,0,0,0,0,0,0,90,5.70,10,10,19.3,1520,9,999999999,19,0.0000,0,88,0.000,0.0,1.0 +1978,5,14,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,11.70,8.90,83,101800,0,0,349,0,0,0,0,0,0,0,60,5.20,10,9,19.3,820,9,999999999,19,0.0000,0,88,0.000,0.0,1.0 +1978,5,14,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,11.10,8.30,83,101800,35,769,338,11,0,11,1300,0,1300,400,110,4.10,10,8,19.3,820,9,999999999,18,0.0000,0,88,0.000,0.0,1.0 +1978,5,14,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,11.70,8.30,80,101900,247,1337,327,80,74,67,8800,5600,7800,1430,100,5.20,10,6,19.3,7620,9,999999999,18,0.0000,0,88,0.000,0.0,1.0 +1978,5,14,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,12.20,8.30,77,101900,489,1337,357,113,3,112,13000,200,12900,4440,70,5.70,10,10,16.1,2740,9,999999999,18,0.0000,0,88,0.000,0.0,1.0 +1978,5,14,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,13.30,8.30,72,101800,718,1337,355,305,125,238,33300,12900,26300,6090,100,7.70,10,9,19.3,2740,9,999999999,18,0.0000,0,88,0.000,0.0,1.0 +1978,5,14,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,13.90,7.20,64,101900,918,1337,349,385,138,290,42300,14600,32300,8620,90,7.70,10,8,19.3,6100,9,999999999,17,0.0000,0,88,0.000,0.0,1.0 +1978,5,14,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,14.40,6.70,60,101900,1075,1337,343,668,265,455,72500,28000,49900,16470,100,7.70,10,7,19.3,6100,9,999999999,16,0.0000,0,88,0.000,0.0,1.0 +1978,5,14,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,14.40,7.20,62,101900,1178,1337,343,567,197,393,62600,21000,44000,17500,100,9.30,10,7,19.3,910,9,999999999,17,0.0000,0,88,0.000,0.0,1.0 +1978,5,14,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,14.40,8.30,67,101800,1221,1337,337,642,267,399,70700,29000,44100,21080,90,9.80,10,6,20.9,2740,9,999999999,18,0.0000,0,88,0.000,0.0,1.0 +1978,5,14,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,14.40,7.80,65,101800,1200,1337,336,800,521,333,86100,54500,37100,17840,80,9.80,9,6,20.9,6100,9,999999999,17,0.0000,0,88,0.000,0.0,1.0 +1978,5,14,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,13.90,7.80,67,101800,1117,1337,357,407,90,331,44900,9200,37200,14260,80,8.20,10,9,20.9,910,9,999999999,17,0.0000,0,88,0.000,0.0,1.0 +1978,5,14,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,13.30,7.80,69,101700,978,1337,361,198,8,192,23800,600,23300,9330,70,7.70,10,10,19.3,1010,9,999999999,17,0.0000,0,88,0.000,0.0,1.0 +1978,5,14,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,12.80,7.80,72,101700,792,1337,359,126,22,113,14000,2200,12700,4060,70,8.20,10,10,19.3,1010,9,999999999,17,0.0000,0,88,0.000,0.0,1.0 +1978,5,14,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,12.20,8.30,77,101700,572,1337,357,77,0,77,9300,0,9300,3490,70,8.20,10,10,16.1,1010,9,999999999,18,0.0000,0,88,0.000,0.0,1.0 +1978,5,14,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,11.70,7.80,77,101700,333,1337,354,39,2,39,4700,100,4700,1630,70,8.20,10,10,12.9,1010,9,999999999,17,0.0000,0,88,0.000,0.0,1.0 +1978,5,14,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,11.10,7.80,80,101700,95,1237,351,10,0,10,1200,0,1200,390,70,9.30,10,10,12.9,270,9,999999999,17,0.0000,0,88,0.000,0.0,1.0 +1978,5,14,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,11.10,8.90,86,101700,0,0,352,0,0,0,0,0,0,0,70,9.30,10,10,4.8,90,9,999999999,18,0.0000,0,88,0.000,0.3,1.0 +1978,5,14,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,10.60,8.90,90,101700,0,0,350,0,0,0,0,0,0,0,60,9.30,10,10,4.8,90,9,999999999,19,0.0000,0,88,0.000,0.5,1.0 +1978,5,14,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,10.60,8.30,86,101600,0,0,350,0,0,0,0,0,0,0,70,10.30,10,10,4.8,90,9,999999999,18,0.0000,0,88,0.000,0.5,1.0 +1978,5,14,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,10.00,8.30,89,101600,0,0,347,0,0,0,0,0,0,0,60,9.80,10,10,3.2,90,9,999999999,18,0.0000,0,88,0.000,1.3,1.0 +1978,5,14,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,10.00,8.30,89,101500,0,0,347,0,0,0,0,0,0,0,60,10.30,10,10,3.2,90,9,999999999,18,0.0000,0,88,0.000,3.3,1.0 +1978,5,15,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,10.00,8.30,89,101500,0,0,347,0,0,0,0,0,0,0,60,10.80,10,10,4.8,90,9,999999999,18,0.0000,0,88,0.000,3.0,1.0 +1978,5,15,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,10.00,8.30,89,101400,0,0,347,0,0,0,0,0,0,0,60,10.80,10,10,4.8,90,9,999999999,18,0.0000,0,88,0.000,4.3,1.0 +1978,5,15,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,9.40,7.80,89,101400,0,0,343,0,0,0,0,0,0,0,60,11.80,10,10,3.2,120,9,999999999,17,0.0000,0,88,0.000,6.9,1.0 +1978,5,15,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,9.40,7.80,89,101400,0,0,343,0,0,0,0,0,0,0,60,10.80,10,10,3.2,120,9,999999999,17,0.0000,0,88,0.000,2.3,1.0 +1978,5,15,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,9.40,7.80,89,101400,37,791,343,6,0,6,700,0,700,230,60,9.80,10,10,3.2,150,9,999999999,17,0.0000,0,88,0.000,2.5,1.0 +1978,5,15,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,9.40,7.80,89,101500,251,1337,343,31,2,31,3700,0,3700,1240,50,10.30,10,10,4.8,150,9,999999999,17,0.0000,0,88,0.000,1.5,1.0 +1978,5,15,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,9.40,8.30,93,101500,492,1337,343,71,3,70,8500,200,8400,3050,50,9.30,10,10,6.4,150,9,999999999,18,0.0000,0,88,0.000,2.0,1.0 +1978,5,15,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,9.40,8.30,93,101500,721,1337,342,129,0,128,15200,0,15200,5880,60,8.20,10,10,2.4,120,9,999999999,18,0.0000,0,88,0.000,3.0,1.0 +1978,5,15,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,9.40,8.30,93,101600,920,1337,342,180,1,179,21500,100,21500,8600,60,9.30,10,10,2.4,90,9,999999999,18,0.0000,0,88,0.000,2.5,1.0 +1978,5,15,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,10.00,8.30,89,101500,1077,1337,345,238,0,238,28600,0,28600,11460,60,7.70,10,10,2.4,90,9,999999999,18,0.0000,0,88,0.000,3.6,1.0 +1978,5,15,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,10.00,8.30,89,101600,1180,1337,345,233,1,232,28400,100,28300,11440,50,9.30,10,10,2.4,90,9,999999999,18,0.0000,0,88,0.000,1.3,1.0 +1978,5,15,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,10.00,8.30,89,101600,1223,1337,345,243,1,243,29800,100,29700,11960,50,10.30,10,10,2.4,90,9,999999999,18,0.0000,0,88,0.000,5.1,1.0 +1978,5,15,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,10.00,8.30,89,101600,1202,1337,345,248,0,248,30200,0,30200,12120,60,10.80,10,10,3.2,90,9,999999999,18,0.0000,0,88,0.000,1.5,1.0 +1978,5,15,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,10.60,8.30,86,101600,1119,1337,348,255,0,254,30500,0,30500,12180,50,9.80,10,10,4.8,90,9,999999999,18,0.0000,0,88,0.000,0.0,1.0 +1978,5,15,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,10.60,8.30,86,101600,980,1337,348,216,0,216,25700,0,25700,10270,40,8.80,10,10,3.2,120,9,999999999,18,0.0000,0,88,0.000,0.0,1.0 +1978,5,15,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,10.60,8.30,86,101600,794,1337,348,162,1,161,19100,100,19100,7400,40,9.30,10,10,3.2,120,9,999999999,18,0.0000,0,88,0.000,0.0,1.0 +1978,5,15,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,10.60,8.30,86,101600,575,1337,349,106,0,106,12400,0,12400,4580,50,8.80,10,10,3.2,120,9,999999999,18,0.0000,0,88,0.000,0.0,1.0 +1978,5,15,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,10.60,8.30,86,101700,336,1337,349,49,0,49,5800,0,5800,1990,50,9.30,10,10,2.0,90,9,999999999,18,0.0000,0,88,0.000,0.3,1.0 +1978,5,15,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,10.00,8.30,89,101700,98,1259,346,14,0,14,1600,0,1600,530,40,7.70,10,10,2.0,90,9,999999999,18,0.0000,0,88,0.000,0.0,1.0 +1978,5,15,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,10.60,8.30,86,101700,0,0,349,0,0,0,0,0,0,0,50,7.70,10,10,2.0,90,9,999999999,18,0.0000,0,88,0.000,0.0,1.0 +1978,5,15,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,10.00,8.30,89,101700,0,0,347,0,0,0,0,0,0,0,40,7.70,10,10,2.0,90,9,999999999,18,0.0000,0,88,0.000,0.3,1.0 +1978,5,15,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,10.00,8.30,89,101700,0,0,347,0,0,0,0,0,0,0,50,8.20,10,10,2.0,90,9,999999999,18,0.0000,0,88,0.000,0.3,1.0 +1978,5,15,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,10.00,8.30,89,101700,0,0,347,0,0,0,0,0,0,0,50,5.70,10,10,2.4,90,9,999999999,18,0.0000,0,88,0.000,0.3,1.0 +1978,5,15,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,10.00,8.30,89,101700,0,0,347,0,0,0,0,0,0,0,50,6.70,10,10,1.6,90,9,999999999,18,0.0000,0,88,0.000,0.0,1.0 +1978,5,16,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,10.00,8.30,89,101700,0,0,347,0,0,0,0,0,0,0,40,8.20,10,10,1.6,90,9,999999999,18,0.0000,0,88,0.000,0.0,1.0 +1978,5,16,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,10.00,8.30,89,101600,0,0,347,0,0,0,0,0,0,0,30,7.70,10,10,1.6,120,9,999999999,18,0.0000,0,88,0.000,0.8,1.0 +1978,5,16,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,10.00,8.30,89,101700,0,0,347,0,0,0,0,0,0,0,40,7.70,10,10,3.2,150,9,999999999,18,0.0000,0,88,0.000,3.8,1.0 +1978,5,16,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,10.00,8.30,89,101700,0,0,346,0,0,0,0,0,0,0,20,6.20,10,10,8.0,120,9,999999999,18,0.0000,0,88,0.000,0.0,1.0 +1978,5,16,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,10.00,8.30,89,101700,39,813,346,8,0,8,1000,0,1000,300,30,6.20,10,10,2.4,150,9,999999999,18,0.0000,0,88,0.000,0.0,1.0 +1978,5,16,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,10.00,8.30,89,101700,254,1336,346,39,0,39,4500,0,4500,1510,30,5.70,10,10,2.4,120,9,999999999,18,0.0000,0,88,0.000,0.3,1.0 +1978,5,16,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,10.00,8.30,89,101700,495,1336,346,86,1,86,10100,100,10100,3630,30,6.70,10,10,2.0,90,9,999999999,18,0.0000,0,88,0.000,0.3,1.0 +1978,5,16,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,10.60,8.90,90,101700,723,1336,349,130,0,130,15400,0,15400,5970,30,7.70,10,10,4.8,90,9,999999999,19,0.0000,0,88,0.000,0.3,1.0 +1978,5,16,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,10.60,8.90,90,101800,922,1336,348,182,1,181,21800,100,21700,8690,30,7.70,10,10,1.6,90,9,999999999,19,0.0000,0,88,0.000,2.0,1.0 +1978,5,16,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,10.60,8.90,90,101800,1079,1336,348,215,1,214,26000,100,25900,10530,40,7.70,10,10,2.4,90,9,999999999,19,0.0000,0,88,0.000,0.8,1.0 +1978,5,16,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,11.10,8.90,86,101700,1182,1336,351,262,1,262,31800,100,31700,12630,30,7.70,10,10,2.4,90,9,999999999,19,0.0000,0,88,0.000,0.3,1.0 +1978,5,16,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,11.10,8.90,86,101700,1224,1336,351,246,1,245,30000,100,30000,12040,40,8.80,10,10,1.6,120,9,999999999,18,0.0000,0,88,0.000,0.3,1.0 +1978,5,16,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,11.10,8.90,86,101600,1204,1336,351,239,1,238,29200,100,29100,11720,30,10.30,10,10,2.4,150,9,999999999,18,0.0000,0,88,0.000,2.0,1.0 +1978,5,16,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,10.60,8.90,90,101600,1121,1336,348,233,0,233,28200,0,28200,11370,40,12.90,10,10,3.2,120,9,999999999,19,0.0000,0,88,0.000,0.8,1.0 +1978,5,16,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,10.60,8.90,90,101500,982,1336,348,193,1,192,23200,100,23100,9350,40,12.40,10,10,12.9,150,9,999999999,19,0.0000,0,88,0.000,2.0,1.0 +1978,5,16,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,10.60,8.90,90,101400,797,1336,349,160,1,160,19000,100,19000,7380,20,6.70,10,10,4.8,120,9,999999999,19,0.0000,0,88,0.000,7.1,1.0 +1978,5,16,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,10.60,8.90,90,101400,578,1336,349,97,0,97,11500,0,11500,4270,40,8.20,10,10,8.0,150,9,999999999,19,0.0000,0,88,0.000,0.5,1.0 +1978,5,16,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,10.60,8.90,90,101400,339,1336,349,49,0,49,5800,0,5800,2000,30,9.30,10,10,2.4,90,9,999999999,19,0.0000,0,88,0.000,0.5,1.0 +1978,5,16,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,11.10,9.40,90,101300,102,1281,352,29,0,29,3200,0,3200,940,20,7.70,10,10,4.8,120,9,999999999,19,0.0000,0,88,0.000,0.0,1.0 +1978,5,16,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,11.10,9.40,90,101300,0,0,352,0,0,0,0,0,0,0,30,6.20,10,10,1.6,90,9,999999999,19,0.0000,0,88,0.000,0.0,1.0 +1978,5,16,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,11.70,9.40,86,101300,0,0,356,0,0,0,0,0,0,0,40,6.70,10,10,0.8,90,9,999999999,19,0.0000,0,88,0.000,0.0,1.0 +1978,5,16,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,11.70,9.40,86,101300,0,0,356,0,0,0,0,0,0,0,30,3.60,10,10,0.8,60,9,999999999,19,0.0000,0,88,0.000,0.0,1.0 +1978,5,16,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,11.70,9.40,86,101300,0,0,356,0,0,0,0,0,0,0,50,4.60,10,10,0.8,60,9,999999999,19,0.0000,0,88,0.000,0.0,1.0 +1978,5,16,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,11.70,10.00,90,101300,0,0,356,0,0,0,0,0,0,0,10,3.60,10,10,0.8,60,9,999999999,20,0.0000,0,88,0.000,0.3,1.0 +1978,5,17,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,11.70,10.60,93,101300,0,0,357,0,0,0,0,0,0,0,350,3.60,10,10,0.6,60,9,999999999,20,0.0000,0,88,0.000,0.0,1.0 +1978,5,17,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,11.70,10.60,93,101300,0,0,356,0,0,0,0,0,0,0,20,3.10,10,10,0.6,60,9,999999999,20,0.0000,0,88,0.000,0.3,1.0 +1978,5,17,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,11.70,10.00,90,101300,0,0,356,0,0,0,0,0,0,0,360,4.10,10,10,0.6,60,9,999999999,20,0.0000,0,88,0.000,0.0,1.0 +1978,5,17,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,11.70,10.00,90,101400,0,0,356,0,0,0,0,0,0,0,10,3.60,10,10,0.6,90,9,999999999,20,0.0000,0,88,0.000,0.0,1.0 +1978,5,17,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,11.10,10.00,93,101500,42,835,353,10,0,10,1200,0,1200,370,360,3.10,10,10,0.6,90,9,999999999,20,0.0000,0,88,0.000,0.0,1.0 +1978,5,17,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,11.10,10.00,93,101500,257,1336,352,44,0,44,5100,0,5100,1680,360,3.60,10,10,0.6,90,9,999999999,20,0.0000,0,88,0.000,0.3,1.0 +1978,5,17,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,11.10,9.40,90,101600,498,1336,352,81,0,81,9500,0,9500,3470,20,2.60,10,10,0.6,90,9,999999999,19,0.0000,0,88,0.000,0.0,1.0 +1978,5,17,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,11.70,10.00,90,101700,726,1336,355,129,1,129,15400,100,15400,5940,20,2.60,10,10,1.6,90,9,999999999,20,0.0000,0,88,0.000,0.0,1.0 +1978,5,17,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,12.20,10.60,90,101700,924,1336,357,178,0,178,21300,0,21300,8580,100,2.60,10,10,2.0,90,9,999999999,21,0.0000,0,88,0.000,0.0,1.0 +1978,5,17,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,12.80,11.10,90,101800,1080,1336,360,360,1,359,41800,100,41800,15520,100,3.10,10,10,2.4,120,9,999999999,21,0.0000,0,88,0.000,0.0,1.0 +1978,5,17,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,13.30,11.70,90,101800,1183,1336,363,393,1,392,46000,100,46000,16980,100,2.60,10,10,8.0,150,9,999999999,22,0.0000,0,88,0.000,0.0,1.0 +1978,5,17,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,15.00,12.20,84,101800,1226,1336,372,439,0,439,51300,0,51300,18490,80,2.60,10,10,12.9,240,9,999999999,23,0.0000,0,88,0.000,0.0,1.0 +1978,5,17,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,14.40,12.80,90,101800,1205,1336,324,857,618,299,89800,62200,33500,15780,100,6.20,3,3,16.1,77777,9,999999999,23,0.0000,0,88,0.000,0.0,1.0 +1978,5,17,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,14.40,12.80,90,101800,1123,1336,311,824,720,219,87600,73300,25800,8960,90,6.20,1,1,16.1,77777,9,999999999,23,0.0000,0,88,0.000,0.0,1.0 +1978,5,17,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,13.30,12.80,96,101700,984,1336,326,662,530,272,70500,55100,29900,8310,100,5.70,4,4,16.1,77777,9,999999999,23,0.0000,0,88,0.000,0.0,1.0 +1978,5,17,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,12.80,12.80,100,101800,799,1336,343,378,179,271,41300,18700,30000,7310,80,4.10,7,7,9.7,760,9,999999999,23,0.0000,0,88,0.000,0.0,1.0 +1978,5,17,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,12.20,12.20,100,101800,580,1336,334,308,283,186,32800,28500,20400,4060,70,4.60,6,6,1.3,610,9,999999999,23,0.0000,0,88,0.000,0.0,1.0 +1978,5,17,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,11.10,10.60,96,101900,343,1336,346,77,18,72,8400,1600,8000,1960,70,6.20,9,9,0.4,77777,9,999999999,20,0.0000,0,88,0.000,0.0,1.0 +1978,5,17,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,10.60,10.00,96,101900,105,1302,350,25,0,25,2800,0,2800,850,80,6.20,10,10,0.2,30,9,999999999,20,0.0000,0,88,0.000,0.0,1.0 +1978,5,17,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,10.60,8.90,90,101900,0,0,350,0,0,0,0,0,0,0,60,5.20,10,10,0.2,30,9,999999999,19,0.0000,0,88,0.000,0.0,1.0 +1978,5,17,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,9.40,8.90,96,102000,0,0,344,0,0,0,0,0,0,0,60,2.60,10,10,0.4,60,9,999999999,18,0.0000,0,88,0.000,0.0,1.0 +1978,5,17,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,8.90,8.30,96,102000,0,0,341,0,0,0,0,0,0,0,70,3.60,10,10,0.4,60,9,999999999,18,0.0000,0,88,0.000,0.0,1.0 +1978,5,17,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,8.90,8.30,96,102000,0,0,342,0,0,0,0,0,0,0,40,1.00,10,10,0.3,30,9,999999999,18,0.0000,0,88,0.000,0.0,1.0 +1978,5,17,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,9.40,8.90,96,102000,0,0,344,0,0,0,0,0,0,0,160,1.00,10,10,0.4,60,9,999999999,18,0.0000,0,88,0.000,0.0,1.0 +1978,5,18,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,9.40,8.90,96,101900,0,0,344,0,0,0,0,0,0,0,170,1.00,10,10,0.5,90,9,999999999,18,0.0000,0,88,0.000,0.0,1.0 +1978,5,18,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,10.00,9.40,96,101900,0,0,347,0,0,0,0,0,0,0,130,1.50,10,10,0.6,90,9,999999999,19,0.0000,0,88,0.000,0.0,1.0 +1978,5,18,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,9.40,9.40,100,102000,0,0,344,0,0,0,0,0,0,0,80,2.60,10,10,0.1,30,9,999999999,19,0.0000,0,88,0.000,0.0,1.0 +1978,5,18,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,9.40,8.90,96,101900,0,0,344,0,0,0,0,0,0,0,60,3.10,10,10,0.2,30,9,999999999,18,0.0000,0,88,0.000,0.0,1.0 +1978,5,18,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,9.40,8.90,96,101900,44,857,344,13,0,13,1500,0,1500,460,90,2.60,10,10,0.2,30,9,999999999,18,0.0000,0,88,0.000,0.0,1.0 +1978,5,18,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,9.40,8.90,96,101900,260,1335,343,33,1,32,3800,0,3800,1290,80,4.10,10,10,0.4,60,9,999999999,18,0.0000,0,88,0.000,0.0,1.0 +1978,5,18,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,10.00,9.40,96,102000,501,1335,346,57,6,55,7000,300,6800,2490,70,2.60,10,10,0.4,60,9,999999999,19,0.0000,0,88,0.000,0.0,1.0 +1978,5,18,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,10.60,9.40,93,101900,728,1335,349,198,5,195,22800,400,22600,8200,80,1.50,10,10,1.3,90,9,999999999,19,0.0000,0,88,0.000,0.0,1.0 +1978,5,18,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,11.10,10.00,93,101900,926,1335,352,290,7,285,33500,600,33100,12290,130,2.60,10,10,2.4,120,9,999999999,20,0.0000,0,88,0.000,0.0,1.0 +1978,5,18,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,12.20,10.60,90,101900,1082,1335,357,344,4,341,40200,400,39900,15010,120,3.10,10,10,2.0,120,9,999999999,21,0.0000,0,88,0.000,0.0,1.0 +1978,5,18,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,12.20,11.10,93,101900,1185,1335,357,358,4,355,42400,400,42000,15880,120,3.10,10,10,1.6,90,9,999999999,21,0.0000,0,88,0.000,0.0,1.0 +1978,5,18,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,12.80,11.10,90,101900,1227,1335,360,445,2,443,52000,200,51800,18600,100,3.10,10,10,3.2,180,9,999999999,21,0.0000,0,88,0.000,0.3,1.0 +1978,5,18,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,11.70,10.60,93,101800,1207,1335,355,248,1,247,30200,100,30100,12090,80,3.60,10,10,1.6,60,9,999999999,21,0.0000,0,88,0.000,0.0,1.0 +1978,5,18,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,11.70,10.60,93,101800,1125,1335,355,243,0,243,29300,0,29300,11770,100,3.60,10,10,1.6,90,9,999999999,21,0.0000,0,88,0.000,0.0,1.0 +1978,5,18,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,12.20,11.10,93,101700,986,1335,358,339,0,339,39000,0,39000,14290,90,5.20,10,10,1.3,90,9,999999999,21,0.0000,0,88,0.000,0.0,1.0 +1978,5,18,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,12.20,10.60,90,101700,802,1335,358,249,1,249,28600,100,28500,10290,100,4.60,10,10,1.3,90,9,999999999,21,0.0000,0,88,0.000,0.0,1.0 +1978,5,18,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,11.70,10.60,93,101700,583,1335,355,185,1,185,20900,100,20800,6930,80,3.60,10,10,0.8,60,9,999999999,21,0.0000,0,88,0.000,0.0,1.0 +1978,5,18,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,12.20,11.10,93,101700,346,1335,358,90,0,90,10100,0,10100,3220,60,3.10,10,10,0.2,0,9,999999999,21,0.0000,0,88,0.000,0.0,1.0 +1978,5,18,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,12.20,11.10,93,101700,109,1324,359,28,0,28,3100,0,3100,920,70,2.60,10,10,0.8,60,9,999999999,21,0.0000,0,88,0.000,0.0,1.0 +1978,5,18,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,12.80,11.10,90,101700,0,0,362,0,0,0,0,0,0,0,70,1.50,10,10,3.2,60,9,999999999,21,0.0000,0,88,0.000,0.0,1.0 +1978,5,18,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,12.80,11.70,93,101700,0,0,363,0,0,0,0,0,0,0,80,1.00,10,10,4.8,520,9,999999999,22,0.0000,0,88,0.000,0.0,1.0 +1978,5,18,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,12.80,11.70,93,101700,0,0,363,0,0,0,0,0,0,0,130,1.50,10,10,6.4,520,9,999999999,22,0.0000,0,88,0.000,0.0,1.0 +1978,5,18,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,12.80,11.70,93,101700,0,0,363,0,0,0,0,0,0,0,220,1.00,10,10,6.4,520,9,999999999,22,0.0000,0,88,0.000,0.0,1.0 +1978,5,18,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,14.40,12.20,87,101700,0,0,371,0,0,0,0,0,0,0,310,1.00,10,10,6.4,490,9,999999999,23,0.0000,0,88,0.000,0.0,1.0 +1978,5,19,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,13.30,12.20,93,101600,0,0,342,0,0,0,0,0,0,0,300,3.60,6,6,6.4,1100,9,999999999,23,0.0000,0,88,0.000,0.0,1.0 +1978,5,19,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,12.20,11.70,96,101600,0,0,318,0,0,0,0,0,0,0,330,3.10,3,3,4.8,77777,9,999999999,22,0.0000,0,88,0.000,0.0,1.0 +1978,5,19,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,12.20,11.10,93,101600,0,0,323,0,0,0,0,0,0,0,310,2.60,4,4,4.0,77777,9,999999999,21,0.0000,0,88,0.000,0.0,1.0 +1978,5,19,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,12.20,11.10,93,101600,0,0,328,0,0,0,0,0,0,0,290,1.50,5,5,3.2,77777,9,999999999,21,0.0000,0,88,0.000,0.0,1.0 +1978,5,19,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,11.70,11.10,96,101600,46,879,356,18,0,18,2000,0,2000,600,290,3.60,10,10,0.2,30,9,999999999,21,0.0000,0,88,0.000,0.0,1.0 +1978,5,19,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,11.70,11.10,96,101600,263,1335,356,73,0,73,8100,0,8100,2450,320,2.60,10,10,0.6,60,9,999999999,21,0.0000,0,88,0.000,0.0,1.0 +1978,5,19,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,12.80,11.10,90,101700,503,1335,342,206,103,167,22600,9900,18800,4510,310,3.60,9,7,2.4,90,9,999999999,21,0.0000,0,88,0.000,0.0,1.0 +1978,5,19,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,15.00,12.20,84,101700,730,1335,307,436,439,197,46100,44500,21700,4390,280,3.10,0,0,8.0,77777,9,999999999,23,0.0000,0,88,0.000,0.0,1.0 +1978,5,19,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,17.20,12.80,75,101700,928,1335,317,617,537,243,65800,55700,27000,6750,280,3.10,0,0,8.0,77777,9,999999999,23,0.0000,0,88,0.000,0.0,1.0 +1978,5,19,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,19.40,13.90,70,101700,1084,1335,343,738,533,305,78800,55600,33600,11510,130,3.10,3,2,9.7,77777,9,999999999,25,0.0000,0,88,0.000,0.0,1.0 +1978,5,19,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,19.40,13.90,70,101600,1186,1335,370,808,403,450,87700,43700,48800,21640,120,3.10,6,6,11.3,1220,9,999999999,25,0.0000,0,88,0.000,0.0,1.0 +1978,5,19,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,18.30,14.40,78,101600,1229,1335,345,846,522,365,90500,54500,40100,22360,130,4.60,7,3,11.3,77777,9,999999999,26,0.0000,0,88,0.000,0.0,1.0 +1978,5,19,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,17.20,13.90,81,101500,1208,1335,332,829,553,329,89500,57800,37000,18370,80,4.60,4,2,12.9,77777,9,999999999,25,0.0000,0,88,0.000,0.0,1.0 +1978,5,19,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,17.80,13.90,78,101500,1126,1335,329,772,577,286,83600,60300,32600,12010,120,5.70,2,1,12.9,77777,9,999999999,25,0.0000,0,88,0.000,0.0,1.0 +1978,5,19,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,18.30,13.90,75,101500,988,1335,325,670,561,255,71900,58400,28600,7820,110,6.20,0,0,11.3,77777,9,999999999,25,0.0000,0,88,0.000,0.0,1.0 +1978,5,19,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,20.00,13.90,68,101400,804,1335,361,393,268,233,42700,28500,25500,5740,120,5.70,4,4,11.3,77777,9,999999999,25,0.0000,0,88,0.000,0.0,1.0 +1978,5,19,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,20.60,12.80,61,101400,586,1335,369,249,147,185,27200,14700,20700,4430,130,5.20,5,5,11.3,77777,9,999999999,23,0.0000,0,88,0.000,0.0,1.0 +1978,5,19,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,19.40,13.90,70,101400,349,1335,379,99,28,92,10900,2500,10200,2410,180,3.60,7,7,11.3,3660,9,999999999,25,0.0000,0,88,0.000,0.0,1.0 +1978,5,19,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,20.00,13.90,68,101400,112,1335,351,23,4,23,2600,0,2600,790,190,4.10,2,2,11.3,77777,9,999999999,25,0.0000,0,88,0.000,0.0,1.0 +1978,5,19,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,18.90,13.90,73,101400,0,11,347,0,0,0,0,0,0,0,220,4.10,2,2,11.3,77777,9,999999999,25,0.0000,0,88,0.000,0.0,1.0 +1978,5,19,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,17.80,13.30,75,101400,0,0,341,0,0,0,0,0,0,0,190,3.60,2,2,11.3,77777,9,999999999,24,0.0000,0,88,0.000,0.0,1.0 +1978,5,19,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,16.70,13.30,81,101400,0,0,325,0,0,0,0,0,0,0,220,2.60,0,0,11.3,77777,9,999999999,24,0.0000,0,88,0.000,0.0,1.0 +1978,5,19,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,16.70,13.30,81,101400,0,0,325,0,0,0,0,0,0,0,220,4.60,0,0,11.3,77777,9,999999999,24,0.0000,0,88,0.000,0.0,1.0 +1978,5,19,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,16.70,13.30,81,101300,0,0,325,0,0,0,0,0,0,0,230,3.60,0,0,11.3,77777,9,999999999,24,0.0000,0,88,0.000,0.0,1.0 +1978,5,20,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,16.10,12.80,81,101300,0,0,321,0,0,0,0,0,0,0,230,4.60,0,0,11.3,77777,9,999999999,23,0.0000,0,88,0.000,0.0,1.0 +1978,5,20,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,15.60,12.80,84,101300,0,0,318,0,0,0,0,0,0,0,220,4.10,0,0,11.3,77777,9,999999999,24,0.0000,0,88,0.000,0.0,1.0 +1978,5,20,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,15.00,12.80,87,101300,0,0,315,0,0,0,0,0,0,0,220,3.10,0,0,11.3,77777,9,999999999,23,0.0000,0,88,0.000,0.0,1.0 +1978,5,20,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,14.40,12.80,90,101300,0,0,311,0,0,0,0,0,0,0,240,3.10,0,0,9.7,77777,9,999999999,23,0.0000,0,88,0.000,0.0,1.0 +1978,5,20,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,14.40,12.80,90,101300,48,900,316,21,74,14,2000,2700,1800,240,240,3.10,2,1,9.7,77777,9,999999999,23,0.0000,0,88,0.000,0.0,1.0 +1978,5,20,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,16.10,12.80,81,101300,266,1334,322,124,407,43,12900,31400,6600,800,240,2.10,2,1,9.7,77777,9,999999999,23,0.0000,0,88,0.000,0.0,1.0 +1978,5,20,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,18.90,13.90,73,101400,506,1334,330,316,594,92,33000,55600,11900,1780,250,1.50,8,0,9.7,77777,9,999999999,25,0.0000,0,88,0.000,0.0,1.0 +1978,5,20,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,21.10,14.40,66,101400,732,1334,354,474,582,154,49200,57500,17600,3340,270,3.10,10,2,16.1,77777,9,999999999,26,0.0000,0,88,0.000,0.0,1.0 +1978,5,20,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.90,14.40,56,101400,930,1334,367,648,669,182,68300,67600,21000,5010,260,2.60,9,2,16.1,77777,9,999999999,26,0.0000,0,88,0.000,0.0,1.0 +1978,5,20,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,26.10,15.60,52,101400,1085,1334,381,760,691,197,81000,70600,23400,7380,130,3.10,9,2,16.1,77777,9,999999999,27,0.0000,0,88,0.000,0.0,1.0 +1978,5,20,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,26.70,15.60,51,101300,1188,1334,390,815,588,290,85300,59200,32500,14400,130,5.20,10,3,16.1,77777,9,999999999,28,0.0000,0,88,0.000,0.0,1.0 +1978,5,20,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.60,16.10,56,101200,1230,1334,392,729,443,320,79000,46400,36100,19670,120,6.20,10,4,16.1,77777,9,999999999,29,0.0000,0,88,0.000,0.0,1.0 +1978,5,20,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.30,15.60,62,101100,1210,1334,379,647,354,326,69800,37000,36200,18340,120,8.20,10,4,16.1,77777,9,999999999,28,0.0000,0,88,0.000,0.0,1.0 +1978,5,20,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.30,15.60,62,101000,1128,1334,386,739,571,256,77700,57700,28800,10510,130,6.70,10,5,16.1,77777,9,999999999,28,0.0000,0,88,0.000,0.0,1.0 +1978,5,20,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.30,15.60,62,101000,990,1334,387,632,510,254,67900,53100,28400,7820,120,5.20,10,5,19.3,77777,9,999999999,28,0.0000,0,88,0.000,0.0,1.0 +1978,5,20,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.60,16.10,56,100900,806,1334,401,505,487,211,53600,49900,23400,5030,140,3.10,10,5,19.3,77777,9,999999999,28,0.0000,0,88,0.000,0.0,1.0 +1978,5,20,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,26.10,15.60,52,100900,589,1334,423,239,101,194,26200,9900,21800,5500,190,6.20,10,8,19.3,6100,9,999999999,27,0.0000,0,88,0.000,0.0,1.0 +1978,5,20,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.00,15.00,54,100900,352,1334,397,98,36,89,10800,3200,10000,2360,200,5.70,10,5,19.3,77777,9,999999999,27,0.0000,0,88,0.000,0.0,1.0 +1978,5,20,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.90,15.00,58,100900,115,1334,411,30,15,29,3300,900,3200,690,200,5.70,10,8,19.3,7620,9,999999999,27,0.0000,0,88,0.000,0.0,1.0 +1978,5,20,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,22.20,14.40,62,100900,0,33,402,0,0,0,0,0,0,0,190,5.20,10,8,19.3,7620,9,999999999,26,0.0000,0,88,0.000,0.0,1.0 +1978,5,20,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,21.70,14.40,64,100900,0,0,362,0,0,0,0,0,0,0,190,4.60,6,2,19.3,77777,9,999999999,26,0.0000,0,88,0.000,0.0,1.0 +1978,5,20,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,20.60,14.40,68,100900,0,0,376,0,0,0,0,0,0,0,190,4.60,6,5,19.3,7620,9,999999999,26,0.0000,0,88,0.000,0.0,1.0 +1978,5,20,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,20.00,14.40,71,100800,0,0,385,0,0,0,0,0,0,0,190,4.10,10,7,16.1,6710,9,999999999,26,0.0000,0,88,0.000,0.0,1.0 +1978,5,20,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,20.00,14.40,71,100700,0,0,373,0,0,0,0,0,0,0,200,5.20,10,5,16.1,77777,9,999999999,26,0.0000,0,88,0.000,0.0,1.0 +1978,5,21,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,21.70,13.90,61,100600,0,0,412,0,0,0,0,0,0,0,210,5.70,10,10,16.1,3050,9,999999999,25,0.0000,0,88,0.000,0.0,1.0 +1978,5,21,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,19.40,13.90,70,100500,0,0,399,0,0,0,0,0,0,0,210,6.70,10,10,16.1,3050,9,999999999,25,0.0000,0,88,0.000,0.0,1.0 +1978,5,21,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,19.40,13.90,70,100500,0,0,399,0,0,0,0,0,0,0,200,6.20,10,10,16.1,3050,9,999999999,25,0.0000,0,88,0.000,0.0,1.0 +1978,5,21,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,19.40,13.90,70,100500,0,0,398,0,0,0,0,0,0,0,220,6.70,10,10,16.1,1980,9,999999999,25,0.0000,0,88,0.000,0.0,1.0 +1978,5,21,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,19.40,14.40,73,100500,50,922,392,8,7,7,800,400,800,190,220,4.60,10,9,14.5,2130,9,999999999,26,0.0000,0,88,0.000,0.3,1.0 +1978,5,21,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,20.00,16.10,78,100600,269,1334,403,27,10,25,3000,800,2800,720,260,6.70,10,10,11.3,1250,9,999999999,28,0.0000,0,88,0.000,1.3,1.0 +1978,5,21,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,18.30,16.70,90,100600,508,1334,393,91,9,87,10600,500,10400,3710,240,4.60,10,10,12.9,2740,9,999999999,29,0.0000,0,88,0.000,0.0,1.0 +1978,5,21,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,18.90,17.20,90,100600,734,1334,362,337,356,141,36800,36300,16800,3050,220,7.70,5,4,8.0,77777,9,999999999,30,0.0000,0,88,0.000,0.0,1.0 +1978,5,21,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,20.00,16.70,81,100500,932,1334,348,643,777,100,69400,78800,14300,2830,270,8.80,1,1,16.1,77777,9,999999999,29,0.0000,0,88,0.000,0.0,1.0 +1978,5,21,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,21.10,15.00,68,100500,1087,1334,387,700,523,274,75700,54600,31000,10370,260,8.20,7,7,16.1,1010,9,999999999,26,0.0000,0,88,0.000,0.0,1.0 +1978,5,21,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.30,14.40,58,100600,1189,1334,390,734,497,290,79900,52100,33400,14990,270,11.30,6,6,16.1,1010,9,999999999,26,0.0000,0,88,0.000,0.0,1.0 +1978,5,21,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.00,13.30,48,100600,1231,1334,405,699,394,335,75500,41200,37300,20800,290,11.30,7,7,16.1,1070,9,999999999,24,0.0000,0,88,0.000,0.0,1.0 +1978,5,21,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,24.40,13.30,50,100700,1211,1334,409,604,247,380,66600,26900,42200,19540,290,9.30,8,8,16.1,1070,9,999999999,24,0.0000,0,88,0.000,0.0,1.0 +1978,5,21,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.00,6.70,31,100700,1130,1334,359,800,725,185,86000,74400,22800,7860,300,10.30,3,3,24.1,77777,9,999999999,16,0.0000,0,88,0.000,0.0,1.0 +1978,5,21,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.90,6.10,32,100900,992,1334,336,694,794,103,72000,79300,12800,2720,320,9.80,1,1,24.1,77777,9,999999999,16,0.0000,0,88,0.000,0.0,1.0 +1978,5,21,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,22.20,5.60,34,101100,809,1334,319,579,800,95,61800,80200,13100,2300,340,10.80,0,0,24.1,77777,9,999999999,15,0.0000,0,88,0.000,0.0,1.0 +1978,5,21,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,20.60,3.90,34,101200,591,1334,309,384,701,75,40400,67700,10400,1570,330,8.80,0,0,24.1,77777,9,999999999,14,0.0000,0,88,0.000,0.0,1.0 +1978,5,21,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,19.40,4.40,37,101300,355,1334,307,194,537,52,20400,46100,8200,1000,320,8.80,0,0,24.1,77777,9,999999999,14,0.0000,0,88,0.000,0.0,1.0 +1978,5,21,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,18.30,3.30,37,101400,119,1334,301,41,184,25,4400,8800,3600,440,320,5.70,0,0,24.1,77777,9,999999999,13,0.0000,0,88,0.000,0.0,1.0 +1978,5,21,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,17.80,3.30,38,101600,0,56,300,0,0,0,0,0,0,0,320,3.60,0,0,24.1,77777,9,999999999,13,0.0000,0,88,0.000,0.0,1.0 +1978,5,21,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,17.20,3.30,40,101600,0,0,299,0,0,0,0,0,0,0,290,4.60,0,0,24.1,77777,9,999999999,13,0.0000,0,88,0.000,0.0,1.0 +1978,5,21,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,16.70,3.90,43,101700,0,0,299,0,0,0,0,0,0,0,300,4.60,0,0,24.1,77777,9,999999999,14,0.0000,0,88,0.000,0.0,1.0 +1978,5,21,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,16.10,3.90,44,101700,0,0,297,0,0,0,0,0,0,0,300,4.60,0,0,24.1,77777,9,999999999,14,0.0000,0,88,0.000,0.0,1.0 +1978,5,21,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,16.10,3.30,43,101700,0,0,296,0,0,0,0,0,0,0,300,4.60,0,0,24.1,77777,9,999999999,13,0.0000,0,88,0.000,0.0,1.0 +1978,5,22,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,15.00,3.30,46,101700,0,0,291,0,0,0,0,0,0,0,270,4.60,0,0,24.1,77777,9,999999999,13,0.0000,0,88,0.000,0.0,1.0 +1978,5,22,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,15.00,3.30,46,101700,0,0,291,0,0,0,0,0,0,0,280,5.20,0,0,24.1,77777,9,999999999,13,0.0000,0,88,0.000,0.0,1.0 +1978,5,22,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,14.40,2.20,44,101700,0,0,285,0,0,0,0,0,0,0,300,6.20,0,0,24.1,77777,9,999999999,12,0.0000,0,88,0.000,0.0,1.0 +1978,5,22,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,14.40,1.70,42,101800,0,0,283,0,0,0,0,0,0,0,290,6.20,0,0,24.1,77777,9,999999999,12,0.0000,0,88,0.000,0.0,1.0 +1978,5,22,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,14.40,2.20,44,101800,52,922,283,24,86,16,2300,3200,2100,280,280,5.70,0,0,24.1,77777,9,999999999,12,0.0000,0,88,0.000,0.0,1.0 +1978,5,22,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,14.40,3.30,48,101900,272,1333,284,137,468,42,14300,36400,6900,790,290,6.20,0,0,24.1,77777,9,999999999,13,0.0000,0,88,0.000,0.0,1.0 +1978,5,22,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,15.60,3.30,44,101900,510,1333,287,324,680,64,33900,64100,9300,1320,290,6.70,0,0,24.1,77777,9,999999999,13,0.0000,0,88,0.000,0.0,1.0 +1978,5,22,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,17.20,3.30,40,101800,736,1333,293,519,781,88,55000,77600,12100,2010,280,6.20,1,0,24.1,77777,9,999999999,13,0.0000,0,88,0.000,0.0,1.0 +1978,5,22,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,18.90,2.80,34,101800,933,1333,297,698,854,99,72400,85100,12700,2410,300,7.20,0,0,24.1,77777,9,999999999,13,0.0000,0,88,0.000,0.0,1.0 +1978,5,22,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,20.60,2.80,31,101700,1088,1333,303,840,894,110,86900,89500,13700,3470,290,8.20,0,0,24.1,77777,9,999999999,13,0.0000,0,88,0.000,0.0,1.0 +1978,5,22,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,22.20,3.30,29,101700,1190,1333,311,931,911,117,96100,91400,14300,4950,270,6.20,0,0,24.1,77777,9,999999999,13,0.0000,0,88,0.000,0.0,1.0 +1978,5,22,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.90,3.30,26,101600,1233,1333,317,971,920,119,100000,92300,14500,6010,290,9.30,0,0,24.1,77777,9,999999999,13,0.0000,0,88,0.000,0.0,1.0 +1978,5,22,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,24.40,3.30,25,101500,1213,1333,320,952,916,118,98200,91900,14400,5450,290,10.30,0,0,24.1,77777,9,999999999,13,0.0000,0,88,0.000,0.0,1.0 +1978,5,22,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.00,3.30,25,101500,1131,1333,323,877,901,113,90700,90300,14000,3970,310,7.70,0,0,24.1,77777,9,999999999,13,0.0000,0,88,0.000,0.0,1.0 +1978,5,22,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,26.10,3.30,23,101400,994,1333,329,753,872,103,78100,87100,13100,2730,280,9.80,0,0,24.1,77777,9,999999999,13,0.0000,0,88,0.000,0.0,1.0 +1978,5,22,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,26.10,2.20,21,101400,811,1333,327,589,822,90,63200,82600,12900,2230,290,8.80,0,0,24.1,77777,9,999999999,12,0.0000,0,88,0.000,0.0,1.0 +1978,5,22,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,26.10,3.30,23,101400,594,1333,331,395,731,71,41800,70800,10200,1530,290,6.70,0,0,24.1,77777,9,999999999,13,0.0000,0,88,0.000,0.0,1.0 +1978,5,22,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.60,3.30,24,101500,358,1333,331,200,565,50,21200,48800,8100,960,270,6.20,0,0,24.1,77777,9,999999999,13,0.0000,0,88,0.000,0.0,1.0 +1978,5,22,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.90,3.90,27,101500,122,1333,326,44,216,25,4500,11500,3500,440,280,5.70,0,0,24.1,77777,9,999999999,14,0.0000,0,88,0.000,0.0,1.0 +1978,5,22,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.30,4.40,29,101600,0,78,326,0,0,0,0,0,0,0,320,5.20,0,0,24.1,77777,9,999999999,14,0.0000,0,88,0.000,0.0,1.0 +1978,5,22,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,21.10,3.30,31,101700,0,0,315,0,0,0,0,0,0,0,20,4.10,0,0,24.1,77777,9,999999999,13,0.0000,0,88,0.000,0.0,1.0 +1978,5,22,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,20.60,2.20,30,101800,0,0,311,0,0,0,0,0,0,0,350,4.10,0,0,24.1,77777,9,999999999,13,0.0000,0,88,0.000,0.0,1.0 +1978,5,22,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,16.10,5.60,50,101900,0,0,301,0,0,0,0,0,0,0,120,3.10,0,0,24.1,77777,9,999999999,15,0.0000,0,88,0.000,0.0,1.0 +1978,5,22,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,15.00,6.10,56,101900,0,0,298,0,0,0,0,0,0,0,140,2.60,0,0,24.1,77777,9,999999999,16,0.0000,0,88,0.000,0.0,1.0 +1978,5,23,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,16.10,3.30,43,101900,0,0,296,0,0,0,0,0,0,0,340,1.00,0,0,24.1,77777,9,999999999,13,0.0000,0,88,0.000,0.0,1.0 +1978,5,23,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,15.60,3.90,46,101900,0,0,295,0,0,0,0,0,0,0,280,3.10,0,0,24.1,77777,9,999999999,14,0.0000,0,88,0.000,0.0,1.0 +1978,5,23,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,16.10,3.90,44,101900,0,0,296,0,0,0,0,0,0,0,280,3.10,0,0,24.1,77777,9,999999999,14,0.0000,0,88,0.000,0.0,1.0 +1978,5,23,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,15.60,5.00,50,102000,0,0,295,0,0,0,0,0,0,0,270,2.60,0,0,24.1,77777,9,999999999,15,0.0000,0,88,0.000,0.0,1.0 +1978,5,23,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,15.00,6.70,58,102000,53,944,296,22,70,16,2200,2700,2000,280,260,3.10,0,0,24.1,77777,9,999999999,16,0.0000,0,88,0.000,0.0,1.0 +1978,5,23,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,16.10,7.20,56,102000,274,1332,301,135,437,46,14100,34000,7100,850,280,2.60,0,0,24.1,77777,9,999999999,17,0.0000,0,88,0.000,0.0,1.0 +1978,5,23,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,17.80,6.70,48,102000,512,1332,305,322,656,69,33300,61700,9600,1390,280,3.60,0,0,24.1,77777,9,999999999,16,0.0000,0,88,0.000,0.0,1.0 +1978,5,23,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,20.00,7.20,44,102000,738,1332,314,516,767,91,54500,76100,12300,2060,280,5.20,0,0,24.1,77777,9,999999999,17,0.0000,0,88,0.000,0.0,1.0 +1978,5,23,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,21.10,7.80,42,102000,935,1332,320,692,832,108,74100,84100,15000,3020,250,5.70,0,0,24.1,77777,9,999999999,17,0.0000,0,88,0.000,0.0,1.0 +1978,5,23,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.30,8.30,38,102000,1089,1332,330,829,868,119,85500,86800,14400,3610,200,3.60,0,0,24.1,77777,9,999999999,18,0.0000,0,88,0.000,0.0,1.0 +1978,5,23,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,24.40,8.30,36,101900,1191,1332,334,921,887,127,94800,88900,15100,5240,320,3.60,0,0,24.1,77777,9,999999999,18,0.0000,0,88,0.000,0.0,1.0 +1978,5,23,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.60,8.90,35,101900,1234,1332,341,957,893,129,98400,89500,15300,6410,290,5.20,0,0,24.1,77777,9,999999999,19,0.0000,0,88,0.000,0.0,1.0 +1978,5,23,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,26.70,8.90,33,101800,1214,1332,355,876,824,124,90100,82600,14700,5680,300,3.10,1,1,24.1,77777,9,999999999,19,0.0000,0,88,0.000,0.0,1.0 +1978,5,23,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,27.80,8.90,31,101700,1133,1332,379,542,379,219,60200,39800,26300,9300,260,5.20,3,3,24.1,77777,9,999999999,19,0.0000,0,88,0.000,0.0,1.0 +1978,5,23,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.60,10.00,38,101700,996,1332,371,696,672,194,73600,68200,22500,5980,160,2.60,6,3,24.1,77777,9,999999999,20,0.0000,0,88,0.000,0.0,1.0 +1978,5,23,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.90,12.20,48,101600,813,1332,369,482,425,223,50900,43600,24300,5380,140,5.70,6,3,24.1,77777,9,999999999,23,0.0000,0,88,0.000,0.0,1.0 +1978,5,23,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.60,10.60,39,101600,596,1332,383,271,283,145,29500,28800,16600,3020,180,5.70,7,4,24.1,7620,9,999999999,21,0.0000,0,88,0.000,0.0,1.0 +1978,5,23,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.90,9.40,40,101600,361,1332,372,173,300,92,18000,25500,11100,1710,200,7.20,8,4,24.1,77777,9,999999999,19,0.0000,0,88,0.000,0.0,1.0 +1978,5,23,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,21.70,8.90,44,101600,125,1332,369,34,34,31,3700,1800,3600,640,190,6.70,8,5,24.1,7620,9,999999999,19,0.0000,0,88,0.000,0.0,1.0 +1978,5,23,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,21.10,8.90,46,101700,1,100,367,0,0,0,0,0,0,0,200,5.20,8,5,24.1,6710,9,999999999,19,0.0000,0,88,0.000,0.0,1.0 +1978,5,23,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,20.60,8.90,47,101700,0,0,358,0,0,0,0,0,0,0,230,5.70,8,4,24.1,77777,9,999999999,19,0.0000,0,88,0.000,0.0,1.0 +1978,5,23,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,20.00,9.40,51,101700,0,0,356,0,0,0,0,0,0,0,240,5.70,8,4,24.1,77777,9,999999999,19,0.0000,0,88,0.000,0.0,1.0 +1978,5,23,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,19.40,8.30,49,101700,0,0,330,0,0,0,0,0,0,0,230,5.20,6,1,24.1,77777,9,999999999,18,0.0000,0,88,0.000,0.0,1.0 +1978,5,23,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,17.80,8.30,54,101800,0,0,323,0,0,0,0,0,0,0,210,4.10,6,1,24.1,77777,9,999999999,18,0.0000,0,88,0.000,0.0,1.0 +1978,5,24,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,17.80,8.30,54,101800,0,0,330,0,0,0,0,0,0,0,220,3.10,5,2,24.1,77777,9,999999999,18,0.0000,0,88,0.000,0.0,1.0 +1978,5,24,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,15.60,8.30,62,101700,0,0,313,0,0,0,0,0,0,0,180,2.60,4,1,24.1,77777,9,999999999,18,0.0000,0,88,0.000,0.0,1.0 +1978,5,24,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,15.60,7.80,60,101700,0,0,311,0,0,0,0,0,0,0,230,4.10,6,1,24.1,77777,9,999999999,17,0.0000,0,88,0.000,0.0,1.0 +1978,5,24,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,15.00,8.30,65,101700,0,0,308,0,0,0,0,0,0,0,250,2.10,6,1,24.1,77777,9,999999999,18,0.0000,0,88,0.000,0.0,1.0 +1978,5,24,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,15.00,8.30,65,101800,55,966,329,19,0,19,2100,0,2100,640,250,4.10,10,4,20.9,77777,9,999999999,18,0.0000,0,88,0.000,0.0,1.0 +1978,5,24,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,16.10,8.30,60,101800,276,1332,347,80,25,75,8800,2100,8400,1880,240,3.60,10,6,20.9,7010,9,999999999,18,0.0000,0,88,0.000,0.0,1.0 +1978,5,24,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,17.20,8.90,58,101800,514,1332,360,226,134,174,24400,13000,19400,4050,240,4.60,10,7,20.9,7010,9,999999999,19,0.0000,0,88,0.000,0.0,1.0 +1978,5,24,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,18.90,6.70,45,101900,739,1332,374,238,66,201,26200,6600,22500,6480,230,5.70,10,8,20.9,7620,9,999999999,16,0.0000,0,88,0.000,0.0,1.0 +1978,5,24,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,21.10,4.40,34,101900,936,1332,391,417,112,339,46000,11500,37900,11850,230,5.70,10,9,24.1,7620,9,999999999,14,0.0000,0,88,0.000,0.0,1.0 +1978,5,24,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,22.80,6.10,34,101900,1091,1332,402,402,80,336,44400,8200,37600,14020,220,7.20,10,9,24.1,7620,9,999999999,16,0.0000,0,88,0.000,0.0,1.0 +1978,5,24,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.90,7.20,34,101900,1193,1332,417,342,1,341,40600,100,40500,15470,240,6.70,10,10,24.1,7620,9,999999999,17,0.0000,0,88,0.000,0.0,1.0 +1978,5,24,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.90,8.90,39,101900,1235,1332,401,825,358,492,89400,38800,53300,28580,220,7.20,10,8,24.1,7620,9,999999999,19,0.0000,0,88,0.000,0.0,1.0 +1978,5,24,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,22.80,10.60,46,101900,1215,1332,405,451,62,394,49800,6400,44000,19730,200,7.20,10,9,24.1,7620,9,999999999,21,0.0000,0,88,0.000,0.0,1.0 +1978,5,24,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,21.70,11.70,53,101900,1134,1332,400,532,68,474,58600,7100,52600,19810,210,8.20,10,9,24.1,7620,9,999999999,22,0.0000,0,88,0.000,0.0,1.0 +1978,5,24,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,20.60,12.80,61,101900,998,1332,403,330,40,299,36300,4100,33200,11410,210,6.20,10,10,24.1,2440,9,999999999,24,0.0000,0,88,0.000,0.0,1.0 +1978,5,24,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,19.40,12.80,66,101800,815,1332,396,229,26,213,25200,2600,23600,7250,190,6.20,10,10,24.1,1100,9,999999999,24,0.0000,0,88,0.000,0.0,1.0 +1978,5,24,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,18.90,13.90,73,101800,599,1332,395,116,4,114,13600,300,13500,4950,180,5.20,10,10,24.1,760,9,999999999,25,0.0000,0,88,0.000,0.0,1.0 +1978,5,24,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,17.80,14.40,81,101800,364,1332,390,53,0,53,6200,0,6200,2180,170,3.60,10,10,20.9,760,9,999999999,26,0.0000,0,88,0.000,0.0,1.0 +1978,5,24,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,17.20,14.40,84,101800,128,1332,387,15,0,15,1800,0,1800,570,180,4.60,10,10,16.1,370,9,999999999,26,0.0000,0,88,0.000,0.0,1.0 +1978,5,24,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,17.20,14.40,84,101800,1,122,387,0,0,0,0,0,0,0,170,3.60,10,10,16.1,1520,9,999999999,26,0.0000,0,88,0.000,0.0,1.0 +1978,5,24,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,16.70,14.40,87,101800,0,0,384,0,0,0,0,0,0,0,150,3.10,10,10,16.1,760,9,999999999,26,0.0000,0,88,0.000,0.0,1.0 +1978,5,24,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,15.60,13.30,87,101700,0,0,378,0,0,0,0,0,0,0,100,4.10,10,10,9.7,210,9,999999999,24,0.0000,0,88,0.000,0.0,1.0 +1978,5,24,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,15.00,12.80,87,101700,0,0,375,0,0,0,0,0,0,0,90,4.10,10,10,8.0,1160,9,999999999,24,0.0000,0,88,0.000,1.3,1.0 +1978,5,24,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,14.40,12.80,90,101700,0,0,372,0,0,0,0,0,0,0,70,5.20,10,10,8.0,1070,9,999999999,23,0.0000,0,88,0.000,2.0,1.0 +1978,5,25,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,14.40,12.80,90,101700,0,0,372,0,0,0,0,0,0,0,60,4.60,10,10,6.4,520,9,999999999,23,0.0000,0,88,0.000,1.5,1.0 +1978,5,25,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,13.90,12.20,90,101600,0,0,369,0,0,0,0,0,0,0,60,6.20,10,10,6.4,210,9,999999999,23,0.0000,0,88,0.000,1.3,1.0 +1978,5,25,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,13.90,12.20,90,101600,0,0,368,0,0,0,0,0,0,0,60,6.20,10,10,6.4,210,9,999999999,23,0.0000,0,88,0.000,2.5,1.0 +1978,5,25,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,13.90,12.80,93,101600,0,0,369,0,0,0,0,0,0,0,60,6.20,10,10,3.2,210,9,999999999,23,0.0000,0,88,0.000,1.3,1.0 +1978,5,25,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,13.90,12.80,93,101500,57,988,368,8,1,8,1000,0,1000,310,60,7.20,10,10,4.8,210,9,999999999,23,0.0000,0,88,0.000,0.3,1.0 +1978,5,25,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,13.90,12.80,93,101500,279,1331,368,40,2,39,4600,0,4600,1550,60,7.20,10,10,2.4,120,9,999999999,23,0.0000,0,88,0.000,0.5,1.0 +1978,5,25,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,13.30,12.80,96,101400,516,1331,365,95,1,94,11000,100,11000,3980,60,8.20,10,10,3.2,60,9,999999999,23,0.0000,0,88,0.000,1.3,1.0 +1978,5,25,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,13.90,13.30,96,101400,741,1331,368,162,1,162,19100,100,19000,7210,50,7.70,10,10,3.2,60,9,999999999,24,0.0000,0,88,0.000,3.0,1.0 +1978,5,25,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,13.90,13.30,96,101300,937,1331,368,200,1,199,23800,100,23700,9460,50,9.30,10,10,1.6,60,9,999999999,24,0.0000,0,88,0.000,1.8,1.0 +1978,5,25,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,13.90,12.80,93,101300,1092,1331,367,225,1,224,27200,100,27100,10970,50,10.30,10,10,1.3,60,9,999999999,23,0.0000,0,88,0.000,0.8,1.0 +1978,5,25,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,13.90,12.80,93,101400,1194,1331,367,240,0,240,29300,0,29300,11790,60,8.80,10,10,1.6,60,9,999999999,23,0.0000,0,88,0.000,1.3,1.0 +1978,5,25,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,13.90,13.30,96,101300,1236,1331,367,262,0,261,31800,0,31800,12710,50,7.70,10,10,0.8,60,9,999999999,24,0.0000,0,88,0.000,2.3,1.0 +1978,5,25,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,14.40,13.30,93,101400,1216,1331,370,254,1,253,30900,100,30900,12350,20,7.70,10,10,3.2,90,9,999999999,24,0.0000,0,88,0.000,2.3,1.0 +1978,5,25,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,13.90,13.30,96,101400,1136,1331,367,233,0,233,28200,0,28200,11410,40,7.20,10,10,3.2,150,9,999999999,24,0.0000,0,88,0.000,1.0,1.0 +1978,5,25,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,14.40,13.90,96,101400,999,1331,370,209,1,208,25000,100,25000,10060,40,7.20,10,10,3.2,90,9,999999999,25,0.0000,0,88,0.000,0.5,1.0 +1978,5,25,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,14.40,13.90,96,101400,817,1331,371,162,1,161,19200,100,19200,7510,30,7.70,10,10,2.4,90,9,999999999,25,0.0000,0,88,0.000,0.5,1.0 +1978,5,25,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,14.40,14.40,100,101400,601,1331,371,118,1,117,13800,100,13700,5060,30,7.70,10,10,2.8,120,9,999999999,26,0.0000,0,88,0.000,0.3,1.0 +1978,5,25,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,15.00,14.40,97,101400,367,1331,375,63,1,63,7400,0,7300,2520,50,7.70,10,10,2.4,90,9,999999999,26,0.0000,0,88,0.000,0.3,1.0 +1978,5,25,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,15.00,14.40,97,101400,131,1331,375,18,1,18,2100,0,2100,670,30,6.70,10,10,2.4,120,9,999999999,26,0.0000,0,88,0.000,0.0,1.0 +1978,5,25,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,15.00,13.90,93,101500,1,144,375,1,0,1,0,0,0,0,30,5.20,10,10,8.0,240,9,999999999,25,0.0000,0,88,0.000,0.0,1.0 +1978,5,25,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,15.00,13.30,90,101600,0,0,375,0,0,0,0,0,0,0,30,6.20,10,10,12.9,210,9,999999999,24,0.0000,0,88,0.000,0.0,1.0 +1978,5,25,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,15.00,13.30,90,101600,0,0,375,0,0,0,0,0,0,0,30,6.20,10,10,11.3,150,9,999999999,24,0.0000,0,88,0.000,0.0,1.0 +1978,5,25,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,15.00,13.90,93,101600,0,0,375,0,0,0,0,0,0,0,10,4.10,10,10,2.4,120,9,999999999,25,0.0000,0,88,0.000,0.0,1.0 +1978,5,25,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,15.00,13.90,93,101700,0,0,376,0,0,0,0,0,0,0,20,4.60,10,10,1.6,120,9,999999999,25,0.0000,0,88,0.000,0.0,1.0 +1978,5,26,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,15.00,13.90,93,101700,0,0,375,0,0,0,0,0,0,0,30,2.60,10,10,4.8,120,9,999999999,25,0.0000,0,88,0.000,0.0,1.0 +1978,5,26,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,15.00,13.90,93,101700,0,0,375,0,0,0,0,0,0,0,360,4.10,10,10,6.4,120,9,999999999,25,0.0000,0,88,0.000,0.0,1.0 +1978,5,26,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,15.00,13.90,93,101800,0,0,375,0,0,0,0,0,0,0,10,4.60,10,10,8.0,90,9,999999999,25,0.0000,0,88,0.000,0.0,1.0 +1978,5,26,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,15.00,13.90,93,101900,0,0,375,0,0,0,0,0,0,0,30,5.70,10,10,6.4,90,9,999999999,25,0.0000,0,88,0.000,0.0,1.0 +1978,5,26,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,14.40,13.30,93,102000,59,987,371,18,0,18,2000,0,2000,610,50,5.20,10,10,2.4,30,9,999999999,24,0.0000,0,88,0.000,0.0,1.0 +1978,5,26,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,13.90,12.80,93,102100,281,1331,368,70,0,70,7900,0,7900,2460,10,3.60,10,10,2.4,30,9,999999999,24,0.0000,0,88,0.000,0.0,1.0 +1978,5,26,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,13.90,13.30,96,102100,518,1331,368,140,0,140,15900,0,15900,5380,40,6.20,10,10,2.4,60,9,999999999,24,0.0000,0,88,0.000,0.0,1.0 +1978,5,26,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,15.00,13.90,93,102200,742,1331,374,231,1,231,26400,100,26400,9340,20,4.10,10,10,6.4,120,9,999999999,25,0.0000,0,88,0.000,0.0,1.0 +1978,5,26,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,16.10,14.40,90,102200,939,1331,380,310,1,310,35800,100,35700,13120,30,4.60,10,10,6.4,120,9,999999999,26,0.0000,0,88,0.000,0.0,1.0 +1978,5,26,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,17.20,15.00,87,102300,1093,1331,380,548,99,467,60400,10300,51900,18410,40,5.70,10,9,8.0,120,9,999999999,27,0.0000,0,88,0.000,0.0,1.0 +1978,5,26,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,17.20,15.00,87,102400,1195,1331,386,284,5,280,34300,400,33900,13350,40,7.20,10,10,8.0,120,9,999999999,27,0.0000,0,88,0.000,0.0,1.0 +1978,5,26,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,15.60,13.30,87,102400,1237,1331,376,356,5,352,42500,400,42100,15990,60,7.20,10,10,0.8,90,9,999999999,25,0.0000,0,88,0.000,0.0,1.0 +1978,5,26,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,15.60,13.90,90,102400,1217,1331,377,346,2,345,41300,200,41100,15690,60,3.10,10,10,4.8,90,9,999999999,25,0.0000,0,88,0.000,0.0,1.0 +1978,5,26,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,15.60,13.30,87,102400,1137,1331,376,313,1,312,37100,100,37000,14320,30,5.20,10,10,4.8,90,9,999999999,25,0.0000,0,88,0.000,0.0,1.0 +1978,5,26,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,15.60,13.30,87,102400,1001,1331,376,348,5,345,40200,500,39900,14590,40,5.70,10,10,6.4,150,9,999999999,25,0.0000,0,88,0.000,0.0,1.0 +1978,5,26,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,15.00,12.80,87,102400,819,1331,373,221,0,221,25600,0,25600,9600,40,5.20,10,10,6.4,120,9,999999999,24,0.0000,0,88,0.000,0.0,1.0 +1978,5,26,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,15.00,12.80,87,102400,604,1331,373,147,0,147,16900,0,16900,6050,40,5.20,10,10,8.0,120,9,999999999,24,0.0000,0,88,0.000,0.0,1.0 +1978,5,26,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,15.00,12.80,87,102500,369,1331,374,84,1,83,9500,100,9500,3140,80,4.60,10,10,1.6,30,9,999999999,24,0.0000,0,88,0.000,0.0,1.0 +1978,5,26,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,13.90,12.20,90,102500,134,1331,368,19,0,19,2200,0,2200,710,60,4.10,10,10,1.3,60,9,999999999,23,0.0000,0,88,0.000,0.0,1.0 +1978,5,26,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,13.30,12.20,93,102500,1,166,365,1,0,1,0,0,0,0,70,3.60,10,10,0.6,30,9,999999999,23,0.0000,0,88,0.000,0.0,1.0 +1978,5,26,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,12.80,11.70,93,102500,0,0,363,0,0,0,0,0,0,0,60,4.60,10,10,0.4,30,9,999999999,22,0.0000,0,88,0.000,0.0,1.0 +1978,5,26,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,12.80,11.70,93,102500,0,0,363,0,0,0,0,0,0,0,50,4.10,10,10,0.2,30,9,999999999,22,0.0000,0,88,0.000,0.0,1.0 +1978,5,26,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,12.80,11.70,93,102600,0,0,363,0,0,0,0,0,0,0,10,3.60,10,10,0.8,60,9,999999999,22,0.0000,0,88,0.000,0.0,1.0 +1978,5,26,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,12.80,11.70,93,102500,0,0,363,0,0,0,0,0,0,0,40,5.20,10,10,0.8,60,9,999999999,22,0.0000,0,88,0.000,0.0,1.0 +1978,5,27,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,12.80,11.70,93,102500,0,0,363,0,0,0,0,0,0,0,40,3.60,10,10,0.8,30,9,999999999,22,0.0000,0,88,0.000,0.0,1.0 +1978,5,27,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,12.80,11.70,93,102500,0,0,363,0,0,0,0,0,0,0,50,4.10,10,10,0.8,90,9,999999999,22,0.0000,0,88,0.000,0.0,1.0 +1978,5,27,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,12.80,11.70,93,102500,0,0,363,0,0,0,0,0,0,0,20,3.60,10,10,0.8,60,9,999999999,22,0.0000,0,88,0.000,0.0,1.0 +1978,5,27,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,12.80,11.70,93,102500,0,0,362,0,0,0,0,0,0,0,40,4.10,10,10,0.8,60,9,999999999,22,0.0000,0,88,0.000,0.0,1.0 +1978,5,27,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,12.80,11.70,93,102500,60,1009,362,11,0,11,1300,0,1300,410,360,3.10,10,10,0.8,60,9,999999999,22,0.0000,0,88,0.000,0.0,1.0 +1978,5,27,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,12.80,11.70,93,102600,283,1331,362,43,1,43,5000,0,5000,1690,50,3.10,10,10,1.6,60,9,999999999,22,0.0000,0,88,0.000,0.3,1.0 +1978,5,27,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,12.80,12.20,96,102600,520,1331,362,104,1,104,12100,100,12100,4330,20,2.60,10,10,2.4,120,9,999999999,23,0.0000,0,88,0.000,0.0,1.0 +1978,5,27,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,13.30,12.80,96,102700,744,1331,365,239,0,238,27100,0,27100,9540,60,2.60,10,10,2.8,120,9,999999999,23,0.0000,0,88,0.000,0.0,1.0 +1978,5,27,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,13.30,12.20,93,102700,940,1331,364,327,0,327,37500,0,37500,13590,100,4.10,10,10,1.3,60,9,999999999,23,0.0000,0,88,0.000,0.0,1.0 +1978,5,27,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,13.30,12.20,93,102700,1094,1331,364,221,1,220,26700,100,26700,10810,100,4.60,10,10,0.8,60,9,999999999,23,0.0000,0,88,0.000,0.0,1.0 +1978,5,27,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,13.30,12.20,93,102700,1196,1331,364,406,1,405,47600,100,47500,17430,80,3.60,10,10,3.2,120,9,999999999,23,0.0000,0,88,0.000,0.0,1.0 +1978,5,27,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,14.40,13.30,93,102600,1238,1331,370,420,2,418,49400,200,49200,18010,90,4.10,10,10,6.4,120,9,999999999,24,0.0000,0,88,0.000,0.0,1.0 +1978,5,27,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,15.00,13.90,93,102600,1219,1331,373,439,1,439,51400,100,51300,18470,90,4.10,10,10,6.4,460,9,999999999,25,0.0000,0,88,0.000,0.0,1.0 +1978,5,27,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,15.00,13.30,90,102500,1138,1331,347,621,175,472,67700,18600,51800,19420,140,3.60,7,6,6.4,120,9,999999999,24,0.0000,0,88,0.000,0.0,1.0 +1978,5,27,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,15.00,13.30,90,102500,1003,1331,322,701,745,141,73900,74900,17300,4140,120,4.10,3,2,16.1,77777,9,999999999,24,0.0000,0,88,0.000,0.0,1.0 +1978,5,27,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,15.00,13.30,90,102500,821,1331,336,389,403,141,43200,41600,17500,3310,90,4.60,4,4,19.3,77777,9,999999999,24,0.0000,0,88,0.000,0.0,1.0 +1978,5,27,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,15.00,12.80,87,102400,606,1331,336,272,292,140,29800,29800,16200,2900,120,4.10,5,4,8.0,77777,9,999999999,24,0.0000,0,88,0.000,0.0,1.0 +1978,5,27,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,14.40,12.20,87,102400,372,1331,326,197,389,89,20700,33500,11300,1650,110,3.60,3,3,6.4,77777,9,999999999,23,0.0000,0,88,0.000,0.0,1.0 +1978,5,27,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,13.30,11.70,90,102300,137,1331,309,45,178,28,4900,9300,3900,490,90,4.10,3,1,16.1,77777,9,999999999,22,0.0000,0,88,0.000,0.0,1.0 +1978,5,27,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,12.80,11.70,93,102300,2,188,338,0,0,0,0,0,0,0,70,3.10,6,6,1.3,60,9,999999999,22,0.0000,0,88,0.000,0.0,1.0 +1978,5,27,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,12.80,12.20,96,102300,0,0,363,0,0,0,0,0,0,0,120,3.10,10,10,0.6,60,9,999999999,23,0.0000,0,88,0.000,0.0,1.0 +1978,5,27,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,12.80,12.20,96,102200,0,0,363,0,0,0,0,0,0,0,100,2.10,10,10,0.4,60,9,999999999,23,0.0000,0,88,0.000,0.0,1.0 +1978,5,27,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,12.80,12.20,96,102200,0,0,363,0,0,0,0,0,0,0,90,1.50,10,10,0.2,30,9,999999999,23,0.0000,0,88,0.000,0.0,1.0 +1978,5,27,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,12.80,12.20,96,102200,0,0,363,0,0,0,0,0,0,0,0,0.00,10,10,0.2,30,9,999999999,23,0.0000,0,88,0.000,0.0,1.0 +1978,5,28,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,13.30,12.80,96,102200,0,0,366,0,0,0,0,0,0,0,0,0.00,10,10,0.2,30,9,999999999,23,0.0000,0,88,0.000,0.0,1.0 +1978,5,28,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,13.30,12.80,96,102100,0,0,366,0,0,0,0,0,0,0,0,0.00,10,10,0.2,30,9,999999999,23,0.0000,0,88,0.000,0.0,1.0 +1978,5,28,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,13.30,12.20,93,102100,0,0,354,0,0,0,0,0,0,0,140,2.10,8,8,0.4,30,9,999999999,23,0.0000,0,88,0.000,0.0,1.0 +1978,5,28,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,13.30,12.20,93,102100,0,0,323,0,0,0,0,0,0,0,170,2.60,3,3,1.6,77777,9,999999999,23,0.0000,0,88,0.000,0.0,1.0 +1978,5,28,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,13.30,12.80,96,102100,62,1031,306,25,74,18,2500,2600,2300,310,170,1.00,0,0,3.2,77777,9,999999999,23,0.0000,0,88,0.000,0.0,1.0 +1978,5,28,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,13.90,13.30,96,102100,285,1330,308,139,421,49,14400,33200,7300,900,180,2.60,0,0,8.0,77777,9,999999999,24,0.0000,0,88,0.000,0.0,1.0 +1978,5,28,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,15.00,15.00,100,102100,521,1330,317,321,632,74,34100,60300,10400,1500,180,4.10,0,0,16.1,77777,9,999999999,27,0.0000,0,88,0.000,0.0,1.0 +1978,5,28,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,16.70,16.10,97,102000,745,1330,327,511,739,96,53600,73300,12500,2150,160,2.60,0,0,19.3,77777,9,999999999,29,0.0000,0,88,0.000,0.0,1.0 +1978,5,28,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,18.30,17.80,97,102000,941,1330,338,677,795,114,72100,80300,15200,3170,160,3.10,0,0,19.3,77777,9,999999999,32,0.0000,0,88,0.000,0.0,1.0 +1978,5,28,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,20.00,18.90,93,102000,1095,1330,349,815,836,126,83900,83600,14900,3780,230,3.60,0,0,19.3,77777,9,999999999,34,0.0000,0,88,0.000,0.0,1.0 +1978,5,28,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,21.70,19.40,87,101900,1196,1330,359,902,854,133,92700,85600,15500,5540,140,3.60,0,0,19.3,77777,9,999999999,35,0.0000,0,88,0.000,0.0,1.0 +1978,5,28,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.30,19.40,79,101900,1239,1330,366,940,862,136,96500,86400,15800,6890,110,5.20,0,0,19.3,77777,9,999999999,35,0.0000,0,88,0.000,0.0,1.0 +1978,5,28,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.90,18.90,74,101800,1220,1330,385,907,740,228,97100,75700,27500,13340,120,6.70,3,3,19.3,77777,9,999999999,34,0.0000,0,88,0.000,0.0,1.0 +1978,5,28,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.90,18.30,71,101800,1140,1330,384,764,570,275,83100,59700,31900,12120,120,6.70,3,3,19.3,77777,9,999999999,33,0.0000,0,88,0.000,0.0,1.0 +1978,5,28,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.30,17.80,71,101700,1004,1330,386,652,560,229,70900,58400,26700,7210,130,4.60,5,4,19.3,77777,9,999999999,32,0.0000,0,88,0.000,0.0,1.0 +1978,5,28,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.90,18.30,71,101700,823,1330,403,419,323,219,45800,34500,24400,5420,190,6.70,6,6,19.3,7620,9,999999999,33,0.0000,0,88,0.000,0.0,1.0 +1978,5,28,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.00,18.30,67,101700,608,1330,398,364,503,134,38900,49700,16200,2690,200,6.20,4,4,19.3,77777,9,999999999,33,0.0000,0,88,0.000,0.0,1.0 +1978,5,28,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.90,18.30,71,101700,375,1330,404,148,188,95,15800,16600,11100,1830,190,6.20,6,6,24.1,7620,9,999999999,33,0.0000,0,88,0.000,0.0,1.0 +1978,5,28,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,22.20,17.80,76,101700,140,1330,389,43,95,34,4700,4700,4200,610,190,6.20,5,5,24.1,77777,9,999999999,32,0.0000,0,88,0.000,0.0,1.0 +1978,5,28,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,21.70,18.30,81,101700,2,211,383,0,0,0,0,0,0,0,230,5.20,4,4,24.1,77777,9,999999999,33,0.0000,0,88,0.000,0.0,1.0 +1978,5,28,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,20.60,17.80,84,101800,0,0,372,0,0,0,0,0,0,0,200,5.20,3,3,24.1,77777,9,999999999,32,0.0000,0,88,0.000,0.0,1.0 +1978,5,28,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,20.00,17.80,87,101800,0,0,375,0,0,0,0,0,0,0,220,5.70,4,4,24.1,77777,9,999999999,32,0.0000,0,88,0.000,0.0,1.0 +1978,5,28,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,19.40,17.20,87,101800,0,0,381,0,0,0,0,0,0,0,220,4.10,6,6,16.1,3050,9,999999999,30,0.0000,0,88,0.000,0.0,1.0 +1978,5,28,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,18.90,17.20,90,101800,0,0,368,0,0,0,0,0,0,0,230,3.60,4,4,19.3,77777,9,999999999,31,0.0000,0,88,0.000,0.0,1.0 +1978,5,29,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,18.90,17.20,90,101800,0,0,368,0,0,0,0,0,0,0,250,6.20,4,4,19.3,77777,9,999999999,31,0.0000,0,88,0.000,0.0,1.0 +1978,5,29,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,18.90,16.70,87,101800,0,0,351,0,0,0,0,0,0,0,220,5.70,1,1,19.3,77777,9,999999999,30,0.0000,0,88,0.000,0.0,1.0 +1978,5,29,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,18.90,16.70,87,101700,0,0,345,0,0,0,0,0,0,0,230,5.20,0,0,24.1,77777,9,999999999,30,0.0000,0,88,0.000,0.0,1.0 +1978,5,29,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,18.30,16.70,90,101700,0,0,357,0,0,0,0,0,0,0,250,4.10,3,3,24.1,77777,9,999999999,29,0.0000,0,88,0.000,0.0,1.0 +1978,5,29,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,18.30,16.70,90,101800,63,1030,389,21,4,21,2400,0,2400,700,240,4.10,10,9,24.1,150,9,999999999,30,0.0000,0,88,0.000,0.0,1.0 +1978,5,29,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,18.90,17.20,90,101800,286,1330,392,78,30,72,8600,2500,8100,1850,240,5.70,10,9,24.1,180,9,999999999,31,0.0000,0,88,0.000,0.0,1.0 +1978,5,29,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,18.90,17.80,93,101800,523,1330,387,194,104,153,21200,10200,17200,3570,240,5.70,8,8,19.3,270,9,999999999,32,0.0000,0,88,0.000,0.0,1.0 +1978,5,29,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,20.00,17.80,87,101700,746,1330,364,511,664,138,53600,66200,16400,3100,240,6.20,3,3,19.3,77777,9,999999999,32,0.0000,0,88,0.000,0.0,1.0 +1978,5,29,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,21.10,18.30,84,101700,942,1330,353,683,827,96,70800,82500,12300,2430,220,6.20,0,0,19.3,77777,9,999999999,33,0.0000,0,88,0.000,0.0,1.0 +1978,5,29,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,22.80,18.90,79,101600,1095,1330,363,816,861,107,84500,86200,13400,3510,250,6.20,0,0,19.3,77777,9,999999999,34,0.0000,0,88,0.000,0.0,1.0 +1978,5,29,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,24.40,18.30,69,101600,1197,1330,368,910,884,113,93900,88700,13900,5030,250,7.70,0,0,19.3,77777,9,999999999,33,0.0000,0,88,0.000,0.0,1.0 +1978,5,29,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,26.10,17.80,60,101600,1240,1330,374,952,896,115,98100,89900,14100,6180,220,7.20,0,0,19.3,77777,9,999999999,31,0.0000,0,88,0.000,0.0,1.0 +1978,5,29,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,28.30,18.90,57,101500,1221,1330,390,927,884,114,95600,88700,14000,5590,180,5.70,0,0,19.3,77777,9,999999999,34,0.0000,0,88,0.000,0.0,1.0 +1978,5,29,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,30.00,18.30,50,101500,1141,1330,397,858,872,109,88700,87400,13500,4040,200,8.20,0,0,19.3,77777,9,999999999,33,0.0000,0,88,0.000,0.0,1.0 +1978,5,29,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,29.40,18.90,53,101500,1006,1330,397,738,843,101,76700,84200,12800,2790,200,7.70,0,0,19.3,77777,9,999999999,34,0.0000,0,88,0.000,0.0,1.0 +1978,5,29,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,28.30,18.90,57,101400,825,1330,392,583,799,88,62800,80500,12800,2240,200,7.70,0,0,19.3,77777,9,999999999,34,0.0000,0,88,0.000,0.0,1.0 +1978,5,29,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,27.20,18.90,60,101400,611,1330,388,398,718,70,42400,70000,10200,1540,190,7.70,0,0,19.3,77777,9,999999999,33,0.0000,0,88,0.000,0.0,1.0 +1978,5,29,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.60,18.30,64,101500,377,1330,379,211,571,50,21900,50300,7700,1000,200,7.20,0,0,16.1,77777,9,999999999,32,0.0000,0,88,0.000,0.0,1.0 +1978,5,29,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.90,18.30,71,101400,143,1330,372,54,258,27,5600,15000,4000,490,190,5.70,0,0,16.1,77777,9,999999999,33,0.0000,0,88,0.000,0.0,1.0 +1978,5,29,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.30,18.30,74,101400,3,233,371,2,0,1,0,0,0,0,200,5.20,0,0,16.1,77777,9,999999999,33,0.0000,0,88,0.000,0.0,1.0 +1978,5,29,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,22.20,17.80,76,101500,0,0,364,0,0,0,0,0,0,0,220,4.10,0,0,16.1,77777,9,999999999,31,0.0000,0,88,0.000,0.0,1.0 +1978,5,29,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,20.60,17.80,84,101500,0,0,358,0,0,0,0,0,0,0,200,4.10,0,0,16.1,77777,9,999999999,32,0.0000,0,88,0.000,0.0,1.0 +1978,5,29,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,20.00,17.80,87,101500,0,0,355,0,0,0,0,0,0,0,210,4.10,0,0,16.1,77777,9,999999999,31,0.0000,0,88,0.000,0.0,1.0 +1978,5,29,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,18.90,16.70,87,101500,0,0,346,0,0,0,0,0,0,0,200,4.10,0,0,16.1,77777,9,999999999,30,0.0000,0,88,0.000,0.0,1.0 +1978,5,30,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,18.90,17.20,90,101400,0,0,348,0,0,0,0,0,0,0,230,3.60,0,0,12.9,77777,9,999999999,30,0.0000,0,88,0.000,0.0,1.0 +1978,5,30,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,18.30,16.70,90,101400,0,0,343,0,0,0,0,0,0,0,230,4.60,0,0,12.9,77777,9,999999999,29,0.0000,0,88,0.000,0.0,1.0 +1978,5,30,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,18.30,16.10,87,101300,0,0,340,0,0,0,0,0,0,0,230,4.10,0,0,11.3,77777,9,999999999,28,0.0000,0,88,0.000,0.0,1.0 +1978,5,30,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,17.80,16.10,90,101300,0,0,336,0,0,0,0,0,0,0,260,3.60,0,0,9.7,77777,9,999999999,29,0.0000,0,88,0.000,0.0,1.0 +1978,5,30,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,18.30,16.10,87,101300,65,1052,338,23,39,19,2400,1700,2300,390,200,4.10,0,0,6.4,77777,9,999999999,28,0.0000,0,88,0.000,0.0,1.0 +1978,5,30,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,18.30,16.70,90,101300,288,1329,349,112,143,81,12200,11600,9700,1750,210,3.60,2,2,6.4,77777,9,999999999,29,0.0000,0,88,0.000,0.0,1.0 +1978,5,30,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,18.90,17.20,90,101300,524,1329,341,305,543,91,31800,51400,11600,1790,220,5.20,0,0,9.7,77777,9,999999999,30,0.0000,0,88,0.000,0.0,1.0 +1978,5,30,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,19.40,17.80,90,101300,747,1329,344,496,668,120,52500,67000,14800,2750,230,3.60,0,0,9.7,77777,9,999999999,31,0.0000,0,88,0.000,0.0,1.0 +1978,5,30,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,20.60,18.30,87,101200,942,1329,350,665,735,142,71200,75300,17800,4130,200,3.10,0,0,9.7,77777,9,999999999,33,0.0000,0,88,0.000,0.0,1.0 +1978,5,30,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,21.10,19.40,90,101200,1096,1329,356,801,778,158,84200,78300,19400,5670,180,4.60,0,0,9.7,77777,9,999999999,35,0.0000,0,88,0.000,0.0,1.0 +1978,5,30,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,21.70,19.40,87,101200,1198,1329,358,894,804,167,94500,81200,21200,8400,160,3.60,0,0,11.3,77777,9,999999999,35,0.0000,0,88,0.000,0.0,1.0 +1978,5,30,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,22.20,18.30,79,101200,1241,1329,357,939,822,171,99700,83100,22000,10490,130,5.70,0,0,11.3,77777,9,999999999,33,0.0000,0,88,0.000,0.0,1.0 +1978,5,30,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.90,18.90,74,101100,1222,1329,373,879,789,152,94200,80100,20400,8630,120,6.70,1,1,12.9,77777,9,999999999,34,0.0000,0,88,0.000,0.0,1.0 +1978,5,30,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.00,18.30,67,101100,1142,1329,377,758,674,178,81800,69400,22100,7960,120,6.70,1,1,16.1,77777,9,999999999,33,0.0000,0,88,0.000,0.0,1.0 +1978,5,30,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.60,17.80,62,101000,1007,1329,379,677,666,172,72300,68000,20600,5520,130,6.20,3,1,16.1,77777,9,999999999,31,0.0000,0,88,0.000,0.0,1.0 +1978,5,30,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,26.10,17.20,58,101000,827,1329,381,538,637,142,57000,64300,16900,3490,130,6.20,3,1,16.1,77777,9,999999999,30,0.0000,0,88,0.000,0.0,1.0 +1978,5,30,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.00,17.80,64,101000,613,1329,373,372,573,109,39000,55800,13300,2240,110,3.60,2,0,16.1,77777,9,999999999,31,0.0000,0,88,0.000,0.0,1.0 +1978,5,30,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.30,17.80,71,101000,380,1329,366,194,415,76,20800,36200,10500,1380,130,4.10,2,0,16.1,77777,9,999999999,31,0.0000,0,88,0.000,0.0,1.0 +1978,5,30,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,22.20,17.20,73,101100,146,1329,365,45,76,37,5000,4400,4500,770,160,4.60,4,1,16.1,77777,9,999999999,30,0.0000,0,88,0.000,0.0,1.0 +1978,5,30,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,22.20,17.20,73,101100,3,233,372,0,0,0,0,0,0,0,160,3.10,3,2,16.1,77777,9,999999999,30,0.0000,0,88,0.000,0.0,1.0 +1978,5,30,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,21.70,15.60,68,101200,0,0,354,0,0,0,0,0,0,0,180,2.10,2,0,16.1,77777,9,999999999,28,0.0000,0,88,0.000,0.0,1.0 +1978,5,30,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,19.40,16.10,81,101200,0,0,346,0,0,0,0,0,0,0,150,2.10,2,0,16.1,77777,9,999999999,28,0.0000,0,88,0.000,0.0,1.0 +1978,5,30,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,20.00,16.10,78,101200,0,0,349,0,0,0,0,0,0,0,170,2.10,0,0,16.1,77777,9,999999999,28,0.0000,0,88,0.000,0.0,1.0 +1978,5,30,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,19.40,16.10,81,101200,0,0,347,0,0,0,0,0,0,0,120,0.50,0,0,16.1,77777,9,999999999,28,0.0000,0,88,0.000,0.0,1.0 +1978,5,31,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,18.30,15.60,84,101200,0,0,340,0,0,0,0,0,0,0,70,1.50,0,0,16.1,77777,9,999999999,28,0.0000,0,88,0.000,0.0,1.0 +1978,5,31,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,17.20,15.00,87,101300,0,0,332,0,0,0,0,0,0,0,50,2.60,0,0,12.9,77777,9,999999999,27,0.0000,0,88,0.000,0.0,1.0 +1978,5,31,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,16.70,14.40,87,101300,0,0,379,0,0,0,0,0,0,0,50,3.10,9,9,6.4,90,9,999999999,26,0.0000,0,88,0.000,0.0,1.0 +1978,5,31,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,15.60,13.90,90,101200,0,0,378,0,0,0,0,0,0,0,20,3.60,10,10,0.8,60,9,999999999,25,0.0000,0,88,0.000,0.0,1.0 +1978,5,31,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,15.60,13.90,90,101300,66,1052,378,16,0,16,1800,0,1800,570,30,3.60,10,10,1.3,60,9,999999999,25,0.0000,0,88,0.000,0.0,1.0 +1978,5,31,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,15.00,13.90,93,101300,290,1329,374,68,2,67,7600,100,7600,2420,30,3.10,10,10,0.8,60,9,999999999,25,0.0000,0,88,0.000,0.0,1.0 +1978,5,31,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,15.00,13.90,93,101300,525,1329,374,135,2,135,15500,100,15400,5290,30,3.10,10,10,0.4,60,9,999999999,25,0.0000,0,88,0.000,0.0,1.0 +1978,5,31,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,15.60,14.40,93,101300,748,1329,377,259,1,259,29400,100,29300,10110,60,3.60,10,10,2.0,90,9,999999999,26,0.0000,0,88,0.000,0.0,1.0 +1978,5,31,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,16.10,15.00,93,101300,943,1329,380,285,2,284,33100,200,33000,12410,110,4.60,10,10,3.2,120,9,999999999,27,0.0000,0,88,0.000,0.0,1.0 +1978,5,31,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,16.10,14.40,90,101400,1097,1329,379,309,4,306,36500,400,36200,13990,90,6.20,10,10,0.8,60,9,999999999,26,0.0000,0,88,0.000,0.0,1.0 +1978,5,31,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,15.60,13.90,90,101300,1199,1329,376,432,0,431,50300,0,50300,18160,70,5.20,10,10,1.3,60,9,999999999,25,0.0000,0,88,0.000,0.0,1.0 +1978,5,31,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,16.10,14.40,90,101200,1241,1329,379,456,2,455,53400,200,53200,19030,80,6.70,10,10,4.0,150,9,999999999,26,0.0000,0,88,0.000,0.0,1.0 +1978,5,31,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,16.70,14.40,87,101200,1223,1329,383,390,1,389,46000,100,45900,17100,80,6.70,10,10,3.2,60,9,999999999,26,0.0000,0,88,0.000,0.0,1.0 +1978,5,31,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,17.20,15.00,87,101100,1143,1329,379,503,135,387,55500,14400,43100,16140,110,4.10,9,9,6.4,90,9,999999999,27,0.0000,0,88,0.000,0.0,1.0 +1978,5,31,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,16.70,14.40,87,101100,1009,1329,383,252,7,247,29900,600,29500,11570,70,5.70,10,10,3.2,90,9,999999999,26,0.0000,0,88,0.000,0.0,1.0 +1978,5,31,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,16.70,15.00,90,101000,829,1329,383,232,3,231,27000,300,26800,9990,80,6.20,10,10,2.4,60,9,999999999,27,0.0000,0,88,0.000,0.0,1.0 +1978,5,31,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,15.60,14.40,93,101000,615,1329,378,173,6,171,19800,500,19600,6810,100,6.20,10,10,1.6,60,9,999999999,26,0.0000,0,88,0.000,0.0,1.0 +1978,5,31,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,15.00,13.30,90,101000,382,1329,374,89,1,89,10100,100,10100,3360,110,6.20,10,10,0.6,60,9,999999999,24,0.0000,0,88,0.000,0.0,1.0 +1978,5,31,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,14.40,13.30,93,101000,149,1329,371,28,0,28,3200,0,3200,1000,80,5.70,10,10,0.4,30,9,999999999,24,0.0000,0,88,0.000,0.0,1.0 +1978,5,31,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,14.40,13.90,96,101000,4,255,372,0,0,0,0,0,0,0,90,4.10,10,10,0.4,30,9,999999999,25,0.0000,0,88,0.000,0.0,1.0 +1978,5,31,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,14.40,13.30,93,101100,0,0,372,0,0,0,0,0,0,0,360,4.10,10,10,0.4,30,9,999999999,24,0.0000,0,88,0.000,0.0,1.0 +1978,5,31,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,15.20,13.10,96,101000,0,0,376,0,0,0,0,0,0,0,50,4.80,10,10,3.2,90,9,999999999,25,0.0000,0,88,0.000,0.0,1.0 +1978,5,31,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,16.00,12.80,93,101000,0,0,380,0,0,0,0,0,0,0,30,5.60,10,10,2.4,60,9,999999999,24,0.0000,0,88,0.000,0.0,1.0 +1978,5,31,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,16.80,12.60,93,101000,0,0,384,0,0,0,0,0,0,0,60,6.30,10,10,2.4,90,9,999999999,23,0.0000,0,88,0.000,0.0,1.0 +2002,6,1,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,17.60,12.40,81,100000,0,0,326,0,0,0,0,0,0,0,240,7.10,0,0,16.0,77777,9,999999999,25,0.0000,0,88,0.000,0.0,1.0 +2002,6,1,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,18.40,12.20,78,100000,0,0,328,0,0,0,0,0,0,0,240,7.80,0,0,16.0,77777,9,999999999,21,0.0000,0,88,0.000,0.0,1.0 +2002,6,1,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,19.20,11.90,59,100000,0,0,330,0,0,0,0,0,0,0,250,8.60,0,0,16.0,77777,9,999999999,18,0.0000,0,88,0.000,0.0,1.0 +2002,6,1,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,20.00,11.70,59,100000,0,0,332,0,0,0,0,0,0,0,260,9.30,0,0,16.0,77777,9,999999999,15,0.0000,0,88,0.000,0.0,1.0 +2002,6,1,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,20.00,10.00,53,100000,68,1074,326,0,0,0,0,0,0,0,250,8.20,0,0,16.0,77777,9,999999999,14,0.0000,0,88,0.000,0.0,1.0 +2002,6,1,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,19.40,10.60,57,100000,291,1328,323,136,210,90,14200,16500,10600,1780,260,8.20,0,0,16.0,77777,9,999999999,13,0.0000,0,88,0.000,4.0,1.0 +2002,6,1,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,19.40,10.60,57,100100,526,1328,322,296,420,130,31200,40200,15300,2540,270,7.70,0,0,16.0,77777,9,999999999,13,0.0000,0,88,0.000,0.0,1.0 +2002,6,1,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,21.10,10.60,51,100100,749,1328,328,462,441,213,48500,44800,23100,4860,270,6.70,0,0,16.0,77777,9,999999999,14,0.0000,0,88,0.000,0.0,1.0 +2002,6,1,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,22.80,10.00,44,100100,944,1328,333,618,564,217,66900,58600,25200,6160,270,7.20,0,0,16.0,77777,9,999999999,15,0.0000,0,88,0.000,0.0,1.0 +2002,6,1,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.90,10.00,41,100100,1097,1328,337,766,616,257,80300,62100,28800,9790,250,6.20,0,0,16.0,9144,9,999999999,16,0.0000,0,88,0.000,0.0,1.0 +2002,6,1,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,26.10,9.40,35,100000,1199,1328,344,882,746,206,94700,76500,25400,11200,260,6.70,0,0,16.0,9144,9,999999999,17,0.0000,0,88,0.000,0.0,1.0 +2002,6,1,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,27.20,10.00,34,99900,1242,1328,386,916,739,224,98300,75700,27400,14750,230,9.80,4,4,16.0,9144,9,999999999,18,0.0000,0,88,0.000,0.0,1.0 +2002,6,1,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,28.30,9.40,31,99800,1224,1328,381,927,773,213,99600,79300,26400,12840,250,7.70,3,3,16.0,77777,9,999999999,18,0.0000,0,88,0.000,0.0,1.0 +2002,6,1,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,28.30,9.40,31,99700,1145,1328,399,783,538,319,84000,56200,35500,14460,240,10.80,5,5,16.0,9144,9,999999999,19,0.0000,0,88,0.000,0.0,1.0 +2002,6,1,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,28.90,10.60,32,99700,1011,1328,414,424,101,347,46700,10400,38800,13120,240,9.80,6,6,16.0,3962,9,999999999,20,0.0000,0,88,0.000,0.0,1.0 +2002,6,1,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,29.40,10.00,30,99600,831,1328,399,352,106,285,38600,10800,31900,9340,250,8.80,4,4,16.0,77777,9,999999999,20,0.0000,0,88,0.000,0.0,1.0 +2002,6,1,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,30.00,6.10,22,99600,618,1328,385,380,485,155,40200,48000,17800,3170,260,8.80,3,3,16.0,77777,9,999999999,19,0.0000,0,88,0.000,0.0,1.0 +2002,6,1,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,28.90,5.00,22,99700,385,1328,378,201,384,89,21100,33600,11400,1650,270,9.30,3,3,16.0,77777,9,999999999,18,0.0000,0,88,0.000,0.0,1.0 +2002,6,1,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,27.80,6.10,25,99700,152,1328,395,53,157,35,5500,8700,4500,620,260,7.70,7,5,16.0,77777,9,999999999,17,0.0000,0,88,0.000,0.0,1.0 +2002,6,1,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,26.70,5.00,25,99800,4,277,342,0,0,0,0,0,0,0,260,8.20,0,0,16.0,77777,9,999999999,16,0.0000,0,88,0.000,0.0,1.0 +2002,6,1,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,26.10,4.40,25,99900,0,0,339,0,0,0,0,0,0,0,270,7.20,0,0,16.0,77777,9,999999999,16,0.0000,0,88,0.000,0.0,1.0 +2002,6,1,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.00,4.40,26,99900,0,0,335,0,0,0,0,0,0,0,260,7.70,0,0,16.0,77777,9,999999999,15,0.0000,0,88,0.000,0.0,1.0 +2002,6,1,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,24.40,4.40,27,99900,0,0,333,0,0,0,0,0,0,0,250,6.20,0,0,16.0,77777,9,999999999,15,0.0000,0,88,0.000,0.0,1.0 +2002,6,1,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,22.80,5.00,31,99800,0,0,328,0,0,0,0,0,0,0,240,5.20,0,0,16.0,77777,9,999999999,15,0.0000,0,88,0.000,0.0,1.0 +2002,6,2,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,20.00,8.30,47,99800,0,0,324,0,0,0,0,0,0,0,230,5.20,0,0,16.0,77777,9,999999999,16,0.0000,0,88,0.000,0.0,1.0 +2002,6,2,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,20.00,9.40,50,99800,0,0,377,0,0,0,0,0,0,0,240,5.20,7,7,16.0,77777,9,999999999,16,0.0000,0,88,0.000,0.0,1.0 +2002,6,2,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,20.60,9.40,49,99800,0,0,387,0,0,0,0,0,0,0,320,5.20,8,8,16.0,3962,9,999999999,17,0.0000,0,88,0.000,0.0,1.0 +2002,6,2,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,20.00,8.30,47,99800,0,0,398,0,0,0,0,0,0,0,290,4.60,10,10,16.0,3962,9,999999999,18,0.0000,0,88,0.000,0.0,1.0 +2002,6,2,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,20.00,9.40,50,99800,69,1073,398,0,0,0,0,0,0,0,310,7.70,10,10,16.0,3048,9,999999999,20,0.0000,0,88,0.000,0.0,1.0 +2002,6,2,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,17.20,11.10,67,99700,292,1328,384,25,0,25,3100,0,3100,1060,300,6.20,10,10,12.8,1829,9,999999999,22,0.0000,0,88,0.000,1.3,1.0 +2002,6,2,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,16.70,12.20,75,99700,527,1328,382,63,0,63,7600,0,7600,2860,220,5.20,10,10,16.0,1524,9,999999999,24,0.0000,0,88,0.000,0.0,1.0 +2002,6,2,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,17.80,13.30,75,99700,750,1328,355,277,61,243,30500,6100,27000,7640,250,6.20,5,5,16.0,3962,9,999999999,23,0.0000,0,88,0.000,0.0,1.0 +2002,6,2,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,20.60,13.30,63,99700,945,1328,354,249,18,236,29300,1500,28200,10860,280,5.70,3,3,16.0,7620,9,999999999,22,0.0000,0,88,0.000,0.0,1.0 +2002,6,2,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,22.20,11.70,51,99700,1098,1328,365,741,550,286,79900,57500,32300,11290,270,9.30,4,4,16.0,7620,9,999999999,22,0.0000,0,88,0.000,0.0,1.0 +2002,6,2,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.30,8.90,40,99600,1200,1328,372,814,554,313,88100,58000,35600,17260,270,10.30,5,5,16.0,7620,9,999999999,21,0.0000,0,88,0.000,0.0,1.0 +2002,6,2,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.90,8.30,37,99700,1243,1328,400,904,679,268,95900,68900,31200,17570,290,8.80,8,8,16.0,2134,9,999999999,19,0.0000,0,88,0.000,0.0,1.0 +2002,6,2,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,22.20,7.20,38,99800,1224,1328,390,873,629,292,91800,63500,33100,17340,300,9.30,8,8,16.0,2286,9,999999999,18,0.0000,0,88,0.000,0.0,1.0 +2002,6,2,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,20.00,8.90,49,99800,1146,1328,380,789,514,345,83900,53600,37600,15770,300,5.70,8,8,16.0,2438,9,999999999,18,0.0000,0,88,0.000,0.0,1.0 +2002,6,2,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,22.80,5.60,33,99900,1012,1328,356,396,131,296,43900,14000,33200,9870,320,10.30,4,4,16.0,77777,9,999999999,17,0.0000,0,88,0.000,0.0,1.0 +2002,6,2,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,21.70,4.40,32,100000,833,1328,349,565,550,219,59900,56600,24400,5390,310,9.80,4,4,16.0,77777,9,999999999,17,0.0000,0,88,0.000,0.0,1.0 +2002,6,2,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,20.00,3.30,33,100200,620,1328,331,359,421,163,37800,41600,18300,3360,330,9.30,3,3,16.0,77777,9,999999999,17,0.0000,0,88,0.000,0.0,1.0 +2002,6,2,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,19.40,2.80,33,100300,388,1328,338,211,447,81,22500,39200,11100,1480,320,9.80,4,4,16.0,77777,9,999999999,16,0.0000,0,88,0.000,0.0,1.0 +2002,6,2,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,17.80,2.80,37,100400,154,1328,340,54,162,35,5600,9100,4600,620,310,7.70,6,5,16.0,77777,9,999999999,16,0.0000,0,88,0.000,0.0,1.0 +2002,6,2,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,16.70,3.30,41,100500,5,299,320,0,0,0,0,0,0,0,320,7.70,3,3,16.0,77777,9,999999999,15,0.0000,0,88,0.000,0.0,1.0 +2002,6,2,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,16.10,3.90,44,100600,0,0,319,0,0,0,0,0,0,0,330,4.10,3,3,16.0,77777,9,999999999,15,0.0000,0,88,0.000,0.0,1.0 +2002,6,2,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,15.00,3.90,47,100700,0,0,292,0,0,0,0,0,0,0,290,3.10,0,0,16.0,77777,9,999999999,14,0.0000,0,88,0.000,0.0,1.0 +2002,6,2,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,15.00,3.90,47,100800,0,0,292,0,0,0,0,0,0,0,290,4.60,0,0,16.0,77777,9,999999999,14,0.0000,0,88,0.000,0.0,1.0 +2002,6,2,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,14.40,3.90,49,100800,0,0,290,0,0,0,0,0,0,0,290,4.10,0,0,16.0,77777,9,999999999,13,0.0000,0,88,0.000,0.0,1.0 +2002,6,3,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,13.90,3.90,51,100900,0,0,288,0,0,0,0,0,0,0,280,3.60,0,0,16.0,77777,9,999999999,12,0.0000,0,88,0.000,0.0,1.0 +2002,6,3,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,13.30,3.30,51,100900,0,0,283,0,0,0,0,0,0,0,280,4.10,0,0,16.0,77777,9,999999999,12,0.0000,0,88,0.000,0.0,1.0 +2002,6,3,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,12.20,3.30,54,101000,0,0,278,0,0,0,0,0,0,0,280,5.20,0,0,16.0,77777,9,999999999,11,0.0000,0,88,0.000,0.0,1.0 +2002,6,3,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,12.20,2.80,53,101000,0,0,276,0,0,0,0,0,0,0,300,4.60,0,0,16.0,77777,9,999999999,11,0.0000,0,88,0.000,0.0,1.0 +2002,6,3,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,11.70,2.20,52,101100,70,1095,272,0,0,0,0,0,0,0,290,5.70,0,0,16.0,77777,9,999999999,10,0.0000,0,88,0.000,0.0,1.0 +2002,6,3,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,12.20,1.70,49,101200,293,1328,271,152,291,88,16000,22900,10900,1720,320,5.70,0,0,16.0,77777,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +2002,6,3,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,13.30,1.10,43,101200,528,1328,273,317,514,112,33900,49300,14200,2150,330,6.20,0,0,16.0,77777,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +2002,6,3,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,14.40,1.70,42,101300,750,1328,277,488,576,162,50600,57000,18300,3570,330,4.60,0,0,16.0,77777,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +2002,6,3,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,15.60,1.10,37,101300,945,1328,280,663,680,178,70000,69000,20800,5080,300,7.20,0,0,16.0,77777,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +2002,6,3,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,17.20,1.70,35,101300,1098,1328,287,798,755,172,83100,75700,20300,6090,300,7.20,0,0,16.0,77777,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +2002,6,3,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,17.80,1.10,32,101300,1200,1328,287,882,740,211,94600,75900,25800,11530,260,6.20,0,0,16.0,77777,9,999999999,10,0.0000,0,88,0.000,0.0,1.0 +2002,6,3,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,19.40,1.70,31,101300,1244,1328,323,928,775,201,96900,77700,23900,12300,320,5.20,3,3,16.0,77777,9,999999999,12,0.0000,0,88,0.000,0.0,1.0 +2002,6,3,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,20.00,1.10,28,101200,1225,1328,296,921,797,184,96800,80200,22600,10380,310,5.70,0,0,16.0,77777,9,999999999,14,0.0000,0,88,0.000,0.0,1.0 +2002,6,3,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,21.10,1.10,26,101300,1147,1328,330,842,765,180,87900,76800,21400,7360,300,8.20,3,3,16.0,77777,9,999999999,15,0.0000,0,88,0.000,0.0,1.0 +2002,6,3,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,21.70,2.20,28,101300,1013,1328,335,717,691,189,76000,70300,22300,6100,290,6.20,3,3,16.0,77777,9,999999999,17,0.0000,0,88,0.000,0.0,1.0 +2002,6,3,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,21.10,2.20,29,101300,834,1328,334,565,651,155,59400,65600,18100,3810,290,5.70,3,3,16.0,77777,9,999999999,18,0.0000,0,88,0.000,0.0,1.0 +2002,6,3,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,21.10,-0.60,23,101400,622,1328,300,392,602,109,41000,58800,13400,2260,340,5.70,0,0,16.0,77777,9,999999999,16,0.0000,0,88,0.000,0.0,1.0 +2002,6,3,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,20.60,-0.60,24,101500,390,1328,319,211,396,95,22100,34700,11900,1770,360,7.20,2,2,16.0,77777,9,999999999,14,0.0000,0,88,0.000,0.0,1.0 +2002,6,3,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,19.40,0.60,28,101600,157,1328,363,47,79,38,5200,4800,4600,800,360,3.60,7,7,16.0,6706,9,999999999,12,0.0000,0,88,0.000,0.0,1.0 +2002,6,3,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,18.30,1.70,33,101600,5,321,307,0,0,0,0,0,0,0,360,4.10,1,1,16.0,6706,9,999999999,11,0.0000,0,88,0.000,0.0,1.0 +2002,6,3,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,15.60,3.90,46,101700,0,0,294,0,0,0,0,0,0,0,40,3.10,0,0,16.0,77777,9,999999999,10,0.0000,0,88,0.000,0.0,1.0 +2002,6,3,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,15.00,2.20,42,101800,0,0,288,0,0,0,0,0,0,0,360,4.60,0,0,16.0,77777,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +2002,6,3,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,14.40,2.20,44,101900,0,0,286,0,0,0,0,0,0,0,10,4.60,0,0,16.0,77777,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +2002,6,3,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,12.20,3.30,54,101900,0,0,280,0,0,0,0,0,0,0,20,2.60,0,0,16.0,77777,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +2002,6,4,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,12.80,3.90,55,102000,0,0,284,0,0,0,0,0,0,0,350,2.10,0,0,16.0,77777,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +2002,6,4,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,11.10,4.40,63,102000,0,0,278,0,0,0,0,0,0,0,360,2.10,0,0,16.0,77777,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +2002,6,4,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,11.10,3.90,61,102100,0,0,276,0,0,0,0,0,0,0,360,1.50,0,0,16.0,77777,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +2002,6,4,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,11.70,4.40,61,102100,0,0,278,0,0,0,0,0,0,0,350,1.50,0,0,16.0,77777,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +2002,6,4,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,11.10,5.60,69,102200,71,1095,278,0,0,0,0,0,0,0,10,2.10,0,0,16.0,77777,9,999999999,10,0.0000,0,88,0.000,0.0,1.0 +2002,6,4,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,13.30,5.00,57,102200,294,1327,284,152,257,95,15900,20200,11400,1890,0,0.00,0,0,16.0,77777,9,999999999,11,0.0000,0,88,0.000,0.0,1.0 +2002,6,4,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,13.90,6.70,62,102300,529,1327,289,310,476,120,32900,45700,14700,2320,70,2.60,0,0,16.0,77777,9,999999999,12,0.0000,0,88,0.000,0.0,1.0 +2002,6,4,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,14.40,7.20,62,102400,751,1327,291,488,570,165,52600,58200,19600,3680,110,2.60,0,0,16.0,77777,9,999999999,14,0.0000,0,88,0.000,0.0,1.0 +2002,6,4,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,15.60,7.20,57,102200,945,1327,295,663,692,169,70300,70400,20000,4860,80,4.60,0,0,16.0,77777,9,999999999,17,0.0000,0,88,0.000,0.0,1.0 +2002,6,4,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,16.10,6.10,51,102400,1099,1327,293,773,676,212,82000,68900,24900,8290,100,5.70,0,0,16.0,77777,9,999999999,19,0.0000,0,88,0.000,0.0,1.0 +2002,6,4,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,16.70,3.30,41,102300,1201,1327,288,882,740,210,94600,75900,25800,11520,90,6.70,0,0,16.0,77777,9,999999999,21,0.0000,0,88,0.000,0.0,1.0 +2002,6,4,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,17.20,4.40,43,102300,1244,1327,319,916,733,228,98200,75000,27800,15230,90,7.20,3,3,16.0,9144,9,999999999,23,0.0000,0,88,0.000,0.0,1.0 +2002,6,4,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,17.20,5.60,46,102200,1226,1327,296,903,737,221,96900,75500,27000,13510,100,7.20,0,0,16.0,9144,9,999999999,25,0.0000,0,88,0.000,0.0,1.0 +2002,6,4,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,17.20,5.00,44,102100,1148,1327,295,830,723,204,88800,74000,24700,9250,100,9.30,0,0,16.0,77777,9,999999999,26,0.0000,0,88,0.000,0.0,1.0 +2002,6,4,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,17.20,8.30,56,102100,1015,1327,328,706,667,195,74700,67800,22700,6290,90,8.20,3,3,16.0,77777,9,999999999,28,0.0000,0,88,0.000,0.0,1.0 +2002,6,4,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,17.20,8.90,58,102100,836,1327,330,576,680,147,60800,68700,17500,3650,100,8.20,3,3,16.0,9144,9,999999999,29,0.0000,0,88,0.000,0.0,1.0 +2002,6,4,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,17.80,9.40,58,102000,623,1327,349,381,438,175,39800,43300,19400,3640,120,7.70,5,5,16.0,8230,9,999999999,29,0.0000,0,88,0.000,0.0,1.0 +2002,6,4,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,19.40,5.00,39,102000,392,1327,334,94,6,92,10700,300,10600,3480,200,6.70,3,3,16.0,3962,9,999999999,28,0.0000,0,88,0.000,0.0,1.0 +2002,6,4,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,18.30,4.40,40,102000,159,1327,386,58,94,47,6300,5700,5600,990,190,7.20,10,10,16.0,3353,9,999999999,28,0.0000,0,88,0.000,0.0,1.0 +2002,6,4,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,17.80,6.10,46,102000,6,321,377,0,0,0,0,0,0,0,190,7.20,10,9,16.0,3658,9,999999999,30,0.0000,0,88,0.000,0.0,1.0 +2002,6,4,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,16.70,9.40,62,102100,0,0,368,0,0,0,0,0,0,0,200,7.20,9,8,16.0,2286,9,999999999,32,0.0000,0,88,0.000,0.0,1.0 +2002,6,4,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,16.10,11.10,72,102100,0,0,379,0,0,0,0,0,0,0,200,5.20,10,10,16.0,2286,9,999999999,33,0.0000,0,88,0.000,0.0,1.0 +2002,6,4,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,16.10,11.70,75,102000,0,0,380,0,0,0,0,0,0,0,190,5.70,10,10,16.0,1981,9,999999999,33,0.0000,0,88,0.000,0.0,1.0 +2002,6,4,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,15.60,12.80,83,102000,0,0,378,0,0,0,0,0,0,0,180,3.60,10,10,16.0,1829,9,999999999,33,0.0000,0,88,0.000,0.0,1.0 +2002,6,5,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,16.10,11.70,75,102000,0,0,380,0,0,0,0,0,0,0,200,4.60,10,10,16.0,1829,9,999999999,33,0.0000,0,88,0.000,0.0,1.0 +2002,6,5,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,16.10,10.00,67,101800,0,0,379,0,0,0,0,0,0,0,190,6.70,10,10,16.0,1829,9,999999999,35,0.0000,0,88,0.000,0.0,1.0 +2002,6,5,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,15.60,11.10,75,101700,0,0,377,0,0,0,0,0,0,0,180,6.20,10,10,16.0,1676,9,999999999,37,0.0000,0,88,0.000,0.0,1.0 +2002,6,5,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,15.60,11.10,75,101700,0,0,376,0,0,0,0,0,0,0,180,6.20,10,10,16.0,1372,9,999999999,39,0.0000,0,88,0.000,0.0,1.0 +2002,6,5,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,16.10,10.60,70,101700,72,1117,378,0,0,0,0,0,0,0,180,5.20,10,10,16.0,1189,9,999999999,39,0.0000,0,88,0.000,0.0,1.0 +2002,6,5,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,16.70,10.60,67,101700,295,1327,381,42,0,42,4900,0,4900,1680,200,5.20,10,10,16.0,1433,9,999999999,40,0.0000,0,88,0.000,0.0,1.0 +2002,6,5,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,17.20,12.20,72,101700,529,1327,385,91,0,91,10700,0,10700,3920,210,7.20,10,10,16.0,1189,9,999999999,40,0.0000,0,88,0.000,0.0,1.0 +2002,6,5,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,17.80,13.90,78,101500,751,1327,376,191,6,188,22200,500,22000,8150,200,8.20,9,8,16.0,4877,9,999999999,41,0.0000,0,88,0.000,0.0,1.0 +2002,6,5,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,18.30,15.00,81,101500,946,1327,392,172,0,172,20800,0,20800,8440,210,7.20,10,10,16.0,427,9,999999999,41,0.0000,0,88,0.000,0.0,1.0 +2002,6,5,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,18.90,15.60,81,101500,1099,1327,395,212,0,212,25800,0,25800,10500,210,7.70,10,10,16.0,305,9,999999999,42,0.0000,0,88,0.000,0.0,1.0 +2002,6,5,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,18.90,15.60,81,101500,1201,1327,395,141,0,141,17900,0,17900,7460,220,8.80,10,10,16.0,305,9,999999999,43,0.0000,0,88,0.000,0.0,1.0 +2002,6,5,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,20.00,16.10,78,101400,1245,1327,401,205,0,205,25500,0,25500,10410,210,8.20,10,10,16.0,427,9,999999999,45,0.0000,0,88,0.000,0.0,1.0 +2002,6,5,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,21.10,16.70,76,101400,1227,1327,408,261,6,256,31900,500,31400,12500,220,9.80,10,10,16.0,427,9,999999999,46,0.0000,0,88,0.000,0.0,1.0 +2002,6,5,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,21.10,16.70,76,101300,1149,1327,408,246,0,246,29800,0,29800,11950,210,6.70,10,10,16.0,488,9,999999999,45,0.0000,0,88,0.000,0.0,1.0 +2002,6,5,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,22.20,17.20,73,101200,1016,1327,403,178,6,173,21700,500,21300,8690,200,7.70,8,8,16.0,5182,9,999999999,44,0.0000,0,88,0.000,0.0,1.0 +2002,6,5,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,22.80,17.80,73,101100,837,1327,419,425,249,268,45800,26600,29000,6950,220,6.20,10,10,16.0,549,9,999999999,43,0.0000,0,88,0.000,0.0,1.0 +2002,6,5,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,22.80,18.30,76,101100,625,1327,420,134,0,134,15600,0,15600,5740,220,4.60,10,10,14.4,671,9,999999999,43,0.0000,0,88,0.000,0.0,1.0 +2002,6,5,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.00,18.00,73,101000,394,1327,410,182,198,123,19100,17800,13900,2500,210,5.10,8,8,12.9,660,9,999999999,43,0.0000,0,88,0.000,0.0,1.0 +2002,6,5,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,21.70,18.30,81,101000,162,1327,387,44,50,38,4800,3100,4500,800,190,5.70,6,5,14.4,77777,9,999999999,43,0.0000,0,88,0.000,0.0,1.0 +2002,6,5,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,20.60,17.80,84,101000,6,343,371,0,0,0,0,0,0,0,200,6.20,3,3,16.0,77777,9,999999999,44,0.0000,0,88,0.000,0.0,1.0 +2002,6,5,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,21.10,18.30,84,101000,0,0,411,0,0,0,0,0,0,0,220,7.20,10,10,14.4,488,9,999999999,46,0.0000,0,88,0.000,0.0,1.0 +2002,6,5,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,21.70,18.30,81,101000,0,0,415,0,0,0,0,0,0,0,230,7.20,10,10,12.8,488,9,999999999,47,0.0000,0,88,0.000,0.0,1.0 +2002,6,5,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,21.70,18.30,81,101000,0,0,415,0,0,0,0,0,0,0,230,6.70,10,10,12.8,2438,9,999999999,48,0.0000,0,88,0.000,0.0,1.0 +2002,6,5,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,21.00,19.00,88,101000,0,0,411,0,0,0,0,0,0,0,220,7.70,10,10,4.8,690,9,999999999,48,0.0000,0,88,0.000,0.0,1.0 +2002,6,6,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,20.60,18.90,90,100900,0,0,409,0,0,0,0,0,0,0,210,3.10,10,10,6.4,2438,9,999999999,49,0.0000,0,88,0.000,0.0,1.0 +2002,6,6,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,19.40,18.30,93,100900,0,0,402,0,0,0,0,0,0,0,200,5.70,10,10,6.4,1189,9,999999999,49,0.0000,0,88,0.000,3.0,1.0 +2002,6,6,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,18.90,18.30,96,100800,0,0,394,0,0,0,0,0,0,0,170,4.60,10,9,6.4,3353,9,999999999,49,0.0000,0,88,0.000,0.0,1.0 +2002,6,6,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,19.40,18.30,93,100800,0,0,371,0,0,0,0,0,0,0,200,2.60,10,4,16.0,4267,9,999999999,48,0.0000,0,88,0.000,0.0,1.0 +2002,6,6,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,18.90,18.30,96,100800,73,1116,398,0,0,0,0,0,0,0,180,2.10,10,10,9.6,213,9,999999999,48,0.0000,0,88,0.000,0.0,1.0 +2002,6,6,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,20.00,18.90,93,100900,296,1326,405,25,0,25,3100,0,3100,1070,210,4.10,10,10,12.8,274,9,999999999,48,0.0000,0,88,0.000,0.0,1.0 +2002,6,6,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,20.00,18.90,93,101000,530,1326,404,56,0,56,6800,0,6800,2580,220,5.70,10,10,11.2,213,9,999999999,48,0.0000,0,88,0.000,0.0,1.0 +2002,6,6,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,20.60,18.90,90,101000,752,1326,407,86,0,86,10600,0,10600,4250,250,4.10,10,10,9.6,213,9,999999999,46,0.0000,0,88,0.000,0.0,1.0 +2002,6,6,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,21.10,19.40,90,101000,946,1326,410,108,0,108,13500,0,13500,5620,250,2.60,10,10,9.6,305,9,999999999,45,0.0000,0,88,0.000,7.3,1.0 +2002,6,6,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,19.40,18.30,93,101100,1099,1326,400,143,0,143,17900,0,17900,7480,360,6.20,10,10,2.4,762,9,999999999,44,0.0000,0,88,0.000,0.0,1.0 +2002,6,6,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,15.60,14.40,93,101200,1201,1326,377,141,0,141,17900,0,17900,7460,40,9.80,10,10,3.2,945,9,999999999,43,0.0000,0,88,0.000,0.7,1.0 +2002,6,6,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,15.00,13.90,93,101400,1245,1326,373,151,0,151,19200,0,19200,7960,30,7.20,10,10,3.2,305,9,999999999,43,0.0000,0,88,0.000,0.3,1.0 +2002,6,6,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,14.40,13.30,93,101400,1227,1326,370,154,0,154,19500,0,19500,8090,40,6.20,10,10,4.8,945,9,999999999,42,0.0000,0,88,0.000,0.0,1.0 +2002,6,6,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,14.40,12.80,90,101400,1150,1326,370,135,0,135,17100,0,17100,7140,40,6.70,10,10,4.8,244,9,999999999,42,0.0000,0,88,0.000,0.0,1.0 +2002,6,6,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,13.90,12.20,89,101600,1017,1326,367,172,0,172,21000,0,21000,8650,40,4.60,10,10,16.0,305,9,999999999,41,0.0000,0,88,0.000,0.0,1.0 +2002,6,6,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,13.30,12.20,93,101700,839,1326,364,112,0,112,13700,0,13700,5580,60,3.10,10,10,4.0,183,9,999999999,41,0.0000,0,88,0.000,0.0,1.0 +2002,6,6,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,12.80,11.70,93,101600,627,1326,361,97,0,97,11600,0,11600,4420,70,4.10,10,10,16.0,274,9,999999999,40,0.0000,0,88,0.000,0.0,1.0 +2002,6,6,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,12.80,11.70,93,101600,396,1326,362,49,0,49,5900,0,5900,2100,50,3.60,10,10,16.0,122,9,999999999,39,0.0000,0,88,0.000,0.5,1.0 +2002,6,6,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,12.80,11.70,93,101600,164,1326,362,18,0,18,2100,0,2100,700,60,3.60,10,10,14.4,122,9,999999999,38,0.0000,0,88,0.000,0.0,1.0 +2002,6,6,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,12.20,11.70,97,101500,7,365,359,0,0,0,0,0,0,0,60,3.10,10,10,14.4,122,9,999999999,38,0.0000,0,88,0.000,0.0,1.0 +2002,6,6,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,12.80,11.10,89,101600,0,0,362,0,0,0,0,0,0,0,20,4.10,10,10,12.8,183,9,999999999,38,0.0000,0,88,0.000,0.0,1.0 +2002,6,6,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,12.80,11.10,89,101600,0,0,362,0,0,0,0,0,0,0,40,4.60,10,10,9.6,2438,9,999999999,38,0.0000,0,88,0.000,0.0,1.0 +2002,6,6,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,12.20,10.60,90,101600,0,0,359,0,0,0,0,0,0,0,20,4.60,10,10,16.0,2743,9,999999999,37,0.0000,0,88,0.000,0.0,1.0 +2002,6,6,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,12.20,11.10,93,101600,0,0,359,0,0,0,0,0,0,0,30,3.60,10,10,14.4,1524,9,999999999,37,0.0000,0,88,0.000,0.0,1.0 +2002,6,7,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,12.20,11.10,93,101700,0,0,359,0,0,0,0,0,0,0,60,3.10,10,10,16.0,3048,9,999999999,36,0.0000,0,88,0.000,0.0,1.0 +2002,6,7,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,12.20,11.10,93,101600,0,0,359,0,0,0,0,0,0,0,30,4.10,10,10,14.4,2286,9,999999999,35,0.0000,0,88,0.000,0.0,1.0 +2002,6,7,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,12.20,11.10,93,101700,0,0,359,0,0,0,0,0,0,0,40,5.70,10,10,6.4,1311,9,999999999,35,0.0000,0,88,0.000,0.0,1.0 +2002,6,7,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,12.00,11.00,94,101800,0,0,358,0,0,0,0,0,0,0,20,5.10,10,10,6.4,570,9,999999999,34,0.0000,0,88,0.000,0.0,1.0 +2002,6,7,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,12.20,11.10,93,101800,73,1116,359,0,0,0,0,0,0,0,20,5.20,10,10,6.4,701,9,999999999,33,0.0000,0,88,0.000,0.0,1.0 +2002,6,7,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,13.00,12.00,94,101900,297,1326,363,25,0,25,3100,0,3100,1070,20,5.70,10,10,9.7,240,9,999999999,32,0.0000,0,88,0.000,0.0,1.0 +2002,6,7,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,13.30,11.70,90,102000,530,1326,364,63,0,63,7600,0,7600,2860,10,5.20,10,10,6.4,945,9,999999999,31,0.0000,0,88,0.000,0.0,1.0 +2002,6,7,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,12.80,11.70,93,102000,752,1326,361,86,0,86,10600,0,10600,4250,20,5.20,10,10,11.2,457,9,999999999,30,0.0000,0,88,0.000,0.0,1.0 +2002,6,7,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,12.80,11.70,93,102000,946,1326,361,147,0,147,18000,0,18000,7380,40,6.70,10,10,8.0,274,9,999999999,30,0.0000,0,88,0.000,0.0,1.0 +2002,6,7,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,11.70,10.00,89,102100,1100,1326,354,150,0,150,18700,0,18700,7810,40,7.70,10,10,12.8,213,9,999999999,29,0.0000,0,88,0.000,0.0,1.0 +2002,6,7,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,11.00,10.00,94,102200,1202,1326,351,147,0,147,18600,0,18600,7740,20,8.20,10,10,4.0,210,9,999999999,28,0.0000,0,88,0.000,0.0,1.0 +2002,6,7,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,11.10,9.40,89,102300,1245,1326,351,151,0,151,19200,0,19200,7960,20,7.20,10,10,16.0,335,9,999999999,27,0.0000,0,88,0.000,0.0,1.0 +2002,6,7,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,11.10,9.40,89,102300,1228,1326,351,190,6,185,23800,400,23400,9510,30,7.20,10,10,11.2,610,9,999999999,27,0.0000,0,88,0.000,0.0,1.0 +2002,6,7,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,12.20,8.90,80,102300,1150,1326,356,193,0,193,23800,0,23800,9780,40,7.20,10,10,16.0,610,9,999999999,24,0.0000,0,88,0.000,0.0,1.0 +2002,6,7,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,13.30,8.90,75,102300,1018,1326,362,207,6,202,24900,500,24600,9900,30,7.70,10,10,16.0,732,9,999999999,22,0.0000,0,88,0.000,0.0,1.0 +2002,6,7,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,14.40,9.40,72,102300,840,1326,318,341,95,281,37500,9700,31400,9330,40,6.20,3,3,16.0,5486,9,999999999,19,0.0000,0,88,0.000,0.0,1.0 +2002,6,7,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,13.30,8.90,75,102300,629,1326,313,392,515,148,41700,51200,17400,3030,50,5.70,3,3,16.0,77777,9,999999999,17,0.0000,0,88,0.000,0.0,1.0 +2002,6,7,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,13.30,8.30,72,102300,398,1326,292,208,374,95,21800,33100,11800,1770,70,4.10,0,0,16.0,77777,9,999999999,15,0.0000,0,88,0.000,0.0,1.0 +2002,6,7,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,12.80,7.20,69,102400,166,1326,289,63,195,39,6600,11400,5200,700,50,4.60,0,0,16.0,77777,9,999999999,13,0.0000,0,88,0.000,0.0,1.0 +2002,6,7,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,11.70,6.10,68,102400,7,365,283,0,0,0,0,0,0,0,50,2.60,0,0,16.0,77777,9,999999999,12,0.0000,0,88,0.000,0.0,1.0 +2002,6,7,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,10.60,7.20,79,102500,0,0,282,0,0,0,0,0,0,0,20,2.60,0,0,16.0,77777,9,999999999,12,0.0000,0,88,0.000,0.0,1.0 +2002,6,7,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,10.60,6.10,74,102500,0,0,280,0,0,0,0,0,0,0,330,2.60,0,0,16.0,77777,9,999999999,11,0.0000,0,88,0.000,0.0,1.0 +2002,6,7,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,10.00,6.70,80,102500,0,0,280,0,0,0,0,0,0,0,360,2.60,0,0,16.0,77777,9,999999999,11,0.0000,0,88,0.000,0.0,1.0 +2002,6,7,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,8.90,6.70,86,102400,0,0,275,0,0,0,0,0,0,0,10,2.10,0,0,16.0,77777,9,999999999,11,0.0000,0,88,0.000,0.0,1.0 +2002,6,8,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,9.40,6.70,83,102500,0,0,277,0,0,0,0,0,0,0,330,2.60,0,0,16.0,77777,9,999999999,11,0.0000,0,88,0.000,0.0,1.0 +2002,6,8,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,8.90,6.10,83,102500,0,0,273,0,0,0,0,0,0,0,320,3.10,0,0,16.0,77777,9,999999999,11,0.0000,0,88,0.000,0.0,1.0 +2002,6,8,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,8.90,5.60,80,102500,0,0,272,0,0,0,0,0,0,0,330,2.60,0,0,16.0,77777,9,999999999,11,0.0000,0,88,0.000,0.0,1.0 +2002,6,8,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,8.90,5.60,80,102600,0,0,271,0,0,0,0,0,0,0,330,2.60,0,0,16.0,77777,9,999999999,12,0.0000,0,88,0.000,0.0,1.0 +2002,6,8,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,8.90,5.60,80,102600,74,1116,270,0,0,0,0,0,0,0,360,2.10,0,0,16.0,77777,9,999999999,12,0.0000,0,88,0.000,0.0,1.0 +2002,6,8,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,10.60,5.60,71,102600,297,1326,275,151,270,91,15900,21400,11100,1790,10,1.50,0,0,16.0,77777,9,999999999,12,0.0000,0,88,0.000,2.0,1.0 +2002,6,8,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,12.80,6.10,64,102700,531,1326,283,309,470,121,32800,45100,14700,2350,30,1.50,0,0,16.0,77777,9,999999999,12,0.0000,0,88,0.000,0.0,1.0 +2002,6,8,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,13.30,7.80,69,102700,752,1326,289,501,606,157,52100,60100,18000,3490,140,3.10,0,0,16.0,77777,9,999999999,12,0.0000,0,88,0.000,0.0,1.0 +2002,6,8,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,13.90,6.10,59,102700,946,1326,286,669,716,157,71300,73100,19100,4570,140,2.60,0,0,16.0,77777,9,999999999,13,0.0000,0,88,0.000,0.0,1.0 +2002,6,8,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,13.90,7.20,64,102600,1100,1326,288,779,676,217,82500,68800,25400,8520,130,3.60,0,0,16.0,77777,9,999999999,13,0.0000,0,88,0.000,0.0,1.0 +2002,6,8,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,15.60,4.40,47,102600,1202,1326,312,900,776,195,93700,77800,23100,9810,120,3.10,3,3,16.0,77777,9,999999999,14,0.0000,0,88,0.000,0.0,1.0 +2002,6,8,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,15.60,6.70,55,102600,1246,1326,292,929,769,205,96800,77100,24200,12780,80,4.60,0,0,16.0,77777,9,999999999,15,0.0000,0,88,0.000,0.0,1.0 +2002,6,8,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,16.10,6.70,54,102500,1228,1326,295,921,791,187,96700,79600,22800,10780,100,5.20,0,0,16.0,77777,9,999999999,15,0.0000,0,88,0.000,0.0,1.0 +2002,6,8,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,16.70,7.20,53,102400,1151,1326,299,842,735,203,90200,75300,24700,9350,100,5.20,0,0,16.0,77777,9,999999999,16,0.0000,0,88,0.000,0.0,1.0 +2002,6,8,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,16.70,6.70,52,102400,1019,1326,314,706,613,234,73800,61700,26200,7470,110,7.20,2,2,16.0,9144,9,999999999,17,0.0000,0,88,0.000,0.0,1.0 +2002,6,8,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,16.70,6.70,52,102400,842,1326,331,537,550,187,58000,56800,21900,4590,110,8.20,4,4,16.0,9144,9,999999999,18,0.0000,0,88,0.000,0.0,1.0 +2002,6,8,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,16.10,8.90,62,102300,630,1326,355,371,409,176,38700,40600,19400,3670,110,8.20,8,7,16.0,9144,9,999999999,19,0.0000,0,88,0.000,0.0,1.0 +2002,6,8,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,15.60,9.40,67,102300,400,1326,368,163,119,127,17600,10800,14400,2840,120,5.70,10,9,16.0,9144,9,999999999,19,0.0000,0,88,0.000,0.0,1.0 +2002,6,8,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,15.60,8.30,62,102300,168,1326,374,49,45,43,5300,2800,5000,900,150,5.20,10,10,16.0,9144,9,999999999,20,0.0000,0,88,0.000,0.0,1.0 +2002,6,8,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,15.60,10.00,69,102200,8,387,336,0,0,0,0,0,0,0,200,6.70,4,4,16.0,9144,9,999999999,21,0.0000,0,88,0.000,0.0,1.0 +2002,6,8,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,14.40,8.90,70,102300,0,0,342,0,0,0,0,0,0,0,200,7.70,7,6,16.0,7620,9,999999999,22,0.0000,0,88,0.000,0.0,1.0 +2002,6,8,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,13.30,8.30,72,102300,0,0,303,0,0,0,0,0,0,0,210,5.70,1,1,16.0,77777,9,999999999,23,0.0000,0,88,0.000,0.0,1.0 +2002,6,8,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,12.80,8.30,74,102200,0,0,321,0,0,0,0,0,0,0,200,6.20,4,4,16.0,77777,9,999999999,24,0.0000,0,88,0.000,0.0,1.0 +2002,6,8,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,12.80,7.80,72,102200,0,0,307,0,0,0,0,0,0,0,230,5.70,2,2,16.0,77777,9,999999999,25,0.0000,0,88,0.000,0.0,1.0 +2002,6,9,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,12.20,6.70,69,102200,0,0,309,0,0,0,0,0,0,0,220,4.10,4,3,16.0,77777,9,999999999,26,0.0000,0,88,0.000,0.0,1.0 +2002,6,9,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,11.70,6.70,71,102100,0,0,293,0,0,0,0,0,0,0,210,4.10,1,1,16.0,77777,9,999999999,27,0.0000,0,88,0.000,0.0,1.0 +2002,6,9,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,12.20,7.20,71,102000,0,0,350,0,0,0,0,0,0,0,220,5.20,10,9,16.0,4267,9,999999999,27,0.0000,0,88,0.000,0.0,1.0 +2002,6,9,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,12.20,7.80,74,102000,0,0,350,0,0,0,0,0,0,0,230,5.20,10,9,16.0,4267,9,999999999,27,0.0000,0,88,0.000,0.0,1.0 +2002,6,9,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,12.20,7.80,74,101900,75,1138,350,0,0,0,0,0,0,0,220,4.60,10,9,16.0,4267,9,999999999,28,0.0000,0,88,0.000,0.0,1.0 +2002,6,9,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,13.30,8.30,72,101900,298,1325,348,42,0,42,4900,0,4900,1690,220,5.20,10,8,16.0,4877,9,999999999,28,0.0000,0,88,0.000,0.0,1.0 +2002,6,9,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,14.40,8.90,70,101900,531,1325,361,169,19,161,19000,1400,18400,6010,230,6.70,10,9,16.0,4572,9,999999999,29,0.0000,0,88,0.000,0.0,1.0 +2002,6,9,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,16.70,10.00,65,101800,752,1325,380,244,25,230,27900,2200,26700,9420,240,6.70,10,10,16.0,7620,9,999999999,29,0.0000,0,88,0.000,0.0,1.0 +2002,6,9,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,17.20,11.10,67,101800,946,1325,369,178,0,178,21400,0,21400,8690,240,6.70,9,8,16.0,4572,9,999999999,29,0.0000,0,88,0.000,0.0,1.0 +2002,6,9,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,18.30,13.30,73,101700,1100,1325,377,287,18,272,34200,1500,33000,12820,230,5.20,8,8,16.0,4572,9,999999999,30,0.0000,0,88,0.000,0.0,1.0 +2002,6,9,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,21.70,13.90,61,101500,1202,1325,381,729,313,444,79300,34000,48400,23030,240,4.60,6,6,16.0,77777,9,999999999,31,0.0000,0,88,0.000,0.0,1.0 +2002,6,9,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.30,13.30,53,101400,1246,1325,396,229,18,212,25500,1800,23800,12280,250,5.20,7,7,16.0,5182,9,999999999,32,0.0000,0,88,0.000,0.0,1.0 +2002,6,9,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.00,14.40,52,101400,1229,1325,400,499,102,405,55400,10900,45200,21740,240,5.70,6,6,16.0,4572,9,999999999,34,0.0000,0,88,0.000,0.0,1.0 +2002,6,9,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,26.10,15.60,52,101400,1152,1325,367,761,484,339,81100,50500,37100,15900,280,7.20,0,0,16.0,77777,9,999999999,34,0.0000,0,88,0.000,0.0,1.0 +2002,6,9,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,27.20,15.60,49,101300,1020,1325,394,724,661,214,76100,66900,24500,6930,260,6.20,3,3,16.0,77777,9,999999999,34,0.0000,0,88,0.000,0.0,1.0 +2002,6,9,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,27.20,15.60,49,101200,843,1325,395,582,687,145,61700,69500,17400,3640,260,6.20,3,3,16.0,77777,9,999999999,33,0.0000,0,88,0.000,0.0,1.0 +2002,6,9,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,27.20,15.00,47,101200,632,1325,394,393,567,122,40800,55300,14500,2500,260,7.70,3,3,16.0,77777,9,999999999,31,0.0000,0,88,0.000,0.0,1.0 +2002,6,9,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,26.70,15.60,51,101200,402,1325,401,223,369,111,23100,32600,13200,2110,260,6.70,5,4,16.0,7620,9,999999999,28,0.0000,0,88,0.000,0.0,1.0 +2002,6,9,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.60,16.10,56,101200,170,1325,435,49,60,41,5300,3800,4900,860,250,4.60,10,10,16.0,7620,9,999999999,25,0.0000,0,88,0.000,0.0,1.0 +2002,6,9,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.00,16.10,58,101200,9,387,419,0,0,0,0,0,0,0,250,4.60,10,8,16.0,7620,9,999999999,23,0.0000,0,88,0.000,0.0,1.0 +2002,6,9,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,24.40,16.10,60,101300,0,0,411,0,0,0,0,0,0,0,260,4.60,7,7,16.0,7620,9,999999999,22,0.0000,0,88,0.000,0.0,1.0 +2002,6,9,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,22.80,16.10,66,101300,0,0,408,0,0,0,0,0,0,0,260,3.10,8,8,16.0,2438,9,999999999,20,0.0000,0,88,0.000,0.0,1.0 +2002,6,9,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,22.80,15.00,61,101400,0,0,377,0,0,0,0,0,0,0,320,5.20,3,3,16.0,77777,9,999999999,19,0.0000,0,88,0.000,0.0,1.0 +2002,6,9,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,21.10,13.30,61,101400,0,0,364,0,0,0,0,0,0,0,360,5.20,3,3,16.0,77777,9,999999999,18,0.0000,0,88,0.000,0.0,1.0 +2002,6,10,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,20.00,10.60,55,101500,0,0,332,0,0,0,0,0,0,0,340,6.20,0,0,16.0,77777,9,999999999,17,0.0000,0,88,0.000,0.0,1.0 +2002,6,10,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,19.40,9.40,52,101500,0,0,332,0,0,0,0,0,0,0,330,5.20,1,1,16.0,77777,9,999999999,17,0.0000,0,88,0.000,0.0,1.0 +2002,6,10,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,17.80,8.90,56,101500,0,0,330,0,0,0,0,0,0,0,330,4.10,2,2,16.0,77777,9,999999999,17,0.0000,0,88,0.000,0.0,1.0 +2002,6,10,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,17.20,7.20,52,101600,0,0,367,0,0,0,0,0,0,0,320,4.60,10,8,16.0,77777,9,999999999,17,0.0000,0,88,0.000,0.0,1.0 +2002,6,10,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,16.70,6.70,52,101700,75,1137,372,0,0,0,0,0,0,0,320,6.20,9,9,16.0,6096,9,999999999,16,0.0000,0,88,0.000,0.0,1.0 +2002,6,10,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,17.20,7.20,52,101700,298,1325,374,42,0,42,4900,0,4900,1690,330,4.60,9,9,16.0,4572,9,999999999,16,0.0000,0,88,0.000,0.0,1.0 +2002,6,10,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,17.80,7.20,50,101800,531,1325,369,330,426,159,34000,40800,17700,3180,340,3.60,8,8,16.0,4572,9,999999999,15,0.0000,0,88,0.000,0.0,1.0 +2002,6,10,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,18.90,7.20,47,101900,752,1325,350,508,637,145,53100,63500,17000,3260,20,4.60,5,5,16.0,77777,9,999999999,15,0.0000,0,88,0.000,0.0,1.0 +2002,6,10,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,20.00,7.20,43,101900,946,1325,338,663,686,172,70200,69700,20300,4950,30,4.60,3,3,16.0,77777,9,999999999,15,0.0000,0,88,0.000,0.0,1.0 +2002,6,10,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,20.00,8.90,49,101900,1100,1325,373,773,622,255,80900,62800,28700,9860,90,4.60,8,7,16.0,8230,9,999999999,15,0.0000,0,88,0.000,0.0,1.0 +2002,6,10,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,18.30,7.80,50,101900,1202,1325,363,735,373,396,80700,40600,43900,20320,140,4.10,10,7,16.0,6706,9,999999999,15,0.0000,0,88,0.000,0.0,1.0 +2002,6,10,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,19.40,6.10,42,101800,1246,1325,392,820,516,333,88700,54000,37800,23190,160,4.10,10,10,16.0,6706,9,999999999,16,0.0000,0,88,0.000,0.0,1.0 +2002,6,10,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,20.00,6.70,42,101800,1229,1325,378,862,581,321,93300,60800,36800,20450,140,4.10,9,8,16.0,8230,9,999999999,16,0.0000,0,88,0.000,0.0,1.0 +2002,6,10,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,22.80,8.30,39,101700,1153,1325,353,813,633,261,85500,64000,29700,11860,270,3.10,3,3,16.0,10668,9,999999999,17,0.0000,0,88,0.000,0.0,1.0 +2002,6,10,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.30,7.80,37,101700,1021,1325,355,729,709,182,77600,72400,21700,6020,320,4.60,4,3,16.0,8230,9,999999999,18,0.0000,0,88,0.000,0.0,1.0 +2002,6,10,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,21.70,9.40,45,101700,844,1325,391,560,604,175,58500,60600,19900,4290,150,4.10,10,8,16.0,8230,9,999999999,20,0.0000,0,88,0.000,0.0,1.0 +2002,6,10,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,21.10,9.40,47,101700,634,1325,381,355,339,193,38000,34800,21300,4280,120,4.10,10,7,16.0,7620,9,999999999,20,0.0000,0,88,0.000,0.0,1.0 +2002,6,10,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,20.60,10.60,53,101700,404,1325,373,139,62,120,15200,5700,13500,3160,120,3.10,10,6,16.0,4572,9,999999999,20,0.0000,0,88,0.000,0.0,1.0 +2002,6,10,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,18.90,12.20,65,101700,172,1325,394,53,81,42,5800,5100,5100,880,90,2.60,10,10,16.0,7620,9,999999999,20,0.0000,0,88,0.000,0.0,1.0 +2002,6,10,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,19.40,12.20,63,101700,9,409,351,0,0,0,0,0,0,0,200,5.20,4,3,16.0,77777,9,999999999,20,0.0000,0,88,0.000,0.0,1.0 +2002,6,10,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,17.80,11.70,67,101700,0,0,376,0,0,0,0,0,0,0,200,5.70,9,8,16.0,77777,9,999999999,20,0.0000,0,88,0.000,0.0,1.0 +2002,6,10,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,16.70,11.70,72,101700,0,0,333,0,0,0,0,0,0,0,200,4.10,2,2,16.0,77777,9,999999999,20,0.0000,0,88,0.000,0.0,1.0 +2002,6,10,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,16.10,11.10,72,101800,0,0,348,0,0,0,0,0,0,0,220,4.60,5,5,16.0,4877,9,999999999,22,0.0000,0,88,0.000,0.0,1.0 +2002,6,10,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,16.10,11.10,72,101800,0,0,361,0,0,0,0,0,0,0,210,3.60,7,7,16.0,3658,9,999999999,25,0.0000,0,88,0.000,0.0,1.0 +2002,6,11,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,15.00,11.10,77,101700,0,0,330,0,0,0,0,0,0,0,210,4.10,3,3,16.0,77777,9,999999999,27,0.0000,0,88,0.000,0.0,1.0 +2002,6,11,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,15.00,11.10,77,101600,0,0,361,0,0,0,0,0,0,0,230,5.70,8,8,16.0,77777,9,999999999,30,0.0000,0,88,0.000,0.0,1.0 +2002,6,11,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,15.00,10.60,75,101500,0,0,360,0,0,0,0,0,0,0,220,4.60,8,8,16.0,77777,9,999999999,33,0.0000,0,88,0.000,0.0,1.0 +2002,6,11,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,15.60,10.60,72,101500,0,0,376,0,0,0,0,0,0,0,220,6.70,10,10,16.0,3048,9,999999999,36,0.0000,0,88,0.000,0.0,1.0 +2002,6,11,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,16.10,10.00,67,101500,75,1137,378,0,0,0,0,0,0,0,220,6.20,10,10,16.0,3048,9,999999999,36,0.0000,0,88,0.000,0.0,1.0 +2002,6,11,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,16.10,10.00,67,101400,298,1325,378,67,0,67,7600,0,7600,2450,220,6.20,10,10,16.0,3048,9,999999999,35,0.0000,0,88,0.000,0.0,1.0 +2002,6,11,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,17.20,11.10,67,101400,531,1325,384,105,0,105,12200,0,12200,4410,220,7.70,10,10,16.0,2591,9,999999999,35,0.0000,0,88,0.000,0.0,1.0 +2002,6,11,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,18.90,12.80,68,101300,752,1325,394,409,239,273,44400,24800,30300,7170,230,7.70,10,10,16.0,3048,9,999999999,35,0.0000,0,88,0.000,0.0,1.0 +2002,6,11,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,21.70,15.60,68,101100,946,1325,404,523,291,314,56500,31400,34000,9270,220,7.70,9,9,16.0,6706,9,999999999,36,0.0000,0,88,0.000,0.0,1.0 +2002,6,11,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,24.40,17.20,64,101000,1100,1325,408,741,592,249,77800,59800,28100,9660,0,0.00,8,7,0.2,7500,9,999999999,36,0.0000,0,88,0.000,0.0,1.0 +2002,6,11,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,26.70,17.80,58,101000,1202,1325,409,827,602,279,87000,60800,31600,15230,250,7.70,5,5,12.8,77777,9,999999999,37,0.0000,0,88,0.000,0.0,1.0 +2002,6,11,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,28.30,18.30,55,100900,1247,1325,406,881,612,303,92500,61700,34300,20420,240,6.70,3,3,12.8,77777,9,999999999,37,0.0000,0,88,0.000,0.0,1.0 +2002,6,11,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,30.00,18.90,51,100800,1230,1325,398,874,629,288,91900,63600,32800,17830,240,7.70,0,0,11.2,77777,9,999999999,38,0.0000,0,88,0.000,0.0,1.0 +2002,6,11,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,31.10,18.90,48,100700,1153,1325,404,796,580,290,86300,60700,33300,13580,230,8.80,0,0,11.2,9144,9,999999999,38,0.0000,0,88,0.000,0.0,1.0 +2002,6,11,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,31.70,18.30,45,100600,1022,1325,432,724,661,213,76200,66900,24400,6940,250,8.20,4,4,12.8,9144,9,999999999,38,0.0000,0,88,0.000,0.0,1.0 +2002,6,11,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,17.80,13.30,75,100700,845,1325,375,521,426,249,54700,43800,26700,6310,60,9.80,8,8,16.0,1829,9,999999999,38,0.0000,0,88,0.000,0.0,1.0 +2002,6,11,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,16.10,12.80,81,100800,635,1325,360,86,0,86,10400,0,10400,4000,60,6.70,8,7,16.0,77777,9,999999999,38,0.0000,0,88,0.000,8.9,1.0 +2002,6,11,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,15.00,12.80,87,100900,405,1325,374,149,85,123,16300,7800,13900,3230,40,8.20,10,10,16.0,1676,9,999999999,38,0.0000,0,88,0.000,1.3,1.0 +2002,6,11,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,13.90,12.20,89,101000,174,1325,368,11,0,11,1400,0,1400,450,60,5.20,10,10,12.8,1676,9,999999999,39,0.0000,0,88,0.000,0.0,1.0 +2002,6,11,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,13.90,12.20,89,101000,10,431,368,0,0,0,0,0,0,0,50,4.10,10,10,14.4,305,9,999999999,40,0.0000,0,88,0.000,0.0,1.0 +2002,6,11,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,13.30,12.20,93,101000,0,0,365,0,0,0,0,0,0,0,50,4.10,10,10,16.0,305,9,999999999,42,0.0000,0,88,0.000,0.0,1.0 +2002,6,11,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,13.30,11.70,90,101000,0,0,365,0,0,0,0,0,0,0,40,4.60,10,10,16.0,244,9,999999999,44,0.0000,0,88,0.000,0.0,1.0 +2002,6,11,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,13.30,11.70,90,101100,0,0,365,0,0,0,0,0,0,0,20,6.20,10,10,16.0,305,9,999999999,43,0.0000,0,88,0.000,0.0,1.0 +2002,6,11,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,12.80,11.10,89,101000,0,0,362,0,0,0,0,0,0,0,20,4.60,10,10,16.0,305,9,999999999,43,0.0000,0,88,0.000,0.0,1.0 +2002,6,12,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,12.80,10.60,86,101000,0,0,362,0,0,0,0,0,0,0,20,5.20,10,10,16.0,305,9,999999999,42,0.0000,0,88,0.000,0.0,1.0 +2002,6,12,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,12.20,10.60,90,100900,0,0,359,0,0,0,0,0,0,0,60,3.10,10,10,16.0,305,9,999999999,42,0.0000,0,88,0.000,0.0,1.0 +2002,6,12,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,12.20,10.60,90,100900,0,0,359,0,0,0,0,0,0,0,40,3.10,10,10,16.0,305,9,999999999,43,0.0000,0,88,0.000,0.0,1.0 +2002,6,12,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,12.20,10.60,90,100800,0,0,359,0,0,0,0,0,0,0,20,3.60,10,10,16.0,305,9,999999999,43,0.0000,0,88,0.000,0.0,1.0 +2002,6,12,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,12.20,10.60,90,100800,76,1137,358,0,0,0,0,0,0,0,50,3.60,10,10,14.4,244,9,999999999,42,0.0000,0,88,0.000,0.0,1.0 +2002,6,12,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,12.20,11.10,93,100800,298,1325,358,67,0,67,7600,0,7600,2450,30,3.10,10,10,6.4,244,9,999999999,42,0.0000,0,88,0.000,0.0,1.0 +2002,6,12,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,12.20,11.10,93,100800,531,1325,358,84,0,84,10000,0,10000,3670,40,3.60,10,10,3.2,122,9,999999999,42,0.0000,0,88,0.000,0.0,1.0 +2002,6,12,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,12.80,11.10,89,100800,752,1325,361,105,0,105,12800,0,12800,5070,30,3.10,10,10,3.2,183,9,999999999,43,0.0000,0,88,0.000,0.0,1.0 +2002,6,12,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,12.80,11.10,89,100700,946,1325,361,159,0,159,19300,0,19300,7900,360,3.60,10,10,3.2,183,9,999999999,43,0.0000,0,88,0.000,0.0,1.0 +2002,6,12,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,12.80,11.10,89,100700,1100,1325,360,162,0,162,20100,0,20100,8350,10,3.10,10,10,3.2,183,9,999999999,44,0.0000,0,88,0.000,0.0,1.0 +2002,6,12,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,13.30,11.10,87,100700,1202,1325,363,147,0,147,18600,0,18600,7740,40,3.10,10,10,16.0,244,9,999999999,44,0.0000,0,88,0.000,0.0,1.0 +2002,6,12,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,12.80,11.10,89,100700,1247,1325,360,187,6,181,23400,400,23000,9350,30,4.10,10,10,16.0,244,9,999999999,43,0.0000,0,88,0.000,0.0,1.0 +2002,6,12,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,12.80,11.10,89,100700,1230,1325,360,190,0,190,23700,0,23700,9740,20,4.60,10,10,14.4,244,9,999999999,43,0.0000,0,88,0.000,0.0,1.0 +2002,6,12,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,12.80,11.10,89,100600,1154,1325,360,152,0,152,19100,0,19100,7940,30,6.20,10,10,16.0,305,9,999999999,44,0.0000,0,88,0.000,0.0,1.0 +2002,6,12,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,12.20,10.60,90,100700,1023,1325,357,121,0,121,15200,0,15200,6360,10,6.70,10,10,9.6,244,9,999999999,44,0.0000,0,88,0.000,0.0,1.0 +2002,6,12,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,12.00,11.00,94,100700,847,1325,357,106,0,106,13100,0,13100,5340,30,5.10,10,10,9.7,330,9,999999999,45,0.0000,0,88,0.000,0.0,1.0 +2002,6,12,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,11.70,10.60,93,100800,636,1325,355,102,0,102,12200,0,12200,4640,20,5.70,10,10,12.8,335,9,999999999,44,0.0000,0,88,0.000,0.0,1.0 +2002,6,12,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,11.70,10.60,93,100800,407,1325,355,80,0,80,9200,0,9200,3180,10,9.30,10,10,11.2,274,9,999999999,44,0.0000,0,88,0.000,0.0,1.0 +2002,6,12,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,11.10,10.00,93,100900,175,1325,352,15,0,15,1800,0,1800,610,20,6.20,10,10,9.6,274,9,999999999,43,0.0000,0,88,0.000,0.0,1.0 +2002,6,12,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,11.10,10.00,93,101000,10,430,353,0,0,0,0,0,0,0,30,6.20,10,10,14.4,274,9,999999999,40,0.0000,0,88,0.000,0.0,1.0 +2002,6,12,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,11.10,9.40,89,101000,0,0,353,0,0,0,0,0,0,0,20,7.20,10,10,16.0,274,9,999999999,37,0.0000,0,88,0.000,0.0,1.0 +2002,6,12,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,11.10,9.40,89,101100,0,0,353,0,0,0,0,0,0,0,30,6.20,10,10,16.0,274,9,999999999,34,0.0000,0,88,0.000,0.0,1.0 +2002,6,12,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,10.60,9.40,92,101100,0,0,350,0,0,0,0,0,0,0,40,5.70,10,10,16.0,274,9,999999999,32,0.0000,0,88,0.000,0.0,1.0 +2002,6,12,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,10.60,9.40,92,101100,0,0,350,0,0,0,0,0,0,0,20,4.10,10,10,11.2,274,9,999999999,29,0.0000,0,88,0.000,0.0,1.0 +2002,6,13,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,10.60,9.40,92,101100,0,0,350,0,0,0,0,0,0,0,30,5.20,10,10,16.0,457,9,999999999,27,0.0000,0,88,0.000,0.0,1.0 +2002,6,13,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,10.60,9.40,92,101100,0,0,350,0,0,0,0,0,0,0,20,3.60,10,10,14.4,305,9,999999999,27,0.0000,0,88,0.000,0.0,1.0 +2002,6,13,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,10.60,8.90,89,101100,0,0,350,0,0,0,0,0,0,0,20,4.60,10,10,16.0,244,9,999999999,27,0.0000,0,88,0.000,0.0,1.0 +2002,6,13,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,10.60,9.40,92,101200,0,0,350,0,0,0,0,0,0,0,20,3.10,10,10,16.0,305,9,999999999,26,0.0000,0,88,0.000,0.0,1.0 +2002,6,13,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,10.60,10.00,96,101200,76,1137,350,0,0,0,0,0,0,0,360,2.60,10,10,3.2,183,9,999999999,27,0.0000,0,88,0.000,0.0,1.0 +2002,6,13,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,10.60,9.40,92,101200,298,1324,349,50,0,50,5800,0,5800,1950,350,3.10,10,10,3.2,213,9,999999999,27,0.0000,0,88,0.000,0.0,1.0 +2002,6,13,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,11.70,9.40,86,101200,531,1324,355,119,0,119,13700,0,13700,4860,360,3.10,10,10,16.0,305,9,999999999,28,0.0000,0,88,0.000,0.0,1.0 +2002,6,13,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,12.20,9.40,83,101200,752,1324,357,145,0,145,17200,0,17200,6660,10,2.10,10,10,16.0,366,9,999999999,27,0.0000,0,88,0.000,0.0,1.0 +2002,6,13,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,12.80,10.00,83,101200,946,1324,360,261,12,253,30700,1000,29900,11460,40,2.60,10,10,16.0,366,9,999999999,26,0.0000,0,88,0.000,0.0,1.0 +2002,6,13,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,12.80,10.00,83,101200,1099,1324,360,262,6,257,31400,500,31000,12270,140,3.60,10,10,16.0,427,9,999999999,24,0.0000,0,88,0.000,0.0,1.0 +2002,6,13,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,12.80,10.00,83,101300,1202,1324,360,337,12,326,40200,1100,39300,15020,150,3.60,10,10,16.0,518,9,999999999,24,0.0000,0,88,0.000,0.0,1.0 +2002,6,13,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,13.90,10.60,80,101300,1247,1324,366,368,24,345,40700,2500,38400,19330,130,3.60,10,10,16.0,579,9,999999999,24,0.0000,0,88,0.000,0.0,1.0 +2002,6,13,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,14.40,11.10,81,101200,1231,1324,341,464,96,374,51600,10300,42000,20280,140,4.10,6,6,16.0,6706,9,999999999,24,0.0000,0,88,0.000,0.0,1.0 +2002,6,13,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,15.60,11.70,78,101200,1155,1324,334,813,556,328,87100,58100,36400,15550,130,4.60,4,4,16.0,6706,9,999999999,25,0.0000,0,88,0.000,0.0,1.0 +2002,6,13,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,16.10,11.70,75,101100,1024,1324,337,666,536,251,72000,55900,28600,8340,130,5.20,4,4,16.0,77777,9,999999999,26,0.0000,0,88,0.000,0.0,1.0 +2002,6,13,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,15.60,11.70,78,101100,848,1324,342,532,539,187,57600,55700,21900,4630,120,6.70,5,5,16.0,7620,9,999999999,26,0.0000,0,88,0.000,0.0,1.0 +2002,6,13,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,14.40,11.70,84,101100,638,1324,343,356,334,195,38100,34400,21500,4340,120,6.20,7,6,16.0,7620,9,999999999,26,0.0000,0,88,0.000,0.0,1.0 +2002,6,13,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,14.40,12.20,87,101100,409,1324,357,144,63,125,15800,5800,14000,3280,120,4.60,8,8,16.0,6096,9,999999999,25,0.0000,0,88,0.000,0.0,1.0 +2002,6,13,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,14.40,12.20,87,101100,177,1324,364,38,0,38,4300,0,4300,1330,130,1.50,9,9,16.0,6096,9,999999999,25,0.0000,0,88,0.000,0.0,1.0 +2002,6,13,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,16.70,12.80,78,101200,11,452,383,0,0,0,0,0,0,0,200,3.10,10,10,16.0,4572,9,999999999,24,0.0000,0,88,0.000,0.0,1.0 +2002,6,13,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,16.10,12.80,81,101200,0,0,368,0,0,0,0,0,0,0,220,3.60,9,8,16.0,4572,9,999999999,24,0.0000,0,88,0.000,0.0,1.0 +2002,6,13,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,15.60,12.20,80,101200,0,0,359,0,0,0,0,0,0,0,200,3.10,8,7,14.4,6096,9,999999999,23,0.0000,0,88,0.000,0.0,1.0 +2002,6,13,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,14.40,12.20,87,101100,0,0,341,0,0,0,0,0,0,0,200,2.10,7,5,12.8,77777,9,999999999,23,0.0000,0,88,0.000,0.0,1.0 +2002,6,13,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,13.90,12.20,89,101200,0,0,310,0,0,0,0,0,0,0,230,2.60,0,0,11.2,77777,9,999999999,23,0.0000,0,88,0.000,0.0,1.0 +2002,6,14,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,13.30,12.20,93,101200,0,0,307,0,0,0,0,0,0,0,210,3.60,0,0,11.2,77777,9,999999999,23,0.0000,0,88,0.000,0.0,1.0 +2002,6,14,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,13.30,11.70,90,101100,0,0,347,0,0,0,0,0,0,0,210,2.10,9,7,9.6,7620,9,999999999,23,0.0000,0,88,0.000,0.0,1.0 +2002,6,14,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,12.80,11.70,93,101100,0,0,350,0,0,0,0,0,0,0,200,2.60,8,8,9.6,77777,9,999999999,23,0.0000,0,88,0.000,0.0,1.0 +2002,6,14,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,12.80,11.70,93,101100,0,0,362,0,0,0,0,0,0,0,220,4.10,10,10,1.6,122,9,999999999,24,0.0000,0,88,0.000,0.0,1.0 +2002,6,14,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,12.80,12.20,96,101100,76,1136,362,0,0,0,0,0,0,0,250,3.10,10,10,1.6,122,9,999999999,22,0.0000,0,88,0.000,0.0,1.0 +2002,6,14,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,12.80,12.20,96,101100,298,1324,362,50,0,50,5800,0,5800,1950,200,1.50,10,10,1.6,122,9,999999999,21,0.0000,0,88,0.000,0.0,1.0 +2002,6,14,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,13.30,12.20,93,101100,531,1324,364,91,0,91,10700,0,10700,3930,190,2.10,10,10,1.2,61,9,999999999,20,0.0000,0,88,0.000,0.0,1.0 +2002,6,14,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,15.00,13.00,88,101100,752,1324,373,330,116,263,36100,11700,29500,8160,130,3.60,10,10,4.8,150,9,999999999,23,0.0000,0,88,0.000,0.0,1.0 +2002,6,14,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,15.60,12.80,83,101100,946,1324,350,280,18,267,32700,1600,31600,11920,110,2.60,10,6,4.8,6096,9,999999999,27,0.0000,0,88,0.000,0.0,1.0 +2002,6,14,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,15.60,12.80,83,101100,1099,1324,356,461,97,381,50900,10000,42600,15900,80,3.60,10,7,4.8,4572,9,999999999,30,0.0000,0,88,0.000,0.0,1.0 +2002,6,14,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,14.40,12.20,87,101100,1202,1324,342,300,12,289,36100,1000,35200,13710,80,4.60,10,6,11.2,3962,9,999999999,31,0.0000,0,88,0.000,0.0,1.0 +2002,6,14,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,14.40,12.20,87,101100,1247,1324,349,241,6,236,29700,500,29300,11730,80,4.60,10,7,16.0,3962,9,999999999,32,0.0000,0,88,0.000,0.0,1.0 +2002,6,14,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,13.90,11.70,87,101000,1231,1324,353,226,6,220,27800,500,27400,11040,90,7.20,10,8,16.0,1524,9,999999999,33,0.0000,0,88,0.000,0.0,1.0 +2002,6,14,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,13.30,12.20,93,101000,1155,1324,364,170,0,170,21200,0,21200,8770,80,5.20,10,10,4.8,122,9,999999999,34,0.0000,0,88,0.000,0.0,1.0 +2002,6,14,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,13.30,11.70,90,101000,1025,1324,363,184,0,184,22400,0,22400,9180,80,3.60,10,10,16.0,122,9,999999999,35,0.0000,0,88,0.000,0.0,1.0 +2002,6,14,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,13.30,11.70,90,101100,849,1324,364,135,0,135,16400,0,16400,6600,80,4.60,10,10,16.0,183,9,999999999,36,0.0000,0,88,0.000,0.0,1.0 +2002,6,14,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,12.80,11.70,93,101100,639,1324,361,135,0,135,15800,0,15800,5840,80,5.20,10,10,16.0,244,9,999999999,36,0.0000,0,88,0.000,0.0,1.0 +2002,6,14,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,12.80,11.70,93,101000,410,1324,362,60,0,60,7100,0,7100,2520,90,5.70,10,10,16.0,183,9,999999999,37,0.0000,0,88,0.000,0.5,1.0 +2002,6,14,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,12.20,11.10,93,101000,178,1324,359,19,0,19,2300,0,2300,750,90,5.20,10,10,12.8,183,9,999999999,37,0.0000,0,88,0.000,0.0,1.0 +2002,6,14,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,12.20,11.10,93,101000,11,452,359,0,0,0,0,0,0,0,100,6.70,10,10,16.0,335,9,999999999,37,0.0000,0,88,0.000,0.3,1.0 +2002,6,14,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,12.20,10.60,90,101100,0,0,359,0,0,0,0,0,0,0,70,4.60,10,10,16.0,274,9,999999999,38,0.0000,0,88,0.000,0.0,1.0 +2002,6,14,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,12.00,11.00,94,101000,0,0,358,0,0,0,0,0,0,0,50,4.60,10,10,16.1,2100,9,999999999,38,0.0000,0,88,0.000,0.0,1.0 +2002,6,14,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,12.20,10.60,90,101000,0,0,359,0,0,0,0,0,0,0,50,4.10,10,10,16.0,1829,9,999999999,38,0.0000,0,88,0.000,0.0,1.0 +2002,6,14,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,12.20,11.10,93,101000,0,0,359,0,0,0,0,0,0,0,20,4.10,10,10,14.4,1402,9,999999999,38,0.0000,0,88,0.000,0.0,1.0 +2002,6,15,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,11.70,10.60,93,101000,0,0,357,0,0,0,0,0,0,0,40,5.70,10,10,8.0,274,9,999999999,39,0.0000,0,88,0.000,0.0,1.0 +2002,6,15,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,11.70,10.60,93,100900,0,0,356,0,0,0,0,0,0,0,50,5.70,10,10,8.0,274,9,999999999,39,0.0000,0,88,0.000,0.0,1.0 +2002,6,15,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,11.70,10.60,93,100800,0,0,356,0,0,0,0,0,0,0,40,7.20,10,10,9.6,213,9,999999999,39,0.0000,0,88,0.000,0.0,1.0 +2002,6,15,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,11.70,10.60,93,100800,0,0,356,0,0,0,0,0,0,0,40,6.70,10,10,6.4,549,9,999999999,40,0.0000,0,88,0.000,0.0,1.0 +2002,6,15,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,11.10,10.60,97,100700,76,1136,353,0,0,0,0,0,0,0,50,7.70,10,10,6.4,244,9,999999999,39,0.0000,0,88,0.000,0.0,1.0 +2002,6,15,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,11.70,10.60,93,100800,298,1324,355,50,0,50,5800,0,5800,1950,50,9.30,10,10,6.4,244,9,999999999,39,0.0000,0,88,0.000,15.0,1.0 +2002,6,15,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,11.70,10.60,93,100700,530,1324,355,49,0,49,6000,0,6000,2280,40,9.30,10,10,4.0,914,9,999999999,39,0.0000,0,88,0.000,0.0,1.0 +2002,6,15,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,11.70,10.60,93,100700,751,1324,355,86,0,86,10600,0,10600,4250,50,9.30,10,10,3.2,274,9,999999999,38,0.0000,0,88,0.000,1.2,1.0 +2002,6,15,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,11.70,10.60,93,100600,945,1324,355,127,0,127,15700,0,15700,6500,50,8.20,10,10,2.8,274,9,999999999,38,0.0000,0,88,0.000,1.5,1.0 +2002,6,15,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,12.20,11.10,93,100500,1099,1324,357,168,0,168,20800,0,20800,8620,30,10.30,10,10,4.8,213,9,999999999,38,0.0000,0,88,0.000,0.0,1.0 +2002,6,15,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,13.00,11.00,88,100500,1202,1324,361,159,0,159,20000,0,20000,8300,40,9.30,10,10,16.1,330,9,999999999,37,0.0000,0,88,0.000,0.0,1.0 +2002,6,15,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,12.80,11.70,93,100500,1247,1324,361,338,24,315,37400,2400,35100,17830,40,9.80,10,10,8.0,335,9,999999999,36,0.0000,0,88,0.000,0.0,1.0 +2002,6,15,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,12.80,11.10,89,100400,1231,1324,360,214,0,214,26500,0,26500,10780,40,8.80,10,10,11.2,305,9,999999999,34,0.0000,0,88,0.000,0.0,1.0 +2002,6,15,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,12.80,11.10,89,100400,1156,1324,360,211,0,211,25900,0,25900,10550,40,10.30,10,10,8.0,396,9,999999999,33,0.0000,0,88,0.000,0.0,1.0 +2002,6,15,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,12.20,10.00,86,100400,1026,1324,357,172,0,172,21000,0,21000,8670,40,7.70,10,10,9.6,396,9,999999999,32,0.0000,0,88,0.000,0.0,1.0 +2002,6,15,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,12.00,11.00,94,100400,850,1324,357,157,0,157,18800,0,18800,7500,30,8.70,10,10,4.0,210,9,999999999,31,0.0000,0,88,0.000,0.0,1.0 +2002,6,15,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,11.70,10.60,93,100400,640,1324,355,119,0,119,14000,0,14000,5290,20,7.20,10,10,4.0,274,9,999999999,28,0.0000,0,88,0.000,0.0,1.0 +2002,6,15,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,11.10,10.00,93,100500,411,1324,352,80,0,80,9200,0,9200,3200,20,7.70,10,10,4.8,274,9,999999999,26,0.0000,0,88,0.000,0.0,1.0 +2002,6,15,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,11.10,10.00,93,100500,180,1324,352,31,0,31,3600,0,3600,1140,20,6.20,10,10,6.4,274,9,999999999,23,0.0000,0,88,0.000,0.0,1.0 +2002,6,15,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,10.60,9.40,92,100600,12,452,350,0,0,0,0,0,0,0,20,7.70,10,10,8.0,274,9,999999999,24,0.0000,0,88,0.000,0.0,1.0 +2002,6,15,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,10.00,8.90,93,100600,0,0,347,0,0,0,0,0,0,0,20,6.20,10,10,11.2,274,9,999999999,25,0.0000,0,88,0.000,0.0,1.0 +2002,6,15,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,10.00,8.30,89,100600,0,0,347,0,0,0,0,0,0,0,10,5.70,10,10,16.0,335,9,999999999,25,0.0000,0,88,0.000,0.0,1.0 +2002,6,15,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,10.00,8.30,89,100700,0,0,347,0,0,0,0,0,0,0,350,3.60,10,10,16.0,366,9,999999999,25,0.0000,0,88,0.000,0.0,1.0 +2002,6,15,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,10.00,8.90,93,100700,0,0,347,0,0,0,0,0,0,0,340,3.10,10,10,16.0,427,9,999999999,25,0.0000,0,88,0.000,0.0,1.0 +2002,6,16,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,10.00,8.30,89,100700,0,0,347,0,0,0,0,0,0,0,10,4.10,10,10,16.0,274,9,999999999,25,0.0000,0,88,0.000,0.0,1.0 +2002,6,16,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,10.00,8.30,89,100700,0,0,347,0,0,0,0,0,0,0,360,4.10,10,10,16.0,274,9,999999999,26,0.0000,0,88,0.000,0.0,1.0 +2002,6,16,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,10.00,8.00,87,100700,0,0,346,0,0,0,0,0,0,0,340,2.10,10,10,16.1,450,9,999999999,26,0.0000,0,88,0.000,0.0,1.0 +2002,6,16,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,10.60,8.30,86,100700,0,0,349,0,0,0,0,0,0,0,360,2.60,10,10,16.0,335,9,999999999,26,0.0000,0,88,0.000,0.0,1.0 +2002,6,16,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,10.60,8.90,89,100700,76,1136,349,0,0,0,0,0,0,0,20,2.10,10,10,16.0,335,9,999999999,25,0.0000,0,88,0.000,0.0,1.0 +2002,6,16,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,10.60,8.30,86,100800,298,1324,349,109,67,94,11900,5700,10700,2310,20,2.10,10,10,16.0,427,9,999999999,24,0.0000,0,88,0.000,0.0,1.0 +2002,6,16,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,11.10,8.90,86,100800,530,1324,351,105,0,105,12200,0,12200,4410,90,1.50,10,10,12.8,427,9,999999999,24,0.0000,0,88,0.000,0.0,1.0 +2002,6,16,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,11.10,8.90,86,100800,751,1324,351,132,0,132,15800,0,15800,6160,110,2.60,10,10,16.0,366,9,999999999,24,0.0000,0,88,0.000,0.0,1.0 +2002,6,16,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,11.10,8.90,86,100800,945,1324,351,178,0,178,21400,0,21400,8690,130,2.10,10,10,16.0,427,9,999999999,24,0.0000,0,88,0.000,0.0,1.0 +2002,6,16,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,11.10,9.40,89,100800,1099,1324,351,143,0,143,17900,0,17900,7480,120,2.10,10,10,16.0,305,9,999999999,24,0.0000,0,88,0.000,0.0,1.0 +2002,6,16,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,11.70,9.40,86,100800,1202,1324,354,159,0,159,20000,0,20000,8300,110,2.60,10,10,16.0,366,9,999999999,24,0.0000,0,88,0.000,0.0,1.0 +2002,6,16,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,12.20,10.00,86,100700,1247,1324,357,187,6,181,23400,400,23000,9350,90,3.60,10,10,16.0,366,9,999999999,24,0.0000,0,88,0.000,0.0,1.0 +2002,6,16,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,13.30,10.60,84,100700,1231,1324,363,404,60,348,44700,6100,39000,18720,90,4.60,10,10,16.0,427,9,999999999,24,0.0000,0,88,0.000,0.0,1.0 +2002,6,16,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,13.90,10.60,80,100700,1156,1324,352,691,335,398,75500,36400,43600,17780,80,5.70,8,8,16.0,579,9,999999999,25,0.0000,0,88,0.000,0.4,1.0 +2002,6,16,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,13.90,11.10,83,100700,1026,1324,352,391,83,326,43100,8500,36500,12740,80,6.20,8,8,16.0,792,9,999999999,26,0.0000,0,88,0.000,0.0,1.0 +2002,6,16,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,13.90,11.70,87,100700,851,1324,360,477,314,275,51400,33600,29800,7250,40,6.20,9,9,16.0,792,9,999999999,27,0.0000,0,88,0.000,0.0,1.0 +2002,6,16,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,12.80,10.60,86,100700,641,1324,361,297,176,211,32300,17900,23600,5200,20,6.70,10,10,16.0,1341,9,999999999,27,0.0000,0,88,0.000,13.8,1.0 +2002,6,16,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,12.80,11.70,93,100700,413,1324,362,35,0,35,4300,0,4300,1570,40,5.70,10,10,4.8,701,9,999999999,28,0.0000,0,88,0.000,0.0,1.0 +2002,6,16,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,12.20,11.10,93,100700,181,1324,359,23,0,23,2700,0,2700,890,120,3.10,10,10,14.4,183,9,999999999,29,0.0000,0,88,0.000,0.0,1.0 +2002,6,16,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,12.80,11.70,93,100700,12,474,362,0,0,0,0,0,0,0,200,3.10,10,10,14.4,122,9,999999999,28,0.0000,0,88,0.000,0.0,1.0 +2002,6,16,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,13.30,12.20,93,100800,0,0,365,0,0,0,0,0,0,0,270,2.10,10,10,9.6,122,9,999999999,27,0.0000,0,88,0.000,0.0,1.0 +2002,6,16,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,13.30,12.20,93,100800,0,0,354,0,0,0,0,0,0,0,310,2.10,8,8,3.2,152,9,999999999,26,0.0000,0,88,0.000,0.0,1.0 +2002,6,16,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,13.30,12.20,93,100800,0,0,354,0,0,0,0,0,0,0,310,1.50,8,8,3.2,122,9,999999999,26,0.0000,0,88,0.000,0.0,1.0 +2002,6,16,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,12.80,11.70,93,100800,0,0,351,0,0,0,0,0,0,0,0,0.00,8,8,3.2,3353,9,999999999,26,0.0000,0,88,0.000,0.0,1.0 +2002,6,17,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,13.30,12.80,97,100700,0,0,366,0,0,0,0,0,0,0,220,2.60,10,10,3.2,122,9,999999999,26,0.0000,0,88,0.000,0.0,1.0 +2002,6,17,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,13.30,12.80,97,100700,0,0,366,0,0,0,0,0,0,0,220,2.60,10,10,1.6,61,9,999999999,25,0.0000,0,88,0.000,0.0,1.0 +2002,6,17,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,13.30,12.80,97,100700,0,0,366,0,0,0,0,0,0,0,280,2.10,10,10,1.6,122,9,999999999,24,0.0000,0,88,0.000,0.0,1.0 +2002,6,17,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,13.30,12.80,97,100800,0,0,365,0,0,0,0,0,0,0,200,2.60,10,10,4.8,122,9,999999999,22,0.0000,0,88,0.000,0.0,1.0 +2002,6,17,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,13.30,12.80,97,100800,75,1136,365,0,0,0,0,0,0,0,210,2.10,10,10,3.2,122,9,999999999,22,0.0000,0,88,0.000,0.0,1.0 +2002,6,17,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,13.90,12.80,93,100900,297,1323,356,109,47,98,11900,4000,11000,2380,200,2.60,8,8,3.2,122,9,999999999,21,0.0000,0,88,0.000,0.0,1.0 +2002,6,17,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,14.40,13.30,93,100900,530,1323,358,211,88,176,23200,8500,19700,4840,210,2.10,8,8,3.2,122,9,999999999,20,0.0000,0,88,0.000,0.0,1.0 +2002,6,17,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,16.10,13.90,87,101000,750,1323,317,495,533,192,52500,54300,21600,4350,180,2.10,0,0,12.8,77777,9,999999999,20,0.0000,0,88,0.000,0.0,1.0 +2002,6,17,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,19.40,13.30,68,100900,944,1323,349,663,674,181,69900,68300,21100,5180,270,5.20,3,3,16.0,77777,9,999999999,20,0.0000,0,88,0.000,0.0,1.0 +2002,6,17,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,21.10,12.20,57,100900,1098,1323,354,785,713,193,84000,73000,23300,7660,250,5.70,3,3,16.0,77777,9,999999999,19,0.0000,0,88,0.000,0.0,1.0 +2002,6,17,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,22.20,11.70,51,100900,1201,1323,357,870,692,240,92500,70500,28300,13280,260,6.20,3,3,16.0,77777,9,999999999,19,0.0000,0,88,0.000,0.0,1.0 +2002,6,17,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,22.80,11.10,48,100900,1247,1323,359,935,739,238,100100,75500,28800,16440,260,4.60,3,3,16.0,77777,9,999999999,19,0.0000,0,88,0.000,0.0,1.0 +2002,6,17,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.30,10.00,43,100900,1232,1323,367,850,533,353,91300,55700,39300,23000,260,6.20,4,4,16.0,7620,9,999999999,19,0.0000,0,88,0.000,0.0,1.0 +2002,6,17,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.90,10.00,41,100900,1157,1323,370,498,114,398,54900,12200,44200,17310,270,5.70,4,4,16.0,77777,9,999999999,20,0.0000,0,88,0.000,0.0,1.0 +2002,6,17,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.90,10.60,43,100900,1027,1323,404,581,304,344,63000,32900,37500,11500,240,5.20,8,8,16.0,2286,9,999999999,20,0.0000,0,88,0.000,0.0,1.0 +2002,6,17,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,24.40,10.00,40,100900,851,1323,374,578,586,200,62100,60500,23100,5000,260,4.10,4,4,16.0,77777,9,999999999,21,0.0000,0,88,0.000,0.0,1.0 +2002,6,17,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.90,10.00,41,100900,642,1323,364,405,562,131,41900,54800,15300,2680,230,5.20,3,3,16.0,77777,9,999999999,21,0.0000,0,88,0.000,0.0,1.0 +2002,6,17,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,24.40,9.40,39,101000,414,1323,367,234,444,96,24800,39800,12300,1790,240,5.20,3,3,16.0,77777,9,999999999,21,0.0000,0,88,0.000,0.0,1.0 +2002,6,17,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.30,9.40,41,101000,182,1323,378,70,199,42,7300,12300,5600,750,240,3.10,6,5,16.0,77777,9,999999999,22,0.0000,0,88,0.000,0.0,1.0 +2002,6,17,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,19.00,12.00,64,101100,12,474,395,0,0,0,0,0,0,0,60,1.50,10,10,16.1,2700,9,999999999,23,0.0000,0,88,0.000,0.0,1.0 +2002,6,17,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,16.70,13.30,80,101300,0,0,384,0,0,0,0,0,0,0,220,3.60,10,10,6.4,1219,9,999999999,24,0.0000,0,88,0.000,4.6,1.0 +2002,6,17,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,16.70,12.80,78,101400,0,0,384,0,0,0,0,0,0,0,260,4.10,10,10,16.0,2743,9,999999999,25,0.0000,0,88,0.000,0.0,1.0 +2002,6,17,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,16.10,13.30,83,101300,0,0,381,0,0,0,0,0,0,0,170,3.10,10,10,16.0,3048,9,999999999,24,0.0000,0,88,0.000,0.5,1.0 +2002,6,17,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,16.10,12.80,81,101300,0,0,357,0,0,0,0,0,0,0,220,2.60,6,6,16.0,77777,9,999999999,23,0.0000,0,88,0.000,0.0,1.0 +2002,6,18,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,16.70,12.20,75,101400,0,0,371,0,0,0,0,0,0,0,250,3.10,8,8,16.0,2743,9,999999999,22,0.0000,0,88,0.000,0.0,1.0 +2002,6,18,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,15.00,12.80,87,101300,0,0,339,0,0,0,0,0,0,0,210,3.10,4,4,16.0,77777,9,999999999,21,0.0000,0,88,0.000,0.0,1.0 +2002,6,18,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,15.60,12.20,80,101400,0,0,334,0,0,0,0,0,0,0,280,3.60,3,3,16.0,77777,9,999999999,20,0.0000,0,88,0.000,0.0,1.0 +2002,6,18,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,15.00,12.20,83,101500,0,0,312,0,0,0,0,0,0,0,290,4.10,0,0,16.0,77777,9,999999999,19,0.0000,0,88,0.000,0.0,1.0 +2002,6,18,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,15.60,11.10,75,101600,75,1136,310,0,0,0,0,0,0,0,290,3.60,0,0,16.0,77777,9,999999999,18,0.0000,0,88,0.000,0.0,1.0 +2002,6,18,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,17.20,10.60,65,101700,297,1323,315,151,249,95,15800,19700,11300,1890,270,3.60,0,0,16.0,77777,9,999999999,17,0.0000,0,88,0.000,0.0,1.0 +2002,6,18,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,17.80,11.10,65,101700,529,1323,317,302,445,124,32000,42700,14900,2410,290,4.60,0,0,16.0,77777,9,999999999,17,0.0000,0,88,0.000,0.0,1.0 +2002,6,18,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,18.90,11.10,61,101800,750,1323,321,488,570,165,52600,58200,19600,3680,290,5.20,0,0,16.0,77777,9,999999999,17,0.0000,0,88,0.000,0.0,1.0 +2002,6,18,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,20.00,10.60,55,101800,944,1323,331,663,680,177,70100,69000,20700,5070,280,5.20,1,1,16.0,77777,9,999999999,16,0.0000,0,88,0.000,0.0,1.0 +2002,6,18,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,21.10,10.60,51,101800,1098,1323,335,785,700,203,83600,71500,24200,8020,290,5.20,1,1,16.0,77777,9,999999999,16,0.0000,0,88,0.000,0.0,1.0 +2002,6,18,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,22.20,11.70,51,101800,1201,1323,342,894,777,188,93600,78100,22600,9600,280,3.60,1,1,16.0,77777,9,999999999,17,0.0000,0,88,0.000,0.0,1.0 +2002,6,18,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.30,11.10,46,101800,1247,1323,346,941,757,227,101100,77500,27800,15730,280,4.10,1,1,16.0,77777,9,999999999,18,0.0000,0,88,0.000,0.0,1.0 +2002,6,18,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.30,10.00,43,101900,1232,1323,335,832,557,313,90500,58400,36100,20340,280,4.60,0,0,16.0,77777,9,999999999,19,0.0000,0,88,0.000,0.0,1.0 +2002,6,18,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,24.40,11.10,43,101900,1157,1323,344,632,263,402,69000,28600,44000,18040,280,5.20,0,0,16.0,77777,9,999999999,19,0.0000,0,88,0.000,0.0,1.0 +2002,6,18,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.00,10.60,40,101900,1028,1323,346,719,560,283,76700,58300,31300,9570,290,5.20,0,0,16.0,2438,9,999999999,20,0.0000,0,88,0.000,0.0,1.0 +2002,6,18,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.00,10.00,39,101900,852,1323,345,308,124,228,34200,13100,25700,6440,280,2.60,0,0,16.0,77777,9,999999999,21,0.0000,0,88,0.000,0.0,1.0 +2002,6,18,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.00,9.40,37,101900,643,1323,345,410,509,162,43300,50800,18600,3370,270,3.60,0,0,16.0,77777,9,999999999,22,0.0000,0,88,0.000,0.0,1.0 +2002,6,18,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.00,10.00,39,101900,415,1323,371,230,410,101,24100,36800,12600,1890,270,3.60,3,3,16.0,77777,9,999999999,23,0.0000,0,88,0.000,0.0,1.0 +2002,6,18,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,20.00,12.80,63,102000,184,1323,355,70,194,43,7300,12000,5600,770,120,2.10,3,3,16.0,77777,9,999999999,24,0.0000,0,88,0.000,0.0,1.0 +2002,6,18,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,18.90,13.90,73,102100,13,474,353,0,0,0,0,0,0,0,70,2.10,3,3,16.0,77777,9,999999999,24,0.0000,0,88,0.000,0.0,1.0 +2002,6,18,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,17.20,13.30,78,102200,0,0,344,0,0,0,0,0,0,0,10,2.60,3,3,16.0,77777,9,999999999,24,0.0000,0,88,0.000,0.0,1.0 +2002,6,18,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,16.70,13.30,80,102200,0,0,349,0,0,0,0,0,0,0,10,2.60,4,4,16.0,77777,9,999999999,24,0.0000,0,88,0.000,0.0,1.0 +2002,6,18,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,16.10,13.90,87,102300,0,0,325,0,0,0,0,0,0,0,130,2.10,0,0,16.0,77777,9,999999999,24,0.0000,0,88,0.000,0.0,1.0 +2002,6,18,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,16.70,13.30,80,102300,0,0,337,0,0,0,0,0,0,0,0,0.00,2,2,16.0,6096,9,999999999,24,0.0000,0,88,0.000,0.0,1.0 +2002,6,19,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,18.90,12.20,65,102300,0,0,332,0,0,0,0,0,0,0,240,3.10,0,0,16.0,77777,9,999999999,24,0.0000,0,88,0.000,0.0,1.0 +2002,6,19,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,17.80,12.20,70,102300,0,0,327,0,0,0,0,0,0,0,270,2.10,0,0,16.0,77777,9,999999999,24,0.0000,0,88,0.000,0.0,1.0 +2002,6,19,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,17.80,11.70,67,102400,0,0,324,0,0,0,0,0,0,0,300,2.60,0,0,16.0,77777,9,999999999,24,0.0000,0,88,0.000,0.0,1.0 +2002,6,19,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,17.20,12.20,72,102400,0,0,341,0,0,0,0,0,0,0,300,1.50,3,3,16.0,77777,9,999999999,24,0.0000,0,88,0.000,0.0,1.0 +2002,6,19,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,17.20,11.70,70,102500,75,1135,339,0,0,0,0,0,0,0,330,2.10,3,3,16.0,3658,9,999999999,23,0.0000,0,88,0.000,0.0,1.0 +2002,6,19,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,17.20,12.20,72,102500,296,1323,385,67,0,67,7600,0,7600,2450,10,2.60,10,10,16.0,3048,9,999999999,22,0.0000,0,88,0.000,0.0,1.0 +2002,6,19,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,17.80,13.30,75,102600,528,1323,376,197,75,167,21600,7200,18700,4650,20,2.10,8,8,16.0,3353,9,999999999,21,0.0000,0,88,0.000,0.0,1.0 +2002,6,19,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,18.30,13.30,73,102700,749,1323,378,429,294,262,45700,31000,28100,6440,80,3.10,8,8,16.0,2591,9,999999999,21,0.0000,0,88,0.000,0.0,1.0 +2002,6,19,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,17.80,12.80,73,102700,943,1323,381,268,24,250,31300,2100,29900,11350,70,2.60,9,9,16.0,2896,9,999999999,22,0.0000,0,88,0.000,0.0,1.0 +2002,6,19,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,17.20,12.20,72,102800,1097,1323,377,156,0,156,19400,0,19400,8080,110,1.50,9,9,16.0,2134,9,999999999,22,0.0000,0,88,0.000,0.0,1.0 +2002,6,19,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,16.70,13.30,80,102800,1201,1323,382,141,0,141,17900,0,17900,7460,80,4.10,10,10,16.0,3048,9,999999999,22,0.0000,0,88,0.000,0.0,1.0 +2002,6,19,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,17.80,13.30,75,102800,1247,1323,374,314,36,280,34900,3700,31400,16040,80,2.10,8,8,16.0,3048,9,999999999,23,0.0000,0,88,0.000,0.0,1.0 +2002,6,19,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,19.40,13.90,70,102800,1232,1323,383,904,647,300,94900,65200,34000,18880,80,4.10,8,8,16.0,77777,9,999999999,24,0.0000,0,88,0.000,0.0,1.0 +2002,6,19,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,20.00,13.30,65,102800,1157,1323,400,855,771,179,89400,77500,21500,7730,90,4.10,10,10,16.0,77777,9,999999999,24,0.0000,0,88,0.000,0.0,1.0 +2002,6,19,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,19.40,13.90,70,102800,1028,1323,384,730,691,192,77500,70400,22600,6430,80,5.20,8,8,16.0,77777,9,999999999,24,0.0000,0,88,0.000,0.0,1.0 +2002,6,19,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,18.30,13.90,76,102800,853,1323,346,567,604,176,59200,60600,20000,4370,80,5.20,4,3,16.0,4877,9,999999999,25,0.0000,0,88,0.000,0.0,1.0 +2002,6,19,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,18.90,13.90,73,102800,644,1323,350,383,474,152,40800,47300,17700,3140,80,2.60,3,3,16.0,77777,9,999999999,25,0.0000,0,88,0.000,0.0,1.0 +2002,6,19,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,17.80,13.90,78,102900,416,1323,346,215,336,109,22300,30100,12900,2060,70,4.60,3,3,16.0,77777,9,999999999,25,0.0000,0,88,0.000,0.0,1.0 +2002,6,19,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,16.10,13.90,87,102900,185,1323,351,70,174,46,7400,10500,6000,840,70,2.60,6,5,16.0,77777,9,999999999,25,0.0000,0,88,0.000,0.0,1.0 +2002,6,19,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,15.60,13.90,90,102900,13,496,349,0,0,0,0,0,0,0,90,2.60,5,5,16.0,77777,9,999999999,24,0.0000,0,88,0.000,0.0,1.0 +2002,6,19,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,15.00,13.90,93,103000,0,0,336,0,0,0,0,0,0,0,110,1.50,3,3,16.0,77777,9,999999999,23,0.0000,0,88,0.000,0.0,1.0 +2002,6,19,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,16.10,13.90,87,103000,0,0,325,0,0,0,0,0,0,0,0,0.00,0,0,16.0,77777,9,999999999,22,0.0000,0,88,0.000,0.0,1.0 +2002,6,19,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,15.60,13.90,90,103000,0,0,323,0,0,0,0,0,0,0,40,2.10,0,0,11.2,77777,9,999999999,22,0.0000,0,88,0.000,0.0,1.0 +2002,6,19,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,15.60,13.90,90,103000,0,0,323,0,0,0,0,0,0,0,0,0.00,0,0,12.8,77777,9,999999999,21,0.0000,0,88,0.000,0.0,1.0 +2002,6,20,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,15.00,13.90,93,103000,0,0,320,0,0,0,0,0,0,0,70,1.50,0,0,9.6,77777,9,999999999,21,0.0000,0,88,0.000,0.0,1.0 +2002,6,20,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,15.00,13.30,90,103000,0,0,318,0,0,0,0,0,0,0,0,0.00,0,0,9.6,77777,9,999999999,21,0.0000,0,88,0.000,0.0,1.0 +2002,6,20,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,14.40,13.30,93,103000,0,0,314,0,0,0,0,0,0,0,50,1.50,0,0,11.2,77777,9,999999999,20,0.0000,0,88,0.000,0.0,1.0 +2002,6,20,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,13.90,12.80,93,103100,0,0,310,0,0,0,0,0,0,0,10,1.50,0,0,6.4,77777,9,999999999,20,0.0000,0,88,0.000,0.0,1.0 +2002,6,20,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,15.60,13.30,86,103100,74,1135,317,0,0,0,0,0,0,0,340,2.10,0,0,4.8,77777,9,999999999,20,0.0000,0,88,0.000,0.0,1.0 +2002,6,20,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,16.10,13.30,83,103200,295,1323,318,151,283,88,15900,22400,10900,1720,360,2.60,0,0,4.8,77777,9,999999999,20,0.0000,0,88,0.000,0.3,1.0 +2002,6,20,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,17.80,14.40,80,103200,527,1323,328,309,476,119,32800,45700,14600,2300,30,1.50,0,0,4.8,77777,9,999999999,20,0.0000,0,88,0.000,0.0,1.0 +2002,6,20,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,17.80,14.40,80,103300,748,1323,327,482,551,169,51700,56200,19800,3770,80,3.10,0,0,4.8,77777,9,999999999,20,0.0000,0,88,0.000,0.0,1.0 +2002,6,20,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,18.30,14.40,78,103300,943,1323,328,663,680,178,70100,69000,20800,5090,100,3.60,0,0,16.0,77777,9,999999999,20,0.0000,0,88,0.000,0.0,1.0 +2002,6,20,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,18.90,14.40,75,103300,1097,1323,330,785,719,188,84100,73700,22900,7460,80,3.60,0,0,16.0,77777,9,999999999,20,0.0000,0,88,0.000,0.0,1.0 +2002,6,20,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,20.00,15.60,76,103300,1200,1323,338,888,758,198,92300,75900,23200,9990,80,4.10,0,0,16.0,77777,9,999999999,20,0.0000,0,88,0.000,0.0,1.0 +2002,6,20,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,19.40,15.60,79,103300,1247,1323,335,941,805,181,99400,81200,22700,11770,90,5.20,0,0,16.0,77777,9,999999999,20,0.0000,0,88,0.000,0.0,1.0 +2002,6,20,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,19.40,15.60,79,103200,1232,1323,354,928,797,184,97700,80300,22700,10990,80,5.70,3,3,16.0,77777,9,999999999,21,0.0000,0,88,0.000,0.0,1.0 +2002,6,20,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,20.60,15.00,70,103200,1158,1323,359,855,771,179,89400,77500,21500,7740,80,5.20,3,3,16.0,77777,9,999999999,21,0.0000,0,88,0.000,0.0,1.0 +2002,6,20,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,22.80,13.90,57,103100,1029,1323,368,742,733,171,79400,75100,20900,5800,100,5.70,3,3,16.0,77777,9,999999999,21,0.0000,0,88,0.000,0.0,1.0 +2002,6,20,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,22.80,13.30,55,103100,854,1323,367,583,657,158,61400,66300,18500,3990,110,6.20,3,3,16.0,77777,9,999999999,20,0.0000,0,88,0.000,0.0,1.0 +2002,6,20,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,22.20,13.30,57,103000,645,1323,365,405,580,122,42200,56800,14500,2540,110,6.70,3,3,16.0,77777,9,999999999,19,0.0000,0,88,0.000,0.0,1.0 +2002,6,20,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,21.10,13.90,63,103000,417,1323,362,225,382,105,23600,34300,12800,1980,120,4.60,3,3,16.0,77777,9,999999999,19,0.0000,0,88,0.000,0.0,1.0 +2002,6,20,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,22.80,14.40,59,103000,185,1323,386,74,230,42,7800,14400,5800,750,200,4.10,5,5,16.0,77777,9,999999999,18,0.0000,0,88,0.000,0.0,1.0 +2002,6,20,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,21.10,13.30,61,103000,13,496,344,0,0,0,0,0,0,0,210,5.70,0,0,16.0,77777,9,999999999,17,0.0000,0,88,0.000,0.0,1.0 +2002,6,20,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,20.00,11.70,59,103100,0,0,335,0,0,0,0,0,0,0,210,4.10,0,0,16.0,77777,9,999999999,17,0.0000,0,88,0.000,0.0,1.0 +2002,6,20,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,18.30,12.80,70,103100,0,0,331,0,0,0,0,0,0,0,210,2.60,0,0,16.0,77777,9,999999999,17,0.0000,0,88,0.000,0.0,1.0 +2002,6,20,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,17.80,12.80,73,103100,0,0,329,0,0,0,0,0,0,0,170,2.60,0,0,16.0,77777,9,999999999,17,0.0000,0,88,0.000,0.0,1.0 +2002,6,20,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,16.70,13.30,80,103100,0,0,326,0,0,0,0,0,0,0,170,1.50,0,0,16.0,77777,9,999999999,17,0.0000,0,88,0.000,0.0,1.0 +2002,6,21,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,17.20,12.80,75,103000,0,0,327,0,0,0,0,0,0,0,220,3.10,0,0,16.0,77777,9,999999999,17,0.0000,0,88,0.000,0.0,1.0 +2002,6,21,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,16.70,12.20,75,103000,0,0,322,0,0,0,0,0,0,0,210,3.10,0,0,16.0,77777,9,999999999,18,0.0000,0,88,0.000,0.0,1.0 +2002,6,21,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,16.10,12.20,78,103000,0,0,319,0,0,0,0,0,0,0,220,4.60,0,0,16.0,77777,9,999999999,19,0.0000,0,88,0.000,0.0,1.0 +2002,6,21,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,16.10,12.20,78,103000,0,0,318,0,0,0,0,0,0,0,220,4.60,0,0,16.0,77777,9,999999999,19,0.0000,0,88,0.000,0.0,1.0 +2002,6,21,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,16.10,11.70,75,103000,73,1135,315,0,0,0,0,0,0,0,220,4.60,0,0,16.0,77777,9,999999999,20,0.0000,0,88,0.000,0.0,1.0 +2002,6,21,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,17.20,12.20,72,103000,295,1322,320,143,243,89,15000,19200,10700,1750,220,4.60,0,0,16.0,77777,9,999999999,21,0.0000,0,88,0.000,0.0,1.0 +2002,6,21,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,19.40,12.80,66,103000,527,1322,330,302,451,123,32100,43300,14800,2390,220,4.60,0,0,16.0,77777,9,999999999,22,0.0000,0,88,0.000,0.0,1.0 +2002,6,21,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,21.70,13.30,59,103000,748,1322,341,482,551,170,51700,56200,19900,3800,210,5.20,0,0,16.0,77777,9,999999999,23,0.0000,0,88,0.000,0.0,1.0 +2002,6,21,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.90,13.90,54,103000,942,1322,352,650,637,196,68200,64300,22300,5530,220,4.10,0,0,16.0,77777,9,999999999,24,0.0000,0,88,0.000,0.0,1.0 +2002,6,21,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.60,14.40,50,102900,1096,1322,361,779,682,213,82700,69500,25000,8350,210,5.20,0,0,16.0,77777,9,999999999,24,0.0000,0,88,0.000,0.0,1.0 +2002,6,21,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,27.20,16.10,51,102900,1200,1322,374,888,758,199,92300,75900,23300,10010,210,5.20,0,0,16.0,77777,9,999999999,25,0.0000,0,88,0.000,0.0,1.0 +2002,6,21,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,28.30,16.10,48,102800,1246,1322,379,917,721,237,98200,73700,28600,16390,200,6.20,0,0,16.0,77777,9,999999999,25,0.0000,0,88,0.000,0.0,1.0 +2002,6,21,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,28.90,15.60,44,102800,1232,1322,409,928,779,201,96800,78100,23800,11830,210,6.20,4,4,16.0,77777,9,999999999,25,0.0000,0,88,0.000,0.0,1.0 +2002,6,21,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,28.30,15.00,44,102700,1158,1322,412,849,735,204,90900,75300,24900,9690,210,6.20,5,5,16.0,9144,9,999999999,25,0.0000,0,88,0.000,0.0,1.0 +2002,6,21,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,28.30,16.10,48,102600,1029,1322,408,713,631,221,74900,63800,25100,7310,200,8.80,4,4,16.0,9144,9,999999999,24,0.0000,0,88,0.000,0.0,1.0 +2002,6,21,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,27.80,16.70,51,102500,854,1322,408,578,640,164,60800,64500,19000,4130,190,7.20,4,4,16.0,77777,9,999999999,24,0.0000,0,88,0.000,0.0,1.0 +2002,6,21,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,27.20,16.10,51,102500,646,1322,398,405,580,122,42300,56800,14500,2540,200,7.20,3,3,16.0,77777,9,999999999,23,0.0000,0,88,0.000,0.0,1.0 +2002,6,21,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,26.10,16.10,54,102500,417,1322,393,225,376,106,23500,33800,12800,2000,200,7.20,3,3,16.0,77777,9,999999999,21,0.0000,0,88,0.000,0.0,1.0 +2002,6,21,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,24.40,16.10,60,102500,186,1322,379,74,220,43,7700,13800,5800,770,200,6.20,10,2,16.0,77777,9,999999999,20,0.0000,0,88,0.000,0.0,1.0 +2002,6,21,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.90,16.10,62,102600,14,496,366,0,0,0,0,0,0,0,210,5.20,0,0,16.0,77777,9,999999999,21,0.0000,0,88,0.000,0.0,1.0 +2002,6,21,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,21.70,16.10,70,102600,0,0,362,0,0,0,0,0,0,0,190,3.60,1,1,16.0,77777,9,999999999,21,0.0000,0,88,0.000,0.0,1.0 +2002,6,21,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,21.10,15.60,71,102600,0,0,393,0,0,0,0,0,0,0,220,4.10,8,7,16.0,77777,9,999999999,22,0.0000,0,88,0.000,0.0,1.0 +2002,6,21,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,20.60,15.60,73,102600,0,0,373,0,0,0,0,0,0,0,230,4.60,4,4,16.0,6096,9,999999999,23,0.0000,0,88,0.000,0.0,1.0 +2002,6,21,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,20.00,15.00,73,102500,0,0,369,0,0,0,0,0,0,0,220,5.20,4,4,16.0,6096,9,999999999,25,0.0000,0,88,0.000,0.0,1.0 +2002,6,22,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,20.00,15.00,73,102500,0,0,392,0,0,0,0,0,0,0,220,4.10,9,8,16.0,77777,9,999999999,26,0.0000,0,88,0.000,0.0,1.0 +2002,6,22,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,20.00,14.40,70,102400,0,0,391,0,0,0,0,0,0,0,230,4.60,8,8,16.0,6096,9,999999999,27,0.0000,0,88,0.000,0.0,1.0 +2002,6,22,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,20.00,13.90,68,102400,0,0,384,0,0,0,0,0,0,0,230,5.20,8,7,16.0,6096,9,999999999,28,0.0000,0,88,0.000,0.0,1.0 +2002,6,22,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,20.00,13.90,68,102400,0,0,340,0,0,0,0,0,0,0,230,5.20,0,0,16.0,6096,9,999999999,29,0.0000,0,88,0.000,0.0,1.0 +2002,6,22,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,20.00,13.90,68,102400,73,1113,339,0,0,0,0,0,0,0,240,5.20,0,0,16.0,6096,9,999999999,30,0.0000,0,88,0.000,0.0,1.0 +2002,6,22,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,20.60,13.90,65,102500,294,1322,340,135,196,91,14100,15500,10700,1800,250,4.60,0,0,16.0,6096,9,999999999,31,0.0000,0,88,0.000,0.0,1.0 +2002,6,22,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,22.20,15.00,64,102500,526,1322,350,239,163,174,25900,16000,19500,4070,270,3.60,0,0,16.0,77777,9,999999999,31,0.0000,0,88,0.000,0.0,1.0 +2002,6,22,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.90,16.10,62,102500,747,1322,367,422,337,232,45400,35600,25300,5550,260,3.10,1,1,16.0,77777,9,999999999,34,0.0000,0,88,0.000,0.0,1.0 +2002,6,22,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.60,16.70,58,102500,941,1322,389,587,473,249,62600,49100,27600,7150,260,3.10,3,3,16.0,77777,9,999999999,38,0.0000,0,88,0.000,0.0,1.0 +2002,6,22,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,27.80,17.80,55,102500,1095,1322,428,686,453,310,73300,47300,34100,12360,330,2.10,8,7,14.4,6096,9,999999999,41,0.0000,0,88,0.000,0.0,1.0 +2002,6,22,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,27.80,18.90,58,102500,1200,1322,442,527,120,417,58000,12800,46400,20450,40,5.20,9,9,11.2,6096,9,999999999,41,0.0000,0,88,0.000,0.0,1.0 +2002,6,22,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,26.10,17.80,60,102500,1246,1322,425,700,288,428,76800,31300,47300,26860,50,6.70,9,8,9.6,5486,9,999999999,42,0.0000,0,88,0.000,0.0,1.0 +2002,6,22,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.00,18.90,69,102600,1232,1322,432,642,270,391,71000,29400,43500,22790,20,8.20,10,10,9.6,1676,9,999999999,42,0.0000,0,88,0.000,0.0,1.0 +2002,6,22,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.30,18.90,76,102600,1158,1322,405,223,24,202,24800,2400,22700,9890,40,7.20,9,7,6.4,4572,9,999999999,43,0.0000,0,88,0.000,0.0,1.0 +2002,6,22,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,21.70,18.30,81,102600,1029,1322,407,632,375,340,68800,40600,37100,11410,40,7.20,10,9,6.4,1829,9,999999999,45,0.0000,0,88,0.000,0.0,1.0 +2002,6,22,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,21.10,18.30,84,102500,855,1322,399,213,12,206,25100,1000,24500,9350,30,5.70,10,8,6.4,4572,9,999999999,46,0.0000,0,88,0.000,0.0,1.0 +2002,6,22,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,20.60,17.80,84,102500,646,1322,401,194,12,189,22200,1000,21700,7530,50,4.60,10,9,8.0,1219,9,999999999,46,0.0000,0,88,0.000,0.0,1.0 +2002,6,22,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,18.90,16.70,87,102600,418,1322,392,100,0,100,11400,0,11400,3820,50,4.10,10,9,6.4,274,9,999999999,47,0.0000,0,88,0.000,0.0,1.0 +2002,6,22,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,18.30,16.70,90,102500,187,1322,394,51,46,44,5500,3100,5100,930,80,3.10,10,10,4.8,274,9,999999999,47,0.0000,0,88,0.000,0.0,1.0 +2002,6,22,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,17.20,16.10,93,102500,14,496,377,0,0,0,0,0,0,0,80,2.60,10,8,4.8,1676,9,999999999,46,0.0000,0,88,0.000,0.0,1.0 +2002,6,22,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,17.20,16.10,93,102600,0,0,372,0,0,0,0,0,0,0,80,2.10,10,7,8.0,6096,9,999999999,45,0.0000,0,88,0.000,0.0,1.0 +2002,6,22,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,17.20,16.10,93,102600,0,0,389,0,0,0,0,0,0,0,50,1.50,10,10,6.4,1128,9,999999999,44,0.0000,0,88,0.000,0.0,1.0 +2002,6,22,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,17.20,16.70,97,102600,0,0,389,0,0,0,0,0,0,0,0,0.00,10,10,3.2,152,9,999999999,44,0.0000,0,88,0.000,0.0,1.0 +2002,6,22,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,17.20,16.10,93,102500,0,0,389,0,0,0,0,0,0,0,50,3.10,10,10,3.2,213,9,999999999,43,0.0000,0,88,0.000,0.0,1.0 +2002,6,23,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,16.70,15.60,93,102500,0,0,386,0,0,0,0,0,0,0,30,2.10,10,10,6.4,213,9,999999999,42,0.0000,0,88,0.000,0.0,1.0 +2002,6,23,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,16.10,15.00,93,102500,0,0,382,0,0,0,0,0,0,0,70,1.50,10,10,6.4,213,9,999999999,41,0.0000,0,88,0.000,0.0,1.0 +2002,6,23,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,16.70,15.60,93,102400,0,0,385,0,0,0,0,0,0,0,360,1.50,10,10,6.4,213,9,999999999,40,0.0000,0,88,0.000,0.0,1.0 +2002,6,23,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,16.00,16.00,100,102400,0,0,382,0,0,0,0,0,0,0,70,2.10,10,10,0.4,30,9,999999999,39,0.0000,0,88,0.000,0.0,1.0 +2002,6,23,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,16.10,15.60,97,102300,72,1113,382,0,0,0,0,0,0,0,90,2.60,10,10,0.8,61,9,999999999,40,0.0000,0,88,0.000,0.0,1.0 +2002,6,23,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,16.10,15.60,97,102400,293,1322,381,34,0,34,4100,0,4100,1400,80,2.10,10,10,0.8,61,9,999999999,41,0.0000,0,88,0.000,0.8,1.0 +2002,6,23,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,15.60,15.60,100,102300,525,1322,378,106,0,106,12300,0,12300,4420,130,1.50,10,10,0.4,61,9,999999999,42,0.0000,0,88,0.000,0.8,1.0 +2002,6,23,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,17.20,16.10,93,102300,746,1322,387,112,0,112,13500,0,13500,5350,160,2.10,10,10,3.2,213,9,999999999,41,0.0000,0,88,0.000,0.0,1.0 +2002,6,23,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,18.90,17.20,90,102300,940,1322,385,255,12,246,29900,1000,29200,11200,170,2.60,8,8,3.2,3962,9,999999999,40,0.0000,0,88,0.000,0.0,1.0 +2002,6,23,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,20.00,17.80,87,102200,1095,1322,397,337,18,322,39700,1600,38300,14520,170,2.60,9,9,4.8,1829,9,999999999,38,0.0000,0,88,0.000,0.0,1.0 +2002,6,23,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,21.70,18.30,81,102100,1199,1322,407,594,175,436,65500,18700,48500,21360,160,1.50,9,9,4.8,1524,9,999999999,39,0.0000,0,88,0.000,0.0,1.0 +2002,6,23,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.30,18.90,76,102000,1246,1322,416,622,192,440,68600,20500,49200,25580,140,3.10,9,9,9.6,2438,9,999999999,39,0.0000,0,88,0.000,0.0,1.0 +2002,6,23,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,22.80,18.30,76,102000,1232,1322,419,737,371,391,81400,40400,43700,22800,110,4.60,10,10,6.4,2438,9,999999999,39,0.0000,0,88,0.000,0.0,1.0 +2002,6,23,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,20.60,17.80,84,101800,1158,1322,389,738,460,334,78900,48000,36700,16130,130,4.60,7,7,6.4,4267,9,999999999,39,0.0000,0,88,0.000,0.0,1.0 +2002,6,23,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,21.70,18.30,81,101800,1030,1322,384,523,220,351,57400,23400,39200,12070,80,4.60,5,5,6.4,4267,9,999999999,39,0.0000,0,88,0.000,0.0,1.0 +2002,6,23,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,22.20,17.80,76,101600,855,1322,381,426,190,304,46600,20000,33600,8620,90,3.10,4,4,6.4,6096,9,999999999,39,0.0000,0,88,0.000,0.0,1.0 +2002,6,23,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,21.10,17.80,81,101600,647,1322,371,378,392,186,40600,40500,20800,4110,80,3.10,3,3,6.4,6096,9,999999999,39,0.0000,0,88,0.000,0.0,1.0 +2002,6,23,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,24.40,18.90,71,101500,419,1322,392,195,234,121,20700,21500,13900,2430,140,3.10,3,3,9.6,6096,9,999999999,40,0.0000,0,88,0.000,0.0,1.0 +2002,6,23,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,26.70,20.00,67,101500,188,1322,444,71,190,44,7400,11900,5700,790,210,5.20,10,10,9.6,6096,9,999999999,41,0.0000,0,88,0.000,0.0,1.0 +2002,6,23,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,26.10,19.40,67,101400,14,518,415,0,0,0,0,0,0,0,220,6.70,5,5,12.8,6096,9,999999999,42,0.0000,0,88,0.000,0.0,1.0 +2002,6,23,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.00,18.90,69,101400,0,0,434,0,0,0,0,0,0,0,220,6.20,10,10,12.8,3048,9,999999999,43,0.0000,0,88,0.000,0.0,1.0 +2002,6,23,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.00,18.90,69,101400,0,0,424,0,0,0,0,0,0,0,240,7.70,9,8,12.8,3353,9,999999999,45,0.0000,0,88,0.000,0.0,1.0 +2002,6,23,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.00,18.90,69,101300,0,0,394,0,0,0,0,0,0,0,240,8.20,4,2,11.2,7620,9,999999999,45,0.0000,0,88,0.000,0.0,1.0 +2002,6,23,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.90,18.30,71,101200,0,0,397,0,0,0,0,0,0,0,240,7.70,5,4,11.2,77777,9,999999999,45,0.0000,0,88,0.000,0.0,1.0 +2002,6,24,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.30,18.30,74,101200,0,0,388,0,0,0,0,0,0,0,240,7.20,3,3,11.2,77777,9,999999999,46,0.0000,0,88,0.000,0.0,1.0 +2002,6,24,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,24.40,18.90,71,101200,0,0,426,0,0,0,0,0,0,0,280,5.20,10,9,9.6,77777,9,999999999,44,0.0000,0,88,0.000,0.0,1.0 +2002,6,24,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,24.40,19.40,74,101200,0,0,421,0,0,0,0,0,0,0,270,3.10,9,8,9.6,3658,9,999999999,43,0.0000,0,88,0.000,0.0,1.0 +2002,6,24,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,24.40,19.40,74,101200,0,0,415,0,0,0,0,0,0,0,300,3.60,7,7,8.0,77777,9,999999999,41,0.0000,0,88,0.000,0.0,1.0 +2002,6,24,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,24.40,17.20,64,101300,71,1113,423,0,0,0,0,0,0,0,330,5.20,10,9,16.0,2438,9,999999999,40,0.0000,0,88,0.000,0.0,1.0 +2002,6,24,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,24.40,16.70,62,101400,292,1322,422,84,7,83,9400,300,9300,2810,320,3.60,10,9,16.0,6706,9,999999999,40,0.0000,0,88,0.000,0.0,1.0 +2002,6,24,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,24.40,15.60,58,101400,524,1322,381,275,269,168,29100,26500,18600,3580,340,6.70,3,3,16.0,7620,9,999999999,39,0.0000,0,88,0.000,0.0,1.0 +2002,6,24,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,24.40,13.30,50,101500,745,1322,374,482,539,178,51500,54900,20500,3980,330,8.20,3,3,16.0,77777,9,999999999,32,0.0000,0,88,0.000,0.0,1.0 +2002,6,24,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.00,7.80,33,101500,939,1322,363,663,686,175,70100,69600,20600,4990,310,8.20,3,3,16.0,77777,9,999999999,24,0.0000,0,88,0.000,0.0,1.0 +2002,6,24,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.60,6.70,30,101500,1094,1322,363,773,670,217,81900,68200,25300,8460,310,7.20,3,3,16.0,77777,9,999999999,17,0.0000,0,88,0.000,0.0,1.0 +2002,6,24,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,26.70,6.70,28,101500,1199,1322,340,895,765,200,93000,76600,23400,10000,310,8.20,0,0,16.0,77777,9,999999999,15,0.0000,0,88,0.000,0.0,1.0 +2002,6,24,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,27.20,8.30,30,101500,1245,1322,347,941,805,182,99400,81200,22800,11790,290,7.20,0,0,16.0,77777,9,999999999,13,0.0000,0,88,0.000,0.0,1.0 +2002,6,24,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,28.30,6.10,24,101400,1232,1322,345,922,779,195,96500,78200,23400,11560,310,5.20,0,0,16.0,77777,9,999999999,11,0.0000,0,88,0.000,0.0,1.0 +2002,6,24,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,28.90,4.40,21,101400,1158,1322,343,843,729,203,90300,74700,24800,9680,280,6.20,0,0,16.0,77777,9,999999999,11,0.0000,0,88,0.000,0.0,1.0 +2002,6,24,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,29.40,4.40,20,101400,1030,1322,347,742,745,161,77200,74600,19000,4890,300,8.80,0,0,16.0,77777,9,999999999,12,0.0000,0,88,0.000,0.0,1.0 +2002,6,24,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,30.00,4.40,20,101400,856,1322,351,589,669,155,62100,67600,18300,3940,300,6.20,0,0,16.0,77777,9,999999999,12,0.0000,0,88,0.000,0.0,1.0 +2002,6,24,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,29.40,3.90,20,101400,647,1322,348,411,609,112,43100,59900,13700,2370,310,6.20,0,0,16.0,77777,9,999999999,13,0.0000,0,88,0.000,0.0,1.0 +2002,6,24,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,28.30,6.10,24,101400,419,1322,351,240,456,96,25400,41100,12400,1790,280,8.20,0,0,16.0,77777,9,999999999,13,0.0000,0,88,0.000,0.0,1.0 +2002,6,24,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,27.20,5.00,24,101500,188,1322,390,75,216,44,7800,13600,5900,790,310,7.20,5,5,16.0,77777,9,999999999,13,0.0000,0,88,0.000,0.0,1.0 +2002,6,24,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.60,5.00,27,101600,14,518,338,0,0,0,0,0,0,0,300,4.60,0,0,16.0,77777,9,999999999,12,0.0000,0,88,0.000,0.0,1.0 +2002,6,24,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,24.40,3.30,25,101600,0,0,329,0,0,0,0,0,0,0,320,4.10,0,0,16.0,77777,9,999999999,11,0.0000,0,88,0.000,0.0,1.0 +2002,6,24,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.30,2.80,26,101700,0,0,324,0,0,0,0,0,0,0,320,4.60,0,0,16.0,77777,9,999999999,10,0.0000,0,88,0.000,0.0,1.0 +2002,6,24,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,22.20,3.90,30,101700,0,0,323,0,0,0,0,0,0,0,310,3.60,0,0,16.0,77777,9,999999999,10,0.0000,0,88,0.000,0.0,1.0 +2002,6,24,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,20.60,3.90,33,101700,0,0,316,0,0,0,0,0,0,0,320,4.10,0,0,16.0,77777,9,999999999,10,0.0000,0,88,0.000,0.0,1.0 +2002,6,25,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,20.60,5.00,36,101700,0,0,319,0,0,0,0,0,0,0,320,4.10,0,0,16.0,77777,9,999999999,10,0.0000,0,88,0.000,0.0,1.0 +2002,6,25,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,18.90,5.60,42,101700,0,0,313,0,0,0,0,0,0,0,290,4.60,0,0,16.0,77777,9,999999999,11,0.0000,0,88,0.000,0.0,1.0 +2002,6,25,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,18.90,5.60,42,101800,0,0,312,0,0,0,0,0,0,0,300,4.60,0,0,16.0,77777,9,999999999,11,0.0000,0,88,0.000,0.0,1.0 +2002,6,25,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,18.30,5.60,43,101800,0,0,308,0,0,0,0,0,0,0,300,4.10,0,0,16.0,77777,9,999999999,11,0.0000,0,88,0.000,0.0,1.0 +2002,6,25,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,18.30,6.10,45,101800,70,1091,308,0,0,0,0,0,0,0,310,4.10,0,0,16.0,77777,9,999999999,12,0.0000,0,88,0.000,0.0,1.0 +2002,6,25,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,19.40,5.60,40,101900,290,1322,318,144,257,87,15100,20200,10600,1700,330,2.10,1,1,16.0,77777,9,999999999,13,0.0000,0,88,0.000,0.0,1.0 +2002,6,25,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,21.70,6.70,38,102000,522,1322,322,310,495,114,33000,47400,14300,2190,340,1.50,0,0,16.0,77777,9,999999999,14,0.0000,0,88,0.000,0.0,1.0 +2002,6,25,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.30,8.30,38,101900,744,1322,332,482,533,182,51400,54300,20800,4080,0,0.00,0,0,16.0,77777,9,999999999,15,0.0000,0,88,0.000,0.0,1.0 +2002,6,25,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,21.70,10.60,49,101900,938,1322,338,644,656,178,68000,66500,20700,5050,140,3.10,1,1,16.0,77777,9,999999999,16,0.0000,0,88,0.000,0.0,1.0 +2002,6,25,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,22.20,8.90,43,102000,1093,1322,327,779,664,229,82200,67400,26400,8860,130,4.10,0,0,16.0,77777,9,999999999,18,0.0000,0,88,0.000,0.0,1.0 +2002,6,25,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.30,9.40,41,101900,1198,1322,357,809,524,333,87000,54800,37300,18680,110,4.60,3,3,16.0,77777,9,999999999,20,0.0000,0,88,0.000,0.0,1.0 +2002,6,25,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.30,12.80,52,101900,1245,1322,351,537,126,418,59400,13500,46700,24250,100,4.10,1,1,16.0,77777,9,999999999,22,0.0000,0,88,0.000,0.0,1.0 +2002,6,25,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,22.80,13.90,57,101800,1232,1322,345,910,665,289,95800,67200,33100,18290,110,5.70,0,0,16.0,77777,9,999999999,24,0.0000,0,88,0.000,0.0,1.0 +2002,6,25,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.00,15.00,54,101800,1158,1322,359,843,729,203,90400,74700,24800,9680,140,4.60,0,0,16.0,77777,9,999999999,25,0.0000,0,88,0.000,0.0,1.0 +2002,6,25,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,28.90,8.90,29,101700,1030,1322,358,742,745,161,77200,74600,19000,4900,240,4.60,0,0,16.0,77777,9,999999999,27,0.0000,0,88,0.000,0.0,1.0 +2002,6,25,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,28.90,10.00,31,101600,856,1322,363,595,699,142,63200,70900,17200,3650,240,5.20,0,0,16.0,77777,9,999999999,29,0.0000,0,88,0.000,0.0,1.0 +2002,6,25,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,27.20,13.30,42,101600,648,1322,368,416,562,140,44600,56200,17100,2880,190,6.70,0,0,16.0,77777,9,999999999,29,0.0000,0,88,0.000,0.0,1.0 +2002,6,25,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,26.10,13.30,45,101600,420,1322,378,180,165,128,19600,15300,14800,2880,190,6.70,2,2,16.0,77777,9,999999999,29,0.0000,0,88,0.000,0.0,1.0 +2002,6,25,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,24.40,12.80,48,101600,188,1322,390,75,200,46,7700,12600,5900,830,200,5.20,5,5,16.0,77777,9,999999999,29,0.0000,0,88,0.000,0.0,1.0 +2002,6,25,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,22.80,12.20,51,101600,14,518,347,0,0,0,0,0,0,0,190,5.70,0,0,16.0,77777,9,999999999,30,0.0000,0,88,0.000,0.0,1.0 +2002,6,25,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,22.20,12.20,53,101600,0,0,346,0,0,0,0,0,0,0,210,4.10,0,0,16.0,77777,9,999999999,31,0.0000,0,88,0.000,0.0,1.0 +2002,6,25,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,21.70,12.20,55,101600,0,0,351,0,0,0,0,0,0,0,200,3.60,1,1,16.0,77777,9,999999999,32,0.0000,0,88,0.000,0.0,1.0 +2002,6,25,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,21.70,11.70,53,101600,0,0,343,0,0,0,0,0,0,0,220,5.20,0,0,16.0,77777,9,999999999,33,0.0000,0,88,0.000,0.0,1.0 +2002,6,25,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,20.60,11.70,57,101600,0,0,351,0,0,0,0,0,0,0,230,5.70,2,2,16.0,77777,9,999999999,34,0.0000,0,88,0.000,0.0,1.0 +2002,6,26,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,20.00,11.70,59,101600,0,0,335,0,0,0,0,0,0,0,220,4.10,0,0,16.0,6096,9,999999999,35,0.0000,0,88,0.000,0.0,1.0 +2002,6,26,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,20.00,10.60,55,101500,0,0,359,0,0,0,0,0,0,0,220,4.60,4,4,16.0,77777,9,999999999,36,0.0000,0,88,0.000,0.0,1.0 +2002,6,26,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,20.60,10.60,53,101500,0,0,403,0,0,0,0,0,0,0,230,5.20,10,10,16.0,2591,9,999999999,37,0.0000,0,88,0.000,0.0,1.0 +2002,6,26,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,21.10,13.30,61,101400,0,0,362,0,0,0,0,0,0,0,240,5.20,4,3,16.0,77777,9,999999999,39,0.0000,0,88,0.000,0.0,1.0 +2002,6,26,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,21.10,16.10,73,101400,69,1090,368,0,0,0,0,0,0,0,240,4.60,3,3,12.8,77777,9,999999999,40,0.0000,0,88,0.000,0.0,1.0 +2002,6,26,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,21.70,17.80,79,101400,289,1322,358,136,210,90,14200,16400,10600,1780,240,6.20,0,0,8.0,77777,9,999999999,41,0.0000,0,88,0.000,0.0,1.0 +2002,6,26,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.30,18.30,74,101500,521,1322,366,261,282,150,27900,27800,16900,3120,240,4.60,0,0,8.0,77777,9,999999999,43,0.0000,0,88,0.000,0.0,1.0 +2002,6,26,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.00,18.90,69,101400,742,1322,375,429,362,226,46200,38200,24800,5370,240,5.70,0,0,8.0,77777,9,999999999,42,0.0000,0,88,0.000,0.0,1.0 +2002,6,26,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,27.20,19.40,62,101400,937,1322,387,625,571,220,67600,59400,25400,6230,250,5.70,0,0,8.0,77777,9,999999999,42,0.0000,0,88,0.000,0.0,1.0 +2002,6,26,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,29.40,20.00,57,101300,1092,1322,412,761,634,236,80100,64200,26900,9080,240,4.60,2,2,8.0,77777,9,999999999,41,0.0000,0,88,0.000,0.0,1.0 +2002,6,26,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,31.10,20.60,54,101300,1197,1322,411,833,584,303,90500,61200,35000,16890,230,6.20,0,0,9.6,77777,9,999999999,42,0.0000,0,88,0.000,0.0,1.0 +2002,6,26,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,32.80,20.00,47,101200,1245,1322,424,911,673,277,96500,68200,32100,18890,230,6.70,1,1,8.0,77777,9,999999999,42,0.0000,0,88,0.000,0.0,1.0 +2002,6,26,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,33.30,18.90,43,101100,1231,1322,449,845,581,302,88600,58600,34000,19050,250,5.70,5,5,9.6,7620,9,999999999,43,0.0000,0,88,0.000,0.0,1.0 +2002,6,26,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,33.30,18.30,41,101000,1158,1322,468,808,556,320,86800,58100,35800,15440,230,7.70,10,8,9.6,7620,9,999999999,44,0.0000,0,88,0.000,0.0,1.0 +2002,6,26,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,32.80,18.90,44,101000,1030,1322,460,454,131,352,49900,13900,39000,12120,240,5.70,7,7,9.6,4572,9,999999999,44,0.0000,0,88,0.000,0.0,1.0 +2002,6,26,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,33.30,19.40,44,100900,856,1322,446,505,355,275,54500,38000,29900,7290,240,5.20,5,4,8.0,4572,9,999999999,45,0.0000,0,88,0.000,0.0,1.0 +2002,6,26,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,31.10,21.70,57,100900,648,1322,456,243,70,209,26700,7000,23300,6200,210,5.70,9,7,6.4,4572,9,999999999,43,0.0000,0,88,0.000,0.0,1.0 +2002,6,26,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,31.10,21.70,57,100900,420,1322,442,60,0,60,7100,0,7100,2550,230,8.80,5,4,4.8,4572,9,999999999,42,0.0000,0,88,0.000,0.0,1.0 +2002,6,26,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,29.40,21.70,63,100900,189,1322,462,63,103,48,6600,6300,5700,890,220,6.20,10,10,6.4,4267,9,999999999,41,0.0000,0,88,0.000,0.0,1.0 +2002,6,26,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,28.30,21.10,65,100900,14,518,436,0,0,0,0,0,0,0,210,7.20,8,6,8.0,6096,9,999999999,44,0.0000,0,88,0.000,0.0,1.0 +2002,6,26,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,27.80,20.00,63,100900,0,0,441,0,0,0,0,0,0,0,220,6.70,9,8,9.6,4267,9,999999999,47,0.0000,0,88,0.000,0.0,1.0 +2002,6,26,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,26.70,19.40,64,100900,0,0,429,0,0,0,0,0,0,0,230,5.70,8,7,12.8,7620,9,999999999,50,0.0000,0,88,0.000,0.0,1.0 +2002,6,26,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.00,19.40,71,100900,0,0,425,0,0,0,0,0,0,0,200,3.60,10,8,11.2,6096,9,999999999,50,0.0000,0,88,0.000,0.0,1.0 +2002,6,26,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.60,20.00,71,100800,0,0,429,0,0,0,0,0,0,0,210,4.10,9,8,12.8,6096,9,999999999,50,0.0000,0,88,0.000,0.0,1.0 +2002,6,27,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,24.40,20.60,79,100800,0,0,419,0,0,0,0,0,0,0,210,4.60,10,7,12.8,5486,9,999999999,50,0.0000,0,88,0.000,0.0,1.0 +2002,6,27,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.00,21.10,79,100700,0,0,423,0,0,0,0,0,0,0,220,4.60,8,7,14.4,5486,9,999999999,50,0.0000,0,88,0.000,0.0,1.0 +2002,6,27,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,24.40,21.10,82,100700,0,0,419,0,0,0,0,0,0,0,230,4.60,10,7,12.8,5486,9,999999999,50,0.0000,0,88,0.000,0.0,1.0 +2002,6,27,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.90,21.10,84,100600,0,0,415,0,0,0,0,0,0,0,220,4.60,9,7,12.8,7620,9,999999999,50,0.0000,0,88,0.000,0.0,1.0 +2002,6,27,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,24.40,21.70,85,100600,68,1090,405,0,0,0,0,0,0,0,220,7.20,5,4,9.6,7620,9,999999999,48,0.0000,0,88,0.000,0.0,1.0 +2002,6,27,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.00,21.70,82,100600,288,1322,398,127,163,92,13800,13100,10900,1990,230,7.70,2,2,9.6,7620,9,999999999,46,0.0000,0,88,0.000,0.0,1.0 +2002,6,27,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,26.70,21.70,74,100600,520,1322,420,205,82,172,22400,7900,19300,4710,240,6.20,6,5,9.6,7620,9,999999999,45,0.0000,0,88,0.000,0.0,1.0 +2002,6,27,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,28.30,21.70,67,100600,741,1322,429,443,368,236,47500,38800,25700,5660,240,7.20,6,5,9.6,7620,9,999999999,44,0.0000,0,88,0.000,0.0,1.0 +2002,6,27,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,28.90,21.10,63,100500,936,1322,441,485,225,326,53200,23800,36200,9990,250,6.20,7,7,9.6,7620,9,999999999,43,0.0000,0,88,0.000,0.0,1.0 +2002,6,27,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,29.40,21.10,61,100500,1092,1322,443,387,60,337,42700,6100,37600,14230,240,7.70,9,7,12.8,7620,9,999999999,43,0.0000,0,88,0.000,0.0,1.0 +2002,6,27,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,31.10,20.60,54,100500,1197,1322,440,784,464,364,83700,48500,39700,20410,260,8.20,5,5,12.8,7620,9,999999999,42,0.0000,0,88,0.000,0.0,1.0 +2002,6,27,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,31.10,20.00,52,100500,1244,1322,426,869,571,331,94200,59800,37800,23190,240,7.70,3,3,12.8,77777,9,999999999,42,0.0000,0,88,0.000,0.0,1.0 +2002,6,27,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,32.20,18.90,45,100400,1231,1322,436,868,605,304,91100,60900,34300,19150,260,7.70,4,4,14.4,7620,9,999999999,41,0.0000,0,88,0.000,0.0,1.0 +2002,6,27,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,32.80,19.40,45,100400,1158,1322,435,814,634,258,85800,64200,29500,12080,230,8.20,3,3,12.8,77777,9,999999999,42,0.0000,0,88,0.000,0.0,1.0 +2002,6,27,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,32.80,18.90,44,100300,1030,1322,447,696,590,235,72800,59500,26300,7750,250,7.20,5,5,12.8,77777,9,999999999,43,0.0000,0,88,0.000,0.0,1.0 +2002,6,27,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,31.70,19.40,48,100300,856,1322,455,561,580,185,58500,58100,20800,4590,230,8.80,10,7,12.8,6096,9,999999999,44,0.0000,0,88,0.000,0.0,1.0 +2002,6,27,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,31.10,20.00,52,100300,648,1322,464,362,305,212,38500,31500,23100,4810,230,5.70,10,9,11.2,1981,9,999999999,45,0.0000,0,88,0.000,0.0,1.0 +2002,6,27,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.90,19.40,76,100400,420,1322,427,65,0,65,7700,0,7700,2720,320,6.20,10,10,4.0,366,9,999999999,45,0.0000,0,88,0.000,0.0,1.0 +2002,6,27,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.90,21.10,84,100400,189,1322,429,24,0,24,2800,0,2800,930,220,4.10,10,10,9.6,7620,9,999999999,46,0.0000,0,88,0.000,0.0,1.0 +2002,6,27,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,22.20,20.00,87,100400,15,518,404,0,0,0,0,0,0,0,140,3.10,10,7,8.0,6096,9,999999999,47,0.0000,0,88,0.000,0.0,1.0 +2002,6,27,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.00,19.00,78,100600,0,0,422,0,0,0,0,0,0,0,320,9.30,10,10,16.1,1200,9,999999999,49,0.0000,0,88,0.000,0.0,1.0 +2002,6,27,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,22.20,19.40,84,100600,0,0,409,0,0,0,0,0,0,0,300,4.60,9,8,16.0,2743,9,999999999,51,0.0000,0,88,0.000,0.0,1.0 +2002,6,27,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,22.20,19.40,84,100600,0,0,414,0,0,0,0,0,0,0,250,3.10,10,9,16.0,3048,9,999999999,50,0.0000,0,88,0.000,0.0,1.0 +2002,6,27,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,21.70,19.40,87,100500,0,0,411,0,0,0,0,0,0,0,200,2.60,10,9,12.8,1463,9,999999999,48,0.0000,0,88,0.000,0.0,1.0 +2002,6,28,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,21.10,19.40,90,100400,0,0,398,0,0,0,0,0,0,0,210,3.10,9,7,16.0,4572,9,999999999,47,0.0000,0,88,0.000,0.0,1.0 +2002,6,28,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,21.10,20.00,93,100400,0,0,403,0,0,0,0,0,0,0,180,2.60,9,8,16.0,4572,9,999999999,47,0.0000,0,88,0.000,0.0,1.0 +2002,6,28,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,21.70,20.00,90,100400,0,0,411,0,0,0,0,0,0,0,200,1.50,10,9,16.0,77777,9,999999999,47,0.0000,0,88,0.000,0.0,1.0 +2002,6,28,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,21.70,20.00,90,100500,0,0,401,0,0,0,0,0,0,0,210,4.10,10,7,14.4,77777,9,999999999,47,0.0000,0,88,0.000,0.0,1.0 +2002,6,28,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,22.20,20.00,87,100500,67,1068,403,0,0,0,0,0,0,0,220,5.70,10,7,9.6,4877,9,999999999,47,0.0000,0,88,0.000,0.0,1.0 +2002,6,28,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,22.80,20.60,87,100500,286,1322,412,119,115,94,12800,9200,10800,2040,230,5.20,10,8,9.6,4877,9,999999999,47,0.0000,0,88,0.000,0.0,1.0 +2002,6,28,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.30,20.00,82,100600,518,1322,408,141,6,139,16100,400,15900,5380,250,5.20,7,7,11.2,77777,9,999999999,47,0.0000,0,88,0.000,0.0,1.0 +2002,6,28,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,24.40,20.00,76,100600,740,1322,408,251,18,241,28500,1600,27700,9630,250,6.20,6,6,14.4,4267,9,999999999,44,0.0000,0,88,0.000,0.0,1.0 +2002,6,28,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.00,20.00,74,100600,935,1322,400,396,97,327,43600,9900,36500,11590,270,5.20,5,4,14.4,4267,9,999999999,42,0.0000,0,88,0.000,0.0,1.0 +2002,6,28,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,26.70,20.00,67,100600,1091,1322,403,711,519,282,76700,54200,31800,11060,300,6.20,3,3,16.0,77777,9,999999999,40,0.0000,0,88,0.000,0.0,1.0 +2002,6,28,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,27.80,20.00,63,100600,1196,1322,408,791,542,299,85900,56800,34500,16580,300,4.60,3,3,16.0,77777,9,999999999,40,0.0000,0,88,0.000,0.0,1.0 +2002,6,28,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,28.30,19.40,59,100600,1244,1322,421,827,559,300,90500,58600,35200,20900,260,6.70,5,5,16.0,5486,9,999999999,40,0.0000,0,88,0.000,0.0,1.0 +2002,6,28,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,28.30,18.90,57,100600,1231,1322,439,815,551,301,89000,57800,35100,19580,280,5.20,8,8,16.0,1981,9,999999999,39,0.0000,0,88,0.000,0.0,1.0 +2002,6,28,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,28.90,18.30,53,100600,1158,1322,435,761,496,326,81700,51800,36100,15750,270,4.10,7,7,16.0,77777,9,999999999,40,0.0000,0,88,0.000,0.0,1.0 +2002,6,28,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.00,18.90,69,100700,1030,1322,432,397,83,332,43800,8500,37100,13020,350,6.70,10,10,16.0,1676,9,999999999,40,0.0000,0,88,0.000,0.0,1.0 +2002,6,28,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.00,18.90,69,100700,857,1322,432,387,148,291,42300,15600,32200,8260,330,2.60,10,10,16.0,3048,9,999999999,40,0.0000,0,88,0.000,0.0,1.0 +2002,6,28,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,24.40,19.40,74,100800,648,1322,408,92,0,92,11100,0,11100,4280,60,3.60,8,6,16.0,6096,9,999999999,39,0.0000,0,88,0.000,0.0,1.0 +2002,6,28,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.00,19.40,71,100800,420,1322,417,75,0,75,8700,0,8700,3070,100,2.10,8,7,16.0,5486,9,999999999,39,0.0000,0,88,0.000,0.0,1.0 +2002,6,28,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,22.20,19.40,84,100900,189,1322,418,24,0,24,2800,0,2800,930,130,4.10,10,10,16.0,5486,9,999999999,38,0.0000,0,88,0.000,0.0,1.0 +2002,6,28,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,21.70,18.90,84,101000,14,518,405,0,0,0,0,0,0,0,70,2.10,9,8,16.0,5486,9,999999999,38,0.0000,0,88,0.000,0.0,1.0 +2002,6,28,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,22.80,18.90,79,101100,0,0,401,0,0,0,0,0,0,0,10,2.60,6,6,16.0,4267,9,999999999,38,0.0000,0,88,0.000,0.0,1.0 +2002,6,28,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.30,17.20,69,101100,0,0,423,0,0,0,0,0,0,0,340,4.60,10,10,16.0,3048,9,999999999,37,0.0000,0,88,0.000,0.0,1.0 +2002,6,28,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.30,15.60,62,101100,0,0,410,0,0,0,0,0,0,0,290,3.10,10,8,16.0,6096,9,999999999,36,0.0000,0,88,0.000,0.0,1.0 +2002,6,28,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,22.20,16.70,71,101200,0,0,406,0,0,0,0,0,0,0,320,4.10,10,8,16.0,6096,9,999999999,35,0.0000,0,88,0.000,0.0,1.0 +2002,6,29,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,22.20,16.70,71,101200,0,0,411,0,0,0,0,0,0,0,320,4.60,10,9,16.0,6096,9,999999999,34,0.0000,0,88,0.000,0.0,1.0 +2002,6,29,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,22.20,15.60,66,101200,0,0,381,0,0,0,0,0,0,0,330,5.70,4,4,16.0,6096,9,999999999,32,0.0000,0,88,0.000,0.0,1.0 +2002,6,29,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,21.70,14.40,63,101300,0,0,350,0,0,0,0,0,0,0,320,5.20,0,0,16.0,7620,9,999999999,31,0.0000,0,88,0.000,0.0,1.0 +2002,6,29,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,21.70,13.90,61,101400,0,0,411,0,0,0,0,0,0,0,310,4.10,10,10,16.0,2438,9,999999999,30,0.0000,0,88,0.000,0.0,1.0 +2002,6,29,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,21.70,13.30,59,101400,66,1068,364,0,0,0,0,0,0,0,330,5.20,3,3,16.0,77777,9,999999999,28,0.0000,0,88,0.000,0.0,1.0 +2002,6,29,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,22.20,13.30,57,101500,285,1322,345,145,238,94,15100,18500,11200,1880,330,4.60,0,0,16.0,77777,9,999999999,27,0.0000,0,88,0.000,0.0,1.0 +2002,6,29,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,22.80,13.90,57,101600,517,1322,349,297,445,122,31300,42500,14700,2360,360,5.70,0,0,16.0,77777,9,999999999,25,0.0000,0,88,0.000,0.0,1.0 +2002,6,29,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.30,15.60,62,101700,739,1322,355,483,576,160,50000,57000,18100,3490,40,4.10,0,0,16.0,77777,9,999999999,24,0.0000,0,88,0.000,0.0,1.0 +2002,6,29,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,24.40,15.60,58,101800,934,1322,380,664,698,170,70300,70900,20100,4820,40,3.60,3,3,16.0,77777,9,999999999,24,0.0000,0,88,0.000,0.0,1.0 +2002,6,29,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.90,14.40,55,101800,1090,1322,352,786,737,177,84400,75700,21900,6940,80,4.60,0,0,16.0,77777,9,999999999,23,0.0000,0,88,0.000,0.0,1.0 +2002,6,29,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.30,13.30,53,101900,1195,1322,367,889,771,190,92800,77400,22700,9490,80,5.70,3,3,16.0,77777,9,999999999,23,0.0000,0,88,0.000,0.0,1.0 +2002,6,29,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,22.80,14.40,59,101900,1243,1322,374,924,751,216,99500,77100,26800,14820,80,6.20,4,4,16.0,77777,9,999999999,23,0.0000,0,88,0.000,0.0,1.0 +2002,6,29,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,22.20,14.40,61,102000,1231,1322,371,904,725,228,96900,74200,27600,14590,100,6.20,4,4,16.0,77777,9,999999999,23,0.0000,0,88,0.000,0.0,1.0 +2002,6,29,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,22.20,14.40,61,101900,1158,1322,365,855,753,194,91900,77300,24100,9280,100,4.10,3,3,16.0,77777,9,999999999,23,0.0000,0,88,0.000,0.0,1.0 +2002,6,29,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,21.70,15.00,66,101900,1030,1322,364,725,667,204,76600,67800,23700,6840,90,4.60,3,3,16.0,77777,9,999999999,24,0.0000,0,88,0.000,0.0,1.0 +2002,6,29,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,21.10,16.70,76,101900,857,1322,367,584,652,161,61500,65800,18800,4080,110,3.60,3,3,16.0,77777,9,999999999,24,0.0000,0,88,0.000,0.0,1.0 +2002,6,29,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,21.10,17.20,78,101900,649,1322,352,400,539,135,43100,54000,16600,2770,110,2.60,0,0,16.0,77777,9,999999999,23,0.0000,0,88,0.000,0.0,1.0 +2002,6,29,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,20.00,16.70,81,101900,420,1322,346,235,427,99,24700,38500,12500,1850,110,2.60,0,0,16.0,77777,9,999999999,23,0.0000,0,88,0.000,0.0,1.0 +2002,6,29,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,19.40,16.70,84,102000,189,1322,384,71,185,44,7300,11700,5700,790,70,2.60,9,7,12.8,9144,9,999999999,22,0.0000,0,88,0.000,0.0,1.0 +2002,6,29,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,18.30,16.70,90,102000,14,518,357,0,0,0,0,0,0,0,70,3.10,3,3,14.4,9144,9,999999999,22,0.0000,0,88,0.000,0.0,1.0 +2002,6,29,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,17.20,16.70,97,102100,0,0,368,0,0,0,0,0,0,0,60,2.60,6,6,11.2,77777,9,999999999,22,0.0000,0,88,0.000,0.0,1.0 +2002,6,29,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,17.80,16.70,93,102100,0,0,341,0,0,0,0,0,0,0,80,3.10,0,0,11.2,77777,9,999999999,22,0.0000,0,88,0.000,0.0,1.0 +2002,6,29,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,18.30,16.10,87,102100,0,0,342,0,0,0,0,0,0,0,200,2.60,0,0,16.0,77777,9,999999999,23,0.0000,0,88,0.000,0.0,1.0 +2002,6,29,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,18.90,15.60,81,102200,0,0,343,0,0,0,0,0,0,0,200,2.10,0,0,16.0,77777,9,999999999,23,0.0000,0,88,0.000,0.0,1.0 +2002,6,30,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,18.30,16.10,87,102100,0,0,363,0,0,0,0,0,0,0,160,1.50,4,4,16.0,77777,9,999999999,23,0.0000,0,88,0.000,0.0,1.0 +2002,6,30,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,17.80,16.10,90,102100,0,0,339,0,0,0,0,0,0,0,160,2.60,0,0,16.0,77777,9,999999999,23,0.0000,0,88,0.000,0.0,1.0 +2002,6,30,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,18.30,16.10,87,102100,0,0,383,0,0,0,0,0,0,0,190,2.10,8,8,16.0,2896,9,999999999,23,0.0000,0,88,0.000,0.0,1.0 +2002,6,30,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,18.30,16.70,90,102200,0,0,368,0,0,0,0,0,0,0,220,2.10,5,5,12.8,77777,9,999999999,23,0.0000,0,88,0.000,0.0,1.0 +2002,6,30,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,18.30,16.70,90,102200,64,1046,356,0,0,0,0,0,0,0,220,3.10,3,3,9.6,7620,9,999999999,24,0.0000,0,88,0.000,0.0,1.0 +2002,6,30,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,17.80,17.20,96,102300,283,1321,354,94,34,87,10300,2800,9700,2140,180,3.10,3,3,2.4,6096,9,999999999,25,0.0000,0,88,0.000,0.0,1.0 +2002,6,30,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,19.40,17.80,90,102300,515,1321,368,247,201,169,26800,19600,19200,3940,170,3.10,4,4,9.6,6096,9,999999999,25,0.0000,0,88,0.000,0.0,1.0 +2002,6,30,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,21.70,17.80,79,102300,737,1321,384,423,319,245,45200,33600,26500,5910,160,3.60,5,5,14.4,6096,9,999999999,26,0.0000,0,88,0.000,0.0,1.0 +2002,6,30,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.30,17.80,71,102200,933,1321,362,638,619,201,66800,62300,22700,5570,170,3.60,0,0,14.4,77777,9,999999999,27,0.0000,0,88,0.000,0.0,1.0 +2002,6,30,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.90,18.90,74,102200,1089,1321,368,755,622,241,79300,62900,27300,9170,120,3.60,0,0,12.8,77777,9,999999999,27,0.0000,0,88,0.000,0.0,1.0 +2002,6,30,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,24.40,18.30,69,102200,1194,1321,386,877,716,228,93500,73100,27300,12380,110,4.60,3,3,14.4,77777,9,999999999,28,0.0000,0,88,0.000,0.0,1.0 +2002,6,30,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.60,18.30,64,102100,1243,1321,410,899,661,277,95200,67000,32000,18700,110,5.20,6,6,16.0,10668,9,999999999,29,0.0000,0,88,0.000,0.0,1.0 +2002,6,30,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,27.20,18.90,61,102100,1230,1321,415,851,587,303,89300,59100,34100,19010,120,4.60,5,5,16.0,10668,9,999999999,30,0.0000,0,88,0.000,0.0,1.0 +2002,6,30,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.60,17.80,62,102000,1158,1321,428,685,347,381,75100,37700,42000,17100,180,3.60,9,9,16.0,1829,9,999999999,31,0.0000,0,88,0.000,0.0,1.0 +2002,6,30,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,27.80,18.30,56,102000,1030,1321,436,610,357,331,66500,38700,36300,11090,210,7.70,8,8,16.0,3048,9,999999999,32,0.0000,0,88,0.000,0.0,1.0 +2002,6,30,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,27.20,19.40,62,101900,857,1321,429,258,59,220,28500,6000,24600,7760,190,7.20,8,7,16.0,9144,9,999999999,33,0.0000,0,88,0.000,0.0,1.0 +2002,6,30,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,27.20,19.40,62,101900,648,1321,418,378,363,200,40500,37500,22000,4490,220,7.70,6,5,16.0,7620,9,999999999,33,0.0000,0,88,0.000,0.0,1.0 +2002,6,30,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,26.10,18.90,65,101900,420,1321,423,195,217,126,20600,20000,14300,2550,210,7.20,7,7,16.0,10668,9,999999999,33,0.0000,0,88,0.000,0.0,1.0 +2002,6,30,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.00,18.30,66,102000,189,1321,433,51,36,46,5600,2600,5200,1130,210,7.70,10,10,16.0,9144,9,999999999,33,0.0000,0,88,0.000,0.0,1.0 +2002,6,30,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.90,17.80,69,101900,14,518,421,0,0,0,0,0,0,0,210,6.70,9,9,16.0,9144,9,999999999,33,0.0000,0,88,0.000,0.0,1.0 +2002,6,30,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,22.80,17.20,71,102000,0,0,404,0,0,0,0,0,0,0,220,6.70,7,7,16.0,7010,9,999999999,34,0.0000,0,88,0.000,0.0,1.0 +2002,6,30,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,21.60,16.80,76,102000,0,0,386,0,0,0,0,0,0,0,210,6.20,5,5,16.0,7010,9,999999999,34,0.0000,0,88,0.000,0.0,1.0 +2002,6,30,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,20.40,16.40,78,102000,0,0,374,0,0,0,0,0,0,0,220,5.70,4,4,16.0,7010,9,999999999,36,0.0000,0,88,0.000,0.0,1.0 +2002,6,30,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,19.20,16.00,81,101900,0,0,356,0,0,0,0,0,0,0,230,5.20,2,2,16.0,7010,9,999999999,37,0.0000,0,88,0.000,0.0,1.0 +1981,7,1,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,18.00,15.60,100,102600,0,0,393,0,0,0,0,0,0,0,80,4.60,10,10,0.8,90,9,999999999,25,0.0000,0,88,0.000,0.0,1.0 +1981,7,1,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,16.80,15.20,100,102600,0,0,386,0,0,0,0,0,0,0,80,4.10,10,10,0.6,90,9,999999999,26,0.0000,0,88,0.000,0.0,1.0 +1981,7,1,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,15.60,14.80,100,102600,0,0,379,0,0,0,0,0,0,0,50,3.60,10,10,0.8,90,9,999999999,26,0.0000,0,88,0.000,0.0,1.0 +1981,7,1,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,14.40,14.40,100,102600,0,0,372,0,0,0,0,0,0,0,50,3.10,10,10,0.4,90,9,999999999,26,0.0000,0,88,0.000,0.0,1.0 +1981,7,1,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,14.40,14.40,100,102700,63,1046,372,10,0,10,1200,0,1200,380,50,3.60,10,10,0.4,90,9,999999999,26,0.0000,0,88,0.000,0.0,1.0 +1981,7,1,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,15.00,15.00,100,102800,281,1321,375,41,5,40,4800,100,4800,1600,70,3.10,10,10,0.4,90,9,999999999,27,0.0000,0,88,0.000,0.0,1.0 +1981,7,1,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,15.60,15.60,100,102800,514,1321,378,151,7,149,17100,500,16900,5610,50,3.60,10,10,0.8,90,9,999999999,28,0.0000,0,88,0.000,0.0,1.0 +1981,7,1,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,17.20,15.60,90,102900,736,1321,387,174,4,171,20200,300,20100,7520,40,4.10,10,10,1.6,90,9,999999999,28,0.0000,0,88,0.000,0.0,1.0 +1981,7,1,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,18.30,16.70,90,102900,932,1321,393,242,2,241,28500,200,28400,10980,60,4.10,10,10,4.0,90,9,999999999,30,0.0000,0,88,0.000,0.0,1.0 +1981,7,1,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,18.90,16.10,84,102900,1088,1321,396,348,7,342,40700,600,40200,15120,80,5.20,10,10,4.0,90,9,999999999,29,0.0000,0,88,0.000,0.0,1.0 +1981,7,1,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,20.00,16.70,81,103000,1194,1321,402,358,2,356,42400,200,42200,15990,90,6.20,10,10,4.8,150,9,999999999,30,0.0000,0,88,0.000,0.0,1.0 +1981,7,1,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,20.00,16.70,81,102900,1242,1321,402,381,2,380,45300,200,45100,16940,80,5.20,10,10,8.0,240,9,999999999,30,0.0000,0,88,0.000,0.0,1.0 +1981,7,1,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,19.40,16.10,81,103000,1230,1321,398,425,2,423,49900,200,49700,18150,90,5.20,10,10,9.7,180,9,999999999,29,0.0000,0,88,0.000,0.0,1.0 +1981,7,1,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,19.40,16.10,81,103000,1157,1321,398,384,1,383,45000,100,44900,16650,90,7.20,10,10,1.3,180,9,999999999,29,0.0000,0,88,0.000,0.0,1.0 +1981,7,1,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,18.90,16.10,84,103000,1030,1321,396,339,0,339,39400,0,39400,14700,70,5.20,10,10,0.8,90,9,999999999,29,0.0000,0,88,0.000,0.0,1.0 +1981,7,1,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,18.30,16.10,87,103000,856,1321,393,279,0,279,32000,0,32000,11630,80,5.70,10,10,0.8,90,9,999999999,29,0.0000,0,88,0.000,0.0,1.0 +1981,7,1,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,18.30,16.10,87,103000,648,1321,393,205,1,205,23300,100,23200,7970,70,4.60,10,10,1.3,90,9,999999999,29,0.0000,0,88,0.000,0.0,1.0 +1981,7,1,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,18.30,16.70,90,103000,420,1321,394,120,1,120,13500,100,13500,4340,60,6.20,10,10,0.8,60,9,999999999,30,0.0000,0,88,0.000,0.0,1.0 +1981,7,1,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,18.30,16.70,90,103000,188,1321,394,47,0,47,5200,0,5200,1580,70,4.10,10,10,1.6,60,9,999999999,30,0.0000,0,88,0.000,0.0,1.0 +1981,7,1,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,17.20,16.70,97,103000,14,496,389,6,0,6,0,0,0,0,60,4.60,10,10,0.4,30,9,999999999,30,0.0000,0,88,0.000,0.0,1.0 +1981,7,1,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,16.70,16.70,100,103000,0,0,386,0,0,0,0,0,0,0,50,4.60,10,10,0.2,0,9,999999999,30,0.0000,0,88,0.000,0.0,1.0 +1981,7,1,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,16.70,16.70,100,103100,0,0,386,0,0,0,0,0,0,0,70,4.60,10,10,0.4,30,9,999999999,30,0.0000,0,88,0.000,0.0,1.0 +1981,7,1,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,16.70,16.70,100,103100,0,0,386,0,0,0,0,0,0,0,30,4.10,10,10,0.4,90,9,999999999,30,0.0000,0,88,0.000,0.0,1.0 +1981,7,1,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,16.70,16.70,100,103100,0,0,386,0,0,0,0,0,0,0,40,4.60,10,10,0.4,90,9,999999999,30,0.0000,0,88,0.000,0.0,1.0 +1981,7,2,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,16.70,16.70,100,103100,0,0,386,0,0,0,0,0,0,0,40,3.60,10,10,0.4,90,9,999999999,30,0.0000,0,88,0.000,0.0,1.0 +1981,7,2,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,16.70,16.70,100,103100,0,0,386,0,0,0,0,0,0,0,30,4.10,10,10,0.4,90,9,999999999,30,0.0000,0,88,0.000,0.0,1.0 +1981,7,2,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,16.70,16.70,100,103100,0,0,386,0,0,0,0,0,0,0,40,4.10,10,10,0.4,90,9,999999999,30,0.0000,0,88,0.000,0.0,1.0 +1981,7,2,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,16.70,16.70,100,103100,0,0,386,0,0,0,0,0,0,0,50,3.60,10,10,0.4,90,9,999999999,30,0.0000,0,88,0.000,0.0,1.0 +1981,7,2,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,17.20,17.20,100,103100,62,1024,389,11,0,11,1300,0,1300,410,30,5.20,10,10,0.2,60,9,999999999,31,0.0000,0,88,0.000,0.3,1.0 +1981,7,2,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,16.70,16.70,100,103100,280,1321,385,79,0,79,8800,0,8800,2670,40,5.70,10,10,0.6,60,9,999999999,30,0.0000,0,88,0.000,0.0,1.0 +1981,7,2,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,16.70,16.70,100,103200,512,1321,385,92,1,92,10800,100,10800,3910,40,4.60,10,10,0.2,60,9,999999999,30,0.0000,0,88,0.000,0.0,1.0 +1981,7,2,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,17.20,17.20,100,103200,734,1321,388,150,0,150,17700,0,17700,6780,50,5.20,10,10,0.2,60,9,999999999,31,0.0000,0,88,0.000,0.0,1.0 +1981,7,2,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,17.80,17.20,97,103200,930,1321,391,342,1,342,39200,100,39100,13940,50,6.70,10,10,0.4,60,9,999999999,31,0.0000,0,88,0.000,0.0,1.0 +1981,7,2,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,18.30,17.20,93,103200,1087,1321,393,381,0,381,44200,0,44200,16240,70,5.20,10,10,1.6,90,9,999999999,31,0.0000,0,88,0.000,0.0,1.0 +1981,7,2,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,18.90,17.20,90,103200,1193,1321,396,414,1,413,48500,100,48400,17680,60,5.20,10,10,1.6,90,9,999999999,31,0.0000,0,88,0.000,0.0,1.0 +1981,7,2,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,20.00,17.20,84,103200,1241,1321,402,417,1,416,49100,100,49000,18010,80,5.20,10,10,3.2,60,9,999999999,31,0.0000,0,88,0.000,0.0,1.0 +1981,7,2,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,20.00,17.20,84,103200,1229,1321,402,423,1,422,49700,100,49600,18120,80,4.60,10,10,2.4,60,9,999999999,31,0.0000,0,88,0.000,0.0,1.0 +1981,7,2,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,19.40,17.20,87,103100,1157,1321,399,388,1,387,45400,100,45300,16770,70,4.60,10,10,3.2,60,9,999999999,31,0.0000,0,88,0.000,0.0,1.0 +1981,7,2,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,19.40,16.70,84,103100,1030,1321,381,549,210,385,60000,22300,42600,13260,70,5.20,9,7,1.6,120,9,999999999,30,0.0000,0,88,0.000,0.0,1.0 +1981,7,2,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,19.40,16.70,84,103000,856,1321,399,227,2,226,26500,200,26400,10030,90,6.20,10,10,0.2,60,9,999999999,30,0.0000,0,88,0.000,0.0,1.0 +1981,7,2,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,17.80,16.70,93,103000,648,1321,391,173,0,173,19800,0,19800,7100,80,5.20,10,10,0.8,90,9,999999999,30,0.0000,0,88,0.000,0.0,1.0 +1981,7,2,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,17.80,16.70,93,103000,420,1321,391,69,1,68,8000,0,8000,2830,70,5.20,10,10,0.2,60,9,999999999,30,0.0000,0,88,0.000,0.0,1.0 +1981,7,2,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,17.20,16.10,93,103000,188,1321,388,37,1,37,4200,0,4200,1330,80,5.20,10,10,0.2,60,9,999999999,29,0.0000,0,88,0.000,0.0,1.0 +1981,7,2,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,16.70,16.10,97,103000,14,496,385,6,0,6,0,0,0,0,80,4.10,10,10,0.4,90,9,999999999,29,0.0000,0,88,0.000,0.0,1.0 +1981,7,2,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,16.10,16.10,100,103000,0,0,383,0,0,0,0,0,0,0,90,4.10,10,10,0.2,60,9,999999999,29,0.0000,0,88,0.000,0.0,1.0 +1981,7,2,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,16.10,16.10,100,103000,0,0,383,0,0,0,0,0,0,0,90,3.60,10,10,0.2,60,9,999999999,29,0.0000,0,88,0.000,0.0,1.0 +1981,7,2,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,16.10,16.10,100,103000,0,0,383,0,0,0,0,0,0,0,60,3.60,10,10,0.4,60,9,999999999,29,0.0000,0,88,0.000,0.0,1.0 +1981,7,2,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,16.10,16.10,100,103000,0,0,383,0,0,0,0,0,0,0,70,3.10,10,10,0.4,60,9,999999999,29,0.0000,0,88,0.000,0.0,1.0 +1981,7,3,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,16.10,16.10,100,103000,0,0,383,0,0,0,0,0,0,0,70,3.60,10,10,0.4,60,9,999999999,29,0.0000,0,88,0.000,0.0,1.0 +1981,7,3,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,16.10,16.10,100,102900,0,0,383,0,0,0,0,0,0,0,70,3.60,10,10,0.4,60,9,999999999,29,0.0000,0,88,0.000,0.0,1.0 +1981,7,3,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,16.10,16.10,100,102900,0,0,383,0,0,0,0,0,0,0,60,1.50,10,10,0.4,60,9,999999999,29,0.0000,0,88,0.000,0.0,1.0 +1981,7,3,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,16.70,16.70,100,102900,0,0,386,0,0,0,0,0,0,0,30,1.00,10,10,0.4,60,9,999999999,30,0.0000,0,88,0.000,0.0,1.0 +1981,7,3,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,16.70,16.70,100,102900,60,1024,386,10,0,10,1200,0,1200,380,70,2.60,10,10,0.4,60,9,999999999,30,0.0000,0,88,0.000,0.0,1.0 +1981,7,3,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,16.70,16.70,100,102900,278,1321,385,47,1,47,5500,0,5500,1820,90,2.60,10,10,0.2,30,9,999999999,30,0.0000,0,88,0.000,0.3,1.0 +1981,7,3,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,17.80,17.20,97,102900,511,1321,391,85,1,85,10100,100,10000,3660,80,2.60,10,10,0.2,30,9,999999999,31,0.0000,0,88,0.000,0.0,1.0 +1981,7,3,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,18.30,17.80,97,102900,733,1321,394,123,0,122,14600,0,14600,5720,70,3.10,10,10,0.4,30,9,999999999,32,0.0000,0,88,0.000,0.0,1.0 +1981,7,3,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,18.90,17.80,93,102900,929,1321,397,305,1,304,35100,100,35100,12930,80,3.10,10,10,2.4,90,9,999999999,32,0.0000,0,88,0.000,0.0,1.0 +1981,7,3,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,20.00,17.80,87,102800,1085,1321,403,399,1,399,46200,100,46100,16700,40,2.60,10,10,8.0,90,9,999999999,32,0.0000,0,88,0.000,0.0,1.0 +1981,7,3,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,21.10,17.80,81,102800,1192,1321,391,714,348,399,78300,37800,44100,20010,90,5.20,9,7,9.7,3660,9,999999999,32,0.0000,0,88,0.000,0.0,1.0 +1981,7,3,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,21.70,17.80,79,102700,1241,1321,400,662,239,437,72500,26000,48100,26880,80,5.20,10,8,8.0,3660,9,999999999,32,0.0000,0,88,0.000,0.0,1.0 +1981,7,3,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,22.20,17.80,76,102700,1229,1321,397,654,243,428,71700,26400,47100,24890,90,5.20,10,7,8.0,3660,9,999999999,32,0.0000,0,88,0.000,0.0,1.0 +1981,7,3,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,21.70,17.80,79,102600,1157,1321,395,651,264,419,70800,28600,45600,18960,90,6.20,10,7,8.0,3660,9,999999999,32,0.0000,0,88,0.000,0.0,1.0 +1981,7,3,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,20.60,17.20,81,102500,1029,1321,400,360,70,305,39700,7100,34100,12120,70,3.60,10,9,8.0,610,9,999999999,31,0.0000,0,88,0.000,0.0,1.0 +1981,7,3,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,20.60,17.20,81,102500,856,1321,395,387,78,337,42600,8000,37400,10940,70,3.10,10,8,8.0,3050,9,999999999,31,0.0000,0,88,0.000,0.0,1.0 +1981,7,3,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,21.10,17.80,81,102400,648,1321,404,249,50,224,27300,5000,24800,6540,70,2.60,10,9,11.3,3050,9,999999999,32,0.0000,0,88,0.000,0.0,1.0 +1981,7,3,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,22.20,17.80,76,102400,419,1321,405,141,48,126,15500,4400,14100,3340,140,3.10,10,8,19.3,3050,9,999999999,32,0.0000,0,88,0.000,0.0,1.0 +1981,7,3,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.00,18.90,69,102300,187,1321,423,52,8,51,5800,100,5800,1670,210,5.70,10,8,19.3,3050,9,999999999,34,0.0000,0,88,0.000,0.0,1.0 +1981,7,3,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.90,18.90,74,102300,14,496,422,8,0,8,0,0,0,0,200,5.20,10,9,19.3,3050,9,999999999,34,0.0000,0,88,0.000,0.0,1.0 +1981,7,3,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.30,19.40,79,102200,0,0,425,0,0,0,0,0,0,0,200,4.60,10,10,19.3,3050,9,999999999,35,0.0000,0,88,0.000,0.0,1.0 +1981,7,3,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.30,19.40,79,102200,0,0,425,0,0,0,0,0,0,0,200,4.60,10,10,19.3,3660,9,999999999,35,0.0000,0,88,0.000,0.0,1.0 +1981,7,3,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,22.80,18.90,79,102200,0,0,417,0,0,0,0,0,0,0,190,4.60,10,9,19.3,7620,9,999999999,34,0.0000,0,88,0.000,0.0,1.0 +1981,7,3,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,22.20,18.90,82,102100,0,0,418,0,0,0,0,0,0,0,190,4.10,10,10,19.3,7620,9,999999999,34,0.0000,0,88,0.000,0.0,1.0 +1981,7,4,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,22.20,18.90,82,102100,0,0,418,0,0,0,0,0,0,0,170,3.60,10,10,16.1,3660,9,999999999,34,0.0000,0,88,0.000,0.0,1.0 +1981,7,4,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,21.70,19.40,87,102100,0,0,402,0,0,0,0,0,0,0,220,3.60,8,7,16.1,3660,9,999999999,35,0.0000,0,88,0.000,0.0,1.0 +1981,7,4,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,21.70,19.40,87,102000,0,0,406,0,0,0,0,0,0,0,190,3.10,8,8,12.9,1070,9,999999999,35,0.0000,0,88,0.000,0.0,1.0 +1981,7,4,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,21.70,19.40,87,102000,0,0,415,0,0,0,0,0,0,0,170,2.60,10,10,12.9,400,9,999999999,35,0.0000,0,88,0.000,0.0,1.0 +1981,7,4,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,21.70,19.40,87,102000,59,1002,415,8,0,8,1000,0,1000,310,180,2.60,10,10,11.3,340,9,999999999,35,0.0000,0,88,0.000,0.0,1.0 +1981,7,4,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,22.20,19.40,84,102000,276,1321,417,49,2,49,5700,100,5700,1870,200,3.10,10,10,11.3,520,9,999999999,35,0.0000,0,88,0.000,0.0,1.0 +1981,7,4,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,22.80,20.00,84,101900,509,1321,421,126,2,126,14500,100,14400,4970,190,4.10,10,10,11.3,240,9,999999999,36,0.0000,0,88,0.000,0.0,1.0 +1981,7,4,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.90,20.00,79,101900,731,1321,427,214,8,210,24600,700,24200,8720,190,4.60,10,10,16.1,460,9,999999999,36,0.0000,0,88,0.000,0.0,1.0 +1981,7,4,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.60,20.00,71,101900,927,1321,431,412,65,366,45300,6700,40600,12560,190,5.20,10,9,16.1,3050,9,999999999,36,0.0000,0,88,0.000,0.0,1.0 +1981,7,4,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,26.10,19.40,67,101900,1084,1321,433,431,87,359,47500,8900,40200,14870,180,5.20,10,9,24.1,3050,9,999999999,35,0.0000,0,88,0.000,0.0,1.0 +1981,7,4,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,27.80,18.90,58,101800,1191,1321,442,550,83,476,60800,8600,53000,22440,190,7.20,10,9,24.1,3660,9,999999999,34,0.0000,0,88,0.000,0.0,1.0 +1981,7,4,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,27.80,18.90,58,101800,1240,1321,442,402,100,308,45400,10800,35200,17520,180,5.20,10,9,24.1,3660,9,999999999,34,0.0000,0,88,0.000,0.0,1.0 +1981,7,4,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,27.20,19.40,63,101700,1228,1321,445,232,6,227,28600,500,28200,11330,210,4.10,10,10,24.1,790,9,999999999,35,0.0000,0,88,0.000,0.5,1.0 +1981,7,4,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.60,21.10,77,101700,1156,1321,437,167,6,162,20900,400,20500,8410,220,5.20,10,10,16.1,790,9,999999999,39,0.0000,0,88,0.000,1.3,1.0 +1981,7,4,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,24.40,20.60,79,101700,1029,1321,430,165,1,164,20200,100,20200,8340,270,7.20,10,10,24.1,880,9,999999999,37,0.0000,0,88,0.000,0.5,1.0 +1981,7,4,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.00,20.00,74,101600,855,1321,433,208,5,205,24500,400,24200,9320,180,1.50,10,10,24.1,3050,9,999999999,36,0.0000,0,88,0.000,0.5,1.0 +1981,7,4,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.90,21.10,85,101600,647,1321,428,93,0,93,11200,0,11200,4320,230,6.70,10,10,16.1,610,9,999999999,39,0.0000,0,88,0.000,0.0,1.0 +1981,7,4,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.90,21.10,85,101500,419,1321,428,109,3,108,12300,200,12300,4030,250,3.60,10,10,24.1,1830,9,999999999,39,0.0000,0,88,0.000,0.0,1.0 +1981,7,4,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.30,21.10,87,101500,186,1321,425,23,1,23,2700,0,2700,900,220,3.10,10,10,19.3,1830,9,999999999,38,0.0000,0,88,0.000,0.0,1.0 +1981,7,4,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.30,20.00,82,101500,13,495,425,5,0,5,0,0,0,0,210,4.60,10,10,19.3,1520,9,999999999,36,0.0000,0,88,0.000,0.0,1.0 +1981,7,4,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,22.80,20.00,84,101500,0,0,422,0,0,0,0,0,0,0,200,4.10,10,10,19.3,1520,9,999999999,36,0.0000,0,88,0.000,0.0,1.0 +1981,7,4,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,21.70,19.40,87,101500,0,0,416,0,0,0,0,0,0,0,200,3.60,10,10,19.3,3660,9,999999999,35,0.0000,0,88,0.000,0.0,1.0 +1981,7,4,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,21.70,18.90,84,101400,0,0,415,0,0,0,0,0,0,0,140,3.10,10,10,19.3,3660,9,999999999,34,0.0000,0,88,0.000,0.0,1.0 +1981,7,4,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,21.10,19.40,90,101400,0,0,412,0,0,0,0,0,0,0,110,3.10,10,10,16.1,610,9,999999999,35,0.0000,0,88,0.000,0.5,1.0 +1981,7,5,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,20.00,18.30,90,101300,0,0,405,0,0,0,0,0,0,0,110,4.10,10,10,3.2,310,9,999999999,32,0.0000,0,88,0.000,5.6,1.0 +1981,7,5,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,20.00,17.80,87,101100,0,0,405,0,0,0,0,0,0,0,110,5.70,10,10,3.2,310,9,999999999,31,0.0000,0,88,0.000,2.0,1.0 +1981,7,5,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,18.90,17.80,93,101100,0,0,399,0,0,0,0,0,0,0,120,4.10,10,10,3.2,310,9,999999999,31,0.0000,0,88,0.000,2.5,1.0 +1981,7,5,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,18.30,17.80,97,101000,0,0,395,0,0,0,0,0,0,0,110,4.60,10,10,3.2,240,9,999999999,31,0.0000,0,88,0.000,1.0,1.0 +1981,7,5,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,18.90,18.30,97,100900,57,1002,398,9,0,9,1100,0,1100,340,110,4.10,10,10,2.0,240,9,999999999,33,0.0000,0,88,0.000,1.0,1.0 +1981,7,5,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,18.90,17.80,93,100900,274,1321,398,47,1,47,5500,0,5500,1810,120,4.10,10,10,2.0,210,9,999999999,31,0.0000,0,88,0.000,0.0,1.0 +1981,7,5,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,20.00,19.40,97,100900,507,1321,405,153,0,153,17200,0,17200,5660,110,3.60,10,10,3.2,240,9,999999999,35,0.0000,0,88,0.000,0.3,1.0 +1981,7,5,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,20.60,18.90,90,100900,729,1321,407,236,1,235,26800,100,26700,9390,90,3.60,10,10,3.2,270,9,999999999,33,0.0000,0,88,0.000,0.0,1.0 +1981,7,5,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,22.20,20.60,90,100800,926,1321,417,343,1,342,39100,100,39100,13900,90,3.10,10,10,3.2,270,9,999999999,37,0.0000,0,88,0.000,0.0,1.0 +1981,7,5,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,21.10,19.40,90,100800,1083,1321,410,368,1,367,42800,100,42700,15830,130,3.60,10,10,3.2,460,9,999999999,34,0.0000,0,88,0.000,0.0,1.0 +1981,7,5,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.30,20.60,84,100700,1190,1321,423,411,1,410,48100,100,48000,17580,130,3.60,10,10,8.0,460,9,999999999,37,0.0000,0,88,0.000,0.0,1.0 +1981,7,5,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.30,20.00,82,100600,1239,1321,423,466,1,465,54400,100,54300,19310,160,3.60,10,10,8.0,460,9,999999999,36,0.0000,0,88,0.000,0.0,1.0 +1981,7,5,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.30,20.00,82,100500,1228,1321,423,455,1,455,53200,100,53100,18990,150,4.60,10,10,8.0,460,9,999999999,36,0.0000,0,88,0.000,0.0,1.0 +1981,7,5,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,24.40,21.10,82,100500,1156,1321,430,436,1,435,50600,100,50500,18040,170,6.70,10,10,4.8,400,9,999999999,38,0.0000,0,88,0.000,0.5,1.0 +1981,7,5,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,24.40,21.10,82,100500,1029,1321,430,223,1,223,26800,100,26800,10770,230,5.70,10,10,6.4,400,9,999999999,38,0.0000,0,88,0.000,0.5,1.0 +1981,7,5,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.30,20.60,84,100600,855,1321,424,189,0,189,22300,0,22300,8750,290,5.70,10,10,9.7,340,9,999999999,37,0.0000,0,88,0.000,0.3,1.0 +1981,7,5,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,22.80,20.60,87,100600,647,1321,421,225,1,225,25300,100,25300,8430,290,4.10,10,10,16.1,340,9,999999999,37,0.0000,0,88,0.000,1.0,1.0 +1981,7,5,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,22.80,20.60,87,100600,418,1321,422,70,0,70,8200,0,8200,2890,270,5.20,10,10,11.3,1070,9,999999999,37,0.0000,0,88,0.000,0.3,1.0 +1981,7,5,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,22.20,20.60,90,100600,186,1321,419,26,0,26,3000,0,3000,1000,250,3.60,10,10,12.9,1070,9,999999999,37,0.0000,0,88,0.000,0.0,1.0 +1981,7,5,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,22.20,20.60,90,100600,13,495,419,4,0,4,0,0,0,0,280,3.60,10,10,8.0,730,9,999999999,37,0.0000,0,88,0.000,0.0,1.0 +1981,7,5,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,22.20,20.00,87,100700,0,0,414,0,0,0,0,0,0,0,270,2.60,10,9,16.1,3050,9,999999999,35,0.0000,0,88,0.000,0.0,1.0 +1981,7,5,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,22.20,20.60,90,100700,0,0,415,0,0,0,0,0,0,0,230,4.10,9,9,19.3,1980,9,999999999,37,0.0000,0,88,0.000,0.0,1.0 +1981,7,5,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,21.70,20.00,90,100700,0,0,380,0,0,0,0,0,0,0,240,4.10,3,2,20.9,77777,9,999999999,36,0.0000,0,88,0.000,0.0,1.0 +1981,7,5,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,21.70,20.00,90,100700,0,0,398,0,0,0,0,0,0,0,240,4.60,7,6,20.9,2440,9,999999999,36,0.0000,0,88,0.000,0.0,1.0 +1981,7,6,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,21.70,19.40,87,100700,0,0,397,0,0,0,0,0,0,0,250,3.60,6,6,20.9,1830,9,999999999,34,0.0000,0,88,0.000,0.0,1.0 +1981,7,6,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,22.20,19.40,84,100700,0,0,399,0,0,0,0,0,0,0,270,4.10,6,6,20.9,1490,9,999999999,34,0.0000,0,88,0.000,0.0,1.0 +1981,7,6,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,21.70,19.40,87,100700,0,0,377,0,0,0,0,0,0,0,270,4.10,3,2,20.9,77777,9,999999999,34,0.0000,0,88,0.000,0.0,1.0 +1981,7,6,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,21.70,19.40,87,100700,0,0,376,0,0,0,0,0,0,0,270,4.60,3,2,20.9,77777,9,999999999,34,0.0000,0,88,0.000,0.0,1.0 +1981,7,6,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,21.70,19.40,87,100700,56,980,400,15,1,15,1700,0,1700,530,290,3.60,8,7,24.1,1680,9,999999999,34,0.0000,0,88,0.000,0.0,1.0 +1981,7,6,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,22.80,19.40,82,100800,272,1321,405,82,59,70,9000,4700,8000,1510,290,4.60,8,7,24.1,1980,9,999999999,35,0.0000,0,88,0.000,0.0,1.0 +1981,7,6,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,22.20,19.40,84,100800,505,1321,412,176,56,154,19200,5400,17200,4270,300,3.60,10,9,24.1,1830,9,999999999,34,0.0000,0,88,0.000,0.0,1.0 +1981,7,6,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.30,19.40,79,100900,728,1321,423,216,5,213,24700,400,24500,8780,280,3.60,10,10,19.3,3050,9,999999999,35,0.0000,0,88,0.000,0.0,1.0 +1981,7,6,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,24.40,19.40,74,100900,925,1321,423,364,110,287,40100,11700,31900,8690,290,4.10,10,9,19.3,3050,9,999999999,35,0.0000,0,88,0.000,0.0,1.0 +1981,7,6,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,26.70,20.00,67,100800,1082,1321,386,776,688,211,82200,70100,24700,7990,270,3.60,0,0,16.1,77777,9,999999999,36,0.0000,0,88,0.000,0.0,1.0 +1981,7,6,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,28.30,19.40,59,100800,1189,1321,403,849,632,278,89100,63800,31600,14550,280,4.60,2,2,16.1,77777,9,999999999,35,0.0000,0,88,0.000,0.0,1.0 +1981,7,6,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,28.90,19.40,57,100800,1238,1321,419,772,436,362,82700,45600,39900,24680,270,4.60,4,4,16.1,77777,9,999999999,35,0.0000,0,88,0.000,0.0,1.0 +1981,7,6,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,29.40,17.80,49,100700,1227,1321,417,808,502,340,87000,52500,38100,21800,280,4.10,4,4,16.1,77777,9,999999999,31,0.0000,0,88,0.000,0.0,1.0 +1981,7,6,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,28.90,18.30,53,100700,1155,1321,416,764,486,338,81600,50700,37100,16210,360,3.10,4,4,16.1,77777,9,999999999,32,0.0000,0,88,0.000,0.0,1.0 +1981,7,6,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,31.10,18.90,48,100700,1028,1321,424,660,485,282,70500,50500,31100,9570,320,3.10,3,3,12.9,77777,9,999999999,33,0.0000,0,88,0.000,0.0,1.0 +1981,7,6,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,28.30,18.90,57,100700,855,1321,410,535,460,237,56600,47400,25900,6050,130,3.10,3,3,12.9,77777,9,999999999,34,0.0000,0,88,0.000,0.0,1.0 +1981,7,6,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,27.80,18.90,58,100700,646,1321,402,374,391,182,39000,39000,19900,3840,140,5.20,2,2,11.3,77777,9,999999999,33,0.0000,0,88,0.000,0.0,1.0 +1981,7,6,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,27.80,20.60,65,100700,417,1321,399,204,339,97,21500,30500,11900,1810,160,3.60,0,0,12.9,77777,9,999999999,37,0.0000,0,88,0.000,0.0,1.0 +1981,7,6,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,29.40,18.30,51,100700,185,1321,400,62,100,48,6500,6000,5700,890,250,3.60,0,0,12.9,77777,9,999999999,32,0.0000,0,88,0.000,0.0,1.0 +1981,7,6,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,28.90,18.30,53,100700,13,473,399,6,0,6,0,0,0,0,260,3.10,0,0,12.9,77777,9,999999999,32,0.0000,0,88,0.000,0.0,1.0 +1981,7,6,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,27.80,19.40,61,100800,0,0,399,0,0,0,0,0,0,0,260,2.60,0,0,11.3,77777,9,999999999,35,0.0000,0,88,0.000,0.0,1.0 +1981,7,6,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,27.20,19.40,63,100800,0,0,396,0,0,0,0,0,0,0,280,3.60,0,0,11.3,77777,9,999999999,35,0.0000,0,88,0.000,0.0,1.0 +1981,7,6,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,26.70,19.40,65,100800,0,0,394,0,0,0,0,0,0,0,280,4.60,0,0,11.3,77777,9,999999999,35,0.0000,0,88,0.000,0.0,1.0 +1981,7,6,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.60,18.90,67,100900,0,0,387,0,0,0,0,0,0,0,290,4.10,0,0,11.3,77777,9,999999999,34,0.0000,0,88,0.000,0.0,1.0 +1981,7,7,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.60,18.90,67,100800,0,0,387,0,0,0,0,0,0,0,290,5.20,0,0,11.3,77777,9,999999999,34,0.0000,0,88,0.000,0.0,1.0 +1981,7,7,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.00,18.90,69,100800,0,0,383,0,0,0,0,0,0,0,290,5.70,0,0,11.3,77777,9,999999999,33,0.0000,0,88,0.000,0.0,1.0 +1981,7,7,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,24.40,18.90,71,100800,0,0,379,0,0,0,0,0,0,0,280,4.60,0,0,11.3,77777,9,999999999,33,0.0000,0,88,0.000,0.0,1.0 +1981,7,7,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.90,18.90,74,100800,0,0,381,0,0,0,0,0,0,0,270,4.60,2,1,11.3,77777,9,999999999,34,0.0000,0,88,0.000,0.0,1.0 +1981,7,7,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.90,18.90,74,100800,54,958,379,14,7,13,1500,400,1500,330,280,5.20,2,1,11.3,77777,9,999999999,34,0.0000,0,88,0.000,0.0,1.0 +1981,7,7,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.90,18.90,74,100900,270,1321,373,109,207,66,11500,15700,8300,1230,290,5.20,0,0,9.7,77777,9,999999999,34,0.0000,0,88,0.000,0.0,1.0 +1981,7,7,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,26.10,18.90,65,100900,503,1321,382,283,405,128,29600,38400,15000,2480,290,5.70,4,0,9.7,77777,9,999999999,34,0.0000,0,88,0.000,0.0,1.0 +1981,7,7,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,28.30,18.90,57,100900,726,1321,392,484,510,203,50800,51700,22300,4540,320,6.20,8,0,11.3,77777,9,999999999,34,0.0000,0,88,0.000,0.0,1.0 +1981,7,7,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,29.40,18.90,53,100900,923,1321,409,632,496,284,66300,51300,30400,8040,320,6.20,10,2,11.3,77777,9,999999999,33,0.0000,0,88,0.000,0.0,1.0 +1981,7,7,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,31.10,18.90,48,101000,1081,1321,417,767,544,320,81400,56700,34900,12340,300,4.10,10,2,12.9,77777,9,999999999,33,0.0000,0,88,0.000,0.0,1.0 +1981,7,7,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,31.70,18.90,47,101000,1188,1321,420,825,561,318,88900,58700,36000,17120,300,7.20,7,2,16.1,77777,9,999999999,34,0.0000,0,88,0.000,0.0,1.0 +1981,7,7,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,33.30,17.80,40,101000,1237,1321,446,742,364,400,81800,39600,44600,24060,320,7.20,5,5,12.9,77777,9,999999999,32,0.0000,0,88,0.000,0.0,1.0 +1981,7,7,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,33.90,17.80,38,100900,1226,1321,428,855,550,343,92000,57500,38500,21920,290,5.70,7,2,12.9,77777,9,999999999,31,0.0000,0,88,0.000,0.0,1.0 +1981,7,7,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,33.90,16.10,34,101000,1155,1321,423,837,593,317,89900,62000,35600,15120,360,8.20,8,2,16.1,77777,9,999999999,28,0.0000,0,88,0.000,0.0,1.0 +1981,7,7,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,33.30,16.10,36,101000,1028,1321,428,709,547,283,75700,57000,31300,9590,340,6.70,7,3,16.1,77777,9,999999999,29,0.0000,0,88,0.000,0.0,1.0 +1981,7,7,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,33.30,16.10,36,101000,854,1321,429,538,524,199,58000,54100,22900,5000,340,5.70,6,3,16.1,77777,9,999999999,29,0.0000,0,88,0.000,0.0,1.0 +1981,7,7,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,32.80,16.70,38,101000,645,1321,423,382,438,167,40200,43700,18800,3490,330,6.20,3,2,16.1,77777,9,999999999,29,0.0000,0,88,0.000,0.0,1.0 +1981,7,7,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,31.10,14.40,36,101100,416,1321,393,219,327,116,23300,30000,13800,2310,320,6.20,6,0,16.1,77777,9,999999999,26,0.0000,0,88,0.000,0.0,1.0 +1981,7,7,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,30.60,13.90,36,101100,184,1321,397,59,76,48,6400,5000,5700,1010,330,5.20,6,1,16.1,77777,9,999999999,25,0.0000,0,88,0.000,0.0,1.0 +1981,7,7,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,28.90,13.90,40,101200,12,473,383,7,0,7,0,0,0,0,330,4.10,3,0,16.1,77777,9,999999999,25,0.0000,0,88,0.000,0.0,1.0 +1981,7,7,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,28.90,13.90,40,101300,0,0,384,0,0,0,0,0,0,0,340,4.10,0,0,17.7,77777,9,999999999,25,0.0000,0,88,0.000,0.0,1.0 +1981,7,7,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,27.80,13.90,43,101300,0,0,379,0,0,0,0,0,0,0,330,2.60,0,0,19.3,77777,9,999999999,25,0.0000,0,88,0.000,0.0,1.0 +1981,7,7,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,27.20,13.90,44,101300,0,0,377,0,0,0,0,0,0,0,320,3.10,0,0,19.3,77777,9,999999999,25,0.0000,0,88,0.000,0.0,1.0 +1981,7,7,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.60,14.40,50,101300,0,0,371,0,0,0,0,0,0,0,310,3.10,2,0,19.3,77777,9,999999999,26,0.0000,0,88,0.000,0.0,1.0 +1981,7,8,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.60,15.00,52,101300,0,0,373,0,0,0,0,0,0,0,310,2.60,2,0,19.3,77777,9,999999999,27,0.0000,0,88,0.000,0.0,1.0 +1981,7,8,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,24.40,15.60,58,101300,0,0,368,0,0,0,0,0,0,0,310,2.10,3,0,19.3,77777,9,999999999,28,0.0000,0,88,0.000,0.0,1.0 +1981,7,8,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,22.20,16.70,71,101300,0,0,361,0,0,0,0,0,0,0,250,1.50,0,0,19.3,77777,9,999999999,29,0.0000,0,88,0.000,0.0,1.0 +1981,7,8,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,22.80,16.70,69,101300,0,0,379,0,0,0,0,0,0,0,270,3.60,4,3,19.3,77777,9,999999999,30,0.0000,0,88,0.000,0.0,1.0 +1981,7,8,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,22.80,16.70,69,101300,53,958,373,17,11,16,1800,600,1800,390,240,3.10,7,2,14.5,77777,9,999999999,30,0.0000,0,88,0.000,0.0,1.0 +1981,7,8,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,24.40,16.70,62,101300,267,1321,379,111,157,79,11600,11800,9200,1530,230,4.60,8,2,9.7,77777,9,999999999,29,0.0000,0,88,0.000,0.0,1.0 +1981,7,8,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,26.70,17.20,56,101200,501,1321,385,278,459,103,29700,43600,13200,1950,240,6.20,2,1,12.9,77777,9,999999999,30,0.0000,0,88,0.000,0.0,1.0 +1981,7,8,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,28.90,18.30,53,101200,724,1321,399,452,581,132,47300,57800,15600,2930,260,4.60,2,1,12.9,77777,9,999999999,33,0.0000,0,88,0.000,0.0,1.0 +1981,7,8,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,30.00,18.30,50,101100,921,1321,404,626,655,168,66200,66500,19700,4670,240,6.20,2,1,12.9,77777,9,999999999,33,0.0000,0,88,0.000,0.0,1.0 +1981,7,8,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,31.70,17.80,44,101100,1079,1321,410,754,686,191,80300,70200,22900,7250,260,7.20,3,1,12.9,77777,9,999999999,32,0.0000,0,88,0.000,0.0,1.0 +1981,7,8,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,32.20,17.80,42,101000,1187,1321,419,868,664,270,91400,67200,30900,14040,260,6.70,6,2,12.9,77777,9,999999999,31,0.0000,0,88,0.000,0.0,1.0 +1981,7,8,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,34.40,17.20,36,100900,1237,1321,429,895,701,237,95600,71600,28400,15630,270,8.20,8,2,19.3,77777,9,999999999,30,0.0000,0,88,0.000,0.0,1.0 +1981,7,8,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,35.60,16.70,32,100800,1225,1321,442,841,530,347,90300,55400,38800,22100,290,8.80,9,3,19.3,77777,9,999999999,29,0.0000,0,88,0.000,0.0,1.0 +1981,7,8,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,36.10,16.10,30,100700,1154,1321,443,818,584,307,88200,61100,34800,14590,280,9.30,9,3,19.3,77777,9,999999999,28,0.0000,0,88,0.000,0.0,1.0 +1981,7,8,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,36.10,16.70,31,100600,1027,1321,438,718,571,273,76900,59500,30600,9220,280,9.80,8,2,19.3,77777,9,999999999,29,0.0000,0,88,0.000,0.0,1.0 +1981,7,8,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,35.60,15.60,30,100600,853,1321,433,581,548,226,61700,56500,25100,5730,280,9.80,8,2,19.3,77777,9,999999999,27,0.0000,0,88,0.000,0.0,1.0 +1981,7,8,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,35.00,16.70,34,100600,645,1321,427,393,509,144,42000,50900,17200,2970,290,9.30,7,1,19.3,77777,9,999999999,30,0.0000,0,88,0.000,0.0,1.0 +1981,7,8,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,35.00,16.70,34,100600,416,1321,422,221,416,90,23500,37400,11700,1670,290,6.70,3,0,19.3,77777,9,999999999,30,0.0000,0,88,0.000,0.0,1.0 +1981,7,8,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,33.30,16.10,36,100600,182,1321,412,69,155,47,7200,9300,5900,870,290,7.20,3,0,19.3,77777,9,999999999,28,0.0000,0,88,0.000,0.0,1.0 +1981,7,8,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,32.20,13.90,33,100700,12,474,399,6,0,5,0,0,0,0,290,6.70,0,0,19.3,77777,9,999999999,25,0.0000,0,88,0.000,0.0,1.0 +1981,7,8,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,30.60,14.40,37,100700,0,0,394,0,0,0,0,0,0,0,280,7.20,0,0,19.3,77777,9,999999999,25,0.0000,0,88,0.000,0.0,1.0 +1981,7,8,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,29.40,16.10,45,100700,0,0,395,0,0,0,0,0,0,0,280,6.20,0,0,19.3,77777,9,999999999,29,0.0000,0,88,0.000,0.0,1.0 +1981,7,8,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,29.40,17.20,48,100700,0,0,400,0,0,0,0,0,0,0,290,6.20,0,0,19.3,77777,9,999999999,30,0.0000,0,88,0.000,0.0,1.0 +1981,7,8,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,29.40,17.80,49,100700,0,0,403,0,0,0,0,0,0,0,280,6.20,0,0,19.3,77777,9,999999999,31,0.0000,0,88,0.000,0.0,1.0 +1981,7,9,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,27.80,17.80,55,100600,0,0,394,0,0,0,0,0,0,0,280,6.20,0,0,19.3,77777,9,999999999,32,0.0000,0,88,0.000,0.0,1.0 +1981,7,9,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,27.80,18.30,56,100600,0,0,395,0,0,0,0,0,0,0,280,5.20,0,0,19.3,77777,9,999999999,32,0.0000,0,88,0.000,0.0,1.0 +1981,7,9,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,27.20,18.30,58,100600,0,0,391,0,0,0,0,0,0,0,270,4.60,0,0,19.3,77777,9,999999999,32,0.0000,0,88,0.000,0.0,1.0 +1981,7,9,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,26.70,18.90,62,100700,0,0,390,0,0,0,0,0,0,0,300,5.70,0,0,9.7,77777,9,999999999,33,0.0000,0,88,0.000,0.0,1.0 +1981,7,9,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,26.10,18.90,65,100700,51,936,385,24,90,16,2300,3400,2100,280,290,5.20,0,0,8.0,77777,9,999999999,34,0.0000,0,88,0.000,0.0,1.0 +1981,7,9,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,26.70,18.90,62,100700,265,1321,387,133,453,41,13700,35100,6700,770,290,5.20,0,0,8.0,77777,9,999999999,33,0.0000,0,88,0.000,0.0,1.0 +1981,7,9,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,28.30,18.90,57,100700,499,1321,393,312,657,62,32500,61900,9100,1290,290,4.10,0,0,9.7,77777,9,999999999,34,0.0000,0,88,0.000,0.0,1.0 +1981,7,9,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,27.80,19.40,61,100700,722,1321,391,496,756,81,52800,75300,11600,1890,110,2.60,0,0,8.0,77777,9,999999999,35,0.0000,0,88,0.000,0.0,1.0 +1981,7,9,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,31.10,20.00,52,100700,920,1321,410,677,774,136,70400,77400,16400,3480,270,4.60,5,0,9.7,77777,9,999999999,36,0.0000,0,88,0.000,0.0,1.0 +1981,7,9,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,32.20,20.00,48,100600,1078,1321,415,822,816,154,86400,82200,19200,5380,270,5.20,5,0,9.7,77777,9,999999999,35,0.0000,0,88,0.000,0.0,1.0 +1981,7,9,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,33.90,19.40,43,100600,1186,1321,421,910,852,143,93100,85300,16400,5690,270,5.20,3,0,9.7,77777,9,999999999,35,0.0000,0,88,0.000,0.0,1.0 +1981,7,9,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,34.40,18.30,38,100500,1236,1321,419,984,822,213,101900,82200,24900,12740,260,6.20,8,0,11.3,77777,9,999999999,32,0.0000,0,88,0.000,0.0,1.0 +1981,7,9,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,36.10,18.30,35,100400,1225,1321,435,870,761,163,92700,77100,21100,9620,290,6.70,8,1,11.3,77777,9,999999999,32,0.0000,0,88,0.000,0.0,1.0 +1981,7,9,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,36.70,18.90,35,100400,1153,1321,456,769,579,262,80800,58600,29600,12050,290,7.70,9,3,12.9,77777,9,999999999,33,0.0000,0,88,0.000,0.0,1.0 +1981,7,9,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,37.20,18.90,34,100300,1026,1321,466,590,449,240,64000,46900,27500,8020,290,6.70,9,4,16.1,77777,9,999999999,33,0.0000,0,88,0.000,0.0,1.0 +1981,7,9,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,36.10,19.40,38,100300,852,1321,462,561,597,174,58600,60000,19800,4340,290,6.70,8,4,16.1,77777,9,999999999,35,0.0000,0,88,0.000,0.0,1.0 +1981,7,9,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,35.60,20.00,40,100300,644,1321,474,399,446,181,41600,44400,20000,3820,290,7.20,9,6,16.1,1520,9,999999999,35,0.0000,0,88,0.000,0.0,1.0 +1981,7,9,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,34.40,20.00,43,100300,414,1321,468,136,152,88,14700,14000,10300,1660,300,6.20,9,6,16.1,1520,9,999999999,36,0.0000,0,88,0.000,0.0,1.0 +1981,7,9,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,33.90,20.00,44,100400,181,1321,466,57,65,48,6200,4200,5600,1010,290,6.70,9,6,16.1,1680,9,999999999,35,0.0000,0,88,0.000,0.0,1.0 +1981,7,9,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,32.80,20.60,49,100400,11,451,451,4,0,3,0,0,0,0,290,5.70,8,4,16.1,77777,9,999999999,37,0.0000,0,88,0.000,0.0,1.0 +1981,7,9,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,31.10,18.90,48,100600,0,0,470,0,0,0,0,0,0,0,320,10.30,10,10,12.9,1310,9,999999999,33,0.0000,0,88,0.000,0.3,1.0 +1981,7,9,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.00,20.60,76,100500,0,0,422,0,0,0,0,0,0,0,290,3.10,7,7,19.3,2130,9,999999999,37,0.0000,0,88,0.000,0.0,1.0 +1981,7,9,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.00,20.60,76,100400,0,0,399,0,0,0,0,0,0,0,250,4.10,2,2,19.3,77777,9,999999999,37,0.0000,0,88,0.000,0.0,1.0 +1981,7,9,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,26.70,19.40,65,100400,0,0,409,0,0,0,0,0,0,0,290,4.60,3,3,19.3,77777,9,999999999,35,0.0000,0,88,0.000,0.0,1.0 +1981,7,10,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,26.70,19.40,65,100400,0,0,394,0,0,0,0,0,0,0,290,4.10,0,0,19.3,77777,9,999999999,35,0.0000,0,88,0.000,0.0,1.0 +1981,7,10,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,26.70,20.00,67,100400,0,0,396,0,0,0,0,0,0,0,290,5.20,0,0,19.3,77777,9,999999999,36,0.0000,0,88,0.000,0.0,1.0 +1981,7,10,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,26.10,20.60,72,100500,0,0,394,0,0,0,0,0,0,0,310,6.70,0,0,19.3,77777,9,999999999,37,0.0000,0,88,0.000,0.0,1.0 +1981,7,10,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,24.40,20.60,79,100600,0,0,384,0,0,0,0,0,0,0,330,5.70,0,0,19.3,77777,9,999999999,37,0.0000,0,88,0.000,0.0,1.0 +1981,7,10,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,24.40,20.60,79,100700,49,914,402,18,0,18,2000,0,2000,600,340,6.70,7,4,16.1,3660,9,999999999,37,0.0000,0,88,0.000,0.0,1.0 +1981,7,10,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.00,19.40,71,100900,263,1322,380,101,110,79,10900,8500,9200,1700,360,5.70,4,0,16.1,77777,9,999999999,34,0.0000,0,88,0.000,0.0,1.0 +1981,7,10,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,26.10,18.90,65,101000,497,1322,382,251,320,131,27000,31100,15300,2650,340,5.70,0,0,19.3,77777,9,999999999,34,0.0000,0,88,0.000,0.0,1.0 +1981,7,10,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,26.70,16.10,52,101000,720,1322,373,443,472,184,46800,47800,20700,4060,360,4.10,0,0,24.1,77777,9,999999999,28,0.0000,0,88,0.000,0.0,1.0 +1981,7,10,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,28.30,15.60,46,101000,918,1322,385,599,540,223,64400,56000,25400,6140,360,4.10,1,1,24.1,77777,9,999999999,28,0.0000,0,88,0.000,0.0,1.0 +1981,7,10,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,28.90,15.00,43,101000,1076,1322,393,693,472,307,73800,49200,33700,11680,260,3.60,2,2,24.1,77777,9,999999999,27,0.0000,0,88,0.000,0.0,1.0 +1981,7,10,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,27.20,16.10,51,101000,1184,1322,380,833,622,273,87500,62900,31000,14050,150,3.60,1,1,24.1,77777,9,999999999,29,0.0000,0,88,0.000,0.0,1.0 +1981,7,10,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,28.30,15.60,46,101000,1235,1322,377,910,669,283,95900,67700,32500,18270,130,5.70,0,0,24.1,77777,9,999999999,28,0.0000,0,88,0.000,0.0,1.0 +1981,7,10,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,31.10,12.80,33,100900,1224,1322,380,901,668,281,95000,67600,32300,17160,290,6.20,0,0,24.1,77777,9,999999999,24,0.0000,0,88,0.000,0.0,1.0 +1981,7,10,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,31.10,12.20,31,100900,1152,1322,379,830,641,269,87000,64700,30500,12310,330,6.70,0,0,24.1,77777,9,999999999,22,0.0000,0,88,0.000,0.0,1.0 +1981,7,10,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,31.10,10.60,28,100900,1025,1322,374,725,614,247,75500,61700,27500,8000,290,5.70,0,0,24.1,77777,9,999999999,20,0.0000,0,88,0.000,0.0,1.0 +1981,7,10,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,31.10,10.60,28,100900,852,1322,376,560,538,213,59900,55500,24100,5370,300,5.70,0,0,24.1,77777,9,999999999,20,0.0000,0,88,0.000,0.0,1.0 +1981,7,10,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,31.10,13.30,34,100900,643,1322,387,376,424,170,39600,42200,19000,3560,310,5.20,1,0,24.1,77777,9,999999999,24,0.0000,0,88,0.000,0.0,1.0 +1981,7,10,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,30.60,13.30,35,100900,413,1322,386,194,253,115,20600,23200,13400,2290,300,5.70,2,0,24.1,77777,9,999999999,24,0.0000,0,88,0.000,0.0,1.0 +1981,7,10,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,29.40,13.30,37,100900,180,1322,381,58,49,51,6300,3200,5800,1070,310,4.60,1,0,24.1,77777,9,999999999,24,0.0000,0,88,0.000,0.0,1.0 +1981,7,10,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,28.90,13.30,38,100900,11,452,380,6,0,6,0,0,0,0,280,4.10,0,0,24.1,77777,9,999999999,24,0.0000,0,88,0.000,0.0,1.0 +1981,7,10,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,28.30,13.30,40,101000,0,0,379,0,0,0,0,0,0,0,290,3.10,0,0,24.1,77777,9,999999999,24,0.0000,0,88,0.000,0.0,1.0 +1981,7,10,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,24.40,17.20,64,101000,0,0,374,0,0,0,0,0,0,0,230,5.20,0,0,24.1,77777,9,999999999,30,0.0000,0,88,0.000,0.0,1.0 +1981,7,10,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.90,17.20,66,101000,0,0,372,0,0,0,0,0,0,0,230,3.60,0,0,24.1,77777,9,999999999,30,0.0000,0,88,0.000,0.0,1.0 +1981,7,10,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.90,16.10,62,101000,0,0,368,0,0,0,0,0,0,0,230,4.10,0,0,24.1,77777,9,999999999,29,0.0000,0,88,0.000,0.0,1.0 +1981,7,11,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,24.40,15.60,58,101000,0,0,369,0,0,0,0,0,0,0,290,4.10,0,0,24.1,77777,9,999999999,28,0.0000,0,88,0.000,0.0,1.0 +1981,7,11,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.30,15.60,62,101000,0,0,363,0,0,0,0,0,0,0,280,5.70,0,0,24.1,77777,9,999999999,28,0.0000,0,88,0.000,0.0,1.0 +1981,7,11,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.30,15.60,62,101000,0,0,362,0,0,0,0,0,0,0,290,6.20,0,0,24.1,77777,9,999999999,28,0.0000,0,88,0.000,0.0,1.0 +1981,7,11,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,22.80,15.00,62,101000,0,0,356,0,0,0,0,0,0,0,300,4.60,0,0,24.1,77777,9,999999999,27,0.0000,0,88,0.000,0.0,1.0 +1981,7,11,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,22.80,14.40,59,101100,48,914,353,19,28,16,2000,1200,1900,330,290,5.20,0,0,24.1,77777,9,999999999,26,0.0000,0,88,0.000,0.0,1.0 +1981,7,11,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.90,14.40,56,101100,260,1322,357,117,313,54,12200,23300,7700,960,300,6.20,0,0,24.1,77777,9,999999999,26,0.0000,0,88,0.000,0.0,1.0 +1981,7,11,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,26.10,13.90,47,101200,494,1322,364,293,528,94,30200,49200,11800,1800,300,6.70,2,0,24.1,77777,9,999999999,25,0.0000,0,88,0.000,0.0,1.0 +1981,7,11,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,27.80,14.40,44,101200,718,1322,373,501,603,171,53300,61200,20000,3740,290,5.70,8,0,24.1,77777,9,999999999,26,0.0000,0,88,0.000,0.0,1.0 +1981,7,11,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,28.90,13.90,40,101200,916,1322,375,686,672,219,71100,67200,24400,5820,290,5.70,9,0,24.1,77777,9,999999999,25,0.0000,0,88,0.000,0.0,1.0 +1981,7,11,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,31.10,13.90,35,101100,1075,1322,385,845,712,264,88000,71600,29700,9580,320,4.60,10,0,24.1,77777,9,999999999,25,0.0000,0,88,0.000,0.0,1.0 +1981,7,11,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,31.70,12.80,32,101200,1183,1322,384,949,739,285,99400,74500,32600,14540,290,6.70,10,0,24.1,77777,9,999999999,24,0.0000,0,88,0.000,0.0,1.0 +1981,7,11,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,32.20,10.00,25,101100,1234,1322,376,1002,757,293,105300,76400,33800,18760,330,8.20,10,0,24.1,77777,9,999999999,19,0.0000,0,88,0.000,0.0,1.0 +1981,7,11,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,33.30,9.40,23,101100,1223,1322,398,936,695,292,98400,70200,33400,17700,300,7.70,9,2,24.1,77777,9,999999999,19,0.0000,0,88,0.000,0.0,1.0 +1981,7,11,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,33.30,10.00,24,101100,1152,1322,410,780,447,389,82000,46600,41300,18570,310,6.70,8,3,24.1,77777,9,999999999,20,0.0000,0,88,0.000,0.0,1.0 +1981,7,11,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,32.80,11.10,26,101100,1025,1322,385,759,745,180,80800,76100,21700,6040,300,6.20,4,0,24.1,77777,9,999999999,21,0.0000,0,88,0.000,0.0,1.0 +1981,7,11,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,33.30,11.10,26,101100,851,1322,397,574,681,135,61200,69200,16500,3470,340,5.70,1,1,24.1,77777,9,999999999,21,0.0000,0,88,0.000,0.0,1.0 +1981,7,11,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,32.20,10.00,25,101100,642,1322,389,415,642,102,43700,63300,12900,2170,340,5.20,1,1,24.1,77777,9,999999999,19,0.0000,0,88,0.000,0.0,1.0 +1981,7,11,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,31.10,11.10,29,101100,412,1322,414,169,222,100,18200,20300,11800,1930,300,5.20,4,4,24.1,77777,9,999999999,21,0.0000,0,88,0.000,0.0,1.0 +1981,7,11,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,30.60,11.70,31,101100,178,1322,429,59,50,52,6400,3200,5900,1100,350,3.60,6,6,24.1,1370,9,999999999,22,0.0000,0,88,0.000,0.0,1.0 +1981,7,11,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,29.40,12.20,35,101200,10,430,402,4,0,4,0,0,0,0,360,2.60,3,3,24.1,77777,9,999999999,23,0.0000,0,88,0.000,0.0,1.0 +1981,7,11,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,27.80,14.40,44,101300,0,0,400,0,0,0,0,0,0,0,320,3.60,3,3,24.1,77777,9,999999999,26,0.0000,0,88,0.000,0.0,1.0 +1981,7,11,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,27.20,13.30,42,101300,0,0,374,0,0,0,0,0,0,0,340,6.20,0,0,24.1,77777,9,999999999,24,0.0000,0,88,0.000,0.0,1.0 +1981,7,11,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,26.10,12.80,44,101300,0,0,368,0,0,0,0,0,0,0,340,6.70,0,0,24.1,77777,9,999999999,24,0.0000,0,88,0.000,0.0,1.0 +1981,7,11,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.60,13.30,47,101300,0,0,367,0,0,0,0,0,0,0,310,4.60,0,0,24.1,77777,9,999999999,24,0.0000,0,88,0.000,0.0,1.0 +1981,7,12,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.00,13.90,50,101400,0,0,366,0,0,0,0,0,0,0,270,5.20,0,0,24.1,77777,9,999999999,25,0.0000,0,88,0.000,0.0,1.0 +1981,7,12,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,24.40,13.90,52,101400,0,0,363,0,0,0,0,0,0,0,300,4.60,2,0,24.1,77777,9,999999999,25,0.0000,0,88,0.000,0.0,1.0 +1981,7,12,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,24.40,12.80,48,101400,0,0,365,0,0,0,0,0,0,0,340,6.20,6,1,24.1,77777,9,999999999,23,0.0000,0,88,0.000,0.0,1.0 +1981,7,12,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,22.20,13.30,57,101400,0,0,361,0,0,0,0,0,0,0,360,4.10,7,2,24.1,77777,9,999999999,24,0.0000,0,88,0.000,0.0,1.0 +1981,7,12,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,21.70,13.30,59,101500,46,892,384,19,11,18,2000,600,2000,430,360,3.10,10,6,24.1,7620,9,999999999,24,0.0000,0,88,0.000,0.0,1.0 +1981,7,12,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,21.70,13.30,59,101600,258,1322,376,103,135,77,11200,10400,9200,1650,360,2.60,9,5,24.1,7620,9,999999999,24,0.0000,0,88,0.000,0.0,1.0 +1981,7,12,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,22.80,13.30,55,101700,492,1322,388,233,205,157,25300,19800,18000,3630,50,2.10,10,6,24.1,7620,9,999999999,24,0.0000,0,88,0.000,0.0,1.0 +1981,7,12,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,24.40,11.10,43,101700,716,1322,377,418,448,174,44400,45400,19800,3810,70,1.50,10,4,24.1,77777,9,999999999,21,0.0000,0,88,0.000,0.0,1.0 +1981,7,12,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,24.40,12.20,47,101600,915,1322,386,614,540,240,65600,56000,26800,6620,150,3.10,10,5,24.1,77777,9,999999999,23,0.0000,0,88,0.000,0.0,1.0 +1981,7,12,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,26.70,11.10,38,101600,1074,1322,395,789,591,307,84000,61600,33900,11590,190,3.60,10,5,24.1,77777,9,999999999,21,0.0000,0,88,0.000,0.0,1.0 +1981,7,12,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,27.80,10.00,33,101600,1182,1322,381,790,554,293,85900,58000,33900,15350,140,4.60,10,3,24.1,77777,9,999999999,20,0.0000,0,88,0.000,0.0,1.0 +1981,7,12,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,28.30,8.90,30,101500,1233,1322,372,941,817,176,99400,82500,22300,10680,140,4.60,8,2,24.1,77777,9,999999999,19,0.0000,0,88,0.000,0.0,1.0 +1981,7,12,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,29.40,10.60,31,101500,1222,1322,382,927,836,151,94600,83700,17100,6990,130,5.20,5,2,24.1,77777,9,999999999,20,0.0000,0,88,0.000,0.0,1.0 +1981,7,12,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,28.90,10.60,32,101400,1151,1322,389,787,628,239,83300,63800,27600,10980,130,6.70,4,3,24.1,77777,9,999999999,20,0.0000,0,88,0.000,0.0,1.0 +1981,7,12,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,28.90,10.60,32,101400,1024,1322,398,721,638,225,75500,64400,25500,7340,120,6.20,6,4,24.1,7620,9,999999999,20,0.0000,0,88,0.000,0.0,1.0 +1981,7,12,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,26.10,15.00,50,101300,850,1322,408,534,438,251,56000,45100,27000,6410,130,5.20,8,6,24.1,4880,9,999999999,26,0.0000,0,88,0.000,0.0,1.0 +1981,7,12,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,28.90,14.40,41,101300,640,1322,394,417,641,105,43800,63100,13200,2230,200,8.80,3,2,24.1,77777,9,999999999,26,0.0000,0,88,0.000,0.0,1.0 +1981,7,12,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,27.80,13.90,43,101300,411,1322,381,207,433,71,21400,38700,9300,1350,220,6.70,3,1,24.1,77777,9,999999999,25,0.0000,0,88,0.000,0.0,1.0 +1981,7,12,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.60,13.90,49,101300,177,1322,399,62,97,49,6700,6200,5900,1030,200,5.20,8,5,24.1,7620,9,999999999,25,0.0000,0,88,0.000,0.0,1.0 +1981,7,12,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.00,14.40,52,101300,10,430,404,6,0,5,0,0,0,0,230,6.20,8,6,24.1,7620,9,999999999,26,0.0000,0,88,0.000,0.0,1.0 +1981,7,12,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.90,16.10,62,101200,0,0,402,0,0,0,0,0,0,0,240,5.20,8,6,24.1,3660,9,999999999,29,0.0000,0,88,0.000,0.0,1.0 +1981,7,12,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,24.40,16.70,62,101200,0,0,429,0,0,0,0,0,0,0,240,5.70,10,10,19.3,3350,9,999999999,29,0.0000,0,88,0.000,0.0,1.0 +1981,7,12,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,24.40,16.70,62,101100,0,0,423,0,0,0,0,0,0,0,240,5.70,10,9,19.3,3350,9,999999999,29,0.0000,0,88,0.000,0.0,1.0 +1981,7,12,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.90,17.20,66,101100,0,0,421,0,0,0,0,0,0,0,230,6.20,10,9,19.3,3350,9,999999999,30,0.0000,0,88,0.000,0.0,1.0 +1981,7,13,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.90,17.20,66,101000,0,0,426,0,0,0,0,0,0,0,230,6.20,10,10,19.3,3350,9,999999999,30,0.0000,0,88,0.000,0.0,1.0 +1981,7,13,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.90,17.80,69,101100,0,0,427,0,0,0,0,0,0,0,270,4.60,10,10,19.3,1830,9,999999999,32,0.0000,0,88,0.000,0.5,1.0 +1981,7,13,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,22.80,18.90,79,101000,0,0,421,0,0,0,0,0,0,0,320,2.60,10,10,16.1,2440,9,999999999,34,0.0000,0,88,0.000,0.0,1.0 +1981,7,13,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,21.70,18.90,84,100900,0,0,415,0,0,0,0,0,0,0,170,5.20,10,10,16.1,2740,9,999999999,33,0.0000,0,88,0.000,0.0,1.0 +1981,7,13,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,21.70,18.90,84,100900,44,870,414,11,0,11,1300,0,1300,400,200,4.10,10,10,16.1,2440,9,999999999,33,0.0000,0,88,0.000,0.0,1.0 +1981,7,13,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,22.20,19.40,84,100900,255,1322,417,33,2,33,3900,0,3900,1320,40,2.10,10,10,12.9,2440,9,999999999,34,0.0000,0,88,0.000,0.0,1.0 +1981,7,13,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,22.20,19.40,84,100900,490,1322,417,65,5,63,7800,300,7700,2790,150,3.10,10,10,11.3,2740,9,999999999,34,0.0000,0,88,0.000,0.0,1.0 +1981,7,13,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,22.20,19.40,84,100800,714,1322,417,115,0,115,13800,0,13800,5380,150,4.10,10,10,12.9,2740,9,999999999,34,0.0000,0,88,0.000,0.0,1.0 +1981,7,13,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.60,20.60,74,100700,913,1322,426,457,221,303,50000,23400,33800,9060,180,3.60,9,8,12.9,2740,9,999999999,37,0.0000,0,88,0.000,0.0,1.0 +1981,7,13,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,28.90,18.90,55,100600,1072,1322,442,663,360,370,72000,39000,40300,13550,240,5.20,8,8,12.9,3050,9,999999999,33,0.0000,0,88,0.000,0.0,1.0 +1981,7,13,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,30.00,18.30,50,100500,1181,1322,454,429,104,336,47900,11200,37900,15610,250,6.20,10,9,12.9,3050,9,999999999,32,0.0000,0,88,0.000,0.0,1.0 +1981,7,13,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,29.40,17.20,48,100500,1231,1322,456,342,19,324,41000,1600,39400,15060,240,7.20,10,10,12.9,3050,9,999999999,30,0.0000,0,88,0.000,0.0,1.0 +1981,7,13,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,28.30,18.30,55,100400,1221,1322,451,205,6,199,25400,500,25000,10130,250,5.70,10,10,12.9,1830,9,999999999,32,0.0000,0,88,0.000,0.0,1.0 +1981,7,13,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,27.20,18.90,60,100300,1150,1322,445,324,4,320,38400,400,38100,14650,240,6.70,10,10,16.1,1980,9,999999999,33,0.0000,0,88,0.000,0.0,1.0 +1981,7,13,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,26.70,17.80,58,100300,1023,1322,441,284,1,283,33400,100,33300,12910,240,5.70,10,10,16.1,1980,9,999999999,31,0.0000,0,88,0.000,0.0,1.0 +1981,7,13,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,22.20,17.80,76,100300,849,1322,415,179,0,179,21200,0,21200,8350,20,4.10,10,10,16.1,1830,9,999999999,31,0.0000,0,88,0.000,0.0,1.0 +1981,7,13,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,22.20,17.80,76,100200,639,1322,370,363,417,161,38400,41500,18200,3340,160,3.10,3,2,16.1,77777,9,999999999,31,0.0000,0,88,0.000,0.0,1.0 +1981,7,13,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,21.70,18.30,81,100200,409,1322,370,183,264,101,19600,24100,12100,1960,220,3.10,2,2,16.1,77777,9,999999999,32,0.0000,0,88,0.000,0.0,1.0 +1981,7,13,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,21.70,18.30,81,100200,175,1322,371,55,78,45,6000,5000,5400,950,130,2.10,3,2,16.1,77777,9,999999999,32,0.0000,0,88,0.000,0.0,1.0 +1981,7,13,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,19.40,16.70,84,100400,9,408,400,1,0,1,0,0,0,0,350,1.50,10,10,8.0,520,9,999999999,29,0.0000,0,88,0.000,3.6,1.0 +1981,7,13,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,19.40,17.80,90,100300,0,0,401,0,0,0,0,0,0,0,220,4.60,10,10,19.3,3050,9,999999999,31,0.0000,0,88,0.000,0.0,1.0 +1981,7,13,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,20.00,17.80,87,100200,0,0,384,0,0,0,0,0,0,0,250,6.20,6,6,19.3,3050,9,999999999,31,0.0000,0,88,0.000,0.0,1.0 +1981,7,13,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,20.60,17.80,84,100200,0,0,368,0,0,0,0,0,0,0,270,5.70,2,2,19.3,77777,9,999999999,31,0.0000,0,88,0.000,0.0,1.0 +1981,7,13,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,20.60,17.20,81,100100,0,0,371,0,0,0,0,0,0,0,290,4.10,3,3,19.3,77777,9,999999999,30,0.0000,0,88,0.000,0.0,1.0 +1981,7,14,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,20.60,16.70,79,100000,0,0,370,0,0,0,0,0,0,0,290,3.60,3,3,19.3,77777,9,999999999,29,0.0000,0,88,0.000,0.0,1.0 +1981,7,14,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,20.60,16.70,79,100000,0,0,369,0,0,0,0,0,0,0,290,4.10,3,3,19.3,77777,9,999999999,29,0.0000,0,88,0.000,0.0,1.0 +1981,7,14,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,19.40,16.70,84,99900,0,0,346,0,0,0,0,0,0,0,250,2.60,0,0,24.1,77777,9,999999999,29,0.0000,0,88,0.000,0.0,1.0 +1981,7,14,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,20.60,16.70,79,99800,0,0,384,0,0,0,0,0,0,0,280,3.10,6,6,24.1,3050,9,999999999,29,0.0000,0,88,0.000,0.0,1.0 +1981,7,14,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,20.60,16.70,79,99800,42,848,384,11,2,11,1300,0,1300,400,300,4.60,6,6,19.3,1220,9,999999999,29,0.0000,0,88,0.000,0.0,1.0 +1981,7,14,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,21.10,16.70,76,99800,252,1322,380,85,84,69,9300,6400,8000,1480,270,4.60,5,5,19.3,77777,9,999999999,29,0.0000,0,88,0.000,0.0,1.0 +1981,7,14,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,22.80,17.20,71,99900,487,1322,413,111,35,98,12200,3300,11000,2900,270,6.20,9,9,19.3,1680,9,999999999,30,0.0000,0,88,0.000,0.0,1.0 +1981,7,14,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.90,17.20,66,99900,712,1322,394,281,164,192,31000,17100,21800,4920,300,6.70,5,5,19.3,77777,9,999999999,30,0.0000,0,88,0.000,0.0,1.0 +1981,7,14,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.90,16.70,64,99900,911,1322,424,214,8,209,25400,600,24900,9740,310,6.20,10,10,24.1,3050,9,999999999,29,0.0000,0,88,0.000,0.0,1.0 +1981,7,14,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,24.40,15.00,56,99900,1070,1322,376,693,484,300,74000,50500,33000,11220,340,7.20,3,3,24.1,77777,9,999999999,26,0.0000,0,88,0.000,0.0,1.0 +1981,7,14,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.60,12.20,44,99900,1179,1322,383,854,635,286,89500,64000,32300,14350,320,6.70,4,4,24.1,77777,9,999999999,23,0.0000,0,88,0.000,0.0,1.0 +1981,7,14,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.90,13.30,52,99900,1230,1322,384,884,626,300,92800,63100,33900,18820,310,7.70,5,5,24.1,77777,9,999999999,24,0.0000,0,88,0.000,0.0,1.0 +1981,7,14,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.60,12.80,45,99900,1220,1322,423,493,103,398,54700,11000,44500,20910,300,8.20,9,9,24.1,2130,9,999999999,23,0.0000,0,88,0.000,0.0,1.0 +1981,7,14,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.60,12.80,45,100000,1149,1322,377,770,561,281,83600,58700,32500,13050,290,8.80,3,3,24.1,77777,9,999999999,23,0.0000,0,88,0.000,0.0,1.0 +1981,7,14,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,24.40,13.30,50,100000,1022,1322,387,610,383,313,66600,41500,34500,10250,290,8.20,5,5,24.1,77777,9,999999999,24,0.0000,0,88,0.000,0.0,1.0 +1981,7,14,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.00,13.30,48,100000,847,1322,384,532,463,234,56200,47700,25600,5910,310,9.30,4,4,24.1,77777,9,999999999,24,0.0000,0,88,0.000,0.0,1.0 +1981,7,14,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.90,13.90,54,100100,638,1322,402,209,44,187,22900,4300,20800,5630,290,7.70,7,7,24.1,1220,9,999999999,25,0.0000,0,88,0.000,0.0,1.0 +1981,7,14,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.90,13.30,52,100100,407,1322,380,201,299,108,21400,27300,13000,2120,320,8.20,4,4,24.1,77777,9,999999999,24,0.0000,0,88,0.000,0.0,1.0 +1981,7,14,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,22.80,13.30,55,100200,173,1322,396,37,21,34,4000,1500,3800,860,310,7.70,7,7,24.1,1220,9,999999999,24,0.0000,0,88,0.000,0.0,1.0 +1981,7,14,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,21.10,14.40,66,100300,9,386,389,5,0,5,0,0,0,0,340,5.70,7,7,24.1,1220,9,999999999,26,0.0000,0,88,0.000,0.0,1.0 +1981,7,14,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,20.60,14.40,68,100300,0,0,363,0,0,0,0,0,0,0,330,5.20,3,3,24.1,77777,9,999999999,26,0.0000,0,88,0.000,0.0,1.0 +1981,7,14,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,20.60,14.40,68,100300,0,0,345,0,0,0,0,0,0,0,320,6.20,0,0,24.1,77777,9,999999999,26,0.0000,0,88,0.000,0.0,1.0 +1981,7,14,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,20.00,14.40,71,100400,0,0,343,0,0,0,0,0,0,0,330,6.20,0,0,24.1,77777,9,999999999,26,0.0000,0,88,0.000,0.0,1.0 +1981,7,14,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,19.40,14.40,73,100400,0,0,341,0,0,0,0,0,0,0,340,4.10,0,0,24.1,77777,9,999999999,26,0.0000,0,88,0.000,0.0,1.0 +1981,7,15,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,18.90,14.40,76,100400,0,0,338,0,0,0,0,0,0,0,310,5.20,0,0,24.1,77777,9,999999999,26,0.0000,0,88,0.000,0.0,1.0 +1981,7,15,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,17.80,14.40,81,100400,0,0,333,0,0,0,0,0,0,0,310,5.70,0,0,24.1,77777,9,999999999,26,0.0000,0,88,0.000,0.0,1.0 +1981,7,15,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,17.80,13.90,78,100400,0,0,330,0,0,0,0,0,0,0,310,6.20,0,0,24.1,77777,9,999999999,25,0.0000,0,88,0.000,0.0,1.0 +1981,7,15,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,17.80,13.30,75,100400,0,0,327,0,0,0,0,0,0,0,320,5.20,0,0,24.1,77777,9,999999999,24,0.0000,0,88,0.000,0.0,1.0 +1981,7,15,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,17.20,13.30,78,100500,41,826,323,18,47,14,1800,1400,1700,240,330,5.70,0,0,24.1,77777,9,999999999,24,0.0000,0,88,0.000,0.0,1.0 +1981,7,15,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,18.30,12.80,70,100600,250,1322,325,119,387,45,12100,29000,6700,820,340,6.20,0,0,24.1,77777,9,999999999,23,0.0000,0,88,0.000,0.0,1.0 +1981,7,15,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,20.00,13.30,66,100600,485,1322,333,296,612,70,31100,57500,10000,1400,330,6.20,0,0,24.1,77777,9,999999999,24,0.0000,0,88,0.000,0.0,1.0 +1981,7,15,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,21.10,12.80,59,100600,710,1322,335,489,736,93,51200,72700,12200,2040,300,6.70,0,0,24.1,77777,9,999999999,23,0.0000,0,88,0.000,0.0,1.0 +1981,7,15,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.30,12.20,50,100600,909,1322,342,662,799,111,70400,80600,14900,2980,300,6.70,0,0,24.1,77777,9,999999999,23,0.0000,0,88,0.000,0.0,1.0 +1981,7,15,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.00,11.70,43,100500,1069,1322,348,806,842,123,82900,84200,14700,3540,300,6.20,0,0,24.1,77777,9,999999999,22,0.0000,0,88,0.000,0.0,1.0 +1981,7,15,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,26.70,11.70,39,100500,1178,1322,355,903,863,131,92600,86500,15400,5240,300,6.70,0,0,24.1,77777,9,999999999,22,0.0000,0,88,0.000,0.0,1.0 +1981,7,15,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,27.80,10.60,34,100500,1229,1322,365,905,840,121,93000,84300,14500,6280,320,7.70,1,1,24.1,77777,9,999999999,20,0.0000,0,88,0.000,0.0,1.0 +1981,7,15,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,29.40,9.40,29,100500,1219,1322,378,926,796,190,96900,80000,23000,10580,310,8.20,2,2,24.1,77777,9,999999999,19,0.0000,0,88,0.000,0.0,1.0 +1981,7,15,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,27.80,9.40,32,100500,1147,1322,388,785,635,232,83200,64600,27000,10560,320,8.20,4,4,24.1,77777,9,999999999,19,0.0000,0,88,0.000,0.0,1.0 +1981,7,15,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,28.90,10.00,31,100500,1020,1322,387,818,819,183,86800,83600,22200,6070,300,6.70,3,3,24.1,77777,9,999999999,20,0.0000,0,88,0.000,0.0,1.0 +1981,7,15,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,28.30,10.60,33,100500,846,1322,378,583,659,159,61200,66400,18600,3980,310,7.70,2,2,24.1,77777,9,999999999,20,0.0000,0,88,0.000,0.0,1.0 +1981,7,15,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,28.90,10.60,32,100500,636,1322,374,404,639,95,42700,63100,12300,2030,310,6.70,1,1,24.1,77777,9,999999999,20,0.0000,0,88,0.000,0.0,1.0 +1981,7,15,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,27.80,11.10,35,100500,406,1322,364,233,554,62,24300,49600,9100,1200,300,6.70,0,0,24.1,77777,9,999999999,21,0.0000,0,88,0.000,0.0,1.0 +1981,7,15,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,27.20,11.70,38,100600,171,1322,365,71,269,36,7200,16900,5000,630,320,6.70,0,0,24.1,77777,9,999999999,22,0.0000,0,88,0.000,0.0,1.0 +1981,7,15,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.60,10.60,39,100600,8,386,355,6,0,5,0,0,0,0,340,5.20,0,0,24.1,77777,9,999999999,20,0.0000,0,88,0.000,0.0,1.0 +1981,7,15,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,24.40,10.60,42,100700,0,0,350,0,0,0,0,0,0,0,330,3.10,0,0,24.1,77777,9,999999999,20,0.0000,0,88,0.000,0.0,1.0 +1981,7,15,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.90,11.10,45,100700,0,0,351,0,0,0,0,0,0,0,290,3.60,0,0,24.1,77777,9,999999999,21,0.0000,0,88,0.000,0.0,1.0 +1981,7,15,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.30,11.70,48,100800,0,0,350,0,0,0,0,0,0,0,290,4.10,0,0,24.1,77777,9,999999999,22,0.0000,0,88,0.000,0.0,1.0 +1981,7,15,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,22.20,12.20,53,100800,0,0,347,0,0,0,0,0,0,0,280,5.20,0,0,24.1,77777,9,999999999,22,0.0000,0,88,0.000,0.0,1.0 +1981,7,16,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,21.70,11.70,53,100800,0,0,343,0,0,0,0,0,0,0,290,4.10,0,0,24.1,77777,9,999999999,22,0.0000,0,88,0.000,0.0,1.0 +1981,7,16,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,21.10,12.20,57,100700,0,0,341,0,0,0,0,0,0,0,280,4.10,0,0,24.1,77777,9,999999999,23,0.0000,0,88,0.000,0.0,1.0 +1981,7,16,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,20.60,12.20,59,100700,0,0,338,0,0,0,0,0,0,0,280,5.20,0,0,24.1,77777,9,999999999,23,0.0000,0,88,0.000,0.0,1.0 +1981,7,16,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,20.00,12.20,61,100700,0,0,334,0,0,0,0,0,0,0,280,4.10,0,0,24.1,77777,9,999999999,23,0.0000,0,88,0.000,0.0,1.0 +1981,7,16,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,19.40,11.70,61,100800,39,826,328,15,4,15,1700,0,1700,510,290,6.20,0,0,24.1,77777,9,999999999,22,0.0000,0,88,0.000,0.0,1.0 +1981,7,16,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,20.00,11.70,59,100900,247,1322,330,95,172,63,10100,12400,7800,1180,290,6.70,0,0,24.1,77777,9,999999999,22,0.0000,0,88,0.000,0.0,1.0 +1981,7,16,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,22.80,11.70,50,100900,482,1322,356,217,190,148,23700,18300,17000,3410,300,5.20,2,2,24.1,77777,9,999999999,22,0.0000,0,88,0.000,0.0,1.0 +1981,7,16,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,24.40,11.10,43,100900,708,1322,353,430,522,149,46300,52900,17900,3200,300,5.70,1,1,24.1,77777,9,999999999,21,0.0000,0,88,0.000,0.0,1.0 +1981,7,16,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,26.10,11.70,41,100900,907,1322,354,625,635,188,65400,64000,21400,5030,290,5.20,0,0,24.1,77777,9,999999999,22,0.0000,0,88,0.000,0.0,1.0 +1981,7,16,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,27.80,9.40,32,100900,1067,1322,353,775,695,211,81800,70700,24700,7680,320,5.70,0,0,24.1,77777,9,999999999,19,0.0000,0,88,0.000,0.0,1.0 +1981,7,16,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,28.30,8.90,30,100900,1177,1322,354,882,727,233,93700,74100,27600,11750,290,6.20,1,0,24.1,77777,9,999999999,19,0.0000,0,88,0.000,0.0,1.0 +1981,7,16,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,29.40,8.90,28,100800,1228,1322,358,923,741,232,98500,75700,28100,14590,340,4.60,0,0,24.1,77777,9,999999999,19,0.0000,0,88,0.000,0.0,1.0 +1981,7,16,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,29.40,7.20,25,100800,1217,1322,363,885,708,231,94500,72400,27700,13830,310,6.20,1,1,24.1,77777,9,999999999,17,0.0000,0,88,0.000,0.0,1.0 +1981,7,16,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,30.00,7.80,25,100800,1146,1322,377,810,636,257,85200,64400,29300,11550,340,3.60,2,2,24.1,77777,9,999999999,17,0.0000,0,88,0.000,0.0,1.0 +1981,7,16,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,29.40,7.80,26,100800,1019,1322,375,699,625,216,73400,63200,24600,7010,310,6.70,2,2,24.1,77777,9,999999999,17,0.0000,0,88,0.000,0.0,1.0 +1981,7,16,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,30.60,8.30,25,100800,845,1322,384,566,564,205,60600,58200,23400,5100,310,5.20,2,2,24.1,77777,9,999999999,18,0.0000,0,88,0.000,0.0,1.0 +1981,7,16,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,26.70,13.30,44,100800,635,1322,379,371,447,155,39200,44500,17800,3200,120,6.70,2,2,24.1,77777,9,999999999,24,0.0000,0,88,0.000,0.0,1.0 +1981,7,16,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.60,13.30,47,100800,404,1322,382,174,181,119,19000,16600,13900,2670,110,5.20,3,3,24.1,77777,9,999999999,24,0.0000,0,88,0.000,0.0,1.0 +1981,7,16,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.90,13.90,54,100900,169,1322,370,46,60,39,5100,3800,4700,820,130,4.10,2,2,24.1,77777,9,999999999,25,0.0000,0,88,0.000,0.0,1.0 +1981,7,16,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.30,13.30,54,100900,8,364,360,2,0,2,0,0,0,0,180,4.10,1,1,24.1,77777,9,999999999,24,0.0000,0,88,0.000,0.0,1.0 +1981,7,16,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.30,12.80,52,101000,0,0,353,0,0,0,0,0,0,0,190,3.60,0,0,24.1,77777,9,999999999,23,0.0000,0,88,0.000,0.0,1.0 +1981,7,16,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,22.80,12.80,53,101000,0,0,358,0,0,0,0,0,0,0,190,3.10,1,1,24.1,77777,9,999999999,23,0.0000,0,88,0.000,0.0,1.0 +1981,7,16,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,22.20,13.90,59,101000,0,0,359,0,0,0,0,0,0,0,210,3.10,1,1,24.1,77777,9,999999999,25,0.0000,0,88,0.000,0.0,1.0 +1981,7,16,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,21.70,13.90,61,101000,0,0,362,0,0,0,0,0,0,0,230,2.60,2,2,24.1,77777,9,999999999,25,0.0000,0,88,0.000,0.0,1.0 +1981,7,17,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,22.20,13.30,57,101000,0,0,395,0,0,0,0,0,0,0,260,2.60,7,7,24.1,2440,9,999999999,24,0.0000,0,88,0.000,0.0,1.0 +1981,7,17,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,21.70,12.80,57,101000,0,0,391,0,0,0,0,0,0,0,230,3.60,7,7,24.1,2440,9,999999999,23,0.0000,0,88,0.000,0.0,1.0 +1981,7,17,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,22.20,12.20,53,101000,0,0,352,0,0,0,0,0,0,0,290,4.10,1,1,24.1,77777,9,999999999,22,0.0000,0,88,0.000,0.0,1.0 +1981,7,17,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,21.10,12.80,59,101000,0,0,348,0,0,0,0,0,0,0,300,2.60,1,1,24.1,77777,9,999999999,23,0.0000,0,88,0.000,0.0,1.0 +1981,7,17,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,20.60,12.80,61,101100,37,804,337,15,15,14,1700,600,1600,290,270,3.60,0,0,24.1,77777,9,999999999,23,0.0000,0,88,0.000,0.0,1.0 +1981,7,17,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,22.20,13.30,57,101100,244,1322,345,104,272,54,11000,19600,7300,970,300,3.60,0,0,24.1,77777,9,999999999,24,0.0000,0,88,0.000,0.0,1.0 +1981,7,17,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.30,13.90,55,101200,480,1322,351,275,509,89,28400,47200,11300,1710,290,2.60,0,0,19.3,77777,9,999999999,25,0.0000,0,88,0.000,0.0,1.0 +1981,7,17,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.60,13.90,49,101200,706,1322,360,468,648,120,49100,64500,14600,2650,290,2.60,0,0,16.1,77777,9,999999999,25,0.0000,0,88,0.000,0.0,1.0 +1981,7,17,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,26.10,15.00,50,101200,905,1322,365,642,723,144,68300,73700,17700,3970,120,3.60,0,0,16.1,77777,9,999999999,26,0.0000,0,88,0.000,0.0,1.0 +1981,7,17,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,27.20,15.00,47,101200,1066,1322,370,784,769,162,81800,77200,19400,5390,140,4.10,0,0,16.1,77777,9,999999999,27,0.0000,0,88,0.000,0.0,1.0 +1981,7,17,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,26.10,13.90,47,101200,1175,1322,375,798,645,223,85000,65900,26400,11210,90,6.20,2,2,16.1,77777,9,999999999,25,0.0000,0,88,0.000,0.0,1.0 +1981,7,17,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,26.10,16.10,54,101200,1226,1322,409,688,422,294,75000,44200,33900,18640,90,6.20,6,6,16.1,1520,9,999999999,28,0.0000,0,88,0.000,0.0,1.0 +1981,7,17,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.60,16.70,58,101200,1216,1322,394,880,692,241,93600,70600,28600,14300,100,6.20,4,4,16.1,77777,9,999999999,30,0.0000,0,88,0.000,0.0,1.0 +1981,7,17,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.90,15.60,60,101200,1145,1322,403,818,542,347,86900,56600,37800,16090,130,5.20,7,7,16.1,1680,9,999999999,28,0.0000,0,88,0.000,0.0,1.0 +1981,7,17,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.60,17.20,60,101200,1018,1322,403,485,197,333,53400,21000,37200,11260,100,5.20,5,5,20.9,77777,9,999999999,30,0.0000,0,88,0.000,0.0,1.0 +1981,7,17,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.00,14.40,52,101100,843,1322,387,546,596,163,57100,60000,18800,4040,110,4.60,4,4,24.1,77777,9,999999999,26,0.0000,0,88,0.000,0.0,1.0 +1981,7,17,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.90,15.60,60,101200,633,1322,385,315,272,184,33700,28000,20300,4040,90,5.20,4,4,24.1,77777,9,999999999,28,0.0000,0,88,0.000,0.0,1.0 +1981,7,17,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.90,17.80,69,101200,402,1322,380,200,348,93,20900,30900,11600,1730,110,5.20,2,2,24.1,77777,9,999999999,32,0.0000,0,88,0.000,0.0,1.0 +1981,7,17,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.30,18.30,74,101200,167,1322,369,61,158,41,6500,8900,5300,750,120,3.10,0,0,24.1,77777,9,999999999,33,0.0000,0,88,0.000,0.0,1.0 +1981,7,17,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,24.40,16.10,60,101200,7,364,368,3,0,3,0,0,0,0,180,4.60,0,0,24.1,77777,9,999999999,28,0.0000,0,88,0.000,0.0,1.0 +1981,7,17,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.90,15.60,60,101300,0,0,365,0,0,0,0,0,0,0,180,4.10,0,0,24.1,77777,9,999999999,28,0.0000,0,88,0.000,0.0,1.0 +1981,7,17,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,22.80,16.70,69,101300,0,0,364,0,0,0,0,0,0,0,180,4.60,0,0,24.1,77777,9,999999999,30,0.0000,0,88,0.000,0.0,1.0 +1981,7,17,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,22.20,17.20,73,101400,0,0,364,0,0,0,0,0,0,0,200,3.60,0,0,16.1,77777,9,999999999,30,0.0000,0,88,0.000,0.0,1.0 +1981,7,17,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,21.70,16.70,73,101400,0,0,360,0,0,0,0,0,0,0,210,4.10,0,0,16.1,77777,9,999999999,29,0.0000,0,88,0.000,0.0,1.0 +1981,7,18,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,20.60,17.80,84,101400,0,0,358,0,0,0,0,0,0,0,200,4.10,2,0,12.9,77777,9,999999999,32,0.0000,0,88,0.000,0.0,1.0 +1981,7,18,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,20.60,17.20,81,101400,0,0,355,0,0,0,0,0,0,0,210,4.10,7,0,11.3,77777,9,999999999,30,0.0000,0,88,0.000,0.0,1.0 +1981,7,18,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,20.60,17.80,84,101400,0,0,362,0,0,0,0,0,0,0,220,4.10,8,1,11.3,77777,9,999999999,32,0.0000,0,88,0.000,0.0,1.0 +1981,7,18,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,20.00,17.80,87,101400,0,0,368,0,0,0,0,0,0,0,230,4.60,10,3,11.3,77777,9,999999999,31,0.0000,0,88,0.000,0.0,1.0 +1981,7,18,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,20.00,17.80,87,101500,35,782,367,13,7,13,1500,400,1400,320,230,4.60,10,3,11.3,77777,9,999999999,31,0.0000,0,88,0.000,0.0,1.0 +1981,7,18,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,21.10,18.30,84,101500,241,1322,378,77,105,57,8400,7900,6900,1220,220,3.60,10,4,11.3,77777,9,999999999,32,0.0000,0,88,0.000,0.0,1.0 +1981,7,18,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,22.20,18.30,79,101500,477,1322,383,240,278,139,25500,26700,15800,2850,240,5.70,10,4,11.3,77777,9,999999999,33,0.0000,0,88,0.000,0.0,1.0 +1981,7,18,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,24.40,18.30,69,101500,703,1322,405,366,338,185,39600,35400,20800,4160,210,3.60,10,6,11.3,7620,9,999999999,33,0.0000,0,88,0.000,0.0,1.0 +1981,7,18,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,26.10,18.30,62,101500,903,1322,414,432,191,301,47300,20200,33500,8910,180,3.10,8,6,14.5,3660,9,999999999,32,0.0000,0,88,0.000,0.0,1.0 +1981,7,18,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,27.20,18.30,58,101500,1064,1322,401,693,543,254,75100,56700,29300,9250,130,3.10,5,3,14.5,77777,9,999999999,32,0.0000,0,88,0.000,0.0,1.0 +1981,7,18,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,28.30,17.80,53,101500,1174,1322,411,842,668,247,89000,67900,28700,12250,150,5.20,5,4,16.1,77777,9,999999999,32,0.0000,0,88,0.000,0.0,1.0 +1981,7,18,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,27.20,18.90,60,101400,1225,1322,414,811,532,316,87900,55700,36200,19940,120,6.70,5,5,16.1,77777,9,999999999,33,0.0000,0,88,0.000,0.0,1.0 +1981,7,18,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,27.20,18.90,60,101400,1215,1322,402,737,465,308,80000,48700,35200,18510,120,7.70,4,3,16.1,77777,9,999999999,33,0.0000,0,88,0.000,0.0,1.0 +1981,7,18,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,27.20,18.90,60,101300,1144,1322,433,637,243,426,69800,25900,47400,18020,120,5.70,10,8,16.1,1520,9,999999999,33,0.0000,0,88,0.000,0.0,1.0 +1981,7,18,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,27.20,18.90,60,101300,1016,1322,445,256,0,256,30300,0,30300,11940,130,4.60,10,10,19.3,1680,9,999999999,33,0.0000,0,88,0.000,0.0,1.0 +1981,7,18,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.60,18.30,64,101300,842,1322,406,481,392,230,50800,40300,25100,5770,170,7.70,5,5,12.9,77777,9,999999999,32,0.0000,0,88,0.000,0.0,1.0 +1981,7,18,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.90,17.20,66,101400,631,1322,395,351,326,194,37400,33500,21400,4310,160,9.30,5,5,16.1,77777,9,999999999,30,0.0000,0,88,0.000,0.0,1.0 +1981,7,18,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.90,17.20,66,101400,400,1322,390,183,273,100,19600,24700,12100,1940,180,6.20,4,4,16.1,77777,9,999999999,30,0.0000,0,88,0.000,0.0,1.0 +1981,7,18,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.30,17.20,69,101400,164,1322,399,54,52,48,5900,3200,5500,1010,110,3.60,10,6,16.1,3050,9,999999999,31,0.0000,0,88,0.000,0.0,1.0 +1981,7,18,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,21.10,17.20,79,101400,6,342,405,2,0,2,0,0,0,0,150,4.60,10,9,12.9,2130,9,999999999,31,0.0000,0,88,0.000,0.0,1.0 +1981,7,18,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,20.60,18.90,90,101700,0,0,409,0,0,0,0,0,0,0,290,6.70,10,10,2.4,1070,9,999999999,34,0.0000,0,88,0.000,0.0,1.0 +1981,7,18,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,20.00,18.30,90,101500,0,0,405,0,0,0,0,0,0,0,140,8.80,10,10,8.0,1520,9,999999999,32,0.0000,0,88,0.000,0.0,1.0 +1981,7,18,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,20.60,18.90,90,101500,0,0,386,0,0,0,0,0,0,0,260,5.20,6,5,9.7,3050,9,999999999,34,0.0000,0,88,0.000,0.0,1.0 +1981,7,18,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,20.00,18.30,90,101500,0,0,357,0,0,0,0,0,0,0,260,4.10,0,0,9.7,77777,9,999999999,32,0.0000,0,88,0.000,0.0,1.0 +1981,7,19,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,20.00,18.30,90,101400,0,0,357,0,0,0,0,0,0,0,280,3.60,0,0,11.3,77777,9,999999999,32,0.0000,0,88,0.000,0.0,1.0 +1981,7,19,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,19.40,17.20,87,101400,0,0,350,0,0,0,0,0,0,0,300,4.10,0,0,11.3,77777,9,999999999,30,0.0000,0,88,0.000,0.0,1.0 +1981,7,19,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,18.90,17.20,90,101400,0,0,346,0,0,0,0,0,0,0,60,2.10,0,0,11.3,77777,9,999999999,30,0.0000,0,88,0.000,0.0,1.0 +1981,7,19,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,18.30,17.20,93,101500,0,0,342,0,0,0,0,0,0,0,60,2.10,0,0,9.7,77777,9,999999999,30,0.0000,0,88,0.000,0.0,1.0 +1981,7,19,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,18.90,17.20,90,101500,34,761,360,18,19,16,1900,700,1800,330,80,1.50,9,3,9.7,77777,9,999999999,30,0.0000,0,88,0.000,0.0,1.0 +1981,7,19,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,19.40,17.80,90,101500,238,1323,368,98,182,65,10300,12900,8000,1230,120,2.10,9,4,8.0,77777,9,999999999,31,0.0000,0,88,0.000,0.0,1.0 +1981,7,19,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,20.60,17.80,84,101500,475,1323,368,269,453,106,28500,42300,13300,2010,150,2.10,8,3,9.7,77777,9,999999999,32,0.0000,0,88,0.000,0.0,1.0 +1981,7,19,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,22.80,17.80,74,101500,701,1323,378,431,590,117,45400,58700,14200,2580,130,1.50,4,3,11.3,77777,9,999999999,32,0.0000,0,88,0.000,0.0,1.0 +1981,7,19,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.90,18.30,71,101500,901,1323,384,617,606,202,64100,60800,22600,5290,130,3.60,3,3,16.1,77777,9,999999999,33,0.0000,0,88,0.000,0.0,1.0 +1981,7,19,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.30,18.30,74,101500,1062,1323,380,730,667,192,77600,68100,22800,6960,80,4.10,3,3,16.1,77777,9,999999999,33,0.0000,0,88,0.000,0.0,1.0 +1981,7,19,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.30,18.90,76,101500,1172,1323,387,832,779,140,89500,79200,19200,6720,110,6.20,4,4,8.0,77777,9,999999999,34,0.0000,0,88,0.000,0.0,1.0 +1981,7,19,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.00,17.80,64,101500,1224,1323,387,819,579,281,86200,58600,31900,17080,60,7.20,3,3,8.0,77777,9,999999999,31,0.0000,0,88,0.000,0.0,1.0 +1981,7,19,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.60,18.30,64,101500,1214,1323,392,813,634,230,86900,64800,27300,13510,70,6.20,6,3,8.0,77777,9,999999999,32,0.0000,0,88,0.000,0.0,1.0 +1981,7,19,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.90,18.90,74,101500,1142,1323,391,789,617,254,83000,62500,28900,11260,100,7.20,4,4,8.0,77777,9,999999999,34,0.0000,0,88,0.000,0.0,1.0 +1981,7,19,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.90,18.30,71,101500,1015,1323,367,754,843,105,77900,84300,13100,2920,110,6.20,0,0,8.0,77777,9,999999999,33,0.0000,0,88,0.000,0.0,1.0 +1981,7,19,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.90,18.30,71,101400,840,1323,368,588,760,103,62200,76300,13700,2560,140,6.20,2,0,8.0,77777,9,999999999,33,0.0000,0,88,0.000,0.0,1.0 +1981,7,19,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.30,17.80,71,101400,629,1323,364,421,695,89,44700,68600,12000,1910,110,5.20,3,0,11.3,77777,9,999999999,31,0.0000,0,88,0.000,0.0,1.0 +1981,7,19,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,22.20,18.30,79,101400,397,1323,362,230,550,63,23900,48900,9200,1210,100,5.70,3,0,11.3,77777,9,999999999,33,0.0000,0,88,0.000,0.0,1.0 +1981,7,19,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,21.10,18.30,84,101400,162,1323,369,57,141,39,6000,7800,5000,710,110,6.20,7,2,8.0,77777,9,999999999,32,0.0000,0,88,0.000,0.0,1.0 +1981,7,19,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,20.60,18.30,87,101400,6,320,372,4,0,3,0,0,0,0,120,4.60,6,3,6.4,77777,9,999999999,33,0.0000,0,88,0.000,0.0,1.0 +1981,7,19,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,20.60,18.30,87,101500,0,0,358,0,0,0,0,0,0,0,140,4.10,0,0,6.4,77777,9,999999999,33,0.0000,0,88,0.000,0.0,1.0 +1981,7,19,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,20.60,18.30,87,101500,0,0,409,0,0,0,0,0,0,0,130,4.10,10,10,6.4,910,9,999999999,33,0.0000,0,88,0.000,0.0,1.0 +1981,7,19,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,20.60,18.30,87,101500,0,0,409,0,0,0,0,0,0,0,120,3.60,10,10,6.4,1160,9,999999999,33,0.0000,0,88,0.000,0.0,1.0 +1981,7,19,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,20.60,18.30,87,101400,0,0,409,0,0,0,0,0,0,0,110,3.60,10,10,6.4,150,9,999999999,33,0.0000,0,88,0.000,0.0,1.0 +1981,7,20,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,20.60,18.90,90,101400,0,0,409,0,0,0,0,0,0,0,110,3.10,10,10,6.4,150,9,999999999,34,0.0000,0,88,0.000,0.0,1.0 +1981,7,20,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,20.60,18.90,90,101400,0,0,409,0,0,0,0,0,0,0,140,3.60,10,10,3.2,90,9,999999999,34,0.0000,0,88,0.000,0.5,1.0 +1981,7,20,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,20.60,18.90,90,101400,0,0,409,0,0,0,0,0,0,0,160,2.10,10,10,2.4,90,9,999999999,34,0.0000,0,88,0.000,7.6,1.0 +1981,7,20,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,20.60,20.00,97,101300,0,0,409,0,0,0,0,0,0,0,160,5.20,10,10,2.4,90,9,999999999,36,0.0000,0,88,0.000,0.0,1.0 +1981,7,20,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,21.10,20.00,93,101300,32,739,412,8,0,8,1000,0,1000,300,180,3.60,10,10,3.2,1310,9,999999999,36,0.0000,0,88,0.000,0.0,1.0 +1981,7,20,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,21.70,20.60,93,101300,235,1323,415,41,1,41,4700,0,4700,1540,170,4.60,10,10,2.4,120,9,999999999,37,0.0000,0,88,0.000,0.0,1.0 +1981,7,20,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,22.20,21.10,93,101300,472,1323,418,123,5,121,13900,300,13800,4640,180,3.10,10,10,2.4,120,9,999999999,38,0.0000,0,88,0.000,0.0,1.0 +1981,7,20,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.30,21.10,87,101400,699,1323,424,175,4,173,20300,300,20100,7390,210,4.60,10,10,3.2,240,9,999999999,38,0.0000,0,88,0.000,0.0,1.0 +1981,7,20,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.30,21.10,87,101300,899,1323,424,277,4,275,32100,400,31900,11850,170,5.20,10,10,3.2,240,9,999999999,38,0.0000,0,88,0.000,0.0,1.0 +1981,7,20,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.30,21.10,87,101200,1060,1323,424,305,5,301,35900,400,35600,13690,140,4.10,10,10,3.2,240,9,999999999,38,0.0000,0,88,0.000,0.0,1.0 +1981,7,20,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.00,21.70,82,101200,1170,1323,434,351,4,347,41500,400,41100,15610,150,5.20,10,10,3.2,240,9,999999999,40,0.0000,0,88,0.000,0.0,1.0 +1981,7,20,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,24.40,21.10,82,101100,1222,1323,430,445,4,441,52000,400,51600,18590,170,3.60,10,10,3.2,2740,9,999999999,38,0.0000,0,88,0.000,0.0,1.0 +1981,7,20,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,24.40,22.20,87,101100,1212,1323,431,230,2,228,28200,200,28100,11350,190,5.20,10,10,3.2,490,9,999999999,40,0.0000,0,88,0.000,1.0,1.0 +1981,7,20,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.90,22.20,90,101100,1141,1323,428,239,1,238,29000,100,28900,11630,190,5.70,10,10,3.2,490,9,999999999,41,0.0000,0,88,0.000,0.0,1.0 +1981,7,20,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.90,20.60,82,101100,1013,1323,427,196,1,196,23800,100,23700,9650,190,6.70,10,10,4.8,4270,9,999999999,37,0.0000,0,88,0.000,1.3,1.0 +1981,7,20,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,22.20,20.00,87,101000,838,1323,417,158,0,158,18900,0,18900,7500,190,5.20,10,10,3.2,1830,9,999999999,36,0.0000,0,88,0.000,2.5,1.0 +1981,7,20,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,21.70,20.00,90,100900,627,1323,415,112,0,111,13100,0,13100,4950,130,4.60,10,10,1.6,1070,9,999999999,36,0.0000,0,88,0.000,1.8,1.0 +1981,7,20,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,21.70,20.00,90,100800,395,1323,415,63,0,63,7400,0,7400,2600,140,5.20,10,10,1.6,1310,9,999999999,36,0.0000,0,88,0.000,0.0,1.0 +1981,7,20,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,20.60,17.80,84,100800,159,1323,407,27,0,27,3100,0,3100,990,120,5.70,10,10,1.6,150,9,999999999,31,0.0000,0,88,0.000,0.0,1.0 +1981,7,20,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,20.60,19.40,93,100700,5,298,409,2,0,2,0,0,0,0,130,5.20,10,10,1.6,210,9,999999999,34,0.0000,0,88,0.000,0.0,1.0 +1981,7,20,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,21.70,20.00,90,100700,0,0,416,0,0,0,0,0,0,0,170,5.20,10,10,6.4,1160,9,999999999,36,0.0000,0,88,0.000,0.0,1.0 +1981,7,20,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,22.20,20.60,90,100600,0,0,419,0,0,0,0,0,0,0,180,6.20,10,10,8.0,340,9,999999999,37,0.0000,0,88,0.000,0.8,1.0 +1981,7,20,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,22.80,21.10,90,100500,0,0,423,0,0,0,0,0,0,0,200,7.70,10,10,8.0,340,9,999999999,38,0.0000,0,88,0.000,0.0,1.0 +1981,7,20,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.30,21.10,87,100400,0,0,426,0,0,0,0,0,0,0,200,7.20,10,10,8.0,340,9,999999999,38,0.0000,0,88,0.000,0.0,1.0 +1981,7,21,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.30,21.10,87,100300,0,0,426,0,0,0,0,0,0,0,200,7.70,10,10,8.0,340,9,999999999,38,0.0000,0,88,0.000,0.0,1.0 +1981,7,21,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.90,21.10,85,100300,0,0,429,0,0,0,0,0,0,0,200,8.80,10,10,11.3,340,9,999999999,38,0.0000,0,88,0.000,0.3,1.0 +1981,7,21,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.90,21.70,87,100200,0,0,430,0,0,0,0,0,0,0,190,7.20,10,10,11.3,340,9,999999999,39,0.0000,0,88,0.000,2.3,1.0 +1981,7,21,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.30,21.70,90,100100,0,0,426,0,0,0,0,0,0,0,190,7.20,10,10,11.3,340,9,999999999,39,0.0000,0,88,0.000,0.0,1.0 +1981,7,21,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.30,21.70,90,100100,30,717,426,7,0,7,800,0,800,270,190,7.70,10,10,16.1,310,9,999999999,39,0.0000,0,88,0.000,0.0,1.0 +1981,7,21,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.30,22.20,94,100000,232,1323,426,63,0,63,7000,0,7000,2110,210,8.20,10,10,11.3,310,9,999999999,40,0.0000,0,88,0.000,0.0,1.0 +1981,7,21,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.00,22.80,88,100000,469,1323,436,141,1,140,15700,100,15700,5110,220,4.60,10,10,11.3,340,9,999999999,42,0.0000,0,88,0.000,0.0,1.0 +1981,7,21,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.60,22.80,85,100100,696,1323,439,215,1,215,24500,100,24500,8590,230,6.70,10,10,11.3,400,9,999999999,42,0.0000,0,88,0.000,0.0,1.0 +1981,7,21,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,27.20,22.20,74,100000,897,1323,423,434,174,315,47300,18400,34800,9270,220,7.70,5,5,12.9,77777,9,999999999,40,0.0000,0,88,0.000,0.0,1.0 +1981,7,21,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,28.90,22.20,67,100000,1058,1323,458,342,1,342,39900,100,39900,14960,230,7.70,10,10,11.3,700,9,999999999,40,0.0000,0,88,0.000,0.0,1.0 +1981,7,21,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,28.90,22.20,67,100000,1169,1323,452,442,91,361,48800,9300,40600,16970,260,8.20,9,9,11.3,760,9,999999999,40,0.0000,0,88,0.000,0.0,1.0 +1981,7,21,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,29.40,22.20,65,100000,1221,1323,445,799,417,413,84300,43500,44100,25760,240,7.20,7,7,11.3,760,9,999999999,40,0.0000,0,88,0.000,0.0,1.0 +1981,7,21,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,30.00,22.20,63,99900,1211,1323,454,536,171,379,59500,18300,42700,19240,240,7.70,8,8,11.3,760,9,999999999,40,0.0000,0,88,0.000,0.0,1.0 +1981,7,21,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,32.20,22.20,56,99900,1139,1323,451,667,422,302,71800,44100,33700,13620,230,7.70,5,5,11.3,77777,9,999999999,40,0.0000,0,88,0.000,0.0,1.0 +1981,7,21,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,32.80,21.70,52,99900,1012,1323,448,646,559,216,67700,56500,24300,6890,240,8.80,4,4,11.3,77777,9,999999999,39,0.0000,0,88,0.000,2.0,1.0 +1981,7,21,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.00,20.00,74,100000,836,1323,433,166,8,161,19800,600,19400,7610,290,7.70,10,10,19.3,1980,9,999999999,35,0.0000,0,88,0.000,3.3,1.0 +1981,7,21,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,24.40,22.20,87,100000,625,1323,432,216,7,212,24200,600,23900,7930,210,5.20,10,10,11.3,1980,9,999999999,40,0.0000,0,88,0.000,0.0,1.0 +1981,7,21,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,24.40,22.20,87,100000,393,1323,432,92,1,92,10500,100,10500,3490,220,4.60,10,10,8.0,3050,9,999999999,40,0.0000,0,88,0.000,0.0,1.0 +1981,7,21,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.60,22.80,85,100100,156,1323,440,35,1,35,4000,0,4000,1200,240,5.20,10,10,8.0,3050,9,999999999,42,0.0000,0,88,0.000,0.0,1.0 +1981,7,21,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.60,22.20,82,100200,5,276,440,1,0,1,0,0,0,0,240,4.60,10,10,8.0,2740,9,999999999,41,0.0000,0,88,0.000,0.0,1.0 +1981,7,21,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.00,22.20,85,100300,0,0,436,0,0,0,0,0,0,0,230,4.10,10,10,8.0,2740,9,999999999,41,0.0000,0,88,0.000,0.0,1.0 +1981,7,21,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,24.40,22.20,87,100300,0,0,433,0,0,0,0,0,0,0,220,5.20,10,10,6.4,1520,9,999999999,40,0.0000,0,88,0.000,0.0,1.0 +1981,7,21,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.90,21.70,87,100300,0,0,430,0,0,0,0,0,0,0,240,4.10,10,10,8.0,1490,9,999999999,39,0.0000,0,88,0.000,0.0,1.0 +1981,7,21,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.90,21.10,85,100300,0,0,430,0,0,0,0,0,0,0,240,5.20,10,10,8.0,1520,9,999999999,38,0.0000,0,88,0.000,0.0,1.0 +1981,7,22,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.30,21.10,87,100400,0,0,396,0,0,0,0,0,0,0,290,4.10,4,3,9.7,77777,9,999999999,38,0.0000,0,88,0.000,0.0,1.0 +1981,7,22,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,22.80,18.90,79,100300,0,0,372,0,0,0,0,0,0,0,330,3.60,0,0,19.3,77777,9,999999999,33,0.0000,0,88,0.000,0.0,1.0 +1981,7,22,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,22.80,18.90,79,100400,0,0,371,0,0,0,0,0,0,0,320,4.10,0,0,19.3,77777,9,999999999,33,0.0000,0,88,0.000,0.0,1.0 +1981,7,22,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,22.20,18.30,79,100400,0,0,375,0,0,0,0,0,0,0,320,4.10,2,2,19.3,77777,9,999999999,32,0.0000,0,88,0.000,0.0,1.0 +1981,7,22,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,21.10,17.80,81,100500,29,695,356,13,0,11,1400,900,1300,230,320,5.20,0,0,19.3,77777,9,999999999,31,0.0000,0,88,0.000,0.0,1.0 +1981,7,22,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,21.10,17.80,81,100600,229,1323,355,103,329,45,10400,23700,6300,810,310,6.20,0,0,19.3,77777,9,999999999,31,0.0000,0,88,0.000,0.0,1.0 +1981,7,22,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,21.70,17.20,76,100600,466,1323,389,212,224,132,22500,21400,14900,2680,330,6.20,6,6,24.1,3050,9,999999999,30,0.0000,0,88,0.000,0.0,1.0 +1981,7,22,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,21.70,17.20,76,100700,694,1323,412,166,8,162,19300,600,19000,7000,320,7.20,10,10,24.1,1310,9,999999999,30,0.0000,0,88,0.000,0.0,1.0 +1981,7,22,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,22.20,17.20,73,100700,895,1323,415,263,17,251,30600,1500,29600,11080,330,4.10,10,10,24.1,670,9,999999999,30,0.0000,0,88,0.000,0.0,1.0 +1981,7,22,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.30,17.20,69,100800,1057,1323,421,263,10,255,31300,800,30700,12070,330,4.10,10,10,24.1,1070,9,999999999,30,0.0000,0,88,0.000,0.0,1.0 +1981,7,22,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,24.40,17.80,66,100800,1167,1323,427,301,2,300,36100,200,35900,14020,30,2.10,10,10,24.1,640,9,999999999,31,0.0000,0,88,0.000,0.0,1.0 +1981,7,22,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.90,17.80,69,100900,1219,1323,424,384,3,381,45400,300,45100,16870,90,4.10,10,10,24.1,880,9,999999999,31,0.0000,0,88,0.000,0.0,1.0 +1981,7,22,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,24.40,18.30,69,100900,1209,1323,398,705,374,362,75300,39100,39500,21280,110,4.60,5,5,24.1,77777,9,999999999,32,0.0000,0,88,0.000,0.0,1.0 +1981,7,22,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.30,17.20,69,100900,1138,1323,408,572,169,426,62600,18000,47200,17750,110,4.60,8,8,24.1,1310,9,999999999,30,0.0000,0,88,0.000,0.0,1.0 +1981,7,22,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,24.40,17.80,66,100900,1010,1323,391,653,514,259,70100,53600,29100,8400,130,5.20,4,4,24.1,77777,9,999999999,31,0.0000,0,88,0.000,0.0,1.0 +1981,7,22,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.90,17.80,69,100900,834,1323,384,565,636,162,59100,63900,18700,3970,70,5.20,3,3,24.1,77777,9,999999999,31,0.0000,0,88,0.000,0.0,1.0 +1981,7,22,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,22.80,17.20,71,101000,623,1323,413,220,113,167,24300,11500,18800,4080,110,4.10,9,9,24.1,1370,9,999999999,30,0.0000,0,88,0.000,0.0,1.0 +1981,7,22,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,22.20,16.70,71,101100,390,1323,409,152,135,112,16500,12200,12900,2500,60,1.50,9,9,24.1,1980,9,999999999,29,0.0000,0,88,0.000,0.0,1.0 +1981,7,22,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,21.70,16.10,71,101100,153,1323,389,50,45,45,5400,2700,5100,940,110,3.10,7,6,24.1,4880,9,999999999,29,0.0000,0,88,0.000,0.0,1.0 +1981,7,22,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,21.70,16.70,73,101200,4,276,407,4,0,4,0,0,0,0,140,2.10,9,9,24.1,1520,9,999999999,29,0.0000,0,88,0.000,0.0,1.0 +1981,7,22,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.30,13.30,54,101300,0,0,394,0,0,0,0,0,0,0,350,4.60,6,6,24.1,1830,9,999999999,24,0.0000,0,88,0.000,0.0,1.0 +1981,7,22,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,21.70,12.20,55,101400,0,0,357,0,0,0,0,0,0,0,350,4.10,2,2,24.1,77777,9,999999999,23,0.0000,0,88,0.000,0.0,1.0 +1981,7,22,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,20.60,11.10,55,101400,0,0,336,0,0,0,0,0,0,0,350,5.20,0,0,24.1,77777,9,999999999,21,0.0000,0,88,0.000,0.0,1.0 +1981,7,22,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,20.00,10.00,53,101400,0,0,330,0,0,0,0,0,0,0,350,5.20,0,0,24.1,77777,9,999999999,20,0.0000,0,88,0.000,0.0,1.0 +1981,7,23,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,18.90,10.00,57,101500,0,0,325,0,0,0,0,0,0,0,360,4.10,0,0,24.1,77777,9,999999999,20,0.0000,0,88,0.000,0.0,1.0 +1981,7,23,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,18.30,10.60,61,101500,0,0,324,0,0,0,0,0,0,0,340,3.60,0,0,24.1,77777,9,999999999,21,0.0000,0,88,0.000,0.0,1.0 +1981,7,23,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,17.80,10.60,63,101500,0,0,321,0,0,0,0,0,0,0,310,4.10,0,0,24.1,77777,9,999999999,21,0.0000,0,88,0.000,0.0,1.0 +1981,7,23,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,17.20,10.00,63,101500,0,0,315,0,0,0,0,0,0,0,330,4.10,0,0,24.1,77777,9,999999999,20,0.0000,0,88,0.000,0.0,1.0 +1981,7,23,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,16.70,10.60,67,101600,27,673,314,12,0,11,1300,500,1200,270,330,4.10,0,0,24.1,77777,9,999999999,20,0.0000,0,88,0.000,0.0,1.0 +1981,7,23,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,17.80,10.00,61,101600,226,1323,315,94,247,51,9800,17200,6800,910,320,5.20,0,0,24.1,77777,9,999999999,20,0.0000,0,88,0.000,0.0,1.0 +1981,7,23,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,20.00,10.60,55,101700,464,1323,325,262,496,86,26900,45600,10900,1640,310,3.60,0,0,24.1,77777,9,999999999,21,0.0000,0,88,0.000,0.0,1.0 +1981,7,23,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,21.70,11.10,51,101700,691,1323,333,454,639,118,47600,63400,14400,2580,340,4.10,0,0,24.1,77777,9,999999999,21,0.0000,0,88,0.000,0.0,1.0 +1981,7,23,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.60,11.10,40,101700,893,1323,350,637,729,143,67800,74300,17600,3870,350,4.10,0,0,24.1,77777,9,999999999,21,0.0000,0,88,0.000,0.0,1.0 +1981,7,23,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.00,7.20,32,101800,1055,1323,334,789,785,161,82200,78800,19300,5200,360,6.70,0,0,24.1,77777,9,999999999,17,0.0000,0,88,0.000,0.0,1.0 +1981,7,23,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.60,8.90,35,101800,1165,1323,342,888,810,172,93200,81600,21200,7720,50,4.10,0,0,24.1,77777,9,999999999,19,0.0000,0,88,0.000,0.0,1.0 +1981,7,23,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.00,9.40,37,101800,1218,1323,349,903,767,195,94200,77000,23200,10680,90,5.70,1,1,24.1,77777,9,999999999,19,0.0000,0,88,0.000,0.0,1.0 +1981,7,23,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.90,11.70,46,101700,1208,1323,350,888,769,183,93000,77400,22300,9670,130,5.70,1,1,24.1,77777,9,999999999,22,0.0000,0,88,0.000,0.0,1.0 +1981,7,23,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,24.40,10.00,40,101700,1136,1323,348,815,755,164,85700,76100,20200,6700,120,6.20,1,1,24.1,77777,9,999999999,20,0.0000,0,88,0.000,0.0,1.0 +1981,7,23,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,24.40,10.60,42,101700,1008,1323,351,716,710,173,76200,72600,20900,5610,120,6.20,1,1,24.1,77777,9,999999999,21,0.0000,0,88,0.000,0.0,1.0 +1981,7,23,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.90,10.60,43,101800,832,1323,342,570,685,136,60300,69400,16600,3400,120,5.70,0,0,24.1,77777,9,999999999,21,0.0000,0,88,0.000,0.0,1.0 +1981,7,23,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,22.20,12.20,53,101800,620,1323,340,395,607,109,41200,59300,13400,2260,110,5.20,0,0,24.1,77777,9,999999999,23,0.0000,0,88,0.000,0.0,1.0 +1981,7,23,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,21.10,11.70,55,101900,387,1323,335,205,438,76,21000,38200,9800,1400,110,5.20,0,0,24.1,77777,9,999999999,22,0.0000,0,88,0.000,0.0,1.0 +1981,7,23,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,21.70,11.70,53,101900,150,1323,339,54,140,37,5600,7400,4800,670,110,4.60,0,0,24.1,77777,9,999999999,22,0.0000,0,88,0.000,0.0,1.0 +1981,7,23,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,20.60,13.30,63,101900,3,254,341,2,0,2,0,0,0,0,140,3.60,0,0,24.1,77777,9,999999999,24,0.0000,0,88,0.000,0.0,1.0 +1981,7,23,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,20.60,11.10,55,102000,0,0,335,0,0,0,0,0,0,0,170,2.60,0,0,24.1,77777,9,999999999,21,0.0000,0,88,0.000,0.0,1.0 +1981,7,23,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,20.60,10.00,51,102000,0,0,333,0,0,0,0,0,0,0,20,2.60,0,0,24.1,77777,9,999999999,20,0.0000,0,88,0.000,0.0,1.0 +1981,7,23,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,19.40,12.80,66,102000,0,0,336,0,0,0,0,0,0,0,120,1.00,0,0,24.1,77777,9,999999999,24,0.0000,0,88,0.000,0.0,1.0 +1981,7,23,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,19.40,12.80,66,102000,0,0,343,0,0,0,0,0,0,0,20,1.00,1,1,24.1,77777,9,999999999,24,0.0000,0,88,0.000,0.0,1.0 +1981,7,24,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,19.40,11.10,59,102100,0,0,331,0,0,0,0,0,0,0,330,4.10,0,0,24.1,77777,9,999999999,21,0.0000,0,88,0.000,0.0,1.0 +1981,7,24,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,18.90,11.10,61,102100,0,0,328,0,0,0,0,0,0,0,20,4.10,0,0,24.1,77777,9,999999999,21,0.0000,0,88,0.000,0.0,1.0 +1981,7,24,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,18.30,11.10,63,102200,0,0,325,0,0,0,0,0,0,0,340,4.60,0,0,24.1,77777,9,999999999,21,0.0000,0,88,0.000,0.0,1.0 +1981,7,24,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,17.80,10.60,63,102200,0,0,320,0,0,0,0,0,0,0,340,3.60,2,0,24.1,77777,9,999999999,21,0.0000,0,88,0.000,0.0,1.0 +1981,7,24,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,17.20,10.00,63,102300,25,651,314,12,0,12,0,0,0,0,340,3.60,4,0,24.1,77777,9,999999999,20,0.0000,0,88,0.000,0.0,1.0 +1981,7,24,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,17.80,9.40,58,102400,223,1324,314,91,116,71,9800,8300,8400,1510,340,4.10,7,0,24.1,77777,9,999999999,19,0.0000,0,88,0.000,0.0,1.0 +1981,7,24,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,18.90,10.00,57,102400,461,1324,319,253,349,131,26900,33100,15300,2660,10,5.20,6,0,24.1,77777,9,999999999,20,0.0000,0,88,0.000,0.0,1.0 +1981,7,24,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,20.60,8.90,47,102400,689,1324,322,450,501,188,47200,50400,20900,4070,40,5.20,6,0,24.1,77777,9,999999999,19,0.0000,0,88,0.000,0.0,1.0 +1981,7,24,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,21.70,8.90,44,102400,891,1324,326,639,595,236,67800,61500,26300,6280,20,5.70,6,0,24.1,77777,9,999999999,19,0.0000,0,88,0.000,0.0,1.0 +1981,7,24,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,21.70,8.90,44,102500,1053,1324,325,797,646,281,85300,67400,31600,10020,80,5.20,7,0,24.1,77777,9,999999999,19,0.0000,0,88,0.000,0.0,1.0 +1981,7,24,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,22.20,10.60,48,102500,1164,1324,340,835,609,298,87100,61100,33200,13960,80,6.70,8,1,24.1,77777,9,999999999,21,0.0000,0,88,0.000,0.0,1.0 +1981,7,24,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,22.80,12.20,51,102500,1216,1324,347,873,634,289,91700,64000,32800,16820,140,5.20,8,1,24.1,77777,9,999999999,23,0.0000,0,88,0.000,0.0,1.0 +1981,7,24,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,21.70,12.80,57,102500,1206,1324,344,869,617,305,90800,62000,34200,16890,130,5.20,8,1,24.1,77777,9,999999999,24,0.0000,0,88,0.000,0.0,1.0 +1981,7,24,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,22.80,10.00,44,102400,1134,1324,333,876,658,310,90700,65700,34300,13070,100,5.20,8,0,24.1,77777,9,999999999,20,0.0000,0,88,0.000,0.0,1.0 +1981,7,24,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,22.80,12.20,51,102400,1006,1324,348,619,428,292,65500,44500,31600,9480,120,5.20,8,1,24.1,77777,9,999999999,23,0.0000,0,88,0.000,0.0,1.0 +1981,7,24,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,22.20,12.20,53,102400,830,1324,347,544,524,213,57700,53900,23800,5230,110,5.70,7,1,24.1,77777,9,999999999,23,0.0000,0,88,0.000,0.0,1.0 +1981,7,24,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,21.10,13.30,61,102400,618,1324,346,364,423,164,38000,41800,18400,3380,80,4.60,7,1,24.1,77777,9,999999999,24,0.0000,0,88,0.000,0.0,1.0 +1981,7,24,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,20.00,14.40,71,102400,384,1324,345,175,244,104,18600,21700,12300,2040,130,4.10,7,1,24.1,77777,9,999999999,26,0.0000,0,88,0.000,0.0,1.0 +1981,7,24,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,19.40,14.40,73,102400,147,1324,350,46,22,44,5100,1500,4900,1020,120,3.10,7,2,24.1,77777,9,999999999,26,0.0000,0,88,0.000,0.0,1.0 +1981,7,24,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,18.90,13.90,73,102500,3,232,341,1,0,1,0,0,0,0,120,3.10,6,1,24.1,77777,9,999999999,25,0.0000,0,88,0.000,0.0,1.0 +1981,7,24,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,18.90,14.40,76,102500,0,0,344,0,0,0,0,0,0,0,140,3.10,5,1,24.1,77777,9,999999999,26,0.0000,0,88,0.000,0.0,1.0 +1981,7,24,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,18.30,14.40,78,102500,0,0,336,0,0,0,0,0,0,0,150,2.60,5,0,24.1,77777,9,999999999,26,0.0000,0,88,0.000,0.0,1.0 +1981,7,24,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,18.30,13.30,73,102500,0,0,333,0,0,0,0,0,0,0,120,1.00,5,0,24.1,77777,9,999999999,24,0.0000,0,88,0.000,0.0,1.0 +1981,7,24,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,17.80,15.00,84,102500,0,0,336,0,0,0,0,0,0,0,150,2.10,8,0,24.1,77777,9,999999999,27,0.0000,0,88,0.000,0.0,1.0 +1981,7,25,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,17.80,13.90,78,102500,0,0,344,0,0,0,0,0,0,0,180,2.10,10,2,24.1,77777,9,999999999,25,0.0000,0,88,0.000,0.0,1.0 +1981,7,25,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,17.80,15.00,84,102400,0,0,352,0,0,0,0,0,0,0,200,1.50,10,3,24.1,77777,9,999999999,27,0.0000,0,88,0.000,0.0,1.0 +1981,7,25,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,18.30,15.00,81,102400,0,0,354,0,0,0,0,0,0,0,50,1.50,10,3,24.1,77777,9,999999999,27,0.0000,0,88,0.000,0.0,1.0 +1981,7,25,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,17.80,15.60,87,102400,0,0,352,0,0,0,0,0,0,0,130,1.50,10,3,24.1,77777,9,999999999,28,0.0000,0,88,0.000,0.0,1.0 +1981,7,25,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,17.20,15.60,90,102500,24,629,354,15,0,14,0,0,0,0,120,2.10,10,4,24.1,77777,9,999999999,28,0.0000,0,88,0.000,0.0,1.0 +1981,7,25,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,17.80,16.10,90,102500,220,1324,391,56,27,51,6100,2100,5700,1290,170,2.10,10,10,24.1,3660,9,999999999,29,0.0000,0,88,0.000,0.0,1.0 +1981,7,25,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,18.90,15.60,81,102500,458,1324,354,272,482,105,28700,44600,13300,1980,120,1.50,3,3,24.1,77777,9,999999999,28,0.0000,0,88,0.000,0.0,1.0 +1981,7,25,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,20.00,16.10,78,102500,686,1324,354,422,592,114,44400,58800,13900,2490,120,3.60,2,2,24.1,77777,9,999999999,29,0.0000,0,88,0.000,0.0,1.0 +1981,7,25,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,21.70,16.70,73,102500,889,1324,369,614,660,169,64500,66700,19700,4450,120,3.60,3,3,24.1,77777,9,999999999,30,0.0000,0,88,0.000,0.0,1.0 +1981,7,25,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,22.80,16.70,69,102500,1051,1324,386,734,633,229,76900,64000,26000,7910,100,5.20,7,5,24.1,3660,9,999999999,30,0.0000,0,88,0.000,0.0,1.0 +1981,7,25,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.30,16.70,66,102500,1162,1324,389,544,303,277,59300,31700,31300,13370,110,5.20,5,5,24.1,77777,9,999999999,30,0.0000,0,88,0.000,0.0,1.0 +1981,7,25,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.90,16.10,62,102400,1214,1324,390,788,479,347,84500,50100,38500,20770,120,7.70,5,5,24.1,77777,9,999999999,29,0.0000,0,88,0.000,0.0,1.0 +1981,7,25,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.30,16.70,66,102400,1204,1324,401,626,328,327,69800,35800,37200,16710,90,7.70,7,7,24.1,910,9,999999999,30,0.0000,0,88,0.000,0.0,1.0 +1981,7,25,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,24.40,16.10,60,102300,1133,1324,374,830,770,168,86900,77500,20500,6740,110,9.30,2,2,24.1,77777,9,999999999,29,0.0000,0,88,0.000,0.0,1.0 +1981,7,25,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,22.20,16.70,71,102200,1004,1324,396,586,333,332,63500,36000,36200,10660,120,6.70,7,7,24.1,910,9,999999999,30,0.0000,0,88,0.000,0.0,1.0 +1981,7,25,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.60,14.40,50,102200,828,1324,411,445,272,273,47600,29000,29500,7070,220,7.20,7,7,24.1,910,9,999999999,26,0.0000,0,88,0.000,0.0,1.0 +1981,7,25,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.60,13.30,47,102200,615,1324,410,243,179,159,26800,18200,18300,3870,220,7.70,7,7,24.1,1070,9,999999999,25,0.0000,0,88,0.000,0.0,1.0 +1981,7,25,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.90,13.30,52,102200,382,1324,395,203,369,96,21100,32100,11900,1790,180,7.20,6,6,24.1,1830,9,999999999,25,0.0000,0,88,0.000,0.0,1.0 +1981,7,25,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.30,12.20,50,102200,144,1324,377,56,100,45,5800,5100,5300,860,170,5.20,5,4,24.1,77777,9,999999999,23,0.0000,0,88,0.000,0.0,1.0 +1981,7,25,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,21.70,12.80,57,102300,2,210,364,0,0,0,0,0,0,0,200,7.20,4,3,24.1,77777,9,999999999,24,0.0000,0,88,0.000,0.0,1.0 +1981,7,25,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,20.60,15.00,71,102300,0,0,353,0,0,0,0,0,0,0,200,6.20,3,1,24.1,77777,9,999999999,27,0.0000,0,88,0.000,0.0,1.0 +1981,7,25,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,20.00,14.40,71,102300,0,0,350,0,0,0,0,0,0,0,220,5.20,3,1,24.1,77777,9,999999999,26,0.0000,0,88,0.000,0.0,1.0 +1981,7,25,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,20.00,14.40,71,102300,0,0,344,0,0,0,0,0,0,0,220,5.20,3,0,24.1,77777,9,999999999,26,0.0000,0,88,0.000,0.0,1.0 +1981,7,25,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,18.90,15.00,78,102200,0,0,341,0,0,0,0,0,0,0,200,4.60,2,0,24.1,77777,9,999999999,27,0.0000,0,88,0.000,0.0,1.0 +1981,7,26,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,18.90,14.40,76,102200,0,0,339,0,0,0,0,0,0,0,220,3.60,0,0,24.1,77777,9,999999999,26,0.0000,0,88,0.000,0.0,1.0 +1981,7,26,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,18.90,14.40,76,102300,0,0,339,0,0,0,0,0,0,0,210,5.20,0,0,24.1,77777,9,999999999,26,0.0000,0,88,0.000,0.0,1.0 +1981,7,26,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,18.90,14.40,76,102200,0,0,338,0,0,0,0,0,0,0,210,5.20,3,0,24.1,77777,9,999999999,26,0.0000,0,88,0.000,0.0,1.0 +1981,7,26,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,18.30,14.40,78,102200,0,0,346,0,0,0,0,0,0,0,200,3.10,8,2,24.1,77777,9,999999999,26,0.0000,0,88,0.000,0.0,1.0 +1981,7,26,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,18.30,15.00,81,102200,22,607,358,10,0,9,0,0,0,0,220,3.10,7,4,24.1,7620,9,999999999,27,0.0000,0,88,0.000,0.0,1.0 +1981,7,26,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,18.90,15.00,78,102300,217,1324,366,82,104,65,8900,7400,7700,1380,180,2.60,8,5,24.1,7620,9,999999999,27,0.0000,0,88,0.000,0.0,1.0 +1981,7,26,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,20.00,14.40,71,102300,455,1324,401,80,2,79,9300,100,9300,3290,210,3.10,10,10,24.1,1520,9,999999999,26,0.0000,0,88,0.000,0.0,1.0 +1981,7,26,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,22.80,15.60,64,102300,684,1324,398,319,266,181,34500,27800,20200,4030,180,4.60,10,7,24.1,3660,9,999999999,28,0.0000,0,88,0.000,0.0,1.0 +1981,7,26,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.90,16.10,62,102300,886,1324,404,470,294,273,51000,31600,29800,7410,210,3.60,10,7,24.1,3050,9,999999999,29,0.0000,0,88,0.000,0.0,1.0 +1981,7,26,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,24.40,16.70,62,102200,1049,1324,376,755,655,234,79000,66200,26500,8020,140,4.60,10,2,24.1,77777,9,999999999,30,0.0000,0,88,0.000,0.0,1.0 +1981,7,26,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.60,16.70,58,102100,1160,1324,394,710,418,342,75700,43600,37300,16560,120,4.10,10,4,24.1,77777,9,999999999,30,0.0000,0,88,0.000,0.0,1.0 +1981,7,26,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.00,16.10,58,102100,1213,1324,383,867,726,200,93400,74600,24900,11710,120,5.70,3,3,24.1,77777,9,999999999,29,0.0000,0,88,0.000,0.0,1.0 +1981,7,26,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,26.10,16.10,54,102100,1203,1324,395,960,795,234,102000,81100,28200,13000,120,6.70,4,4,24.1,77777,9,999999999,29,0.0000,0,88,0.000,0.0,1.0 +1981,7,26,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,27.80,14.40,44,102000,1131,1324,401,760,676,180,81700,69500,22200,7870,180,6.20,5,4,24.1,77777,9,999999999,26,0.0000,0,88,0.000,0.0,1.0 +1981,7,26,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,28.30,14.40,43,101900,1002,1324,382,706,764,125,75000,77300,16400,3840,190,7.70,5,1,24.1,77777,9,999999999,26,0.0000,0,88,0.000,0.0,1.0 +1981,7,26,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,26.70,16.70,54,101900,825,1324,402,504,345,287,53800,36800,30800,7490,200,6.70,10,4,24.1,77777,9,999999999,30,0.0000,0,88,0.000,0.0,1.0 +1981,7,26,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.60,14.40,50,101800,613,1324,412,281,157,208,30500,15900,23100,5050,180,6.70,10,7,24.1,3660,9,999999999,26,0.0000,0,88,0.000,0.0,1.0 +1981,7,26,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,24.40,14.40,54,101800,378,1324,426,76,7,74,8800,300,8700,2910,190,6.20,10,10,24.1,3660,9,999999999,26,0.0000,0,88,0.000,0.0,1.0 +1981,7,26,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.90,15.60,60,101800,141,1324,418,24,8,23,2600,500,2600,590,190,6.70,10,9,24.1,3350,9,999999999,28,0.0000,0,88,0.000,0.0,1.0 +1981,7,26,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,22.80,15.60,64,101800,2,188,418,0,0,0,0,0,0,0,200,6.20,10,10,24.1,3350,9,999999999,28,0.0000,0,88,0.000,0.0,1.0 +1981,7,26,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,21.70,16.70,73,101800,0,0,413,0,0,0,0,0,0,0,190,4.60,10,10,24.1,3350,9,999999999,30,0.0000,0,88,0.000,0.0,1.0 +1981,7,26,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,21.70,17.80,79,101700,0,0,414,0,0,0,0,0,0,0,180,4.60,10,10,24.1,430,9,999999999,32,0.0000,0,88,0.000,0.0,1.0 +1981,7,26,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,21.70,18.90,84,101600,0,0,415,0,0,0,0,0,0,0,180,5.20,10,10,24.1,370,9,999999999,34,0.0000,0,88,0.000,0.0,1.0 +1981,7,26,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,21.70,18.90,84,101500,0,0,415,0,0,0,0,0,0,0,180,6.20,10,10,12.9,370,9,999999999,34,0.0000,0,88,0.000,0.0,1.0 +1981,7,27,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,21.70,20.00,90,101300,0,0,416,0,0,0,0,0,0,0,180,6.70,10,10,11.3,370,9,999999999,36,0.0000,0,88,0.000,0.0,1.0 +1981,7,27,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,22.20,20.60,90,101200,0,0,419,0,0,0,0,0,0,0,190,6.20,10,10,11.3,370,9,999999999,37,0.0000,0,88,0.000,0.8,1.0 +1981,7,27,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,22.20,21.10,93,101200,0,0,420,0,0,0,0,0,0,0,180,6.20,10,10,4.8,310,9,999999999,38,0.0000,0,88,0.000,0.5,1.0 +1981,7,27,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.30,21.70,90,101100,0,0,426,0,0,0,0,0,0,0,220,6.20,10,10,4.8,240,9,999999999,39,0.0000,0,88,0.000,1.0,1.0 +1981,7,27,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.30,21.70,90,101000,21,585,426,3,0,3,0,0,0,0,220,5.70,10,10,8.0,370,9,999999999,39,0.0000,0,88,0.000,0.5,1.0 +1981,7,27,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.90,22.20,90,101100,213,1324,429,42,2,42,4800,0,4800,1520,260,5.20,10,10,12.9,370,9,999999999,41,0.0000,0,88,0.000,0.0,1.0 +1981,7,27,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.60,22.20,82,101100,452,1324,402,248,524,68,26000,48300,9500,1330,290,5.70,2,2,12.9,77777,9,999999999,41,0.0000,0,88,0.000,0.0,1.0 +1981,7,27,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,26.10,20.00,69,101200,681,1324,385,460,743,76,48900,73500,11000,1740,310,6.70,0,0,12.9,77777,9,999999999,36,0.0000,0,88,0.000,0.0,1.0 +1981,7,27,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,27.80,19.40,61,101200,884,1324,390,638,815,91,66100,81100,11900,2190,320,8.20,0,0,16.1,77777,9,999999999,35,0.0000,0,88,0.000,0.0,1.0 +1981,7,27,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,28.30,18.90,57,101200,1047,1324,408,730,696,178,77900,71200,21500,6250,330,7.70,3,3,16.1,77777,9,999999999,34,0.0000,0,88,0.000,0.0,1.0 +1981,7,27,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,29.40,18.30,51,101200,1158,1324,412,795,642,231,84300,65400,27000,10840,340,7.20,3,3,16.1,77777,9,999999999,32,0.0000,0,88,0.000,0.0,1.0 +1981,7,27,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,30.00,17.20,46,101300,1211,1324,412,894,765,191,93200,76800,22800,10110,320,7.70,3,3,19.3,77777,9,999999999,30,0.0000,0,88,0.000,0.0,1.0 +1981,7,27,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,29.40,13.30,37,101300,1201,1324,374,929,874,134,95200,87600,15700,5800,330,8.20,3,0,24.1,77777,9,999999999,24,0.0000,0,88,0.000,0.0,1.0 +1981,7,27,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,28.90,12.80,37,101400,1129,1324,370,862,843,139,92000,85500,18900,5740,320,8.80,4,0,24.1,77777,9,999999999,23,0.0000,0,88,0.000,0.0,1.0 +1981,7,27,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,28.30,11.70,36,101400,1000,1324,365,754,818,132,79400,82500,17000,3970,320,6.70,4,0,24.1,77777,9,999999999,22,0.0000,0,88,0.000,0.0,1.0 +1981,7,27,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,28.30,10.60,33,101500,823,1324,379,541,641,140,57100,64800,16700,3450,310,8.80,7,2,24.1,77777,9,999999999,20,0.0000,0,88,0.000,0.0,1.0 +1981,7,27,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,27.20,8.90,32,101500,610,1324,404,292,350,129,31200,34700,15200,2580,330,7.70,8,6,24.1,7620,9,999999999,19,0.0000,0,88,0.000,0.0,1.0 +1981,7,27,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.60,8.90,35,101600,375,1324,388,142,84,118,15500,7600,13400,3020,350,7.70,8,5,24.1,7620,9,999999999,19,0.0000,0,88,0.000,0.0,1.0 +1981,7,27,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.00,9.40,37,101600,137,1324,387,43,36,40,4800,2400,4500,930,320,5.20,8,5,24.1,7620,9,999999999,19,0.0000,0,88,0.000,0.0,1.0 +1981,7,27,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.90,9.40,40,101700,1,166,344,2,0,2,0,0,0,0,320,7.20,3,0,24.1,77777,9,999999999,19,0.0000,0,88,0.000,0.0,1.0 +1981,7,27,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.30,9.40,41,101800,0,0,342,0,0,0,0,0,0,0,360,5.70,0,0,24.1,77777,9,999999999,19,0.0000,0,88,0.000,0.0,1.0 +1981,7,27,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,21.70,9.40,46,101800,0,0,336,0,0,0,0,0,0,0,340,5.20,0,0,24.1,77777,9,999999999,19,0.0000,0,88,0.000,0.0,1.0 +1981,7,27,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,20.60,10.00,51,101900,0,0,333,0,0,0,0,0,0,0,340,5.20,0,0,24.1,77777,9,999999999,20,0.0000,0,88,0.000,0.0,1.0 +1981,7,27,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,20.00,10.00,53,101900,0,0,331,0,0,0,0,0,0,0,330,5.20,0,0,24.1,77777,9,999999999,20,0.0000,0,88,0.000,0.0,1.0 +1981,7,28,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,18.90,10.00,57,101900,0,0,325,0,0,0,0,0,0,0,330,5.20,0,0,24.1,77777,9,999999999,20,0.0000,0,88,0.000,0.0,1.0 +1981,7,28,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,18.30,10.00,59,101900,0,0,322,0,0,0,0,0,0,0,320,4.10,0,0,24.1,77777,9,999999999,20,0.0000,0,88,0.000,0.0,1.0 +1981,7,28,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,17.80,10.00,61,102000,0,0,319,0,0,0,0,0,0,0,340,3.60,0,0,24.1,77777,9,999999999,20,0.0000,0,88,0.000,0.0,1.0 +1981,7,28,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,17.20,10.60,65,102000,0,0,317,0,0,0,0,0,0,0,300,4.10,0,0,24.1,77777,9,999999999,21,0.0000,0,88,0.000,0.0,1.0 +1981,7,28,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,16.70,10.60,67,102100,19,563,327,6,0,6,0,0,0,0,350,3.10,3,2,24.1,77777,9,999999999,21,0.0000,0,88,0.000,0.0,1.0 +1981,7,28,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,17.80,10.60,63,102100,210,1325,331,68,87,54,7400,6100,6400,1150,360,3.10,3,2,24.1,77777,9,999999999,21,0.0000,0,88,0.000,0.0,1.0 +1981,7,28,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,20.00,10.00,53,102100,449,1325,339,224,248,139,23600,23300,15700,2860,360,2.60,9,2,24.1,77777,9,999999999,20,0.0000,0,88,0.000,0.0,1.0 +1981,7,28,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,20.60,10.60,53,102200,679,1325,335,418,437,193,43600,43800,21100,4170,50,1.50,9,1,24.1,77777,9,999999999,21,0.0000,0,88,0.000,0.0,1.0 +1981,7,28,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,20.60,11.10,55,102100,882,1325,327,622,584,231,66100,60400,25800,6060,130,3.10,6,0,24.1,77777,9,999999999,21,0.0000,0,88,0.000,0.0,1.0 +1981,7,28,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,22.20,11.10,50,102100,1045,1325,341,722,572,269,77600,59700,30400,9380,130,3.60,6,1,24.1,77777,9,999999999,22,0.0000,0,88,0.000,0.0,1.0 +1981,7,28,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,22.80,11.10,48,102100,1156,1325,344,793,640,232,84000,65200,27000,10800,110,5.20,3,1,24.1,77777,9,999999999,21,0.0000,0,88,0.000,0.0,1.0 +1981,7,28,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,22.80,13.30,55,102000,1209,1325,343,906,705,260,95800,71600,30300,14710,110,6.20,3,0,24.1,77777,9,999999999,24,0.0000,0,88,0.000,0.0,1.0 +1981,7,28,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,22.80,12.20,51,101900,1199,1325,339,898,703,259,94800,71300,30100,14030,110,7.20,3,0,24.1,77777,9,999999999,23,0.0000,0,88,0.000,0.0,1.0 +1981,7,28,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.30,11.10,46,101800,1127,1325,377,732,461,339,77800,48100,36800,14750,120,7.20,8,5,24.1,4570,9,999999999,21,0.0000,0,88,0.000,0.0,1.0 +1981,7,28,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,22.80,12.20,51,101700,998,1325,385,591,378,305,64400,40900,33600,9570,110,8.80,8,6,24.1,4570,9,999999999,23,0.0000,0,88,0.000,0.0,1.0 +1981,7,28,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,21.10,13.90,64,101700,820,1325,407,271,100,209,30100,10600,23600,5750,110,7.20,10,10,24.1,3660,9,999999999,25,0.0000,0,88,0.000,0.0,1.0 +1981,7,28,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,21.10,13.30,61,101600,607,1325,406,125,2,124,14600,100,14500,5340,160,5.20,10,10,24.1,3050,9,999999999,24,0.0000,0,88,0.000,0.0,1.0 +1981,7,28,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,21.70,13.30,59,101600,372,1325,410,60,0,60,7000,0,7000,2440,200,7.70,10,10,24.1,2440,9,999999999,24,0.0000,0,88,0.000,0.0,1.0 +1981,7,28,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,21.10,12.80,59,101500,134,1325,407,35,0,35,3900,0,3900,1130,190,6.70,10,10,24.1,2130,9,999999999,23,0.0000,0,88,0.000,0.0,1.0 +1981,7,28,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,20.60,12.80,61,101500,1,144,404,0,0,0,0,0,0,0,180,5.20,10,10,24.1,1680,9,999999999,23,0.0000,0,88,0.000,0.0,1.0 +1981,7,28,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,20.00,13.30,66,101500,0,0,401,0,0,0,0,0,0,0,200,6.70,10,10,19.3,1520,9,999999999,24,0.0000,0,88,0.000,0.0,1.0 +1981,7,28,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,19.40,13.30,68,101400,0,0,398,0,0,0,0,0,0,0,180,6.70,10,10,19.3,1490,9,999999999,24,0.0000,0,88,0.000,0.0,1.0 +1981,7,28,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,18.90,13.90,73,101300,0,0,396,0,0,0,0,0,0,0,140,7.20,10,10,16.1,1400,9,999999999,25,0.0000,0,88,0.000,0.0,1.0 +1981,7,28,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,18.90,13.30,70,101100,0,0,396,0,0,0,0,0,0,0,140,7.70,10,10,16.1,790,9,999999999,24,0.0000,0,88,0.000,0.0,1.0 +1981,7,29,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,18.90,14.40,76,101100,0,0,396,0,0,0,0,0,0,0,160,5.20,10,10,16.1,610,9,999999999,26,0.0000,0,88,0.000,0.5,1.0 +1981,7,29,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,18.90,16.70,87,100800,0,0,398,0,0,0,0,0,0,0,160,5.20,10,10,16.1,430,9,999999999,29,0.0000,0,88,0.000,1.0,1.0 +1981,7,29,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,18.90,17.80,93,100700,0,0,399,0,0,0,0,0,0,0,180,5.70,10,10,12.9,340,9,999999999,31,0.0000,0,88,0.000,1.8,1.0 +1981,7,29,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,18.90,17.80,93,100600,0,0,398,0,0,0,0,0,0,0,170,5.20,10,10,11.3,340,9,999999999,31,0.0000,0,88,0.000,1.0,1.0 +1981,7,29,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,20.00,18.90,93,100600,18,541,405,4,0,4,0,0,0,0,190,5.70,10,10,8.0,340,9,999999999,33,0.0000,0,88,0.000,0.0,1.0 +1981,7,29,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,21.10,19.40,90,100500,207,1325,411,49,2,49,5500,0,5500,1690,230,3.60,10,10,12.9,240,9,999999999,34,0.0000,0,88,0.000,0.0,1.0 +1981,7,29,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,21.70,20.60,93,100600,446,1325,415,110,1,110,12500,100,12500,4210,270,3.60,10,10,11.3,240,9,999999999,37,0.0000,0,88,0.000,0.0,1.0 +1981,7,29,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,22.80,20.60,87,100600,676,1325,421,197,2,196,22500,200,22400,7920,280,4.60,10,10,11.3,240,9,999999999,37,0.0000,0,88,0.000,0.0,1.0 +1981,7,29,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,22.20,19.40,84,100600,879,1325,416,177,0,177,21100,0,21100,8390,340,5.20,10,10,8.0,180,9,999999999,34,0.0000,0,88,0.000,0.0,1.0 +1981,7,29,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,21.70,18.30,81,100600,1043,1325,413,354,1,353,41000,100,40900,15160,340,6.20,10,10,11.3,270,9,999999999,32,0.0000,0,88,0.000,0.0,1.0 +1981,7,29,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.30,18.30,74,100600,1154,1325,415,567,91,487,62400,9500,54200,21170,310,5.20,10,9,12.9,910,9,999999999,32,0.0000,0,88,0.000,0.0,1.0 +1981,7,29,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,21.70,17.80,79,100600,1207,1325,412,405,2,403,47600,200,47400,17450,360,4.10,10,10,12.9,400,9,999999999,31,0.0000,0,88,0.000,0.0,1.0 +1981,7,29,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,20.60,16.70,79,100600,1197,1325,405,365,12,354,43200,1100,42300,15930,10,5.70,10,10,16.1,270,9,999999999,30,0.0000,0,88,0.000,0.0,1.0 +1981,7,29,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,18.90,16.10,84,100600,1125,1325,395,234,2,232,28300,200,28200,11360,360,6.20,10,10,16.1,270,9,999999999,28,0.0000,0,88,0.000,7.9,1.0 +1981,7,29,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,16.70,15.60,93,100700,995,1325,384,160,2,158,19500,100,19400,7990,10,5.20,10,10,11.3,210,9,999999999,27,0.0000,0,88,0.000,0.0,1.0 +1981,7,29,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,16.70,15.60,93,100700,818,1325,384,253,9,248,29200,800,28700,10430,360,7.20,10,10,16.1,150,9,999999999,27,0.0000,0,88,0.000,0.0,1.0 +1981,7,29,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,15.60,15.00,97,100800,604,1325,378,209,6,206,23400,500,23200,7610,20,5.20,10,10,12.9,120,9,999999999,27,0.0000,0,88,0.000,0.0,1.0 +1981,7,29,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,15.60,14.40,93,100900,369,1325,378,62,3,61,7200,100,7200,2470,20,6.20,10,10,12.9,120,9,999999999,26,0.0000,0,88,0.000,0.0,1.0 +1981,7,29,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,15.00,13.90,93,101000,130,1325,375,16,1,16,1900,0,1900,610,20,4.10,10,10,11.3,120,9,999999999,25,0.0000,0,88,0.000,0.0,1.0 +1981,7,29,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,15.00,13.90,93,101100,1,121,375,0,0,0,0,0,0,0,340,4.60,10,10,11.3,180,9,999999999,25,0.0000,0,88,0.000,0.0,1.0 +1981,7,29,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,14.40,13.90,96,101100,0,0,372,0,0,0,0,0,0,0,350,4.10,10,10,11.3,210,9,999999999,25,0.0000,0,88,0.000,0.0,1.0 +1981,7,29,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,14.40,13.30,93,101200,0,0,372,0,0,0,0,0,0,0,360,4.10,10,10,11.3,210,9,999999999,24,0.0000,0,88,0.000,0.0,1.0 +1981,7,29,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,15.00,13.30,90,101200,0,0,375,0,0,0,0,0,0,0,330,3.60,10,10,16.1,910,9,999999999,24,0.0000,0,88,0.000,0.0,1.0 +1981,7,29,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,15.00,13.30,90,101100,0,0,375,0,0,0,0,0,0,0,300,3.10,10,10,16.1,700,9,999999999,24,0.0000,0,88,0.000,0.0,1.0 +1981,7,30,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,15.60,13.30,87,101200,0,0,378,0,0,0,0,0,0,0,300,4.10,10,10,16.1,790,9,999999999,24,0.0000,0,88,0.000,0.0,1.0 +1981,7,30,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,15.60,13.30,87,101200,0,0,378,0,0,0,0,0,0,0,290,6.20,10,10,16.1,940,9,999999999,24,0.0000,0,88,0.000,0.0,1.0 +1981,7,30,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,15.60,13.30,87,101200,0,0,378,0,0,0,0,0,0,0,300,5.20,10,10,16.1,940,9,999999999,24,0.0000,0,88,0.000,0.0,1.0 +1981,7,30,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,15.60,12.80,84,101200,0,0,377,0,0,0,0,0,0,0,290,3.10,10,10,16.1,940,9,999999999,23,0.0000,0,88,0.000,0.0,1.0 +1981,7,30,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,15.60,12.80,84,101300,17,519,377,7,0,7,0,0,0,0,310,5.20,10,10,24.1,1100,9,999999999,24,0.0000,0,88,0.000,0.0,1.0 +1981,7,30,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,15.60,12.80,84,101300,203,1325,377,49,0,49,5500,0,5500,1680,320,5.20,10,10,24.1,730,9,999999999,24,0.0000,0,88,0.000,0.0,1.0 +1981,7,30,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,16.70,13.30,81,101400,443,1325,383,126,0,126,14200,0,14200,4610,320,5.20,10,10,24.1,1070,9,999999999,24,0.0000,0,88,0.000,0.0,1.0 +1981,7,30,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,16.10,13.90,87,101500,673,1325,380,218,0,218,24700,0,24700,8480,320,4.60,10,10,24.1,1070,9,999999999,25,0.0000,0,88,0.000,0.0,1.0 +1981,7,30,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,18.30,13.90,75,101600,877,1325,391,312,0,312,35600,0,35600,12650,350,5.20,10,10,24.1,1680,9,999999999,25,0.0000,0,88,0.000,0.0,1.0 +1981,7,30,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,21.10,13.30,61,101600,1040,1325,371,577,383,275,61800,39900,30400,9500,330,5.70,5,5,24.1,77777,9,999999999,24,0.0000,0,88,0.000,0.0,1.0 +1981,7,30,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,21.70,13.30,59,101600,1152,1325,373,688,416,325,73700,43500,35800,15240,330,5.20,5,5,24.1,77777,9,999999999,24,0.0000,0,88,0.000,0.0,1.0 +1981,7,30,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,22.80,12.20,51,101600,1205,1325,377,837,569,318,90500,59600,36200,18110,330,5.70,5,5,24.1,77777,9,999999999,23,0.0000,0,88,0.000,0.0,1.0 +1981,7,30,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,24.40,12.80,48,101600,1195,1325,386,845,631,273,88800,63800,31100,14460,340,5.70,5,5,24.1,77777,9,999999999,23,0.0000,0,88,0.000,0.0,1.0 +1981,7,30,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.30,12.80,52,101700,1123,1325,388,611,210,432,66700,22300,47800,17360,320,5.20,6,6,24.1,1680,9,999999999,24,0.0000,0,88,0.000,0.0,1.0 +1981,7,30,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,22.80,14.40,59,101700,993,1325,396,520,185,381,56600,19600,41900,12430,60,3.10,7,7,24.1,1520,9,999999999,26,0.0000,0,88,0.000,0.0,1.0 +1981,7,30,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,21.70,14.40,64,101800,815,1325,370,463,370,234,50100,39500,25800,5830,90,4.10,4,4,24.1,77777,9,999999999,26,0.0000,0,88,0.000,0.0,1.0 +1981,7,30,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,21.70,13.90,61,101800,601,1325,350,373,501,143,39300,49400,16900,2880,140,3.60,1,1,24.1,77777,9,999999999,25,0.0000,0,88,0.000,0.0,1.0 +1981,7,30,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,24.40,11.70,45,101800,365,1325,351,185,386,77,19500,33200,10300,1400,330,4.10,0,0,24.1,77777,9,999999999,22,0.0000,0,88,0.000,0.0,1.0 +1981,7,30,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.90,11.70,46,101900,126,1325,350,41,86,33,4300,4000,4000,600,310,3.60,0,0,24.1,77777,9,999999999,22,0.0000,0,88,0.000,0.0,1.0 +1981,7,30,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,22.80,12.20,51,102000,0,99,348,1,0,1,0,0,0,0,270,4.10,0,0,24.1,77777,9,999999999,23,0.0000,0,88,0.000,0.0,1.0 +1981,7,30,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,21.70,13.30,59,102000,0,0,347,0,0,0,0,0,0,0,280,3.10,0,0,24.1,77777,9,999999999,24,0.0000,0,88,0.000,0.0,1.0 +1981,7,30,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,21.70,12.80,57,102100,0,0,346,0,0,0,0,0,0,0,300,3.60,0,0,24.1,77777,9,999999999,24,0.0000,0,88,0.000,0.0,1.0 +1981,7,30,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,21.10,13.30,61,102100,0,0,346,0,0,0,0,0,0,0,290,4.10,0,0,24.1,77777,9,999999999,24,0.0000,0,88,0.000,0.0,1.0 +1981,7,30,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,20.60,13.30,63,102200,0,0,344,0,0,0,0,0,0,0,290,4.60,0,0,24.1,77777,9,999999999,24,0.0000,0,88,0.000,0.0,1.0 +1981,7,31,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,19.40,13.30,68,102200,0,0,338,0,0,0,0,0,0,0,280,3.60,0,0,24.1,77777,9,999999999,24,0.0000,0,88,0.000,0.0,1.0 +1981,7,31,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,18.90,13.30,70,102200,0,0,335,0,0,0,0,0,0,0,280,4.60,0,0,24.1,77777,9,999999999,24,0.0000,0,88,0.000,0.0,1.0 +1981,7,31,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,18.30,13.30,73,102200,0,0,331,0,0,0,0,0,0,0,280,3.60,0,0,24.1,77777,9,999999999,24,0.0000,0,88,0.000,0.0,1.0 +1981,7,31,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,17.80,13.30,75,102200,0,0,328,0,0,0,0,0,0,0,280,3.60,0,0,24.1,77777,9,999999999,24,0.0000,0,88,0.000,0.0,1.0 +1981,7,31,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,17.20,12.80,75,102300,15,497,323,7,0,7,0,0,0,0,290,4.10,0,0,24.1,77777,9,999999999,23,0.0000,0,88,0.000,0.0,1.0 +1981,7,31,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,18.90,12.80,68,102400,200,1326,329,67,81,55,7300,5500,6500,1160,270,3.60,0,0,24.1,77777,9,999999999,24,0.0000,0,88,0.000,0.0,1.0 +1981,7,31,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,20.60,12.80,61,102400,440,1326,335,216,310,112,23000,29000,13400,2210,300,4.60,0,0,24.1,77777,9,999999999,24,0.0000,0,88,0.000,0.0,1.0 +1981,7,31,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.30,12.80,52,102500,670,1326,346,405,474,164,42900,47600,18800,3460,280,3.60,0,0,24.1,77777,9,999999999,24,0.0000,0,88,0.000,0.0,1.0 +1981,7,31,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.60,12.80,45,102500,875,1326,356,588,576,206,63100,59600,23800,5300,290,4.10,0,0,24.1,77777,9,999999999,24,0.0000,0,88,0.000,0.0,1.0 +1981,7,31,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,26.70,12.80,42,102500,1038,1326,360,739,641,236,77300,64600,26600,7860,330,2.60,0,0,24.1,77777,9,999999999,24,0.0000,0,88,0.000,0.0,1.0 +1981,7,31,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,27.20,13.30,42,102500,1150,1326,364,843,676,254,88700,68500,29200,11460,150,4.10,0,0,24.1,77777,9,999999999,24,0.0000,0,88,0.000,0.0,1.0 +1981,7,31,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,26.70,13.90,45,102500,1203,1326,363,890,689,262,93900,69900,30400,14390,130,4.10,0,0,24.1,77777,9,999999999,25,0.0000,0,88,0.000,0.0,1.0 +1981,7,31,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,27.80,12.80,40,102500,1193,1326,365,882,688,261,93100,69800,30200,13740,140,4.10,0,0,24.1,77777,9,999999999,24,0.0000,0,88,0.000,0.0,1.0 +1981,7,31,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,28.90,11.10,33,102500,1120,1326,365,819,671,249,86000,67900,28400,10240,140,4.10,0,0,24.1,77777,9,999999999,21,0.0000,0,88,0.000,0.0,1.0 +1981,7,31,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,28.30,11.10,34,102400,990,1326,363,701,621,234,72800,62400,26100,7030,130,4.60,1,0,24.1,77777,9,999999999,21,0.0000,0,88,0.000,0.0,1.0 +1981,7,31,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,28.90,10.00,31,102400,812,1326,364,541,542,206,57300,55700,23200,4950,130,5.20,2,0,24.1,77777,9,999999999,20,0.0000,0,88,0.000,0.0,1.0 +1981,7,31,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,27.80,11.70,37,102300,597,1326,366,363,399,181,38500,40500,20200,3940,120,4.10,6,0,24.1,77777,9,999999999,22,0.0000,0,88,0.000,0.0,1.0 +1981,7,31,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,26.70,12.20,41,102400,361,1326,363,177,213,117,18300,18500,13300,2370,160,3.60,7,0,24.1,77777,9,999999999,23,0.0000,0,88,0.000,0.0,1.0 +1981,7,31,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.60,12.20,44,102400,122,1326,360,41,20,39,4500,1300,4300,880,160,4.10,5,0,24.1,77777,9,999999999,23,0.0000,0,88,0.000,0.0,1.0 +1981,7,31,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.30,14.40,58,102400,0,77,357,1,0,1,0,0,0,0,170,3.10,0,0,24.1,77777,9,999999999,26,0.0000,0,88,0.000,0.0,1.0 +1981,7,31,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.30,15.00,60,102500,0,0,361,0,0,0,0,0,0,0,200,4.10,0,0,24.1,77777,9,999999999,27,0.0000,0,88,0.000,0.0,1.0 +1981,7,31,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,22.40,15.30,68,102500,0,0,358,0,0,0,0,0,0,0,230,4.00,0,0,24.1,77777,9,999999999,29,0.0000,0,88,0.000,0.0,1.0 +1981,7,31,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,21.60,15.60,66,102500,0,0,356,0,0,0,0,0,0,0,240,3.80,0,0,24.1,77777,9,999999999,28,0.0000,0,88,0.000,0.0,1.0 +1981,7,31,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,20.70,15.90,64,102500,0,0,353,0,0,0,0,0,0,0,250,3.70,0,0,24.1,77777,9,999999999,27,0.0000,0,88,0.000,0.0,1.0 +1989,8,1,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,19.80,16.30,99,102100,0,0,398,0,0,0,0,0,0,0,60,3.50,9,9,12.3,120,9,999999999,33,0.0000,0,88,0.000,0.0,1.0 +1989,8,1,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,18.90,16.60,100,102100,0,0,388,0,0,0,0,0,0,0,20,3.40,8,8,0.4,90,9,999999999,33,0.0000,0,88,0.000,0.0,1.0 +1989,8,1,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,18.10,16.90,100,102100,0,0,394,0,0,0,0,0,0,0,30,3.20,10,10,0.2,30,9,999999999,32,0.0000,0,88,0.000,0.0,1.0 +1989,8,1,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,17.20,17.20,100,102100,0,0,389,0,0,0,0,0,0,0,40,3.10,10,10,0.2,30,9,999999999,31,0.0000,0,88,0.000,0.0,1.0 +1989,8,1,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,17.20,17.20,100,102100,14,475,389,4,0,4,0,0,0,0,10,3.60,10,10,0.4,60,9,999999999,31,0.0000,0,88,0.000,0.0,1.0 +1989,8,1,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,17.80,17.20,97,102100,196,1326,386,39,12,37,4300,900,4100,960,30,5.20,9,9,3.2,270,9,999999999,31,0.0000,0,88,0.000,0.0,1.0 +1989,8,1,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,17.80,16.70,93,102200,436,1326,391,87,4,85,10000,200,9900,3430,70,3.60,10,10,6.4,270,9,999999999,30,0.0000,0,88,0.000,0.0,1.0 +1989,8,1,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,18.30,16.70,90,102200,667,1326,393,202,4,200,23000,300,22800,7970,30,5.20,10,10,9.7,460,9,999999999,30,0.0000,0,88,0.000,0.0,1.0 +1989,8,1,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,20.00,16.10,78,102200,872,1326,402,242,6,238,28200,500,27800,10500,20,5.20,10,10,11.3,460,9,999999999,29,0.0000,0,88,0.000,0.0,1.0 +1989,8,1,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,21.10,16.70,76,102200,1036,1326,365,707,605,233,74000,61000,26200,7730,50,5.70,4,3,9.7,77777,9,999999999,30,0.0000,0,88,0.000,0.0,1.0 +1989,8,1,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,21.70,16.70,73,102100,1148,1326,380,544,214,357,59700,23300,39500,15330,80,5.70,6,5,11.3,580,9,999999999,30,0.0000,0,88,0.000,0.0,1.0 +1989,8,1,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,21.70,17.20,76,102100,1201,1326,351,904,804,174,95300,81100,21700,8910,80,6.20,0,0,12.9,77777,9,999999999,31,0.0000,0,88,0.000,0.0,1.0 +1989,8,1,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,21.10,17.20,79,102100,1190,1326,348,889,794,173,93500,80000,21500,8490,100,7.20,0,0,12.9,77777,9,999999999,31,0.0000,0,88,0.000,0.0,1.0 +1989,8,1,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,21.10,17.20,79,102000,1118,1326,349,831,784,166,86900,78900,20200,6330,100,6.20,0,0,11.3,77777,9,999999999,31,0.0000,0,88,0.000,0.0,1.0 +1989,8,1,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,20.60,16.70,79,102000,988,1326,345,714,749,153,76400,76800,19100,4800,100,6.70,0,0,14.5,77777,9,999999999,30,0.0000,0,88,0.000,0.0,1.0 +1989,8,1,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,20.60,16.70,79,101900,809,1326,346,560,695,132,59100,70200,16100,3210,90,6.20,0,0,16.1,77777,9,999999999,30,0.0000,0,88,0.000,0.0,1.0 +1989,8,1,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,19.40,16.70,84,101900,594,1326,342,372,590,105,38600,57200,13000,2140,120,5.20,0,0,16.1,77777,9,999999999,30,0.0000,0,88,0.000,0.0,1.0 +1989,8,1,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,18.90,16.70,87,101800,357,1326,341,184,410,71,19400,35000,10000,1280,110,4.10,0,0,8.0,77777,9,999999999,30,0.0000,0,88,0.000,0.0,1.0 +1989,8,1,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,18.30,16.70,90,101800,118,1326,340,39,97,30,4100,4300,3700,540,100,4.10,0,0,4.8,77777,9,999999999,30,0.0000,0,88,0.000,0.0,1.0 +1989,8,1,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,17.80,16.70,93,101800,0,33,349,0,0,0,0,0,0,0,110,4.60,2,2,6.4,77777,9,999999999,30,0.0000,0,88,0.000,0.0,1.0 +1989,8,1,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,17.20,16.70,97,101800,0,0,342,0,0,0,0,0,0,0,140,3.60,1,1,4.0,77777,9,999999999,30,0.0000,0,88,0.000,0.0,1.0 +1989,8,1,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,17.20,16.70,97,101800,0,0,338,0,0,0,0,0,0,0,170,3.60,0,0,6.4,77777,9,999999999,30,0.0000,0,88,0.000,0.0,1.0 +1989,8,1,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,17.20,16.10,93,101800,0,0,352,0,0,0,0,0,0,0,200,3.60,3,3,6.4,77777,9,999999999,29,0.0000,0,88,0.000,0.0,1.0 +1989,8,1,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,17.20,16.10,93,101800,0,0,352,0,0,0,0,0,0,0,200,4.10,3,3,6.4,77777,9,999999999,29,0.0000,0,88,0.000,0.0,1.0 +1989,8,2,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,17.20,16.10,93,101700,0,0,347,0,0,0,0,0,0,0,240,1.50,2,2,6.4,77777,9,999999999,28,0.0000,0,88,0.000,0.0,1.0 +1989,8,2,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,17.20,16.10,93,101700,0,0,341,0,0,0,0,0,0,0,240,4.10,1,1,6.4,77777,9,999999999,28,0.0000,0,88,0.000,0.0,1.0 +1989,8,2,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,17.20,16.10,93,101600,0,0,335,0,0,0,0,0,0,0,240,3.60,0,0,8.0,77777,9,999999999,28,0.0000,0,88,0.000,0.0,1.0 +1989,8,2,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,16.70,15.60,93,101600,0,0,330,0,0,0,0,0,0,0,240,3.10,0,0,8.0,77777,9,999999999,28,0.0000,0,88,0.000,0.0,1.0 +1989,8,2,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,16.70,15.00,90,101600,13,453,327,7,0,7,0,0,0,0,180,2.60,3,0,8.0,77777,9,999999999,27,0.0000,0,88,0.000,0.0,1.0 +1989,8,2,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,17.20,15.60,90,101600,192,1326,330,76,178,50,8000,11000,6400,930,190,4.10,3,0,8.0,77777,9,999999999,28,0.0000,0,88,0.000,0.0,1.0 +1989,8,2,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,18.90,16.10,84,101600,433,1326,344,223,376,99,23400,34200,12300,1850,180,3.60,5,1,9.7,77777,9,999999999,29,0.0000,0,88,0.000,0.0,1.0 +1989,8,2,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,21.10,16.70,76,101600,665,1326,349,431,603,127,44800,59200,15100,2670,180,3.10,3,0,9.7,77777,9,999999999,30,0.0000,0,88,0.000,0.0,1.0 +1989,8,2,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,22.80,16.70,69,101600,869,1326,356,610,705,146,64600,71500,17700,3800,180,3.60,1,0,9.7,77777,9,999999999,30,0.0000,0,88,0.000,0.0,1.0 +1989,8,2,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.90,16.70,64,101500,1034,1326,366,724,730,153,75600,73300,18400,4730,140,5.20,1,1,12.9,77777,9,999999999,30,0.0000,0,88,0.000,0.0,1.0 +1989,8,2,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,24.40,17.20,64,101500,1146,1326,364,859,795,170,90100,80000,20800,7060,140,5.20,0,0,12.9,77777,9,999999999,30,0.0000,0,88,0.000,0.0,1.0 +1989,8,2,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.60,17.80,62,101400,1199,1326,397,822,562,312,88900,58800,35600,17230,120,5.70,5,4,12.9,77777,9,999999999,31,0.0000,0,88,0.000,0.0,1.0 +1989,8,2,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,24.40,18.30,69,101400,1188,1326,398,665,392,312,71800,41000,34900,16530,120,5.70,5,5,16.1,77777,9,999999999,33,0.0000,0,88,0.000,0.0,1.0 +1989,8,2,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,26.10,17.80,60,101300,1115,1326,412,678,447,300,72700,46700,33400,12490,110,6.20,6,6,16.1,2290,9,999999999,31,0.0000,0,88,0.000,0.0,1.0 +1989,8,2,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.00,17.80,64,101200,985,1326,419,552,282,341,59500,30400,36900,10690,120,6.20,8,8,24.1,1520,9,999999999,31,0.0000,0,88,0.000,0.0,1.0 +1989,8,2,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,21.70,15.00,66,101100,806,1326,398,214,86,161,24100,9100,18500,4380,130,14.40,8,8,24.1,1220,9,999999999,27,0.0000,0,88,0.000,7.9,1.0 +1989,8,2,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,21.10,15.60,71,101200,590,1326,389,209,83,172,23000,8100,19300,5040,180,7.20,9,7,24.1,3050,9,999999999,28,0.0000,0,88,0.000,0.0,1.0 +1989,8,2,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,21.10,16.70,76,101100,354,1326,403,103,15,99,11500,800,11300,3480,190,5.20,10,9,24.1,7620,9,999999999,29,0.0000,0,88,0.000,0.0,1.0 +1989,8,2,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,20.60,17.20,81,101100,114,1326,396,29,2,29,3200,0,3200,940,200,5.70,9,8,19.3,7620,9,999999999,30,0.0000,0,88,0.000,0.0,1.0 +1989,8,2,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,20.60,18.30,87,101100,0,11,377,0,0,0,0,0,0,0,190,6.20,10,4,19.3,77777,9,999999999,32,0.0000,0,88,0.000,0.0,1.0 +1989,8,2,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,20.60,18.30,87,101100,0,0,388,0,0,0,0,0,0,0,190,6.20,10,6,19.3,3960,9,999999999,32,0.0000,0,88,0.000,0.0,1.0 +1989,8,2,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,20.60,18.90,90,101100,0,0,409,0,0,0,0,0,0,0,190,4.60,10,10,16.1,4270,9,999999999,34,0.0000,0,88,0.000,0.0,1.0 +1989,8,2,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,20.60,18.90,90,101000,0,0,409,0,0,0,0,0,0,0,190,4.60,10,10,16.1,3960,9,999999999,33,0.0000,0,88,0.000,0.0,1.0 +1989,8,2,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,20.00,18.90,93,101000,0,0,406,0,0,0,0,0,0,0,200,4.10,10,10,16.1,3350,9,999999999,33,0.0000,0,88,0.000,0.0,1.0 +1989,8,3,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,20.00,18.30,90,100900,0,0,405,0,0,0,0,0,0,0,190,4.10,10,10,16.1,3050,9,999999999,32,0.0000,0,88,0.000,0.0,1.0 +1989,8,3,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,20.00,18.90,93,100900,0,0,401,0,0,0,0,0,0,0,180,3.60,9,9,12.9,3350,9,999999999,33,0.0000,0,88,0.000,0.0,1.0 +1989,8,3,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,20.00,18.90,93,100800,0,0,405,0,0,0,0,0,0,0,160,3.10,10,10,9.7,2130,9,999999999,33,0.0000,0,88,0.000,0.0,1.0 +1989,8,3,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,20.60,18.90,90,100800,0,0,409,0,0,0,0,0,0,0,220,3.60,10,10,9.7,2290,9,999999999,33,0.0000,0,88,0.000,0.0,1.0 +1989,8,3,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,20.60,18.90,90,100800,11,431,398,3,0,3,0,0,0,0,200,4.10,9,8,8.0,1830,9,999999999,33,0.0000,0,88,0.000,0.0,1.0 +1989,8,3,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,20.60,18.90,90,100900,189,1327,398,42,6,42,4800,100,4800,1460,230,4.60,9,8,8.0,1980,9,999999999,33,0.0000,0,88,0.000,0.0,1.0 +1989,8,3,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,22.80,18.30,76,100800,430,1327,369,197,244,117,20900,22600,13600,2330,290,4.10,4,1,9.7,77777,9,999999999,32,0.0000,0,88,0.000,0.0,1.0 +1989,8,3,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,24.40,18.30,69,100900,662,1327,370,401,464,168,42200,46500,19000,3540,290,5.70,3,0,9.7,77777,9,999999999,32,0.0000,0,88,0.000,0.0,1.0 +1989,8,3,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,26.70,18.30,60,100900,867,1327,380,584,568,211,62500,58700,24100,5390,350,5.20,3,0,16.1,77777,9,999999999,32,0.0000,0,88,0.000,0.0,1.0 +1989,8,3,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,27.80,17.80,55,100900,1031,1327,409,697,538,276,74400,56100,30700,9330,320,5.70,4,4,24.1,77777,9,999999999,32,0.0000,0,88,0.000,0.0,1.0 +1989,8,3,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,27.80,17.80,55,100900,1144,1327,421,630,253,411,68400,27400,44700,17710,340,5.20,7,6,24.1,1250,9,999999999,32,0.0000,0,88,0.000,0.0,1.0 +1989,8,3,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,28.90,17.80,51,100800,1196,1327,427,763,457,349,81500,47700,38400,19170,350,4.10,7,6,24.1,1310,9,999999999,31,0.0000,0,88,0.000,0.0,1.0 +1989,8,3,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,27.20,17.80,56,100800,1186,1327,418,819,397,462,88600,43100,50000,22750,90,6.70,7,6,24.1,1370,9,999999999,31,0.0000,0,88,0.000,0.0,1.0 +1989,8,3,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,26.70,19.40,65,100800,1113,1327,407,710,377,393,77100,40900,42800,15650,110,6.20,8,4,19.3,77777,9,999999999,35,0.0000,0,88,0.000,0.0,1.0 +1989,8,3,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,24.40,18.90,71,100800,982,1327,388,625,443,295,65800,46000,31700,9140,120,6.20,9,3,19.3,77777,9,999999999,33,0.0000,0,88,0.000,0.0,1.0 +1989,8,3,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.00,18.90,69,100800,803,1327,381,507,490,208,53600,50200,23200,4950,100,6.70,5,1,19.3,77777,9,999999999,33,0.0000,0,88,0.000,0.0,1.0 +1989,8,3,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.30,18.90,76,100800,587,1327,368,324,340,172,34500,34400,19200,3700,110,6.70,4,0,16.1,77777,9,999999999,33,0.0000,0,88,0.000,0.0,1.0 +1989,8,3,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,22.80,18.90,79,100800,350,1327,372,153,202,99,16100,17300,11500,1940,110,4.60,6,1,16.1,77777,9,999999999,34,0.0000,0,88,0.000,0.0,1.0 +1989,8,3,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,22.80,18.90,79,100900,110,1316,395,27,2,27,3000,0,3000,900,130,4.60,10,5,16.1,77777,9,999999999,34,0.0000,0,88,0.000,0.0,1.0 +1989,8,3,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,22.80,18.90,79,100900,0,0,401,0,0,0,0,0,0,0,130,4.10,10,6,16.1,7620,9,999999999,34,0.0000,0,88,0.000,0.0,1.0 +1989,8,3,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,22.80,19.40,82,100900,0,0,417,0,0,0,0,0,0,0,190,3.10,10,9,12.9,7620,9,999999999,35,0.0000,0,88,0.000,0.0,1.0 +1989,8,3,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,21.70,20.00,90,100900,0,0,407,0,0,0,0,0,0,0,190,2.60,10,8,12.9,7620,9,999999999,36,0.0000,0,88,0.000,0.0,1.0 +1989,8,3,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,21.70,20.00,90,100900,0,0,394,0,0,0,0,0,0,0,190,4.10,7,5,11.3,7620,9,999999999,36,0.0000,0,88,0.000,0.0,1.0 +1989,8,3,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,21.10,20.00,93,100800,0,0,395,0,0,0,0,0,0,0,190,4.60,8,6,9.7,7620,9,999999999,35,0.0000,0,88,0.000,0.0,1.0 +1989,8,4,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,21.70,20.00,90,100800,0,0,394,0,0,0,0,0,0,0,170,3.60,6,5,9.7,4270,9,999999999,36,0.0000,0,88,0.000,0.0,1.0 +1989,8,4,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,21.10,20.00,93,100800,0,0,408,0,0,0,0,0,0,0,170,3.60,9,9,9.7,1680,9,999999999,35,0.0000,0,88,0.000,0.0,1.0 +1989,8,4,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,21.70,19.40,87,100700,0,0,406,0,0,0,0,0,0,0,190,4.10,9,8,9.7,4270,9,999999999,34,0.0000,0,88,0.000,0.0,1.0 +1989,8,4,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,21.70,19.40,87,100600,0,0,405,0,0,0,0,0,0,0,200,4.10,10,8,9.7,7620,9,999999999,34,0.0000,0,88,0.000,0.0,1.0 +1989,8,4,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,22.20,19.40,84,100600,10,409,413,3,0,3,0,0,0,0,190,5.20,10,9,9.7,7620,9,999999999,34,0.0000,0,88,0.000,0.0,1.0 +1989,8,4,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.30,19.40,79,100600,185,1327,418,46,4,45,5100,0,5100,1520,200,5.20,9,9,9.7,4570,9,999999999,34,0.0000,0,88,0.000,0.0,1.0 +1989,8,4,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,24.40,20.60,79,100600,427,1327,420,93,30,83,10200,2700,9300,2390,220,7.20,10,8,8.0,3960,9,999999999,37,0.0000,0,88,0.000,0.0,1.0 +1989,8,4,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,26.10,21.70,77,100600,659,1327,411,387,299,237,40800,30900,25400,5530,220,6.70,9,4,6.4,77777,9,999999999,39,0.0000,0,88,0.000,0.0,1.0 +1989,8,4,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,27.80,22.20,72,100600,864,1327,416,543,488,224,57800,50400,24900,5730,200,6.70,4,3,6.4,77777,9,999999999,41,0.0000,0,88,0.000,0.0,1.0 +1989,8,4,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,28.90,22.80,70,100500,1029,1327,424,670,404,355,72500,43700,38500,11910,190,6.70,9,3,6.4,77777,9,999999999,42,0.0000,0,88,0.000,0.0,1.0 +1989,8,4,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,30.00,22.20,63,100500,1141,1327,448,625,246,412,67800,26700,44800,17650,200,7.20,10,7,6.4,3660,9,999999999,40,0.0000,0,88,0.000,0.0,1.0 +1989,8,4,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,30.00,22.20,63,100500,1194,1327,454,595,182,430,65400,19400,47900,20500,200,7.70,10,8,6.4,7620,9,999999999,40,0.0000,0,88,0.000,0.0,1.0 +1989,8,4,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,31.10,23.30,63,100400,1184,1327,457,637,280,386,69800,30400,42600,18480,200,7.20,10,7,6.4,3050,9,999999999,43,0.0000,0,88,0.000,0.0,1.0 +1989,8,4,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,29.40,22.80,67,100400,1110,1327,461,400,4,397,46400,400,46100,16770,200,7.20,10,10,6.4,3050,9,999999999,41,0.0000,0,88,0.000,0.0,1.0 +1989,8,4,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,28.90,22.80,70,100400,979,1327,458,232,11,224,27600,900,26900,10600,200,7.20,10,10,6.4,2440,9,999999999,42,0.0000,0,88,0.000,0.0,1.0 +1989,8,4,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,28.30,22.80,72,100300,799,1327,455,250,6,246,28600,500,28300,10220,200,6.70,10,10,6.4,2740,9,999999999,42,0.0000,0,88,0.000,0.0,1.0 +1989,8,4,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,28.30,22.80,72,100300,583,1327,455,166,1,165,18800,100,18800,6450,200,6.70,10,10,4.8,2740,9,999999999,42,0.0000,0,88,0.000,0.0,1.0 +1989,8,4,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,27.20,22.20,74,100300,345,1327,444,78,14,75,9000,600,8800,2830,190,6.70,9,9,4.8,2740,9,999999999,40,0.0000,0,88,0.000,0.0,1.0 +1989,8,4,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,26.70,21.70,74,100300,105,1294,441,24,1,24,2700,0,2700,820,200,6.20,10,9,4.8,2740,9,999999999,39,0.0000,0,88,0.000,0.0,1.0 +1989,8,4,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.60,21.70,79,100300,0,0,439,0,0,0,0,0,0,0,200,5.70,10,10,4.8,3050,9,999999999,39,0.0000,0,88,0.000,0.0,1.0 +1989,8,4,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.00,21.70,82,100300,0,0,436,0,0,0,0,0,0,0,200,6.20,10,10,4.0,3050,9,999999999,39,0.0000,0,88,0.000,0.0,1.0 +1989,8,4,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,24.40,21.70,85,100300,0,0,433,0,0,0,0,0,0,0,200,5.70,10,10,4.8,3050,9,999999999,39,0.0000,0,88,0.000,0.0,1.0 +1989,8,4,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.90,21.70,87,100300,0,0,409,0,0,0,0,0,0,0,200,6.70,10,5,4.8,77777,9,999999999,39,0.0000,0,88,0.000,0.0,1.0 +1989,8,4,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.90,21.70,87,100300,0,0,430,0,0,0,0,0,0,0,210,6.70,10,10,4.8,6100,9,999999999,39,0.0000,0,88,0.000,0.0,1.0 +1989,8,5,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.30,21.70,90,100200,0,0,427,0,0,0,0,0,0,0,200,5.70,10,10,3.2,6100,9,999999999,39,0.0000,0,88,0.000,0.0,1.0 +1989,8,5,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.30,21.70,90,100200,0,0,426,0,0,0,0,0,0,0,200,6.20,10,10,3.2,6100,9,999999999,39,0.0000,0,88,0.000,0.0,1.0 +1989,8,5,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.30,21.70,90,100200,0,0,426,0,0,0,0,0,0,0,200,6.20,10,10,3.2,2440,9,999999999,39,0.0000,0,88,0.000,0.0,1.0 +1989,8,5,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.90,21.70,87,100100,0,0,429,0,0,0,0,0,0,0,200,6.20,10,10,3.2,2440,9,999999999,39,0.0000,0,88,0.000,0.0,1.0 +1989,8,5,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.90,21.70,87,100100,9,387,429,1,0,1,0,0,0,0,200,7.20,10,10,3.2,2900,9,999999999,39,0.0000,0,88,0.000,0.0,1.0 +1989,8,5,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,24.40,21.70,85,100100,182,1327,432,35,1,35,4000,0,4000,1260,200,6.70,10,10,3.2,6710,9,999999999,39,0.0000,0,88,0.000,0.0,1.0 +1989,8,5,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,24.40,21.70,85,100100,424,1327,427,124,34,113,13600,3100,12600,3080,200,6.70,10,9,4.0,4570,9,999999999,39,0.0000,0,88,0.000,0.0,1.0 +1989,8,5,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,26.10,22.20,79,100100,656,1327,437,188,14,181,21500,1100,20900,7360,210,6.70,10,9,4.0,6100,9,999999999,40,0.0000,0,88,0.000,0.0,1.0 +1989,8,5,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,26.70,22.80,79,100100,862,1327,445,268,16,258,31000,1400,30100,11040,190,7.20,10,10,4.0,6100,9,999999999,42,0.0000,0,88,0.000,0.0,1.0 +1989,8,5,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,26.10,22.80,82,100100,1026,1327,441,366,42,333,40300,4300,37000,12930,200,7.20,10,10,4.8,4270,9,999999999,42,0.0000,0,88,0.000,0.0,1.0 +1989,8,5,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,27.80,22.80,74,100100,1139,1327,451,322,6,317,38200,500,37700,14500,230,7.70,10,10,4.8,4570,9,999999999,42,0.0000,0,88,0.000,0.0,1.0 +1989,8,5,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,27.20,22.80,77,100100,1192,1327,448,367,10,358,43400,900,42600,16030,240,8.20,10,10,11.3,1070,9,999999999,42,0.0000,0,88,0.000,0.0,1.0 +1989,8,5,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,26.70,22.20,77,100100,1181,1327,439,508,92,426,56100,9500,47600,19850,260,7.70,9,9,24.1,2130,9,999999999,41,0.0000,0,88,0.000,0.0,1.0 +1989,8,5,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,29.40,21.70,63,100100,1108,1327,439,581,307,323,63900,33400,36000,12390,270,6.20,8,6,24.1,7620,9,999999999,39,0.0000,0,88,0.000,0.0,1.0 +1989,8,5,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,31.70,21.10,54,100100,976,1327,440,559,372,283,61000,40200,31300,8510,270,6.70,9,4,24.1,77777,9,999999999,38,0.0000,0,88,0.000,0.0,1.0 +1989,8,5,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,31.10,20.60,53,100100,796,1327,430,516,558,179,55400,57300,21000,4180,260,7.70,9,3,32.2,77777,9,999999999,36,0.0000,0,88,0.000,0.0,1.0 +1989,8,5,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,31.70,20.60,52,100200,579,1327,441,338,392,165,35000,38200,18300,3360,250,6.70,8,4,32.2,77777,9,999999999,37,0.0000,0,88,0.000,0.0,1.0 +1989,8,5,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,31.10,21.10,55,100200,341,1327,450,109,65,92,11900,5700,10500,2400,250,5.70,9,6,32.2,7620,9,999999999,38,0.0000,0,88,0.000,0.0,1.0 +1989,8,5,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,27.80,21.10,67,100300,101,1272,432,29,21,27,3100,1300,3000,650,250,5.70,7,6,24.1,7620,9,999999999,38,0.0000,0,88,0.000,0.0,1.0 +1989,8,5,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,28.30,21.10,65,100300,0,0,440,0,0,0,0,0,0,0,260,4.10,7,7,24.1,2900,9,999999999,38,0.0000,0,88,0.000,0.0,1.0 +1989,8,5,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,26.10,21.70,77,100400,0,0,421,0,0,0,0,0,0,0,220,4.60,5,5,24.1,77777,9,999999999,39,0.0000,0,88,0.000,0.0,1.0 +1989,8,5,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.60,22.80,85,100400,0,0,433,0,0,0,0,0,0,0,200,3.10,8,8,16.1,1310,9,999999999,42,0.0000,0,88,0.000,0.0,1.0 +1989,8,5,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.00,22.20,85,100400,0,0,421,0,0,0,0,0,0,0,140,4.10,6,6,19.3,2740,9,999999999,41,0.0000,0,88,0.000,0.0,1.0 +1989,8,5,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.30,21.70,90,100400,0,0,394,0,0,0,0,0,0,0,200,7.20,2,2,12.9,77777,9,999999999,39,0.0000,0,88,0.000,0.0,1.0 +1989,8,6,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,22.80,21.70,94,100400,0,0,387,0,0,0,0,0,0,0,200,5.70,1,1,9.7,77777,9,999999999,39,0.0000,0,88,0.000,0.0,1.0 +1989,8,6,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,22.80,21.70,94,100400,0,0,399,0,0,0,0,0,0,0,210,4.60,5,4,6.4,77777,9,999999999,39,0.0000,0,88,0.000,0.0,1.0 +1989,8,6,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.30,21.70,90,100400,0,0,418,0,0,0,0,0,0,0,220,4.10,8,8,6.4,270,9,999999999,39,0.0000,0,88,0.000,0.0,1.0 +1989,8,6,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,22.80,21.70,94,100300,0,0,423,0,0,0,0,0,0,0,210,5.70,10,10,4.8,270,9,999999999,39,0.0000,0,88,0.000,0.0,1.0 +1989,8,6,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,22.80,21.70,94,100300,8,365,423,1,0,1,0,0,0,0,200,5.20,10,10,4.8,270,9,999999999,39,0.0000,0,88,0.000,0.0,1.0 +1989,8,6,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.30,21.70,90,100400,178,1328,425,31,1,31,3600,0,3600,1140,190,4.60,10,10,4.8,270,9,999999999,39,0.0000,0,88,0.000,0.0,1.0 +1989,8,6,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.90,21.70,87,100400,420,1328,428,136,9,133,15100,600,14900,4620,210,5.70,10,10,4.8,270,9,999999999,39,0.0000,0,88,0.000,0.0,1.0 +1989,8,6,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.90,21.70,87,100400,653,1328,428,194,8,190,22100,700,21800,7590,160,5.20,10,10,4.8,370,9,999999999,39,0.0000,0,88,0.000,0.0,1.0 +1989,8,6,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,24.40,21.70,85,100400,859,1328,431,145,6,141,17500,400,17200,6870,260,7.70,10,10,6.4,400,9,999999999,39,0.0000,0,88,0.000,0.3,1.0 +1989,8,6,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.30,22.80,97,100500,1024,1328,425,388,2,387,44600,200,44400,15890,150,3.10,10,10,8.0,730,9,999999999,42,0.0000,0,88,0.000,0.8,1.0 +1989,8,6,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,24.40,22.80,91,100400,1137,1328,417,556,320,281,60300,33500,31500,12370,190,4.10,9,7,8.0,2440,9,999999999,42,0.0000,0,88,0.000,0.0,1.0 +1989,8,6,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,26.10,23.30,85,100300,1189,1328,404,823,687,205,88300,70500,25000,10750,150,5.20,2,2,9.7,77777,9,999999999,43,0.0000,0,88,0.000,0.0,1.0 +1989,8,6,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,29.40,23.30,70,100300,1179,1328,432,915,810,192,94900,81200,22700,8710,190,6.70,4,4,12.9,77777,9,999999999,43,0.0000,0,88,0.000,0.0,1.0 +1989,8,6,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,30.60,23.30,65,100200,1105,1328,435,815,758,180,87200,77800,22300,7250,190,6.70,3,3,12.9,77777,9,999999999,43,0.0000,0,88,0.000,0.0,1.0 +1989,8,6,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,31.10,23.30,63,100100,973,1328,453,554,434,234,59600,45200,26500,7000,190,6.20,6,6,14.5,1130,9,999999999,43,0.0000,0,88,0.000,0.0,1.0 +1989,8,6,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,31.10,23.30,63,100100,793,1328,435,536,700,115,57000,70900,14600,2790,200,7.20,2,2,12.9,77777,9,999999999,43,0.0000,0,88,0.000,0.0,1.0 +1989,8,6,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,28.90,23.30,72,100100,575,1328,423,332,533,98,34500,51400,12200,1990,200,6.70,3,2,12.9,77777,9,999999999,43,0.0000,0,88,0.000,0.0,1.0 +1989,8,6,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,24.40,20.60,79,100100,337,1328,431,48,6,46,5600,200,5600,1890,220,6.20,10,10,6.4,1010,9,999999999,37,0.0000,0,88,0.000,2.8,1.0 +1989,8,6,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.60,20.60,74,100200,97,1228,394,36,136,23,3600,6200,3100,400,40,2.60,2,1,11.3,77777,9,999999999,37,0.0000,0,88,0.000,0.0,1.0 +1989,8,6,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.30,20.60,85,100300,0,0,378,0,0,0,0,0,0,0,90,2.10,1,0,11.3,77777,9,999999999,37,0.0000,0,88,0.000,0.0,1.0 +1989,8,6,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.00,22.80,88,100300,0,0,405,0,0,0,0,0,0,0,220,5.70,2,2,9.7,77777,9,999999999,42,0.0000,0,88,0.000,0.0,1.0 +1989,8,6,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.30,22.20,94,100300,0,0,415,0,0,0,0,0,0,0,210,5.20,7,7,6.4,3050,9,999999999,41,0.0000,0,88,0.000,0.0,1.0 +1989,8,6,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.30,22.20,94,100300,0,0,419,0,0,0,0,0,0,0,190,3.60,8,8,6.4,3050,9,999999999,41,0.0000,0,88,0.000,0.0,1.0 +1989,8,6,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,22.80,22.20,97,100300,0,0,393,0,0,0,0,0,0,0,220,6.20,2,2,4.8,77777,9,999999999,41,0.0000,0,88,0.000,0.0,1.0 +1989,8,7,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,22.80,21.70,94,100300,0,0,415,0,0,0,0,0,0,0,210,6.20,8,8,3.2,210,9,999999999,39,0.0000,0,88,0.000,0.0,1.0 +1989,8,7,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,22.80,22.20,97,100300,0,0,424,0,0,0,0,0,0,0,230,4.60,10,10,3.2,210,9,999999999,41,0.0000,0,88,0.000,0.0,1.0 +1989,8,7,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.30,22.20,94,100300,0,0,423,0,0,0,0,0,0,0,230,4.10,10,9,3.2,240,9,999999999,41,0.0000,0,88,0.000,0.0,1.0 +1989,8,7,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,22.80,21.70,94,100300,0,0,410,0,0,0,0,0,0,0,240,4.10,8,7,3.2,4570,9,999999999,39,0.0000,0,88,0.000,0.0,1.0 +1989,8,7,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,22.80,21.70,94,100300,7,343,418,0,0,0,0,0,0,0,220,4.10,10,9,4.8,4570,9,999999999,39,0.0000,0,88,0.000,0.0,1.0 +1989,8,7,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,22.80,21.70,94,100400,174,1328,413,51,53,44,5600,3400,5100,930,220,3.10,9,8,4.8,4570,9,999999999,39,0.0000,0,88,0.000,0.0,1.0 +1989,8,7,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.90,21.70,87,100400,417,1328,424,120,56,102,13100,5100,11500,2810,180,3.60,10,9,6.4,4570,9,999999999,39,0.0000,0,88,0.000,0.0,1.0 +1989,8,7,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,26.10,20.60,72,100400,650,1328,424,309,138,241,33300,14000,26500,5960,280,3.60,9,7,9.7,4570,9,999999999,37,0.0000,0,88,0.000,0.0,1.0 +1989,8,7,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,27.20,18.90,60,100400,856,1328,421,383,225,237,41700,24100,26100,6100,350,3.10,9,6,12.9,7620,9,999999999,33,0.0000,0,88,0.000,0.0,1.0 +1989,8,7,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,28.90,18.90,55,100400,1022,1328,430,637,443,295,67600,46100,32000,9810,360,3.10,9,6,12.9,7620,9,999999999,33,0.0000,0,88,0.000,0.0,1.0 +1989,8,7,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,28.30,19.40,59,100400,1134,1328,397,837,742,200,89300,76000,24300,8690,170,4.10,7,1,16.1,77777,9,999999999,35,0.0000,0,88,0.000,0.0,1.0 +1989,8,7,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,28.90,19.40,57,100400,1187,1328,431,847,564,340,90500,58900,37700,17890,130,5.20,10,6,16.1,7620,9,999999999,35,0.0000,0,88,0.000,0.0,1.0 +1989,8,7,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,27.80,19.40,61,100300,1176,1328,436,536,210,349,59200,22900,38900,16100,130,5.20,10,8,16.1,7620,9,999999999,35,0.0000,0,88,0.000,0.0,1.0 +1989,8,7,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,27.80,19.40,61,100300,1102,1328,443,497,115,400,54300,12200,44200,15370,130,5.20,10,9,16.1,7620,9,999999999,35,0.0000,0,88,0.000,0.0,1.0 +1989,8,7,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,26.10,19.40,67,100300,970,1328,427,483,122,393,53000,12600,43800,13830,120,5.20,10,8,19.3,1680,9,999999999,34,0.0000,0,88,0.000,0.0,1.0 +1989,8,7,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.00,18.90,69,100300,789,1328,426,389,278,222,42000,29500,24500,5390,120,4.60,10,9,16.1,3660,9,999999999,33,0.0000,0,88,0.000,0.0,1.0 +1989,8,7,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.90,18.90,74,100300,571,1328,426,73,8,70,8900,500,8700,3220,150,3.60,10,10,11.3,3660,9,999999999,33,0.0000,0,88,0.000,0.5,1.0 +1989,8,7,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.90,21.10,85,100300,332,1328,428,36,2,36,4400,100,4400,1520,160,4.10,10,10,11.3,3660,9,999999999,38,0.0000,0,88,0.000,0.0,1.0 +1989,8,7,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,22.80,20.60,87,100300,93,1207,422,15,0,15,1800,0,1800,560,150,4.10,10,10,9.7,1680,9,999999999,37,0.0000,0,88,0.000,0.0,1.0 +1989,8,7,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,22.80,20.00,84,100400,0,0,422,0,0,0,0,0,0,0,250,4.10,10,10,9.7,1310,9,999999999,35,0.0000,0,88,0.000,0.0,1.0 +1989,8,7,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,21.70,19.40,87,100400,0,0,415,0,0,0,0,0,0,0,320,5.20,10,10,11.3,1130,9,999999999,34,0.0000,0,88,0.000,0.0,1.0 +1989,8,7,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,21.70,18.30,81,100400,0,0,415,0,0,0,0,0,0,0,310,5.70,10,10,11.3,1070,9,999999999,32,0.0000,0,88,0.000,0.0,1.0 +1989,8,7,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,19.40,17.80,90,100400,0,0,402,0,0,0,0,0,0,0,300,7.20,10,10,11.3,340,9,999999999,31,0.0000,0,88,0.000,0.8,1.0 +1989,8,7,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,18.30,17.80,97,100400,0,0,396,0,0,0,0,0,0,0,300,6.70,10,10,4.8,310,9,999999999,31,0.0000,0,88,0.000,0.0,1.0 +1989,8,8,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,18.30,17.80,97,100400,0,0,396,0,0,0,0,0,0,0,300,6.20,10,10,9.7,310,9,999999999,31,0.0000,0,88,0.000,4.8,1.0 +1989,8,8,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,18.30,16.70,90,100400,0,0,395,0,0,0,0,0,0,0,300,5.70,10,10,19.3,3350,9,999999999,29,0.0000,0,88,0.000,1.0,1.0 +1989,8,8,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,17.80,15.60,87,100500,0,0,391,0,0,0,0,0,0,0,310,5.70,10,10,24.1,3660,9,999999999,27,0.0000,0,88,0.000,0.3,1.0 +1989,8,8,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,17.20,15.00,87,100500,0,0,336,0,0,0,0,0,0,0,310,5.70,1,1,24.1,77777,9,999999999,27,0.0000,0,88,0.000,0.0,1.0 +1989,8,8,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,16.70,14.40,87,100600,6,321,324,4,0,3,0,0,0,0,300,6.70,0,0,24.1,77777,9,999999999,26,0.0000,0,88,0.000,0.0,1.0 +1989,8,8,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,17.20,13.90,81,100600,170,1329,324,68,240,37,7100,14300,5300,660,310,6.70,0,0,24.1,77777,9,999999999,25,0.0000,0,88,0.000,0.0,1.0 +1989,8,8,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,17.80,12.80,73,100700,414,1329,348,197,308,100,20600,27600,12000,1870,300,7.70,6,4,24.1,4270,9,999999999,23,0.0000,0,88,0.000,0.0,1.0 +1989,8,8,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,18.90,12.80,68,100700,647,1329,332,400,603,105,42100,59400,13100,2230,330,7.70,1,1,24.1,77777,9,999999999,23,0.0000,0,88,0.000,0.0,1.0 +1989,8,8,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,20.00,12.80,63,100800,854,1329,329,606,765,113,63700,76600,14400,2760,320,7.70,0,0,24.1,77777,9,999999999,23,0.0000,0,88,0.000,0.0,1.0 +1989,8,8,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,21.10,11.70,55,100800,1019,1329,337,736,774,139,77400,78000,17400,4270,310,7.70,1,1,24.1,77777,9,999999999,22,0.0000,0,88,0.000,0.0,1.0 +1989,8,8,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,22.20,9.40,44,100900,1132,1329,335,839,824,134,86000,82400,15600,4380,340,7.70,1,1,24.1,77777,9,999999999,19,0.0000,0,88,0.000,0.0,1.0 +1989,8,8,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,22.80,8.90,41,100900,1185,1329,337,873,815,142,93600,82800,19500,6990,300,7.20,1,1,24.1,77777,9,999999999,18,0.0000,0,88,0.000,0.0,1.0 +1989,8,8,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,22.80,9.40,43,100900,1173,1329,346,805,678,203,86200,69500,24600,10010,330,7.70,2,2,24.1,77777,9,999999999,19,0.0000,0,88,0.000,0.0,1.0 +1989,8,8,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,24.40,10.00,40,100900,1099,1329,348,798,814,120,81900,81500,14300,3760,320,7.20,1,1,24.1,77777,9,999999999,20,0.0000,0,88,0.000,0.0,1.0 +1989,8,8,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.30,8.90,40,100900,967,1329,357,667,626,208,69600,63100,23500,6040,310,7.20,3,3,24.1,77777,9,999999999,18,0.0000,0,88,0.000,0.0,1.0 +1989,8,8,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.30,8.30,38,101000,785,1329,365,496,445,230,51700,45400,24800,5440,330,7.20,4,4,24.1,77777,9,999999999,18,0.0000,0,88,0.000,0.0,1.0 +1989,8,8,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,22.80,7.80,38,101100,567,1329,379,224,225,127,24300,22700,14600,2570,310,6.70,6,6,24.1,1980,9,999999999,17,0.0000,0,88,0.000,0.0,1.0 +1989,8,8,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,22.20,7.80,40,101100,328,1329,352,128,153,89,13400,12700,10300,1720,300,6.70,3,3,24.1,77777,9,999999999,17,0.0000,0,88,0.000,0.0,1.0 +1989,8,8,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,21.10,7.80,42,101200,88,1185,340,32,82,24,3300,3300,3000,420,300,6.20,2,2,24.1,77777,9,999999999,17,0.0000,0,88,0.000,0.0,1.0 +1989,8,8,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,20.60,8.30,46,101300,0,0,325,0,0,0,0,0,0,0,300,5.70,0,0,24.1,77777,9,999999999,18,0.0000,0,88,0.000,0.0,1.0 +1989,8,8,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,19.40,9.40,53,101400,0,0,339,0,0,0,0,0,0,0,300,5.20,3,2,24.1,77777,9,999999999,19,0.0000,0,88,0.000,0.0,1.0 +1989,8,8,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,18.90,9.40,55,101400,0,0,323,0,0,0,0,0,0,0,310,6.20,0,0,24.1,77777,9,999999999,19,0.0000,0,88,0.000,0.0,1.0 +1989,8,8,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,17.80,10.00,61,101500,0,0,320,0,0,0,0,0,0,0,330,4.60,0,0,24.1,77777,9,999999999,20,0.0000,0,88,0.000,0.0,1.0 +1989,8,8,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,16.70,10.60,67,101600,0,0,318,0,0,0,0,0,0,0,320,5.20,0,0,24.1,77777,9,999999999,20,0.0000,0,88,0.000,0.0,1.0 +1989,8,9,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,16.10,10.60,70,101700,0,0,315,0,0,0,0,0,0,0,330,5.20,0,0,24.1,77777,9,999999999,21,0.0000,0,88,0.000,0.0,1.0 +1989,8,9,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,15.60,10.00,70,101700,0,0,310,0,0,0,0,0,0,0,320,4.60,0,0,24.1,77777,9,999999999,20,0.0000,0,88,0.000,0.0,1.0 +1989,8,9,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,15.00,10.00,72,101800,0,0,307,0,0,0,0,0,0,0,330,4.10,0,0,24.1,77777,9,999999999,20,0.0000,0,88,0.000,0.0,1.0 +1989,8,9,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,15.00,8.90,67,101800,0,0,303,0,0,0,0,0,0,0,340,5.20,0,0,24.1,77777,9,999999999,19,0.0000,0,88,0.000,0.0,1.0 +1989,8,9,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,15.00,8.90,67,101900,5,299,302,3,0,2,0,0,0,0,320,5.70,0,0,24.1,77777,9,999999999,19,0.0000,0,88,0.000,0.0,1.0 +1989,8,9,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,16.10,8.90,63,102000,167,1329,305,69,277,34,7000,17200,4800,600,330,4.60,0,0,24.1,77777,9,999999999,19,0.0000,0,88,0.000,0.0,1.0 +1989,8,9,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,17.80,8.90,56,102100,410,1329,319,232,547,62,24200,49100,9100,1200,310,4.60,1,1,24.1,77777,9,999999999,19,0.0000,0,88,0.000,0.0,1.0 +1989,8,9,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,19.40,8.90,51,102100,644,1329,332,420,633,112,44000,62200,13800,2350,320,5.20,2,2,24.1,77777,9,999999999,19,0.0000,0,88,0.000,0.0,1.0 +1989,8,9,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,20.60,8.90,47,102100,851,1329,329,585,747,105,61900,75000,13800,2620,320,5.20,1,1,24.1,77777,9,999999999,19,0.0000,0,88,0.000,0.0,1.0 +1989,8,9,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,22.20,9.40,44,102200,1016,1329,345,734,747,160,78600,76600,19900,5270,320,4.60,2,2,24.1,77777,9,999999999,19,0.0000,0,88,0.000,0.0,1.0 +1989,8,9,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,22.80,8.30,40,102200,1129,1329,361,719,629,182,77200,64600,22200,7830,310,5.20,4,4,24.1,77777,9,999999999,18,0.0000,0,88,0.000,0.0,1.0 +1989,8,9,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.30,8.30,38,102100,1182,1329,355,826,704,196,88600,72300,24200,9980,310,5.20,3,3,24.1,77777,9,999999999,18,0.0000,0,88,0.000,0.0,1.0 +1989,8,9,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,22.80,8.90,41,102100,1171,1329,379,961,779,271,100700,78700,31200,12920,330,4.10,6,6,24.1,1830,9,999999999,19,0.0000,0,88,0.000,0.0,1.0 +1989,8,9,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,22.80,8.90,41,102100,1096,1329,387,670,483,269,72400,50500,30600,10510,240,3.60,7,7,24.1,1830,9,999999999,19,0.0000,0,88,0.000,0.0,1.0 +1989,8,9,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,22.80,10.60,46,102100,963,1329,390,448,189,310,49200,20100,34600,9730,220,3.10,7,7,24.1,1830,9,999999999,21,0.0000,0,88,0.000,0.0,1.0 +1989,8,9,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,22.80,11.70,50,102100,781,1329,392,369,192,255,40200,20100,28400,6810,110,4.10,7,7,24.1,1830,9,999999999,22,0.0000,0,88,0.000,0.0,1.0 +1989,8,9,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,21.70,12.80,57,102100,563,1329,382,277,206,189,30000,20500,21300,4490,120,5.20,6,6,24.1,1830,9,999999999,24,0.0000,0,88,0.000,0.0,1.0 +1989,8,9,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,20.00,14.40,71,102200,323,1329,358,153,352,65,16000,28800,9000,1170,110,4.10,3,3,24.1,77777,9,999999999,26,0.0000,0,88,0.000,0.0,1.0 +1989,8,9,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,18.30,14.40,78,102200,84,1141,332,37,139,23,3500,6100,3100,410,130,3.60,0,0,24.1,77777,9,999999999,26,0.0000,0,88,0.000,0.0,1.0 +1989,8,9,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,18.90,13.90,73,102200,0,0,335,0,0,0,0,0,0,0,210,2.60,0,0,24.1,77777,9,999999999,25,0.0000,0,88,0.000,0.0,1.0 +1989,8,9,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,18.30,12.80,70,102300,0,0,330,0,0,0,0,0,0,0,190,4.60,0,0,24.1,77777,9,999999999,23,0.0000,0,88,0.000,0.0,1.0 +1989,8,9,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,18.30,12.20,68,102300,0,0,329,0,0,0,0,0,0,0,220,5.20,0,0,24.1,77777,9,999999999,23,0.0000,0,88,0.000,0.0,1.0 +1989,8,9,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,18.30,11.70,65,102300,0,0,328,0,0,0,0,0,0,0,240,5.20,1,0,24.1,77777,9,999999999,22,0.0000,0,88,0.000,0.0,1.0 +1989,8,9,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,17.80,12.20,70,102400,0,0,327,0,0,0,0,0,0,0,250,5.20,0,0,24.1,77777,9,999999999,23,0.0000,0,88,0.000,0.0,1.0 +1989,8,10,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,17.20,12.20,73,102400,0,0,325,0,0,0,0,0,0,0,250,4.10,0,0,24.1,77777,9,999999999,23,0.0000,0,88,0.000,0.0,1.0 +1989,8,10,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,16.10,12.80,81,102400,0,0,321,0,0,0,0,0,0,0,230,3.60,0,0,24.1,77777,9,999999999,24,0.0000,0,88,0.000,0.0,1.0 +1989,8,10,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,15.60,12.80,84,102400,0,0,318,0,0,0,0,0,0,0,260,3.10,0,0,24.1,77777,9,999999999,24,0.0000,0,88,0.000,0.0,1.0 +1989,8,10,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,16.10,12.20,78,102400,0,0,317,0,0,0,0,0,0,0,250,2.60,0,0,24.1,77777,9,999999999,23,0.0000,0,88,0.000,0.0,1.0 +1989,8,10,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,16.10,12.20,78,102500,5,277,329,1,0,1,0,0,0,0,290,4.10,4,2,16.1,77777,9,999999999,23,0.0000,0,88,0.000,0.0,1.0 +1989,8,10,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,17.20,12.20,73,102500,163,1330,326,45,68,37,5000,4200,4500,780,300,4.10,1,1,16.1,77777,9,999999999,23,0.0000,0,88,0.000,0.0,1.0 +1989,8,10,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,18.90,12.80,68,102600,407,1330,334,189,305,95,19800,27100,11500,1770,300,3.10,3,1,17.7,77777,9,999999999,24,0.0000,0,88,0.000,0.0,1.0 +1989,8,10,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,21.70,12.80,57,102600,641,1330,353,380,442,166,40000,44000,18700,3460,320,3.10,2,2,16.1,77777,9,999999999,24,0.0000,0,88,0.000,0.0,1.0 +1989,8,10,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,22.80,13.30,55,102600,848,1330,366,490,401,233,51700,41300,25400,5860,120,3.10,4,3,16.1,77777,9,999999999,24,0.0000,0,88,0.000,0.0,1.0 +1989,8,10,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,22.80,13.90,57,102600,1014,1330,346,660,593,206,69400,60100,23500,6570,150,4.10,0,0,14.5,77777,9,999999999,25,0.0000,0,88,0.000,0.0,1.0 +1989,8,10,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.30,12.80,52,102600,1127,1330,359,744,533,291,80300,55700,32900,12410,120,5.20,3,2,16.1,77777,9,999999999,24,0.0000,0,88,0.000,0.0,1.0 +1989,8,10,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.90,12.20,48,102600,1179,1330,352,839,608,296,87400,61100,33100,14440,120,5.70,8,1,17.7,77777,9,999999999,23,0.0000,0,88,0.000,0.0,1.0 +1989,8,10,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.30,12.80,52,102600,1168,1330,373,818,491,384,86100,51200,41100,18910,120,6.20,10,4,16.1,77777,9,999999999,24,0.0000,0,88,0.000,0.0,1.0 +1989,8,10,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.30,12.20,50,102500,1093,1330,380,738,436,378,80100,47300,41200,14290,110,5.70,10,5,16.1,77777,9,999999999,23,0.0000,0,88,0.000,0.0,1.0 +1989,8,10,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.30,12.20,50,102500,960,1330,373,582,280,379,62100,30100,40300,11720,120,5.70,10,4,16.1,77777,9,999999999,23,0.0000,0,88,0.000,0.0,1.0 +1989,8,10,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,22.80,12.20,52,102500,778,1330,371,475,369,257,50700,39100,27800,6370,120,6.20,10,4,14.5,77777,9,999999999,23,0.0000,0,88,0.000,0.0,1.0 +1989,8,10,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,21.70,14.40,64,102500,559,1330,385,256,183,178,27700,18200,20100,4220,120,5.20,10,6,12.9,7620,9,999999999,26,0.0000,0,88,0.000,0.0,1.0 +1989,8,10,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,22.20,13.30,57,102500,318,1330,393,110,53,97,12000,4600,10900,2430,140,5.70,10,7,12.9,7620,9,999999999,24,0.0000,0,88,0.000,0.0,1.0 +1989,8,10,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,21.10,13.30,61,102500,80,1119,388,27,2,26,2900,0,2900,840,170,4.10,10,7,12.9,7620,9,999999999,24,0.0000,0,88,0.000,0.0,1.0 +1989,8,10,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,21.10,13.30,61,102600,0,0,388,0,0,0,0,0,0,0,190,5.20,10,7,12.9,7620,9,999999999,24,0.0000,0,88,0.000,0.0,1.0 +1989,8,10,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,21.10,13.90,64,102600,0,0,396,0,0,0,0,0,0,0,210,4.60,10,8,12.9,7620,9,999999999,25,0.0000,0,88,0.000,0.0,1.0 +1989,8,10,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,20.00,14.40,71,102600,0,0,391,0,0,0,0,0,0,0,210,4.60,10,8,12.9,7620,9,999999999,26,0.0000,0,88,0.000,0.0,1.0 +1989,8,10,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,20.60,13.30,63,102600,0,0,399,0,0,0,0,0,0,0,250,4.10,10,9,12.9,3660,9,999999999,24,0.0000,0,88,0.000,0.0,1.0 +1989,8,10,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,20.60,12.80,61,102600,0,0,405,0,0,0,0,0,0,0,230,4.60,10,10,16.1,3350,9,999999999,24,0.0000,0,88,0.000,0.0,1.0 +1989,8,11,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,20.60,12.80,61,102500,0,0,405,0,0,0,0,0,0,0,240,4.10,10,10,16.1,3050,9,999999999,24,0.0000,0,88,0.000,0.0,1.0 +1989,8,11,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,20.60,12.80,61,102500,0,0,405,0,0,0,0,0,0,0,250,3.10,10,10,16.1,3350,9,999999999,24,0.0000,0,88,0.000,0.0,1.0 +1989,8,11,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,18.90,15.00,78,102500,0,0,391,0,0,0,0,0,0,0,100,2.10,10,9,16.1,3050,9,999999999,27,0.0000,0,88,0.000,0.0,1.0 +1989,8,11,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,18.30,15.60,84,102500,0,0,394,0,0,0,0,0,0,0,130,3.10,10,10,16.1,3050,9,999999999,28,0.0000,0,88,0.000,0.0,1.0 +1989,8,11,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,18.30,16.10,87,102600,4,255,394,0,0,0,0,0,0,0,160,2.60,10,10,14.5,2740,9,999999999,29,0.0000,0,88,0.000,0.0,1.0 +1989,8,11,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,18.90,16.70,87,102700,159,1330,397,23,9,22,2500,600,2500,580,190,3.10,10,10,12.9,3050,9,999999999,30,0.0000,0,88,0.000,0.3,1.0 +1989,8,11,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,18.30,15.60,84,102700,403,1330,393,65,6,63,7600,300,7500,2610,230,3.60,10,10,8.0,2740,9,999999999,28,0.0000,0,88,0.000,1.0,1.0 +1989,8,11,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,17.80,13.30,75,102700,638,1330,388,89,3,88,10800,200,10700,4090,220,2.10,10,10,11.3,2740,9,999999999,24,0.0000,0,88,0.000,0.8,1.0 +1989,8,11,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,17.20,12.80,75,102700,845,1330,385,173,3,171,20600,200,20400,8010,130,2.10,10,10,11.3,2130,9,999999999,24,0.0000,0,88,0.000,0.8,1.0 +1989,8,11,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,17.20,13.30,78,102800,1011,1330,385,192,8,186,23300,600,22800,9210,200,3.10,10,10,9.7,1310,9,999999999,24,0.0000,0,88,0.000,1.0,1.0 +1989,8,11,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,17.20,13.90,81,102800,1124,1330,385,197,3,194,24100,200,23900,9780,170,1.50,10,10,9.7,1680,9,999999999,25,0.0000,0,88,0.000,0.5,1.0 +1989,8,11,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,16.70,13.90,84,102700,1177,1330,382,230,0,230,28100,0,28100,11360,70,4.10,10,10,6.4,3050,9,999999999,25,0.0000,0,88,0.000,3.0,1.0 +1989,8,11,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,16.10,13.90,87,102600,1165,1330,379,227,3,224,27700,200,27500,11100,40,6.20,10,10,9.7,2130,9,999999999,25,0.0000,0,88,0.000,0.8,1.0 +1989,8,11,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,16.10,13.90,87,102600,1090,1330,379,242,1,241,29100,100,29000,11630,60,5.20,10,10,11.3,2130,9,999999999,25,0.0000,0,88,0.000,0.3,1.0 +1989,8,11,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,16.10,13.90,87,102500,956,1330,379,204,1,204,24400,100,24400,9740,60,6.70,10,10,9.7,940,9,999999999,25,0.0000,0,88,0.000,1.0,1.0 +1989,8,11,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,16.10,14.40,90,102500,774,1330,380,145,1,144,17200,100,17200,6700,60,6.70,10,10,8.0,880,9,999999999,26,0.0000,0,88,0.000,2.5,1.0 +1989,8,11,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,15.60,15.00,97,102500,554,1330,378,101,1,101,11900,100,11900,4340,60,6.70,10,10,8.0,700,9,999999999,27,0.0000,0,88,0.000,1.3,1.0 +1989,8,11,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,15.60,15.00,97,102400,313,1330,378,49,0,49,5700,0,5700,1950,60,7.20,10,10,4.0,640,9,999999999,27,0.0000,0,88,0.000,4.3,1.0 +1989,8,11,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,16.10,15.60,97,102400,76,1097,382,13,0,13,1500,0,1500,480,50,5.70,10,10,3.2,700,9,999999999,28,0.0000,0,88,0.000,10.4,1.0 +1989,8,11,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,16.70,16.10,97,102400,0,0,385,0,0,0,0,0,0,0,60,6.20,10,10,6.4,340,9,999999999,29,0.0000,0,88,0.000,0.0,1.0 +1989,8,11,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,16.70,16.70,100,102400,0,0,386,0,0,0,0,0,0,0,50,6.20,10,10,6.4,340,9,999999999,30,0.0000,0,88,0.000,1.8,1.0 +1989,8,11,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,17.20,17.20,100,102300,0,0,389,0,0,0,0,0,0,0,50,4.60,10,10,6.4,240,9,999999999,31,0.0000,0,88,0.000,1.8,1.0 +1989,8,11,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,17.20,17.20,100,102300,0,0,389,0,0,0,0,0,0,0,40,4.60,10,10,6.4,180,9,999999999,31,0.0000,0,88,0.000,0.0,1.0 +1989,8,11,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,17.80,17.20,97,102300,0,0,393,0,0,0,0,0,0,0,20,3.60,10,10,2.4,90,9,999999999,31,0.0000,0,88,0.000,0.0,1.0 +1989,8,12,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,17.80,17.80,100,102200,0,0,393,0,0,0,0,0,0,0,320,3.60,10,10,0.2,30,9,999999999,32,0.0000,0,88,0.000,0.0,1.0 +1989,8,12,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,17.20,17.20,100,102200,0,0,389,0,0,0,0,0,0,0,330,4.60,10,10,0.2,30,9,999999999,31,0.0000,0,88,0.000,0.0,1.0 +1989,8,12,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,17.20,17.20,100,102200,0,0,389,0,0,0,0,0,0,0,320,3.60,10,10,0.2,60,9,999999999,31,0.0000,0,88,0.000,1.3,1.0 +1989,8,12,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,17.20,17.20,100,102200,0,0,389,0,0,0,0,0,0,0,350,4.60,10,10,0.8,120,9,999999999,31,0.0000,0,88,0.000,0.3,1.0 +1989,8,12,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,17.20,17.20,100,102200,3,233,389,1,0,1,0,0,0,0,350,3.60,10,10,0.8,60,9,999999999,31,0.0000,0,88,0.000,0.8,1.0 +1989,8,12,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,17.20,17.20,100,102200,155,1330,388,24,0,24,2800,0,2800,890,40,2.10,10,10,0.8,90,9,999999999,31,0.0000,0,88,0.000,0.8,1.0 +1989,8,12,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,17.80,17.80,100,102200,400,1330,392,113,1,112,12600,100,12600,4020,360,2.60,10,10,0.8,90,9,999999999,32,0.0000,0,88,0.000,0.3,1.0 +1989,8,12,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,18.30,18.30,100,102200,635,1330,394,219,0,219,24600,0,24600,8150,30,2.60,10,10,0.8,90,9,999999999,33,0.0000,0,88,0.000,0.0,1.0 +1989,8,12,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,18.30,18.30,100,102200,842,1330,394,288,1,287,32800,100,32800,11670,40,3.60,10,10,0.8,90,9,999999999,33,0.0000,0,88,0.000,0.3,1.0 +1989,8,12,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,18.90,18.30,97,102200,1008,1330,397,342,1,342,39600,100,39500,14580,30,3.60,10,10,0.8,150,9,999999999,33,0.0000,0,88,0.000,0.0,1.0 +1989,8,12,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,19.40,18.30,93,102200,1122,1330,400,429,1,428,49500,100,49400,17610,50,3.10,10,10,2.4,180,9,999999999,33,0.0000,0,88,0.000,0.0,1.0 +1989,8,12,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,20.00,19.40,97,102200,1174,1330,404,400,1,399,46800,100,46700,17150,110,3.60,10,10,2.4,180,9,999999999,35,0.0000,0,88,0.000,1.0,1.0 +1989,8,12,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,20.60,20.00,97,102100,1162,1330,392,508,106,415,56000,10900,46500,18670,50,3.60,10,7,0.8,6100,9,999999999,36,0.0000,0,88,0.000,0.0,1.0 +1989,8,12,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,21.10,19.40,90,102100,1086,1330,394,567,147,446,61600,15600,48800,16620,60,4.10,10,7,4.8,5490,9,999999999,35,0.0000,0,88,0.000,0.0,1.0 +1989,8,12,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,21.10,20.60,97,102100,953,1330,406,289,140,188,32400,15200,21600,5190,10,3.60,10,9,6.4,1220,9,999999999,37,0.0000,0,88,0.000,5.6,1.0 +1989,8,12,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.30,21.70,90,102100,769,1330,425,208,1,207,24000,100,23900,8850,140,3.10,10,10,12.9,2130,9,999999999,40,0.0000,0,88,0.000,0.3,1.0 +1989,8,12,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,22.20,21.10,94,102100,550,1330,414,236,63,210,25800,6200,23300,5610,140,3.60,10,9,12.9,3660,9,999999999,39,0.0000,0,88,0.000,0.0,1.0 +1989,8,12,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,21.10,20.60,97,102100,308,1330,408,55,0,55,6400,0,6400,2130,100,2.60,10,9,12.9,3660,9,999999999,37,0.0000,0,88,0.000,0.0,1.0 +1989,8,12,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,21.70,20.60,93,102100,72,1053,397,24,22,22,2600,1300,2500,530,70,2.10,9,6,12.9,3660,9,999999999,37,0.0000,0,88,0.000,0.0,1.0 +1989,8,12,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,21.70,21.70,100,102100,0,0,400,0,0,0,0,0,0,0,150,3.60,8,6,11.3,7620,9,999999999,40,0.0000,0,88,0.000,0.0,1.0 +1989,8,12,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,21.70,21.70,100,102100,0,0,409,0,0,0,0,0,0,0,200,3.10,10,8,9.7,3660,9,999999999,40,0.0000,0,88,0.000,0.0,1.0 +1989,8,12,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,21.70,21.10,97,102100,0,0,413,0,0,0,0,0,0,0,180,3.10,10,9,8.0,400,9,999999999,39,0.0000,0,88,0.000,0.0,1.0 +1989,8,12,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,22.20,22.20,100,102100,0,0,417,0,0,0,0,0,0,0,180,3.60,9,9,8.0,520,9,999999999,41,0.0000,0,88,0.000,0.0,1.0 +1989,8,12,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,21.70,21.70,100,102100,0,0,414,0,0,0,0,0,0,0,160,3.60,10,9,8.0,340,9,999999999,40,0.0000,0,88,0.000,0.0,1.0 +1989,8,13,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,22.80,22.20,97,102100,0,0,424,0,0,0,0,0,0,0,170,4.10,10,10,8.0,240,9,999999999,41,0.0000,0,88,0.000,0.0,1.0 +1989,8,13,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,21.70,21.70,100,102000,0,0,417,0,0,0,0,0,0,0,130,3.10,10,10,4.8,210,9,999999999,40,0.0000,0,88,0.000,2.8,1.0 +1989,8,13,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,21.70,21.10,97,102000,0,0,417,0,0,0,0,0,0,0,0,0.00,10,10,6.4,240,9,999999999,39,0.0000,0,88,0.000,0.5,1.0 +1989,8,13,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,20.00,19.40,97,102000,0,0,406,0,0,0,0,0,0,0,90,2.60,10,10,3.2,270,9,999999999,35,0.0000,0,88,0.000,3.0,1.0 +1989,8,13,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,19.40,19.40,100,102000,3,211,402,0,0,0,0,0,0,0,70,3.10,10,10,4.8,310,9,999999999,35,0.0000,0,88,0.000,0.3,1.0 +1989,8,13,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,20.00,20.00,100,102000,152,1331,406,22,0,22,2600,0,2600,820,80,2.60,10,10,8.0,1070,9,999999999,36,0.0000,0,88,0.000,7.9,1.0 +1989,8,13,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,21.70,21.10,97,102000,396,1331,416,61,3,60,7200,100,7100,2490,190,5.20,10,10,6.4,520,9,999999999,39,0.0000,0,88,0.000,10.9,1.0 +1989,8,13,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.90,23.30,97,102000,632,1331,421,205,82,166,22600,8100,18700,5060,210,3.60,9,8,12.9,520,9,999999999,44,0.0000,0,88,0.000,0.8,1.0 +1989,8,13,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,22.20,21.10,94,102000,840,1331,418,206,5,203,24200,400,23900,9130,90,4.60,10,10,11.3,340,9,999999999,39,0.0000,0,88,0.000,0.0,1.0 +1989,8,13,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.90,21.70,87,102000,1006,1331,403,608,458,260,65100,47700,29000,8280,120,5.70,6,5,11.3,7620,9,999999999,40,0.0000,0,88,0.000,0.0,1.0 +1989,8,13,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,22.80,21.70,94,102000,1119,1331,421,166,6,161,20600,400,20300,8320,40,3.60,10,10,11.3,460,9,999999999,40,0.0000,0,88,0.000,0.5,1.0 +1989,8,13,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,22.20,21.70,97,102000,1171,1331,418,266,5,262,32200,400,31800,12610,290,7.20,10,10,1.6,90,9,999999999,40,0.0000,0,88,0.000,8.9,1.0 +1989,8,13,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,22.80,21.70,94,102000,1159,1331,421,222,17,208,24800,1700,23300,10070,310,4.10,10,10,11.3,1680,9,999999999,40,0.0000,0,88,0.000,10.9,1.0 +1989,8,13,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,22.80,21.70,94,102000,1083,1331,422,188,3,186,23100,200,22900,9380,210,2.60,10,10,4.0,1980,9,999999999,40,0.0000,0,88,0.000,4.1,1.0 +1989,8,13,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,21.70,21.70,100,101900,949,1331,416,205,5,202,24500,400,24200,9630,120,4.10,10,10,4.0,2290,9,999999999,40,0.0000,0,88,0.000,1.8,1.0 +1989,8,13,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,21.70,21.70,100,101900,765,1331,411,128,33,109,14200,3300,12300,3860,120,4.60,10,9,8.0,3050,9,999999999,40,0.0000,0,88,0.000,0.3,1.0 +1989,8,13,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,21.10,20.60,97,101900,545,1331,412,65,4,63,7800,200,7800,2880,120,4.60,10,10,6.4,370,9,999999999,37,0.0000,0,88,0.000,0.3,1.0 +1989,8,13,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,21.10,20.60,97,101900,303,1331,407,48,10,45,5500,300,5500,1800,120,2.10,10,9,8.0,790,9,999999999,37,0.0000,0,88,0.000,1.0,1.0 +1989,8,13,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,21.10,21.10,100,101900,67,1031,404,23,1,23,2600,0,2600,750,130,4.10,9,8,11.3,2440,9,999999999,38,0.0000,0,88,0.000,0.3,1.0 +1989,8,13,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,21.70,21.10,97,101900,0,0,399,0,0,0,0,0,0,0,140,3.60,8,6,11.3,2440,9,999999999,39,0.0000,0,88,0.000,0.0,1.0 +1989,8,13,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,22.20,21.70,97,101900,0,0,400,0,0,0,0,0,0,0,200,4.10,7,5,8.0,2440,9,999999999,40,0.0000,0,88,0.000,0.0,1.0 +1989,8,13,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,21.70,21.70,100,101900,0,0,393,0,0,0,0,0,0,0,200,3.60,5,4,8.0,77777,9,999999999,40,0.0000,0,88,0.000,0.0,1.0 +1989,8,13,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,22.20,22.20,100,101900,0,0,405,0,0,0,0,0,0,0,200,4.60,6,6,12.9,940,9,999999999,41,0.0000,0,88,0.000,0.0,1.0 +1989,8,13,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,22.20,22.20,100,101900,0,0,421,0,0,0,0,0,0,0,210,4.60,10,10,16.1,1130,9,999999999,41,0.0000,0,88,0.000,0.0,1.0 +1989,8,14,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,22.80,22.20,97,101800,0,0,420,0,0,0,0,0,0,0,200,4.10,10,9,16.1,340,9,999999999,41,0.0000,0,88,0.000,0.0,1.0 +1989,8,14,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,22.80,22.20,97,101800,0,0,397,0,0,0,0,0,0,0,230,5.70,3,3,19.3,77777,9,999999999,41,0.0000,0,88,0.000,0.0,1.0 +1989,8,14,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,22.20,22.20,100,101800,0,0,417,0,0,0,0,0,0,0,240,3.60,10,9,19.3,910,9,999999999,41,0.0000,0,88,0.000,0.0,1.0 +1989,8,14,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,21.70,21.10,97,101800,0,0,390,0,0,0,0,0,0,0,0,0.00,4,4,16.1,77777,9,999999999,39,0.0000,0,88,0.000,0.0,1.0 +1989,8,14,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,21.10,21.10,100,101800,2,189,377,1,0,1,0,0,0,0,200,3.10,7,2,14.5,77777,9,999999999,38,0.0000,0,88,0.000,0.0,1.0 +1989,8,14,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,22.80,22.20,97,101900,148,1331,406,32,9,31,3500,600,3400,770,230,3.60,8,6,12.9,2290,9,999999999,41,0.0000,0,88,0.000,0.0,1.0 +1989,8,14,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.90,22.20,90,101900,393,1331,402,173,188,117,18200,16800,13200,2350,240,5.20,8,4,9.7,77777,9,999999999,41,0.0000,0,88,0.000,0.0,1.0 +1989,8,14,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.00,22.20,85,101900,628,1331,407,332,289,195,35400,29600,21400,4330,250,6.20,9,4,9.7,77777,9,999999999,41,0.0000,0,88,0.000,0.0,1.0 +1989,8,14,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.60,22.20,82,101900,837,1331,419,471,350,250,50900,37400,27400,6390,260,6.20,10,6,9.7,7620,9,999999999,41,0.0000,0,88,0.000,0.0,1.0 +1989,8,14,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,26.70,22.80,79,101900,1003,1331,426,586,348,323,63700,37600,35300,10230,260,5.20,10,6,12.9,7620,9,999999999,42,0.0000,0,88,0.000,0.0,1.0 +1989,8,14,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,27.80,22.20,72,101900,1116,1331,431,660,387,333,69900,40400,36000,13830,230,5.20,10,6,12.9,7620,9,999999999,41,0.0000,0,88,0.000,0.0,1.0 +1989,8,14,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,28.90,21.70,65,101800,1168,1331,436,802,460,396,84200,47900,42000,19470,200,4.60,10,6,12.9,7620,9,999999999,40,0.0000,0,88,0.000,0.0,1.0 +1989,8,14,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,29.40,20.00,57,101800,1156,1331,423,810,541,337,86200,56500,37100,15750,240,4.60,10,4,16.1,77777,9,999999999,36,0.0000,0,88,0.000,0.0,1.0 +1989,8,14,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,28.30,20.60,63,101800,1080,1331,431,623,314,366,67600,34000,39900,13390,200,4.60,10,6,16.1,1220,9,999999999,37,0.0000,0,88,0.000,0.0,1.0 +1989,8,14,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,28.90,21.10,63,101700,945,1331,446,488,199,346,53200,21000,38200,10630,240,5.20,10,8,14.5,7620,9,999999999,38,0.0000,0,88,0.000,0.0,1.0 +1989,8,14,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,27.20,22.80,77,101700,761,1331,449,265,64,228,29100,6400,25400,7320,200,6.70,10,10,14.5,7620,9,999999999,42,0.0000,0,88,0.000,0.0,1.0 +1989,8,14,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,26.10,22.20,79,101700,540,1331,442,128,4,126,14700,300,14600,5100,200,6.20,10,10,14.5,7620,9,999999999,41,0.0000,0,88,0.000,0.0,1.0 +1989,8,14,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,26.10,22.20,79,101700,298,1331,442,61,2,60,6900,100,6900,2250,240,5.70,10,10,12.9,4270,9,999999999,41,0.0000,0,88,0.000,0.0,1.0 +1989,8,14,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.00,21.10,79,101600,63,987,435,10,0,10,1200,0,1200,380,210,5.20,10,10,11.3,4270,9,999999999,38,0.0000,0,88,0.000,0.0,1.0 +1989,8,14,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,24.40,22.20,88,101700,0,0,433,0,0,0,0,0,0,0,210,4.60,10,10,11.3,3960,9,999999999,41,0.0000,0,88,0.000,0.0,1.0 +1989,8,14,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,24.40,21.10,82,101700,0,0,432,0,0,0,0,0,0,0,220,4.60,10,10,11.3,3350,9,999999999,38,0.0000,0,88,0.000,0.0,1.0 +1989,8,14,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.90,21.10,85,101700,0,0,430,0,0,0,0,0,0,0,220,4.60,10,10,11.3,3350,9,999999999,39,0.0000,0,88,0.000,0.0,1.0 +1989,8,14,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.30,21.70,90,101700,0,0,427,0,0,0,0,0,0,0,210,4.10,10,10,11.3,3660,9,999999999,39,0.0000,0,88,0.000,0.0,1.0 +1989,8,14,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,22.80,21.70,94,101700,0,0,424,0,0,0,0,0,0,0,200,5.20,10,10,9.7,3660,9,999999999,40,0.0000,0,88,0.000,0.0,1.0 +1989,8,15,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,22.80,21.70,94,101700,0,0,424,0,0,0,0,0,0,0,230,4.60,10,10,6.4,3050,9,999999999,40,0.0000,0,88,0.000,0.3,1.0 +1989,8,15,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,22.80,21.70,94,101700,0,0,424,0,0,0,0,0,0,0,240,4.60,10,10,6.4,3050,9,999999999,40,0.0000,0,88,0.000,0.3,1.0 +1989,8,15,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,22.20,21.10,94,101700,0,0,420,0,0,0,0,0,0,0,200,3.60,10,10,6.4,2590,9,999999999,39,0.0000,0,88,0.000,0.3,1.0 +1989,8,15,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,21.70,21.10,97,101600,0,0,416,0,0,0,0,0,0,0,190,3.60,10,10,6.4,3660,9,999999999,39,0.0000,0,88,0.000,0.3,1.0 +1989,8,15,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,21.70,21.10,97,101600,2,166,416,0,0,0,0,0,0,0,190,3.60,10,10,4.8,3960,9,999999999,39,0.0000,0,88,0.000,0.0,1.0 +1989,8,15,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,21.70,21.10,97,101600,144,1332,416,26,3,26,3000,0,3000,930,170,3.60,10,10,4.8,3960,9,999999999,39,0.0000,0,88,0.000,0.0,1.0 +1989,8,15,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,22.80,22.20,97,101600,389,1332,409,166,211,104,17600,18900,12100,2040,210,2.60,10,7,4.8,3960,9,999999999,41,0.0000,0,88,0.000,0.0,1.0 +1989,8,15,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.30,21.70,90,101600,625,1332,425,168,7,164,19200,500,18900,6670,240,5.20,10,10,4.8,3960,9,999999999,39,0.0000,0,88,0.000,0.0,1.0 +1989,8,15,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.00,22.20,85,101600,834,1332,425,413,167,308,44800,17500,33900,8540,220,3.60,10,8,6.4,3960,9,999999999,41,0.0000,0,88,0.000,0.0,1.0 +1989,8,15,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.60,22.20,82,101700,1000,1332,428,461,170,333,50700,18100,37100,10900,180,4.60,10,8,6.4,3960,9,999999999,41,0.0000,0,88,0.000,0.0,1.0 +1989,8,15,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,26.10,21.70,77,101600,1113,1332,425,579,230,386,63600,24500,43100,15070,210,6.20,10,7,8.0,3960,9,999999999,40,0.0000,0,88,0.000,0.0,1.0 +1989,8,15,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,26.70,21.70,74,101600,1165,1332,439,490,159,350,54400,17000,39500,15280,190,6.20,10,9,16.1,3960,9,999999999,40,0.0000,0,88,0.000,0.0,1.0 +1989,8,15,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,26.70,21.70,74,101500,1153,1332,429,607,336,315,67300,36600,35600,13340,200,7.20,10,7,19.3,3960,9,999999999,40,0.0000,0,88,0.000,0.0,1.0 +1989,8,15,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,27.80,21.70,69,101500,1076,1332,425,709,472,325,74900,49200,35100,12170,200,7.70,10,5,19.3,77777,9,999999999,39,0.0000,0,88,0.000,0.0,1.0 +1989,8,15,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,26.10,21.70,77,101400,941,1332,431,424,89,360,46500,9200,40000,12490,190,6.70,10,8,24.1,3960,9,999999999,40,0.0000,0,88,0.000,0.0,1.0 +1989,8,15,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,24.40,22.20,88,101400,757,1332,427,163,72,122,18600,7600,14300,3200,250,5.70,10,9,24.1,3050,9,999999999,41,0.0000,0,88,0.000,0.3,1.0 +1989,8,15,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,24.40,21.70,85,101300,535,1332,431,113,11,108,13100,700,12800,4510,230,6.20,10,10,24.1,4570,9,999999999,40,0.0000,0,88,0.000,0.5,1.0 +1989,8,15,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.00,22.20,85,101300,293,1332,422,106,57,93,11500,4800,10500,2270,220,5.70,10,7,24.1,6710,9,999999999,41,0.0000,0,88,0.000,0.0,1.0 +1989,8,15,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.90,21.70,87,101300,59,966,420,20,6,19,2100,300,2100,460,200,6.20,10,8,24.1,6100,9,999999999,39,0.0000,0,88,0.000,0.0,1.0 +1989,8,15,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.90,21.70,87,101300,0,0,430,0,0,0,0,0,0,0,190,6.20,10,10,24.1,6100,9,999999999,39,0.0000,0,88,0.000,0.0,1.0 +1989,8,15,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.30,21.70,90,101300,0,0,426,0,0,0,0,0,0,0,210,6.20,10,10,24.1,3660,9,999999999,39,0.0000,0,88,0.000,0.0,1.0 +1989,8,15,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.30,21.70,90,101300,0,0,422,0,0,0,0,0,0,0,210,5.70,10,9,24.1,3050,9,999999999,39,0.0000,0,88,0.000,0.0,1.0 +1989,8,15,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.30,21.70,90,101300,0,0,427,0,0,0,0,0,0,0,230,5.20,10,10,24.1,400,9,999999999,39,0.0000,0,88,0.000,0.0,1.0 +1989,8,15,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.30,21.70,90,101200,0,0,427,0,0,0,0,0,0,0,230,4.60,10,10,24.1,3660,9,999999999,39,0.0000,0,88,0.000,0.0,1.0 +1989,8,16,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,22.80,21.70,94,101200,0,0,424,0,0,0,0,0,0,0,220,5.20,10,10,24.1,3350,9,999999999,40,0.0000,0,88,0.000,0.0,1.0 +1989,8,16,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,22.80,21.10,90,101100,0,0,423,0,0,0,0,0,0,0,230,5.20,10,10,24.1,3050,9,999999999,38,0.0000,0,88,0.000,0.0,1.0 +1989,8,16,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,22.80,21.10,90,101100,0,0,423,0,0,0,0,0,0,0,230,5.70,10,10,19.3,3660,9,999999999,38,0.0000,0,88,0.000,0.5,1.0 +1989,8,16,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,22.20,21.10,94,101100,0,0,419,0,0,0,0,0,0,0,230,5.70,10,10,24.1,3660,9,999999999,38,0.0000,0,88,0.000,1.0,1.0 +1989,8,16,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,22.20,21.10,94,101100,1,144,419,0,0,0,0,0,0,0,240,5.70,10,10,16.1,2900,9,999999999,38,0.0000,0,88,0.000,0.3,1.0 +1989,8,16,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,22.20,21.10,94,101100,140,1332,419,22,0,22,2500,0,2500,810,200,3.10,10,10,19.3,3660,9,999999999,38,0.0000,0,88,0.000,0.0,1.0 +1989,8,16,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,21.70,21.10,97,101100,386,1332,416,81,2,80,9200,100,9200,3110,160,2.60,10,10,16.1,2900,9,999999999,38,0.0000,0,88,0.000,0.0,1.0 +1989,8,16,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,24.40,21.70,85,101000,622,1332,402,333,286,199,35400,29200,21700,4430,240,5.20,8,4,24.1,77777,9,999999999,39,0.0000,0,88,0.000,0.0,1.0 +1989,8,16,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,26.10,21.70,77,101000,831,1332,406,506,438,231,53200,45000,25100,5690,240,6.20,3,3,24.1,77777,9,999999999,40,0.0000,0,88,0.000,0.0,1.0 +1989,8,16,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,26.70,21.70,74,101000,997,1332,413,609,379,323,66000,41000,35200,10140,230,5.70,4,4,16.1,77777,9,999999999,39,0.0000,0,88,0.000,0.0,1.0 +1989,8,16,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,27.80,21.70,69,101000,1110,1332,419,754,524,316,80400,54700,34800,12850,230,5.70,4,4,11.3,77777,9,999999999,39,0.0000,0,88,0.000,0.0,1.0 +1989,8,16,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,28.30,21.10,65,100900,1162,1332,420,760,471,347,80800,49200,37800,16550,260,6.20,4,4,8.0,77777,9,999999999,38,0.0000,0,88,0.000,0.0,1.0 +1989,8,16,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,29.40,20.00,57,100900,1149,1332,429,700,328,415,75900,35600,45100,17950,240,6.70,5,5,8.0,77777,9,999999999,36,0.0000,0,88,0.000,0.0,1.0 +1989,8,16,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,30.00,19.40,53,100900,1073,1332,431,616,195,458,66700,20600,50100,16630,250,7.20,5,5,6.4,77777,9,999999999,34,0.0000,0,88,0.000,0.0,1.0 +1989,8,16,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,30.00,19.40,53,100900,937,1332,432,548,327,316,59000,35200,34200,9200,230,6.70,5,5,6.4,77777,9,999999999,34,0.0000,0,88,0.000,0.0,1.0 +1989,8,16,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,29.40,19.40,55,100800,752,1332,429,400,236,265,43300,24500,29400,6940,250,6.70,8,5,6.4,7620,9,999999999,34,0.0000,0,88,0.000,0.0,1.0 +1989,8,16,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,26.70,20.60,69,100900,530,1332,434,106,48,87,11700,4500,9900,2690,50,9.30,10,8,6.4,1220,9,999999999,37,0.0000,0,88,0.000,1.0,1.0 +1989,8,16,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.00,20.60,76,100900,287,1332,429,85,15,81,9400,600,9200,2740,240,4.10,10,9,8.0,3050,9,999999999,37,0.0000,0,88,0.000,0.0,1.0 +1989,8,16,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,22.80,20.00,84,101000,56,944,421,10,0,10,1200,0,1200,380,210,4.60,10,10,6.4,2740,9,999999999,36,0.0000,0,88,0.000,0.0,1.0 +1989,8,16,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.90,20.60,82,101100,0,0,429,0,0,0,0,0,0,0,250,6.70,10,10,6.4,2740,9,999999999,37,0.0000,0,88,0.000,0.0,1.0 +1989,8,16,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.90,20.00,79,101100,0,0,428,0,0,0,0,0,0,0,260,6.20,10,10,8.0,3050,9,999999999,36,0.0000,0,88,0.000,0.0,1.0 +1989,8,16,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.30,19.40,79,101200,0,0,415,0,0,0,0,0,0,0,250,5.70,10,8,9.7,3050,9,999999999,35,0.0000,0,88,0.000,0.0,1.0 +1989,8,16,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,22.80,19.40,82,101200,0,0,389,0,0,0,0,0,0,0,260,5.20,3,3,9.7,77777,9,999999999,35,0.0000,0,88,0.000,0.0,1.0 +1989,8,16,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,22.80,18.90,79,101200,0,0,397,0,0,0,0,0,0,0,290,5.20,6,5,9.7,3050,9,999999999,34,0.0000,0,88,0.000,0.0,1.0 +1989,8,17,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,22.20,18.30,79,101200,0,0,388,0,0,0,0,0,0,0,310,5.70,5,4,11.3,77777,9,999999999,33,0.0000,0,88,0.000,0.0,1.0 +1989,8,17,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,21.70,18.30,81,101200,0,0,365,0,0,0,0,0,0,0,300,4.60,0,0,11.3,77777,9,999999999,32,0.0000,0,88,0.000,0.0,1.0 +1989,8,17,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,21.10,17.20,79,101300,0,0,357,0,0,0,0,0,0,0,330,5.20,0,0,12.9,77777,9,999999999,31,0.0000,0,88,0.000,0.0,1.0 +1989,8,17,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,20.60,17.20,81,101300,0,0,353,0,0,0,0,0,0,0,330,4.10,0,0,12.9,77777,9,999999999,30,0.0000,0,88,0.000,0.0,1.0 +1989,8,17,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,20.00,16.70,81,101300,1,122,359,0,0,0,0,0,0,0,320,5.20,2,2,12.9,77777,9,999999999,29,0.0000,0,88,0.000,0.0,1.0 +1989,8,17,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,20.60,16.10,76,101400,136,1333,394,43,3,43,4700,0,4700,1300,320,5.20,9,8,12.9,3050,9,999999999,29,0.0000,0,88,0.000,0.0,1.0 +1989,8,17,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,21.70,15.00,66,101500,382,1333,411,77,0,77,8900,0,8900,3010,340,5.20,10,10,19.3,1490,9,999999999,27,0.0000,0,88,0.000,0.0,1.0 +1989,8,17,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,22.80,15.00,62,101500,619,1333,397,283,198,191,30900,20100,21600,4650,350,4.10,7,7,24.1,3350,9,999999999,27,0.0000,0,88,0.000,0.0,1.0 +1989,8,17,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.30,15.60,62,101500,828,1333,374,512,393,266,54900,41900,28900,6830,30,4.10,8,3,24.1,77777,9,999999999,28,0.0000,0,88,0.000,0.0,1.0 +1989,8,17,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.90,16.10,62,101600,994,1333,371,694,574,263,74000,59700,29300,8190,80,4.60,8,2,24.1,77777,9,999999999,29,0.0000,0,88,0.000,0.0,1.0 +1989,8,17,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.30,16.10,64,101600,1107,1333,374,629,329,355,68800,35700,39100,13640,80,5.70,8,3,24.1,77777,9,999999999,29,0.0000,0,88,0.000,0.0,1.0 +1989,8,17,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.30,16.10,64,101600,1159,1333,374,726,430,350,77100,44900,38000,16510,90,6.20,8,3,24.1,77777,9,999999999,29,0.0000,0,88,0.000,0.0,1.0 +1989,8,17,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.30,16.70,66,101700,1146,1333,376,811,611,282,84500,61500,31500,12180,110,5.70,4,3,24.1,77777,9,999999999,29,0.0000,0,88,0.000,0.0,1.0 +1989,8,17,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.30,17.80,71,101700,1069,1333,379,721,521,300,76700,54300,33000,10960,100,5.70,3,3,24.1,77777,9,999999999,31,0.0000,0,88,0.000,0.0,1.0 +1989,8,17,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.30,16.10,64,101700,933,1333,362,630,620,191,65600,62600,21800,5260,100,6.20,1,1,24.1,77777,9,999999999,29,0.0000,0,88,0.000,0.0,1.0 +1989,8,17,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,22.80,16.10,66,101700,747,1333,367,469,502,184,49600,51100,20900,4120,100,5.20,3,2,24.1,77777,9,999999999,29,0.0000,0,88,0.000,0.0,1.0 +1989,8,17,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,22.20,16.10,69,101700,525,1333,359,292,384,138,30300,36700,15800,2710,140,6.20,7,1,24.1,77777,9,999999999,29,0.0000,0,88,0.000,0.0,1.0 +1989,8,17,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,22.20,16.10,69,101700,282,1333,361,122,164,86,12600,12600,10000,1690,130,4.10,8,1,24.1,77777,9,999999999,29,0.0000,0,88,0.000,0.0,1.0 +1989,8,17,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,20.60,16.70,79,101800,52,900,367,22,2,21,2400,0,2400,680,140,4.10,7,3,24.1,77777,9,999999999,30,0.0000,0,88,0.000,0.0,1.0 +1989,8,17,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,21.70,15.00,66,101900,0,0,376,0,0,0,0,0,0,0,180,4.10,10,4,24.1,77777,9,999999999,27,0.0000,0,88,0.000,0.0,1.0 +1989,8,17,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,21.10,15.60,71,101900,0,0,358,0,0,0,0,0,0,0,170,4.10,8,1,24.1,77777,9,999999999,28,0.0000,0,88,0.000,0.0,1.0 +1989,8,17,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,20.00,17.20,84,102000,0,0,363,0,0,0,0,0,0,0,310,3.10,2,2,24.1,77777,9,999999999,31,0.0000,0,88,0.000,0.0,1.0 +1989,8,17,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,20.00,16.70,81,102100,0,0,388,0,0,0,0,0,0,0,50,3.10,7,7,24.1,2440,9,999999999,30,0.0000,0,88,0.000,0.0,1.0 +1989,8,17,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,18.90,16.10,84,102100,0,0,350,0,0,0,0,0,0,0,100,3.60,1,1,24.1,77777,9,999999999,29,0.0000,0,88,0.000,0.0,1.0 +1989,8,18,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,19.40,16.10,81,102200,0,0,347,0,0,0,0,0,0,0,360,5.20,0,0,24.1,77777,9,999999999,29,0.0000,0,88,0.000,0.0,1.0 +1989,8,18,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,18.90,14.40,76,102200,0,0,339,0,0,0,0,0,0,0,360,5.70,0,0,24.1,77777,9,999999999,26,0.0000,0,88,0.000,0.0,1.0 +1989,8,18,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,18.30,13.90,76,102300,0,0,333,0,0,0,0,0,0,0,10,4.60,0,0,24.1,77777,9,999999999,25,0.0000,0,88,0.000,0.0,1.0 +1989,8,18,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,17.80,13.30,75,102400,0,0,334,0,0,0,0,0,0,0,350,5.20,1,1,24.1,77777,9,999999999,24,0.0000,0,88,0.000,0.0,1.0 +1989,8,18,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,16.70,12.80,78,102400,0,100,320,1,0,1,0,0,0,0,360,5.20,3,0,24.1,77777,9,999999999,24,0.0000,0,88,0.000,0.0,1.0 +1989,8,18,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,17.80,12.20,70,102500,132,1333,342,39,107,28,4100,5100,3600,490,30,4.10,4,3,24.1,77777,9,999999999,23,0.0000,0,88,0.000,0.0,1.0 +1989,8,18,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,19.40,11.70,61,102600,379,1333,327,195,478,58,20300,41800,8400,1110,10,5.20,3,0,24.1,77777,9,999999999,22,0.0000,0,88,0.000,0.0,1.0 +1989,8,18,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,20.60,12.20,59,102600,615,1333,332,409,686,91,43200,67300,12100,1920,30,6.70,3,0,24.1,77777,9,999999999,23,0.0000,0,88,0.000,0.0,1.0 +1989,8,18,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,21.70,12.20,55,102700,825,1333,336,584,774,103,61600,77500,13600,2480,40,6.20,2,0,24.1,77777,9,999999999,23,0.0000,0,88,0.000,0.0,1.0 +1989,8,18,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,21.70,12.80,57,102800,991,1333,344,674,650,187,71000,66100,21800,5730,50,7.20,6,1,24.1,77777,9,999999999,24,0.0000,0,88,0.000,0.0,1.0 +1989,8,18,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,21.70,13.90,61,102800,1104,1333,354,784,720,184,83800,73800,22500,7300,80,6.70,6,2,24.1,77777,9,999999999,25,0.0000,0,88,0.000,0.0,1.0 +1989,8,18,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,21.70,13.30,59,102800,1156,1333,352,828,695,222,87900,70900,26300,10110,80,7.20,9,2,24.1,77777,9,999999999,24,0.0000,0,88,0.000,0.0,1.0 +1989,8,18,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,21.10,14.40,66,102800,1143,1333,366,690,399,346,73100,41600,37400,15470,90,7.20,9,4,24.1,77777,9,999999999,26,0.0000,0,88,0.000,0.0,1.0 +1989,8,18,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,20.00,15.60,76,102800,1065,1333,370,675,526,251,72900,55000,28900,8980,80,6.20,10,5,24.1,77777,9,999999999,28,0.0000,0,88,0.000,0.0,1.0 +1989,8,18,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,20.00,15.60,76,102700,929,1333,370,619,503,265,65100,52100,28800,7430,80,4.10,10,5,24.1,77777,9,999999999,28,0.0000,0,88,0.000,0.0,1.0 +1989,8,18,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,19.40,16.10,81,102700,743,1333,369,493,536,190,51800,54500,21400,4250,80,4.60,10,5,24.1,77777,9,999999999,29,0.0000,0,88,0.000,0.0,1.0 +1989,8,18,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,18.90,16.10,84,102700,520,1333,379,279,343,142,29500,33700,16400,2920,80,4.10,10,7,24.1,7620,9,999999999,29,0.0000,0,88,0.000,0.0,1.0 +1989,8,18,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,18.90,16.70,87,102700,276,1333,386,100,77,83,10700,6100,9500,1790,70,4.10,10,8,24.1,6100,9,999999999,30,0.0000,0,88,0.000,0.0,1.0 +1989,8,18,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,18.30,16.10,87,102700,48,878,394,10,1,10,1200,0,1200,370,70,3.60,10,10,16.1,6100,9,999999999,29,0.0000,0,88,0.000,0.0,1.0 +1989,8,18,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,18.30,16.10,87,102700,0,0,394,0,0,0,0,0,0,0,60,3.60,10,10,11.3,6100,9,999999999,29,0.0000,0,88,0.000,0.0,1.0 +1989,8,18,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,17.80,16.70,93,102700,0,0,371,0,0,0,0,0,0,0,80,3.10,8,6,11.3,6100,9,999999999,30,0.0000,0,88,0.000,0.0,1.0 +1989,8,18,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,17.80,17.20,97,102700,0,0,373,0,0,0,0,0,0,0,50,2.60,10,6,9.7,6100,9,999999999,31,0.0000,0,88,0.000,0.0,1.0 +1989,8,18,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,17.80,17.20,97,102700,0,0,383,0,0,0,0,0,0,0,60,3.10,10,8,11.3,6100,9,999999999,31,0.0000,0,88,0.000,0.0,1.0 +1989,8,18,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,17.80,17.20,97,102700,0,0,393,0,0,0,0,0,0,0,30,3.10,10,10,12.9,3050,9,999999999,31,0.0000,0,88,0.000,0.0,1.0 +1989,8,19,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,17.80,17.20,97,102700,0,0,393,0,0,0,0,0,0,0,10,2.60,10,10,16.1,3050,9,999999999,31,0.0000,0,88,0.000,0.0,1.0 +1989,8,19,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,17.20,16.70,97,102600,0,0,379,0,0,0,0,0,0,0,20,2.60,9,8,16.1,6100,9,999999999,30,0.0000,0,88,0.000,0.0,1.0 +1989,8,19,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,17.20,17.20,100,102600,0,0,389,0,0,0,0,0,0,0,10,3.10,10,10,16.1,3660,9,999999999,31,0.0000,0,88,0.000,0.0,1.0 +1989,8,19,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,17.20,16.70,97,102600,0,0,389,0,0,0,0,0,0,0,30,3.10,10,10,16.1,3660,9,999999999,30,0.0000,0,88,0.000,0.0,1.0 +1989,8,19,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,17.20,16.10,93,102600,0,78,344,1,0,1,0,0,0,0,40,4.10,9,2,16.1,77777,9,999999999,29,0.0000,0,88,0.000,0.0,1.0 +1989,8,19,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,17.20,16.70,97,102600,128,1334,366,44,56,39,4800,3000,4500,810,30,3.10,8,6,16.1,4570,9,999999999,30,0.0000,0,88,0.000,0.0,1.0 +1989,8,19,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,17.20,16.70,97,102600,375,1334,377,135,107,105,14700,9600,12000,2330,40,5.70,9,8,12.9,3660,9,999999999,30,0.0000,0,88,0.000,0.0,1.0 +1989,8,19,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,18.90,17.20,90,102600,612,1334,391,217,58,190,23800,5700,21200,5540,30,4.60,10,9,12.9,3660,9,999999999,31,0.0000,0,88,0.000,0.0,1.0 +1989,8,19,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,20.60,17.20,81,102500,821,1334,400,343,142,255,37600,14900,28400,7000,60,6.20,10,9,19.3,3660,9,999999999,31,0.0000,0,88,0.000,0.0,1.0 +1989,8,19,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,21.10,17.80,81,102600,988,1334,397,449,165,326,49300,17500,36300,10490,70,6.20,10,8,19.3,3660,9,999999999,32,0.0000,0,88,0.000,0.0,1.0 +1989,8,19,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,21.70,16.70,73,102500,1101,1334,393,660,459,278,71000,48000,31300,10920,60,6.70,9,7,19.3,3660,9,999999999,30,0.0000,0,88,0.000,0.0,1.0 +1989,8,19,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,22.20,16.70,71,102500,1153,1334,389,633,365,315,67800,38100,34700,14430,70,6.70,8,6,24.1,7620,9,999999999,30,0.0000,0,88,0.000,0.0,1.0 +1989,8,19,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,21.70,16.70,73,102400,1139,1334,380,746,621,212,79200,63400,24900,9170,70,6.70,7,5,24.1,7620,9,999999999,30,0.0000,0,88,0.000,0.0,1.0 +1989,8,19,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,22.20,16.70,71,102300,1061,1334,389,762,686,211,80100,69700,24500,7410,80,6.20,8,6,24.1,4570,9,999999999,30,0.0000,0,88,0.000,0.0,1.0 +1989,8,19,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,21.10,17.20,79,102300,924,1334,385,583,404,301,62900,43500,32700,8560,60,5.70,8,6,24.1,2740,9,999999999,31,0.0000,0,88,0.000,0.0,1.0 +1989,8,19,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,20.60,17.20,81,102200,738,1334,383,353,214,233,38500,22200,26100,6040,80,6.20,9,6,24.1,2740,9,999999999,31,0.0000,0,88,0.000,0.0,1.0 +1989,8,19,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,21.10,17.20,79,102200,515,1334,375,258,337,126,27000,32100,14600,2440,60,6.20,7,4,24.1,2900,9,999999999,31,0.0000,0,88,0.000,0.0,1.0 +1989,8,19,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,20.00,17.20,84,102100,270,1334,381,121,172,85,12500,13000,9900,1680,70,4.60,8,6,24.1,2290,9,999999999,31,0.0000,0,88,0.000,0.0,1.0 +1989,8,19,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,19.40,17.20,87,102100,44,834,384,20,6,20,2200,300,2200,470,80,4.10,10,7,19.3,2130,9,999999999,31,0.0000,0,88,0.000,0.0,1.0 +1989,8,19,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,19.40,17.80,90,102100,0,0,386,0,0,0,0,0,0,0,60,4.10,9,7,16.1,1980,9,999999999,32,0.0000,0,88,0.000,0.0,1.0 +1989,8,19,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,19.40,17.80,90,102000,0,0,391,0,0,0,0,0,0,0,70,4.60,10,8,9.7,1680,9,999999999,32,0.0000,0,88,0.000,0.0,1.0 +1989,8,19,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,19.40,18.30,93,101900,0,0,402,0,0,0,0,0,0,0,60,4.10,10,10,8.0,210,9,999999999,32,0.0000,0,88,0.000,0.0,1.0 +1989,8,19,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,19.40,18.30,93,101900,0,0,402,0,0,0,0,0,0,0,60,4.10,10,10,9.7,210,9,999999999,32,0.0000,0,88,0.000,0.0,1.0 +1989,8,19,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,19.40,18.30,93,101900,0,0,402,0,0,0,0,0,0,0,70,4.10,10,10,11.3,1070,9,999999999,32,0.0000,0,88,0.000,0.0,1.0 +1989,8,20,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,19.40,18.30,93,101800,0,0,402,0,0,0,0,0,0,0,70,4.10,10,10,11.3,910,9,999999999,32,0.0000,0,88,0.000,0.0,1.0 +1989,8,20,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,18.90,18.30,97,101700,0,0,399,0,0,0,0,0,0,0,80,4.10,10,10,9.7,490,9,999999999,33,0.0000,0,88,0.000,0.0,1.0 +1989,8,20,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,18.90,18.30,97,101700,0,0,399,0,0,0,0,0,0,0,120,2.60,10,10,11.3,400,9,999999999,33,0.0000,0,88,0.000,0.0,1.0 +1989,8,20,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,19.40,18.90,97,101600,0,0,402,0,0,0,0,0,0,0,140,3.10,10,10,11.3,240,9,999999999,34,0.0000,0,88,0.000,0.0,1.0 +1989,8,20,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,19.40,18.90,97,101600,0,33,402,0,0,0,0,0,0,0,150,3.60,10,10,11.3,240,9,999999999,34,0.0000,0,88,0.000,0.0,1.0 +1989,8,20,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,20.60,20.00,97,101600,124,1334,409,17,10,16,1900,600,1800,420,170,3.10,10,10,11.3,490,9,999999999,36,0.0000,0,88,0.000,0.0,1.0 +1989,8,20,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,20.60,20.00,97,101600,371,1334,409,101,5,100,11400,300,11300,3580,140,3.10,10,10,8.0,580,9,999999999,36,0.0000,0,88,0.000,0.0,1.0 +1989,8,20,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,21.70,20.00,90,101600,609,1334,414,137,9,133,15900,600,15600,5630,200,5.20,10,10,9.7,520,9,999999999,36,0.0000,0,88,0.000,0.0,1.0 +1989,8,20,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.30,19.40,79,101600,818,1334,423,210,8,205,24500,700,24100,9070,230,5.70,10,10,9.7,520,9,999999999,35,0.0000,0,88,0.000,0.0,1.0 +1989,8,20,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.30,19.40,79,101600,985,1334,423,337,2,336,38900,200,38800,14200,240,6.20,10,10,11.3,820,9,999999999,35,0.0000,0,88,0.000,0.0,1.0 +1989,8,20,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.00,18.90,69,101500,1098,1334,420,578,225,392,63400,23900,43600,14830,240,6.20,10,8,12.9,1010,9,999999999,34,0.0000,0,88,0.000,0.0,1.0 +1989,8,20,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,26.70,19.40,65,101400,1149,1334,430,632,365,315,67600,38100,34700,14270,250,8.20,10,8,12.9,980,9,999999999,35,0.0000,0,88,0.000,0.0,1.0 +1989,8,20,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,27.80,19.40,61,101300,1136,1334,425,738,529,284,79600,55300,32400,12260,240,9.30,6,6,11.3,1070,9,999999999,35,0.0000,0,88,0.000,0.0,1.0 +1989,8,20,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,26.70,18.90,63,101300,1057,1334,412,758,681,214,79600,69100,24800,7420,240,9.80,7,5,16.1,4270,9,999999999,34,0.0000,0,88,0.000,0.0,1.0 +1989,8,20,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,27.80,18.90,59,101200,920,1334,430,425,131,334,46300,13800,36700,9980,230,9.80,8,7,11.3,4270,9,999999999,34,0.0000,0,88,0.000,0.0,1.0 +1989,8,20,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,27.80,18.90,59,101200,733,1334,402,467,563,154,48100,55600,17500,3340,230,9.80,7,2,11.3,77777,9,999999999,34,0.0000,0,88,0.000,0.0,1.0 +1989,8,20,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,26.70,18.90,63,101100,509,1334,414,307,414,146,31500,39200,16500,2880,240,8.80,7,5,12.9,4270,9,999999999,34,0.0000,0,88,0.000,0.0,1.0 +1989,8,20,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,26.10,18.90,65,101100,265,1334,395,126,218,81,13000,16200,9800,1590,230,7.70,8,2,12.9,77777,9,999999999,34,0.0000,0,88,0.000,0.0,1.0 +1989,8,20,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.00,18.90,69,101200,41,790,396,18,23,16,1900,900,1900,330,230,6.20,8,3,12.9,77777,9,999999999,34,0.0000,0,88,0.000,0.0,1.0 +1989,8,20,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,24.40,18.90,71,101200,0,0,409,0,0,0,0,0,0,0,240,5.70,10,6,9.7,7620,9,999999999,33,0.0000,0,88,0.000,0.0,1.0 +1989,8,20,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.90,19.40,76,101200,0,0,428,0,0,0,0,0,0,0,230,6.20,10,10,9.7,4570,9,999999999,35,0.0000,0,88,0.000,0.0,1.0 +1989,8,20,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.30,19.40,79,101200,0,0,425,0,0,0,0,0,0,0,250,5.20,10,10,9.7,4570,9,999999999,35,0.0000,0,88,0.000,0.0,1.0 +1989,8,20,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.30,19.40,79,101200,0,0,391,0,0,0,0,0,0,0,250,7.70,3,3,9.7,77777,9,999999999,35,0.0000,0,88,0.000,0.0,1.0 +1989,8,20,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,22.80,18.90,79,101200,0,0,378,0,0,0,0,0,0,0,240,7.20,1,1,8.0,77777,9,999999999,34,0.0000,0,88,0.000,0.0,1.0 +1989,8,21,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,22.20,18.30,79,101100,0,0,378,0,0,0,0,0,0,0,240,5.70,2,2,8.0,77777,9,999999999,33,0.0000,0,88,0.000,0.0,1.0 +1989,8,21,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,21.70,18.30,81,101100,0,0,380,0,0,0,0,0,0,0,230,5.20,3,3,6.4,77777,9,999999999,32,0.0000,0,88,0.000,0.0,1.0 +1989,8,21,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,21.70,18.30,81,101100,0,0,404,0,0,0,0,0,0,0,230,5.70,9,8,6.4,3660,9,999999999,32,0.0000,0,88,0.000,0.0,1.0 +1989,8,21,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,21.70,18.30,81,101000,0,0,388,0,0,0,0,0,0,0,200,5.20,8,5,6.4,7620,9,999999999,32,0.0000,0,88,0.000,0.0,1.0 +1989,8,21,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,22.20,18.90,82,101000,0,11,386,0,0,0,0,0,0,0,250,6.20,9,4,6.4,77777,9,999999999,34,0.0000,0,88,0.000,0.0,1.0 +1989,8,21,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,22.20,19.40,84,101000,120,1335,381,28,5,27,3100,0,3100,910,240,6.20,9,3,6.4,77777,9,999999999,34,0.0000,0,88,0.000,0.0,1.0 +1989,8,21,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.90,20.00,79,101000,368,1335,396,150,59,133,16300,5300,14800,3250,250,6.20,8,4,8.0,77777,9,999999999,36,0.0000,0,88,0.000,0.0,1.0 +1989,8,21,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.60,19.40,69,100900,605,1335,391,319,301,182,34000,30600,20100,3970,260,6.70,6,2,8.0,77777,9,999999999,35,0.0000,0,88,0.000,0.0,1.0 +1989,8,21,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,27.20,20.60,67,100900,815,1335,408,504,404,255,54100,43000,27800,6430,250,6.20,10,3,8.0,77777,9,999999999,37,0.0000,0,88,0.000,0.0,1.0 +1989,8,21,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,28.30,20.60,63,100900,982,1335,419,591,311,361,63400,33500,38700,11300,270,7.20,10,4,8.0,77777,9,999999999,37,0.0000,0,88,0.000,0.0,1.0 +1989,8,21,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,27.80,19.40,61,100900,1095,1335,431,659,380,345,71900,41200,38000,12830,280,8.20,10,7,8.0,7620,9,999999999,35,0.0000,0,88,0.000,0.0,1.0 +1989,8,21,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,28.90,19.40,57,100900,1146,1335,431,702,357,394,76400,38700,43100,16710,250,7.70,10,6,9.7,7620,9,999999999,35,0.0000,0,88,0.000,0.0,1.0 +1989,8,21,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,30.00,19.40,53,100800,1132,1335,437,698,326,419,75400,35300,45400,17310,280,7.70,10,6,9.7,7620,9,999999999,34,0.0000,0,88,0.000,0.0,1.0 +1989,8,21,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,30.00,19.40,53,100700,1053,1335,444,596,312,348,64700,33800,38000,12000,260,7.20,10,7,9.7,7620,9,999999999,34,0.0000,0,88,0.000,0.0,1.0 +1989,8,21,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,30.00,18.90,51,100700,915,1335,424,477,266,292,51400,28600,31700,8180,260,7.20,8,4,9.7,77777,9,999999999,33,0.0000,0,88,0.000,0.0,1.0 +1989,8,21,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.30,20.60,85,100700,728,1335,414,160,45,135,17600,4400,15200,4560,240,4.10,9,8,6.4,3660,9,999999999,37,0.0000,0,88,0.000,8.6,1.0 +1989,8,21,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,26.70,20.60,69,100700,504,1335,407,254,209,173,27200,20200,19600,4010,230,6.70,3,3,12.9,77777,9,999999999,37,0.0000,0,88,0.000,0.3,1.0 +1989,8,21,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,26.70,20.00,67,100700,259,1335,391,101,147,71,10500,10800,8400,1350,250,6.70,0,0,14.5,77777,9,999999999,36,0.0000,0,88,0.000,0.0,1.0 +1989,8,21,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.60,20.60,74,100700,37,768,389,17,2,16,1800,0,1800,540,240,6.70,0,0,12.9,77777,9,999999999,37,0.0000,0,88,0.000,0.0,1.0 +1989,8,21,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.00,20.60,76,100700,0,0,387,0,0,0,0,0,0,0,250,6.70,0,0,12.9,77777,9,999999999,37,0.0000,0,88,0.000,0.0,1.0 +1989,8,21,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,24.40,20.60,79,100800,0,0,386,0,0,0,0,0,0,0,250,6.20,0,0,12.9,77777,9,999999999,37,0.0000,0,88,0.000,0.0,1.0 +1989,8,21,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.00,19.40,71,100900,0,0,385,0,0,0,0,0,0,0,260,6.70,0,0,16.1,77777,9,999999999,34,0.0000,0,88,0.000,0.0,1.0 +1989,8,21,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.30,19.40,79,100900,0,0,377,0,0,0,0,0,0,0,250,4.60,0,0,11.3,77777,9,999999999,35,0.0000,0,88,0.000,0.0,1.0 +1989,8,21,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.90,17.20,66,100900,0,0,388,0,0,0,0,0,0,0,270,5.70,3,3,11.3,77777,9,999999999,30,0.0000,0,88,0.000,0.0,1.0 +1989,8,22,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.90,16.70,64,100800,0,0,426,0,0,0,0,0,0,0,270,6.20,10,10,11.3,3660,9,999999999,29,0.0000,0,88,0.000,0.0,1.0 +1989,8,22,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.30,17.20,69,100900,0,0,407,0,0,0,0,0,0,0,300,5.70,7,7,11.3,3050,9,999999999,30,0.0000,0,88,0.000,0.0,1.0 +1989,8,22,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,22.80,16.70,69,100900,0,0,391,0,0,0,0,0,0,0,290,4.60,5,5,11.3,77777,9,999999999,30,0.0000,0,88,0.000,0.0,1.0 +1989,8,22,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,22.20,16.70,71,100800,0,0,393,0,0,0,0,0,0,0,280,4.60,6,6,11.3,3050,9,999999999,29,0.0000,0,88,0.000,0.0,1.0 +1989,8,22,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,22.20,16.70,71,100900,0,0,369,0,0,0,0,0,0,0,270,6.20,2,2,16.1,77777,9,999999999,29,0.0000,0,88,0.000,0.0,1.0 +1989,8,22,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,21.70,17.20,76,101000,116,1324,367,37,140,23,3800,6900,3200,400,290,6.20,2,2,16.1,77777,9,999999999,30,0.0000,0,88,0.000,0.0,1.0 +1989,8,22,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.30,17.20,69,101100,364,1336,362,202,563,48,20800,49100,7500,960,320,6.20,0,0,24.1,77777,9,999999999,30,0.0000,0,88,0.000,0.0,1.0 +1989,8,22,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.90,16.70,64,101100,602,1336,362,399,730,67,42100,71100,10000,1480,300,6.70,0,0,24.1,77777,9,999999999,29,0.0000,0,88,0.000,0.0,1.0 +1989,8,22,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.60,16.10,56,101100,812,1336,367,583,817,84,60600,80800,11300,1920,300,8.20,0,0,24.1,77777,9,999999999,29,0.0000,0,88,0.000,0.0,1.0 +1989,8,22,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,26.10,16.10,54,101000,979,1336,368,724,853,96,75000,85200,12400,2570,300,8.20,0,0,24.1,77777,9,999999999,28,0.0000,0,88,0.000,0.0,1.0 +1989,8,22,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,27.20,15.00,47,101100,1092,1336,369,825,878,103,85100,87900,13100,3370,300,8.20,0,0,24.1,77777,9,999999999,26,0.0000,0,88,0.000,0.0,1.0 +1989,8,22,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,27.80,16.10,49,101000,1143,1336,383,822,843,97,85000,84600,12500,3730,320,7.20,2,1,24.1,77777,9,999999999,28,0.0000,0,88,0.000,0.0,1.0 +1989,8,22,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,27.80,15.00,46,101100,1128,1336,394,828,767,175,86000,77000,20800,6630,330,6.70,3,3,24.1,77777,9,999999999,27,0.0000,0,88,0.000,0.0,1.0 +1989,8,22,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,28.90,13.90,40,101000,1049,1336,390,731,745,141,76900,75100,17700,4560,310,6.70,4,2,24.1,77777,9,999999999,25,0.0000,0,88,0.000,0.0,1.0 +1989,8,22,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,28.30,13.90,41,101000,911,1336,402,535,451,224,57100,46700,25100,6030,310,6.20,8,4,24.1,77777,9,999999999,25,0.0000,0,88,0.000,0.0,1.0 +1989,8,22,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,28.90,12.80,37,101000,723,1336,388,467,618,128,48600,61500,15300,2830,310,6.20,8,2,24.1,77777,9,999999999,23,0.0000,0,88,0.000,0.0,1.0 +1989,8,22,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,22.80,15.60,64,101100,498,1336,379,268,386,121,27900,36400,14300,2330,130,4.60,9,4,24.1,77777,9,999999999,28,0.0000,0,88,0.000,0.0,1.0 +1989,8,22,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,21.70,15.60,68,101100,253,1336,369,115,218,72,11900,15800,8900,1380,140,4.10,7,3,24.1,77777,9,999999999,27,0.0000,0,88,0.000,0.0,1.0 +1989,8,22,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,21.10,16.70,76,101100,34,723,404,18,8,17,1900,400,1900,400,130,4.10,10,9,24.1,7620,9,999999999,29,0.0000,0,88,0.000,0.0,1.0 +1989,8,22,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,20.60,16.70,79,101200,0,0,407,0,0,0,0,0,0,0,120,4.10,10,10,24.1,4270,9,999999999,30,0.0000,0,88,0.000,0.0,1.0 +1989,8,22,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,21.10,16.10,73,101200,0,0,409,0,0,0,0,0,0,0,220,3.10,10,10,24.1,4270,9,999999999,28,0.0000,0,88,0.000,0.0,1.0 +1989,8,22,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,21.10,15.00,68,101200,0,0,409,0,0,0,0,0,0,0,170,2.60,10,10,24.1,3960,9,999999999,27,0.0000,0,88,0.000,0.0,1.0 +1989,8,22,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,20.00,15.60,76,101100,0,0,403,0,0,0,0,0,0,0,170,3.10,10,10,24.1,3660,9,999999999,28,0.0000,0,88,0.000,0.0,1.0 +1989,8,22,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,19.40,16.10,81,101100,0,0,400,0,0,0,0,0,0,0,180,2.60,10,10,19.3,3660,9,999999999,28,0.0000,0,88,0.000,0.0,1.0 +1989,8,23,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,19.40,16.70,84,101100,0,0,401,0,0,0,0,0,0,0,150,3.10,10,10,11.3,3050,9,999999999,29,0.0000,0,88,0.000,0.0,1.0 +1989,8,23,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,19.40,17.20,87,101000,0,0,401,0,0,0,0,0,0,0,170,2.10,10,10,11.3,2740,9,999999999,30,0.0000,0,88,0.000,0.0,1.0 +1989,8,23,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,19.40,17.20,87,100900,0,0,401,0,0,0,0,0,0,0,160,3.10,10,10,11.3,2440,9,999999999,30,0.0000,0,88,0.000,0.0,1.0 +1989,8,23,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,18.90,17.20,90,100900,0,0,398,0,0,0,0,0,0,0,160,2.60,10,10,9.7,2440,9,999999999,30,0.0000,0,88,0.000,0.0,1.0 +1989,8,23,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,18.30,17.80,97,100900,0,0,395,0,0,0,0,0,0,0,110,3.10,10,10,9.7,1830,9,999999999,31,0.0000,0,88,0.000,0.0,1.0 +1989,8,23,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,18.90,17.80,93,100900,113,1303,398,19,0,19,2200,0,2200,690,140,2.60,10,10,9.7,1430,9,999999999,31,0.0000,0,88,0.000,0.0,1.0 +1989,8,23,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,20.60,18.30,87,100800,360,1336,402,88,32,79,9600,2800,8900,2150,160,3.10,10,9,12.9,1070,9,999999999,32,0.0000,0,88,0.000,0.0,1.0 +1989,8,23,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,22.20,17.80,76,100800,598,1336,392,283,204,191,30800,20500,21500,4600,180,3.60,10,6,12.9,7620,9,999999999,31,0.0000,0,88,0.000,0.0,1.0 +1989,8,23,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.60,19.40,69,100700,809,1336,413,296,150,204,32800,15800,23200,5540,250,5.70,9,6,12.9,7620,9,999999999,35,0.0000,0,88,0.000,0.0,1.0 +1989,8,23,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,26.70,19.40,65,100700,976,1336,407,625,518,244,66900,53900,27500,7290,230,5.20,8,4,12.9,77777,9,999999999,35,0.0000,0,88,0.000,0.0,1.0 +1989,8,23,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,28.90,19.40,57,100600,1089,1336,419,714,553,261,77300,57800,30100,9850,260,6.20,8,4,16.1,77777,9,999999999,35,0.0000,0,88,0.000,0.0,1.0 +1989,8,23,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,28.30,18.90,57,100500,1139,1336,451,210,6,204,25600,500,25200,10220,280,7.70,10,10,16.1,1220,9,999999999,33,0.0000,0,88,0.000,0.0,1.0 +1989,8,23,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,26.70,18.90,63,100500,1124,1336,429,642,314,376,69900,34100,41200,15020,290,6.20,9,8,16.1,3660,9,999999999,34,0.0000,0,88,0.000,0.0,1.0 +1989,8,23,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,28.90,18.90,55,100400,1045,1336,405,706,632,207,74200,64200,23900,6980,290,9.30,5,2,16.1,77777,9,999999999,33,0.0000,0,88,0.000,0.0,1.0 +1989,8,23,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,28.90,17.80,51,100400,906,1336,428,462,298,257,50100,32100,28300,6980,280,8.80,7,6,24.1,1430,9,999999999,31,0.0000,0,88,0.000,0.0,1.0 +1989,8,23,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,30.00,17.80,48,100400,718,1336,416,433,512,153,46200,51900,18200,3300,310,8.20,3,3,24.1,77777,9,999999999,31,0.0000,0,88,0.000,0.0,1.0 +1989,8,23,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.00,18.30,67,100500,493,1336,426,81,39,66,8900,3600,7600,2040,350,8.20,10,9,24.1,1400,9,999999999,32,0.0000,0,88,0.000,1.3,1.0 +1989,8,23,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,24.40,18.30,69,100600,247,1336,418,60,4,59,6700,100,6700,2060,340,6.70,8,8,24.1,1830,9,999999999,32,0.0000,0,88,0.000,0.0,1.0 +1989,8,23,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.90,17.20,66,100700,31,701,397,17,13,15,1700,700,1700,360,340,8.80,5,5,24.1,77777,9,999999999,30,0.0000,0,88,0.000,0.0,1.0 +1989,8,23,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,22.80,16.10,66,100800,0,0,372,0,0,0,0,0,0,0,340,9.30,3,2,24.1,77777,9,999999999,28,0.0000,0,88,0.000,0.0,1.0 +1989,8,23,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,21.10,16.10,73,100900,0,0,353,0,0,0,0,0,0,0,320,6.70,0,0,24.1,77777,9,999999999,28,0.0000,0,88,0.000,0.0,1.0 +1989,8,23,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,21.10,15.00,68,101000,0,0,385,0,0,0,0,0,0,0,330,7.70,6,6,24.1,1490,9,999999999,27,0.0000,0,88,0.000,0.0,1.0 +1989,8,23,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,19.40,14.40,73,101000,0,0,341,0,0,0,0,0,0,0,320,7.70,0,0,24.1,77777,9,999999999,26,0.0000,0,88,0.000,0.0,1.0 +1989,8,23,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,18.90,14.40,76,101100,0,0,339,0,0,0,0,0,0,0,320,6.20,0,0,24.1,77777,9,999999999,26,0.0000,0,88,0.000,0.0,1.0 +1989,8,24,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,18.30,13.90,76,101100,0,0,334,0,0,0,0,0,0,0,330,6.70,0,0,24.1,77777,9,999999999,25,0.0000,0,88,0.000,0.0,1.0 +1989,8,24,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,17.80,13.90,78,101100,0,0,331,0,0,0,0,0,0,0,320,5.20,0,0,24.1,77777,9,999999999,25,0.0000,0,88,0.000,0.0,1.0 +1989,8,24,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,17.20,13.30,78,101100,0,0,326,0,0,0,0,0,0,0,320,5.20,0,0,24.1,77777,9,999999999,24,0.0000,0,88,0.000,0.0,1.0 +1989,8,24,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,17.20,13.30,78,101100,0,0,325,0,0,0,0,0,0,0,310,5.70,0,0,24.1,77777,9,999999999,24,0.0000,0,88,0.000,0.0,1.0 +1989,8,24,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,17.20,13.30,78,101100,0,0,324,0,0,0,0,0,0,0,310,5.20,5,0,24.1,77777,9,999999999,24,0.0000,0,88,0.000,0.0,1.0 +1989,8,24,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,17.80,13.30,75,101200,109,1281,338,39,48,35,4300,2500,4000,730,300,7.20,7,2,24.1,77777,9,999999999,24,0.0000,0,88,0.000,0.0,1.0 +1989,8,24,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,19.40,13.30,68,101300,356,1337,344,176,337,85,18300,28600,10700,1570,300,7.20,6,2,24.1,77777,9,999999999,24,0.0000,0,88,0.000,0.0,1.0 +1989,8,24,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,21.10,13.30,61,101300,595,1337,344,357,559,107,37200,54100,13100,2170,310,5.70,3,1,24.1,77777,9,999999999,24,0.0000,0,88,0.000,0.0,1.0 +1989,8,24,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,22.80,13.30,55,101300,805,1337,351,544,684,130,57600,69100,15900,3130,300,6.20,1,1,24.1,77777,9,999999999,24,0.0000,0,88,0.000,0.0,1.0 +1989,8,24,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,24.40,12.20,47,101400,972,1337,355,674,724,144,72200,74300,18100,4360,310,6.20,1,1,24.1,77777,9,999999999,23,0.0000,0,88,0.000,0.0,1.0 +1989,8,24,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,24.40,8.90,37,101300,1085,1337,344,784,784,143,82800,79200,18300,5030,340,8.20,1,1,24.1,77777,9,999999999,18,0.0000,0,88,0.000,0.0,1.0 +1989,8,24,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.60,9.40,36,101300,1136,1337,360,828,728,206,88100,74400,24700,8780,320,7.20,2,2,24.1,77777,9,999999999,19,0.0000,0,88,0.000,0.0,1.0 +1989,8,24,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.60,10.00,38,101200,1120,1337,370,820,706,224,86500,71800,26200,9070,300,7.20,3,3,24.1,77777,9,999999999,20,0.0000,0,88,0.000,0.0,1.0 +1989,8,24,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.60,10.00,38,101200,1041,1337,379,524,408,203,57600,42700,24300,6770,300,7.70,4,4,24.1,77777,9,999999999,20,0.0000,0,88,0.000,0.0,1.0 +1989,8,24,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,26.10,11.10,39,101200,901,1337,384,523,404,248,55200,41800,27000,6650,310,7.20,4,4,24.1,77777,9,999999999,21,0.0000,0,88,0.000,0.0,1.0 +1989,8,24,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.60,11.10,41,101200,713,1337,375,496,619,161,50700,60700,18300,3380,350,8.20,3,3,24.1,77777,9,999999999,21,0.0000,0,88,0.000,0.0,1.0 +1989,8,24,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.00,10.60,40,101200,487,1337,356,289,554,84,29800,51500,11000,1630,330,8.20,3,1,24.1,77777,9,999999999,20,0.0000,0,88,0.000,0.0,1.0 +1989,8,24,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.30,10.00,43,101200,241,1337,340,113,332,51,11700,23700,7400,910,320,7.20,1,0,24.1,77777,9,999999999,20,0.0000,0,88,0.000,0.0,1.0 +1989,8,24,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,21.70,10.00,48,101300,28,657,334,17,0,14,1700,900,1600,290,350,7.20,0,0,24.1,77777,9,999999999,20,0.0000,0,88,0.000,0.0,1.0 +1989,8,24,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,19.40,8.30,49,101400,0,0,320,0,0,0,0,0,0,0,350,6.70,0,0,24.1,77777,9,999999999,18,0.0000,0,88,0.000,0.0,1.0 +1989,8,24,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,18.30,7.80,50,101500,0,0,315,0,0,0,0,0,0,0,350,6.70,0,0,24.1,77777,9,999999999,17,0.0000,0,88,0.000,0.0,1.0 +1989,8,24,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,17.20,7.20,52,101600,0,0,310,0,0,0,0,0,0,0,330,6.70,0,0,24.1,77777,9,999999999,17,0.0000,0,88,0.000,0.0,1.0 +1989,8,24,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,16.10,7.20,56,101600,0,0,305,0,0,0,0,0,0,0,350,6.20,0,0,24.1,77777,9,999999999,17,0.0000,0,88,0.000,0.0,1.0 +1989,8,24,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,15.00,7.20,60,101700,0,0,301,0,0,0,0,0,0,0,330,5.70,0,0,24.1,77777,9,999999999,17,0.0000,0,88,0.000,0.0,1.0 +1989,8,25,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,14.40,7.80,65,101700,0,0,300,0,0,0,0,0,0,0,330,5.70,0,0,24.1,77777,9,999999999,17,0.0000,0,88,0.000,0.0,1.0 +1989,8,25,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,13.90,7.80,67,101700,0,0,297,0,0,0,0,0,0,0,330,4.10,0,0,24.1,77777,9,999999999,17,0.0000,0,88,0.000,0.0,1.0 +1989,8,25,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,13.90,7.80,67,101700,0,0,297,0,0,0,0,0,0,0,320,5.70,0,0,24.1,77777,9,999999999,17,0.0000,0,88,0.000,0.0,1.0 +1989,8,25,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,13.30,7.80,69,101700,0,0,293,0,0,0,0,0,0,0,330,5.70,0,0,24.1,77777,9,999999999,17,0.0000,0,88,0.000,0.0,1.0 +1989,8,25,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,12.80,7.80,72,101800,0,0,290,0,0,0,0,0,0,0,320,6.20,0,0,24.1,77777,9,999999999,17,0.0000,0,88,0.000,0.0,1.0 +1989,8,25,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,13.30,7.20,67,101800,105,1259,289,39,122,27,3900,5800,3400,480,330,6.20,0,0,24.1,77777,9,999999999,17,0.0000,0,88,0.000,0.0,1.0 +1989,8,25,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,14.40,6.10,58,101900,353,1337,297,172,388,69,18300,32800,9600,1250,320,5.20,2,1,32.2,77777,9,999999999,16,0.0000,0,88,0.000,0.0,1.0 +1989,8,25,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,16.10,5.00,48,101900,591,1337,292,368,617,93,38600,60000,12000,1920,340,6.20,1,0,32.2,77777,9,999999999,15,0.0000,0,88,0.000,0.0,1.0 +1989,8,25,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,17.20,2.80,38,101900,802,1337,290,563,746,113,58500,74100,13900,2540,300,7.20,0,0,32.2,77777,9,999999999,13,0.0000,0,88,0.000,0.0,1.0 +1989,8,25,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,18.30,1.70,33,101900,969,1337,291,721,811,129,75700,81600,16400,3610,310,6.20,0,0,32.2,77777,9,999999999,12,0.0000,0,88,0.000,0.0,1.0 +1989,8,25,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,18.30,1.10,32,101800,1082,1337,289,824,840,140,87200,84900,18300,4910,320,7.70,0,0,32.2,77777,9,999999999,12,0.0000,0,88,0.000,0.0,1.0 +1989,8,25,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,18.90,2.20,33,101800,1132,1337,294,876,859,144,93000,87000,19200,5770,340,6.70,0,0,32.2,77777,9,999999999,12,0.0000,0,88,0.000,0.0,1.0 +1989,8,25,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,20.00,2.20,31,101700,1116,1337,299,862,855,142,91300,86600,18900,5450,300,6.20,0,0,32.2,77777,9,999999999,13,0.0000,0,88,0.000,0.0,1.0 +1989,8,25,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,21.10,2.20,29,101600,1036,1337,304,786,832,136,82800,84000,17600,4300,300,6.20,0,0,32.2,77777,9,999999999,13,0.0000,0,88,0.000,0.0,1.0 +1989,8,25,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,21.70,2.20,28,101600,897,1337,307,663,797,123,69000,79800,15400,3080,290,7.20,0,0,24.1,77777,9,999999999,13,0.0000,0,88,0.000,0.0,1.0 +1989,8,25,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,21.70,2.80,29,101600,707,1337,319,423,496,157,45000,50200,18400,3360,300,6.70,3,1,24.1,77777,9,999999999,13,0.0000,0,88,0.000,0.0,1.0 +1989,8,25,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,21.70,2.80,29,101600,481,1337,320,282,446,117,29200,41700,14200,2240,290,7.20,9,1,24.1,77777,9,999999999,13,0.0000,0,88,0.000,0.0,1.0 +1989,8,25,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,20.60,3.90,34,101600,234,1337,319,108,234,65,11200,16300,8300,1240,320,6.20,8,1,24.1,77777,9,999999999,14,0.0000,0,88,0.000,0.0,1.0 +1989,8,25,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,19.40,2.80,33,101600,25,635,304,16,0,14,0,0,0,0,320,6.20,4,0,24.1,77777,9,999999999,13,0.0000,0,88,0.000,0.0,1.0 +1989,8,25,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,18.90,5.60,42,101600,0,0,311,0,0,0,0,0,0,0,310,6.70,0,0,24.1,77777,9,999999999,15,0.0000,0,88,0.000,0.0,1.0 +1989,8,25,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,17.20,5.60,46,101600,0,0,305,0,0,0,0,0,0,0,320,5.70,0,0,24.1,77777,9,999999999,15,0.0000,0,88,0.000,0.0,1.0 +1989,8,25,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,16.70,3.30,41,101600,0,0,298,0,0,0,0,0,0,0,320,5.70,0,0,24.1,77777,9,999999999,13,0.0000,0,88,0.000,0.0,1.0 +1989,8,25,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,16.70,3.90,43,101600,0,0,300,0,0,0,0,0,0,0,310,4.60,0,0,24.1,77777,9,999999999,14,0.0000,0,88,0.000,0.0,1.0 +1989,8,25,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,15.60,4.40,48,101600,0,0,296,0,0,0,0,0,0,0,320,4.60,0,0,24.1,77777,9,999999999,14,0.0000,0,88,0.000,0.0,1.0 +1989,8,26,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,15.60,4.40,48,101600,0,0,350,0,0,0,0,0,0,0,320,5.20,7,7,24.1,3660,9,999999999,14,0.0000,0,88,0.000,0.0,1.0 +1989,8,26,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,16.10,5.00,48,101600,0,0,376,0,0,0,0,0,0,0,310,5.20,10,10,24.1,3050,9,999999999,15,0.0000,0,88,0.000,0.0,1.0 +1989,8,26,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,16.10,5.00,48,101600,0,0,376,0,0,0,0,0,0,0,310,5.20,10,10,24.1,3050,9,999999999,15,0.0000,0,88,0.000,0.0,1.0 +1989,8,26,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,16.10,5.00,48,101600,0,0,375,0,0,0,0,0,0,0,310,5.70,10,10,24.1,3050,9,999999999,15,0.0000,0,88,0.000,0.0,1.0 +1989,8,26,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,15.60,5.60,52,101600,0,0,357,0,0,0,0,0,0,0,300,4.60,8,8,24.1,3050,9,999999999,15,0.0000,0,88,0.000,0.0,1.0 +1989,8,26,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,15.60,5.60,52,101600,101,1238,349,22,13,21,2400,800,2400,530,300,5.20,7,7,24.1,3050,9,999999999,15,0.0000,0,88,0.000,0.0,1.0 +1989,8,26,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,16.70,5.60,48,101600,349,1338,314,171,271,100,18000,23100,12000,1970,330,5.70,7,2,24.1,77777,9,999999999,15,0.0000,0,88,0.000,0.0,1.0 +1989,8,26,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,17.80,6.10,47,101700,588,1338,327,319,337,170,34000,34100,19000,3640,320,5.70,7,3,24.1,77777,9,999999999,16,0.0000,0,88,0.000,0.0,1.0 +1989,8,26,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,19.40,5.60,40,101600,798,1338,323,519,542,193,55200,55600,22000,4520,320,6.20,4,2,24.1,77777,9,999999999,15,0.0000,0,88,0.000,0.0,1.0 +1989,8,26,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,20.00,6.10,41,101600,966,1338,318,669,673,180,70500,68300,21100,5250,300,4.60,5,1,24.1,77777,9,999999999,16,0.0000,0,88,0.000,0.0,1.0 +1989,8,26,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,20.00,5.00,38,101500,1078,1338,323,767,667,226,80600,67600,25900,8150,310,7.20,6,2,24.1,77777,9,999999999,15,0.0000,0,88,0.000,0.0,1.0 +1989,8,26,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,21.70,5.60,35,101500,1128,1338,323,815,746,182,87400,76600,22600,7640,300,6.20,3,1,24.1,77777,9,999999999,15,0.0000,0,88,0.000,0.0,1.0 +1989,8,26,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,22.20,5.00,33,101500,1112,1338,324,828,788,168,86200,79100,20200,6100,300,7.70,1,1,24.1,77777,9,999999999,15,0.0000,0,88,0.000,0.0,1.0 +1989,8,26,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,22.80,4.40,30,101400,1032,1338,316,769,783,160,79500,78400,18900,4760,320,7.70,0,0,24.1,77777,9,999999999,14,0.0000,0,88,0.000,0.0,1.0 +1989,8,26,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.30,6.70,34,101400,892,1338,326,644,724,156,67700,73400,18700,4110,310,6.20,2,0,24.1,77777,9,999999999,16,0.0000,0,88,0.000,0.0,1.0 +1989,8,26,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.30,4.40,29,101400,702,1338,321,474,657,124,49200,65100,15000,2690,340,6.70,1,0,32.2,77777,9,999999999,14,0.0000,0,88,0.000,0.0,1.0 +1989,8,26,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,22.20,6.10,35,101400,475,1338,331,266,468,96,28100,43700,12600,1800,270,6.70,2,1,32.2,77777,9,999999999,16,0.0000,0,88,0.000,0.0,1.0 +1989,8,26,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,21.70,5.60,35,101500,228,1338,328,91,206,54,9300,14300,6900,980,310,7.20,3,1,32.2,77777,9,999999999,15,0.0000,0,88,0.000,0.0,1.0 +1989,8,26,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,20.00,2.80,32,101600,22,591,316,10,0,9,0,0,0,0,330,6.70,3,1,32.2,77777,9,999999999,13,0.0000,0,88,0.000,0.0,1.0 +1989,8,26,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,18.30,3.30,37,101600,0,0,311,0,0,0,0,0,0,0,350,6.20,4,1,24.1,77777,9,999999999,13,0.0000,0,88,0.000,0.0,1.0 +1989,8,26,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,17.80,2.80,37,101700,0,0,308,0,0,0,0,0,0,0,350,7.20,3,1,24.1,77777,9,999999999,13,0.0000,0,88,0.000,0.0,1.0 +1989,8,26,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,16.10,3.30,43,101700,0,0,295,0,0,0,0,0,0,0,350,6.20,0,0,24.1,77777,9,999999999,13,0.0000,0,88,0.000,0.0,1.0 +1989,8,26,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,15.60,3.30,44,101800,0,0,294,0,0,0,0,0,0,0,340,6.20,0,0,24.1,77777,9,999999999,13,0.0000,0,88,0.000,0.0,1.0 +1989,8,26,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,14.40,3.90,49,101800,0,0,290,0,0,0,0,0,0,0,350,5.70,0,0,24.1,77777,9,999999999,14,0.0000,0,88,0.000,0.0,1.0 +1989,8,27,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,13.90,4.40,53,101800,0,0,289,0,0,0,0,0,0,0,300,4.60,0,0,24.1,77777,9,999999999,14,0.0000,0,88,0.000,0.0,1.0 +1989,8,27,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,13.30,4.40,55,101800,0,0,286,0,0,0,0,0,0,0,300,5.20,0,0,24.1,77777,9,999999999,14,0.0000,0,88,0.000,0.0,1.0 +1989,8,27,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,13.30,5.00,57,101800,0,0,287,0,0,0,0,0,0,0,310,5.70,0,0,24.1,77777,9,999999999,15,0.0000,0,88,0.000,0.0,1.0 +1989,8,27,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,12.80,4.40,57,101800,0,0,283,0,0,0,0,0,0,0,310,5.70,0,0,24.1,77777,9,999999999,14,0.0000,0,88,0.000,0.0,1.0 +1989,8,27,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,12.20,5.00,62,101800,0,0,281,0,0,0,0,0,0,0,310,4.10,0,0,24.1,77777,9,999999999,15,0.0000,0,88,0.000,0.0,1.0 +1989,8,27,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,13.30,5.00,57,101900,97,1216,284,34,61,28,3600,3100,3400,580,310,4.10,0,0,24.1,77777,9,999999999,15,0.0000,0,88,0.000,0.0,1.0 +1989,8,27,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,15.00,5.60,54,102000,345,1338,291,171,376,73,18000,31500,9900,1330,340,5.20,0,0,24.1,77777,9,999999999,15,0.0000,0,88,0.000,0.0,1.0 +1989,8,27,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,17.80,6.70,48,102000,584,1338,304,363,575,110,37600,55300,13400,2190,330,4.10,0,0,24.1,77777,9,999999999,16,0.0000,0,88,0.000,0.0,1.0 +1989,8,27,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,18.90,6.10,43,102000,795,1338,306,549,685,139,57600,68800,16700,3280,290,3.60,0,0,24.1,77777,9,999999999,16,0.0000,0,88,0.000,0.0,1.0 +1989,8,27,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,20.00,6.10,41,102000,962,1338,318,653,663,173,69000,67400,20400,5040,260,4.10,3,1,24.1,77777,9,999999999,16,0.0000,0,88,0.000,0.0,1.0 +1989,8,27,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,21.10,5.60,36,102000,1075,1338,321,765,673,221,80400,68300,25500,7910,250,4.10,5,1,24.1,77777,9,999999999,15,0.0000,0,88,0.000,0.0,1.0 +1989,8,27,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,20.60,8.90,47,102000,1125,1338,327,830,722,218,87700,73500,25700,8910,90,6.20,7,1,24.1,77777,9,999999999,19,0.0000,0,88,0.000,0.0,1.0 +1989,8,27,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,20.00,9.40,51,101900,1108,1338,326,810,680,242,84800,68800,27700,9360,110,5.20,7,1,24.1,77777,9,999999999,19,0.0000,0,88,0.000,0.0,1.0 +1989,8,27,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,20.60,8.90,47,101900,1027,1338,344,726,575,281,77100,59900,31100,9270,110,5.70,9,3,24.1,77777,9,999999999,19,0.0000,0,88,0.000,0.0,1.0 +1989,8,27,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,20.60,8.30,46,101900,887,1338,351,558,460,249,58600,47500,27000,6550,110,6.70,10,4,24.1,77777,9,999999999,18,0.0000,0,88,0.000,0.0,1.0 +1989,8,27,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,20.00,7.20,44,101900,696,1338,363,419,368,225,44500,38400,24500,5230,110,6.20,10,6,24.1,7620,9,999999999,17,0.0000,0,88,0.000,0.0,1.0 +1989,8,27,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,19.40,11.70,61,101900,469,1338,375,199,124,155,21500,11800,17300,3540,130,5.70,10,7,24.1,7620,9,999999999,22,0.0000,0,88,0.000,0.0,1.0 +1989,8,27,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,18.30,11.10,63,101900,222,1338,355,90,35,84,9800,2700,9300,1870,140,6.70,10,5,24.1,77777,9,999999999,21,0.0000,0,88,0.000,0.0,1.0 +1989,8,27,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,17.20,11.70,70,102000,19,547,345,11,0,11,0,0,0,0,150,5.20,9,4,24.1,77777,9,999999999,22,0.0000,0,88,0.000,0.0,1.0 +1989,8,27,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,17.20,11.70,70,102000,0,0,346,0,0,0,0,0,0,0,170,5.20,8,4,24.1,77777,9,999999999,22,0.0000,0,88,0.000,0.0,1.0 +1989,8,27,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,17.80,10.60,63,102000,0,0,375,0,0,0,0,0,0,0,200,5.70,10,8,24.1,7620,9,999999999,21,0.0000,0,88,0.000,0.0,1.0 +1989,8,27,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,17.20,10.00,63,102000,0,0,378,0,0,0,0,0,0,0,210,4.60,10,9,24.1,3960,9,999999999,20,0.0000,0,88,0.000,0.0,1.0 +1989,8,27,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,17.20,10.00,63,102000,0,0,385,0,0,0,0,0,0,0,210,4.60,10,10,24.1,3960,9,999999999,20,0.0000,0,88,0.000,0.0,1.0 +1989,8,27,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,17.20,10.00,63,102000,0,0,385,0,0,0,0,0,0,0,230,5.20,10,10,24.1,3960,9,999999999,20,0.0000,0,88,0.000,0.0,1.0 +1989,8,28,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,17.20,10.60,65,102000,0,0,385,0,0,0,0,0,0,0,240,5.70,10,10,24.1,3960,9,999999999,21,0.0000,0,88,0.000,0.0,1.0 +1989,8,28,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,16.70,10.60,67,102000,0,0,369,0,0,0,0,0,0,0,240,4.10,8,8,24.1,3960,9,999999999,21,0.0000,0,88,0.000,0.0,1.0 +1989,8,28,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,16.70,11.10,70,102000,0,0,369,0,0,0,0,0,0,0,230,4.10,10,8,24.1,3960,9,999999999,21,0.0000,0,88,0.000,0.0,1.0 +1989,8,28,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,16.10,12.20,78,102000,0,0,380,0,0,0,0,0,0,0,240,5.20,10,10,24.1,2440,9,999999999,23,0.0000,0,88,0.000,0.0,1.0 +1989,8,28,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,16.10,12.20,78,102100,0,0,379,0,0,0,0,0,0,0,200,3.60,10,10,24.1,3350,9,999999999,23,0.0000,0,88,0.000,0.0,1.0 +1989,8,28,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,15.60,12.20,81,102100,94,1194,344,30,39,26,3200,2000,3100,540,240,3.10,5,5,24.1,77777,9,999999999,23,0.0000,0,88,0.000,0.0,1.0 +1989,8,28,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,17.20,12.80,75,102100,341,1339,359,116,83,94,12600,7200,10700,2060,170,3.10,7,6,24.1,3350,9,999999999,23,0.0000,0,88,0.000,0.0,1.0 +1989,8,28,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,18.90,12.80,68,102100,581,1339,387,192,46,172,21100,4500,19100,4970,250,5.20,10,9,24.1,3350,9,999999999,24,0.0000,0,88,0.000,0.0,1.0 +1989,8,28,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,20.00,13.90,68,101900,791,1339,387,338,149,249,36900,15600,27700,6670,170,3.60,9,8,24.1,3660,9,999999999,25,0.0000,0,88,0.000,0.0,1.0 +1989,8,28,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,21.70,12.80,57,102100,959,1339,394,440,144,336,48000,15200,37100,10420,210,5.20,9,8,24.1,4270,9,999999999,24,0.0000,0,88,0.000,0.0,1.0 +1989,8,28,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.30,13.30,54,102100,1071,1339,396,840,605,352,87800,62900,37400,12940,210,3.60,9,7,24.1,4270,9,999999999,25,0.0000,0,88,0.000,0.0,1.0 +1989,8,28,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.30,14.40,58,102000,1121,1339,405,598,279,363,65300,30300,39900,14240,130,4.60,9,8,24.1,1370,9,999999999,26,0.0000,0,88,0.000,0.0,1.0 +1989,8,28,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.30,15.60,62,102000,1104,1339,393,762,613,252,79500,61900,28400,9580,130,6.20,7,6,24.1,4270,9,999999999,28,0.0000,0,88,0.000,0.0,1.0 +1989,8,28,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,21.70,15.60,68,102100,1023,1339,404,482,123,387,52500,13000,42500,12960,130,5.70,10,9,24.1,1430,9,999999999,28,0.0000,0,88,0.000,0.0,1.0 +1989,8,28,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,21.70,15.60,68,102000,881,1339,404,358,76,308,39400,7800,34300,10360,130,5.70,9,9,24.1,1190,9,999999999,28,0.0000,0,88,0.000,0.0,1.0 +1989,8,28,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.90,14.40,56,102000,691,1339,368,448,532,170,47200,53500,19500,3630,190,6.20,7,2,24.1,77777,9,999999999,26,0.0000,0,88,0.000,0.0,1.0 +1989,8,28,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,22.20,14.40,62,102000,463,1339,361,267,434,113,27600,40100,13700,2150,210,6.20,9,2,24.1,77777,9,999999999,26,0.0000,0,88,0.000,0.0,1.0 +1989,8,28,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,21.10,14.40,66,102000,215,1339,363,93,89,78,9900,6200,8900,1660,200,7.20,9,3,24.1,77777,9,999999999,26,0.0000,0,88,0.000,0.0,1.0 +1989,8,28,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,20.00,13.30,66,102100,17,524,343,10,0,8,0,0,0,0,200,5.70,4,1,24.1,77777,9,999999999,24,0.0000,0,88,0.000,0.0,1.0 +1989,8,28,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,18.90,12.20,65,102100,0,0,349,0,0,0,0,0,0,0,210,5.20,8,3,24.1,77777,9,999999999,23,0.0000,0,88,0.000,0.0,1.0 +1989,8,28,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,18.30,11.70,65,102100,0,0,352,0,0,0,0,0,0,0,200,4.60,10,4,24.1,77777,9,999999999,22,0.0000,0,88,0.000,0.0,1.0 +1989,8,28,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,17.80,11.70,68,102100,0,0,363,0,0,0,0,0,0,0,200,4.60,10,6,24.1,7620,9,999999999,22,0.0000,0,88,0.000,0.0,1.0 +1989,8,28,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,17.20,11.70,70,102100,0,0,361,0,0,0,0,0,0,0,210,4.10,10,6,11.3,7620,9,999999999,22,0.0000,0,88,0.000,0.0,1.0 +1989,8,28,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,17.20,11.70,70,102100,0,0,354,0,0,0,0,0,0,0,210,3.10,10,5,11.3,77777,9,999999999,22,0.0000,0,88,0.000,0.0,1.0 +1989,8,29,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,16.70,11.70,73,102000,0,0,352,0,0,0,0,0,0,0,250,2.60,10,5,11.3,77777,9,999999999,22,0.0000,0,88,0.000,0.0,1.0 +1989,8,29,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,16.10,12.20,78,102000,0,0,362,0,0,0,0,0,0,0,150,2.60,10,7,11.3,7620,9,999999999,23,0.0000,0,88,0.000,0.0,1.0 +1989,8,29,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,16.10,12.80,81,102000,0,0,368,0,0,0,0,0,0,0,160,2.10,10,8,11.3,6710,9,999999999,24,0.0000,0,88,0.000,0.0,1.0 +1989,8,29,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,16.70,12.20,75,102000,0,0,383,0,0,0,0,0,0,0,130,1.50,10,10,11.3,880,9,999999999,23,0.0000,0,88,0.000,0.0,1.0 +1989,8,29,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,16.10,14.40,90,101900,0,0,381,0,0,0,0,0,0,0,110,4.10,10,10,11.3,6710,9,999999999,26,0.0000,0,88,0.000,0.0,1.0 +1989,8,29,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,16.10,14.40,90,101900,90,1172,381,20,6,19,2100,400,2100,480,110,4.10,10,10,11.3,6710,9,999999999,26,0.0000,0,88,0.000,0.0,1.0 +1989,8,29,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,17.20,15.00,87,101900,337,1340,386,55,3,54,6400,100,6400,2160,140,3.10,10,10,19.3,820,9,999999999,27,0.0000,0,88,0.000,0.0,1.0 +1989,8,29,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,17.80,15.00,84,101900,577,1340,389,151,10,147,17300,700,17000,5890,230,2.10,10,10,19.3,2440,9,999999999,27,0.0000,0,88,0.000,0.0,1.0 +1989,8,29,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,19.40,15.60,78,101900,788,1340,398,300,5,297,33800,500,33500,11310,80,2.60,10,10,19.3,820,9,999999999,28,0.0000,0,88,0.000,0.0,1.0 +1989,8,29,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,20.00,16.10,78,101900,955,1340,402,271,7,265,31500,600,31100,11850,70,3.10,10,10,19.3,880,9,999999999,29,0.0000,0,88,0.000,0.0,1.0 +1989,8,29,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,19.40,17.20,87,101800,1067,1340,399,315,3,312,36900,300,36700,14020,90,4.10,10,10,19.3,3660,9,999999999,30,0.0000,0,88,0.000,0.0,1.0 +1989,8,29,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,21.10,17.20,79,101800,1117,1340,408,368,4,365,43000,400,42700,15870,100,4.10,10,10,19.3,3660,9,999999999,31,0.0000,0,88,0.000,0.0,1.0 +1989,8,29,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,21.10,17.20,79,101700,1100,1340,408,379,0,379,44000,0,44000,16170,80,4.60,10,10,19.3,3660,9,999999999,31,0.0000,0,88,0.000,0.0,1.0 +1989,8,29,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,20.00,17.80,87,101600,1018,1340,403,339,2,338,39300,200,39100,14480,90,3.60,10,10,19.3,700,9,999999999,32,0.0000,0,88,0.000,0.0,1.0 +1989,8,29,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,21.10,18.90,87,101500,876,1340,410,185,1,185,22000,100,22000,8640,170,4.10,10,10,16.1,820,9,999999999,34,0.0000,0,88,0.000,0.0,1.0 +1989,8,29,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,21.10,18.90,87,101400,685,1340,410,244,1,243,27300,100,27300,9100,170,5.70,10,10,11.3,910,9,999999999,34,0.0000,0,88,0.000,0.0,1.0 +1989,8,29,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,21.70,18.90,84,101400,457,1340,414,134,0,134,15000,0,15000,4860,160,5.20,10,10,11.3,850,9,999999999,34,0.0000,0,88,0.000,0.0,1.0 +1989,8,29,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,21.10,19.40,90,101300,208,1340,411,52,0,52,5800,0,5800,1760,180,4.10,10,10,11.3,460,9,999999999,35,0.0000,0,88,0.000,0.0,1.0 +1989,8,29,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,21.10,19.40,90,101300,15,480,411,8,0,8,0,0,0,0,190,3.60,10,10,6.4,310,9,999999999,35,0.0000,0,88,0.000,0.0,1.0 +1989,8,29,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,20.00,18.90,93,101300,0,0,405,0,0,0,0,0,0,0,140,3.60,10,10,6.4,240,9,999999999,33,0.0000,0,88,0.000,0.0,1.0 +1989,8,29,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,19.40,19.40,100,101200,0,0,403,0,0,0,0,0,0,0,130,3.10,10,10,3.2,240,9,999999999,35,0.0000,0,88,0.000,0.0,1.0 +1989,8,29,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,19.40,19.40,100,101200,0,0,403,0,0,0,0,0,0,0,100,3.60,10,10,1.6,240,9,999999999,35,0.0000,0,88,0.000,0.0,1.0 +1989,8,29,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,20.00,20.00,100,101100,0,0,407,0,0,0,0,0,0,0,50,3.10,10,10,1.6,150,9,999999999,36,0.0000,0,88,0.000,6.6,1.0 +1989,8,29,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,18.90,18.90,100,101000,0,0,400,0,0,0,0,0,0,0,80,4.60,10,10,0.8,90,9,999999999,33,0.0000,0,88,0.000,3.3,1.0 +1989,8,30,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,19.40,19.40,100,100800,0,0,403,0,0,0,0,0,0,0,90,4.60,10,10,1.6,90,9,999999999,34,0.0000,0,88,0.000,2.3,1.0 +1989,8,30,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,19.40,19.40,100,100700,0,0,403,0,0,0,0,0,0,0,70,4.60,10,10,1.6,90,9,999999999,34,0.0000,0,88,0.000,0.3,1.0 +1989,8,30,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,19.40,19.40,100,100600,0,0,402,0,0,0,0,0,0,0,10,4.10,10,10,0.8,60,9,999999999,34,0.0000,0,88,0.000,0.0,1.0 +1989,8,30,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,19.40,19.40,100,100600,0,0,402,0,0,0,0,0,0,0,320,6.20,10,10,0.8,60,9,999999999,34,0.0000,0,88,0.000,0.0,1.0 +1989,8,30,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,18.90,18.90,100,100600,0,0,399,0,0,0,0,0,0,0,330,5.20,10,10,2.4,60,9,999999999,33,0.0000,0,88,0.000,0.0,1.0 +1989,8,30,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,18.90,18.30,97,100700,87,1150,398,23,0,23,2600,0,2600,790,340,4.60,10,10,3.2,210,9,999999999,32,0.0000,0,88,0.000,0.0,1.0 +1989,8,30,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,20.00,18.90,93,100600,333,1340,399,107,26,100,11700,2300,11100,2520,340,4.60,10,9,3.2,210,9,999999999,33,0.0000,0,88,0.000,0.0,1.0 +1989,8,30,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,21.70,18.90,84,100600,573,1340,381,298,300,169,31700,30100,18800,3610,280,3.10,8,4,4.8,77777,9,999999999,33,0.0000,0,88,0.000,0.0,1.0 +1989,8,30,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.90,19.40,76,100600,784,1340,387,419,361,206,45500,38300,23000,4900,250,2.60,7,3,4.8,77777,9,999999999,34,0.0000,0,88,0.000,0.0,1.0 +1989,8,30,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.00,20.60,76,100500,952,1340,385,644,685,154,68400,69900,18700,4450,220,4.10,4,1,6.4,77777,9,999999999,37,0.0000,0,88,0.000,0.0,1.0 +1989,8,30,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,27.20,21.10,69,100400,1064,1340,408,560,311,311,61300,33700,34500,10670,230,6.70,9,3,6.4,77777,9,999999999,38,0.0000,0,88,0.000,0.0,1.0 +1989,8,30,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,28.90,21.70,65,100400,1113,1340,436,702,488,293,75200,51000,32700,11740,250,8.20,9,6,6.4,3660,9,999999999,39,0.0000,0,88,0.000,0.0,1.0 +1989,8,30,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,29.40,19.40,55,100300,1095,1340,421,802,679,242,83800,68600,27600,9000,290,9.30,4,4,9.7,77777,9,999999999,34,0.0000,0,88,0.000,0.0,1.0 +1989,8,30,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,30.00,19.40,53,100300,1013,1340,437,673,473,311,70500,49100,33300,10050,270,8.80,8,6,9.7,3660,9,999999999,34,0.0000,0,88,0.000,0.0,1.0 +1989,8,30,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,29.40,16.10,45,100200,871,1340,406,588,649,161,61500,65500,18800,4100,280,7.70,3,3,12.9,77777,9,999999999,28,0.0000,0,88,0.000,0.0,1.0 +1989,8,30,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,28.90,17.80,51,100200,679,1340,391,435,652,100,45800,64800,12800,2190,260,8.80,0,0,24.1,77777,9,999999999,31,0.0000,0,88,0.000,0.0,1.0 +1989,8,30,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,28.90,13.30,38,100300,451,1340,375,266,560,74,27400,51200,10200,1430,290,8.80,0,0,24.1,77777,9,999999999,24,0.0000,0,88,0.000,0.0,1.0 +1989,8,30,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,27.20,13.30,42,100400,202,1340,369,90,291,44,9200,18900,6400,780,290,9.80,0,0,24.1,77777,9,999999999,24,0.0000,0,88,0.000,0.0,1.0 +1989,8,30,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.00,12.80,47,100400,12,436,358,10,0,8,0,0,0,0,280,7.70,0,0,24.1,77777,9,999999999,23,0.0000,0,88,0.000,0.0,1.0 +1989,8,30,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.90,12.80,50,100500,0,0,354,0,0,0,0,0,0,0,280,8.20,0,0,24.1,77777,9,999999999,23,0.0000,0,88,0.000,0.0,1.0 +1989,8,30,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,22.80,12.20,52,100600,0,0,348,0,0,0,0,0,0,0,290,7.20,0,0,24.1,77777,9,999999999,23,0.0000,0,88,0.000,0.0,1.0 +1989,8,30,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,22.20,12.80,55,100700,0,0,348,0,0,0,0,0,0,0,280,7.70,0,0,24.1,77777,9,999999999,23,0.0000,0,88,0.000,0.0,1.0 +1989,8,30,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,21.70,12.80,57,100700,0,0,346,0,0,0,0,0,0,0,270,7.20,0,0,24.1,77777,9,999999999,23,0.0000,0,88,0.000,0.0,1.0 +1989,8,30,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,20.60,12.80,61,100800,0,0,341,0,0,0,0,0,0,0,270,6.70,0,0,24.1,77777,9,999999999,23,0.0000,0,88,0.000,0.0,1.0 +1989,8,31,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,20.00,12.80,63,100800,0,0,338,0,0,0,0,0,0,0,300,6.20,0,0,24.1,77777,9,999999999,23,0.0000,0,88,0.000,0.0,1.0 +1989,8,31,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,18.90,12.80,68,100900,0,0,333,0,0,0,0,0,0,0,310,4.10,0,0,24.1,77777,9,999999999,23,0.0000,0,88,0.000,0.0,1.0 +1989,8,31,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,18.30,12.80,70,100900,0,0,329,0,0,0,0,0,0,0,290,6.20,0,0,24.1,77777,9,999999999,23,0.0000,0,88,0.000,0.0,1.0 +1989,8,31,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,17.80,13.30,75,101000,0,0,328,0,0,0,0,0,0,0,300,4.10,0,0,24.1,77777,9,999999999,24,0.0000,0,88,0.000,0.0,1.0 +1989,8,31,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,17.20,12.80,75,101000,0,0,322,0,0,0,0,0,0,0,300,4.10,0,0,24.1,77777,9,999999999,23,0.0000,0,88,0.000,0.0,1.0 +1989,8,31,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,17.80,12.20,70,101100,83,1129,322,31,47,26,3300,2300,3100,540,280,4.60,0,0,24.1,77777,9,999999999,23,0.0000,0,88,0.000,0.0,1.0 +1989,8,31,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,18.90,12.20,65,101100,329,1341,325,158,355,70,16600,29200,9500,1270,290,5.20,0,0,24.1,77777,9,999999999,22,0.0000,0,88,0.000,0.0,1.0 +1989,8,31,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,20.00,11.10,57,101200,570,1341,325,348,561,108,36000,53600,13200,2130,320,8.20,0,0,24.1,77777,9,999999999,21,0.0000,0,88,0.000,0.0,1.0 +1989,8,31,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,21.10,9.40,47,101200,781,1341,324,534,675,138,56000,67700,16500,3200,300,9.30,0,0,24.1,77777,9,999999999,19,0.0000,0,88,0.000,0.0,1.0 +1989,8,31,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,21.70,8.90,44,101200,948,1341,332,645,679,161,68300,69200,19300,4600,320,8.80,2,1,24.1,77777,9,999999999,19,0.0000,0,88,0.000,0.0,1.0 +1989,8,31,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,22.80,8.30,40,101200,1060,1341,335,742,710,177,79100,72700,21500,6220,330,10.30,2,1,24.1,77777,9,999999999,18,0.0000,0,88,0.000,0.0,1.0 +1989,8,31,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.90,8.30,37,101200,1109,1341,349,793,700,210,83900,71400,24800,8200,310,9.30,3,2,24.1,77777,9,999999999,18,0.0000,0,88,0.000,0.0,1.0 +1989,8,31,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,24.40,8.90,37,101200,1091,1341,353,752,679,194,79700,69400,23100,7290,310,8.20,3,2,24.1,77777,9,999999999,18,0.0000,0,88,0.000,0.0,1.0 +1989,8,31,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.00,9.40,37,101200,1008,1341,349,704,703,171,74700,71800,20600,5410,300,9.30,3,1,24.1,77777,9,999999999,19,0.0000,0,88,0.000,0.0,1.0 +1989,8,31,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.00,8.30,35,101200,866,1341,364,451,359,217,47900,37000,24000,5490,320,9.80,4,3,24.1,77777,9,999999999,18,0.0000,0,88,0.000,0.0,1.0 +1989,8,31,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.00,7.80,33,101200,673,1341,346,412,536,139,44100,53900,17000,2880,300,9.30,4,1,24.1,77777,9,999999999,17,0.0000,0,88,0.000,0.0,1.0 +1989,8,31,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,24.40,8.30,36,101200,444,1341,338,252,450,100,26400,41100,12700,1870,310,8.80,3,0,24.1,77777,9,999999999,18,0.0000,0,88,0.000,0.0,1.0 +1989,8,31,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.30,8.90,40,101300,195,1341,344,69,145,46,7100,9000,5800,840,300,8.20,4,1,24.1,77777,9,999999999,19,0.0000,0,88,0.000,0.0,1.0 +1989,8,31,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,22.20,9.40,44,101400,10,413,342,5,0,5,0,0,0,0,310,5.20,3,1,24.1,77777,9,999999999,19,0.0000,0,88,0.000,0.0,1.0 +1989,8,31,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,22.20,10.00,46,101500,0,0,338,0,0,0,0,0,0,0,310,3.10,0,0,24.1,77777,9,999999999,20,0.0000,0,88,0.000,0.0,1.0 +1989,8,31,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,18.90,12.20,65,101500,0,0,330,0,0,0,0,0,0,0,120,2.60,0,0,24.1,77777,9,999999999,23,0.0000,0,88,0.000,0.0,1.0 +1989,8,31,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,18.20,12.20,68,101500,0,0,328,0,0,0,0,0,0,0,180,2.80,0,0,24.1,77777,9,999999999,24,0.0000,0,88,0.000,0.0,1.0 +1989,8,31,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,17.50,12.20,70,101600,0,0,326,0,0,0,0,0,0,0,150,3.00,0,0,24.1,77777,9,999999999,23,0.0000,0,88,0.000,0.0,1.0 +1989,8,31,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,16.80,12.20,81,101500,0,0,323,0,0,0,0,0,0,0,200,3.20,2,0,24.1,77777,9,999999999,24,0.0000,0,88,0.000,0.0,1.0 +1976,9,1,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,16.00,12.20,72,101900,0,0,319,0,0,0,0,0,0,0,230,3.50,0,0,24.1,77777,9,999999999,19,0.0000,0,88,0.000,0.0,1.0 +1976,9,1,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,15.30,12.20,75,101800,0,0,315,0,0,0,0,0,0,0,230,3.70,0,0,24.1,77777,9,999999999,19,0.0000,0,88,0.000,0.0,1.0 +1976,9,1,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,14.60,12.20,78,101900,0,0,312,0,0,0,0,0,0,0,240,3.90,0,0,24.1,77777,9,999999999,20,0.0000,0,88,0.000,0.0,1.0 +1976,9,1,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,13.90,12.20,90,101900,0,0,308,0,0,0,0,0,0,0,240,4.10,1,0,19.3,77777,9,999999999,23,0.0000,0,88,0.000,0.0,1.0 +1976,9,1,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,14.40,12.80,90,101900,0,0,316,0,0,0,0,0,0,0,240,5.20,4,1,17.7,77777,9,999999999,23,0.0000,0,88,0.000,0.0,1.0 +1976,9,1,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,15.60,13.90,90,101900,80,1107,335,30,67,24,3100,2700,2900,420,220,5.20,7,3,16.1,77777,9,999999999,25,0.0000,0,88,0.000,0.0,1.0 +1976,9,1,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,16.70,14.40,87,101800,325,1342,335,151,269,86,16000,22200,10700,1650,210,5.20,8,2,16.1,77777,9,999999999,26,0.0000,0,88,0.000,0.0,1.0 +1976,9,1,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,19.40,15.00,76,101800,566,1342,341,344,616,83,36300,59500,11100,1700,220,7.20,6,1,16.1,77777,9,999999999,27,0.0000,0,88,0.000,0.0,1.0 +1976,9,1,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,21.70,14.40,64,101800,777,1342,349,504,693,102,52800,68900,12900,2310,220,6.70,8,1,19.3,77777,9,999999999,26,0.0000,0,88,0.000,0.0,1.0 +1976,9,1,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.30,13.30,54,101800,944,1342,346,704,829,118,74500,83500,15600,3230,220,7.70,5,0,19.3,77777,9,999999999,24,0.0000,0,88,0.000,0.0,1.0 +1976,9,1,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,24.40,12.80,48,101700,1056,1342,356,755,759,156,78900,76200,18800,4920,250,10.30,7,1,19.3,77777,9,999999999,23,0.0000,0,88,0.000,0.0,1.0 +1976,9,1,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.00,12.80,47,101700,1104,1342,366,791,731,187,84500,74900,22800,7270,240,9.30,10,2,19.3,77777,9,999999999,24,0.0000,0,88,0.000,0.0,1.0 +1976,9,1,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.60,13.30,47,101600,1086,1342,363,761,719,176,81500,73800,21600,6570,220,10.30,10,1,19.3,77777,9,999999999,24,0.0000,0,88,0.000,0.0,1.0 +1976,9,1,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,26.10,13.90,47,101600,1003,1342,368,719,720,178,76200,73400,21200,5540,230,10.30,7,1,19.3,77777,9,999999999,25,0.0000,0,88,0.000,0.0,1.0 +1976,9,1,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.00,14.40,52,101500,860,1342,407,409,258,242,44400,27600,26600,6230,230,9.30,10,7,24.1,7620,9,999999999,26,0.0000,0,88,0.000,0.0,1.0 +1976,9,1,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.00,15.60,56,101500,667,1342,423,218,70,182,23900,6900,20400,5600,220,9.30,10,9,24.1,7620,9,999999999,28,0.0000,0,88,0.000,0.0,1.0 +1976,9,1,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.90,15.60,60,101500,437,1342,417,178,54,160,19400,5100,17800,4040,220,9.30,10,9,24.1,7620,9,999999999,28,0.0000,0,88,0.000,0.0,1.0 +1976,9,1,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,22.20,17.80,76,101500,187,1342,416,27,7,26,3000,500,2900,690,220,8.20,10,10,20.9,7620,9,999999999,31,0.0000,0,88,0.000,0.0,1.0 +1976,9,1,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,22.20,17.20,73,101500,8,369,416,3,0,3,0,0,0,0,210,7.70,10,10,20.9,7620,9,999999999,30,0.0000,0,88,0.000,0.0,1.0 +1976,9,1,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,21.70,17.20,76,101600,0,0,413,0,0,0,0,0,0,0,220,7.70,10,10,19.3,7620,9,999999999,31,0.0000,0,88,0.000,0.0,1.0 +1976,9,1,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,21.10,17.20,79,101600,0,0,410,0,0,0,0,0,0,0,230,7.70,10,10,19.3,7620,9,999999999,31,0.0000,0,88,0.000,0.0,1.0 +1976,9,1,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,20.60,17.80,84,101600,0,0,408,0,0,0,0,0,0,0,220,7.20,10,10,19.3,7620,9,999999999,32,0.0000,0,88,0.000,0.0,1.0 +1976,9,1,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,20.00,17.80,87,101600,0,0,405,0,0,0,0,0,0,0,240,7.20,10,10,19.3,7620,9,999999999,32,0.0000,0,88,0.000,0.0,1.0 +1976,9,1,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,20.00,17.80,87,101600,0,0,405,0,0,0,0,0,0,0,230,6.70,10,10,16.1,1520,9,999999999,32,0.0000,0,88,0.000,0.0,1.0 +1976,9,2,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,20.00,17.80,87,101600,0,0,405,0,0,0,0,0,0,0,220,4.60,10,10,16.1,1520,9,999999999,31,0.0000,0,88,0.000,0.0,1.0 +1976,9,2,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,20.60,17.80,84,101600,0,0,408,0,0,0,0,0,0,0,210,5.70,10,10,16.1,1520,9,999999999,32,0.0000,0,88,0.000,0.0,1.0 +1976,9,2,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,20.00,18.30,90,101600,0,0,405,0,0,0,0,0,0,0,230,3.60,10,10,14.5,1520,9,999999999,33,0.0000,0,88,0.000,0.0,1.0 +1976,9,2,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,20.00,18.30,90,101700,0,0,405,0,0,0,0,0,0,0,240,4.10,10,10,11.3,1310,9,999999999,33,0.0000,0,88,0.000,3.0,1.0 +1976,9,2,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,19.40,18.90,97,101700,0,0,402,0,0,0,0,0,0,0,270,2.60,10,10,4.8,270,9,999999999,34,0.0000,0,88,0.000,0.8,1.0 +1976,9,2,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,18.90,17.80,93,101800,76,1086,398,10,1,10,1200,0,1200,390,360,5.20,10,10,8.0,310,9,999999999,32,0.0000,0,88,0.000,1.0,1.0 +1976,9,2,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,18.90,17.80,93,101800,321,1343,398,34,3,34,4200,100,4200,1430,360,5.20,10,10,8.0,310,9,999999999,32,0.0000,0,88,0.000,1.3,1.0 +1976,9,2,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,16.70,15.00,90,101900,562,1343,384,90,0,90,10700,0,10700,3960,10,5.70,10,10,8.0,610,9,999999999,27,0.0000,0,88,0.000,0.8,1.0 +1976,9,2,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,17.20,16.10,93,101900,773,1343,387,147,1,146,17400,100,17400,6740,360,3.60,10,10,8.0,310,9,999999999,29,0.0000,0,88,0.000,0.5,1.0 +1976,9,2,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,16.70,16.10,97,102000,940,1343,384,207,5,203,24600,400,24300,9590,40,5.20,10,10,8.0,580,9,999999999,29,0.0000,0,88,0.000,0.0,1.0 +1976,9,2,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,16.10,15.60,97,102000,1052,1343,380,238,3,236,28500,200,28300,11290,40,5.70,10,10,9.7,520,9,999999999,28,0.0000,0,88,0.000,0.3,1.0 +1976,9,2,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,16.10,15.60,97,102000,1100,1343,380,206,3,203,25000,200,24800,10110,50,5.70,10,10,8.0,370,9,999999999,28,0.0000,0,88,0.000,2.5,1.0 +1976,9,2,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,15.00,15.00,100,102000,1082,1343,374,241,2,240,29000,200,28800,11540,50,5.70,10,10,4.8,240,9,999999999,27,0.0000,0,88,0.000,1.3,1.0 +1976,9,2,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,15.00,14.40,97,102000,998,1343,374,198,1,198,23900,100,23800,9630,50,7.20,10,10,8.0,240,9,999999999,26,0.0000,0,88,0.000,0.8,1.0 +1976,9,2,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,14.40,14.40,100,102100,854,1343,371,167,1,166,19900,100,19800,7820,50,4.60,10,10,9.7,610,9,999999999,26,0.0000,0,88,0.000,0.5,1.0 +1976,9,2,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,15.00,14.40,97,102100,661,1343,374,122,0,122,14400,0,14400,5440,360,3.60,10,10,9.7,240,9,999999999,26,0.0000,0,88,0.000,1.0,1.0 +1976,9,2,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,14.40,13.90,96,102100,430,1343,371,69,0,69,8100,0,8100,2870,360,5.20,10,10,6.4,1520,9,999999999,25,0.0000,0,88,0.000,0.5,1.0 +1976,9,2,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,14.40,14.40,100,102100,181,1343,372,26,0,26,3000,0,3000,990,50,4.10,10,10,9.7,910,9,999999999,26,0.0000,0,88,0.000,0.3,1.0 +1976,9,2,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,14.40,13.30,93,102100,7,325,371,3,0,3,0,0,0,0,80,5.70,10,10,9.7,910,9,999999999,24,0.0000,0,88,0.000,0.0,1.0 +1976,9,2,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,14.40,13.30,93,102200,0,0,372,0,0,0,0,0,0,0,80,3.10,10,10,9.7,430,9,999999999,24,0.0000,0,88,0.000,0.0,1.0 +1976,9,2,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,14.40,13.90,96,102200,0,0,372,0,0,0,0,0,0,0,360,3.10,10,10,9.7,610,9,999999999,25,0.0000,0,88,0.000,0.0,1.0 +1976,9,2,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,14.40,13.90,96,102200,0,0,356,0,0,0,0,0,0,0,350,4.10,7,7,12.9,1520,9,999999999,25,0.0000,0,88,0.000,0.0,1.0 +1976,9,2,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,13.90,13.30,96,102200,0,0,330,0,0,0,0,0,0,0,350,3.10,3,3,19.3,77777,9,999999999,24,0.0000,0,88,0.000,0.0,1.0 +1976,9,2,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,13.30,13.30,100,102200,0,0,316,0,0,0,0,0,0,0,350,3.10,1,1,19.3,77777,9,999999999,24,0.0000,0,88,0.000,0.0,1.0 +1976,9,3,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,12.80,12.80,100,102200,0,0,313,0,0,0,0,0,0,0,350,2.60,1,1,19.3,77777,9,999999999,24,0.0000,0,88,0.000,0.0,1.0 +1976,9,3,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,12.80,12.80,100,102200,0,0,312,0,0,0,0,0,0,0,320,2.60,1,1,12.9,77777,9,999999999,24,0.0000,0,88,0.000,0.0,1.0 +1976,9,3,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,12.80,12.80,100,102200,0,0,306,0,0,0,0,0,0,0,340,2.60,0,0,12.9,77777,9,999999999,24,0.0000,0,88,0.000,0.0,1.0 +1976,9,3,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,12.20,12.20,100,102300,0,0,301,0,0,0,0,0,0,0,340,3.10,0,0,4.8,77777,9,999999999,23,0.0000,0,88,0.000,0.0,1.0 +1976,9,3,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,11.70,11.70,100,102400,0,0,357,0,0,0,0,0,0,0,320,3.10,10,10,0.8,60,9,999999999,22,0.0000,0,88,0.000,0.0,1.0 +1976,9,3,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,11.70,11.70,100,102400,73,1064,356,22,0,22,2500,0,2500,740,300,2.60,10,10,1.6,60,9,999999999,22,0.0000,0,88,0.000,0.0,1.0 +1976,9,3,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,13.30,11.70,90,102500,317,1344,364,93,0,93,10300,0,10300,3130,330,2.10,10,10,3.2,60,9,999999999,22,0.0000,0,88,0.000,0.0,1.0 +1976,9,3,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,13.30,12.20,93,102500,558,1344,332,325,534,102,33700,50900,12500,2020,340,3.10,5,5,8.0,77777,9,999999999,23,0.0000,0,88,0.000,0.0,1.0 +1976,9,3,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,15.00,12.20,84,102500,769,1344,326,498,642,130,52600,64400,15600,3000,320,2.10,3,3,8.0,77777,9,999999999,23,0.0000,0,88,0.000,0.0,1.0 +1976,9,3,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,17.20,12.20,73,102500,937,1344,336,645,702,154,68600,71500,18600,4330,200,1.00,3,3,9.7,77777,9,999999999,23,0.0000,0,88,0.000,0.0,1.0 +1976,9,3,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,17.20,13.90,81,102500,1048,1344,352,656,606,182,69900,61900,21500,6190,140,4.10,5,5,11.3,77777,9,999999999,25,0.0000,0,88,0.000,0.0,1.0 +1976,9,3,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,17.20,13.30,78,102400,1096,1344,364,479,150,356,52800,16000,39700,13240,150,3.10,7,7,16.1,760,9,999999999,24,0.0000,0,88,0.000,0.0,1.0 +1976,9,3,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,18.30,12.20,68,102400,1077,1344,354,628,416,292,67000,43400,32100,10650,150,4.60,5,5,16.1,77777,9,999999999,23,0.0000,0,88,0.000,0.0,1.0 +1976,9,3,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,19.40,11.10,59,102300,993,1344,351,594,427,277,63000,44400,30100,8520,130,4.60,4,4,19.3,77777,9,999999999,21,0.0000,0,88,0.000,0.0,1.0 +1976,9,3,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,21.10,11.10,53,102400,848,1344,367,498,451,211,53000,46500,23600,5210,250,4.60,5,5,19.3,77777,9,999999999,21,0.0000,0,88,0.000,0.0,1.0 +1976,9,3,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,18.90,10.60,59,102200,654,1344,320,449,743,84,46700,72600,11300,1790,220,1.50,2,0,19.3,77777,9,999999999,21,0.0000,0,88,0.000,0.0,1.0 +1976,9,3,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,20.00,9.40,51,102200,424,1344,330,256,587,69,26500,52800,9900,1320,200,3.60,4,1,24.1,77777,9,999999999,19,0.0000,0,88,0.000,0.0,1.0 +1976,9,3,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,17.20,12.20,73,102100,174,1344,326,67,186,42,6900,11100,5400,760,140,5.20,6,1,19.3,77777,9,999999999,23,0.0000,0,88,0.000,0.0,1.0 +1976,9,3,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,16.10,11.10,72,102100,5,280,326,4,0,4,0,0,0,0,160,5.20,8,2,19.3,77777,9,999999999,21,0.0000,0,88,0.000,0.0,1.0 +1976,9,3,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,16.10,11.70,75,102100,0,0,322,0,0,0,0,0,0,0,180,4.10,6,1,19.3,77777,9,999999999,22,0.0000,0,88,0.000,0.0,1.0 +1976,9,3,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,15.60,11.10,75,102100,0,0,313,0,0,0,0,0,0,0,230,6.20,2,0,19.3,77777,9,999999999,21,0.0000,0,88,0.000,0.0,1.0 +1976,9,3,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,15.60,10.60,72,102100,0,0,312,0,0,0,0,0,0,0,200,5.20,1,0,19.3,77777,9,999999999,21,0.0000,0,88,0.000,0.0,1.0 +1976,9,3,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,15.00,10.00,72,102100,0,0,309,0,0,0,0,0,0,0,220,6.20,2,0,24.1,77777,9,999999999,20,0.0000,0,88,0.000,0.0,1.0 +1976,9,3,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,14.40,10.60,78,102100,0,0,308,0,0,0,0,0,0,0,240,6.20,3,0,24.1,77777,9,999999999,21,0.0000,0,88,0.000,0.0,1.0 +1976,9,4,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,14.40,10.60,78,102000,0,0,308,0,0,0,0,0,0,0,210,6.70,4,0,24.1,77777,9,999999999,21,0.0000,0,88,0.000,0.0,1.0 +1976,9,4,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,13.90,10.60,80,102000,0,0,305,0,0,0,0,0,0,0,230,5.20,4,0,24.1,77777,9,999999999,20,0.0000,0,88,0.000,0.0,1.0 +1976,9,4,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,13.30,10.60,83,101900,0,0,302,0,0,0,0,0,0,0,240,5.20,4,0,24.1,77777,9,999999999,20,0.0000,0,88,0.000,0.0,1.0 +1976,9,4,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,13.30,10.60,83,101900,0,0,301,0,0,0,0,0,0,0,240,3.60,4,0,24.1,77777,9,999999999,20,0.0000,0,88,0.000,0.0,1.0 +1976,9,4,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,13.30,11.10,87,101900,0,0,301,0,0,0,0,0,0,0,230,5.20,2,0,24.1,77777,9,999999999,21,0.0000,0,88,0.000,0.0,1.0 +1976,9,4,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,13.90,11.10,83,101900,70,1042,302,29,56,24,3000,2100,2800,430,220,6.20,3,0,24.1,77777,9,999999999,21,0.0000,0,88,0.000,0.0,1.0 +1976,9,4,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,15.60,12.20,81,101900,313,1344,324,134,226,82,14300,18300,10000,1570,220,7.20,6,2,24.1,77777,9,999999999,23,0.0000,0,88,0.000,0.0,1.0 +1976,9,4,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,17.20,12.80,75,101800,554,1344,345,295,316,164,31400,31500,18400,3480,200,8.20,6,4,24.1,7620,9,999999999,23,0.0000,0,88,0.000,0.0,1.0 +1976,9,4,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,18.90,12.80,68,101800,766,1344,352,498,589,162,51700,58400,18400,3590,200,6.20,6,4,24.1,7620,9,999999999,24,0.0000,0,88,0.000,0.0,1.0 +1976,9,4,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,20.60,13.30,63,101700,933,1344,375,362,225,206,40300,24300,23400,5550,230,5.20,8,6,19.3,730,9,999999999,24,0.0000,0,88,0.000,0.0,1.0 +1976,9,4,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,22.20,13.90,59,101700,1044,1344,377,613,457,257,66100,47700,29000,8640,230,5.20,6,5,19.3,910,9,999999999,25,0.0000,0,88,0.000,0.0,1.0 +1976,9,4,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,22.20,13.90,59,101600,1092,1344,370,731,618,227,76900,62700,25900,8350,240,6.20,6,4,16.1,7620,9,999999999,25,0.0000,0,88,0.000,0.0,1.0 +1976,9,4,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.30,13.90,55,101500,1072,1344,390,660,502,258,71400,52400,29400,9220,240,7.20,8,6,16.1,910,9,999999999,25,0.0000,0,88,0.000,0.0,1.0 +1976,9,4,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,22.20,13.90,59,101400,987,1344,398,474,175,345,51900,18600,38200,11000,240,7.20,10,8,11.3,910,9,999999999,25,0.0000,0,88,0.000,0.0,1.0 +1976,9,4,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,21.70,13.90,61,101400,843,1344,410,318,7,314,36000,700,35600,12230,230,6.70,10,10,11.3,910,9,999999999,25,0.0000,0,88,0.000,0.0,1.0 +1976,9,4,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,21.10,14.40,66,101400,648,1344,407,149,0,149,17300,0,17300,6310,230,7.20,10,10,12.9,910,9,999999999,26,0.0000,0,88,0.000,0.0,1.0 +1976,9,4,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,21.10,14.40,66,101300,417,1344,362,190,181,133,20500,16600,15300,2990,230,6.20,7,3,12.9,77777,9,999999999,26,0.0000,0,88,0.000,0.0,1.0 +1976,9,4,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,20.00,15.00,73,101300,167,1344,353,58,131,41,6100,7300,5200,750,200,4.60,5,2,16.1,77777,9,999999999,27,0.0000,0,88,0.000,0.0,1.0 +1976,9,4,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,18.30,15.60,84,101300,4,258,336,3,0,3,0,0,0,0,190,4.10,1,0,14.5,77777,9,999999999,28,0.0000,0,88,0.000,0.0,1.0 +1976,9,4,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,17.80,15.60,87,101300,0,0,335,0,0,0,0,0,0,0,190,4.60,0,0,12.9,77777,9,999999999,28,0.0000,0,88,0.000,0.0,1.0 +1976,9,4,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,17.20,15.60,90,101300,0,0,333,0,0,0,0,0,0,0,190,4.10,0,0,11.3,77777,9,999999999,28,0.0000,0,88,0.000,0.0,1.0 +1976,9,4,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,17.20,15.60,90,101300,0,0,350,0,0,0,0,0,0,0,220,5.20,3,3,11.3,77777,9,999999999,28,0.0000,0,88,0.000,0.0,1.0 +1976,9,4,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,18.30,16.10,87,101200,0,0,394,0,0,0,0,0,0,0,210,5.70,10,10,11.3,310,9,999999999,28,0.0000,0,88,0.000,0.0,1.0 +1976,9,4,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,17.80,16.10,90,101200,0,0,360,0,0,0,0,0,0,0,220,5.20,4,4,11.3,77777,9,999999999,28,0.0000,0,88,0.000,0.0,1.0 +1976,9,5,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,17.80,15.60,87,101100,0,0,348,0,0,0,0,0,0,0,240,6.20,2,2,9.7,77777,9,999999999,28,0.0000,0,88,0.000,0.0,1.0 +1976,9,5,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,17.20,15.60,90,101100,0,0,345,0,0,0,0,0,0,0,220,4.10,2,2,9.7,77777,9,999999999,27,0.0000,0,88,0.000,0.0,1.0 +1976,9,5,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,17.80,16.10,90,101000,0,0,391,0,0,0,0,0,0,0,220,4.60,10,10,9.7,370,9,999999999,28,0.0000,0,88,0.000,0.0,1.0 +1976,9,5,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,18.30,16.10,87,101000,0,0,394,0,0,0,0,0,0,0,200,4.10,10,10,9.7,1680,9,999999999,28,0.0000,0,88,0.000,0.0,1.0 +1976,9,5,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,18.30,16.10,87,101000,0,0,394,0,0,0,0,0,0,0,240,4.10,10,10,8.0,1520,9,999999999,28,0.0000,0,88,0.000,0.0,1.0 +1976,9,5,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,18.30,16.70,90,101000,67,998,394,13,2,13,1500,0,1500,480,220,4.10,10,10,6.4,1680,9,999999999,29,0.0000,0,88,0.000,0.0,1.0 +1976,9,5,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,18.90,16.70,87,100900,309,1345,385,73,49,62,8100,4100,7100,1670,200,4.10,10,8,6.4,2290,9,999999999,29,0.0000,0,88,0.000,0.0,1.0 +1976,9,5,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,20.00,17.20,84,100900,550,1345,397,156,47,137,17200,4500,15300,4020,240,4.10,10,9,6.4,2290,9,999999999,30,0.0000,0,88,0.000,0.0,1.0 +1976,9,5,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,20.60,17.20,81,100900,762,1345,406,232,7,228,26500,600,26200,9360,250,3.60,10,10,6.4,1680,9,999999999,30,0.0000,0,88,0.000,0.0,1.0 +1976,9,5,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,21.10,17.20,79,100900,929,1345,408,353,8,348,40200,800,39700,13910,230,4.10,10,10,6.4,910,9,999999999,30,0.0000,0,88,0.000,0.0,1.0 +1976,9,5,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,21.10,17.80,81,100900,1040,1345,409,250,5,246,29700,400,29400,11610,230,6.20,10,10,6.4,1160,9,999999999,31,0.0000,0,88,0.000,0.0,1.0 +1976,9,5,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,21.10,17.80,81,100900,1087,1345,409,241,5,237,28900,400,28600,11440,250,3.60,10,10,6.4,1160,9,999999999,31,0.0000,0,88,0.000,0.3,1.0 +1976,9,5,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,20.60,18.30,87,100800,1067,1345,406,198,0,198,24000,0,24000,9830,240,5.20,10,10,6.4,1160,9,999999999,32,0.0000,0,88,0.000,0.0,1.0 +1976,9,5,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,21.10,18.30,84,100700,982,1345,409,319,4,315,36800,400,36500,13530,240,5.20,10,10,6.4,910,9,999999999,32,0.0000,0,88,0.000,0.0,1.0 +1976,9,5,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.30,18.90,76,100700,837,1345,411,432,307,240,46800,32800,26400,6050,240,7.20,8,8,4.8,2130,9,999999999,33,0.0000,0,88,0.000,0.0,1.0 +1976,9,5,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,21.70,16.10,71,100800,642,1345,411,221,7,218,24800,600,24500,8130,270,3.60,10,10,9.7,1100,9,999999999,29,0.0000,0,88,0.000,0.0,1.0 +1976,9,5,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,22.20,15.60,66,100800,410,1345,395,220,216,153,23500,19600,17500,3430,280,4.10,8,7,11.3,3660,9,999999999,27,0.0000,0,88,0.000,0.0,1.0 +1976,9,5,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,22.20,13.30,57,100900,160,1345,345,69,291,33,6900,17600,4800,580,270,5.70,2,0,24.1,77777,9,999999999,24,0.0000,0,88,0.000,0.0,1.0 +1976,9,5,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,21.10,12.20,57,100900,3,213,338,3,0,2,0,0,0,0,290,5.70,0,0,24.1,77777,9,999999999,23,0.0000,0,88,0.000,0.0,1.0 +1976,9,5,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,19.40,11.70,61,101000,0,0,330,0,0,0,0,0,0,0,290,6.70,0,0,32.2,77777,9,999999999,22,0.0000,0,88,0.000,0.0,1.0 +1976,9,5,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,17.80,11.70,68,101100,0,0,324,0,0,0,0,0,0,0,300,4.10,0,0,32.2,77777,9,999999999,22,0.0000,0,88,0.000,0.0,1.0 +1976,9,5,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,17.20,10.60,65,101100,0,0,325,0,0,0,0,0,0,0,310,4.60,6,1,32.2,77777,9,999999999,20,0.0000,0,88,0.000,0.0,1.0 +1976,9,5,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,16.10,10.60,70,101200,0,0,321,0,0,0,0,0,0,0,330,5.20,4,1,32.2,77777,9,999999999,20,0.0000,0,88,0.000,0.0,1.0 +1976,9,5,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,15.60,10.00,70,101200,0,0,311,0,0,0,0,0,0,0,310,3.60,0,0,32.2,77777,9,999999999,20,0.0000,0,88,0.000,0.0,1.0 +1976,9,6,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,15.00,9.40,70,101200,0,0,306,0,0,0,0,0,0,0,310,5.70,0,0,32.2,77777,9,999999999,19,0.0000,0,88,0.000,0.0,1.0 +1976,9,6,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,14.40,8.30,67,101200,0,0,362,0,0,0,0,0,0,0,300,6.20,9,9,24.1,3050,9,999999999,18,0.0000,0,88,0.000,0.0,1.0 +1976,9,6,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,13.90,7.20,64,101200,0,0,351,0,0,0,0,0,0,0,310,5.70,9,8,24.1,3050,9,999999999,17,0.0000,0,88,0.000,0.0,1.0 +1976,9,6,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,13.30,6.70,64,101300,0,0,290,0,0,0,0,0,0,0,310,5.20,2,0,24.1,77777,9,999999999,16,0.0000,0,88,0.000,0.0,1.0 +1976,9,6,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,12.80,6.70,67,101300,0,0,294,0,0,0,0,0,0,0,300,4.10,2,1,24.1,77777,9,999999999,16,0.0000,0,88,0.000,0.0,1.0 +1976,9,6,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,12.80,6.70,67,101400,64,976,293,31,128,18,2900,5300,2500,310,290,5.70,3,1,24.1,77777,9,999999999,16,0.0000,0,88,0.000,0.0,1.0 +1976,9,6,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,13.90,6.70,62,101400,305,1346,304,143,389,55,14700,31300,7700,1010,300,6.70,2,2,24.1,77777,9,999999999,16,0.0000,0,88,0.000,0.0,1.0 +1976,9,6,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,15.60,6.70,56,101400,546,1346,302,345,707,57,36700,67900,9100,1260,310,9.30,1,1,24.1,77777,9,999999999,16,0.0000,0,88,0.000,0.0,1.0 +1976,9,6,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,16.10,7.20,56,101500,758,1346,305,514,772,77,55200,77300,11600,1870,310,6.20,1,1,24.1,77777,9,999999999,17,0.0000,0,88,0.000,0.0,1.0 +1976,9,6,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,17.20,6.10,48,101400,925,1346,314,658,806,102,70600,81500,14400,2810,310,7.20,2,2,24.1,77777,9,999999999,16,0.0000,0,88,0.000,0.0,1.0 +1976,9,6,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,18.90,6.10,43,101400,1036,1346,347,677,641,182,72000,65400,21500,6010,290,8.80,5,5,24.1,77777,9,999999999,16,0.0000,0,88,0.000,0.0,1.0 +1976,9,6,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,20.00,5.60,39,101400,1083,1346,342,683,523,261,73900,54600,29800,9540,300,8.80,4,4,24.1,77777,9,999999999,15,0.0000,0,88,0.000,0.0,1.0 +1976,9,6,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,20.60,5.60,38,101300,1062,1346,345,705,526,288,75300,54800,31900,10120,320,5.20,4,4,24.1,77777,9,999999999,15,0.0000,0,88,0.000,0.0,1.0 +1976,9,6,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,20.60,5.00,36,101300,977,1346,335,703,714,182,74100,72500,21400,5360,260,6.20,3,3,32.2,77777,9,999999999,15,0.0000,0,88,0.000,0.0,1.0 +1976,9,6,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,21.10,2.80,30,101300,831,1346,334,562,714,119,60100,72600,15100,2970,300,8.20,3,3,32.2,77777,9,999999999,13,0.0000,0,88,0.000,0.0,1.0 +1976,9,6,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,21.10,3.90,32,101300,636,1346,328,419,657,106,43800,64400,13300,2210,300,5.20,2,2,32.2,77777,9,999999999,14,0.0000,0,88,0.000,0.0,1.0 +1976,9,6,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,20.00,3.30,33,101300,404,1346,314,237,625,48,24700,56100,7800,1000,300,6.70,1,1,32.2,77777,9,999999999,13,0.0000,0,88,0.000,0.0,1.0 +1976,9,6,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,19.40,2.20,32,101400,153,1346,301,69,357,27,6900,21400,4500,490,300,21.60,0,0,32.2,77777,9,999999999,12,0.0000,0,88,0.000,0.0,1.0 +1976,9,6,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,18.30,3.90,39,101500,2,168,302,3,0,2,0,0,0,0,300,4.60,0,0,32.2,77777,9,999999999,14,0.0000,0,88,0.000,0.0,1.0 +1976,9,6,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,17.20,4.40,43,101500,0,0,300,0,0,0,0,0,0,0,310,3.60,0,0,32.2,77777,9,999999999,14,0.0000,0,88,0.000,0.0,1.0 +1976,9,6,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,16.10,5.00,48,101600,0,0,298,0,0,0,0,0,0,0,320,4.10,0,0,32.2,77777,9,999999999,15,0.0000,0,88,0.000,0.0,1.0 +1976,9,6,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,15.00,5.00,51,101700,0,0,295,0,0,0,0,0,0,0,330,3.60,0,0,32.2,77777,9,999999999,15,0.0000,0,88,0.000,0.0,1.0 +1976,9,6,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,14.40,5.00,53,101600,0,0,293,0,0,0,0,0,0,0,290,3.10,0,0,32.2,77777,9,999999999,15,0.0000,0,88,0.000,0.0,1.0 +1976,9,6,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,13.90,5.00,55,101600,0,0,291,0,0,0,0,0,0,0,280,4.10,0,0,32.2,77777,9,999999999,15,0.0000,0,88,0.000,0.0,1.0 +1976,9,7,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,13.90,4.40,53,101600,0,0,289,0,0,0,0,0,0,0,280,5.20,0,0,32.2,77777,9,999999999,14,0.0000,0,88,0.000,0.0,1.0 +1976,9,7,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,13.30,4.40,55,101600,0,0,286,0,0,0,0,0,0,0,280,7.20,0,0,32.2,77777,9,999999999,14,0.0000,0,88,0.000,0.0,1.0 +1976,9,7,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,12.80,4.40,57,101600,0,0,284,0,0,0,0,0,0,0,280,4.10,0,0,32.2,77777,9,999999999,14,0.0000,0,88,0.000,0.0,1.0 +1976,9,7,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,12.80,5.00,59,101600,0,0,284,0,0,0,0,0,0,0,290,7.20,0,0,32.2,77777,9,999999999,15,0.0000,0,88,0.000,0.0,1.0 +1976,9,7,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,12.20,5.00,62,101700,0,0,281,0,0,0,0,0,0,0,290,7.20,0,0,32.2,77777,9,999999999,15,0.0000,0,88,0.000,0.0,1.0 +1976,9,7,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,12.80,4.40,57,101700,61,954,280,25,25,22,2600,1100,2500,450,300,6.70,2,0,32.2,77777,9,999999999,14,0.0000,0,88,0.000,0.0,1.0 +1976,9,7,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,13.90,4.40,53,101700,300,1346,291,133,292,67,13900,23000,8800,1210,300,6.20,1,1,32.2,77777,9,999999999,14,0.0000,0,88,0.000,0.0,1.0 +1976,9,7,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,16.70,4.40,45,101700,542,1346,302,311,511,105,32200,48300,12700,2040,300,8.20,1,1,32.2,77777,9,999999999,14,0.0000,0,88,0.000,0.0,1.0 +1976,9,7,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,18.30,4.40,40,101800,754,1346,307,485,638,126,51100,63900,15200,2870,300,7.20,1,1,32.2,77777,9,999999999,14,0.0000,0,88,0.000,0.0,1.0 +1976,9,7,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,19.40,4.40,37,101700,921,1346,320,630,603,216,67800,62500,24900,5820,330,7.20,2,2,32.2,77777,9,999999999,14,0.0000,0,88,0.000,0.0,1.0 +1976,9,7,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,20.60,3.30,32,101700,1031,1346,322,702,579,257,75500,60400,29100,8400,290,7.20,2,2,32.2,77777,9,999999999,13,0.0000,0,88,0.000,0.0,1.0 +1976,9,7,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,22.20,3.30,29,101600,1078,1346,348,697,563,244,72800,56800,27300,8570,300,7.20,5,4,32.2,77777,9,999999999,13,0.0000,0,88,0.000,0.0,1.0 +1976,9,7,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,22.20,5.60,34,101600,1058,1346,362,703,592,235,73400,59700,26400,7900,330,8.20,6,5,32.2,7620,9,999999999,15,0.0000,0,88,0.000,0.0,1.0 +1976,9,7,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,21.10,7.20,41,101500,971,1346,368,510,271,313,55100,29200,34000,9350,300,10.30,7,6,32.2,7620,9,999999999,17,0.0000,0,88,0.000,0.0,1.0 +1976,9,7,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,21.10,8.30,44,101500,825,1346,378,376,185,262,41200,19400,29200,7170,320,8.20,8,7,32.2,7620,9,999999999,18,0.0000,0,88,0.000,0.0,1.0 +1976,9,7,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,21.10,9.40,47,101500,629,1346,388,215,87,174,23600,8600,19600,5220,270,6.70,9,8,32.2,7620,9,999999999,19,0.0000,0,88,0.000,0.0,1.0 +1976,9,7,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,21.70,9.40,46,101500,397,1346,384,129,100,99,14100,9100,11400,2210,270,5.70,8,7,32.2,4570,9,999999999,19,0.0000,0,88,0.000,0.0,1.0 +1976,9,7,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,21.10,10.60,51,101500,146,1346,383,39,15,38,4300,1000,4200,900,290,4.60,8,7,24.1,4570,9,999999999,20,0.0000,0,88,0.000,0.0,1.0 +1976,9,7,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,20.60,11.10,55,101500,1,123,375,0,0,0,0,0,0,0,280,6.20,7,6,24.1,4570,9,999999999,21,0.0000,0,88,0.000,0.0,1.0 +1976,9,7,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,20.00,11.70,59,101600,0,0,393,0,0,0,0,0,0,0,290,4.60,9,9,24.1,4570,9,999999999,22,0.0000,0,88,0.000,0.0,1.0 +1976,9,7,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,19.40,11.70,61,101600,0,0,384,0,0,0,0,0,0,0,290,5.20,8,8,24.1,4570,9,999999999,22,0.0000,0,88,0.000,0.0,1.0 +1976,9,7,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,18.30,11.70,65,101600,0,0,334,0,0,0,0,0,0,0,300,3.60,1,1,24.1,77777,9,999999999,22,0.0000,0,88,0.000,0.0,1.0 +1976,9,7,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,17.80,11.70,68,101600,0,0,325,0,0,0,0,0,0,0,300,2.60,0,0,24.1,77777,9,999999999,22,0.0000,0,88,0.000,0.0,1.0 +1976,9,7,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,17.80,11.70,68,101600,0,0,326,0,0,0,0,0,0,0,300,4.60,0,0,24.1,77777,9,999999999,22,0.0000,0,88,0.000,0.0,1.0 +1976,9,8,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,16.70,11.70,73,101600,0,0,321,0,0,0,0,0,0,0,310,3.10,0,0,24.1,77777,9,999999999,22,0.0000,0,88,0.000,0.0,1.0 +1976,9,8,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,16.10,11.70,75,101600,0,0,317,0,0,0,0,0,0,0,310,3.10,0,0,24.1,77777,9,999999999,22,0.0000,0,88,0.000,0.0,1.0 +1976,9,8,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,15.60,11.70,78,101600,0,0,314,0,0,0,0,0,0,0,290,2.60,0,0,24.1,77777,9,999999999,22,0.0000,0,88,0.000,0.0,1.0 +1976,9,8,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,15.00,11.70,81,101600,0,0,311,0,0,0,0,0,0,0,290,4.10,0,0,24.1,77777,9,999999999,22,0.0000,0,88,0.000,0.0,1.0 +1976,9,8,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,14.40,11.10,81,101600,0,0,305,0,0,0,0,0,0,0,330,3.10,0,0,24.1,77777,9,999999999,21,0.0000,0,88,0.000,0.0,1.0 +1976,9,8,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,14.40,11.70,84,101700,58,932,306,21,7,20,2200,400,2200,480,310,3.10,1,0,24.1,77777,9,999999999,22,0.0000,0,88,0.000,0.0,1.0 +1976,9,8,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,16.70,12.20,75,101800,296,1347,322,97,133,67,10300,10500,8000,1240,320,3.10,1,1,20.9,77777,9,999999999,23,0.0000,0,88,0.000,0.0,1.0 +1976,9,8,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,19.40,12.80,66,101800,538,1347,342,291,344,153,31000,34000,17400,3200,310,4.10,2,2,20.9,77777,9,999999999,24,0.0000,0,88,0.000,0.0,1.0 +1976,9,8,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,21.10,12.20,57,101800,750,1347,355,473,472,210,49600,47900,22900,4750,340,5.70,7,3,24.1,77777,9,999999999,23,0.0000,0,88,0.000,0.0,1.0 +1976,9,8,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,21.70,12.20,55,101800,917,1347,342,541,460,226,57800,47700,25300,6080,330,5.20,4,1,24.1,77777,9,999999999,23,0.0000,0,88,0.000,0.0,1.0 +1976,9,8,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.30,7.80,37,101700,1027,1347,336,682,608,216,71500,61500,24500,6850,330,6.20,3,1,32.2,77777,9,999999999,17,0.0000,0,88,0.000,0.0,1.0 +1976,9,8,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.90,7.20,34,101700,1073,1347,329,784,699,224,82300,70800,25800,7850,330,7.20,1,0,32.2,77777,9,999999999,17,0.0000,0,88,0.000,0.0,1.0 +1976,9,8,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.00,6.70,31,101700,1052,1347,332,769,696,223,80700,70400,25500,7450,100,5.20,1,0,32.2,77777,9,999999999,16,0.0000,0,88,0.000,0.0,1.0 +1976,9,8,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,18.30,12.80,70,101700,966,1347,321,677,657,203,70700,66300,23100,5770,110,6.70,0,0,24.1,77777,9,999999999,23,0.0000,0,88,0.000,0.0,1.0 +1976,9,8,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,17.80,12.20,70,101700,819,1347,318,548,603,179,56700,60000,20100,4150,100,5.70,0,0,24.1,77777,9,999999999,23,0.0000,0,88,0.000,0.0,1.0 +1976,9,8,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,17.80,11.70,68,101700,623,1347,318,373,496,142,39600,49100,16800,2880,120,5.20,0,0,32.2,77777,9,999999999,22,0.0000,0,88,0.000,0.0,1.0 +1976,9,8,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,16.70,12.20,75,101800,390,1347,316,187,315,95,19500,27500,11500,1770,110,4.10,0,0,32.2,77777,9,999999999,23,0.0000,0,88,0.000,0.0,1.0 +1976,9,8,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,16.10,12.20,78,101800,139,1347,314,43,50,38,4700,2800,4400,790,100,4.10,0,0,32.2,77777,9,999999999,23,0.0000,0,88,0.000,0.0,1.0 +1976,9,8,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,15.60,12.20,81,101900,1,101,314,1,0,1,0,0,0,0,120,4.60,0,0,32.2,77777,9,999999999,23,0.0000,0,88,0.000,0.0,1.0 +1976,9,8,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,15.00,12.20,84,102000,0,0,312,0,0,0,0,0,0,0,150,2.10,0,0,32.2,77777,9,999999999,23,0.0000,0,88,0.000,0.0,1.0 +1976,9,8,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,15.00,12.20,84,102000,0,0,313,0,0,0,0,0,0,0,170,1.50,0,0,32.2,77777,9,999999999,23,0.0000,0,88,0.000,0.0,1.0 +1976,9,8,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,15.00,12.20,84,102100,0,0,314,0,0,0,0,0,0,0,210,1.50,0,0,32.2,77777,9,999999999,23,0.0000,0,88,0.000,0.0,1.0 +1976,9,8,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,14.40,11.70,84,102100,0,0,311,0,0,0,0,0,0,0,250,2.60,0,0,32.2,77777,9,999999999,22,0.0000,0,88,0.000,0.0,1.0 +1976,9,8,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,15.00,11.70,81,102100,0,0,313,0,0,0,0,0,0,0,290,0.50,0,0,32.2,77777,9,999999999,22,0.0000,0,88,0.000,0.0,1.0 +1976,9,9,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,13.30,11.70,90,102100,0,0,306,0,0,0,0,0,0,0,10,2.10,0,0,16.1,77777,9,999999999,22,0.0000,0,88,0.000,0.0,1.0 +1976,9,9,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,13.90,11.10,83,102100,0,0,306,0,0,0,0,0,0,0,360,1.50,0,0,16.1,77777,9,999999999,21,0.0000,0,88,0.000,0.0,1.0 +1976,9,9,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,12.80,10.60,86,102200,0,0,300,0,0,0,0,0,0,0,20,2.60,0,0,16.1,77777,9,999999999,21,0.0000,0,88,0.000,0.0,1.0 +1976,9,9,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,12.20,10.00,86,102200,0,0,294,0,0,0,0,0,0,0,330,2.10,0,0,16.1,77777,9,999999999,20,0.0000,0,88,0.000,0.0,1.0 +1976,9,9,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,12.20,10.00,86,102200,0,0,293,0,0,0,0,0,0,0,330,1.50,0,0,16.1,77777,9,999999999,20,0.0000,0,88,0.000,0.0,1.0 +1976,9,9,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,12.20,10.00,86,102200,55,910,292,30,138,16,2600,6400,2200,290,330,1.50,0,0,16.1,77777,9,999999999,20,0.0000,0,88,0.000,0.0,1.0 +1976,9,9,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,13.90,10.60,80,102300,292,1348,299,160,557,38,16400,45500,6500,770,350,2.10,0,0,12.9,77777,9,999999999,21,0.0000,0,88,0.000,0.0,1.0 +1976,9,9,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,16.70,12.20,75,102300,534,1348,315,351,741,56,37300,70800,9200,1240,280,1.50,0,0,11.3,77777,9,999999999,23,0.0000,0,88,0.000,0.0,1.0 +1976,9,9,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,17.80,12.80,73,102200,746,1348,320,531,827,71,55400,81300,10300,1670,160,1.50,0,0,11.3,77777,9,999999999,24,0.0000,0,88,0.000,0.0,1.0 +1976,9,9,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,18.90,13.30,70,102200,913,1348,333,607,760,90,63000,75700,11600,2230,130,3.60,1,1,11.3,77777,9,999999999,24,0.0000,0,88,0.000,0.0,1.0 +1976,9,9,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,20.00,10.60,55,102200,1023,1348,329,756,872,91,78400,87200,12000,2670,150,2.60,1,1,19.3,77777,9,999999999,21,0.0000,0,88,0.000,0.0,1.0 +1976,9,9,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,21.10,7.80,42,102100,1069,1348,327,815,893,103,84200,89400,13100,3120,150,3.60,3,1,20.9,77777,9,999999999,17,0.0000,0,88,0.000,0.0,1.0 +1976,9,9,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,21.70,8.90,44,102000,1047,1348,324,794,868,116,81700,86700,14200,3120,140,4.60,4,0,20.9,77777,9,999999999,19,0.0000,0,88,0.000,0.0,1.0 +1976,9,9,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,19.40,13.90,70,101900,960,1348,336,665,797,95,69000,79500,12200,2450,120,6.20,3,1,24.1,77777,9,999999999,25,0.0000,0,88,0.000,0.0,1.0 +1976,9,9,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,19.40,13.90,70,101900,813,1348,331,589,817,94,62600,81900,13000,2280,110,5.70,3,0,24.1,77777,9,999999999,25,0.0000,0,88,0.000,0.0,1.0 +1976,9,9,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,19.40,13.90,70,101800,616,1348,338,366,482,144,38700,47600,16900,2910,110,5.20,7,1,24.1,77777,9,999999999,25,0.0000,0,88,0.000,0.0,1.0 +1976,9,9,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,20.00,13.30,66,101800,383,1348,334,227,610,51,23200,53800,7900,1010,130,4.60,3,0,24.1,77777,9,999999999,24,0.0000,0,88,0.000,0.0,1.0 +1976,9,9,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,17.80,13.30,75,101700,132,1348,325,55,305,25,5600,16900,3900,450,150,4.60,1,0,24.1,77777,9,999999999,24,0.0000,0,88,0.000,0.0,1.0 +1976,9,9,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,16.70,12.80,78,101700,0,56,320,2,0,1,0,0,0,0,150,3.60,0,0,24.1,77777,9,999999999,24,0.0000,0,88,0.000,0.0,1.0 +1976,9,9,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,17.20,12.80,75,101700,0,0,324,0,0,0,0,0,0,0,200,6.20,0,0,24.1,77777,9,999999999,23,0.0000,0,88,0.000,0.0,1.0 +1976,9,9,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,16.70,12.80,78,101700,0,0,322,0,0,0,0,0,0,0,200,4.60,1,0,24.1,77777,9,999999999,24,0.0000,0,88,0.000,0.0,1.0 +1976,9,9,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,16.10,12.20,78,101700,0,0,319,0,0,0,0,0,0,0,200,4.10,1,0,24.1,77777,9,999999999,23,0.0000,0,88,0.000,0.0,1.0 +1976,9,9,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,15.00,12.80,87,101700,0,0,316,0,0,0,0,0,0,0,180,3.10,1,0,24.1,77777,9,999999999,24,0.0000,0,88,0.000,0.0,1.0 +1976,9,9,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,14.40,12.80,90,101600,0,0,314,0,0,0,0,0,0,0,190,2.10,0,0,24.1,77777,9,999999999,23,0.0000,0,88,0.000,0.0,1.0 +1976,9,10,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,15.00,12.80,87,101600,0,0,316,0,0,0,0,0,0,0,220,3.60,1,0,19.3,77777,9,999999999,24,0.0000,0,88,0.000,0.0,1.0 +1976,9,10,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,15.60,13.30,87,101500,0,0,320,0,0,0,0,0,0,0,220,2.60,1,0,19.3,77777,9,999999999,24,0.0000,0,88,0.000,0.0,1.0 +1976,9,10,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,15.00,13.30,90,101400,0,0,316,0,0,0,0,0,0,0,200,3.60,1,0,19.3,77777,9,999999999,24,0.0000,0,88,0.000,0.0,1.0 +1976,9,10,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,15.00,13.30,90,101400,0,0,315,0,0,0,0,0,0,0,190,2.10,1,0,19.3,77777,9,999999999,24,0.0000,0,88,0.000,0.0,1.0 +1976,9,10,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,15.00,13.90,93,101300,0,0,333,0,0,0,0,0,0,0,180,3.60,3,3,19.3,77777,9,999999999,25,0.0000,0,88,0.000,0.0,1.0 +1976,9,10,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,15.00,13.90,93,101300,52,888,332,19,18,17,2000,800,2000,350,190,2.60,6,3,12.9,77777,9,999999999,25,0.0000,0,88,0.000,0.0,1.0 +1976,9,10,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,16.70,15.00,90,101300,288,1348,342,121,171,84,12700,13300,9800,1640,160,2.10,9,3,19.3,77777,9,999999999,27,0.0000,0,88,0.000,0.0,1.0 +1976,9,10,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,19.40,16.10,81,101300,530,1348,375,238,180,167,25800,17600,18900,3900,190,4.60,9,6,16.1,310,9,999999999,28,0.0000,0,88,0.000,0.0,1.0 +1976,9,10,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,21.10,17.20,79,101300,742,1348,403,299,121,232,32700,12600,25700,6000,180,6.20,10,9,16.1,310,9,999999999,31,0.0000,0,88,0.000,0.0,1.0 +1976,9,10,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,21.10,16.70,76,101200,908,1348,383,468,380,211,50400,39400,23800,5570,150,4.60,6,6,19.3,730,9,999999999,29,0.0000,0,88,0.000,0.0,1.0 +1976,9,10,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,22.20,17.20,73,101200,1018,1348,390,505,273,298,55200,29600,32800,9370,150,6.20,6,6,17.7,1010,9,999999999,30,0.0000,0,88,0.000,0.0,1.0 +1976,9,10,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,22.80,17.20,71,101100,1064,1348,418,288,13,278,34100,1100,33200,12840,160,5.20,10,10,19.3,910,9,999999999,30,0.0000,0,88,0.000,0.0,1.0 +1976,9,10,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,21.70,17.20,76,101000,1042,1348,412,298,4,295,35000,400,34700,13300,160,6.20,10,10,16.1,550,9,999999999,30,0.0000,0,88,0.000,0.0,1.0 +1976,9,10,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,18.90,16.10,84,101000,954,1348,396,228,6,224,27000,500,26600,10410,130,5.70,10,10,16.1,550,9,999999999,28,0.0000,0,88,0.000,0.0,1.0 +1976,9,10,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,18.90,16.10,84,100900,807,1348,396,268,9,262,30500,800,30000,10610,120,5.70,10,10,16.1,520,9,999999999,28,0.0000,0,88,0.000,0.0,1.0 +1976,9,10,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,20.00,16.70,81,100800,609,1348,402,154,1,154,17700,100,17700,6250,120,4.10,10,10,12.9,520,9,999999999,29,0.0000,0,88,0.000,0.0,1.0 +1976,9,10,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,20.00,17.20,84,100700,376,1348,403,55,4,54,6500,200,6400,2230,120,5.20,10,10,14.5,520,9,999999999,30,0.0000,0,88,0.000,0.0,1.0 +1976,9,10,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,20.00,17.80,87,100600,125,1348,404,16,1,16,1900,0,1900,600,150,6.20,10,10,11.3,430,9,999999999,31,0.0000,0,88,0.000,0.0,1.0 +1976,9,10,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,20.60,18.30,87,100500,0,11,408,0,0,0,0,0,0,0,140,7.20,10,10,11.3,340,9,999999999,32,0.0000,0,88,0.000,1.5,1.0 +1976,9,10,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,21.10,18.90,87,100600,0,0,411,0,0,0,0,0,0,0,180,6.70,10,10,9.7,340,9,999999999,33,0.0000,0,88,0.000,4.3,1.0 +1976,9,10,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,21.10,18.90,87,100600,0,0,412,0,0,0,0,0,0,0,180,5.20,10,10,9.7,340,9,999999999,33,0.0000,0,88,0.000,0.0,1.0 +1976,9,10,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,20.60,18.90,90,100600,0,0,409,0,0,0,0,0,0,0,190,6.20,10,10,9.7,310,9,999999999,33,0.0000,0,88,0.000,0.0,1.0 +1976,9,10,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,20.00,18.30,90,100600,0,0,405,0,0,0,0,0,0,0,180,5.70,10,10,12.9,310,9,999999999,32,0.0000,0,88,0.000,0.8,1.0 +1976,9,10,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,18.30,16.10,87,100700,0,0,394,0,0,0,0,0,0,0,290,6.70,10,10,6.4,310,9,999999999,28,0.0000,0,88,0.000,0.0,1.0 +1976,9,11,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,17.20,14.40,84,100700,0,0,387,0,0,0,0,0,0,0,300,7.20,10,10,12.9,1010,9,999999999,26,0.0000,0,88,0.000,0.0,1.0 +1976,9,11,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,16.70,13.90,84,100700,0,0,384,0,0,0,0,0,0,0,270,4.10,10,10,12.9,1520,9,999999999,25,0.0000,0,88,0.000,0.0,1.0 +1976,9,11,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,16.10,13.30,84,100800,0,0,380,0,0,0,0,0,0,0,280,3.60,10,10,12.9,1160,9,999999999,24,0.0000,0,88,0.000,0.0,1.0 +1976,9,11,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,15.60,13.30,87,100900,0,0,378,0,0,0,0,0,0,0,240,4.10,10,10,12.9,2130,9,999999999,24,0.0000,0,88,0.000,0.0,1.0 +1976,9,11,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,15.60,13.30,87,100800,0,0,353,0,0,0,0,0,0,0,260,5.20,7,6,16.1,1520,9,999999999,24,0.0000,0,88,0.000,0.0,1.0 +1976,9,11,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,15.60,12.80,84,100900,49,866,351,18,6,17,1900,300,1900,420,280,5.20,6,6,16.1,2440,9,999999999,23,0.0000,0,88,0.000,0.0,1.0 +1976,9,11,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,15.60,12.80,84,101000,284,1349,319,125,261,70,13000,20000,8800,1280,260,3.10,5,1,19.3,77777,9,999999999,23,0.0000,0,88,0.000,0.0,1.0 +1976,9,11,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,17.20,9.40,60,101100,526,1349,308,318,540,106,32700,50600,12900,2020,270,5.20,3,0,24.1,77777,9,999999999,19,0.0000,0,88,0.000,0.0,1.0 +1976,9,11,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,17.80,9.40,58,101100,738,1349,317,468,622,127,49200,62000,15200,2830,290,3.60,2,1,24.1,77777,9,999999999,19,0.0000,0,88,0.000,0.0,1.0 +1976,9,11,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,18.90,8.90,52,101100,904,1349,351,587,537,226,62700,55600,25400,5970,270,4.10,6,5,24.1,2130,9,999999999,18,0.0000,0,88,0.000,0.0,1.0 +1976,9,11,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,15.60,10.00,70,101100,1014,1349,352,606,364,331,65600,39300,36000,10500,190,3.60,7,7,24.1,1220,9,999999999,20,0.0000,0,88,0.000,0.0,1.0 +1976,9,11,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,21.10,10.00,49,101000,1059,1349,364,725,620,235,75700,62600,26500,7890,210,6.20,5,5,24.1,77777,9,999999999,20,0.0000,0,88,0.000,0.0,1.0 +1976,9,11,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,21.10,9.40,47,101000,1037,1349,355,739,623,258,79400,64900,29400,8490,240,5.70,4,4,24.1,77777,9,999999999,19,0.0000,0,88,0.000,0.0,1.0 +1976,9,11,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,21.70,8.30,43,100900,949,1349,364,565,513,203,61400,53400,23800,5650,240,5.70,5,5,24.1,77777,9,999999999,18,0.0000,0,88,0.000,0.0,1.0 +1976,9,11,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,21.70,8.90,44,100900,801,1349,349,542,580,195,57600,59400,22200,4550,220,6.20,3,3,24.1,77777,9,999999999,18,0.0000,0,88,0.000,0.0,1.0 +1976,9,11,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,21.10,7.20,41,100900,603,1349,344,353,385,179,37500,39100,20000,3880,220,5.70,3,3,24.1,77777,9,999999999,17,0.0000,0,88,0.000,0.0,1.0 +1976,9,11,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,20.60,7.20,42,100900,369,1349,342,170,299,87,17700,25600,10700,1610,240,5.70,4,3,24.1,77777,9,999999999,17,0.0000,0,88,0.000,0.0,1.0 +1976,9,11,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,18.90,7.80,49,101000,117,1315,337,36,88,27,3800,4000,3400,480,240,6.70,3,3,24.1,77777,9,999999999,17,0.0000,0,88,0.000,0.0,1.0 +1976,9,11,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,17.80,8.30,54,101000,0,0,319,0,0,0,0,0,0,0,230,6.20,1,1,24.1,77777,9,999999999,18,0.0000,0,88,0.000,0.0,1.0 +1976,9,11,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,17.20,9.40,60,101100,0,0,313,0,0,0,0,0,0,0,230,5.70,0,0,24.1,77777,9,999999999,19,0.0000,0,88,0.000,0.0,1.0 +1976,9,11,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,16.10,9.40,65,101100,0,0,310,0,0,0,0,0,0,0,230,5.20,0,0,24.1,77777,9,999999999,19,0.0000,0,88,0.000,0.0,1.0 +1976,9,11,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,16.10,10.00,67,101100,0,0,365,0,0,0,0,0,0,0,200,3.60,8,8,24.1,2440,9,999999999,20,0.0000,0,88,0.000,0.0,1.0 +1976,9,11,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,16.70,8.90,60,101100,0,0,354,0,0,0,0,0,0,0,260,7.20,7,6,24.1,2440,9,999999999,18,0.0000,0,88,0.000,0.0,1.0 +1976,9,11,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,15.60,8.90,65,101100,0,0,348,0,0,0,0,0,0,0,240,6.20,6,6,24.1,2440,9,999999999,19,0.0000,0,88,0.000,0.0,1.0 +1976,9,12,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,15.00,8.90,67,101100,0,0,325,0,0,0,0,0,0,0,250,5.20,3,3,24.1,77777,9,999999999,18,0.0000,0,88,0.000,0.0,1.0 +1976,9,12,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,14.40,8.30,67,101200,0,0,300,0,0,0,0,0,0,0,260,6.70,0,0,24.1,77777,9,999999999,18,0.0000,0,88,0.000,0.0,1.0 +1976,9,12,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,14.40,8.30,67,101200,0,0,300,0,0,0,0,0,0,0,260,6.20,0,0,24.1,77777,9,999999999,18,0.0000,0,88,0.000,0.0,1.0 +1976,9,12,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,13.90,8.30,69,101300,0,0,297,0,0,0,0,0,0,0,270,5.70,0,0,24.1,77777,9,999999999,18,0.0000,0,88,0.000,0.0,1.0 +1976,9,12,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,13.30,8.30,72,101400,0,0,293,0,0,0,0,0,0,0,280,5.20,0,0,24.1,77777,9,999999999,18,0.0000,0,88,0.000,0.0,1.0 +1976,9,12,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,13.30,7.80,69,101500,47,844,290,25,93,15,2200,3500,2000,260,290,5.70,0,0,24.1,77777,9,999999999,17,0.0000,0,88,0.000,0.0,1.0 +1976,9,12,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,13.90,7.80,67,101600,279,1350,292,146,505,41,15200,39700,7000,770,290,6.70,0,0,24.1,77777,9,999999999,17,0.0000,0,88,0.000,0.0,1.0 +1976,9,12,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,15.60,7.80,60,101700,522,1350,297,336,710,61,35300,67300,9300,1290,290,7.70,0,0,24.1,77777,9,999999999,17,0.0000,0,88,0.000,0.0,1.0 +1976,9,12,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,17.20,7.80,54,101800,733,1350,303,519,807,78,55400,80400,11600,1840,320,6.20,0,0,24.1,77777,9,999999999,17,0.0000,0,88,0.000,0.0,1.0 +1976,9,12,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,18.90,7.80,49,101800,900,1350,317,579,662,136,61800,67500,16700,3640,310,5.70,1,1,24.1,77777,9,999999999,18,0.0000,0,88,0.000,0.0,1.0 +1976,9,12,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,20.00,7.80,45,101800,1009,1350,330,743,787,152,77200,78800,18100,4280,300,6.70,2,2,24.1,77777,9,999999999,17,0.0000,0,88,0.000,0.0,1.0 +1976,9,12,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,20.60,7.80,44,101800,1054,1350,341,761,814,122,81400,82600,16700,4040,330,6.20,3,3,24.1,77777,9,999999999,18,0.0000,0,88,0.000,0.0,1.0 +1976,9,12,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,21.10,8.30,44,101800,1031,1350,328,737,839,92,76300,83900,12000,2720,340,6.20,1,1,24.1,77777,9,999999999,18,0.0000,0,88,0.000,0.0,1.0 +1976,9,12,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,22.20,8.30,41,101800,943,1350,325,697,860,93,72200,85700,12200,2350,310,5.70,0,0,24.1,77777,9,999999999,18,0.0000,0,88,0.000,0.0,1.0 +1976,9,12,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,22.20,8.30,41,101800,794,1350,326,571,824,83,59300,81300,11300,1850,320,4.10,0,0,24.1,77777,9,999999999,18,0.0000,0,88,0.000,0.0,1.0 +1976,9,12,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,22.20,7.80,40,101900,596,1350,326,400,747,67,42100,72400,10000,1460,290,4.60,0,0,24.1,77777,9,999999999,18,0.0000,0,88,0.000,0.0,1.0 +1976,9,12,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,22.20,8.30,41,101900,362,1350,328,209,593,48,21400,51500,7600,960,320,4.10,0,0,24.1,77777,9,999999999,18,0.0000,0,88,0.000,0.0,1.0 +1976,9,12,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,21.10,8.30,44,102000,111,1294,325,49,237,25,4700,12600,3600,440,320,3.60,0,0,24.1,77777,9,999999999,18,0.0000,0,88,0.000,0.0,1.0 +1976,9,12,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,20.00,8.30,47,102000,0,0,322,0,0,0,0,0,0,0,310,3.60,0,0,24.1,77777,9,999999999,18,0.0000,0,88,0.000,0.0,1.0 +1976,9,12,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,18.90,8.90,52,102100,0,0,320,0,0,0,0,0,0,0,310,2.60,0,0,24.1,77777,9,999999999,19,0.0000,0,88,0.000,0.0,1.0 +1976,9,12,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,18.30,9.40,56,102200,0,0,320,0,0,0,0,0,0,0,330,1.00,0,0,24.1,77777,9,999999999,19,0.0000,0,88,0.000,0.0,1.0 +1976,9,12,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,16.10,10.60,70,102300,0,0,315,0,0,0,0,0,0,0,240,2.10,0,0,24.1,77777,9,999999999,21,0.0000,0,88,0.000,0.0,1.0 +1976,9,12,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,15.60,11.10,75,102300,0,0,314,0,0,0,0,0,0,0,170,1.50,0,0,32.2,77777,9,999999999,21,0.0000,0,88,0.000,0.0,1.0 +1976,9,12,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,15.00,12.20,84,102300,0,0,315,0,0,0,0,0,0,0,200,2.10,1,0,32.2,77777,9,999999999,23,0.0000,0,88,0.000,0.0,1.0 +1976,9,13,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,15.60,11.10,75,102300,0,0,314,0,0,0,0,0,0,0,240,2.60,1,0,32.2,77777,9,999999999,21,0.0000,0,88,0.000,0.0,1.0 +1976,9,13,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,15.60,11.10,75,102300,0,0,314,0,0,0,0,0,0,0,260,3.10,2,0,32.2,77777,9,999999999,21,0.0000,0,88,0.000,0.0,1.0 +1976,9,13,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,16.10,11.70,75,102300,0,0,317,0,0,0,0,0,0,0,260,3.10,1,0,32.2,77777,9,999999999,22,0.0000,0,88,0.000,0.0,1.0 +1976,9,13,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,16.10,11.10,72,102300,0,0,314,0,0,0,0,0,0,0,290,3.10,0,0,32.2,77777,9,999999999,21,0.0000,0,88,0.000,0.0,1.0 +1976,9,13,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,15.00,11.10,78,102400,0,0,308,0,0,0,0,0,0,0,310,3.10,3,0,32.2,77777,9,999999999,21,0.0000,0,88,0.000,0.0,1.0 +1976,9,13,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,15.00,11.70,81,102500,44,822,328,17,1,17,1900,0,1900,580,310,2.60,7,3,24.1,77777,9,999999999,22,0.0000,0,88,0.000,0.0,1.0 +1976,9,13,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,17.20,12.20,73,102500,275,1351,332,104,85,86,11200,6700,9800,1850,300,3.10,10,2,19.3,77777,9,999999999,23,0.0000,0,88,0.000,0.0,1.0 +1976,9,13,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,18.90,12.80,68,102600,517,1351,340,274,253,177,28800,24700,19300,3820,290,3.10,10,2,16.1,77777,9,999999999,24,0.0000,0,88,0.000,0.0,1.0 +1976,9,13,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,21.10,12.80,59,102600,729,1351,349,450,353,258,47600,36900,27600,6230,270,3.10,10,2,16.1,77777,9,999999999,24,0.0000,0,88,0.000,0.0,1.0 +1976,9,13,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,22.20,12.80,55,102600,895,1351,368,565,376,314,60400,40300,33600,8680,320,2.10,10,4,16.1,77777,9,999999999,24,0.0000,0,88,0.000,0.0,1.0 +1976,9,13,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,24.40,13.30,50,102600,1005,1351,380,570,329,324,61800,35500,35300,10100,300,2.60,10,4,16.1,77777,9,999999999,24,0.0000,0,88,0.000,0.0,1.0 +1976,9,13,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,24.40,13.30,50,102600,1049,1351,402,531,160,407,57900,16900,44700,13960,0,0.00,10,7,16.1,7620,9,999999999,24,0.0000,0,88,0.000,0.0,1.0 +1976,9,13,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.60,13.90,49,102600,1026,1351,410,417,78,357,45900,8000,39800,13420,0,0.00,10,7,19.3,7620,9,999999999,26,0.0000,0,88,0.000,0.0,1.0 +1976,9,13,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,26.10,14.40,49,102500,937,1351,377,641,491,299,66800,50700,31600,8450,180,4.10,10,2,19.3,77777,9,999999999,26,0.0000,0,88,0.000,0.0,1.0 +1976,9,13,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,27.20,15.00,47,102500,788,1351,379,505,483,221,52900,49300,24000,5170,250,4.60,9,1,19.3,77777,9,999999999,27,0.0000,0,88,0.000,0.0,1.0 +1976,9,13,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,27.80,15.60,47,102400,589,1351,392,328,335,181,34800,33800,20100,3930,240,4.60,10,2,19.3,77777,9,999999999,28,0.0000,0,88,0.000,0.0,1.0 +1976,9,13,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,26.70,16.10,52,102500,354,1351,389,141,129,107,15300,11200,12300,2360,230,5.70,10,2,19.3,77777,9,999999999,29,0.0000,0,88,0.000,0.0,1.0 +1976,9,13,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.00,16.10,58,102500,104,1249,400,34,3,33,3700,0,3700,1040,240,4.60,10,5,19.3,77777,9,999999999,29,0.0000,0,88,0.000,0.0,1.0 +1976,9,13,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.90,16.70,64,102500,0,0,390,0,0,0,0,0,0,0,240,4.60,10,4,19.3,77777,9,999999999,30,0.0000,0,88,0.000,0.0,1.0 +1976,9,13,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,22.80,16.70,69,102500,0,0,380,0,0,0,0,0,0,0,240,3.60,8,3,19.3,77777,9,999999999,30,0.0000,0,88,0.000,0.0,1.0 +1976,9,13,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,21.10,16.10,73,102500,0,0,354,0,0,0,0,0,0,0,240,3.10,0,0,19.3,77777,9,999999999,29,0.0000,0,88,0.000,0.0,1.0 +1976,9,13,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,20.00,15.60,76,102500,0,0,348,0,0,0,0,0,0,0,240,2.60,0,0,19.3,77777,9,999999999,28,0.0000,0,88,0.000,0.0,1.0 +1976,9,13,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,21.70,15.00,66,102500,0,0,372,0,0,0,0,0,0,0,280,4.10,6,3,20.9,77777,9,999999999,27,0.0000,0,88,0.000,0.0,1.0 +1976,9,13,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,20.00,15.00,73,102500,0,0,358,0,0,0,0,0,0,0,240,3.10,4,2,20.9,77777,9,999999999,27,0.0000,0,88,0.000,0.0,1.0 +1976,9,14,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,18.90,15.00,78,102500,0,0,341,0,0,0,0,0,0,0,230,2.60,0,0,20.9,77777,9,999999999,27,0.0000,0,88,0.000,0.0,1.0 +1976,9,14,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,18.30,14.40,78,102500,0,0,336,0,0,0,0,0,0,0,240,2.60,0,0,20.9,77777,9,999999999,26,0.0000,0,88,0.000,0.0,1.0 +1976,9,14,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,17.80,14.40,81,102400,0,0,333,0,0,0,0,0,0,0,240,3.10,0,0,19.3,77777,9,999999999,26,0.0000,0,88,0.000,0.0,1.0 +1976,9,14,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,17.20,14.40,84,102400,0,0,329,0,0,0,0,0,0,0,220,1.50,0,0,19.3,77777,9,999999999,26,0.0000,0,88,0.000,0.0,1.0 +1976,9,14,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,16.70,14.40,87,102400,0,0,331,0,0,0,0,0,0,0,270,2.10,4,1,19.3,77777,9,999999999,26,0.0000,0,88,0.000,0.0,1.0 +1976,9,14,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,17.80,14.40,81,102500,42,800,341,18,15,17,2000,800,1900,410,240,3.10,9,2,19.3,77777,9,999999999,26,0.0000,0,88,0.000,0.0,1.0 +1976,9,14,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,18.30,14.40,78,102500,271,1351,330,132,340,64,13800,25500,8700,1160,180,2.10,6,0,16.1,77777,9,999999999,26,0.0000,0,88,0.000,0.0,1.0 +1976,9,14,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,22.20,15.00,64,102500,513,1351,349,313,598,84,32600,56300,11200,1650,220,2.10,2,0,16.1,77777,9,999999999,27,0.0000,0,88,0.000,0.0,1.0 +1976,9,14,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,26.10,15.00,50,102500,725,1351,366,490,718,103,52100,72000,13400,2330,270,4.60,1,0,16.1,77777,9,999999999,27,0.0000,0,88,0.000,0.0,1.0 +1976,9,14,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,27.20,15.00,47,102500,891,1351,371,637,780,120,66700,78100,15000,2960,240,2.60,1,0,16.1,77777,9,999999999,27,0.0000,0,88,0.000,0.0,1.0 +1976,9,14,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,28.90,14.40,41,102400,1000,1351,376,740,827,125,78400,83500,16400,3670,270,3.10,0,0,19.3,77777,9,999999999,26,0.0000,0,88,0.000,0.0,1.0 +1976,9,14,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,29.40,14.40,40,102400,1044,1351,378,778,836,129,82600,84600,17100,4120,200,2.10,0,0,19.3,77777,9,999999999,26,0.0000,0,88,0.000,0.0,1.0 +1976,9,14,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,30.00,15.00,40,102300,1021,1351,384,752,816,133,79400,82300,17100,4000,230,3.60,1,0,19.3,77777,9,999999999,27,0.0000,0,88,0.000,0.0,1.0 +1976,9,14,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,31.10,14.40,36,102200,931,1351,388,678,788,132,70600,78900,16100,3360,210,4.60,2,0,19.3,77777,9,999999999,26,0.0000,0,88,0.000,0.0,1.0 +1976,9,14,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,31.10,14.40,36,102200,782,1351,389,557,704,147,58100,70300,17400,3360,260,5.20,6,0,20.9,77777,9,999999999,26,0.0000,0,88,0.000,0.0,1.0 +1976,9,14,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,29.40,14.40,40,102200,582,1351,396,354,528,124,37600,51600,15400,2440,250,6.70,9,2,20.9,77777,9,999999999,26,0.0000,0,88,0.000,0.0,1.0 +1976,9,14,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,28.90,16.10,46,102200,347,1351,393,169,363,75,17800,30400,10000,1370,230,6.20,8,1,19.3,77777,9,999999999,29,0.0000,0,88,0.000,0.0,1.0 +1976,9,14,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.60,16.70,58,102200,97,1205,380,38,74,31,3900,3100,3700,570,190,4.60,7,1,19.3,77777,9,999999999,30,0.0000,0,88,0.000,0.0,1.0 +1976,9,14,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.30,16.70,66,102200,0,0,370,0,0,0,0,0,0,0,200,3.60,6,1,19.3,77777,9,999999999,30,0.0000,0,88,0.000,0.0,1.0 +1976,9,14,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.30,16.10,64,102200,0,0,363,0,0,0,0,0,0,0,230,4.60,5,0,19.3,77777,9,999999999,29,0.0000,0,88,0.000,0.0,1.0 +1976,9,14,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,22.20,16.10,68,102200,0,0,359,0,0,0,0,0,0,0,240,4.10,1,0,19.3,77777,9,999999999,29,0.0000,0,88,0.000,0.0,1.0 +1976,9,14,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,21.70,16.10,71,102200,0,0,357,0,0,0,0,0,0,0,240,4.60,2,0,17.7,77777,9,999999999,29,0.0000,0,88,0.000,0.0,1.0 +1976,9,14,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,21.70,16.10,71,102200,0,0,358,0,0,0,0,0,0,0,240,4.10,2,0,12.9,77777,9,999999999,29,0.0000,0,88,0.000,0.0,1.0 +1976,9,14,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,20.60,15.60,73,102200,0,0,351,0,0,0,0,0,0,0,240,3.60,2,0,12.9,77777,9,999999999,28,0.0000,0,88,0.000,0.0,1.0 +1976,9,15,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,20.60,15.60,73,102200,0,0,351,0,0,0,0,0,0,0,240,3.60,2,0,11.3,77777,9,999999999,28,0.0000,0,88,0.000,0.0,1.0 +1976,9,15,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,20.00,15.60,76,102100,0,0,347,0,0,0,0,0,0,0,240,2.60,2,0,11.3,77777,9,999999999,28,0.0000,0,88,0.000,0.0,1.0 +1976,9,15,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,18.30,15.00,81,102100,0,0,337,0,0,0,0,0,0,0,210,2.60,2,0,11.3,77777,9,999999999,27,0.0000,0,88,0.000,0.0,1.0 +1976,9,15,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,18.30,15.00,81,102100,0,0,336,0,0,0,0,0,0,0,220,2.60,0,0,11.3,77777,9,999999999,27,0.0000,0,88,0.000,0.0,1.0 +1976,9,15,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,17.20,15.00,87,102100,0,0,335,0,0,0,0,0,0,0,210,2.10,4,1,9.7,77777,9,999999999,27,0.0000,0,88,0.000,0.0,1.0 +1976,9,15,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,18.30,15.00,81,102200,39,777,357,12,3,12,1400,0,1400,430,200,2.60,9,4,9.7,77777,9,999999999,27,0.0000,0,88,0.000,0.0,1.0 +1976,9,15,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,19.40,15.60,78,102200,266,1352,363,107,33,100,11600,2700,11100,2280,210,2.10,10,4,6.4,77777,9,999999999,28,0.0000,0,88,0.000,0.0,1.0 +1976,9,15,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,20.60,15.60,73,102200,509,1352,405,110,2,109,12700,100,12600,4420,210,2.10,10,10,6.4,7620,9,999999999,28,0.0000,0,88,0.000,0.0,1.0 +1976,9,15,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,22.20,15.60,66,102200,721,1352,401,307,131,237,33400,13500,26200,6050,230,2.60,10,8,6.4,7620,9,999999999,28,0.0000,0,88,0.000,0.0,1.0 +1976,9,15,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,24.40,16.70,62,102200,886,1352,408,462,304,262,50100,32600,28700,6950,230,3.10,10,7,8.0,7620,9,999999999,30,0.0000,0,88,0.000,0.0,1.0 +1976,9,15,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.00,17.20,62,102200,995,1352,418,520,281,311,56300,30400,33900,9500,190,3.60,10,8,8.0,7620,9,999999999,31,0.0000,0,88,0.000,0.0,1.0 +1976,9,15,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,26.10,17.20,58,102200,1039,1352,424,384,88,316,42400,9000,35400,12300,220,4.10,10,8,8.0,3050,9,999999999,31,0.0000,0,88,0.000,0.0,1.0 +1976,9,15,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,26.10,17.80,60,102100,1015,1352,419,428,177,295,47400,18900,33200,9650,230,4.60,10,7,8.0,3050,9,999999999,32,0.0000,0,88,0.000,0.0,1.0 +1976,9,15,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,26.70,17.80,58,102100,925,1352,435,454,224,300,49800,23700,33500,8900,240,4.60,10,9,9.7,3050,9,999999999,32,0.0000,0,88,0.000,0.0,1.0 +1976,9,15,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,26.10,15.60,52,102100,775,1352,429,284,123,213,31300,12900,23900,5620,240,6.70,10,9,12.9,3050,9,999999999,28,0.0000,0,88,0.000,0.0,1.0 +1976,9,15,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.60,15.60,54,102100,575,1352,420,218,81,184,24000,7900,20600,5180,230,5.70,10,8,12.9,3660,9,999999999,28,0.0000,0,88,0.000,0.0,1.0 +1976,9,15,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.00,16.10,58,102100,340,1352,424,76,14,73,8700,600,8600,2740,240,5.70,10,9,12.9,3660,9,999999999,29,0.0000,0,88,0.000,0.0,1.0 +1976,9,15,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.90,16.70,64,102200,91,1161,425,21,0,21,2400,0,2400,740,240,5.70,10,10,11.3,3050,9,999999999,30,0.0000,0,88,0.000,0.0,1.0 +1976,9,15,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.30,16.70,66,102200,0,0,422,0,0,0,0,0,0,0,240,4.10,10,10,11.3,3050,9,999999999,30,0.0000,0,88,0.000,0.0,1.0 +1976,9,15,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,21.70,17.20,76,102200,0,0,414,0,0,0,0,0,0,0,220,3.60,10,10,11.3,3050,9,999999999,31,0.0000,0,88,0.000,0.0,1.0 +1976,9,15,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,21.70,17.20,76,102200,0,0,414,0,0,0,0,0,0,0,240,4.10,10,10,11.3,3050,9,999999999,31,0.0000,0,88,0.000,0.0,1.0 +1976,9,15,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,20.60,16.70,79,102200,0,0,397,0,0,0,0,0,0,0,240,4.60,10,8,11.3,6100,9,999999999,30,0.0000,0,88,0.000,0.0,1.0 +1976,9,15,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,20.00,16.70,81,102200,0,0,373,0,0,0,0,0,0,0,230,3.10,10,4,11.3,77777,9,999999999,30,0.0000,0,88,0.000,0.0,1.0 +1976,9,15,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,20.00,16.70,81,102200,0,0,373,0,0,0,0,0,0,0,260,2.60,10,4,11.3,77777,9,999999999,30,0.0000,0,88,0.000,0.0,1.0 +1976,9,16,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,19.40,16.70,84,102200,0,0,391,0,0,0,0,0,0,0,220,2.60,10,8,11.3,7620,9,999999999,30,0.0000,0,88,0.000,0.0,1.0 +1976,9,16,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,18.90,16.70,87,102200,0,0,382,0,0,0,0,0,0,0,230,3.60,8,7,11.3,7620,9,999999999,30,0.0000,0,88,0.000,0.0,1.0 +1976,9,16,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,18.30,16.70,90,102200,0,0,358,0,0,0,0,0,0,0,230,3.10,8,3,11.3,77777,9,999999999,30,0.0000,0,88,0.000,0.0,1.0 +1976,9,16,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,18.30,16.10,87,102200,0,0,350,0,0,0,0,0,0,0,220,4.10,6,2,11.3,77777,9,999999999,29,0.0000,0,88,0.000,0.0,1.0 +1976,9,16,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,18.30,16.70,90,102300,0,0,362,0,0,0,0,0,0,0,230,3.60,8,4,11.3,77777,9,999999999,30,0.0000,0,88,0.000,0.0,1.0 +1976,9,16,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,17.20,16.10,93,102300,37,755,376,9,2,9,1100,0,1100,340,200,2.10,10,8,11.3,4880,9,999999999,29,0.0000,0,88,0.000,0.0,1.0 +1976,9,16,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,19.40,16.70,84,102400,262,1353,394,58,17,55,6400,1400,6100,1430,240,3.10,10,9,11.3,3660,9,999999999,30,0.0000,0,88,0.000,0.0,1.0 +1976,9,16,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,20.60,16.70,79,102400,505,1353,400,161,69,135,17700,6500,15200,3800,190,1.50,10,9,8.0,3660,9,999999999,30,0.0000,0,88,0.000,0.0,1.0 +1976,9,16,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,21.70,17.20,76,102400,716,1353,400,265,136,192,29100,14100,21700,4890,190,1.00,10,8,8.0,3660,9,999999999,31,0.0000,0,88,0.000,0.0,1.0 +1976,9,16,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.30,16.70,66,102400,882,1353,402,461,209,324,50100,22000,35700,9250,230,2.60,10,7,17.7,3660,9,999999999,30,0.0000,0,88,0.000,0.0,1.0 +1976,9,16,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.30,16.70,66,102400,990,1353,408,498,327,258,54900,35400,28900,7620,190,3.60,10,8,19.3,3660,9,999999999,30,0.0000,0,88,0.000,0.0,1.0 +1976,9,16,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,20.60,16.70,79,102400,1034,1353,405,193,9,186,23400,700,22900,9230,70,4.60,10,10,4.8,700,9,999999999,30,0.0000,0,88,0.000,0.0,1.0 +1976,9,16,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,20.60,16.10,76,102400,1009,1353,405,236,2,234,28000,200,27800,11020,60,4.60,10,10,4.8,700,9,999999999,29,0.0000,0,88,0.000,0.0,1.0 +1976,9,16,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,21.10,16.10,73,102400,919,1353,395,446,297,243,48800,32000,27000,6560,70,3.10,10,8,4.8,3660,9,999999999,29,0.0000,0,88,0.000,0.0,1.0 +1976,9,16,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,20.60,15.60,73,102300,769,1353,399,236,77,192,26000,7700,21600,6330,90,5.20,10,9,4.8,3660,9,999999999,28,0.0000,0,88,0.000,0.0,1.0 +1976,9,16,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,18.30,15.00,81,102200,568,1353,386,247,78,214,27000,7700,23800,5750,80,4.10,10,9,6.4,3660,9,999999999,27,0.0000,0,88,0.000,0.0,1.0 +1976,9,16,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,17.20,15.00,87,102300,333,1353,381,97,29,90,10600,2500,10000,2320,90,6.20,10,9,6.4,3660,9,999999999,27,0.0000,0,88,0.000,0.0,1.0 +1976,9,16,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,17.20,15.00,87,102300,85,1139,387,11,1,10,1200,0,1200,390,80,4.10,10,10,4.8,1310,9,999999999,27,0.0000,0,88,0.000,0.0,1.0 +1976,9,16,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,17.20,15.00,87,102300,0,0,387,0,0,0,0,0,0,0,350,1.00,10,10,4.8,1520,9,999999999,27,0.0000,0,88,0.000,0.0,1.0 +1976,9,16,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,16.10,15.00,93,102300,0,0,382,0,0,0,0,0,0,0,110,3.60,10,10,4.8,60,9,999999999,27,0.0000,0,88,0.000,0.0,1.0 +1976,9,16,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,15.60,15.00,97,102300,0,0,379,0,0,0,0,0,0,0,100,3.10,10,10,0.8,30,9,999999999,27,0.0000,0,88,0.000,0.0,1.0 +1976,9,16,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,15.60,15.00,97,102300,0,0,379,0,0,0,0,0,0,0,70,1.50,10,10,0.6,30,9,999999999,27,0.0000,0,88,0.000,0.0,1.0 +1976,9,16,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,16.10,15.00,93,102200,0,0,382,0,0,0,0,0,0,0,30,1.50,10,10,1.6,60,9,999999999,27,0.0000,0,88,0.000,0.0,1.0 +1976,9,16,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,16.70,15.60,93,102200,0,0,386,0,0,0,0,0,0,0,40,2.60,10,10,3.2,120,9,999999999,28,0.0000,0,88,0.000,0.0,1.0 +1976,9,17,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,17.20,15.60,90,102200,0,0,388,0,0,0,0,0,0,0,50,2.60,10,10,2.8,90,9,999999999,28,0.0000,0,88,0.000,0.0,1.0 +1976,9,17,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,17.80,16.10,90,102100,0,0,392,0,0,0,0,0,0,0,50,3.10,10,10,3.2,120,9,999999999,29,0.0000,0,88,0.000,0.0,1.0 +1976,9,17,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,17.20,15.60,90,102100,0,0,388,0,0,0,0,0,0,0,40,3.10,10,10,3.2,120,9,999999999,28,0.0000,0,88,0.000,0.0,1.0 +1976,9,17,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,17.20,15.60,90,102100,0,0,388,0,0,0,0,0,0,0,30,2.60,10,10,2.8,90,9,999999999,28,0.0000,0,88,0.000,0.0,1.0 +1976,9,17,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,16.70,15.60,93,102100,0,0,385,0,0,0,0,0,0,0,40,3.60,10,10,2.0,60,9,999999999,28,0.0000,0,88,0.000,0.0,1.0 +1976,9,17,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,17.20,16.10,93,102100,34,733,388,6,0,6,700,0,700,230,30,3.60,10,10,0.8,90,9,999999999,29,0.0000,0,88,0.000,0.3,1.0 +1976,9,17,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,17.20,16.10,93,102100,258,1354,387,38,8,36,4400,200,4400,1420,50,3.60,10,10,1.3,90,9,999999999,29,0.0000,0,88,0.000,0.5,1.0 +1976,9,17,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,17.80,16.70,93,102100,500,1354,391,82,6,80,9700,300,9600,3420,40,5.20,10,10,1.3,60,9,999999999,30,0.0000,0,88,0.000,0.5,1.0 +1976,9,17,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,18.30,17.20,93,102100,712,1354,393,118,6,115,14100,400,13900,5320,60,5.70,10,10,1.3,60,9,999999999,31,0.0000,0,88,0.000,0.0,1.0 +1976,9,17,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,18.30,17.20,93,102100,877,1354,393,169,1,169,20200,100,20200,8000,50,3.60,10,10,0.4,60,9,999999999,31,0.0000,0,88,0.000,0.0,1.0 +1976,9,17,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,18.30,17.80,97,102000,985,1354,394,200,4,196,23900,300,23600,9480,60,5.20,10,10,0.4,30,9,999999999,32,0.0000,0,88,0.000,0.0,1.0 +1976,9,17,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,19.40,18.30,93,102000,1028,1354,400,188,0,188,22800,0,22800,9300,10,4.10,10,10,0.4,30,9,999999999,33,0.0000,0,88,0.000,0.0,1.0 +1976,9,17,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,20.00,18.30,90,101900,1004,1354,403,329,3,327,38100,300,37800,13990,40,5.20,10,10,1.6,340,9,999999999,33,0.0000,0,88,0.000,0.0,1.0 +1976,9,17,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,20.00,17.80,87,101900,913,1354,403,326,1,325,37100,100,37100,13150,80,4.60,10,10,4.8,270,9,999999999,32,0.0000,0,88,0.000,0.0,1.0 +1976,9,17,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,20.00,17.80,87,101800,762,1354,403,255,1,254,28800,100,28800,10000,70,5.70,10,10,3.2,210,9,999999999,32,0.0000,0,88,0.000,0.0,1.0 +1976,9,17,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,18.30,17.80,97,101700,561,1354,394,106,1,106,12400,100,12400,4510,70,4.60,10,10,0.8,30,9,999999999,32,0.0000,0,88,0.000,1.3,1.0 +1976,9,17,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,18.30,17.80,97,101700,325,1354,394,57,0,57,6600,0,6600,2220,40,3.10,10,10,1.6,30,9,999999999,32,0.0000,0,88,0.000,0.3,1.0 +1976,9,17,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,18.30,17.80,97,101700,79,1094,395,27,0,27,3000,0,3000,870,30,3.10,10,10,0.8,30,9,999999999,32,0.0000,0,88,0.000,0.0,1.0 +1976,9,17,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,18.90,17.80,93,101700,0,0,398,0,0,0,0,0,0,0,360,2.60,10,10,1.3,60,9,999999999,31,0.0000,0,88,0.000,0.0,1.0 +1976,9,17,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,18.30,17.80,97,101700,0,0,395,0,0,0,0,0,0,0,10,2.10,10,10,0.4,30,9,999999999,32,0.0000,0,88,0.000,0.0,1.0 +1976,9,17,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,18.30,17.80,97,101700,0,0,395,0,0,0,0,0,0,0,360,1.00,10,10,0.4,30,9,999999999,32,0.0000,0,88,0.000,0.0,1.0 +1976,9,17,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,18.30,17.80,97,101600,0,0,396,0,0,0,0,0,0,0,50,1.00,10,10,0.1,0,9,999999999,32,0.0000,0,88,0.000,0.0,1.0 +1976,9,17,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,17.80,17.20,97,101600,0,0,393,0,0,0,0,0,0,0,360,2.10,10,10,0.1,0,9,999999999,31,0.0000,0,88,0.000,0.0,1.0 +1976,9,17,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,17.80,17.20,97,101500,0,0,393,0,0,0,0,0,0,0,70,1.50,10,10,0.1,30,9,999999999,31,0.0000,0,88,0.000,0.0,1.0 +1976,9,18,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,17.20,17.20,100,101500,0,0,389,0,0,0,0,0,0,0,80,2.60,10,10,0.1,30,9,999999999,30,0.0000,0,88,0.000,4.1,1.0 +1976,9,18,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,17.80,17.20,97,101400,0,0,372,0,0,0,0,0,0,0,100,1.50,6,6,4.0,310,9,999999999,31,0.0000,0,88,0.000,0.0,1.0 +1976,9,18,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,17.80,17.20,97,101400,0,0,392,0,0,0,0,0,0,0,80,1.00,10,10,4.0,90,9,999999999,31,0.0000,0,88,0.000,0.0,1.0 +1976,9,18,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,17.80,17.20,97,101300,0,0,392,0,0,0,0,0,0,0,70,0.50,10,10,4.0,700,9,999999999,31,0.0000,0,88,0.000,0.0,1.0 +1976,9,18,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,16.70,16.70,100,101300,0,0,385,0,0,0,0,0,0,0,120,1.50,10,10,1.3,640,9,999999999,30,0.0000,0,88,0.000,0.0,1.0 +1976,9,18,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,17.20,17.20,100,101400,32,711,388,12,0,12,1400,0,1400,430,200,1.50,10,10,1.3,60,9,999999999,30,0.0000,0,88,0.000,0.0,1.0 +1976,9,18,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,18.90,17.20,90,101300,253,1354,380,84,72,71,9200,5500,8200,1520,110,1.50,7,7,1.6,7620,9,999999999,30,0.0000,0,88,0.000,0.0,1.0 +1976,9,18,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,20.00,18.90,93,101300,496,1354,404,199,89,166,21800,8500,18600,4420,200,2.10,10,10,3.2,180,9,999999999,33,0.0000,0,88,0.000,0.0,1.0 +1976,9,18,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,21.10,18.90,87,101300,707,1354,410,191,8,186,21900,600,21500,7750,170,0.50,10,10,9.7,340,9,999999999,33,0.0000,0,88,0.000,0.0,1.0 +1976,9,18,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.30,19.40,79,101300,873,1354,395,457,324,248,49700,34700,27300,6440,190,4.60,9,5,9.7,7620,9,999999999,35,0.0000,0,88,0.000,0.0,1.0 +1976,9,18,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.60,18.90,67,101200,980,1354,399,592,526,209,64400,54800,24600,6090,220,5.70,4,4,11.3,77777,9,999999999,34,0.0000,0,88,0.000,0.0,1.0 +1976,9,18,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,26.70,17.20,56,101100,1023,1354,401,681,623,208,71500,63100,23700,6510,230,7.20,4,4,12.9,77777,9,999999999,30,0.0000,0,88,0.000,0.0,1.0 +1976,9,18,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,26.70,16.10,52,101100,998,1354,391,675,666,182,71400,67700,21300,5510,220,7.70,3,3,16.1,77777,9,999999999,28,0.0000,0,88,0.000,0.0,1.0 +1976,9,18,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,26.10,16.70,56,101000,907,1354,423,567,395,301,60900,42400,32500,8320,220,5.70,8,8,16.1,1220,9,999999999,29,0.0000,0,88,0.000,0.0,1.0 +1976,9,18,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,26.10,16.70,56,100900,755,1354,397,448,523,154,48300,53300,18500,3390,200,6.20,4,4,16.1,77777,9,999999999,29,0.0000,0,88,0.000,0.0,1.0 +1976,9,18,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,26.10,15.60,52,100900,554,1354,375,344,681,63,36200,65200,9400,1360,200,7.70,1,1,16.1,77777,9,999999999,27,0.0000,0,88,0.000,0.0,1.0 +1976,9,18,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.90,17.80,69,100900,318,1354,390,146,312,72,15300,25200,9300,1310,210,6.20,4,4,16.1,77777,9,999999999,31,0.0000,0,88,0.000,0.0,1.0 +1976,9,18,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,22.20,17.20,73,100900,73,1050,364,34,134,20,3200,5700,2700,350,200,5.20,1,1,16.1,77777,9,999999999,30,0.0000,0,88,0.000,0.0,1.0 +1976,9,18,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,21.70,17.20,76,100900,0,0,407,0,0,0,0,0,0,0,200,4.10,9,9,16.1,2440,9,999999999,30,0.0000,0,88,0.000,0.0,1.0 +1976,9,18,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,21.70,16.70,73,100900,0,0,413,0,0,0,0,0,0,0,210,4.10,10,10,16.1,2440,9,999999999,29,0.0000,0,88,0.000,0.0,1.0 +1976,9,18,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,21.10,16.70,76,100900,0,0,410,0,0,0,0,0,0,0,240,5.20,10,10,16.1,2440,9,999999999,29,0.0000,0,88,0.000,0.0,1.0 +1976,9,18,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,20.60,16.70,79,100900,0,0,402,0,0,0,0,0,0,0,230,4.10,9,9,16.1,2740,9,999999999,30,0.0000,0,88,0.000,0.0,1.0 +1976,9,18,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,20.00,16.70,81,100900,0,0,356,0,0,0,0,0,0,0,240,5.20,1,1,12.9,77777,9,999999999,29,0.0000,0,88,0.000,0.0,1.0 +1976,9,18,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,19.40,16.10,81,100800,0,0,346,0,0,0,0,0,0,0,240,4.60,0,0,11.3,77777,9,999999999,28,0.0000,0,88,0.000,0.0,1.0 +1976,9,19,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,18.90,16.10,84,100700,0,0,360,0,0,0,0,0,0,0,240,4.10,4,3,11.3,77777,9,999999999,28,0.0000,0,88,0.000,0.0,1.0 +1976,9,19,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,18.90,16.10,84,100700,0,0,349,0,0,0,0,0,0,0,250,4.60,1,1,11.3,77777,9,999999999,28,0.0000,0,88,0.000,0.0,1.0 +1976,9,19,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,18.90,15.60,81,100700,0,0,358,0,0,0,0,0,0,0,270,4.10,3,3,11.3,77777,9,999999999,27,0.0000,0,88,0.000,0.0,1.0 +1976,9,19,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,17.80,15.60,87,100700,0,0,374,0,0,0,0,0,0,0,240,3.10,7,7,11.3,2440,9,999999999,27,0.0000,0,88,0.000,0.0,1.0 +1976,9,19,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,17.80,15.60,87,100700,0,0,345,0,0,0,0,0,0,0,240,3.10,2,2,9.7,77777,9,999999999,27,0.0000,0,88,0.000,0.0,1.0 +1976,9,19,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,17.20,15.00,87,100700,30,689,339,12,0,10,1200,600,1200,210,240,3.10,2,2,9.7,77777,9,999999999,27,0.0000,0,88,0.000,0.0,1.0 +1976,9,19,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,18.30,15.60,84,100700,249,1355,333,102,274,51,10700,19800,7100,910,260,2.60,0,0,9.7,77777,9,999999999,27,0.0000,0,88,0.000,0.0,1.0 +1976,9,19,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,20.00,15.60,76,100700,491,1355,339,289,564,83,30000,52500,10900,1610,270,4.60,0,0,9.7,77777,9,999999999,28,0.0000,0,88,0.000,0.0,1.0 +1976,9,19,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,22.20,15.00,64,100800,703,1355,347,469,691,108,49500,68800,13700,2380,290,2.60,0,0,12.9,77777,9,999999999,27,0.0000,0,88,0.000,0.0,1.0 +1976,9,19,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,22.80,15.00,62,100700,868,1355,376,557,508,230,58900,52300,25300,5810,320,4.10,4,4,16.1,77777,9,999999999,27,0.0000,0,88,0.000,0.0,1.0 +1976,9,19,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.90,15.60,60,100700,975,1355,369,652,663,172,69000,67400,20300,5030,310,7.20,2,2,19.3,77777,9,999999999,28,0.0000,0,88,0.000,0.0,1.0 +1976,9,19,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.00,15.60,56,100600,1018,1355,388,752,713,214,78800,72000,24500,6590,260,4.10,4,4,19.3,77777,9,999999999,28,0.0000,0,88,0.000,0.0,1.0 +1976,9,19,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.00,15.00,54,100600,992,1355,393,665,541,267,70700,56200,29400,8070,300,4.10,5,5,19.3,77777,9,999999999,27,0.0000,0,88,0.000,0.0,1.0 +1976,9,19,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.00,15.00,54,100500,900,1355,387,534,439,240,56500,45300,26300,6310,300,5.20,4,4,19.3,77777,9,999999999,27,0.0000,0,88,0.000,0.0,1.0 +1976,9,19,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.00,15.00,54,100600,749,1355,422,222,60,189,24500,6000,21200,6140,300,6.20,9,9,24.1,2130,9,999999999,27,0.0000,0,88,0.000,0.0,1.0 +1976,9,19,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.60,15.00,52,100600,547,1355,385,283,385,126,29800,37100,14800,2460,320,5.70,3,3,24.1,77777,9,999999999,27,0.0000,0,88,0.000,0.0,1.0 +1976,9,19,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.00,15.00,54,100600,311,1355,362,154,404,60,15700,32500,8200,1080,320,3.60,0,0,24.1,77777,9,999999999,27,0.0000,0,88,0.000,0.0,1.0 +1976,9,19,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.90,14.40,56,100700,68,1005,357,29,60,23,2900,2200,2700,410,290,3.10,0,0,24.1,77777,9,999999999,26,0.0000,0,88,0.000,0.0,1.0 +1976,9,19,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,22.20,15.00,64,100700,0,0,352,0,0,0,0,0,0,0,240,2.60,0,0,24.1,77777,9,999999999,27,0.0000,0,88,0.000,0.0,1.0 +1976,9,19,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,21.10,15.60,71,100700,0,0,350,0,0,0,0,0,0,0,250,2.60,0,0,24.1,77777,9,999999999,28,0.0000,0,88,0.000,0.0,1.0 +1976,9,19,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,21.70,15.00,66,100700,0,0,352,0,0,0,0,0,0,0,270,2.60,0,0,24.1,77777,9,999999999,27,0.0000,0,88,0.000,0.0,1.0 +1976,9,19,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,21.10,15.60,71,100700,0,0,352,0,0,0,0,0,0,0,290,3.60,0,0,24.1,77777,9,999999999,28,0.0000,0,88,0.000,0.0,1.0 +1976,9,19,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,21.10,15.60,71,100700,0,0,353,0,0,0,0,0,0,0,280,4.60,0,0,24.1,77777,9,999999999,28,0.0000,0,88,0.000,0.0,1.0 +1976,9,19,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,20.00,15.60,76,100700,0,0,348,0,0,0,0,0,0,0,280,4.60,0,0,24.1,77777,9,999999999,28,0.0000,0,88,0.000,0.0,1.0 +1976,9,20,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,20.60,15.00,71,100700,0,0,348,0,0,0,0,0,0,0,280,4.60,0,0,24.1,77777,9,999999999,27,0.0000,0,88,0.000,0.0,1.0 +1976,9,20,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,18.30,14.40,78,100600,0,0,335,0,0,0,0,0,0,0,240,3.60,0,0,24.1,77777,9,999999999,26,0.0000,0,88,0.000,0.0,1.0 +1976,9,20,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,18.30,13.90,75,100600,0,0,333,0,0,0,0,0,0,0,270,3.60,0,0,24.1,77777,9,999999999,25,0.0000,0,88,0.000,0.0,1.0 +1976,9,20,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,18.30,13.30,73,100600,0,0,330,0,0,0,0,0,0,0,280,5.70,0,0,24.1,77777,9,999999999,24,0.0000,0,88,0.000,0.0,1.0 +1976,9,20,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,18.30,12.20,68,100600,0,0,325,0,0,0,0,0,0,0,270,4.10,2,0,24.1,77777,9,999999999,23,0.0000,0,88,0.000,0.0,1.0 +1976,9,20,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,17.80,11.70,68,100600,28,667,327,14,0,13,1500,400,1500,320,260,3.60,10,1,24.1,77777,9,999999999,22,0.0000,0,88,0.000,0.0,1.0 +1976,9,20,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,18.90,11.70,63,100600,244,1356,344,104,142,78,11200,10500,9300,1670,270,3.10,10,3,19.3,77777,9,999999999,22,0.0000,0,88,0.000,0.0,1.0 +1976,9,20,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,20.00,12.80,63,100600,487,1356,344,274,317,160,28800,30300,17900,3390,280,5.70,9,2,19.3,77777,9,999999999,23,0.0000,0,88,0.000,0.0,1.0 +1976,9,20,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,22.20,13.90,59,100600,698,1356,343,466,672,119,48900,66500,14600,2570,270,4.60,3,0,19.3,77777,9,999999999,25,0.0000,0,88,0.000,0.0,1.0 +1976,9,20,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.30,14.40,58,100600,863,1356,363,587,673,156,61700,67900,18300,3890,270,3.10,2,2,19.3,77777,9,999999999,26,0.0000,0,88,0.000,0.0,1.0 +1976,9,20,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.60,15.00,52,100500,970,1356,368,656,706,148,70100,72200,18300,4350,260,5.70,3,1,19.3,77777,9,999999999,27,0.0000,0,88,0.000,0.0,1.0 +1976,9,20,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,26.70,14.40,47,100400,1012,1356,386,683,545,274,72600,56700,30200,8580,230,6.20,9,3,19.3,77777,9,999999999,26,0.0000,0,88,0.000,0.0,1.0 +1976,9,20,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,27.20,14.40,46,100500,986,1356,374,667,692,161,71000,70700,19500,4830,240,11.30,4,1,19.3,77777,9,999999999,26,0.0000,0,88,0.000,0.0,1.0 +1976,9,20,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,26.70,13.90,45,100300,894,1356,385,600,634,180,62700,63800,20500,4590,240,6.70,4,3,19.3,77777,9,999999999,25,0.0000,0,88,0.000,0.0,1.0 +1976,9,20,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,27.20,14.40,46,100300,742,1356,419,396,298,232,42400,31300,25200,5500,240,6.70,7,7,24.1,7620,9,999999999,26,0.0000,0,88,0.000,0.0,1.0 +1976,9,20,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,26.70,14.40,47,100200,540,1356,410,240,177,169,26100,17400,19100,3960,230,6.70,7,6,24.1,7620,9,999999999,26,0.0000,0,88,0.000,0.0,1.0 +1976,9,20,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.60,14.40,50,100200,303,1356,432,61,2,61,7000,100,7000,2280,220,6.20,10,10,24.1,3960,9,999999999,25,0.0000,0,88,0.000,0.0,1.0 +1976,9,20,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.30,15.60,62,100200,62,983,421,17,0,17,1900,0,1900,600,190,4.60,10,10,19.3,7620,9,999999999,27,0.0000,0,88,0.000,0.0,1.0 +1976,9,20,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,22.20,16.10,68,100100,0,0,415,0,0,0,0,0,0,0,200,5.20,10,10,19.3,7620,9,999999999,28,0.0000,0,88,0.000,0.0,1.0 +1976,9,20,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,22.20,16.10,68,100200,0,0,415,0,0,0,0,0,0,0,210,6.20,10,10,19.3,2440,9,999999999,28,0.0000,0,88,0.000,0.3,1.0 +1976,9,20,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,22.20,15.60,66,100200,0,0,415,0,0,0,0,0,0,0,210,6.20,10,10,19.3,2130,9,999999999,27,0.0000,0,88,0.000,0.3,1.0 +1976,9,20,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,21.10,15.60,71,100100,0,0,409,0,0,0,0,0,0,0,230,6.20,10,10,12.9,2130,9,999999999,27,0.0000,0,88,0.000,0.5,1.0 +1976,9,20,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,19.40,16.70,84,100100,0,0,401,0,0,0,0,0,0,0,220,5.20,10,10,8.0,2130,9,999999999,29,0.0000,0,88,0.000,0.0,1.0 +1976,9,20,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,18.90,17.20,90,100000,0,0,398,0,0,0,0,0,0,0,180,4.60,10,10,6.4,1490,9,999999999,30,0.0000,0,88,0.000,1.0,1.0 +1976,9,21,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,19.40,17.20,87,99900,0,0,401,0,0,0,0,0,0,0,230,4.10,10,10,6.4,1520,9,999999999,30,0.0000,0,88,0.000,0.0,1.0 +1976,9,21,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,19.40,17.20,87,99900,0,0,401,0,0,0,0,0,0,0,220,7.20,10,10,6.4,640,9,999999999,30,0.0000,0,88,0.000,0.0,1.0 +1976,9,21,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,18.90,17.20,90,99900,0,0,398,0,0,0,0,0,0,0,210,3.10,10,10,6.4,2130,9,999999999,30,0.0000,0,88,0.000,0.0,1.0 +1976,9,21,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,18.30,17.20,93,99900,0,0,342,0,0,0,0,0,0,0,220,4.60,0,0,6.4,77777,9,999999999,30,0.0000,0,88,0.000,0.0,1.0 +1976,9,21,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,18.30,16.70,90,99900,0,0,339,0,0,0,0,0,0,0,220,6.20,0,0,6.4,77777,9,999999999,29,0.0000,0,88,0.000,0.0,1.0 +1976,9,21,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,18.30,16.70,90,99900,26,644,371,6,0,5,600,200,600,130,230,4.60,6,6,4.0,3960,9,999999999,29,0.0000,0,88,0.000,0.0,1.0 +1976,9,21,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,18.90,16.70,87,99900,240,1357,373,85,82,71,9300,6000,8200,1520,240,3.60,10,6,4.0,2440,9,999999999,29,0.0000,0,88,0.000,0.0,1.0 +1976,9,21,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,21.10,16.10,73,99900,482,1357,402,127,47,110,13900,4400,12400,3150,230,6.20,9,9,6.4,2440,9,999999999,28,0.0000,0,88,0.000,0.0,1.0 +1976,9,21,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,21.10,16.10,73,99900,694,1357,382,288,158,206,31400,16300,23100,5170,260,5.70,6,6,6.4,2440,9,999999999,28,0.0000,0,88,0.000,0.0,1.0 +1976,9,21,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,22.20,16.10,68,100000,858,1357,401,485,356,259,52400,38000,28300,6690,250,4.60,8,8,8.0,610,9,999999999,28,0.0000,0,88,0.000,0.0,1.0 +1976,9,21,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.30,14.40,58,100000,965,1357,376,400,283,198,43700,29500,22700,5600,270,6.70,4,4,11.3,77777,9,999999999,26,0.0000,0,88,0.000,0.0,1.0 +1976,9,21,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.30,14.40,58,99900,1007,1357,376,594,408,289,62700,42400,31200,8990,290,5.20,7,4,12.9,2440,9,999999999,26,0.0000,0,88,0.000,0.0,1.0 +1976,9,21,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,22.80,13.90,57,100000,980,1357,365,664,630,206,69400,63500,23300,5930,310,6.70,5,3,19.3,77777,9,999999999,25,0.0000,0,88,0.000,0.0,1.0 +1976,9,21,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.30,12.80,52,100000,888,1357,403,413,165,304,45000,17400,33600,8700,280,6.70,10,8,19.3,3050,9,999999999,23,0.0000,0,88,0.000,0.0,1.0 +1976,9,21,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,22.20,11.70,51,100000,735,1357,396,234,29,218,25700,2900,24100,6830,270,6.20,10,8,19.3,3660,9,999999999,21,0.0000,0,88,0.000,0.0,1.0 +1976,9,21,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,20.60,11.70,57,100000,533,1357,402,121,2,120,13900,100,13800,4850,320,5.20,10,10,24.1,3660,9,999999999,22,0.0000,0,88,0.000,0.0,1.0 +1976,9,21,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,20.00,10.60,55,100000,296,1357,398,53,5,52,6100,200,6100,2000,300,4.60,10,10,24.1,2440,9,999999999,20,0.0000,0,88,0.000,0.0,1.0 +1976,9,21,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,20.00,10.60,55,100100,57,938,399,15,0,15,1700,0,1700,540,310,4.60,10,10,24.1,2440,9,999999999,20,0.0000,0,88,0.000,0.0,1.0 +1976,9,21,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,19.40,10.60,57,100100,0,0,396,0,0,0,0,0,0,0,310,4.60,10,10,24.1,2440,9,999999999,20,0.0000,0,88,0.000,0.0,1.0 +1976,9,21,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,18.90,10.00,57,100200,0,0,393,0,0,0,0,0,0,0,320,4.10,10,10,24.1,2130,9,999999999,20,0.0000,0,88,0.000,0.0,1.0 +1976,9,21,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,18.30,8.30,52,100200,0,0,389,0,0,0,0,0,0,0,320,3.60,10,10,24.1,2130,9,999999999,18,0.0000,0,88,0.000,0.0,1.0 +1976,9,21,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,17.80,8.90,56,100200,0,0,387,0,0,0,0,0,0,0,330,5.70,10,10,24.1,2130,9,999999999,18,0.0000,0,88,0.000,0.0,1.0 +1976,9,21,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,16.10,8.30,60,100200,0,0,378,0,0,0,0,0,0,0,330,6.20,10,10,24.1,2130,9,999999999,18,0.0000,0,88,0.000,0.0,1.0 +1976,9,21,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,16.10,8.30,60,100300,0,0,364,0,0,0,0,0,0,0,330,6.20,8,8,24.1,2130,9,999999999,18,0.0000,0,88,0.000,0.0,1.0 +1976,9,22,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,15.00,8.30,65,100300,0,0,344,0,0,0,0,0,0,0,330,4.60,6,6,24.1,2130,9,999999999,18,0.0000,0,88,0.000,0.0,1.0 +1976,9,22,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,12.80,7.80,72,100300,0,0,292,0,0,0,0,0,0,0,310,4.60,0,0,24.1,77777,9,999999999,17,0.0000,0,88,0.000,0.0,1.0 +1976,9,22,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,12.80,7.80,72,100300,0,0,291,0,0,0,0,0,0,0,310,4.60,0,0,24.1,77777,9,999999999,17,0.0000,0,88,0.000,0.0,1.0 +1976,9,22,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,12.20,7.20,72,100300,0,0,286,0,0,0,0,0,0,0,330,3.10,0,0,24.1,77777,9,999999999,17,0.0000,0,88,0.000,0.0,1.0 +1976,9,22,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,11.70,7.20,74,100400,0,0,283,0,0,0,0,0,0,0,310,3.60,0,0,24.1,77777,9,999999999,17,0.0000,0,88,0.000,0.0,1.0 +1976,9,22,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,11.70,7.20,74,100500,24,600,282,12,0,12,1400,0,1400,420,300,2.60,0,0,24.1,77777,9,999999999,17,0.0000,0,88,0.000,0.0,1.0 +1976,9,22,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,13.90,7.20,64,100500,235,1357,290,91,177,60,9600,12300,7500,1120,360,3.10,0,0,24.1,77777,9,999999999,17,0.0000,0,88,0.000,0.0,1.0 +1976,9,22,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,15.60,8.30,62,100500,478,1357,298,259,426,107,27200,39600,13200,2030,150,3.10,0,0,24.1,77777,9,999999999,18,0.0000,0,88,0.000,0.0,1.0 +1976,9,22,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,15.60,8.30,62,100600,689,1357,312,405,451,175,42700,45300,19600,3730,150,3.10,2,2,24.1,77777,9,999999999,18,0.0000,0,88,0.000,0.0,1.0 +1976,9,22,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,16.70,9.40,63,100600,853,1357,304,583,648,173,60700,64900,19800,4190,140,4.10,0,0,24.1,77777,9,999999999,19,0.0000,0,88,0.000,0.0,1.0 +1976,9,22,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,17.20,10.60,65,100500,960,1357,353,558,351,308,60300,37800,33400,8980,110,5.20,6,6,24.1,2440,9,999999999,20,0.0000,0,88,0.000,0.0,1.0 +1976,9,22,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,18.30,8.90,54,100500,1001,1357,356,683,535,286,72100,55500,31000,8800,240,4.60,6,6,24.1,1220,9,999999999,18,0.0000,0,88,0.000,0.0,1.0 +1976,9,22,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,19.40,7.80,47,100500,974,1357,376,285,78,228,31800,8300,25800,7080,230,6.20,8,8,19.3,910,9,999999999,17,0.0000,0,88,0.000,0.0,1.0 +1976,9,22,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,18.30,9.40,56,100600,881,1357,357,557,439,271,58100,45200,28700,7050,320,6.70,7,6,24.1,910,9,999999999,19,0.0000,0,88,0.000,0.0,1.0 +1976,9,22,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,18.90,7.20,47,100600,728,1357,316,455,550,158,48800,55800,18800,3410,290,6.70,1,1,24.1,77777,9,999999999,17,0.0000,0,88,0.000,0.0,1.0 +1976,9,22,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,18.90,6.10,43,100700,526,1357,323,288,423,123,30300,40300,14700,2380,270,6.70,2,2,24.1,77777,9,999999999,15,0.0000,0,88,0.000,0.0,1.0 +1976,9,22,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,18.30,6.10,45,100800,288,1357,313,96,144,65,10200,11200,7900,1200,280,5.20,1,1,24.1,77777,9,999999999,16,0.0000,0,88,0.000,0.0,1.0 +1976,9,22,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,17.20,4.40,43,100900,52,894,306,19,10,18,2000,600,2000,440,280,4.60,1,1,24.1,77777,9,999999999,14,0.0000,0,88,0.000,0.0,1.0 +1976,9,22,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,17.20,6.10,48,101000,0,0,366,0,0,0,0,0,0,0,270,3.60,8,8,24.1,1370,9,999999999,16,0.0000,0,88,0.000,0.0,1.0 +1976,9,22,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,16.70,5.60,48,101100,0,0,324,0,0,0,0,0,0,0,300,5.70,3,3,24.1,77777,9,999999999,15,0.0000,0,88,0.000,0.0,1.0 +1976,9,22,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,15.00,6.10,56,101200,0,0,296,0,0,0,0,0,0,0,230,4.10,0,0,24.1,77777,9,999999999,16,0.0000,0,88,0.000,0.0,1.0 +1976,9,22,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,13.90,6.70,62,101300,0,0,294,0,0,0,0,0,0,0,260,4.60,0,0,24.1,77777,9,999999999,16,0.0000,0,88,0.000,0.0,1.0 +1976,9,22,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,12.80,6.10,64,101400,0,0,289,0,0,0,0,0,0,0,240,4.60,0,0,24.1,77777,9,999999999,16,0.0000,0,88,0.000,0.0,1.0 +1976,9,22,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,13.30,3.90,53,101500,0,0,286,0,0,0,0,0,0,0,270,5.70,0,0,24.1,77777,9,999999999,14,0.0000,0,88,0.000,0.0,1.0 +1976,9,23,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,13.30,3.30,51,101600,0,0,284,0,0,0,0,0,0,0,280,6.70,0,0,24.1,77777,9,999999999,13,0.0000,0,88,0.000,0.0,1.0 +1976,9,23,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,13.30,2.80,49,101600,0,0,283,0,0,0,0,0,0,0,270,7.70,0,0,24.1,77777,9,999999999,13,0.0000,0,88,0.000,0.0,1.0 +1976,9,23,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,12.20,3.30,55,101700,0,0,279,0,0,0,0,0,0,0,250,5.70,0,0,24.1,77777,9,999999999,13,0.0000,0,88,0.000,0.0,1.0 +1976,9,23,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,11.10,3.30,59,101800,0,0,274,0,0,0,0,0,0,0,240,6.20,0,0,24.1,77777,9,999999999,13,0.0000,0,88,0.000,0.0,1.0 +1976,9,23,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,10.00,3.30,64,101800,0,0,268,0,0,0,0,0,0,0,240,4.10,0,0,24.1,77777,9,999999999,13,0.0000,0,88,0.000,0.0,1.0 +1976,9,23,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,9.40,3.90,69,101800,22,577,266,15,0,10,0,0,0,0,220,4.10,0,0,24.1,77777,9,999999999,14,0.0000,0,88,0.000,0.0,1.0 +1976,9,23,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,11.10,4.40,64,101900,231,1358,272,115,448,38,11800,32300,6300,700,250,5.20,0,0,24.1,77777,9,999999999,14,0.0000,0,88,0.000,0.0,1.0 +1976,9,23,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,13.90,3.30,49,102000,473,1358,280,301,692,58,31300,64100,8900,1200,260,5.70,0,0,24.1,77777,9,999999999,13,0.0000,0,88,0.000,0.0,1.0 +1976,9,23,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,15.00,3.90,48,102000,684,1358,284,478,793,76,50600,78200,11100,1720,250,6.20,0,0,24.1,77777,9,999999999,14,0.0000,0,88,0.000,0.0,1.0 +1976,9,23,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,16.10,3.30,43,102000,849,1358,286,626,856,88,64900,84800,11800,2000,230,6.20,0,0,24.1,77777,9,999999999,13,0.0000,0,88,0.000,0.0,1.0 +1976,9,23,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,17.80,3.90,40,102000,955,1358,303,679,827,95,70400,82400,12300,2400,250,6.20,1,1,24.1,77777,9,999999999,14,0.0000,0,88,0.000,0.0,1.0 +1976,9,23,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,18.90,5.00,40,101900,996,1358,310,718,850,91,74400,84900,12000,2520,250,7.70,1,1,24.1,77777,9,999999999,15,0.0000,0,88,0.000,0.0,1.0 +1976,9,23,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,20.60,6.10,39,101800,968,1358,320,679,787,114,72100,79500,15300,3220,230,7.20,1,1,24.1,77777,9,999999999,16,0.0000,0,88,0.000,0.0,1.0 +1976,9,23,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,21.10,6.70,39,101800,875,1358,324,564,679,124,60300,69200,15600,3220,200,7.70,1,1,24.1,77777,9,999999999,16,0.0000,0,88,0.000,0.0,1.0 +1976,9,23,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,21.10,7.20,41,101700,721,1358,326,475,762,67,49600,74700,9800,1590,220,11.30,1,1,24.1,77777,9,999999999,17,0.0000,0,88,0.000,0.0,1.0 +1976,9,23,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,20.60,7.80,44,101600,519,1358,319,335,710,62,35000,67100,9300,1300,200,8.20,0,0,24.1,77777,9,999999999,17,0.0000,0,88,0.000,0.0,1.0 +1976,9,23,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,18.90,9.40,54,101600,281,1358,317,149,509,42,15400,39900,7100,790,200,9.30,0,0,24.1,77777,9,999999999,19,0.0000,0,88,0.000,0.0,1.0 +1976,9,23,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,17.80,9.40,58,101600,48,849,321,23,77,15,2100,2900,1900,260,200,8.20,3,1,24.1,77777,9,999999999,19,0.0000,0,88,0.000,0.0,1.0 +1976,9,23,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,17.20,10.00,63,101700,0,0,328,0,0,0,0,0,0,0,200,6.20,3,2,24.1,77777,9,999999999,20,0.0000,0,88,0.000,0.0,1.0 +1976,9,23,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,16.70,10.60,67,101700,0,0,322,0,0,0,0,0,0,0,200,6.20,1,1,24.1,77777,9,999999999,20,0.0000,0,88,0.000,0.0,1.0 +1976,9,23,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,16.70,11.10,70,101700,0,0,317,0,0,0,0,0,0,0,190,7.20,3,0,24.1,77777,9,999999999,21,0.0000,0,88,0.000,0.0,1.0 +1976,9,23,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,16.70,12.20,75,101700,0,0,328,0,0,0,0,0,0,0,190,6.70,3,1,24.1,77777,9,999999999,23,0.0000,0,88,0.000,0.0,1.0 +1976,9,23,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,17.20,12.80,75,101700,0,0,350,0,0,0,0,0,0,0,210,6.20,6,4,24.1,7620,9,999999999,23,0.0000,0,88,0.000,0.0,1.0 +1976,9,23,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,17.80,13.90,78,101700,0,0,367,0,0,0,0,0,0,0,210,4.60,6,6,24.1,7620,9,999999999,25,0.0000,0,88,0.000,0.0,1.0 +1976,9,24,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,17.80,14.40,81,101700,0,0,368,0,0,0,0,0,0,0,240,4.60,7,6,24.1,7620,9,999999999,26,0.0000,0,88,0.000,0.0,1.0 +1976,9,24,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,17.20,14.40,84,101700,0,0,365,0,0,0,0,0,0,0,240,4.10,7,6,24.1,7620,9,999999999,26,0.0000,0,88,0.000,0.0,1.0 +1976,9,24,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,17.20,14.40,84,101700,0,0,376,0,0,0,0,0,0,0,300,5.20,8,8,19.3,730,9,999999999,26,0.0000,0,88,0.000,0.0,1.0 +1976,9,24,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,16.10,6.70,54,101800,0,0,354,0,0,0,0,0,0,0,290,5.20,7,7,24.1,2440,9,999999999,16,0.0000,0,88,0.000,0.0,1.0 +1976,9,24,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,15.00,2.20,42,101900,0,0,351,0,0,0,0,0,0,0,300,5.70,8,8,24.1,2440,9,999999999,12,0.0000,0,88,0.000,0.0,1.0 +1976,9,24,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,14.40,2.20,44,101900,20,555,365,5,0,5,0,0,0,0,320,5.70,10,10,24.1,1830,9,999999999,13,0.0000,0,88,0.000,0.0,1.0 +1976,9,24,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,13.90,0.60,40,102000,226,1359,352,56,6,55,6300,100,6200,1880,310,3.10,10,9,24.1,2440,9,999999999,11,0.0000,0,88,0.000,0.0,1.0 +1976,9,24,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,13.90,1.10,42,102000,469,1359,344,130,77,103,14400,7400,11800,2350,320,4.60,8,8,24.1,2440,9,999999999,12,0.0000,0,88,0.000,0.0,1.0 +1976,9,24,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,13.90,0.60,40,102000,679,1359,334,244,86,201,26800,8500,22500,6090,300,4.10,8,7,24.1,2130,9,999999999,11,0.0000,0,88,0.000,0.0,1.0 +1976,9,24,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,14.40,1.70,42,102100,844,1359,329,466,330,260,50200,35200,28300,6650,280,4.10,7,6,32.2,7620,9,999999999,12,0.0000,0,88,0.000,0.0,1.0 +1976,9,24,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,16.10,2.20,39,102000,949,1359,337,454,228,293,49100,24600,31900,8370,290,4.10,7,6,32.2,7620,9,999999999,12,0.0000,0,88,0.000,0.0,1.0 +1976,9,24,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,17.80,1.70,34,102000,990,1359,335,632,471,287,66600,48900,30900,8660,270,4.10,7,5,32.2,7620,9,999999999,12,0.0000,0,88,0.000,0.0,1.0 +1976,9,24,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,18.90,1.70,32,101800,962,1359,340,597,316,372,63600,33900,39500,11240,350,1.50,7,5,32.2,7620,9,999999999,12,0.0000,0,88,0.000,0.0,1.0 +1976,9,24,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,17.80,3.90,40,101800,868,1359,330,502,466,202,53700,48100,22900,5030,160,4.10,6,4,32.2,7620,9,999999999,14,0.0000,0,88,0.000,0.0,1.0 +1976,9,24,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,17.80,2.80,37,101800,715,1359,328,405,408,189,42500,41100,20800,4120,120,3.60,6,4,48.3,7620,9,999999999,13,0.0000,0,88,0.000,0.0,1.0 +1976,9,24,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,17.80,2.80,37,101800,511,1359,320,270,366,131,28100,34600,15100,2550,120,4.10,4,3,32.2,77777,9,999999999,13,0.0000,0,88,0.000,0.0,1.0 +1976,9,24,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,16.70,5.00,46,101800,273,1359,304,103,182,65,10800,13700,8100,1210,120,4.10,2,1,32.2,77777,9,999999999,15,0.0000,0,88,0.000,0.0,1.0 +1976,9,24,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,15.00,7.80,62,101800,43,827,298,19,11,17,1900,600,1900,410,130,3.60,0,0,32.2,77777,9,999999999,17,0.0000,0,88,0.000,0.0,1.0 +1976,9,24,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,13.90,7.80,67,101900,0,0,294,0,0,0,0,0,0,0,130,4.10,0,0,32.2,77777,9,999999999,17,0.0000,0,88,0.000,0.0,1.0 +1976,9,24,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,13.30,8.30,72,101900,0,0,294,0,0,0,0,0,0,0,150,3.10,0,0,32.2,77777,9,999999999,18,0.0000,0,88,0.000,0.0,1.0 +1976,9,24,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,12.80,7.20,69,101900,0,0,291,0,0,0,0,0,0,0,150,1.50,0,0,32.2,77777,9,999999999,17,0.0000,0,88,0.000,0.0,1.0 +1976,9,24,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,13.30,4.40,55,101900,0,0,287,0,0,0,0,0,0,0,300,4.10,0,0,32.2,77777,9,999999999,14,0.0000,0,88,0.000,0.0,1.0 +1976,9,24,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,12.20,4.40,59,101900,0,0,283,0,0,0,0,0,0,0,310,4.10,0,0,32.2,77777,9,999999999,14,0.0000,0,88,0.000,0.0,1.0 +1976,9,24,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,11.10,3.90,61,101900,0,0,277,0,0,0,0,0,0,0,310,3.10,0,0,32.2,77777,9,999999999,14,0.0000,0,88,0.000,0.0,1.0 +1976,9,25,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,10.60,3.30,61,101900,0,0,274,0,0,0,0,0,0,0,320,3.60,0,0,32.2,77777,9,999999999,13,0.0000,0,88,0.000,0.0,1.0 +1976,9,25,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,10.00,2.80,61,101900,0,0,270,0,0,0,0,0,0,0,320,3.60,0,0,32.2,77777,9,999999999,13,0.0000,0,88,0.000,0.0,1.0 +1976,9,25,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,8.90,2.80,66,101900,0,0,265,0,0,0,0,0,0,0,310,4.10,0,0,32.2,77777,9,999999999,13,0.0000,0,88,0.000,0.0,1.0 +1976,9,25,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,8.90,2.80,66,101900,0,0,264,0,0,0,0,0,0,0,330,4.10,0,0,32.2,77777,9,999999999,13,0.0000,0,88,0.000,0.0,1.0 +1976,9,25,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,8.90,2.80,66,101900,0,0,263,0,0,0,0,0,0,0,320,4.10,0,0,32.2,77777,9,999999999,13,0.0000,0,88,0.000,0.0,1.0 +1976,9,25,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,8.30,2.80,68,101900,18,533,260,9,0,9,0,0,0,0,320,3.60,0,0,32.2,77777,9,999999999,13,0.0000,0,88,0.000,0.0,1.0 +1976,9,25,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,10.00,3.90,66,102000,222,1360,267,79,111,60,8500,7900,7200,1280,310,2.60,0,0,32.2,77777,9,999999999,14,0.0000,0,88,0.000,0.0,1.0 +1976,9,25,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,12.80,5.00,59,102000,464,1360,279,237,351,116,24700,32300,13600,2210,300,2.60,0,0,32.2,77777,9,999999999,15,0.0000,0,88,0.000,0.0,1.0 +1976,9,25,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,14.40,6.70,60,102000,675,1360,289,411,491,166,43400,49100,18900,3490,280,3.10,1,0,24.1,77777,9,999999999,16,0.0000,0,88,0.000,0.0,1.0 +1976,9,25,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,16.10,5.60,50,102000,838,1360,292,559,585,196,59800,60200,22500,4720,250,2.60,0,0,32.2,77777,9,999999999,15,0.0000,0,88,0.000,0.0,1.0 +1976,9,25,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,17.20,2.80,38,101900,944,1360,289,661,638,216,68600,63900,24100,5770,290,4.10,0,0,32.2,77777,9,999999999,13,0.0000,0,88,0.000,0.0,1.0 +1976,9,25,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,18.30,2.80,36,101900,984,1360,293,699,655,222,72600,65800,24900,6340,290,5.20,0,0,32.2,77777,9,999999999,13,0.0000,0,88,0.000,0.0,1.0 +1976,9,25,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,18.90,3.30,36,101800,956,1360,297,674,645,218,69900,64600,24300,5940,300,5.20,0,0,32.2,77777,9,999999999,13,0.0000,0,88,0.000,0.0,1.0 +1976,9,25,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,20.00,3.90,35,101800,862,1360,304,585,595,205,62400,61300,23500,5070,270,4.10,1,0,32.2,77777,9,999999999,14,0.0000,0,88,0.000,0.0,1.0 +1976,9,25,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,20.00,3.30,33,101800,708,1360,303,446,519,174,47100,52300,19800,3740,300,6.20,1,0,32.2,77777,9,999999999,13,0.0000,0,88,0.000,0.0,1.0 +1976,9,25,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,20.00,3.30,33,101800,504,1360,304,271,381,128,28200,35900,14900,2480,280,6.20,1,0,32.2,77777,9,999999999,13,0.0000,0,88,0.000,0.0,1.0 +1976,9,25,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,18.30,3.30,37,101800,266,1360,298,104,156,73,10900,11600,8600,1400,290,3.10,1,0,32.2,77777,9,999999999,13,0.0000,0,88,0.000,0.0,1.0 +1976,9,25,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,17.20,3.30,40,101800,39,782,295,17,2,16,1800,0,1800,540,240,3.60,0,0,32.2,77777,9,999999999,13,0.0000,0,88,0.000,0.0,1.0 +1976,9,25,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,16.70,3.30,41,101800,0,0,294,0,0,0,0,0,0,0,270,1.50,0,0,32.2,77777,9,999999999,13,0.0000,0,88,0.000,0.0,1.0 +1976,9,25,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,13.90,7.80,67,101900,0,0,310,0,0,0,0,0,0,0,190,3.10,2,2,32.2,77777,9,999999999,17,0.0000,0,88,0.000,0.0,1.0 +1976,9,25,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,13.30,8.90,75,101900,0,0,317,0,0,0,0,0,0,0,200,2.60,3,3,32.2,77777,9,999999999,19,0.0000,0,88,0.000,0.0,1.0 +1976,9,25,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,14.40,8.30,67,101900,0,0,314,0,0,0,0,0,0,0,240,4.10,2,2,32.2,77777,9,999999999,18,0.0000,0,88,0.000,0.0,1.0 +1976,9,25,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,13.30,7.80,69,101900,0,0,295,0,0,0,0,0,0,0,230,2.60,0,0,32.2,77777,9,999999999,17,0.0000,0,88,0.000,0.0,1.0 +1976,9,25,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,12.80,8.30,75,101900,0,0,295,0,0,0,0,0,0,0,240,3.10,0,0,32.2,77777,9,999999999,18,0.0000,0,88,0.000,0.0,1.0 +1976,9,26,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,12.20,8.30,77,102000,0,0,292,0,0,0,0,0,0,0,220,2.10,0,0,32.2,77777,9,999999999,18,0.0000,0,88,0.000,0.0,1.0 +1976,9,26,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,12.80,8.30,75,102000,0,0,294,0,0,0,0,0,0,0,230,2.10,0,0,32.2,77777,9,999999999,18,0.0000,0,88,0.000,0.0,1.0 +1976,9,26,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,12.20,8.30,77,102000,0,0,291,0,0,0,0,0,0,0,270,1.50,0,0,32.2,77777,9,999999999,18,0.0000,0,88,0.000,0.0,1.0 +1976,9,26,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,11.70,8.30,80,102000,0,0,301,0,0,0,0,0,0,0,360,1.00,2,2,24.1,77777,9,999999999,18,0.0000,0,88,0.000,0.0,1.0 +1976,9,26,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,11.70,8.90,83,102000,0,0,308,0,0,0,0,0,0,0,210,1.50,3,3,19.3,77777,9,999999999,19,0.0000,0,88,0.000,0.0,1.0 +1976,9,26,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,11.10,8.90,86,102000,17,510,298,10,0,7,0,0,0,0,190,2.10,3,2,19.3,77777,9,999999999,19,0.0000,0,88,0.000,0.0,1.0 +1976,9,26,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,13.30,10.00,80,102100,217,1361,329,92,197,60,9600,13000,7500,1140,220,1.50,8,5,19.3,7620,9,999999999,20,0.0000,0,88,0.000,0.0,1.0 +1976,9,26,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,14.40,10.60,78,102100,459,1361,335,190,155,138,20700,14600,15800,3140,200,1.50,8,5,19.3,7620,9,999999999,21,0.0000,0,88,0.000,0.0,1.0 +1976,9,26,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,14.40,10.60,78,102100,670,1361,320,429,564,149,45700,56400,17800,3090,140,2.60,8,3,19.3,77777,9,999999999,21,0.0000,0,88,0.000,0.0,1.0 +1976,9,26,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,16.10,11.10,72,102100,833,1361,363,319,156,223,35300,16400,25200,6100,120,2.10,9,8,24.1,7620,9,999999999,21,0.0000,0,88,0.000,0.0,1.0 +1976,9,26,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,18.90,11.70,63,102100,939,1361,378,381,93,317,42000,9500,35400,11050,130,3.60,10,8,24.1,7620,9,999999999,22,0.0000,0,88,0.000,0.0,1.0 +1976,9,26,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,18.90,12.20,65,102000,979,1361,379,512,252,330,55200,27200,35600,9910,100,3.10,10,8,24.1,1520,9,999999999,23,0.0000,0,88,0.000,0.0,1.0 +1976,9,26,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,21.10,10.60,51,101900,950,1361,357,547,475,213,59000,49300,24500,5900,200,5.20,9,4,24.1,77777,9,999999999,21,0.0000,0,88,0.000,0.0,1.0 +1976,9,26,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,21.10,9.40,47,101800,855,1361,387,284,31,265,31300,3100,29300,8850,180,5.20,9,8,24.1,7620,9,999999999,19,0.0000,0,88,0.000,0.0,1.0 +1976,9,26,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,18.90,10.00,57,101800,701,1361,392,207,3,206,23600,300,23500,8250,160,6.20,10,10,24.1,3050,9,999999999,20,0.0000,0,88,0.000,0.0,1.0 +1976,9,26,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,18.30,8.90,54,101700,497,1361,388,111,1,111,12800,100,12700,4420,180,6.20,10,10,24.1,2440,9,999999999,18,0.0000,0,88,0.000,0.0,1.0 +1976,9,26,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,17.20,10.60,65,101700,258,1361,384,29,5,28,3500,100,3400,1140,160,5.70,10,10,24.1,2440,9,999999999,21,0.0000,0,88,0.000,0.0,1.0 +1976,9,26,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,16.10,12.20,78,101600,35,737,379,5,0,5,600,0,600,200,140,5.20,10,10,19.3,1160,9,999999999,23,0.0000,0,88,0.000,0.0,1.0 +1976,9,26,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,15.60,12.80,84,101500,0,0,377,0,0,0,0,0,0,0,150,6.20,10,10,19.3,1160,9,999999999,24,0.0000,0,88,0.000,0.3,1.0 +1976,9,26,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,15.60,13.30,87,101500,0,0,378,0,0,0,0,0,0,0,150,6.20,10,10,19.3,1160,9,999999999,24,0.0000,0,88,0.000,0.0,1.0 +1976,9,26,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,15.60,13.90,90,101400,0,0,378,0,0,0,0,0,0,0,170,4.10,10,10,19.3,880,9,999999999,25,0.0000,0,88,0.000,0.0,1.0 +1976,9,26,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,16.10,14.40,90,101300,0,0,381,0,0,0,0,0,0,0,150,3.60,10,10,19.3,910,9,999999999,26,0.0000,0,88,0.000,0.3,1.0 +1976,9,26,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,16.70,15.60,93,101200,0,0,385,0,0,0,0,0,0,0,170,3.60,10,10,16.1,1520,9,999999999,28,0.0000,0,88,0.000,0.0,1.0 +1976,9,26,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,17.20,16.10,93,101100,0,0,389,0,0,0,0,0,0,0,170,4.10,10,10,9.7,1980,9,999999999,28,0.0000,0,88,0.000,0.5,1.0 +1976,9,27,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,18.90,17.20,90,101000,0,0,398,0,0,0,0,0,0,0,210,6.70,10,10,9.7,1980,9,999999999,30,0.0000,0,88,0.000,0.3,1.0 +1976,9,27,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,18.90,16.70,87,101000,0,0,398,0,0,0,0,0,0,0,200,4.10,10,10,8.0,2130,9,999999999,29,0.0000,0,88,0.000,0.3,1.0 +1976,9,27,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,18.30,17.20,93,100900,0,0,395,0,0,0,0,0,0,0,200,3.60,10,10,6.4,910,9,999999999,30,0.0000,0,88,0.000,0.3,1.0 +1976,9,27,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,18.30,16.10,87,100700,0,0,394,0,0,0,0,0,0,0,190,6.20,10,10,9.7,1490,9,999999999,28,0.0000,0,88,0.000,0.8,1.0 +1976,9,27,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,18.30,16.70,90,100600,0,0,394,0,0,0,0,0,0,0,200,6.20,10,10,8.0,550,9,999999999,29,0.0000,0,88,0.000,0.3,1.0 +1976,9,27,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,18.90,17.20,90,100600,15,488,397,3,0,3,0,0,0,0,220,6.20,10,10,6.4,370,9,999999999,30,0.0000,0,88,0.000,0.0,1.0 +1976,9,27,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,19.40,17.80,90,100600,212,1361,400,52,2,52,5800,0,5800,1760,230,6.20,10,10,16.1,6100,9,999999999,31,0.0000,0,88,0.000,0.0,1.0 +1976,9,27,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,20.60,17.80,84,100600,455,1361,406,131,5,129,14700,300,14500,4680,230,7.20,10,10,16.1,6100,9,999999999,31,0.0000,0,88,0.000,0.0,1.0 +1976,9,27,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,22.20,18.30,79,100700,665,1361,381,396,501,149,42100,50100,17600,3080,240,7.20,9,4,16.1,77777,9,999999999,32,0.0000,0,88,0.000,0.0,1.0 +1976,9,27,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,22.80,17.80,74,100700,828,1361,412,209,2,208,24300,200,24200,9130,250,6.70,10,9,19.3,730,9,999999999,32,0.0000,0,88,0.000,0.0,1.0 +1976,9,27,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,22.80,17.80,74,100600,933,1361,418,175,3,173,21000,200,20900,8350,260,6.70,10,10,19.3,880,9,999999999,32,0.0000,0,88,0.000,0.0,1.0 +1976,9,27,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.30,17.80,71,100600,973,1361,421,300,7,295,34800,600,34300,12800,250,5.70,10,10,17.7,1100,9,999999999,31,0.0000,0,88,0.000,0.0,1.0 +1976,9,27,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,22.80,17.80,74,100500,944,1361,418,279,1,278,32300,100,32200,12080,250,5.20,10,10,16.1,1100,9,999999999,31,0.0000,0,88,0.000,0.0,1.0 +1976,9,27,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,22.80,17.80,74,100500,849,1361,418,272,10,266,31200,900,30600,11010,240,5.20,10,10,16.1,1310,9,999999999,31,0.0000,0,88,0.000,0.0,1.0 +1976,9,27,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,22.20,18.30,79,100500,694,1361,416,144,6,141,16900,400,16700,6210,250,4.60,10,10,14.5,1250,9,999999999,32,0.0000,0,88,0.000,0.3,1.0 +1976,9,27,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,21.10,18.30,84,100400,490,1361,410,78,1,77,9100,100,9100,3280,210,3.60,10,10,8.0,1400,9,999999999,32,0.0000,0,88,0.000,2.3,1.0 +1976,9,27,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,20.60,18.90,90,100400,251,1361,408,35,1,35,4100,0,4100,1370,210,3.10,10,10,4.8,1100,9,999999999,33,0.0000,0,88,0.000,0.5,1.0 +1976,9,27,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,20.60,18.90,90,100400,31,692,408,14,0,14,1600,0,1600,480,230,4.10,10,10,4.8,240,9,999999999,33,0.0000,0,88,0.000,1.0,1.0 +1976,9,27,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,20.00,18.90,93,100400,0,0,405,0,0,0,0,0,0,0,340,5.20,10,10,4.8,240,9,999999999,33,0.0000,0,88,0.000,0.5,1.0 +1976,9,27,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,17.80,16.10,90,100500,0,0,391,0,0,0,0,0,0,0,10,6.20,10,10,11.3,310,9,999999999,28,0.0000,0,88,0.000,0.3,1.0 +1976,9,27,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,17.20,15.60,90,100500,0,0,388,0,0,0,0,0,0,0,360,4.10,10,10,17.7,370,9,999999999,27,0.0000,0,88,0.000,0.3,1.0 +1976,9,27,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,15.60,14.40,93,100500,0,0,379,0,0,0,0,0,0,0,10,5.20,10,10,17.7,370,9,999999999,26,0.0000,0,88,0.000,0.0,1.0 +1976,9,27,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,14.40,13.30,93,100500,0,0,372,0,0,0,0,0,0,0,30,5.70,10,10,16.1,210,9,999999999,24,0.0000,0,88,0.000,0.3,1.0 +1976,9,27,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,13.90,12.80,93,100500,0,0,369,0,0,0,0,0,0,0,30,6.20,10,10,16.1,240,9,999999999,23,0.0000,0,88,0.000,0.0,1.0 +1976,9,28,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,13.90,12.20,90,100500,0,0,369,0,0,0,0,0,0,0,350,5.20,10,10,16.1,240,9,999999999,23,0.0000,0,88,0.000,0.3,1.0 +1976,9,28,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,13.30,12.80,96,100500,0,0,366,0,0,0,0,0,0,0,360,5.20,10,10,6.4,180,9,999999999,23,0.0000,0,88,0.000,0.0,1.0 +1976,9,28,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,13.90,12.20,90,100500,0,0,368,0,0,0,0,0,0,0,20,4.10,10,10,12.9,210,9,999999999,23,0.0000,0,88,0.000,0.0,1.0 +1976,9,28,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,13.30,12.20,93,100600,0,0,365,0,0,0,0,0,0,0,360,5.20,10,10,16.1,310,9,999999999,22,0.0000,0,88,0.000,0.0,1.0 +1976,9,28,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,13.30,11.70,90,100600,0,0,364,0,0,0,0,0,0,0,350,4.10,10,10,19.3,310,9,999999999,22,0.0000,0,88,0.000,0.0,1.0 +1976,9,28,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,13.30,11.10,87,100700,14,465,364,6,0,6,0,0,0,0,350,4.10,10,10,19.3,310,9,999999999,21,0.0000,0,88,0.000,0.0,1.0 +1976,9,28,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,13.30,11.10,87,100800,208,1362,364,58,0,58,6400,0,6400,1870,320,4.10,10,10,20.9,940,9,999999999,21,0.0000,0,88,0.000,0.0,1.0 +1976,9,28,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,13.90,10.60,80,100900,450,1362,359,153,48,137,16800,4500,15300,3630,330,5.20,9,9,20.9,670,9,999999999,20,0.0000,0,88,0.000,0.0,1.0 +1976,9,28,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,16.10,11.10,72,101000,660,1362,342,358,429,149,38100,42800,17300,3070,320,4.60,5,5,20.9,77777,9,999999999,21,0.0000,0,88,0.000,0.0,1.0 +1976,9,28,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,17.20,9.40,60,101000,823,1362,329,548,653,151,57400,65500,17700,3580,310,6.20,3,3,24.1,77777,9,999999999,19,0.0000,0,88,0.000,0.0,1.0 +1976,9,28,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,17.20,8.90,58,101000,928,1362,351,469,309,258,51200,33300,28500,7040,320,5.70,6,6,24.1,1070,9,999999999,18,0.0000,0,88,0.000,0.0,1.0 +1976,9,28,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,17.20,7.80,54,101000,967,1362,365,655,570,248,69800,59200,27700,7110,320,5.70,8,8,24.1,1220,9,999999999,17,0.0000,0,88,0.000,0.0,1.0 +1976,9,28,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,18.30,6.70,47,101000,938,1362,353,682,745,166,71900,75600,19800,4540,310,6.20,6,6,24.1,1370,9,999999999,16,0.0000,0,88,0.000,0.0,1.0 +1976,9,28,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,18.90,6.10,43,101000,842,1362,347,520,553,175,56100,57000,20800,4180,310,6.70,5,5,24.1,77777,9,999999999,16,0.0000,0,88,0.000,0.0,1.0 +1976,9,28,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,18.30,5.00,42,101100,687,1362,334,438,572,147,46800,57500,17700,3070,340,6.20,4,4,24.1,77777,9,999999999,15,0.0000,0,88,0.000,0.0,1.0 +1976,9,28,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,16.70,4.40,45,101100,482,1362,318,316,638,88,32600,58800,11700,1680,320,5.20,3,3,24.1,77777,9,999999999,14,0.0000,0,88,0.000,0.0,1.0 +1976,9,28,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,16.70,5.00,46,101200,243,1362,304,121,450,40,12500,33100,6500,740,360,4.60,1,1,24.1,77777,9,999999999,15,0.0000,0,88,0.000,0.0,1.0 +1976,9,28,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,15.00,5.00,51,101300,28,647,306,19,0,12,1600,2200,1500,210,360,3.10,2,2,24.1,77777,9,999999999,15,0.0000,0,88,0.000,0.0,1.0 +1976,9,28,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,13.90,5.00,55,101300,0,0,302,0,0,0,0,0,0,0,20,2.60,2,2,24.1,77777,9,999999999,15,0.0000,0,88,0.000,0.0,1.0 +1976,9,28,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,12.80,5.60,62,101400,0,0,285,0,0,0,0,0,0,0,30,2.10,0,0,24.1,77777,9,999999999,15,0.0000,0,88,0.000,0.0,1.0 +1976,9,28,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,12.20,5.60,64,101400,0,0,284,0,0,0,0,0,0,0,10,3.10,0,0,24.1,77777,9,999999999,15,0.0000,0,88,0.000,0.0,1.0 +1976,9,28,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,11.10,3.90,61,101400,0,0,276,0,0,0,0,0,0,0,360,2.10,0,0,24.1,77777,9,999999999,14,0.0000,0,88,0.000,0.0,1.0 +1976,9,28,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,11.10,3.30,59,101400,0,0,276,0,0,0,0,0,0,0,360,2.10,0,0,24.1,77777,9,999999999,13,0.0000,0,88,0.000,0.0,1.0 +1976,9,28,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,10.60,3.90,64,101400,0,0,275,0,0,0,0,0,0,0,320,2.60,0,0,24.1,77777,9,999999999,14,0.0000,0,88,0.000,0.0,1.0 +1976,9,29,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,9.40,3.90,69,101400,0,0,270,0,0,0,0,0,0,0,340,2.10,0,0,24.1,77777,9,999999999,14,0.0000,0,88,0.000,0.0,1.0 +1976,9,29,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,9.40,3.90,69,101400,0,0,299,0,0,0,0,0,0,0,310,2.60,5,4,24.1,77777,9,999999999,14,0.0000,0,88,0.000,0.0,1.0 +1976,9,29,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,8.90,5.00,77,101400,0,0,277,0,0,0,0,0,0,0,300,1.50,1,1,24.1,77777,9,999999999,15,0.0000,0,88,0.000,0.0,1.0 +1976,9,29,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,8.30,4.40,77,101300,0,0,265,0,0,0,0,0,0,0,300,3.10,0,0,24.1,77777,9,999999999,14,0.0000,0,88,0.000,0.0,1.0 +1976,9,29,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,8.90,4.40,74,101300,0,0,266,0,0,0,0,0,0,0,300,2.60,0,0,24.1,77777,9,999999999,14,0.0000,0,88,0.000,0.0,1.0 +1976,9,29,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,7.80,4.40,80,101300,12,443,261,8,0,6,0,0,0,0,310,3.60,0,0,24.1,77777,9,999999999,14,0.0000,0,88,0.000,0.0,1.0 +1976,9,29,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,9.40,4.40,71,101400,203,1363,266,90,334,40,9200,22500,5800,710,270,4.10,0,0,20.9,77777,9,999999999,14,0.0000,0,88,0.000,0.0,1.0 +1976,9,29,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,10.60,2.80,59,101400,445,1363,266,267,610,66,27900,55600,9700,1280,270,4.60,0,0,20.9,77777,9,999999999,13,0.0000,0,88,0.000,0.0,1.0 +1976,9,29,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,12.20,2.80,53,101300,655,1363,271,446,741,87,46200,72100,11400,1810,280,5.70,0,0,24.1,77777,9,999999999,13,0.0000,0,88,0.000,0.0,1.0 +1976,9,29,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,13.90,2.80,47,101200,818,1363,276,590,808,102,62000,80600,13500,2390,270,6.20,0,0,24.1,77777,9,999999999,13,0.0000,0,88,0.000,0.0,1.0 +1976,9,29,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,15.60,3.90,46,101200,922,1363,285,682,838,112,72200,84300,14900,2940,250,5.70,0,0,24.1,77777,9,999999999,14,0.0000,0,88,0.000,0.0,1.0 +1976,9,29,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,16.70,4.40,45,101000,961,1363,290,719,852,115,76300,86000,15500,3180,250,5.70,0,0,24.1,77777,9,999999999,14,0.0000,0,88,0.000,0.0,1.0 +1976,9,29,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,17.80,5.00,43,100900,931,1363,296,692,843,112,73200,84900,15000,2980,240,6.70,0,0,24.1,77777,9,999999999,15,0.0000,0,88,0.000,0.0,1.0 +1976,9,29,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,18.30,4.40,40,100900,835,1363,297,608,816,104,63900,81600,13700,2480,240,6.20,0,0,24.1,77777,9,999999999,14,0.0000,0,88,0.000,0.0,1.0 +1976,9,29,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,18.90,5.00,40,100800,680,1363,302,468,754,90,48700,73800,11800,1890,240,7.70,0,0,24.1,77777,9,999999999,15,0.0000,0,88,0.000,0.0,1.0 +1976,9,29,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,18.30,5.00,42,100800,475,1363,301,293,637,69,30700,59100,10000,1360,240,9.30,0,0,24.1,77777,9,999999999,15,0.0000,0,88,0.000,0.0,1.0 +1976,9,29,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,17.80,6.10,47,100800,236,1363,303,112,386,44,11400,27800,6500,790,240,8.20,0,0,24.1,77777,9,999999999,16,0.0000,0,88,0.000,0.0,1.0 +1976,9,29,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,16.10,6.10,52,100800,24,625,297,15,0,12,0,0,0,0,250,5.70,0,0,24.1,77777,9,999999999,16,0.0000,0,88,0.000,0.0,1.0 +1976,9,29,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,15.00,6.70,58,100900,0,0,296,0,0,0,0,0,0,0,250,5.20,0,0,24.1,77777,9,999999999,16,0.0000,0,88,0.000,0.0,1.0 +1976,9,29,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,14.40,6.70,60,100900,0,0,294,0,0,0,0,0,0,0,230,5.70,0,0,24.1,77777,9,999999999,16,0.0000,0,88,0.000,0.0,1.0 +1976,9,29,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,13.90,7.20,64,100900,0,0,295,0,0,0,0,0,0,0,240,5.70,0,0,24.1,77777,9,999999999,17,0.0000,0,88,0.000,0.0,1.0 +1976,9,29,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,12.80,7.20,69,101000,0,0,291,0,0,0,0,0,0,0,230,5.20,0,0,24.1,77777,9,999999999,17,0.0000,0,88,0.000,0.0,1.0 +1976,9,29,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,12.80,7.20,69,100900,0,0,291,0,0,0,0,0,0,0,240,5.20,0,0,24.1,77777,9,999999999,17,0.0000,0,88,0.000,0.0,1.0 +1976,9,29,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,13.30,7.20,67,100900,0,0,294,0,0,0,0,0,0,0,260,5.20,0,0,24.1,77777,9,999999999,17,0.0000,0,88,0.000,0.0,1.0 +1976,9,30,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,12.80,7.20,69,100900,0,0,291,0,0,0,0,0,0,0,240,5.20,0,0,24.1,77777,9,999999999,17,0.0000,0,88,0.000,0.0,1.0 +1976,9,30,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,12.80,7.20,69,100900,0,0,291,0,0,0,0,0,0,0,250,4.60,0,0,24.1,77777,9,999999999,17,0.0000,0,88,0.000,0.0,1.0 +1976,9,30,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,12.80,7.20,69,100900,0,0,290,0,0,0,0,0,0,0,250,6.20,0,0,24.1,77777,9,999999999,17,0.0000,0,88,0.000,0.0,1.0 +1976,9,30,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,11.70,7.20,74,100900,0,0,285,0,0,0,0,0,0,0,250,4.60,0,0,24.1,77777,9,999999999,17,0.0000,0,88,0.000,0.0,1.0 +1976,9,30,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,11.70,6.70,72,101000,0,0,282,0,0,0,0,0,0,0,250,4.10,1,0,24.1,77777,9,999999999,16,0.0000,0,88,0.000,0.0,1.0 +1976,9,30,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,11.70,7.20,74,101100,11,421,297,5,0,4,0,0,0,0,260,3.60,2,2,19.3,77777,9,999999999,17,0.0000,0,88,0.000,0.0,1.0 +1976,9,30,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,13.30,7.20,67,101200,198,1364,288,89,343,38,9000,22900,5700,680,240,3.10,1,0,20.9,77777,9,999999999,17,0.0000,0,88,0.000,0.0,1.0 +1976,9,30,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,15.60,8.30,62,101200,440,1364,299,266,565,82,27300,50800,10900,1530,260,4.10,6,0,19.3,77777,9,999999999,18,0.0000,0,88,0.000,0.0,1.0 +1976,9,30,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,16.70,8.90,60,101300,650,1364,311,415,635,110,43300,62200,13600,2300,280,4.10,7,1,19.3,77777,9,999999999,18,0.0000,0,88,0.000,0.0,1.0 +1976,9,30,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,18.30,9.40,56,101300,813,1364,342,454,326,258,48600,34600,27900,6450,300,4.10,7,4,19.3,7620,9,999999999,19,0.0000,0,88,0.000,0.0,1.0 +1976,9,30,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,18.30,9.40,56,101200,917,1364,365,484,340,254,52700,36600,28100,6840,300,2.10,9,7,19.3,3660,9,999999999,19,0.0000,0,88,0.000,0.0,1.0 +1976,9,30,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,18.30,9.40,56,101200,955,1364,388,304,5,301,35100,500,34800,12820,340,2.60,10,10,19.3,3050,9,999999999,19,0.0000,0,88,0.000,0.0,1.0 +1976,9,30,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,18.90,10.00,57,101200,925,1364,391,242,4,240,28400,300,28100,10750,330,2.60,10,10,19.3,3050,9,999999999,20,0.0000,0,88,0.000,0.0,1.0 +1976,9,30,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,19.40,9.40,53,101200,829,1364,347,499,483,204,53100,49600,22800,4870,320,2.10,8,4,17.7,77777,9,999999999,19,0.0000,0,88,0.000,0.0,1.0 +1976,9,30,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,19.40,9.40,53,101200,673,1364,379,349,369,166,36800,36900,18600,3480,280,2.10,10,8,16.1,3050,9,999999999,19,0.0000,0,88,0.000,0.0,1.0 +1976,9,30,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,16.70,11.10,70,101200,468,1364,374,145,77,118,15900,7200,13400,3290,120,3.10,10,9,16.1,3050,9,999999999,21,0.0000,0,88,0.000,0.0,1.0 +1976,9,30,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,16.70,10.60,67,101200,228,1364,381,43,6,42,4900,100,4900,1550,110,2.10,10,10,16.1,2440,9,999999999,20,0.0000,0,88,0.000,0.0,1.0 +1976,9,30,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,15.60,12.20,81,101200,21,580,376,5,0,5,0,0,0,0,130,3.10,10,10,11.3,2440,9,999999999,23,0.0000,0,88,0.000,0.0,1.0 +1976,9,30,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,15.60,12.20,81,101300,0,0,377,0,0,0,0,0,0,0,140,3.10,10,10,11.3,2440,9,999999999,23,0.0000,0,88,0.000,0.0,1.0 +1976,9,30,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,15.00,12.20,84,101300,0,0,374,0,0,0,0,0,0,0,150,2.10,10,10,11.3,2440,9,999999999,23,0.0000,0,88,0.000,0.0,1.0 +1976,9,30,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,15.00,11.70,81,101300,0,0,374,0,0,0,0,0,0,0,150,2.10,10,10,11.3,3050,9,999999999,22,0.0000,0,88,0.000,0.0,1.0 +1976,9,30,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,16.40,13.00,81,101400,0,0,382,0,0,0,0,0,0,0,130,2.80,10,10,11.3,2440,9,999999999,22,0.0000,0,88,0.000,0.0,1.0 +1976,9,30,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,17.90,14.20,78,101300,0,0,391,0,0,0,0,0,0,0,80,3.60,10,10,11.3,2440,9,999999999,21,0.0000,0,88,0.000,0.0,1.0 +1976,9,30,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,19.30,15.50,84,101400,0,0,400,0,0,0,0,0,0,0,20,4.30,10,10,9.7,2130,9,999999999,23,0.0000,0,88,0.000,0.0,1.0 +1986,10,1,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,20.70,16.80,76,100800,0,0,408,0,0,0,0,0,0,0,240,5.00,10,10,8.0,2440,9,999999999,37,0.0000,0,88,0.000,0.0,1.0 +1986,10,1,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,22.10,18.10,79,100600,0,0,417,0,0,0,0,0,0,0,240,5.70,10,10,8.0,2440,9,999999999,37,0.0000,0,88,0.000,0.0,1.0 +1986,10,1,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.60,19.30,79,100600,0,0,426,0,0,0,0,0,0,0,250,6.50,10,10,8.0,2440,9,999999999,37,0.0000,0,88,0.000,0.0,1.0 +1986,10,1,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.00,20.60,76,100600,0,0,435,0,0,0,0,0,0,0,230,7.20,10,10,8.0,2440,9,999999999,37,0.0000,0,88,0.000,0.0,1.0 +1986,10,1,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.00,20.00,74,100600,0,0,424,0,0,0,0,0,0,0,230,6.20,8,8,8.0,2440,9,999999999,36,0.0000,0,88,0.000,0.0,1.0 +1986,10,1,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,24.40,19.40,74,100700,10,398,409,5,0,4,0,0,0,0,270,5.70,8,6,8.0,2440,9,999999999,35,0.0000,0,88,0.000,0.0,1.0 +1986,10,1,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.00,19.40,71,100700,195,1364,389,81,245,45,8400,15500,6100,810,260,7.20,7,2,8.0,77777,9,999999999,34,0.0000,0,88,0.000,0.0,1.0 +1986,10,1,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,26.10,17.80,60,100900,437,1364,389,247,551,67,25600,49900,9500,1290,300,8.20,4,2,11.3,77777,9,999999999,31,0.0000,0,88,0.000,0.0,1.0 +1986,10,1,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.60,17.20,60,101000,647,1364,415,365,360,193,38900,37000,21300,4280,330,8.20,7,7,24.1,1070,9,999999999,30,0.0000,0,88,0.000,0.0,1.0 +1986,10,1,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.60,16.10,56,101100,809,1364,386,498,541,174,53500,55500,20500,4020,330,8.20,4,3,24.1,77777,9,999999999,29,0.0000,0,88,0.000,0.0,1.0 +1986,10,1,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.00,13.90,50,101100,913,1364,369,622,708,143,65900,72100,17500,3830,330,8.80,6,2,24.1,77777,9,999999999,25,0.0000,0,88,0.000,0.0,1.0 +1986,10,1,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,24.40,13.30,50,101100,951,1364,364,638,686,155,67600,69900,18700,4360,330,8.20,6,2,24.1,77777,9,999999999,24,0.0000,0,88,0.000,0.0,1.0 +1986,10,1,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.00,12.20,45,101200,921,1364,380,475,333,247,51700,35800,27400,6650,310,7.70,8,4,24.1,77777,9,999999999,23,0.0000,0,88,0.000,0.0,1.0 +1986,10,1,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.90,12.20,48,101200,824,1364,382,589,712,153,61300,71400,18000,3620,310,7.20,5,5,24.1,77777,9,999999999,23,0.0000,0,88,0.000,0.0,1.0 +1986,10,1,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,24.40,10.60,42,101200,668,1364,382,432,613,128,44600,59900,15200,2650,310,6.70,5,5,24.1,77777,9,999999999,21,0.0000,0,88,0.000,0.0,1.0 +1986,10,1,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.90,9.40,40,101300,463,1364,362,237,417,92,25000,38400,11900,1710,320,7.20,3,3,24.1,77777,9,999999999,19,0.0000,0,88,0.000,0.0,1.0 +1986,10,1,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,22.80,8.90,41,101300,224,1364,357,96,244,55,9900,16600,7100,1000,330,6.20,3,3,24.1,77777,9,999999999,18,0.0000,0,88,0.000,0.0,1.0 +1986,10,1,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,21.70,8.30,43,101300,20,557,351,14,0,11,0,0,0,0,330,6.20,4,3,24.1,77777,9,999999999,18,0.0000,0,88,0.000,0.0,1.0 +1986,10,1,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,20.60,8.30,46,101400,0,0,355,0,0,0,0,0,0,0,330,5.20,4,4,24.1,77777,9,999999999,18,0.0000,0,88,0.000,0.0,1.0 +1986,10,1,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,20.60,8.90,47,101500,0,0,379,0,0,0,0,0,0,0,330,3.10,7,7,24.1,2740,9,999999999,19,0.0000,0,88,0.000,0.0,1.0 +1986,10,1,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,20.60,8.90,47,101500,0,0,402,0,0,0,0,0,0,0,340,1.50,10,10,24.1,2740,9,999999999,19,0.0000,0,88,0.000,0.0,1.0 +1986,10,1,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,20.60,9.40,49,101500,0,0,402,0,0,0,0,0,0,0,330,2.10,10,10,24.1,2440,9,999999999,19,0.0000,0,88,0.000,0.0,1.0 +1986,10,1,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,20.00,9.40,51,101500,0,0,399,0,0,0,0,0,0,0,320,3.10,10,10,24.1,2130,9,999999999,19,0.0000,0,88,0.000,0.0,1.0 +1986,10,1,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,19.40,10.00,55,101500,0,0,396,0,0,0,0,0,0,0,350,3.60,10,10,24.1,2130,9,999999999,20,0.0000,0,88,0.000,0.0,1.0 +1986,10,2,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,17.80,10.60,63,101500,0,0,388,0,0,0,0,0,0,0,360,3.10,10,10,24.1,2130,9,999999999,21,0.0000,0,88,0.000,0.0,1.0 +1986,10,2,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,17.20,10.00,63,101500,0,0,384,0,0,0,0,0,0,0,70,2.10,10,10,24.1,2440,9,999999999,20,0.0000,0,88,0.000,0.0,1.0 +1986,10,2,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,17.20,10.00,63,101400,0,0,384,0,0,0,0,0,0,0,40,2.60,10,10,16.1,1310,9,999999999,20,0.0000,0,88,0.000,0.0,1.0 +1986,10,2,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,16.70,10.00,65,101400,0,0,381,0,0,0,0,0,0,0,30,2.10,10,10,24.1,1310,9,999999999,20,0.0000,0,88,0.000,0.0,1.0 +1986,10,2,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,16.70,10.00,65,101400,0,0,381,0,0,0,0,0,0,0,70,1.50,10,10,24.1,1160,9,999999999,20,0.0000,0,88,0.000,0.0,1.0 +1986,10,2,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,16.10,10.60,70,101500,9,375,378,2,0,2,0,0,0,0,10,1.50,10,10,16.1,1160,9,999999999,21,0.0000,0,88,0.000,0.0,1.0 +1986,10,2,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,16.10,11.10,72,101500,191,1365,378,39,4,38,4400,0,4400,1350,60,2.60,10,10,19.3,1830,9,999999999,21,0.0000,0,88,0.000,0.0,1.0 +1986,10,2,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,16.10,11.70,75,101500,432,1365,365,119,28,110,13000,2600,12200,3000,60,3.10,10,8,24.1,2740,9,999999999,22,0.0000,0,88,0.000,0.0,1.0 +1986,10,2,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,16.70,11.70,73,101400,642,1365,367,297,188,208,32200,19100,23300,5080,30,3.60,10,8,24.1,2740,9,999999999,22,0.0000,0,88,0.000,0.0,1.0 +1986,10,2,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,16.70,12.20,75,101400,804,1365,381,196,2,195,22800,200,22800,8560,90,3.60,10,10,24.1,1520,9,999999999,23,0.0000,0,88,0.000,0.0,1.0 +1986,10,2,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,16.70,12.20,75,101400,907,1365,367,441,244,277,47600,26200,30100,7500,70,3.10,10,8,24.1,1520,9,999999999,23,0.0000,0,88,0.000,0.0,1.0 +1986,10,2,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,17.20,12.20,73,101400,945,1365,370,434,206,290,47700,21800,32500,8700,90,3.60,10,8,24.1,2740,9,999999999,23,0.0000,0,88,0.000,0.0,1.0 +1986,10,2,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,17.20,12.20,73,101300,915,1365,384,286,2,285,33000,200,32800,12050,120,4.10,10,10,24.1,1070,9,999999999,23,0.0000,0,88,0.000,0.0,1.0 +1986,10,2,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,16.10,13.90,87,101300,818,1365,379,213,13,206,24900,1100,24200,9000,130,4.60,10,10,24.1,1070,9,999999999,25,0.0000,0,88,0.000,0.0,1.0 +1986,10,2,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,16.70,14.40,87,101400,661,1365,383,186,9,182,21300,700,20900,7310,90,3.60,10,10,24.1,1010,9,999999999,26,0.0000,0,88,0.000,0.0,1.0 +1986,10,2,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,16.10,13.90,87,101300,456,1365,380,69,6,67,8200,300,8100,2850,80,3.60,10,10,19.3,1010,9,999999999,25,0.0000,0,88,0.000,0.0,1.0 +1986,10,2,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,15.00,14.40,97,101400,217,1365,374,40,5,39,4600,100,4500,1430,30,4.10,10,10,3.2,430,9,999999999,26,0.0000,0,88,0.000,0.5,1.0 +1986,10,2,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,13.90,12.20,90,101500,17,512,368,4,0,4,0,0,0,0,10,3.60,10,10,8.0,520,9,999999999,23,0.0000,0,88,0.000,0.3,1.0 +1986,10,2,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,14.40,12.80,90,101600,0,0,371,0,0,0,0,0,0,0,10,3.60,10,10,16.1,580,9,999999999,23,0.0000,0,88,0.000,0.0,1.0 +1986,10,2,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,14.40,12.20,87,101600,0,0,371,0,0,0,0,0,0,0,10,3.10,10,10,19.3,760,9,999999999,23,0.0000,0,88,0.000,0.0,1.0 +1986,10,2,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,13.90,12.20,90,101700,0,0,314,0,0,0,0,0,0,0,360,2.60,1,1,19.3,77777,9,999999999,23,0.0000,0,88,0.000,0.0,1.0 +1986,10,2,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,13.90,12.20,90,101700,0,0,321,0,0,0,0,0,0,0,270,2.60,2,2,19.3,77777,9,999999999,23,0.0000,0,88,0.000,0.0,1.0 +1986,10,2,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,13.90,12.80,93,101700,0,0,329,0,0,0,0,0,0,0,300,4.10,3,3,9.7,77777,9,999999999,23,0.0000,0,88,0.000,0.0,1.0 +1986,10,2,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,13.30,12.20,93,101700,0,0,319,0,0,0,0,0,0,0,280,3.60,2,2,12.9,77777,9,999999999,23,0.0000,0,88,0.000,0.0,1.0 +1986,10,3,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,13.30,11.70,90,101700,0,0,318,0,0,0,0,0,0,0,300,4.10,2,2,12.9,77777,9,999999999,22,0.0000,0,88,0.000,0.0,1.0 +1986,10,3,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,12.80,11.70,93,101700,0,0,309,0,0,0,0,0,0,0,300,3.10,1,1,16.1,77777,9,999999999,22,0.0000,0,88,0.000,0.0,1.0 +1986,10,3,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,12.80,11.70,93,101700,0,0,302,0,0,0,0,0,0,0,260,2.60,0,0,16.1,77777,9,999999999,22,0.0000,0,88,0.000,0.0,1.0 +1986,10,3,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,12.20,11.10,93,101700,0,0,297,0,0,0,0,0,0,0,350,4.10,0,0,16.1,77777,9,999999999,21,0.0000,0,88,0.000,0.0,1.0 +1986,10,3,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,11.70,10.60,93,101800,0,0,299,0,0,0,0,0,0,0,10,2.60,1,1,16.1,77777,9,999999999,21,0.0000,0,88,0.000,0.0,1.0 +1986,10,3,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,10.60,10.00,96,101900,8,353,298,2,0,2,0,0,0,0,160,3.60,6,2,16.1,77777,9,999999999,20,0.0000,0,88,0.000,0.0,1.0 +1986,10,3,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,12.80,11.10,90,102000,186,1365,309,68,99,54,7300,6400,6400,1140,200,1.50,9,2,11.3,77777,9,999999999,21,0.0000,0,88,0.000,0.0,1.0 +1986,10,3,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,13.90,11.70,87,102000,427,1365,327,197,121,158,21000,11100,17500,3550,0,0.00,9,4,11.3,77777,9,999999999,22,0.0000,0,88,0.000,0.0,1.0 +1986,10,3,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,15.00,11.70,81,102000,637,1365,372,205,3,204,23100,300,23000,7690,40,2.10,10,10,16.1,460,9,999999999,22,0.0000,0,88,0.000,0.0,1.0 +1986,10,3,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,15.60,11.70,78,102000,798,1365,375,257,2,256,29300,200,29200,10310,40,2.60,10,10,19.3,460,9,999999999,22,0.0000,0,88,0.000,0.0,1.0 +1986,10,3,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,16.10,11.70,75,101900,902,1365,378,235,3,234,27500,300,27400,10410,360,1.50,10,10,19.3,460,9,999999999,22,0.0000,0,88,0.000,0.0,1.0 +1986,10,3,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,15.60,11.70,78,101900,939,1365,368,309,127,221,34500,13500,25200,6590,140,3.10,10,9,24.1,2440,9,999999999,22,0.0000,0,88,0.000,0.0,1.0 +1986,10,3,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,15.60,11.70,78,101800,908,1365,375,310,4,307,35400,400,35100,12580,140,3.60,10,10,24.1,2440,9,999999999,22,0.0000,0,88,0.000,0.0,1.0 +1986,10,3,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,15.00,12.20,84,101800,811,1365,372,175,12,167,20600,900,20000,7620,120,4.60,10,10,19.3,550,9,999999999,23,0.0000,0,88,0.000,0.0,1.0 +1986,10,3,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,14.40,12.20,87,101700,654,1365,369,177,5,175,20300,400,20100,7070,110,5.20,10,10,19.3,790,9,999999999,23,0.0000,0,88,0.000,0.0,1.0 +1986,10,3,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,14.40,13.30,93,101700,449,1365,370,68,2,68,8100,100,8100,2860,110,5.20,10,10,14.5,580,9,999999999,24,0.0000,0,88,0.000,0.0,1.0 +1986,10,3,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,14.40,13.90,97,101600,209,1365,371,24,1,23,2800,0,2800,910,140,4.10,10,10,4.8,1980,9,999999999,25,0.0000,0,88,0.000,0.0,1.0 +1986,10,3,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,15.00,13.90,93,101500,14,489,374,3,0,3,0,0,0,0,190,5.70,10,10,4.8,730,9,999999999,25,0.0000,0,88,0.000,0.8,1.0 +1986,10,3,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,14.40,13.30,93,101400,0,0,371,0,0,0,0,0,0,0,180,4.60,10,10,8.0,1310,9,999999999,24,0.0000,0,88,0.000,1.8,1.0 +1986,10,3,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,15.00,13.90,93,101300,0,0,375,0,0,0,0,0,0,0,140,4.60,10,10,4.8,270,9,999999999,25,0.0000,0,88,0.000,0.0,1.0 +1986,10,3,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,15.00,14.40,97,101100,0,0,375,0,0,0,0,0,0,0,160,5.70,10,10,4.8,270,9,999999999,26,0.0000,0,88,0.000,3.6,1.0 +1986,10,3,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,15.00,14.40,97,101000,0,0,376,0,0,0,0,0,0,0,160,5.20,10,10,4.8,270,9,999999999,26,0.0000,0,88,0.000,3.3,1.0 +1986,10,3,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,15.00,14.40,97,100900,0,0,376,0,0,0,0,0,0,0,90,3.10,10,10,4.8,150,9,999999999,26,0.0000,0,88,0.000,6.6,1.0 +1986,10,3,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,15.00,15.00,100,100700,0,0,376,0,0,0,0,0,0,0,90,4.60,10,10,4.8,60,9,999999999,27,0.0000,0,88,0.000,4.1,1.0 +1986,10,4,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,15.60,15.00,97,100600,0,0,379,0,0,0,0,0,0,0,100,4.10,10,10,4.8,150,9,999999999,27,0.0000,0,88,0.000,2.3,1.0 +1986,10,4,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,15.60,15.60,100,100400,0,0,379,0,0,0,0,0,0,0,130,5.20,10,10,4.8,340,9,999999999,27,0.0000,0,88,0.000,2.8,1.0 +1986,10,4,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,15.60,15.60,100,100300,0,0,379,0,0,0,0,0,0,0,80,4.10,10,10,4.8,210,9,999999999,27,0.0000,0,88,0.000,2.0,1.0 +1986,10,4,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,15.60,15.60,100,100200,0,0,379,0,0,0,0,0,0,0,80,3.60,10,10,0.8,60,9,999999999,27,0.0000,0,88,0.000,0.3,1.0 +1986,10,4,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,15.60,15.60,100,100200,0,0,379,0,0,0,0,0,0,0,320,2.60,10,10,0.8,60,9,999999999,27,0.0000,0,88,0.000,0.3,1.0 +1986,10,4,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,16.10,15.60,97,100300,7,330,381,2,0,2,0,0,0,0,310,5.20,10,10,1.2,60,9,999999999,27,0.0000,0,88,0.000,0.3,1.0 +1986,10,4,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,16.10,15.60,97,100300,181,1366,381,41,1,41,4600,0,4600,1400,320,4.60,10,10,4.8,120,9,999999999,27,0.0000,0,88,0.000,0.0,1.0 +1986,10,4,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,16.10,15.00,93,100300,422,1366,380,101,1,100,11400,100,11400,3780,320,5.20,10,10,9.7,180,9,999999999,26,0.0000,0,88,0.000,0.0,1.0 +1986,10,4,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,17.20,15.00,87,100300,631,1366,355,251,114,198,27300,11500,22000,4810,320,3.10,8,5,11.3,7620,9,999999999,26,0.0000,0,88,0.000,0.0,1.0 +1986,10,4,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,19.40,15.60,78,100300,793,1366,353,446,367,230,47900,38900,25200,5560,300,6.20,7,3,19.3,77777,9,999999999,27,0.0000,0,88,0.000,0.0,1.0 +1986,10,4,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,22.20,16.70,71,100300,896,1366,382,545,430,260,57000,44300,27900,6800,320,7.20,8,5,24.1,7620,9,999999999,29,0.0000,0,88,0.000,0.0,1.0 +1986,10,4,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,22.80,16.70,69,100300,933,1366,411,256,25,238,28200,2500,26400,8650,300,6.20,9,9,24.1,670,9,999999999,29,0.0000,0,88,0.000,0.0,1.0 +1986,10,4,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,22.80,16.70,69,100200,902,1366,411,303,16,293,34800,1500,33800,12150,310,3.60,9,9,24.1,670,9,999999999,29,0.0000,0,88,0.000,0.0,1.0 +1986,10,4,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.90,16.70,64,100200,804,1366,411,372,152,281,40300,15800,30900,7520,310,4.10,8,8,24.1,1160,9,999999999,29,0.0000,0,88,0.000,0.0,1.0 +1986,10,4,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.30,16.10,64,100100,647,1366,394,303,198,208,32900,20100,23300,5090,350,3.60,8,6,24.1,3050,9,999999999,28,0.0000,0,88,0.000,0.0,1.0 +1986,10,4,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,21.70,16.70,73,100100,441,1366,393,115,59,96,12700,5400,10900,2710,140,3.60,10,7,24.1,1160,9,999999999,29,0.0000,0,88,0.000,0.0,1.0 +1986,10,4,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,20.60,16.10,76,100100,202,1366,399,48,6,47,5400,100,5400,1610,90,3.10,10,9,16.1,760,9,999999999,28,0.0000,0,88,0.000,0.0,1.0 +1986,10,4,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,19.40,15.60,78,100100,12,444,399,2,0,2,0,0,0,0,80,3.60,10,10,11.3,760,9,999999999,27,0.0000,0,88,0.000,0.0,1.0 +1986,10,4,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,18.90,15.60,81,100000,0,0,396,0,0,0,0,0,0,0,110,3.60,10,10,11.3,760,9,999999999,27,0.0000,0,88,0.000,0.0,1.0 +1986,10,4,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,17.20,16.10,93,99900,0,0,388,0,0,0,0,0,0,0,130,2.10,10,10,9.7,730,9,999999999,28,0.0000,0,88,0.000,0.0,1.0 +1986,10,4,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,16.10,14.40,90,99900,0,0,381,0,0,0,0,0,0,0,40,7.20,10,10,8.0,370,9,999999999,25,0.0000,0,88,0.000,1.8,1.0 +1986,10,4,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,15.00,13.90,93,99800,0,0,375,0,0,0,0,0,0,0,50,7.20,10,10,6.4,370,9,999999999,25,0.0000,0,88,0.000,0.8,1.0 +1986,10,4,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,13.30,12.20,93,99900,0,0,365,0,0,0,0,0,0,0,30,7.70,10,10,6.4,310,9,999999999,22,0.0000,0,88,0.000,1.8,1.0 +1986,10,4,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,12.80,11.10,90,99900,0,0,362,0,0,0,0,0,0,0,30,6.20,10,10,16.1,910,9,999999999,21,0.0000,0,88,0.000,0.0,1.0 +1986,10,5,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,12.80,11.10,90,100000,0,0,362,0,0,0,0,0,0,0,10,5.20,10,10,16.1,760,9,999999999,21,0.0000,0,88,0.000,0.0,1.0 +1986,10,5,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,12.20,12.20,100,100000,0,0,360,0,0,0,0,0,0,0,10,5.20,10,10,16.1,270,9,999999999,22,0.0000,0,88,0.000,0.0,1.0 +1986,10,5,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,12.20,10.00,86,100000,0,0,358,0,0,0,0,0,0,0,360,3.60,10,10,16.1,550,9,999999999,19,0.0000,0,88,0.000,0.0,1.0 +1986,10,5,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,12.20,10.00,86,100100,0,0,358,0,0,0,0,0,0,0,330,4.60,10,10,16.1,400,9,999999999,19,0.0000,0,88,0.000,0.0,1.0 +1986,10,5,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,12.20,10.60,90,100200,0,0,358,0,0,0,0,0,0,0,300,3.60,10,10,16.1,610,9,999999999,20,0.0000,0,88,0.000,0.0,1.0 +1986,10,5,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,12.80,10.60,87,100200,6,308,361,0,0,0,0,0,0,0,340,4.60,10,10,16.1,1400,9,999999999,20,0.0000,0,88,0.000,0.0,1.0 +1986,10,5,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,12.80,9.40,80,100300,176,1367,360,42,3,42,4700,0,4700,1410,330,7.20,10,10,16.1,1250,9,999999999,19,0.0000,0,88,0.000,0.0,1.0 +1986,10,5,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,13.30,9.40,78,100300,417,1367,362,103,2,102,11600,100,11600,3810,340,6.70,10,10,16.1,1250,9,999999999,19,0.0000,0,88,0.000,0.0,1.0 +1986,10,5,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,13.90,8.30,69,100400,626,1367,350,243,177,161,26700,18000,18500,3900,310,6.70,8,8,16.1,1250,9,999999999,18,0.0000,0,88,0.000,0.0,1.0 +1986,10,5,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,15.60,8.30,62,100400,788,1367,342,347,270,190,37900,28600,21300,4430,320,8.20,6,6,24.1,1250,9,999999999,18,0.0000,0,88,0.000,0.0,1.0 +1986,10,5,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,14.40,6.70,60,100400,890,1367,358,338,91,279,37300,9300,31200,9490,330,7.70,9,9,24.1,760,9,999999999,16,0.0000,0,88,0.000,0.0,1.0 +1986,10,5,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,14.40,6.70,60,100400,927,1367,358,379,150,276,41600,15900,30800,8130,320,7.20,9,9,24.1,760,9,999999999,16,0.0000,0,88,0.000,0.0,1.0 +1986,10,5,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,15.00,6.10,56,100400,895,1367,352,406,272,226,44400,29200,25200,5850,300,6.70,8,8,24.1,760,9,999999999,16,0.0000,0,88,0.000,0.0,1.0 +1986,10,5,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,15.00,6.10,56,100400,797,1367,361,231,76,187,25500,7600,21100,6300,280,7.70,9,9,24.1,760,9,999999999,16,0.0000,0,88,0.000,0.0,1.0 +1986,10,5,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,15.00,5.00,52,100400,640,1367,360,230,62,201,25300,6100,22400,5860,300,7.70,9,9,24.1,1070,9,999999999,15,0.0000,0,88,0.000,0.0,1.0 +1986,10,5,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,14.40,5.00,53,100400,434,1367,357,152,44,138,16600,4100,15300,3590,300,7.20,9,9,24.1,1070,9,999999999,14,0.0000,0,88,0.000,0.0,1.0 +1986,10,5,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,14.40,5.00,53,100400,195,1367,342,64,55,55,6800,3700,6300,1160,310,5.20,7,7,24.1,1070,9,999999999,14,0.0000,0,88,0.000,0.0,1.0 +1986,10,5,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,13.90,5.00,55,100500,10,399,340,5,0,4,0,0,0,0,270,3.10,7,7,24.1,1160,9,999999999,15,0.0000,0,88,0.000,0.0,1.0 +1986,10,5,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,13.90,4.40,53,100500,0,0,317,0,0,0,0,0,0,0,250,6.20,4,4,24.1,77777,9,999999999,14,0.0000,0,88,0.000,0.0,1.0 +1986,10,5,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,12.80,3.90,55,100500,0,0,296,0,0,0,0,0,0,0,280,7.20,2,2,24.1,77777,9,999999999,14,0.0000,0,88,0.000,0.0,1.0 +1986,10,5,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,12.20,3.90,57,100600,0,0,280,0,0,0,0,0,0,0,280,5.70,0,0,24.1,77777,9,999999999,14,0.0000,0,88,0.000,0.0,1.0 +1986,10,5,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,11.70,3.30,57,100500,0,0,277,0,0,0,0,0,0,0,250,6.20,0,0,24.1,77777,9,999999999,13,0.0000,0,88,0.000,0.0,1.0 +1986,10,5,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,11.10,3.90,61,100500,0,0,277,0,0,0,0,0,0,0,280,6.20,0,0,24.1,77777,9,999999999,14,0.0000,0,88,0.000,0.0,1.0 +1986,10,5,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,11.10,3.90,61,100500,0,0,277,0,0,0,0,0,0,0,250,4.10,0,0,24.1,77777,9,999999999,14,0.0000,0,88,0.000,0.0,1.0 +1986,10,6,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,10.60,4.40,66,100400,0,0,276,0,0,0,0,0,0,0,240,4.60,0,0,24.1,77777,9,999999999,14,0.0000,0,88,0.000,0.0,1.0 +1986,10,6,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,8.90,1.10,59,100300,0,0,262,0,0,0,0,0,0,0,230,4.60,0,0,24.1,77777,9,999999999,12,0.0000,0,88,0.000,0.0,1.0 +1986,10,6,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,8.90,4.40,74,100200,0,0,268,0,0,0,0,0,0,0,230,4.10,0,0,24.1,77777,9,999999999,14,0.0000,0,88,0.000,0.0,1.0 +1986,10,6,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,8.90,4.40,74,100100,0,0,339,0,0,0,0,0,0,0,230,5.20,10,10,24.1,1400,9,999999999,14,0.0000,0,88,0.000,0.0,1.0 +1986,10,6,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,10.00,5.60,74,100000,0,0,345,0,0,0,0,0,0,0,220,5.70,10,10,24.1,1490,9,999999999,15,0.0000,0,88,0.000,0.0,1.0 +1986,10,6,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,11.10,6.70,74,100000,5,285,350,1,0,1,0,0,0,0,240,6.20,10,10,24.1,1250,9,999999999,16,0.0000,0,88,0.000,0.0,1.0 +1986,10,6,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,11.70,6.70,72,100100,171,1368,353,32,1,32,3700,0,3700,1140,240,7.20,10,10,24.1,1400,9,999999999,16,0.0000,0,88,0.000,0.0,1.0 +1986,10,6,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,12.20,3.90,57,100100,412,1368,306,182,203,120,19200,18300,13600,2420,280,9.80,5,4,24.1,77777,9,999999999,14,0.0000,0,88,0.000,0.0,1.0 +1986,10,6,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,12.20,2.20,51,100100,621,1368,327,267,197,176,29100,19900,20000,4250,280,9.80,7,7,24.1,1250,9,999999999,12,0.0000,0,88,0.000,0.0,1.0 +1986,10,6,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,13.30,1.10,44,100100,782,1368,331,394,334,201,42700,35400,22400,4710,280,10.30,7,7,24.1,1250,9,999999999,12,0.0000,0,88,0.000,0.0,1.0 +1986,10,6,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,13.90,0.60,40,100100,884,1368,333,483,352,253,52300,37700,27800,6600,290,10.30,7,7,24.1,1250,9,999999999,11,0.0000,0,88,0.000,0.0,1.0 +1986,10,6,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,13.90,0.60,40,100100,921,1368,342,482,300,279,52200,32200,30400,7640,290,11.30,8,8,24.1,1250,9,999999999,11,0.0000,0,88,0.000,0.0,1.0 +1986,10,6,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,13.90,0.60,40,100100,889,1368,351,451,343,226,49300,36800,25300,5810,290,10.80,9,9,24.1,1250,9,999999999,11,0.0000,0,88,0.000,0.0,1.0 +1986,10,6,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,13.90,0.60,40,100200,791,1368,351,363,132,286,39300,13700,31300,7580,290,10.30,9,9,24.1,1250,9,999999999,11,0.0000,0,88,0.000,0.0,1.0 +1986,10,6,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,13.30,0.00,40,100300,633,1368,348,207,73,173,22700,7200,19400,5170,310,9.30,9,9,24.1,1250,9,999999999,11,0.0000,0,88,0.000,0.0,1.0 +1986,10,6,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,12.20,-1.10,40,100400,427,1368,325,215,259,132,22400,23700,15000,2710,310,10.80,7,7,24.1,1250,9,999999999,10,0.0000,0,88,0.000,0.0,1.0 +1986,10,6,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,11.10,-3.30,37,100600,187,1368,292,69,129,51,7200,7700,6200,960,310,12.40,4,4,24.1,77777,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1986,10,6,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,10.00,-2.80,41,100800,8,353,297,5,0,5,0,0,0,0,310,10.30,5,5,24.1,77777,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1986,10,6,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,8.90,-3.30,42,101100,0,0,318,0,0,0,0,0,0,0,310,11.30,8,8,24.1,1310,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1986,10,6,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,7.80,-3.90,44,101200,0,0,322,0,0,0,0,0,0,0,320,10.80,9,9,24.1,1160,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1986,10,6,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,7.20,-3.90,46,101300,0,0,295,0,0,0,0,0,0,0,310,7.20,6,6,24.1,1160,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1986,10,6,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,6.70,-3.90,47,101400,0,0,293,0,0,0,0,0,0,0,310,8.20,6,6,24.1,1100,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1986,10,6,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,6.10,-5.60,43,101500,0,0,289,0,0,0,0,0,0,0,310,7.20,6,6,24.1,1250,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1986,10,6,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,5.60,-5.00,47,101600,0,0,312,0,0,0,0,0,0,0,300,6.70,9,9,24.1,1250,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1986,10,7,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,5.00,-4.40,51,101600,0,0,294,0,0,0,0,0,0,0,310,7.70,7,7,24.1,1250,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1986,10,7,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,4.40,-5.00,51,101600,0,0,235,0,0,0,0,0,0,0,310,5.20,0,0,24.1,77777,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1986,10,7,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,3.90,-3.90,57,101700,0,0,234,0,0,0,0,0,0,0,310,6.20,0,0,24.1,77777,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1986,10,7,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,3.30,-4.40,57,101800,0,0,231,0,0,0,0,0,0,0,310,5.70,0,0,24.1,77777,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1986,10,7,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,3.30,-4.40,57,101900,0,0,230,0,0,0,0,0,0,0,310,4.60,0,0,24.1,77777,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1986,10,7,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,2.80,-3.30,65,101900,4,262,229,6,0,3,0,0,0,0,310,5.70,0,0,24.1,77777,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1986,10,7,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,3.90,-3.30,60,102000,167,1369,255,77,236,47,7700,13600,6100,860,300,4.10,7,3,24.1,77777,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1986,10,7,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,5.60,-3.90,51,102000,407,1369,269,259,493,110,26600,43400,13600,2090,290,5.20,10,4,24.1,77777,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1986,10,7,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,6.70,-3.90,47,102100,616,1369,255,417,661,116,43000,63800,14200,2330,310,6.70,7,2,24.1,77777,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1986,10,7,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,8.90,-4.40,39,102000,776,1369,253,538,802,78,55800,79000,10800,1760,310,6.20,3,1,24.1,77777,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1986,10,7,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,10.00,-4.40,36,102000,878,1369,247,650,881,79,67400,87500,11100,1990,310,5.20,1,0,24.1,77777,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1986,10,7,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,11.10,-3.90,35,102000,914,1369,252,698,921,77,72500,91700,11000,2050,310,6.20,0,0,24.1,77777,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1986,10,7,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,11.70,-4.40,32,102000,882,1369,253,681,930,75,70700,92500,10900,1950,320,4.60,0,0,24.1,77777,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1986,10,7,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,12.80,-4.40,30,102000,784,1369,257,584,890,69,60800,87800,10300,1700,280,3.60,0,0,24.1,77777,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1986,10,7,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,12.80,-3.90,31,102000,626,1369,259,448,841,59,46700,81200,9500,1380,270,6.70,0,0,24.1,77777,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1986,10,7,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,12.80,-3.90,31,102000,419,1369,260,270,722,44,28000,65200,8000,1010,300,3.60,0,0,24.1,77777,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1986,10,7,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,12.20,-3.90,33,102000,180,1369,259,91,462,28,9000,31600,4800,530,300,4.60,0,0,24.1,77777,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1986,10,7,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,11.10,-4.40,34,102100,6,331,256,10,0,5,0,0,0,0,310,4.10,0,0,24.1,77777,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1986,10,7,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,11.10,-4.40,34,102200,0,0,257,0,0,0,0,0,0,0,270,3.60,0,0,24.1,77777,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1986,10,7,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,10.60,-2.80,40,102200,0,0,259,0,0,0,0,0,0,0,290,3.60,0,0,24.1,77777,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1986,10,7,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,10.00,-1.70,45,102200,0,0,260,0,0,0,0,0,0,0,280,4.60,0,0,24.1,77777,9,999999999,10,0.0000,0,88,0.000,0.0,1.0 +1986,10,7,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,8.30,-0.60,54,102200,0,0,257,0,0,0,0,0,0,0,240,3.60,0,0,24.1,77777,9,999999999,11,0.0000,0,88,0.000,0.0,1.0 +1986,10,7,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,8.30,-0.60,54,102200,0,0,257,0,0,0,0,0,0,0,240,5.20,0,0,24.1,77777,9,999999999,11,0.0000,0,88,0.000,0.0,1.0 +1986,10,7,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,7.80,-0.60,56,102300,0,0,256,0,0,0,0,0,0,0,230,4.10,0,0,24.1,77777,9,999999999,11,0.0000,0,88,0.000,0.0,1.0 +1986,10,8,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,6.10,0.00,65,102300,0,0,250,0,0,0,0,0,0,0,220,3.60,0,0,24.1,77777,9,999999999,11,0.0000,0,88,0.000,0.0,1.0 +1986,10,8,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,6.10,0.00,65,102300,0,0,250,0,0,0,0,0,0,0,220,4.60,0,0,24.1,77777,9,999999999,11,0.0000,0,88,0.000,0.0,1.0 +1986,10,8,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,6.10,0.00,65,102300,0,0,249,0,0,0,0,0,0,0,200,3.60,0,0,24.1,77777,9,999999999,11,0.0000,0,88,0.000,0.0,1.0 +1986,10,8,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,6.10,0.00,65,102300,0,0,248,0,0,0,0,0,0,0,240,3.60,0,0,24.1,77777,9,999999999,11,0.0000,0,88,0.000,0.0,1.0 +1986,10,8,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,7.20,0.60,63,102300,0,0,252,0,0,0,0,0,0,0,240,4.60,0,0,24.1,77777,9,999999999,11,0.0000,0,88,0.000,0.0,1.0 +1986,10,8,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,8.30,0.60,58,102300,3,217,255,3,0,2,0,0,0,0,230,5.20,0,0,24.1,77777,9,999999999,11,0.0000,0,88,0.000,0.0,1.0 +1986,10,8,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,8.90,0.60,56,102300,162,1369,256,70,297,34,7000,17900,4900,590,240,7.20,0,0,24.1,77777,9,999999999,11,0.0000,0,88,0.000,0.0,1.0 +1986,10,8,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,11.70,0.60,47,102300,402,1369,265,241,610,59,25000,54000,9100,1140,210,6.20,0,0,24.1,77777,9,999999999,11,0.0000,0,88,0.000,0.0,1.0 +1986,10,8,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,13.90,0.60,40,102300,610,1369,273,417,749,79,43100,72300,10800,1630,230,6.70,0,0,24.1,77777,9,999999999,11,0.0000,0,88,0.000,0.0,1.0 +1986,10,8,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,16.10,0.60,35,102200,771,1369,280,559,809,98,58200,80200,12900,2190,240,9.30,1,0,24.1,77777,9,999999999,11,0.0000,0,88,0.000,0.0,1.0 +1986,10,8,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,17.80,0.60,32,102100,872,1369,286,651,833,115,67900,83200,14700,2760,240,10.30,2,0,24.1,77777,9,999999999,12,0.0000,0,88,0.000,0.0,1.0 +1986,10,8,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,18.90,0.00,28,102000,908,1369,289,686,846,118,71600,84800,15200,2960,230,7.20,2,0,24.1,77777,9,999999999,11,0.0000,0,88,0.000,0.0,1.0 +1986,10,8,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,20.00,0.00,26,101900,876,1369,303,608,790,97,64500,79500,13500,2480,210,8.80,1,1,24.1,77777,9,999999999,11,0.0000,0,88,0.000,0.0,1.0 +1986,10,8,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,20.60,0.00,25,101800,777,1369,306,538,778,91,56500,77500,12400,2110,200,8.20,1,1,24.1,77777,9,999999999,11,0.0000,0,88,0.000,0.0,1.0 +1986,10,8,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,20.60,0.00,25,101800,619,1369,307,417,733,81,43000,70800,10900,1670,230,9.30,1,1,24.1,77777,9,999999999,11,0.0000,0,88,0.000,0.0,1.0 +1986,10,8,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,20.00,0.00,26,101800,412,1369,306,234,549,66,24200,48700,9400,1260,230,8.20,1,1,24.1,77777,9,999999999,11,0.0000,0,88,0.000,0.0,1.0 +1986,10,8,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,18.30,0.00,29,101800,173,1369,300,73,285,35,7200,17700,5000,620,230,6.20,1,1,24.1,77777,9,999999999,11,0.0000,0,88,0.000,0.0,1.0 +1986,10,8,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,17.20,0.00,31,101800,5,285,296,3,0,2,0,0,0,0,220,8.20,1,1,24.1,77777,9,999999999,11,0.0000,0,88,0.000,0.0,1.0 +1986,10,8,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,16.10,0.00,34,101900,0,0,302,0,0,0,0,0,0,0,210,6.70,3,2,24.1,77777,9,999999999,11,0.0000,0,88,0.000,0.0,1.0 +1986,10,8,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,15.60,0.00,35,101900,0,0,301,0,0,0,0,0,0,0,220,7.70,3,2,24.1,77777,9,999999999,11,0.0000,0,88,0.000,0.0,1.0 +1986,10,8,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,15.00,0.00,36,101900,0,0,299,0,0,0,0,0,0,0,210,6.20,6,2,24.1,77777,9,999999999,11,0.0000,0,88,0.000,0.0,1.0 +1986,10,8,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,14.40,0.00,38,101900,0,0,298,0,0,0,0,0,0,0,220,6.20,8,2,24.1,77777,9,999999999,11,0.0000,0,88,0.000,0.0,1.0 +1986,10,8,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,14.40,0.00,38,101900,0,0,281,0,0,0,0,0,0,0,220,4.60,0,0,24.1,77777,9,999999999,11,0.0000,0,88,0.000,0.0,1.0 +1986,10,8,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,14.40,12.80,90,101800,0,0,314,0,0,0,0,0,0,0,230,6.20,0,0,24.1,77777,9,999999999,23,0.0000,0,88,0.000,0.0,1.0 +1986,10,9,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,15.00,10.60,75,101800,0,0,310,0,0,0,0,0,0,0,230,5.20,0,0,16.1,77777,9,999999999,21,0.0000,0,88,0.000,0.0,1.0 +1986,10,9,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,15.60,13.90,90,101800,0,0,322,0,0,0,0,0,0,0,230,5.20,0,0,11.3,77777,9,999999999,25,0.0000,0,88,0.000,0.0,1.0 +1986,10,9,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,16.10,14.40,90,101800,0,0,325,0,0,0,0,0,0,0,230,5.20,0,0,11.3,77777,9,999999999,26,0.0000,0,88,0.000,0.0,1.0 +1986,10,9,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,16.10,14.40,90,101800,0,0,324,0,0,0,0,0,0,0,230,5.70,0,0,11.3,77777,9,999999999,26,0.0000,0,88,0.000,0.0,1.0 +1986,10,9,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,15.60,14.40,93,101700,0,0,320,0,0,0,0,0,0,0,230,6.20,0,0,11.3,77777,9,999999999,26,0.0000,0,88,0.000,0.0,1.0 +1986,10,9,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,15.60,15.00,97,101700,2,194,326,0,0,0,0,0,0,0,230,6.20,1,1,8.0,77777,9,999999999,27,0.0000,0,88,0.000,0.0,1.0 +1986,10,9,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,16.10,15.00,93,101700,157,1370,333,46,81,36,4800,4300,4300,650,230,6.20,2,2,8.0,77777,9,999999999,27,0.0000,0,88,0.000,0.0,1.0 +1986,10,9,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,17.80,15.60,87,101700,397,1370,342,202,358,96,20900,31300,11800,1790,240,5.70,2,2,8.0,77777,9,999999999,28,0.0000,0,88,0.000,0.0,1.0 +1986,10,9,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,20.00,15.60,76,101700,605,1370,351,342,424,152,35700,41500,17300,3070,250,6.70,5,2,8.0,77777,9,999999999,28,0.0000,0,88,0.000,0.0,1.0 +1986,10,9,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,21.10,15.00,68,101700,765,1370,361,436,357,234,46600,37600,25500,5590,220,5.70,6,3,9.7,77777,9,999999999,27,0.0000,0,88,0.000,0.0,1.0 +1986,10,9,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,21.10,14.40,66,101700,866,1370,359,582,494,266,60400,50700,28200,6740,220,5.20,8,3,9.7,77777,9,999999999,26,0.0000,0,88,0.000,0.0,1.0 +1986,10,9,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,22.80,13.90,57,101600,902,1370,373,512,298,314,54700,31900,33600,8640,240,4.60,9,4,12.9,77777,9,999999999,25,0.0000,0,88,0.000,0.0,1.0 +1986,10,9,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.90,12.80,50,101600,869,1370,369,581,529,241,60800,54400,26200,6060,260,6.20,8,3,16.1,77777,9,999999999,24,0.0000,0,88,0.000,0.0,1.0 +1986,10,9,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,24.40,11.10,43,101500,770,1370,367,487,438,238,52000,46200,26000,5720,250,5.20,9,3,16.1,77777,9,999999999,21,0.0000,0,88,0.000,0.0,1.0 +1986,10,9,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.90,10.60,43,101500,612,1370,396,307,177,227,33000,17700,25000,5470,240,4.60,9,7,16.1,1250,9,999999999,20,0.0000,0,88,0.000,0.0,1.0 +1986,10,9,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,22.20,10.60,48,101600,405,1370,395,160,80,136,17500,7300,15300,3430,350,5.70,10,8,16.1,1310,9,999999999,21,0.0000,0,88,0.000,0.0,1.0 +1986,10,9,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,20.60,10.00,51,101600,166,1370,401,47,2,47,5200,0,5200,1480,360,6.70,10,10,16.1,1310,9,999999999,20,0.0000,0,88,0.000,0.0,1.0 +1986,10,9,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,17.80,10.00,61,101800,4,240,387,2,0,2,0,0,0,0,10,6.70,10,10,16.1,1160,9,999999999,20,0.0000,0,88,0.000,0.0,1.0 +1986,10,9,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,15.00,9.40,70,101900,0,0,372,0,0,0,0,0,0,0,360,7.70,10,10,24.1,1400,9,999999999,19,0.0000,0,88,0.000,0.0,1.0 +1986,10,9,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,13.30,7.20,67,102100,0,0,362,0,0,0,0,0,0,0,340,8.80,10,10,24.1,1100,9,999999999,17,0.0000,0,88,0.000,0.0,1.0 +1986,10,9,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,11.10,5.60,69,102100,0,0,351,0,0,0,0,0,0,0,340,8.20,10,10,19.3,1160,9,999999999,15,0.0000,0,88,0.000,0.0,1.0 +1986,10,9,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,9.40,5.60,77,102200,0,0,343,0,0,0,0,0,0,0,340,8.20,10,10,19.3,1310,9,999999999,15,0.0000,0,88,0.000,0.0,1.0 +1986,10,9,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,8.30,6.70,89,102300,0,0,338,0,0,0,0,0,0,0,340,6.70,10,10,11.3,430,9,999999999,16,0.0000,0,88,0.000,0.0,1.0 +1986,10,9,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,7.80,6.70,93,102300,0,0,336,0,0,0,0,0,0,0,360,5.70,10,10,19.3,400,9,999999999,16,0.0000,0,88,0.000,0.0,1.0 +1986,10,10,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,7.20,5.60,89,102300,0,0,332,0,0,0,0,0,0,0,360,7.70,10,10,24.1,580,9,999999999,15,0.0000,0,88,0.000,0.0,1.0 +1986,10,10,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,7.20,5.60,89,102400,0,0,332,0,0,0,0,0,0,0,350,5.70,10,10,24.1,910,9,999999999,15,0.0000,0,88,0.000,0.0,1.0 +1986,10,10,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,6.70,2.20,74,102500,0,0,328,0,0,0,0,0,0,0,360,6.70,10,10,24.1,1100,9,999999999,13,0.0000,0,88,0.000,0.0,1.0 +1986,10,10,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,5.60,0.00,68,102600,0,0,322,0,0,0,0,0,0,0,10,7.70,10,10,24.1,940,9,999999999,11,0.0000,0,88,0.000,0.0,1.0 +1986,10,10,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,5.00,0.00,70,102700,0,0,319,0,0,0,0,0,0,0,10,6.70,10,10,24.1,1160,9,999999999,11,0.0000,0,88,0.000,0.0,1.0 +1986,10,10,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,3.90,-3.90,57,102800,2,171,280,0,0,0,0,0,0,0,360,6.70,6,6,24.1,1100,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1986,10,10,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,3.90,-4.40,55,102800,152,1371,262,50,71,42,5400,4100,5000,880,360,7.20,4,4,24.1,77777,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1986,10,10,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,4.40,-5.00,51,102900,392,1371,246,193,370,86,20300,32200,11000,1590,10,7.20,3,2,24.1,77777,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1986,10,10,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,5.60,-6.10,43,102900,600,1371,239,314,448,116,33700,44000,14400,2270,360,6.70,3,1,24.1,77777,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1986,10,10,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,6.70,-5.60,42,103000,759,1371,243,497,647,134,51800,64500,15900,3000,30,6.20,3,1,24.1,77777,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1986,10,10,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,7.20,-6.10,39,103000,860,1371,244,595,735,129,63100,74600,16100,3250,330,3.10,3,1,24.1,77777,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1986,10,10,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,8.30,-5.60,37,103000,896,1371,248,606,707,139,64100,71900,17000,3630,20,4.60,3,1,24.1,77777,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1986,10,10,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,9.40,-5.60,35,102900,862,1371,252,568,587,194,60700,60500,22500,4750,40,5.20,3,1,24.1,77777,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1986,10,10,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,8.90,-3.30,42,102900,763,1371,246,537,730,126,56300,73000,15500,2850,70,5.20,2,0,24.1,77777,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1986,10,10,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,8.90,-2.80,44,103000,605,1371,248,401,658,106,41400,63500,13300,2140,80,5.20,2,0,24.1,77777,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1986,10,10,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,8.30,-2.80,46,103000,398,1371,247,225,486,81,22800,42100,10500,1470,110,5.20,3,0,24.1,77777,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1986,10,10,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,7.80,-3.30,46,103100,158,1371,245,63,189,41,6500,10600,5300,740,80,4.60,2,0,24.1,77777,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1986,10,10,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,7.20,-2.80,49,103200,3,217,245,2,0,2,0,0,0,0,90,4.60,2,0,24.1,77777,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1986,10,10,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,7.20,-2.80,49,103200,0,0,246,0,0,0,0,0,0,0,90,4.60,2,0,24.1,77777,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1986,10,10,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,7.20,-2.20,52,103300,0,0,248,0,0,0,0,0,0,0,90,3.60,3,0,24.1,77777,9,999999999,10,0.0000,0,88,0.000,0.0,1.0 +1986,10,10,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,7.20,-3.30,47,103300,0,0,247,0,0,0,0,0,0,0,70,4.10,2,0,16.1,77777,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1986,10,10,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,6.70,-3.30,49,103400,0,0,254,0,0,0,0,0,0,0,60,3.10,3,1,16.1,77777,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1986,10,10,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,6.10,-1.70,58,103400,0,0,248,0,0,0,0,0,0,0,30,3.10,2,0,16.1,77777,9,999999999,10,0.0000,0,88,0.000,0.0,1.0 +1986,10,10,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,5.00,-1.10,65,103400,0,0,245,0,0,0,0,0,0,0,50,3.10,0,0,16.1,77777,9,999999999,10,0.0000,0,88,0.000,0.0,1.0 +1986,10,11,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,5.60,-1.10,63,103400,0,0,247,0,0,0,0,0,0,0,10,3.60,0,0,16.1,77777,9,999999999,10,0.0000,0,88,0.000,0.0,1.0 +1986,10,11,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,3.90,-4.40,55,103400,0,0,235,0,0,0,0,0,0,0,350,4.10,0,0,16.1,77777,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1986,10,11,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,3.30,-2.20,67,103400,0,0,236,0,0,0,0,0,0,0,350,4.10,0,0,16.1,77777,9,999999999,10,0.0000,0,88,0.000,0.0,1.0 +1986,10,11,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,3.30,-2.80,65,103400,0,0,234,0,0,0,0,0,0,0,350,4.10,0,0,16.1,77777,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1986,10,11,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,3.90,-2.80,62,103500,0,0,251,0,0,0,0,0,0,0,350,4.10,2,2,16.1,77777,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1986,10,11,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,3.90,-1.70,67,103500,1,149,267,0,0,0,0,0,0,0,320,4.10,5,4,16.1,77777,9,999999999,10,0.0000,0,88,0.000,0.0,1.0 +1986,10,11,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,5.00,-0.60,68,103500,147,1372,287,41,49,35,4400,2800,4100,730,320,4.60,7,6,24.1,1100,9,999999999,11,0.0000,0,88,0.000,0.0,1.0 +1986,10,11,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,6.70,0.00,63,103600,387,1372,318,96,26,89,10600,2300,9900,2420,320,3.60,9,9,24.1,1070,9,999999999,11,0.0000,0,88,0.000,0.0,1.0 +1986,10,11,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,10.00,1.10,54,103600,594,1372,317,227,110,178,24600,11000,19800,4250,230,3.60,7,7,24.1,1070,9,999999999,12,0.0000,0,88,0.000,0.0,1.0 +1986,10,11,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,11.70,1.10,49,103600,754,1372,333,327,158,239,35600,16400,26600,6180,120,6.70,8,8,24.1,1070,9,999999999,12,0.0000,0,88,0.000,0.0,1.0 +1986,10,11,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,11.10,1.70,53,103600,854,1372,339,246,60,208,27100,6000,23300,7200,120,6.70,9,9,24.1,1070,9,999999999,12,0.0000,0,88,0.000,0.0,1.0 +1986,10,11,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,12.20,2.20,51,103500,889,1372,328,445,273,266,48000,29200,29000,7020,100,6.70,7,7,24.1,1070,9,999999999,13,0.0000,0,88,0.000,0.0,1.0 +1986,10,11,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,12.20,2.20,51,103400,856,1372,286,590,675,165,61500,67700,19100,3990,90,6.20,2,2,24.1,77777,9,999999999,13,0.0000,0,88,0.000,0.0,1.0 +1986,10,11,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,11.70,2.80,55,103400,756,1372,293,451,513,164,48100,52200,19200,3600,90,6.70,3,3,24.1,77777,9,999999999,13,0.0000,0,88,0.000,0.0,1.0 +1986,10,11,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,11.70,3.30,57,103300,598,1372,295,300,342,149,32200,34600,17100,3110,90,7.20,3,3,24.1,77777,9,999999999,14,0.0000,0,88,0.000,0.0,1.0 +1986,10,11,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,11.70,3.30,57,103300,391,1372,280,187,332,91,19500,28800,11200,1690,100,6.20,1,1,24.1,77777,9,999999999,14,0.0000,0,88,0.000,0.0,1.0 +1986,10,11,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,10.60,3.90,64,103300,151,1372,278,50,130,35,5300,6700,4500,630,100,5.70,2,1,24.1,77777,9,999999999,14,0.0000,0,88,0.000,0.0,1.0 +1986,10,11,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,10.60,3.90,64,103200,2,171,271,1,0,1,0,0,0,0,130,5.20,1,0,24.1,77777,9,999999999,14,0.0000,0,88,0.000,0.0,1.0 +1986,10,11,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,10.00,5.00,71,103200,0,0,273,0,0,0,0,0,0,0,130,5.70,0,0,19.3,77777,9,999999999,15,0.0000,0,88,0.000,0.0,1.0 +1986,10,11,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,10.00,5.00,71,103200,0,0,274,0,0,0,0,0,0,0,130,4.60,0,0,19.3,77777,9,999999999,15,0.0000,0,88,0.000,0.0,1.0 +1986,10,11,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,10.00,5.60,74,103100,0,0,276,0,0,0,0,0,0,0,140,5.20,0,0,19.3,77777,9,999999999,15,0.0000,0,88,0.000,0.0,1.0 +1986,10,11,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,10.00,5.00,71,103100,0,0,275,0,0,0,0,0,0,0,140,4.10,0,0,19.3,77777,9,999999999,15,0.0000,0,88,0.000,0.0,1.0 +1986,10,11,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,8.90,5.60,80,103000,0,0,273,0,0,0,0,0,0,0,120,4.10,0,0,19.3,77777,9,999999999,15,0.0000,0,88,0.000,0.0,1.0 +1986,10,11,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,9.40,6.10,80,103000,0,0,276,0,0,0,0,0,0,0,30,2.60,0,0,19.3,77777,9,999999999,16,0.0000,0,88,0.000,0.0,1.0 +1986,10,12,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,9.40,6.70,83,103000,0,0,330,0,0,0,0,0,0,0,300,1.50,8,8,19.3,550,9,999999999,16,0.0000,0,88,0.000,0.0,1.0 +1986,10,12,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,7.20,3.90,80,102900,0,0,283,0,0,0,0,0,0,0,350,3.60,3,3,19.3,77777,9,999999999,14,0.0000,0,88,0.000,0.0,1.0 +1986,10,12,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,7.20,5.00,86,102900,0,0,311,0,0,0,0,0,0,0,300,4.10,7,7,19.3,490,9,999999999,15,0.0000,0,88,0.000,0.0,1.0 +1986,10,12,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,7.20,4.40,83,102800,0,0,331,0,0,0,0,0,0,0,340,4.60,10,10,16.1,1160,9,999999999,14,0.0000,0,88,0.000,0.0,1.0 +1986,10,12,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,7.20,4.40,83,102800,0,0,331,0,0,0,0,0,0,0,310,4.60,10,10,12.9,490,9,999999999,14,0.0000,0,88,0.000,0.0,1.0 +1986,10,12,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,7.20,4.40,83,102800,1,126,331,0,0,0,0,0,0,0,360,3.60,10,10,12.9,400,9,999999999,14,0.0000,0,88,0.000,0.0,1.0 +1986,10,12,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,7.20,4.40,83,102900,142,1373,330,38,13,37,4200,900,4100,880,320,4.60,10,10,14.5,430,9,999999999,14,0.0000,0,88,0.000,0.0,1.0 +1986,10,12,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,8.30,5.00,80,102900,381,1373,336,127,11,124,14000,700,13800,4090,360,3.60,10,10,14.5,430,9,999999999,15,0.0000,0,88,0.000,0.0,1.0 +1986,10,12,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,8.90,5.60,80,102900,589,1373,339,183,5,181,20600,400,20400,6760,330,4.10,10,10,14.5,430,9,999999999,15,0.0000,0,88,0.000,0.0,1.0 +1986,10,12,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,9.40,5.60,77,102800,748,1373,341,227,2,226,25900,200,25800,9090,350,4.10,10,10,14.5,430,9,999999999,15,0.0000,0,88,0.000,0.0,1.0 +1986,10,12,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,11.10,7.20,77,102800,848,1373,350,275,8,270,31400,700,31000,11060,60,3.10,10,10,24.1,340,9,999999999,17,0.0000,0,88,0.000,0.0,1.0 +1986,10,12,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,11.70,7.80,77,102700,883,1373,353,291,5,287,33200,500,32900,11800,70,3.10,10,10,24.1,340,9,999999999,18,0.0000,0,88,0.000,0.0,1.0 +1986,10,12,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,11.70,8.90,83,102600,849,1373,354,322,3,321,36400,300,36200,12270,70,3.10,10,10,24.1,340,9,999999999,19,0.0000,0,88,0.000,0.0,1.0 +1986,10,12,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,12.80,9.40,80,102400,749,1373,338,317,166,225,34600,17200,25200,5800,110,4.60,8,7,24.1,1010,9,999999999,19,0.0000,0,88,0.000,0.0,1.0 +1986,10,12,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,12.20,9.40,83,102400,590,1373,350,198,73,166,21700,7100,18600,4810,90,1.50,10,9,24.1,520,9,999999999,19,0.0000,0,88,0.000,0.0,1.0 +1986,10,12,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,12.20,9.40,83,102400,383,1373,357,159,82,136,17400,7400,15300,3330,90,2.10,10,10,24.1,1010,9,999999999,19,0.0000,0,88,0.000,0.0,1.0 +1986,10,12,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,12.20,10.00,86,102400,144,1373,358,30,4,29,3300,0,3300,1010,80,3.10,10,10,24.1,1010,9,999999999,20,0.0000,0,88,0.000,0.0,1.0 +1986,10,12,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,12.20,10.60,90,102400,1,126,358,1,0,1,0,0,0,0,100,3.60,10,10,24.1,1070,9,999999999,21,0.0000,0,88,0.000,0.0,1.0 +1986,10,12,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,12.20,10.60,90,102400,0,0,358,0,0,0,0,0,0,0,140,4.10,10,10,19.3,940,9,999999999,21,0.0000,0,88,0.000,0.0,1.0 +1986,10,12,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,11.70,10.00,90,102300,0,0,324,0,0,0,0,0,0,0,170,4.10,8,5,16.1,7620,9,999999999,20,0.0000,0,88,0.000,0.0,1.0 +1986,10,12,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,12.20,9.40,83,102400,0,0,358,0,0,0,0,0,0,0,200,4.10,10,10,12.9,610,9,999999999,19,0.0000,0,88,0.000,0.0,1.0 +1986,10,12,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,12.20,9.40,83,102300,0,0,358,0,0,0,0,0,0,0,180,4.60,10,10,12.9,940,9,999999999,19,0.0000,0,88,0.000,0.0,1.0 +1986,10,12,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,11.70,9.40,86,102300,0,0,325,0,0,0,0,0,0,0,190,4.10,8,5,12.9,3050,9,999999999,19,0.0000,0,88,0.000,0.0,1.0 +1986,10,12,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,11.10,9.40,90,102200,0,0,309,0,0,0,0,0,0,0,200,4.60,7,3,12.9,77777,9,999999999,19,0.0000,0,88,0.000,0.0,1.0 +1986,10,13,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,11.70,9.40,86,102200,0,0,356,0,0,0,0,0,0,0,210,4.10,10,10,12.9,910,9,999999999,19,0.0000,0,88,0.000,0.0,1.0 +1986,10,13,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,12.20,9.40,83,102100,0,0,327,0,0,0,0,0,0,0,220,4.60,8,5,12.9,3050,9,999999999,19,0.0000,0,88,0.000,0.0,1.0 +1986,10,13,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,11.10,9.40,90,102000,0,0,321,0,0,0,0,0,0,0,230,4.60,5,5,12.9,77777,9,999999999,19,0.0000,0,88,0.000,0.0,1.0 +1986,10,13,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,12.20,10.00,86,102000,0,0,358,0,0,0,0,0,0,0,230,5.70,10,10,12.9,760,9,999999999,20,0.0000,0,88,0.000,0.0,1.0 +1986,10,13,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,11.70,10.00,90,102000,0,0,356,0,0,0,0,0,0,0,200,4.10,10,10,12.9,760,9,999999999,20,0.0000,0,88,0.000,0.0,1.0 +1986,10,13,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,11.70,10.60,93,102000,1,103,356,0,0,0,0,0,0,0,190,4.10,10,10,12.9,760,9,999999999,21,0.0000,0,88,0.000,0.0,1.0 +1986,10,13,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,13.30,11.10,87,102000,137,1373,364,29,2,29,3300,0,3300,990,210,4.60,10,10,24.1,820,9,999999999,21,0.0000,0,88,0.000,0.0,1.0 +1986,10,13,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,13.90,11.70,87,102000,376,1373,367,95,2,94,10600,100,10600,3410,210,5.20,10,10,24.1,820,9,999999999,22,0.0000,0,88,0.000,0.0,1.0 +1986,10,13,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,15.00,12.20,84,101900,583,1373,366,308,214,216,33000,21200,24000,5140,200,5.20,9,9,24.1,790,9,999999999,23,0.0000,0,88,0.000,0.0,1.0 +1986,10,13,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,15.60,12.80,84,101900,742,1373,376,133,15,125,15900,1100,15300,5780,190,5.20,10,10,12.9,270,9,999999999,24,0.0000,0,88,0.000,0.0,1.0 +1986,10,13,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,17.20,13.90,81,101800,842,1373,378,276,80,226,30300,8100,25400,7640,190,5.20,9,9,12.9,270,9,999999999,25,0.0000,0,88,0.000,0.0,1.0 +1986,10,13,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,17.80,14.40,81,101700,877,1373,375,392,163,287,42800,17100,31800,8070,170,4.10,8,8,16.1,1980,9,999999999,26,0.0000,0,88,0.000,0.0,1.0 +1986,10,13,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,18.90,13.90,73,101600,843,1373,394,268,37,245,29500,3700,27200,8160,220,5.20,10,10,24.1,760,9,999999999,25,0.0000,0,88,0.000,0.0,1.0 +1986,10,13,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,18.30,13.90,76,101600,743,1373,391,138,4,135,16300,300,16100,6160,220,5.20,10,10,12.9,670,9,999999999,25,0.0000,0,88,0.000,0.0,1.0 +1986,10,13,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,18.30,14.40,78,101500,583,1373,391,176,17,169,19900,1300,19300,6440,190,4.60,10,10,16.1,700,9,999999999,26,0.0000,0,88,0.000,0.0,1.0 +1986,10,13,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,18.30,13.90,76,101500,376,1373,391,95,5,93,10600,300,10600,3390,220,5.20,10,10,16.1,670,9,999999999,25,0.0000,0,88,0.000,0.0,1.0 +1986,10,13,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,17.80,13.30,75,101500,137,1373,388,33,0,33,3700,0,3700,1090,210,6.20,10,10,16.1,640,9,999999999,24,0.0000,0,88,0.000,0.0,1.0 +1986,10,13,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,17.20,13.30,78,101500,1,103,386,0,0,0,0,0,0,0,230,5.70,10,10,16.1,400,9,999999999,24,0.0000,0,88,0.000,0.0,1.0 +1986,10,13,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,16.70,13.90,84,101500,0,0,384,0,0,0,0,0,0,0,210,6.20,10,10,16.1,310,9,999999999,25,0.0000,0,88,0.000,0.0,1.0 +1986,10,13,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,16.70,14.40,87,101500,0,0,384,0,0,0,0,0,0,0,220,5.20,10,10,16.1,240,9,999999999,26,0.0000,0,88,0.000,0.0,1.0 +1986,10,13,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,16.70,15.00,90,101500,0,0,385,0,0,0,0,0,0,0,230,4.60,10,10,16.1,210,9,999999999,27,0.0000,0,88,0.000,0.0,1.0 +1986,10,13,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,16.70,15.00,90,101400,0,0,385,0,0,0,0,0,0,0,240,5.20,10,10,11.3,150,9,999999999,27,0.0000,0,88,0.000,0.0,1.0 +1986,10,13,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,16.70,15.60,93,101400,0,0,386,0,0,0,0,0,0,0,230,5.70,10,10,11.3,150,9,999999999,28,0.0000,0,88,0.000,0.0,1.0 +1986,10,13,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,16.70,15.00,90,101400,0,0,369,0,0,0,0,0,0,0,250,5.20,9,7,11.3,1160,9,999999999,27,0.0000,0,88,0.000,0.0,1.0 +1986,10,14,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,16.70,15.00,90,101300,0,0,369,0,0,0,0,0,0,0,250,3.10,8,7,11.3,1160,9,999999999,27,0.0000,0,88,0.000,0.0,1.0 +1986,10,14,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,16.10,15.00,93,101200,0,0,382,0,0,0,0,0,0,0,220,2.10,10,10,9.7,270,9,999999999,27,0.0000,0,88,0.000,0.0,1.0 +1986,10,14,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,15.00,14.40,97,101200,0,0,375,0,0,0,0,0,0,0,150,2.10,10,10,8.0,270,9,999999999,26,0.0000,0,88,0.000,0.0,1.0 +1986,10,14,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,15.60,15.00,97,101100,0,0,379,0,0,0,0,0,0,0,170,3.60,10,10,4.8,150,9,999999999,27,0.0000,0,88,0.000,0.0,1.0 +1986,10,14,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,15.60,15.00,97,101100,0,0,378,0,0,0,0,0,0,0,120,3.10,10,10,0.8,60,9,999999999,27,0.0000,0,88,0.000,0.0,1.0 +1986,10,14,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,15.00,15.00,100,101000,0,80,375,0,0,0,0,0,0,0,120,3.10,10,10,2.4,210,9,999999999,27,0.0000,0,88,0.000,0.0,1.0 +1986,10,14,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,15.00,15.00,100,100900,132,1374,375,24,1,24,2700,0,2700,850,110,4.10,10,10,0.8,90,9,999999999,27,0.0000,0,88,0.000,6.9,1.0 +1986,10,14,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,15.60,15.60,100,100800,371,1374,378,70,2,69,8000,100,8000,2700,90,3.60,10,10,1.6,120,9,999999999,28,0.0000,0,88,0.000,2.5,1.0 +1986,10,14,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,14.40,14.40,100,100700,578,1374,371,129,1,128,14800,100,14800,5260,120,3.60,10,10,0.4,60,9,999999999,26,0.0000,0,88,0.000,0.5,1.0 +1986,10,14,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,16.10,15.60,97,100600,736,1374,380,263,1,262,29500,100,29400,9840,130,3.60,10,10,0.4,370,9,999999999,28,0.0000,0,88,0.000,0.5,1.0 +1986,10,14,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,16.70,16.10,97,100500,836,1374,384,318,1,317,35700,100,35700,12040,170,2.60,10,10,3.2,310,9,999999999,28,0.0000,0,88,0.000,0.0,1.0 +1986,10,14,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,19.40,18.90,97,100400,870,1374,400,181,1,180,21400,100,21300,8340,220,5.20,10,10,6.4,120,9,999999999,33,0.0000,0,88,0.000,0.3,1.0 +1986,10,14,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,21.10,18.90,87,100300,836,1374,409,285,2,284,32400,200,32300,11290,240,6.20,10,10,11.3,370,9,999999999,33,0.0000,0,88,0.000,0.0,1.0 +1986,10,14,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,21.10,18.90,87,100200,736,1374,410,165,0,165,19200,0,19200,7180,240,5.20,10,10,11.3,370,9,999999999,33,0.0000,0,88,0.000,0.3,1.0 +1986,10,14,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,21.70,18.30,81,100200,577,1374,413,194,0,194,21600,0,21600,6950,230,5.20,10,10,11.3,640,9,999999999,32,0.0000,0,88,0.000,0.0,1.0 +1986,10,14,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,21.70,18.30,81,100200,369,1374,413,128,0,128,14000,0,14000,4070,240,4.60,10,10,11.3,610,9,999999999,32,0.0000,0,88,0.000,0.0,1.0 +1986,10,14,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,21.10,18.30,84,100100,131,1374,410,34,0,34,3800,0,3800,1090,240,4.60,10,10,11.3,610,9,999999999,32,0.0000,0,88,0.000,0.0,1.0 +1986,10,14,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,20.60,18.90,90,100200,0,57,408,1,0,1,0,0,0,0,220,4.10,10,10,11.3,670,9,999999999,33,0.0000,0,88,0.000,0.0,1.0 +1986,10,14,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,20.60,18.30,87,100200,0,0,408,0,0,0,0,0,0,0,240,5.70,10,10,11.3,880,9,999999999,32,0.0000,0,88,0.000,0.0,1.0 +1986,10,14,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,20.00,17.20,84,100200,0,0,388,0,0,0,0,0,0,0,240,7.20,8,7,11.3,2440,9,999999999,30,0.0000,0,88,0.000,0.0,1.0 +1986,10,14,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,18.90,17.20,90,100200,0,0,382,0,0,0,0,0,0,0,230,7.20,7,7,11.3,2440,9,999999999,30,0.0000,0,88,0.000,0.0,1.0 +1986,10,14,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,18.30,16.10,87,100300,0,0,351,0,0,0,0,0,0,0,250,6.20,6,2,16.1,77777,9,999999999,28,0.0000,0,88,0.000,0.0,1.0 +1986,10,14,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,18.30,13.90,76,100300,0,0,351,0,0,0,0,0,0,0,240,7.20,6,3,16.1,77777,9,999999999,25,0.0000,0,88,0.000,0.0,1.0 +1986,10,14,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,16.70,8.90,60,100400,0,0,360,0,0,0,0,0,0,0,300,9.80,9,7,16.1,7620,9,999999999,18,0.0000,0,88,0.000,0.0,1.0 +1986,10,15,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,14.40,6.70,60,100500,0,0,325,0,0,0,0,0,0,0,270,6.70,10,4,16.1,77777,9,999999999,16,0.0000,0,88,0.000,0.0,1.0 +1986,10,15,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,13.30,4.40,55,100600,0,0,301,0,0,0,0,0,0,0,270,8.20,7,2,16.1,77777,9,999999999,14,0.0000,0,88,0.000,0.0,1.0 +1986,10,15,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,12.20,4.40,59,100600,0,0,296,0,0,0,0,0,0,0,290,5.20,6,2,16.1,77777,9,999999999,14,0.0000,0,88,0.000,0.0,1.0 +1986,10,15,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,11.70,3.90,59,100700,0,0,307,0,0,0,0,0,0,0,280,6.70,8,4,16.1,77777,9,999999999,14,0.0000,0,88,0.000,0.0,1.0 +1986,10,15,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,11.10,2.80,57,100900,0,0,271,0,0,0,0,0,0,0,280,7.20,0,0,16.1,77777,9,999999999,13,0.0000,0,88,0.000,0.0,1.0 +1986,10,15,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,10.60,2.20,57,100900,0,34,290,0,0,0,0,0,0,0,260,6.20,7,3,16.1,77777,9,999999999,12,0.0000,0,88,0.000,0.0,1.0 +1986,10,15,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,10.60,1.10,52,101000,127,1375,279,47,127,35,4900,5800,4400,650,270,7.70,6,2,24.1,77777,9,999999999,12,0.0000,0,88,0.000,0.0,1.0 +1986,10,15,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,10.60,1.70,55,101100,365,1375,279,192,389,87,19900,32900,11100,1610,260,7.20,8,2,24.1,77777,9,999999999,12,0.0000,0,88,0.000,0.0,1.0 +1986,10,15,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,11.70,1.70,51,101100,572,1375,283,354,564,116,36200,53500,13900,2240,270,6.20,8,2,24.1,77777,9,999999999,12,0.0000,0,88,0.000,0.0,1.0 +1986,10,15,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,12.80,0.60,44,101000,731,1375,285,517,708,136,53600,70000,16200,2940,280,7.70,7,2,24.1,77777,9,999999999,11,0.0000,0,88,0.000,0.0,1.0 +1986,10,15,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,14.40,-0.60,36,101000,830,1375,279,580,725,138,61000,73100,16700,3310,280,7.70,7,1,24.1,77777,9,999999999,11,0.0000,0,88,0.000,0.0,1.0 +1986,10,15,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,14.40,-0.60,36,101000,864,1375,279,619,740,149,64900,74700,17900,3690,280,7.70,8,1,24.1,77777,9,999999999,11,0.0000,0,88,0.000,0.0,1.0 +1986,10,15,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,12.20,-1.10,40,101100,829,1375,279,618,748,162,64200,74800,18900,3790,270,7.70,8,2,24.1,77777,9,999999999,10,0.0000,0,88,0.000,0.0,1.0 +1986,10,15,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,15.60,-0.60,34,101000,729,1375,294,499,579,188,52200,58500,21200,4110,300,7.70,8,2,24.1,77777,9,999999999,11,0.0000,0,88,0.000,0.0,1.0 +1986,10,15,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,14.40,-1.10,35,101100,570,1375,289,369,622,107,37900,59200,13300,2100,290,9.30,8,2,24.1,77777,9,999999999,10,0.0000,0,88,0.000,0.0,1.0 +1986,10,15,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,13.90,-0.60,37,101100,362,1375,288,187,357,90,19200,30100,11200,1670,310,7.70,8,2,24.1,77777,9,999999999,10,0.0000,0,88,0.000,0.0,1.0 +1986,10,15,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,12.80,0.00,42,101200,124,1375,277,51,164,35,5100,7900,4400,640,290,6.70,6,1,24.1,77777,9,999999999,11,0.0000,0,88,0.000,0.0,1.0 +1986,10,15,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,12.20,0.00,43,101300,0,11,276,0,0,0,0,0,0,0,310,5.20,3,1,24.1,77777,9,999999999,11,0.0000,0,88,0.000,0.0,1.0 +1986,10,15,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,11.10,0.00,47,101400,0,0,265,0,0,0,0,0,0,0,300,5.20,2,0,24.1,77777,9,999999999,11,0.0000,0,88,0.000,0.0,1.0 +1986,10,15,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,11.10,0.60,49,101400,0,0,267,0,0,0,0,0,0,0,270,4.60,2,0,24.1,77777,9,999999999,11,0.0000,0,88,0.000,0.0,1.0 +1986,10,15,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,10.60,1.10,52,101500,0,0,268,0,0,0,0,0,0,0,260,4.60,1,0,24.1,77777,9,999999999,12,0.0000,0,88,0.000,0.0,1.0 +1986,10,15,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,10.60,1.10,52,101500,0,0,268,0,0,0,0,0,0,0,260,5.20,1,0,24.1,77777,9,999999999,12,0.0000,0,88,0.000,0.0,1.0 +1986,10,15,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,9.40,1.10,56,101600,0,0,280,0,0,0,0,0,0,0,250,4.60,6,2,24.1,77777,9,999999999,12,0.0000,0,88,0.000,0.0,1.0 +1986,10,15,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,9.40,1.70,59,101500,0,0,288,0,0,0,0,0,0,0,290,5.20,8,3,24.1,77777,9,999999999,12,0.0000,0,88,0.000,0.0,1.0 +1986,10,16,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,9.40,1.10,56,101600,0,0,272,0,0,0,0,0,0,0,270,6.20,5,1,12.9,77777,9,999999999,12,0.0000,0,88,0.000,0.0,1.0 +1986,10,16,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,8.90,1.70,61,101600,0,0,271,0,0,0,0,0,0,0,280,4.60,4,1,12.9,77777,9,999999999,12,0.0000,0,88,0.000,0.0,1.0 +1986,10,16,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,7.80,1.70,66,101600,0,0,259,0,0,0,0,0,0,0,250,4.10,3,0,12.9,77777,9,999999999,12,0.0000,0,88,0.000,0.0,1.0 +1986,10,16,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,8.30,1.10,61,101600,0,0,258,0,0,0,0,0,0,0,280,5.20,2,0,12.9,77777,9,999999999,12,0.0000,0,88,0.000,0.0,1.0 +1986,10,16,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,7.80,1.10,63,101600,0,0,255,0,0,0,0,0,0,0,280,4.60,2,0,12.9,77777,9,999999999,12,0.0000,0,88,0.000,0.0,1.0 +1986,10,16,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,7.20,1.70,68,101600,0,11,268,0,0,0,0,0,0,0,290,6.20,7,2,19.3,77777,9,999999999,12,0.0000,0,88,0.000,0.0,1.0 +1986,10,16,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,7.80,1.70,66,101700,122,1376,285,38,55,32,4000,2800,3800,670,290,4.60,9,4,19.3,77777,9,999999999,12,0.0000,0,88,0.000,0.0,1.0 +1986,10,16,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,7.80,2.20,68,101700,360,1376,285,189,318,104,19800,27200,12600,2060,290,4.60,10,4,19.3,77777,9,999999999,12,0.0000,0,88,0.000,0.0,1.0 +1986,10,16,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,9.40,2.80,64,101700,566,1376,292,360,477,160,37000,46000,18000,3220,290,3.10,10,4,24.1,77777,9,999999999,13,0.0000,0,88,0.000,0.0,1.0 +1986,10,16,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,11.10,2.80,57,101700,725,1376,298,481,573,175,50700,57900,20100,3780,290,3.60,10,4,24.1,77777,9,999999999,13,0.0000,0,88,0.000,0.0,1.0 +1986,10,16,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,12.20,2.80,53,101600,824,1376,303,493,442,226,51700,45200,24500,5390,280,3.60,10,4,24.1,77777,9,999999999,13,0.0000,0,88,0.000,0.0,1.0 +1986,10,16,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,13.30,2.20,47,101600,857,1376,306,486,415,224,51200,42700,24500,5510,250,3.60,10,4,24.1,77777,9,999999999,12,0.0000,0,88,0.000,0.0,1.0 +1986,10,16,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,13.30,2.80,49,101500,823,1376,324,456,312,267,48600,33100,28800,6730,240,2.60,10,6,24.1,2740,9,999999999,13,0.0000,0,88,0.000,0.0,1.0 +1986,10,16,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,14.40,1.10,41,101500,722,1376,328,297,144,221,32400,14900,24600,5610,260,4.60,10,6,24.1,7620,9,999999999,12,0.0000,0,88,0.000,0.0,1.0 +1986,10,16,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,13.90,1.70,44,101500,563,1376,344,226,78,193,24600,7600,21500,5250,350,3.10,9,8,24.1,1250,9,999999999,12,0.0000,0,88,0.000,0.0,1.0 +1986,10,16,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,13.90,0.60,40,101500,355,1376,352,99,32,91,10900,2800,10200,2380,320,3.60,9,9,24.1,1250,9,999999999,11,0.0000,0,88,0.000,0.0,1.0 +1986,10,16,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,13.30,0.60,42,101500,117,1364,349,29,4,28,3200,0,3200,940,290,5.70,9,9,24.1,1400,9,999999999,11,0.0000,0,88,0.000,0.0,1.0 +1986,10,16,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,12.80,1.10,45,101600,0,0,356,0,0,0,0,0,0,0,300,4.60,10,10,24.1,1400,9,999999999,12,0.0000,0,88,0.000,0.0,1.0 +1986,10,16,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,12.20,1.10,47,101700,0,0,353,0,0,0,0,0,0,0,310,5.20,10,10,24.1,1400,9,999999999,12,0.0000,0,88,0.000,0.0,1.0 +1986,10,16,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,11.70,2.20,53,101700,0,0,352,0,0,0,0,0,0,0,320,4.60,10,10,24.1,1490,9,999999999,13,0.0000,0,88,0.000,0.0,1.0 +1986,10,16,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,11.10,2.20,55,101700,0,0,334,0,0,0,0,0,0,0,330,3.60,8,8,24.1,1490,9,999999999,13,0.0000,0,88,0.000,0.0,1.0 +1986,10,16,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,10.60,2.20,57,101700,0,0,301,0,0,0,0,0,0,0,320,4.10,4,4,24.1,77777,9,999999999,13,0.0000,0,88,0.000,0.0,1.0 +1986,10,16,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,9.40,2.80,64,101800,0,0,290,0,0,0,0,0,0,0,310,3.60,3,3,24.1,77777,9,999999999,13,0.0000,0,88,0.000,0.0,1.0 +1986,10,16,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,8.90,3.30,69,101700,0,0,267,0,0,0,0,0,0,0,310,3.10,1,0,24.1,77777,9,999999999,13,0.0000,0,88,0.000,0.0,1.0 +1986,10,17,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,8.90,3.30,69,101700,0,0,267,0,0,0,0,0,0,0,310,3.10,0,0,24.1,77777,9,999999999,13,0.0000,0,88,0.000,0.0,1.0 +1986,10,17,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,8.30,3.30,71,101700,0,0,272,0,0,0,0,0,0,0,310,3.60,2,1,24.1,77777,9,999999999,13,0.0000,0,88,0.000,0.0,1.0 +1986,10,17,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,8.30,3.30,71,101800,0,0,285,0,0,0,0,0,0,0,300,3.60,4,3,24.1,77777,9,999999999,13,0.0000,0,88,0.000,0.0,1.0 +1986,10,17,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,7.80,3.30,74,101800,0,0,333,0,0,0,0,0,0,0,310,4.10,10,10,24.1,1680,9,999999999,13,0.0000,0,88,0.000,0.0,1.0 +1986,10,17,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,7.80,3.30,74,101800,0,0,326,0,0,0,0,0,0,0,330,4.60,9,9,24.1,1680,9,999999999,13,0.0000,0,88,0.000,0.0,1.0 +1986,10,17,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,6.70,3.30,80,101900,0,0,277,0,0,0,0,0,0,0,340,4.60,3,3,24.1,77777,9,999999999,13,0.0000,0,88,0.000,0.0,1.0 +1986,10,17,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,6.70,3.90,83,101900,117,1365,269,45,183,27,4600,8900,3800,480,350,5.20,3,2,24.1,77777,9,999999999,14,0.0000,0,88,0.000,0.0,1.0 +1986,10,17,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,9.40,5.00,74,101900,355,1377,289,200,489,71,20200,40800,9600,1280,10,5.20,3,3,24.1,77777,9,999999999,15,0.0000,0,88,0.000,0.0,1.0 +1986,10,17,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,10.00,5.00,71,101900,561,1377,305,326,508,116,34600,49100,14500,2250,360,6.20,5,5,24.1,77777,9,999999999,15,0.0000,0,88,0.000,0.0,1.0 +1986,10,17,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,8.30,6.70,89,102000,719,1377,336,115,8,111,13800,500,13500,5150,350,7.70,10,10,9.7,610,9,999999999,16,0.0000,0,88,0.000,0.5,1.0 +1986,10,17,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,8.30,6.70,89,102000,818,1377,336,147,12,140,17600,900,17100,6610,360,7.70,10,10,6.4,610,9,999999999,16,0.0000,0,88,0.000,0.8,1.0 +1986,10,17,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,8.90,6.10,83,102000,851,1377,338,132,6,128,16000,400,15700,6220,360,7.70,10,10,11.3,610,9,999999999,16,0.0000,0,88,0.000,0.8,1.0 +1986,10,17,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,8.90,5.60,80,102000,816,1377,338,293,3,291,33100,300,32900,11250,20,7.20,10,10,11.3,610,9,999999999,15,0.0000,0,88,0.000,0.0,1.0 +1986,10,17,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,8.30,4.40,77,102000,715,1377,335,189,1,189,21800,100,21700,7820,30,7.20,10,10,11.3,610,9,999999999,14,0.0000,0,88,0.000,0.0,1.0 +1986,10,17,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,8.30,3.30,71,102000,556,1377,335,178,5,176,19900,400,19700,6390,30,5.20,10,10,19.3,610,9,999999999,13,0.0000,0,88,0.000,0.0,1.0 +1986,10,17,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,8.30,2.80,68,102100,348,1377,335,102,2,101,11300,100,11200,3430,10,5.20,10,10,19.3,1980,9,999999999,13,0.0000,0,88,0.000,0.0,1.0 +1986,10,17,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,8.30,2.20,66,102100,111,1319,334,25,0,25,2800,0,2800,860,360,5.70,10,10,19.3,700,9,999999999,13,0.0000,0,88,0.000,0.0,1.0 +1986,10,17,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,8.30,2.20,66,102200,0,0,335,0,0,0,0,0,0,0,360,5.20,10,10,19.3,1490,9,999999999,13,0.0000,0,88,0.000,0.0,1.0 +1986,10,17,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,7.80,2.20,68,102200,0,0,333,0,0,0,0,0,0,0,360,6.20,10,10,16.1,1490,9,999999999,13,0.0000,0,88,0.000,0.0,1.0 +1986,10,17,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,7.80,1.70,66,102200,0,0,333,0,0,0,0,0,0,0,360,5.20,10,10,16.1,1490,9,999999999,12,0.0000,0,88,0.000,0.0,1.0 +1986,10,17,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,6.70,3.30,80,102300,0,0,328,0,0,0,0,0,0,0,10,6.20,10,10,12.9,1070,9,999999999,13,0.0000,0,88,0.000,0.0,1.0 +1986,10,17,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,6.70,3.90,83,102300,0,0,329,0,0,0,0,0,0,0,360,6.20,10,10,12.9,1160,9,999999999,14,0.0000,0,88,0.000,0.3,1.0 +1986,10,17,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,6.10,4.40,89,102400,0,0,326,0,0,0,0,0,0,0,360,6.20,10,10,12.9,580,9,999999999,14,0.0000,0,88,0.000,0.5,1.0 +1986,10,17,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,6.10,4.40,89,102400,0,0,326,0,0,0,0,0,0,0,350,5.70,10,10,11.3,550,9,999999999,14,0.0000,0,88,0.000,0.5,1.0 +1986,10,18,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,5.60,4.40,93,102400,0,0,324,0,0,0,0,0,0,0,350,6.70,10,10,11.3,1010,9,999999999,14,0.0000,0,88,0.000,0.0,1.0 +1986,10,18,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,5.60,4.40,93,102400,0,0,324,0,0,0,0,0,0,0,360,6.20,10,10,11.3,1010,9,999999999,14,0.0000,0,88,0.000,0.0,1.0 +1986,10,18,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,5.60,3.30,86,102500,0,0,323,0,0,0,0,0,0,0,10,5.70,10,10,11.3,1100,9,999999999,13,0.0000,0,88,0.000,0.0,1.0 +1986,10,18,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,5.60,3.30,86,102600,0,0,323,0,0,0,0,0,0,0,350,5.20,10,10,11.3,730,9,999999999,13,0.0000,0,88,0.000,0.0,1.0 +1986,10,18,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,5.00,2.20,83,102600,0,0,320,0,0,0,0,0,0,0,350,5.20,10,10,11.3,1400,9,999999999,13,0.0000,0,88,0.000,0.0,1.0 +1986,10,18,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,5.60,1.70,76,102700,0,0,322,0,0,0,0,0,0,0,330,5.20,10,10,16.1,1400,9,999999999,12,0.0000,0,88,0.000,0.0,1.0 +1986,10,18,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,5.60,1.10,73,102700,113,1343,283,39,60,33,4200,3100,3900,690,330,5.20,8,5,24.1,2130,9,999999999,12,0.0000,0,88,0.000,0.0,1.0 +1986,10,18,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,6.70,0.60,65,102800,349,1377,255,182,373,85,18700,31000,10800,1570,360,5.70,6,1,24.1,77777,9,999999999,11,0.0000,0,88,0.000,0.0,1.0 +1986,10,18,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,7.80,1.10,63,102900,555,1377,283,311,443,129,32500,42600,15300,2520,360,5.20,8,4,24.1,77777,9,999999999,12,0.0000,0,88,0.000,0.0,1.0 +1986,10,18,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,9.40,1.10,56,102900,713,1377,281,305,264,166,33100,27600,18800,3640,30,5.70,8,3,24.1,77777,9,999999999,12,0.0000,0,88,0.000,0.0,1.0 +1986,10,18,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,10.00,0.00,50,102900,812,1377,290,489,470,209,51500,48100,23100,4890,360,6.20,7,4,24.1,7620,9,999999999,11,0.0000,0,88,0.000,0.0,1.0 +1986,10,18,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,9.40,0.00,52,102900,845,1377,313,479,369,250,51500,39300,27300,6300,50,5.20,7,7,24.1,1070,9,999999999,11,0.0000,0,88,0.000,0.0,1.0 +1986,10,18,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,9.40,-0.60,50,102800,810,1377,321,435,233,297,47000,24300,32700,7940,40,4.60,8,8,24.1,1070,9,999999999,11,0.0000,0,88,0.000,0.0,1.0 +1986,10,18,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,8.90,1.10,59,102800,709,1377,328,258,76,218,28300,7600,24300,6610,90,5.70,9,9,24.1,1520,9,999999999,12,0.0000,0,88,0.000,0.0,1.0 +1986,10,18,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,8.90,1.10,59,102800,549,1377,328,185,57,161,20200,5500,18000,4520,90,4.60,9,9,24.1,1310,9,999999999,12,0.0000,0,88,0.000,0.0,1.0 +1986,10,18,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,9.40,1.10,56,102900,342,1377,307,145,255,80,15300,21300,10000,1510,60,4.60,6,6,24.1,1310,9,999999999,12,0.0000,0,88,0.000,0.0,1.0 +1986,10,18,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,8.30,1.10,61,102900,104,1297,271,30,58,25,3200,2500,3000,440,50,3.60,2,2,24.1,77777,9,999999999,12,0.0000,0,88,0.000,0.0,1.0 +1986,10,18,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,7.20,1.70,68,103000,0,0,254,0,0,0,0,0,0,0,50,3.60,0,0,24.1,77777,9,999999999,12,0.0000,0,88,0.000,0.0,1.0 +1986,10,18,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,6.70,1.70,71,103000,0,0,253,0,0,0,0,0,0,0,40,3.10,0,0,24.1,77777,9,999999999,12,0.0000,0,88,0.000,0.0,1.0 +1986,10,18,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,6.70,1.70,71,103000,0,0,254,0,0,0,0,0,0,0,360,3.10,0,0,24.1,77777,9,999999999,12,0.0000,0,88,0.000,0.0,1.0 +1986,10,18,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,7.20,1.10,66,103000,0,0,256,0,0,0,0,0,0,0,340,3.10,0,0,24.1,77777,9,999999999,12,0.0000,0,88,0.000,0.0,1.0 +1986,10,18,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,6.10,1.10,71,103000,0,0,252,0,0,0,0,0,0,0,350,3.10,0,0,24.1,77777,9,999999999,12,0.0000,0,88,0.000,0.0,1.0 +1986,10,18,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,6.10,1.10,71,103000,0,0,253,0,0,0,0,0,0,0,340,4.60,0,0,24.1,77777,9,999999999,12,0.0000,0,88,0.000,0.0,1.0 +1986,10,18,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,5.00,1.10,76,103000,0,0,249,0,0,0,0,0,0,0,340,3.60,0,0,24.1,77777,9,999999999,12,0.0000,0,88,0.000,0.0,1.0 +1986,10,19,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,4.40,1.10,79,103000,0,0,247,0,0,0,0,0,0,0,320,3.10,0,0,24.1,77777,9,999999999,12,0.0000,0,88,0.000,0.0,1.0 +1986,10,19,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,3.90,1.10,82,102900,0,0,245,0,0,0,0,0,0,0,310,4.10,0,0,24.1,77777,9,999999999,12,0.0000,0,88,0.000,0.0,1.0 +1986,10,19,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,3.30,0.00,79,102900,0,0,240,0,0,0,0,0,0,0,300,3.10,0,0,24.1,77777,9,999999999,11,0.0000,0,88,0.000,0.0,1.0 +1986,10,19,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,2.80,-1.10,76,102900,0,0,235,0,0,0,0,0,0,0,340,4.10,0,0,24.1,77777,9,999999999,10,0.0000,0,88,0.000,0.0,1.0 +1986,10,19,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,2.80,-1.70,73,102900,0,0,233,0,0,0,0,0,0,0,320,4.60,0,0,24.1,77777,9,999999999,10,0.0000,0,88,0.000,0.0,1.0 +1986,10,19,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,2.80,-2.20,70,102900,0,0,231,0,0,0,0,0,0,0,320,4.60,0,0,24.1,77777,9,999999999,10,0.0000,0,88,0.000,0.0,1.0 +1986,10,19,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,3.90,-1.70,67,102900,108,1321,234,39,114,28,4000,5000,3600,500,330,4.60,0,0,24.1,77777,9,999999999,10,0.0000,0,88,0.000,0.0,1.0 +1986,10,19,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,5.60,-1.10,63,102900,344,1378,240,181,455,65,18400,37700,8900,1180,300,3.60,0,0,24.1,77777,9,999999999,10,0.0000,0,88,0.000,0.0,1.0 +1986,10,19,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,7.80,-1.10,54,102800,550,1378,247,349,637,91,36100,60500,11900,1800,300,3.60,0,0,24.1,77777,9,999999999,10,0.0000,0,88,0.000,0.0,1.0 +1986,10,19,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,10.00,-2.80,41,102800,707,1378,260,467,622,144,48100,61000,16700,3010,270,4.10,1,1,24.1,77777,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1986,10,19,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,11.70,-2.80,37,102700,806,1378,284,505,525,195,53500,53700,22000,4510,270,3.60,3,3,24.1,77777,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1986,10,19,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,12.20,-3.90,33,102600,838,1378,341,315,118,242,34600,12400,27000,6600,240,3.60,9,9,24.1,3050,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1986,10,19,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,12.80,-3.90,31,102500,803,1378,343,365,142,281,39500,14800,30900,7480,220,2.10,9,9,24.1,3050,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1986,10,19,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,14.40,-3.90,28,102400,702,1378,332,302,224,186,32500,23300,20500,4150,210,2.10,8,7,24.1,3050,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1986,10,19,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,14.40,-0.60,36,102400,542,1378,290,334,551,113,33900,51600,13600,2140,210,3.10,2,2,24.1,77777,9,999999999,11,0.0000,0,88,0.000,0.0,1.0 +1986,10,19,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,15.00,-2.20,31,102200,335,1378,281,162,386,66,17000,31600,9300,1190,210,3.10,1,1,24.1,77777,9,999999999,10,0.0000,0,88,0.000,0.0,1.0 +1986,10,19,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,15.00,-2.20,31,102200,99,1252,273,39,109,28,3900,4500,3500,500,240,3.10,0,0,24.1,77777,9,999999999,10,0.0000,0,88,0.000,0.0,1.0 +1986,10,19,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,14.40,-2.20,32,102200,0,0,272,0,0,0,0,0,0,0,250,4.10,0,0,24.1,77777,9,999999999,10,0.0000,0,88,0.000,0.0,1.0 +1986,10,19,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,12.80,-1.70,37,102200,0,0,268,0,0,0,0,0,0,0,250,3.60,0,0,24.1,77777,9,999999999,10,0.0000,0,88,0.000,0.0,1.0 +1986,10,19,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,13.90,-1.70,34,102100,0,0,274,0,0,0,0,0,0,0,290,5.20,0,0,24.1,77777,9,999999999,10,0.0000,0,88,0.000,0.0,1.0 +1986,10,19,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,11.70,-0.60,43,102100,0,0,269,0,0,0,0,0,0,0,300,5.20,0,0,24.1,77777,9,999999999,11,0.0000,0,88,0.000,0.0,1.0 +1986,10,19,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,11.10,0.00,47,102100,0,0,268,0,0,0,0,0,0,0,300,4.60,0,0,24.1,77777,9,999999999,11,0.0000,0,88,0.000,0.0,1.0 +1986,10,19,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,11.10,0.00,47,102100,0,0,269,0,0,0,0,0,0,0,300,5.20,0,0,24.1,77777,9,999999999,11,0.0000,0,88,0.000,0.0,1.0 +1986,10,19,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,10.60,0.00,48,102100,0,0,267,0,0,0,0,0,0,0,300,5.70,0,0,24.1,77777,9,999999999,11,0.0000,0,88,0.000,0.0,1.0 +1986,10,20,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,10.00,0.00,50,102100,0,0,265,0,0,0,0,0,0,0,310,5.20,0,0,24.1,77777,9,999999999,11,0.0000,0,88,0.000,0.0,1.0 +1986,10,20,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,9.40,0.00,52,102100,0,0,270,0,0,0,0,0,0,0,330,5.70,1,1,24.1,77777,9,999999999,11,0.0000,0,88,0.000,0.0,1.0 +1986,10,20,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,8.90,0.00,54,102100,0,0,275,0,0,0,0,0,0,0,320,5.20,2,2,24.1,77777,9,999999999,11,0.0000,0,88,0.000,0.0,1.0 +1986,10,20,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,8.90,-1.10,50,102100,0,0,264,0,0,0,0,0,0,0,340,5.20,1,1,24.1,77777,9,999999999,10,0.0000,0,88,0.000,0.0,1.0 +1986,10,20,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,8.30,-1.10,52,102200,0,0,253,0,0,0,0,0,0,0,340,5.70,0,0,24.1,77777,9,999999999,10,0.0000,0,88,0.000,0.0,1.0 +1986,10,20,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,8.30,-0.60,54,102200,0,0,253,0,0,0,0,0,0,0,330,5.20,0,0,24.1,77777,9,999999999,11,0.0000,0,88,0.000,0.0,1.0 +1986,10,20,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,8.90,-0.60,52,102300,103,1276,254,42,167,26,4200,7800,3600,460,350,5.20,0,0,24.1,77777,9,999999999,11,0.0000,0,88,0.000,0.0,1.0 +1986,10,20,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,10.00,0.60,52,102400,339,1379,267,181,475,62,18400,39200,8700,1130,360,5.70,1,1,24.1,77777,9,999999999,11,0.0000,0,88,0.000,0.0,1.0 +1986,10,20,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,12.20,3.30,55,102400,544,1379,280,337,638,82,35200,60700,11100,1640,30,4.60,1,1,24.1,77777,9,999999999,13,0.0000,0,88,0.000,0.0,1.0 +1986,10,20,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,13.30,4.40,55,102400,701,1379,294,507,770,111,53100,76300,14200,2400,40,6.20,2,2,24.1,77777,9,999999999,14,0.0000,0,88,0.000,0.0,1.0 +1986,10,20,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,13.90,5.60,58,102400,799,1379,299,543,694,136,56800,69600,16400,3150,60,5.70,2,2,24.1,77777,9,999999999,15,0.0000,0,88,0.000,0.0,1.0 +1986,10,20,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,13.30,7.20,67,102400,832,1379,292,561,749,105,58700,74700,13500,2450,80,6.70,1,1,24.1,77777,9,999999999,17,0.0000,0,88,0.000,0.0,1.0 +1986,10,20,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,12.80,7.20,69,102300,796,1379,298,540,663,152,56000,66100,17700,3450,70,6.20,2,2,24.1,77777,9,999999999,17,0.0000,0,88,0.000,0.0,1.0 +1986,10,20,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,12.80,7.20,69,102300,695,1379,298,432,595,128,44700,58500,15100,2700,80,6.70,2,2,24.1,77777,9,999999999,17,0.0000,0,88,0.000,0.0,1.0 +1986,10,20,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,12.20,7.20,72,102300,535,1379,281,342,679,75,35900,64600,10700,1510,90,6.20,0,0,24.1,77777,9,999999999,17,0.0000,0,88,0.000,0.0,1.0 +1986,10,20,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,11.70,7.20,74,102200,328,1379,280,178,508,54,18200,41800,8200,1000,110,5.20,0,0,24.1,77777,9,999999999,17,0.0000,0,88,0.000,0.0,1.0 +1986,10,20,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,10.60,7.20,80,102200,93,1230,277,39,148,25,3900,6700,3300,440,110,4.60,0,0,24.1,77777,9,999999999,17,0.0000,0,88,0.000,0.0,1.0 +1986,10,20,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,10.00,7.20,83,102200,0,0,276,0,0,0,0,0,0,0,100,4.10,0,0,24.1,77777,9,999999999,17,0.0000,0,88,0.000,0.0,1.0 +1986,10,20,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,10.00,7.20,83,102200,0,0,277,0,0,0,0,0,0,0,130,4.60,0,0,24.1,77777,9,999999999,17,0.0000,0,88,0.000,0.0,1.0 +1986,10,20,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,9.40,7.20,86,102200,0,0,276,0,0,0,0,0,0,0,130,4.10,0,0,24.1,77777,9,999999999,17,0.0000,0,88,0.000,0.0,1.0 +1986,10,20,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,8.30,6.70,89,102200,0,0,272,0,0,0,0,0,0,0,200,3.60,0,0,24.1,77777,9,999999999,16,0.0000,0,88,0.000,0.0,1.0 +1986,10,20,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,8.30,6.70,89,102200,0,0,272,0,0,0,0,0,0,0,200,3.10,0,0,24.1,77777,9,999999999,16,0.0000,0,88,0.000,0.0,1.0 +1986,10,20,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,7.80,6.70,93,102200,0,0,271,0,0,0,0,0,0,0,190,3.10,0,0,24.1,77777,9,999999999,16,0.0000,0,88,0.000,0.0,1.0 +1986,10,20,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,7.80,6.10,89,102200,0,0,270,0,0,0,0,0,0,0,220,3.10,0,0,24.1,77777,9,999999999,16,0.0000,0,88,0.000,0.0,1.0 +1986,10,21,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,7.20,6.10,93,102100,0,0,267,0,0,0,0,0,0,0,210,3.60,1,0,24.1,77777,9,999999999,16,0.0000,0,88,0.000,0.0,1.0 +1986,10,21,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,7.20,6.10,93,102100,0,0,280,0,0,0,0,0,0,0,220,3.60,2,2,24.1,77777,9,999999999,16,0.0000,0,88,0.000,0.0,1.0 +1986,10,21,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,7.20,6.70,96,102000,0,0,293,0,0,0,0,0,0,0,200,3.10,5,4,24.1,77777,9,999999999,16,0.0000,0,88,0.000,0.0,1.0 +1986,10,21,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,7.80,6.70,93,102000,0,0,315,0,0,0,0,0,0,0,190,4.10,8,7,16.1,3660,9,999999999,16,0.0000,0,88,0.000,0.0,1.0 +1986,10,21,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,8.30,7.20,93,102000,0,0,331,0,0,0,0,0,0,0,230,3.10,9,9,16.1,2440,9,999999999,17,0.0000,0,88,0.000,0.0,1.0 +1986,10,21,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,8.90,7.80,93,102000,0,0,327,0,0,0,0,0,0,0,210,3.60,8,8,16.1,2440,9,999999999,17,0.0000,0,88,0.000,0.0,1.0 +1986,10,21,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,9.40,7.80,90,102000,98,1253,322,17,8,17,1900,500,1900,440,220,5.70,7,7,19.3,3050,9,999999999,17,0.0000,0,88,0.000,0.0,1.0 +1986,10,21,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,10.60,8.30,86,102000,333,1380,321,107,91,85,11700,7700,9800,1860,220,7.20,8,6,19.3,6100,9,999999999,18,0.0000,0,88,0.000,0.0,1.0 +1986,10,21,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,12.80,8.90,77,101900,538,1380,309,278,357,137,28900,34000,15600,2690,230,7.20,4,3,19.3,77777,9,999999999,19,0.0000,0,88,0.000,0.0,1.0 +1986,10,21,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,14.40,9.40,72,101900,695,1380,310,424,522,158,44900,52400,18400,3320,230,7.20,3,2,24.1,77777,9,999999999,19,0.0000,0,88,0.000,0.0,1.0 +1986,10,21,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,16.70,8.30,58,101800,793,1380,317,507,628,142,52900,62800,16700,3250,240,7.20,2,2,24.1,77777,9,999999999,18,0.0000,0,88,0.000,0.0,1.0 +1986,10,21,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,17.80,7.80,52,101700,826,1380,320,532,621,156,55300,62100,18000,3650,240,7.20,2,2,24.1,77777,9,999999999,17,0.0000,0,88,0.000,0.0,1.0 +1986,10,21,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,18.90,6.70,45,101600,790,1380,306,474,585,135,49600,58600,15900,3100,240,6.70,2,0,24.1,77777,9,999999999,16,0.0000,0,88,0.000,0.0,1.0 +1986,10,21,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,18.90,5.60,42,101500,689,1380,312,432,573,143,44400,55900,16400,2940,250,6.70,6,1,24.1,77777,9,999999999,15,0.0000,0,88,0.000,0.0,1.0 +1986,10,21,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,20.00,5.00,38,101400,529,1380,325,302,436,132,31400,41400,15400,2570,220,6.70,8,2,24.1,77777,9,999999999,15,0.0000,0,88,0.000,0.0,1.0 +1986,10,21,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,19.40,3.90,36,101400,321,1380,329,158,252,98,16400,20400,11700,1950,220,6.70,10,3,24.1,77777,9,999999999,14,0.0000,0,88,0.000,0.0,1.0 +1986,10,21,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,18.90,3.90,37,101400,87,1184,337,29,22,27,3100,1300,3000,640,240,5.70,8,4,24.1,77777,9,999999999,14,0.0000,0,88,0.000,0.0,1.0 +1986,10,21,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,16.70,4.40,45,101400,0,0,345,0,0,0,0,0,0,0,200,2.60,8,6,24.1,4570,9,999999999,14,0.0000,0,88,0.000,0.0,1.0 +1986,10,21,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,16.70,5.00,46,101500,0,0,378,0,0,0,0,0,0,0,240,3.10,10,10,16.1,2440,9,999999999,15,0.0000,0,88,0.000,0.0,1.0 +1986,10,21,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,16.70,5.00,46,101500,0,0,363,0,0,0,0,0,0,0,240,5.20,9,8,16.1,1520,9,999999999,15,0.0000,0,88,0.000,0.0,1.0 +1986,10,21,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,15.60,5.00,50,101500,0,0,373,0,0,0,0,0,0,0,240,4.10,10,10,16.1,4570,9,999999999,15,0.0000,0,88,0.000,0.0,1.0 +1986,10,21,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,15.00,5.60,54,101500,0,0,370,0,0,0,0,0,0,0,230,4.10,10,10,16.1,3050,9,999999999,15,0.0000,0,88,0.000,0.0,1.0 +1986,10,21,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,13.90,6.10,60,101500,0,0,365,0,0,0,0,0,0,0,220,3.10,10,10,16.1,3050,9,999999999,16,0.0000,0,88,0.000,0.0,1.0 +1986,10,21,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,13.90,5.60,58,101500,0,0,365,0,0,0,0,0,0,0,230,3.60,10,10,16.1,3050,9,999999999,15,0.0000,0,88,0.000,0.0,1.0 +1986,10,22,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,13.90,7.80,67,101600,0,0,352,0,0,0,0,0,0,0,290,4.60,8,8,16.1,3050,9,999999999,17,0.0000,0,88,0.000,0.0,1.0 +1986,10,22,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,13.90,8.30,69,101600,0,0,319,0,0,0,0,0,0,0,330,5.20,8,3,16.1,77777,9,999999999,18,0.0000,0,88,0.000,0.0,1.0 +1986,10,22,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,12.80,8.30,75,101700,0,0,327,0,0,0,0,0,0,0,330,4.10,7,5,16.1,3050,9,999999999,18,0.0000,0,88,0.000,0.0,1.0 +1986,10,22,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,12.20,7.80,75,101700,0,0,309,0,0,0,0,0,0,0,310,4.10,7,3,16.1,77777,9,999999999,17,0.0000,0,88,0.000,0.0,1.0 +1986,10,22,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,11.10,7.20,77,101800,0,0,302,0,0,0,0,0,0,0,340,4.10,4,3,11.3,77777,9,999999999,17,0.0000,0,88,0.000,0.0,1.0 +1986,10,22,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,11.10,7.20,77,101800,0,0,308,0,0,0,0,0,0,0,340,3.60,4,4,11.3,77777,9,999999999,17,0.0000,0,88,0.000,0.0,1.0 +1986,10,22,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,12.20,6.70,69,101900,94,1231,290,39,105,29,4000,4300,3600,530,320,3.60,6,1,11.3,77777,9,999999999,16,0.0000,0,88,0.000,0.0,1.0 +1986,10,22,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,13.30,6.70,64,102000,328,1381,285,189,551,56,19400,45200,8600,1030,270,3.10,6,0,11.3,77777,9,999999999,16,0.0000,0,88,0.000,0.0,1.0 +1986,10,22,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,15.00,6.10,56,102000,532,1381,290,355,738,66,36700,69700,9700,1360,260,3.10,3,0,11.3,77777,9,999999999,16,0.0000,0,88,0.000,0.0,1.0 +1986,10,22,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,15.60,6.70,56,102000,689,1381,293,487,805,81,51100,79100,11400,1780,180,4.10,3,0,11.3,77777,9,999999999,16,0.0000,0,88,0.000,0.0,1.0 +1986,10,22,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,16.70,6.70,52,102000,787,1381,297,573,807,108,59200,79800,13600,2350,180,4.60,6,0,12.9,77777,9,999999999,16,0.0000,0,88,0.000,0.0,1.0 +1986,10,22,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,17.80,6.10,47,101900,819,1381,299,605,846,97,63500,84500,13200,2290,170,5.20,4,0,16.1,77777,9,999999999,16,0.0000,0,88,0.000,0.0,1.0 +1986,10,22,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,20.00,5.60,39,101800,783,1381,307,575,847,89,60600,84400,12500,2080,250,4.60,3,0,16.1,77777,9,999999999,15,0.0000,0,88,0.000,0.0,1.0 +1986,10,22,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,20.00,5.60,39,101800,682,1381,308,488,814,81,51000,79900,11400,1770,220,5.70,3,0,16.1,77777,9,999999999,15,0.0000,0,88,0.000,0.0,1.0 +1986,10,22,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,20.60,5.60,38,101700,522,1381,311,349,749,61,36200,70700,9400,1280,230,6.20,2,0,19.3,77777,9,999999999,15,0.0000,0,88,0.000,0.0,1.0 +1986,10,22,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,20.60,4.40,35,101700,315,1381,309,183,594,44,18400,49100,7200,850,280,6.20,2,0,19.3,77777,9,999999999,14,0.0000,0,88,0.000,0.0,1.0 +1986,10,22,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,17.20,7.20,52,101800,82,1162,304,42,210,22,3800,10200,3100,390,210,5.20,2,0,12.9,77777,9,999999999,17,0.0000,0,88,0.000,0.0,1.0 +1986,10,22,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,15.60,8.30,62,101800,0,0,301,0,0,0,0,0,0,0,220,6.20,1,0,12.9,77777,9,999999999,18,0.0000,0,88,0.000,0.0,1.0 +1986,10,22,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,15.00,7.80,62,101800,0,0,299,0,0,0,0,0,0,0,200,4.10,2,0,12.9,77777,9,999999999,17,0.0000,0,88,0.000,0.0,1.0 +1986,10,22,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,14.40,7.80,65,101800,0,0,298,0,0,0,0,0,0,0,220,6.70,2,0,12.9,77777,9,999999999,18,0.0000,0,88,0.000,0.0,1.0 +1986,10,22,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,13.90,7.80,67,101900,0,0,297,0,0,0,0,0,0,0,240,6.70,1,0,12.9,77777,9,999999999,17,0.0000,0,88,0.000,0.0,1.0 +1986,10,22,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,12.80,7.80,72,101800,0,0,293,0,0,0,0,0,0,0,230,5.70,1,0,12.9,77777,9,999999999,17,0.0000,0,88,0.000,0.0,1.0 +1986,10,22,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,12.80,8.30,75,101800,0,0,334,0,0,0,0,0,0,0,230,5.20,10,6,12.9,3050,9,999999999,18,0.0000,0,88,0.000,0.0,1.0 +1986,10,22,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,12.20,8.30,77,101800,0,0,332,0,0,0,0,0,0,0,240,5.70,10,6,12.9,3050,9,999999999,18,0.0000,0,88,0.000,0.0,1.0 +1986,10,23,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,11.70,8.90,83,101800,0,0,311,0,0,0,0,0,0,0,230,5.20,10,3,12.9,77777,9,999999999,19,0.0000,0,88,0.000,0.0,1.0 +1986,10,23,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,11.10,8.90,86,101700,0,0,308,0,0,0,0,0,0,0,230,4.10,10,3,12.9,77777,9,999999999,19,0.0000,0,88,0.000,0.0,1.0 +1986,10,23,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,11.70,9.40,86,101700,0,0,304,0,0,0,0,0,0,0,220,6.70,10,2,12.9,77777,9,999999999,19,0.0000,0,88,0.000,0.0,1.0 +1986,10,23,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,11.70,10.00,90,101600,0,0,311,0,0,0,0,0,0,0,230,7.20,10,3,11.3,77777,9,999999999,20,0.0000,0,88,0.000,0.0,1.0 +1986,10,23,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,12.20,10.00,86,101600,0,0,306,0,0,0,0,0,0,0,230,7.20,6,2,9.7,77777,9,999999999,20,0.0000,0,88,0.000,0.0,1.0 +1986,10,23,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,12.20,10.00,86,101600,0,0,305,0,0,0,0,0,0,0,230,6.70,7,2,9.7,77777,9,999999999,20,0.0000,0,88,0.000,0.0,1.0 +1986,10,23,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,13.30,10.00,80,101500,89,1209,309,38,113,27,3800,4600,3400,490,230,6.70,9,2,9.7,77777,9,999999999,20,0.0000,0,88,0.000,0.0,1.0 +1986,10,23,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,15.00,10.60,75,101500,322,1381,316,157,352,73,16300,28300,9700,1330,230,7.70,10,2,9.7,77777,9,999999999,21,0.0000,0,88,0.000,0.0,1.0 +1986,10,23,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,16.10,10.60,70,101500,527,1381,320,303,499,110,32100,47400,13900,2100,230,6.20,8,2,9.7,77777,9,999999999,21,0.0000,0,88,0.000,0.0,1.0 +1986,10,23,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,18.30,10.60,61,101400,683,1381,337,428,507,174,44800,50700,19600,3670,230,6.20,10,3,9.7,77777,9,999999999,21,0.0000,0,88,0.000,0.0,1.0 +1986,10,23,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,20.60,11.10,55,101300,781,1381,379,476,527,175,50700,53700,20300,3920,230,8.20,10,7,11.3,7620,9,999999999,21,0.0000,0,88,0.000,0.0,1.0 +1986,10,23,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,22.20,10.60,48,101200,813,1381,370,355,267,196,38700,28400,21900,4640,240,7.70,10,5,11.3,77777,9,999999999,21,0.0000,0,88,0.000,0.0,1.0 +1986,10,23,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,22.80,10.60,46,101100,777,1381,389,453,463,189,47800,47100,21200,4260,240,7.70,10,7,12.9,7620,9,999999999,20,0.0000,0,88,0.000,0.0,1.0 +1986,10,23,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.30,9.40,41,101100,675,1381,407,272,81,232,29800,8100,25800,6710,270,7.20,10,9,12.9,7620,9,999999999,19,0.0000,0,88,0.000,0.0,1.0 +1986,10,23,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,22.80,10.00,45,101100,515,1381,389,189,122,143,20600,11800,16200,3310,250,6.20,10,7,12.9,7620,9,999999999,20,0.0000,0,88,0.000,0.0,1.0 +1986,10,23,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,22.20,9.40,44,101100,308,1381,378,125,214,76,13200,17000,9400,1440,280,7.70,10,6,12.9,3050,9,999999999,19,0.0000,0,88,0.000,0.0,1.0 +1986,10,23,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,18.90,11.10,61,101100,77,1117,393,9,9,9,1100,500,1000,240,270,7.70,10,10,12.9,1980,9,999999999,21,0.0000,0,88,0.000,0.5,1.0 +1986,10,23,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,18.30,10.60,61,101200,0,0,390,0,0,0,0,0,0,0,280,7.70,10,10,12.9,2130,9,999999999,21,0.0000,0,88,0.000,0.0,1.0 +1986,10,23,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,17.80,10.00,61,101300,0,0,338,0,0,0,0,0,0,0,290,6.70,5,3,12.9,77777,9,999999999,20,0.0000,0,88,0.000,0.0,1.0 +1986,10,23,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,16.70,10.00,65,101400,0,0,334,0,0,0,0,0,0,0,290,6.20,7,3,12.9,77777,9,999999999,20,0.0000,0,88,0.000,0.0,1.0 +1986,10,23,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,16.10,8.90,63,101500,0,0,329,0,0,0,0,0,0,0,330,6.20,5,3,12.9,77777,9,999999999,19,0.0000,0,88,0.000,0.0,1.0 +1986,10,23,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,13.30,5.00,57,101600,0,0,303,0,0,0,0,0,0,0,340,7.20,2,2,12.9,77777,9,999999999,15,0.0000,0,88,0.000,0.0,1.0 +1986,10,23,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,11.70,3.30,57,101700,0,0,300,0,0,0,0,0,0,0,310,8.20,10,3,12.9,77777,9,999999999,13,0.0000,0,88,0.000,0.0,1.0 +1986,10,23,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,10.60,2.20,57,101800,0,0,272,0,0,0,0,0,0,0,350,6.70,8,0,16.1,77777,9,999999999,13,0.0000,0,88,0.000,0.0,1.0 +1986,10,24,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,10.00,2.20,59,101900,0,0,277,0,0,0,0,0,0,0,360,6.20,8,1,19.3,77777,9,999999999,13,0.0000,0,88,0.000,0.0,1.0 +1986,10,24,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,9.40,1.70,59,101900,0,0,318,0,0,0,0,0,0,0,330,5.20,10,7,19.3,3050,9,999999999,12,0.0000,0,88,0.000,0.0,1.0 +1986,10,24,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,9.40,1.10,56,101900,0,0,325,0,0,0,0,0,0,0,340,4.60,10,8,19.3,3050,9,999999999,12,0.0000,0,88,0.000,0.0,1.0 +1986,10,24,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,8.90,1.10,59,101900,0,0,338,0,0,0,0,0,0,0,350,5.20,10,10,19.3,1160,9,999999999,12,0.0000,0,88,0.000,0.0,1.0 +1986,10,24,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,8.30,1.10,61,102000,0,0,334,0,0,0,0,0,0,0,360,3.10,10,10,19.3,3050,9,999999999,12,0.0000,0,88,0.000,0.0,1.0 +1986,10,24,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,8.30,1.10,61,102100,0,0,319,0,0,0,0,0,0,0,320,4.10,8,8,19.3,3050,9,999999999,12,0.0000,0,88,0.000,0.0,1.0 +1986,10,24,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,7.80,0.00,58,102100,85,1186,259,28,67,21,2800,2700,2600,360,330,5.70,1,1,24.1,77777,9,999999999,11,0.0000,0,88,0.000,0.0,1.0 +1986,10,24,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,8.90,0.00,54,102100,317,1382,254,158,408,63,16000,32700,8500,1130,350,6.20,0,0,24.1,77777,9,999999999,11,0.0000,0,88,0.000,0.0,1.0 +1986,10,24,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,9.40,0.00,52,102200,521,1382,255,321,603,90,33100,56500,11700,1750,320,5.70,0,0,24.1,77777,9,999999999,11,0.0000,0,88,0.000,0.0,1.0 +1986,10,24,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,10.60,0.00,48,102200,677,1382,258,452,689,111,47300,67800,13900,2350,350,4.10,0,0,24.1,77777,9,999999999,11,0.0000,0,88,0.000,0.0,1.0 +1986,10,24,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,12.20,-1.70,38,102200,775,1382,260,548,749,123,57500,75100,15300,2810,270,5.20,0,0,24.1,77777,9,999999999,10,0.0000,0,88,0.000,0.0,1.0 +1986,10,24,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,12.20,-1.70,38,102100,807,1382,260,574,758,126,60400,76300,15700,2970,270,5.20,0,0,24.1,77777,9,999999999,10,0.0000,0,88,0.000,0.0,1.0 +1986,10,24,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,13.30,-2.20,34,102100,770,1382,263,544,748,122,57100,74900,15200,2780,280,6.20,0,0,24.1,77777,9,999999999,10,0.0000,0,88,0.000,0.0,1.0 +1986,10,24,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,13.90,-2.80,32,102100,669,1382,265,454,703,110,47400,69100,13800,2320,320,6.20,0,0,24.1,77777,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1986,10,24,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,13.30,-2.80,33,102100,509,1382,272,304,565,92,31200,52500,11800,1760,330,6.70,1,1,24.1,77777,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1986,10,24,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,12.80,-2.80,34,102200,302,1382,262,151,398,61,15100,31300,8200,1080,330,7.70,0,0,24.1,77777,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1986,10,24,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,11.10,-3.30,37,102200,72,1094,256,29,62,23,2900,2300,2800,410,330,6.70,0,0,24.1,77777,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1986,10,24,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,10.00,-2.80,41,102400,0,0,255,0,0,0,0,0,0,0,340,5.20,0,0,24.1,77777,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1986,10,24,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,9.40,-2.80,43,102400,0,0,254,0,0,0,0,0,0,0,340,5.20,0,0,24.1,77777,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1986,10,24,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,8.30,-3.90,42,102500,0,0,249,0,0,0,0,0,0,0,330,6.70,0,0,24.1,77777,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1986,10,24,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,7.80,-3.90,44,102600,0,0,248,0,0,0,0,0,0,0,320,6.20,0,0,24.1,77777,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1986,10,24,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,6.70,-3.30,49,102600,0,0,246,0,0,0,0,0,0,0,320,6.20,0,0,24.1,77777,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1986,10,24,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,6.10,-3.30,51,102600,0,0,244,0,0,0,0,0,0,0,330,5.70,0,0,24.1,77777,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1986,10,24,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,5.00,-2.80,58,102600,0,0,242,0,0,0,0,0,0,0,350,5.20,0,0,24.1,77777,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1986,10,25,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,4.40,-2.80,60,102600,0,0,239,0,0,0,0,0,0,0,340,4.10,0,0,24.1,77777,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1986,10,25,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,3.90,-3.30,60,102600,0,0,236,0,0,0,0,0,0,0,310,5.20,0,0,24.1,77777,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1986,10,25,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,3.90,-3.30,60,102600,0,0,236,0,0,0,0,0,0,0,310,4.60,0,0,24.1,77777,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1986,10,25,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,3.30,-3.30,62,102600,0,0,233,0,0,0,0,0,0,0,300,4.10,0,0,24.1,77777,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1986,10,25,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,3.30,-2.80,65,102600,0,0,233,0,0,0,0,0,0,0,290,5.20,0,0,24.1,77777,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1986,10,25,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,2.80,-2.80,67,102600,0,0,230,0,0,0,0,0,0,0,340,3.60,2,0,24.1,77777,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1986,10,25,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,3.90,-2.20,65,102600,81,1141,233,36,117,25,3500,5100,3100,450,280,3.60,3,0,24.1,77777,9,999999999,10,0.0000,0,88,0.000,0.0,1.0 +1986,10,25,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,5.60,-2.20,58,102700,311,1383,238,168,476,58,17000,38100,8400,1050,280,3.10,3,0,24.1,77777,9,999999999,10,0.0000,0,88,0.000,0.0,1.0 +1986,10,25,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,7.80,-1.70,52,102600,515,1383,246,330,656,82,34200,61500,11200,1610,250,3.10,3,0,24.1,77777,9,999999999,10,0.0000,0,88,0.000,0.0,1.0 +1986,10,25,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,9.40,-1.10,48,102600,671,1383,260,445,669,116,46200,65600,14300,2430,230,5.20,6,1,24.1,77777,9,999999999,10,0.0000,0,88,0.000,0.0,1.0 +1986,10,25,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,10.60,-1.10,45,102500,769,1383,264,528,729,119,55600,73100,14900,2710,250,6.20,7,1,24.1,77777,9,999999999,10,0.0000,0,88,0.000,0.0,1.0 +1986,10,25,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,12.20,-1.70,38,102400,800,1383,278,548,630,179,56200,62200,20100,3960,240,5.70,9,2,24.1,77777,9,999999999,10,0.0000,0,88,0.000,0.0,1.0 +1986,10,25,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,13.90,-3.90,29,102300,764,1383,262,564,704,170,57800,69300,19400,3640,230,4.60,10,0,24.1,77777,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1986,10,25,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,15.00,-5.00,25,102200,662,1383,274,439,596,149,46300,59400,17800,3060,260,6.70,10,1,24.1,77777,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1986,10,25,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,15.60,-7.20,20,102200,502,1383,274,311,543,110,32600,50900,14100,2090,250,5.70,8,1,24.1,77777,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +1986,10,25,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,14.40,-5.00,26,102100,296,1383,283,156,331,83,15800,25500,10300,1550,230,6.20,8,2,24.1,77777,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1986,10,25,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,13.90,-3.90,29,102100,68,1049,312,22,7,22,2500,400,2400,530,240,5.20,9,5,24.1,7620,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1986,10,25,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,11.70,0.60,47,102100,0,0,309,0,0,0,0,0,0,0,210,5.70,8,5,24.1,7620,9,999999999,11,0.0000,0,88,0.000,0.0,1.0 +1986,10,25,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,11.10,0.60,49,102100,0,0,315,0,0,0,0,0,0,0,230,6.20,10,6,16.1,7620,9,999999999,11,0.0000,0,88,0.000,0.0,1.0 +1986,10,25,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,10.60,-1.70,43,102100,0,0,320,0,0,0,0,0,0,0,240,5.20,10,7,16.1,7620,9,999999999,10,0.0000,0,88,0.000,0.0,1.0 +1986,10,25,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,10.60,-2.20,41,102100,0,0,320,0,0,0,0,0,0,0,240,6.20,10,7,16.1,7620,9,999999999,10,0.0000,0,88,0.000,0.0,1.0 +1986,10,25,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,10.00,-2.20,43,102100,0,0,317,0,0,0,0,0,0,0,250,6.20,10,7,16.1,7620,9,999999999,10,0.0000,0,88,0.000,0.0,1.0 +1986,10,25,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,10.00,-1.10,46,102100,0,0,318,0,0,0,0,0,0,0,230,5.20,10,7,16.1,7620,9,999999999,10,0.0000,0,88,0.000,0.0,1.0 +1986,10,25,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,9.40,-1.10,48,102000,0,0,308,0,0,0,0,0,0,0,240,5.20,10,6,16.1,3050,9,999999999,10,0.0000,0,88,0.000,0.0,1.0 +1986,10,26,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,10.00,-0.60,48,102000,0,0,343,0,0,0,0,0,0,0,260,5.70,10,10,16.1,3050,9,999999999,11,0.0000,0,88,0.000,0.0,1.0 +1986,10,26,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,9.40,0.00,52,102000,0,0,340,0,0,0,0,0,0,0,240,5.20,10,10,16.1,3050,9,999999999,11,0.0000,0,88,0.000,0.0,1.0 +1986,10,26,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,9.40,0.00,52,102000,0,0,340,0,0,0,0,0,0,0,240,5.20,10,10,16.1,3050,9,999999999,11,0.0000,0,88,0.000,0.0,1.0 +1986,10,26,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,10.00,0.00,50,102000,0,0,342,0,0,0,0,0,0,0,260,4.60,10,10,16.1,3050,9,999999999,11,0.0000,0,88,0.000,0.0,1.0 +1986,10,26,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,8.30,0.60,58,102100,0,0,334,0,0,0,0,0,0,0,250,3.60,10,10,16.1,2740,9,999999999,11,0.0000,0,88,0.000,0.0,1.0 +1986,10,26,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,8.30,1.10,61,102000,0,0,334,0,0,0,0,0,0,0,240,3.60,10,10,16.1,2740,9,999999999,12,0.0000,0,88,0.000,0.0,1.0 +1986,10,26,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,8.90,1.70,61,102000,77,1119,337,15,0,15,1700,0,1700,550,300,2.60,10,10,16.1,2740,9,999999999,12,0.0000,0,88,0.000,0.0,1.0 +1986,10,26,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,10.00,1.10,54,102100,306,1384,342,46,2,45,5300,100,5300,1780,300,4.10,10,10,16.1,2740,9,999999999,12,0.0000,0,88,0.000,0.0,1.0 +1986,10,26,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,10.00,1.10,54,102200,510,1384,342,87,8,84,10200,500,10000,3560,290,4.10,10,10,16.1,1980,9,999999999,12,0.0000,0,88,0.000,0.0,1.0 +1986,10,26,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,9.40,3.30,66,102100,665,1384,340,87,3,85,10500,200,10400,3970,300,4.10,10,10,16.1,1980,9,999999999,13,0.0000,0,88,0.000,0.3,1.0 +1986,10,26,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,10.00,3.30,64,102100,762,1384,342,117,3,115,14000,200,13900,5430,300,4.10,10,10,16.1,1830,9,999999999,13,0.0000,0,88,0.000,0.5,1.0 +1986,10,26,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,10.60,2.80,59,102100,794,1384,345,124,7,121,15100,500,14800,5760,350,3.10,10,10,16.1,1490,9,999999999,13,0.0000,0,88,0.000,0.0,1.0 +1986,10,26,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,11.10,1.70,53,102000,758,1384,347,134,4,132,16000,300,15800,6080,90,2.60,10,10,16.1,1490,9,999999999,12,0.0000,0,88,0.000,0.0,1.0 +1986,10,26,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,10.60,3.90,64,102000,656,1384,346,203,3,201,22900,300,22700,7710,120,3.10,10,10,16.1,1250,9,999999999,14,0.0000,0,88,0.000,0.0,1.0 +1986,10,26,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,10.60,3.90,64,102000,496,1384,346,135,1,134,15100,100,15100,5000,20,3.60,10,10,16.1,2740,9,999999999,14,0.0000,0,88,0.000,0.0,1.0 +1986,10,26,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,10.00,4.40,69,102000,289,1384,343,42,0,42,4900,0,4900,1660,20,3.60,10,10,16.1,1220,9,999999999,14,0.0000,0,88,0.000,0.0,1.0 +1986,10,26,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,9.40,5.00,74,102000,63,1026,341,13,0,13,1500,0,1500,480,50,3.60,10,10,6.4,790,9,999999999,15,0.0000,0,88,0.000,0.3,1.0 +1986,10,26,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,8.30,6.10,86,102000,0,0,337,0,0,0,0,0,0,0,90,4.60,10,10,4.8,730,9,999999999,16,0.0000,0,88,0.000,2.0,1.0 +1986,10,26,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,8.30,6.70,89,102000,0,0,337,0,0,0,0,0,0,0,60,5.20,10,10,4.8,730,9,999999999,16,0.0000,0,88,0.000,2.5,1.0 +1986,10,26,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,8.90,7.80,93,101900,0,0,341,0,0,0,0,0,0,0,60,4.10,10,10,4.8,730,9,999999999,17,0.0000,0,88,0.000,2.0,1.0 +1986,10,26,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,9.40,7.80,90,101900,0,0,343,0,0,0,0,0,0,0,60,5.70,10,10,4.8,490,9,999999999,17,0.0000,0,88,0.000,3.0,1.0 +1986,10,26,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,8.90,7.80,93,101800,0,0,341,0,0,0,0,0,0,0,70,8.20,10,10,4.8,490,9,999999999,17,0.0000,0,88,0.000,8.4,1.0 +1986,10,26,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,8.30,8.30,100,101700,0,0,339,0,0,0,0,0,0,0,70,7.70,10,10,4.8,120,9,999999999,18,0.0000,0,88,0.000,7.1,1.0 +1986,10,26,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,8.90,8.30,96,101600,0,0,342,0,0,0,0,0,0,0,80,7.20,10,10,4.0,90,9,999999999,18,0.0000,0,88,0.000,1.0,1.0 +1986,10,27,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,8.90,8.90,100,101600,0,0,342,0,0,0,0,0,0,0,60,7.20,10,10,2.4,90,9,999999999,19,0.0000,0,88,0.000,1.3,1.0 +1986,10,27,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,8.90,8.90,100,101500,0,0,342,0,0,0,0,0,0,0,60,7.70,10,10,2.4,120,9,999999999,19,0.0000,0,88,0.000,1.3,1.0 +1986,10,27,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,8.90,8.90,100,101500,0,0,342,0,0,0,0,0,0,0,20,5.70,10,10,4.0,120,9,999999999,19,0.0000,0,88,0.000,0.5,1.0 +1986,10,27,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,9.40,8.90,96,101400,0,0,344,0,0,0,0,0,0,0,40,6.70,10,10,6.4,150,9,999999999,18,0.0000,0,88,0.000,0.3,1.0 +1986,10,27,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,10.00,8.90,93,101400,0,0,346,0,0,0,0,0,0,0,60,7.70,10,10,6.4,210,9,999999999,19,0.0000,0,88,0.000,0.3,1.0 +1986,10,27,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,10.00,8.90,93,101400,0,0,346,0,0,0,0,0,0,0,40,7.70,10,10,9.7,150,9,999999999,19,0.0000,0,88,0.000,0.5,1.0 +1986,10,27,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,9.40,9.40,100,101400,73,1096,343,16,0,16,1800,0,1800,570,30,6.20,10,10,2.4,120,9,999999999,19,0.0000,0,88,0.000,0.0,1.0 +1986,10,27,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,10.00,10.00,100,101300,300,1385,346,45,0,45,5200,0,5200,1770,30,7.20,10,10,2.4,60,9,999999999,20,0.0000,0,88,0.000,0.0,1.0 +1986,10,27,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,10.00,10.00,100,101200,504,1385,346,86,0,85,10000,0,10000,3580,10,6.20,10,10,1.6,60,9,999999999,20,0.0000,0,88,0.000,0.0,1.0 +1986,10,27,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,10.60,10.00,96,101300,659,1385,349,193,1,193,21900,100,21900,7530,10,4.60,10,10,4.8,60,9,999999999,20,0.0000,0,88,0.000,0.0,1.0 +1986,10,27,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,10.60,10.00,96,101200,756,1385,349,228,1,227,25900,100,25900,9130,20,5.70,10,10,6.4,120,9,999999999,20,0.0000,0,88,0.000,0.0,1.0 +1986,10,27,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,11.10,10.00,93,101200,788,1385,351,252,1,251,28600,100,28500,10000,360,4.10,10,10,6.4,120,9,999999999,20,0.0000,0,88,0.000,0.0,1.0 +1986,10,27,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,11.10,10.00,93,101100,751,1385,351,237,1,236,26800,100,26800,9320,10,4.60,10,10,6.4,120,9,999999999,20,0.0000,0,88,0.000,0.0,1.0 +1986,10,27,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,11.10,10.00,93,100900,650,1385,351,206,1,205,23100,100,23100,7750,10,4.10,10,10,6.4,120,9,999999999,20,0.0000,0,88,0.000,0.0,1.0 +1986,10,27,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,10.60,10.00,96,101000,490,1385,349,148,0,148,16500,0,16500,5290,330,4.10,10,10,6.4,120,9,999999999,20,0.0000,0,88,0.000,0.0,1.0 +1986,10,27,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,10.60,10.00,96,101000,283,1385,349,83,0,83,9200,0,9200,2710,350,4.10,10,10,8.0,150,9,999999999,20,0.0000,0,88,0.000,0.0,1.0 +1986,10,27,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,10.60,10.00,96,101000,59,981,349,21,0,21,2400,0,2400,690,350,4.60,10,10,8.0,150,9,999999999,20,0.0000,0,88,0.000,0.0,1.0 +1986,10,27,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,10.60,9.40,93,101000,0,0,349,0,0,0,0,0,0,0,350,4.10,10,10,8.0,180,9,999999999,19,0.0000,0,88,0.000,0.0,1.0 +1986,10,27,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,10.00,9.40,96,101000,0,0,347,0,0,0,0,0,0,0,360,3.10,10,10,8.0,180,9,999999999,19,0.0000,0,88,0.000,0.0,1.0 +1986,10,27,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,10.00,8.90,93,101000,0,0,347,0,0,0,0,0,0,0,360,4.10,10,10,8.0,180,9,999999999,18,0.0000,0,88,0.000,0.0,1.0 +1986,10,27,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,10.00,8.90,93,101000,0,0,347,0,0,0,0,0,0,0,350,4.10,10,10,6.4,180,9,999999999,18,0.0000,0,88,0.000,0.0,1.0 +1986,10,27,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,10.00,8.90,93,101000,0,0,347,0,0,0,0,0,0,0,330,3.60,10,10,6.4,210,9,999999999,18,0.0000,0,88,0.000,0.0,1.0 +1986,10,27,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,10.00,8.90,93,101000,0,0,347,0,0,0,0,0,0,0,290,2.60,10,10,6.4,210,9,999999999,18,0.0000,0,88,0.000,0.0,1.0 +1986,10,27,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,10.00,9.40,96,101000,0,0,347,0,0,0,0,0,0,0,190,3.60,10,10,6.4,210,9,999999999,19,0.0000,0,88,0.000,0.0,1.0 +1986,10,28,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,10.00,9.40,96,101000,0,0,347,0,0,0,0,0,0,0,230,4.10,10,10,6.4,120,9,999999999,19,0.0000,0,88,0.000,0.0,1.0 +1986,10,28,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,10.60,9.40,93,101000,0,0,350,0,0,0,0,0,0,0,210,3.10,10,10,9.7,240,9,999999999,19,0.0000,0,88,0.000,0.0,1.0 +1986,10,28,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,10.00,9.40,96,101000,0,0,347,0,0,0,0,0,0,0,240,4.10,10,10,8.0,150,9,999999999,19,0.0000,0,88,0.000,0.0,1.0 +1986,10,28,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,10.60,10.00,96,101000,0,0,350,0,0,0,0,0,0,0,240,5.70,10,10,6.4,90,9,999999999,20,0.0000,0,88,0.000,0.0,1.0 +1986,10,28,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,10.60,10.00,96,101000,0,0,350,0,0,0,0,0,0,0,240,4.60,10,10,6.4,150,9,999999999,20,0.0000,0,88,0.000,0.0,1.0 +1986,10,28,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,10.60,10.00,96,101000,0,0,350,0,0,0,0,0,0,0,250,5.20,10,10,9.7,210,9,999999999,20,0.0000,0,88,0.000,0.0,1.0 +1986,10,28,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,11.10,10.00,93,101000,69,1074,352,24,0,24,2700,0,2700,780,250,5.20,10,10,8.0,240,9,999999999,20,0.0000,0,88,0.000,0.0,1.0 +1986,10,28,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,11.70,10.00,90,101100,295,1385,355,76,1,76,8500,0,8500,2620,240,5.70,10,10,8.0,1680,9,999999999,20,0.0000,0,88,0.000,0.0,1.0 +1986,10,28,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,12.20,10.00,86,101100,498,1385,357,141,0,141,15800,0,15800,5180,240,4.10,10,10,9.7,1520,9,999999999,20,0.0000,0,88,0.000,0.0,1.0 +1986,10,28,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,13.90,10.60,81,101200,654,1385,366,201,0,201,22700,0,22700,7680,280,5.20,10,10,9.7,1520,9,999999999,21,0.0000,0,88,0.000,0.0,1.0 +1986,10,28,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,16.10,10.60,70,101200,750,1385,362,311,189,208,34200,19600,23500,5350,270,5.70,8,8,16.1,3050,9,999999999,20,0.0000,0,88,0.000,0.0,1.0 +1986,10,28,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,16.10,10.60,70,101200,781,1385,377,220,2,220,25400,200,25300,9120,280,5.70,10,10,19.3,1520,9,999999999,20,0.0000,0,88,0.000,0.0,1.0 +1986,10,28,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,16.10,10.60,70,101200,745,1385,377,176,23,164,19500,2300,18200,5370,270,7.20,10,10,19.3,1520,9,999999999,20,0.0000,0,88,0.000,0.0,1.0 +1986,10,28,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,18.30,10.00,59,101200,643,1385,373,211,8,207,23700,700,23400,7740,260,6.70,8,8,19.3,1520,9,999999999,20,0.0000,0,88,0.000,0.0,1.0 +1986,10,28,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,17.20,10.00,63,101300,484,1385,383,120,2,120,13700,100,13600,4570,280,7.20,10,10,19.3,1010,9,999999999,20,0.0000,0,88,0.000,0.0,1.0 +1986,10,28,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,17.20,10.00,63,101300,277,1385,346,114,160,81,11800,12000,9400,1580,320,5.70,5,5,24.1,77777,9,999999999,20,0.0000,0,88,0.000,0.0,1.0 +1986,10,28,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,16.70,10.00,65,101400,55,958,345,20,28,18,2200,1200,2100,370,290,5.70,5,5,24.1,77777,9,999999999,20,0.0000,0,88,0.000,0.0,1.0 +1986,10,28,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,15.60,10.00,70,101500,0,0,313,0,0,0,0,0,0,0,290,6.20,1,1,16.1,77777,9,999999999,20,0.0000,0,88,0.000,0.0,1.0 +1986,10,28,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,15.00,10.00,72,101600,0,0,318,0,0,0,0,0,0,0,300,5.70,2,2,16.1,77777,9,999999999,20,0.0000,0,88,0.000,0.0,1.0 +1986,10,28,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,14.40,10.00,75,101700,0,0,323,0,0,0,0,0,0,0,300,6.20,3,3,16.1,77777,9,999999999,20,0.0000,0,88,0.000,0.0,1.0 +1986,10,28,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,13.90,8.30,69,101800,0,0,298,0,0,0,0,0,0,0,300,5.20,0,0,16.1,77777,9,999999999,18,0.0000,0,88,0.000,0.0,1.0 +1986,10,28,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,12.80,7.80,72,101900,0,0,293,0,0,0,0,0,0,0,300,5.20,0,0,16.1,77777,9,999999999,17,0.0000,0,88,0.000,0.0,1.0 +1986,10,28,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,11.70,7.80,77,101900,0,0,289,0,0,0,0,0,0,0,310,4.10,0,0,16.1,77777,9,999999999,17,0.0000,0,88,0.000,0.0,1.0 +1986,10,28,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,11.10,7.80,80,102000,0,0,287,0,0,0,0,0,0,0,300,4.10,0,0,16.1,77777,9,999999999,17,0.0000,0,88,0.000,0.0,1.0 +1986,10,29,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,10.60,7.80,83,102000,0,0,285,0,0,0,0,0,0,0,290,4.10,0,0,16.1,77777,9,999999999,17,0.0000,0,88,0.000,0.0,1.0 +1986,10,29,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,10.00,7.20,83,102000,0,0,280,0,0,0,0,0,0,0,290,3.60,0,0,16.1,77777,9,999999999,17,0.0000,0,88,0.000,0.0,1.0 +1986,10,29,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,8.90,6.70,86,102000,0,0,274,0,0,0,0,0,0,0,240,4.10,0,0,12.9,77777,9,999999999,16,0.0000,0,88,0.000,0.0,1.0 +1986,10,29,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,9.40,6.70,83,102100,0,0,275,0,0,0,0,0,0,0,260,5.20,0,0,12.9,77777,9,999999999,16,0.0000,0,88,0.000,0.0,1.0 +1986,10,29,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,7.80,6.10,89,102100,0,0,266,0,0,0,0,0,0,0,240,4.60,0,0,12.9,77777,9,999999999,16,0.0000,0,88,0.000,0.0,1.0 +1986,10,29,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,8.90,6.10,83,102100,0,0,269,0,0,0,0,0,0,0,230,5.70,0,0,12.9,77777,9,999999999,16,0.0000,0,88,0.000,0.0,1.0 +1986,10,29,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,8.90,6.10,83,102100,65,1051,268,26,60,21,2700,2100,2500,370,240,5.70,0,0,12.9,77777,9,999999999,16,0.0000,0,88,0.000,0.0,1.0 +1986,10,29,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,11.10,6.70,74,102100,289,1386,277,141,396,57,14300,30700,7900,1020,260,4.60,0,0,16.1,77777,9,999999999,16,0.0000,0,88,0.000,0.0,1.0 +1986,10,29,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,13.30,6.70,64,102100,492,1386,284,296,594,82,30600,55000,11000,1580,240,5.20,0,0,16.1,77777,9,999999999,16,0.0000,0,88,0.000,0.0,1.0 +1986,10,29,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,15.00,7.80,62,102000,648,1386,293,427,684,104,44600,66900,13200,2170,230,4.60,1,0,16.1,77777,9,999999999,17,0.0000,0,88,0.000,0.0,1.0 +1986,10,29,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,17.80,7.80,52,101900,744,1386,304,513,738,112,54000,73800,14200,2510,220,7.20,0,0,19.3,77777,9,999999999,17,0.0000,0,88,0.000,0.0,1.0 +1986,10,29,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,19.40,7.80,47,101800,775,1386,311,543,755,115,57200,75900,14600,2650,220,8.20,0,0,19.3,77777,9,999999999,17,0.0000,0,88,0.000,0.0,1.0 +1986,10,29,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,20.60,7.80,44,101700,739,1386,316,507,734,111,53400,73300,14100,2480,220,7.70,0,0,19.3,77777,9,999999999,18,0.0000,0,88,0.000,0.0,1.0 +1986,10,29,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,21.10,6.70,39,101600,637,1386,316,421,690,100,44000,67400,12900,2080,240,8.80,0,0,19.3,77777,9,999999999,16,0.0000,0,88,0.000,0.0,1.0 +1986,10,29,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,21.10,6.10,38,101600,477,1386,315,287,589,80,29500,54100,10800,1540,230,8.20,0,0,19.3,77777,9,999999999,16,0.0000,0,88,0.000,0.0,1.0 +1986,10,29,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,21.10,5.60,36,101500,271,1386,332,113,270,58,11700,20100,7700,1040,230,7.20,2,2,24.1,77777,9,999999999,15,0.0000,0,88,0.000,0.0,1.0 +1986,10,29,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,17.20,7.80,54,101500,51,936,321,18,23,16,1900,1000,1900,330,190,6.70,2,2,24.1,77777,9,999999999,17,0.0000,0,88,0.000,0.0,1.0 +1986,10,29,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,16.10,8.90,63,101500,0,0,305,0,0,0,0,0,0,0,200,7.70,0,0,16.1,77777,9,999999999,19,0.0000,0,88,0.000,0.0,1.0 +1986,10,29,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,15.60,8.30,62,101500,0,0,303,0,0,0,0,0,0,0,220,8.20,0,0,16.1,77777,9,999999999,18,0.0000,0,88,0.000,0.0,1.0 +1986,10,29,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,15.00,8.30,65,101400,0,0,301,0,0,0,0,0,0,0,230,8.20,0,0,16.1,77777,9,999999999,18,0.0000,0,88,0.000,0.0,1.0 +1986,10,29,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,14.40,10.00,75,101400,0,0,304,0,0,0,0,0,0,0,230,9.30,0,0,16.1,77777,9,999999999,20,0.0000,0,88,0.000,0.0,1.0 +1986,10,29,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,13.90,10.60,81,101400,0,0,305,0,0,0,0,0,0,0,230,7.70,0,0,16.1,77777,9,999999999,21,0.0000,0,88,0.000,0.0,1.0 +1986,10,29,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,13.90,10.60,81,101400,0,0,305,0,0,0,0,0,0,0,230,6.70,0,0,16.1,77777,9,999999999,21,0.0000,0,88,0.000,0.0,1.0 +1986,10,29,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,13.90,10.00,78,101300,0,0,304,0,0,0,0,0,0,0,220,7.70,0,0,16.1,77777,9,999999999,20,0.0000,0,88,0.000,0.0,1.0 +1986,10,30,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,13.30,10.00,80,101300,0,0,301,0,0,0,0,0,0,0,240,6.20,0,0,12.9,77777,9,999999999,20,0.0000,0,88,0.000,0.0,1.0 +1986,10,30,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,13.90,10.00,78,101200,0,0,303,0,0,0,0,0,0,0,240,7.20,0,0,11.3,77777,9,999999999,20,0.0000,0,88,0.000,0.0,1.0 +1986,10,30,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,13.90,10.00,78,101200,0,0,341,0,0,0,0,0,0,0,240,7.70,6,6,11.3,2440,9,999999999,20,0.0000,0,88,0.000,0.0,1.0 +1986,10,30,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,13.90,9.40,75,101200,0,0,360,0,0,0,0,0,0,0,240,7.70,10,9,11.3,2130,9,999999999,19,0.0000,0,88,0.000,0.0,1.0 +1986,10,30,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,13.30,9.40,78,101300,0,0,309,0,0,0,0,0,0,0,240,6.70,2,2,11.3,77777,9,999999999,19,0.0000,0,88,0.000,0.0,1.0 +1986,10,30,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,12.80,8.90,77,101300,0,0,305,0,0,0,0,0,0,0,250,6.70,4,2,11.3,77777,9,999999999,18,0.0000,0,88,0.000,0.0,1.0 +1986,10,30,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,13.30,10.00,80,101400,61,1005,309,26,73,19,2600,2500,2400,330,250,7.70,2,2,11.3,77777,9,999999999,20,0.0000,0,88,0.000,0.0,1.0 +1986,10,30,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,14.40,8.90,70,101500,284,1387,295,135,440,43,13900,34400,6800,800,270,7.20,0,0,16.1,77777,9,999999999,19,0.0000,0,88,0.000,0.0,1.0 +1986,10,30,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,16.10,7.80,58,101500,487,1387,298,308,696,61,31800,64500,9100,1240,280,7.70,0,0,19.3,77777,9,999999999,17,0.0000,0,88,0.000,0.0,1.0 +1986,10,30,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,17.20,7.20,52,101600,642,1387,325,406,701,78,42300,68100,10600,1650,300,8.20,3,3,19.3,77777,9,999999999,17,0.0000,0,88,0.000,0.0,1.0 +1986,10,30,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,17.20,5.60,46,101700,738,1387,346,470,513,195,49200,51800,21600,4290,310,8.20,6,6,19.3,1070,9,999999999,15,0.0000,0,88,0.000,0.0,1.0 +1986,10,30,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,18.30,5.00,42,101700,769,1387,333,471,531,173,50100,54000,20000,3830,290,6.70,4,4,24.1,77777,9,999999999,15,0.0000,0,88,0.000,0.0,1.0 +1986,10,30,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,17.80,3.30,38,101700,732,1387,319,490,683,125,51100,67800,15200,2730,340,8.80,3,3,24.1,77777,9,999999999,13,0.0000,0,88,0.000,0.0,1.0 +1986,10,30,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,17.20,1.70,35,101800,631,1387,314,416,679,102,43200,66100,13000,2100,340,9.80,3,3,24.1,77777,9,999999999,12,0.0000,0,88,0.000,0.0,1.0 +1986,10,30,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,16.70,-0.60,31,102000,471,1387,290,289,642,67,30100,59200,9900,1320,320,9.30,1,1,24.1,77777,9,999999999,11,0.0000,0,88,0.000,0.0,1.0 +1986,10,30,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,15.60,0.00,35,102100,265,1387,288,137,462,46,13900,34900,7200,840,320,7.70,1,1,24.1,77777,9,999999999,11,0.0000,0,88,0.000,0.0,1.0 +1986,10,30,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,12.20,0.60,45,102200,48,890,268,28,105,17,2400,3900,2200,300,10,6.70,0,0,24.1,77777,9,999999999,11,0.0000,0,88,0.000,0.0,1.0 +1986,10,30,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,9.40,-1.10,48,102500,0,0,256,0,0,0,0,0,0,0,10,7.70,0,0,24.1,77777,9,999999999,10,0.0000,0,88,0.000,0.0,1.0 +1986,10,30,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,8.30,-1.70,50,102600,0,0,252,0,0,0,0,0,0,0,360,8.80,0,0,24.1,77777,9,999999999,10,0.0000,0,88,0.000,0.0,1.0 +1986,10,30,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,6.70,-3.30,49,102800,0,0,245,0,0,0,0,0,0,0,350,7.70,0,0,24.1,77777,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1986,10,30,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,5.60,-5.00,47,102900,0,0,239,0,0,0,0,0,0,0,340,6.20,0,0,24.1,77777,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1986,10,30,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,5.00,-5.60,47,103000,0,0,236,0,0,0,0,0,0,0,350,5.70,0,0,24.1,77777,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1986,10,30,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,4.40,-6.10,47,103100,0,0,234,0,0,0,0,0,0,0,340,6.70,0,0,24.1,77777,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1986,10,30,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,3.90,-5.60,51,103200,0,0,233,0,0,0,0,0,0,0,360,6.20,0,0,24.1,77777,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1986,10,31,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,2.80,-5.60,55,103300,0,0,230,0,0,0,0,0,0,0,340,6.20,0,0,24.1,77777,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1986,10,31,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,2.80,-5.60,55,103400,0,0,229,0,0,0,0,0,0,0,350,5.20,0,0,24.1,77777,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1986,10,31,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,2.20,-5.60,57,103500,0,0,227,0,0,0,0,0,0,0,350,5.70,0,0,24.1,77777,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1986,10,31,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,1.70,-5.60,59,103500,0,0,224,0,0,0,0,0,0,0,350,5.20,0,0,24.1,77777,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1986,10,31,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,1.70,-6.10,57,103700,0,0,222,0,0,0,0,0,0,0,330,5.20,0,0,24.1,77777,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1986,10,31,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,1.10,-6.10,59,103800,0,0,219,0,0,0,0,0,0,0,340,5.70,0,0,24.1,77777,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1986,10,31,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,1.70,-6.10,57,103900,58,983,220,30,121,18,2700,4700,2400,310,350,5.20,0,0,24.1,77777,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1986,10,31,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,3.30,-5.60,53,104000,278,1388,225,150,523,43,15400,40500,7300,800,10,5.20,0,0,24.1,77777,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1986,10,31,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,5.00,-5.00,49,104100,481,1388,231,312,716,60,32100,66200,9100,1220,350,5.70,0,0,24.1,77777,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1986,10,31,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,6.10,-3.90,49,104100,636,1388,236,443,797,74,46400,77500,10700,1590,60,4.60,0,0,24.1,77777,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1986,10,31,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,6.70,-3.90,47,104100,732,1388,263,474,656,125,49600,65100,15100,2730,60,5.70,3,3,24.1,77777,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1986,10,31,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,7.20,-2.80,49,104100,763,1388,249,513,755,93,53600,74800,12300,2080,60,6.20,1,1,24.1,77777,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1986,10,31,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,6.70,-2.80,51,104000,726,1388,239,510,810,81,53700,80200,11600,1840,60,5.20,0,0,24.1,77777,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1986,10,31,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,6.70,-2.80,51,104100,625,1388,240,435,792,73,45300,76800,10600,1560,90,4.60,0,0,24.1,77777,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1986,10,31,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,6.70,-2.80,51,104000,465,1388,240,297,696,59,30400,63900,8900,1190,120,4.60,0,0,24.1,77777,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1986,10,31,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,6.10,-2.80,53,104000,259,1388,239,138,500,41,14000,37600,6900,760,100,3.60,0,0,24.1,77777,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1986,10,31,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,5.00,-3.30,55,104100,44,867,236,25,97,16,2300,3500,2100,280,110,4.10,0,0,24.1,77777,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1986,10,31,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,5.00,-1.70,62,104000,0,0,240,0,0,0,0,0,0,0,130,4.60,0,0,24.1,77777,9,999999999,10,0.0000,0,88,0.000,0.0,1.0 +1986,10,31,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,5.00,-2.20,60,104100,0,0,240,0,0,0,0,0,0,0,150,6.20,0,0,24.1,77777,9,999999999,10,0.0000,0,88,0.000,0.0,1.0 +1986,10,31,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,5.00,-0.60,68,104100,0,0,244,0,0,0,0,0,0,0,160,5.20,0,0,24.1,77777,9,999999999,11,0.0000,0,88,0.000,0.0,1.0 +1986,10,31,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,4.40,-0.60,70,104100,0,0,243,0,0,0,0,0,0,0,180,6.20,0,0,24.1,77777,9,999999999,11,0.0000,0,88,0.000,0.0,1.0 +1986,10,31,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,5.00,0.00,73,104100,0,0,247,0,0,0,0,0,0,0,170,5.80,0,0,24.1,77777,9,999999999,11,0.0000,0,88,0.000,0.0,1.0 +1986,10,31,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,5.70,0.70,76,104100,0,0,251,0,0,0,0,0,0,0,200,5.50,0,0,24.1,77777,9,999999999,11,0.0000,0,88,0.000,0.0,1.0 +1986,10,31,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,6.30,1.30,76,104100,0,0,255,0,0,0,0,0,0,0,200,5.10,0,0,16.1,77777,9,999999999,11,0.0000,0,88,0.000,0.0,1.0 +1978,11,1,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,7.00,2.00,64,101700,0,0,257,0,0,0,0,0,0,0,290,4.70,0,0,24.1,77777,9,999999999,14,0.0000,0,88,0.000,0.0,1.0 +1978,11,1,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,7.60,2.60,64,101700,0,0,260,0,0,0,0,0,0,0,330,4.30,0,0,24.1,77777,9,999999999,14,0.0000,0,88,0.000,0.0,1.0 +1978,11,1,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,8.30,3.30,66,101800,0,0,264,0,0,0,0,0,0,0,360,4.00,0,0,24.1,77777,9,999999999,14,0.0000,0,88,0.000,0.0,1.0 +1978,11,1,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,8.90,3.90,71,101800,0,0,266,0,0,0,0,0,0,0,360,3.60,0,0,24.1,77777,9,999999999,14,0.0000,0,88,0.000,0.0,1.0 +1978,11,1,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,8.30,3.30,71,101900,0,0,262,0,0,0,0,0,0,0,10,2.10,0,0,24.1,77777,9,999999999,13,0.0000,0,88,0.000,0.0,1.0 +1978,11,1,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,7.20,3.30,77,102000,0,0,293,0,0,0,0,0,0,0,350,2.10,6,5,24.1,3660,9,999999999,13,0.0000,0,88,0.000,0.0,1.0 +1978,11,1,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,8.30,3.90,74,102000,54,960,320,9,3,9,1000,200,1000,240,350,5.70,8,8,24.1,3050,9,999999999,14,0.0000,0,88,0.000,0.0,1.0 +1978,11,1,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,8.30,3.90,74,102100,273,1388,260,124,316,61,12900,23600,8300,1100,360,4.60,1,0,16.1,77777,9,999999999,14,0.0000,0,88,0.000,0.0,1.0 +1978,11,1,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,10.00,4.40,69,102200,475,1388,266,275,535,89,28200,48800,11400,1670,30,6.70,0,0,19.3,77777,9,999999999,14,0.0000,0,88,0.000,0.0,1.0 +1978,11,1,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,10.60,4.40,66,102200,630,1388,323,229,75,195,25100,7400,21800,5620,40,7.70,7,7,19.3,730,9,999999999,14,0.0000,0,88,0.000,0.0,1.0 +1978,11,1,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,10.60,2.80,59,102300,726,1388,304,399,335,222,42500,35000,24200,5160,50,6.20,5,5,24.1,77777,9,999999999,13,0.0000,0,88,0.000,0.0,1.0 +1978,11,1,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,10.60,1.70,54,102300,757,1388,269,503,589,178,53200,59800,20500,3920,30,6.70,1,1,24.1,77777,9,999999999,12,0.0000,0,88,0.000,0.0,1.0 +1978,11,1,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,10.60,1.70,54,102200,721,1388,270,472,641,136,48900,63200,16000,2890,70,6.70,1,1,24.1,77777,9,999999999,12,0.0000,0,88,0.000,0.0,1.0 +1978,11,1,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,10.00,1.70,57,102200,619,1388,260,386,610,110,39900,59000,13500,2220,80,6.70,0,0,24.1,77777,9,999999999,12,0.0000,0,88,0.000,0.0,1.0 +1978,11,1,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,9.40,1.10,56,102300,460,1388,257,263,522,87,26800,47200,11200,1620,90,5.70,0,0,24.1,77777,9,999999999,12,0.0000,0,88,0.000,0.0,1.0 +1978,11,1,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,8.90,1.10,59,102300,254,1388,256,114,301,57,11700,21700,7800,1030,110,4.10,0,0,24.1,77777,9,999999999,12,0.0000,0,88,0.000,0.0,1.0 +1978,11,1,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,7.20,1.10,65,102300,41,845,251,19,22,17,2000,900,2000,350,110,3.60,0,0,24.1,77777,9,999999999,12,0.0000,0,88,0.000,0.0,1.0 +1978,11,1,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,6.70,1.10,68,102300,0,0,250,0,0,0,0,0,0,0,110,3.10,0,0,24.1,77777,9,999999999,12,0.0000,0,88,0.000,0.0,1.0 +1978,11,1,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,6.70,1.10,68,102300,0,0,252,0,0,0,0,0,0,0,120,3.10,0,0,24.1,77777,9,999999999,12,0.0000,0,88,0.000,0.0,1.0 +1978,11,1,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,6.10,1.10,71,102300,0,0,250,0,0,0,0,0,0,0,160,3.10,0,0,24.1,77777,9,999999999,12,0.0000,0,88,0.000,0.0,1.0 +1978,11,1,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,5.60,1.70,76,102400,0,0,251,0,0,0,0,0,0,0,200,2.10,0,0,24.1,77777,9,999999999,12,0.0000,0,88,0.000,0.0,1.0 +1978,11,1,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,5.60,1.70,76,102400,0,0,252,0,0,0,0,0,0,0,200,3.10,0,0,24.1,77777,9,999999999,12,0.0000,0,88,0.000,0.0,1.0 +1978,11,1,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,5.60,1.10,73,102300,0,0,251,0,0,0,0,0,0,0,210,2.60,0,0,24.1,77777,9,999999999,12,0.0000,0,88,0.000,0.0,1.0 +1978,11,1,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,5.00,1.10,76,102300,0,0,249,0,0,0,0,0,0,0,240,3.10,0,0,24.1,77777,9,999999999,12,0.0000,0,88,0.000,0.0,1.0 +1978,11,2,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,5.00,1.10,76,102200,0,0,249,0,0,0,0,0,0,0,230,3.60,0,0,24.1,77777,9,999999999,12,0.0000,0,88,0.000,0.0,1.0 +1978,11,2,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,5.00,1.70,79,102100,0,0,249,0,0,0,0,0,0,0,240,4.60,0,0,24.1,77777,9,999999999,12,0.0000,0,88,0.000,0.0,1.0 +1978,11,2,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,5.00,1.70,79,102100,0,0,249,0,0,0,0,0,0,0,240,5.20,0,0,24.1,77777,9,999999999,12,0.0000,0,88,0.000,0.0,1.0 +1978,11,2,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,5.00,2.20,82,102000,0,0,249,0,0,0,0,0,0,0,240,5.20,0,0,24.1,77777,9,999999999,12,0.0000,0,88,0.000,0.0,1.0 +1978,11,2,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,5.60,2.80,83,102000,0,0,251,0,0,0,0,0,0,0,240,4.60,0,0,24.1,77777,9,999999999,13,0.0000,0,88,0.000,0.0,1.0 +1978,11,2,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,5.60,3.90,89,101900,0,0,252,0,0,0,0,0,0,0,230,5.70,0,0,24.1,77777,9,999999999,14,0.0000,0,88,0.000,0.0,1.0 +1978,11,2,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,5.60,3.90,89,101900,51,938,251,29,149,15,2500,6700,2100,270,240,4.60,0,0,16.1,77777,9,999999999,14,0.0000,0,88,0.000,0.0,1.0 +1978,11,2,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,7.20,2.20,71,101900,268,1389,252,147,569,35,14900,44800,6300,700,240,6.20,0,0,19.3,77777,9,999999999,13,0.0000,0,88,0.000,0.0,1.0 +1978,11,2,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,10.00,1.10,54,101800,470,1389,259,306,750,49,32000,69100,8500,1100,270,7.70,0,0,19.3,77777,9,999999999,12,0.0000,0,88,0.000,0.0,1.0 +1978,11,2,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,11.70,0.60,47,101800,624,1389,263,438,833,60,45800,80200,9600,1380,240,7.20,0,0,24.1,77777,9,999999999,11,0.0000,0,88,0.000,0.0,1.0 +1978,11,2,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,14.40,-2.80,31,101600,720,1389,266,528,881,67,55100,86200,10200,1570,270,6.70,0,0,24.1,77777,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1978,11,2,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,16.10,-3.30,26,101500,751,1389,271,556,891,69,57900,87500,10400,1630,260,7.20,0,0,24.1,77777,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1978,11,2,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,16.70,-3.90,24,101400,715,1389,272,524,879,66,54500,85900,10100,1550,240,7.70,0,0,24.1,77777,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1978,11,2,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,17.80,-5.60,20,101400,613,1389,273,436,842,59,45400,80900,9500,1360,280,7.70,0,0,24.1,77777,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1978,11,2,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,17.80,-5.00,21,101400,454,1389,275,299,754,48,31100,69000,8500,1070,270,6.20,0,0,24.1,77777,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1978,11,2,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,17.80,-5.00,21,101400,248,1389,276,137,560,34,13800,42900,6100,670,250,5.20,0,0,24.1,77777,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1978,11,2,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,16.10,-3.90,25,101400,38,799,273,27,125,14,2100,5200,1800,250,240,6.20,0,0,24.1,77777,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1978,11,2,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,14.40,-3.30,29,101500,0,0,269,0,0,0,0,0,0,0,250,5.70,0,0,24.1,77777,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1978,11,2,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,14.40,-4.40,27,101500,0,0,269,0,0,0,0,0,0,0,260,5.20,0,0,24.1,77777,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1978,11,2,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,14.40,-4.40,27,101600,0,0,270,0,0,0,0,0,0,0,280,6.20,0,0,24.1,77777,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1978,11,2,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,13.30,-3.90,30,101700,0,0,268,0,0,0,0,0,0,0,290,4.60,0,0,24.1,77777,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1978,11,2,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,12.80,-3.30,33,101700,0,0,268,0,0,0,0,0,0,0,300,3.10,0,0,24.1,77777,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1978,11,2,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,12.20,-2.20,37,101800,0,0,268,0,0,0,0,0,0,0,290,3.10,0,0,24.1,77777,9,999999999,10,0.0000,0,88,0.000,0.0,1.0 +1978,11,2,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,11.70,-0.60,43,101800,0,0,270,0,0,0,0,0,0,0,280,4.10,0,0,24.1,77777,9,999999999,11,0.0000,0,88,0.000,0.0,1.0 +1978,11,3,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,10.60,0.00,48,101800,0,0,267,0,0,0,0,0,0,0,290,4.60,0,0,24.1,77777,9,999999999,11,0.0000,0,88,0.000,0.0,1.0 +1978,11,3,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,10.00,0.60,52,101900,0,0,265,0,0,0,0,0,0,0,300,4.60,0,0,24.1,77777,9,999999999,11,0.0000,0,88,0.000,0.0,1.0 +1978,11,3,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,9.40,1.10,56,101900,0,0,263,0,0,0,0,0,0,0,320,4.10,0,0,24.1,77777,9,999999999,12,0.0000,0,88,0.000,0.0,1.0 +1978,11,3,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,8.90,0.60,56,102000,0,0,260,0,0,0,0,0,0,0,320,1.50,0,0,24.1,77777,9,999999999,11,0.0000,0,88,0.000,0.0,1.0 +1978,11,3,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,6.70,0.60,65,102100,0,0,250,0,0,0,0,0,0,0,280,1.50,0,0,24.1,77777,9,999999999,11,0.0000,0,88,0.000,0.0,1.0 +1978,11,3,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,6.10,1.10,71,102200,0,0,248,0,0,0,0,0,0,0,280,2.60,0,0,24.1,77777,9,999999999,12,0.0000,0,88,0.000,0.0,1.0 +1978,11,3,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,7.20,1.10,65,102200,48,892,251,19,10,18,2000,500,2000,430,330,2.60,0,0,24.1,77777,9,999999999,12,0.0000,0,88,0.000,0.0,1.0 +1978,11,3,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,8.90,1.70,61,102400,262,1390,257,108,223,65,11400,16200,8300,1220,340,2.60,0,0,16.1,77777,9,999999999,12,0.0000,0,88,0.000,0.0,1.0 +1978,11,3,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,11.70,2.20,53,102400,464,1390,268,251,437,103,26300,40000,12900,1940,360,2.10,0,0,16.1,77777,9,999999999,13,0.0000,0,88,0.000,0.0,1.0 +1978,11,3,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,13.90,2.80,47,102500,618,1390,277,380,553,131,40400,54400,16100,2610,90,2.10,0,0,16.1,77777,9,999999999,13,0.0000,0,88,0.000,0.0,1.0 +1978,11,3,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,14.40,2.80,46,102500,714,1390,278,466,612,148,47900,59900,17000,3080,130,2.60,0,0,19.3,77777,9,999999999,13,0.0000,0,88,0.000,0.0,1.0 +1978,11,3,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,13.90,2.80,47,102500,745,1390,276,494,628,153,50800,61800,17600,3260,130,3.10,0,0,24.1,77777,9,999999999,13,0.0000,0,88,0.000,0.0,1.0 +1978,11,3,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,13.90,2.80,47,102400,709,1390,276,462,602,151,47300,58800,17300,3110,80,4.60,1,0,24.1,77777,9,999999999,13,0.0000,0,88,0.000,0.0,1.0 +1978,11,3,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,13.30,3.90,53,102400,607,1390,277,372,546,130,39400,53500,15900,2580,80,5.20,0,0,24.1,77777,9,999999999,14,0.0000,0,88,0.000,0.0,1.0 +1978,11,3,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,13.30,4.40,55,102400,448,1390,279,240,423,101,25100,38300,12600,1890,90,5.20,0,0,24.1,77777,9,999999999,14,0.0000,0,88,0.000,0.0,1.0 +1978,11,3,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,12.20,5.60,64,102400,243,1390,279,98,195,63,10300,13600,7900,1190,110,5.20,1,0,24.1,77777,9,999999999,15,0.0000,0,88,0.000,0.0,1.0 +1978,11,3,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,10.00,6.70,80,102400,36,776,274,16,6,15,1700,300,1700,360,90,4.60,1,0,24.1,77777,9,999999999,16,0.0000,0,88,0.000,0.0,1.0 +1978,11,3,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,9.40,7.20,86,102400,0,0,274,0,0,0,0,0,0,0,100,3.60,0,0,24.1,77777,9,999999999,17,0.0000,0,88,0.000,0.0,1.0 +1978,11,3,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,9.40,7.20,86,102500,0,0,275,0,0,0,0,0,0,0,140,2.10,0,0,20.9,77777,9,999999999,17,0.0000,0,88,0.000,0.0,1.0 +1978,11,3,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,8.90,6.70,86,102500,0,0,273,0,0,0,0,0,0,0,120,2.10,0,0,20.9,77777,9,999999999,16,0.0000,0,88,0.000,0.0,1.0 +1978,11,3,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,7.80,6.10,89,102500,0,0,268,0,0,0,0,0,0,0,170,2.10,0,0,20.9,77777,9,999999999,16,0.0000,0,88,0.000,0.0,1.0 +1978,11,3,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,8.30,6.70,89,102500,0,0,273,0,0,0,0,0,0,0,150,3.10,0,0,19.3,77777,9,999999999,16,0.0000,0,88,0.000,0.0,1.0 +1978,11,3,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,7.20,6.10,93,102500,0,0,267,0,0,0,0,0,0,0,190,1.50,0,0,17.7,77777,9,999999999,16,0.0000,0,88,0.000,0.0,1.0 +1978,11,3,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,7.20,5.00,86,102400,0,0,265,0,0,0,0,0,0,0,200,2.10,0,0,16.1,77777,9,999999999,15,0.0000,0,88,0.000,0.0,1.0 +1978,11,4,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,6.70,3.90,83,102400,0,0,261,0,0,0,0,0,0,0,160,2.60,0,0,16.1,77777,9,999999999,14,0.0000,0,88,0.000,0.0,1.0 +1978,11,4,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,6.70,3.90,83,102400,0,0,260,0,0,0,0,0,0,0,170,2.60,0,0,16.1,77777,9,999999999,14,0.0000,0,88,0.000,0.0,1.0 +1978,11,4,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,6.10,4.40,89,102300,0,0,258,0,0,0,0,0,0,0,170,2.60,0,0,16.1,77777,9,999999999,14,0.0000,0,88,0.000,0.0,1.0 +1978,11,4,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,6.10,5.00,93,102200,0,0,259,0,0,0,0,0,0,0,10,1.00,0,0,16.1,77777,9,999999999,15,0.0000,0,88,0.000,0.0,1.0 +1978,11,4,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,5.60,4.40,93,102200,0,0,254,0,0,0,0,0,0,0,360,2.10,0,0,12.9,77777,9,999999999,14,0.0000,0,88,0.000,0.0,1.0 +1978,11,4,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,5.60,4.40,93,102200,0,0,253,0,0,0,0,0,0,0,340,2.10,0,0,8.0,77777,9,999999999,14,0.0000,0,88,0.000,0.0,1.0 +1978,11,4,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,5.60,5.00,96,102200,44,869,295,23,31,20,2400,1200,2300,410,330,2.10,9,6,3.2,120,9,999999999,15,0.0000,0,88,0.000,0.0,1.0 +1978,11,4,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,6.10,5.00,93,102200,257,1391,325,93,6,92,10100,300,10000,2690,360,2.60,10,10,2.0,150,9,999999999,15,0.0000,0,88,0.000,0.0,1.0 +1978,11,4,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,6.10,6.10,100,102200,458,1391,326,105,0,104,11900,0,11900,4010,10,2.10,10,10,0.6,90,9,999999999,16,0.0000,0,88,0.000,0.0,1.0 +1978,11,4,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,7.20,7.20,100,102100,613,1391,331,156,9,152,17800,700,17500,6110,360,2.60,10,10,0.4,90,9,999999999,17,0.0000,0,88,0.000,0.0,1.0 +1978,11,4,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,8.90,7.80,93,102000,708,1391,339,213,7,209,24100,600,23800,8280,30,2.60,10,10,0.8,90,9,999999999,17,0.0000,0,88,0.000,0.0,1.0 +1978,11,4,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,10.00,9.40,96,101900,739,1391,345,303,6,300,33600,600,33300,10490,320,1.00,10,10,0.8,60,9,999999999,19,0.0000,0,88,0.000,0.0,1.0 +1978,11,4,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,10.00,8.90,93,101900,703,1391,345,215,5,213,24400,400,24200,8340,90,2.10,10,10,0.8,60,9,999999999,19,0.0000,0,88,0.000,0.0,1.0 +1978,11,4,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,9.40,8.90,96,101800,601,1391,342,195,4,193,21800,300,21700,7080,80,2.10,10,10,0.4,60,9,999999999,18,0.0000,0,88,0.000,0.0,1.0 +1978,11,4,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,9.40,9.40,100,101700,443,1391,343,135,1,134,14900,100,14900,4670,60,2.10,10,10,0.4,60,9,999999999,19,0.0000,0,88,0.000,0.0,1.0 +1978,11,4,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,9.40,9.40,100,101700,237,1391,343,79,1,78,8500,0,8500,2360,90,1.50,10,10,0.4,60,9,999999999,19,0.0000,0,88,0.000,0.0,1.0 +1978,11,4,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,9.40,8.30,93,101600,33,753,343,17,0,17,1900,0,1900,550,120,2.10,10,10,0.4,60,9,999999999,18,0.0000,0,88,0.000,0.0,1.0 +1978,11,4,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,9.40,8.90,96,101600,0,0,343,0,0,0,0,0,0,0,40,2.10,10,10,0.4,60,9,999999999,18,0.0000,0,88,0.000,0.0,1.0 +1978,11,4,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,9.40,8.90,96,101600,0,0,344,0,0,0,0,0,0,0,20,1.50,10,10,0.4,60,9,999999999,18,0.0000,0,88,0.000,0.0,1.0 +1978,11,4,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,9.40,8.30,93,101600,0,0,343,0,0,0,0,0,0,0,0,0.00,10,10,0.4,60,9,999999999,18,0.0000,0,88,0.000,0.0,1.0 +1978,11,4,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,8.90,8.90,100,101600,0,0,342,0,0,0,0,0,0,0,100,1.00,10,10,0.6,60,9,999999999,19,0.0000,0,88,0.000,0.0,1.0 +1978,11,4,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,8.90,8.90,100,101500,0,0,342,0,0,0,0,0,0,0,30,1.50,10,10,0.2,60,9,999999999,19,0.0000,0,88,0.000,0.0,1.0 +1978,11,4,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,8.90,8.30,96,101500,0,0,342,0,0,0,0,0,0,0,320,1.50,10,10,0.2,60,9,999999999,18,0.0000,0,88,0.000,0.0,1.0 +1978,11,4,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,8.90,8.30,96,101500,0,0,342,0,0,0,0,0,0,0,330,2.60,10,10,0.2,60,9,999999999,18,0.0000,0,88,0.000,0.0,1.0 +1978,11,5,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,7.80,7.20,96,101500,0,0,336,0,0,0,0,0,0,0,40,2.60,10,10,0.2,60,9,999999999,17,0.0000,0,88,0.000,0.0,1.0 +1978,11,5,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,7.20,7.20,100,101500,0,0,333,0,0,0,0,0,0,0,360,2.10,10,10,0.1,30,9,999999999,17,0.0000,0,88,0.000,0.0,1.0 +1978,11,5,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,7.80,7.80,100,101500,0,0,336,0,0,0,0,0,0,0,330,3.60,10,10,0.1,30,9,999999999,17,0.0000,0,88,0.000,0.0,1.0 +1978,11,5,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,7.80,7.80,100,101500,0,0,335,0,0,0,0,0,0,0,10,3.60,10,10,0.1,30,9,999999999,17,0.0000,0,88,0.000,0.0,1.0 +1978,11,5,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,7.20,7.20,100,101600,0,0,332,0,0,0,0,0,0,0,10,2.10,10,10,0.4,90,9,999999999,17,0.0000,0,88,0.000,0.0,1.0 +1978,11,5,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,7.20,7.20,100,101600,0,0,332,0,0,0,0,0,0,0,10,1.00,10,10,0.4,60,9,999999999,17,0.0000,0,88,0.000,0.0,1.0 +1978,11,5,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,7.20,7.20,100,101700,41,846,332,15,0,15,1700,0,1700,520,340,3.10,10,10,0.1,30,9,999999999,17,0.0000,0,88,0.000,0.0,1.0 +1978,11,5,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,7.20,7.20,100,101800,251,1391,331,64,0,64,7100,0,7100,2160,100,1.00,10,10,0.1,30,9,999999999,17,0.0000,0,88,0.000,0.0,1.0 +1978,11,5,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,7.20,7.20,100,101800,453,1391,331,136,1,136,15200,100,15200,4770,40,1.50,10,10,0.1,30,9,999999999,17,0.0000,0,88,0.000,0.0,1.0 +1978,11,5,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,7.20,7.20,100,101800,607,1391,331,193,0,193,21600,0,21600,7120,10,3.10,10,10,0.6,90,9,999999999,17,0.0000,0,88,0.000,0.0,1.0 +1978,11,5,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,7.20,7.20,100,101800,702,1391,331,248,1,248,27800,100,27800,9130,60,3.10,10,10,2.4,120,9,999999999,17,0.0000,0,88,0.000,0.0,1.0 +1978,11,5,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,8.30,6.70,89,101800,733,1391,336,246,1,245,27700,100,27600,9350,30,4.10,10,10,6.4,180,9,999999999,16,0.0000,0,88,0.000,0.0,1.0 +1978,11,5,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,9.40,7.20,86,101700,697,1391,341,228,1,227,25600,100,25600,8620,50,5.20,10,10,11.3,270,9,999999999,17,0.0000,0,88,0.000,0.0,1.0 +1978,11,5,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,11.10,7.80,80,101700,596,1391,292,383,571,135,40300,55700,16400,2680,70,3.60,7,2,12.9,77777,9,999999999,17,0.0000,0,88,0.000,0.0,1.0 +1978,11,5,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,11.10,7.80,80,101800,437,1391,286,251,515,86,25500,45800,11100,1580,50,4.60,8,1,14.5,77777,9,999999999,17,0.0000,0,88,0.000,0.0,1.0 +1978,11,5,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,10.60,7.20,80,101800,232,1391,297,80,121,59,8400,8200,7000,1110,60,3.60,10,3,14.5,77777,9,999999999,17,0.0000,0,88,0.000,0.0,1.0 +1978,11,5,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,9.40,7.20,86,101800,30,730,314,17,0,16,1800,400,1800,380,60,3.60,10,6,11.3,7620,9,999999999,17,0.0000,0,88,0.000,0.0,1.0 +1978,11,5,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,9.40,7.20,86,101800,0,0,322,0,0,0,0,0,0,0,40,3.10,10,7,11.3,270,9,999999999,17,0.0000,0,88,0.000,0.0,1.0 +1978,11,5,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,8.90,7.20,89,101800,0,0,340,0,0,0,0,0,0,0,80,3.60,10,10,11.3,240,9,999999999,17,0.0000,0,88,0.000,0.0,1.0 +1978,11,5,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,9.40,7.20,86,101800,0,0,343,0,0,0,0,0,0,0,20,1.50,10,10,11.3,240,9,999999999,17,0.0000,0,88,0.000,0.0,1.0 +1978,11,5,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,9.40,7.20,86,101800,0,0,343,0,0,0,0,0,0,0,40,2.60,10,10,11.3,210,9,999999999,17,0.0000,0,88,0.000,0.0,1.0 +1978,11,5,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,8.90,7.20,89,101800,0,0,341,0,0,0,0,0,0,0,30,2.10,10,10,11.3,210,9,999999999,17,0.0000,0,88,0.000,0.0,1.0 +1978,11,5,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,8.90,7.20,89,101800,0,0,341,0,0,0,0,0,0,0,10,1.00,10,10,11.3,210,9,999999999,17,0.0000,0,88,0.000,0.0,1.0 +1978,11,5,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,8.90,7.20,89,101800,0,0,341,0,0,0,0,0,0,0,330,2.10,10,10,11.3,210,9,999999999,17,0.0000,0,88,0.000,0.0,1.0 +1978,11,6,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,8.90,7.20,89,101800,0,0,341,0,0,0,0,0,0,0,350,2.60,10,10,11.3,180,9,999999999,17,0.0000,0,88,0.000,0.0,1.0 +1978,11,6,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,8.90,7.20,89,101800,0,0,341,0,0,0,0,0,0,0,360,3.10,10,10,11.3,210,9,999999999,17,0.0000,0,88,0.000,0.0,1.0 +1978,11,6,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,8.90,7.20,89,101800,0,0,341,0,0,0,0,0,0,0,20,2.60,10,10,11.3,210,9,999999999,17,0.0000,0,88,0.000,0.0,1.0 +1978,11,6,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,8.90,6.70,86,101800,0,0,340,0,0,0,0,0,0,0,330,2.10,10,10,11.3,180,9,999999999,16,0.0000,0,88,0.000,0.0,1.0 +1978,11,6,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,8.30,6.70,89,101800,0,0,337,0,0,0,0,0,0,0,250,0.50,10,10,11.3,180,9,999999999,16,0.0000,0,88,0.000,0.0,1.0 +1978,11,6,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,8.30,6.70,89,101800,0,0,337,0,0,0,0,0,0,0,290,3.60,10,10,9.7,210,9,999999999,16,0.0000,0,88,0.000,0.0,1.0 +1978,11,6,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,7.80,6.10,89,101800,38,824,320,10,2,10,1200,0,1200,370,230,1.00,10,8,9.7,210,9,999999999,16,0.0000,0,88,0.000,0.0,1.0 +1978,11,6,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,7.80,6.70,93,101800,246,1392,306,77,118,56,8200,8300,6700,1030,200,2.10,6,6,4.0,180,9,999999999,16,0.0000,0,88,0.000,0.0,1.0 +1978,11,6,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,8.30,6.70,89,101800,447,1392,265,243,483,85,24800,43300,10800,1580,170,1.50,0,0,4.8,77777,9,999999999,16,0.0000,0,88,0.000,0.0,1.0 +1978,11,6,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,9.40,7.20,86,101800,601,1392,270,377,617,108,39000,59300,13300,2150,180,3.60,0,0,6.4,77777,9,999999999,17,0.0000,0,88,0.000,0.0,1.0 +1978,11,6,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,11.70,7.20,74,101700,697,1392,278,460,672,121,48000,66200,14700,2560,170,4.10,0,0,8.0,77777,9,999999999,17,0.0000,0,88,0.000,0.0,1.0 +1978,11,6,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,13.30,7.80,69,101500,727,1392,286,488,687,125,50900,68100,15200,2710,140,3.10,0,0,11.3,77777,9,999999999,17,0.0000,0,88,0.000,0.0,1.0 +1978,11,6,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,13.30,8.90,75,101500,691,1392,289,454,664,120,47200,65300,14600,2530,90,4.10,0,0,11.3,77777,9,999999999,19,0.0000,0,88,0.000,0.0,1.0 +1978,11,6,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,12.80,10.00,83,101400,590,1392,290,367,606,106,37800,58000,13100,2100,90,3.60,0,0,12.9,77777,9,999999999,20,0.0000,0,88,0.000,0.0,1.0 +1978,11,6,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,15.00,10.00,72,101400,432,1392,300,239,492,84,24400,43600,10800,1550,70,1.00,0,0,12.9,77777,9,999999999,20,0.0000,0,88,0.000,0.0,1.0 +1978,11,6,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,17.20,9.40,60,101300,227,1392,323,86,158,59,9000,10600,7200,1110,220,3.60,6,2,14.5,77777,9,999999999,19,0.0000,0,88,0.000,0.0,1.0 +1978,11,6,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,16.10,9.40,65,101300,28,708,305,15,0,14,1600,500,1600,340,200,4.10,3,0,14.5,77777,9,999999999,19,0.0000,0,88,0.000,0.0,1.0 +1978,11,6,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,14.40,9.40,72,101400,0,0,299,0,0,0,0,0,0,0,190,3.10,3,0,12.9,77777,9,999999999,19,0.0000,0,88,0.000,0.0,1.0 +1978,11,6,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,15.60,10.00,70,101300,0,0,307,0,0,0,0,0,0,0,210,4.10,4,0,9.7,77777,9,999999999,20,0.0000,0,88,0.000,0.0,1.0 +1978,11,6,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,14.40,10.00,75,101300,0,0,303,0,0,0,0,0,0,0,240,5.20,0,0,9.7,77777,9,999999999,20,0.0000,0,88,0.000,0.0,1.0 +1978,11,6,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,13.90,9.40,75,101300,0,0,301,0,0,0,0,0,0,0,220,3.60,0,0,9.7,77777,9,999999999,19,0.0000,0,88,0.000,0.0,1.0 +1978,11,6,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,13.30,9.40,78,101300,0,0,299,0,0,0,0,0,0,0,240,4.10,0,0,9.7,77777,9,999999999,19,0.0000,0,88,0.000,0.0,1.0 +1978,11,6,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,13.30,9.40,78,101300,0,0,299,0,0,0,0,0,0,0,230,4.60,0,0,9.7,77777,9,999999999,19,0.0000,0,88,0.000,0.0,1.0 +1978,11,6,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,13.30,9.40,78,101200,0,0,299,0,0,0,0,0,0,0,230,4.10,0,0,11.3,77777,9,999999999,19,0.0000,0,88,0.000,0.0,1.0 +1978,11,7,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,12.80,8.90,77,101200,0,0,296,0,0,0,0,0,0,0,240,4.60,0,0,11.3,77777,9,999999999,18,0.0000,0,88,0.000,0.0,1.0 +1978,11,7,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,12.80,8.90,77,101200,0,0,295,0,0,0,0,0,0,0,240,5.20,0,0,11.3,77777,9,999999999,18,0.0000,0,88,0.000,0.0,1.0 +1978,11,7,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,12.80,8.90,77,101200,0,0,295,0,0,0,0,0,0,0,240,4.60,2,0,11.3,77777,9,999999999,18,0.0000,0,88,0.000,0.0,1.0 +1978,11,7,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,12.80,8.30,75,101200,0,0,292,0,0,0,0,0,0,0,250,5.70,2,0,11.3,77777,9,999999999,18,0.0000,0,88,0.000,0.0,1.0 +1978,11,7,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,12.20,8.30,77,101200,0,0,288,0,0,0,0,0,0,0,240,4.60,2,0,11.3,77777,9,999999999,18,0.0000,0,88,0.000,0.0,1.0 +1978,11,7,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,11.10,7.80,80,101300,0,0,289,0,0,0,0,0,0,0,230,4.10,6,1,9.7,77777,9,999999999,17,0.0000,0,88,0.000,0.0,1.0 +1978,11,7,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,11.10,7.80,80,101300,35,778,287,20,65,14,1800,2200,1700,240,270,2.10,6,1,8.0,77777,9,999999999,17,0.0000,0,88,0.000,0.0,1.0 +1978,11,7,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,12.20,7.80,75,101400,240,1393,305,109,241,66,11000,16800,8100,1220,300,3.60,10,3,6.4,77777,9,999999999,17,0.0000,0,88,0.000,0.0,1.0 +1978,11,7,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,13.30,7.20,67,101400,441,1393,300,258,458,111,26700,41200,13600,2100,320,3.60,10,2,8.0,77777,9,999999999,17,0.0000,0,88,0.000,0.0,1.0 +1978,11,7,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,14.40,7.20,62,101500,595,1393,328,385,574,137,40500,55900,16500,2720,360,3.10,10,5,8.0,77777,9,999999999,17,0.0000,0,88,0.000,0.0,1.0 +1978,11,7,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,15.00,8.30,65,101400,691,1393,332,340,200,239,36600,20400,26500,5940,20,4.10,10,5,9.7,77777,9,999999999,18,0.0000,0,88,0.000,0.0,1.0 +1978,11,7,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,13.90,8.90,72,101500,722,1393,365,215,5,213,24500,400,24300,8470,60,5.20,10,10,11.3,1070,9,999999999,19,0.0000,0,88,0.000,0.0,1.0 +1978,11,7,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,13.30,7.80,69,101400,685,1393,361,236,11,230,26400,1000,25900,8580,70,5.20,10,10,16.1,910,9,999999999,17,0.0000,0,88,0.000,0.0,1.0 +1978,11,7,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,13.30,7.20,67,101400,585,1393,361,144,10,139,16400,700,16100,5590,60,4.60,10,10,16.1,790,9,999999999,17,0.0000,0,88,0.000,0.0,1.0 +1978,11,7,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,12.20,7.20,72,101400,426,1393,355,128,6,127,14300,400,14200,4410,50,5.70,10,10,16.1,820,9,999999999,17,0.0000,0,88,0.000,0.0,1.0 +1978,11,7,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,11.70,7.20,74,101400,222,1393,353,42,0,42,4800,0,4800,1520,60,4.60,10,10,16.1,790,9,999999999,17,0.0000,0,88,0.000,0.0,1.0 +1978,11,7,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,11.10,7.20,77,101500,26,662,350,14,0,14,0,0,0,0,80,4.10,10,10,16.1,790,9,999999999,17,0.0000,0,88,0.000,0.0,1.0 +1978,11,7,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,11.10,6.10,72,101600,0,0,350,0,0,0,0,0,0,0,60,4.10,10,10,16.1,820,9,999999999,16,0.0000,0,88,0.000,0.0,1.0 +1978,11,7,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,11.10,6.70,74,101600,0,0,351,0,0,0,0,0,0,0,60,4.60,10,10,12.9,880,9,999999999,16,0.0000,0,88,0.000,0.5,1.0 +1978,11,7,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,10.00,6.70,80,101600,0,0,346,0,0,0,0,0,0,0,60,4.10,10,10,12.9,790,9,999999999,16,0.0000,0,88,0.000,0.5,1.0 +1978,11,7,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,9.40,6.70,83,101700,0,0,343,0,0,0,0,0,0,0,30,3.10,10,10,12.9,820,9,999999999,16,0.0000,0,88,0.000,0.5,1.0 +1978,11,7,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,8.90,7.20,89,101600,0,0,341,0,0,0,0,0,0,0,50,4.60,10,10,16.1,820,9,999999999,17,0.0000,0,88,0.000,0.0,1.0 +1978,11,7,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,8.90,7.20,89,101600,0,0,341,0,0,0,0,0,0,0,50,6.20,10,10,16.1,820,9,999999999,17,0.0000,0,88,0.000,0.0,1.0 +1978,11,7,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,8.90,7.20,89,101600,0,0,341,0,0,0,0,0,0,0,40,4.10,10,10,16.1,310,9,999999999,17,0.0000,0,88,0.000,0.3,1.0 +1978,11,8,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,8.90,7.20,89,101600,0,0,341,0,0,0,0,0,0,0,50,5.70,10,10,16.1,370,9,999999999,17,0.0000,0,88,0.000,0.0,1.0 +1978,11,8,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,8.30,6.70,89,101600,0,0,338,0,0,0,0,0,0,0,40,5.70,10,10,16.1,310,9,999999999,16,0.0000,0,88,0.000,0.0,1.0 +1978,11,8,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,8.30,6.70,89,101700,0,0,338,0,0,0,0,0,0,0,40,6.20,10,10,19.3,400,9,999999999,16,0.0000,0,88,0.000,0.0,1.0 +1978,11,8,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,8.30,6.10,86,101700,0,0,337,0,0,0,0,0,0,0,10,4.60,10,10,19.3,310,9,999999999,16,0.0000,0,88,0.000,0.3,1.0 +1978,11,8,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,7.20,6.10,93,101700,0,0,332,0,0,0,0,0,0,0,360,4.60,10,10,6.4,150,9,999999999,16,0.0000,0,88,0.000,0.0,1.0 +1978,11,8,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,6.70,5.60,93,101800,0,0,329,0,0,0,0,0,0,0,10,4.10,10,10,6.4,180,9,999999999,15,0.0000,0,88,0.000,0.0,1.0 +1978,11,8,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,6.70,5.60,93,101800,33,755,328,10,0,10,1200,0,1200,360,10,4.60,10,10,6.4,150,9,999999999,15,0.0000,0,88,0.000,0.0,1.0 +1978,11,8,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,6.70,6.10,96,101800,235,1393,328,41,2,41,4700,0,4700,1520,10,4.60,10,10,6.4,210,9,999999999,16,0.0000,0,88,0.000,0.0,1.0 +1978,11,8,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,7.20,6.10,93,101900,436,1393,331,87,1,87,10000,100,10000,3430,360,5.70,10,10,6.4,340,9,999999999,16,0.0000,0,88,0.000,0.0,1.0 +1978,11,8,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,7.20,5.60,89,101900,589,1393,330,213,1,213,23600,100,23600,7360,10,4.60,10,10,8.0,490,9,999999999,15,0.0000,0,88,0.000,0.0,1.0 +1978,11,8,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,7.20,5.60,89,101900,685,1393,330,228,1,228,25700,100,25600,8530,20,4.60,10,10,11.3,490,9,999999999,15,0.0000,0,88,0.000,0.0,1.0 +1978,11,8,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,7.20,6.10,93,101900,716,1393,330,253,0,253,28300,0,28300,9350,10,4.10,10,10,11.3,490,9,999999999,16,0.0000,0,88,0.000,0.0,1.0 +1978,11,8,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,7.80,6.10,89,101800,680,1393,333,248,2,247,27600,200,27500,8880,30,4.10,10,10,12.9,430,9,999999999,16,0.0000,0,88,0.000,0.0,1.0 +1978,11,8,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,7.80,6.70,93,101800,579,1393,334,191,1,190,21200,100,21200,6830,50,5.70,10,10,16.1,430,9,999999999,16,0.0000,0,88,0.000,0.0,1.0 +1978,11,8,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,8.30,5.60,83,101700,421,1393,336,136,0,136,15000,0,15000,4550,40,6.20,10,10,16.1,520,9,999999999,15,0.0000,0,88,0.000,0.0,1.0 +1978,11,8,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,8.30,5.60,83,101800,217,1393,336,63,0,63,6900,0,6900,2000,40,4.60,10,10,16.1,610,9,999999999,15,0.0000,0,88,0.000,0.0,1.0 +1978,11,8,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,8.30,5.00,80,101800,24,639,336,13,0,13,0,0,0,0,20,2.60,10,10,16.1,610,9,999999999,15,0.0000,0,88,0.000,0.0,1.0 +1978,11,8,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,8.30,5.60,83,101700,0,0,336,0,0,0,0,0,0,0,20,3.60,10,10,16.1,340,9,999999999,15,0.0000,0,88,0.000,0.0,1.0 +1978,11,8,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,7.80,5.00,83,101800,0,0,327,0,0,0,0,0,0,0,10,3.10,9,9,19.3,370,9,999999999,15,0.0000,0,88,0.000,0.0,1.0 +1978,11,8,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,7.80,5.00,83,101700,0,0,334,0,0,0,0,0,0,0,360,4.10,10,10,19.3,490,9,999999999,15,0.0000,0,88,0.000,0.0,1.0 +1978,11,8,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,7.80,5.00,83,101700,0,0,334,0,0,0,0,0,0,0,360,4.10,10,10,19.3,520,9,999999999,15,0.0000,0,88,0.000,0.0,1.0 +1978,11,8,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,7.20,5.00,86,101700,0,0,332,0,0,0,0,0,0,0,360,2.60,10,10,19.3,490,9,999999999,15,0.0000,0,88,0.000,0.0,1.0 +1978,11,8,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,7.80,5.00,83,101600,0,0,335,0,0,0,0,0,0,0,340,3.60,10,10,19.3,490,9,999999999,15,0.0000,0,88,0.000,0.0,1.0 +1978,11,8,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,7.20,4.40,83,101500,0,0,325,0,0,0,0,0,0,0,10,2.10,10,9,19.3,520,9,999999999,14,0.0000,0,88,0.000,0.0,1.0 +1978,11,9,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,7.20,4.40,83,101500,0,0,325,0,0,0,0,0,0,0,320,2.10,10,9,19.3,550,9,999999999,14,0.0000,0,88,0.000,0.0,1.0 +1978,11,9,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,7.20,4.40,83,101500,0,0,324,0,0,0,0,0,0,0,320,2.10,10,9,19.3,490,9,999999999,14,0.0000,0,88,0.000,0.0,1.0 +1978,11,9,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,6.70,3.30,80,101500,0,0,265,0,0,0,0,0,0,0,290,2.60,1,1,19.3,77777,9,999999999,13,0.0000,0,88,0.000,0.0,1.0 +1978,11,9,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,5.60,3.30,86,101500,0,0,302,0,0,0,0,0,0,0,240,4.10,7,7,19.3,430,9,999999999,13,0.0000,0,88,0.000,0.0,1.0 +1978,11,9,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,6.10,3.30,83,101500,0,0,268,0,0,0,0,0,0,0,260,3.10,3,2,19.3,77777,9,999999999,13,0.0000,0,88,0.000,0.0,1.0 +1978,11,9,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,5.60,3.30,86,101500,0,0,258,0,0,0,0,0,0,0,230,3.60,6,1,24.1,77777,9,999999999,13,0.0000,0,88,0.000,0.0,1.0 +1978,11,9,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,5.60,3.30,86,101500,30,732,257,13,0,11,1300,700,1300,230,230,3.60,6,1,16.1,77777,9,999999999,13,0.0000,0,88,0.000,0.0,1.0 +1978,11,9,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,6.10,4.40,89,101500,229,1394,252,104,318,51,10800,21700,7200,920,240,5.20,3,0,11.3,77777,9,999999999,14,0.0000,0,88,0.000,0.0,1.0 +1978,11,9,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,7.80,4.40,80,101500,430,1394,258,251,491,98,26300,43900,12700,1830,240,6.20,8,0,11.3,77777,9,999999999,14,0.0000,0,88,0.000,0.0,1.0 +1978,11,9,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,9.40,3.90,69,101400,584,1394,262,380,643,108,39200,61300,13400,2120,260,5.70,5,0,12.9,77777,9,999999999,14,0.0000,0,88,0.000,0.0,1.0 +1978,11,9,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,12.20,3.30,55,101400,679,1394,270,469,675,136,48200,65700,16100,2780,270,5.70,7,0,12.9,77777,9,999999999,13,0.0000,0,88,0.000,0.0,1.0 +1978,11,9,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,13.90,2.80,47,101300,710,1394,276,500,685,147,51400,67000,17100,3040,260,5.20,7,0,16.1,77777,9,999999999,13,0.0000,0,88,0.000,0.0,1.0 +1978,11,9,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,15.60,2.20,41,101200,674,1394,281,462,716,112,48200,70300,14100,2350,250,5.20,3,0,19.3,77777,9,999999999,12,0.0000,0,88,0.000,0.0,1.0 +1978,11,9,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,16.70,0.60,34,101200,574,1394,282,374,671,94,38800,64200,12300,1880,270,6.20,2,0,24.1,77777,9,999999999,11,0.0000,0,88,0.000,0.0,1.0 +1978,11,9,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,17.20,0.00,31,101200,416,1394,283,243,575,68,25000,50900,9700,1290,270,7.20,0,0,24.1,77777,9,999999999,11,0.0000,0,88,0.000,0.0,1.0 +1978,11,9,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,16.70,1.70,37,101200,212,1394,286,96,327,44,9500,22100,6200,770,270,5.20,0,0,24.1,77777,9,999999999,12,0.0000,0,88,0.000,0.0,1.0 +1978,11,9,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,15.00,1.10,39,101300,22,616,280,13,0,11,0,0,0,0,260,6.70,0,0,24.1,77777,9,999999999,12,0.0000,0,88,0.000,0.0,1.0 +1978,11,9,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,13.30,1.70,45,101400,0,0,276,0,0,0,0,0,0,0,240,2.60,0,0,24.1,77777,9,999999999,12,0.0000,0,88,0.000,0.0,1.0 +1978,11,9,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,13.30,1.70,45,101400,0,0,277,0,0,0,0,0,0,0,250,4.60,0,0,24.1,77777,9,999999999,12,0.0000,0,88,0.000,0.0,1.0 +1978,11,9,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,13.30,1.10,44,101500,0,0,277,0,0,0,0,0,0,0,260,5.20,0,0,24.1,77777,9,999999999,12,0.0000,0,88,0.000,0.0,1.0 +1978,11,9,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,13.30,1.10,44,101500,0,0,278,0,0,0,0,0,0,0,300,4.60,0,0,24.1,77777,9,999999999,12,0.0000,0,88,0.000,0.0,1.0 +1978,11,9,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,12.20,1.10,47,101600,0,0,275,0,0,0,0,0,0,0,300,3.60,0,0,24.1,77777,9,999999999,12,0.0000,0,88,0.000,0.0,1.0 +1978,11,9,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,12.20,1.70,49,101700,0,0,276,0,0,0,0,0,0,0,280,2.60,0,0,24.1,77777,9,999999999,12,0.0000,0,88,0.000,0.0,1.0 +1978,11,9,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,10.00,1.10,54,101800,0,0,267,0,0,0,0,0,0,0,280,1.50,0,0,24.1,77777,9,999999999,12,0.0000,0,88,0.000,0.0,1.0 +1978,11,10,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,10.60,1.70,54,101800,0,0,270,0,0,0,0,0,0,0,320,3.10,2,0,24.1,77777,9,999999999,12,0.0000,0,88,0.000,0.0,1.0 +1978,11,10,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,9.40,1.70,59,101800,0,0,265,0,0,0,0,0,0,0,340,2.10,1,0,24.1,77777,9,999999999,12,0.0000,0,88,0.000,0.0,1.0 +1978,11,10,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,9.40,2.20,61,101800,0,0,266,0,0,0,0,0,0,0,310,3.60,0,0,24.1,77777,9,999999999,12,0.0000,0,88,0.000,0.0,1.0 +1978,11,10,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,8.30,1.70,63,102000,0,0,260,0,0,0,0,0,0,0,330,3.60,0,0,24.1,77777,9,999999999,12,0.0000,0,88,0.000,0.0,1.0 +1978,11,10,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,8.30,1.70,63,102100,0,0,259,0,0,0,0,0,0,0,350,3.60,0,0,24.1,77777,9,999999999,12,0.0000,0,88,0.000,0.0,1.0 +1978,11,10,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,8.30,1.70,63,102100,0,0,265,0,0,0,0,0,0,0,350,2.60,1,1,24.1,77777,9,999999999,12,0.0000,0,88,0.000,0.0,1.0 +1978,11,10,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,8.30,1.70,63,102200,28,709,295,13,0,12,1400,500,1400,250,350,1.50,6,5,24.1,3050,9,999999999,12,0.0000,0,88,0.000,0.0,1.0 +1978,11,10,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,10.00,3.30,64,102400,224,1395,319,82,40,76,9000,3100,8500,1730,30,2.60,9,7,24.1,3050,9,999999999,13,0.0000,0,88,0.000,0.0,1.0 +1978,11,10,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,11.70,6.10,69,102400,425,1395,299,191,317,94,20100,28200,11500,1750,30,3.60,4,3,16.1,77777,9,999999999,16,0.0000,0,88,0.000,0.0,1.0 +1978,11,10,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,12.80,7.20,69,102500,578,1395,298,293,486,89,30600,46700,11200,1800,70,4.10,4,2,16.1,77777,9,999999999,17,0.0000,0,88,0.000,0.0,1.0 +1978,11,10,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,13.30,7.80,69,102500,674,1395,301,447,710,101,47000,70000,13100,2150,70,5.20,3,2,16.1,77777,9,999999999,17,0.0000,0,88,0.000,0.0,1.0 +1978,11,10,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,13.30,7.80,69,102500,705,1395,286,500,841,71,52000,82000,10400,1560,70,4.10,2,0,16.1,77777,9,999999999,17,0.0000,0,88,0.000,0.0,1.0 +1978,11,10,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,13.30,8.30,72,102500,669,1395,287,470,831,67,48900,80600,10100,1480,80,5.20,2,0,16.1,77777,9,999999999,18,0.0000,0,88,0.000,0.0,1.0 +1978,11,10,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,13.30,8.30,72,102600,569,1395,288,386,796,56,40100,75600,9200,1270,80,5.20,1,0,16.1,77777,9,999999999,18,0.0000,0,88,0.000,0.0,1.0 +1978,11,10,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,12.80,7.80,72,102600,411,1395,285,256,703,44,26600,63100,7900,940,80,6.20,1,0,16.1,77777,9,999999999,18,0.0000,0,88,0.000,0.0,1.0 +1978,11,10,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,11.70,8.30,80,102700,208,1395,283,107,506,29,10700,36400,5200,570,80,5.20,0,0,16.1,77777,9,999999999,18,0.0000,0,88,0.000,0.0,1.0 +1978,11,10,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,10.60,8.30,86,102700,20,593,280,17,0,9,0,0,0,0,80,4.60,0,0,12.9,77777,9,999999999,18,0.0000,0,88,0.000,0.0,1.0 +1978,11,10,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,10.00,8.30,89,102800,0,0,279,0,0,0,0,0,0,0,90,5.20,0,0,11.3,77777,9,999999999,18,0.0000,0,88,0.000,0.0,1.0 +1978,11,10,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,10.00,8.90,93,102900,0,0,282,0,0,0,0,0,0,0,80,4.10,0,0,11.3,77777,9,999999999,19,0.0000,0,88,0.000,0.0,1.0 +1978,11,10,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,10.00,8.90,93,102900,0,0,302,0,0,0,0,0,0,0,80,3.60,5,3,11.3,77777,9,999999999,19,0.0000,0,88,0.000,0.0,1.0 +1978,11,10,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,10.00,8.30,89,102900,0,0,308,0,0,0,0,0,0,0,80,3.60,9,4,11.3,77777,9,999999999,18,0.0000,0,88,0.000,0.0,1.0 +1978,11,10,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,9.40,8.30,93,102900,0,0,306,0,0,0,0,0,0,0,90,3.60,9,4,11.3,77777,9,999999999,18,0.0000,0,88,0.000,0.0,1.0 +1978,11,10,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,9.40,8.30,93,102900,0,0,332,0,0,0,0,0,0,0,100,3.60,10,8,11.3,210,9,999999999,18,0.0000,0,88,0.000,0.0,1.0 +1978,11,10,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,10.00,8.30,89,102900,0,0,334,0,0,0,0,0,0,0,110,4.10,8,8,12.9,310,9,999999999,18,0.0000,0,88,0.000,0.0,1.0 +1978,11,11,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,10.00,8.30,89,102800,0,0,347,0,0,0,0,0,0,0,120,4.10,10,10,12.9,310,9,999999999,18,0.0000,0,88,0.000,0.0,1.0 +1978,11,11,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,10.00,8.30,89,102800,0,0,347,0,0,0,0,0,0,0,110,3.60,10,10,12.9,430,9,999999999,18,0.0000,0,88,0.000,0.0,1.0 +1978,11,11,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,10.00,8.30,89,102700,0,0,347,0,0,0,0,0,0,0,120,2.10,10,10,12.9,240,9,999999999,18,0.0000,0,88,0.000,0.0,1.0 +1978,11,11,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,10.00,8.30,89,102700,0,0,333,0,0,0,0,0,0,0,40,2.10,8,8,14.5,490,9,999999999,18,0.0000,0,88,0.000,0.0,1.0 +1978,11,11,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,9.40,8.30,93,102700,0,0,330,0,0,0,0,0,0,0,10,1.50,8,8,12.9,430,9,999999999,18,0.0000,0,88,0.000,0.0,1.0 +1978,11,11,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,8.90,8.30,96,102700,0,0,341,0,0,0,0,0,0,0,50,1.50,10,10,11.3,460,9,999999999,18,0.0000,0,88,0.000,0.0,1.0 +1978,11,11,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,9.40,8.90,96,102700,25,663,343,12,0,12,0,0,0,0,50,1.50,10,10,12.9,460,9,999999999,19,0.0000,0,88,0.000,0.0,1.0 +1978,11,11,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,10.00,9.40,96,102700,219,1395,346,44,6,43,5000,100,5000,1540,10,1.50,10,10,8.0,370,9,999999999,19,0.0000,0,88,0.000,0.0,1.0 +1978,11,11,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,10.00,9.40,96,102600,419,1395,346,77,2,76,8900,100,8800,3030,90,1.50,10,10,8.0,270,9,999999999,19,0.0000,0,88,0.000,0.0,1.0 +1978,11,11,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,11.10,10.00,93,102600,573,1395,351,156,3,154,17600,200,17500,5930,50,2.10,10,10,8.0,270,9,999999999,20,0.0000,0,88,0.000,0.0,1.0 +1978,11,11,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,11.10,10.00,93,102500,668,1395,351,158,0,158,18200,0,18200,6570,80,1.50,10,10,8.0,270,9,999999999,20,0.0000,0,88,0.000,0.0,1.0 +1978,11,11,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,12.20,10.00,86,102400,699,1395,350,285,144,212,31000,14800,23600,5290,130,2.60,10,9,8.0,1250,9,999999999,20,0.0000,0,88,0.000,0.0,1.0 +1978,11,11,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,12.20,10.00,86,102200,664,1395,322,389,446,175,40600,44300,19400,3650,130,2.60,8,5,9.7,7620,9,999999999,20,0.0000,0,88,0.000,0.0,1.0 +1978,11,11,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,12.20,10.00,86,102100,564,1395,322,269,307,143,28700,30500,16400,2950,130,2.60,8,5,9.7,7620,9,999999999,20,0.0000,0,88,0.000,0.0,1.0 +1978,11,11,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,12.20,10.00,86,102100,406,1395,309,211,352,107,21700,30800,12700,2020,120,2.10,7,3,9.7,77777,9,999999999,20,0.0000,0,88,0.000,0.0,1.0 +1978,11,11,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,11.70,10.00,90,102000,203,1395,314,76,121,58,7900,7500,6800,1110,120,2.10,9,4,9.7,77777,9,999999999,20,0.0000,0,88,0.000,0.0,1.0 +1978,11,11,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,10.00,8.90,93,102000,18,570,292,10,0,9,0,0,0,0,110,1.50,7,2,9.7,77777,9,999999999,19,0.0000,0,88,0.000,0.0,1.0 +1978,11,11,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,9.40,8.90,96,101900,0,0,284,0,0,0,0,0,0,0,170,2.60,5,1,11.3,77777,9,999999999,18,0.0000,0,88,0.000,0.0,1.0 +1978,11,11,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,9.40,8.90,96,101900,0,0,286,0,0,0,0,0,0,0,200,0.50,7,1,11.3,77777,9,999999999,18,0.0000,0,88,0.000,0.0,1.0 +1978,11,11,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,9.40,8.90,96,101900,0,0,293,0,0,0,0,0,0,0,220,3.10,8,2,11.3,77777,9,999999999,18,0.0000,0,88,0.000,0.0,1.0 +1978,11,11,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,10.00,8.90,93,101900,0,0,296,0,0,0,0,0,0,0,290,3.60,10,2,12.9,77777,9,999999999,19,0.0000,0,88,0.000,0.0,1.0 +1978,11,11,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,10.60,7.80,83,101900,0,0,297,0,0,0,0,0,0,0,290,4.10,7,2,12.9,77777,9,999999999,17,0.0000,0,88,0.000,0.0,1.0 +1978,11,11,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,11.10,7.20,77,101900,0,0,298,0,0,0,0,0,0,0,300,4.10,10,2,16.1,77777,9,999999999,17,0.0000,0,88,0.000,0.0,1.0 +1978,11,11,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,10.60,6.70,77,101800,0,0,289,0,0,0,0,0,0,0,300,4.60,6,1,12.9,77777,9,999999999,16,0.0000,0,88,0.000,0.0,1.0 +1978,11,12,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,10.60,6.10,74,101900,0,0,287,0,0,0,0,0,0,0,300,4.10,4,1,14.5,77777,9,999999999,16,0.0000,0,88,0.000,0.0,1.0 +1978,11,12,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,10.60,5.60,71,101900,0,0,300,0,0,0,0,0,0,0,310,5.70,9,3,16.1,77777,9,999999999,15,0.0000,0,88,0.000,0.0,1.0 +1978,11,12,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,10.60,4.40,66,101900,0,0,297,0,0,0,0,0,0,0,310,5.70,8,3,19.3,77777,9,999999999,14,0.0000,0,88,0.000,0.0,1.0 +1978,11,12,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,10.60,4.40,66,102000,0,0,318,0,0,0,0,0,0,0,330,6.70,10,6,20.9,7620,9,999999999,14,0.0000,0,88,0.000,0.0,1.0 +1978,11,12,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,10.00,3.90,66,102100,0,0,299,0,0,0,0,0,0,0,340,6.20,9,4,24.1,77777,9,999999999,14,0.0000,0,88,0.000,0.0,1.0 +1978,11,12,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,9.40,2.80,63,102200,0,0,310,0,0,0,0,0,0,0,340,6.70,10,6,24.1,7620,9,999999999,13,0.0000,0,88,0.000,0.0,1.0 +1978,11,12,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,8.30,1.10,61,102300,23,640,334,3,0,3,0,0,0,0,350,6.70,10,10,20.9,790,9,999999999,12,0.0000,0,88,0.000,0.0,1.0 +1978,11,12,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,8.30,1.10,61,102500,213,1396,334,43,2,42,4800,0,4800,1500,10,5.20,10,10,24.1,790,9,999999999,12,0.0000,0,88,0.000,0.0,1.0 +1978,11,12,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,7.80,0.00,58,102600,414,1396,331,104,12,100,11700,700,11500,3710,40,5.20,10,10,24.1,1160,9,999999999,11,0.0000,0,88,0.000,0.0,1.0 +1978,11,12,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,7.20,-0.60,58,102700,567,1396,328,152,9,148,17200,700,16900,5740,20,7.20,10,10,24.1,1160,9,999999999,11,0.0000,0,88,0.000,0.0,1.0 +1978,11,12,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,7.20,-1.10,56,102700,663,1396,327,206,4,204,23200,300,23100,7790,30,7.20,10,10,24.1,1310,9,999999999,10,0.0000,0,88,0.000,0.0,1.0 +1978,11,12,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,6.10,-0.60,63,102700,694,1396,322,202,8,198,23000,700,22600,7860,60,6.70,10,10,24.1,1010,9,999999999,11,0.0000,0,88,0.000,0.0,1.0 +1978,11,12,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,6.10,-1.10,60,102700,658,1396,289,318,253,198,33900,25900,21600,4410,50,7.70,6,6,24.1,1070,9,999999999,10,0.0000,0,88,0.000,0.0,1.0 +1978,11,12,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,6.10,-1.10,60,102700,559,1396,306,212,115,165,23000,11300,18400,3870,80,8.20,8,8,24.1,1010,9,999999999,10,0.0000,0,88,0.000,0.0,1.0 +1978,11,12,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,5.60,-2.80,55,102800,402,1396,261,167,203,108,17700,18000,12500,2140,70,7.20,3,3,24.1,77777,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1978,11,12,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,5.60,-2.20,58,102800,199,1396,279,64,140,43,6700,8600,5500,780,80,6.70,5,5,24.1,77777,9,999999999,10,0.0000,0,88,0.000,0.0,1.0 +1978,11,12,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,5.00,-2.80,58,102800,17,547,269,8,0,7,0,0,0,0,70,5.70,5,4,24.1,77777,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1978,11,12,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,4.40,-3.30,57,102900,0,0,242,0,0,0,0,0,0,0,60,5.20,6,1,24.1,77777,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1978,11,12,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,4.40,-2.80,60,102900,0,0,244,0,0,0,0,0,0,0,80,5.20,6,1,24.1,77777,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1978,11,12,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,4.40,-2.80,60,102900,0,0,245,0,0,0,0,0,0,0,60,5.20,6,1,24.1,77777,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1978,11,12,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,4.40,-3.90,55,103000,0,0,244,0,0,0,0,0,0,0,50,5.20,4,1,24.1,77777,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1978,11,12,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,4.40,-3.90,55,103000,0,0,237,0,0,0,0,0,0,0,60,3.60,2,0,24.1,77777,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1978,11,12,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,2.80,-3.30,65,103000,0,0,241,0,0,0,0,0,0,0,10,3.10,1,1,24.1,77777,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1978,11,12,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,2.20,-3.90,64,103100,0,0,260,0,0,0,0,0,0,0,350,4.10,4,4,24.1,77777,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1978,11,13,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,1.10,-4.40,67,103100,0,0,241,0,0,0,0,0,0,0,350,4.60,2,2,24.1,77777,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1978,11,13,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,1.10,-4.40,67,103100,0,0,225,0,0,0,0,0,0,0,350,4.10,0,0,24.1,77777,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1978,11,13,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,0.00,-5.00,69,103100,0,0,235,0,0,0,0,0,0,0,350,4.10,3,2,24.1,77777,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1978,11,13,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,0.00,-4.40,72,103100,0,0,250,0,0,0,0,0,0,0,340,3.60,5,4,24.1,77777,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1978,11,13,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,0.00,-4.40,72,103200,0,0,242,0,0,0,0,0,0,0,340,4.10,4,3,24.1,77777,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1978,11,13,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,0.00,-4.40,72,103200,0,0,264,0,0,0,0,0,0,0,340,4.10,6,6,24.1,1070,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1978,11,13,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,0.00,-4.40,72,103300,21,617,248,4,0,3,0,0,0,0,340,3.60,5,4,20.9,77777,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1978,11,13,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,0.60,-3.90,72,103300,208,1397,258,60,98,45,6400,6200,5400,810,340,4.10,5,5,20.9,77777,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1978,11,13,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,1.10,-3.90,70,103300,408,1397,267,148,100,119,16100,9000,13500,2650,360,3.60,6,6,20.9,1070,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1978,11,13,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,3.90,-2.20,65,103300,562,1397,312,110,5,108,12800,300,12700,4520,30,4.10,10,10,20.9,1070,9,999999999,10,0.0000,0,88,0.000,0.0,1.0 +1978,11,13,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,5.60,-2.20,58,103300,657,1397,319,209,7,205,23500,600,23200,7770,90,4.60,10,10,24.1,1010,9,999999999,10,0.0000,0,88,0.000,0.0,1.0 +1978,11,13,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,5.60,-2.20,58,103300,688,1397,319,160,16,152,18600,1200,18000,6480,100,4.10,10,10,24.1,1010,9,999999999,10,0.0000,0,88,0.000,0.0,1.0 +1978,11,13,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,5.60,-2.80,55,103200,653,1397,319,192,7,188,21700,600,21400,7320,130,4.10,10,10,24.1,940,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1978,11,13,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,5.60,-2.80,55,103200,554,1397,319,123,4,121,14100,300,14000,4900,120,4.10,10,10,24.1,1010,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1978,11,13,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,5.60,-2.20,58,103200,397,1397,311,97,29,88,10600,2600,9800,2400,120,4.60,9,9,24.1,1070,9,999999999,10,0.0000,0,88,0.000,0.0,1.0 +1978,11,13,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,5.60,-2.20,58,103100,195,1397,271,63,108,47,6600,6600,5700,870,130,4.10,5,4,24.1,77777,9,999999999,10,0.0000,0,88,0.000,0.0,1.0 +1978,11,13,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,4.40,-2.20,62,103100,15,524,243,9,0,8,0,0,0,0,140,5.70,6,1,24.1,77777,9,999999999,10,0.0000,0,88,0.000,0.0,1.0 +1978,11,13,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,4.40,-2.20,62,103100,0,0,252,0,0,0,0,0,0,0,150,5.70,10,2,24.1,77777,9,999999999,10,0.0000,0,88,0.000,0.0,1.0 +1978,11,13,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,4.40,-1.70,65,103100,0,0,254,0,0,0,0,0,0,0,150,6.20,10,2,24.1,77777,9,999999999,10,0.0000,0,88,0.000,0.0,1.0 +1978,11,13,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,4.40,-1.10,68,103000,0,0,256,0,0,0,0,0,0,0,150,6.70,10,2,24.1,77777,9,999999999,10,0.0000,0,88,0.000,0.0,1.0 +1978,11,13,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,4.40,-0.60,70,103000,0,0,294,0,0,0,0,0,0,0,180,3.60,10,7,24.1,1400,9,999999999,11,0.0000,0,88,0.000,0.0,1.0 +1978,11,13,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,5.00,-0.60,68,103000,0,0,319,0,0,0,0,0,0,0,170,4.60,10,10,24.1,1490,9,999999999,11,0.0000,0,88,0.000,0.0,1.0 +1978,11,13,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,5.60,0.60,71,102900,0,0,322,0,0,0,0,0,0,0,170,5.70,10,10,24.1,1490,9,999999999,11,0.0000,0,88,0.000,0.0,1.0 +1978,11,13,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,5.60,0.60,71,102900,0,0,322,0,0,0,0,0,0,0,180,4.10,10,10,24.1,1400,9,999999999,11,0.0000,0,88,0.000,0.0,1.0 +1978,11,14,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,5.60,1.10,73,102800,0,0,323,0,0,0,0,0,0,0,170,6.20,10,10,24.1,1400,9,999999999,12,0.0000,0,88,0.000,0.0,1.0 +1978,11,14,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,5.60,1.10,73,102800,0,0,322,0,0,0,0,0,0,0,170,4.10,10,10,20.9,1400,9,999999999,12,0.0000,0,88,0.000,0.0,1.0 +1978,11,14,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,6.10,2.20,76,102700,0,0,325,0,0,0,0,0,0,0,170,5.20,10,10,20.9,1520,9,999999999,12,0.0000,0,88,0.000,0.0,1.0 +1978,11,14,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,6.70,2.80,76,102600,0,0,328,0,0,0,0,0,0,0,170,4.10,10,10,20.9,1520,9,999999999,13,0.0000,0,88,0.000,0.0,1.0 +1978,11,14,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,6.70,3.30,80,102500,0,0,328,0,0,0,0,0,0,0,180,4.60,10,10,19.3,610,9,999999999,13,0.0000,0,88,0.000,0.0,1.0 +1978,11,14,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,7.20,3.90,80,102500,0,0,330,0,0,0,0,0,0,0,180,5.20,10,10,19.3,580,9,999999999,14,0.0000,0,88,0.000,0.0,1.0 +1978,11,14,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,7.80,6.10,89,102400,19,594,292,7,0,6,0,0,0,0,180,6.20,7,4,20.9,7620,9,999999999,16,0.0000,0,88,0.000,0.0,1.0 +1978,11,14,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,8.90,7.20,89,102400,203,1397,326,44,54,36,4900,3700,4400,760,190,5.70,10,8,19.3,730,9,999999999,17,0.0000,0,88,0.000,0.0,1.0 +1978,11,14,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,11.70,8.90,83,102300,403,1397,347,114,11,110,12700,700,12500,3900,190,7.20,10,9,19.3,1520,9,999999999,19,0.0000,0,88,0.000,0.0,1.0 +1978,11,14,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,13.90,10.00,78,102200,556,1397,323,292,313,166,30900,30900,18500,3530,200,10.30,10,4,19.3,77777,9,999999999,20,0.0000,0,88,0.000,0.0,1.0 +1978,11,14,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,15.60,11.10,75,102100,652,1397,368,208,57,182,22900,5600,20300,5410,190,9.80,10,9,19.3,1520,9,999999999,21,0.0000,0,88,0.000,0.0,1.0 +1978,11,14,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,16.70,11.10,70,102000,683,1397,330,414,515,160,43700,51400,18500,3340,220,10.80,9,3,19.3,77777,9,999999999,21,0.0000,0,88,0.000,0.0,1.0 +1978,11,14,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,17.80,10.00,61,101900,648,1397,333,359,433,156,37700,42800,17800,3190,230,10.30,9,3,11.3,77777,9,999999999,20,0.0000,0,88,0.000,0.0,1.0 +1978,11,14,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,18.30,10.00,59,101800,549,1397,328,300,464,115,31700,44400,14200,2210,220,10.30,8,2,11.3,77777,9,999999999,20,0.0000,0,88,0.000,0.0,1.0 +1978,11,14,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,17.80,10.00,61,101700,393,1397,341,142,213,81,15300,18800,10000,1520,220,9.30,9,4,11.3,77777,9,999999999,20,0.0000,0,88,0.000,0.0,1.0 +1978,11,14,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,16.70,10.00,65,101700,191,1397,330,80,156,58,8300,9300,7000,1120,220,8.20,10,3,11.3,77777,9,999999999,20,0.0000,0,88,0.000,0.0,1.0 +1978,11,14,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,16.10,10.00,67,101700,14,501,349,4,0,4,0,0,0,0,220,7.20,10,6,11.3,7620,9,999999999,20,0.0000,0,88,0.000,0.0,1.0 +1978,11,14,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,15.60,10.00,70,101700,0,0,347,0,0,0,0,0,0,0,200,6.70,10,6,14.5,7620,9,999999999,20,0.0000,0,88,0.000,0.0,1.0 +1978,11,14,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,13.90,10.00,78,101600,0,0,353,0,0,0,0,0,0,0,200,5.70,10,8,14.5,2440,9,999999999,20,0.0000,0,88,0.000,0.0,1.0 +1978,11,14,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,15.00,10.60,75,101600,0,0,373,0,0,0,0,0,0,0,220,6.20,10,10,14.5,3050,9,999999999,21,0.0000,0,88,0.000,0.0,1.0 +1978,11,14,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,15.60,10.60,72,101600,0,0,376,0,0,0,0,0,0,0,230,7.20,10,10,14.5,1980,9,999999999,20,0.0000,0,88,0.000,0.0,1.0 +1978,11,14,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,15.60,11.10,75,101600,0,0,377,0,0,0,0,0,0,0,230,7.70,10,10,14.5,1830,9,999999999,21,0.0000,0,88,0.000,0.0,1.0 +1978,11,14,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,15.60,11.10,75,101600,0,0,377,0,0,0,0,0,0,0,330,7.20,10,10,14.5,1520,9,999999999,21,0.0000,0,88,0.000,0.0,1.0 +1978,11,14,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,15.60,10.60,72,101600,0,0,377,0,0,0,0,0,0,0,230,6.20,10,10,14.5,3050,9,999999999,20,0.0000,0,88,0.000,0.0,1.0 +1978,11,15,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,15.60,10.60,72,101500,0,0,377,0,0,0,0,0,0,0,230,5.20,10,10,14.5,3050,9,999999999,20,0.0000,0,88,0.000,0.0,1.0 +1978,11,15,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,15.60,10.60,72,101600,0,0,376,0,0,0,0,0,0,0,230,4.60,10,10,12.9,910,9,999999999,21,0.0000,0,88,0.000,0.0,1.0 +1978,11,15,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,13.90,6.10,60,101700,0,0,299,0,0,0,0,0,0,0,310,5.70,7,1,20.9,77777,9,999999999,16,0.0000,0,88,0.000,0.0,1.0 +1978,11,15,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,12.80,3.90,55,101800,0,0,282,0,0,0,0,0,0,0,290,6.70,0,0,24.1,77777,9,999999999,14,0.0000,0,88,0.000,0.0,1.0 +1978,11,15,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,11.70,2.80,55,101900,0,0,274,0,0,0,0,0,0,0,300,6.70,4,0,24.1,77777,9,999999999,13,0.0000,0,88,0.000,0.0,1.0 +1978,11,15,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,10.60,0.00,48,101900,0,0,270,0,0,0,0,0,0,0,300,7.20,6,1,24.1,77777,9,999999999,11,0.0000,0,88,0.000,0.0,1.0 +1978,11,15,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,8.90,-1.10,50,102100,17,548,269,4,0,4,0,0,0,0,300,6.70,3,2,24.1,77777,9,999999999,10,0.0000,0,88,0.000,0.0,1.0 +1978,11,15,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,8.90,-1.10,50,102200,198,1398,252,73,152,51,7700,9300,6300,950,300,6.20,0,0,24.1,77777,9,999999999,10,0.0000,0,88,0.000,0.0,1.0 +1978,11,15,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,10.00,-1.10,46,102300,397,1398,255,201,391,88,21000,34000,11300,1630,310,4.10,0,0,24.1,77777,9,999999999,10,0.0000,0,88,0.000,0.0,1.0 +1978,11,15,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,10.60,-1.70,43,102300,551,1398,255,321,517,115,34000,49500,14400,2210,290,6.20,0,0,24.1,77777,9,999999999,10,0.0000,0,88,0.000,0.0,1.0 +1978,11,15,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,10.60,-1.70,43,102300,647,1398,254,406,587,132,41700,56600,15400,2630,290,6.70,0,0,24.1,77777,9,999999999,10,0.0000,0,88,0.000,0.0,1.0 +1978,11,15,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,11.70,-2.20,38,102200,678,1398,257,436,609,137,44800,59200,16000,2780,310,3.60,0,0,24.1,77777,9,999999999,10,0.0000,0,88,0.000,0.0,1.0 +1978,11,15,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,12.20,-2.20,37,102200,643,1398,259,408,593,132,41800,57100,15400,2620,280,5.70,0,0,24.1,77777,9,999999999,10,0.0000,0,88,0.000,0.0,1.0 +1978,11,15,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,12.80,-2.20,36,102200,544,1398,289,298,397,141,30900,37800,16100,2770,300,6.20,3,3,24.1,77777,9,999999999,10,0.0000,0,88,0.000,0.0,1.0 +1978,11,15,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,12.80,-2.20,36,102300,388,1398,281,169,190,116,17800,16600,13100,2340,290,4.60,8,2,24.1,77777,9,999999999,10,0.0000,0,88,0.000,0.0,1.0 +1978,11,15,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,11.10,-2.20,40,102400,187,1398,284,75,53,68,8200,3900,7700,1490,280,5.20,10,3,24.1,77777,9,999999999,10,0.0000,0,88,0.000,0.0,1.0 +1978,11,15,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,10.60,-2.80,39,102400,13,478,282,5,0,5,0,0,0,0,290,5.20,10,3,24.1,77777,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1978,11,15,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,10.00,-2.80,41,102500,0,0,281,0,0,0,0,0,0,0,340,4.60,10,3,24.1,77777,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1978,11,15,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,8.90,-3.90,41,102500,0,0,301,0,0,0,0,0,0,0,340,4.60,10,6,24.1,7620,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1978,11,15,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,8.30,-3.90,42,102600,0,0,308,0,0,0,0,0,0,0,330,3.10,10,7,24.1,7620,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1978,11,15,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,8.30,-3.90,42,102700,0,0,325,0,0,0,0,0,0,0,330,4.10,10,9,24.1,2440,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1978,11,15,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,7.80,-5.00,40,102700,0,0,330,0,0,0,0,0,0,0,360,2.60,10,10,24.1,2740,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1978,11,15,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,7.20,-4.40,44,102600,0,0,328,0,0,0,0,0,0,0,40,1.50,10,10,24.1,2440,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1978,11,15,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,7.20,-3.90,46,102700,0,0,328,0,0,0,0,0,0,0,30,2.10,10,10,20.9,1520,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1978,11,16,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,6.70,-2.20,53,102700,0,0,326,0,0,0,0,0,0,0,310,1.50,10,10,16.1,760,9,999999999,10,0.0000,0,88,0.000,0.0,1.0 +1978,11,16,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,5.60,-1.70,60,102700,0,0,321,0,0,0,0,0,0,0,200,1.50,10,10,16.1,610,9,999999999,10,0.0000,0,88,0.000,0.0,1.0 +1978,11,16,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,5.60,-0.60,65,102700,0,0,322,0,0,0,0,0,0,0,250,1.50,10,10,16.1,1250,9,999999999,11,0.0000,0,88,0.000,0.0,1.0 +1978,11,16,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,5.00,0.60,73,102700,0,0,319,0,0,0,0,0,0,0,200,3.60,10,10,19.3,1160,9,999999999,11,0.0000,0,88,0.000,0.0,1.0 +1978,11,16,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,5.00,1.10,76,102700,0,0,312,0,0,0,0,0,0,0,240,3.10,9,9,20.9,1250,9,999999999,12,0.0000,0,88,0.000,0.0,1.0 +1978,11,16,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,5.60,1.10,73,102800,0,0,299,0,0,0,0,0,0,0,290,2.60,8,7,20.9,1250,9,999999999,12,0.0000,0,88,0.000,0.0,1.0 +1978,11,16,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,5.60,0.60,71,102800,15,524,306,6,0,6,0,0,0,0,300,3.60,9,8,20.9,1310,9,999999999,11,0.0000,0,88,0.000,0.0,1.0 +1978,11,16,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,5.60,0.00,68,102900,193,1399,289,64,100,50,7000,6600,6000,1050,330,3.60,8,6,24.1,3050,9,999999999,11,0.0000,0,88,0.000,0.0,1.0 +1978,11,16,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,6.10,0.60,68,102900,392,1399,268,233,506,90,24400,43700,12000,1670,330,3.10,4,3,24.1,77777,9,999999999,11,0.0000,0,88,0.000,0.0,1.0 +1978,11,16,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,6.70,-1.10,58,103000,545,1399,267,304,413,141,31500,39300,16100,2770,20,2.60,7,3,24.1,77777,9,999999999,10,0.0000,0,88,0.000,0.0,1.0 +1978,11,16,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,7.80,-3.90,44,103000,641,1399,258,414,589,141,43900,58200,17100,2850,20,3.10,7,2,24.1,77777,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1978,11,16,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,8.30,-4.40,41,102900,673,1399,259,428,600,136,44000,58300,15800,2760,50,3.10,7,2,24.1,77777,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1978,11,16,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,8.90,-4.40,39,103000,638,1399,262,401,571,137,42500,56400,16700,2760,230,1.50,6,2,24.1,77777,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1978,11,16,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,9.40,-5.00,36,103000,540,1399,263,317,504,120,33400,48000,14800,2320,340,2.10,5,2,24.1,77777,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1978,11,16,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,8.90,-2.80,44,103000,384,1399,256,213,502,73,21700,42900,9900,1330,110,3.60,4,1,24.1,77777,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1978,11,16,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,7.80,-2.80,48,103100,183,1399,253,77,232,45,7800,14000,6000,810,110,3.60,6,1,24.1,77777,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1978,11,16,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,6.70,-2.80,51,103100,12,455,242,9,0,8,0,0,0,0,110,3.60,5,0,24.1,77777,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1978,11,16,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,6.10,-2.20,56,103300,0,0,274,0,0,0,0,0,0,0,360,4.60,5,4,24.1,77777,9,999999999,10,0.0000,0,88,0.000,0.0,1.0 +1978,11,16,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,6.10,-4.40,47,103300,0,0,256,0,0,0,0,0,0,0,340,3.60,3,2,24.1,77777,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1978,11,16,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,5.00,-4.40,51,103400,0,0,245,0,0,0,0,0,0,0,350,3.60,1,1,24.1,77777,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1978,11,16,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,4.40,-4.40,53,103400,0,0,236,0,0,0,0,0,0,0,350,3.60,0,0,24.1,77777,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1978,11,16,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,3.30,-5.00,55,103500,0,0,232,0,0,0,0,0,0,0,10,3.10,0,0,24.1,77777,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1978,11,16,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,2.80,-4.40,59,103500,0,0,232,0,0,0,0,0,0,0,10,3.10,0,0,24.1,77777,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1978,11,16,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,2.20,-3.90,64,103600,0,0,231,0,0,0,0,0,0,0,10,3.10,0,0,24.1,77777,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1978,11,17,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,2.80,-3.30,65,103600,0,0,233,0,0,0,0,0,0,0,340,2.60,0,0,24.1,77777,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1978,11,17,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,2.80,-3.30,65,103600,0,0,248,0,0,0,0,0,0,0,340,2.60,2,2,24.1,77777,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1978,11,17,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,2.80,-3.30,65,103700,0,0,278,0,0,0,0,0,0,0,330,3.10,6,6,24.1,1160,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1978,11,17,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,2.20,-3.30,67,103700,0,0,260,0,0,0,0,0,0,0,330,2.60,4,4,24.1,77777,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1978,11,17,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,1.70,-3.30,70,103600,0,0,250,0,0,0,0,0,0,0,330,2.10,3,3,24.1,77777,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1978,11,17,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,1.70,-2.80,73,103600,0,0,257,0,0,0,0,0,0,0,300,2.10,4,4,24.1,77777,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1978,11,17,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,1.70,-2.20,76,103600,13,501,287,8,0,8,0,0,0,0,340,1.00,8,8,17.7,1070,9,999999999,10,0.0000,0,88,0.000,0.0,1.0 +1978,11,17,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,5.00,-0.60,68,103700,187,1399,310,36,16,34,4000,1100,3800,870,160,2.60,9,9,12.9,910,9,999999999,11,0.0000,0,88,0.000,0.0,1.0 +1978,11,17,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,6.70,0.60,65,103700,387,1399,318,134,28,126,14600,2500,13900,3140,120,6.20,9,9,12.9,910,9,999999999,11,0.0000,0,88,0.000,0.0,1.0 +1978,11,17,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,7.20,0.60,63,103600,540,1399,328,173,27,163,19400,2100,18600,5930,130,7.70,10,10,19.3,910,9,999999999,11,0.0000,0,88,0.000,0.0,1.0 +1978,11,17,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,7.20,0.60,63,103600,636,1399,328,222,14,215,24700,1200,24200,7800,130,6.70,10,10,19.3,910,9,999999999,11,0.0000,0,88,0.000,0.0,1.0 +1978,11,17,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,7.80,1.10,63,103500,668,1399,331,180,0,179,20400,0,20400,7170,140,6.20,10,10,19.3,910,9,999999999,12,0.0000,0,88,0.000,0.0,1.0 +1978,11,17,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,7.80,1.70,66,103400,634,1399,331,189,5,187,21400,400,21200,7150,140,6.70,10,10,19.3,910,9,999999999,12,0.0000,0,88,0.000,0.0,1.0 +1978,11,17,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,8.30,2.20,66,103300,535,1399,334,151,3,150,17000,200,16900,5600,140,7.70,10,10,19.3,790,9,999999999,13,0.0000,0,88,0.000,0.0,1.0 +1978,11,17,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,8.30,2.20,66,103200,380,1399,334,97,1,97,10900,100,10900,3470,140,7.20,10,10,19.3,790,9,999999999,13,0.0000,0,88,0.000,0.0,1.0 +1978,11,17,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,8.30,2.80,68,103200,179,1399,335,21,1,21,2500,0,2500,810,130,6.70,10,10,19.3,820,9,999999999,13,0.0000,0,88,0.000,0.0,1.0 +1978,11,17,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,8.30,3.30,71,103100,11,455,335,3,0,3,0,0,0,0,130,6.20,10,10,16.1,820,9,999999999,13,0.0000,0,88,0.000,1.0,1.0 +1978,11,17,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,7.80,5.00,83,103000,0,0,334,0,0,0,0,0,0,0,120,6.70,10,10,12.9,790,9,999999999,15,0.0000,0,88,0.000,0.5,1.0 +1978,11,17,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,7.80,6.70,93,102800,0,0,335,0,0,0,0,0,0,0,120,6.70,10,10,11.3,700,9,999999999,16,0.0000,0,88,0.000,0.0,1.0 +1978,11,17,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,7.80,7.80,100,102700,0,0,336,0,0,0,0,0,0,0,130,7.70,10,10,11.3,310,9,999999999,18,0.0000,0,88,0.000,0.3,1.0 +1978,11,17,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,8.30,7.80,96,102400,0,0,338,0,0,0,0,0,0,0,130,7.20,10,10,11.3,310,9,999999999,17,0.0000,0,88,0.000,0.0,1.0 +1978,11,17,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,10.00,8.90,93,102200,0,0,347,0,0,0,0,0,0,0,170,6.70,10,10,12.9,430,9,999999999,19,0.0000,0,88,0.000,0.0,1.0 +1978,11,17,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,10.60,10.00,96,102000,0,0,351,0,0,0,0,0,0,0,150,5.70,10,10,9.7,400,9,999999999,20,0.0000,0,88,0.000,0.5,1.0 +1978,11,17,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,12.20,12.20,100,101800,0,0,360,0,0,0,0,0,0,0,160,9.80,10,10,9.7,400,9,999999999,23,0.0000,0,88,0.000,0.3,1.0 +1978,11,18,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,13.30,13.30,100,101700,0,0,366,0,0,0,0,0,0,0,180,8.20,10,10,14.5,240,9,999999999,24,0.0000,0,88,0.000,0.0,1.0 +1978,11,18,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,15.00,15.00,100,101500,0,0,376,0,0,0,0,0,0,0,180,7.20,10,10,14.5,370,9,999999999,27,0.0000,0,88,0.000,0.0,1.0 +1978,11,18,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,16.70,16.70,100,101400,0,0,386,0,0,0,0,0,0,0,200,10.30,10,10,11.3,370,9,999999999,30,0.0000,0,88,0.000,0.0,1.0 +1978,11,18,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,16.70,16.70,100,101200,0,0,386,0,0,0,0,0,0,0,200,11.30,10,10,11.3,370,9,999999999,29,0.0000,0,88,0.000,0.3,1.0 +1978,11,18,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,16.70,16.10,97,101100,0,0,385,0,0,0,0,0,0,0,200,11.30,10,10,11.3,370,9,999999999,29,0.0000,0,88,0.000,1.0,1.0 +1978,11,18,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,16.70,16.10,97,101000,0,0,385,0,0,0,0,0,0,0,200,9.80,10,10,11.3,370,9,999999999,29,0.0000,0,88,0.000,2.5,1.0 +1978,11,18,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,16.70,16.70,100,101000,12,478,385,4,0,4,0,0,0,0,220,9.30,10,10,4.0,370,9,999999999,29,0.0000,0,88,0.000,0.3,1.0 +1978,11,18,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,17.20,16.70,97,101000,182,1400,387,51,0,51,5600,0,5600,1610,210,10.30,10,10,19.3,520,9,999999999,29,0.0000,0,88,0.000,0.0,1.0 +1978,11,18,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,17.80,16.70,93,100900,382,1400,361,175,337,82,18400,28900,10500,1510,220,9.30,5,5,19.3,77777,9,999999999,29,0.0000,0,88,0.000,0.0,1.0 +1978,11,18,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,19.40,16.10,81,100900,535,1400,373,278,365,137,28900,34600,15600,2680,240,11.30,6,6,24.1,760,9,999999999,28,0.0000,0,88,0.000,0.0,1.0 +1978,11,18,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,20.00,14.40,71,101000,631,1400,367,322,382,148,33900,37600,16900,2990,240,8.20,5,5,24.1,77777,9,999999999,26,0.0000,0,88,0.000,0.0,1.0 +1978,11,18,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,20.60,11.70,57,101000,663,1400,349,395,549,132,40700,53200,15300,2660,270,8.20,3,3,24.1,77777,9,999999999,22,0.0000,0,88,0.000,0.0,1.0 +1978,11,18,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,20.00,10.00,53,101000,629,1400,343,398,673,93,41900,65700,12200,1930,260,9.30,3,3,24.1,77777,9,999999999,20,0.0000,0,88,0.000,0.0,1.0 +1978,11,18,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,18.90,8.90,52,101100,531,1400,320,337,712,62,34900,67200,9300,1300,270,8.80,1,1,24.1,77777,9,999999999,18,0.0000,0,88,0.000,0.0,1.0 +1978,11,18,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,16.70,6.10,50,101200,376,1400,304,196,505,58,20200,43400,8500,1100,290,10.80,1,1,24.1,77777,9,999999999,16,0.0000,0,88,0.000,0.0,1.0 +1978,11,18,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,14.40,2.80,46,101400,176,1400,280,85,439,28,8400,29500,4700,520,300,7.70,0,0,24.1,77777,9,999999999,13,0.0000,0,88,0.000,0.0,1.0 +1978,11,18,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,11.70,2.20,53,101500,10,432,270,10,0,6,0,0,0,0,300,6.70,0,0,24.1,77777,9,999999999,13,0.0000,0,88,0.000,0.0,1.0 +1978,11,18,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,11.10,2.20,55,101600,0,0,269,0,0,0,0,0,0,0,290,6.70,0,0,24.1,77777,9,999999999,13,0.0000,0,88,0.000,0.0,1.0 +1978,11,18,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,10.60,2.20,57,101700,0,0,268,0,0,0,0,0,0,0,290,6.20,0,0,24.1,77777,9,999999999,13,0.0000,0,88,0.000,0.0,1.0 +1978,11,18,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,10.00,1.70,57,101800,0,0,266,0,0,0,0,0,0,0,280,6.70,0,0,24.1,77777,9,999999999,12,0.0000,0,88,0.000,0.0,1.0 +1978,11,18,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,9.40,1.70,59,101800,0,0,265,0,0,0,0,0,0,0,290,5.70,0,0,24.1,77777,9,999999999,12,0.0000,0,88,0.000,0.0,1.0 +1978,11,18,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,8.90,1.70,61,101900,0,0,263,0,0,0,0,0,0,0,290,4.10,0,0,24.1,77777,9,999999999,12,0.0000,0,88,0.000,0.0,1.0 +1978,11,18,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,8.30,1.10,61,101900,0,0,260,0,0,0,0,0,0,0,280,5.20,0,0,24.1,77777,9,999999999,12,0.0000,0,88,0.000,0.0,1.0 +1978,11,18,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,8.30,1.10,61,102000,0,0,261,0,0,0,0,0,0,0,270,5.70,0,0,24.1,77777,9,999999999,12,0.0000,0,88,0.000,0.0,1.0 +1978,11,19,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,7.80,1.10,63,102000,0,0,259,0,0,0,0,0,0,0,280,3.60,0,0,24.1,77777,9,999999999,12,0.0000,0,88,0.000,0.0,1.0 +1978,11,19,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,7.20,0.60,63,102000,0,0,255,0,0,0,0,0,0,0,280,3.60,0,0,24.1,77777,9,999999999,11,0.0000,0,88,0.000,0.0,1.0 +1978,11,19,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,6.70,0.60,65,102100,0,0,252,0,0,0,0,0,0,0,300,4.10,0,0,24.1,77777,9,999999999,11,0.0000,0,88,0.000,0.0,1.0 +1978,11,19,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,6.70,-0.60,60,102100,0,0,249,0,0,0,0,0,0,0,320,3.60,0,0,24.1,77777,9,999999999,11,0.0000,0,88,0.000,0.0,1.0 +1978,11,19,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,6.70,-1.10,58,102200,0,0,247,0,0,0,0,0,0,0,320,4.60,0,0,24.1,77777,9,999999999,10,0.0000,0,88,0.000,0.0,1.0 +1978,11,19,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,6.10,-1.10,60,102200,0,0,244,0,0,0,0,0,0,0,270,2.60,0,0,24.1,77777,9,999999999,10,0.0000,0,88,0.000,0.0,1.0 +1978,11,19,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,6.10,-0.60,63,102400,10,432,244,10,0,5,0,0,0,0,290,3.60,0,0,24.1,77777,9,999999999,11,0.0000,0,88,0.000,0.0,1.0 +1978,11,19,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,6.10,-0.60,63,102400,177,1400,243,84,437,28,8400,29500,4700,520,290,3.60,0,0,24.1,77777,9,999999999,11,0.0000,0,88,0.000,0.0,1.0 +1978,11,19,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,7.20,-0.60,58,102400,377,1400,246,230,689,42,23900,60300,7600,890,290,3.60,0,0,24.1,77777,9,999999999,11,0.0000,0,88,0.000,0.0,1.0 +1978,11,19,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,8.30,0.00,56,102400,530,1400,250,356,792,53,37200,74400,9000,1200,270,5.20,0,0,24.1,77777,9,999999999,11,0.0000,0,88,0.000,0.0,1.0 +1978,11,19,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,9.40,1.10,56,102400,626,1400,256,438,839,60,45800,80700,9600,1370,260,6.20,0,0,24.1,77777,9,999999999,12,0.0000,0,88,0.000,0.0,1.0 +1978,11,19,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,10.60,1.10,52,102500,658,1400,260,467,852,62,48700,82500,9800,1430,260,6.70,0,0,24.1,77777,9,999999999,12,0.0000,0,88,0.000,0.0,1.0 +1978,11,19,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,11.10,0.60,49,102200,625,1400,261,439,841,60,45800,80900,9600,1370,280,7.70,0,0,24.1,77777,9,999999999,11,0.0000,0,88,0.000,0.0,1.0 +1978,11,19,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,11.10,1.10,50,102200,527,1400,262,355,791,53,37000,74200,9000,1190,300,8.20,0,0,24.1,77777,9,999999999,12,0.0000,0,88,0.000,0.0,1.0 +1978,11,19,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,11.10,1.10,50,102200,372,1400,263,228,685,42,23600,59700,7600,880,270,6.70,0,0,24.1,77777,9,999999999,12,0.0000,0,88,0.000,0.0,1.0 +1978,11,19,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,11.10,1.10,50,102200,172,1400,264,84,437,28,8200,29100,4600,510,290,6.20,0,0,24.1,77777,9,999999999,12,0.0000,0,88,0.000,0.0,1.0 +1978,11,19,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,10.00,1.10,54,102300,9,408,261,10,0,6,0,0,0,0,260,5.70,0,0,24.1,77777,9,999999999,12,0.0000,0,88,0.000,0.0,1.0 +1978,11,19,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,8.90,1.10,59,102300,0,0,258,0,0,0,0,0,0,0,220,4.60,0,0,24.1,77777,9,999999999,12,0.0000,0,88,0.000,0.0,1.0 +1978,11,19,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,8.30,1.10,61,102400,0,0,257,0,0,0,0,0,0,0,230,4.10,0,0,24.1,77777,9,999999999,12,0.0000,0,88,0.000,0.0,1.0 +1978,11,19,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,7.80,0.60,61,102400,0,0,256,0,0,0,0,0,0,0,270,4.60,0,0,24.1,77777,9,999999999,11,0.0000,0,88,0.000,0.0,1.0 +1978,11,19,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,7.80,-1.10,54,102500,0,0,253,0,0,0,0,0,0,0,290,5.20,0,0,24.1,77777,9,999999999,10,0.0000,0,88,0.000,0.0,1.0 +1978,11,19,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,7.80,-2.20,50,102600,0,0,252,0,0,0,0,0,0,0,290,6.20,0,0,24.1,77777,9,999999999,10,0.0000,0,88,0.000,0.0,1.0 +1978,11,19,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,7.20,-2.80,49,102600,0,0,249,0,0,0,0,0,0,0,290,5.70,0,0,24.1,77777,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1978,11,19,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,6.10,-2.80,53,102700,0,0,246,0,0,0,0,0,0,0,300,5.20,0,0,24.1,77777,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1978,11,20,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,6.10,-2.80,53,102700,0,0,245,0,0,0,0,0,0,0,300,5.20,0,0,24.1,77777,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1978,11,20,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,5.60,-3.30,53,102800,0,0,242,0,0,0,0,0,0,0,300,5.70,0,0,24.1,77777,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1978,11,20,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,5.00,-3.30,55,102800,0,0,240,0,0,0,0,0,0,0,280,5.20,0,0,24.1,77777,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1978,11,20,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,4.40,-3.30,57,102900,0,0,237,0,0,0,0,0,0,0,290,4.60,0,0,24.1,77777,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1978,11,20,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,3.90,-3.30,60,103000,0,0,234,0,0,0,0,0,0,0,290,4.10,0,0,24.1,77777,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1978,11,20,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,3.90,-3.90,57,103100,0,0,232,0,0,0,0,0,0,0,300,2.10,0,0,24.1,77777,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1978,11,20,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,2.80,-3.90,62,103100,9,409,227,8,0,5,0,0,0,0,320,4.10,0,0,24.1,77777,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1978,11,20,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,2.80,-4.40,59,103300,173,1401,225,80,406,29,8200,25400,5000,530,350,4.10,0,0,24.1,77777,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1978,11,20,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,3.30,-5.60,53,103300,371,1401,224,224,669,45,23200,58100,7700,920,350,6.20,0,0,24.1,77777,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1978,11,20,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,4.40,-6.10,47,103400,525,1401,226,352,782,57,37100,73800,9300,1220,330,5.70,0,0,24.1,77777,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1978,11,20,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,5.00,-6.10,45,103300,621,1401,228,436,831,64,45500,79800,9900,1390,320,5.20,0,0,24.1,77777,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1978,11,20,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,5.60,-6.70,41,103200,654,1401,229,466,847,67,48600,81900,10200,1450,20,4.60,0,0,24.1,77777,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1978,11,20,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,6.10,-6.10,42,103200,620,1401,231,436,832,64,45500,79900,9900,1390,290,3.60,0,0,24.1,77777,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1978,11,20,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,6.10,-6.70,40,103100,523,1401,240,331,733,54,34900,69300,8900,1180,340,2.60,1,1,24.1,77777,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1978,11,20,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,6.10,-7.20,38,103100,369,1401,249,181,397,74,19000,33600,10100,1350,330,4.10,2,2,24.1,77777,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +1978,11,20,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,5.60,-7.80,38,103200,169,1401,256,79,262,46,8000,15000,6100,840,360,4.10,5,3,24.1,77777,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +1978,11,20,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,4.40,-7.80,41,103200,8,385,261,7,0,5,0,0,0,0,360,4.60,5,4,24.1,77777,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +1978,11,20,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,3.90,-8.30,41,103300,0,0,285,0,0,0,0,0,0,0,350,5.20,7,7,24.1,1520,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +1978,11,20,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,3.30,-8.90,41,103300,0,0,282,0,0,0,0,0,0,0,10,4.10,7,7,24.1,1520,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +1978,11,20,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,2.20,-9.40,42,103400,0,0,286,0,0,0,0,0,0,0,10,2.10,8,8,24.1,3050,9,999999999,6,0.0000,0,88,0.000,0.0,1.0 +1978,11,20,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,2.20,-10.60,39,103400,0,0,303,0,0,0,0,0,0,0,20,2.60,10,10,24.1,1520,9,999999999,6,0.0000,0,88,0.000,0.0,1.0 +1978,11,20,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,2.20,-10.60,39,103400,0,0,303,0,0,0,0,0,0,0,30,2.60,10,10,24.1,1520,9,999999999,6,0.0000,0,88,0.000,0.0,1.0 +1978,11,20,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,2.20,-11.10,37,103400,0,0,303,0,0,0,0,0,0,0,10,2.60,10,10,24.1,1490,9,999999999,6,0.0000,0,88,0.000,0.0,1.0 +1978,11,20,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,1.70,-11.70,37,103400,0,0,301,0,0,0,0,0,0,0,10,5.20,10,10,24.1,1400,9,999999999,6,0.0000,0,88,0.000,0.0,1.0 +1978,11,21,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,1.10,-10.00,44,103400,0,0,298,0,0,0,0,0,0,0,10,4.60,10,10,24.1,1400,9,999999999,6,0.0000,0,88,0.000,0.0,1.0 +1978,11,21,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,1.10,-9.40,46,103400,0,0,299,0,0,0,0,0,0,0,10,4.10,10,10,24.1,1520,9,999999999,6,0.0000,0,88,0.000,0.0,1.0 +1978,11,21,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,0.00,-6.10,64,103400,0,0,295,0,0,0,0,0,0,0,20,4.60,10,10,12.9,1070,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1978,11,21,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-1.10,-3.90,82,103400,0,0,290,0,0,0,0,0,0,0,350,5.70,10,10,6.4,910,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1978,11,21,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-1.70,-3.90,85,103400,0,0,288,0,0,0,0,0,0,0,340,4.60,10,10,4.0,550,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1978,11,21,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-1.70,-3.90,85,103400,0,0,288,0,0,0,0,0,0,0,340,4.60,10,10,6.4,550,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1978,11,21,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-1.70,-3.90,85,103400,8,385,287,2,0,2,0,0,0,0,350,5.20,10,10,6.4,1280,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1978,11,21,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-1.70,-3.90,85,103400,168,1402,287,35,3,34,3900,0,3900,1180,350,6.20,10,10,1.6,310,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1978,11,21,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-1.70,-3.90,85,103500,366,1402,287,78,6,76,8800,300,8800,2870,360,5.20,10,10,1.6,240,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1978,11,21,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-1.70,-3.30,89,103500,520,1402,287,132,9,128,14900,600,14700,4940,360,6.20,10,10,1.6,240,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1978,11,21,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-1.70,-3.30,89,103400,617,1402,287,169,4,167,19200,300,19000,6520,10,5.20,10,10,1.6,370,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1978,11,21,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-1.10,-2.80,89,103300,649,1402,290,180,0,180,20400,0,20400,7070,20,5.20,10,10,1.6,310,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1978,11,21,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-0.60,-2.20,89,103200,616,1402,292,195,5,193,21900,400,21700,7150,360,4.60,10,10,1.6,460,9,999999999,10,0.0000,0,88,0.000,0.0,1.0 +1978,11,21,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-0.60,-2.20,89,103200,519,1402,292,160,4,159,17900,300,17800,5690,10,4.10,10,10,1.6,430,9,999999999,10,0.0000,0,88,0.000,0.0,1.0 +1978,11,21,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-1.10,-2.80,89,103100,365,1402,290,100,2,100,11200,100,11200,3470,360,6.20,10,10,1.6,340,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1978,11,21,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-1.10,-2.80,89,103100,166,1402,290,47,0,47,5200,0,5200,1470,10,5.70,10,10,4.8,340,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1978,11,21,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-1.10,-2.80,89,103100,7,362,290,6,0,6,0,0,0,0,350,6.20,10,10,4.8,370,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1978,11,21,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-1.10,-2.80,89,103200,0,0,290,0,0,0,0,0,0,0,360,5.70,10,10,2.4,430,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1978,11,21,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-1.70,-2.80,92,103200,0,0,288,0,0,0,0,0,0,0,350,5.20,10,10,2.4,340,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1978,11,21,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-1.70,-3.30,89,103200,0,0,288,0,0,0,0,0,0,0,360,6.20,10,10,2.4,270,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1978,11,21,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-1.70,-3.30,89,103100,0,0,288,0,0,0,0,0,0,0,360,7.70,10,10,6.4,270,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1978,11,21,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-1.70,-3.30,89,103100,0,0,288,0,0,0,0,0,0,0,360,5.20,10,10,3.2,310,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1978,11,21,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-1.70,-3.30,89,103100,0,0,289,0,0,0,0,0,0,0,350,7.20,10,10,3.2,340,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1978,11,21,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-1.70,-3.30,89,103100,0,0,289,0,0,0,0,0,0,0,360,6.20,10,10,3.2,340,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1978,11,22,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-1.10,-3.30,85,103100,0,0,291,0,0,0,0,0,0,0,360,6.70,10,10,8.0,370,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1978,11,22,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-1.70,-3.90,85,103100,0,0,288,0,0,0,0,0,0,0,360,6.20,10,10,9.7,400,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1978,11,22,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-1.70,-4.40,82,103000,0,0,288,0,0,0,0,0,0,0,360,7.70,10,10,11.3,610,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1978,11,22,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-1.70,-4.40,82,103000,0,0,288,0,0,0,0,0,0,0,360,7.20,10,10,11.3,610,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1978,11,22,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-1.10,-4.40,78,103000,0,0,290,0,0,0,0,0,0,0,350,7.20,10,10,11.3,610,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1978,11,22,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-1.10,-3.90,82,103100,0,0,290,0,0,0,0,0,0,0,360,7.70,10,10,12.9,700,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1978,11,22,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-1.10,-4.40,78,103100,7,362,290,5,0,5,0,0,0,0,360,6.70,10,10,12.9,730,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1978,11,22,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-1.10,-4.40,78,103100,163,1402,289,48,0,48,5300,0,5300,1470,350,6.70,10,10,16.1,670,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1978,11,22,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-1.70,-4.40,82,103200,362,1402,287,122,0,122,13400,0,13400,3870,350,6.70,10,10,2.4,460,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1978,11,22,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-1.70,-4.40,82,103200,515,1402,287,183,1,183,20200,100,20200,6120,350,7.70,10,10,1.6,310,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1978,11,22,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-1.70,-3.90,85,103100,612,1402,287,221,0,221,24500,0,24500,7680,10,6.70,10,10,4.8,610,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1978,11,22,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-1.10,-3.90,82,103100,645,1402,289,259,0,259,28500,0,28500,8660,360,7.20,10,10,8.0,610,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1978,11,22,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-1.10,-3.90,82,103000,612,1402,289,215,1,215,23900,100,23900,7570,360,6.70,10,10,14.5,670,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1978,11,22,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-1.10,-3.90,82,103000,515,1402,289,194,1,194,21300,100,21300,6300,360,6.20,10,10,16.1,490,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1978,11,22,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-1.10,-3.90,82,103000,362,1402,289,114,1,114,12600,100,12600,3730,360,6.70,10,10,16.1,580,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1978,11,22,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-1.10,-3.90,82,103100,163,1402,290,46,1,46,5100,0,5100,1440,10,6.20,10,10,16.1,670,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1978,11,22,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-0.60,-3.90,78,103100,7,362,292,6,0,6,0,0,0,0,360,6.20,10,10,19.3,730,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1978,11,22,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-0.60,-4.40,75,103100,0,0,292,0,0,0,0,0,0,0,350,6.20,10,10,19.3,580,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1978,11,22,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-0.60,-5.60,69,103100,0,0,292,0,0,0,0,0,0,0,350,6.20,10,10,19.3,610,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1978,11,22,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-0.60,-5.60,69,103100,0,0,292,0,0,0,0,0,0,0,360,6.20,10,10,19.3,730,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1978,11,22,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-0.60,-5.60,69,103100,0,0,292,0,0,0,0,0,0,0,340,5.20,10,10,19.3,1490,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1978,11,22,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-0.60,-6.10,66,103100,0,0,292,0,0,0,0,0,0,0,360,5.20,10,10,19.3,820,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1978,11,22,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-0.60,-6.10,66,103100,0,0,292,0,0,0,0,0,0,0,360,4.10,10,10,19.3,820,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1978,11,22,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-0.60,-7.20,61,103100,0,0,292,0,0,0,0,0,0,0,360,5.20,10,10,19.3,880,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +1978,11,23,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-1.10,-7.80,61,103100,0,0,290,0,0,0,0,0,0,0,360,5.70,10,10,19.3,1160,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +1978,11,23,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-1.10,-7.20,64,103100,0,0,290,0,0,0,0,0,0,0,360,5.20,10,10,19.3,1160,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +1978,11,23,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-1.10,-7.80,61,103100,0,0,289,0,0,0,0,0,0,0,360,6.20,10,10,19.3,1160,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +1978,11,23,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-1.10,-8.30,58,103100,0,0,289,0,0,0,0,0,0,0,360,5.20,10,10,19.3,1160,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +1978,11,23,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-1.10,-8.30,58,103100,0,0,289,0,0,0,0,0,0,0,360,6.20,10,10,19.3,1160,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +1978,11,23,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-1.10,-8.30,58,103000,0,0,289,0,0,0,0,0,0,0,10,4.60,10,10,19.3,1160,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +1978,11,23,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-1.10,-8.30,58,103100,6,339,280,0,0,0,0,0,0,0,360,5.20,10,9,24.1,1160,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +1978,11,23,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-1.10,-7.80,61,103100,158,1403,288,23,4,23,2700,0,2700,860,350,5.20,10,10,24.1,1250,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +1978,11,23,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-1.10,-7.20,64,103000,357,1403,288,99,20,94,11100,1000,10800,3290,360,4.60,10,10,24.1,1250,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +1978,11,23,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,0.00,-5.60,67,103000,510,1403,293,155,2,154,17300,100,17200,5520,360,4.10,10,10,24.1,1250,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1978,11,23,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,0.00,-5.00,69,102900,607,1403,294,225,9,221,24900,800,24600,7640,360,4.60,10,10,24.1,790,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1978,11,23,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,0.60,-4.40,70,102800,641,1403,296,232,7,228,25700,600,25400,8090,360,2.60,10,10,24.1,790,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1978,11,23,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,1.70,-3.30,70,102700,608,1403,301,218,7,215,24200,600,23900,7530,90,4.60,10,10,24.1,1010,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1978,11,23,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,1.70,-3.30,70,102600,512,1403,302,172,2,172,19100,200,19100,5890,70,4.10,10,10,24.1,820,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1978,11,23,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,1.70,-2.80,73,102500,359,1403,302,140,2,140,15200,100,15200,4090,100,5.70,10,10,24.1,1100,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1978,11,23,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,1.70,-2.80,73,102400,160,1403,302,56,1,56,6100,0,6100,1590,150,5.20,10,10,24.1,1010,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1978,11,23,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,1.70,-3.30,70,102300,6,339,302,4,0,4,0,0,0,0,110,5.20,10,10,24.1,730,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1978,11,23,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,1.70,-3.30,70,102200,0,0,302,0,0,0,0,0,0,0,120,4.60,10,10,24.1,730,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1978,11,23,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,1.70,-2.80,73,102100,0,0,303,0,0,0,0,0,0,0,130,5.20,10,10,19.3,730,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1978,11,23,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,1.70,-2.20,76,102000,0,0,303,0,0,0,0,0,0,0,150,5.20,10,10,19.3,700,9,999999999,10,0.0000,0,88,0.000,0.0,1.0 +1978,11,23,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,2.20,-1.10,79,101800,0,0,306,0,0,0,0,0,0,0,120,7.70,10,10,19.3,1160,9,999999999,10,0.0000,0,88,0.000,0.0,1.0 +1978,11,23,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,2.80,0.00,82,101600,0,0,309,0,0,0,0,0,0,0,120,8.80,10,10,19.3,1070,9,999999999,11,0.0000,0,88,0.000,0.3,1.0 +1978,11,23,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,2.80,1.10,89,101600,0,0,310,0,0,0,0,0,0,0,140,7.70,10,10,16.1,520,9,999999999,12,0.0000,0,88,0.000,0.5,1.0 +1978,11,23,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,2.80,1.70,92,101400,0,0,310,0,0,0,0,0,0,0,140,7.20,10,10,16.1,430,9,999999999,12,0.0000,0,88,0.000,0.3,1.0 +1978,11,24,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,2.80,2.20,96,101200,0,0,310,0,0,0,0,0,0,0,160,3.60,10,10,16.1,210,9,999999999,12,0.0000,0,88,0.000,0.5,1.0 +1978,11,24,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,2.80,2.20,96,101000,0,0,310,0,0,0,0,0,0,0,20,2.10,10,10,16.1,520,9,999999999,12,0.0000,0,88,0.000,0.8,1.0 +1978,11,24,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,4.40,3.90,96,100800,0,0,318,0,0,0,0,0,0,0,130,6.20,10,10,12.9,670,9,999999999,14,0.0000,0,88,0.000,1.3,1.0 +1978,11,24,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,5.00,5.00,100,100700,0,0,321,0,0,0,0,0,0,0,130,5.70,10,10,9.7,310,9,999999999,15,0.0000,0,88,0.000,1.5,1.0 +1978,11,24,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,5.60,5.60,100,100500,0,0,324,0,0,0,0,0,0,0,130,5.70,10,10,6.4,370,9,999999999,15,0.0000,0,88,0.000,1.8,1.0 +1978,11,24,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,5.60,5.60,100,100500,0,0,323,0,0,0,0,0,0,0,130,3.10,10,10,6.4,310,9,999999999,15,0.0000,0,88,0.000,0.8,1.0 +1978,11,24,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,6.10,6.10,100,100400,5,292,326,1,0,1,0,0,0,0,120,1.00,10,10,8.0,180,9,999999999,15,0.0000,0,88,0.000,0.8,1.0 +1978,11,24,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,6.10,6.10,100,100300,153,1403,326,21,1,21,2500,0,2500,790,40,2.60,10,10,8.0,310,9,999999999,15,0.0000,0,88,0.000,0.8,1.0 +1978,11,24,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,6.70,6.70,100,100400,352,1403,328,60,1,60,7000,0,7000,2350,360,3.10,10,10,4.0,150,9,999999999,16,0.0000,0,88,0.000,3.3,1.0 +1978,11,24,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,7.20,7.20,100,100300,506,1403,331,95,1,94,11000,100,10900,3870,60,4.10,10,10,6.4,150,9,999999999,17,0.0000,0,88,0.000,0.3,1.0 +1978,11,24,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,7.20,7.20,100,100200,603,1403,331,121,1,121,14100,100,14100,5090,50,4.10,10,10,6.4,150,9,999999999,17,0.0000,0,88,0.000,2.3,1.0 +1978,11,24,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,7.80,7.80,100,100100,636,1403,334,121,1,120,14100,100,14100,5180,50,4.60,10,10,1.6,150,9,999999999,17,0.0000,0,88,0.000,0.5,1.0 +1978,11,24,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,8.30,8.30,100,100100,604,1403,337,113,0,113,13200,0,13200,4830,30,3.10,10,10,3.2,150,9,999999999,18,0.0000,0,88,0.000,0.3,1.0 +1978,11,24,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,5.00,3.90,93,100100,508,1403,319,93,0,92,10700,0,10700,3810,320,6.20,10,10,4.0,150,9,999999999,14,0.0000,0,88,0.000,0.0,1.0 +1978,11,24,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,3.90,3.30,96,100200,355,1403,314,61,1,61,7100,0,7100,2390,320,6.20,10,10,4.8,150,9,999999999,13,0.0000,0,88,0.000,0.3,1.0 +1978,11,24,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,5.00,3.90,93,100200,158,1403,319,23,1,23,2700,0,2700,850,320,5.20,10,10,2.4,150,9,999999999,14,0.0000,0,88,0.000,0.3,1.0 +1978,11,24,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,5.00,3.90,93,100200,6,339,320,2,0,2,0,0,0,0,310,4.10,10,10,6.4,150,9,999999999,14,0.0000,0,88,0.000,0.0,1.0 +1978,11,24,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,5.00,3.30,89,100200,0,0,320,0,0,0,0,0,0,0,310,5.20,10,10,19.3,1070,9,999999999,13,0.0000,0,88,0.000,0.0,1.0 +1978,11,24,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,5.00,3.30,89,100200,0,0,320,0,0,0,0,0,0,0,310,3.60,10,10,24.1,1830,9,999999999,13,0.0000,0,88,0.000,0.0,1.0 +1978,11,24,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,5.00,2.80,86,100300,0,0,320,0,0,0,0,0,0,0,290,5.20,10,10,24.1,1680,9,999999999,13,0.0000,0,88,0.000,0.0,1.0 +1978,11,24,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,5.00,2.80,86,100300,0,0,320,0,0,0,0,0,0,0,280,4.10,10,10,24.1,1980,9,999999999,13,0.0000,0,88,0.000,0.0,1.0 +1978,11,24,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,5.00,2.80,86,100300,0,0,320,0,0,0,0,0,0,0,300,5.20,10,10,24.1,2130,9,999999999,13,0.0000,0,88,0.000,0.0,1.0 +1978,11,24,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,5.00,1.70,79,100300,0,0,320,0,0,0,0,0,0,0,300,6.70,10,10,24.1,2130,9,999999999,12,0.0000,0,88,0.000,0.0,1.0 +1978,11,24,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,5.00,1.10,76,100300,0,0,284,0,0,0,0,0,0,0,320,5.20,5,5,24.1,77777,9,999999999,11,0.0000,0,88,0.000,0.0,1.0 +1978,11,25,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,4.40,1.10,79,100300,0,0,267,0,0,0,0,0,0,0,310,3.60,3,3,24.1,77777,9,999999999,11,0.0000,0,88,0.000,0.0,1.0 +1978,11,25,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,4.40,1.10,79,100300,0,0,317,0,0,0,0,0,0,0,310,5.20,10,10,24.1,1520,9,999999999,11,0.0000,0,88,0.000,0.0,1.0 +1978,11,25,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,4.40,1.10,79,100300,0,0,295,0,0,0,0,0,0,0,340,4.10,7,7,24.1,730,9,999999999,11,0.0000,0,88,0.000,0.0,1.0 +1978,11,25,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,3.30,0.00,79,100300,0,0,274,0,0,0,0,0,0,0,330,3.60,5,5,24.1,77777,9,999999999,11,0.0000,0,88,0.000,0.0,1.0 +1978,11,25,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,3.30,-0.60,76,100300,0,0,311,0,0,0,0,0,0,0,330,5.20,10,10,24.1,910,9,999999999,10,0.0000,0,88,0.000,0.0,1.0 +1978,11,25,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,2.80,-2.20,70,100400,0,0,261,0,0,0,0,0,0,0,320,6.20,4,4,24.1,77777,9,999999999,10,0.0000,0,88,0.000,0.0,1.0 +1978,11,25,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,1.70,-4.40,64,100500,4,269,238,3,0,2,0,0,0,0,320,6.70,2,2,24.1,77777,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1978,11,25,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,1.70,-5.00,62,100500,149,1404,244,61,264,33,6200,15000,4600,570,310,6.70,3,3,24.1,77777,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1978,11,25,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,1.70,-4.40,64,100500,347,1404,285,144,193,96,15200,16100,11200,1880,320,6.20,8,8,24.1,1250,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1978,11,25,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,1.70,-4.40,64,100500,501,1404,260,249,297,142,26400,28400,16200,2930,300,7.70,5,5,24.1,77777,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1978,11,25,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,2.20,-5.00,59,100500,598,1404,269,332,432,146,34800,42000,16800,2920,320,7.20,6,6,24.1,1220,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1978,11,25,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,2.20,-5.00,59,100400,632,1404,261,371,477,154,38900,46900,17700,3130,310,7.20,5,5,24.1,77777,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1978,11,25,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,2.20,-6.10,55,100400,600,1404,260,289,282,167,30800,28300,18600,3560,300,8.20,5,5,24.1,77777,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1978,11,25,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,2.20,-6.10,55,100400,505,1404,235,314,641,81,32600,59600,11100,1580,310,7.70,2,2,24.1,77777,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1978,11,25,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,2.20,-7.20,50,100400,353,1404,234,204,573,57,20900,48000,8800,1060,300,8.20,2,2,24.1,77777,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +1978,11,25,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,2.20,-8.30,46,100500,155,1404,233,69,321,32,6900,18800,4800,560,320,8.80,2,2,24.1,77777,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +1978,11,25,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,1.70,-8.30,48,100500,5,316,216,7,0,4,0,0,0,0,330,6.20,0,0,24.1,77777,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +1978,11,25,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,1.10,-8.30,50,100600,0,0,215,0,0,0,0,0,0,0,330,6.70,0,0,24.1,77777,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +1978,11,25,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,0.60,-8.30,52,100600,0,0,231,0,0,0,0,0,0,0,320,5.20,2,2,24.1,77777,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +1978,11,25,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-0.60,-8.90,54,100700,0,0,211,0,0,0,0,0,0,0,320,7.20,0,0,24.1,77777,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +1978,11,25,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-1.10,-10.00,51,100700,0,0,209,0,0,0,0,0,0,0,310,7.20,0,0,24.1,77777,9,999999999,6,0.0000,0,88,0.000,0.0,1.0 +1978,11,25,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-1.70,-11.10,49,100800,0,0,206,0,0,0,0,0,0,0,310,6.20,0,0,24.1,77777,9,999999999,6,0.0000,0,88,0.000,0.0,1.0 +1978,11,25,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-2.80,-11.10,53,100800,0,0,203,0,0,0,0,0,0,0,290,5.70,0,0,24.1,77777,9,999999999,6,0.0000,0,88,0.000,0.0,1.0 +1978,11,25,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-3.30,-11.70,53,100800,0,0,201,0,0,0,0,0,0,0,300,8.80,0,0,24.1,77777,9,999999999,6,0.0000,0,88,0.000,0.0,1.0 +1978,11,26,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-3.90,-12.20,53,100800,0,0,199,0,0,0,0,0,0,0,310,8.80,0,0,24.1,77777,9,999999999,6,0.0000,0,88,0.000,0.0,1.0 +1978,11,26,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-4.40,-12.80,53,100900,0,0,196,0,0,0,0,0,0,0,300,6.70,0,0,24.1,77777,9,999999999,5,0.0000,0,88,0.000,0.0,1.0 +1978,11,26,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-4.40,-12.80,53,100900,0,0,196,0,0,0,0,0,0,0,290,8.80,0,0,24.1,77777,9,999999999,5,0.0000,0,88,0.000,0.0,1.0 +1978,11,26,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-5.60,-15.00,48,101000,0,0,189,0,0,0,0,0,0,0,300,9.80,0,0,24.1,77777,9,999999999,5,0.0000,0,88,0.000,0.0,1.0 +1978,11,26,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-6.10,-15.60,48,101100,0,0,186,0,0,0,0,0,0,0,300,9.80,0,0,24.1,77777,9,999999999,5,0.0000,0,88,0.000,0.0,1.0 +1978,11,26,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-6.70,-15.60,50,101200,0,0,184,0,0,0,0,0,0,0,310,6.70,0,0,24.1,77777,9,999999999,5,0.0000,0,88,0.000,0.0,1.0 +1978,11,26,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-6.70,-15.60,50,101200,3,246,183,2,0,1,0,0,0,0,300,7.20,0,0,24.1,77777,9,999999999,5,0.0000,0,88,0.000,0.0,1.0 +1978,11,26,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-6.10,-15.60,48,101300,144,1404,184,59,289,29,6000,16400,4300,510,280,8.20,0,0,24.1,77777,9,999999999,5,0.0000,0,88,0.000,0.0,1.0 +1978,11,26,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-5.60,-15.60,46,101400,343,1404,184,195,589,50,20300,49100,8300,950,310,8.20,0,0,24.1,77777,9,999999999,5,0.0000,0,88,0.000,0.0,1.0 +1978,11,26,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-4.40,-16.10,40,101400,497,1404,186,324,730,64,33500,67600,9400,1280,310,8.20,0,0,24.1,77777,9,999999999,5,0.0000,0,88,0.000,0.0,1.0 +1978,11,26,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-3.90,-16.70,37,101500,594,1404,187,410,791,73,42700,75800,10500,1510,300,8.20,0,0,24.1,77777,9,999999999,4,0.0000,0,88,0.000,0.0,1.0 +1978,11,26,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-3.30,-16.70,35,101500,628,1404,188,442,811,76,46100,78500,10800,1600,290,8.80,0,0,24.1,77777,9,999999999,4,0.0000,0,88,0.000,0.0,1.0 +1978,11,26,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-2.80,-17.20,32,101500,597,1404,189,416,799,73,43200,76700,10500,1510,310,8.20,0,0,24.1,77777,9,999999999,4,0.0000,0,88,0.000,0.0,1.0 +1978,11,26,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-2.20,-17.20,31,101500,502,1404,192,332,740,64,34200,68700,9500,1280,310,7.70,0,0,24.1,77777,9,999999999,4,0.0000,0,88,0.000,0.0,1.0 +1978,11,26,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-1.70,-17.80,28,101600,350,1404,193,206,612,51,20800,51700,7800,950,310,7.70,0,0,24.1,77777,9,999999999,4,0.0000,0,88,0.000,0.0,1.0 +1978,11,26,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-1.70,-18.30,27,101700,153,1404,202,67,318,31,6700,18500,4700,540,310,5.70,1,1,24.1,77777,9,999999999,4,0.0000,0,88,0.000,0.0,1.0 +1978,11,26,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-2.20,-18.30,28,101700,5,293,193,4,0,3,0,0,0,0,320,6.20,0,0,24.1,77777,9,999999999,4,0.0000,0,88,0.000,0.0,1.0 +1978,11,26,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-2.80,-17.80,31,101800,0,0,193,0,0,0,0,0,0,0,300,8.80,0,0,24.1,77777,9,999999999,4,0.0000,0,88,0.000,0.0,1.0 +1978,11,26,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-3.90,-17.80,33,101900,0,0,191,0,0,0,0,0,0,0,310,7.70,0,0,24.1,77777,9,999999999,4,0.0000,0,88,0.000,0.0,1.0 +1978,11,26,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-5.00,-18.30,35,102000,0,0,188,0,0,0,0,0,0,0,300,7.20,0,0,24.1,77777,9,999999999,4,0.0000,0,88,0.000,0.0,1.0 +1978,11,26,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-5.60,-18.30,36,102000,0,0,187,0,0,0,0,0,0,0,320,8.80,0,0,24.1,77777,9,999999999,4,0.0000,0,88,0.000,0.0,1.0 +1978,11,26,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-7.20,-17.80,43,102100,0,0,184,0,0,0,0,0,0,0,320,6.70,0,0,24.1,77777,9,999999999,4,0.0000,0,88,0.000,0.0,1.0 +1978,11,26,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-7.80,-17.80,45,102200,0,0,183,0,0,0,0,0,0,0,330,6.70,0,0,24.1,77777,9,999999999,4,0.0000,0,88,0.000,0.0,1.0 +1978,11,26,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-7.80,-17.20,47,102400,0,0,183,0,0,0,0,0,0,0,320,6.20,4,0,24.1,77777,9,999999999,4,0.0000,0,88,0.000,0.0,1.0 +1978,11,27,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-7.80,-17.20,47,102400,0,0,222,0,0,0,0,0,0,0,320,6.20,9,5,24.1,7620,9,999999999,4,0.0000,0,88,0.000,0.0,1.0 +1978,11,27,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-7.80,-17.20,47,102500,0,0,244,0,0,0,0,0,0,0,320,4.60,10,8,24.1,7620,9,999999999,4,0.0000,0,88,0.000,0.0,1.0 +1978,11,27,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-7.80,-17.20,47,102500,0,0,260,0,0,0,0,0,0,0,350,4.60,10,10,24.1,5490,9,999999999,4,0.0000,0,88,0.000,0.0,1.0 +1978,11,27,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-7.80,-17.20,47,102600,0,0,260,0,0,0,0,0,0,0,340,4.10,10,10,24.1,4570,9,999999999,4,0.0000,0,88,0.000,0.0,1.0 +1978,11,27,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-7.80,-16.70,49,102700,0,0,259,0,0,0,0,0,0,0,350,3.60,10,10,24.1,4570,9,999999999,4,0.0000,0,88,0.000,0.0,1.0 +1978,11,27,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-7.20,-16.70,47,102800,0,0,262,0,0,0,0,0,0,0,340,3.60,10,10,24.1,4570,9,999999999,4,0.0000,0,88,0.000,0.0,1.0 +1978,11,27,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-7.20,-16.10,49,102900,2,222,262,2,0,2,0,0,0,0,330,3.10,10,10,24.1,4570,9,999999999,5,0.0000,0,88,0.000,0.0,1.0 +1978,11,27,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-7.20,-16.10,49,102800,140,1405,261,34,1,34,3800,0,3800,1110,10,2.60,10,10,24.1,1680,9,999999999,5,0.0000,0,88,0.000,0.0,1.0 +1978,11,27,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-6.70,-15.60,50,102900,338,1405,263,83,17,78,9300,800,9100,2820,330,3.10,10,10,24.1,1680,9,999999999,5,0.0000,0,88,0.000,0.0,1.0 +1978,11,27,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-6.10,-14.40,52,103000,492,1405,266,165,1,164,18200,100,18200,5580,340,4.10,10,10,20.9,1310,9,999999999,5,0.0000,0,88,0.000,0.0,1.0 +1978,11,27,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-6.10,-12.80,60,102900,590,1405,266,165,5,163,18700,400,18500,6240,340,3.60,10,10,20.9,1160,9,999999999,5,0.0000,0,88,0.000,0.0,1.0 +1978,11,27,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-6.10,-11.10,68,102800,624,1405,266,172,3,170,19400,200,19300,6640,350,3.10,10,10,16.1,490,9,999999999,6,0.0000,0,88,0.000,0.0,1.0 +1978,11,27,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-5.00,-8.90,74,102700,593,1405,271,170,3,168,19100,200,19000,6390,360,3.60,10,10,19.3,520,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +1978,11,27,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-4.40,-6.10,88,102600,499,1405,275,178,4,176,19500,300,19400,5850,20,3.10,10,10,8.0,520,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1978,11,27,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-3.90,-5.00,92,102500,347,1405,277,119,1,119,13000,100,13000,3710,20,2.60,10,10,4.8,520,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1978,11,27,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-1.70,-2.80,92,102500,151,1405,287,43,0,43,4700,0,4700,1330,100,7.20,10,10,3.2,490,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1978,11,27,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-1.70,-1.70,100,102300,4,293,288,4,0,4,0,0,0,0,100,8.20,10,10,1.6,310,9,999999999,10,0.0000,0,88,0.000,0.0,1.0 +1978,11,27,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-1.70,-1.70,100,102200,0,0,288,0,0,0,0,0,0,0,100,9.30,10,10,1.3,180,9,999999999,10,0.0000,0,88,0.000,0.0,1.0 +1978,11,27,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-1.10,-1.30,98,102100,0,0,291,0,0,0,0,0,0,0,110,10.30,10,10,0.8,180,9,999999999,10,0.0000,0,88,0.000,0.0,1.0 +1978,11,27,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,0.60,-0.90,89,101900,0,0,299,0,0,0,0,0,0,0,110,12.40,10,10,4.0,310,9,999999999,11,0.0000,0,88,0.000,0.0,1.0 +1978,11,27,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,0.60,-0.50,92,101700,0,0,299,0,0,0,0,0,0,0,110,10.30,10,10,6.4,1520,9,999999999,11,0.0000,0,88,0.000,0.0,1.0 +1978,11,27,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,0.60,-0.20,94,101600,0,0,299,0,0,0,0,0,0,0,100,10.80,10,10,4.8,210,9,999999999,11,0.0000,0,88,0.000,0.0,1.0 +1978,11,27,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,1.70,0.20,90,101400,0,0,304,0,0,0,0,0,0,0,90,10.80,10,10,6.4,270,9,999999999,11,0.0000,0,88,0.000,1.8,1.0 +1978,11,27,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,2.20,0.60,89,101400,0,0,307,0,0,0,0,0,0,0,70,7.70,10,10,6.4,180,9,999999999,12,0.0000,0,88,0.000,0.8,1.0 +1978,11,28,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,2.20,1.10,92,101200,0,0,307,0,0,0,0,0,0,0,40,7.20,10,10,6.4,180,9,999999999,12,0.0000,0,88,0.000,0.0,1.0 +1978,11,28,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,2.20,1.70,96,101100,0,0,307,0,0,0,0,0,0,0,30,7.20,10,10,11.3,180,9,999999999,12,0.0000,0,88,0.000,0.0,1.0 +1978,11,28,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-1.10,-2.80,89,101100,0,0,291,0,0,0,0,0,0,0,330,6.20,10,10,11.3,150,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1978,11,28,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-3.30,-5.00,88,101100,0,0,281,0,0,0,0,0,0,0,330,6.20,10,10,6.4,120,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1978,11,28,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-3.30,-5.60,85,101100,0,0,280,0,0,0,0,0,0,0,340,5.20,10,10,8.0,120,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1978,11,28,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-3.30,-5.00,88,101100,0,0,280,0,0,0,0,0,0,0,340,5.20,10,10,9.7,120,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1978,11,28,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-3.30,-4.40,92,101100,2,199,280,2,0,2,0,0,0,0,340,4.60,10,10,1.6,90,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1978,11,28,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-3.90,-5.60,88,101100,135,1405,277,26,0,26,2900,0,2900,910,330,4.10,10,10,1.3,90,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1978,11,28,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-3.90,-5.60,88,101100,334,1405,277,120,1,120,13100,100,13100,3620,30,3.60,10,10,1.6,120,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1978,11,28,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-3.90,-5.00,92,101000,488,1405,277,104,1,104,12000,100,11900,4110,330,4.10,10,10,0.8,90,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1978,11,28,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-3.90,-4.40,96,100900,586,1405,277,209,0,209,23100,0,23100,7210,290,3.60,10,10,3.2,150,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1978,11,28,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-3.90,-4.40,96,100900,621,1405,277,225,0,225,24900,0,24900,7830,300,4.10,10,10,4.8,180,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1978,11,28,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-3.90,-3.90,100,100800,590,1405,277,233,0,233,25600,0,25600,7640,260,2.60,10,10,6.4,180,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1978,11,28,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-1.10,-2.20,92,100700,496,1405,290,197,1,197,21500,100,21500,6130,230,3.10,10,10,6.4,180,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1978,11,28,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,1.10,0.00,92,100700,345,1405,300,116,1,115,12600,100,12600,3630,240,4.10,10,10,6.4,180,9,999999999,11,0.0000,0,88,0.000,0.0,1.0 +1978,11,28,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,2.80,1.10,89,100700,149,1405,293,51,9,50,5500,100,5500,1440,250,7.20,8,8,11.3,1520,9,999999999,12,0.0000,0,88,0.000,0.0,1.0 +1978,11,28,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,2.80,1.10,89,100800,4,269,250,3,0,1,0,0,0,0,240,8.20,2,2,16.1,77777,9,999999999,12,0.0000,0,88,0.000,0.0,1.0 +1978,11,28,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,3.30,1.10,86,101000,0,0,245,0,0,0,0,0,0,0,270,7.70,1,1,19.3,77777,9,999999999,12,0.0000,0,88,0.000,0.0,1.0 +1978,11,28,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,3.30,0.60,82,101100,0,0,245,0,0,0,0,0,0,0,270,8.80,1,1,24.1,77777,9,999999999,11,0.0000,0,88,0.000,0.0,1.0 +1978,11,28,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,3.30,-1.10,73,101400,0,0,236,0,0,0,0,0,0,0,280,10.30,0,0,24.1,77777,9,999999999,10,0.0000,0,88,0.000,0.0,1.0 +1978,11,28,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,2.80,-2.80,67,101600,0,0,232,0,0,0,0,0,0,0,290,8.80,0,0,24.1,77777,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1978,11,28,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,2.80,-3.30,65,101700,0,0,232,0,0,0,0,0,0,0,280,8.80,0,0,24.1,77777,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1978,11,28,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,2.80,-3.90,62,101800,0,0,232,0,0,0,0,0,0,0,290,8.80,0,0,24.1,77777,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1978,11,28,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,2.80,-3.90,62,101900,0,0,232,0,0,0,0,0,0,0,290,6.70,0,0,24.1,77777,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1978,11,29,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,1.70,-3.90,67,101900,0,0,228,0,0,0,0,0,0,0,270,6.70,0,0,24.1,77777,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1978,11,29,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,1.70,-4.40,64,102100,0,0,227,0,0,0,0,0,0,0,280,3.60,0,0,24.1,77777,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1978,11,29,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,1.70,-5.60,59,102200,0,0,224,0,0,0,0,0,0,0,280,5.20,0,0,24.1,77777,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1978,11,29,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,0.60,-5.00,67,102300,0,0,221,0,0,0,0,0,0,0,240,4.60,0,0,24.1,77777,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +1978,11,29,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,0.60,-4.40,70,102500,0,0,221,0,0,0,0,0,0,0,240,4.60,0,0,24.1,77777,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1978,11,29,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,1.10,-4.40,67,102600,0,0,222,0,0,0,0,0,0,0,270,3.60,0,0,24.1,77777,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1978,11,29,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,1.10,-4.40,67,102600,1,176,228,4,0,1,0,0,0,0,280,4.10,1,1,24.1,77777,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1978,11,29,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,1.10,-3.30,73,102700,131,1406,221,59,421,20,6000,25500,3600,390,240,3.60,0,0,24.1,77777,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1978,11,29,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,2.20,-2.80,70,102800,329,1406,225,195,677,35,20500,57500,7000,810,240,4.10,1,0,24.1,77777,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1978,11,29,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,3.30,-2.20,67,102800,484,1406,229,320,744,62,33000,68600,9300,1240,240,3.10,5,0,19.3,77777,9,999999999,10,0.0000,0,88,0.000,0.0,1.0 +1978,11,29,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,4.40,-2.20,62,102700,582,1406,232,406,813,67,42600,77900,10200,1420,230,2.10,4,0,19.3,77777,9,999999999,10,0.0000,0,88,0.000,0.0,1.0 +1978,11,29,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,5.00,-2.20,60,102600,617,1406,234,436,871,50,45800,83700,8900,1270,130,3.10,0,0,19.3,77777,9,999999999,10,0.0000,0,88,0.000,0.0,1.0 +1978,11,29,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,5.00,-1.70,62,102500,587,1406,235,411,828,61,42800,78900,9700,1320,140,3.60,3,0,19.3,77777,9,999999999,10,0.0000,0,88,0.000,0.0,1.0 +1978,11,29,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,5.00,-1.70,62,102500,493,1406,235,330,690,85,34000,63500,11700,1630,150,3.10,9,0,19.3,77777,9,999999999,10,0.0000,0,88,0.000,0.0,1.0 +1978,11,29,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,4.40,-2.80,60,102400,343,1406,248,189,449,77,19600,36800,10600,1410,180,4.10,10,2,24.1,77777,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1978,11,29,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,3.90,-2.20,65,102400,147,1406,296,49,45,44,5300,2500,5000,920,190,4.60,8,8,24.1,1160,9,999999999,10,0.0000,0,88,0.000,0.0,1.0 +1978,11,29,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,3.30,-1.70,70,102200,4,269,294,4,0,3,0,0,0,0,150,4.10,8,8,24.1,1250,9,999999999,10,0.0000,0,88,0.000,0.0,1.0 +1978,11,29,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,3.90,-1.70,67,102100,0,0,313,0,0,0,0,0,0,0,150,5.20,10,10,24.1,1160,9,999999999,10,0.0000,0,88,0.000,0.0,1.0 +1978,11,29,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,3.30,-1.70,70,102000,0,0,310,0,0,0,0,0,0,0,150,6.20,10,10,24.1,790,9,999999999,10,0.0000,0,88,0.000,0.0,1.0 +1978,11,29,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,3.30,-0.60,76,101800,0,0,311,0,0,0,0,0,0,0,140,7.70,10,10,24.1,730,9,999999999,11,0.0000,0,88,0.000,0.0,1.0 +1978,11,29,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,3.90,0.00,76,101800,0,0,314,0,0,0,0,0,0,0,170,5.20,10,10,24.1,670,9,999999999,11,0.0000,0,88,0.000,0.0,1.0 +1978,11,29,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,3.90,0.60,79,101700,0,0,314,0,0,0,0,0,0,0,160,4.10,10,10,19.3,670,9,999999999,11,0.0000,0,88,0.000,0.3,1.0 +1978,11,29,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,3.90,1.70,86,101500,0,0,315,0,0,0,0,0,0,0,150,4.10,10,10,19.3,610,9,999999999,12,0.0000,0,88,0.000,0.5,1.0 +1978,11,29,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,3.90,2.20,89,101400,0,0,315,0,0,0,0,0,0,0,150,3.10,10,10,8.0,400,9,999999999,12,0.0000,0,88,0.000,1.3,1.0 +1978,11,30,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,3.90,2.80,93,101200,0,0,315,0,0,0,0,0,0,0,150,1.00,10,10,6.4,180,9,999999999,13,0.0000,0,88,0.000,1.8,1.0 +1978,11,30,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,3.90,3.30,96,101000,0,0,315,0,0,0,0,0,0,0,340,2.60,10,10,3.2,120,9,999999999,13,0.0000,0,88,0.000,3.0,1.0 +1978,11,30,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,3.90,3.30,96,100800,0,0,315,0,0,0,0,0,0,0,10,2.10,10,10,3.2,210,9,999999999,13,0.0000,0,88,0.000,1.5,1.0 +1978,11,30,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,3.90,3.30,96,100600,0,0,315,0,0,0,0,0,0,0,330,3.10,10,10,3.2,210,9,999999999,13,0.0000,0,88,0.000,1.3,1.0 +1978,11,30,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,3.30,2.80,96,100600,0,0,312,0,0,0,0,0,0,0,330,4.60,10,10,3.2,270,9,999999999,13,0.0000,0,88,0.000,0.0,1.0 +1978,11,30,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,3.30,2.20,93,100500,0,0,311,0,0,0,0,0,0,0,270,2.60,10,10,11.3,760,9,999999999,12,0.0000,0,88,0.000,0.0,1.0 +1978,11,30,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,3.90,2.80,93,100600,1,152,300,0,0,0,0,0,0,0,270,2.60,8,8,9.7,3660,9,999999999,13,0.0000,0,88,0.000,0.0,1.0 +1978,11,30,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,4.40,2.80,89,100700,127,1406,294,28,18,26,3000,1100,2900,640,270,4.60,7,7,11.3,3660,9,999999999,13,0.0000,0,88,0.000,0.0,1.0 +1978,11,30,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,4.40,2.80,89,100700,325,1406,272,122,172,82,12900,13900,9700,1570,260,5.20,5,4,12.9,77777,9,999999999,13,0.0000,0,88,0.000,0.0,1.0 +1978,11,30,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,6.10,3.90,86,100800,480,1406,257,275,557,84,28500,50900,11000,1590,250,6.20,1,1,12.9,77777,9,999999999,14,0.0000,0,88,0.000,0.0,1.0 +1978,11,30,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,7.80,3.30,74,100800,578,1406,254,367,675,87,38400,64700,11700,1760,260,7.70,0,0,16.1,77777,9,999999999,13,0.0000,0,88,0.000,0.0,1.0 +1978,11,30,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,8.90,2.80,66,100700,614,1406,257,403,690,99,42000,66700,12800,2010,280,7.70,2,0,16.1,77777,9,999999999,13,0.0000,0,88,0.000,0.0,1.0 +1978,11,30,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,9.40,1.70,59,100700,584,1406,264,357,576,115,36600,54600,13800,2220,290,9.30,7,1,19.3,77777,9,999999999,12,0.0000,0,88,0.000,0.0,1.0 +1978,11,30,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,8.90,0.60,56,100700,491,1406,269,278,448,119,28900,41500,14300,2280,290,7.70,9,2,19.3,77777,9,999999999,11,0.0000,0,88,0.000,0.0,1.0 +1978,11,30,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,8.90,1.10,59,100800,340,1406,279,139,202,89,14600,16700,10600,1720,270,7.70,9,3,19.3,77777,9,999999999,12,0.0000,0,88,0.000,0.0,1.0 +1978,11,30,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,8.30,0.60,58,100800,145,1406,293,48,63,41,5200,3500,4800,860,280,8.20,8,5,24.1,9140,9,999999999,11,0.0000,0,88,0.000,0.0,1.0 +1978,11,30,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,7.80,1.10,63,100900,4,270,308,1,0,1,0,0,0,0,280,5.70,7,7,24.1,9140,9,999999999,12,0.0000,0,88,0.000,0.0,1.0 +1978,11,30,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,7.20,1.10,65,101000,0,0,275,0,0,0,0,0,0,0,280,4.60,4,3,24.1,77777,9,999999999,12,0.0000,0,88,0.000,0.0,1.0 +1978,11,30,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,6.70,1.10,68,101100,0,0,297,0,0,0,0,0,0,0,290,4.10,7,6,24.1,4570,9,999999999,12,0.0000,0,88,0.000,0.0,1.0 +1978,11,30,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,5.60,1.10,73,101200,0,0,307,0,0,0,0,0,0,0,300,5.20,8,8,24.1,4570,9,999999999,12,0.0000,0,88,0.000,0.0,1.0 +1978,11,30,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,5.00,0.00,70,101200,0,0,319,0,0,0,0,0,0,0,290,5.20,10,10,24.1,9140,9,999999999,11,0.0000,0,88,0.000,0.0,1.0 +1978,11,30,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,5.50,0.10,68,101300,0,0,321,0,0,0,0,0,0,0,280,5.60,10,10,24.1,4570,9,999999999,10,0.0000,0,88,0.000,0.0,1.0 +1978,11,30,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,5.90,0.20,57,101300,0,0,294,0,0,0,0,0,0,0,300,6.10,7,6,24.1,9140,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +1978,11,30,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,6.40,0.30,55,101400,0,0,259,0,0,0,0,0,0,0,290,6.50,3,1,24.1,77777,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +2003,12,1,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,6.90,0.30,58,100600,0,0,283,0,0,0,0,0,0,0,190,6.90,9,4,16.0,3658,9,999999999,11,0.0000,0,88,0.000,0.0,1.0 +2003,12,1,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,7.40,0.40,64,100500,0,0,285,0,0,0,0,0,0,0,180,7.30,10,4,16.0,3658,9,999999999,11,0.0000,0,88,0.000,0.0,1.0 +2003,12,1,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,7.80,0.50,55,100400,0,0,332,0,0,0,0,0,0,0,210,7.80,10,10,16.0,3048,9,999999999,12,0.0000,0,88,0.000,0.0,1.0 +2003,12,1,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,8.30,0.60,58,100300,0,0,319,0,0,0,0,0,0,0,220,8.20,8,8,16.0,2896,9,999999999,12,0.0000,0,88,0.000,0.0,1.0 +2003,12,1,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,7.80,0.60,60,100300,0,0,269,0,0,0,0,0,0,0,220,8.80,2,2,16.0,77777,9,999999999,12,0.0000,0,88,0.000,0.0,1.0 +2003,12,1,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,7.20,0.60,63,100300,0,0,305,0,0,0,0,0,0,0,230,6.70,8,7,16.0,77777,9,999999999,12,0.0000,0,88,0.000,0.0,1.0 +2003,12,1,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,7.20,0.00,60,100200,1,129,296,0,0,0,0,0,0,0,230,6.70,6,6,16.0,6096,9,999999999,12,0.0000,0,88,0.000,0.0,1.0 +2003,12,1,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,7.80,-0.60,55,100200,123,1407,289,0,0,0,0,0,0,0,230,6.20,8,5,16.0,3658,9,999999999,11,0.0000,0,88,0.000,0.0,1.0 +2003,12,1,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,8.90,-1.10,49,100200,321,1407,318,30,0,30,3600,0,3600,1270,250,8.20,9,8,16.0,2438,9,999999999,11,0.0000,0,88,0.000,0.0,1.0 +2003,12,1,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,8.30,-2.80,44,100300,476,1407,314,53,0,53,6400,0,6400,2330,260,6.70,9,8,16.0,1494,9,999999999,10,0.0000,0,88,0.000,0.0,1.0 +2003,12,1,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,8.30,-2.20,46,100200,575,1407,297,119,0,119,13800,0,13800,4910,270,6.70,6,6,16.0,4267,9,999999999,10,0.0000,0,88,0.000,0.0,1.0 +2003,12,1,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,9.40,-3.90,37,100200,611,1407,281,423,565,176,43600,55000,19600,3610,270,10.30,4,4,16.0,77777,9,999999999,10,0.0000,0,88,0.000,0.0,1.0 +2003,12,1,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,8.30,-3.90,40,100300,581,1407,286,378,655,106,39200,62300,13300,2080,300,11.30,5,5,16.0,77777,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +2003,12,1,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,8.30,-5.60,35,100400,488,1407,257,299,575,99,30700,52300,12400,1830,290,8.20,2,2,16.0,77777,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +2003,12,1,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,4.40,-2.20,61,100600,339,1407,265,197,517,72,20000,42000,9900,1270,300,9.80,4,4,16.0,77777,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +2003,12,1,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,6.10,-8.90,30,100700,144,1407,265,61,305,30,6200,17200,4400,520,280,11.30,4,4,16.0,4267,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +2003,12,1,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,5.00,-9.40,31,100800,3,246,252,0,0,0,0,0,0,0,280,8.80,3,3,16.0,77777,9,999999999,6,0.0000,0,88,0.000,0.0,1.0 +2003,12,1,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,5.00,-8.30,35,101000,0,0,254,0,0,0,0,0,0,0,260,6.20,3,3,16.0,77777,9,999999999,6,0.0000,0,88,0.000,0.0,1.0 +2003,12,1,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,3.90,-9.40,34,101000,0,0,224,0,0,0,0,0,0,0,280,8.20,0,0,16.0,77777,9,999999999,5,0.0000,0,88,0.000,0.0,1.0 +2003,12,1,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,3.30,-9.40,35,101200,0,0,223,0,0,0,0,0,0,0,270,8.80,0,0,16.0,77777,9,999999999,5,0.0000,0,88,0.000,0.0,1.0 +2003,12,1,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,2.80,-8.90,38,101200,0,0,223,0,0,0,0,0,0,0,270,7.70,0,0,16.0,77777,9,999999999,5,0.0000,0,88,0.000,0.0,1.0 +2003,12,1,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,2.20,-10.60,34,101300,0,0,219,0,0,0,0,0,0,0,280,7.70,0,0,16.0,77777,9,999999999,4,0.0000,0,88,0.000,0.0,1.0 +2003,12,1,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,1.70,-8.90,41,101300,0,0,220,0,0,0,0,0,0,0,250,8.20,0,0,16.0,77777,9,999999999,5,0.0000,0,88,0.000,0.0,1.0 +2003,12,1,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,1.10,-7.80,48,101300,0,0,220,0,0,0,0,0,0,0,250,6.20,0,0,16.0,77777,9,999999999,5,0.0000,0,88,0.000,0.0,1.0 +2003,12,2,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,1.10,-6.10,55,101200,0,0,222,0,0,0,0,0,0,0,260,7.20,0,0,16.0,77777,9,999999999,5,0.0000,0,88,0.000,0.0,1.0 +2003,12,2,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,0.00,-5.60,62,101300,0,0,219,0,0,0,0,0,0,0,230,6.70,0,0,16.0,77777,9,999999999,5,0.0000,0,88,0.000,0.0,1.0 +2003,12,2,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,0.00,-5.60,62,101200,0,0,219,0,0,0,0,0,0,0,230,6.20,0,0,16.0,77777,9,999999999,5,0.0000,0,88,0.000,0.0,1.0 +2003,12,2,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,0.00,-6.70,57,101200,0,0,216,0,0,0,0,0,0,0,230,6.70,0,0,16.0,77777,9,999999999,5,0.0000,0,88,0.000,0.0,1.0 +2003,12,2,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,0.00,-6.70,57,101200,0,0,215,0,0,0,0,0,0,0,240,9.30,0,0,16.0,77777,9,999999999,5,0.0000,0,88,0.000,0.0,1.0 +2003,12,2,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,0.60,-6.70,54,101200,0,0,216,0,0,0,0,0,0,0,250,7.70,0,0,16.0,77777,9,999999999,5,0.0000,0,88,0.000,0.0,1.0 +2003,12,2,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-1.70,-3.90,83,101400,0,106,287,0,0,0,0,0,0,0,310,6.20,10,10,0.8,1463,9,999999999,4,0.0000,0,88,0.000,0.0,1.0 +2003,12,2,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-1.70,-6.10,69,101500,119,1407,231,0,0,0,0,0,0,0,300,5.20,3,3,16.0,77777,9,999999999,4,0.0000,0,88,0.000,0.0,1.0 +2003,12,2,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,0.00,-6.70,57,101500,317,1407,244,190,534,69,19300,42300,9700,1200,290,4.60,4,4,16.0,77777,9,999999999,4,0.0000,0,88,0.000,0.0,1.0 +2003,12,2,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,0.00,-11.70,37,101500,472,1407,274,313,476,152,31700,43400,17100,3010,290,11.30,8,8,16.0,1829,9,999999999,4,0.0000,0,88,0.000,0.0,1.0 +2003,12,2,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-2.80,-7.80,65,101600,571,1407,281,214,67,186,23400,6500,20700,5090,330,7.70,10,10,14.4,1250,9,999999999,4,0.0000,0,88,0.000,0.0,1.0 +2003,12,2,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-1.70,-7.80,59,101500,608,1407,269,272,150,207,29400,14900,22900,4940,320,5.20,8,8,16.0,2438,9,999999999,4,0.0000,0,88,0.000,0.0,1.0 +2003,12,2,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-2.80,-7.80,65,101500,578,1407,281,122,0,122,14100,0,14100,5020,300,8.20,10,10,1.6,579,9,999999999,4,0.0000,0,88,0.000,0.0,1.0 +2003,12,2,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-1.10,-12.80,36,101500,486,1407,243,122,6,120,13800,400,13700,4550,270,8.20,6,5,16.0,77777,9,999999999,4,0.0000,0,88,0.000,0.0,1.0 +2003,12,2,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-2.20,-13.30,38,101700,337,1407,282,172,295,101,18000,24200,12200,2020,310,9.80,10,10,16.0,1676,9,999999999,4,0.0000,0,88,0.000,0.0,1.0 +2003,12,2,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-4.40,-12.80,48,101900,142,1407,224,61,246,36,6300,12800,5000,650,320,8.80,4,4,16.0,77777,9,999999999,4,0.0000,0,88,0.000,0.0,1.0 +2003,12,2,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-5.00,-16.10,37,102000,3,246,254,0,0,0,0,0,0,0,300,8.80,8,8,16.0,1524,9,999999999,3,0.0000,0,88,0.000,0.0,1.0 +2003,12,2,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-5.60,-16.70,37,102100,0,0,219,0,0,0,0,0,0,0,320,8.20,4,4,16.0,77777,9,999999999,3,0.0000,0,88,0.000,0.0,1.0 +2003,12,2,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-6.70,-17.80,37,102200,0,0,183,0,0,0,0,0,0,0,310,9.30,0,0,16.0,77777,9,999999999,2,0.0000,0,88,0.000,0.0,1.0 +2003,12,2,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-7.20,-18.90,35,102300,0,0,182,0,0,0,0,0,0,0,320,11.80,0,0,16.0,77777,9,999999999,2,0.0000,0,88,0.000,0.0,1.0 +2003,12,2,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-7.20,-18.90,35,102300,0,0,182,0,0,0,0,0,0,0,310,11.80,0,0,16.0,77777,9,999999999,2,0.0000,0,88,0.000,0.0,1.0 +2003,12,2,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-7.80,-18.90,36,102300,0,0,181,0,0,0,0,0,0,0,310,9.30,0,0,16.0,77777,9,999999999,2,0.0000,0,88,0.000,0.0,1.0 +2003,12,2,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-7.80,-18.90,36,102400,0,0,182,0,0,0,0,0,0,0,310,7.70,0,0,16.0,77777,9,999999999,3,0.0000,0,88,0.000,0.0,1.0 +2003,12,2,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-8.30,-18.30,40,102400,0,0,181,0,0,0,0,0,0,0,310,7.70,0,0,16.0,77777,9,999999999,3,0.0000,0,88,0.000,0.0,1.0 +2003,12,3,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-8.90,-18.30,42,102400,0,0,179,0,0,0,0,0,0,0,310,8.80,0,0,16.0,77777,9,999999999,3,0.0000,0,88,0.000,0.0,1.0 +2003,12,3,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-8.90,-18.30,42,102400,0,0,179,0,0,0,0,0,0,0,290,9.30,0,0,16.0,77777,9,999999999,3,0.0000,0,88,0.000,0.0,1.0 +2003,12,3,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-8.90,-17.80,44,102500,0,0,179,0,0,0,0,0,0,0,300,9.80,0,0,16.0,77777,9,999999999,3,0.0000,0,88,0.000,0.0,1.0 +2003,12,3,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-8.90,-17.80,44,102500,0,0,178,0,0,0,0,0,0,0,310,8.80,0,0,16.0,77777,9,999999999,3,0.0000,0,88,0.000,0.0,1.0 +2003,12,3,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-8.90,-17.80,44,102600,0,0,177,0,0,0,0,0,0,0,300,7.70,0,0,16.0,77777,9,999999999,3,0.0000,0,88,0.000,0.0,1.0 +2003,12,3,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-8.90,-17.80,44,102700,0,0,176,0,0,0,0,0,0,0,300,7.20,0,0,16.0,77777,9,999999999,3,0.0000,0,88,0.000,0.0,1.0 +2003,12,3,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-8.90,-17.20,47,102700,0,59,176,0,0,0,0,0,0,0,320,7.20,0,0,16.0,77777,9,999999999,3,0.0000,0,88,0.000,0.0,1.0 +2003,12,3,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-8.30,-17.20,45,102800,115,1408,177,0,0,0,0,0,0,0,300,5.70,0,0,16.0,77777,9,999999999,3,0.0000,0,88,0.000,0.0,1.0 +2003,12,3,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-7.20,-17.20,41,102800,313,1408,179,184,496,73,18500,38900,9800,1250,300,8.20,0,0,16.0,77777,9,999999999,3,0.0000,0,88,0.000,0.0,1.0 +2003,12,3,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-5.60,-17.20,35,102800,468,1408,183,307,619,100,31300,55500,12700,1820,320,8.20,0,0,16.0,77777,9,999999999,3,0.0000,0,88,0.000,0.0,1.0 +2003,12,3,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-4.40,-16.70,33,102800,568,1408,186,371,613,122,37900,57500,14600,2300,310,7.70,0,0,16.0,77777,9,999999999,3,0.0000,0,88,0.000,0.0,1.0 +2003,12,3,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-2.80,-16.10,31,102700,605,1408,191,381,529,152,39800,51500,17600,3050,300,7.70,0,0,16.0,77777,9,999999999,3,0.0000,0,88,0.000,0.0,1.0 +2003,12,3,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-1.70,-16.10,28,102700,576,1408,194,372,643,108,38500,61000,13400,2100,290,7.20,0,0,16.0,77777,9,999999999,3,0.0000,0,88,0.000,0.0,1.0 +2003,12,3,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-1.10,-16.10,27,102700,484,1408,196,299,593,94,30700,54000,12100,1750,300,7.20,0,0,16.0,77777,9,999999999,3,0.0000,0,88,0.000,0.0,1.0 +2003,12,3,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-1.10,-16.10,27,102700,335,1408,197,187,494,68,19000,40100,9400,1210,300,6.20,0,0,16.0,77777,9,999999999,4,0.0000,0,88,0.000,0.0,1.0 +2003,12,3,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-1.70,-16.10,28,102700,141,1408,196,57,299,27,5800,16800,4100,480,320,6.20,0,0,16.0,77777,9,999999999,4,0.0000,0,88,0.000,0.0,1.0 +2003,12,3,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-2.80,-15.60,32,102800,3,246,194,0,0,0,0,0,0,0,290,8.80,0,0,16.0,77777,9,999999999,3,0.0000,0,88,0.000,0.0,1.0 +2003,12,3,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-2.80,-15.60,32,102800,0,0,195,0,0,0,0,0,0,0,300,9.30,0,0,16.0,77777,9,999999999,3,0.0000,0,88,0.000,0.0,1.0 +2003,12,3,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-3.30,-15.00,36,102900,0,0,195,0,0,0,0,0,0,0,290,5.20,0,0,16.0,77777,9,999999999,3,0.0000,0,88,0.000,0.0,1.0 +2003,12,3,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-3.90,-15.00,37,102900,0,0,195,0,0,0,0,0,0,0,280,6.70,0,0,16.0,77777,9,999999999,3,0.0000,0,88,0.000,0.0,1.0 +2003,12,3,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-4.40,-14.40,41,102900,0,0,195,0,0,0,0,0,0,0,270,7.20,0,0,16.0,77777,9,999999999,3,0.0000,0,88,0.000,0.0,1.0 +2003,12,3,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-4.40,-13.90,43,102900,0,0,196,0,0,0,0,0,0,0,280,7.20,0,0,16.0,77777,9,999999999,3,0.0000,0,88,0.000,0.0,1.0 +2003,12,3,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-5.00,-13.30,48,102900,0,0,195,0,0,0,0,0,0,0,270,5.70,0,0,16.0,77777,9,999999999,3,0.0000,0,88,0.000,0.0,1.0 +2003,12,3,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-5.00,-13.30,48,102800,0,0,195,0,0,0,0,0,0,0,280,6.20,0,0,16.0,77777,9,999999999,3,0.0000,0,88,0.000,0.0,1.0 +2003,12,4,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-5.60,-13.30,51,102800,0,0,193,0,0,0,0,0,0,0,290,5.70,0,0,16.0,77777,9,999999999,4,0.0000,0,88,0.000,0.0,1.0 +2003,12,4,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-5.60,-12.80,53,102900,0,0,193,0,0,0,0,0,0,0,280,5.20,0,0,16.0,77777,9,999999999,4,0.0000,0,88,0.000,0.0,1.0 +2003,12,4,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-5.60,-12.80,53,102800,0,0,193,0,0,0,0,0,0,0,290,4.10,0,0,16.0,77777,9,999999999,4,0.0000,0,88,0.000,0.0,1.0 +2003,12,4,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-5.60,-11.70,59,102800,0,0,193,0,0,0,0,0,0,0,280,4.60,0,0,16.0,77777,9,999999999,4,0.0000,0,88,0.000,0.0,1.0 +2003,12,4,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-5.00,-11.70,56,102800,0,0,233,0,0,0,0,0,0,0,270,6.70,5,5,16.0,77777,9,999999999,5,0.0000,0,88,0.000,0.0,1.0 +2003,12,4,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-4.40,-11.10,56,102900,0,0,274,0,0,0,0,0,0,0,260,5.70,10,10,16.0,1341,9,999999999,5,0.0000,0,88,0.000,0.0,1.0 +2003,12,4,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-4.40,-10.60,58,102800,0,35,227,0,0,0,0,0,0,0,280,2.10,4,4,16.0,77777,9,999999999,5,0.0000,0,88,0.000,0.0,1.0 +2003,12,4,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-3.30,-9.40,59,102800,111,1408,263,0,0,0,0,0,0,0,280,3.10,8,8,16.0,2286,9,999999999,5,0.0000,0,88,0.000,0.0,1.0 +2003,12,4,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-2.20,-8.30,59,102800,309,1408,203,184,516,70,18600,40300,9700,1210,240,3.10,0,0,16.0,77777,9,999999999,6,0.0000,0,88,0.000,0.0,1.0 +2003,12,4,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-1.10,-8.30,54,102700,465,1408,205,307,631,98,31400,56500,12600,1780,250,3.60,1,0,16.0,77777,9,999999999,6,0.0000,0,88,0.000,0.0,1.0 +2003,12,4,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-0.60,-7.80,54,102600,565,1408,232,384,583,149,39900,55900,17400,2960,310,1.50,3,3,16.0,77777,9,999999999,6,0.0000,0,88,0.000,0.0,1.0 +2003,12,4,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,0.60,-7.20,52,102500,602,1408,279,260,132,203,28100,13100,22400,4830,0,0.00,8,8,16.0,1097,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +2003,12,4,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,1.10,-6.70,52,102500,573,1408,281,157,12,152,17800,900,17400,5850,40,3.10,8,8,16.0,1097,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +2003,12,4,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,1.70,-5.60,55,102500,482,1408,284,78,0,78,9100,0,9100,3260,30,4.60,8,8,16.0,1097,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +2003,12,4,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,0.60,-5.00,63,102500,334,1408,248,126,113,99,13600,9500,11400,2160,350,4.60,4,4,16.0,77777,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +2003,12,4,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-0.60,-5.60,66,102600,140,1408,275,50,152,35,5200,7800,4400,630,340,4.60,8,8,16.0,1067,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +2003,12,4,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-1.10,-6.70,62,102700,3,246,273,0,0,0,0,0,0,0,340,4.10,8,8,16.0,1524,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +2003,12,4,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-1.10,-7.80,57,102700,0,0,273,0,0,0,0,0,0,0,320,4.60,8,8,16.0,1676,9,999999999,6,0.0000,0,88,0.000,0.0,1.0 +2003,12,4,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-1.70,-8.30,57,102700,0,0,224,0,0,0,0,0,0,0,320,4.10,10,2,16.0,77777,9,999999999,6,0.0000,0,88,0.000,0.0,1.0 +2003,12,4,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-2.20,-10.60,48,102700,0,0,205,0,0,0,0,0,0,0,310,5.20,0,0,16.0,77777,9,999999999,5,0.0000,0,88,0.000,0.0,1.0 +2003,12,4,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-2.80,-11.10,49,102800,0,0,203,0,0,0,0,0,0,0,320,3.60,0,0,16.0,77777,9,999999999,5,0.0000,0,88,0.000,0.0,1.0 +2003,12,4,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-3.30,-11.70,48,102800,0,0,201,0,0,0,0,0,0,0,320,4.10,0,0,16.0,77777,9,999999999,5,0.0000,0,88,0.000,0.0,1.0 +2003,12,4,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-4.40,-12.20,50,102800,0,0,198,0,0,0,0,0,0,0,320,5.20,0,0,16.0,77777,9,999999999,5,0.0000,0,88,0.000,0.0,1.0 +2003,12,4,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-5.00,-12.80,50,102800,0,0,196,0,0,0,0,0,0,0,300,4.10,0,0,16.0,77777,9,999999999,4,0.0000,0,88,0.000,0.0,1.0 +2003,12,5,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-5.60,-13.30,51,102800,0,0,193,0,0,0,0,0,0,0,310,4.10,0,0,16.0,77777,9,999999999,4,0.0000,0,88,0.000,0.0,1.0 +2003,12,5,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-6.10,-13.90,50,102800,0,0,191,0,0,0,0,0,0,0,300,3.10,0,0,16.0,77777,9,999999999,4,0.0000,0,88,0.000,0.0,1.0 +2003,12,5,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-6.70,-13.30,56,102800,0,0,189,0,0,0,0,0,0,0,320,3.10,0,0,16.0,77777,9,999999999,5,0.0000,0,88,0.000,0.0,1.0 +2003,12,5,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-6.70,-13.90,53,102700,0,0,188,0,0,0,0,0,0,0,330,3.60,0,0,16.0,77777,9,999999999,5,0.0000,0,88,0.000,0.0,1.0 +2003,12,5,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-6.70,-13.30,56,102700,0,0,187,0,0,0,0,0,0,0,330,3.60,0,0,16.0,77777,9,999999999,5,0.0000,0,88,0.000,0.0,1.0 +2003,12,5,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-7.20,-12.80,61,102800,0,0,201,0,0,0,0,0,0,0,290,4.60,2,2,16.0,77777,9,999999999,4,0.0000,0,88,0.000,0.0,1.0 +2003,12,5,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-7.20,-12.80,61,102800,0,12,208,0,0,0,0,0,0,0,320,4.10,3,3,16.0,77777,9,999999999,4,0.0000,0,88,0.000,0.0,1.0 +2003,12,5,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-6.70,-12.80,58,102800,108,1409,256,0,0,0,0,0,0,0,320,4.10,9,9,16.0,7620,9,999999999,5,0.0000,0,88,0.000,0.0,1.0 +2003,12,5,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-5.60,-12.80,53,102800,306,1409,260,131,131,103,14100,10500,11800,2230,340,3.10,9,9,16.0,6706,9,999999999,5,0.0000,0,88,0.000,0.0,1.0 +2003,12,5,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-4.40,-13.30,46,102800,461,1409,265,227,266,140,23900,24800,15800,2890,330,3.10,9,9,16.0,6706,9,999999999,6,0.0000,0,88,0.000,0.0,1.0 +2003,12,5,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-3.30,-12.80,44,102600,561,1409,269,302,334,168,32000,33000,18800,3580,320,2.10,9,9,16.0,6706,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +2003,12,5,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-2.80,-11.10,49,102600,599,1409,271,369,451,176,37900,43700,19300,3600,340,1.50,9,9,16.0,6096,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +2003,12,5,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-1.70,-9.40,52,102600,571,1409,285,274,155,211,29400,15200,23200,4970,350,1.50,10,10,16.0,6096,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +2003,12,5,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-1.70,-8.30,57,102500,480,1409,285,222,182,159,23900,17200,18000,3620,10,4.10,10,10,16.0,6096,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +2003,12,5,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-1.10,-6.70,62,102500,332,1409,288,91,17,87,10200,800,10000,3010,10,5.20,10,10,16.0,5486,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +2003,12,5,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-0.60,-5.60,66,102400,139,1409,291,25,0,25,2900,0,2900,890,20,5.20,10,10,16.0,762,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +2003,12,5,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,0.60,-5.00,63,102400,3,223,297,0,0,0,0,0,0,0,90,7.20,10,10,16.0,762,9,999999999,10,0.0000,0,88,0.000,0.0,1.0 +2003,12,5,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,0.60,-5.00,63,102400,0,0,297,0,0,0,0,0,0,0,80,10.30,10,10,16.0,762,9,999999999,11,0.0000,0,88,0.000,0.0,1.0 +2003,12,5,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,0.00,-5.60,62,102300,0,0,294,0,0,0,0,0,0,0,70,10.80,10,10,11.2,732,9,999999999,13,0.0000,0,88,0.000,0.0,1.0 +2003,12,5,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,0.00,-6.10,60,102300,0,0,294,0,0,0,0,0,0,0,60,9.30,10,10,11.2,762,9,999999999,13,0.0000,0,88,0.000,0.0,1.0 +2003,12,5,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,0.00,-6.10,60,102300,0,0,295,0,0,0,0,0,0,0,60,9.80,10,10,11.2,762,9,999999999,14,0.0000,0,88,0.000,0.0,1.0 +2003,12,5,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,0.00,-6.10,60,102200,0,0,295,0,0,0,0,0,0,0,50,12.40,10,10,11.2,853,9,999999999,14,0.0000,0,88,0.000,0.0,1.0 +2003,12,5,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-1.10,-3.90,79,102200,0,0,291,0,0,0,0,0,0,0,60,11.30,10,10,7.7,610,9,999999999,14,0.0000,0,88,0.000,0.0,1.0 +2003,12,5,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-0.60,-3.30,80,102000,0,0,293,0,0,0,0,0,0,0,50,10.80,10,10,4.3,518,9,999999999,15,0.0000,0,88,0.000,0.0,1.0 +2003,12,6,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-0.60,-2.20,88,102100,0,0,294,0,0,0,0,0,0,0,50,13.40,10,10,0.8,152,9,999999999,15,0.0000,0,88,0.000,0.0,1.0 +2003,12,6,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-0.60,-1.70,91,102000,0,0,294,0,0,0,0,0,0,0,60,12.40,10,10,0.8,274,9,999999999,15,0.0000,0,88,0.000,0.0,1.0 +2003,12,6,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,0.60,-1.10,87,101900,0,0,299,0,0,0,0,0,0,0,60,12.90,10,10,0.8,396,9,999999999,16,0.0000,0,88,0.000,0.0,1.0 +2003,12,6,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,0.60,-1.10,87,101800,0,0,299,0,0,0,0,0,0,0,60,12.40,10,10,0.8,427,9,999999999,16,0.0000,0,88,0.000,0.0,1.0 +2003,12,6,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,0.60,-1.10,87,101700,0,0,298,0,0,0,0,0,0,0,70,16.50,10,10,0.8,366,9,999999999,16,0.0000,0,88,0.000,0.0,1.0 +2003,12,6,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,0.60,-2.80,76,101700,0,0,298,0,0,0,0,0,0,0,60,14.90,10,10,0.8,457,9,999999999,15,0.0000,0,88,0.000,0.0,1.0 +2003,12,6,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,0.60,-1.70,83,101700,0,0,298,0,0,0,0,0,0,0,60,14.40,10,10,0.8,427,9,999999999,15,0.0000,0,88,0.000,0.0,1.0 +2003,12,6,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,0.60,-1.10,87,101600,104,1397,298,0,0,0,0,0,0,0,40,10.80,10,10,0.8,183,9,999999999,15,0.0000,0,88,0.000,0.0,1.0 +2003,12,6,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-5.00,-6.70,86,101600,302,1409,272,124,118,98,13300,9500,11200,2120,340,7.70,10,10,0.4,244,9,999999999,15,0.0000,0,88,0.000,0.0,1.0 +2003,12,6,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-4.40,-6.10,86,101500,458,1409,275,174,81,148,19100,7600,16600,3820,350,7.70,10,10,0.4,244,9,999999999,15,0.0000,0,88,0.000,0.0,1.0 +2003,12,6,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-4.40,-6.10,86,101300,558,1409,275,63,0,63,7600,0,7600,2860,350,9.30,10,10,0.8,244,9,999999999,15,0.0000,0,88,0.000,0.0,1.0 +2003,12,6,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-3.90,-5.00,91,101200,596,1409,277,67,0,67,8100,0,8100,3080,350,7.20,10,10,0.4,244,9,999999999,14,0.0000,0,88,0.000,0.0,1.0 +2003,12,6,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-3.30,-5.00,87,101000,569,1409,279,70,0,70,8400,0,8400,3150,360,9.80,10,10,0.4,244,9,999999999,14,0.0000,0,88,0.000,0.0,1.0 +2003,12,6,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-3.30,-4.40,91,100900,479,1409,280,50,0,50,6100,0,6100,2220,360,7.70,10,10,0.4,183,9,999999999,14,0.0000,0,88,0.000,0.0,1.0 +2003,12,6,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-2.20,-3.30,91,100800,331,1409,285,30,0,30,3600,0,3600,1270,20,9.30,10,10,0.4,183,9,999999999,14,0.0000,0,88,0.000,0.0,1.0 +2003,12,6,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,0.60,-0.60,91,100700,138,1409,298,36,64,29,3800,3100,3500,510,40,14.90,10,10,0.4,183,9,999999999,15,0.0000,0,88,0.000,0.0,1.0 +2003,12,6,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,1.10,-0.60,88,100600,3,223,300,0,0,0,0,0,0,0,30,16.50,10,10,0.4,274,9,999999999,15,0.0000,0,88,0.000,0.0,1.0 +2003,12,6,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-1.70,-2.20,96,100700,0,0,288,0,0,0,0,0,0,0,350,7.70,10,10,0.4,213,9,999999999,15,0.0000,0,88,0.000,0.0,1.0 +2003,12,6,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-3.30,-4.40,91,100600,0,0,281,0,0,0,0,0,0,0,360,10.80,10,10,0.4,366,9,999999999,15,0.0000,0,88,0.000,0.0,1.0 +2003,12,6,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-3.30,-4.40,91,100500,0,0,281,0,0,0,0,0,0,0,360,9.80,10,10,0.4,122,9,999999999,15,0.0000,0,88,0.000,0.0,1.0 +2003,12,6,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-2.80,-4.40,87,100300,0,0,283,0,0,0,0,0,0,0,350,10.30,10,10,0.4,61,9,999999999,15,0.0000,0,88,0.000,0.0,1.0 +2003,12,6,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-3.30,-4.40,91,100300,0,0,281,0,0,0,0,0,0,0,350,10.30,10,10,0.4,61,9,999999999,15,0.0000,0,88,0.000,0.0,1.0 +2003,12,6,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-3.30,-5.00,87,100200,0,0,281,0,0,0,0,0,0,0,360,12.40,10,10,0.4,91,9,999999999,14,0.0000,0,88,0.000,0.0,1.0 +2003,12,6,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-3.90,-5.00,91,100100,0,0,279,0,0,0,0,0,0,0,350,9.80,10,10,0.8,91,9,999999999,13,0.0000,0,88,0.000,0.0,1.0 +2003,12,7,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-3.90,-5.60,86,100100,0,0,278,0,0,0,0,0,0,0,350,10.80,10,10,0.8,91,9,999999999,13,0.0000,0,88,0.000,0.0,1.0 +2003,12,7,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-3.30,-5.60,82,100000,0,0,281,0,0,0,0,0,0,0,350,9.80,10,10,0.8,152,9,999999999,13,0.0000,0,88,0.000,0.0,1.0 +2003,12,7,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-2.80,-5.00,83,99800,0,0,283,0,0,0,0,0,0,0,360,10.30,10,10,0.8,274,9,999999999,13,0.0000,0,88,0.000,0.0,1.0 +2003,12,7,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-2.80,-5.00,83,99800,0,0,283,0,0,0,0,0,0,0,360,13.40,10,10,0.8,549,9,999999999,12,0.0000,0,88,0.000,0.0,1.0 +2003,12,7,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-2.20,-5.00,79,99800,0,0,285,0,0,0,0,0,0,0,350,11.30,10,10,0.8,579,9,999999999,12,0.0000,0,88,0.000,0.0,1.0 +2003,12,7,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-2.80,-4.40,87,99800,0,0,282,0,0,0,0,0,0,0,350,10.30,10,10,0.8,152,9,999999999,12,0.0000,0,88,0.000,0.0,1.0 +2003,12,7,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-2.80,-5.00,83,100000,0,0,282,0,0,0,0,0,0,0,340,8.80,10,10,0.8,518,9,999999999,12,0.0000,0,88,0.000,0.0,1.0 +2003,12,7,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-2.80,-4.40,87,100100,101,1374,282,0,0,0,0,0,0,0,330,8.80,10,10,0.8,305,9,999999999,12,0.0000,0,88,0.000,0.0,1.0 +2003,12,7,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-2.80,-5.00,83,100100,299,1409,282,70,0,70,7900,0,7900,2470,330,7.20,10,10,1.0,274,9,999999999,11,0.0000,0,88,0.000,0.0,1.0 +2003,12,7,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-2.20,-4.40,83,100100,455,1409,284,60,0,60,7100,0,7100,2560,320,8.80,10,10,1.2,518,9,999999999,11,0.0000,0,88,0.000,0.0,1.0 +2003,12,7,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-1.70,-4.40,80,100000,556,1409,286,63,0,63,7600,0,7600,2850,330,8.20,10,10,2.0,823,9,999999999,11,0.0000,0,88,0.000,0.0,1.0 +2003,12,7,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-1.70,-4.40,80,100000,594,1409,286,417,529,193,42400,51100,20800,3990,320,8.20,10,10,1.6,488,9,999999999,11,0.0000,0,88,0.000,0.0,1.0 +2003,12,7,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-2.80,-5.00,83,100000,567,1409,281,390,577,157,40400,55300,18000,3140,320,10.30,10,10,1.2,549,9,999999999,11,0.0000,0,88,0.000,0.0,1.0 +2003,12,7,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-2.20,-5.00,79,99800,477,1409,284,94,0,94,10800,0,10800,3760,320,9.30,10,10,1.2,396,9,999999999,11,0.0000,0,88,0.000,0.0,1.0 +2003,12,7,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-1.70,-5.60,72,100100,330,1409,286,60,0,60,6900,0,6900,2290,330,8.80,10,10,3.2,701,9,999999999,10,0.0000,0,88,0.000,0.0,1.0 +2003,12,7,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-2.20,-5.00,79,100200,138,1409,284,57,171,40,5800,8700,4900,740,320,8.80,10,10,1.6,427,9,999999999,10,0.0000,0,88,0.000,0.0,1.0 +2003,12,7,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-2.80,-5.60,79,100300,3,223,282,0,0,0,0,0,0,0,310,7.70,10,10,3.2,640,9,999999999,10,0.0000,0,88,0.000,0.0,1.0 +2003,12,7,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-2.80,-6.10,76,100400,0,0,267,0,0,0,0,0,0,0,320,7.20,8,8,6.4,2438,9,999999999,10,0.0000,0,88,0.000,0.0,1.0 +2003,12,7,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-2.80,-6.10,76,100500,0,0,267,0,0,0,0,0,0,0,310,6.20,8,8,9.6,2134,9,999999999,10,0.0000,0,88,0.000,0.0,1.0 +2003,12,7,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-2.80,-7.20,69,100500,0,0,267,0,0,0,0,0,0,0,320,6.70,8,8,16.0,1006,9,999999999,10,0.0000,0,88,0.000,0.0,1.0 +2003,12,7,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-2.20,-6.70,68,100600,0,0,277,0,0,0,0,0,0,0,320,8.80,9,9,16.0,1067,9,999999999,10,0.0000,0,88,0.000,0.0,1.0 +2003,12,7,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-2.20,-6.70,68,100700,0,0,278,0,0,0,0,0,0,0,320,7.70,9,9,16.0,1128,9,999999999,10,0.0000,0,88,0.000,0.0,1.0 +2003,12,7,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-2.20,-7.80,62,100700,0,0,285,0,0,0,0,0,0,0,320,8.20,10,10,16.0,1128,9,999999999,10,0.0000,0,88,0.000,0.0,1.0 +2003,12,7,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-2.20,-7.80,62,100700,0,0,285,0,0,0,0,0,0,0,310,7.20,10,10,16.0,1494,9,999999999,10,0.0000,0,88,0.000,0.0,1.0 +2003,12,8,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-2.20,-7.80,62,100800,0,0,285,0,0,0,0,0,0,0,310,6.70,10,10,16.0,1829,9,999999999,10,0.0000,0,88,0.000,0.0,1.0 +2003,12,8,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-2.80,-8.30,62,100900,0,0,244,0,0,0,0,0,0,0,300,6.70,5,5,16.0,77777,9,999999999,10,0.0000,0,88,0.000,0.0,1.0 +2003,12,8,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-2.80,-8.30,62,101000,0,0,214,0,0,0,0,0,0,0,300,6.70,1,1,16.0,77777,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +2003,12,8,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-3.30,-8.30,65,101100,0,0,242,0,0,0,0,0,0,0,300,6.70,5,5,16.0,77777,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +2003,12,8,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-3.30,-8.30,65,101200,0,0,249,0,0,0,0,0,0,0,300,7.20,6,6,16.0,77777,9,999999999,10,0.0000,0,88,0.000,0.0,1.0 +2003,12,8,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-3.30,-8.30,65,101300,0,0,210,0,0,0,0,0,0,0,320,7.20,1,1,16.0,77777,9,999999999,10,0.0000,0,88,0.000,0.0,1.0 +2003,12,8,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-3.30,-8.30,65,101300,0,0,209,0,0,0,0,0,0,0,320,7.20,1,1,16.0,77777,9,999999999,10,0.0000,0,88,0.000,0.0,1.0 +2003,12,8,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-2.80,-8.30,62,101400,97,1375,201,0,0,0,0,0,0,0,310,7.20,0,0,16.0,77777,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +2003,12,8,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-2.20,-7.80,62,101500,295,1410,203,180,527,69,18100,40300,9600,1180,310,6.20,0,0,16.0,77777,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +2003,12,8,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-1.10,-7.80,57,101500,452,1410,206,309,688,87,31700,61500,11900,1610,300,5.70,0,0,16.0,77777,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +2003,12,8,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,0.00,-7.80,52,101600,553,1410,209,384,693,111,39500,64900,13900,2110,310,6.20,0,0,16.0,77777,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +2003,12,8,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,0.60,-7.80,49,101500,592,1410,210,357,421,180,37900,42100,20100,3900,320,7.20,0,0,16.0,77777,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +2003,12,8,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,1.10,-7.20,50,101600,565,1410,213,384,691,106,39700,65200,13400,2050,300,5.20,0,0,16.0,77777,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +2003,12,8,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,1.70,-7.20,48,101600,476,1410,215,310,687,78,32300,62800,11100,1500,300,5.70,0,0,16.0,77777,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +2003,12,8,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,2.20,-7.20,46,101700,329,1410,217,201,578,66,20600,46600,9600,1180,320,5.20,0,0,16.0,77777,9,999999999,6,0.0000,0,88,0.000,0.0,1.0 +2003,12,8,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,1.70,-7.80,46,101700,137,1410,216,57,313,26,5800,17400,4100,460,320,5.20,0,0,16.0,77777,9,999999999,6,0.0000,0,88,0.000,0.0,1.0 +2003,12,8,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,1.10,-7.20,50,101800,3,223,216,0,0,0,0,0,0,0,320,4.10,0,0,16.0,77777,9,999999999,6,0.0000,0,88,0.000,0.0,1.0 +2003,12,8,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,0.60,-8.30,47,101800,0,0,214,0,0,0,0,0,0,0,300,5.70,0,0,16.0,77777,9,999999999,6,0.0000,0,88,0.000,0.0,1.0 +2003,12,8,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,0.00,-8.30,49,101900,0,0,213,0,0,0,0,0,0,0,310,5.20,0,0,16.0,77777,9,999999999,6,0.0000,0,88,0.000,0.0,1.0 +2003,12,8,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-0.60,-8.30,52,101900,0,0,212,0,0,0,0,0,0,0,310,4.10,0,0,16.0,77777,9,999999999,6,0.0000,0,88,0.000,0.0,1.0 +2003,12,8,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-1.10,-8.90,51,102000,0,0,211,0,0,0,0,0,0,0,310,4.60,0,0,16.0,77777,9,999999999,6,0.0000,0,88,0.000,0.0,1.0 +2003,12,8,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-1.10,-8.90,51,102100,0,0,219,0,0,0,0,0,0,0,300,5.20,1,1,16.0,77777,9,999999999,6,0.0000,0,88,0.000,0.0,1.0 +2003,12,8,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-1.70,-8.90,54,102100,0,0,218,0,0,0,0,0,0,0,310,3.60,1,1,16.0,77777,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +2003,12,8,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-1.70,-8.90,54,102100,0,0,233,0,0,0,0,0,0,0,320,3.60,3,3,16.0,77777,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +2003,12,9,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-2.20,-9.40,54,102200,0,0,223,0,0,0,0,0,0,0,320,3.60,2,2,16.0,77777,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +2003,12,9,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-3.30,-9.40,59,102200,0,0,219,0,0,0,0,0,0,0,330,3.60,2,2,16.0,77777,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +2003,12,9,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-3.30,-9.40,59,102200,0,0,219,0,0,0,0,0,0,0,340,3.60,2,2,16.0,77777,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +2003,12,9,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-3.90,-9.40,62,102300,0,0,224,0,0,0,0,0,0,0,320,4.10,3,3,16.0,77777,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +2003,12,9,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-4.40,-10.00,61,102300,0,0,213,0,0,0,0,0,0,0,330,3.10,2,2,16.0,77777,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +2003,12,9,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-4.40,-9.40,65,102400,0,0,197,0,0,0,0,0,0,0,310,2.60,0,0,16.0,77777,9,999999999,6,0.0000,0,88,0.000,0.0,1.0 +2003,12,9,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-4.40,-10.00,61,102400,0,0,204,0,0,0,0,0,0,0,320,3.10,1,1,16.0,77777,9,999999999,6,0.0000,0,88,0.000,0.0,1.0 +2003,12,9,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-3.90,-10.00,59,102500,94,1351,220,0,0,0,0,0,0,0,310,2.60,3,3,16.0,77777,9,999999999,6,0.0000,0,88,0.000,0.0,1.0 +2003,12,9,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-2.80,-10.00,54,102500,292,1410,215,180,534,69,18100,40700,9700,1170,340,2.60,2,2,16.0,77777,9,999999999,6,0.0000,0,88,0.000,0.0,1.0 +2003,12,9,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-1.10,-10.00,47,102600,449,1410,203,302,633,100,30700,55900,12800,1790,350,2.60,0,0,16.0,77777,9,999999999,6,0.0000,0,88,0.000,0.0,1.0 +2003,12,9,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,0.60,-10.00,41,102500,550,1410,208,353,590,122,36000,54800,14500,2260,0,0.00,0,0,16.0,77777,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +2003,12,9,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,0.00,-8.90,47,102500,589,1410,207,345,385,183,36500,38400,20300,3980,0,0.00,0,0,16.0,77777,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +2003,12,9,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,0.00,-7.20,54,102500,564,1410,210,384,691,107,39700,65200,13500,2060,110,2.10,0,0,16.0,77777,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +2003,12,9,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,0.00,-6.70,57,102500,475,1410,236,310,692,76,32300,63300,10900,1460,130,1.50,3,3,16.0,3353,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +2003,12,9,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,0.00,-6.10,60,102500,329,1410,253,202,578,66,20500,46600,9600,1170,0,0.00,5,5,16.0,77777,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +2003,12,9,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-0.60,-6.10,63,102500,137,1410,275,57,313,26,5800,17400,4100,460,0,0.00,8,8,16.0,77777,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +2003,12,9,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,0.60,-5.60,60,102500,3,223,297,0,0,0,0,0,0,0,120,1.50,10,10,16.0,3353,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +2003,12,9,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,0.00,-5.60,62,102500,0,0,294,0,0,0,0,0,0,0,150,2.10,10,10,16.0,3353,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +2003,12,9,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,0.60,-4.40,66,102500,0,0,297,0,0,0,0,0,0,0,170,2.60,10,10,16.0,3353,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +2003,12,9,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,0.60,-2.80,76,102500,0,0,298,0,0,0,0,0,0,0,170,2.60,10,10,16.0,3353,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +2003,12,9,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,0.00,-3.30,76,102500,0,0,296,0,0,0,0,0,0,0,190,2.10,10,10,16.0,3353,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +2003,12,9,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,0.60,-2.80,76,102500,0,0,298,0,0,0,0,0,0,0,200,2.10,10,10,16.0,3353,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +2003,12,9,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,0.00,-2.80,79,102600,0,0,296,0,0,0,0,0,0,0,180,2.10,10,10,16.0,3353,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +2003,12,9,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,0.60,-2.80,76,102500,0,0,299,0,0,0,0,0,0,0,190,1.50,10,10,16.0,3353,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +2003,12,10,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,0.00,-2.80,79,102500,0,0,296,0,0,0,0,0,0,0,190,2.10,10,10,16.0,3048,9,999999999,10,0.0000,0,88,0.000,0.0,1.0 +2003,12,10,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,0.00,-2.20,83,102600,0,0,296,0,0,0,0,0,0,0,180,2.10,10,10,16.0,3048,9,999999999,10,0.0000,0,88,0.000,0.0,1.0 +2003,12,10,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,0.60,-2.20,80,102500,0,0,299,0,0,0,0,0,0,0,170,1.50,10,10,16.0,853,9,999999999,11,0.0000,0,88,0.000,0.0,1.0 +2003,12,10,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-0.60,-2.80,83,102400,0,0,250,0,0,0,0,0,0,0,160,2.60,4,4,16.0,77777,9,999999999,12,0.0000,0,88,0.000,0.0,1.0 +2003,12,10,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,0.00,-2.20,83,102500,0,0,296,0,0,0,0,0,0,0,150,1.50,10,10,16.0,792,9,999999999,12,0.0000,0,88,0.000,0.0,1.0 +2003,12,10,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,1.10,-1.70,80,102500,0,0,300,0,0,0,0,0,0,0,180,2.60,10,10,16.0,792,9,999999999,12,0.0000,0,88,0.000,0.0,1.0 +2003,12,10,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,1.10,-1.70,80,102500,0,0,300,0,0,0,0,0,0,0,130,2.60,10,10,16.0,853,9,999999999,12,0.0000,0,88,0.000,0.0,1.0 +2003,12,10,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,1.70,-1.70,77,102500,91,1328,302,0,0,0,0,0,0,0,170,3.10,10,10,16.0,732,9,999999999,12,0.0000,0,88,0.000,0.0,1.0 +2003,12,10,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,2.20,-1.70,74,102500,289,1411,304,94,40,86,10300,3300,9600,2090,170,2.10,10,10,16.0,610,9,999999999,13,0.0000,0,88,0.000,0.0,1.0 +2003,12,10,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,2.20,-1.10,78,102500,446,1411,305,47,0,47,5700,0,5700,2060,160,2.60,10,10,16.0,610,9,999999999,13,0.0000,0,88,0.000,0.0,1.0 +2003,12,10,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,2.20,0.00,85,102500,548,1411,305,101,0,101,11800,0,11800,4220,170,3.10,10,10,16.0,732,9,999999999,15,0.0000,0,88,0.000,0.0,1.0 +2003,12,10,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,2.80,0.00,82,102400,587,1411,308,73,0,73,8800,0,8800,3310,170,3.60,10,10,16.0,792,9,999999999,16,0.0000,0,88,0.000,0.0,1.0 +2003,12,10,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,2.80,0.00,82,102300,562,1411,308,111,0,111,12900,0,12900,4600,160,2.60,10,10,16.0,792,9,999999999,17,0.0000,0,88,0.000,0.0,1.0 +2003,12,10,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,2.80,0.60,85,102300,474,1411,308,127,12,124,14400,800,14200,4580,170,2.60,10,10,16.0,2286,9,999999999,18,0.0000,0,88,0.000,0.0,1.0 +2003,12,10,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,3.30,0.60,82,102300,328,1411,310,91,23,85,9900,2000,9400,2170,150,2.10,10,10,16.0,2286,9,999999999,19,0.0000,0,88,0.000,0.0,1.0 +2003,12,10,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,2.80,0.60,85,102200,137,1411,301,57,171,40,5800,8600,4900,740,120,2.60,10,9,16.0,6096,9,999999999,20,0.0000,0,88,0.000,0.0,1.0 +2003,12,10,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,3.30,0.60,82,102100,3,223,303,0,0,0,0,0,0,0,110,3.10,10,9,16.0,6096,9,999999999,19,0.0000,0,88,0.000,0.0,1.0 +2003,12,10,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,3.30,0.60,82,102100,0,0,304,0,0,0,0,0,0,0,160,2.60,10,9,16.0,6096,9,999999999,18,0.0000,0,88,0.000,0.0,1.0 +2003,12,10,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,3.90,0.60,79,102100,0,0,314,0,0,0,0,0,0,0,150,2.10,10,10,16.0,6096,9,999999999,18,0.0000,0,88,0.000,0.0,1.0 +2003,12,10,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,3.30,1.70,89,102000,0,0,312,0,0,0,0,0,0,0,120,4.10,10,10,16.0,792,9,999999999,18,0.0000,0,88,0.000,0.0,1.0 +2003,12,10,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,3.90,1.70,86,101900,0,0,315,0,0,0,0,0,0,0,120,2.60,10,10,16.0,792,9,999999999,19,0.0000,0,88,0.000,0.0,1.0 +2003,12,10,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,3.90,2.20,89,101800,0,0,315,0,0,0,0,0,0,0,120,4.60,10,10,16.0,671,9,999999999,19,0.0000,0,88,0.000,0.0,1.0 +2003,12,10,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,3.90,2.20,89,101700,0,0,315,0,0,0,0,0,0,0,120,4.60,10,10,16.0,1250,9,999999999,20,0.0000,0,88,0.000,0.0,1.0 +2003,12,10,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,3.90,2.20,89,101600,0,0,315,0,0,0,0,0,0,0,120,2.60,10,10,16.0,488,9,999999999,21,0.0000,0,88,0.000,0.0,1.0 +2003,12,11,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,4.40,2.80,89,101500,0,0,318,0,0,0,0,0,0,0,110,5.20,10,10,16.0,427,9,999999999,21,0.0000,0,88,0.000,0.0,1.0 +2003,12,11,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,4.40,3.30,93,101500,0,0,318,0,0,0,0,0,0,0,120,4.60,10,10,14.4,305,9,999999999,22,0.0000,0,88,0.000,0.0,1.0 +2003,12,11,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,4.40,3.30,93,101300,0,0,318,0,0,0,0,0,0,0,110,6.20,10,10,12.8,1097,9,999999999,23,0.0000,0,88,0.000,0.0,1.0 +2003,12,11,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,5.00,3.90,93,101100,0,0,320,0,0,0,0,0,0,0,120,6.20,10,10,11.2,244,9,999999999,23,0.0000,0,88,0.000,0.0,1.0 +2003,12,11,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,5.00,3.90,93,101000,0,0,320,0,0,0,0,0,0,0,120,7.20,10,10,12.8,1524,9,999999999,23,0.0000,0,88,0.000,0.0,1.0 +2003,12,11,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,5.60,4.40,92,100900,0,0,316,0,0,0,0,0,0,0,120,5.20,10,9,16.0,2134,9,999999999,22,0.0000,0,88,0.000,0.0,1.0 +2003,12,11,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,5.00,3.30,89,100800,0,0,312,0,0,0,0,0,0,0,110,4.10,10,9,12.8,2438,9,999999999,22,0.0000,0,88,0.000,0.0,1.0 +2003,12,11,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,5.60,3.90,89,100700,88,1305,322,0,0,0,0,0,0,0,120,3.60,10,10,14.4,1829,9,999999999,24,0.0000,0,88,0.000,0.0,1.0 +2003,12,11,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,5.60,4.40,92,100500,286,1411,322,111,132,84,12000,10400,9900,1810,110,6.70,10,10,9.6,1829,9,999999999,26,0.0000,0,88,0.000,0.0,1.0 +2003,12,11,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,6.10,5.60,97,100400,443,1411,325,54,0,54,6400,0,6400,2320,120,7.20,10,10,3.2,884,9,999999999,28,0.0000,0,88,0.000,0.0,1.0 +2003,12,11,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,6.10,5.00,93,100100,545,1411,325,63,0,63,7600,0,7600,2830,110,8.20,10,10,2.4,305,9,999999999,30,0.0000,0,88,0.000,0.0,1.0 +2003,12,11,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,6.10,5.60,97,99900,586,1411,325,67,0,67,8100,0,8100,3060,110,7.70,10,10,3.2,396,9,999999999,31,0.0000,0,88,0.000,2.0,1.0 +2003,12,11,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,6.70,6.10,96,99500,561,1411,328,64,0,64,7700,0,7700,2900,110,8.80,10,10,2.0,213,9,999999999,32,0.0000,0,88,0.000,0.0,1.0 +2003,12,11,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,8.30,7.80,97,99300,473,1411,336,78,0,78,9100,0,9100,3230,120,11.80,10,10,1.6,274,9,999999999,31,0.0000,0,88,0.000,0.0,1.0 +2003,12,11,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,8.30,8.30,100,99100,328,1411,337,30,0,30,3600,0,3600,1270,120,9.30,10,10,2.0,274,9,999999999,30,0.0000,0,88,0.000,0.0,1.0 +2003,12,11,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,9.40,8.90,97,98900,137,1411,343,32,29,29,3500,1600,3400,600,130,8.80,10,10,1.6,274,9,999999999,30,0.0000,0,88,0.000,0.5,1.0 +2003,12,11,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,8.30,7.80,97,98700,3,223,337,0,0,0,0,0,0,0,140,5.70,10,10,0.4,183,9,999999999,27,0.0000,0,88,0.000,0.0,1.0 +2003,12,11,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,8.30,7.80,97,98800,0,0,337,0,0,0,0,0,0,0,200,6.20,10,10,4.0,244,9,999999999,24,0.0000,0,88,0.000,50.0,1.0 +2003,12,11,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,7.20,7.20,100,98800,0,0,332,0,0,0,0,0,0,0,200,4.10,10,10,0.8,244,9,999999999,21,0.0000,0,88,0.000,0.0,1.0 +2003,12,11,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,6.10,6.10,100,98800,0,0,320,0,0,0,0,0,0,0,210,3.10,9,9,0.8,122,9,999999999,22,0.0000,0,88,0.000,0.0,1.0 +2003,12,11,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,6.70,6.10,96,98800,0,0,323,0,0,0,0,0,0,0,170,4.10,9,9,0.4,122,9,999999999,22,0.0000,0,88,0.000,0.0,1.0 +2003,12,11,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,8.30,7.20,93,98900,0,0,338,0,0,0,0,0,0,0,280,5.70,10,10,16.0,579,9,999999999,23,0.0000,0,88,0.000,0.0,1.0 +2003,12,11,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,7.20,2.80,74,99000,0,0,330,0,0,0,0,0,0,0,280,11.30,10,10,16.0,1829,9,999999999,20,0.0000,0,88,0.000,0.0,1.0 +2003,12,11,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,5.60,1.10,73,99200,0,0,322,0,0,0,0,0,0,0,280,8.80,10,10,16.0,1829,9,999999999,17,0.0000,0,88,0.000,0.0,1.0 +2003,12,12,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,4.40,-1.10,67,99500,0,0,271,0,0,0,0,0,0,0,280,12.40,4,4,16.0,77777,9,999999999,14,0.0000,0,88,0.000,0.0,1.0 +2003,12,12,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,3.90,-3.30,57,99700,0,0,235,0,0,0,0,0,0,0,280,12.90,0,0,16.0,77777,9,999999999,14,0.0000,0,88,0.000,0.0,1.0 +2003,12,12,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,3.30,-3.90,57,99800,0,0,232,0,0,0,0,0,0,0,280,8.80,0,0,16.0,77777,9,999999999,13,0.0000,0,88,0.000,0.0,1.0 +2003,12,12,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,3.30,-4.40,55,99900,0,0,230,0,0,0,0,0,0,0,280,8.20,0,0,16.0,77777,9,999999999,12,0.0000,0,88,0.000,0.0,1.0 +2003,12,12,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,3.30,-5.60,49,100100,0,0,227,0,0,0,0,0,0,0,280,8.80,0,0,16.0,77777,9,999999999,10,0.0000,0,88,0.000,0.0,1.0 +2003,12,12,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,2.80,-6.10,49,100200,0,0,223,0,0,0,0,0,0,0,270,12.90,0,0,16.0,77777,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +2003,12,12,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,2.80,-6.10,49,100400,0,0,222,0,0,0,0,0,0,0,280,10.30,0,0,16.0,77777,9,999999999,5,0.0000,0,88,0.000,0.0,1.0 +2003,12,12,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,2.20,-6.10,51,100500,85,1282,220,0,0,0,0,0,0,0,280,9.30,0,0,16.0,77777,9,999999999,6,0.0000,0,88,0.000,0.0,1.0 +2003,12,12,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,2.80,-6.70,46,100700,283,1411,220,175,524,69,17500,39300,9600,1160,280,7.70,0,0,16.0,77777,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +2003,12,12,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,3.30,-7.20,43,100800,440,1411,220,297,665,88,30400,58900,11900,1610,260,8.20,0,0,16.0,77777,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +2003,12,12,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,3.90,-7.80,39,100800,543,1411,221,379,736,94,39300,69200,12600,1830,280,7.20,0,0,16.0,77777,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +2003,12,12,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,4.40,-8.30,36,100900,584,1411,221,388,620,130,39600,58300,15400,2450,260,8.80,0,0,16.0,77777,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +2003,12,12,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,5.00,-8.30,35,100900,560,1411,223,379,726,89,39600,69000,12100,1770,270,10.30,0,0,16.0,77777,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +2003,12,12,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,5.00,-8.30,35,101000,472,1411,224,311,698,76,32400,63700,10900,1460,270,9.80,0,0,16.0,77777,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +2003,12,12,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,4.40,-9.40,33,101100,327,1411,221,197,556,67,20000,44700,9600,1190,300,8.80,0,0,16.0,77777,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +2003,12,12,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,3.90,-8.90,35,101300,137,1411,221,57,313,26,5800,17400,4100,460,290,5.20,0,0,16.0,77777,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +2003,12,12,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,3.30,-9.40,35,101400,3,223,220,0,0,0,0,0,0,0,280,7.20,0,0,16.0,77777,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +2003,12,12,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,2.80,-8.90,38,101600,0,0,220,0,0,0,0,0,0,0,270,5.20,0,0,16.0,77777,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +2003,12,12,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,2.20,-8.90,40,101700,0,0,219,0,0,0,0,0,0,0,260,6.20,0,0,16.0,77777,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +2003,12,12,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,1.70,-9.40,40,101700,0,0,218,0,0,0,0,0,0,0,270,6.70,0,0,16.0,77777,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +2003,12,12,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,1.10,-9.40,41,101800,0,0,217,0,0,0,0,0,0,0,270,6.20,0,0,16.0,77777,9,999999999,6,0.0000,0,88,0.000,0.0,1.0 +2003,12,12,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,0.60,-9.40,43,101900,0,0,216,0,0,0,0,0,0,0,260,6.70,0,0,16.0,77777,9,999999999,6,0.0000,0,88,0.000,0.0,1.0 +2003,12,12,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,0.60,-9.40,43,101900,0,0,216,0,0,0,0,0,0,0,260,7.20,0,0,16.0,77777,9,999999999,6,0.0000,0,88,0.000,0.0,1.0 +2003,12,12,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,0.00,-8.90,47,101900,0,0,215,0,0,0,0,0,0,0,260,5.70,0,0,16.0,77777,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +2003,12,13,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-0.60,-8.90,49,101900,0,0,213,0,0,0,0,0,0,0,260,6.20,0,0,16.0,77777,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +2003,12,13,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-0.60,-8.30,52,102000,0,0,214,0,0,0,0,0,0,0,260,5.20,0,0,16.0,77777,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +2003,12,13,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-1.10,-7.80,57,102100,0,0,212,0,0,0,0,0,0,0,270,5.20,0,0,16.0,77777,9,999999999,6,0.0000,0,88,0.000,0.0,1.0 +2003,12,13,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-1.10,-7.80,57,102100,0,0,211,0,0,0,0,0,0,0,280,6.70,0,0,16.0,77777,9,999999999,6,0.0000,0,88,0.000,0.0,1.0 +2003,12,13,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-1.70,-11.70,42,102200,0,0,204,0,0,0,0,0,0,0,280,6.70,0,0,16.0,77777,9,999999999,5,0.0000,0,88,0.000,0.0,1.0 +2003,12,13,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-2.20,-13.30,38,102300,0,0,199,0,0,0,0,0,0,0,270,5.20,0,0,16.0,77777,9,999999999,4,0.0000,0,88,0.000,0.0,1.0 +2003,12,13,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-2.20,-13.90,36,102400,0,0,198,0,0,0,0,0,0,0,290,6.20,0,0,16.0,77777,9,999999999,3,0.0000,0,88,0.000,0.0,1.0 +2003,12,13,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-2.20,-15.00,32,102500,83,1259,196,0,0,0,0,0,0,0,280,6.20,0,0,16.0,77777,9,999999999,3,0.0000,0,88,0.000,0.0,1.0 +2003,12,13,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-2.20,-16.10,29,102600,280,1412,194,167,491,69,16700,36600,9400,1160,270,7.20,0,0,16.0,77777,9,999999999,3,0.0000,0,88,0.000,0.0,1.0 +2003,12,13,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-2.20,-16.70,28,102600,438,1412,192,297,671,88,30400,59300,11900,1600,290,8.20,0,0,16.0,77777,9,999999999,4,0.0000,0,88,0.000,0.0,1.0 +2003,12,13,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-1.10,-15.60,28,102600,541,1412,196,354,633,110,36300,58900,13600,2070,290,6.70,0,0,16.0,77777,9,999999999,4,0.0000,0,88,0.000,0.0,1.0 +2003,12,13,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-1.10,-16.10,27,102600,582,1412,196,351,427,174,36000,41100,19000,3540,320,7.70,0,0,16.0,77777,9,999999999,3,0.0000,0,88,0.000,0.0,1.0 +2003,12,13,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-1.10,-16.70,25,102600,559,1412,195,373,667,108,38500,62700,13500,2070,310,5.70,0,0,16.0,77777,9,999999999,3,0.0000,0,88,0.000,0.0,1.0 +2003,12,13,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-0.60,-16.70,24,102600,472,1412,197,311,693,78,32300,63200,11100,1490,300,5.70,0,0,16.0,77777,9,999999999,3,0.0000,0,88,0.000,0.0,1.0 +2003,12,13,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-1.10,-18.30,22,102700,327,1412,195,197,556,67,20000,44700,9600,1190,310,6.70,0,0,16.0,77777,9,999999999,3,0.0000,0,88,0.000,0.0,1.0 +2003,12,13,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-1.70,-18.90,22,102800,138,1412,193,57,313,26,5800,17400,4100,460,310,6.20,0,0,16.0,77777,9,999999999,3,0.0000,0,88,0.000,0.0,1.0 +2003,12,13,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-2.20,-18.90,23,102900,3,224,193,0,0,0,0,0,0,0,350,3.60,0,0,16.0,77777,9,999999999,3,0.0000,0,88,0.000,0.0,1.0 +2003,12,13,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-3.30,-20.60,21,103000,0,0,189,0,0,0,0,0,0,0,340,4.10,0,0,16.0,77777,9,999999999,2,0.0000,0,88,0.000,0.0,1.0 +2003,12,13,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-3.90,-20.00,23,103100,0,0,189,0,0,0,0,0,0,0,340,3.60,0,0,16.0,77777,9,999999999,2,0.0000,0,88,0.000,0.0,1.0 +2003,12,13,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-4.40,-18.90,27,103200,0,0,198,0,0,0,0,0,0,0,330,3.10,1,1,16.0,77777,9,999999999,3,0.0000,0,88,0.000,0.0,1.0 +2003,12,13,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-4.40,-18.90,27,103200,0,0,191,0,0,0,0,0,0,0,320,4.10,0,0,16.0,77777,9,999999999,3,0.0000,0,88,0.000,0.0,1.0 +2003,12,13,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-5.00,-18.30,30,103200,0,0,190,0,0,0,0,0,0,0,320,4.60,0,0,16.0,77777,9,999999999,3,0.0000,0,88,0.000,0.0,1.0 +2003,12,13,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-6.10,-17.80,35,103200,0,0,196,0,0,0,0,0,0,0,330,3.60,1,1,16.0,77777,9,999999999,3,0.0000,0,88,0.000,0.0,1.0 +2003,12,13,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-6.70,-17.20,39,103200,0,0,233,0,0,0,0,0,0,0,10,2.60,7,6,16.0,77777,9,999999999,3,0.0000,0,88,0.000,0.0,1.0 +2003,12,14,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-7.20,-18.30,37,103200,0,0,247,0,0,0,0,0,0,0,330,2.10,8,8,16.0,77777,9,999999999,4,0.0000,0,88,0.000,0.0,1.0 +2003,12,14,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-7.20,-17.80,38,103300,0,0,254,0,0,0,0,0,0,0,320,4.10,10,9,16.0,7620,9,999999999,4,0.0000,0,88,0.000,0.0,1.0 +2003,12,14,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-7.80,-17.80,40,103300,0,0,236,0,0,0,0,0,0,0,330,3.10,8,7,16.0,7620,9,999999999,4,0.0000,0,88,0.000,0.0,1.0 +2003,12,14,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-8.30,-17.80,42,103300,0,0,227,0,0,0,0,0,0,0,340,4.60,9,6,16.0,7620,9,999999999,5,0.0000,0,88,0.000,0.0,1.0 +2003,12,14,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-8.30,-17.80,42,103200,0,0,226,0,0,0,0,0,0,0,340,3.60,10,6,16.0,6096,9,999999999,5,0.0000,0,88,0.000,0.0,1.0 +2003,12,14,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-8.30,-17.80,42,103200,0,0,226,0,0,0,0,0,0,0,330,3.10,9,6,16.0,6096,9,999999999,5,0.0000,0,88,0.000,0.0,1.0 +2003,12,14,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-8.30,-17.20,45,103200,0,0,209,0,0,0,0,0,0,0,330,2.60,10,4,16.0,6096,9,999999999,5,0.0000,0,88,0.000,0.0,1.0 +2003,12,14,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-7.80,-17.20,43,103200,80,1235,235,0,0,0,0,0,0,0,340,3.60,10,7,16.0,4572,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +2003,12,14,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-7.20,-15.00,50,103300,277,1412,253,64,0,64,7200,0,7200,2250,310,3.60,10,9,16.0,945,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +2003,12,14,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-6.10,-13.90,50,103200,436,1412,258,81,0,81,9400,0,9400,3230,330,2.60,10,9,16.0,945,9,999999999,10,0.0000,0,88,0.000,0.0,1.0 +2003,12,14,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-5.00,-11.70,56,103100,539,1412,263,101,0,101,11700,0,11700,4190,360,3.10,10,9,16.0,884,9,999999999,11,0.0000,0,88,0.000,0.0,1.0 +2003,12,14,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-3.90,-10.00,59,102900,581,1412,276,67,0,67,8100,0,8100,3050,360,3.60,10,10,16.0,701,9,999999999,12,0.0000,0,88,0.000,0.0,1.0 +2003,12,14,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-2.20,-8.30,59,102800,558,1412,283,70,0,70,8400,0,8400,3130,320,2.10,10,10,16.0,823,9,999999999,14,0.0000,0,88,0.000,0.0,1.0 +2003,12,14,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,0.00,-5.60,62,102600,471,1412,293,67,0,67,7900,0,7900,2850,110,6.70,10,10,16.0,884,9,999999999,15,0.0000,0,88,0.000,0.0,1.0 +2003,12,14,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,0.00,-5.00,66,102600,328,1412,294,40,0,40,4700,0,4700,1640,100,7.20,10,10,16.0,823,9,999999999,16,0.0000,0,88,0.000,0.0,1.0 +2003,12,14,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,0.60,-3.90,69,102400,138,1412,297,11,0,11,1300,0,1300,440,100,9.30,10,10,8.0,762,9,999999999,17,0.0000,0,88,0.000,0.0,1.0 +2003,12,14,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-0.60,-1.70,91,102400,3,247,293,0,0,0,0,0,0,0,100,10.30,10,10,0.8,183,9,999999999,18,0.0000,0,88,0.000,0.0,1.0 +2003,12,14,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,0.00,-1.10,91,102200,0,0,296,0,0,0,0,0,0,0,100,10.80,10,10,0.8,91,9,999999999,20,0.0000,0,88,0.000,0.0,1.0 +2003,12,14,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,0.60,-0.60,91,102000,0,0,299,0,0,0,0,0,0,0,90,12.40,10,10,0.8,152,9,999999999,21,0.0000,0,88,0.000,0.0,1.0 +2003,12,14,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,0.60,-0.60,91,101700,0,0,299,0,0,0,0,0,0,0,90,12.90,10,10,1.2,152,9,999999999,23,0.0000,0,88,0.000,0.0,1.0 +2003,12,14,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,1.10,0.00,92,101500,0,0,301,0,0,0,0,0,0,0,90,14.90,10,10,4.0,396,9,999999999,24,0.0000,0,88,0.000,0.0,1.0 +2003,12,14,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,2.20,1.10,92,101200,0,0,307,0,0,0,0,0,0,0,80,12.90,10,10,4.0,305,9,999999999,26,0.0000,0,88,0.000,0.0,1.0 +2003,12,14,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,2.80,2.20,96,101000,0,0,310,0,0,0,0,0,0,0,90,12.90,10,10,4.0,305,9,999999999,27,0.0000,0,88,0.000,0.0,1.0 +2003,12,14,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,3.30,2.80,97,100600,0,0,313,0,0,0,0,0,0,0,90,14.90,10,10,4.0,274,9,999999999,28,0.0000,0,88,0.000,0.0,1.0 +2003,12,15,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,4.40,3.30,93,100400,0,0,318,0,0,0,0,0,0,0,80,11.80,10,10,4.0,244,9,999999999,29,0.0000,0,88,0.000,0.0,1.0 +2003,12,15,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,4.40,3.90,97,100200,0,0,318,0,0,0,0,0,0,0,70,10.30,10,10,2.4,244,9,999999999,29,0.0000,0,88,0.000,0.0,1.0 +2003,12,15,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,5.00,4.40,96,99900,0,0,321,0,0,0,0,0,0,0,40,9.80,10,10,2.8,122,9,999999999,29,0.0000,0,88,0.000,0.0,1.0 +2003,12,15,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,4.40,3.90,97,99600,0,0,318,0,0,0,0,0,0,0,40,10.80,10,10,2.8,183,9,999999999,29,0.0000,0,88,0.000,0.0,1.0 +2003,12,15,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,4.40,3.90,97,99300,0,0,317,0,0,0,0,0,0,0,30,11.30,10,10,3.2,183,9,999999999,26,0.0000,0,88,0.000,0.0,1.0 +2003,12,15,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,4.40,3.90,97,99100,0,0,317,0,0,0,0,0,0,0,10,8.80,10,10,4.0,183,9,999999999,23,0.0000,0,88,0.000,0.3,1.0 +2003,12,15,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,3.30,2.80,97,99000,0,0,311,0,0,0,0,0,0,0,330,7.70,10,10,4.0,183,9,999999999,20,0.0000,0,88,0.000,0.0,1.0 +2003,12,15,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,0.60,0.00,96,99100,78,1236,298,0,0,0,0,0,0,0,310,9.80,10,10,3.2,183,9,999999999,18,0.0000,0,88,0.000,0.0,1.0 +2003,12,15,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,0.00,-1.10,91,99200,275,1412,295,24,0,24,2900,0,2900,1000,320,8.80,10,10,4.0,305,9,999999999,16,0.0000,0,88,0.000,0.0,1.0 +2003,12,15,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-0.60,-2.20,88,99200,433,1412,292,47,0,47,5700,0,5700,2040,310,10.80,10,10,4.0,305,9,999999999,14,0.0000,0,88,0.000,0.0,1.0 +2003,12,15,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,0.00,-2.20,83,99300,538,1412,294,63,0,63,7600,0,7600,2820,310,9.80,10,10,4.0,427,9,999999999,13,0.0000,0,88,0.000,0.0,1.0 +2003,12,15,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,1.10,-1.70,80,99200,580,1412,299,188,24,178,21000,1900,20300,6510,320,8.80,10,10,12.8,1250,9,999999999,12,0.0000,0,88,0.000,0.0,1.0 +2003,12,15,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,1.10,-3.30,70,99400,557,1412,299,163,12,159,18400,900,18100,5920,290,8.80,10,10,16.0,640,9,999999999,11,0.0000,0,88,0.000,0.0,1.0 +2003,12,15,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,1.10,-4.40,64,99500,471,1412,290,122,6,120,13800,400,13600,4470,300,10.80,9,9,16.0,1006,9,999999999,10,0.0000,0,88,0.000,0.0,1.0 +2003,12,15,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,1.10,-6.10,55,99700,328,1412,240,111,62,96,12100,5300,10800,2380,300,13.90,3,3,16.0,6096,9,999999999,10,0.0000,0,88,0.000,0.0,1.0 +2003,12,15,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,0.00,-7.80,52,99900,139,1412,235,58,172,41,5900,8700,5000,760,290,12.90,3,3,16.0,77777,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +2003,12,15,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,0.00,-8.30,49,100100,3,247,210,0,0,0,0,0,0,0,300,9.30,0,0,16.0,77777,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +2003,12,15,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-0.60,-8.30,52,100300,0,0,250,0,0,0,0,0,0,0,290,11.80,6,5,16.0,77777,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +2003,12,15,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-0.60,-8.30,52,100400,0,0,275,0,0,0,0,0,0,0,300,12.90,9,8,16.0,3658,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +2003,12,15,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-1.10,-8.90,51,100600,0,0,225,0,0,0,0,0,0,0,290,11.30,2,2,16.0,77777,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +2003,12,15,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-1.10,-8.90,51,100700,0,0,210,0,0,0,0,0,0,0,290,11.80,0,0,16.0,77777,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +2003,12,15,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-1.10,-8.30,54,100800,0,0,212,0,0,0,0,0,0,0,300,9.80,0,0,16.0,77777,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +2003,12,15,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-1.10,-8.90,51,101000,0,0,211,0,0,0,0,0,0,0,290,9.80,0,0,16.0,77777,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +2003,12,15,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-1.10,-8.30,54,101100,0,0,212,0,0,0,0,0,0,0,290,7.20,0,0,16.0,77777,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +2003,12,16,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-1.10,-8.30,54,101200,0,0,212,0,0,0,0,0,0,0,290,7.70,0,0,16.0,77777,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +2003,12,16,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-1.70,-8.30,57,101400,0,0,210,0,0,0,0,0,0,0,280,5.20,0,0,16.0,77777,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +2003,12,16,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-1.70,-8.30,57,101500,0,0,209,0,0,0,0,0,0,0,260,5.70,0,0,16.0,77777,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +2003,12,16,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-1.70,-7.80,59,101600,0,0,209,0,0,0,0,0,0,0,260,5.70,0,0,16.0,77777,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +2003,12,16,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-1.70,-8.30,57,101600,0,0,208,0,0,0,0,0,0,0,270,5.20,0,0,16.0,77777,9,999999999,6,0.0000,0,88,0.000,0.0,1.0 +2003,12,16,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-2.20,-8.30,59,101800,0,0,205,0,0,0,0,0,0,0,260,4.10,0,0,16.0,77777,9,999999999,6,0.0000,0,88,0.000,0.0,1.0 +2003,12,16,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-2.20,-8.30,59,101800,0,0,204,0,0,0,0,0,0,0,270,6.70,0,0,16.0,77777,9,999999999,5,0.0000,0,88,0.000,0.0,1.0 +2003,12,16,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-1.70,-7.80,59,101900,76,1212,246,0,0,0,0,0,0,0,270,7.20,5,5,16.0,77777,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +2003,12,16,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-0.60,-7.80,54,102000,272,1412,282,161,474,69,16100,34900,9300,1150,270,7.20,9,9,16.0,7620,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +2003,12,16,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,0.00,-7.80,52,102100,431,1412,284,284,610,97,28800,53300,12500,1720,270,7.20,9,9,16.0,10668,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +2003,12,16,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,1.70,-7.20,48,102000,536,1412,232,329,530,127,34500,50200,15400,2460,270,4.60,2,2,16.0,77777,9,999999999,11,0.0000,0,88,0.000,0.0,1.0 +2003,12,16,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,3.30,-7.20,43,102000,579,1412,263,352,439,171,36100,42200,18800,3470,280,5.20,5,5,16.0,9144,9,999999999,12,0.0000,0,88,0.000,0.0,1.0 +2003,12,16,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,3.90,-6.70,43,102000,557,1412,284,385,709,104,39800,66700,13300,2000,270,4.10,7,7,16.0,7620,9,999999999,13,0.0000,0,88,0.000,0.0,1.0 +2003,12,16,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,4.40,-6.10,44,102000,471,1412,304,311,704,75,32400,64200,10900,1440,270,2.60,9,9,16.0,6706,9,999999999,14,0.0000,0,88,0.000,0.0,1.0 +2003,12,16,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,5.60,-6.10,40,102000,328,1412,274,202,585,65,20600,47100,9600,1160,270,2.60,5,5,16.0,77777,9,999999999,16,0.0000,0,88,0.000,0.0,1.0 +2003,12,16,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,5.00,-6.10,42,102000,140,1412,307,58,305,27,5800,17000,4100,480,260,3.60,9,9,16.0,6401,9,999999999,17,0.0000,0,88,0.000,0.0,1.0 +2003,12,16,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,4.40,-5.60,46,102000,3,247,305,0,0,0,0,0,0,0,230,3.60,9,9,16.0,6401,9,999999999,13,0.0000,0,88,0.000,0.0,1.0 +2003,12,16,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,2.20,-3.30,65,102000,0,0,297,0,0,0,0,0,0,0,160,2.60,9,9,16.0,7620,9,999999999,10,0.0000,0,88,0.000,0.0,1.0 +2003,12,16,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,2.20,-5.00,56,102000,0,0,304,0,0,0,0,0,0,0,180,2.60,10,10,16.0,6706,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +2003,12,16,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,1.70,-3.90,64,101700,0,0,295,0,0,0,0,0,0,0,190,2.60,10,9,16.0,6096,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +2003,12,16,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,0.60,-3.30,73,101900,0,0,291,0,0,0,0,0,0,0,170,2.60,10,9,16.0,6096,9,999999999,6,0.0000,0,88,0.000,0.0,1.0 +2003,12,16,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,1.10,-3.90,67,101800,0,0,285,0,0,0,0,0,0,0,180,2.10,9,8,16.0,5486,9,999999999,6,0.0000,0,88,0.000,0.0,1.0 +2003,12,16,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,1.70,-1.70,77,101800,0,0,289,0,0,0,0,0,0,0,200,3.10,9,8,16.0,9144,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +2003,12,16,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,1.70,-1.10,81,101700,0,0,283,0,0,0,0,0,0,0,190,4.10,8,7,16.0,7620,9,999999999,11,0.0000,0,88,0.000,0.0,1.0 +2003,12,17,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,0.00,-1.70,87,101700,0,0,282,0,0,0,0,0,0,0,170,3.10,8,8,16.0,9144,9,999999999,13,0.0000,0,88,0.000,0.0,1.0 +2003,12,17,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,1.10,-0.60,88,101700,0,0,294,0,0,0,0,0,0,0,190,2.60,10,9,14.4,640,9,999999999,13,0.0000,0,88,0.000,0.0,1.0 +2003,12,17,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,1.10,0.60,96,101600,0,0,295,0,0,0,0,0,0,0,170,3.60,10,9,8.0,488,9,999999999,13,0.0000,0,88,0.000,0.0,1.0 +2003,12,17,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,2.20,1.70,96,101500,0,0,307,0,0,0,0,0,0,0,160,2.60,10,10,4.8,244,9,999999999,12,0.0000,0,88,0.000,0.0,1.0 +2003,12,17,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,3.30,2.20,92,101400,0,0,312,0,0,0,0,0,0,0,160,4.10,10,10,4.0,1097,9,999999999,14,0.0000,0,88,0.000,0.0,1.0 +2003,12,17,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,3.30,2.80,97,101400,0,0,312,0,0,0,0,0,0,0,180,3.10,10,10,4.8,1311,9,999999999,15,0.0000,0,88,0.000,0.0,1.0 +2003,12,17,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,4.40,3.30,93,101200,0,0,267,0,0,0,0,0,0,0,170,4.10,3,3,4.8,77777,9,999999999,16,0.0000,0,88,0.000,0.0,1.0 +2003,12,17,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,4.40,3.90,97,101100,74,1189,274,0,0,0,0,0,0,0,150,2.60,4,4,4.8,7620,9,999999999,17,0.0000,0,88,0.000,0.0,1.0 +2003,12,17,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,6.70,5.00,89,101000,270,1413,313,154,247,106,15700,18000,12200,2240,180,6.70,8,8,12.8,6096,9,999999999,19,0.0000,0,88,0.000,0.0,1.0 +2003,12,17,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,8.30,5.60,83,101000,430,1413,313,142,37,131,15600,3400,14500,3380,170,5.70,10,7,16.0,4572,9,999999999,20,0.0000,0,88,0.000,0.0,1.0 +2003,12,17,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,8.90,5.60,80,100800,535,1413,331,108,0,108,12500,0,12500,4400,150,5.20,10,9,16.0,2743,9,999999999,21,0.0000,0,88,0.000,0.0,1.0 +2003,12,17,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,11.10,6.70,74,100500,578,1413,342,115,0,115,13300,0,13300,4790,170,7.20,10,9,16.0,2438,9,999999999,23,0.0000,0,88,0.000,0.0,1.0 +2003,12,17,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,12.20,7.80,74,100300,556,1413,355,105,0,105,12200,0,12200,4380,180,10.80,10,10,16.0,2134,9,999999999,24,0.0000,0,88,0.000,0.0,1.0 +2003,12,17,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,11.10,7.20,77,100200,471,1413,350,94,0,94,10800,0,10800,3740,170,6.20,10,10,16.0,1524,9,999999999,26,0.0000,0,88,0.000,0.0,1.0 +2003,12,17,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,11.10,8.30,83,100100,329,1413,350,46,0,46,5400,0,5400,1850,170,9.30,10,10,4.8,1829,9,999999999,27,0.0000,0,88,0.000,0.0,1.0 +2003,12,17,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,10.00,7.80,86,99900,141,1413,345,18,0,18,2100,0,2100,680,160,8.20,10,10,12.8,2286,9,999999999,28,0.0000,0,88,0.000,0.0,1.0 +2003,12,17,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,10.00,7.80,86,99800,3,247,345,0,0,0,0,0,0,0,160,9.30,10,10,16.0,1829,9,999999999,29,0.0000,0,88,0.000,0.0,1.0 +2003,12,17,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,10.60,8.90,89,99500,0,0,349,0,0,0,0,0,0,0,160,11.30,10,10,9.6,2286,9,999999999,30,0.0000,0,88,0.000,0.0,1.0 +2003,12,17,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,11.10,10.00,93,99300,0,0,352,0,0,0,0,0,0,0,160,11.80,10,10,9.6,457,9,999999999,30,0.0000,0,88,0.000,0.0,1.0 +2003,12,17,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,11.70,10.00,89,99100,0,0,356,0,0,0,0,0,0,0,160,12.40,10,10,8.0,457,9,999999999,30,0.0000,0,88,0.000,0.0,1.0 +2003,12,17,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,12.20,10.60,90,98900,0,0,359,0,0,0,0,0,0,0,160,9.80,10,10,8.0,427,9,999999999,30,0.0000,0,88,0.000,0.0,1.0 +2003,12,17,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,10.60,10.00,96,98400,0,0,350,0,0,0,0,0,0,0,140,9.30,10,10,3.2,457,9,999999999,29,0.0000,0,88,0.000,0.0,1.0 +2003,12,17,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,11.70,11.10,96,98300,0,0,357,0,0,0,0,0,0,0,190,8.80,10,10,6.4,305,9,999999999,25,0.0000,0,88,0.000,0.0,1.0 +2003,12,17,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,6.10,3.90,86,98400,0,0,326,0,0,0,0,0,0,0,280,10.30,10,10,16.0,366,9,999999999,20,0.0000,0,88,0.000,0.0,1.0 +2003,12,18,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,4.40,1.10,79,98500,0,0,317,0,0,0,0,0,0,0,270,9.80,10,10,16.0,549,9,999999999,15,0.0000,0,88,0.000,0.0,1.0 +2003,12,18,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,3.30,-0.60,75,98700,0,0,311,0,0,0,0,0,0,0,260,9.80,10,10,16.0,1524,9,999999999,13,0.0000,0,88,0.000,0.0,1.0 +2003,12,18,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,2.20,-2.80,68,98800,0,0,305,0,0,0,0,0,0,0,260,13.40,10,10,16.0,2438,9,999999999,12,0.0000,0,88,0.000,0.0,1.0 +2003,12,18,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,1.70,-3.90,64,98900,0,0,248,0,0,0,0,0,0,0,250,8.80,3,3,16.0,77777,9,999999999,10,0.0000,0,88,0.000,0.0,1.0 +2003,12,18,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,1.10,-5.60,58,99100,0,0,235,0,0,0,0,0,0,0,250,10.30,2,2,16.0,77777,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +2003,12,18,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,1.10,-5.00,61,99200,0,0,291,0,0,0,0,0,0,0,240,11.30,9,9,16.0,1189,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +2003,12,18,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,1.10,-4.40,64,99300,0,0,259,0,0,0,0,0,0,0,230,9.80,5,5,16.0,77777,9,999999999,6,0.0000,0,88,0.000,0.0,1.0 +2003,12,18,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,1.10,-5.60,58,99400,72,1189,257,0,0,0,0,0,0,0,240,10.80,5,5,16.0,77777,9,999999999,6,0.0000,0,88,0.000,0.0,1.0 +2003,12,18,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,2.20,-5.60,53,99500,268,1413,236,162,495,68,16200,36200,9300,1130,240,12.90,2,2,16.0,77777,9,999999999,6,0.0000,0,88,0.000,0.0,1.0 +2003,12,18,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,2.80,-6.10,49,99500,428,1413,245,292,635,98,29500,55200,12700,1730,250,10.80,3,3,16.0,77777,9,999999999,6,0.0000,0,88,0.000,0.0,1.0 +2003,12,18,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,3.30,-5.60,49,99500,533,1413,264,317,475,137,33000,44900,16000,2680,250,10.30,5,5,16.0,77777,9,999999999,6,0.0000,0,88,0.000,0.0,1.0 +2003,12,18,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,3.90,-6.10,45,99500,577,1413,266,352,506,145,36900,48800,16800,2880,260,8.20,5,5,16.0,77777,9,999999999,6,0.0000,0,88,0.000,0.0,1.0 +2003,12,18,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,4.40,-6.10,44,99500,556,1413,268,356,631,106,36700,59300,13200,2030,250,10.30,5,5,16.0,77777,9,999999999,6,0.0000,0,88,0.000,0.0,1.0 +2003,12,18,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,4.40,-6.10,44,99500,472,1413,268,294,587,97,30100,52800,12300,1780,240,10.30,5,5,16.0,77777,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +2003,12,18,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,3.90,-6.10,45,99600,330,1413,267,167,341,87,17200,27400,10800,1620,240,10.30,5,5,16.0,77777,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +2003,12,18,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,3.30,-6.10,47,99700,142,1413,265,62,247,37,6400,12700,5100,670,250,8.20,5,5,16.0,77777,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +2003,12,18,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,2.80,-5.60,51,99800,4,271,298,0,0,0,0,0,0,0,240,7.20,9,9,16.0,1433,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +2003,12,18,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,2.80,-6.10,49,99800,0,0,298,0,0,0,0,0,0,0,230,7.70,9,9,16.0,1524,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +2003,12,18,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,2.20,-6.10,51,99900,0,0,279,0,0,0,0,0,0,0,240,8.20,7,7,16.0,1676,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +2003,12,18,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,2.20,-6.10,51,100000,0,0,296,0,0,0,0,0,0,0,240,6.70,9,9,16.0,1524,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +2003,12,18,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,1.70,-7.20,48,100000,0,0,301,0,0,0,0,0,0,0,270,8.80,10,10,16.0,1463,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +2003,12,18,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,1.10,-7.80,48,100100,0,0,283,0,0,0,0,0,0,0,270,7.70,8,8,16.0,1402,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +2003,12,18,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,0.60,-7.80,49,100100,0,0,281,0,0,0,0,0,0,0,250,6.20,8,8,16.0,1463,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +2003,12,18,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,0.00,-7.80,52,100100,0,0,216,0,0,0,0,0,0,0,240,5.70,0,0,16.0,77777,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +2003,12,19,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-0.60,-7.20,57,100200,0,0,215,0,0,0,0,0,0,0,240,6.20,0,0,16.0,77777,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +2003,12,19,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,0.00,-7.20,54,100200,0,0,217,0,0,0,0,0,0,0,260,6.70,0,0,16.0,77777,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +2003,12,19,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-0.60,-7.20,57,100200,0,0,214,0,0,0,0,0,0,0,260,7.20,0,0,16.0,77777,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +2003,12,19,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-0.60,-7.20,57,100200,0,0,213,0,0,0,0,0,0,0,270,7.20,0,0,16.0,77777,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +2003,12,19,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-0.60,-7.80,54,100300,0,0,211,0,0,0,0,0,0,0,260,5.20,0,0,16.0,77777,9,999999999,6,0.0000,0,88,0.000,0.0,1.0 +2003,12,19,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-0.60,-8.30,52,100400,0,0,210,0,0,0,0,0,0,0,270,5.70,0,0,16.0,77777,9,999999999,5,0.0000,0,88,0.000,0.0,1.0 +2003,12,19,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-1.10,-8.30,54,100400,0,0,207,0,0,0,0,0,0,0,270,5.70,0,0,16.0,77777,9,999999999,4,0.0000,0,88,0.000,0.0,1.0 +2003,12,19,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-1.10,-8.30,54,100400,70,1166,206,0,0,0,0,0,0,0,270,5.70,0,0,16.0,77777,9,999999999,4,0.0000,0,88,0.000,0.0,1.0 +2003,12,19,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,0.00,-8.90,47,100500,266,1413,208,163,503,68,16300,36600,9400,1130,290,4.60,0,0,16.0,77777,9,999999999,5,0.0000,0,88,0.000,0.0,1.0 +2003,12,19,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,0.60,-9.40,43,100500,426,1413,208,285,648,89,29100,56700,11900,1600,250,5.20,0,0,16.0,77777,9,999999999,5,0.0000,0,88,0.000,0.0,1.0 +2003,12,19,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,1.70,-10.00,38,100500,532,1413,210,355,694,92,36800,64900,12200,1780,280,4.10,0,0,16.0,77777,9,999999999,6,0.0000,0,88,0.000,0.0,1.0 +2003,12,19,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,2.80,-10.60,33,100400,577,1413,213,383,650,116,39300,61300,14200,2220,300,3.10,0,0,16.0,77777,9,999999999,6,0.0000,0,88,0.000,0.0,1.0 +2003,12,19,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,3.90,-10.00,32,100400,556,1413,245,374,715,91,39000,67700,12200,1790,290,1.50,4,3,16.0,77777,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +2003,12,19,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,4.40,-9.40,33,100300,472,1413,238,306,675,79,31700,61500,11100,1510,270,3.10,4,2,16.0,77777,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +2003,12,19,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,4.40,-10.00,31,100300,331,1413,247,203,579,66,20600,46700,9600,1180,310,3.10,4,3,16.0,77777,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +2003,12,19,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,3.90,-9.40,34,100400,143,1413,300,62,341,27,6300,19300,4300,480,270,3.60,10,9,16.0,7620,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +2003,12,19,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,2.80,-10.00,35,100400,4,271,296,0,0,0,0,0,0,0,320,2.60,10,9,16.0,7620,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +2003,12,19,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,2.80,-10.00,35,100400,0,0,296,0,0,0,0,0,0,0,290,3.10,10,9,16.0,7620,9,999999999,6,0.0000,0,88,0.000,0.0,1.0 +2003,12,19,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,2.80,-10.00,35,100500,0,0,288,0,0,0,0,0,0,0,320,3.60,10,8,16.0,7620,9,999999999,6,0.0000,0,88,0.000,0.0,1.0 +2003,12,19,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,1.70,-10.00,38,100500,0,0,217,0,0,0,0,0,0,0,340,2.10,0,0,16.0,7620,9,999999999,6,0.0000,0,88,0.000,0.0,1.0 +2003,12,19,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,1.10,-9.40,41,100500,0,0,274,0,0,0,0,0,0,0,340,2.60,8,7,16.0,7620,9,999999999,6,0.0000,0,88,0.000,0.0,1.0 +2003,12,19,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,1.10,-9.40,41,100500,0,0,298,0,0,0,0,0,0,0,320,3.10,10,10,16.0,2438,9,999999999,6,0.0000,0,88,0.000,0.0,1.0 +2003,12,19,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,0.60,-9.40,43,100500,0,0,288,0,0,0,0,0,0,0,320,2.60,9,9,16.0,2286,9,999999999,6,0.0000,0,88,0.000,0.0,1.0 +2003,12,19,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,0.60,-8.90,45,100500,0,0,296,0,0,0,0,0,0,0,300,4.10,10,10,16.0,2438,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +2003,12,20,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,0.60,-8.90,45,100500,0,0,296,0,0,0,0,0,0,0,300,3.60,10,10,16.0,2134,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +2003,12,20,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,0.60,-8.30,47,100600,0,0,289,0,0,0,0,0,0,0,330,4.10,9,9,16.0,2438,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +2003,12,20,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,0.00,-8.30,49,100600,0,0,278,0,0,0,0,0,0,0,310,4.60,8,8,16.0,3353,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +2003,12,20,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-0.60,-7.80,54,100600,0,0,275,0,0,0,0,0,0,0,330,3.60,8,8,16.0,2134,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +2003,12,20,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-0.60,-7.80,54,100700,0,0,291,0,0,0,0,0,0,0,320,4.10,10,10,16.0,2743,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +2003,12,20,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-0.60,-7.80,54,100800,0,0,275,0,0,0,0,0,0,0,320,3.60,8,8,16.0,2286,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +2003,12,20,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-1.10,-7.80,57,100800,0,0,272,0,0,0,0,0,0,0,320,3.60,8,8,16.0,3048,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +2003,12,20,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-0.60,-7.80,54,101000,69,1166,233,0,0,0,0,0,0,0,300,2.60,3,3,16.0,3658,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +2003,12,20,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,0.60,-7.20,52,101000,264,1413,212,131,282,78,13300,20400,9400,1460,10,2.10,0,0,16.0,5486,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +2003,12,20,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,1.10,-6.70,52,101100,425,1413,214,265,567,94,26900,49300,12000,1670,330,2.10,0,0,16.0,6096,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +2003,12,20,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,1.70,-6.10,53,101100,531,1413,225,349,670,96,36100,62500,12500,1840,270,3.10,1,1,16.0,6096,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +2003,12,20,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,2.80,-5.60,51,101000,576,1413,246,370,560,141,38800,54000,16700,2790,310,2.60,3,3,16.0,6096,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +2003,12,20,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,2.80,-6.10,49,101000,556,1413,254,298,310,175,31400,30500,19300,3770,270,3.10,4,4,16.0,6096,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +2003,12,20,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,2.20,-5.00,56,101100,473,1413,286,200,147,151,21600,13800,17000,3430,360,3.60,8,8,16.0,1097,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +2003,12,20,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,2.20,-5.00,56,101200,332,1413,287,66,0,66,7500,0,7500,2470,270,3.60,8,8,16.0,1036,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +2003,12,20,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,2.20,-5.60,53,101300,144,1413,303,40,69,33,4400,3900,4000,690,290,4.10,10,10,16.0,1219,9,999999999,6,0.0000,0,88,0.000,0.0,1.0 +2003,12,20,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,2.20,-5.00,56,101400,4,294,304,0,0,0,0,0,0,0,330,4.10,10,10,16.0,1097,9,999999999,6,0.0000,0,88,0.000,0.0,1.0 +2003,12,20,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,1.70,-6.10,53,101400,0,0,285,0,0,0,0,0,0,0,310,4.10,8,8,16.0,1341,9,999999999,6,0.0000,0,88,0.000,0.0,1.0 +2003,12,20,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,1.10,-6.70,52,101500,0,0,275,0,0,0,0,0,0,0,310,5.20,10,7,16.0,1463,9,999999999,6,0.0000,0,88,0.000,0.0,1.0 +2003,12,20,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,0.00,-7.20,54,101600,0,0,247,0,0,0,0,0,0,0,330,5.70,4,4,16.0,77777,9,999999999,6,0.0000,0,88,0.000,0.0,1.0 +2003,12,20,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-0.60,-7.80,54,101700,0,0,214,0,0,0,0,0,0,0,310,5.20,0,0,16.0,77777,9,999999999,6,0.0000,0,88,0.000,0.0,1.0 +2003,12,20,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-1.10,-8.30,54,101700,0,0,212,0,0,0,0,0,0,0,320,4.60,0,0,16.0,77777,9,999999999,6,0.0000,0,88,0.000,0.0,1.0 +2003,12,20,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-1.70,-7.80,59,101800,0,0,211,0,0,0,0,0,0,0,290,5.70,0,0,16.0,77777,9,999999999,6,0.0000,0,88,0.000,0.0,1.0 +2003,12,20,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-2.20,-8.30,59,101800,0,0,209,0,0,0,0,0,0,0,300,4.60,0,0,16.0,77777,9,999999999,6,0.0000,0,88,0.000,0.0,1.0 +2003,12,21,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-2.80,-8.90,59,101900,0,0,244,0,0,0,0,0,0,0,300,3.60,5,5,16.0,77777,9,999999999,6,0.0000,0,88,0.000,0.0,1.0 +2003,12,21,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-3.30,-8.90,62,102000,0,0,205,0,0,0,0,0,0,0,300,3.60,0,0,16.0,77777,9,999999999,6,0.0000,0,88,0.000,0.0,1.0 +2003,12,21,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-3.90,-9.40,62,102000,0,0,202,0,0,0,0,0,0,0,300,3.60,0,0,16.0,77777,9,999999999,5,0.0000,0,88,0.000,0.0,1.0 +2003,12,21,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-4.40,-10.60,58,102000,0,0,198,0,0,0,0,0,0,0,290,3.60,0,0,16.0,77777,9,999999999,5,0.0000,0,88,0.000,0.0,1.0 +2003,12,21,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-5.00,-11.70,56,102100,0,0,194,0,0,0,0,0,0,0,290,7.20,0,0,16.0,77777,9,999999999,5,0.0000,0,88,0.000,0.0,1.0 +2003,12,21,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-5.60,-12.80,53,102100,0,0,190,0,0,0,0,0,0,0,280,5.20,0,0,16.0,77777,9,999999999,4,0.0000,0,88,0.000,0.0,1.0 +2003,12,21,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-5.00,-12.80,50,102200,0,0,191,0,0,0,0,0,0,0,270,4.60,0,0,16.0,77777,9,999999999,4,0.0000,0,88,0.000,0.0,1.0 +2003,12,21,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-5.00,-12.20,53,102200,67,1143,190,0,0,0,0,0,0,0,260,5.70,0,0,16.0,77777,9,999999999,5,0.0000,0,88,0.000,0.0,1.0 +2003,12,21,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-3.90,-11.70,51,102200,263,1414,202,131,289,77,13300,20900,9400,1440,250,5.20,1,1,16.0,7620,9,999999999,6,0.0000,0,88,0.000,0.0,1.0 +2003,12,21,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-2.20,-10.00,51,102200,424,1414,208,265,567,94,26900,49300,12000,1670,240,4.10,1,1,16.0,7620,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +2003,12,21,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,-1.10,-9.40,49,102000,531,1414,203,343,603,115,35000,55700,14000,2130,230,6.20,0,0,16.0,7010,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +2003,12,21,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,0.60,-8.30,47,101900,576,1414,227,334,379,179,35300,37600,19900,3870,220,8.20,2,2,16.0,6706,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +2003,12,21,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,1.10,-8.30,46,101800,557,1414,280,339,441,164,34700,42000,18100,3290,240,7.20,10,8,16.0,7010,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +2003,12,21,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,1.10,-9.40,41,101800,474,1414,280,178,82,150,19400,7700,16900,3920,240,7.70,9,8,16.0,7620,9,999999999,10,0.0000,0,88,0.000,0.0,1.0 +2003,12,21,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,1.10,-8.90,43,101700,333,1414,289,102,34,93,11100,2900,10400,2340,220,7.70,10,9,16.0,2743,9,999999999,10,0.0000,0,88,0.000,0.0,1.0 +2003,12,21,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,1.10,-7.80,48,101700,146,1414,289,55,119,43,5800,5900,5200,820,230,6.20,10,9,16.0,3048,9,999999999,11,0.0000,0,88,0.000,0.0,1.0 +2003,12,21,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,1.10,-7.20,50,101600,4,295,282,0,0,0,0,0,0,0,230,6.70,9,8,16.0,4572,9,999999999,11,0.0000,0,88,0.000,0.0,1.0 +2003,12,21,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,1.10,-7.20,50,101600,0,0,274,0,0,0,0,0,0,0,220,6.20,8,7,16.0,77777,9,999999999,11,0.0000,0,88,0.000,0.0,1.0 +2003,12,21,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,0.60,-7.20,52,101700,0,0,240,0,0,0,0,0,0,0,220,6.20,3,3,16.0,77777,9,999999999,11,0.0000,0,88,0.000,0.0,1.0 +2003,12,21,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,1.10,-7.20,50,101700,0,0,291,0,0,0,0,0,0,0,230,5.70,10,9,16.0,77777,9,999999999,12,0.0000,0,88,0.000,0.0,1.0 +2003,12,21,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,1.70,-8.30,44,101700,0,0,293,0,0,0,0,0,0,0,230,5.70,9,9,16.0,5486,9,999999999,12,0.0000,0,88,0.000,0.0,1.0 +2003,12,21,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,1.70,-8.90,41,101700,0,0,228,0,0,0,0,0,0,0,240,7.20,1,1,16.0,5486,9,999999999,13,0.0000,0,88,0.000,0.0,1.0 +2003,12,21,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,1.70,-8.90,41,101700,0,0,285,0,0,0,0,0,0,0,250,6.20,8,8,16.0,77777,9,999999999,13,0.0000,0,88,0.000,0.0,1.0 +2003,12,21,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,1.70,-9.40,40,101700,0,0,285,0,0,0,0,0,0,0,230,6.20,10,8,16.0,77777,9,999999999,13,0.0000,0,88,0.000,0.0,1.0 +2003,12,22,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,1.70,-9.40,40,101700,0,0,260,0,0,0,0,0,0,0,230,6.20,9,5,16.0,77777,9,999999999,13,0.0000,0,88,0.000,0.0,1.0 +2003,12,22,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,1.70,-9.40,40,101700,0,0,268,0,0,0,0,0,0,0,230,6.20,10,6,16.0,77777,9,999999999,12,0.0000,0,88,0.000,0.0,1.0 +2003,12,22,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,1.70,-9.40,40,101700,0,0,276,0,0,0,0,0,0,0,230,5.20,8,7,16.0,77777,9,999999999,11,0.0000,0,88,0.000,0.0,1.0 +2003,12,22,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,1.10,-8.90,43,101700,0,0,274,0,0,0,0,0,0,0,230,4.60,9,7,16.0,77777,9,999999999,10,0.0000,0,88,0.000,0.0,1.0 +2003,12,22,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,1.70,-8.90,41,101700,0,0,284,0,0,0,0,0,0,0,230,4.60,8,8,16.0,77777,9,999999999,10,0.0000,0,88,0.000,0.0,1.0 +2003,12,22,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,1.70,-8.30,44,101700,0,0,292,0,0,0,0,0,0,0,220,5.20,10,9,16.0,4572,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +2003,12,22,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,1.70,-7.80,46,101700,0,0,292,0,0,0,0,0,0,0,240,4.10,10,9,16.0,77777,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +2003,12,22,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,2.80,-8.30,40,101700,66,1119,262,0,0,0,0,0,0,0,240,6.70,6,5,16.0,7620,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +2003,12,22,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,3.30,-7.80,41,101700,261,1414,238,156,478,67,15600,34500,9100,1110,230,5.70,2,2,16.0,77777,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +2003,12,22,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,5.60,-8.30,33,101700,423,1414,226,286,667,86,29300,58300,11700,1560,230,3.10,0,0,16.0,77777,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +2003,12,22,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,7.20,-8.30,30,101600,530,1414,268,336,506,146,34800,47700,16800,2880,250,4.60,4,4,16.0,10668,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +2003,12,22,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,8.30,-7.20,30,101500,576,1414,320,267,169,198,28800,16600,22000,4660,230,5.20,9,9,16.0,2591,9,999999999,10,0.0000,0,88,0.000,0.0,1.0 +2003,12,22,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,8.90,-7.20,29,101500,557,1414,314,257,167,191,27700,16300,21200,4470,240,4.60,9,8,16.0,7620,9,999999999,10,0.0000,0,88,0.000,0.0,1.0 +2003,12,22,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,10.00,-6.70,28,101400,475,1414,310,284,446,133,29200,40800,15400,2580,240,4.60,8,7,16.0,7620,9,999999999,11,0.0000,0,88,0.000,0.0,1.0 +2003,12,22,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,9.40,-6.10,31,101500,335,1414,317,168,330,89,17200,26600,10900,1660,270,5.20,10,8,16.0,5486,9,999999999,13,0.0000,0,88,0.000,0.0,1.0 +2003,12,22,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,9.40,-6.10,31,101600,148,1414,290,45,100,34,4700,5000,4200,610,240,2.60,5,5,16.0,4267,9,999999999,14,0.0000,0,88,0.000,0.0,1.0 +2003,12,22,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,7.80,-5.60,36,101500,5,318,285,0,0,0,0,0,0,0,200,3.10,5,5,16.0,7620,9,999999999,15,0.0000,0,88,0.000,0.0,1.0 +2003,12,22,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,7.20,-4.40,42,101600,0,0,310,0,0,0,0,0,0,0,200,2.10,10,8,16.0,4267,9,999999999,15,0.0000,0,88,0.000,0.0,1.0 +2003,12,22,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,6.10,-2.80,51,101700,0,0,298,0,0,0,0,0,0,0,190,3.10,10,7,16.0,7620,9,999999999,16,0.0000,0,88,0.000,0.0,1.0 +2003,12,22,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,5.60,-3.30,51,101700,0,0,304,0,0,0,0,0,0,0,200,4.60,10,8,16.0,6096,9,999999999,17,0.0000,0,88,0.000,0.0,1.0 +2003,12,22,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,6.10,-3.90,47,101700,0,0,314,0,0,0,0,0,0,0,210,4.10,10,9,16.0,4267,9,999999999,17,0.0000,0,88,0.000,0.0,1.0 +2003,12,22,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,5.60,-3.90,49,101700,0,0,312,0,0,0,0,0,0,0,220,3.60,10,9,16.0,4572,9,999999999,18,0.0000,0,88,0.000,0.0,1.0 +2003,12,22,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,5.60,-3.90,49,101700,0,0,297,0,0,0,0,0,0,0,220,3.10,10,7,16.0,4877,9,999999999,18,0.0000,0,88,0.000,0.0,1.0 +2003,12,22,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,6.10,-3.90,47,101700,0,0,291,0,0,0,0,0,0,0,230,4.10,10,6,16.0,7620,9,999999999,19,0.0000,0,88,0.000,0.0,1.0 +2003,12,23,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,6.10,-3.90,47,101700,0,0,299,0,0,0,0,0,0,0,230,3.10,10,7,16.0,4267,9,999999999,19,0.0000,0,88,0.000,0.0,1.0 +2003,12,23,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,4.40,-3.30,55,101700,0,0,300,0,0,0,0,0,0,0,210,2.60,9,8,16.0,6096,9,999999999,19,0.0000,0,88,0.000,0.0,1.0 +2003,12,23,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,5.00,-2.20,58,101800,0,0,318,0,0,0,0,0,0,0,180,2.60,10,10,16.0,2134,9,999999999,19,0.0000,0,88,0.000,0.0,1.0 +2003,12,23,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,4.40,-0.60,70,101800,0,0,316,0,0,0,0,0,0,0,160,2.60,10,10,16.0,2286,9,999999999,18,0.0000,0,88,0.000,0.0,1.0 +2003,12,23,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,4.40,-0.60,70,101800,0,0,316,0,0,0,0,0,0,0,170,3.10,10,10,16.0,2134,9,999999999,19,0.0000,0,88,0.000,0.0,1.0 +2003,12,23,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,4.40,0.00,73,101800,0,0,316,0,0,0,0,0,0,0,180,3.10,10,10,16.0,2286,9,999999999,19,0.0000,0,88,0.000,0.0,1.0 +2003,12,23,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,4.40,0.00,73,101900,0,0,315,0,0,0,0,0,0,0,180,2.60,10,10,16.0,2286,9,999999999,20,0.0000,0,88,0.000,0.0,1.0 +2003,12,23,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,5.60,0.00,67,101900,64,1119,321,0,0,0,0,0,0,0,160,2.10,10,10,16.0,1676,9,999999999,21,0.0000,0,88,0.000,0.0,1.0 +2003,12,23,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,6.10,0.00,65,102000,260,1414,323,66,0,66,7300,0,7300,2230,170,2.60,10,10,16.0,1524,9,999999999,22,0.0000,0,88,0.000,0.0,1.0 +2003,12,23,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,6.70,1.10,67,102000,422,1414,294,89,0,89,10200,0,10200,3420,160,2.10,10,6,16.0,4267,9,999999999,22,0.0000,0,88,0.000,0.0,1.0 +2003,12,23,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,8.30,0.60,58,101900,530,1414,308,95,0,95,11100,0,11100,3960,180,2.10,10,7,16.0,5182,9,999999999,22,0.0000,0,88,0.000,0.0,1.0 +2003,12,23,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,9.40,1.10,56,101800,576,1414,330,280,217,191,30200,21400,21500,4500,190,3.60,10,9,16.0,4572,9,999999999,21,0.0000,0,88,0.000,0.0,1.0 +2003,12,23,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,10.60,2.20,56,101800,558,1414,345,368,584,137,38600,55800,16400,2690,200,4.10,10,10,16.0,4572,9,999999999,21,0.0000,0,88,0.000,0.0,1.0 +2003,12,23,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,11.10,3.30,59,101800,476,1414,324,317,705,79,33000,64300,11200,1510,190,3.10,7,7,16.0,6706,9,999999999,19,0.0000,0,88,0.000,0.0,1.0 +2003,12,23,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,12.20,2.20,50,101800,336,1414,311,209,597,66,21300,48500,9700,1180,190,4.10,5,5,16.0,4572,9,999999999,18,0.0000,0,88,0.000,0.0,1.0 +2003,12,23,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,10.00,1.70,56,101800,150,1414,318,64,319,30,6500,18300,4500,530,210,4.60,7,7,16.0,7010,9,999999999,17,0.0000,0,88,0.000,0.0,1.0 +2003,12,23,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,7.80,2.20,68,101800,5,318,294,0,0,0,0,0,0,0,190,4.60,5,5,16.0,9144,9,999999999,15,0.0000,0,88,0.000,0.0,1.0 +2003,12,23,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,6.70,2.20,73,101800,0,0,275,0,0,0,0,0,0,0,190,4.10,3,3,16.0,7620,9,999999999,13,0.0000,0,88,0.000,0.0,1.0 +2003,12,23,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,7.80,3.90,76,101800,0,0,319,0,0,0,0,0,0,0,190,5.70,10,8,16.0,4267,9,999999999,11,0.0000,0,88,0.000,0.0,1.0 +2003,12,23,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,7.80,3.90,76,101900,0,0,305,0,0,0,0,0,0,0,210,6.20,6,6,16.0,4572,9,999999999,11,0.0000,0,88,0.000,0.0,1.0 +2003,12,23,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,8.30,3.90,74,101900,0,0,329,0,0,0,0,0,0,0,220,5.20,10,9,16.0,4572,9,999999999,11,0.0000,0,88,0.000,0.0,1.0 +2003,12,23,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,8.30,5.00,80,101900,0,0,330,0,0,0,0,0,0,0,210,5.70,10,9,16.0,77777,9,999999999,11,0.0000,0,88,0.000,0.0,1.0 +2003,12,23,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,8.30,5.60,83,101800,0,0,324,0,0,0,0,0,0,0,210,6.20,10,8,16.0,77777,9,999999999,13,0.0000,0,88,0.000,0.0,1.0 +2003,12,23,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,9.40,6.10,80,101800,0,0,336,0,0,0,0,0,0,0,210,7.20,10,9,16.0,77777,9,999999999,14,0.0000,0,88,0.000,0.0,1.0 +2003,12,24,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,8.90,6.70,86,101900,0,0,334,0,0,0,0,0,0,0,200,5.70,10,9,16.0,77777,9,999999999,16,0.0000,0,88,0.000,0.0,1.0 +2003,12,24,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,8.90,6.10,83,101900,0,0,334,0,0,0,0,0,0,0,200,4.60,10,9,16.0,77777,9,999999999,17,0.0000,0,88,0.000,0.0,1.0 +2003,12,24,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,7.80,5.60,86,101900,0,0,301,0,0,0,0,0,0,0,190,4.60,5,5,16.0,77777,9,999999999,18,0.0000,0,88,0.000,0.0,1.0 +2003,12,24,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,8.30,6.10,86,101800,0,0,290,0,0,0,0,0,0,0,190,4.60,3,3,16.0,77777,9,999999999,19,0.0000,0,88,0.000,0.0,1.0 +2003,12,24,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,7.80,6.10,89,101700,0,0,287,0,0,0,0,0,0,0,180,5.20,3,3,16.0,77777,9,999999999,20,0.0000,0,88,0.000,0.0,1.0 +2003,12,24,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,7.20,6.10,93,101800,0,0,318,0,0,0,0,0,0,0,180,4.10,8,8,16.0,77777,9,999999999,20,0.0000,0,88,0.000,0.0,1.0 +2003,12,24,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,8.90,7.80,93,101800,0,0,340,0,0,0,0,0,0,0,190,3.60,10,10,14.4,1829,9,999999999,20,0.0000,0,88,0.000,0.0,1.0 +2003,12,24,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,9.40,7.80,90,101700,63,1120,342,0,0,0,0,0,0,0,170,4.60,10,10,16.0,2591,9,999999999,22,0.0000,0,88,0.000,0.0,1.0 +2003,12,24,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,11.70,8.90,83,101700,258,1414,347,91,67,79,10000,5400,9000,1870,160,5.70,10,9,16.0,2286,9,999999999,24,0.0000,0,88,0.000,0.0,1.0 +2003,12,24,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,13.90,10.60,80,101600,421,1414,359,143,44,130,15700,4000,14500,3330,180,6.20,10,9,14.4,2438,9,999999999,26,0.0000,0,88,0.000,0.0,1.0 +2003,12,24,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,13.30,10.00,80,101500,529,1414,362,57,0,57,6900,0,6900,2570,160,6.20,10,10,16.0,2438,9,999999999,26,0.0000,0,88,0.000,0.0,1.0 +2003,12,24,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,13.30,10.60,84,101400,576,1414,363,128,0,128,14700,0,14700,5180,150,6.20,10,10,16.0,1036,9,999999999,26,0.0000,0,88,0.000,0.0,1.0 +2003,12,24,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,13.30,11.10,87,101200,559,1414,363,94,0,94,11000,0,11000,4010,150,8.20,10,10,9.6,518,9,999999999,26,0.0000,0,88,0.000,0.0,1.0 +2003,12,24,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,12.80,11.10,89,101200,477,1414,354,117,0,117,13200,0,13200,4420,170,7.20,10,9,9.6,579,9,999999999,27,0.0000,0,88,0.000,0.0,1.0 +2003,12,24,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,12.80,11.10,89,101000,338,1414,361,76,0,76,8600,0,8600,2760,160,7.70,10,10,8.0,518,9,999999999,28,0.0000,0,88,0.000,0.0,1.0 +2003,12,24,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,12.80,11.10,89,101000,152,1414,361,19,0,19,2200,0,2200,720,160,7.20,10,10,11.2,1433,9,999999999,29,0.0000,0,88,0.000,0.0,1.0 +2003,12,24,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,11.70,11.10,96,101000,6,342,356,0,0,0,0,0,0,0,150,5.70,10,10,3.2,549,9,999999999,28,0.0000,0,88,0.000,0.0,1.0 +2003,12,24,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,11.70,11.10,96,100900,0,0,356,0,0,0,0,0,0,0,160,5.70,10,10,6.4,427,9,999999999,28,0.0000,0,88,0.000,3.8,1.0 +2003,12,24,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,12.20,11.10,93,100700,0,0,359,0,0,0,0,0,0,0,170,6.20,10,10,12.8,427,9,999999999,28,0.0000,0,88,0.000,0.0,1.0 +2003,12,24,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,12.80,11.70,93,100800,0,0,362,0,0,0,0,0,0,0,190,7.70,10,10,16.0,305,9,999999999,26,0.0000,0,88,0.000,0.0,1.0 +2003,12,24,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,12.20,11.10,93,100800,0,0,359,0,0,0,0,0,0,0,190,4.10,10,10,16.0,427,9,999999999,25,0.0000,0,88,0.000,0.0,1.0 +2003,12,24,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,13.30,11.10,87,100800,0,0,365,0,0,0,0,0,0,0,210,9.30,10,10,16.0,427,9,999999999,24,0.0000,0,88,0.000,0.0,1.0 +2003,12,24,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,12.80,11.10,89,100800,0,0,362,0,0,0,0,0,0,0,200,7.20,10,10,16.0,305,9,999999999,24,0.0000,0,88,0.000,0.0,1.0 +2003,12,24,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,11.70,10.60,93,100800,0,0,357,0,0,0,0,0,0,0,190,6.20,10,10,14.4,244,9,999999999,25,0.0000,0,88,0.000,0.0,1.0 +2003,12,25,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,11.70,10.60,93,100700,0,0,356,0,0,0,0,0,0,0,200,6.20,10,10,16.0,274,9,999999999,25,0.0000,0,88,0.000,0.0,1.0 +2003,12,25,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,11.10,10.00,93,100800,0,0,353,0,0,0,0,0,0,0,210,4.60,10,10,16.0,335,9,999999999,25,0.0000,0,88,0.000,0.0,1.0 +2003,12,25,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,10.60,9.40,92,100800,0,0,350,0,0,0,0,0,0,0,200,4.10,10,10,16.0,274,9,999999999,24,0.0000,0,88,0.000,0.0,1.0 +2003,12,25,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,10.00,8.90,93,100800,0,0,347,0,0,0,0,0,0,0,190,3.10,10,10,16.0,335,9,999999999,24,0.0000,0,88,0.000,0.0,1.0 +2003,12,25,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,8.30,7.20,93,100800,0,0,337,0,0,0,0,0,0,0,0,0.00,10,10,9.6,4572,9,999999999,22,0.0000,0,88,0.000,0.0,1.0 +2003,12,25,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,8.30,7.80,97,100800,0,0,337,0,0,0,0,0,0,0,160,2.60,10,10,9.6,457,9,999999999,20,0.0000,0,88,0.000,5.3,1.0 +2003,12,25,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,8.30,7.80,97,100800,0,0,337,0,0,0,0,0,0,0,0,0.00,10,10,9.6,1829,9,999999999,17,0.0000,0,88,0.000,0.0,1.0 +2003,12,25,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,7.80,6.70,93,100800,62,1096,320,0,0,0,0,0,0,0,0,0.00,8,8,6.4,1829,9,999999999,18,0.0000,0,88,0.000,0.0,1.0 +2003,12,25,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,8.30,7.80,97,100700,257,1414,337,149,250,103,15200,17700,11900,2180,140,1.50,10,10,4.8,1829,9,999999999,18,0.0000,0,88,0.000,0.0,1.0 +2003,12,25,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,9.40,8.90,97,100600,420,1414,342,48,0,48,5700,0,5700,2060,230,2.60,10,10,9.6,305,9,999999999,19,0.0000,0,88,0.000,0.0,1.0 +2003,12,25,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,9.40,8.30,93,100600,529,1414,342,57,0,57,6900,0,6900,2570,250,2.10,10,10,11.2,274,9,999999999,18,0.0000,0,88,0.000,0.0,1.0 +2003,12,25,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,10.00,7.80,86,100400,577,1414,344,67,0,67,8100,0,8100,3050,10,2.10,10,10,14.4,1524,9,999999999,17,0.0000,0,88,0.000,1.5,1.0 +2003,12,25,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,10.00,8.30,89,100400,560,1414,345,380,513,177,38800,48900,19400,3590,190,3.10,10,10,11.2,518,9,999999999,16,0.0000,0,88,0.000,0.0,1.0 +2003,12,25,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,10.00,7.20,83,100400,479,1414,344,50,0,50,6100,0,6100,2220,200,5.20,10,10,16.0,518,9,999999999,14,0.0000,0,88,0.000,0.0,1.0 +2003,12,25,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,8.90,3.90,71,100400,340,1414,322,133,120,104,14400,10100,11900,2270,240,8.20,8,8,16.0,3048,9,999999999,12,0.0000,0,88,0.000,0.0,1.0 +2003,12,25,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,7.20,2.20,70,100500,154,1414,306,68,206,46,6900,11100,5700,850,250,5.70,7,7,16.0,77777,9,999999999,10,0.0000,0,88,0.000,0.0,1.0 +2003,12,25,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,6.70,1.70,70,100500,6,342,296,0,0,0,0,0,0,0,250,3.60,6,6,16.0,77777,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +2003,12,25,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,6.10,0.60,68,100600,0,0,285,0,0,0,0,0,0,0,250,6.20,5,5,16.0,77777,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +2003,12,25,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,5.00,-1.10,64,100600,0,0,272,0,0,0,0,0,0,0,240,6.20,4,4,16.0,77777,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +2003,12,25,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,4.40,-2.20,61,100700,0,0,261,0,0,0,0,0,0,0,260,9.80,3,3,16.0,77777,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +2003,12,25,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,3.30,-2.80,63,100800,0,0,249,0,0,0,0,0,0,0,250,9.80,2,2,16.0,77777,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +2003,12,25,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,2.80,-3.30,62,100800,0,0,240,0,0,0,0,0,0,0,240,7.70,1,1,16.0,77777,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +2003,12,25,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,2.80,-3.90,59,100900,0,0,231,0,0,0,0,0,0,0,260,8.20,0,0,16.0,77777,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +2003,12,25,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,2.20,-5.60,53,100900,0,0,227,0,0,0,0,0,0,0,250,7.70,0,0,16.0,77777,9,999999999,6,0.0000,0,88,0.000,0.0,1.0 +2003,12,26,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,1.70,-5.60,55,100900,0,0,225,0,0,0,0,0,0,0,240,7.70,0,0,16.0,77777,9,999999999,6,0.0000,0,88,0.000,0.0,1.0 +2003,12,26,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,1.70,-5.00,58,100900,0,0,226,0,0,0,0,0,0,0,240,7.20,0,0,16.0,77777,9,999999999,6,0.0000,0,88,0.000,0.0,1.0 +2003,12,26,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,1.10,-3.90,67,101000,0,0,225,0,0,0,0,0,0,0,230,7.20,0,0,16.0,77777,9,999999999,6,0.0000,0,88,0.000,0.0,1.0 +2003,12,26,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,0.60,-3.90,69,101000,0,0,222,0,0,0,0,0,0,0,230,7.70,0,0,16.0,77777,9,999999999,6,0.0000,0,88,0.000,0.0,1.0 +2003,12,26,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,0.60,-5.00,63,100900,0,0,219,0,0,0,0,0,0,0,230,9.30,0,0,16.0,77777,9,999999999,6,0.0000,0,88,0.000,0.0,1.0 +2003,12,26,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,0.60,-5.60,60,100900,0,0,257,0,0,0,0,0,0,0,230,8.80,5,5,16.0,77777,9,999999999,6,0.0000,0,88,0.000,0.0,1.0 +2003,12,26,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,1.10,-5.60,58,100900,0,0,299,0,0,0,0,0,0,0,240,7.70,10,10,16.0,1341,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +2003,12,26,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,1.10,-5.60,58,101000,61,1096,282,0,0,0,0,0,0,0,230,8.80,8,8,16.0,2591,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +2003,12,26,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,1.70,-5.60,55,100900,256,1414,301,149,446,68,15300,31900,9500,1250,230,8.80,10,10,16.0,2743,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +2003,12,26,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,2.20,-5.60,53,100900,420,1414,303,273,475,132,27700,41600,15300,2570,240,9.80,10,10,16.0,6096,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +2003,12,26,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,2.20,-4.40,59,100800,529,1414,303,127,0,127,14500,0,14500,4940,240,11.30,10,10,6.4,701,9,999999999,10,0.0000,0,88,0.000,0.0,1.0 +2003,12,26,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,3.30,-5.00,52,100800,578,1414,308,402,518,189,40800,49700,20400,3880,260,8.80,10,10,14.4,2743,9,999999999,10,0.0000,0,88,0.000,0.0,1.0 +2003,12,26,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,3.30,-5.00,52,100700,561,1414,308,94,0,94,11000,0,11000,4020,260,7.70,10,10,14.4,1128,9,999999999,11,0.0000,0,88,0.000,0.0,1.0 +2003,12,26,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,3.30,-3.90,57,100700,480,1414,308,134,12,130,15100,800,14800,4760,260,6.70,10,10,16.0,1128,9,999999999,12,0.0000,0,88,0.000,0.0,1.0 +2003,12,26,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,3.30,-3.90,57,100800,342,1414,308,102,28,95,11100,2400,10600,2400,250,6.70,10,10,16.0,1250,9,999999999,12,0.0000,0,88,0.000,0.0,1.0 +2003,12,26,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,3.90,-3.30,57,100800,156,1414,295,61,131,46,6300,6800,5600,880,250,5.70,10,8,16.0,4267,9,999999999,12,0.0000,0,88,0.000,0.0,1.0 +2003,12,26,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,3.90,-3.30,57,100800,7,365,287,0,0,0,0,0,0,0,270,6.20,8,7,16.0,6096,9,999999999,12,0.0000,0,88,0.000,0.0,1.0 +2003,12,26,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,3.90,-2.80,60,100800,0,0,312,0,0,0,0,0,0,0,260,6.20,10,10,16.0,2438,9,999999999,12,0.0000,0,88,0.000,0.0,1.0 +2003,12,26,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,3.90,-2.20,63,100900,0,0,313,0,0,0,0,0,0,0,270,5.70,10,10,16.0,2896,9,999999999,12,0.0000,0,88,0.000,0.0,1.0 +2003,12,26,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,3.90,-2.20,63,100900,0,0,313,0,0,0,0,0,0,0,280,6.20,10,10,16.0,1067,9,999999999,12,0.0000,0,88,0.000,0.0,1.0 +2003,12,26,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,3.30,-2.80,63,100900,0,0,295,0,0,0,0,0,0,0,280,5.70,8,8,16.0,2896,9,999999999,12,0.0000,0,88,0.000,0.0,1.0 +2003,12,26,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,2.80,-3.30,62,101000,0,0,255,0,0,0,0,0,0,0,290,7.20,3,3,16.0,77777,9,999999999,13,0.0000,0,88,0.000,0.0,1.0 +2003,12,26,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,2.80,-4.40,57,101000,0,0,231,0,0,0,0,0,0,0,300,6.70,0,0,16.0,77777,9,999999999,12,0.0000,0,88,0.000,0.0,1.0 +2003,12,26,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,2.80,-6.10,49,101000,0,0,228,0,0,0,0,0,0,0,300,5.20,0,0,16.0,77777,9,999999999,11,0.0000,0,88,0.000,0.0,1.0 +2003,12,27,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,2.80,-6.70,46,101000,0,0,227,0,0,0,0,0,0,0,310,6.70,0,0,16.0,77777,9,999999999,10,0.0000,0,88,0.000,0.0,1.0 +2003,12,27,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,2.80,-6.70,46,101200,0,0,227,0,0,0,0,0,0,0,310,6.70,0,0,16.0,77777,9,999999999,10,0.0000,0,88,0.000,0.0,1.0 +2003,12,27,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,2.80,-6.70,46,101300,0,0,226,0,0,0,0,0,0,0,320,8.20,0,0,16.0,77777,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +2003,12,27,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,2.20,-7.20,46,101300,0,0,222,0,0,0,0,0,0,0,310,6.20,0,0,16.0,77777,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +2003,12,27,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,2.20,-6.70,48,101400,0,0,222,0,0,0,0,0,0,0,310,4.10,0,0,16.0,77777,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +2003,12,27,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,2.20,-6.70,48,101500,0,0,221,0,0,0,0,0,0,0,300,5.70,0,0,16.0,77777,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +2003,12,27,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,1.10,-6.70,52,101600,0,0,217,0,0,0,0,0,0,0,310,5.20,0,0,16.0,77777,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +2003,12,27,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,1.70,-6.70,50,101700,60,1073,218,0,0,0,0,0,0,0,320,4.60,0,0,16.0,77777,9,999999999,6,0.0000,0,88,0.000,0.0,1.0 +2003,12,27,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,2.80,-6.70,46,101700,256,1415,220,150,460,66,14900,32900,9000,1090,340,6.20,0,0,16.0,77777,9,999999999,6,0.0000,0,88,0.000,0.0,1.0 +2003,12,27,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,3.90,-6.70,43,101800,419,1415,223,273,637,84,28000,55600,11400,1520,330,6.20,0,0,16.0,77777,9,999999999,5,0.0000,0,88,0.000,0.0,1.0 +2003,12,27,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,5.60,-6.70,38,101800,530,1415,228,363,738,85,37800,69200,11800,1660,320,6.20,0,0,16.0,77777,9,999999999,5,0.0000,0,88,0.000,0.0,1.0 +2003,12,27,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,7.20,-6.70,34,101700,578,1415,233,402,741,97,41800,70600,12800,1920,310,5.20,0,0,16.0,77777,9,999999999,4,0.0000,0,88,0.000,0.0,1.0 +2003,12,27,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,8.30,-7.20,30,101800,562,1415,236,387,757,84,40600,72100,11800,1680,310,5.70,0,0,16.0,77777,9,999999999,4,0.0000,0,88,0.000,0.0,1.0 +2003,12,27,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,8.30,-7.20,30,101800,482,1415,237,318,706,76,33200,64800,11000,1470,320,4.60,0,0,16.0,77777,9,999999999,4,0.0000,0,88,0.000,0.0,1.0 +2003,12,27,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,8.90,-8.30,26,101900,344,1415,238,210,576,69,21400,47100,9900,1230,320,6.20,0,0,16.0,77777,9,999999999,4,0.0000,0,88,0.000,0.0,1.0 +2003,12,27,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,7.80,-9.40,26,102000,158,1415,233,69,338,31,7000,20000,4800,550,330,6.20,0,0,16.0,77777,9,999999999,4,0.0000,0,88,0.000,0.0,1.0 +2003,12,27,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,6.10,-9.40,29,102100,7,389,229,0,0,0,0,0,0,0,310,6.20,0,0,16.0,77777,9,999999999,4,0.0000,0,88,0.000,0.0,1.0 +2003,12,27,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,4.40,-8.90,34,102200,0,0,225,0,0,0,0,0,0,0,320,4.10,0,0,16.0,77777,9,999999999,4,0.0000,0,88,0.000,0.0,1.0 +2003,12,27,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,4.40,-8.30,36,102200,0,0,227,0,0,0,0,0,0,0,310,6.20,0,0,16.0,77777,9,999999999,4,0.0000,0,88,0.000,0.0,1.0 +2003,12,27,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,3.90,-8.30,37,102300,0,0,227,0,0,0,0,0,0,0,320,5.20,0,0,16.0,77777,9,999999999,4,0.0000,0,88,0.000,0.0,1.0 +2003,12,27,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,2.80,-8.90,38,102400,0,0,223,0,0,0,0,0,0,0,340,4.10,0,0,16.0,77777,9,999999999,4,0.0000,0,88,0.000,0.0,1.0 +2003,12,27,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,2.20,-8.90,40,102400,0,0,222,0,0,0,0,0,0,0,340,3.60,0,0,16.0,77777,9,999999999,5,0.0000,0,88,0.000,0.0,1.0 +2003,12,27,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,1.70,-8.90,41,102400,0,0,221,0,0,0,0,0,0,0,350,3.10,0,0,16.0,77777,9,999999999,5,0.0000,0,88,0.000,0.0,1.0 +2003,12,27,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,1.10,-8.90,43,102500,0,0,219,0,0,0,0,0,0,0,330,3.10,0,0,16.0,77777,9,999999999,5,0.0000,0,88,0.000,0.0,1.0 +2003,12,28,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,1.10,-8.90,43,102500,0,0,219,0,0,0,0,0,0,0,350,3.10,0,0,16.0,77777,9,999999999,5,0.0000,0,88,0.000,0.0,1.0 +2003,12,28,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,1.10,-9.40,41,102600,0,0,218,0,0,0,0,0,0,0,350,3.10,0,0,16.0,77777,9,999999999,5,0.0000,0,88,0.000,0.0,1.0 +2003,12,28,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,0.60,-10.00,41,102600,0,0,215,0,0,0,0,0,0,0,0,0.00,0,0,16.0,77777,9,999999999,5,0.0000,0,88,0.000,0.0,1.0 +2003,12,28,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,0.60,-9.40,43,102500,0,0,215,0,0,0,0,0,0,0,300,2.60,0,0,16.0,77777,9,999999999,5,0.0000,0,88,0.000,0.0,1.0 +2003,12,28,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,0.00,-9.40,45,102600,0,0,212,0,0,0,0,0,0,0,300,3.60,0,0,16.0,77777,9,999999999,5,0.0000,0,88,0.000,0.0,1.0 +2003,12,28,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,0.60,-9.40,43,102600,0,0,213,0,0,0,0,0,0,0,290,3.10,0,0,16.0,77777,9,999999999,5,0.0000,0,88,0.000,0.0,1.0 +2003,12,28,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,0.00,-9.40,45,102700,0,0,210,0,0,0,0,0,0,0,270,2.10,0,0,16.0,77777,9,999999999,5,0.0000,0,88,0.000,0.0,1.0 +2003,12,28,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,0.00,-7.80,52,102800,60,1073,211,0,0,0,0,0,0,0,0,0.00,0,0,16.0,77777,9,999999999,5,0.0000,0,88,0.000,0.0,1.0 +2003,12,28,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,2.20,-7.80,44,102800,255,1415,217,150,460,66,14900,32800,8900,1090,200,1.50,0,0,16.0,77777,9,999999999,5,0.0000,0,88,0.000,0.0,1.0 +2003,12,28,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,5.00,-10.00,30,102700,419,1415,222,274,643,82,28000,56200,11300,1490,240,1.50,0,0,16.0,77777,9,999999999,5,0.0000,0,88,0.000,0.0,1.0 +2003,12,28,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,7.80,-10.60,23,102600,530,1415,230,363,738,85,37900,69200,11800,1660,230,4.10,0,0,16.0,77777,9,999999999,5,0.0000,0,88,0.000,0.0,1.0 +2003,12,28,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,10.00,-11.10,19,102500,579,1415,236,408,765,93,42600,73100,12600,1860,210,3.10,0,0,16.0,77777,9,999999999,5,0.0000,0,88,0.000,0.0,1.0 +2003,12,28,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,10.60,-10.60,19,102500,564,1415,239,387,757,84,40700,72200,11800,1680,270,2.60,0,0,16.0,77777,9,999999999,6,0.0000,0,88,0.000,0.0,1.0 +2003,12,28,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,11.10,-10.60,19,102400,484,1415,251,318,700,78,33200,64200,11100,1500,240,3.10,1,1,16.0,77777,9,999999999,6,0.0000,0,88,0.000,0.0,1.0 +2003,12,28,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,10.60,-9.40,21,102400,346,1415,301,215,599,68,22000,49200,9900,1220,220,3.60,6,6,16.0,7620,9,999999999,6,0.0000,0,88,0.000,0.0,1.0 +2003,12,28,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,9.40,-8.30,26,102400,161,1415,316,74,370,31,7500,22100,4900,550,200,3.10,8,8,16.0,7620,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +2003,12,28,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,8.30,-8.30,28,102400,8,389,293,0,0,0,0,0,0,0,210,2.60,6,6,16.0,7620,9,999999999,6,0.0000,0,88,0.000,0.0,1.0 +2003,12,28,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,7.80,-10.00,25,102400,0,0,272,0,0,0,0,0,0,0,240,3.10,4,4,16.0,7620,9,999999999,6,0.0000,0,88,0.000,0.0,1.0 +2003,12,28,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,7.20,-9.40,27,102400,0,0,253,0,0,0,0,0,0,0,210,3.10,2,2,16.0,77777,9,999999999,6,0.0000,0,88,0.000,0.0,1.0 +2003,12,28,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,5.60,-9.40,30,102400,0,0,257,0,0,0,0,0,0,0,220,3.60,3,3,16.0,77777,9,999999999,6,0.0000,0,88,0.000,0.0,1.0 +2003,12,28,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,6.10,-10.00,28,102400,0,0,250,0,0,0,0,0,0,0,200,2.60,2,2,16.0,77777,9,999999999,6,0.0000,0,88,0.000,0.0,1.0 +2003,12,28,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,4.40,-9.40,33,102300,0,0,254,0,0,0,0,0,0,0,210,2.60,3,3,16.0,77777,9,999999999,6,0.0000,0,88,0.000,0.0,1.0 +2003,12,28,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,5.00,-8.90,33,102200,0,0,265,0,0,0,0,0,0,0,220,4.10,4,4,16.0,77777,9,999999999,6,0.0000,0,88,0.000,0.0,1.0 +2003,12,28,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,3.90,-7.80,39,102200,0,0,271,0,0,0,0,0,0,0,220,3.10,5,5,16.0,77777,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +2003,12,29,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,3.30,-8.30,39,102100,0,0,268,0,0,0,0,0,0,0,220,3.60,5,5,16.0,77777,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +2003,12,29,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,3.90,-8.90,35,102100,0,0,269,0,0,0,0,0,0,0,220,5.20,5,5,16.0,77777,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +2003,12,29,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,3.90,-8.30,37,102100,0,0,269,0,0,0,0,0,0,0,230,5.20,5,5,16.0,77777,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +2003,12,29,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,2.80,-7.20,44,102000,0,0,225,0,0,0,0,0,0,0,220,4.10,0,0,16.0,77777,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +2003,12,29,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,3.30,-6.10,47,101900,0,0,227,0,0,0,0,0,0,0,230,4.10,0,0,16.0,77777,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +2003,12,29,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,3.30,-5.60,49,101900,0,0,243,0,0,0,0,0,0,0,220,3.10,2,2,16.0,77777,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +2003,12,29,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,3.30,-5.00,52,101900,0,0,226,0,0,0,0,0,0,0,220,3.60,0,0,16.0,77777,9,999999999,6,0.0000,0,88,0.000,0.0,1.0 +2003,12,29,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,3.30,-4.40,55,101900,59,1073,226,0,0,0,0,0,0,0,220,5.20,0,0,16.0,77777,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +2003,12,29,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,6.10,-4.40,45,101900,255,1415,235,150,468,66,15000,33400,9000,1090,230,5.70,0,0,16.0,77777,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +2003,12,29,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,8.30,-3.90,40,101800,419,1415,260,274,643,82,28000,56200,11300,1490,240,4.60,2,2,16.0,77777,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +2003,12,29,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,10.00,-3.30,38,101700,531,1415,267,363,738,85,37900,69200,11800,1660,230,5.20,2,2,16.0,77777,9,999999999,10,0.0000,0,88,0.000,0.0,1.0 +2003,12,29,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,11.70,-3.30,34,101600,580,1415,273,408,765,93,42700,73100,12600,1860,240,5.20,2,2,16.0,77777,9,999999999,10,0.0000,0,88,0.000,0.0,1.0 +2003,12,29,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,13.30,-3.90,29,101600,565,1415,307,387,751,85,40600,71600,11800,1700,250,4.60,5,5,16.0,77777,9,999999999,11,0.0000,0,88,0.000,0.0,1.0 +2003,12,29,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,14.40,-2.80,30,101500,486,1415,285,319,694,79,33200,63700,11200,1520,220,2.60,2,2,16.0,77777,9,999999999,10,0.0000,0,88,0.000,0.0,1.0 +2003,12,29,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,13.30,-1.70,35,101500,349,1415,292,216,594,68,22000,48900,9900,1220,210,4.60,3,3,16.0,77777,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +2003,12,29,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,12.20,-1.70,37,101500,164,1415,280,74,366,31,7500,22000,4900,550,240,4.10,2,2,16.0,77777,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +2003,12,29,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,10.60,-1.70,42,101500,9,413,283,0,0,0,0,0,0,0,240,3.10,3,3,16.0,77777,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +2003,12,29,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,10.00,-1.10,45,101500,0,0,258,0,0,0,0,0,0,0,230,3.60,0,0,16.0,77777,9,999999999,10,0.0000,0,88,0.000,0.0,1.0 +2003,12,29,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,9.40,-1.70,45,101500,0,0,255,0,0,0,0,0,0,0,240,3.10,0,0,16.0,77777,9,999999999,11,0.0000,0,88,0.000,0.0,1.0 +2003,12,29,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,8.30,-1.70,48,101500,0,0,253,0,0,0,0,0,0,0,200,2.10,0,0,16.0,77777,9,999999999,11,0.0000,0,88,0.000,0.0,1.0 +2003,12,29,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,7.20,-1.10,55,101500,0,0,251,0,0,0,0,0,0,0,230,5.20,0,0,16.0,77777,9,999999999,11,0.0000,0,88,0.000,0.0,1.0 +2003,12,29,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,6.70,-0.60,59,101400,0,0,251,0,0,0,0,0,0,0,220,5.20,0,0,16.0,77777,9,999999999,12,0.0000,0,88,0.000,0.0,1.0 +2003,12,29,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,5.60,0.00,67,101300,0,0,292,0,0,0,0,0,0,0,230,4.10,6,6,16.0,77777,9,999999999,11,0.0000,0,88,0.000,0.0,1.0 +2003,12,29,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,5.60,0.60,70,101200,0,0,249,0,0,0,0,0,0,0,240,2.60,0,0,16.0,77777,9,999999999,10,0.0000,0,88,0.000,0.0,1.0 +2003,12,30,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,5.00,0.60,73,101200,0,0,247,0,0,0,0,0,0,0,220,3.60,0,0,16.0,77777,9,999999999,10,0.0000,0,88,0.000,0.0,1.0 +2003,12,30,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,5.00,1.10,76,101100,0,0,262,0,0,0,0,0,0,0,220,4.60,2,2,16.0,77777,9,999999999,10,0.0000,0,88,0.000,0.0,1.0 +2003,12,30,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,3.90,1.10,82,101100,0,0,279,0,0,0,0,0,0,0,210,3.60,8,5,16.0,77777,9,999999999,10,0.0000,0,88,0.000,0.0,1.0 +2003,12,30,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,5.00,1.70,79,101000,0,0,312,0,0,0,0,0,0,0,210,5.20,10,9,16.0,77777,9,999999999,11,0.0000,0,88,0.000,0.0,1.0 +2003,12,30,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,5.60,2.20,79,100800,0,0,300,0,0,0,0,0,0,0,220,4.60,10,7,16.0,6096,9,999999999,11,0.0000,0,88,0.000,0.0,1.0 +2003,12,30,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,6.10,3.30,82,100700,0,0,281,0,0,0,0,0,0,0,190,4.60,10,4,16.0,6096,9,999999999,12,0.0000,0,88,0.000,0.0,1.0 +2003,12,30,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,8.30,5.00,80,100600,0,0,292,0,0,0,0,0,0,0,200,4.60,10,4,16.0,5486,9,999999999,12,0.0000,0,88,0.000,0.0,1.0 +2003,12,30,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,8.90,6.10,83,100600,59,1073,317,0,0,0,0,0,0,0,210,7.70,10,7,16.0,4267,9,999999999,16,0.0000,0,88,0.000,0.0,1.0 +2003,12,30,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,10.00,6.70,80,100500,254,1415,337,92,75,78,9900,5600,8900,1670,210,7.20,10,9,16.0,1097,9,999999999,19,0.0000,0,88,0.000,0.0,1.0 +2003,12,30,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,11.10,7.20,77,100400,419,1415,350,240,356,133,25000,31900,15500,2750,220,7.20,10,10,16.0,1524,9,999999999,22,0.0000,0,88,0.000,0.0,1.0 +2003,12,30,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,11.70,8.30,80,100300,531,1415,353,134,0,134,15200,0,15200,5130,230,9.30,10,10,14.4,549,9,999999999,21,0.0000,0,88,0.000,0.0,1.0 +2003,12,30,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,11.70,8.30,80,100200,582,1415,353,183,18,175,20500,1400,19900,6450,240,7.70,10,10,16.0,762,9,999999999,19,0.0000,0,88,0.000,0.0,1.0 +2003,12,30,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,12.20,6.70,69,100100,567,1415,301,64,0,64,7700,0,7700,2910,240,7.70,3,3,16.0,77777,9,999999999,18,0.0000,0,88,0.000,0.0,1.0 +2003,12,30,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,11.70,3.90,59,100300,488,1415,351,324,488,155,32900,44800,17400,3070,280,10.80,10,10,16.0,1158,9,999999999,16,0.0000,0,88,0.000,0.0,1.0 +2003,12,30,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,9.40,1.70,59,100500,351,1415,282,154,200,104,16100,16700,12000,2080,290,14.90,3,3,16.0,1128,9,999999999,14,0.0000,0,88,0.000,0.0,1.0 +2003,12,30,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,8.30,-2.80,44,100600,167,1415,271,75,209,50,7600,11800,6200,930,290,13.40,3,3,16.0,77777,9,999999999,12,0.0000,0,88,0.000,0.0,1.0 +2003,12,30,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,7.20,-3.30,46,100800,9,436,242,0,0,0,0,0,0,0,280,8.80,0,0,16.0,77777,9,999999999,11,0.0000,0,88,0.000,0.0,1.0 +2003,12,30,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,6.70,-4.40,43,101000,0,0,265,0,0,0,0,0,0,0,280,10.30,3,3,16.0,77777,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +2003,12,30,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,6.10,-4.40,45,101000,0,0,255,0,0,0,0,0,0,0,270,9.30,2,2,16.0,77777,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +2003,12,30,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,5.60,-4.40,46,101200,0,0,238,0,0,0,0,0,0,0,270,8.80,0,0,16.0,77777,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +2003,12,30,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,5.60,-4.40,46,101300,0,0,239,0,0,0,0,0,0,0,270,8.20,0,0,16.0,77777,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +2003,12,30,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,5.00,-3.90,51,101300,0,0,239,0,0,0,0,0,0,0,270,6.70,0,0,16.0,77777,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +2003,12,30,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,5.00,-3.90,51,101300,0,0,239,0,0,0,0,0,0,0,270,8.80,0,0,16.0,77777,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +2003,12,30,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,5.00,-3.90,51,101300,0,0,239,0,0,0,0,0,0,0,270,7.20,0,0,16.0,77777,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +2003,12,31,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,5.00,-3.30,53,101400,0,0,240,0,0,0,0,0,0,0,270,7.20,0,0,16.0,77777,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +2003,12,31,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,4.40,-3.30,55,101600,0,0,238,0,0,0,0,0,0,0,260,8.80,0,0,16.0,77777,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +2003,12,31,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,4.40,-3.90,53,101700,0,0,236,0,0,0,0,0,0,0,270,9.80,0,0,16.0,77777,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +2003,12,31,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,4.40,-3.90,53,101800,0,0,235,0,0,0,0,0,0,0,270,8.80,0,0,16.0,77777,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +2003,12,31,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,3.90,-3.90,55,101900,0,0,232,0,0,0,0,0,0,0,260,6.70,0,0,16.0,77777,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +2003,12,31,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,3.90,-3.90,55,101900,0,0,231,0,0,0,0,0,0,0,270,7.20,0,0,16.0,77777,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +2003,12,31,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,3.30,-3.90,57,102000,0,0,228,0,0,0,0,0,0,0,260,6.70,0,0,16.0,77777,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +2003,12,31,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,3.90,-3.90,55,102100,58,1073,246,0,0,0,0,0,0,0,260,6.70,2,2,16.0,77777,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +2003,12,31,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,4.40,-3.90,53,102200,254,1415,255,92,47,83,10000,3800,9300,1930,270,7.20,3,3,16.0,77777,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +2003,12,31,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,5.00,-3.90,51,102100,420,1415,291,178,81,154,19500,7500,17200,3750,270,7.70,7,7,16.0,6096,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +2003,12,31,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,5.00,-3.90,51,102000,532,1415,316,236,140,183,25400,13500,20300,4240,280,6.20,10,10,16.0,4267,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +2003,12,31,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,5.60,-3.90,49,102000,583,1415,319,116,0,116,13500,0,13500,4830,270,4.60,10,10,16.0,4877,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +2003,12,31,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,6.10,-3.90,47,101900,569,1415,321,264,191,187,28500,18800,21000,4390,270,6.70,10,10,16.0,4877,9,999999999,10,0.0000,0,88,0.000,0.0,1.0 +2003,12,31,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,7.20,-3.90,43,101900,491,1415,282,302,489,132,31300,45100,15500,2560,280,4.10,5,5,16.0,77777,9,999999999,10,0.0000,0,88,0.000,0.0,1.0 +2003,12,31,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,7.20,-4.40,42,101800,354,1415,282,221,577,76,22500,47500,10500,1340,220,5.20,5,5,16.0,77777,9,999999999,10,0.0000,0,88,0.000,0.0,1.0 +2003,12,31,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,6.70,-4.40,43,101800,169,1415,315,79,384,33,8100,23400,5200,580,220,4.60,9,9,16.0,5486,9,999999999,10,0.0000,0,88,0.000,0.0,1.0 +2003,12,31,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,5.00,-3.90,51,101700,10,460,259,0,0,0,0,0,0,0,200,4.10,3,3,16.0,77777,9,999999999,9,0.0000,0,88,0.000,0.0,1.0 +2003,12,31,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,3.90,-3.30,57,101600,0,0,248,0,0,0,0,0,0,0,180,4.60,2,2,16.0,4572,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +2003,12,31,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,3.30,-2.80,63,101500,0,0,255,0,0,0,0,0,0,0,200,3.60,3,3,16.0,77777,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +2003,12,31,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,5.00,-3.90,51,101400,0,0,317,0,0,0,0,0,0,0,230,8.80,10,10,16.0,3658,9,999999999,7,0.0000,0,88,0.000,0.0,1.0 +2003,12,31,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,4.40,-3.30,55,101400,0,0,237,0,0,0,0,0,0,0,240,7.70,0,0,16.0,77777,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +2003,12,31,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,4.40,-3.90,53,101300,0,0,252,0,0,0,0,0,0,0,230,7.70,2,2,16.0,77777,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +2003,12,31,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,5.00,-3.30,53,101300,0,0,302,0,0,0,0,0,0,0,240,7.20,8,8,16.0,2286,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 +2003,12,31,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,5.00,-3.30,53,101200,0,0,310,0,0,0,0,0,0,0,230,7.20,9,9,16.0,2286,9,999999999,8,0.0000,0,88,0.000,0.0,1.0 diff --git a/samples/artifacts/clo.csv b/samples/artifacts/clo.csv new file mode 100644 index 0000000..9a7d84f --- /dev/null +++ b/samples/artifacts/clo.csv @@ -0,0 +1 @@ +0.9 \ No newline at end of file diff --git a/samples/artifacts/sample_model_grid.hbjson b/samples/artifacts/sample_model_grid.hbjson new file mode 100644 index 0000000..6107f54 --- /dev/null +++ b/samples/artifacts/sample_model_grid.hbjson @@ -0,0 +1 @@ +{"display_name": "sample_model_grid", "identifier": "sample_model_grid", "tolerance": 0.01, "angle_tolerance": 1.0, "rooms": [{"display_name": "TestRoom_1", "identifier": "TestRoom_1_270e5fd9", "faces": [{"display_name": "TestRoom_1_270e5fd9..Face0", "identifier": "TestRoom_1_270e5fd9..Face0", "geometry": {"type": "Face3D", "plane": {"o": [0.0, -12.0, 0.0], "n": [1.0, 0.0, 0.0], "type": "Plane", "x": [0.0, 1.0, 0.0]}, "boundary": [[0.0, 0.0, 3.0000000000000009], [0.0, 0.0, 0.0], [0.0, 9.0, 0.0], [0.0, 9.0, 3.0]]}, "face_type": "AirBoundary", "boundary_condition": {"boundary_condition_objects": ["TestRoom_2_acb0f336..Face0", "TestRoom_2_acb0f336"], "type": "Surface"}, "type": "Face", "properties": {"radiance": {"type": "FaceRadiancePropertiesAbridged"}, "energy": {"type": "FaceEnergyPropertiesAbridged"}, "type": "FacePropertiesAbridged"}}, {"display_name": "TestRoom_1_270e5fd9..Face1", "identifier": "TestRoom_1_270e5fd9..Face1", "apertures": [{"display_name": "Aperture_ac7c4c91", "identifier": "Aperture_ac7c4c91", "outdoor_shades": [{"display_name": "Aperture_ac7c4c91_OutBorder0", "identifier": "Aperture_ac7c4c91_OutBorder0", "geometry": {"type": "Face3D", "plane": {"o": [-7.0, -4.0, 0.99999999999999978], "n": [3.7007434154171889e-17, 0.0, -1.0], "type": "Plane", "x": [0.0, -1.0, 0.0]}, "boundary": [[-1.0, -4.0, 1.0], [-1.0, -4.2999999999999998, 1.0], [-7.0, -4.2999999999999998, 0.99999999999999978], [-7.0, -4.0, 0.99999999999999978]]}, "type": "Shade", "properties": {"radiance": {"type": "ShadeRadiancePropertiesAbridged"}, "energy": {"type": "ShadeEnergyPropertiesAbridged"}, "type": "ShadePropertiesAbridged"}}, {"display_name": "Aperture_ac7c4c91_OutBorder1", "identifier": "Aperture_ac7c4c91_OutBorder1", "geometry": {"type": "Face3D", "plane": {"o": [-1.0, -4.0, 1.0], "n": [1.0, 0.0, -0.0], "type": "Plane", "x": [0.0, -1.0, 0.0]}, "boundary": [[-1.0, -4.2999999999999998, 2.0], [-1.0, -4.2999999999999998, 1.0], [-1.0, -4.0, 1.0], [-1.0, -4.0, 2.0]]}, "type": "Shade", "properties": {"radiance": {"type": "ShadeRadiancePropertiesAbridged"}, "energy": {"type": "ShadeEnergyPropertiesAbridged"}, "type": "ShadePropertiesAbridged"}}, {"display_name": "Aperture_ac7c4c91_OutBorder2", "identifier": "Aperture_ac7c4c91_OutBorder2", "geometry": {"type": "Face3D", "plane": {"o": [-1.0, -4.0, 2.0], "n": [0.0, 0.0, 1.0], "type": "Plane", "x": [1.0, 0.0, 0.0]}, "boundary": [[-7.0, -4.0, 2.0], [-7.0, -4.2999999999999998, 2.0], [-1.0, -4.2999999999999998, 2.0], [-1.0, -4.0, 2.0]]}, "type": "Shade", "properties": {"radiance": {"type": "ShadeRadiancePropertiesAbridged"}, "energy": {"type": "ShadeEnergyPropertiesAbridged"}, "type": "ShadePropertiesAbridged"}}, {"display_name": "Aperture_ac7c4c91_OutBorder3", "identifier": "Aperture_ac7c4c91_OutBorder3", "geometry": {"type": "Face3D", "plane": {"o": [-7.0, -4.0, 2.0], "n": [-1.0, -0.0, -0.0], "type": "Plane", "x": [-0.0, 1.0, 0.0]}, "boundary": [[-7.0, -4.0, 2.0], [-7.0, -4.0, 0.99999999999999978], [-7.0, -4.2999999999999998, 0.99999999999999978], [-7.0, -4.2999999999999998, 2.0]]}, "type": "Shade", "properties": {"radiance": {"type": "ShadeRadiancePropertiesAbridged"}, "energy": {"type": "ShadeEnergyPropertiesAbridged"}, "type": "ShadePropertiesAbridged"}}], "geometry": {"type": "Face3D", "plane": {"o": [-4.0, -4.0, 4.0], "n": [0.0, -1.0, 0.0], "type": "Plane", "x": [1.0, 0.0, 0.0]}, "boundary": [[-7.0, -4.0, 2.0], [-7.0, -4.0, 0.99999999999999978], [-1.0, -4.0, 1.0], [-1.0, -4.0, 2.0]]}, "is_operable": false, "boundary_condition": {"view_factor": {"type": "Autocalculate"}, "sun_exposure": true, "wind_exposure": true, "type": "Outdoors"}, "type": "Aperture", "properties": {"radiance": {"type": "ApertureRadiancePropertiesAbridged"}, "energy": {"type": "ApertureEnergyPropertiesAbridged"}, "type": "AperturePropertiesAbridged"}}], "geometry": {"type": "Face3D", "plane": {"o": [-8.0, -4.0, 0.0], "n": [0.0, -1.0, 0.0], "type": "Plane", "x": [1.0, 0.0, 0.0]}, "boundary": [[-8.0, -4.0, 3.0], [-8.0, -4.0, 0.0], [0.0, -4.0, 0.0], [0.0, -4.0, 3.0]]}, "face_type": "Wall", "boundary_condition": {"view_factor": {"type": "Autocalculate"}, "sun_exposure": true, "wind_exposure": true, "type": "Outdoors"}, "type": "Face", "properties": {"radiance": {"type": "FaceRadiancePropertiesAbridged"}, "energy": {"type": "FaceEnergyPropertiesAbridged"}, "type": "FacePropertiesAbridged"}}, {"display_name": "TestRoom_1_270e5fd9..Face2", "identifier": "TestRoom_1_270e5fd9..Face2", "geometry": {"type": "Face3D", "plane": {"o": [0.0, -12.0, 0.0], "n": [1.0, 0.0, 0.0], "type": "Plane", "x": [0.0, 1.0, 0.0]}, "boundary": [[0.0, -4.0, 3.0], [0.0, -4.0, 0.0], [0.0, 0.0, 0.0], [0.0, 0.0, 3.0000000000000009]]}, "face_type": "Wall", "boundary_condition": {"view_factor": {"type": "Autocalculate"}, "sun_exposure": true, "wind_exposure": true, "type": "Outdoors"}, "type": "Face", "properties": {"radiance": {"type": "FaceRadiancePropertiesAbridged"}, "energy": {"type": "FaceEnergyPropertiesAbridged"}, "type": "FacePropertiesAbridged"}}, {"display_name": "TestRoom_1_270e5fd9..Face3", "identifier": "TestRoom_1_270e5fd9..Face3", "apertures": [{"display_name": "Aperture_398ce764", "identifier": "Aperture_398ce764", "outdoor_shades": [{"display_name": "Aperture_398ce764_OutBorder0", "identifier": "Aperture_398ce764_OutBorder0", "geometry": {"type": "Face3D", "plane": {"o": [-7.0, 9.0, 0.99999999999999978], "n": [-1.0, 0.0, 0.0], "type": "Plane", "x": [0.0, 1.0, 0.0]}, "boundary": [[-7.0, 9.3000000000000007, 2.0], [-7.0, 9.3000000000000007, 0.99999999999999978], [-7.0, 9.0, 0.99999999999999978], [-7.0, 9.0, 2.0]]}, "type": "Shade", "properties": {"radiance": {"type": "ShadeRadiancePropertiesAbridged"}, "energy": {"type": "ShadeEnergyPropertiesAbridged"}, "type": "ShadePropertiesAbridged"}}, {"display_name": "Aperture_398ce764_OutBorder1", "identifier": "Aperture_398ce764_OutBorder1", "geometry": {"type": "Face3D", "plane": {"o": [-7.0, 9.0, 2.0], "n": [-0.0, 0.0, 1.0], "type": "Plane", "x": [1.0, 0.0, 0.0]}, "boundary": [[-7.0, 9.3000000000000007, 2.0], [-7.0, 9.0, 2.0], [-1.0, 9.0, 2.0], [-1.0, 9.3000000000000007, 2.0]]}, "type": "Shade", "properties": {"radiance": {"type": "ShadeRadiancePropertiesAbridged"}, "energy": {"type": "ShadeEnergyPropertiesAbridged"}, "type": "ShadePropertiesAbridged"}}, {"display_name": "Aperture_398ce764_OutBorder2", "identifier": "Aperture_398ce764_OutBorder2", "geometry": {"type": "Face3D", "plane": {"o": [-1.0, 9.0, 2.0], "n": [1.0, 0.0, 0.0], "type": "Plane", "x": [0.0, -1.0, 0.0]}, "boundary": [[-1.0, 9.0, 2.0], [-1.0, 9.0, 1.0], [-1.0, 9.3000000000000007, 1.0], [-1.0, 9.3000000000000007, 2.0]]}, "type": "Shade", "properties": {"radiance": {"type": "ShadeRadiancePropertiesAbridged"}, "energy": {"type": "ShadeEnergyPropertiesAbridged"}, "type": "ShadePropertiesAbridged"}}, {"display_name": "Aperture_398ce764_OutBorder3", "identifier": "Aperture_398ce764_OutBorder3", "geometry": {"type": "Face3D", "plane": {"o": [-1.0, 9.0, 1.0], "n": [3.7007434154171889e-17, -0.0, -1.0], "type": "Plane", "x": [-0.0, -1.0, 0.0]}, "boundary": [[-1.0, 9.3000000000000007, 1.0], [-1.0, 9.0, 1.0], [-7.0, 9.0, 0.99999999999999978], [-7.0, 9.3000000000000007, 0.99999999999999978]]}, "type": "Shade", "properties": {"radiance": {"type": "ShadeRadiancePropertiesAbridged"}, "energy": {"type": "ShadeEnergyPropertiesAbridged"}, "type": "ShadePropertiesAbridged"}}], "geometry": {"type": "Face3D", "plane": {"o": [-4.0, 9.0, 4.0], "n": [0.0, 1.0, -0.0], "type": "Plane", "x": [-1.0, 0.0, 0.0]}, "boundary": [[-1.0, 9.0, 2.0], [-1.0, 9.0, 1.0], [-7.0, 9.0, 0.99999999999999978], [-7.0, 9.0, 2.0]]}, "is_operable": false, "boundary_condition": {"view_factor": {"type": "Autocalculate"}, "sun_exposure": true, "wind_exposure": true, "type": "Outdoors"}, "type": "Aperture", "properties": {"radiance": {"type": "ApertureRadiancePropertiesAbridged"}, "energy": {"type": "ApertureEnergyPropertiesAbridged"}, "type": "AperturePropertiesAbridged"}}], "geometry": {"type": "Face3D", "plane": {"o": [21.0, 9.0, 0.0], "n": [0.0, 1.0, -0.0], "type": "Plane", "x": [-1.0, 0.0, 0.0]}, "boundary": [[0.0, 9.0, 3.0], [0.0, 9.0, 0.0], [-8.0, 9.0, 0.0], [-8.0, 9.0, 3.0]]}, "face_type": "Wall", "boundary_condition": {"view_factor": {"type": "Autocalculate"}, "sun_exposure": true, "wind_exposure": true, "type": "Outdoors"}, "type": "Face", "properties": {"radiance": {"type": "FaceRadiancePropertiesAbridged"}, "energy": {"type": "FaceEnergyPropertiesAbridged"}, "type": "FacePropertiesAbridged"}}, {"display_name": "TestRoom_1_270e5fd9..Face4", "identifier": "TestRoom_1_270e5fd9..Face4", "geometry": {"type": "Face3D", "plane": {"o": [-8.0, 38.0, 0.0], "n": [-1.0, 0.0, 0.0], "type": "Plane", "x": [0.0, -1.0, 0.0]}, "boundary": [[-8.0, 9.0, 3.0], [-8.0, 9.0, 0.0], [-8.0, -4.0, 0.0], [-8.0, -4.0, 3.0]]}, "face_type": "Wall", "boundary_condition": {"view_factor": {"type": "Autocalculate"}, "sun_exposure": true, "wind_exposure": true, "type": "Outdoors"}, "type": "Face", "properties": {"radiance": {"type": "FaceRadiancePropertiesAbridged"}, "energy": {"type": "FaceEnergyPropertiesAbridged"}, "type": "FacePropertiesAbridged"}}, {"display_name": "TestRoom_1_270e5fd9..Face5", "identifier": "TestRoom_1_270e5fd9..Face5", "geometry": {"type": "Face3D", "plane": {"o": [-8.0, -4.0, 0.0], "n": [-0.0, -0.0, -1.0], "type": "Plane", "x": [0.0, 1.0, 0.0]}, "boundary": [[0.0, 9.0, 0.0], [0.0, -4.0, 0.0], [-8.0, -4.0, 0.0], [-8.0, 9.0, 0.0]]}, "face_type": "Floor", "boundary_condition": {"type": "Ground"}, "type": "Face", "properties": {"radiance": {"type": "FaceRadiancePropertiesAbridged"}, "energy": {"type": "FaceEnergyPropertiesAbridged"}, "type": "FacePropertiesAbridged"}}, {"display_name": "TestRoom_1_270e5fd9..Face6", "identifier": "TestRoom_1_270e5fd9..Face6", "apertures": [{"display_name": "Aperture_2a149881", "identifier": "Aperture_2a149881", "outdoor_shades": [{"display_name": "Aperture_2a149881_OutBorder0", "identifier": "Aperture_2a149881_OutBorder0", "geometry": {"type": "Face3D", "plane": {"o": [-6.0, 5.0, 3.0], "n": [0.0, -1.0, 0.0], "type": "Plane", "x": [-1.0, -0.0, 0.0]}, "boundary": [[-6.0, 5.0, 3.2999999999999998], [-6.0, 5.0, 3.0], [-2.0, 5.0, 3.0], [-2.0, 5.0, 3.2999999999999998]]}, "type": "Shade", "properties": {"radiance": {"type": "ShadeRadiancePropertiesAbridged"}, "energy": {"type": "ShadeEnergyPropertiesAbridged"}, "type": "ShadePropertiesAbridged"}}, {"display_name": "Aperture_2a149881_OutBorder1", "identifier": "Aperture_2a149881_OutBorder1", "geometry": {"type": "Face3D", "plane": {"o": [-2.0, 5.0, 3.0], "n": [1.0, 0.0, 0.0], "type": "Plane", "x": [0.0, -1.0, 0.0]}, "boundary": [[-2.0, 5.0, 3.2999999999999998], [-2.0, 5.0, 3.0], [-2.0, 8.0, 3.0], [-2.0, 8.0, 3.2999999999999998]]}, "type": "Shade", "properties": {"radiance": {"type": "ShadeRadiancePropertiesAbridged"}, "energy": {"type": "ShadeEnergyPropertiesAbridged"}, "type": "ShadePropertiesAbridged"}}, {"display_name": "Aperture_2a149881_OutBorder2", "identifier": "Aperture_2a149881_OutBorder2", "geometry": {"type": "Face3D", "plane": {"o": [-2.0, 8.0, 3.0], "n": [0.0, 1.0, -0.0], "type": "Plane", "x": [1.0, -0.0, 0.0]}, "boundary": [[-2.0, 8.0, 3.2999999999999998], [-2.0, 8.0, 3.0], [-6.0, 8.0, 3.0], [-6.0, 8.0, 3.2999999999999998]]}, "type": "Shade", "properties": {"radiance": {"type": "ShadeRadiancePropertiesAbridged"}, "energy": {"type": "ShadeEnergyPropertiesAbridged"}, "type": "ShadePropertiesAbridged"}}, {"display_name": "Aperture_2a149881_OutBorder3", "identifier": "Aperture_2a149881_OutBorder3", "geometry": {"type": "Face3D", "plane": {"o": [-6.0, 8.0, 3.0], "n": [-1.0, 0.0, 0.0], "type": "Plane", "x": [0.0, 1.0, 0.0]}, "boundary": [[-6.0, 8.0, 3.2999999999999998], [-6.0, 8.0, 3.0], [-6.0, 5.0, 3.0], [-6.0, 5.0, 3.2999999999999998]]}, "type": "Shade", "properties": {"radiance": {"type": "ShadeRadiancePropertiesAbridged"}, "energy": {"type": "ShadeEnergyPropertiesAbridged"}, "type": "ShadePropertiesAbridged"}}], "geometry": {"type": "Face3D", "plane": {"o": [-8.0, -4.0, 3.0], "n": [0.0, 0.0, 1.0], "type": "Plane", "x": [1.0, 0.0, 0.0]}, "boundary": [[-6.0, 8.0, 3.0], [-6.0, 5.0, 3.0], [-2.0, 5.0, 3.0], [-2.0, 8.0, 3.0]]}, "is_operable": false, "boundary_condition": {"view_factor": {"type": "Autocalculate"}, "sun_exposure": true, "wind_exposure": true, "type": "Outdoors"}, "type": "Aperture", "properties": {"radiance": {"type": "ApertureRadiancePropertiesAbridged"}, "energy": {"type": "ApertureEnergyPropertiesAbridged"}, "type": "AperturePropertiesAbridged"}}, {"display_name": "Aperture_35015578", "identifier": "Aperture_35015578", "outdoor_shades": [{"display_name": "Aperture_35015578_OutBorder0", "identifier": "Aperture_35015578_OutBorder0", "geometry": {"type": "Face3D", "plane": {"o": [-7.0, -2.0, 3.0], "n": [0.0, -1.0, 0.0], "type": "Plane", "x": [-1.0, -0.0, 0.0]}, "boundary": [[-7.0, -2.0, 3.2999999999999998], [-7.0, -2.0, 3.0], [-1.0, -2.0, 3.0], [-1.0, -2.0, 3.2999999999999998]]}, "type": "Shade", "properties": {"radiance": {"type": "ShadeRadiancePropertiesAbridged"}, "energy": {"type": "ShadeEnergyPropertiesAbridged"}, "type": "ShadePropertiesAbridged"}}, {"display_name": "Aperture_35015578_OutBorder1", "identifier": "Aperture_35015578_OutBorder1", "geometry": {"type": "Face3D", "plane": {"o": [-1.0, -2.0, 3.0], "n": [1.0, 0.0, 0.0], "type": "Plane", "x": [0.0, -1.0, 0.0]}, "boundary": [[-1.0, -2.0, 3.2999999999999998], [-1.0, -2.0, 3.0], [-1.0, 1.0, 3.0], [-1.0, 1.0, 3.2999999999999998]]}, "type": "Shade", "properties": {"radiance": {"type": "ShadeRadiancePropertiesAbridged"}, "energy": {"type": "ShadeEnergyPropertiesAbridged"}, "type": "ShadePropertiesAbridged"}}, {"display_name": "Aperture_35015578_OutBorder2", "identifier": "Aperture_35015578_OutBorder2", "geometry": {"type": "Face3D", "plane": {"o": [-1.0, 1.0, 3.0], "n": [0.0, 1.0, -0.0], "type": "Plane", "x": [1.0, -0.0, 0.0]}, "boundary": [[-1.0, 1.0, 3.2999999999999998], [-1.0, 1.0, 3.0], [-7.0, 1.0, 3.0], [-7.0, 1.0, 3.2999999999999998]]}, "type": "Shade", "properties": {"radiance": {"type": "ShadeRadiancePropertiesAbridged"}, "energy": {"type": "ShadeEnergyPropertiesAbridged"}, "type": "ShadePropertiesAbridged"}}, {"display_name": "Aperture_35015578_OutBorder3", "identifier": "Aperture_35015578_OutBorder3", "geometry": {"type": "Face3D", "plane": {"o": [-7.0, 1.0, 3.0], "n": [-1.0, 0.0, 0.0], "type": "Plane", "x": [0.0, 1.0, 0.0]}, "boundary": [[-7.0, 1.0, 3.2999999999999998], [-7.0, 1.0, 3.0], [-7.0, -2.0, 3.0], [-7.0, -2.0, 3.2999999999999998]]}, "type": "Shade", "properties": {"radiance": {"type": "ShadeRadiancePropertiesAbridged"}, "energy": {"type": "ShadeEnergyPropertiesAbridged"}, "type": "ShadePropertiesAbridged"}}], "geometry": {"type": "Face3D", "plane": {"o": [-8.0, -4.0, 3.0], "n": [0.0, 0.0, 1.0], "type": "Plane", "x": [1.0, 0.0, 0.0]}, "boundary": [[-7.0, 1.0, 3.0], [-7.0, -2.0, 3.0], [-1.0, -2.0, 3.0], [-1.0, 1.0, 3.0]]}, "is_operable": false, "boundary_condition": {"view_factor": {"type": "Autocalculate"}, "sun_exposure": true, "wind_exposure": true, "type": "Outdoors"}, "type": "Aperture", "properties": {"radiance": {"type": "ApertureRadiancePropertiesAbridged"}, "energy": {"type": "ApertureEnergyPropertiesAbridged"}, "type": "AperturePropertiesAbridged"}}], "geometry": {"type": "Face3D", "plane": {"o": [-8.0, -4.0, 3.0], "n": [0.0, 0.0, 1.0], "type": "Plane", "x": [1.0, 0.0, 0.0]}, "boundary": [[-8.0, 9.0, 3.0], [-8.0, -4.0, 3.0], [0.0, -4.0, 3.0], [0.0, 9.0, 3.0]]}, "face_type": "RoofCeiling", "boundary_condition": {"view_factor": {"type": "Autocalculate"}, "sun_exposure": true, "wind_exposure": true, "type": "Outdoors"}, "type": "Face", "properties": {"radiance": {"type": "FaceRadiancePropertiesAbridged"}, "energy": {"type": "FaceEnergyPropertiesAbridged"}, "type": "FacePropertiesAbridged"}}], "type": "Room", "properties": {"doe2": {"type": "RoomDoe2Properties"}, "radiance": {"type": "RoomRadiancePropertiesAbridged"}, "energy": {"program_type": "2013::LargeOffice::OpenOffice", "type": "RoomEnergyPropertiesAbridged", "construction_set": "2013::ClimateZone5::SteelFramed", "hvac": "TestRoom_1_270e5fd9 Ideal Loads Air System"}, "type": "RoomPropertiesAbridged"}}, {"display_name": "TestRoom_2", "identifier": "TestRoom_2_acb0f336", "faces": [{"display_name": "TestRoom_2_acb0f336..Face0", "identifier": "TestRoom_2_acb0f336..Face0", "geometry": {"type": "Face3D", "plane": {"o": [0.0, 43.999999999999993, 0.0], "n": [-1.0, 0.0, 0.0], "type": "Plane", "x": [0.0, -1.0, 0.0]}, "boundary": [[0.0, 9.0, 3.0000000000000009], [0.0, 9.0, 0.0], [0.0, 0.0, 0.0], [0.0, 0.0, 3.0000000000000009]]}, "face_type": "AirBoundary", "boundary_condition": {"boundary_condition_objects": ["TestRoom_1_270e5fd9..Face0", "TestRoom_1_270e5fd9"], "type": "Surface"}, "type": "Face", "properties": {"radiance": {"type": "FaceRadiancePropertiesAbridged"}, "energy": {"type": "FaceEnergyPropertiesAbridged"}, "type": "FacePropertiesAbridged"}}, {"display_name": "TestRoom_2_acb0f336..Face1", "identifier": "TestRoom_2_acb0f336..Face1", "geometry": {"type": "Face3D", "plane": {"o": [0.0, 0.0, 0.0], "n": [0.0, -1.0, 0.0], "type": "Plane", "x": [1.0, 0.0, 0.0]}, "boundary": [[0.0, 0.0, 5.0], [0.0, 0.0, 0.0], [13.0, 0.0, 0.0], [13.0, 0.0, 5.0]]}, "face_type": "Wall", "boundary_condition": {"view_factor": {"type": "Autocalculate"}, "sun_exposure": true, "wind_exposure": true, "type": "Outdoors"}, "type": "Face", "properties": {"radiance": {"type": "FaceRadiancePropertiesAbridged"}, "energy": {"type": "FaceEnergyPropertiesAbridged"}, "type": "FacePropertiesAbridged"}}, {"display_name": "TestRoom_2_acb0f336..Face2", "identifier": "TestRoom_2_acb0f336..Face2", "geometry": {"type": "Face3D", "plane": {"o": [12.999999999999996, -13.0, 0.0], "n": [1.0, 0.0, 0.0], "type": "Plane", "x": [0.0, 1.0, 0.0]}, "boundary": [[13.0, 0.0, 5.0], [13.0, 0.0, 0.0], [13.0, 9.0, 0.0], [13.0, 9.0, 5.0]]}, "face_type": "Wall", "boundary_condition": {"view_factor": {"type": "Autocalculate"}, "sun_exposure": true, "wind_exposure": true, "type": "Outdoors"}, "type": "Face", "properties": {"radiance": {"type": "FaceRadiancePropertiesAbridged"}, "energy": {"type": "FaceEnergyPropertiesAbridged"}, "type": "FacePropertiesAbridged"}}, {"display_name": "TestRoom_2_acb0f336..Face3", "identifier": "TestRoom_2_acb0f336..Face3", "apertures": [{"display_name": "Aperture_812001ba", "identifier": "Aperture_812001ba", "outdoor_shades": [{"display_name": "Aperture_812001ba_OutBorder0", "identifier": "Aperture_812001ba_OutBorder0", "geometry": {"type": "Face3D", "plane": {"o": [1.0, 9.0, 1.0], "n": [-1.0, 0.0, 0.0], "type": "Plane", "x": [0.0, 1.0, 0.0]}, "boundary": [[1.0, 9.3000000000000007, 4.0], [1.0, 9.3000000000000007, 1.0], [1.0, 9.0, 1.0], [1.0, 9.0, 4.0]]}, "type": "Shade", "properties": {"radiance": {"type": "ShadeRadiancePropertiesAbridged"}, "energy": {"type": "ShadeEnergyPropertiesAbridged"}, "type": "ShadePropertiesAbridged"}}, {"display_name": "Aperture_812001ba_OutBorder1", "identifier": "Aperture_812001ba_OutBorder1", "geometry": {"type": "Face3D", "plane": {"o": [1.0, 9.0, 4.0], "n": [-0.0, 0.0, 1.0], "type": "Plane", "x": [1.0, 0.0, 0.0]}, "boundary": [[1.0, 9.3000000000000007, 4.0], [1.0, 9.0, 4.0], [4.0, 9.0, 4.0], [4.0, 9.3000000000000007, 4.0]]}, "type": "Shade", "properties": {"radiance": {"type": "ShadeRadiancePropertiesAbridged"}, "energy": {"type": "ShadeEnergyPropertiesAbridged"}, "type": "ShadePropertiesAbridged"}}, {"display_name": "Aperture_812001ba_OutBorder2", "identifier": "Aperture_812001ba_OutBorder2", "geometry": {"type": "Face3D", "plane": {"o": [4.0, 9.0, 4.0], "n": [1.0, 0.0, 0.0], "type": "Plane", "x": [0.0, -1.0, 0.0]}, "boundary": [[4.0, 9.0, 4.0], [4.0, 9.0, 1.0], [4.0, 9.3000000000000007, 1.0], [4.0, 9.3000000000000007, 4.0]]}, "type": "Shade", "properties": {"radiance": {"type": "ShadeRadiancePropertiesAbridged"}, "energy": {"type": "ShadeEnergyPropertiesAbridged"}, "type": "ShadePropertiesAbridged"}}, {"display_name": "Aperture_812001ba_OutBorder3", "identifier": "Aperture_812001ba_OutBorder3", "geometry": {"type": "Face3D", "plane": {"o": [4.0, 9.0, 1.0], "n": [-0.0, 0.0, -1.0], "type": "Plane", "x": [1.0, 0.0, 0.0]}, "boundary": [[4.0, 9.3000000000000007, 1.0], [4.0, 9.0, 1.0], [1.0, 9.0, 1.0], [1.0, 9.3000000000000007, 1.0]]}, "type": "Shade", "properties": {"radiance": {"type": "ShadeRadiancePropertiesAbridged"}, "energy": {"type": "ShadeEnergyPropertiesAbridged"}, "type": "ShadePropertiesAbridged"}}], "geometry": {"type": "Face3D", "plane": {"o": [35.0, 9.0, 0.0], "n": [0.0, 1.0, -0.0], "type": "Plane", "x": [-1.0, 0.0, 0.0]}, "boundary": [[4.0, 9.0, 4.0], [4.0, 9.0, 1.0], [1.0, 9.0, 1.0], [1.0, 9.0, 4.0]]}, "is_operable": false, "boundary_condition": {"view_factor": {"type": "Autocalculate"}, "sun_exposure": true, "wind_exposure": true, "type": "Outdoors"}, "type": "Aperture", "properties": {"radiance": {"type": "ApertureRadiancePropertiesAbridged"}, "energy": {"type": "ApertureEnergyPropertiesAbridged"}, "type": "AperturePropertiesAbridged"}}, {"display_name": "Aperture_a267ad2a", "identifier": "Aperture_a267ad2a", "outdoor_shades": [{"display_name": "Aperture_a267ad2a_OutBorder0", "identifier": "Aperture_a267ad2a_OutBorder0", "geometry": {"type": "Face3D", "plane": {"o": [8.0, 9.0, 3.0], "n": [-1.0, 0.0, 0.0], "type": "Plane", "x": [0.0, 1.0, 0.0]}, "boundary": [[8.0, 9.3000000000000007, 4.0], [8.0, 9.3000000000000007, 3.0], [8.0, 9.0, 3.0], [8.0, 9.0, 4.0]]}, "type": "Shade", "properties": {"radiance": {"type": "ShadeRadiancePropertiesAbridged"}, "energy": {"type": "ShadeEnergyPropertiesAbridged"}, "type": "ShadePropertiesAbridged"}}, {"display_name": "Aperture_a267ad2a_OutBorder1", "identifier": "Aperture_a267ad2a_OutBorder1", "geometry": {"type": "Face3D", "plane": {"o": [8.0, 9.0, 4.0], "n": [-0.0, 0.0, 1.0], "type": "Plane", "x": [1.0, 0.0, 0.0]}, "boundary": [[8.0, 9.3000000000000007, 4.0], [8.0, 9.0, 4.0], [12.0, 9.0, 4.0], [12.0, 9.3000000000000007, 4.0]]}, "type": "Shade", "properties": {"radiance": {"type": "ShadeRadiancePropertiesAbridged"}, "energy": {"type": "ShadeEnergyPropertiesAbridged"}, "type": "ShadePropertiesAbridged"}}, {"display_name": "Aperture_a267ad2a_OutBorder2", "identifier": "Aperture_a267ad2a_OutBorder2", "geometry": {"type": "Face3D", "plane": {"o": [12.0, 9.0, 4.0], "n": [1.0, 0.0, 0.0], "type": "Plane", "x": [0.0, -1.0, 0.0]}, "boundary": [[12.0, 9.0, 4.0], [12.0, 9.0, 3.0], [12.0, 9.3000000000000007, 3.0], [12.0, 9.3000000000000007, 4.0]]}, "type": "Shade", "properties": {"radiance": {"type": "ShadeRadiancePropertiesAbridged"}, "energy": {"type": "ShadeEnergyPropertiesAbridged"}, "type": "ShadePropertiesAbridged"}}, {"display_name": "Aperture_a267ad2a_OutBorder3", "identifier": "Aperture_a267ad2a_OutBorder3", "geometry": {"type": "Face3D", "plane": {"o": [12.0, 9.0, 3.0], "n": [-0.0, 0.0, -1.0], "type": "Plane", "x": [1.0, 0.0, 0.0]}, "boundary": [[12.0, 9.3000000000000007, 3.0], [12.0, 9.0, 3.0], [8.0, 9.0, 3.0], [8.0, 9.3000000000000007, 3.0]]}, "type": "Shade", "properties": {"radiance": {"type": "ShadeRadiancePropertiesAbridged"}, "energy": {"type": "ShadeEnergyPropertiesAbridged"}, "type": "ShadePropertiesAbridged"}}], "geometry": {"type": "Face3D", "plane": {"o": [35.0, 9.0, 0.0], "n": [0.0, 1.0, -0.0], "type": "Plane", "x": [-1.0, 0.0, 0.0]}, "boundary": [[12.0, 9.0, 4.0], [12.0, 9.0, 3.0], [8.0, 9.0, 3.0], [8.0, 9.0, 4.0]]}, "is_operable": false, "boundary_condition": {"view_factor": {"type": "Autocalculate"}, "sun_exposure": true, "wind_exposure": true, "type": "Outdoors"}, "type": "Aperture", "properties": {"radiance": {"type": "ApertureRadiancePropertiesAbridged"}, "energy": {"type": "ApertureEnergyPropertiesAbridged"}, "type": "AperturePropertiesAbridged"}}], "geometry": {"type": "Face3D", "plane": {"o": [35.0, 9.0, 0.0], "n": [0.0, 1.0, -0.0], "type": "Plane", "x": [-1.0, 0.0, 0.0]}, "boundary": [[13.0, 9.0, 5.0], [13.0, 9.0, 0.0], [0.0, 9.0, 0.0], [0.0, 9.0, 5.0]]}, "face_type": "Wall", "boundary_condition": {"view_factor": {"type": "Autocalculate"}, "sun_exposure": true, "wind_exposure": true, "type": "Outdoors"}, "type": "Face", "properties": {"radiance": {"type": "FaceRadiancePropertiesAbridged"}, "energy": {"type": "FaceEnergyPropertiesAbridged"}, "type": "FacePropertiesAbridged"}}, {"display_name": "TestRoom_2_acb0f336..Face4", "identifier": "TestRoom_2_acb0f336..Face4", "geometry": {"type": "Face3D", "plane": {"o": [0.0, 0.0, 0.0], "n": [-0.0, -0.0, -1.0], "type": "Plane", "x": [0.0, 1.0, 0.0]}, "boundary": [[13.0, 9.0, 0.0], [13.0, 0.0, 0.0], [0.0, 0.0, 0.0], [0.0, 9.0, 0.0]]}, "face_type": "Floor", "boundary_condition": {"type": "Ground"}, "type": "Face", "properties": {"radiance": {"type": "FaceRadiancePropertiesAbridged"}, "energy": {"type": "FaceEnergyPropertiesAbridged"}, "type": "FacePropertiesAbridged"}}, {"display_name": "TestRoom_2_acb0f336..Face5", "identifier": "TestRoom_2_acb0f336..Face5", "apertures": [{"display_name": "Aperture_50fad4d7", "identifier": "Aperture_50fad4d7", "outdoor_shades": [{"display_name": "Aperture_50fad4d7_OutBorder0", "identifier": "Aperture_50fad4d7_OutBorder0", "geometry": {"type": "Face3D", "plane": {"o": [1.0, 1.0, 5.0], "n": [0.0, -1.0, 0.0], "type": "Plane", "x": [-1.0, -0.0, 0.0]}, "boundary": [[1.0, 1.0, 5.2999999999999998], [1.0, 1.0, 5.0], [11.0, 1.0, 5.0], [11.0, 1.0, 5.2999999999999998]]}, "type": "Shade", "properties": {"radiance": {"type": "ShadeRadiancePropertiesAbridged"}, "energy": {"type": "ShadeEnergyPropertiesAbridged"}, "type": "ShadePropertiesAbridged"}}, {"display_name": "Aperture_50fad4d7_OutBorder1", "identifier": "Aperture_50fad4d7_OutBorder1", "geometry": {"type": "Face3D", "plane": {"o": [11.0, 1.0, 5.0], "n": [1.0, 0.0, 0.0], "type": "Plane", "x": [0.0, -1.0, 0.0]}, "boundary": [[11.0, 1.0, 5.2999999999999998], [11.0, 1.0, 5.0], [11.0, 3.0, 5.0], [11.0, 3.0, 5.2999999999999998]]}, "type": "Shade", "properties": {"radiance": {"type": "ShadeRadiancePropertiesAbridged"}, "energy": {"type": "ShadeEnergyPropertiesAbridged"}, "type": "ShadePropertiesAbridged"}}, {"display_name": "Aperture_50fad4d7_OutBorder2", "identifier": "Aperture_50fad4d7_OutBorder2", "geometry": {"type": "Face3D", "plane": {"o": [11.0, 3.0, 5.0], "n": [0.0, 1.0, -0.0], "type": "Plane", "x": [1.0, -0.0, 0.0]}, "boundary": [[11.0, 3.0, 5.2999999999999998], [11.0, 3.0, 5.0], [1.0, 3.0, 5.0], [1.0, 3.0, 5.2999999999999998]]}, "type": "Shade", "properties": {"radiance": {"type": "ShadeRadiancePropertiesAbridged"}, "energy": {"type": "ShadeEnergyPropertiesAbridged"}, "type": "ShadePropertiesAbridged"}}, {"display_name": "Aperture_50fad4d7_OutBorder3", "identifier": "Aperture_50fad4d7_OutBorder3", "geometry": {"type": "Face3D", "plane": {"o": [1.0, 3.0, 5.0], "n": [-1.0, 0.0, 0.0], "type": "Plane", "x": [0.0, 1.0, 0.0]}, "boundary": [[1.0, 3.0, 5.2999999999999998], [1.0, 3.0, 5.0], [1.0, 1.0, 5.0], [1.0, 1.0, 5.2999999999999998]]}, "type": "Shade", "properties": {"radiance": {"type": "ShadeRadiancePropertiesAbridged"}, "energy": {"type": "ShadeEnergyPropertiesAbridged"}, "type": "ShadePropertiesAbridged"}}], "geometry": {"type": "Face3D", "plane": {"o": [0.0, -4.0, 5.0], "n": [0.0, 0.0, 1.0], "type": "Plane", "x": [1.0, 0.0, 0.0]}, "boundary": [[1.0, 3.0, 5.0], [1.0, 1.0, 5.0], [11.0, 1.0, 5.0], [11.0, 3.0, 5.0]]}, "is_operable": false, "boundary_condition": {"view_factor": {"type": "Autocalculate"}, "sun_exposure": true, "wind_exposure": true, "type": "Outdoors"}, "type": "Aperture", "properties": {"radiance": {"type": "ApertureRadiancePropertiesAbridged"}, "energy": {"type": "ApertureEnergyPropertiesAbridged"}, "type": "AperturePropertiesAbridged"}}], "geometry": {"type": "Face3D", "plane": {"o": [0.0, 0.0, 5.0], "n": [0.0, 0.0, 1.0], "type": "Plane", "x": [1.0, 0.0, 0.0]}, "boundary": [[0.0, 9.0, 5.0], [0.0, 0.0, 5.0], [13.0, 0.0, 5.0], [13.0, 9.0, 5.0]]}, "face_type": "RoofCeiling", "boundary_condition": {"view_factor": {"type": "Autocalculate"}, "sun_exposure": true, "wind_exposure": true, "type": "Outdoors"}, "type": "Face", "properties": {"radiance": {"type": "FaceRadiancePropertiesAbridged"}, "energy": {"type": "FaceEnergyPropertiesAbridged"}, "type": "FacePropertiesAbridged"}}, {"display_name": "TestRoom_2_acb0f336..Face6", "identifier": "TestRoom_2_acb0f336..Face6", "geometry": {"type": "Face3D", "plane": {"o": [0.0, 43.999999999999986, 3.5527136788005009e-15], "n": [-1.0, 0.0, 0.0], "type": "Plane", "x": [0.0, -1.0, 0.0]}, "boundary": [[0.0, 9.0, 5.0], [0.0, 9.0, 3.0000000000000009], [0.0, 0.0, 3.0000000000000009], [0.0, 0.0, 5.0]]}, "face_type": "Wall", "boundary_condition": {"view_factor": {"type": "Autocalculate"}, "sun_exposure": true, "wind_exposure": true, "type": "Outdoors"}, "type": "Face", "properties": {"radiance": {"type": "FaceRadiancePropertiesAbridged"}, "energy": {"type": "FaceEnergyPropertiesAbridged"}, "type": "FacePropertiesAbridged"}}], "type": "Room", "properties": {"doe2": {"type": "RoomDoe2Properties"}, "radiance": {"type": "RoomRadiancePropertiesAbridged"}, "energy": {"program_type": "2013::LargeOffice::OpenOffice", "type": "RoomEnergyPropertiesAbridged", "construction_set": "2013::ClimateZone5::SteelFramed", "hvac": "TestRoom_2_acb0f336 Ideal Loads Air System"}, "type": "RoomPropertiesAbridged"}}], "type": "Model", "version": "1.58.1", "units": "Meters", "orphaned_shades": [{"display_name": "Shade_a7876091", "identifier": "Shade_a7876091_0", "is_detached": true, "geometry": {"type": "Face3D", "plane": {"o": [3.0, -7.0, 0.0], "n": [0.0, -1.0, 0.0], "type": "Plane", "x": [1.0, 0.0, 0.0]}, "boundary": [[3.0, -7.0, 15.0], [3.0, -7.0, 0.0], [9.0, -7.0, 0.0], [9.0, -7.0, 15.0]]}, "type": "Shade", "properties": {"radiance": {"type": "ShadeRadiancePropertiesAbridged"}, "energy": {"type": "ShadeEnergyPropertiesAbridged"}, "type": "ShadePropertiesAbridged"}}, {"display_name": "Shade_a7876091", "identifier": "Shade_a7876091_1", "is_detached": true, "geometry": {"type": "Face3D", "plane": {"o": [9.0, -13.0, 0.0], "n": [1.0, 0.0, 0.0], "type": "Plane", "x": [0.0, 1.0, 0.0]}, "boundary": [[9.0, -7.0, 15.0], [9.0, -7.0, 0.0], [9.0, -1.0, 0.0], [9.0, -1.0, 15.0]]}, "type": "Shade", "properties": {"radiance": {"type": "ShadeRadiancePropertiesAbridged"}, "energy": {"type": "ShadeEnergyPropertiesAbridged"}, "type": "ShadePropertiesAbridged"}}, {"display_name": "Shade_a7876091", "identifier": "Shade_a7876091_2", "is_detached": true, "geometry": {"type": "Face3D", "plane": {"o": [21.0, -1.0, 0.0], "n": [0.0, 1.0, -0.0], "type": "Plane", "x": [-1.0, 0.0, 0.0]}, "boundary": [[9.0, -1.0, 15.0], [9.0, -1.0, 0.0], [3.0, -1.0, 0.0], [3.0, -1.0, 15.0]]}, "type": "Shade", "properties": {"radiance": {"type": "ShadeRadiancePropertiesAbridged"}, "energy": {"type": "ShadeEnergyPropertiesAbridged"}, "type": "ShadePropertiesAbridged"}}, {"display_name": "Shade_a7876091", "identifier": "Shade_a7876091_3", "is_detached": true, "geometry": {"type": "Face3D", "plane": {"o": [3.0, 17.0, 0.0], "n": [-1.0, 0.0, 0.0], "type": "Plane", "x": [0.0, -1.0, 0.0]}, "boundary": [[3.0, -1.0, 15.0], [3.0, -1.0, 0.0], [3.0, -7.0, 0.0], [3.0, -7.0, 15.0]]}, "type": "Shade", "properties": {"radiance": {"type": "ShadeRadiancePropertiesAbridged"}, "energy": {"type": "ShadeEnergyPropertiesAbridged"}, "type": "ShadePropertiesAbridged"}}, {"display_name": "Shade_a7876091", "identifier": "Shade_a7876091_4", "is_detached": true, "geometry": {"type": "Face3D", "plane": {"o": [3.0, -7.0, 0.0], "n": [-0.0, -0.0, -1.0], "type": "Plane", "x": [0.0, 1.0, 0.0]}, "boundary": [[9.0, -1.0, 0.0], [9.0, -7.0, 0.0], [3.0, -7.0, 0.0], [3.0, -1.0, 0.0]]}, "type": "Shade", "properties": {"radiance": {"type": "ShadeRadiancePropertiesAbridged"}, "energy": {"type": "ShadeEnergyPropertiesAbridged"}, "type": "ShadePropertiesAbridged"}}, {"display_name": "Shade_a7876091", "identifier": "Shade_a7876091_5", "is_detached": true, "geometry": {"type": "Face3D", "plane": {"o": [3.0, -7.0, 15.0], "n": [0.0, 0.0, 1.0], "type": "Plane", "x": [1.0, 0.0, 0.0]}, "boundary": [[3.0, -1.0, 15.0], [3.0, -7.0, 15.0], [9.0, -7.0, 15.0], [9.0, -1.0, 15.0]]}, "type": "Shade", "properties": {"radiance": {"type": "ShadeRadiancePropertiesAbridged"}, "energy": {"type": "ShadeEnergyPropertiesAbridged"}, "type": "ShadePropertiesAbridged"}}, {"display_name": "Shade_d8b96616", "identifier": "Shade_d8b96616_0", "is_detached": true, "geometry": {"type": "Face3D", "plane": {"o": [-8.0, 13.0, 0.0], "n": [0.0, -1.0, 0.0], "type": "Plane", "x": [1.0, 0.0, 0.0]}, "boundary": [[-8.0, 13.0, 4.0], [-8.0, 13.0, 0.0], [8.0, 13.0, 0.0], [8.0, 13.0, 4.0]]}, "type": "Shade", "properties": {"radiance": {"type": "ShadeRadiancePropertiesAbridged"}, "energy": {"type": "ShadeEnergyPropertiesAbridged"}, "type": "ShadePropertiesAbridged"}}, {"display_name": "Shade_d8b96616", "identifier": "Shade_d8b96616_1", "is_detached": true, "geometry": {"type": "Face3D", "plane": {"o": [8.0, -2.9999999999999929, 0.0], "n": [1.0, 0.0, 0.0], "type": "Plane", "x": [0.0, 1.0, 0.0]}, "boundary": [[8.0, 13.0, 4.0], [8.0, 13.0, 0.0], [8.0, 20.0, 0.0], [8.0, 20.0, 4.0]]}, "type": "Shade", "properties": {"radiance": {"type": "ShadeRadiancePropertiesAbridged"}, "energy": {"type": "ShadeEnergyPropertiesAbridged"}, "type": "ShadePropertiesAbridged"}}, {"display_name": "Shade_d8b96616", "identifier": "Shade_d8b96616_2", "is_detached": true, "geometry": {"type": "Face3D", "plane": {"o": [31.0, 20.0, 0.0], "n": [0.0, 1.0, -0.0], "type": "Plane", "x": [-1.0, 0.0, 0.0]}, "boundary": [[8.0, 20.0, 4.0], [8.0, 20.0, 0.0], [-8.0, 20.0, 0.0], [-8.0, 20.0, 4.0]]}, "type": "Shade", "properties": {"radiance": {"type": "ShadeRadiancePropertiesAbridged"}, "energy": {"type": "ShadeEnergyPropertiesAbridged"}, "type": "ShadePropertiesAbridged"}}, {"display_name": "Shade_d8b96616", "identifier": "Shade_d8b96616_3", "is_detached": true, "geometry": {"type": "Face3D", "plane": {"o": [-8.0, 58.999999999999986, 0.0], "n": [-1.0, 0.0, 0.0], "type": "Plane", "x": [0.0, -1.0, 0.0]}, "boundary": [[-8.0, 20.0, 4.0], [-8.0, 20.0, 0.0], [-8.0, 13.0, 0.0], [-8.0, 13.0, 4.0]]}, "type": "Shade", "properties": {"radiance": {"type": "ShadeRadiancePropertiesAbridged"}, "energy": {"type": "ShadeEnergyPropertiesAbridged"}, "type": "ShadePropertiesAbridged"}}, {"display_name": "Shade_d8b96616", "identifier": "Shade_d8b96616_4", "is_detached": true, "geometry": {"type": "Face3D", "plane": {"o": [-8.0, 13.0, 0.0], "n": [-0.0, -0.0, -1.0], "type": "Plane", "x": [0.0, 1.0, 0.0]}, "boundary": [[8.0, 20.0, 0.0], [8.0, 13.0, 0.0], [-8.0, 13.0, 0.0], [-8.0, 20.0, 0.0]]}, "type": "Shade", "properties": {"radiance": {"type": "ShadeRadiancePropertiesAbridged"}, "energy": {"type": "ShadeEnergyPropertiesAbridged"}, "type": "ShadePropertiesAbridged"}}, {"display_name": "Shade_d8b96616", "identifier": "Shade_d8b96616_5", "is_detached": true, "geometry": {"type": "Face3D", "plane": {"o": [-8.0, 13.0, 4.0], "n": [0.0, 0.0, 1.0], "type": "Plane", "x": [1.0, 0.0, 0.0]}, "boundary": [[-8.0, 20.0, 4.0], [-8.0, 13.0, 4.0], [8.0, 13.0, 4.0], [8.0, 20.0, 4.0]]}, "type": "Shade", "properties": {"radiance": {"type": "ShadeRadiancePropertiesAbridged"}, "energy": {"type": "ShadeEnergyPropertiesAbridged"}, "type": "ShadePropertiesAbridged"}}], "properties": {"doe2": {"type": "ModelDoe2Properties"}, "radiance": {"modifier_sets": [], "modifiers": [{"dependencies": [], "modifier": null, "g_reflectance": 0.20000000000000001, "identifier": "generic_context_0.20", "specularity": 0.0, "b_reflectance": 0.20000000000000001, "r_reflectance": 0.20000000000000001, "type": "Plastic", "roughness": 0.0}], "type": "ModelRadianceProperties", "sensor_grids": [{"mesh": {"faces": [[26, 1, 0, 25], [27, 2, 1, 26], [28, 3, 2, 27], [29, 4, 3, 28], [30, 5, 4, 29], [31, 6, 5, 30], [32, 7, 6, 31], [33, 8, 7, 32], [34, 9, 8, 33], [35, 10, 9, 34], [36, 11, 10, 35], [37, 12, 11, 36], [38, 13, 12, 37], [39, 14, 13, 38], [40, 15, 14, 39], [41, 16, 15, 40], [42, 17, 16, 41], [43, 18, 17, 42], [44, 19, 18, 43], [45, 20, 19, 44], [46, 21, 20, 45], [47, 22, 21, 46], [48, 23, 22, 47], [49, 24, 23, 48], [51, 26, 25, 50], [52, 27, 26, 51], [53, 28, 27, 52], [54, 29, 28, 53], [55, 30, 29, 54], [56, 31, 30, 55], [57, 32, 31, 56], [58, 33, 32, 57], [59, 34, 33, 58], [60, 35, 34, 59], [61, 36, 35, 60], [62, 37, 36, 61], [63, 38, 37, 62], [64, 39, 38, 63], [65, 40, 39, 64], [66, 41, 40, 65], [67, 42, 41, 66], [68, 43, 42, 67], [69, 44, 43, 68], [70, 45, 44, 69], [71, 46, 45, 70], [72, 47, 46, 71], [73, 48, 47, 72], [74, 49, 48, 73], [76, 51, 50, 75], [77, 52, 51, 76], [78, 53, 52, 77], [79, 54, 53, 78], [80, 55, 54, 79], [81, 56, 55, 80], [82, 57, 56, 81], [83, 58, 57, 82], [84, 59, 58, 83], [85, 60, 59, 84], [86, 61, 60, 85], [87, 62, 61, 86], [88, 63, 62, 87], [89, 64, 63, 88], [90, 65, 64, 89], [91, 66, 65, 90], [92, 67, 66, 91], [93, 68, 67, 92], [94, 69, 68, 93], [95, 70, 69, 94], [96, 71, 70, 95], [97, 72, 71, 96], [98, 73, 72, 97], [99, 74, 73, 98], [101, 76, 75, 100], [102, 77, 76, 101], [103, 78, 77, 102], [104, 79, 78, 103], [105, 80, 79, 104], [106, 81, 80, 105], [107, 82, 81, 106], [108, 83, 82, 107], [109, 84, 83, 108], [110, 85, 84, 109], [111, 86, 85, 110], [112, 87, 86, 111], [113, 88, 87, 112], [114, 89, 88, 113], [115, 90, 89, 114], [116, 91, 90, 115], [117, 92, 91, 116], [118, 93, 92, 117], [119, 94, 93, 118], [120, 95, 94, 119], [121, 96, 95, 120], [122, 97, 96, 121], [123, 98, 97, 122], [124, 99, 98, 123], [126, 101, 100, 125], [127, 102, 101, 126], [128, 103, 102, 127], [129, 104, 103, 128], [130, 105, 104, 129], [131, 106, 105, 130], [132, 107, 106, 131], [133, 108, 107, 132], [134, 109, 108, 133], [135, 110, 109, 134], [136, 111, 110, 135], [137, 112, 111, 136], [138, 113, 112, 137], [139, 114, 113, 138], [140, 115, 114, 139], [141, 116, 115, 140], [142, 117, 116, 141], [143, 118, 117, 142], [144, 119, 118, 143], [145, 120, 119, 144], [146, 121, 120, 145], [147, 122, 121, 146], [148, 123, 122, 147], [149, 124, 123, 148], [151, 126, 125, 150], [152, 127, 126, 151], [153, 128, 127, 152], [154, 129, 128, 153], [155, 130, 129, 154], [156, 131, 130, 155], [157, 132, 131, 156], [158, 133, 132, 157], [159, 134, 133, 158], [160, 135, 134, 159], [161, 136, 135, 160], [162, 137, 136, 161], [163, 138, 137, 162], [164, 139, 138, 163], [165, 140, 139, 164], [166, 141, 140, 165], [167, 142, 141, 166], [168, 143, 142, 167], [169, 144, 143, 168], [170, 145, 144, 169], [171, 146, 145, 170], [172, 147, 146, 171], [173, 148, 147, 172], [174, 149, 148, 173], [176, 151, 150, 175], [177, 152, 151, 176], [178, 153, 152, 177], [179, 154, 153, 178], [180, 155, 154, 179], [181, 156, 155, 180], [182, 157, 156, 181], [183, 158, 157, 182], [184, 159, 158, 183], [185, 160, 159, 184], [186, 161, 160, 185], [187, 162, 161, 186], [188, 163, 162, 187], [189, 164, 163, 188], [190, 165, 164, 189], [191, 166, 165, 190], [192, 167, 166, 191], [193, 168, 167, 192], [194, 169, 168, 193], [195, 170, 169, 194], [196, 171, 170, 195], [197, 172, 171, 196], [198, 173, 172, 197], [199, 174, 173, 198], [201, 176, 175, 200], [202, 177, 176, 201], [203, 178, 177, 202], [204, 179, 178, 203], [205, 180, 179, 204], [206, 181, 180, 205], [207, 182, 181, 206], [208, 183, 182, 207], [209, 184, 183, 208], [210, 185, 184, 209], [211, 186, 185, 210], [212, 187, 186, 211], [213, 188, 187, 212], [214, 189, 188, 213], [215, 190, 189, 214], [216, 191, 190, 215], [217, 192, 191, 216], [218, 193, 192, 217], [219, 194, 193, 218], [220, 195, 194, 219], [221, 196, 195, 220], [222, 197, 196, 221], [223, 198, 197, 222], [224, 199, 198, 223], [226, 201, 200, 225], [227, 202, 201, 226], [228, 203, 202, 227], [229, 204, 203, 228], [230, 205, 204, 229], [231, 206, 205, 230], [232, 207, 206, 231], [233, 208, 207, 232], [234, 209, 208, 233], [235, 210, 209, 234], [236, 211, 210, 235], [237, 212, 211, 236], [238, 213, 212, 237], [239, 214, 213, 238], [240, 215, 214, 239], [241, 216, 215, 240], [242, 217, 216, 241], [243, 218, 217, 242], [244, 219, 218, 243], [245, 220, 219, 244], [246, 221, 220, 245], [247, 222, 221, 246], [248, 223, 222, 247], [249, 224, 223, 248], [251, 226, 225, 250], [252, 227, 226, 251], [253, 228, 227, 252], [254, 229, 228, 253], [255, 230, 229, 254], [256, 231, 230, 255], [257, 232, 231, 256], [258, 233, 232, 257], [259, 234, 233, 258], [260, 235, 234, 259], [261, 236, 235, 260], [262, 237, 236, 261], [263, 238, 237, 262], [264, 239, 238, 263], [265, 240, 239, 264], [266, 241, 240, 265], [267, 242, 241, 266], [268, 243, 242, 267], [269, 244, 243, 268], [270, 245, 244, 269], [271, 246, 245, 270], [272, 247, 246, 271], [273, 248, 247, 272], [274, 249, 248, 273], [276, 251, 250, 275], [277, 252, 251, 276], [278, 253, 252, 277], [279, 254, 253, 278], [280, 255, 254, 279], [281, 256, 255, 280], [282, 257, 256, 281], [283, 258, 257, 282], [284, 259, 258, 283], [285, 260, 259, 284], [286, 261, 260, 285], [287, 262, 261, 286], [288, 263, 262, 287], [289, 264, 263, 288], [290, 265, 264, 289], [291, 266, 265, 290], [292, 267, 266, 291], [293, 268, 267, 292], [294, 269, 268, 293], [295, 270, 269, 294], [296, 271, 270, 295], [297, 272, 271, 296], [298, 273, 272, 297], [299, 274, 273, 298], [301, 276, 275, 300], [302, 277, 276, 301], [303, 278, 277, 302], [304, 279, 278, 303], [305, 280, 279, 304], [306, 281, 280, 305], [307, 282, 281, 306], [308, 283, 282, 307], [309, 284, 283, 308], [310, 285, 284, 309], [311, 286, 285, 310], [312, 287, 286, 311], [313, 288, 287, 312], [314, 289, 288, 313], [315, 290, 289, 314], [316, 291, 290, 315], [317, 292, 291, 316], [318, 293, 292, 317], [319, 294, 293, 318], [320, 295, 294, 319], [321, 296, 295, 320], [322, 297, 296, 321], [323, 298, 297, 322], [324, 299, 298, 323], [326, 301, 300, 325], [327, 302, 301, 326], [328, 303, 302, 327], [329, 304, 303, 328], [330, 305, 304, 329], [331, 306, 305, 330], [332, 307, 306, 331], [333, 308, 307, 332], [334, 309, 308, 333], [335, 310, 309, 334], [336, 311, 310, 335], [337, 312, 311, 336], [338, 313, 312, 337], [339, 314, 313, 338], [340, 315, 314, 339], [341, 316, 315, 340], [342, 317, 316, 341], [343, 318, 317, 342], [344, 319, 318, 343], [345, 320, 319, 344], [346, 321, 320, 345], [347, 322, 321, 346], [348, 323, 322, 347], [349, 324, 323, 348], [351, 326, 325, 350], [352, 327, 326, 351], [353, 328, 327, 352], [354, 329, 328, 353], [355, 330, 329, 354], [356, 331, 330, 355], [357, 332, 331, 356], [358, 333, 332, 357], [359, 334, 333, 358], [360, 335, 334, 359], [361, 336, 335, 360], [362, 337, 336, 361], [363, 338, 337, 362], [364, 339, 338, 363], [365, 340, 339, 364], [366, 341, 340, 365], [367, 342, 341, 366], [368, 343, 342, 367], [369, 344, 343, 368], [370, 345, 344, 369], [371, 346, 345, 370], [372, 347, 346, 371], [373, 348, 347, 372], [374, 349, 348, 373], [457, 375, 0, 1], [455, 456, 2, 3], [456, 457, 1, 2], [3, 4, 454, 455], [0, 375, 376], [453, 454, 4, 5], [451, 452, 6, 7], [450, 451, 7, 8], [452, 453, 5, 6], [449, 450, 8, 9], [448, 449, 9, 10], [447, 448, 10, 11], [376, 377, 25, 0], [50, 25, 377, 378], [75, 50, 378, 379], [380, 381, 125, 100], [381, 382, 150, 125], [379, 380, 100, 75], [382, 383, 175, 150], [383, 384, 200, 175], [11, 12, 446, 447], [445, 446, 12, 13], [443, 444, 14, 15], [442, 443, 15, 16], [444, 445, 13, 14], [441, 442, 16, 17], [440, 441, 17, 18], [438, 439, 19, 20], [437, 438, 20, 21], [439, 440, 18, 19], [435, 436, 22, 23], [436, 437, 21, 22], [434, 435, 23, 24], [434, 24, 433], [49, 74, 430, 431], [74, 99, 429, 430], [24, 49, 431, 432], [99, 124, 428, 429], [149, 174, 426, 427], [427, 428, 124, 149], [174, 199, 425, 426], [433, 24, 432], [384, 385, 225, 200], [385, 386, 250, 225], [275, 250, 386, 387], [388, 389, 325, 300], [387, 388, 300, 275], [389, 390, 350, 325], [351, 350, 392, 393], [353, 352, 394, 395], [355, 354, 396, 397], [356, 355, 397, 398], [354, 353, 395, 396], [352, 351, 393, 394], [350, 390, 391], [391, 392, 350], [357, 356, 398, 399], [358, 357, 399, 400], [359, 358, 400, 401], [361, 360, 402, 403], [362, 361, 403, 404], [360, 359, 401, 402], [404, 405, 363, 362], [199, 224, 424, 425], [249, 274, 422, 423], [274, 299, 421, 422], [224, 249, 423, 424], [364, 363, 405, 406], [366, 365, 407, 408], [367, 366, 408, 409], [365, 364, 406, 407], [324, 349, 419, 420], [418, 419, 349, 374], [420, 421, 299, 324], [369, 368, 410, 411], [409, 410, 368, 367], [411, 412, 370, 369], [371, 370, 412, 413], [373, 372, 414, 415], [374, 373, 415, 416], [372, 371, 413, 414], [374, 416, 417], [418, 374, 417]], "vertices": [[-7.570000171661377, -3.619999885559082, 0.80000001192092896], [-7.570000171661377, -3.1099998950958252, 0.80000001192092896], [-7.570000171661377, -2.5999999046325684, 0.80000001192092896], [-7.570000171661377, -2.0899999141693115, 0.80000001192092896], [-7.570000171661377, -1.5800000429153442, 0.80000001192092896], [-7.570000171661377, -1.0700000524520874, 0.80000001192092896], [-7.570000171661377, -0.56000000238418579, 0.80000001192092896], [-7.570000171661377, -0.05000000074505806, 0.80000001192092896], [-7.570000171661377, 0.46000000834465027, 0.80000001192092896], [-7.570000171661377, 0.97000002861022949, 0.80000001192092896], [-7.570000171661377, 1.4800000190734863, 0.80000001192092896], [-7.570000171661377, 1.9900000095367432, 0.80000001192092896], [-7.570000171661377, 2.5, 0.80000001192092896], [-7.570000171661377, 3.0099999904632568, 0.80000001192092896], [-7.570000171661377, 3.5199999809265137, 0.80000001192092896], [-7.570000171661377, 4.0300002098083496, 0.80000001192092896], [-7.570000171661377, 4.5399999618530273, 0.80000001192092896], [-7.570000171661377, 5.0500001907348633, 0.80000001192092896], [-7.570000171661377, 5.559999942779541, 0.80000001192092896], [-7.570000171661377, 6.070000171661377, 0.80000001192092896], [-7.570000171661377, 6.5799999237060547, 0.80000001192092896], [-7.570000171661377, 7.0900001525878906, 0.80000001192092896], [-7.570000171661377, 7.5999999046325684, 0.80000001192092896], [-7.570000171661377, 8.1099996566772461, 0.80000001192092896], [-7.570000171661377, 8.619999885559082, 0.80000001192092896], [-7.059999942779541, -3.619999885559082, 0.80000001192092896], [-7.059999942779541, -3.1099998950958252, 0.80000001192092896], [-7.059999942779541, -2.5999999046325684, 0.80000001192092896], [-7.059999942779541, -2.0899999141693115, 0.80000001192092896], [-7.059999942779541, -1.5800000429153442, 0.80000001192092896], [-7.059999942779541, -1.0700000524520874, 0.80000001192092896], [-7.059999942779541, -0.56000000238418579, 0.80000001192092896], [-7.059999942779541, -0.05000000074505806, 0.80000001192092896], [-7.059999942779541, 0.46000000834465027, 0.80000001192092896], [-7.059999942779541, 0.97000002861022949, 0.80000001192092896], [-7.059999942779541, 1.4800000190734863, 0.80000001192092896], [-7.059999942779541, 1.9900000095367432, 0.80000001192092896], [-7.059999942779541, 2.5, 0.80000001192092896], [-7.059999942779541, 3.0099999904632568, 0.80000001192092896], [-7.059999942779541, 3.5199999809265137, 0.80000001192092896], [-7.059999942779541, 4.0300002098083496, 0.80000001192092896], [-7.059999942779541, 4.5399999618530273, 0.80000001192092896], [-7.059999942779541, 5.0500001907348633, 0.80000001192092896], [-7.059999942779541, 5.559999942779541, 0.80000001192092896], [-7.059999942779541, 6.070000171661377, 0.80000001192092896], [-7.059999942779541, 6.5799999237060547, 0.80000001192092896], [-7.059999942779541, 7.0900001525878906, 0.80000001192092896], [-7.059999942779541, 7.5999999046325684, 0.80000001192092896], [-7.059999942779541, 8.1099996566772461, 0.80000001192092896], [-7.059999942779541, 8.619999885559082, 0.80000001192092896], [-6.5500001907348633, -3.619999885559082, 0.80000001192092896], [-6.5500001907348633, -3.1099998950958252, 0.80000001192092896], [-6.5500001907348633, -2.5999999046325684, 0.80000001192092896], [-6.5500001907348633, -2.0899999141693115, 0.80000001192092896], [-6.5500001907348633, -1.5800000429153442, 0.80000001192092896], [-6.5500001907348633, -1.0700000524520874, 0.80000001192092896], [-6.5500001907348633, -0.56000000238418579, 0.80000001192092896], [-6.5500001907348633, -0.05000000074505806, 0.80000001192092896], [-6.5500001907348633, 0.46000000834465027, 0.80000001192092896], [-6.5500001907348633, 0.97000002861022949, 0.80000001192092896], [-6.5500001907348633, 1.4800000190734863, 0.80000001192092896], [-6.5500001907348633, 1.9900000095367432, 0.80000001192092896], [-6.5500001907348633, 2.5, 0.80000001192092896], [-6.5500001907348633, 3.0099999904632568, 0.80000001192092896], [-6.5500001907348633, 3.5199999809265137, 0.80000001192092896], [-6.5500001907348633, 4.0300002098083496, 0.80000001192092896], [-6.5500001907348633, 4.5399999618530273, 0.80000001192092896], [-6.5500001907348633, 5.0500001907348633, 0.80000001192092896], [-6.5500001907348633, 5.559999942779541, 0.80000001192092896], [-6.5500001907348633, 6.070000171661377, 0.80000001192092896], [-6.5500001907348633, 6.5799999237060547, 0.80000001192092896], [-6.5500001907348633, 7.0900001525878906, 0.80000001192092896], [-6.5500001907348633, 7.5999999046325684, 0.80000001192092896], [-6.5500001907348633, 8.1099996566772461, 0.80000001192092896], [-6.5500001907348633, 8.619999885559082, 0.80000001192092896], [-6.0399999618530273, -3.619999885559082, 0.80000001192092896], [-6.0399999618530273, -3.1099998950958252, 0.80000001192092896], [-6.0399999618530273, -2.5999999046325684, 0.80000001192092896], [-6.0399999618530273, -2.0899999141693115, 0.80000001192092896], [-6.0399999618530273, -1.5800000429153442, 0.80000001192092896], [-6.0399999618530273, -1.0700000524520874, 0.80000001192092896], [-6.0399999618530273, -0.56000000238418579, 0.80000001192092896], [-6.0399999618530273, -0.05000000074505806, 0.80000001192092896], [-6.0399999618530273, 0.46000000834465027, 0.80000001192092896], [-6.0399999618530273, 0.97000002861022949, 0.80000001192092896], [-6.0399999618530273, 1.4800000190734863, 0.80000001192092896], [-6.0399999618530273, 1.9900000095367432, 0.80000001192092896], [-6.0399999618530273, 2.5, 0.80000001192092896], [-6.0399999618530273, 3.0099999904632568, 0.80000001192092896], [-6.0399999618530273, 3.5199999809265137, 0.80000001192092896], [-6.0399999618530273, 4.0300002098083496, 0.80000001192092896], [-6.0399999618530273, 4.5399999618530273, 0.80000001192092896], [-6.0399999618530273, 5.0500001907348633, 0.80000001192092896], [-6.0399999618530273, 5.559999942779541, 0.80000001192092896], [-6.0399999618530273, 6.070000171661377, 0.80000001192092896], [-6.0399999618530273, 6.5799999237060547, 0.80000001192092896], [-6.0399999618530273, 7.0900001525878906, 0.80000001192092896], [-6.0399999618530273, 7.5999999046325684, 0.80000001192092896], [-6.0399999618530273, 8.1099996566772461, 0.80000001192092896], [-6.0399999618530273, 8.619999885559082, 0.80000001192092896], [-5.5300002098083496, -3.619999885559082, 0.80000001192092896], [-5.5300002098083496, -3.1099998950958252, 0.80000001192092896], [-5.5300002098083496, -2.5999999046325684, 0.80000001192092896], [-5.5300002098083496, -2.0899999141693115, 0.80000001192092896], [-5.5300002098083496, -1.5800000429153442, 0.80000001192092896], [-5.5300002098083496, -1.0700000524520874, 0.80000001192092896], [-5.5300002098083496, -0.56000000238418579, 0.80000001192092896], [-5.5300002098083496, -0.05000000074505806, 0.80000001192092896], [-5.5300002098083496, 0.46000000834465027, 0.80000001192092896], [-5.5300002098083496, 0.97000002861022949, 0.80000001192092896], [-5.5300002098083496, 1.4800000190734863, 0.80000001192092896], [-5.5300002098083496, 1.9900000095367432, 0.80000001192092896], [-5.5300002098083496, 2.5, 0.80000001192092896], [-5.5300002098083496, 3.0099999904632568, 0.80000001192092896], [-5.5300002098083496, 3.5199999809265137, 0.80000001192092896], [-5.5300002098083496, 4.0300002098083496, 0.80000001192092896], [-5.5300002098083496, 4.5399999618530273, 0.80000001192092896], [-5.5300002098083496, 5.0500001907348633, 0.80000001192092896], [-5.5300002098083496, 5.559999942779541, 0.80000001192092896], [-5.5300002098083496, 6.070000171661377, 0.80000001192092896], [-5.5300002098083496, 6.5799999237060547, 0.80000001192092896], [-5.5300002098083496, 7.0900001525878906, 0.80000001192092896], [-5.5300002098083496, 7.5999999046325684, 0.80000001192092896], [-5.5300002098083496, 8.1099996566772461, 0.80000001192092896], [-5.5300002098083496, 8.619999885559082, 0.80000001192092896], [-5.0199999809265137, -3.619999885559082, 0.80000001192092896], [-5.0199999809265137, -3.1099998950958252, 0.80000001192092896], [-5.0199999809265137, -2.5999999046325684, 0.80000001192092896], [-5.0199999809265137, -2.0899999141693115, 0.80000001192092896], [-5.0199999809265137, -1.5800000429153442, 0.80000001192092896], [-5.0199999809265137, -1.0700000524520874, 0.80000001192092896], [-5.0199999809265137, -0.56000000238418579, 0.80000001192092896], [-5.0199999809265137, -0.05000000074505806, 0.80000001192092896], [-5.0199999809265137, 0.46000000834465027, 0.80000001192092896], [-5.0199999809265137, 0.97000002861022949, 0.80000001192092896], [-5.0199999809265137, 1.4800000190734863, 0.80000001192092896], [-5.0199999809265137, 1.9900000095367432, 0.80000001192092896], [-5.0199999809265137, 2.5, 0.80000001192092896], [-5.0199999809265137, 3.0099999904632568, 0.80000001192092896], [-5.0199999809265137, 3.5199999809265137, 0.80000001192092896], [-5.0199999809265137, 4.0300002098083496, 0.80000001192092896], [-5.0199999809265137, 4.5399999618530273, 0.80000001192092896], [-5.0199999809265137, 5.0500001907348633, 0.80000001192092896], [-5.0199999809265137, 5.559999942779541, 0.80000001192092896], [-5.0199999809265137, 6.070000171661377, 0.80000001192092896], [-5.0199999809265137, 6.5799999237060547, 0.80000001192092896], [-5.0199999809265137, 7.0900001525878906, 0.80000001192092896], [-5.0199999809265137, 7.5999999046325684, 0.80000001192092896], [-5.0199999809265137, 8.1099996566772461, 0.80000001192092896], [-5.0199999809265137, 8.619999885559082, 0.80000001192092896], [-4.5100002288818359, -3.619999885559082, 0.80000001192092896], [-4.5100002288818359, -3.1099998950958252, 0.80000001192092896], [-4.5100002288818359, -2.5999999046325684, 0.80000001192092896], [-4.5100002288818359, -2.0899999141693115, 0.80000001192092896], [-4.5100002288818359, -1.5800000429153442, 0.80000001192092896], [-4.5100002288818359, -1.0700000524520874, 0.80000001192092896], [-4.5100002288818359, -0.56000000238418579, 0.80000001192092896], [-4.5100002288818359, -0.05000000074505806, 0.80000001192092896], [-4.5100002288818359, 0.46000000834465027, 0.80000001192092896], [-4.5100002288818359, 0.97000002861022949, 0.80000001192092896], [-4.5100002288818359, 1.4800000190734863, 0.80000001192092896], [-4.5100002288818359, 1.9900000095367432, 0.80000001192092896], [-4.5100002288818359, 2.5, 0.80000001192092896], [-4.5100002288818359, 3.0099999904632568, 0.80000001192092896], [-4.5100002288818359, 3.5199999809265137, 0.80000001192092896], [-4.5100002288818359, 4.0300002098083496, 0.80000001192092896], [-4.5100002288818359, 4.5399999618530273, 0.80000001192092896], [-4.5100002288818359, 5.0500001907348633, 0.80000001192092896], [-4.5100002288818359, 5.559999942779541, 0.80000001192092896], [-4.5100002288818359, 6.070000171661377, 0.80000001192092896], [-4.5100002288818359, 6.5799999237060547, 0.80000001192092896], [-4.5100002288818359, 7.0900001525878906, 0.80000001192092896], [-4.5100002288818359, 7.5999999046325684, 0.80000001192092896], [-4.5100002288818359, 8.1099996566772461, 0.80000001192092896], [-4.5100002288818359, 8.619999885559082, 0.80000001192092896], [-4.0, -3.619999885559082, 0.80000001192092896], [-4.0, -3.1099998950958252, 0.80000001192092896], [-4.0, -2.5999999046325684, 0.80000001192092896], [-4.0, -2.0899999141693115, 0.80000001192092896], [-4.0, -1.5800000429153442, 0.80000001192092896], [-4.0, -1.0700000524520874, 0.80000001192092896], [-4.0, -0.56000000238418579, 0.80000001192092896], [-4.0, -0.05000000074505806, 0.80000001192092896], [-4.0, 0.46000000834465027, 0.80000001192092896], [-4.0, 0.97000002861022949, 0.80000001192092896], [-4.0, 1.4800000190734863, 0.80000001192092896], [-4.0, 1.9900000095367432, 0.80000001192092896], [-4.0, 2.5, 0.80000001192092896], [-4.0, 3.0099999904632568, 0.80000001192092896], [-4.0, 3.5199999809265137, 0.80000001192092896], [-4.0, 4.0300002098083496, 0.80000001192092896], [-4.0, 4.5399999618530273, 0.80000001192092896], [-4.0, 5.0500001907348633, 0.80000001192092896], [-4.0, 5.559999942779541, 0.80000001192092896], [-4.0, 6.070000171661377, 0.80000001192092896], [-4.0, 6.5799999237060547, 0.80000001192092896], [-4.0, 7.0900001525878906, 0.80000001192092896], [-4.0, 7.5999999046325684, 0.80000001192092896], [-4.0, 8.1099996566772461, 0.80000001192092896], [-4.0, 8.619999885559082, 0.80000001192092896], [-3.4900000095367432, -3.619999885559082, 0.80000001192092896], [-3.4900000095367432, -3.1099998950958252, 0.80000001192092896], [-3.4900000095367432, -2.5999999046325684, 0.80000001192092896], [-3.4900000095367432, -2.0899999141693115, 0.80000001192092896], [-3.4900000095367432, -1.5800000429153442, 0.80000001192092896], [-3.4900000095367432, -1.0700000524520874, 0.80000001192092896], [-3.4900000095367432, -0.56000000238418579, 0.80000001192092896], [-3.4900000095367432, -0.05000000074505806, 0.80000001192092896], [-3.4900000095367432, 0.46000000834465027, 0.80000001192092896], [-3.4900000095367432, 0.97000002861022949, 0.80000001192092896], [-3.4900000095367432, 1.4800000190734863, 0.80000001192092896], [-3.4900000095367432, 1.9900000095367432, 0.80000001192092896], [-3.4900000095367432, 2.5, 0.80000001192092896], [-3.4900000095367432, 3.0099999904632568, 0.80000001192092896], [-3.4900000095367432, 3.5199999809265137, 0.80000001192092896], [-3.4900000095367432, 4.0300002098083496, 0.80000001192092896], [-3.4900000095367432, 4.5399999618530273, 0.80000001192092896], [-3.4900000095367432, 5.0500001907348633, 0.80000001192092896], [-3.4900000095367432, 5.559999942779541, 0.80000001192092896], [-3.4900000095367432, 6.070000171661377, 0.80000001192092896], [-3.4900000095367432, 6.5799999237060547, 0.80000001192092896], [-3.4900000095367432, 7.0900001525878906, 0.80000001192092896], [-3.4900000095367432, 7.5999999046325684, 0.80000001192092896], [-3.4900000095367432, 8.1099996566772461, 0.80000001192092896], [-3.4900000095367432, 8.619999885559082, 0.80000001192092896], [-2.9800000190734863, -3.619999885559082, 0.80000001192092896], [-2.9800000190734863, -3.1099998950958252, 0.80000001192092896], [-2.9800000190734863, -2.5999999046325684, 0.80000001192092896], [-2.9800000190734863, -2.0899999141693115, 0.80000001192092896], [-2.9800000190734863, -1.5800000429153442, 0.80000001192092896], [-2.9800000190734863, -1.0700000524520874, 0.80000001192092896], [-2.9800000190734863, -0.56000000238418579, 0.80000001192092896], [-2.9800000190734863, -0.05000000074505806, 0.80000001192092896], [-2.9800000190734863, 0.46000000834465027, 0.80000001192092896], [-2.9800000190734863, 0.97000002861022949, 0.80000001192092896], [-2.9800000190734863, 1.4800000190734863, 0.80000001192092896], [-2.9800000190734863, 1.9900000095367432, 0.80000001192092896], [-2.9800000190734863, 2.5, 0.80000001192092896], [-2.9800000190734863, 3.0099999904632568, 0.80000001192092896], [-2.9800000190734863, 3.5199999809265137, 0.80000001192092896], [-2.9800000190734863, 4.0300002098083496, 0.80000001192092896], [-2.9800000190734863, 4.5399999618530273, 0.80000001192092896], [-2.9800000190734863, 5.0500001907348633, 0.80000001192092896], [-2.9800000190734863, 5.559999942779541, 0.80000001192092896], [-2.9800000190734863, 6.070000171661377, 0.80000001192092896], [-2.9800000190734863, 6.5799999237060547, 0.80000001192092896], [-2.9800000190734863, 7.0900001525878906, 0.80000001192092896], [-2.9800000190734863, 7.5999999046325684, 0.80000001192092896], [-2.9800000190734863, 8.1099996566772461, 0.80000001192092896], [-2.9800000190734863, 8.619999885559082, 0.80000001192092896], [-2.4700000286102295, -3.619999885559082, 0.80000001192092896], [-2.4700000286102295, -3.1099998950958252, 0.80000001192092896], [-2.4700000286102295, -2.5999999046325684, 0.80000001192092896], [-2.4700000286102295, -2.0899999141693115, 0.80000001192092896], [-2.4700000286102295, -1.5800000429153442, 0.80000001192092896], [-2.4700000286102295, -1.0700000524520874, 0.80000001192092896], [-2.4700000286102295, -0.56000000238418579, 0.80000001192092896], [-2.4700000286102295, -0.05000000074505806, 0.80000001192092896], [-2.4700000286102295, 0.46000000834465027, 0.80000001192092896], [-2.4700000286102295, 0.97000002861022949, 0.80000001192092896], [-2.4700000286102295, 1.4800000190734863, 0.80000001192092896], [-2.4700000286102295, 1.9900000095367432, 0.80000001192092896], [-2.4700000286102295, 2.5, 0.80000001192092896], [-2.4700000286102295, 3.0099999904632568, 0.80000001192092896], [-2.4700000286102295, 3.5199999809265137, 0.80000001192092896], [-2.4700000286102295, 4.0300002098083496, 0.80000001192092896], [-2.4700000286102295, 4.5399999618530273, 0.80000001192092896], [-2.4700000286102295, 5.0500001907348633, 0.80000001192092896], [-2.4700000286102295, 5.559999942779541, 0.80000001192092896], [-2.4700000286102295, 6.070000171661377, 0.80000001192092896], [-2.4700000286102295, 6.5799999237060547, 0.80000001192092896], [-2.4700000286102295, 7.0900001525878906, 0.80000001192092896], [-2.4700000286102295, 7.5999999046325684, 0.80000001192092896], [-2.4700000286102295, 8.1099996566772461, 0.80000001192092896], [-2.4700000286102295, 8.619999885559082, 0.80000001192092896], [-1.9600000381469727, -3.619999885559082, 0.80000001192092896], [-1.9600000381469727, -3.1099998950958252, 0.80000001192092896], [-1.9600000381469727, -2.5999999046325684, 0.80000001192092896], [-1.9600000381469727, -2.0899999141693115, 0.80000001192092896], [-1.9600000381469727, -1.5800000429153442, 0.80000001192092896], [-1.9600000381469727, -1.0700000524520874, 0.80000001192092896], [-1.9600000381469727, -0.56000000238418579, 0.80000001192092896], [-1.9600000381469727, -0.05000000074505806, 0.80000001192092896], [-1.9600000381469727, 0.46000000834465027, 0.80000001192092896], [-1.9600000381469727, 0.97000002861022949, 0.80000001192092896], [-1.9600000381469727, 1.4800000190734863, 0.80000001192092896], [-1.9600000381469727, 1.9900000095367432, 0.80000001192092896], [-1.9600000381469727, 2.5, 0.80000001192092896], [-1.9600000381469727, 3.0099999904632568, 0.80000001192092896], [-1.9600000381469727, 3.5199999809265137, 0.80000001192092896], [-1.9600000381469727, 4.0300002098083496, 0.80000001192092896], [-1.9600000381469727, 4.5399999618530273, 0.80000001192092896], [-1.9600000381469727, 5.0500001907348633, 0.80000001192092896], [-1.9600000381469727, 5.559999942779541, 0.80000001192092896], [-1.9600000381469727, 6.070000171661377, 0.80000001192092896], [-1.9600000381469727, 6.5799999237060547, 0.80000001192092896], [-1.9600000381469727, 7.0900001525878906, 0.80000001192092896], [-1.9600000381469727, 7.5999999046325684, 0.80000001192092896], [-1.9600000381469727, 8.1099996566772461, 0.80000001192092896], [-1.9600000381469727, 8.619999885559082, 0.80000001192092896], [-1.4500000476837158, -3.619999885559082, 0.80000001192092896], [-1.4500000476837158, -3.1099998950958252, 0.80000001192092896], [-1.4500000476837158, -2.5999999046325684, 0.80000001192092896], [-1.4500000476837158, -2.0899999141693115, 0.80000001192092896], [-1.4500000476837158, -1.5800000429153442, 0.80000001192092896], [-1.4500000476837158, -1.0700000524520874, 0.80000001192092896], [-1.4500000476837158, -0.56000000238418579, 0.80000001192092896], [-1.4500000476837158, -0.05000000074505806, 0.80000001192092896], [-1.4500000476837158, 0.46000000834465027, 0.80000001192092896], [-1.4500000476837158, 0.97000002861022949, 0.80000001192092896], [-1.4500000476837158, 1.4800000190734863, 0.80000001192092896], [-1.4500000476837158, 1.9900000095367432, 0.80000001192092896], [-1.4500000476837158, 2.5, 0.80000001192092896], [-1.4500000476837158, 3.0099999904632568, 0.80000001192092896], [-1.4500000476837158, 3.5199999809265137, 0.80000001192092896], [-1.4500000476837158, 4.0300002098083496, 0.80000001192092896], [-1.4500000476837158, 4.5399999618530273, 0.80000001192092896], [-1.4500000476837158, 5.0500001907348633, 0.80000001192092896], [-1.4500000476837158, 5.559999942779541, 0.80000001192092896], [-1.4500000476837158, 6.070000171661377, 0.80000001192092896], [-1.4500000476837158, 6.5799999237060547, 0.80000001192092896], [-1.4500000476837158, 7.0900001525878906, 0.80000001192092896], [-1.4500000476837158, 7.5999999046325684, 0.80000001192092896], [-1.4500000476837158, 8.1099996566772461, 0.80000001192092896], [-1.4500000476837158, 8.619999885559082, 0.80000001192092896], [-0.93999999761581421, -3.619999885559082, 0.80000001192092896], [-0.93999999761581421, -3.1099998950958252, 0.80000001192092896], [-0.93999999761581421, -2.5999999046325684, 0.80000001192092896], [-0.93999999761581421, -2.0899999141693115, 0.80000001192092896], [-0.93999999761581421, -1.5800000429153442, 0.80000001192092896], [-0.93999999761581421, -1.0700000524520874, 0.80000001192092896], [-0.93999999761581421, -0.56000000238418579, 0.80000001192092896], [-0.93999999761581421, -0.05000000074505806, 0.80000001192092896], [-0.93999999761581421, 0.46000000834465027, 0.80000001192092896], [-0.93999999761581421, 0.97000002861022949, 0.80000001192092896], [-0.93999999761581421, 1.4800000190734863, 0.80000001192092896], [-0.93999999761581421, 1.9900000095367432, 0.80000001192092896], [-0.93999999761581421, 2.5, 0.80000001192092896], [-0.93999999761581421, 3.0099999904632568, 0.80000001192092896], [-0.93999999761581421, 3.5199999809265137, 0.80000001192092896], [-0.93999999761581421, 4.0300002098083496, 0.80000001192092896], [-0.93999999761581421, 4.5399999618530273, 0.80000001192092896], [-0.93999999761581421, 5.0500001907348633, 0.80000001192092896], [-0.93999999761581421, 5.559999942779541, 0.80000001192092896], [-0.93999999761581421, 6.070000171661377, 0.80000001192092896], [-0.93999999761581421, 6.5799999237060547, 0.80000001192092896], [-0.93999999761581421, 7.0900001525878906, 0.80000001192092896], [-0.93999999761581421, 7.5999999046325684, 0.80000001192092896], [-0.93999999761581421, 8.1099996566772461, 0.80000001192092896], [-0.93999999761581421, 8.619999885559082, 0.80000001192092896], [-0.43000000715255737, -3.619999885559082, 0.80000001192092896], [-0.43000000715255737, -3.1099998950958252, 0.80000001192092896], [-0.43000000715255737, -2.5999999046325684, 0.80000001192092896], [-0.43000000715255737, -2.0899999141693115, 0.80000001192092896], [-0.43000000715255737, -1.5800000429153442, 0.80000001192092896], [-0.43000000715255737, -1.0700000524520874, 0.80000001192092896], [-0.43000000715255737, -0.56000000238418579, 0.80000001192092896], [-0.43000000715255737, -0.05000000074505806, 0.80000001192092896], [-0.43000000715255737, 0.46000000834465027, 0.80000001192092896], [-0.43000000715255737, 0.97000002861022949, 0.80000001192092896], [-0.43000000715255737, 1.4800000190734863, 0.80000001192092896], [-0.43000000715255737, 1.9900000095367432, 0.80000001192092896], [-0.43000000715255737, 2.5, 0.80000001192092896], [-0.43000000715255737, 3.0099999904632568, 0.80000001192092896], [-0.43000000715255737, 3.5199999809265137, 0.80000001192092896], [-0.43000000715255737, 4.0300002098083496, 0.80000001192092896], [-0.43000000715255737, 4.5399999618530273, 0.80000001192092896], [-0.43000000715255737, 5.0500001907348633, 0.80000001192092896], [-0.43000000715255737, 5.559999942779541, 0.80000001192092896], [-0.43000000715255737, 6.070000171661377, 0.80000001192092896], [-0.43000000715255737, 6.5799999237060547, 0.80000001192092896], [-0.43000000715255737, 7.0900001525878906, 0.80000001192092896], [-0.43000000715255737, 7.5999999046325684, 0.80000001192092896], [-0.43000000715255737, 8.1099996566772461, 0.80000001192092896], [-0.43000000715255737, 8.619999885559082, 0.80000001192092896], [-8.0, -4.0, 0.80000001192092896], [-7.5, -4.0, 0.80000001192092896], [-7.0, -4.0, 0.80000001192092896], [-6.5, -4.0, 0.80000001192092896], [-6.0, -4.0, 0.80000001192092896], [-5.5, -4.0, 0.80000001192092896], [-5.0, -4.0, 0.80000001192092896], [-4.5, -4.0, 0.80000001192092896], [-4.0, -4.0, 0.80000001192092896], [-3.5, -4.0, 0.80000001192092896], [-3.0, -4.0, 0.80000001192092896], [-2.5, -4.0, 0.80000001192092896], [-2.0, -4.0, 0.80000001192092896], [-1.5, -4.0, 0.80000001192092896], [-1.0, -4.0, 0.80000001192092896], [-0.5, -4.0, 0.80000001192092896], [0.0, -4.0, 0.80000001192092896], [0.0, -3.5, 0.80000001192092896], [0.0, -3.0, 0.80000001192092896], [0.0, -2.5, 0.80000001192092896], [0.0, -2.0, 0.80000001192092896], [0.0, -1.5, 0.80000001192092896], [0.0, -1.0, 0.80000001192092896], [0.0, -0.5, 0.80000001192092896], [0.0, 0.0, 0.80000001192092896], [0.0, 0.5, 0.80000001192092896], [0.0, 1.0, 0.80000001192092896], [0.0, 1.5, 0.80000001192092896], [0.0, 2.0, 0.80000001192092896], [0.0, 2.5, 0.80000001192092896], [0.0, 3.0, 0.80000001192092896], [0.0, 3.5, 0.80000001192092896], [0.0, 4.0, 0.80000001192092896], [0.0, 4.5, 0.80000001192092896], [0.0, 5.0, 0.80000001192092896], [0.0, 5.5, 0.80000001192092896], [0.0, 6.0, 0.80000001192092896], [0.0, 6.5, 0.80000001192092896], [0.0, 7.0, 0.80000001192092896], [0.0, 7.5, 0.80000001192092896], [0.0, 8.0, 0.80000001192092896], [0.0, 8.5, 0.80000001192092896], [0.0, 9.0, 0.80000001192092896], [-0.5, 9.0, 0.80000001192092896], [-1.0, 9.0, 0.80000001192092896], [-1.5, 9.0, 0.80000001192092896], [-2.0, 9.0, 0.80000001192092896], [-2.5, 9.0, 0.80000001192092896], [-3.0, 9.0, 0.80000001192092896], [-3.5, 9.0, 0.80000001192092896], [-4.0, 9.0, 0.80000001192092896], [-4.5, 9.0, 0.80000001192092896], [-5.0, 9.0, 0.80000001192092896], [-5.5, 9.0, 0.80000001192092896], [-6.0, 9.0, 0.80000001192092896], [-6.5, 9.0, 0.80000001192092896], [-7.0, 9.0, 0.80000001192092896], [-7.5, 9.0, 0.80000001192092896], [-8.0, 9.0, 0.80000001192092896], [-8.0, 8.5, 0.80000001192092896], [-8.0, 8.0, 0.80000001192092896], [-8.0, 7.5, 0.80000001192092896], [-8.0, 7.0, 0.80000001192092896], [-8.0, 6.5, 0.80000001192092896], [-8.0, 6.0, 0.80000001192092896], [-8.0, 5.5, 0.80000001192092896], [-8.0, 5.0, 0.80000001192092896], [-8.0, 4.5, 0.80000001192092896], [-8.0, 4.0, 0.80000001192092896], [-8.0, 3.5, 0.80000001192092896], [-8.0, 3.0, 0.80000001192092896], [-8.0, 2.5, 0.80000001192092896], [-8.0, 2.0, 0.80000001192092896], [-8.0, 1.5, 0.80000001192092896], [-8.0, 1.0, 0.80000001192092896], [-8.0, 0.5, 0.80000001192092896], [-8.0, 0.0, 0.80000001192092896], [-8.0, -0.5, 0.80000001192092896], [-8.0, -1.0, 0.80000001192092896], [-8.0, -1.5, 0.80000001192092896], [-8.0, -2.0, 0.80000001192092896], [-8.0, -2.5, 0.80000001192092896], [-8.0, -3.0, 0.80000001192092896]], "type": "Mesh3D"}, "display_name": "TestRoom_1", "identifier": "TestRoom_1", "base_geometry": [{"type": "Face3D", "plane": {"o": [-8.0, -4.0, 0.80000000000000004], "n": [0.0, 0.0, 1.0], "type": "Plane", "x": [0.0, 1.0, 0.0]}, "boundary": [[0.0, -4.0, 0.80000000000000004], [0.0, 0.0, 0.80000000000000004], [0.0, 9.0, 0.80000000000000004], [-8.0, 9.0, 0.80000000000000004], [-8.0, -4.0, 0.80000000000000004]]}], "sensors": [{"pos": [-7.315000057220459, -3.3649998903274536, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-7.315000057220459, -2.8549998998641968, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-7.315000057220459, -2.3449999094009399, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-7.315000057220459, -1.8349999785423279, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-7.315000057220459, -1.3250000476837158, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-7.315000057220459, -0.8150000274181366, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-7.315000057220459, -0.30500000156462193, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-7.315000057220459, 0.2050000037997961, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-7.315000057220459, 0.71500001847743988, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-7.315000057220459, 1.2250000238418579, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-7.315000057220459, 1.7350000143051147, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-7.315000057220459, 2.2450000047683716, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-7.315000057220459, 2.7549999952316284, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-7.315000057220459, 3.2649999856948853, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-7.315000057220459, 3.7750000953674316, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-7.315000057220459, 4.2850000858306885, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-7.315000057220459, 4.7950000762939453, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-7.315000057220459, 5.3050000667572021, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-7.315000057220459, 5.815000057220459, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-7.315000057220459, 6.3250000476837158, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-7.315000057220459, 6.8350000381469727, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-7.315000057220459, 7.3450000286102295, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-7.315000057220459, 7.8549997806549072, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-7.315000057220459, 8.3649997711181641, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-6.8050000667572021, -3.3649998903274536, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-6.8050000667572021, -2.8549998998641968, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-6.8050000667572021, -2.3449999094009399, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-6.8050000667572021, -1.8349999785423279, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-6.8050000667572021, -1.3250000476837158, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-6.8050000667572021, -0.8150000274181366, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-6.8050000667572021, -0.30500000156462193, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-6.8050000667572021, 0.2050000037997961, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-6.8050000667572021, 0.71500001847743988, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-6.8050000667572021, 1.2250000238418579, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-6.8050000667572021, 1.7350000143051147, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-6.8050000667572021, 2.2450000047683716, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-6.8050000667572021, 2.7549999952316284, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-6.8050000667572021, 3.2649999856948853, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-6.8050000667572021, 3.7750000953674316, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-6.8050000667572021, 4.2850000858306885, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-6.8050000667572021, 4.7950000762939453, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-6.8050000667572021, 5.3050000667572021, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-6.8050000667572021, 5.815000057220459, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-6.8050000667572021, 6.3250000476837158, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-6.8050000667572021, 6.8350000381469727, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-6.8050000667572021, 7.3450000286102295, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-6.8050000667572021, 7.8549997806549072, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-6.8050000667572021, 8.3649997711181641, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-6.2950000762939453, -3.3649998903274536, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-6.2950000762939453, -2.8549998998641968, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-6.2950000762939453, -2.3449999094009399, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-6.2950000762939453, -1.8349999785423279, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-6.2950000762939453, -1.3250000476837158, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-6.2950000762939453, -0.8150000274181366, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-6.2950000762939453, -0.30500000156462193, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-6.2950000762939453, 0.2050000037997961, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-6.2950000762939453, 0.71500001847743988, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-6.2950000762939453, 1.2250000238418579, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-6.2950000762939453, 1.7350000143051147, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-6.2950000762939453, 2.2450000047683716, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-6.2950000762939453, 2.7549999952316284, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-6.2950000762939453, 3.2649999856948853, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-6.2950000762939453, 3.7750000953674316, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-6.2950000762939453, 4.2850000858306885, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-6.2950000762939453, 4.7950000762939453, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-6.2950000762939453, 5.3050000667572021, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-6.2950000762939453, 5.815000057220459, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-6.2950000762939453, 6.3250000476837158, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-6.2950000762939453, 6.8350000381469727, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-6.2950000762939453, 7.3450000286102295, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-6.2950000762939453, 7.8549997806549072, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-6.2950000762939453, 8.3649997711181641, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-5.7850000858306885, -3.3649998903274536, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-5.7850000858306885, -2.8549998998641968, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-5.7850000858306885, -2.3449999094009399, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-5.7850000858306885, -1.8349999785423279, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-5.7850000858306885, -1.3250000476837158, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-5.7850000858306885, -0.8150000274181366, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-5.7850000858306885, -0.30500000156462193, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-5.7850000858306885, 0.2050000037997961, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-5.7850000858306885, 0.71500001847743988, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-5.7850000858306885, 1.2250000238418579, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-5.7850000858306885, 1.7350000143051147, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-5.7850000858306885, 2.2450000047683716, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-5.7850000858306885, 2.7549999952316284, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-5.7850000858306885, 3.2649999856948853, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-5.7850000858306885, 3.7750000953674316, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-5.7850000858306885, 4.2850000858306885, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-5.7850000858306885, 4.7950000762939453, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-5.7850000858306885, 5.3050000667572021, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-5.7850000858306885, 5.815000057220459, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-5.7850000858306885, 6.3250000476837158, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-5.7850000858306885, 6.8350000381469727, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-5.7850000858306885, 7.3450000286102295, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-5.7850000858306885, 7.8549997806549072, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-5.7850000858306885, 8.3649997711181641, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-5.2750000953674316, -3.3649998903274536, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-5.2750000953674316, -2.8549998998641968, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-5.2750000953674316, -2.3449999094009399, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-5.2750000953674316, -1.8349999785423279, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-5.2750000953674316, -1.3250000476837158, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-5.2750000953674316, -0.8150000274181366, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-5.2750000953674316, -0.30500000156462193, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-5.2750000953674316, 0.2050000037997961, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-5.2750000953674316, 0.71500001847743988, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-5.2750000953674316, 1.2250000238418579, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-5.2750000953674316, 1.7350000143051147, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-5.2750000953674316, 2.2450000047683716, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-5.2750000953674316, 2.7549999952316284, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-5.2750000953674316, 3.2649999856948853, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-5.2750000953674316, 3.7750000953674316, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-5.2750000953674316, 4.2850000858306885, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-5.2750000953674316, 4.7950000762939453, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-5.2750000953674316, 5.3050000667572021, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-5.2750000953674316, 5.815000057220459, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-5.2750000953674316, 6.3250000476837158, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-5.2750000953674316, 6.8350000381469727, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-5.2750000953674316, 7.3450000286102295, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-5.2750000953674316, 7.8549997806549072, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-5.2750000953674316, 8.3649997711181641, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-4.7650001049041748, -3.3649998903274536, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-4.7650001049041748, -2.8549998998641968, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-4.7650001049041748, -2.3449999094009399, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-4.7650001049041748, -1.8349999785423279, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-4.7650001049041748, -1.3250000476837158, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-4.7650001049041748, -0.8150000274181366, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-4.7650001049041748, -0.30500000156462193, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-4.7650001049041748, 0.2050000037997961, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-4.7650001049041748, 0.71500001847743988, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-4.7650001049041748, 1.2250000238418579, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-4.7650001049041748, 1.7350000143051147, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-4.7650001049041748, 2.2450000047683716, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-4.7650001049041748, 2.7549999952316284, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-4.7650001049041748, 3.2649999856948853, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-4.7650001049041748, 3.7750000953674316, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-4.7650001049041748, 4.2850000858306885, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-4.7650001049041748, 4.7950000762939453, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-4.7650001049041748, 5.3050000667572021, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-4.7650001049041748, 5.815000057220459, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-4.7650001049041748, 6.3250000476837158, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-4.7650001049041748, 6.8350000381469727, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-4.7650001049041748, 7.3450000286102295, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-4.7650001049041748, 7.8549997806549072, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-4.7650001049041748, 8.3649997711181641, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-4.255000114440918, -3.3649998903274536, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-4.255000114440918, -2.8549998998641968, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-4.255000114440918, -2.3449999094009399, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-4.255000114440918, -1.8349999785423279, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-4.255000114440918, -1.3250000476837158, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-4.255000114440918, -0.8150000274181366, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-4.255000114440918, -0.30500000156462193, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-4.255000114440918, 0.2050000037997961, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-4.255000114440918, 0.71500001847743988, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-4.255000114440918, 1.2250000238418579, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-4.255000114440918, 1.7350000143051147, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-4.255000114440918, 2.2450000047683716, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-4.255000114440918, 2.7549999952316284, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-4.255000114440918, 3.2649999856948853, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-4.255000114440918, 3.7750000953674316, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-4.255000114440918, 4.2850000858306885, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-4.255000114440918, 4.7950000762939453, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-4.255000114440918, 5.3050000667572021, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-4.255000114440918, 5.815000057220459, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-4.255000114440918, 6.3250000476837158, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-4.255000114440918, 6.8350000381469727, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-4.255000114440918, 7.3450000286102295, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-4.255000114440918, 7.8549997806549072, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-4.255000114440918, 8.3649997711181641, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-3.7450000047683716, -3.3649998903274536, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-3.7450000047683716, -2.8549998998641968, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-3.7450000047683716, -2.3449999094009399, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-3.7450000047683716, -1.8349999785423279, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-3.7450000047683716, -1.3250000476837158, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-3.7450000047683716, -0.8150000274181366, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-3.7450000047683716, -0.30500000156462193, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-3.7450000047683716, 0.2050000037997961, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-3.7450000047683716, 0.71500001847743988, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-3.7450000047683716, 1.2250000238418579, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-3.7450000047683716, 1.7350000143051147, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-3.7450000047683716, 2.2450000047683716, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-3.7450000047683716, 2.7549999952316284, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-3.7450000047683716, 3.2649999856948853, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-3.7450000047683716, 3.7750000953674316, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-3.7450000047683716, 4.2850000858306885, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-3.7450000047683716, 4.7950000762939453, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-3.7450000047683716, 5.3050000667572021, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-3.7450000047683716, 5.815000057220459, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-3.7450000047683716, 6.3250000476837158, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-3.7450000047683716, 6.8350000381469727, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-3.7450000047683716, 7.3450000286102295, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-3.7450000047683716, 7.8549997806549072, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-3.7450000047683716, 8.3649997711181641, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-3.2350000143051147, -3.3649998903274536, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-3.2350000143051147, -2.8549998998641968, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-3.2350000143051147, -2.3449999094009399, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-3.2350000143051147, -1.8349999785423279, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-3.2350000143051147, -1.3250000476837158, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-3.2350000143051147, -0.8150000274181366, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-3.2350000143051147, -0.30500000156462193, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-3.2350000143051147, 0.2050000037997961, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-3.2350000143051147, 0.71500001847743988, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-3.2350000143051147, 1.2250000238418579, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-3.2350000143051147, 1.7350000143051147, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-3.2350000143051147, 2.2450000047683716, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-3.2350000143051147, 2.7549999952316284, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-3.2350000143051147, 3.2649999856948853, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-3.2350000143051147, 3.7750000953674316, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-3.2350000143051147, 4.2850000858306885, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-3.2350000143051147, 4.7950000762939453, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-3.2350000143051147, 5.3050000667572021, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-3.2350000143051147, 5.815000057220459, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-3.2350000143051147, 6.3250000476837158, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-3.2350000143051147, 6.8350000381469727, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-3.2350000143051147, 7.3450000286102295, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-3.2350000143051147, 7.8549997806549072, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-3.2350000143051147, 8.3649997711181641, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-2.7250000238418579, -3.3649998903274536, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-2.7250000238418579, -2.8549998998641968, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-2.7250000238418579, -2.3449999094009399, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-2.7250000238418579, -1.8349999785423279, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-2.7250000238418579, -1.3250000476837158, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-2.7250000238418579, -0.8150000274181366, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-2.7250000238418579, -0.30500000156462193, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-2.7250000238418579, 0.2050000037997961, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-2.7250000238418579, 0.71500001847743988, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-2.7250000238418579, 1.2250000238418579, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-2.7250000238418579, 1.7350000143051147, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-2.7250000238418579, 2.2450000047683716, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-2.7250000238418579, 2.7549999952316284, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-2.7250000238418579, 3.2649999856948853, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-2.7250000238418579, 3.7750000953674316, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-2.7250000238418579, 4.2850000858306885, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-2.7250000238418579, 4.7950000762939453, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-2.7250000238418579, 5.3050000667572021, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-2.7250000238418579, 5.815000057220459, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-2.7250000238418579, 6.3250000476837158, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-2.7250000238418579, 6.8350000381469727, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-2.7250000238418579, 7.3450000286102295, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-2.7250000238418579, 7.8549997806549072, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-2.7250000238418579, 8.3649997711181641, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-2.2150000333786011, -3.3649998903274536, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-2.2150000333786011, -2.8549998998641968, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-2.2150000333786011, -2.3449999094009399, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-2.2150000333786011, -1.8349999785423279, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-2.2150000333786011, -1.3250000476837158, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-2.2150000333786011, -0.8150000274181366, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-2.2150000333786011, -0.30500000156462193, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-2.2150000333786011, 0.2050000037997961, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-2.2150000333786011, 0.71500001847743988, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-2.2150000333786011, 1.2250000238418579, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-2.2150000333786011, 1.7350000143051147, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-2.2150000333786011, 2.2450000047683716, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-2.2150000333786011, 2.7549999952316284, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-2.2150000333786011, 3.2649999856948853, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-2.2150000333786011, 3.7750000953674316, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-2.2150000333786011, 4.2850000858306885, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-2.2150000333786011, 4.7950000762939453, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-2.2150000333786011, 5.3050000667572021, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-2.2150000333786011, 5.815000057220459, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-2.2150000333786011, 6.3250000476837158, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-2.2150000333786011, 6.8350000381469727, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-2.2150000333786011, 7.3450000286102295, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-2.2150000333786011, 7.8549997806549072, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-2.2150000333786011, 8.3649997711181641, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-1.7050000429153442, -3.3649998903274536, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-1.7050000429153442, -2.8549998998641968, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-1.7050000429153442, -2.3449999094009399, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-1.7050000429153442, -1.8349999785423279, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-1.7050000429153442, -1.3250000476837158, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-1.7050000429153442, -0.8150000274181366, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-1.7050000429153442, -0.30500000156462193, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-1.7050000429153442, 0.2050000037997961, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-1.7050000429153442, 0.71500001847743988, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-1.7050000429153442, 1.2250000238418579, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-1.7050000429153442, 1.7350000143051147, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-1.7050000429153442, 2.2450000047683716, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-1.7050000429153442, 2.7549999952316284, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-1.7050000429153442, 3.2649999856948853, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-1.7050000429153442, 3.7750000953674316, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-1.7050000429153442, 4.2850000858306885, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-1.7050000429153442, 4.7950000762939453, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-1.7050000429153442, 5.3050000667572021, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-1.7050000429153442, 5.815000057220459, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-1.7050000429153442, 6.3250000476837158, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-1.7050000429153442, 6.8350000381469727, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-1.7050000429153442, 7.3450000286102295, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-1.7050000429153442, 7.8549997806549072, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-1.7050000429153442, 8.3649997711181641, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-1.195000022649765, -3.3649998903274536, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-1.195000022649765, -2.8549998998641968, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-1.195000022649765, -2.3449999094009399, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-1.195000022649765, -1.8349999785423279, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-1.195000022649765, -1.3250000476837158, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-1.195000022649765, -0.8150000274181366, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-1.195000022649765, -0.30500000156462193, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-1.195000022649765, 0.2050000037997961, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-1.195000022649765, 0.71500001847743988, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-1.195000022649765, 1.2250000238418579, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-1.195000022649765, 1.7350000143051147, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-1.195000022649765, 2.2450000047683716, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-1.195000022649765, 2.7549999952316284, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-1.195000022649765, 3.2649999856948853, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-1.195000022649765, 3.7750000953674316, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-1.195000022649765, 4.2850000858306885, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-1.195000022649765, 4.7950000762939453, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-1.195000022649765, 5.3050000667572021, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-1.195000022649765, 5.815000057220459, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-1.195000022649765, 6.3250000476837158, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-1.195000022649765, 6.8350000381469727, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-1.195000022649765, 7.3450000286102295, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-1.195000022649765, 7.8549997806549072, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-1.195000022649765, 8.3649997711181641, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-0.68500000238418579, -3.3649998903274536, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-0.68500000238418579, -2.8549998998641968, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-0.68500000238418579, -2.3449999094009399, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-0.68500000238418579, -1.8349999785423279, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-0.68500000238418579, -1.3250000476837158, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-0.68500000238418579, -0.8150000274181366, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-0.68500000238418579, -0.30500000156462193, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-0.68500000238418579, 0.2050000037997961, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-0.68500000238418579, 0.71500001847743988, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-0.68500000238418579, 1.2250000238418579, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-0.68500000238418579, 1.7350000143051147, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-0.68500000238418579, 2.2450000047683716, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-0.68500000238418579, 2.7549999952316284, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-0.68500000238418579, 3.2649999856948853, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-0.68500000238418579, 3.7750000953674316, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-0.68500000238418579, 4.2850000858306885, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-0.68500000238418579, 4.7950000762939453, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-0.68500000238418579, 5.3050000667572021, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-0.68500000238418579, 5.815000057220459, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-0.68500000238418579, 6.3250000476837158, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-0.68500000238418579, 6.8350000381469727, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-0.68500000238418579, 7.3450000286102295, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-0.68500000238418579, 7.8549997806549072, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-0.68500000238418579, 8.3649997711181641, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-7.7850000858306885, -3.4324999451637268, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-7.7850000858306885, -2.29749995470047, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-7.7850000858306885, -2.8024999499320984, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-7.7850000858306885, -1.7924999892711639, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-7.690000057220459, -3.8733332951863608, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-7.7850000858306885, -1.2875000238418579, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-7.7850000858306885, -0.27750000078231096, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-7.7850000858306885, 0.22750000189989805, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-7.7850000858306885, -0.7825000137090683, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-7.7850000858306885, 0.73250000923871994, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-7.7850000858306885, 1.237500011920929, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-7.7850000858306885, 1.7425000071525574, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-7.2825000286102295, -3.809999942779541, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-6.7775000333786011, -3.809999942779541, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-6.2725000381469727, -3.809999942779541, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-5.2625000476837158, -3.809999942779541, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-4.7575000524520874, -3.809999942779541, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-5.7675000429153442, -3.809999942779541, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-4.252500057220459, -3.809999942779541, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-3.7475000023841858, -3.809999942779541, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-7.7850000858306885, 2.2475000023841858, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-7.7850000858306885, 2.7524999976158142, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-7.7850000858306885, 3.7625000476837158, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-7.7850000858306885, 4.2675000429153442, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-7.7850000858306885, 3.2574999928474426, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-7.7850000858306885, 4.7725000381469727, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-7.7850000858306885, 5.2775000333786011, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-7.7850000858306885, 6.2875000238418579, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-7.7850000858306885, 6.7925000190734863, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-7.7850000858306885, 5.7825000286102295, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-7.7850000858306885, 7.8024998903274536, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-7.7850000858306885, 7.2975000143051147, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-7.7850000858306885, 8.307499885559082, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-7.8566667238871259, 8.7066666285196934, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-6.7775000333786011, 8.809999942779541, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-6.2725000381469727, 8.809999942779541, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-7.2825000286102295, 8.809999942779541, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-5.7675000429153442, 8.809999942779541, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-4.7575000524520874, 8.809999942779541, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-5.2625000476837158, 8.809999942779541, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-4.252500057220459, 8.809999942779541, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-7.690000057220459, 8.8733332951863613, 0.80000001192092896], "dir": [-0.0, 0.0, 1.0]}, {"pos": [-3.2425000071525574, -3.809999942779541, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-2.737500011920929, -3.809999942779541, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-2.2325000166893005, -3.809999942779541, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-1.2225000113248825, -3.809999942779541, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-1.7275000214576721, -3.809999942779541, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-0.7175000011920929, -3.809999942779541, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-0.21500000357627869, -3.3074999451637268, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-0.21500000357627869, -2.29749995470047, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-0.21500000357627869, -1.2875000238418579, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-0.21500000357627869, -0.7825000137090683, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-0.21500000357627869, -1.7924999892711639, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-0.21500000357627869, -2.8024999499320984, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-0.31000000238418579, -3.8733332951863608, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-0.14333333571751913, -3.7066666285196939, 0.80000001192092896], "dir": [0.0, -0.0, 1.0]}, {"pos": [-0.21500000357627869, -0.27750000078231096, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-0.21500000357627869, 0.22750000189989805, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-0.21500000357627869, 0.73250000923871994, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-0.21500000357627869, 1.7425000071525574, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-0.21500000357627869, 2.2475000023841858, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-0.21500000357627869, 1.237500011920929, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-0.21500000357627869, 2.7524999976158142, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-3.7475000023841858, 8.809999942779541, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-2.737500011920929, 8.809999942779541, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-2.2325000166893005, 8.809999942779541, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-3.2425000071525574, 8.809999942779541, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-0.21500000357627869, 3.2574999928474426, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-0.21500000357627869, 4.2675000429153442, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-0.21500000357627869, 4.7725000381469727, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-0.21500000357627869, 3.7625000476837158, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-1.2225000113248825, 8.809999942779541, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-0.7175000011920929, 8.809999942779541, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-1.7275000214576721, 8.809999942779541, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-0.21500000357627869, 5.7825000286102295, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-0.21500000357627869, 5.2775000333786011, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-0.21500000357627869, 6.2875000238418579, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-0.21500000357627869, 6.7925000190734863, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-0.21500000357627869, 7.8024998903274536, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-0.21500000357627869, 8.307499885559082, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-0.21500000357627869, 7.2975000143051147, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [-0.14333333571751913, 8.7066666285196934, 0.80000001192092896], "dir": [-0.0, 0.0, 1.0]}, {"pos": [-0.31000000238418579, 8.8733332951863613, 0.80000001192092896], "dir": [-0.0, 0.0, 1.0]}], "type": "SensorGrid", "room_identifier": "TestRoom_1_270e5fd9"}, {"mesh": {"faces": [[20, 1, 0, 19], [21, 2, 1, 20], [22, 3, 2, 21], [23, 4, 3, 22], [24, 5, 4, 23], [25, 6, 5, 24], [26, 7, 6, 25], [27, 8, 7, 26], [28, 9, 8, 27], [29, 10, 9, 28], [30, 11, 10, 29], [31, 12, 11, 30], [32, 13, 12, 31], [33, 14, 13, 32], [34, 15, 14, 33], [35, 16, 15, 34], [36, 17, 16, 35], [37, 18, 17, 36], [39, 20, 19, 38], [40, 21, 20, 39], [41, 22, 21, 40], [42, 23, 22, 41], [43, 24, 23, 42], [44, 25, 24, 43], [45, 26, 25, 44], [46, 27, 26, 45], [47, 28, 27, 46], [48, 29, 28, 47], [49, 30, 29, 48], [50, 31, 30, 49], [51, 32, 31, 50], [52, 33, 32, 51], [53, 34, 33, 52], [54, 35, 34, 53], [55, 36, 35, 54], [56, 37, 36, 55], [58, 39, 38, 57], [59, 40, 39, 58], [60, 41, 40, 59], [61, 42, 41, 60], [62, 43, 42, 61], [63, 44, 43, 62], [64, 45, 44, 63], [65, 46, 45, 64], [66, 47, 46, 65], [67, 48, 47, 66], [68, 49, 48, 67], [69, 50, 49, 68], [70, 51, 50, 69], [71, 52, 51, 70], [72, 53, 52, 71], [73, 54, 53, 72], [74, 55, 54, 73], [75, 56, 55, 74], [77, 58, 57, 76], [78, 59, 58, 77], [79, 60, 59, 78], [80, 61, 60, 79], [81, 62, 61, 80], [82, 63, 62, 81], [83, 64, 63, 82], [84, 65, 64, 83], [85, 66, 65, 84], [86, 67, 66, 85], [87, 68, 67, 86], [88, 69, 68, 87], [89, 70, 69, 88], [90, 71, 70, 89], [91, 72, 71, 90], [92, 73, 72, 91], [93, 74, 73, 92], [94, 75, 74, 93], [96, 77, 76, 95], [97, 78, 77, 96], [98, 79, 78, 97], [99, 80, 79, 98], [100, 81, 80, 99], [101, 82, 81, 100], [102, 83, 82, 101], [103, 84, 83, 102], [104, 85, 84, 103], [105, 86, 85, 104], [106, 87, 86, 105], [107, 88, 87, 106], [108, 89, 88, 107], [109, 90, 89, 108], [110, 91, 90, 109], [111, 92, 91, 110], [112, 93, 92, 111], [113, 94, 93, 112], [115, 96, 95, 114], [116, 97, 96, 115], [117, 98, 97, 116], [118, 99, 98, 117], [119, 100, 99, 118], [120, 101, 100, 119], [121, 102, 101, 120], [122, 103, 102, 121], [123, 104, 103, 122], [124, 105, 104, 123], [125, 106, 105, 124], [126, 107, 106, 125], [127, 108, 107, 126], [128, 109, 108, 127], [129, 110, 109, 128], [130, 111, 110, 129], [131, 112, 111, 130], [132, 113, 112, 131], [134, 115, 114, 133], [135, 116, 115, 134], [136, 117, 116, 135], [137, 118, 117, 136], [138, 119, 118, 137], [139, 120, 119, 138], [140, 121, 120, 139], [141, 122, 121, 140], [142, 123, 122, 141], [143, 124, 123, 142], [144, 125, 124, 143], [145, 126, 125, 144], [146, 127, 126, 145], [147, 128, 127, 146], [148, 129, 128, 147], [149, 130, 129, 148], [150, 131, 130, 149], [151, 132, 131, 150], [153, 134, 133, 152], [154, 135, 134, 153], [155, 136, 135, 154], [156, 137, 136, 155], [157, 138, 137, 156], [158, 139, 138, 157], [159, 140, 139, 158], [160, 141, 140, 159], [161, 142, 141, 160], [162, 143, 142, 161], [163, 144, 143, 162], [164, 145, 144, 163], [165, 146, 145, 164], [166, 147, 146, 165], [167, 148, 147, 166], [168, 149, 148, 167], [169, 150, 149, 168], [170, 151, 150, 169], [172, 153, 152, 171], [173, 154, 153, 172], [174, 155, 154, 173], [175, 156, 155, 174], [176, 157, 156, 175], [177, 158, 157, 176], [178, 159, 158, 177], [179, 160, 159, 178], [180, 161, 160, 179], [181, 162, 161, 180], [182, 163, 162, 181], [183, 164, 163, 182], [184, 165, 164, 183], [185, 166, 165, 184], [186, 167, 166, 185], [187, 168, 167, 186], [188, 169, 168, 187], [189, 170, 169, 188], [191, 172, 171, 190], [192, 173, 172, 191], [193, 174, 173, 192], [194, 175, 174, 193], [195, 176, 175, 194], [196, 177, 176, 195], [197, 178, 177, 196], [198, 179, 178, 197], [199, 180, 179, 198], [200, 181, 180, 199], [201, 182, 181, 200], [202, 183, 182, 201], [203, 184, 183, 202], [204, 185, 184, 203], [205, 186, 185, 204], [206, 187, 186, 205], [207, 188, 187, 206], [208, 189, 188, 207], [210, 191, 190, 209], [211, 192, 191, 210], [212, 193, 192, 211], [213, 194, 193, 212], [214, 195, 194, 213], [215, 196, 195, 214], [216, 197, 196, 215], [217, 198, 197, 216], [218, 199, 198, 217], [219, 200, 199, 218], [220, 201, 200, 219], [221, 202, 201, 220], [222, 203, 202, 221], [223, 204, 203, 222], [224, 205, 204, 223], [225, 206, 205, 224], [226, 207, 206, 225], [227, 208, 207, 226], [229, 210, 209, 228], [230, 211, 210, 229], [231, 212, 211, 230], [232, 213, 212, 231], [233, 214, 213, 232], [234, 215, 214, 233], [235, 216, 215, 234], [236, 217, 216, 235], [237, 218, 217, 236], [238, 219, 218, 237], [239, 220, 219, 238], [240, 221, 220, 239], [241, 222, 221, 240], [242, 223, 222, 241], [243, 224, 223, 242], [244, 225, 224, 243], [245, 226, 225, 244], [246, 227, 226, 245], [248, 229, 228, 247], [249, 230, 229, 248], [250, 231, 230, 249], [251, 232, 231, 250], [252, 233, 232, 251], [253, 234, 233, 252], [254, 235, 234, 253], [255, 236, 235, 254], [256, 237, 236, 255], [257, 238, 237, 256], [258, 239, 238, 257], [259, 240, 239, 258], [260, 241, 240, 259], [261, 242, 241, 260], [262, 243, 242, 261], [263, 244, 243, 262], [264, 245, 244, 263], [265, 246, 245, 264], [267, 248, 247, 266], [268, 249, 248, 267], [269, 250, 249, 268], [270, 251, 250, 269], [271, 252, 251, 270], [272, 253, 252, 271], [273, 254, 253, 272], [274, 255, 254, 273], [275, 256, 255, 274], [276, 257, 256, 275], [277, 258, 257, 276], [278, 259, 258, 277], [279, 260, 259, 278], [280, 261, 260, 279], [281, 262, 261, 280], [282, 263, 262, 281], [283, 264, 263, 282], [284, 265, 264, 283], [286, 267, 266, 285], [287, 268, 267, 286], [288, 269, 268, 287], [289, 270, 269, 288], [290, 271, 270, 289], [291, 272, 271, 290], [292, 273, 272, 291], [293, 274, 273, 292], [294, 275, 274, 293], [295, 276, 275, 294], [296, 277, 276, 295], [297, 278, 277, 296], [298, 279, 278, 297], [299, 280, 279, 298], [300, 281, 280, 299], [301, 282, 281, 300], [302, 283, 282, 301], [303, 284, 283, 302], [305, 286, 285, 304], [306, 287, 286, 305], [307, 288, 287, 306], [308, 289, 288, 307], [309, 290, 289, 308], [310, 291, 290, 309], [311, 292, 291, 310], [312, 293, 292, 311], [313, 294, 293, 312], [314, 295, 294, 313], [315, 296, 295, 314], [316, 297, 296, 315], [317, 298, 297, 316], [318, 299, 298, 317], [319, 300, 299, 318], [320, 301, 300, 319], [321, 302, 301, 320], [322, 303, 302, 321], [324, 305, 304, 323], [325, 306, 305, 324], [326, 307, 306, 325], [327, 308, 307, 326], [328, 309, 308, 327], [329, 310, 309, 328], [330, 311, 310, 329], [331, 312, 311, 330], [332, 313, 312, 331], [333, 314, 313, 332], [334, 315, 314, 333], [335, 316, 315, 334], [336, 317, 316, 335], [337, 318, 317, 336], [338, 319, 318, 337], [339, 320, 319, 338], [340, 321, 320, 339], [341, 322, 321, 340], [343, 324, 323, 342], [344, 325, 324, 343], [345, 326, 325, 344], [346, 327, 326, 345], [347, 328, 327, 346], [348, 329, 328, 347], [349, 330, 329, 348], [350, 331, 330, 349], [351, 332, 331, 350], [352, 333, 332, 351], [353, 334, 333, 352], [354, 335, 334, 353], [355, 336, 335, 354], [356, 337, 336, 355], [357, 338, 337, 356], [358, 339, 338, 357], [359, 340, 339, 358], [360, 341, 340, 359], [362, 343, 342, 361], [363, 344, 343, 362], [364, 345, 344, 363], [365, 346, 345, 364], [366, 347, 346, 365], [367, 348, 347, 366], [368, 349, 348, 367], [369, 350, 349, 368], [370, 351, 350, 369], [371, 352, 351, 370], [372, 353, 352, 371], [373, 354, 353, 372], [374, 355, 354, 373], [375, 356, 355, 374], [376, 357, 356, 375], [377, 358, 357, 376], [378, 359, 358, 377], [379, 360, 359, 378], [381, 362, 361, 380], [382, 363, 362, 381], [383, 364, 363, 382], [384, 365, 364, 383], [385, 366, 365, 384], [386, 367, 366, 385], [387, 368, 367, 386], [388, 369, 368, 387], [389, 370, 369, 388], [390, 371, 370, 389], [391, 372, 371, 390], [392, 373, 372, 391], [393, 374, 373, 392], [394, 375, 374, 393], [395, 376, 375, 394], [396, 377, 376, 395], [397, 378, 377, 396], [398, 379, 378, 397], [400, 381, 380, 399], [401, 382, 381, 400], [402, 383, 382, 401], [403, 384, 383, 402], [404, 385, 384, 403], [405, 386, 385, 404], [406, 387, 386, 405], [407, 388, 387, 406], [408, 389, 388, 407], [409, 390, 389, 408], [410, 391, 390, 409], [411, 392, 391, 410], [412, 393, 392, 411], [413, 394, 393, 412], [414, 395, 394, 413], [415, 396, 395, 414], [416, 397, 396, 415], [417, 398, 397, 416], [419, 400, 399, 418], [420, 401, 400, 419], [421, 402, 401, 420], [422, 403, 402, 421], [423, 404, 403, 422], [424, 405, 404, 423], [425, 406, 405, 424], [426, 407, 406, 425], [427, 408, 407, 426], [428, 409, 408, 427], [429, 410, 409, 428], [430, 411, 410, 429], [431, 412, 411, 430], [432, 413, 412, 431], [433, 414, 413, 432], [434, 415, 414, 433], [435, 416, 415, 434], [436, 417, 416, 435], [438, 419, 418, 437], [439, 420, 419, 438], [440, 421, 420, 439], [441, 422, 421, 440], [442, 423, 422, 441], [443, 424, 423, 442], [444, 425, 424, 443], [445, 426, 425, 444], [446, 427, 426, 445], [447, 428, 427, 446], [448, 429, 428, 447], [449, 430, 429, 448], [450, 431, 430, 449], [451, 432, 431, 450], [452, 433, 432, 451], [453, 434, 433, 452], [454, 435, 434, 453], [455, 436, 435, 454], [457, 438, 437, 456], [458, 439, 438, 457], [459, 440, 439, 458], [460, 441, 440, 459], [461, 442, 441, 460], [462, 443, 442, 461], [463, 444, 443, 462], [464, 445, 444, 463], [465, 446, 445, 464], [466, 447, 446, 465], [467, 448, 447, 466], [468, 449, 448, 467], [469, 450, 449, 468], [470, 451, 450, 469], [471, 452, 451, 470], [472, 453, 452, 471], [473, 454, 453, 472], [474, 455, 454, 473], [476, 457, 456, 475], [477, 458, 457, 476], [478, 459, 458, 477], [479, 460, 459, 478], [480, 461, 460, 479], [481, 462, 461, 480], [482, 463, 462, 481], [483, 464, 463, 482], [484, 465, 464, 483], [485, 466, 465, 484], [486, 467, 466, 485], [487, 468, 467, 486], [488, 469, 468, 487], [489, 470, 469, 488], [490, 471, 470, 489], [491, 472, 471, 490], [492, 473, 472, 491], [493, 474, 473, 492], [495, 476, 475, 494], [496, 477, 476, 495], [497, 478, 477, 496], [498, 479, 478, 497], [499, 480, 479, 498], [500, 481, 480, 499], [501, 482, 481, 500], [502, 483, 482, 501], [503, 484, 483, 502], [504, 485, 484, 503], [505, 486, 485, 504], [506, 487, 486, 505], [507, 488, 487, 506], [508, 489, 488, 507], [509, 490, 489, 508], [510, 491, 490, 509], [511, 492, 491, 510], [512, 493, 492, 511]], "vertices": [[0.0, 0.0, 0.80000001192092896], [0.0, 0.5, 0.80000001192092896], [0.0, 1.0, 0.80000001192092896], [0.0, 1.5, 0.80000001192092896], [0.0, 2.0, 0.80000001192092896], [0.0, 2.5, 0.80000001192092896], [0.0, 3.0, 0.80000001192092896], [0.0, 3.5, 0.80000001192092896], [0.0, 4.0, 0.80000001192092896], [0.0, 4.5, 0.80000001192092896], [0.0, 5.0, 0.80000001192092896], [0.0, 5.5, 0.80000001192092896], [0.0, 6.0, 0.80000001192092896], [0.0, 6.5, 0.80000001192092896], [0.0, 7.0, 0.80000001192092896], [0.0, 7.5, 0.80000001192092896], [0.0, 8.0, 0.80000001192092896], [0.0, 8.5, 0.80000001192092896], [0.0, 9.0, 0.80000001192092896], [0.5, 0.0, 0.80000001192092896], [0.5, 0.5, 0.80000001192092896], [0.5, 1.0, 0.80000001192092896], [0.5, 1.5, 0.80000001192092896], [0.5, 2.0, 0.80000001192092896], [0.5, 2.5, 0.80000001192092896], [0.5, 3.0, 0.80000001192092896], [0.5, 3.5, 0.80000001192092896], [0.5, 4.0, 0.80000001192092896], [0.5, 4.5, 0.80000001192092896], [0.5, 5.0, 0.80000001192092896], [0.5, 5.5, 0.80000001192092896], [0.5, 6.0, 0.80000001192092896], [0.5, 6.5, 0.80000001192092896], [0.5, 7.0, 0.80000001192092896], [0.5, 7.5, 0.80000001192092896], [0.5, 8.0, 0.80000001192092896], [0.5, 8.5, 0.80000001192092896], [0.5, 9.0, 0.80000001192092896], [1.0, 0.0, 0.80000001192092896], [1.0, 0.5, 0.80000001192092896], [1.0, 1.0, 0.80000001192092896], [1.0, 1.5, 0.80000001192092896], [1.0, 2.0, 0.80000001192092896], [1.0, 2.5, 0.80000001192092896], [1.0, 3.0, 0.80000001192092896], [1.0, 3.5, 0.80000001192092896], [1.0, 4.0, 0.80000001192092896], [1.0, 4.5, 0.80000001192092896], [1.0, 5.0, 0.80000001192092896], [1.0, 5.5, 0.80000001192092896], [1.0, 6.0, 0.80000001192092896], [1.0, 6.5, 0.80000001192092896], [1.0, 7.0, 0.80000001192092896], [1.0, 7.5, 0.80000001192092896], [1.0, 8.0, 0.80000001192092896], [1.0, 8.5, 0.80000001192092896], [1.0, 9.0, 0.80000001192092896], [1.5, 0.0, 0.80000001192092896], [1.5, 0.5, 0.80000001192092896], [1.5, 1.0, 0.80000001192092896], [1.5, 1.5, 0.80000001192092896], [1.5, 2.0, 0.80000001192092896], [1.5, 2.5, 0.80000001192092896], [1.5, 3.0, 0.80000001192092896], [1.5, 3.5, 0.80000001192092896], [1.5, 4.0, 0.80000001192092896], [1.5, 4.5, 0.80000001192092896], [1.5, 5.0, 0.80000001192092896], [1.5, 5.5, 0.80000001192092896], [1.5, 6.0, 0.80000001192092896], [1.5, 6.5, 0.80000001192092896], [1.5, 7.0, 0.80000001192092896], [1.5, 7.5, 0.80000001192092896], [1.5, 8.0, 0.80000001192092896], [1.5, 8.5, 0.80000001192092896], [1.5, 9.0, 0.80000001192092896], [2.0, 0.0, 0.80000001192092896], [2.0, 0.5, 0.80000001192092896], [2.0, 1.0, 0.80000001192092896], [2.0, 1.5, 0.80000001192092896], [2.0, 2.0, 0.80000001192092896], [2.0, 2.5, 0.80000001192092896], [2.0, 3.0, 0.80000001192092896], [2.0, 3.5, 0.80000001192092896], [2.0, 4.0, 0.80000001192092896], [2.0, 4.5, 0.80000001192092896], [2.0, 5.0, 0.80000001192092896], [2.0, 5.5, 0.80000001192092896], [2.0, 6.0, 0.80000001192092896], [2.0, 6.5, 0.80000001192092896], [2.0, 7.0, 0.80000001192092896], [2.0, 7.5, 0.80000001192092896], [2.0, 8.0, 0.80000001192092896], [2.0, 8.5, 0.80000001192092896], [2.0, 9.0, 0.80000001192092896], [2.5, 0.0, 0.80000001192092896], [2.5, 0.5, 0.80000001192092896], [2.5, 1.0, 0.80000001192092896], [2.5, 1.5, 0.80000001192092896], [2.5, 2.0, 0.80000001192092896], [2.5, 2.5, 0.80000001192092896], [2.5, 3.0, 0.80000001192092896], [2.5, 3.5, 0.80000001192092896], [2.5, 4.0, 0.80000001192092896], [2.5, 4.5, 0.80000001192092896], [2.5, 5.0, 0.80000001192092896], [2.5, 5.5, 0.80000001192092896], [2.5, 6.0, 0.80000001192092896], [2.5, 6.5, 0.80000001192092896], [2.5, 7.0, 0.80000001192092896], [2.5, 7.5, 0.80000001192092896], [2.5, 8.0, 0.80000001192092896], [2.5, 8.5, 0.80000001192092896], [2.5, 9.0, 0.80000001192092896], [3.0, 0.0, 0.80000001192092896], [3.0, 0.5, 0.80000001192092896], [3.0, 1.0, 0.80000001192092896], [3.0, 1.5, 0.80000001192092896], [3.0, 2.0, 0.80000001192092896], [3.0, 2.5, 0.80000001192092896], [3.0, 3.0, 0.80000001192092896], [3.0, 3.5, 0.80000001192092896], [3.0, 4.0, 0.80000001192092896], [3.0, 4.5, 0.80000001192092896], [3.0, 5.0, 0.80000001192092896], [3.0, 5.5, 0.80000001192092896], [3.0, 6.0, 0.80000001192092896], [3.0, 6.5, 0.80000001192092896], [3.0, 7.0, 0.80000001192092896], [3.0, 7.5, 0.80000001192092896], [3.0, 8.0, 0.80000001192092896], [3.0, 8.5, 0.80000001192092896], [3.0, 9.0, 0.80000001192092896], [3.5, 0.0, 0.80000001192092896], [3.5, 0.5, 0.80000001192092896], [3.5, 1.0, 0.80000001192092896], [3.5, 1.5, 0.80000001192092896], [3.5, 2.0, 0.80000001192092896], [3.5, 2.5, 0.80000001192092896], [3.5, 3.0, 0.80000001192092896], [3.5, 3.5, 0.80000001192092896], [3.5, 4.0, 0.80000001192092896], [3.5, 4.5, 0.80000001192092896], [3.5, 5.0, 0.80000001192092896], [3.5, 5.5, 0.80000001192092896], [3.5, 6.0, 0.80000001192092896], [3.5, 6.5, 0.80000001192092896], [3.5, 7.0, 0.80000001192092896], [3.5, 7.5, 0.80000001192092896], [3.5, 8.0, 0.80000001192092896], [3.5, 8.5, 0.80000001192092896], [3.5, 9.0, 0.80000001192092896], [4.0, 0.0, 0.80000001192092896], [4.0, 0.5, 0.80000001192092896], [4.0, 1.0, 0.80000001192092896], [4.0, 1.5, 0.80000001192092896], [4.0, 2.0, 0.80000001192092896], [4.0, 2.5, 0.80000001192092896], [4.0, 3.0, 0.80000001192092896], [4.0, 3.5, 0.80000001192092896], [4.0, 4.0, 0.80000001192092896], [4.0, 4.5, 0.80000001192092896], [4.0, 5.0, 0.80000001192092896], [4.0, 5.5, 0.80000001192092896], [4.0, 6.0, 0.80000001192092896], [4.0, 6.5, 0.80000001192092896], [4.0, 7.0, 0.80000001192092896], [4.0, 7.5, 0.80000001192092896], [4.0, 8.0, 0.80000001192092896], [4.0, 8.5, 0.80000001192092896], [4.0, 9.0, 0.80000001192092896], [4.5, 0.0, 0.80000001192092896], [4.5, 0.5, 0.80000001192092896], [4.5, 1.0, 0.80000001192092896], [4.5, 1.5, 0.80000001192092896], [4.5, 2.0, 0.80000001192092896], [4.5, 2.5, 0.80000001192092896], [4.5, 3.0, 0.80000001192092896], [4.5, 3.5, 0.80000001192092896], [4.5, 4.0, 0.80000001192092896], [4.5, 4.5, 0.80000001192092896], [4.5, 5.0, 0.80000001192092896], [4.5, 5.5, 0.80000001192092896], [4.5, 6.0, 0.80000001192092896], [4.5, 6.5, 0.80000001192092896], [4.5, 7.0, 0.80000001192092896], [4.5, 7.5, 0.80000001192092896], [4.5, 8.0, 0.80000001192092896], [4.5, 8.5, 0.80000001192092896], [4.5, 9.0, 0.80000001192092896], [5.0, 0.0, 0.80000001192092896], [5.0, 0.5, 0.80000001192092896], [5.0, 1.0, 0.80000001192092896], [5.0, 1.5, 0.80000001192092896], [5.0, 2.0, 0.80000001192092896], [5.0, 2.5, 0.80000001192092896], [5.0, 3.0, 0.80000001192092896], [5.0, 3.5, 0.80000001192092896], [5.0, 4.0, 0.80000001192092896], [5.0, 4.5, 0.80000001192092896], [5.0, 5.0, 0.80000001192092896], [5.0, 5.5, 0.80000001192092896], [5.0, 6.0, 0.80000001192092896], [5.0, 6.5, 0.80000001192092896], [5.0, 7.0, 0.80000001192092896], [5.0, 7.5, 0.80000001192092896], [5.0, 8.0, 0.80000001192092896], [5.0, 8.5, 0.80000001192092896], [5.0, 9.0, 0.80000001192092896], [5.5, 0.0, 0.80000001192092896], [5.5, 0.5, 0.80000001192092896], [5.5, 1.0, 0.80000001192092896], [5.5, 1.5, 0.80000001192092896], [5.5, 2.0, 0.80000001192092896], [5.5, 2.5, 0.80000001192092896], [5.5, 3.0, 0.80000001192092896], [5.5, 3.5, 0.80000001192092896], [5.5, 4.0, 0.80000001192092896], [5.5, 4.5, 0.80000001192092896], [5.5, 5.0, 0.80000001192092896], [5.5, 5.5, 0.80000001192092896], [5.5, 6.0, 0.80000001192092896], [5.5, 6.5, 0.80000001192092896], [5.5, 7.0, 0.80000001192092896], [5.5, 7.5, 0.80000001192092896], [5.5, 8.0, 0.80000001192092896], [5.5, 8.5, 0.80000001192092896], [5.5, 9.0, 0.80000001192092896], [6.0, 0.0, 0.80000001192092896], [6.0, 0.5, 0.80000001192092896], [6.0, 1.0, 0.80000001192092896], [6.0, 1.5, 0.80000001192092896], [6.0, 2.0, 0.80000001192092896], [6.0, 2.5, 0.80000001192092896], [6.0, 3.0, 0.80000001192092896], [6.0, 3.5, 0.80000001192092896], [6.0, 4.0, 0.80000001192092896], [6.0, 4.5, 0.80000001192092896], [6.0, 5.0, 0.80000001192092896], [6.0, 5.5, 0.80000001192092896], [6.0, 6.0, 0.80000001192092896], [6.0, 6.5, 0.80000001192092896], [6.0, 7.0, 0.80000001192092896], [6.0, 7.5, 0.80000001192092896], [6.0, 8.0, 0.80000001192092896], [6.0, 8.5, 0.80000001192092896], [6.0, 9.0, 0.80000001192092896], [6.5, 0.0, 0.80000001192092896], [6.5, 0.5, 0.80000001192092896], [6.5, 1.0, 0.80000001192092896], [6.5, 1.5, 0.80000001192092896], [6.5, 2.0, 0.80000001192092896], [6.5, 2.5, 0.80000001192092896], [6.5, 3.0, 0.80000001192092896], [6.5, 3.5, 0.80000001192092896], [6.5, 4.0, 0.80000001192092896], [6.5, 4.5, 0.80000001192092896], [6.5, 5.0, 0.80000001192092896], [6.5, 5.5, 0.80000001192092896], [6.5, 6.0, 0.80000001192092896], [6.5, 6.5, 0.80000001192092896], [6.5, 7.0, 0.80000001192092896], [6.5, 7.5, 0.80000001192092896], [6.5, 8.0, 0.80000001192092896], [6.5, 8.5, 0.80000001192092896], [6.5, 9.0, 0.80000001192092896], [7.0, 0.0, 0.80000001192092896], [7.0, 0.5, 0.80000001192092896], [7.0, 1.0, 0.80000001192092896], [7.0, 1.5, 0.80000001192092896], [7.0, 2.0, 0.80000001192092896], [7.0, 2.5, 0.80000001192092896], [7.0, 3.0, 0.80000001192092896], [7.0, 3.5, 0.80000001192092896], [7.0, 4.0, 0.80000001192092896], [7.0, 4.5, 0.80000001192092896], [7.0, 5.0, 0.80000001192092896], [7.0, 5.5, 0.80000001192092896], [7.0, 6.0, 0.80000001192092896], [7.0, 6.5, 0.80000001192092896], [7.0, 7.0, 0.80000001192092896], [7.0, 7.5, 0.80000001192092896], [7.0, 8.0, 0.80000001192092896], [7.0, 8.5, 0.80000001192092896], [7.0, 9.0, 0.80000001192092896], [7.5, 0.0, 0.80000001192092896], [7.5, 0.5, 0.80000001192092896], [7.5, 1.0, 0.80000001192092896], [7.5, 1.5, 0.80000001192092896], [7.5, 2.0, 0.80000001192092896], [7.5, 2.5, 0.80000001192092896], [7.5, 3.0, 0.80000001192092896], [7.5, 3.5, 0.80000001192092896], [7.5, 4.0, 0.80000001192092896], [7.5, 4.5, 0.80000001192092896], [7.5, 5.0, 0.80000001192092896], [7.5, 5.5, 0.80000001192092896], [7.5, 6.0, 0.80000001192092896], [7.5, 6.5, 0.80000001192092896], [7.5, 7.0, 0.80000001192092896], [7.5, 7.5, 0.80000001192092896], [7.5, 8.0, 0.80000001192092896], [7.5, 8.5, 0.80000001192092896], [7.5, 9.0, 0.80000001192092896], [8.0, 0.0, 0.80000001192092896], [8.0, 0.5, 0.80000001192092896], [8.0, 1.0, 0.80000001192092896], [8.0, 1.5, 0.80000001192092896], [8.0, 2.0, 0.80000001192092896], [8.0, 2.5, 0.80000001192092896], [8.0, 3.0, 0.80000001192092896], [8.0, 3.5, 0.80000001192092896], [8.0, 4.0, 0.80000001192092896], [8.0, 4.5, 0.80000001192092896], [8.0, 5.0, 0.80000001192092896], [8.0, 5.5, 0.80000001192092896], [8.0, 6.0, 0.80000001192092896], [8.0, 6.5, 0.80000001192092896], [8.0, 7.0, 0.80000001192092896], [8.0, 7.5, 0.80000001192092896], [8.0, 8.0, 0.80000001192092896], [8.0, 8.5, 0.80000001192092896], [8.0, 9.0, 0.80000001192092896], [8.5, 0.0, 0.80000001192092896], [8.5, 0.5, 0.80000001192092896], [8.5, 1.0, 0.80000001192092896], [8.5, 1.5, 0.80000001192092896], [8.5, 2.0, 0.80000001192092896], [8.5, 2.5, 0.80000001192092896], [8.5, 3.0, 0.80000001192092896], [8.5, 3.5, 0.80000001192092896], [8.5, 4.0, 0.80000001192092896], [8.5, 4.5, 0.80000001192092896], [8.5, 5.0, 0.80000001192092896], [8.5, 5.5, 0.80000001192092896], [8.5, 6.0, 0.80000001192092896], [8.5, 6.5, 0.80000001192092896], [8.5, 7.0, 0.80000001192092896], [8.5, 7.5, 0.80000001192092896], [8.5, 8.0, 0.80000001192092896], [8.5, 8.5, 0.80000001192092896], [8.5, 9.0, 0.80000001192092896], [9.0, 0.0, 0.80000001192092896], [9.0, 0.5, 0.80000001192092896], [9.0, 1.0, 0.80000001192092896], [9.0, 1.5, 0.80000001192092896], [9.0, 2.0, 0.80000001192092896], [9.0, 2.5, 0.80000001192092896], [9.0, 3.0, 0.80000001192092896], [9.0, 3.5, 0.80000001192092896], [9.0, 4.0, 0.80000001192092896], [9.0, 4.5, 0.80000001192092896], [9.0, 5.0, 0.80000001192092896], [9.0, 5.5, 0.80000001192092896], [9.0, 6.0, 0.80000001192092896], [9.0, 6.5, 0.80000001192092896], [9.0, 7.0, 0.80000001192092896], [9.0, 7.5, 0.80000001192092896], [9.0, 8.0, 0.80000001192092896], [9.0, 8.5, 0.80000001192092896], [9.0, 9.0, 0.80000001192092896], [9.5, 0.0, 0.80000001192092896], [9.5, 0.5, 0.80000001192092896], [9.5, 1.0, 0.80000001192092896], [9.5, 1.5, 0.80000001192092896], [9.5, 2.0, 0.80000001192092896], [9.5, 2.5, 0.80000001192092896], [9.5, 3.0, 0.80000001192092896], [9.5, 3.5, 0.80000001192092896], [9.5, 4.0, 0.80000001192092896], [9.5, 4.5, 0.80000001192092896], [9.5, 5.0, 0.80000001192092896], [9.5, 5.5, 0.80000001192092896], [9.5, 6.0, 0.80000001192092896], [9.5, 6.5, 0.80000001192092896], [9.5, 7.0, 0.80000001192092896], [9.5, 7.5, 0.80000001192092896], [9.5, 8.0, 0.80000001192092896], [9.5, 8.5, 0.80000001192092896], [9.5, 9.0, 0.80000001192092896], [10.0, 0.0, 0.80000001192092896], [10.0, 0.5, 0.80000001192092896], [10.0, 1.0, 0.80000001192092896], [10.0, 1.5, 0.80000001192092896], [10.0, 2.0, 0.80000001192092896], [10.0, 2.5, 0.80000001192092896], [10.0, 3.0, 0.80000001192092896], [10.0, 3.5, 0.80000001192092896], [10.0, 4.0, 0.80000001192092896], [10.0, 4.5, 0.80000001192092896], [10.0, 5.0, 0.80000001192092896], [10.0, 5.5, 0.80000001192092896], [10.0, 6.0, 0.80000001192092896], [10.0, 6.5, 0.80000001192092896], [10.0, 7.0, 0.80000001192092896], [10.0, 7.5, 0.80000001192092896], [10.0, 8.0, 0.80000001192092896], [10.0, 8.5, 0.80000001192092896], [10.0, 9.0, 0.80000001192092896], [10.5, 0.0, 0.80000001192092896], [10.5, 0.5, 0.80000001192092896], [10.5, 1.0, 0.80000001192092896], [10.5, 1.5, 0.80000001192092896], [10.5, 2.0, 0.80000001192092896], [10.5, 2.5, 0.80000001192092896], [10.5, 3.0, 0.80000001192092896], [10.5, 3.5, 0.80000001192092896], [10.5, 4.0, 0.80000001192092896], [10.5, 4.5, 0.80000001192092896], [10.5, 5.0, 0.80000001192092896], [10.5, 5.5, 0.80000001192092896], [10.5, 6.0, 0.80000001192092896], [10.5, 6.5, 0.80000001192092896], [10.5, 7.0, 0.80000001192092896], [10.5, 7.5, 0.80000001192092896], [10.5, 8.0, 0.80000001192092896], [10.5, 8.5, 0.80000001192092896], [10.5, 9.0, 0.80000001192092896], [11.0, 0.0, 0.80000001192092896], [11.0, 0.5, 0.80000001192092896], [11.0, 1.0, 0.80000001192092896], [11.0, 1.5, 0.80000001192092896], [11.0, 2.0, 0.80000001192092896], [11.0, 2.5, 0.80000001192092896], [11.0, 3.0, 0.80000001192092896], [11.0, 3.5, 0.80000001192092896], [11.0, 4.0, 0.80000001192092896], [11.0, 4.5, 0.80000001192092896], [11.0, 5.0, 0.80000001192092896], [11.0, 5.5, 0.80000001192092896], [11.0, 6.0, 0.80000001192092896], [11.0, 6.5, 0.80000001192092896], [11.0, 7.0, 0.80000001192092896], [11.0, 7.5, 0.80000001192092896], [11.0, 8.0, 0.80000001192092896], [11.0, 8.5, 0.80000001192092896], [11.0, 9.0, 0.80000001192092896], [11.5, 0.0, 0.80000001192092896], [11.5, 0.5, 0.80000001192092896], [11.5, 1.0, 0.80000001192092896], [11.5, 1.5, 0.80000001192092896], [11.5, 2.0, 0.80000001192092896], [11.5, 2.5, 0.80000001192092896], [11.5, 3.0, 0.80000001192092896], [11.5, 3.5, 0.80000001192092896], [11.5, 4.0, 0.80000001192092896], [11.5, 4.5, 0.80000001192092896], [11.5, 5.0, 0.80000001192092896], [11.5, 5.5, 0.80000001192092896], [11.5, 6.0, 0.80000001192092896], [11.5, 6.5, 0.80000001192092896], [11.5, 7.0, 0.80000001192092896], [11.5, 7.5, 0.80000001192092896], [11.5, 8.0, 0.80000001192092896], [11.5, 8.5, 0.80000001192092896], [11.5, 9.0, 0.80000001192092896], [12.0, 0.0, 0.80000001192092896], [12.0, 0.5, 0.80000001192092896], [12.0, 1.0, 0.80000001192092896], [12.0, 1.5, 0.80000001192092896], [12.0, 2.0, 0.80000001192092896], [12.0, 2.5, 0.80000001192092896], [12.0, 3.0, 0.80000001192092896], [12.0, 3.5, 0.80000001192092896], [12.0, 4.0, 0.80000001192092896], [12.0, 4.5, 0.80000001192092896], [12.0, 5.0, 0.80000001192092896], [12.0, 5.5, 0.80000001192092896], [12.0, 6.0, 0.80000001192092896], [12.0, 6.5, 0.80000001192092896], [12.0, 7.0, 0.80000001192092896], [12.0, 7.5, 0.80000001192092896], [12.0, 8.0, 0.80000001192092896], [12.0, 8.5, 0.80000001192092896], [12.0, 9.0, 0.80000001192092896], [12.5, 0.0, 0.80000001192092896], [12.5, 0.5, 0.80000001192092896], [12.5, 1.0, 0.80000001192092896], [12.5, 1.5, 0.80000001192092896], [12.5, 2.0, 0.80000001192092896], [12.5, 2.5, 0.80000001192092896], [12.5, 3.0, 0.80000001192092896], [12.5, 3.5, 0.80000001192092896], [12.5, 4.0, 0.80000001192092896], [12.5, 4.5, 0.80000001192092896], [12.5, 5.0, 0.80000001192092896], [12.5, 5.5, 0.80000001192092896], [12.5, 6.0, 0.80000001192092896], [12.5, 6.5, 0.80000001192092896], [12.5, 7.0, 0.80000001192092896], [12.5, 7.5, 0.80000001192092896], [12.5, 8.0, 0.80000001192092896], [12.5, 8.5, 0.80000001192092896], [12.5, 9.0, 0.80000001192092896], [13.0, 0.0, 0.80000001192092896], [13.0, 0.5, 0.80000001192092896], [13.0, 1.0, 0.80000001192092896], [13.0, 1.5, 0.80000001192092896], [13.0, 2.0, 0.80000001192092896], [13.0, 2.5, 0.80000001192092896], [13.0, 3.0, 0.80000001192092896], [13.0, 3.5, 0.80000001192092896], [13.0, 4.0, 0.80000001192092896], [13.0, 4.5, 0.80000001192092896], [13.0, 5.0, 0.80000001192092896], [13.0, 5.5, 0.80000001192092896], [13.0, 6.0, 0.80000001192092896], [13.0, 6.5, 0.80000001192092896], [13.0, 7.0, 0.80000001192092896], [13.0, 7.5, 0.80000001192092896], [13.0, 8.0, 0.80000001192092896], [13.0, 8.5, 0.80000001192092896], [13.0, 9.0, 0.80000001192092896]], "type": "Mesh3D"}, "display_name": "TestRoom_2", "identifier": "TestRoom_2", "base_geometry": [{"type": "Face3D", "plane": {"o": [0.0, 0.0, 0.80000000000000004], "n": [0.0, 0.0, 1.0], "type": "Plane", "x": [0.0, 1.0, 0.0]}, "boundary": [[13.0, 0.0, 0.80000000000000004], [13.0, 9.0, 0.80000000000000004], [0.0, 9.0, 0.80000000000000004], [0.0, 0.0, 0.80000000000000004]]}], "sensors": [{"pos": [0.25, 0.25, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [0.25, 0.75, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [0.25, 1.25, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [0.25, 1.75, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [0.25, 2.25, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [0.25, 2.75, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [0.25, 3.25, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [0.25, 3.75, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [0.25, 4.25, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [0.25, 4.75, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [0.25, 5.25, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [0.25, 5.75, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [0.25, 6.25, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [0.25, 6.75, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [0.25, 7.25, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [0.25, 7.75, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [0.25, 8.25, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [0.25, 8.75, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [0.75, 0.25, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [0.75, 0.75, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [0.75, 1.25, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [0.75, 1.75, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [0.75, 2.25, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [0.75, 2.75, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [0.75, 3.25, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [0.75, 3.75, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [0.75, 4.25, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [0.75, 4.75, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [0.75, 5.25, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [0.75, 5.75, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [0.75, 6.25, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [0.75, 6.75, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [0.75, 7.25, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [0.75, 7.75, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [0.75, 8.25, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [0.75, 8.75, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [1.25, 0.25, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [1.25, 0.75, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [1.25, 1.25, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [1.25, 1.75, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [1.25, 2.25, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [1.25, 2.75, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [1.25, 3.25, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [1.25, 3.75, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [1.25, 4.25, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [1.25, 4.75, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [1.25, 5.25, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [1.25, 5.75, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [1.25, 6.25, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [1.25, 6.75, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [1.25, 7.25, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [1.25, 7.75, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [1.25, 8.25, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [1.25, 8.75, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [1.75, 0.25, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [1.75, 0.75, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [1.75, 1.25, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [1.75, 1.75, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [1.75, 2.25, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [1.75, 2.75, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [1.75, 3.25, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [1.75, 3.75, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [1.75, 4.25, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [1.75, 4.75, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [1.75, 5.25, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [1.75, 5.75, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [1.75, 6.25, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [1.75, 6.75, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [1.75, 7.25, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [1.75, 7.75, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [1.75, 8.25, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [1.75, 8.75, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [2.25, 0.25, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [2.25, 0.75, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [2.25, 1.25, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [2.25, 1.75, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [2.25, 2.25, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [2.25, 2.75, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [2.25, 3.25, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [2.25, 3.75, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [2.25, 4.25, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [2.25, 4.75, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [2.25, 5.25, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [2.25, 5.75, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [2.25, 6.25, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [2.25, 6.75, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [2.25, 7.25, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [2.25, 7.75, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [2.25, 8.25, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [2.25, 8.75, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [2.75, 0.25, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [2.75, 0.75, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [2.75, 1.25, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [2.75, 1.75, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [2.75, 2.25, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [2.75, 2.75, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [2.75, 3.25, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [2.75, 3.75, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [2.75, 4.25, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [2.75, 4.75, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [2.75, 5.25, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [2.75, 5.75, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [2.75, 6.25, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [2.75, 6.75, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [2.75, 7.25, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [2.75, 7.75, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [2.75, 8.25, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [2.75, 8.75, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [3.25, 0.25, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [3.25, 0.75, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [3.25, 1.25, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [3.25, 1.75, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [3.25, 2.25, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [3.25, 2.75, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [3.25, 3.25, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [3.25, 3.75, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [3.25, 4.25, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [3.25, 4.75, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [3.25, 5.25, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [3.25, 5.75, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [3.25, 6.25, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [3.25, 6.75, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [3.25, 7.25, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [3.25, 7.75, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [3.25, 8.25, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [3.25, 8.75, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [3.75, 0.25, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [3.75, 0.75, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [3.75, 1.25, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [3.75, 1.75, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [3.75, 2.25, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [3.75, 2.75, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [3.75, 3.25, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [3.75, 3.75, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [3.75, 4.25, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [3.75, 4.75, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [3.75, 5.25, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [3.75, 5.75, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [3.75, 6.25, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [3.75, 6.75, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [3.75, 7.25, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [3.75, 7.75, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [3.75, 8.25, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [3.75, 8.75, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [4.25, 0.25, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [4.25, 0.75, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [4.25, 1.25, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [4.25, 1.75, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [4.25, 2.25, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [4.25, 2.75, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [4.25, 3.25, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [4.25, 3.75, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [4.25, 4.25, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [4.25, 4.75, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [4.25, 5.25, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [4.25, 5.75, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [4.25, 6.25, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [4.25, 6.75, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [4.25, 7.25, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [4.25, 7.75, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [4.25, 8.25, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [4.25, 8.75, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [4.75, 0.25, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [4.75, 0.75, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [4.75, 1.25, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [4.75, 1.75, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [4.75, 2.25, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [4.75, 2.75, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [4.75, 3.25, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [4.75, 3.75, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [4.75, 4.25, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [4.75, 4.75, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [4.75, 5.25, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [4.75, 5.75, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [4.75, 6.25, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [4.75, 6.75, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [4.75, 7.25, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [4.75, 7.75, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [4.75, 8.25, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [4.75, 8.75, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [5.25, 0.25, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [5.25, 0.75, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [5.25, 1.25, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [5.25, 1.75, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [5.25, 2.25, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [5.25, 2.75, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [5.25, 3.25, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [5.25, 3.75, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [5.25, 4.25, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [5.25, 4.75, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [5.25, 5.25, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [5.25, 5.75, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [5.25, 6.25, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [5.25, 6.75, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [5.25, 7.25, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [5.25, 7.75, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [5.25, 8.25, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [5.25, 8.75, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [5.75, 0.25, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [5.75, 0.75, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [5.75, 1.25, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [5.75, 1.75, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [5.75, 2.25, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [5.75, 2.75, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [5.75, 3.25, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [5.75, 3.75, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [5.75, 4.25, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [5.75, 4.75, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [5.75, 5.25, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [5.75, 5.75, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [5.75, 6.25, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [5.75, 6.75, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [5.75, 7.25, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [5.75, 7.75, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [5.75, 8.25, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [5.75, 8.75, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [6.25, 0.25, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [6.25, 0.75, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [6.25, 1.25, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [6.25, 1.75, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [6.25, 2.25, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [6.25, 2.75, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [6.25, 3.25, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [6.25, 3.75, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [6.25, 4.25, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [6.25, 4.75, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [6.25, 5.25, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [6.25, 5.75, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [6.25, 6.25, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [6.25, 6.75, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [6.25, 7.25, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [6.25, 7.75, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [6.25, 8.25, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [6.25, 8.75, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [6.75, 0.25, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [6.75, 0.75, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [6.75, 1.25, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [6.75, 1.75, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [6.75, 2.25, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [6.75, 2.75, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [6.75, 3.25, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [6.75, 3.75, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [6.75, 4.25, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [6.75, 4.75, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [6.75, 5.25, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [6.75, 5.75, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [6.75, 6.25, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [6.75, 6.75, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [6.75, 7.25, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [6.75, 7.75, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [6.75, 8.25, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [6.75, 8.75, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [7.25, 0.25, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [7.25, 0.75, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [7.25, 1.25, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [7.25, 1.75, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [7.25, 2.25, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [7.25, 2.75, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [7.25, 3.25, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [7.25, 3.75, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [7.25, 4.25, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [7.25, 4.75, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [7.25, 5.25, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [7.25, 5.75, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [7.25, 6.25, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [7.25, 6.75, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [7.25, 7.25, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [7.25, 7.75, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [7.25, 8.25, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [7.25, 8.75, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [7.75, 0.25, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [7.75, 0.75, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [7.75, 1.25, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [7.75, 1.75, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [7.75, 2.25, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [7.75, 2.75, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [7.75, 3.25, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [7.75, 3.75, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [7.75, 4.25, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [7.75, 4.75, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [7.75, 5.25, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [7.75, 5.75, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [7.75, 6.25, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [7.75, 6.75, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [7.75, 7.25, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [7.75, 7.75, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [7.75, 8.25, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [7.75, 8.75, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [8.25, 0.25, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [8.25, 0.75, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [8.25, 1.25, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [8.25, 1.75, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [8.25, 2.25, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [8.25, 2.75, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [8.25, 3.25, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [8.25, 3.75, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [8.25, 4.25, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [8.25, 4.75, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [8.25, 5.25, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [8.25, 5.75, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [8.25, 6.25, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [8.25, 6.75, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [8.25, 7.25, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [8.25, 7.75, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [8.25, 8.25, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [8.25, 8.75, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [8.75, 0.25, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [8.75, 0.75, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [8.75, 1.25, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [8.75, 1.75, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [8.75, 2.25, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [8.75, 2.75, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [8.75, 3.25, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [8.75, 3.75, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [8.75, 4.25, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [8.75, 4.75, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [8.75, 5.25, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [8.75, 5.75, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [8.75, 6.25, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [8.75, 6.75, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [8.75, 7.25, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [8.75, 7.75, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [8.75, 8.25, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [8.75, 8.75, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [9.25, 0.25, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [9.25, 0.75, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [9.25, 1.25, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [9.25, 1.75, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [9.25, 2.25, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [9.25, 2.75, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [9.25, 3.25, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [9.25, 3.75, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [9.25, 4.25, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [9.25, 4.75, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [9.25, 5.25, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [9.25, 5.75, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [9.25, 6.25, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [9.25, 6.75, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [9.25, 7.25, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [9.25, 7.75, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [9.25, 8.25, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [9.25, 8.75, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [9.75, 0.25, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [9.75, 0.75, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [9.75, 1.25, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [9.75, 1.75, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [9.75, 2.25, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [9.75, 2.75, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [9.75, 3.25, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [9.75, 3.75, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [9.75, 4.25, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [9.75, 4.75, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [9.75, 5.25, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [9.75, 5.75, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [9.75, 6.25, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [9.75, 6.75, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [9.75, 7.25, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [9.75, 7.75, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [9.75, 8.25, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [9.75, 8.75, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [10.25, 0.25, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [10.25, 0.75, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [10.25, 1.25, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [10.25, 1.75, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [10.25, 2.25, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [10.25, 2.75, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [10.25, 3.25, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [10.25, 3.75, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [10.25, 4.25, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [10.25, 4.75, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [10.25, 5.25, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [10.25, 5.75, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [10.25, 6.25, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [10.25, 6.75, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [10.25, 7.25, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [10.25, 7.75, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [10.25, 8.25, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [10.25, 8.75, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [10.75, 0.25, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [10.75, 0.75, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [10.75, 1.25, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [10.75, 1.75, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [10.75, 2.25, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [10.75, 2.75, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [10.75, 3.25, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [10.75, 3.75, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [10.75, 4.25, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [10.75, 4.75, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [10.75, 5.25, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [10.75, 5.75, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [10.75, 6.25, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [10.75, 6.75, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [10.75, 7.25, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [10.75, 7.75, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [10.75, 8.25, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [10.75, 8.75, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [11.25, 0.25, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [11.25, 0.75, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [11.25, 1.25, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [11.25, 1.75, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [11.25, 2.25, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [11.25, 2.75, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [11.25, 3.25, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [11.25, 3.75, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [11.25, 4.25, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [11.25, 4.75, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [11.25, 5.25, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [11.25, 5.75, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [11.25, 6.25, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [11.25, 6.75, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [11.25, 7.25, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [11.25, 7.75, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [11.25, 8.25, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [11.25, 8.75, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [11.75, 0.25, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [11.75, 0.75, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [11.75, 1.25, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [11.75, 1.75, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [11.75, 2.25, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [11.75, 2.75, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [11.75, 3.25, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [11.75, 3.75, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [11.75, 4.25, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [11.75, 4.75, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [11.75, 5.25, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [11.75, 5.75, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [11.75, 6.25, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [11.75, 6.75, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [11.75, 7.25, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [11.75, 7.75, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [11.75, 8.25, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [11.75, 8.75, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [12.25, 0.25, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [12.25, 0.75, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [12.25, 1.25, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [12.25, 1.75, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [12.25, 2.25, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [12.25, 2.75, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [12.25, 3.25, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [12.25, 3.75, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [12.25, 4.25, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [12.25, 4.75, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [12.25, 5.25, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [12.25, 5.75, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [12.25, 6.25, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [12.25, 6.75, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [12.25, 7.25, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [12.25, 7.75, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [12.25, 8.25, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [12.25, 8.75, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [12.75, 0.25, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [12.75, 0.75, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [12.75, 1.25, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [12.75, 1.75, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [12.75, 2.25, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [12.75, 2.75, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [12.75, 3.25, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [12.75, 3.75, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [12.75, 4.25, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [12.75, 4.75, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [12.75, 5.25, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [12.75, 5.75, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [12.75, 6.25, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [12.75, 6.75, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [12.75, 7.25, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [12.75, 7.75, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [12.75, 8.25, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}, {"pos": [12.75, 8.75, 0.80000001192092896], "dir": [0.0, 0.0, 1.0]}], "type": "SensorGrid", "room_identifier": "TestRoom_2_acb0f336"}], "global_modifier_set": {"shade_set": {"type": "ShadeModifierSetAbridged", "interior_modifier": "generic_interior_shade_0.50", "exterior_modifier": "generic_exterior_shade_0.35"}, "roof_ceiling_set": {"type": "RoofCeilingModifierSetAbridged", "interior_modifier": "generic_ceiling_0.80", "exterior_modifier": "generic_ceiling_0.80"}, "context_modifier": "generic_context_0.20", "modifiers": [{"dependencies": [], "modifier": null, "g_reflectance": 0.5, "identifier": "generic_wall_0.50", "specularity": 0.0, "b_reflectance": 0.5, "r_reflectance": 0.5, "type": "Plastic", "roughness": 0.0}, {"b_transmissivity": 0.95841543286105957, "r_transmissivity": 0.95841543286105957, "modifier": null, "identifier": "generic_interior_window_vis_0.88", "refraction_index": null, "type": "Glass", "dependencies": [], "g_transmissivity": 0.95841543286105957}, {"dependencies": [], "modifier": null, "g_reflectance": 0.5, "identifier": "generic_interior_shade_0.50", "specularity": 0.0, "b_reflectance": 0.5, "r_reflectance": 0.5, "type": "Plastic", "roughness": 0.0}, {"dependencies": [], "modifier": null, "g_reflectance": 0.20000000000000001, "identifier": "generic_floor_0.20", "specularity": 0.0, "b_reflectance": 0.20000000000000001, "r_reflectance": 0.20000000000000001, "type": "Plastic", "roughness": 0.0}, {"dependencies": [], "modifier": null, "g_reflectance": 0.80000000000000004, "identifier": "generic_ceiling_0.80", "specularity": 0.0, "b_reflectance": 0.80000000000000004, "r_reflectance": 0.80000000000000004, "type": "Plastic", "roughness": 0.0}, {"b_transmissivity": 0.69757618153843315, "r_transmissivity": 0.69757618153843315, "modifier": null, "identifier": "generic_exterior_window_vis_0.64", "refraction_index": null, "type": "Glass", "dependencies": [], "g_transmissivity": 0.69757618153843315}, {"r_reflectance": 1.0, "b_reflectance": 1.0, "roughness": 0.0, "identifier": "air_boundary", "type": "Trans", "dependencies": [], "g_reflectance": 1.0, "specularity": 0.0, "transmitted_diff": 1.0, "transmitted_spec": 1.0, "modifier": null}, {"dependencies": [], "modifier": null, "g_reflectance": 0.34999999999999998, "identifier": "generic_exterior_shade_0.35", "specularity": 0.0, "b_reflectance": 0.34999999999999998, "r_reflectance": 0.34999999999999998, "type": "Plastic", "roughness": 0.0}, {"dependencies": [], "modifier": null, "g_reflectance": 0.5, "identifier": "generic_opaque_door_0.50", "specularity": 0.0, "b_reflectance": 0.5, "r_reflectance": 0.5, "type": "Plastic", "roughness": 0.0}, {"dependencies": [], "modifier": null, "g_reflectance": 0.20000000000000001, "identifier": "generic_context_0.20", "specularity": 0.0, "b_reflectance": 0.20000000000000001, "r_reflectance": 0.20000000000000001, "type": "Plastic", "roughness": 0.0}], "wall_set": {"type": "WallModifierSetAbridged", "interior_modifier": "generic_wall_0.50", "exterior_modifier": "generic_wall_0.50"}, "door_set": {"exterior_glass_modifier": "generic_exterior_window_vis_0.64", "interior_glass_modifier": "generic_interior_window_vis_0.88", "overhead_modifier": "generic_opaque_door_0.50", "exterior_modifier": "generic_opaque_door_0.50", "interior_modifier": "generic_opaque_door_0.50", "type": "DoorModifierSetAbridged"}, "floor_set": {"type": "FloorModifierSetAbridged", "interior_modifier": "generic_floor_0.20", "exterior_modifier": "generic_floor_0.20"}, "type": "GlobalModifierSet", "aperture_set": {"interior_modifier": "generic_interior_window_vis_0.88", "window_modifier": "generic_exterior_window_vis_0.64", "skylight_modifier": "generic_exterior_window_vis_0.64", "type": "ApertureModifierSetAbridged", "operable_modifier": "generic_exterior_window_vis_0.64"}, "air_boundary_modifier": "air_boundary"}}, "energy": {"constructions": [{"type": "OpaqueConstructionAbridged", "identifier": "Typical Insulated Steel Framed Exterior Wall-R19", "materials": ["25mm Stucco", "5/8 in. Gypsum Board", "Typical Insulation-R17", "5/8 in. Gypsum Board"]}, {"type": "WindowConstructionAbridged", "identifier": "U 0.44 SHGC 0.26 Dbl Ref-B-H Clr 6mm/13mm Air", "materials": ["REF B CLEAR HI 6MM", "AIR 13MM", "CLEAR 6MM"]}, {"type": "OpaqueConstructionAbridged", "identifier": "Typical Insulated Carpeted 8in Slab Floor-R5", "materials": ["Typical Insulation-R4", "8 in. Normalweight Concrete Floor", "Typical Carpet Pad"]}, {"type": "OpaqueConstructionAbridged", "identifier": "Typical Overhead Door-R2", "materials": ["Typical Insulation-R2"]}, {"type": "OpaqueConstructionAbridged", "identifier": "Typical IEAD Roof-R32", "materials": ["Roof Membrane", "Typical Insulation-R31", "Metal Roof Surface"]}, {"type": "WindowConstructionAbridged", "identifier": "U 0.48 SHGC 0.40 Dbl Ref-D Clr 6mm/13mm", "materials": ["REF D CLEAR 6MM", "AIR 13MM", "CLEAR 6MM"]}, {"type": "OpaqueConstructionAbridged", "identifier": "Typical Insulated Basement Mass Wall-R8", "materials": ["Typical Insulation-R7", "8 in. Concrete Block Basement Wall"]}, {"type": "WindowConstructionAbridged", "identifier": "Window_U_0.50_SHGC_0.40_Skylight_Frame_Width_0.430_in", "materials": ["Glass_2052_LayerAvg", "Gap_1_W_0_0038", "Glass_2027F_LayerAvg"]}, {"type": "OpaqueConstructionAbridged", "identifier": "Typical Insulated Metal Door-R2", "materials": ["F08 Metal surface", "Typical Insulation-R2"]}, {"type": "OpaqueConstructionAbridged", "identifier": "Typical Insulated Steel Framed Exterior Floor-R27", "materials": ["25mm Stucco", "5/8 in. Gypsum Board", "Typical Insulation-R24", "5/8 in. Gypsum Board", "Typical Carpet Pad"]}], "ventilation_simulation_control": {"reference_temperature": 20.0, "vent_control_type": "SingleZone", "reference_humidity_ratio": 0.0, "reference_pressure": 101325.0, "building_type": "LowRise", "type": "VentilationSimulationControl", "long_axis_angle": 0.0, "aspect_ratio": 1.0}, "materials": [{"roughness": "MediumSmooth", "visible_absorptance": 0.69999999999999996, "solar_absorptance": 0.69999999999999996, "identifier": "Typical Insulation-R4", "thermal_absorptance": 0.90000000000000002, "type": "EnergyMaterialNoMass", "r_value": 0.70444073523953932}, {"visible_reflectance_back": 0.058396999999999998, "solar_reflectance": 0.05422805, "visible_reflectance": 0.058049999999999997, "type": "EnergyWindowMaterialGlazing", "emissivity_back": 0.83999999999999997, "emissivity": 0.83999999999999997, "dirt_correction": 1.0, "solar_diffusing": false, "visible_transmittance": 0.58683300000000005, "infrared_transmittance": 0.0, "conductivity": 0.99933124433784615, "solar_reflectance_back": 0.054493090000000001, "identifier": "Glass_2052_LayerAvg", "solar_transmittance": 0.50776699999999997, "thickness": 0.0083699999999999972}, {"roughness": "MediumSmooth", "visible_absorptance": 0.69999999999999996, "solar_absorptance": 0.69999999999999996, "identifier": "Typical Insulation-R7", "thermal_absorptance": 0.90000000000000002, "type": "EnergyMaterialNoMass", "r_value": 1.2327712866691938}, {"roughness": "MediumSmooth", "visible_absorptance": 0.69999999999999996, "solar_absorptance": 0.69999999999999996, "identifier": "Typical Insulation-R2", "thermal_absorptance": 0.90000000000000002, "type": "EnergyMaterialNoMass", "r_value": 0.35222036761976966}, {"conductivity": 45.249718743617663, "specific_heat": 499.67760800730963, "density": 7824.0178894897126, "thermal_absorptance": 0.90000000000000002, "thickness": 0.00079999999999999787, "solar_absorptance": 0.69999999999999996, "visible_absorptance": 0.69999999999999996, "roughness": "Smooth", "type": "EnergyMaterial", "identifier": "Metal Roof Surface"}, {"roughness": "MediumSmooth", "visible_absorptance": 0.69999999999999996, "solar_absorptance": 0.69999999999999996, "identifier": "Typical Insulation-R24", "thermal_absorptance": 0.90000000000000002, "type": "EnergyMaterialNoMass", "r_value": 4.2266444114372357}, {"visible_reflectance_back": 0.073741000000000001, "solar_reflectance": 0.47006949999999997, "visible_reflectance": 0.054600000000000003, "type": "EnergyWindowMaterialGlazing", "emissivity_back": 0.83999999999999997, "emissivity": 0.036749999999999998, "dirt_correction": 1.0, "solar_diffusing": false, "visible_transmittance": 0.76522199999999996, "infrared_transmittance": 0.0, "conductivity": 0.99933124433784615, "solar_reflectance_back": 0.34093499999999999, "identifier": "Glass_2027F_LayerAvg", "solar_transmittance": 0.36974400000000002, "thickness": 0.0039999999999999767}, {"conductivity": 45.249718743617805, "specific_heat": 499.67760800731378, "density": 7824.0178894897126, "thermal_absorptance": 0.90000000000000002, "thickness": 0.00080000000000000026, "solar_absorptance": 0.69999999999999996, "visible_absorptance": 0.69999999999999996, "roughness": "Smooth", "type": "EnergyMaterial", "identifier": "F08 Metal surface"}, {"conductivity": 0.15989299909405463, "specific_heat": 1089.2971854559414, "density": 800.00182919117651, "thermal_absorptance": 0.90000000000000002, "thickness": 0.015900000000000001, "solar_absorptance": 0.69999999999999996, "visible_absorptance": 0.69999999999999996, "roughness": "MediumSmooth", "type": "EnergyMaterial", "identifier": "5/8 in. Gypsum Board"}, {"conductivity": 0.71951849592324957, "specific_heat": 839.45838145228447, "density": 1856.0042437235265, "thermal_absorptance": 0.90000000000000002, "thickness": 0.025399999999999999, "solar_absorptance": 0.69999999999999996, "visible_absorptance": 0.69999999999999996, "roughness": "Smooth", "type": "EnergyMaterial", "identifier": "25mm Stucco"}, {"roughness": "MediumSmooth", "visible_absorptance": 0.69999999999999996, "solar_absorptance": 0.69999999999999996, "identifier": "Typical Insulation-R31", "thermal_absorptance": 0.90000000000000002, "type": "EnergyMaterialNoMass", "r_value": 5.4594156981064303}, {"conductivity": 1.3251132299919861, "specific_heat": 911.41195700533888, "density": 1842.0042117126811, "thermal_absorptance": 0.90000000000000002, "thickness": 0.20319999999999999, "solar_absorptance": 0.69999999999999996, "visible_absorptance": 0.69999999999999996, "roughness": "MediumRough", "type": "EnergyMaterial", "identifier": "8 in. Concrete Block Basement Wall"}, {"visible_reflectance_back": 0.505, "solar_reflectance": 0.308, "visible_reflectance": 0.45300000000000001, "type": "EnergyWindowMaterialGlazing", "emissivity_back": 0.81999999999999995, "emissivity": 0.83999999999999997, "dirt_correction": 1.0, "solar_diffusing": false, "visible_transmittance": 0.33400000000000002, "infrared_transmittance": 0.0, "conductivity": 0.8993981199040626, "solar_reflectance_back": 0.379, "identifier": "REF D CLEAR 6MM", "solar_transmittance": 0.42899999999999999, "thickness": 0.0059999999999999767}, {"gas_type": "Air", "thickness": 0.0037999999999999887, "identifier": "Gap_1_W_0_0038", "type": "EnergyWindowMaterialGas"}, {"visible_reflectance_back": 0.080000000000000002, "solar_reflectance": 0.070999999999999994, "visible_reflectance": 0.080000000000000002, "type": "EnergyWindowMaterialGlazing", "emissivity_back": 0.83999999999999997, "emissivity": 0.83999999999999997, "dirt_correction": 1.0, "solar_diffusing": false, "visible_transmittance": 0.88100000000000001, "infrared_transmittance": 0.0, "conductivity": 0.8993981199040626, "solar_reflectance_back": 0.070999999999999994, "identifier": "CLEAR 6MM", "solar_transmittance": 0.77500000000000002, "thickness": 0.0059999999999999767}, {"conductivity": 2.308455174420426, "specific_heat": 831.46353972416728, "density": 2322.0053092273811, "thermal_absorptance": 0.90000000000000002, "thickness": 0.20319999999999999, "solar_absorptance": 0.69999999999999996, "visible_absorptance": 0.69999999999999996, "roughness": "MediumRough", "type": "EnergyMaterial", "identifier": "8 in. Normalweight Concrete Floor"}, {"conductivity": 0.15989299909405608, "specific_heat": 1459.0586153813556, "density": 1121.2925638172201, "thermal_absorptance": 0.90000000000000002, "thickness": 0.009499999999999998, "solar_absorptance": 0.69999999999999996, "visible_absorptance": 0.69999999999999996, "roughness": "VeryRough", "type": "EnergyMaterial", "identifier": "Roof Membrane"}, {"roughness": "MediumSmooth", "visible_absorptance": 0.69999999999999996, "solar_absorptance": 0.69999999999999996, "identifier": "Typical Insulation-R17", "thermal_absorptance": 0.90000000000000002, "type": "EnergyMaterialNoMass", "r_value": 2.9938731247680423}, {"visible_reflectance_back": 0.28999999999999998, "solar_reflectance": 0.16, "visible_reflectance": 0.16, "type": "EnergyWindowMaterialGlazing", "emissivity_back": 0.59999999999999998, "emissivity": 0.83999999999999997, "dirt_correction": 1.0, "solar_diffusing": false, "visible_transmittance": 0.29999999999999999, "infrared_transmittance": 0.0, "conductivity": 0.8993981199040626, "solar_reflectance_back": 0.32000000000000001, "identifier": "REF B CLEAR HI 6MM", "solar_transmittance": 0.23999999999999999, "thickness": 0.0059999999999999767}, {"roughness": "VeryRough", "visible_absorptance": 0.80000000000000004, "solar_absorptance": 0.69999999999999996, "identifier": "Typical Carpet Pad", "thermal_absorptance": 0.90000000000000002, "type": "EnergyMaterialNoMass", "r_value": 0.2164799871520999}, {"gas_type": "Air", "thickness": 0.012699999999999999, "identifier": "AIR 13MM", "type": "EnergyWindowMaterialGas"}], "shws": [], "hvacs": [{"identifier": "TestRoom_1_270e5fd9 Ideal Loads Air System", "economizer_type": "DifferentialDryBulb", "cooling_air_temperature": 13.0, "sensible_heat_recovery": 0.0, "latent_heat_recovery": 0.0, "cooling_limit": {"type": "Autosize"}, "heating_air_temperature": 50.0, "heating_limit": {"type": "Autosize"}, "demand_controlled_ventilation": false, "type": "IdealAirSystemAbridged"}, {"identifier": "TestRoom_2_acb0f336 Ideal Loads Air System", "economizer_type": "DifferentialDryBulb", "cooling_air_temperature": 13.0, "sensible_heat_recovery": 0.0, "latent_heat_recovery": 0.0, "cooling_limit": {"type": "Autosize"}, "heating_air_temperature": 50.0, "heating_limit": {"type": "Autosize"}, "demand_controlled_ventilation": false, "type": "IdealAirSystemAbridged"}], "schedule_type_limits": [{"upper_limit": {"type": "NoLimit"}, "identifier": "Temperature", "lower_limit": -273.14999999999998, "numeric_type": "Continuous", "unit_type": "Temperature", "type": "ScheduleTypeLimit"}, {"upper_limit": {"type": "NoLimit"}, "identifier": "Activity Level", "lower_limit": 0.0, "numeric_type": "Continuous", "unit_type": "ActivityLevel", "type": "ScheduleTypeLimit"}, {"upper_limit": 1.0, "identifier": "Fractional", "lower_limit": 0.0, "numeric_type": "Continuous", "unit_type": "Dimensionless", "type": "ScheduleTypeLimit"}], "type": "ModelEnergyProperties", "global_construction_set": {"constructions": [{"solar_reflectance": 0.20000000000000001, "identifier": "Generic Context", "visible_reflectance": 0.20000000000000001, "is_specular": false, "type": "ShadeConstruction"}, {"type": "WindowConstructionAbridged", "identifier": "Generic Single Pane", "materials": ["Generic Clear Glass"]}, {"type": "OpaqueConstructionAbridged", "identifier": "Generic Interior Wall", "materials": ["Generic Gypsum Board", "Generic Wall Air Gap", "Generic Gypsum Board"]}, {"type": "OpaqueConstructionAbridged", "identifier": "Generic Exposed Floor", "materials": ["Generic Painted Metal", "Generic Ceiling Air Gap", "Generic 50mm Insulation", "Generic LW Concrete"]}, {"type": "OpaqueConstructionAbridged", "identifier": "Generic Roof", "materials": ["Generic Roof Membrane", "Generic 50mm Insulation", "Generic LW Concrete", "Generic Ceiling Air Gap", "Generic Acoustic Tile"]}, {"type": "OpaqueConstructionAbridged", "identifier": "Generic Exterior Door", "materials": ["Generic Painted Metal", "Generic 25mm Insulation", "Generic Painted Metal"]}, {"type": "OpaqueConstructionAbridged", "identifier": "Generic Interior Door", "materials": ["Generic 25mm Wood"]}, {"air_mixing_schedule": "Always On", "type": "AirBoundaryConstructionAbridged", "identifier": "Generic Air Boundary", "air_mixing_per_area": 0.10000000000000001}, {"type": "OpaqueConstructionAbridged", "identifier": "Generic Interior Floor", "materials": ["Generic Acoustic Tile", "Generic Ceiling Air Gap", "Generic LW Concrete"]}, {"solar_reflectance": 0.34999999999999998, "identifier": "Generic Shade", "visible_reflectance": 0.34999999999999998, "is_specular": false, "type": "ShadeConstruction"}, {"type": "WindowConstructionAbridged", "identifier": "Generic Double Pane", "materials": ["Generic Low-e Glass", "Generic Window Air Gap", "Generic Clear Glass"]}, {"type": "OpaqueConstructionAbridged", "identifier": "Generic Underground Roof", "materials": ["Generic 50mm Insulation", "Generic HW Concrete", "Generic Ceiling Air Gap", "Generic Acoustic Tile"]}, {"type": "OpaqueConstructionAbridged", "identifier": "Generic Exterior Wall", "materials": ["Generic Brick", "Generic LW Concrete", "Generic 50mm Insulation", "Generic Wall Air Gap", "Generic Gypsum Board"]}, {"type": "OpaqueConstructionAbridged", "identifier": "Generic Underground Wall", "materials": ["Generic 50mm Insulation", "Generic HW Concrete", "Generic Wall Air Gap", "Generic Gypsum Board"]}, {"type": "OpaqueConstructionAbridged", "identifier": "Generic Interior Ceiling", "materials": ["Generic LW Concrete", "Generic Ceiling Air Gap", "Generic Acoustic Tile"]}, {"type": "OpaqueConstructionAbridged", "identifier": "Generic Ground Slab", "materials": ["Generic 50mm Insulation", "Generic HW Concrete"]}], "materials": [{"conductivity": 0.14999999999999999, "specific_heat": 1630.0, "density": 608.0, "thermal_absorptance": 0.90000000000000002, "thickness": 0.025399999999999999, "solar_absorptance": 0.5, "visible_absorptance": 0.5, "roughness": "MediumSmooth", "type": "EnergyMaterial", "identifier": "Generic 25mm Wood"}, {"visible_reflectance_back": 0.20999999999999999, "solar_reflectance": 0.35999999999999999, "visible_reflectance": 0.20999999999999999, "type": "EnergyWindowMaterialGlazing", "emissivity_back": 0.047, "emissivity": 0.83999999999999997, "dirt_correction": 1.0, "solar_diffusing": false, "visible_transmittance": 0.70999999999999996, "infrared_transmittance": 0.0, "conductivity": 1.0, "solar_reflectance_back": 0.35999999999999999, "identifier": "Generic Low-e Glass", "solar_transmittance": 0.45000000000000001, "thickness": 0.0060000000000000001}, {"conductivity": 0.53000000000000003, "specific_heat": 840.0, "density": 1280.0, "thermal_absorptance": 0.90000000000000002, "thickness": 0.10000000000000001, "solar_absorptance": 0.80000000000000004, "visible_absorptance": 0.80000000000000004, "roughness": "MediumRough", "type": "EnergyMaterial", "identifier": "Generic LW Concrete"}, {"conductivity": 0.55600000000000005, "specific_heat": 1000.0, "density": 1.28, "thermal_absorptance": 0.90000000000000002, "thickness": 0.10000000000000001, "solar_absorptance": 0.69999999999999996, "visible_absorptance": 0.69999999999999996, "roughness": "Smooth", "type": "EnergyMaterial", "identifier": "Generic Ceiling Air Gap"}, {"conductivity": 0.059999999999999998, "specific_heat": 590.0, "density": 368.0, "thermal_absorptance": 0.90000000000000002, "thickness": 0.02, "solar_absorptance": 0.20000000000000001, "visible_absorptance": 0.20000000000000001, "roughness": "MediumSmooth", "type": "EnergyMaterial", "identifier": "Generic Acoustic Tile"}, {"conductivity": 1.95, "specific_heat": 900.0, "density": 2240.0, "thermal_absorptance": 0.90000000000000002, "thickness": 0.20000000000000001, "solar_absorptance": 0.80000000000000004, "visible_absorptance": 0.80000000000000004, "roughness": "MediumRough", "type": "EnergyMaterial", "identifier": "Generic HW Concrete"}, {"conductivity": 0.66700000000000004, "specific_heat": 1000.0, "density": 1.28, "thermal_absorptance": 0.90000000000000002, "thickness": 0.10000000000000001, "solar_absorptance": 0.69999999999999996, "visible_absorptance": 0.69999999999999996, "roughness": "Smooth", "type": "EnergyMaterial", "identifier": "Generic Wall Air Gap"}, {"conductivity": 0.16, "specific_heat": 1460.0, "density": 1120.0, "thermal_absorptance": 0.90000000000000002, "thickness": 0.01, "solar_absorptance": 0.65000000000000002, "visible_absorptance": 0.65000000000000002, "roughness": "MediumRough", "type": "EnergyMaterial", "identifier": "Generic Roof Membrane"}, {"conductivity": 0.16, "specific_heat": 1090.0, "density": 800.0, "thermal_absorptance": 0.90000000000000002, "thickness": 0.012699999999999999, "solar_absorptance": 0.5, "visible_absorptance": 0.5, "roughness": "MediumSmooth", "type": "EnergyMaterial", "identifier": "Generic Gypsum Board"}, {"gas_type": "Air", "thickness": 0.012699999999999999, "identifier": "Generic Window Air Gap", "type": "EnergyWindowMaterialGas"}, {"conductivity": 0.90000000000000002, "specific_heat": 790.0, "density": 1920.0, "thermal_absorptance": 0.90000000000000002, "thickness": 0.10000000000000001, "solar_absorptance": 0.65000000000000002, "visible_absorptance": 0.65000000000000002, "roughness": "MediumRough", "type": "EnergyMaterial", "identifier": "Generic Brick"}, {"visible_reflectance_back": 0.080000000000000002, "solar_reflectance": 0.070000000000000007, "visible_reflectance": 0.080000000000000002, "type": "EnergyWindowMaterialGlazing", "emissivity_back": 0.83999999999999997, "emissivity": 0.83999999999999997, "dirt_correction": 1.0, "solar_diffusing": false, "visible_transmittance": 0.88, "infrared_transmittance": 0.0, "conductivity": 1.0, "solar_reflectance_back": 0.070000000000000007, "identifier": "Generic Clear Glass", "solar_transmittance": 0.77000000000000002, "thickness": 0.0060000000000000001}, {"conductivity": 0.029999999999999999, "specific_heat": 1210.0, "density": 43.0, "thermal_absorptance": 0.90000000000000002, "thickness": 0.025000000000000001, "solar_absorptance": 0.69999999999999996, "visible_absorptance": 0.69999999999999996, "roughness": "MediumRough", "type": "EnergyMaterial", "identifier": "Generic 25mm Insulation"}, {"conductivity": 0.029999999999999999, "specific_heat": 1210.0, "density": 43.0, "thermal_absorptance": 0.90000000000000002, "thickness": 0.050000000000000003, "solar_absorptance": 0.69999999999999996, "visible_absorptance": 0.69999999999999996, "roughness": "MediumRough", "type": "EnergyMaterial", "identifier": "Generic 50mm Insulation"}, {"conductivity": 45.0, "specific_heat": 410.0, "density": 7690.0, "thermal_absorptance": 0.90000000000000002, "thickness": 0.0015, "solar_absorptance": 0.5, "visible_absorptance": 0.5, "roughness": "Smooth", "type": "EnergyMaterial", "identifier": "Generic Painted Metal"}], "air_boundary_construction": "Generic Air Boundary", "shade_construction": "Generic Shade", "roof_ceiling_set": {"ground_construction": "Generic Underground Roof", "interior_construction": "Generic Interior Ceiling", "exterior_construction": "Generic Roof", "type": "RoofCeilingConstructionSetAbridged"}, "wall_set": {"ground_construction": "Generic Underground Wall", "interior_construction": "Generic Interior Wall", "exterior_construction": "Generic Exterior Wall", "type": "WallConstructionSetAbridged"}, "door_set": {"overhead_construction": "Generic Exterior Door", "interior_glass_construction": "Generic Single Pane", "exterior_glass_construction": "Generic Double Pane", "type": "DoorConstructionSetAbridged", "interior_construction": "Generic Interior Door", "exterior_construction": "Generic Exterior Door"}, "context_construction": "Generic Context", "floor_set": {"ground_construction": "Generic Ground Slab", "interior_construction": "Generic Interior Floor", "exterior_construction": "Generic Exposed Floor", "type": "FloorConstructionSetAbridged"}, "type": "GlobalConstructionSet", "aperture_set": {"skylight_construction": "Generic Double Pane", "type": "ApertureConstructionSetAbridged", "interior_construction": "Generic Single Pane", "operable_construction": "Generic Double Pane", "window_construction": "Generic Double Pane"}}, "schedules": [{"identifier": "OfficeLarge BLDG_OCC_SCH", "schedule_rules": [{"apply_tuesday": false, "apply_saturday": true, "schedule_day": "OfficeLarge BLDG_OCC_SCH_Sat", "apply_friday": false, "apply_monday": false, "start_date": [1, 1], "end_date": [12, 31], "apply_wednesday": false, "type": "ScheduleRuleAbridged", "apply_thursday": false, "apply_sunday": false}, {"apply_tuesday": true, "apply_saturday": false, "schedule_day": "OfficeLarge BLDG_OCC_SCH_Wkdy", "apply_friday": true, "apply_monday": true, "start_date": [1, 1], "end_date": [12, 31], "apply_wednesday": true, "type": "ScheduleRuleAbridged", "apply_thursday": true, "apply_sunday": false}], "default_day_schedule": "OfficeLarge BLDG_OCC_SCH_Default", "summer_designday_schedule": "OfficeLarge BLDG_OCC_SCH_SmrDsn", "schedule_type_limit": "Fractional", "type": "ScheduleRulesetAbridged", "winter_designday_schedule": "OfficeLarge BLDG_OCC_SCH_WntrDsn", "day_schedules": [{"identifier": "OfficeLarge BLDG_OCC_SCH_Default", "times": [[0, 0], [6, 0], [18, 0]], "values": [0.0, 0.050000000000000003, 0.0], "type": "ScheduleDay", "interpolate": false}, {"identifier": "OfficeLarge BLDG_OCC_SCH_SmrDsn", "times": [[0, 0], [6, 0], [22, 0]], "values": [0.0, 1.0, 0.050000000000000003], "type": "ScheduleDay", "interpolate": false}, {"identifier": "OfficeLarge BLDG_OCC_SCH_WntrDsn", "times": [[0, 0]], "values": [0.0], "type": "ScheduleDay", "interpolate": false}, {"identifier": "OfficeLarge BLDG_OCC_SCH_Sat", "times": [[0, 0], [6, 0], [8, 0], [12, 0], [17, 0], [19, 0]], "values": [0.0, 0.10000000000000001, 0.29999999999999999, 0.10000000000000001, 0.050000000000000003, 0.0], "type": "ScheduleDay", "interpolate": false}, {"identifier": "OfficeLarge BLDG_OCC_SCH_Wkdy", "times": [[0, 0], [6, 0], [7, 0], [8, 0], [12, 0], [13, 0], [17, 0], [18, 0], [22, 0]], "values": [0.0, 0.10000000000000001, 0.20000000000000001, 0.94999999999999996, 0.5, 0.94999999999999996, 0.29999999999999999, 0.10000000000000001, 0.050000000000000003], "type": "ScheduleDay", "interpolate": false}]}, {"identifier": "OfficeLarge CLGSETP_SCH_NO_SETBACK", "schedule_rules": [{"apply_tuesday": true, "apply_saturday": true, "schedule_day": "OfficeLarge CLGSETP_SCH_NO_SETBACK_Sat|Wkdy", "apply_friday": true, "apply_monday": true, "start_date": [1, 1], "end_date": [12, 31], "apply_wednesday": true, "type": "ScheduleRuleAbridged", "apply_thursday": true, "apply_sunday": false}], "default_day_schedule": "OfficeLarge CLGSETP_SCH_NO_SETBACK_Default", "summer_designday_schedule": "OfficeLarge CLGSETP_SCH_NO_SETBACK_SmrDsn", "schedule_type_limit": "Temperature", "type": "ScheduleRulesetAbridged", "winter_designday_schedule": "OfficeLarge CLGSETP_SCH_NO_SETBACK_WntrDsn", "day_schedules": [{"identifier": "OfficeLarge CLGSETP_SCH_NO_SETBACK_Default", "times": [[0, 0]], "values": [24.0], "type": "ScheduleDay", "interpolate": false}, {"identifier": "OfficeLarge CLGSETP_SCH_NO_SETBACK_SmrDsn", "times": [[0, 0], [5, 0], [6, 0], [7, 0], [22, 0]], "values": [26.699999999999999, 25.699999999999999, 25.0, 24.0, 26.699999999999999], "type": "ScheduleDay", "interpolate": false}, {"identifier": "OfficeLarge CLGSETP_SCH_NO_SETBACK_WntrDsn", "times": [[0, 0]], "values": [24.0], "type": "ScheduleDay", "interpolate": false}, {"identifier": "OfficeLarge CLGSETP_SCH_NO_SETBACK_Sat|Wkdy", "times": [[0, 0]], "values": [24.0], "type": "ScheduleDay", "interpolate": false}]}, {"identifier": "OfficeLarge BLDG_LIGHT_SCH_2013", "schedule_rules": [{"apply_tuesday": false, "apply_saturday": true, "schedule_day": "OfficeLarge BLDG_LIGHT_SCH_2013_Sat", "apply_friday": false, "apply_monday": false, "start_date": [1, 1], "end_date": [12, 31], "apply_wednesday": false, "type": "ScheduleRuleAbridged", "apply_thursday": false, "apply_sunday": false}, {"apply_tuesday": true, "apply_saturday": false, "schedule_day": "OfficeLarge BLDG_LIGHT_SCH_2013_Wkdy", "apply_friday": true, "apply_monday": true, "start_date": [1, 1], "end_date": [12, 31], "apply_wednesday": true, "type": "ScheduleRuleAbridged", "apply_thursday": true, "apply_sunday": false}], "default_day_schedule": "OfficeLarge BLDG_LIGHT_SCH_2013_Default", "summer_designday_schedule": "OfficeLarge BLDG_LIGHT_SCH_2013_SmrDsn", "schedule_type_limit": "Fractional", "type": "ScheduleRulesetAbridged", "winter_designday_schedule": "OfficeLarge BLDG_LIGHT_SCH_2013_WntrDsn", "day_schedules": [{"identifier": "OfficeLarge BLDG_LIGHT_SCH_2013_Default", "times": [[0, 0], [5, 0], [18, 0]], "values": [0.050000000000000003, 0.045280056999999999, 0.050000000000000003], "type": "ScheduleDay", "interpolate": false}, {"identifier": "OfficeLarge BLDG_LIGHT_SCH_2013_SmrDsn", "times": [[0, 0]], "values": [1.0], "type": "ScheduleDay", "interpolate": false}, {"identifier": "OfficeLarge BLDG_LIGHT_SCH_2013_WntrDsn", "times": [[0, 0]], "values": [0.0], "type": "ScheduleDay", "interpolate": false}, {"identifier": "OfficeLarge BLDG_LIGHT_SCH_2013_Sat", "times": [[0, 0], [6, 0], [8, 0], [12, 0], [17, 0], [19, 0]], "values": [0.050000000000000003, 0.090560113999999997, 0.27168034200000002, 0.13584017100000001, 0.045280056999999999, 0.050000000000000003], "type": "ScheduleDay", "interpolate": false}, {"identifier": "OfficeLarge BLDG_LIGHT_SCH_2013_Wkdy", "times": [[0, 0], [5, 0], [6, 0], [7, 0], [8, 0], [17, 0], [18, 0], [20, 0], [22, 0], [23, 0]], "values": [0.050000000000000003, 0.10000000000000001, 0.090560113999999997, 0.27168034200000002, 0.81504102599999995, 0.45280057000000001, 0.27168034200000002, 0.18112022799999999, 0.090560113999999997, 0.045280056999999999], "type": "ScheduleDay", "interpolate": false}]}, {"identifier": "OfficeLarge INFIL_SCH_PNNL", "schedule_rules": [{"apply_tuesday": true, "apply_saturday": false, "schedule_day": "OfficeLarge INFIL_SCH_PNNL_Wkdy", "apply_friday": true, "apply_monday": true, "start_date": [1, 1], "end_date": [12, 31], "apply_wednesday": true, "type": "ScheduleRuleAbridged", "apply_thursday": true, "apply_sunday": false}, {"apply_tuesday": false, "apply_saturday": true, "schedule_day": "OfficeLarge INFIL_SCH_PNNL_Sat", "apply_friday": false, "apply_monday": false, "start_date": [1, 1], "end_date": [12, 31], "apply_wednesday": false, "type": "ScheduleRuleAbridged", "apply_thursday": false, "apply_sunday": false}], "default_day_schedule": "OfficeLarge INFIL_SCH_PNNL_Default", "summer_designday_schedule": "OfficeLarge INFIL_SCH_PNNL_SmrDsn", "schedule_type_limit": "Fractional", "type": "ScheduleRulesetAbridged", "winter_designday_schedule": "OfficeLarge INFIL_SCH_PNNL_WntrDsn", "day_schedules": [{"identifier": "OfficeLarge INFIL_SCH_PNNL_Default", "times": [[0, 0]], "values": [1.0], "type": "ScheduleDay", "interpolate": false}, {"identifier": "OfficeLarge INFIL_SCH_PNNL_SmrDsn", "times": [[0, 0], [6, 0], [22, 0]], "values": [1.0, 0.25, 1.0], "type": "ScheduleDay", "interpolate": false}, {"identifier": "OfficeLarge INFIL_SCH_PNNL_WntrDsn", "times": [[0, 0], [6, 0], [18, 0]], "values": [1.0, 0.25, 1.0], "type": "ScheduleDay", "interpolate": false}, {"identifier": "OfficeLarge INFIL_SCH_PNNL_Wkdy", "times": [[0, 0], [6, 0], [22, 0]], "values": [1.0, 0.25, 1.0], "type": "ScheduleDay", "interpolate": false}, {"identifier": "OfficeLarge INFIL_SCH_PNNL_Sat", "times": [[0, 0], [6, 0], [18, 0]], "values": [1.0, 0.25, 1.0], "type": "ScheduleDay", "interpolate": false}]}, {"identifier": "OfficeMedium ACTIVITY_SCH", "default_day_schedule": "OfficeMedium ACTIVITY_SCH_Default", "summer_designday_schedule": "OfficeMedium ACTIVITY_SCH_SmrDsn", "schedule_type_limit": "Activity Level", "type": "ScheduleRulesetAbridged", "winter_designday_schedule": "OfficeMedium ACTIVITY_SCH_WntrDsn", "day_schedules": [{"identifier": "OfficeMedium ACTIVITY_SCH_Default", "times": [[0, 0]], "values": [120.0], "type": "ScheduleDay", "interpolate": false}, {"identifier": "OfficeMedium ACTIVITY_SCH_SmrDsn", "times": [[0, 0]], "values": [120.0], "type": "ScheduleDay", "interpolate": false}, {"identifier": "OfficeMedium ACTIVITY_SCH_WntrDsn", "times": [[0, 0]], "values": [120.0], "type": "ScheduleDay", "interpolate": false}]}, {"identifier": "OfficeLarge BLDG_EQUIP_SCH", "schedule_rules": [{"apply_tuesday": false, "apply_saturday": true, "schedule_day": "OfficeLarge BLDG_EQUIP_SCH_Sat", "apply_friday": false, "apply_monday": false, "start_date": [1, 1], "end_date": [12, 31], "apply_wednesday": false, "type": "ScheduleRuleAbridged", "apply_thursday": false, "apply_sunday": false}, {"apply_tuesday": true, "apply_saturday": false, "schedule_day": "OfficeLarge BLDG_EQUIP_SCH_Wkdy", "apply_friday": true, "apply_monday": true, "start_date": [1, 1], "end_date": [12, 31], "apply_wednesday": true, "type": "ScheduleRuleAbridged", "apply_thursday": true, "apply_sunday": false}], "default_day_schedule": "OfficeLarge BLDG_EQUIP_SCH_Default", "summer_designday_schedule": "OfficeLarge BLDG_EQUIP_SCH_SmrDsn", "schedule_type_limit": "Fractional", "type": "ScheduleRulesetAbridged", "winter_designday_schedule": "OfficeLarge BLDG_EQUIP_SCH_WntrDsn", "day_schedules": [{"identifier": "OfficeLarge BLDG_EQUIP_SCH_Default", "times": [[0, 0]], "values": [0.29999999999999999], "type": "ScheduleDay", "interpolate": false}, {"identifier": "OfficeLarge BLDG_EQUIP_SCH_SmrDsn", "times": [[0, 0]], "values": [1.0], "type": "ScheduleDay", "interpolate": false}, {"identifier": "OfficeLarge BLDG_EQUIP_SCH_WntrDsn", "times": [[0, 0]], "values": [0.0], "type": "ScheduleDay", "interpolate": false}, {"identifier": "OfficeLarge BLDG_EQUIP_SCH_Sat", "times": [[0, 0], [6, 0], [8, 0], [12, 0], [17, 0]], "values": [0.29999999999999999, 0.40000000000000002, 0.5, 0.34999999999999998, 0.29999999999999999], "type": "ScheduleDay", "interpolate": false}, {"identifier": "OfficeLarge BLDG_EQUIP_SCH_Wkdy", "times": [[0, 0], [8, 0], [12, 0], [13, 0], [17, 0], [18, 0]], "values": [0.40000000000000002, 0.90000000000000002, 0.80000000000000004, 0.90000000000000002, 0.5, 0.40000000000000002], "type": "ScheduleDay", "interpolate": false}]}, {"identifier": "OfficeLarge HTGSETP_SCH_YES_OPTIMUM", "schedule_rules": [{"apply_tuesday": false, "apply_saturday": true, "schedule_day": "OfficeLarge HTGSETP_SCH_YES_OPTIMUM_Sat", "apply_friday": false, "apply_monday": false, "start_date": [1, 1], "end_date": [12, 31], "apply_wednesday": false, "type": "ScheduleRuleAbridged", "apply_thursday": false, "apply_sunday": false}, {"apply_tuesday": true, "apply_saturday": false, "schedule_day": "OfficeLarge HTGSETP_SCH_YES_OPTIMUM_Wkdy", "apply_friday": true, "apply_monday": true, "start_date": [1, 1], "end_date": [12, 31], "apply_wednesday": true, "type": "ScheduleRuleAbridged", "apply_thursday": true, "apply_sunday": false}], "default_day_schedule": "OfficeLarge HTGSETP_SCH_YES_OPTIMUM_Default", "summer_designday_schedule": "OfficeLarge HTGSETP_SCH_YES_OPTIMUM_SmrDsn", "schedule_type_limit": "Temperature", "type": "ScheduleRulesetAbridged", "winter_designday_schedule": "OfficeLarge HTGSETP_SCH_YES_OPTIMUM_WntrDsn", "day_schedules": [{"identifier": "OfficeLarge HTGSETP_SCH_YES_OPTIMUM_Default", "times": [[0, 0]], "values": [15.6], "type": "ScheduleDay", "interpolate": false}, {"identifier": "OfficeLarge HTGSETP_SCH_YES_OPTIMUM_SmrDsn", "times": [[0, 0]], "values": [15.6], "type": "ScheduleDay", "interpolate": false}, {"identifier": "OfficeLarge HTGSETP_SCH_YES_OPTIMUM_WntrDsn", "times": [[0, 0], [5, 0], [6, 0], [7, 0], [22, 0]], "values": [15.6, 17.600000000000001, 19.600000000000001, 21.0, 15.6], "type": "ScheduleDay", "interpolate": false}, {"identifier": "OfficeLarge HTGSETP_SCH_YES_OPTIMUM_Sat", "times": [[0, 0], [4, 0], [5, 0], [6, 0], [17, 0]], "values": [15.6, 17.800000000000001, 20.0, 21.0, 15.6], "type": "ScheduleDay", "interpolate": false}, {"identifier": "OfficeLarge HTGSETP_SCH_YES_OPTIMUM_Wkdy", "times": [[0, 0], [4, 0], [5, 0], [6, 0], [22, 0]], "values": [15.6, 17.800000000000001, 20.0, 21.0, 15.6], "type": "ScheduleDay", "interpolate": false}]}], "program_types": [{"identifier": "2013::LargeOffice::OpenOffice", "infiltration": {"flow_per_exterior_area": 0.00022656800000000002, "schedule": "OfficeLarge INFIL_SCH_PNNL", "type": "InfiltrationAbridged", "identifier": "2013::LargeOffice::OpenOffice_Infiltration"}, "lighting": {"identifier": "2013::LargeOffice::OpenOffice_Lighting", "radiant_fraction": 0.40000000000000002, "visible_fraction": 0.20000000000000001, "baseline_watts_per_area": 10.548622, "type": "LightingAbridged", "return_air_fraction": 0.40000000000000002, "watts_per_area": 10.548622, "schedule": "OfficeLarge BLDG_LIGHT_SCH_2013"}, "electric_equipment": {"identifier": "2013::LargeOffice::OpenOffice_Electric", "radiant_fraction": 0.5, "latent_fraction": 0.0, "type": "ElectricEquipmentAbridged", "watts_per_area": 7.6423689999999995, "lost_fraction": 0.0, "schedule": "OfficeLarge BLDG_EQUIP_SCH"}, "setpoint": {"heating_schedule": "OfficeLarge HTGSETP_SCH_YES_OPTIMUM", "type": "SetpointAbridged", "cooling_schedule": "OfficeLarge CLGSETP_SCH_NO_SETBACK", "identifier": "2013::LargeOffice::OpenOffice_Setpoint"}, "ventilation": {"flow_per_area": 0.00030479999999999998, "type": "VentilationAbridged", "flow_per_person": 0.002359735, "identifier": "2013::LargeOffice::OpenOffice_Ventilation"}, "type": "ProgramTypeAbridged", "people": {"identifier": "2013::LargeOffice::OpenOffice_People", "radiant_fraction": 0.29999999999999999, "people_per_area": 0.056510554018707679, "latent_fraction": {"type": "Autocalculate"}, "occupancy_schedule": "OfficeLarge BLDG_OCC_SCH", "type": "PeopleAbridged", "activity_schedule": "OfficeMedium ACTIVITY_SCH"}}], "electric_load_center": {"inverter_efficiency": 0.95999999999999996, "type": "ElectricLoadCenter", "inverter_dc_to_ac_size_ratio": 1.1000000000000001}, "construction_sets": [{"identifier": "2013::ClimateZone5::SteelFramed", "air_boundary_construction": null, "shade_construction": null, "roof_ceiling_set": {"ground_construction": null, "interior_construction": null, "exterior_construction": "Typical IEAD Roof-R32", "type": "RoofCeilingConstructionSetAbridged"}, "wall_set": {"ground_construction": "Typical Insulated Basement Mass Wall-R8", "interior_construction": null, "exterior_construction": "Typical Insulated Steel Framed Exterior Wall-R19", "type": "WallConstructionSetAbridged"}, "door_set": {"overhead_construction": "Typical Overhead Door-R2", "interior_glass_construction": null, "exterior_glass_construction": "U 0.44 SHGC 0.26 Dbl Ref-B-H Clr 6mm/13mm Air", "type": "DoorConstructionSetAbridged", "interior_construction": null, "exterior_construction": "Typical Insulated Metal Door-R2"}, "floor_set": {"ground_construction": "Typical Insulated Carpeted 8in Slab Floor-R5", "interior_construction": null, "exterior_construction": "Typical Insulated Steel Framed Exterior Floor-R27", "type": "FloorConstructionSetAbridged"}, "type": "ConstructionSetAbridged", "aperture_set": {"skylight_construction": "Window_U_0.50_SHGC_0.40_Skylight_Frame_Width_0.430_in", "type": "ApertureConstructionSetAbridged", "interior_construction": null, "operable_construction": "U 0.48 SHGC 0.40 Dbl Ref-D Clr 6mm/13mm", "window_construction": "U 0.48 SHGC 0.40 Dbl Ref-D Clr 6mm/13mm"}}]}, "type": "ModelProperties"}} \ No newline at end of file diff --git a/samples/inputs/inputs.json b/samples/inputs/inputs.json new file mode 100644 index 0000000..016751e --- /dev/null +++ b/samples/inputs/inputs.json @@ -0,0 +1,5 @@ +{ + "wea": "BRA_PR_Curitiba.838420_INMET.epw", + "model": "sample_model_grid.hbjson", + "radiance-parameters": "-ab 2 -ad 512 -lw 2e-05 -dr 0" +} diff --git a/samples/requirements.txt b/samples/requirements.txt new file mode 100644 index 0000000..a0e373e --- /dev/null +++ b/samples/requirements.txt @@ -0,0 +1 @@ +pollination-io==1.0.3 diff --git a/samples/run_jobs.py b/samples/run_jobs.py new file mode 100644 index 0000000..d80a4b2 --- /dev/null +++ b/samples/run_jobs.py @@ -0,0 +1,116 @@ +"""Run sample runs on Pollination.""" +from pathlib import Path +import json +import datetime +import time +import sys +import os +from requests.exceptions import HTTPError + +from pollination_io.api.client import ApiClient +from pollination_io.interactors import NewJob, Recipe +from queenbee.job.job import JobStatusEnum + + +# get environment variables +api_key = os.environ['QB_POLLINATION_TOKEN'] +recipe_tag = os.environ['TAG'] +host = os.environ['HOST'] + +recipe_owner = 'ladybug-tools' +recipe_name = 'pmv-comfort-map' +project_owner = 'ladybug-tools' +project = 'pmv-comfort-map' + +api_client = ApiClient(host, api_key) +recipe = Recipe(recipe_owner, recipe_name, recipe_tag, client=api_client) +recipe.add_to_project(f'{project_owner}/{project}') + +# load recipe inputs for each sample run +samples_path = Path(__file__).parent.resolve().joinpath('sample_runs.json') +with open(samples_path, encoding='utf-8') as samples_json: + sample_runs = json.load(samples_json) + +# create a new job +datetime_now = datetime.datetime.now().strftime('%Y-%m-%d %H:%M:%S') +name = f'Samples (Scheduled by GitHub workflow: {datetime_now})' +new_study = NewJob(project_owner, project, recipe, name=name, client=api_client) + +# get all unique artifacts +artifacts = set() +for sample_run in sample_runs: + for recipe_input, value in sample_run['artifacts'].items(): + input_path = Path(__file__).parent.resolve().joinpath(value) + assert input_path.exists(), f'{input_path} does not exist.' + artifacts.add(value) + +# upload unique artifacts +artifacts_path = {} +for artifact in artifacts: + input_path = Path(__file__).parent.resolve().joinpath(artifact) + artifact_path = new_study.upload_artifact(input_path) + artifacts_path[artifact] = artifact_path + +# get recipe inputs for each run and upload artifact +study_inputs = [] +for sample_run in sample_runs: + inputs = dict(sample_run['inputs']) + for recipe_input, value in sample_run['artifacts'].items(): + inputs[recipe_input] = artifacts_path[value] + study_inputs.append(inputs) + +# add the inputs to the study +new_study.arguments = study_inputs + +# create the study +running_study = new_study.create() +if host == 'https://api.staging.pollination.cloud': + pollination_url = 'https://app.staging.pollination.cloud' +else: + pollination_url = 'https://app.pollination.cloud' +job_url = f'{pollination_url}/{running_study.owner}/projects/{running_study.project}/jobs/{running_study.id}' +print(job_url) + +# wait for 5 seconds +time.sleep(5) + +# check status of study +status = running_study.status.status +http_errors = 0 +while True: + status_info = running_study.status + print('\t# ------------------ #') + print(f'\t# pending runs: {status_info.runs_pending}') + print(f'\t# running runs: {status_info.runs_running}') + print(f'\t# failed runs: {status_info.runs_failed}') + print(f'\t# completed runs: {status_info.runs_completed}') + if status in [ + JobStatusEnum.pre_processing, JobStatusEnum.running, JobStatusEnum.created, + JobStatusEnum.unknown + ]: + time.sleep(15) + try: + running_study.refresh() + except HTTPError as e: + status_code = e.response.status_code + print(str(e)) + if status_code == 500: + http_errors += 1 + if http_errors > 3: + # failed for than 3 times with no success + raise HTTPError(e) + # wait for additional 10 seconds + time.sleep(10) + else: + http_errors = 0 + status = status_info.status + else: + # study is finished + time.sleep(2) + break + +# return exit status +if status_info.runs_failed != 0: + sys.exit(1) +else: + sys.exit(0) diff --git a/samples/sample_runs.json b/samples/sample_runs.json new file mode 100644 index 0000000..6ec6d15 --- /dev/null +++ b/samples/sample_runs.json @@ -0,0 +1,11 @@ +[ + { + "artifacts": { + "model": "artifacts/sample_model_grid.hbjson", + "epw": "artifacts/USA_MA_Boston-Logan.Intl.AP.725090_TMY3.epw", + "ddy": "artifacts/USA_MA_Boston-Logan.Intl.AP.725090_TMY3.ddy", + "clo-value": "artifacts/clo.csv" + }, + "inputs": {} + } +]