urbanopt-cli 0.4.0 → 0.4.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.github/pull_request_template.md +2 -2
- data/CHANGELOG.md +15 -0
- data/Gemfile +11 -11
- data/README.md +1 -1
- data/example_files/Gemfile +3 -3
- data/example_files/mappers/Baseline.rb +233 -204
- data/example_files/mappers/HighEfficiency.rb +41 -8
- data/example_files/measures/BuildResidentialModel/measure.rb +25 -5
- data/example_files/resources/hpxml-measures/.gitignore +1 -2
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/measure.rb +364 -694
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/measure.xml +1506 -889
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/constants.rb +12 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/location.rb +1 -1
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules.rb +1068 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_README.md +45 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_clothes_dryer_power_consumption_dist.csv +95 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_clothes_dryer_power_duration_dist.csv +95 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_clothes_washer_cluster_size_probability.csv +6 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_clothes_washer_event_duration_probability.csv +44 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_clothes_washer_power_consumption_dist.csv +93 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_clothes_washer_power_duration_dist.csv +93 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_config.yml +61 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_cooking_power_consumption_dist.csv +63 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_cooking_power_duration_dist.csv +63 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_dishwasher_cluster_size_probability.csv +8 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_dishwasher_event_duration_probability.csv +192 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_dishwasher_power_consumption_dist.csv +56 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_dishwasher_power_duration_dist.csv +56 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_shower_cluster_size_probability.csv +4 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_shower_event_duration_probability.csv +1531 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_duration_probability_cluster_0_cooking_evening_duration_probability.csv +10 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_duration_probability_cluster_0_cooking_midday_duration_probability.csv +20 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_duration_probability_cluster_0_cooking_morning_duration_probability.csv +19 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_duration_probability_cluster_0_dishwashing_evening_duration_probability.csv +7 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_duration_probability_cluster_0_dishwashing_midday_duration_probability.csv +11 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_duration_probability_cluster_0_dishwashing_morning_duration_probability.csv +11 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_duration_probability_cluster_0_laundry_evening_duration_probability.csv +12 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_duration_probability_cluster_0_laundry_midday_duration_probability.csv +19 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_duration_probability_cluster_0_laundry_morning_duration_probability.csv +19 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_duration_probability_cluster_0_shower_evening_duration_probability.csv +10 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_duration_probability_cluster_0_shower_midday_duration_probability.csv +12 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_duration_probability_cluster_0_shower_morning_duration_probability.csv +11 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_duration_probability_cluster_1_cooking_evening_duration_probability.csv +8 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_duration_probability_cluster_1_cooking_midday_duration_probability.csv +21 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_duration_probability_cluster_1_cooking_morning_duration_probability.csv +26 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_duration_probability_cluster_1_dishwashing_evening_duration_probability.csv +6 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_duration_probability_cluster_1_dishwashing_midday_duration_probability.csv +14 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_duration_probability_cluster_1_dishwashing_morning_duration_probability.csv +15 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_duration_probability_cluster_1_laundry_evening_duration_probability.csv +7 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_duration_probability_cluster_1_laundry_midday_duration_probability.csv +19 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_duration_probability_cluster_1_laundry_morning_duration_probability.csv +25 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_duration_probability_cluster_1_shower_evening_duration_probability.csv +9 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_duration_probability_cluster_1_shower_midday_duration_probability.csv +11 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_duration_probability_cluster_1_shower_morning_duration_probability.csv +14 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_duration_probability_cluster_2_cooking_evening_duration_probability.csv +10 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_duration_probability_cluster_2_cooking_midday_duration_probability.csv +16 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_duration_probability_cluster_2_cooking_morning_duration_probability.csv +15 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_duration_probability_cluster_2_dishwashing_evening_duration_probability.csv +7 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_duration_probability_cluster_2_dishwashing_midday_duration_probability.csv +5 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_duration_probability_cluster_2_dishwashing_morning_duration_probability.csv +5 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_duration_probability_cluster_2_laundry_evening_duration_probability.csv +13 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_duration_probability_cluster_2_laundry_midday_duration_probability.csv +12 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_duration_probability_cluster_2_laundry_morning_duration_probability.csv +13 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_duration_probability_cluster_2_shower_evening_duration_probability.csv +10 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_duration_probability_cluster_2_shower_midday_duration_probability.csv +10 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_duration_probability_cluster_2_shower_morning_duration_probability.csv +14 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_duration_probability_cluster_3_cooking_evening_duration_probability.csv +9 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_duration_probability_cluster_3_cooking_midday_duration_probability.csv +18 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_duration_probability_cluster_3_cooking_morning_duration_probability.csv +10 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_duration_probability_cluster_3_dishwashing_evening_duration_probability.csv +8 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_duration_probability_cluster_3_dishwashing_midday_duration_probability.csv +10 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_duration_probability_cluster_3_dishwashing_morning_duration_probability.csv +8 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_duration_probability_cluster_3_laundry_evening_duration_probability.csv +10 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_duration_probability_cluster_3_laundry_midday_duration_probability.csv +17 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_duration_probability_cluster_3_laundry_morning_duration_probability.csv +14 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_duration_probability_cluster_3_shower_evening_duration_probability.csv +7 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_duration_probability_cluster_3_shower_midday_duration_probability.csv +12 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_duration_probability_cluster_3_shower_morning_duration_probability.csv +14 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_mkv_chain_initial_prob_cluster_0.csv +7 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_mkv_chain_initial_prob_cluster_1.csv +7 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_mkv_chain_initial_prob_cluster_2.csv +7 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_mkv_chain_initial_prob_cluster_3.csv +7 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_mkv_chain_transition_prob_cluster_0.csv +665 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_mkv_chain_transition_prob_cluster_1.csv +665 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_mkv_chain_transition_prob_cluster_2.csv +665 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_mkv_chain_transition_prob_cluster_3.csv +665 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_duration_probability_cluster_0_cooking_evening_duration_probability.csv +12 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_duration_probability_cluster_0_cooking_midday_duration_probability.csv +22 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_duration_probability_cluster_0_cooking_morning_duration_probability.csv +18 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_duration_probability_cluster_0_dishwashing_evening_duration_probability.csv +9 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_duration_probability_cluster_0_dishwashing_midday_duration_probability.csv +10 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_duration_probability_cluster_0_dishwashing_morning_duration_probability.csv +10 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_duration_probability_cluster_0_laundry_evening_duration_probability.csv +11 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_duration_probability_cluster_0_laundry_midday_duration_probability.csv +22 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_duration_probability_cluster_0_laundry_morning_duration_probability.csv +18 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_duration_probability_cluster_0_shower_evening_duration_probability.csv +8 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_duration_probability_cluster_0_shower_midday_duration_probability.csv +10 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_duration_probability_cluster_0_shower_morning_duration_probability.csv +15 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_duration_probability_cluster_1_cooking_evening_duration_probability.csv +14 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_duration_probability_cluster_1_cooking_midday_duration_probability.csv +23 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_duration_probability_cluster_1_cooking_morning_duration_probability.csv +24 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_duration_probability_cluster_1_dishwashing_evening_duration_probability.csv +12 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_duration_probability_cluster_1_dishwashing_midday_duration_probability.csv +14 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_duration_probability_cluster_1_dishwashing_morning_duration_probability.csv +15 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_duration_probability_cluster_1_laundry_evening_duration_probability.csv +12 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_duration_probability_cluster_1_laundry_midday_duration_probability.csv +21 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_duration_probability_cluster_1_laundry_morning_duration_probability.csv +22 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_duration_probability_cluster_1_shower_evening_duration_probability.csv +9 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_duration_probability_cluster_1_shower_midday_duration_probability.csv +15 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_duration_probability_cluster_1_shower_morning_duration_probability.csv +14 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_duration_probability_cluster_2_cooking_evening_duration_probability.csv +7 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_duration_probability_cluster_2_cooking_midday_duration_probability.csv +21 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_duration_probability_cluster_2_cooking_morning_duration_probability.csv +20 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_duration_probability_cluster_2_dishwashing_evening_duration_probability.csv +7 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_duration_probability_cluster_2_dishwashing_midday_duration_probability.csv +6 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_duration_probability_cluster_2_dishwashing_morning_duration_probability.csv +10 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_duration_probability_cluster_2_laundry_evening_duration_probability.csv +9 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_duration_probability_cluster_2_laundry_midday_duration_probability.csv +16 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_duration_probability_cluster_2_laundry_morning_duration_probability.csv +16 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_duration_probability_cluster_2_shower_evening_duration_probability.csv +9 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_duration_probability_cluster_2_shower_midday_duration_probability.csv +11 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_duration_probability_cluster_2_shower_morning_duration_probability.csv +14 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_duration_probability_cluster_3_cooking_evening_duration_probability.csv +8 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_duration_probability_cluster_3_cooking_midday_duration_probability.csv +24 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_duration_probability_cluster_3_cooking_morning_duration_probability.csv +34 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_duration_probability_cluster_3_dishwashing_evening_duration_probability.csv +6 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_duration_probability_cluster_3_dishwashing_midday_duration_probability.csv +12 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_duration_probability_cluster_3_dishwashing_morning_duration_probability.csv +13 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_duration_probability_cluster_3_laundry_evening_duration_probability.csv +10 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_duration_probability_cluster_3_laundry_midday_duration_probability.csv +24 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_duration_probability_cluster_3_laundry_morning_duration_probability.csv +29 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_duration_probability_cluster_3_shower_evening_duration_probability.csv +8 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_duration_probability_cluster_3_shower_midday_duration_probability.csv +14 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_duration_probability_cluster_3_shower_morning_duration_probability.csv +16 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_mkv_chain_initial_prob_cluster_0.csv +7 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_mkv_chain_initial_prob_cluster_1.csv +7 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_mkv_chain_initial_prob_cluster_2.csv +7 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_mkv_chain_initial_prob_cluster_3.csv +7 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_mkv_chain_transition_prob_cluster_0.csv +665 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_mkv_chain_transition_prob_cluster_1.csv +665 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_mkv_chain_transition_prob_cluster_2.csv +665 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_mkv_chain_transition_prob_cluster_3.csv +665 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-appliances-coal.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-appliances-dehumidifier-50percent.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-appliances-dehumidifier-ief.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-appliances-dehumidifier.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-appliances-gas.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-appliances-modified.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-appliances-none.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-appliances-oil.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-appliances-propane.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-appliances-wood.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-atticroof-flat.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-atticroof-radiant-barrier.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-atticroof-unvented-insulated-roof.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-atticroof-vented.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-dhw-combi-tankless-outside.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-dhw-combi-tankless.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-dhw-dwhr.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-dhw-indirect-outside.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-dhw-indirect-standbyloss.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-dhw-indirect-with-solar-fraction.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-dhw-indirect.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-dhw-jacket-electric.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-dhw-jacket-gas.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-dhw-jacket-hpwh.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-dhw-jacket-indirect.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-dhw-low-flow-fixtures.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-dhw-none.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-dhw-recirc-demand.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-dhw-recirc-manual.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-dhw-recirc-nocontrol.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-dhw-recirc-temperature.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-dhw-recirc-timer.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-dhw-solar-direct-evacuated-tube.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-dhw-solar-direct-flat-plate.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-dhw-solar-direct-ics.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-dhw-solar-fraction.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-dhw-solar-indirect-flat-plate.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-dhw-solar-thermosyphon-flat-plate.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-dhw-tank-coal.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-dhw-tank-gas-outside.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-dhw-tank-gas.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-dhw-tank-heat-pump-outside.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-dhw-tank-heat-pump-with-solar-fraction.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-dhw-tank-heat-pump-with-solar.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-dhw-tank-heat-pump.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-dhw-tank-oil.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-dhw-tank-wood.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-dhw-tankless-electric-outside.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-dhw-tankless-electric.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-dhw-tankless-gas-with-solar-fraction.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-dhw-tankless-gas-with-solar.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-dhw-tankless-gas.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-dhw-tankless-propane.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-dhw-uef.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-enclosure-2stories-garage.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-enclosure-2stories.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-enclosure-beds-1.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-enclosure-beds-2.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-enclosure-beds-4.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-enclosure-beds-5.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-enclosure-garage.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-enclosure-infil-ach-house-pressure.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-enclosure-infil-cfm-house-pressure.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-enclosure-infil-cfm50.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-enclosure-infil-flue.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-enclosure-infil-natural-ach.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-enclosure-overhangs.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-enclosure-windows-none.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-foundation-ambient.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-foundation-conditioned-basement-slab-insulation.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-foundation-slab.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-foundation-unconditioned-basement-assembly-r.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-foundation-unconditioned-basement-wall-insulation.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-foundation-unconditioned-basement.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-foundation-unvented-crawlspace.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-foundation-vented-crawlspace.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-air-to-air-heat-pump-1-speed.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-air-to-air-heat-pump-2-speed.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-air-to-air-heat-pump-var-speed.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-boiler-coal-only.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-boiler-elec-only.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-boiler-gas-central-ac-1-speed.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-boiler-gas-only.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-boiler-oil-only.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-boiler-propane-only.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-boiler-wood-only.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-central-ac-only-1-speed.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-central-ac-only-2-speed.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-central-ac-only-var-speed.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-central-ac-plus-air-to-air-heat-pump-heating.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-dual-fuel-air-to-air-heat-pump-1-speed-electric.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-dual-fuel-air-to-air-heat-pump-1-speed.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-dual-fuel-air-to-air-heat-pump-2-speed.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-dual-fuel-air-to-air-heat-pump-var-speed.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-dual-fuel-mini-split-heat-pump-ducted.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-ducts-leakage-percent.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-elec-resistance-only.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-evap-cooler-furnace-gas.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-evap-cooler-only-ducted.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-evap-cooler-only.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-fireplace-wood-only.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-fixed-heater-gas-only.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-floor-furnace-propane-only.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-furnace-elec-central-ac-1-speed.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-furnace-elec-only.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-furnace-gas-central-ac-2-speed.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-furnace-gas-central-ac-var-speed.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-furnace-gas-only.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-furnace-gas-room-ac.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-furnace-oil-only.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-furnace-propane-only.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-furnace-wood-only.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-ground-to-air-heat-pump.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-mini-split-air-conditioner-only-ducted.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-mini-split-air-conditioner-only-ductless.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-mini-split-heat-pump-ducted-cooling-only.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-mini-split-heat-pump-ducted-heating-only.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-mini-split-heat-pump-ducted.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-mini-split-heat-pump-ductless.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-none.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-portable-heater-gas-only.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-programmable-thermostat.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-room-ac-only-33percent.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-room-ac-only.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-setpoints.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-stove-oil-only.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-stove-wood-pellets-only.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-undersized.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-wall-furnace-elec-only.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-lighting-ceiling-fans.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-lighting-detailed.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/{base-location-epw-filepath-AMY-2012.osw → base-location-AMY-2012.osw} +12 -58
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-location-baltimore-md.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-location-dallas-tx.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-location-duluth-mn.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-location-miami-fl.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-mechvent-balanced.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-mechvent-bath-kitchen-fans.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-mechvent-cfis-evap-cooler-only-ducted.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-mechvent-cfis.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-mechvent-erv-atre-asre.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-mechvent-erv.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-mechvent-exhaust.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-mechvent-hrv-asre.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-mechvent-hrv.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-mechvent-supply.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-mechvent-whole-house-fan.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-misc-defaults.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-misc-loads-large-uncommon.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-misc-loads-large-uncommon2.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-misc-neighbor-shading.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-misc-usage-multiplier.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-multifamily.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-pv.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-schedules-stochastic.osw +363 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/{base-location-epw-filepath.osw → base-schedules-user-specified.osw} +13 -58
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-simcontrol-calendar-year-custom.osw +364 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-simcontrol-daylight-saving-custom.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-simcontrol-daylight-saving-disabled.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-simcontrol-runperiod-1-month.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-simcontrol-timestep-10-mins.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-single-family-attached.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/build_residential_hpxml_test.rb +53 -2
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/extra-auto.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/extra-dhw-shared-water-heater.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/extra-dhw-solar-latitude.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/extra-enclosure-garage-partially-protruded.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/extra-mechvent-shared-preconditioning.osw +373 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/extra-mechvent-shared.osw +367 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/extra-pv-roofpitch.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/extra-pv-shared.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/extra-second-heating-system-fireplace.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/extra-second-heating-system-portable-heater.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/extra-second-refrigerator.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/extra-vacancy-6-months.osw +367 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/invalid_files/conditioned-attic-with-floor-insulation.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/invalid_files/conditioned-basement-with-ceiling-insulation.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/invalid_files/cooling-system-and-heat-pump.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/invalid_files/dhw-indirect-without-boiler.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/invalid_files/ducts-location-and-areas-not-same-type.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/invalid_files/heating-system-and-heat-pump.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/invalid_files/multifamily-bottom-crawlspace-zero-foundation-height.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/invalid_files/multifamily-bottom-slab-non-zero-foundation-height.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/invalid_files/multifamily-no-building-orientation.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/invalid_files/non-electric-heat-pump-water-heater.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/invalid_files/non-integer-ceiling-fan-quantity.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/invalid_files/non-integer-geometry-num-bathrooms.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/invalid_files/second-heating-system-serves-majority-heat.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/invalid_files/single-family-attached-ambient.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/invalid_files/single-family-attached-no-building-orientation.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/invalid_files/single-family-detached-finished-basement-zero-foundation-height.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/invalid_files/single-family-detached-slab-non-zero-foundation-height.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/invalid_files/slab-non-zero-foundation-height-above-grade.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/invalid_files/unconditioned-basement-with-wall-and-ceiling-insulation.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/invalid_files/unvented-attic-with-floor-and-roof-insulation.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/invalid_files/unvented-crawlspace-with-wall-and-ceiling-insulation.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/invalid_files/vented-attic-with-floor-and-roof-insulation.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/invalid_files/vented-crawlspace-with-wall-and-ceiling-insulation.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/schedules/stochastic.csv +8761 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/schedules/user-specified.csv +8761 -0
- data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/measure.rb +65 -61
- data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/measure.xml +104 -113
- data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/EPvalidator.xml +9 -1
- data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/airflow.rb +62 -10
- data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/constants.rb +4 -0
- data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/geometry.rb +8 -3
- data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/hotwater_appliances.rb +127 -52
- data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/hpxml.rb +21 -3
- data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/hpxml_defaults.rb +67 -45
- data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/hvac.rb +17 -11
- data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/lighting.rb +54 -26
- data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/location.rb +3 -7
- data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/misc_loads.rb +85 -20
- data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/schedules.rb +500 -21
- data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/weather.rb +5 -2
- data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/tests/test_airflow.rb +14 -0
- data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/tests/test_defaults.rb +44 -5
- data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/tests/test_hotwater_appliance.rb +2 -2
- data/example_files/resources/hpxml-measures/SimulationOutputReport/measure.rb +15 -5
- data/example_files/resources/hpxml-measures/SimulationOutputReport/measure.xml +10 -10
- data/example_files/resources/hpxml-measures/SimulationOutputReport/resources/constants.rb +2 -0
- data/example_files/resources/hpxml-measures/SimulationOutputReport/tests/output_report_test.rb +29 -3
- data/example_files/resources/hpxml-measures/docs/source/build_residential_hpxml.rst +21 -7
- data/example_files/resources/hpxml-measures/docs/source/hpxml_to_openstudio.rst +36 -8
- data/example_files/resources/hpxml-measures/docs/source/simulation_output_report.rst +5 -4
- data/example_files/resources/hpxml-measures/tasks.rb +101 -175
- data/example_files/resources/hpxml-measures/weather/US_CO_Boulder_AMY_2012-cache.csv +1 -1
- data/example_files/resources/hpxml-measures/weather/US_CO_Boulder_AMY_2012.epw +1 -1
- data/example_files/resources/hpxml-measures/workflow/run_simulation.rb +0 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-appliances-coal.xml +3 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-appliances-dehumidifier-50percent.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-appliances-dehumidifier-ief.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-appliances-dehumidifier.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-appliances-gas.xml +3 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-appliances-modified.xml +6 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-appliances-none.xml +3 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-appliances-oil.xml +3 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-appliances-propane.xml +3 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-appliances-wood.xml +3 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-atticroof-cathedral.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-atticroof-conditioned.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-atticroof-flat.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-atticroof-radiant-barrier.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-atticroof-unvented-insulated-roof.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-atticroof-vented.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-combi-tankless-outside.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-combi-tankless.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-desuperheater-2-speed.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-desuperheater-gshp.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-desuperheater-hpwh.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-desuperheater-tankless.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-desuperheater-var-speed.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-desuperheater.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-dwhr.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-indirect-dse.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-indirect-outside.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-indirect-standbyloss.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-indirect-with-solar-fraction.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-indirect.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-jacket-electric.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-jacket-gas.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-jacket-hpwh.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-jacket-indirect.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-low-flow-fixtures.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-multiple.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-none.xml +3 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-recirc-demand.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-recirc-manual.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-recirc-nocontrol.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-recirc-temperature.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-recirc-timer.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-shared-laundry-room.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-shared-water-heater-recirc.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-shared-water-heater.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-solar-direct-evacuated-tube.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-solar-direct-flat-plate.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-solar-direct-ics.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-solar-fraction.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-solar-indirect-flat-plate.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-solar-thermosyphon-flat-plate.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-tank-coal.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-tank-gas-outside.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-tank-gas.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-tank-heat-pump-outside.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-tank-heat-pump-with-solar-fraction.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-tank-heat-pump-with-solar.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-tank-heat-pump.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-tank-oil.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-tank-wood.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-tankless-electric-outside.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-tankless-electric.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-tankless-gas-with-solar-fraction.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-tankless-gas-with-solar.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-tankless-gas.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-tankless-propane.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-uef.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-2stories-garage.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-2stories.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-attached-multifamily.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-beds-1.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-beds-2.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-beds-4.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-beds-5.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-common-surfaces.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-garage.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-infil-ach-house-pressure.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-infil-cfm-house-pressure.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-infil-cfm50.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-infil-flue.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-infil-natural-ach.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-other-heated-space.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-other-housing-unit.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-other-multifamily-buffer-space.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-other-non-freezing-space.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-overhangs.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-rooftypes.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-skylights.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-split-surfaces.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-walltypes.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-windows-interior-shading.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-windows-none.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-foundation-ambient.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-foundation-complex.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-foundation-conditioned-basement-slab-insulation.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-foundation-conditioned-basement-wall-interior-insulation.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-foundation-multiple.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-foundation-slab.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-foundation-unconditioned-basement-above-grade.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-foundation-unconditioned-basement-assembly-r.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-foundation-unconditioned-basement-wall-insulation.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-foundation-unconditioned-basement.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-foundation-unvented-crawlspace.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-foundation-vented-crawlspace.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-foundation-walkout-basement.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-air-to-air-heat-pump-1-speed.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-air-to-air-heat-pump-2-speed.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-air-to-air-heat-pump-var-speed.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-boiler-coal-only.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-boiler-elec-only.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-boiler-gas-central-ac-1-speed.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-boiler-gas-only.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-boiler-oil-only.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-boiler-propane-only.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-boiler-wood-only.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-central-ac-only-1-speed.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-central-ac-only-2-speed.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-central-ac-only-var-speed.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-central-ac-plus-air-to-air-heat-pump-heating.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-dse.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-dual-fuel-air-to-air-heat-pump-1-speed-electric.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-dual-fuel-air-to-air-heat-pump-1-speed.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-dual-fuel-air-to-air-heat-pump-2-speed.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-dual-fuel-air-to-air-heat-pump-var-speed.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-dual-fuel-mini-split-heat-pump-ducted.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-ducts-leakage-percent.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-elec-resistance-only.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-evap-cooler-furnace-gas.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-evap-cooler-only-ducted.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-evap-cooler-only.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-fireplace-wood-only.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-fixed-heater-gas-only.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-floor-furnace-propane-only.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-flowrate.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-furnace-elec-central-ac-1-speed.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-furnace-elec-only.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-furnace-gas-central-ac-2-speed.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-furnace-gas-central-ac-var-speed.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-furnace-gas-only.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-furnace-gas-room-ac.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-furnace-oil-only.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-furnace-propane-only.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-furnace-wood-only.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-furnace-x3-dse.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-ground-to-air-heat-pump.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-ideal-air.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-mini-split-air-conditioner-only-ducted.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-mini-split-air-conditioner-only-ductless.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-mini-split-heat-pump-ducted-cooling-only.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-mini-split-heat-pump-ducted-heating-only.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-mini-split-heat-pump-ducted.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-mini-split-heat-pump-ductless.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-multiple.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-multiple2.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-none.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-portable-heater-gas-only.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-programmable-thermostat.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-room-ac-only-33percent.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-room-ac-only.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-setpoints.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-shared-boiler-chiller-baseboard.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-shared-boiler-chiller-fan-coil-ducted.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-shared-boiler-chiller-fan-coil.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-shared-boiler-chiller-water-loop-heat-pump.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-shared-boiler-cooling-tower-water-loop-heat-pump.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-shared-boiler-only-baseboard.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-shared-boiler-only-fan-coil-ducted.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-shared-boiler-only-fan-coil-eae.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-shared-boiler-only-fan-coil.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-shared-boiler-only-water-loop-heat-pump.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-shared-chiller-only-baseboard.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-shared-chiller-only-fan-coil-ducted.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-shared-chiller-only-fan-coil.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-shared-chiller-only-water-loop-heat-pump.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-shared-cooling-tower-only-water-loop-heat-pump.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-shared-ground-loop-ground-to-air-heat-pump.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-stove-oil-only.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-stove-wood-pellets-only.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-undersized-allow-increased-fixed-capacities.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-undersized.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-wall-furnace-elec-only.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-lighting-ceiling-fans.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-lighting-detailed.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-lighting-none.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/{base-location-epw-filepath-AMY-2012.xml → base-location-AMY-2012.xml} +8 -0
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-location-baltimore-md.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-location-dallas-tx.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-location-duluth-mn.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-location-miami-fl.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-mechvent-balanced.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-mechvent-bath-kitchen-fans.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-mechvent-cfis-dse.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-mechvent-cfis-evap-cooler-only-ducted.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-mechvent-cfis.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-mechvent-erv-atre-asre.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-mechvent-erv.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-mechvent-exhaust-rated-flow-rate.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-mechvent-exhaust.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-mechvent-hrv-asre.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-mechvent-hrv.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-mechvent-multiple.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-mechvent-shared-multiple.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-mechvent-shared-preconditioning.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-mechvent-shared.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-mechvent-supply.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-mechvent-whole-house-fan.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-misc-defaults.xml +3 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-misc-loads-large-uncommon.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-misc-loads-large-uncommon2.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-misc-loads-none.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-misc-neighbor-shading.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-misc-shelter-coefficient.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-misc-usage-multiplier.xml +5 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-pv-shared.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-pv.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-schedules-stochastic.xml +565 -0
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-schedules-user-specified.xml +565 -0
- data/example_files/resources/hpxml-measures/workflow/sample_files/{base-location-epw-filepath.xml → base-simcontrol-calendar-year-custom.xml} +5 -0
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-simcontrol-daylight-saving-custom.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-simcontrol-daylight-saving-disabled.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-simcontrol-runperiod-1-month.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-simcontrol-timestep-10-mins.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/hvac_autosizing/base-autosize.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/hvac_autosizing/base-hvac-air-to-air-heat-pump-1-speed-autosize-manual-s-oversize-allowances.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/hvac_autosizing/base-hvac-air-to-air-heat-pump-1-speed-autosize.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/hvac_autosizing/base-hvac-air-to-air-heat-pump-2-speed-autosize-manual-s-oversize-allowances.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/hvac_autosizing/base-hvac-air-to-air-heat-pump-2-speed-autosize.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/hvac_autosizing/base-hvac-air-to-air-heat-pump-var-speed-autosize-manual-s-oversize-allowances.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/hvac_autosizing/base-hvac-air-to-air-heat-pump-var-speed-autosize.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/hvac_autosizing/base-hvac-boiler-elec-only-autosize.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/hvac_autosizing/base-hvac-boiler-gas-central-ac-1-speed-autosize.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/hvac_autosizing/base-hvac-boiler-gas-only-autosize.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/hvac_autosizing/base-hvac-central-ac-only-1-speed-autosize.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/hvac_autosizing/base-hvac-central-ac-only-2-speed-autosize.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/hvac_autosizing/base-hvac-central-ac-only-var-speed-autosize.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/hvac_autosizing/base-hvac-central-ac-plus-air-to-air-heat-pump-heating-autosize.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/hvac_autosizing/base-hvac-dual-fuel-air-to-air-heat-pump-1-speed-autosize.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/hvac_autosizing/base-hvac-dual-fuel-mini-split-heat-pump-ducted-autosize.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/hvac_autosizing/base-hvac-elec-resistance-only-autosize.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/hvac_autosizing/base-hvac-evap-cooler-furnace-gas-autosize.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/hvac_autosizing/base-hvac-floor-furnace-propane-only-autosize.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/hvac_autosizing/base-hvac-furnace-elec-only-autosize.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/hvac_autosizing/base-hvac-furnace-gas-central-ac-2-speed-autosize.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/hvac_autosizing/base-hvac-furnace-gas-central-ac-var-speed-autosize.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/hvac_autosizing/base-hvac-furnace-gas-only-autosize.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/hvac_autosizing/base-hvac-furnace-gas-room-ac-autosize.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/hvac_autosizing/base-hvac-ground-to-air-heat-pump-autosize-manual-s-oversize-allowances.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/hvac_autosizing/base-hvac-ground-to-air-heat-pump-autosize.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/hvac_autosizing/base-hvac-mini-split-air-conditioner-only-ducted-autosize.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/hvac_autosizing/base-hvac-mini-split-heat-pump-ducted-autosize-manual-s-oversize-allowances.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/hvac_autosizing/base-hvac-mini-split-heat-pump-ducted-autosize.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/hvac_autosizing/base-hvac-mini-split-heat-pump-ducted-cooling-only-autosize.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/hvac_autosizing/base-hvac-mini-split-heat-pump-ducted-heating-only-autosize.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/hvac_autosizing/base-hvac-room-ac-only-autosize.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/hvac_autosizing/base-hvac-stove-oil-only-autosize.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/hvac_autosizing/base-hvac-wall-furnace-elec-only-autosize.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/appliances-location-unconditioned-space.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/cfis-with-hydronic-distribution.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/clothes-dryer-location.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/clothes-washer-location.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/coal-for-non-boiler-heating.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/cooking-range-location.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/dhw-frac-load-served.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/dishwasher-location.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/duct-location-unconditioned-space.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/duct-location.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/duplicate-id.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/enclosure-attic-missing-roof.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/enclosure-basement-missing-exterior-foundation-wall.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/enclosure-basement-missing-slab.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/enclosure-garage-missing-exterior-wall.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/enclosure-garage-missing-roof-ceiling.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/enclosure-garage-missing-slab.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/enclosure-living-missing-ceiling-roof.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/enclosure-living-missing-exterior-wall.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/enclosure-living-missing-floor-slab.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/heat-pump-mixed-fixed-and-autosize-capacities.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/heat-pump-mixed-fixed-and-autosize-capacities2.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/hvac-distribution-multiple-attached-cooling.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/hvac-distribution-multiple-attached-heating.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/hvac-distribution-return-duct-leakage-missing.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/hvac-dse-multiple-attached-cooling.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/hvac-dse-multiple-attached-heating.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/hvac-frac-load-served.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/hvac-invalid-distribution-system-type.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/{invalid-wmo.xml → invalid-calendar-year.xml} +8 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/invalid-daylight-saving.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/invalid-distribution-cfa-served.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/invalid-epw-filepath.xml +4 -0
- data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/invalid-facility-type.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/invalid-neighbor-shading-azimuth.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/invalid-relatedhvac-desuperheater.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/invalid-relatedhvac-dhw-indirect.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/invalid-runperiod.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/invalid-timestep.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/invalid-window-height.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/invalid-window-interior-shading.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/lighting-fractions.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/missing-duct-location.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/missing-elements.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/multifamily-reference-appliance.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/multifamily-reference-duct.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/multifamily-reference-surface.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/multifamily-reference-water-heater.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/net-area-negative-roof.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/net-area-negative-wall.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/orphaned-hvac-distribution.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/refrigerator-location.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/refrigerators-multiple-primary.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/refrigerators-no-primary.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/repeated-relatedhvac-desuperheater.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/repeated-relatedhvac-dhw-indirect.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/slab-zero-exposed-perimeter.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/solar-thermal-system-with-combi-tankless.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/solar-thermal-system-with-desuperheater.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/solar-thermal-system-with-dhw-indirect.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/unattached-cfis.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/unattached-door.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/unattached-hvac-distribution.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/unattached-shared-clothes-washer-water-heater.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/unattached-shared-dishwasher-water-heater.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/unattached-skylight.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/unattached-solar-thermal-system.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/unattached-window.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/water-heater-location-other.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/water-heater-location.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L100AC.xml +3 -1
- data/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L100AL.xml +3 -1
- data/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L110AC.xml +3 -1
- data/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L110AL.xml +3 -1
- data/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L120AC.xml +3 -1
- data/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L120AL.xml +3 -1
- data/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L130AC.xml +3 -1
- data/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L130AL.xml +3 -1
- data/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L140AC.xml +3 -1
- data/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L140AL.xml +3 -1
- data/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L150AC.xml +3 -1
- data/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L150AL.xml +3 -1
- data/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L155AC.xml +3 -1
- data/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L155AL.xml +3 -1
- data/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L160AC.xml +3 -1
- data/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L160AL.xml +3 -1
- data/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L170AC.xml +3 -1
- data/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L170AL.xml +3 -1
- data/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L200AC.xml +3 -1
- data/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L200AL.xml +3 -1
- data/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L202AC.xml +3 -1
- data/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L202AL.xml +3 -1
- data/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L302XC.xml +3 -1
- data/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L304XC.xml +3 -1
- data/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L322XC.xml +3 -1
- data/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L324XC.xml +3 -1
- data/example_files/resources/hpxml-measures/workflow/tests/hpxml_translator_test.rb +4 -2
- data/lib/uo_cli.rb +40 -22
- data/lib/uo_cli/version.rb +1 -1
- data/uo_cli.gemspec +3 -4
- metadata +149 -27
- data/example_files/resources/hpxml-measures/weather/data.csv +0 -1012
data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_README.md
ADDED
@@ -0,0 +1,45 @@
|
|
1
|
+
The Stochastic Occupancy Modeling introduces major change to most occupant-related schedules.
|
2
|
+
Occupant activities are now generated on-the-fly and saved to .csv files used by Schedule:File objects.
|
3
|
+
Schedules are generated using time-inhomogenous Markov chains derived from American Time Use Survey data, supplemented with sampling duration and power level from NEEA RBSA data, as well as DHW draw duration and flow rate data from Aquacraft/AWWA data.
|
4
|
+
|
5
|
+
It outputs a schedule.csv file (which will be available inside generated_files folder of each building simulation output).
|
6
|
+
The schedule.csv file contains the following columns: occupants, cooking_range, plug_loads, lighting_interior, lighting_exterior, lighting_garage, lighting_exterior_holiday, clothes_washer, clothes_dryer, dishwasher, baths, showers, sinks, ceiling_fan, clothes_dryer_exhaust, clothes_washer_power, dishwasher_power, sleep, vacancy.
|
7
|
+
|
8
|
+
Each of the columns, except the occupants, sleep, and vacancy represent schedule values (kW for power schedules, and gallons per minute for water schedules) normalized using universal maximum values found in constants.rb.
|
9
|
+
|
10
|
+
The occupants column represents the fractional percent of occupants present out of the total number of occupants assigned to the unit.
|
11
|
+
The sleep column represents the fractional percent of the total number of occupants who are sleeping.
|
12
|
+
And the vacancy column will either be 0 or 1 depending upon if the vacancy period is in effect.
|
13
|
+
|
14
|
+
There are the same number of rows as the total simulation time-step (e.g., 35040 if 15-min, 8760 if hourly (8784, if leap year)).
|
15
|
+
|
16
|
+
The ScheduleGenerator class uses Markov chain based simulation to generate the schedule.csv. To support that, several pre-generated set of files are used:
|
17
|
+
|
18
|
+
`weekday`
|
19
|
+
`weekend`
|
20
|
+
|
21
|
+
These two folders contain the Markov chain initial probability, Markov chain transition and also appliance duration probabilities csv files.
|
22
|
+
The appliance duration probabilities here are used during the Markov chain simulation to determine duration of various appliances.
|
23
|
+
The files are divided into four clusters (cluster0 to cluster3), for 4 types of occupant behavior types.
|
24
|
+
|
25
|
+
`<enduse>_power_consumption_dist.csv`
|
26
|
+
|
27
|
+
These files contain the 15-min power consumption kWh samples for the given end use, obtained from RBSA (average 15-min end use kWh for each submetered home; N=number of homes with that end use).
|
28
|
+
The schedule generator randomly picks one of these values to determine the power level of the appliance schedule.
|
29
|
+
|
30
|
+
`<enduse>_power_duration_dist.csv`
|
31
|
+
|
32
|
+
These files contain the samples of runtime duration of different end uses, in 15-min increments, generated from the RBSA dataset.
|
33
|
+
So, a value of 3 means, 45 minutes.
|
34
|
+
Each row is for one household, and each column is the duration of one instance of the appliance running.
|
35
|
+
|
36
|
+
`<enduse>_cluster_size_probability.csv`
|
37
|
+
|
38
|
+
These files contain the probability distribution of the event cluster size for different domestic hot water end uses, obtained from the HotWaterEventScheduleGenerator Excel file.
|
39
|
+
The first row is the probability of a cluster size of 1 event, second row for probability of cluster size of 2 events and so on.
|
40
|
+
|
41
|
+
`schedule_config.yml`
|
42
|
+
|
43
|
+
This yaml file contains various miscellaneous configurations for the schedule generator, and their meanings and sources are defined within the file.
|
44
|
+
|
45
|
+
The new methods for generating and reading stochastic schedules adds some extra I/O. We expect a 10%-15% increase in runtime due to this new capability.
|
@@ -0,0 +1,95 @@
|
|
1
|
+
0.7401875901875902
|
2
|
+
0.6763526834611172
|
3
|
+
0.6933136094674556
|
4
|
+
0.7525892857142857
|
5
|
+
0.6114730290456432
|
6
|
+
0.6686034353995519
|
7
|
+
0.6486158192090395
|
8
|
+
0.8418343195266272
|
9
|
+
0.5109159779614325
|
10
|
+
0.7325305738476011
|
11
|
+
0.7300523350987
|
12
|
+
0.8098499541059488
|
13
|
+
0.7579439252336448
|
14
|
+
0.505147348212131
|
15
|
+
0.8228205128205128
|
16
|
+
0.757375415282392
|
17
|
+
0.6456170212765957
|
18
|
+
0.6166452095808383
|
19
|
+
0.5857394366197183
|
20
|
+
0.7722986682107701
|
21
|
+
0.5820289855072464
|
22
|
+
0.8095555555555556
|
23
|
+
0.8690485829959514
|
24
|
+
0.5393928798474253
|
25
|
+
0.6707438016528926
|
26
|
+
0.6491715976331361
|
27
|
+
0.6852181208053691
|
28
|
+
0.7737162162162162
|
29
|
+
0.5468722466960353
|
30
|
+
0.6900119904076739
|
31
|
+
0.6686852589641434
|
32
|
+
0.5546972369194592
|
33
|
+
0.7376367498672332
|
34
|
+
0.7106993006993007
|
35
|
+
0.8190260631001371
|
36
|
+
0.9360693641618497
|
37
|
+
0.7348567530695771
|
38
|
+
0.5642268041237113
|
39
|
+
0.4671391917896087
|
40
|
+
0.576453488372093
|
41
|
+
0.7148119469026548
|
42
|
+
0.5451612903225806
|
43
|
+
0.7728179190751445
|
44
|
+
0.5989509433962265
|
45
|
+
0.7988797250859107
|
46
|
+
0.614203211351755
|
47
|
+
0.6865119651921683
|
48
|
+
0.643011583011583
|
49
|
+
0.656452296819788
|
50
|
+
0.624065934065934
|
51
|
+
0.49186450492182976
|
52
|
+
0.698195991091314
|
53
|
+
0.5266933333333333
|
54
|
+
0.6834490740740741
|
55
|
+
0.6792571428571429
|
56
|
+
0.580092920073819
|
57
|
+
0.6755813953488372
|
58
|
+
0.7074688796680498
|
59
|
+
0.6719745222929936
|
60
|
+
0.7267451523545706
|
61
|
+
0.5332251655629139
|
62
|
+
0.6518089167280766
|
63
|
+
0.7233875338753387
|
64
|
+
0.5308162031438936
|
65
|
+
0.7748849104859334
|
66
|
+
0.5244340505144995
|
67
|
+
0.7985
|
68
|
+
0.6511931818181819
|
69
|
+
0.5508247422680412
|
70
|
+
0.5128938156359393
|
71
|
+
0.5025907590759076
|
72
|
+
0.5205498281786941
|
73
|
+
0.5137831858407079
|
74
|
+
0.5919750628069445
|
75
|
+
0.5294406822425564
|
76
|
+
0.6661693548387096
|
77
|
+
0.7131951219512195
|
78
|
+
0.6371662206363367
|
79
|
+
0.49895771878072764
|
80
|
+
0.5738197424892704
|
81
|
+
0.4593438320209974
|
82
|
+
0.83614
|
83
|
+
0.6048826895565093
|
84
|
+
0.5638992581023038
|
85
|
+
0.6861959662853703
|
86
|
+
0.5313793103448275
|
87
|
+
0.715788876276958
|
88
|
+
0.4535348226018397
|
89
|
+
0.7158775067750407
|
90
|
+
0.6221506849315068
|
91
|
+
0.7510689869484152
|
92
|
+
0.8052488687782805
|
93
|
+
0.714069640914037
|
94
|
+
0.5361458333333333
|
95
|
+
0.6422522522522522
|
@@ -0,0 +1,95 @@
|
|
1
|
+
1,5,6,5,5,1,10,4,6,4,4,2,2,5,7,7,6,5,3,6,5,5,4,6,2,6,1,1,5,2,2,6,4,6,2,3,1,6,1,5,6,7,2,4,6,4,4,2,4,5,2,7,12,6,7,6,4,1,3,2,6,2,6,7,4,6,5,6,2,6,2,4,6,5,4,14,4,5,6,5,4,2,5,6,6,2,2,2,7,6,7,6,2,5,5,1,6,2,6,6,5,2,6,1,7,2,6,5,2,7,6,2,5,8,9,6,2,7,5,8,2,8,2,7,7,7,1,2,8,8,8,6,25,7,5,6,6,7,1,6,5,4
|
2
|
+
5,2,6,6,5,3,6,6,9,6,7,5,14,2,6,7,7,6,1,6,1,7,3,7,6,6,1,8,6,4,6,5,2,7,4,3,6,5,3,5,5,6,2,2,4,5,3,6,4,2,14,3,6,6,6,6,6,6,4,6,5,4,4,8,3,4,5,6,3,5,6,5,2,3,4,5,2,6,6,6,1,6,2,3,1,7,5,5,3,1,7,7,2,6,3,6,6,5,7,7,6,7,16,1,2,3,8,6,5,4,1,7,2,10,4,3,6,7,3,5,2,6,5,7,5,2,6,6,6,6,7,5,8,4,6,6,4,4,14,6,6,6,7,5,7,7,5,7,5,4,4,4,17,4,5,3,3,2,3,5,8,6,6,8,7,11,6,6,7,6,3,4,7,4
|
3
|
+
5,5,14,5,5,4,6,9,8,6,10,4,9,5,5,5,5,5,5,5,5,5,5,5,10,5,5,5,4,5,5,6,5,5,6,5,4,4,4,8,5,5,4,5,13,5,5,5,5,4,10,8,10,5,5,5,8
|
4
|
+
3,3,3,8,3,3,3,3,3,3,3,2,3,2,3,1,4,4,4,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,3,2,3,3,2,2,3,3,3,2,2,2,3,3,5,4,4,4,4,3,3,4,4,5,4,4,6,4,4,4,4,4,7,4,3,3,5,6,4,2,4,4,3,4,5,4,4,4,4,6,5,4,5,4,6,4,4,4,4
|
5
|
+
2,2,3,2,3,2,3,2,3,2,2,2,3,3,2,3,3,3,3,2,2,3,2,2,6,3,2,2,2,2,3,3,2,2,3,2,2,2,2,3,2,2,3,2,3,3,3,2,2,3,2,3,2,2,3,3,2,2,2,2,2,2,3,3,2,3,2,2,2,3,2,3,1,2,3,2,2,2,3,2,3,2,2,2,3,2,2,3,2,2,2,3,2,3,1,2,3,3,5,2,2,3,1,2,2,1,2,1,1,2,4,2,2,2,1,2,2,1,2,1,1,4,1,2,2,2,2,2,2,1,1,2,3,2,3,2,3,2,2,2,2,2,2,2,4,2,2,3,2,3,2,2,3,2,2,3,3,2,2,2,2,3,3,3,2,2,3,3,2,2,2,3,2,2,3,2,3,3,2,2,2,3,2,3,2,3,3,2,2,3,2,3,2,2,2,3,2,3,2,2,3,3,4,3,2,3
|
6
|
+
4,5,6,5,5,5,5,9,9,2,5,5,4,6,4,5,4,12,3,5,3,4,4,4,6,4,4,4,4,4,4,5,7,4,4,5,1,4,4,3,5,2,5,4,3,3,11,5,4,4,4,3,4,7,2,3,5,4,5,5,9,5,5,5,4,6,11,4,5,4,5,5,2,5,4,3,4,6,2,16,3,3,6,3,5,4,4,3,7,3,8,3,5,2,4,5,4,5,2,4,9,2,4,4,4,3,2,4,2,5,4,2,3,4,3,8,4,4,3,9,6,6,4,2,4,2,2,3,2,2,4,2,4,6,2,3,2,4,2,4,3,10,8,10,4,5,10,4,3,6,5,4,8,3,5,4,5,4,6,7,4,4,4,9,3,5,5,5,10,5,4,4,3,2,4,4,9,5,4,5,5,4,5,2,6,5,4,5,5,4,4,8,4,4,4,4,5,3,5,10,8,4,8,6,5,2,6,6,5,4,5,4,6,4,4,4,4,6,7,4,5,3,7,5,5,4,4,4,6,2,4,4,3,3,5,4,10,4,6,3,4,13,6,3,6,16,4,5,5,5,4,11,3,8,4,3,6,8,3,5,2,4,4,4,4,1,4,6,3,5,5,4,4,5,3,10,7,2,5,2,10,2
|
7
|
+
3,3,3,3,3,2,2,2,2,3,3,2,3,3,2,2,3,4,2,3,2,3,2,4,2,3,3,3,4,3,2,3,2,3,3,2,3,3,2,3,3,2,2,3,3,3,2,2,3,2,3,3,2,2,2,2,2,2,2,2,2,3,2,3,2,2,2,2,2,2,3,3,2,2,3,3,3,3,2,1,2,2,3,2,2,2,2,2,1,2,3,3,3,3,2,3,2,3,2,2,3,3,1,2,3,3,3,2,13,1,3,2,3,3,2,3,2,2,3,2,3,3,3,2,3,2,2,2,2,2,2,2,2,3,2,3,3,3,3,2,3,3,2,2,2,3,2,2,3,1,3,2,2,2,2,3,3,2,3,4,4,3,2,3,3,2,3,3,3,2,3,4,2,2,2,2,2,2,2,3,2,3,3,2,2,2,3,2,1,3,3,1,3,2,2,3,3,2,2,2,2,2,2,3,2,2,4,2,2,3,4,3,3,2,2,3,2,2,3,2,3,3,2,2,2,3,3,3,3,2,3,3,2,2,2,3,3,3,2,2,2,2,2,2,2,3,2,2,3,3,2,2,3,1,2,3,2,1,2,2,2,2,2,2,2,2,2,2,3,3,2,2,4,2,3,3,2,3,2,2,2,3,3,2,1,3
|
8
|
+
5,4,4,4,6,4,4,3,1,2,2,2,3,4,3,2,4,7,4,6,3,4,2,3,3,4,4,3,3,6,4,4,4,4,5,4,3,4,4,4,5,4,4,3,3,6,7,4,2,4,3,4,6,4,4,3,3,4,3,3,2,1,3,3,3,4,3,3,3,4,5,4,6,3,2,2,3,4,4,7,3,4,3,3,4,4,3,3,2,6,4,4,4,2,2,8,7,5,2,2,2,5,3,3,5,4,4,3,3,4,4,10,3,5,4,2,3,3,4,4,8,1,4,3,4,4,5,5,4,3,9,3,4,3,1,3,4,5,3,4,5,5,4,7,9,5,3,3,3,4,4,4,3,4,4,3,2,12,4,4,4,7,4,5,3,5,4,3,2,4,8,5
|
9
|
+
2,2,4,3,2,2,2,2,2,4,2,2,2,4,3,3,3,2,3,1,3,1,2,2,4,5,4,2,1,2,2,6,4,2,4,10,8,4,4,2,2,2,2,2,4,4,4,2,2,5,4,4,4,5,1,2,2,2,1,7,1,3,2,3,2,2,4,2,5,2,3,3,1,3,2,5,2,5,3,1,2,5,2,2,2,3,3,2,2,4,2,2,2,2,2,2,4,5,2,2,2,1,3,2,3,2,3,1,3,4,2,4,3,3,2,2,2,2,1,2,2,4,2,4,3,3,2,2,4,2,3,4,2,2,2,2,2,7,2,2,3,2,1,3,1,1,3,5,1,3,4,8,3,2,3,2,3,8,2,1,3,7,4,3,4,1,3,3,4,2,4,2,1,2,4,3,2,12,3,1,2,2,4,2,2,1,2,1,2,2,2,2,3,2,1,3,4,4,1,7,9,6,3,2,2,3,2,3,1,4,2,7,1,2,4,2,3,3,2,7,2,1,3,7,1,2,1,2,3,1,2,2,2,2,2,2,3,2,3,2,2,2,3,2,4,4,2,2,2,3,1,4,3,3,2,1,3,3,2,1,4,2,2,3,2,1,8,4,3,2,1,3,3,2,2,3,1,5,3,2,3,1,5,4,2,1,3,6,3,4,4,2,1,4,4,4,2,3,2,7,2,1,4,4,4,4,4,2,3,1,2,4,1,7,3,1,4,3,2,2,1,1,4,4,2,2,4,2,9,1,1,5,3,3,3,1,3,2,4,10,2,3,3,1,4,2,5,3,3,3,4,8,3,7,4,3,4,3,2,3,19,2,2,4,1,3,1,3,2,2,3,2,4,2,1,5,4,2,2,1,2,1,3,2,2,2,4,3,2,2,1,2,2,2,4,3,3,1,2,2,8,4,3,1,2,1,1,3,1,2,2,3,2,2,4,4,4,3,2,2,4,1,2,1,3,3,2,4,8,3,1,2,2,2,4,2,2,1,4,3,4,2,2,2,1,4,2,4,4,3,2,2,5,3,2,2,4,3,3,2,5,2,6,2,2,2,4,3,2,2,4,1,2,2,2,5,2,3,1,4,3,2,5,2,2,6,2,1,2,1,2,2,2,2,2,2,4,4,2,2,1,1,7,2,3,3,2,3,4,2
|
10
|
+
5,3,3,5,1,3,3,3,3,3,3,4,3,3,3,4,3,3,8,3,4,3,7,3,3,3,3,3,3,3,4,4,4,3,4,3,3,4,3,3,3,3,3,4,3,3,3,3,3,4,3,3,4,3,3,4,4,3,3,6,3,3,3,1,3,3,3,4,3,3,1,3,3,3,3,3,4,3,3,3,3,7,3,3,3,3,7,3,3,3,3,3,3,2,3,1,3,3,4,4,3,3,4,3,3,3,3,3,2,4,4,3,3,4,3,4,8,3,3,3,4,4,3,3,4,3,1,2,4,3,3,3,3,4,1,7,4,3,3,3,3,2,3,4,3,3,1,6,3,3,3,3,3,4,3,3,4,3,3,3,3,4,3,4,4,3,3,3,3,3,3,2,3,7,4,4,3,4,1,3,3,4,3,3,8,4,3,3,3,3,3,3,3,3,3,3,5,4,4,4,4,3,3,4,3,4,4,2,3,3,3,3,3,4,3,3,3,4,3,3,8,3,3,4,3,3,3,2,3,3,3,3,4,4,6,3,3,4,3,3,3,3,3,3,3,3,3,3,3,4,3,3,4,3,3,3,6,3,2,2,3,4,3,3,3,3,3,3,3,3,4,4,5,3,3,4,4,4,3,3,3,3,3,3,3,3,3,3,3,3,4,4,3,3,3,3,7,3,3,3,3,4,3,4,3,3,3,3,4,3,7,3,3,2,4,3,4,3
|
11
|
+
6,4,5,3,2,3,4,5,5,2,2,3,3,4,6,7,11,4,3,1,4,4,5,7,3,4,4,4,8,7,2,4,5,3,3,4,5,7,4,3,5,6,6,7,4,3,6,4,4,5,5,5,3,3,4,2,4,4,3,3,3,5,5,4,4,5,4,4,1,3,4,4,6,5,3,2,7,3,4,3,3,4,4,2,4,2,2,2,3,2,2,1,2,3,6,3,4,2,2,1,2,4,3,3,5,2,3,2,6,2,4,10,7,7,4,5,2,3,4,2,2,5,5,4,1,4,4,3,6,6,4,7,4,2,2,3,2,4,4,2,3,4,4,8,4,3,4,4,2,1,4,9,6,2,4,4,2,4,3,4,3,2,4,1,3,2,6,3,2,2,4,7,3,7,2,4,2,4,3,2,2,4,1,4,4,4,6,4,3,4,4,6,6,7,4,3,4,3,7,8,2,5,6,4,3,6,7,5,4,3,9,7,4,3,2,4,4,5,5,4,2,4,2,5,5,5,3,6,4,5,7,3,3,4,4,2,6,3,2,3,1,4,6,5,3,4,6,3,6,4,4,4,7,4,3,3,4,2,6,5,1,2,2,1,4,4,3,4,4,3,5,3,2,2,3,2,3,5,3,5,2,3,3,2,3,6,3,5,3,6,3,7,1,2,2,7,3,5,7,3,2,1,4,4,3,8,7,9,4,8,6,4,3,7,7,6,7,5,4,8,2,3,2,2,2,2,4,6,4,3,11,4,4,2,7,4,5,4,3,2,9,2,2,5,2,2,3,7,3,1,5,5,2,3,3,4,4,7,2,2,4,4,1,3,3,7,2,3,4,2,4,2,8,3,4,5,4,7,5,4,4,4,8,2,5,13,2,4,4,4,4,3,6,6,3,2,4,4,4,5,4,4,4,2,7,4,5,4,1,4,2,3,5,5,4,19,3,3,5,7,5,6,4,6,3,4,8,4,6,5,2,6,2,2,6,6,3,4,6,1,6,5,3,2,3,5,3,7,4,7,5,4,3,2,4,6,13,1,12,6,2,6,3,4,5,5,6,6,6,4,2,3,3,5,7,1,4,8,4,2,3,4,4,4,5,4,4,5,3,2,7,3,4,2,2,3,5,5,2,2,1,2,4,4,4,3,2,7,2,8
|
12
|
+
5,5,5,5,5,5,5,6,4,6,3,3,2,6,5,5,5,10,5,6,9,10,5,5,9,5,5,5,5,5,7,5,6,5,5,5,5,5,5,5,5,6,5,5,5,5,6,5,2,16,5,5,6,2,1,2,5,5,6,2,9,13,2,5,5,9,4,5,7,5,3,8,11,5,4,5,5,5,3,6,5,5,6,5,5,5,4,2,6,6,5,5,1,22,6,5,5,5,5,6,6,6,8,4,5,3,5,5,6,6,2,6,6,6,5,6,10,2,6,5,6,6,11,5,6,12,5,5,6,5,38,5,1,6,6,6,5,5,5,5,1,6,5,6,5,5,10,5,5,5,5,6,6,5,5,2,6,9,5,1,6,5,5,5,5,5,6,10,5,12,5,1,10,5,5,5,2,5,6,5,6,5,5,6,10,6,5,8,4,5,5,2,6,5,5,6,5,5,6,5,6,5,3,4,3,5,2,5,10,5,5,2,5,10,11,5,5,5,5,2,6,15,15,11,3,8,3,5,5,5,5,5,5,8,5,4,4,1,4,2,4,3,4,3,2,5,1,5,5,5,10,3,5,5,5,9,5,9,5,5,5,5,7,4,4,5,4,2,5,5,4,5,5,5,5,5,5,5,5,5,2,4,9,5,5,2,5,5,5,5,5,5,5,5,5,1,2,6,2,5,5,10,5,5,5,5,8,5,5,1,5,1,5,5,4,5,3,5,14,11,5,2,2,5,5,5,5,5,5,5,3,9,5,5,7,6,5,6,6,11,5,6,1,6,5,6,5,6,5,6,5,6,6,5,6,11,5,6,3,2,11,6,16,5,6,5,5,5,5,3,8,6,6,5,6,6,5,6,9,6,5,3,4,5,6,5,5,5,5,11,10,5,10,5,3,5,5,2,5,5,3,5,5,5,5,10,6,3,5,5,9,6,5,2,3,20,5,5,5,5,13,4,5,5,1,6,10,5,6,6,11,6,6,6,5,6,2,2,12,6,9,6,11,12,11,5,6,5,5,5,5,5,4,6,6,6,6,5,5,6,5,4,2,5,5,5,6,9,6,4,6,9,5,5,5,5,3,5,5,5,5,5,5,5,7,5,5,6,5,6,5,1,5,5,9,5,5,5,5,5,1,6,7,2,5,5,5,5,5,5,10,1,5,6,6,2,3,3,5,3,7,5,5,5,5,5,5,5,6,5,5,5,5,5,6,6,5,5,5,5,5,5,5,6,6,5,1,5
|
13
|
+
5,3,2,6,5,2,4,6,2,1,6,5,1,5,1,5,6,5,6,1,1,6,3,6,5,6,6,1,6,5,6,1,6,6,5,6,1,6,1,1,6,6,4,5,4,6,5,2,7,5,5,6,5,6,3,7,3,4,7,6,3,11,5,5,5,5,3,2,3,2,3,4,1,3,2,3,2,4,2,3,3,1,4,1,4,4,2,1,4,2,4,5,2,3,7,6,2,3,2,2,1,3,1,4,3,4,4,3,3,2,6,4,1,5,2,4,2,2,2,3,2,5,3,1,4,2,4,1,5,1,3,1,3,1,4,1,5,1,4,1,4,2,5,4,2,4,1,4,2
|
14
|
+
1,2,6,2,7,1,6,3,3,2,5,2,5,4,2,3,3,3,1,3,6,3,3,2,5,2,4,2,1,3,3,2,2,6,2,3,2,3,2,2,6,3,2,2,2,2,6,3,7,6,6,2,3,3,2,6,6,1,3,2,3,3,3,2,3,2,4,3,4,3,5,3,2,1,15,2,3,3,2,3,1,3,3,3,1,2,1,4,2,2,1,4,3,3,1,3,6,4,3,2,14,6,8,1,2,3,2,3,3,2,2,7,5,2,3,2,1,4,3,4,3,3,3,3,2,3,4,3,8,2,6,3,1,3,2,1,6,1,2,2,4,2,3,1,2,1,5,2,2,4,3,3,3,5,1,5,2,1,1,2,5,2,1,3,1,4,2,5,1,4,2,7,4,3,6,2,2,5,1,3,2,11,4,3,2,8,2,2,3,3,3,3,3,3,3,2,4,3,3,3,2,2,4,4,4,5,4,2,3,1,6,4,2,3,4,3,2,5,3,2,5,3,3,5,3,2,3,2,8,1,2,5,2,3,2,2,2,8,4,2,3,2,3,4,3,1,5,2,2,4,1,6,5,5,3,3,3,2,3,3,3,2,4,3,2,1,3,6,2,5,5,5,3,5,3,3,5,2,2,4,3,3,5,1,2,5,2,3,2,2,4,2,3,1,6,3,4,2,3,3,1,3,4,5,2,8,15,1,2,5,2,1,2,7,2,3,3,4,3,2,1,2,2,2,4,3,2,2,2,4,3,2,3,2,2,3,2,5,12,2,6,2,6,3,3,2,5,1,3,5,3,2,3,3,5,13,8,3,4,2,4,6,3,2,3,5,3,12,2,3,3,3,3,6,3,5,10,6,1,3,5,6,2,3,1,2,2,6,3,1,3,3,5,3,2,3,3,3,4,4,3,3,3,3,3,3,1,3,2,1,5,3,2,5,2,3,2,3,1,4,2,2,4,3,3,7,3,2,3,3,3,3,3,2,7,4,2,2,3,3,3,1,3,4,7,4,3,4,6,4,3,2,3,3,4,5,4,9,8,4,3,3,3,4,2,2,5,10,3,4,3,2,13,3,3,3,3,3,3,2,1,5,11,4,2,4,1,8,4,2,2,1,3,3,5,3,1,5,4,2,7,10,1,2,2,3,8,5,3,2,6,3,4,3,5,3,2,7,4,4,2,3,10,4,7,4,3,2,4,8,3,1,6,4,1,3,1,3,2,5,5,7,5,5,5,11,6,2,2,3,2,3,2,5,3,3,10,1,2,2,2,4,2,7,3,8,5,4,5,4,5,5,2,4,2,10,4,8,2,3,2,2,2,2,5,5,6,2,7,4,5,4,1,3,1,2,4,1,2,3,5,2,2,3,2,5,8,4,2,2,4,2,7,7,3,1,3,1,6,3,5,6,2,4,3,2,5,2,1,2,5,2,3,5,3,5,4,5,4,2,3,4,3,9,4,4,12,5,5,3,1,3,3,3,4,1,1,1,2,3,5,4,8,4,2,5,2,1,5,1,3,4,2,2,9,1,3,5,2,6,2,6,4,6,1,3,2,3,3,3,2,7,4,2,1,5,4,1,3,3,3,3,3,3,3,1,4,5,2,5,3,2,4,2,5,2,3,3,6,3,2,3,3,4,6,6,3,5,6,7,11,4,4,2,2,2,2,4,4,2,4,5,2,3,1,4,2,3,2,2,3,8,4,3,2,5,4,6,2,6,1,8,3,7,1,5,2,2,5,2,2,4,1,1,4,2,9,3,4,2,3,3,1,7,7,3,5,6,2,3,16,6
|
15
|
+
5,8,16,4,5,14,5,3,4,7,4,3,9,11,5,9,4,4,4,6,4,3,7,3,4,2,2,1,4,3,8,6,5,3,6,5,9,4,5,4,4,4,13,6,3,6,5,9,6,4,4,4,5,4,1,4,4,4,4,3,5,6,5,5,4,13,4,7,3,2,15,4,4,8,4,5,5,3,5,3,3,4,16,3,4,1,5,5,4,4,8,5,4,5,4,4,3,4,3,4,1,2,2,5,5,2,4,4,5,4,3,5,3,3,3,6,3,2,4,7,6,4,12,3,4,5,8,4,7,4,4,5,4,3,5,3,4,3,3,4,5,5,4,2,4,5,7,7,2,4,4,2,3,11,3,2,1,2,2,3,4,4,1,3,4,1,4,5,6,3,6,6,3,12,5,1,4,3,2,7,8,5,4,4,4,4,4,9,3,2,5,3,3,6,7,2,2,4,3,2,1,4,1,13,4,18,4,2,3,6,4,6,4,4,5,6,6,3,3,3,10,5,6,7,5,5,7,4,5,4,4,5,2,4,5,3,4,4,3,4,4,4,5,6,5,5,3,5,4,4,5,5,4,7,3,6,6,4,4,5,4,12,4,4,5,7,5,2,10,5,11,6,10,4,4,7,1,2,2,6,4,6,9,4,14,3,5,5,5,4,8,4,4,4,5,5,6,3,8,2,3,2,3,4,5,4,5,4,4,5,2,12,5,4,4,5,6,8,3,9,3,4,5,5,3,10,4,5,1,4,4,10,6,4,8,11,5,4,4
|
16
|
+
4,4,5,5,5,4,4,5,4,4,4,4,5,5,5,5,5,3,4,4,4,5,4,4,5,5,4,6,3,4,4,5,5,5,3,5,5,2,2,3,4,3,5,5,3,3,3,2,4,5,5,4,5,4,5,4,5,4,4,4,5,5,5,5,4,4,4,5,4,5,4,4,5,5,5,4,5,4,4,3,4,4,2,5,3,4,5,4,3,4,4,4,3,4,5,6,4,5,5,5,4,4,2,4,5,5,2,4,4,4,5,5,4,4,4,4,4,4,3,4,4,5,3,3,5,4,4,4,4,2,5,5,4,5,5,4,5,4,5,3,4,3,5,4
|
17
|
+
2,1,2,3,1,3,3,3,1,3,2,1,4,2,1,1,1,2,7,3,3,2,2,2,1,2,1,2,1,3,2,1,2,2,1,2,3,1,2,1,2,1,1,1,3,1,1,4,2,1,1,2,1,3,2,2,3,1,2,5,3,2,4,2,4,2,1,1,2,3,3,5,2,1,2,1,2,1,4,1,2,2,3,1,3,2,1,1,4,3,4,1,3,2,2,1,2,3,2,1,3,1,3,1,3,1,1,3,3,2,4,2,1,1,3,3,1,1,5,1,2,3,2,4,1,2,1,4,3,1,2,1,1,1,2,3,4,3,2,1,2,5,1,3,3,4,4,3,3,2,1,2,5,4,2,1,3,1,3,4,2,3,3,2,2,2,1,4,3,1,2,2,1,3,1,3,1,1,2,1,2,2,3,3,4,1,1,1,3,3,2,4,2,1,3,2,1,1,2,1,2,2,3,3,1,1,1,2,3,1,1,2,1,2,2,5,2,3,3,4,3,3,6,2,3,2,2,2,4,1,1,6,7,1,3,3,4,1,3,3,2,1,3,7,2,3,1,6,3,1,3,2,3,3,3,1,1,2,3,4,2,3,2,1,3,1,2,2,2,2,1,3,2,3,2,2,2,1,7,2,4,3,1,1,3,2,5,2,2,3,1,3,2,2,1,8,2,2,3,2,2,2,4,2,3,3,3,4,1,4,3,1,2,3,1,2,5,4,3,1,3,1,3,1,3,2,2,5,1,1,1,2,2,2,1,1,3,3,2,3,2,3,2,1,2,1,2,1,2,1,1,3,2,4,3,2,2,6,1,3,4,2,2,3,2,2,4,1,3,1,3,2,1,3,1,2,2,4,3,1,1,2,3,2,1,2,4,1,1,4,3,2,2,4,4,3,2,1,1,2,2,3,2,1,3,1,4,2,1,2,2,1,2,3,1,1,1,2,1,1,3,2,2,3,1,1,3,1,3,3,2,1,4,1,2,4,2,1,2,1,3,1,1,1,1,2,3,1,1,1,2,3,2,2,3,3,4,2,3,1,2,3,1,1,1,2,1,3,2,1,7,1,2,4,1,1,3,2,1,2,1,1,2,1,3,1,2,4,1,2,2,2,2,2,1,3,1,3,1,2,1,3,2,1,1,2,1,1,3,4,1,2,1,2,1,2,1,3,1,2,1,10,2,1,2,4,1,3,1
|
18
|
+
4,18,10,4,4,3,12,5,3,3,4,5,5,5,5,8,4,4,4,5,3,7,5,5,7,7,2,5,6,9,4,5,5,4,5,5,3,6,7,8,5,1,5,5,3,5,5,4,4,5,4,5,6,5,5,5,5,5,10,4,10,5,13,5,10,5,6,4,10,5,5,6,5,4,5,2,5,4,2,4,5,11,8,5,3,6,6,10,6,5,6,4,11,3,4,5,4,4,4,3,9,4,4,5,5,5,4,3,4,6,3,4,6,3,4,5,5,3,3,2,4,12,9,8,2,1,4,4,4,5,4,4,5,3,3,4,4,5,9,4,4,5,4,4,8,5,4,2,4,4,5,4,3,4,3,5,5,4,3,3,4,6,7,3,5,5,2,5,5,3,5,9,5,4,5,4,1,4,4,5,1,4,3,5,5,5,4,2,4,6,3,5,3,4,4,6,2,3,3,4,8,4,5,7,5,4,3,5,4,5,3,3,7,5,5,5,5,3,1,4,7,4,5,5,1,3,2,10,4,5,5,6,10,3,4,4,4,8,5,5,5,15,4,3,5,4,4,5,8,1,5,15,5,8,2,4,4,5,2,9,5,5,5,4,4,5,4,2,1,6,5,4
|
19
|
+
3,6,5,4,5,5,3,5,3,4,4,1,5,5,5,5,6,4,5,3,4,5,4,6,6,5,3,4,5,5,6,5,5,4,4,6,3,5,5,5,6,3,4,5,6,6,6,6,4,16,7,4,4,5,4,4,4,9,8,5,5,5,4,2,3,4,5,4,5,4,4,5,4,3,6,3,4,2,10,5,5,5,9,4,5,5,3,4,4,5,3,4,6,5,5,5,5,10,2,2,6,5,10,5,5,2,8,3,6,6,3,5,4,5,5,5,10,5,3,4,1,6,5,6,4,4,5,6,6,4,4,4,5,6,8,5,5,5,4,5,4,5,4,3,5,5,5,4,6,5,3,3,4,7,3,2,5,5,10,4,6,10,11,5,3,6,5,3,6,3,5,5,5,4
|
20
|
+
11,1,4,7,2,3,4,1,4,1,6,7,4,5,4,3,3,2,4,2,3,8,4,3,8,4,4,3,2,5,7,2,5,4,2,13,4,3,2,2,4,2,1,10,3,3,6,3,7,1,5,4,5,2,3,3,3,3,5,4,4,1,3,4,4,2,2,7,2,1,3,5,2,2,7,4,3,6,6,3,4,2,5,2,5,5,1,5,5,5,4,2,4,8,6,6,2,6,4,4,1,2,4,1,6,3,3,3,9,4,2,5,3,4,3,2,1,2,5,6,1,1,3,3,5,4,2,3,2,1,2,1,6,4,4,2,6,2,3,6,4,2,4,1,4,3,7,2,3,2,3,3,3,2,5,3,1,2,5,3,4,3,1,4,1,3,3,1,2,5,4,2,1,6,3,2,5,4,3,3,3,6,2,6,3,1,3,3,2,2,4,5,3,2,2,5,2,6,3,2,2,3,1,6,4,3,7,4,3,2,6,3,2,3,6,1,3,2,8,5,3,8,2,6,2,3,2,2,5,3,4,2,1,4,8,5,4,4,6,6,1,2,4,3,2,3,3,2,4,4,4,4,6,2,4,1,3,4,5,4,5,3,5,1,5,1,2,4,1,7,4,6,1,3,3,4,3,5,6,1,6,3,1,6,3,4,3,1,7,2,4,3,7,11,5,2,1,6,5,1,3,4,1,5,2,2,5,3,2,6,2,5,2,3,5,3,2,5,3,5,2,3,5,2,2,5,7,3,1,3,5,2,1,5,4,2,9,4,5,2,3,5,7,2,3,12,5,7,4,5,5,3,2,7,2,3,7,2,4,3,2,4,5,5,4,5,5,1,7,7,2,3,13,6,5,3,4,5,2,5,3,6,8,2,1,4,2,6,3,4,7,4,8,1,2,5,3,4,3,3,5,2,2,1,3,3,4,4,10,2,2,5,5,3,2,4,5,2,4,4,5,2,5,3,2,4,3,5,5,5,4,1,4,10,4,3,4,5,7,6,3,4,2,3,8,2,5,6,3,3,4,3,5,2,2,4,9,4,2,2,3
|
21
|
+
9,4,5,4,2,2,1,4,2,3,2,3,4,4,8,1,4,4,3,9,4,8,1,3,4,3,2,2,13,10,3,4,3,4,4,4,4,4,2,3,2,13,3,10,3,4,4,4,11,5,3,9,5,4,4,5,1,2,3,3,3,3,4,3,3,3,1,3,4,4,3,3,1,4,1,3,5,10,5,4,7,4,1,4,4,4,2,5,1,4,5,6,4,4,3,8,4,8,4,1,8,1,3,3,9,7,2,3,7,3,10,9,8,2,2,3,5,4,3,6,4,5,10,3,1,4,2,4,4,4,3,4,6,4,5,3,5,6,3,6,5,11,9,10,2,4,5,5,2,14,10,1,8,4,3,4,5,4,6,2,1,1,6,5,5,2,3,2,2,8,3,3,5,2,3,17,12,4,13,4,1,10,2,3,4,9,1,2,3,5,9,4,4,4,4,2,1,6,3,2,4,1
|
22
|
+
4,3,3,4,2,3,4,3,4,2,3,1,4,4,4,3,1,4,2,5,3,2,7,4,4,4,3,3,4,1,5,4,2,4,2,5,3,4,4,12,3,4,3,2,1,2,3,4,3,3,2,5,2,2,2,3,4,3,2,1,4,3,4,4,5,3,13,4,3,3,3,3,4,2,5,3,3,7,1,4,2,3,4,3,3,5,2,2,4,4,5
|
23
|
+
7,7,7,9,7,7,1,6,6,7,6,6,6,5,7,4,4,7,6,7,6,7,1,6,6,7,7,6,8,6,5,7,2,6,6,4,6,5,7,7,6,7,6,6,5,5,6,7,5,4,5,7,7,9,9,9,8,8,9,9,7,9,9,9,8,9,1,8,9,25,2,8,6,10
|
24
|
+
3,4,8,4,4,4,4,3,4,7,4,3,3,4,8,4,4,8,4,4,4,3,5,12,4,5,16,8,3,8,5,3,5,3,7,7,4,2,4,4,6,8,5,4,4,4,8,5,4,3,4,2,3,4,3,4,4,4,3,4,4,5,4,7,8,4,4,4,12,4,4,4,3,5,3,4,4,4,4,4,8,12,4,7,3,4,4,5,4,4,4,4,4,4,3,4,8,4,4,3,4,4,3,4,8,4,4,3,4,4,4,3,3,4,5,5,4,4,4,4,5,10,4,4,4,4,4,4,4,3,3,4,4,4,4,3,5,3,3,8,4,6,7,3,1,4,4,19,6,5,4,4,4,4,4,5,4,4,5,5,18,4,7,7,3,3,4,4,5,8,7,3,2,3,3,3,4,4,8,5,4,4,3,4,3,11,4,3,8,8,5,8,4,4,2,5,8,8,4,5,4,3,4,20,4,7,4,7,4,4,4,3,3,5,3,8,5,4,4,3,20,4,4,4,4,3,4,4,4,4,4,4,5,4,3,4,2,4,2,8,8,5,4,4,4,3,4,4,4,4,4,4,4,3,4,4,3,4,4,3,4,4,4,6,3,4,4,4,4,4,4,8,4,3,3,4,3,3,3,3,9,4,4,8,4,4,3,3,3,3,4,4,4,3,4,7,3,8,3,4,3,3,1,3,3,3,4,4,3,4,4,2,8,3,4,3,4,8,8,4,4,3,4,3,3,4,4,4,4,4,4,4,4,4,3,2,4,12,3,4,8,4,4,4,3,4,3,3,3,4,7,4,4,3,4,8,3,4,3,4,4,4,4,3,4,4,4,5,4,4,3,4,4,3,3,4,4,3,4,4,4,4,12,3,3,3,4,6,4,4,3,4,4,2,4,4,6,4,4,4,4,3,4,4,3,4,4,11,4,4,3,4,9,4,3,3,3,7,4,7,2,1,4,5,3,3,4,3,4,3,2,1,4,5,3,3,3,2,3,3,3,3,5,3,9,4,2,3,4,4,3,3,3,4,5,2,3,3,5,4,4,5,8,8,4,11,3,5,6,4,8,4,5,4,16,5,4,3,3,8,9,3,8,3,5,9,4,3,8,7,4,3,4,9,3,4,4,5,8,4,4,3,10,4,4,4,3,5,12,4,5,9,3,9,4,5,9,3,4,3,5,4,17,4,7,9,5,13,5,5,3,3,4,3,3,8,5,2,5,5,3,8,3,5,9,4,5,2,4,4,4,3,3,4,5,12,4,4,5,5,3,4,3,4,3,3,4,4,4,4,3,3,4,14,4,3,4,9,2,4,4,11,4,17,4,5,3,3,4,4,3,4,2,4,8,4,3,4,4,4,4,4,5,5,4,8,4,3,8,3,5,7,4,4,5,4,4,11,3,4,5,4,4,4,4,7,5,7,7,7,9,4,3,8,5,4,5,4,3,3,3,5,5,3,5,4,4,3,4,4,5,4,5,5,4,9,5,3,4,5,5,4,8,7,4,2,4,5,3,5,4,4,4,3,2,4,3,8,2,4
|
25
|
+
1,3,3,4,3,4,3,4,2,3,2,3,4,2,3,3,3,3,3,3,4,3,3,4,4,2,1,3,4,2,6,3,3,2,2,4,3,4,3,4,3,4,3,3,3,7,2,3,2,4,2,2,4,6,2,1,3,3,3,3,3,6,1,3,4,2,1,5,3,3,4,4,1,3,7,4,2
|
26
|
+
2,2,3,1,1,3,6,3,5,3,7,3,2,5,1,2,1,2,3,2,2,2,3,3,3,4,5,3,1,2,3,2,3,5,2,1,2,3,1,2,2,2,2,4,2,2,2,3,1,2,4,2,2,2,4,2,2,2,5,2,3,3,3,2
|
27
|
+
1,4,3,3,2,3,2,2,3,2,4,3,2,2,2,2,4,4,1,5,4,3,3,5,1,3,2,3,1,2,1,4,2,5,1,8,1,3,4,1,3,1,6,3,4,3,2,3,2,4,2,1,3,3,4,5,4,4,4,4,4,1,2,1,2,2,4,3,2,4,4,1,2,4,2,2,3,2,2,4,3,3,2,2,3,1,3,4,1,2,3,3,3,2,3,3,2,3,1,2,1,4,5,1,3,2,3,3,4,4,4,2,3,1,3,4,5,1,2,2,7,3,2,1,3,2,5,3,2,4,5,2,4,4,1,1,3,2,3,1,3,2,3,4,2,3,2,4,2,6,6,5,2,6,3,1,4,1,5,4,4,2,2,1,2,2,3,1,5,5,1,3,1,2,5,2,5,2,3,2,4,3,2,4,2,3,5,2,5,3,2,3,4,2,2,3,2,4,2,4,1,5,4,2,2,2,3,4
|
28
|
+
3,4,6,6,4,4,2,3,5,5,4,4,4,5,4,4,5,2,3,3,7,4,5,5,8,4,7,5,1,4,8,3,7,7,3,4,5,5,4,4,3,4,3,1,4,3,4,4,3,7,6,2,1,3,5,3,3,5,2,3,3,7,5,6,4,5,4,5,2,4,4,3,3,3,1,6,6,7,6,5,6,7,3,5,7,4,5,5,4,2,3,4,2,3,4,2,3,1,4,1,1,2,1,5,5,5,3,6,2,3,2,3,5,5,4,6,3,5,3,7,5,4,4,4,3,4,4,5,5,4,4,4,4,5,5,6,1,4,4,6,9,5,5,6,1,4,3,3,3,3,3,4,6,3,6,5,3,3,3,4,5,5,3,5,2,5,4,5,4,5,5,4,5,5,5,3,5,3,6
|
29
|
+
7,18,8,8,7,8,8,5,4,5,5,16,7,8,6,4,8,7,8,8,8,8,8,6,7,4,7,9,2,8,6,5,7,8,7,7,7,7,2,5,7,15,7,8,8,7,4,6,7,10,9,6,9,8,7,7,7,2,3,7,5,7,8,7
|
30
|
+
6,3,3,4,3,12,2,5,8,28,4,3,4,2,4,4,3,3,2,5,10,4,5,4,4,8,3,4,5,4,4,3,3,7,3,3,5,3,5,2,3,4,2,4,10,4,4,3,4,6,6,3,4,3,3,3,3,3,3,5,3,5,4,4,11,3,7,3,4,4,3,4,4,4,4,3,2,4,3,4,4,6,3,3,3,8,4,3,4,5,3,5,5,1,5,3,3,6,4,4,3,4,4,9,3,5,1,4,3,7,3,4,5,3,5,3,4,3,4,3,1,4,3,3,3,3,3,4,2,3,3,3,2,3,3,4,9,3,4,1,1,4,4,3,4,3,5,3,7,5,4,3,4,4,4,3,4,6,4,5,3,6,1,4,4,6,3,3,3,3,3,6,3,4,4,3,3,5,3,6,8,3,3,3,4,3,3,3,3,4,4,2,5,6,3,4,2,3,4,4,3,4,6,6,3,4,3,5,5,3,3,4,5,3,3,3,3,3,3,2,3,2,3,4,5,3,3,4,3,3,8,3,5,4,3,3,3,2,5,5,2,4,3,3,9,4,2,4,8,3,3,3,4,2,3,3,4,3,3,3,6,6,4,6,3,5,3,3,6,1,4,4,9,1,3,3,3,5,1,3,3,4,4,3,3,4,4,3,6,3,3,3,5,13,4,4,4,3,4,3,2,6,3,4,4,4,3,3,3,3,2,3,1,4,3,3,3,4,3,5,4,4,3,3,4,3,6,4,4,6,5,6,4,3,5,3,6,4,7,3,4,4,4,4,3,3,3,3,4,4,4,4,4,3,3,3,3,4,4,3,5,3,6,4,3,4,3,4,3,4,6,4,3,4,3,4,3,3,4,3,3,4,3,3,4,4,3,3,5,2,1,4,3,3,5,3,3,3,9,3,3,5,3,3,4,2,4,5,3,4,7,3,4,4,1,4,7,4,1,3,3,4,4,3,4,3,3
|
31
|
+
3,2,4,4,2,2,2,1,4,1,3,4,1,4,1,3,2,3,2,2,4,2,3,3,14,5,1,2,2,3,2,4,2,5,3,2,2,5,2,3,1,3,3,3,2,3,2,1,3,3,2,3,4,4,3,4,3,1,3,1,4,3,2,1,1,4,1,3,2,2,4,4,3,3,3,3,2,1,1,2,2,3,5,3,1,4,1,3,2,2,2,3,3,4,3,4,8,3,7,3,2,2,2,1,3,2,2,7,2,3,4,3,3,4,4,4,2,2,1,3,3,3,3,3,7,4,2,3,3,2,3,2,4,5,3,3,2,4,4,2,4,3,3,3,2,2,1,4,1,4,2,2,4,2,1,3,2,3,3,1,3,1,1,3,4,2,3,3,1,2,3,3,4,1,3,3,3,2
|
32
|
+
4,1,5,1,3,2,2,6,4,8,2,10,4,2,5,1,5,5,2,6,5,2,2,1,5,5,6,2,4,2,7,5,6,6,4,5,4,2,5,9,5,1,6,5,5,1,6,5,6,6,4,4,5,6,5,6,4,4,5,5,6,1,5,1,4,2,4,6,1,5,1,2,4,6,1,5,1,7,4,1,7,2,5,4,2,5,6,4,6,4,1,4,5,1,1,4,2,5,2,5,5,5,1,11,6,5,5,5,2,5,4,6,1,6,4,1,5,5,1,10,3,7,4,1,5,1,5,1,5,5,6,4,6,1,7,6,8,1,4,1,16,6,2,2,4,5,2,4,2,1,7,2,5,2,7,5,5,9,5,2,5,5,5,2,6,4,7,21,5,1,7,7,1,5,2,5,5,2,2,6,1,5,2,2,5,5,2,6,2,4,2,7,6,6,1,6,8,10,1,7,6,7,2,7,7,2,5,4,1,8,6,6,2,7,2,7,2,5,1,6,1,4,2,6,1,4,7,2,7,5,5,2,7,7,2,6,4,4,5,3,2,11,7,9,7,1,7,2,5,2,5,3,7,1,6,2,6,4,2,8,5,1,8,2,5,3,10,6,5,1,8,1,7,1,6,7,6,3,6,5,5,7,2,7,1,4,2,5,2,2,7,5,2,10,5,7,1,5,5,5,1,8,4,16,5,4,8,7,4,6,2,5,6,4,5,4,6,5,2,5,15,2,5,5,5,7,8,8,6,2,8,1,6,1,5,6,3,6,9,2,6,3,5,2,6,8,6,2,12,6,4,2,8,4,6,9,2,12,4,1,6,12,7,7,2,7,2,6,8,1
|
33
|
+
5,2,6,4,5,5,4,5,5,5,4,5,3,5,5,5,4,5,5,2,4,5,5,4,5,5,4,1,4,5,5,2,4,4,5,7,5,4,8,5,7,4,5,5,2,5,5,5,5,4,5,3,5,5,2,2,5,4,5,1,5,5,5,5,3,3,5,5,5,6,5,5,5,2,5,1,4,5,5,2,5,4,5,4,4,5,4,4,5,5,4,4,5,5,5,4,5,5,5,5,4,10,5,2,4,9,4,4,4,4,4,4,5,5,2,9,4,5,5,4,4,4,8,4,4,4,4,4,4,5,5,4,4,2,5,5,5,4,2,3,5,5,9,5,4,10,2,4,4,4,4,3,3,4,4,3,4,3,4,4,5,4,5,5,5,5,4,5,5,4,6,2,5,4,5,5,5,5,4,4,4,4,5,5,5,8,5,5,5,3,3,4,4,5,4,5,10,3,5,4,5,5,2,4,4,5,4,5,5,4,2,5,5,5,5,4,4,5,8,4,5,4,5,2,4,2,2,5,3,3,3,2,5,5,5,4,5,4,4,5,2,5,4,5,5,10,10,5,5,4,6,6,5,5,5,5,4,5,4,2,3,4,5,5,5,7,2,5,3,4,5,4,5,5,5,5,5,5,5,5,8,5,2,5,5,4,2,5,6,12,5,10,2,3,7,9,7,5,5,5,5,2,4,10,4,5,4,2,3,2,5,1,5,2,6,5,1,6,5,4,2,2,4,5,4,5,5,2,7,9,2,5,4,3,5,5,2,5,4,3,5,3,2,5,2,5,5,1,4,4,4,2,5,2,6,5,5,3,5,3,5,5,5,2,5,1,5,2,3,5,3,4,7,3,5,2,5,2,5,5,4,3,7,5,4,2,5,2,2,4,5,6,5,5,1,6,1,5,6,7,5,2,5,1,11,10,5,2,2,5,4,2,4,4,7,4,1,5,2,5,1,7,5,3,5
|
34
|
+
3,4,4,7,4,3,1,3,3,3,4,5,4,4,6,4,3,4,4,4,3,3,4,7,4,4,4,3,6,4,3,3,6,3,5,3,3,2,3,7,4,3,2,5,5,3,2,3,4,4,3,3,5,3,5,6,4,5,4,3,2,2,4,6,3,7,3,4,4,3,4,4,3,3,7,5,3,3,3,5,3,4,3,4,3,3,5,4,2,4,4,5,3,4,5,2,3,4,3,3,4,4,4,3,3,4,3,5,4,2,3,3,3,4,6,3,3,5,9,4,3,3,6,2,4,2,4,3,5,1,5,1,4,4,4,4,4,4,2,2,5,5,3,4,5,5,8,1,6,5,5,4,6,10,6,7,3,3,5,5,9,6,5,5,3,7,6,9,5,5,5,6,6,8,4,10,7,2,3,6,6,7,12,5,5,1,8,6,4,2,7,9,6,9,3,3,4,3,1,3,4,4
|
35
|
+
3,3,2,2,8,3,2,3,6,2,3,3,3,3,4,3,3,5,3,3,2,5,2,4,4,3,3,3,6,2,2,3,2,2,2,3,3,3,6,3,6,7,3,2,3,3,3,7,3,4,6,2,3,3,2,7,6,7,3,4,3,3,3,3,3,2,2,2,2,3,3,3,2,3,3,3,3,3,3,3,2,3,3,3,3,6,2,2,4,3,3,3,3,3,3,3,3,2,3,3,4,3,6,3,3,3,2,10,4,2,3,3,3,3,7,6,3,2,3,3,3,3,3,3,5,3,3,1,3,3,3,3,3,3,3,3,6,4,3,3,2,3,2,6,2,3,7,3,3,3,3,4,3,6,3,3,2,3,2,7,4,4,3,3,3,3,4,3,5,3,3,7,10,3,6,2,3,7,6,3,6,3,5,4,14,3,1,2,2,4,1,6,3,3,4,3,4,3,3,3,6,6,3,3,1,6,3
|
36
|
+
6,6,6,3,6,6,5,7,7,6,4,5,14,7,6,6,6,4,6,5,6,5,5,5,5,5,4,5,11,1,6,8,1,4,3,5,5,5,5,5,6,6,6,5,9,10,7,6,5,6,6,3,6,6,10,7,4,2,6,4,6
|
37
|
+
12,5,2,2,3,3,3,3,2,2,3,3,3,2,3,3,2,6,3,6,3,3,2,3,3,2,2,16,2,5,2,2,2,3,3,6,5,6,3,8,6,5,2,2,3,5,6,2,6,5,2,4,6,3,10,3,5,3,6,13,3,3,3,3,2,10,2,5,5,2,2,3,6,6,3,3,11,2,5,5,3,2,3,3,9,2,2,3,3,5,8,5,4,5,1,2,3,3,5,5,3,2,6,3,2,3,8,5,1,9,3,3,3,2,2,3,3,2,4,6,6,3,3,2,4,5,6,3,2,3,3,2,6,7,4,8,5,3,3,2,3,6,4,2,3,2,5,2,3,6,5,6,3,2,6,6,2,2,2,2,5,3,6,3,6,3,2,5,5,5,5,2,4,5,3,3,2,11,3,2,2,5,2,4,3
|
38
|
+
2,2,2,2,2,3,2,3,3,3,2,3,3,3,2,3,3,2,2,3,3,3,3,3,1,3,3,3,2,3,2,3,2,1,2,2,2,2,4,3,2,2,3,2,3,2,3,2,2,5,3,3,2,3,2,3,2,3,3,2,2,3,4,3,3,3,3,4,3,2,3,2,2,3,4,3,3,2,2,3,3,3,2,3,3,2,3,3,3,3,4,2,3,4,3,3,3,2,3,4,2,2,4,2,3,3,2,2,2,3,4,2,2,3,2,3,3,2,1,4,3,3,3,4,3,3,3,3,3,4,2,3,2,3,3,1,2,3,3,3,2,1,2,2,3,2
|
39
|
+
4,3,3,4,3,4,3,4,5,5,4,4,4,6,4,8,4,3,11,2,8,4,4,4,3,3,4,5,5,4,4,7,15,8,3,3,4,4,3,4,4,3,4,3,6,5,3,4,10,4,4,4,5,4,5,4,1,3,4,2,3,4,4,3,4,4,4,4,8,4,3,4,4,3,4,3,3,3,4,3,4,4,4,4,4,4,4,4,4,7,4,4,7,4,4,3,4,3,4,3,3,4,5,5,5,3,5,6,4,4,3,4,8,4,5,10,4,4,4,3,4,4,4,3,4,3,4,3,7,10,3,3,4,4,3,4,4,3,4,4,3,4,3,3,4,4,4,4,4,4,4,5,4,5,5,3,1,4,4,4,4,5,3,4,3,4,4,4,4,4,4,4,4,2,4,16,4,4,4,7,4,4,4,5,3,4,4,4,4,5,3,3,2,3,3,5,3,4,4,4,3,6,4,4,3,3,5,4,3,4,3,4,4,4,8,5,4,4,3,3,4,4,5,6,4,4,4,4,4,4,4,4,4,4,8,7,3,4,5,4,8,5,4,5,3,4,3,1,8,3,4,5,2,4,5,4,7,4,6,3,4,4,4,3,4,4,3,4,4,4,4,5,6,6,6,4,9,4,6,5,6,2,4,3,8,3,4,5,5,4,6,4,3,4,4,3,4,4,12,4,7,6,5,1,5,5,3,3,4,3,5,2,5,3,1,5,4,4,5,1,3,4,3,5,4,4,4,5,4,4,4,4,4,5,5,4,6,6,4,2,4,4,4,4,5,3,5,5,4,4,4,1,3,11,4,1,4,5,3,5,4,4,5,4,4,4
|
40
|
+
8,9,11,7,9,3,8,10,8,7,5,7,4,9,8,6,4,3,6,7,7,5,6,2,3,2,6,6,9,7,8,7,7,7,5,6,7,6,5,6,4,3,8,5,6,7,8,6,7,5,6,7,7,5,1,7,6,4,5,5,10,5,5,7,5,6,7,5,5,4,5,5,7,6,7,4,7,8,4,8,4,3,8,2,6,5,13,5,2,6,2,2,5,6,9,12,2,7,7,8,9,3,2,6,8,5,2,3,8,5,7,8,13,6,4,4,3,2,12,7,11,2,6,8,6,6,7,6,7,10,2,6,6,2,7,7,6,2,8,6,8,2,1,9,7,3,6,6,4,2,5,3,7,2,4,2,2,2,7,7,7,8,8,4,6,9,9,8,6,8,3,8,9,5,7,7,7,7,9,6,8,6,5,9,8,7,7,2,5,8,6,7,9,6,4,4,6,6,8,8,7,5,7,7,2,9,9,12,10,7,12,15,11,5,3,10,8,7,7,6,9,9
|
41
|
+
3,2,3,5,4,3,3,4,3,3,4,4,3,6,2,6,3,3,2,2,3,2,2,1,3,4,3,3,1,3,3,3,5,2,4,3,4,2,3,3,2,2,4,3,3,2,3,3,2,2,2,3,2,3,2,3,2,5,3,4,3,3,2,3,3,6,2,6,2,3,5,3,2,5,3,4,4,2,3,4,3,3,4,4,4,7,3,6,2,3,2,3,3,4,1,1,3,2,4,5,3,2,2,3,5,3,2,2,3,3,4,4,1,3,3,3,4,4,3,8,2,2,2,3,3,3,3,4,3,3,3,5,3,4,4,2,3,5,3,3,3,7,3,3,3,3,3,3,4,3,2,5,3,3,3,3,3,3,3,4,2,3,3,3,2,3,3,2,3,2,1,2,5,3,5,4,3,3,2,3,3,3,3,4,3,2,2,1,4,3,3,8,3,3,4,3,4,2,3,4,4,2,2,1,3,2,4,3,3,3,3,2,3,6,3,3,3,1,3,1,3,3,3,1,3,3,4,4,6,2,2,5,2,5,2,3,4,4,4,3,6,3,4,1,3,2,4,1,2,3,4,2,2,2,4,4,3,2,4,3,4,1,3,3,2,2,2,3,1,5,2,2,4,4,4,3,3,2,7,1,2,3,3,4,3,3,2,5,3,2,3,1
|
42
|
+
4,2,2,4,2,4,4,4,2,4,3,2,2,4,4,2,3,4,3,2,4,4,4,2,4,4,4,4,3,4,4,4,3,4,4,2,1,4,4,4,3,3,2,4,2,4,5,2,4,2,4,4,2,4,6,4,4,4,2,3,4,4,4,5
|
43
|
+
3,2,3,3,2,6,6,3,1,3,2,4,4,1,2,3,2,4,4,1,3,4,3,1,3,2,3,4,1,3,4,4,3,4,1,3,3,3,4,4,5,2,4,4,1,3,4,4,4,4,3,1,4,3,2,3,4,1,3,4,4,3,3,3,2,1,3,3,1,3,3,2,1,3,3,4,4,3,4,4,3,1,4,3,3,1,3,3,3,4,3,1,2,3,4,4,3,4,3,2,1,2,4,2,4,2,4,3,3,4,2,3,2,3,4,4,3,4,2,4,4,2,2,3,2,3,5,2,3,4,4,3,5,3,2,4,4,4,4,2,4,1,2,3,3,3,2,2,3,2,2,4,2,4,4,2,5,4,4,5,4,3,3,2,4,4,2,3,2,3,4,4,1,4,1,1,4,5,4,4,4,4,2,3,3,1,5,1,4,2,3,3,5,5,4,2,2,4,1,2,3,4,3,4,4,4,1,4,3,5,4,4,5,4,3,4,2,3,2,4,2,3,3,3,3,1,3
|
44
|
+
1,7,4,4,3,3,3,4,4,1,4,3,3,3,2,4,4,4,4,4,4,6,4,5,4,6,3,1,4,9,4,6,3,2,3,3,4,4,3,2,8,4,3,4,8,5,4,3,4,4,3,4,14,2,1,4,8,2,3,2,8,3,4,5,5,6,4,5,2,3,4,6,4,2,5,4,4,5,3,4,2,6,2,4,4,3,4,2,4,3,7,3,7,4,4,4,3,3,3,3,4,4,4,6,4,3,4,2,4,4,4,2,1,2,4,4,2,8,4,4,4,3,4,3,11,3,4,2,3,3,3,4,3,3,4,4,4,3,4,3,4,8,4,3,4,2,4,4,3,5,4,4,4,2,9,2,4,3,1,4,3,3,4,4,8,4,2,6,4,12,4,2,4,4,9,2,4,3,2,4,1,5,6,4,4,4,3,3,3,6,6,4,2,2,9,4,4,4,2,2,1,8,4,3,4,4,3,8,3,1,3,4,3,5,8,1,2,4,4,4,3,6,2,4,5,4,7,4,8,2,2,4,4,4,4,4,4,4,4,4,3,3,3,3,5,6,4,6,4,3,8,5,5,4,3,3,5,6,6,5,5,6,5,2,4,4,4,6,1,5,5,5,4,3,8,6,3,4,5,3,3,3,5,2,9,5,4,6,4,4,5,10,3,5,3,5,2,4,6,4,3,3,6,4,5,4,3,3,5,4,4,3,1,4,5,1,3,4,1,6,3,5,4,6,6,2,1,3
|
45
|
+
5,5,3,5,3,5,4,1,3,7,4,3,7,5,5,4,3,3,3,7,4,4,8,4,25,3,2,5,2,9,6,11,4,3,5,7,4,4,6,4,4,2,9,5,3,3,4,10,5,2,10,3,3,5,9,1,5,5,3,5,3,17,4,5,4,2,4,4,5,5,5,4,4,2,5,4,5,4,5,1,7,5,3,4,3,3,4,4,5,4,4,9,2,4,3,5,10,5,1,5,7,4,2,2,5,7,6,9,5,1,5,5,5,18,2,4,3,4,9,5,5,14,5,3,2,6,4,8,3,1,1,8,2,5,9,2,3,15,2,4,2,6,3,4,4,2,4,4,2,5,3,5,10,1,3,5,3,4,4,4,4,6,2,3,1,2,1,3,5,10,4,8,8,1,5,2,4,5,1,4,4,12,4,4,4,4,3,4,15,2,5,3,3,3,3,3,4,4,4,4,6,2,5,1,2,4,4,1,9,1,8,4,4,4,4,4,4,4,5,5,5,2,5,1,8,3,3,4,5,8,1,5,4,4,5,5,9,4,5,10,5,3,4,4,3,4,6,2,1,14,5,5,2,8,4,5,4,4,4,4,4,3,5,20,2,4,5,4,4,5,6,2,5,3,1,10,6,5,7,3,4,4,4,5,3,5,5,2,11,5,5,5,4,5,4,3,6,4,3,5,5,6,5,6,7,4,3,4,4,5
|
46
|
+
3,3,6,3,1,4,4,2,7,2,2,3,3,2,1,3,2,3,3,2,7,3,2,2,4,3,3,1,1,4,3,2,2,3,1,6,6,3,4,2,2,3,4,3,1,2,3,10,1,5,2,7,3,3,4,2,5,4,2,2,8,2,2,2,3,3,3,4,2,3,2,5,4,3,5,4,2,2,4,3,3,2,3,2,2,2,4,2,3,2,2,2,4,3,3,2,1,4,2,3,3,3,1,3,2,1,4,3,3,2,7,3,1,2,2,4,3,2,4,2,5,5,4,3,3,2,2,6,2,5,3,3,2,2,3,3,6,3,3,3,3,2,3,2,3,2,6,3,2,3,3,2,3,6,3,2,1,3,3,2,3,3,3,5,3,2,2,4,3,3,3,3,2,3,3,7,2,2,1,1,2,2,3,3,3,3,3,3,3,3,2,6,2,3,3,3,3,3,2,3,3,3,2,2,4,3,9,2,1,1,4,4,3,2,3,2,6,10,3,2,3,3,2,2,4,2,2,2,2,3,1,4,2,3,3,1,1,5,1,5,3,2,2,3,2,3,2,1,3,4,2,2,2,3,3,3,2,4,1,2,3,1,3,4,2,4,3,3,6,2,3,2,1,2,2,4,6,5,4,4,3,1,3,4,3,2,3,3,3,2,4,3,3,2,3,2,7,5,1,3,4,3,2,2,3,2,4,3,2,1,2,2,3,1,2,2,3,7,3,2,1,2,3,3,3,2,2,2,2,2,3,2,7,2,3,2,2,2,3,2,2,4,3,2,4,2,6,3,3,2,1,2,4,4,2,2,10,2,2,4,3,2,3,1,3,4,3,2,3,4,3,2,3,5,1,3,3,2,4,5,4,4,3,3,7,2,4,2,3,4,2,6,3,2,2,2,2,4,2,3,7,3,2,5,2,3,1,3,2,2,3,7,3,3,2,2,3,3,3,3,4,2,4,3,3,3,3,1,3,1,2,2,2,2,3,2,2,5,4,3,2,1,8,2,1,2,2,6,2,5,4,2,1
|
47
|
+
5,1,6,1,5,1,7,6,5,1,6,10,2,4,2,6,2,4,5,5,6,12,5,5,6,2,14,3,5,2,5,3,5,6,10,6,1,5,3,9,5,5,2,5,1,6,1,5,1,7,8,9,5,2,1,5,7,5,1,5,2,1,16,2,5,1,1,4,2,10,4,5,6,5,3,5,6,3,2,10,7,4,9,1,5,5,3,10,2,6,2,3,6,2,5,6,1,1,5,5,4,2,3,5,11,1,2,7,7,14,5,3,2,5,1,5,10,2,2,5,5,2,17,5,5,2,5,2,5,1,5,5,2,5,2,5,2,5,1,5,2,5,2,7,5,6,1,5,2,5,3,5,5,6,2,5,3,2,5,3,7,11,2,7,4,9,5,3,5,5,8,8,6,4,5,4,1,5,2,6,2,5,5,4,5,6,5,1,6,2,5,7,6,5,3,2,5,2,7,3,7,8,5,5,6,1,6,7,6,2,8,4,4,14,3,4,5,5,2,6,2,4,10,4,1,4,1,2,3,10,6,6,2,1,6,3,5,1,11,1,3,1,2,6,3,6,8,7,5,3,1,5,2,4,1,5,7,5,3,4,5,3,6,3,6,3,5,3,5,3,5,8,6,7,2,5,1,3,8,2,2,2,5,2,4,3,2,2,6,6,3,6,11,6,2,5,5,5,1,5,11,6
|
48
|
+
4,2,2,2,1,3,2,3,5,6,2,2,1,2,3,1,3,2,1,4,3,4,3,5,3,3,4,3,3,2,4,2,9,3,6,3,2,2,2,3,3,5,3,2,4,5,6,3,4,3,5,3,2,3,2,3,3,1,3,4,1,2,3,9,1,3,3,3,4,3,2,6,5,3,2,3,2,1,2,3,3,2,1,3,1,3,3,2,3,3,4,3,3,2,3,1,3,2,3,2,3,2,3,3,2,3,2,3,3,4,2,3,3,7,3,2,7,2,3,5,3,2,3,3,6,2,3,3,3,6,2,3,3,3,3,2,3,3,3,3,8,6,3,2,6,3,3,4,2,6,4,3,3,3,3,4,5,5,3,2,2,3,2,3,2,3
|
49
|
+
1,1,1,1,3,3,1,3,1,1,4,3,4,2,4,4,2,3,3,1,4,3,3,4,1,3,3,3,3,2,3,2,1,2,3,1,1,4,5,4,1,3,1,3,1,2,1,2,2,1,4,3,4,3,2,3,6,3,2,3,3,3,3,5,1,1,2,1,3,3,3,6,1,4,3,2,3,3,4,2,4,3,4,3,4,3,3,1,3,6,4,2,2,4,3,3,6,3,3,1,3,1,3,5,4,8,2,4,4,4,1,6,1,5,4,2,2,2,3,2,2,3,2,3,2,2,2,2,2,3,1,2,2,4,3,6,6,3,2,3,2,3,2,3,3,2,2,3,3,2,1,2,1,3,1,2,1,3,2,6,3,2,2,2,2,2,7,4,3,1,1,5,3,3,2,1,2,3,3,2,2,1,3,3,1,3,1,2,3,2,2,3,3,5,3,3,2,6,3,3,3,1,1,3,2,1,3,2,7,3,1,2,3,2,3,1,4,3,6,3,4,3,3,2,3,3,1,3,1,1,2,3,2,1,3,2,3,3,2,3,2,4,3,2,1,2,5,2,3,3,1,2,1,3,3,3,3,3,2,8,8,3,2,4,3,3,3,4,2,1,2,2,2,3,2,3,3,3,7,1,3,2,2,4,4,3,3,2,2,3,1,4,1,3,2,3,3,3,2,4,1,4,4,3,2,3,6,3,3,2,1,2,2,3,1,3,1,2,3,1,3,1,4,5,3,3,1,1,2,4,2,2,2,1,4,3,3,4,7,3,3,4,3,1,3,3,2,2,2,2,2,3,1,1,3,3,4,3,2,3,1,3,2,3,3,3,7,1,3,3,2,5,2,3,3,5,6,3,3,1,3,2,3,4,8,2,3,1,3,1,3,3,5,1,1,1,4,2,3,1,4,3,2,1,3,3,3,1,1,1,3,3,1,3,4,2,3,3,1,3,2,2,1,1,4,3,3,4,7,3,2,2,4,1,2,3,3,2,1,3,1,3,3,2,1,2,3,4,2,3,1,2,2,7,6,2,1,2,3,2,3,3,3,3,4,1,2,1,5,1,2,2,2,3,1,3,1,2,3,1,5,1,3,1,3,4,3,2,2,2,2,3,3,1,3,3,3,3,3,1,1,2,2,2,5,6,5,3,5,2,1,3,6,1,3,3,1,3,2,3,3,3,3,3
|
50
|
+
4,1,1,3,2,6,1,1,3,1,1,2,1,1,1,1,1,1,1,2,1,2,2,1,2,4,1,2,1,1,1,1,1,2,2,4,1,1,1,2,1,2,3,5,4,1,1,1,2,1,2,1,1,1,3,1,1,1,1,1,1,2,1,1,9,3,5,4,3,2,1,2,4,4,2,2,4,2,3,4,1,4,7,3,2,1,3,3,1,3,3,1,5,3,7,2,3,4,1,2,2,3,2,1,2,1,1,1,2,4,2,2,1,1,2,2,4,1,1,1,1,1,1,1,1,1,2,1,4,1,1,2
|
51
|
+
5,6,3,1,4,1,4,6,7,6,4,4,4,1,2,4,3,1,4,7,1,6,5,5,1,1,4,2,1,5,2,8,4,5,2,4,3,4,2,4,4,4,4,3,2,4,5,4,8,5,7,4,8,7,3,8,4,4,4,8,7,1,10,4,8,4,4,4,4,6,8,4,6,5,5,5,4,1,4,5,7,1,4,5,6,6,4,4,8,8,4,2,5,4,7,6,4,4,8,4,7,6,5,4,4,10,8,3,2,1,5,4,5,6,7,5,1,6,5,8,7,6,4,4,4,5,5,13,1,4,1,6,5,4,4,5,2,5,4,7,4,6,7,4,4,6,2,2,5,6,5,4,5,4,4,5,5,9,7,4,5,1,5,4,3,4,4,3,4,1,5,7,7,4,6,4,3,6,5,5,6,4,6,4,8,2,4,4,4,6,5,9,7,4,5,6,4,6,4,2,4,4,2,4,5,4,4,4,5,4,4,5,4,12,4,8,4,4,5,5,5,4,4,5,4,5,5,4,4,5,8,5,1,6,6,6,6,9,5,7,2,4,7,6,5,4,6,5,12,6,4,4,4,5,4,6,1,4,4,6,7,5,5,4,4,6,1,5,6,4,4,6,4,5,4,1,5,5,6,5,5,4,6,5,4,5,4,6,5,4,4,2,4,3,4,7,4,4,5,4,4,5,4,4,5,5,5,6,5,5,6,6,5,5,6,4,4,4,5,1,5,6,6,6,7,6,6,1,4,5,4,4,3,5,6,5,1,3,7,4,5,4,4,4,5,5,4,4,4,1,4,5,6,5,4,4,4,4,2,5,5,4,4,5,4,4,5,4,4,5,5
|
52
|
+
5,3,11,4,4,3,5,6,2,5,3,8,1,2,2,3,4,3,3,10,7,4,2,5,2,4,5,2,3,3,3,3,3,2,4,3,2,10,5,3,8,3,2,4,7,2,3,4,4,4,4,3,4,3,4,10,4,4,5,3,4,3,3,4,3,2,2,2,5,3,6,4,2,4,6,10,4,4,5,4,4,4,5,4,4,5,4,5,6,5,4,4,4,4,5,4,4,4,2,3,4,4,3,3,2,5,4,5,4,4
|
53
|
+
2,2,4,3,1,5,2,2,4,5,2,3,2,4,5,4,5,3,1,2,3,2,2,5,1,2,4,2,4,2,3,2,4,3,3,1,3,2,3,5,7,3,4,3,1,1,2,1,3,4,2,2,5,4,1,4,4,3,2,3,2,2,3,3,2,2,6,2,3,2,1,8,5,2,2,1,5,4,3,2,6,6,6,1,2,2,1,2,2,2,3,2,1,2,1,4,6,2,4,3,3,2,1,6,2,7,3,1,3,1,3,3,7,4,1,4,5,1,2,1,6,4,5,4,1,4,2,6,1,3,1,2,5,4,2,2,4,2,2,5,5,3,3,4,5,2,2,2,4,2,2,3,1,3,2,2,8,2,4,2,2,2,2,3,5,2,3,1,2,8,2,3,2,2,4,2,5,1,3,2,2,1,2,2,2,2,5,5,2,2,2,3,2,4,2,3,1,4,2,2,2,4,1,4,2,2,3,1,5,2,3,2,3,2,2,2,1,4,2,2,4,4,2,2,3,3,3,2,10,1,2,4,1,4,1,3,1,2,3,2,3,2,3,2,3,2,5,2,7,2,2,2,4,2,3,2,3,4,2,4,3,3,2,3,2,2,7,3,2,2,2,5,5,4,4,3,2,4,2,2,2,1,2,2,2,2,5,6,8,4,5,2,4,4,4,6,2,3,1,2,2,4,1,4,3,2,4,1,2,2,5,4,2,4,2,4,4,1,3,2,1,2,4,4,1,1,5,5,2,2,3,2,2,4,1,3,1,1,3,4,2,3,3,1,4,2,2,1,3,2,2,2,3,1,5,4,2,1,3,1,2,1,1,1,1,2,1,2,4,1,1,4,3,2,2,4,4,2,2,2,3,2,3,2,1,4,6,3,1,2,5,2,2,4,2,1,7,2,1,4,3,4,2,2,1,3,3,2,2,6,2,1,1,2,2,2,1,2,2,6,3,2,2,1,2,1,1,2,3,5,2,2,1,2,2,3,2,3,2,2,3,3,1,2,3,6,2,1,1,2,1,2,3,2,5,2,2,2,5,4,1,1,2,5,1,3,1,4,2,2,3,5,4,2,3,2,1,1,2,5,2,2,2,4,1,2,1,5,2,2,2,1,1,1,2,3,2,4,1,2,4,2,2,4,3,3,3,1,2,1,4,3,4,7,3,2,2,2,4
|
54
|
+
2,2,3,4,3,4,9,4,6,3,3,3,3,3,4,6,2,3,3,7,3,3,4,6,3,6,4,3,3,2,5,7,3,2,3,3,4,6,4,4,3,2,1,2,3,5,12,3,2,3,4,4,4,3,2,3,3,3,1,3,3,3,2,2,3,2,3,2,4,2,8,3,4,4,3,3,5,4,6,3,3,3,3,7,4,3,5,4,4,3,4,3,3,5,4,4,4,2,3,3,5,2,2,3,3,3,4,4,4,2,2,2,3,3,3,3,2,3,2,1,5,7
|
55
|
+
5,4,5,5,4,4,5,9,5,4,5,3,5,5,5,5,5,5,5,4,6,6,6,9,5,12,5,5,5,5,5,4,5
|
56
|
+
3,1,6,2,5,1,6,2,4,6,5,6,6,8,2,4,2,4,1,4,6,6,5,7,5,3,4,2,3,4,6,5,5,10,8,5,3,6,2,5,1,5,8,8,4,5,2,1,4,2,3,4,5,5,6,14,5,5,1,5,7,3,6,5,7,5,4,4,6,5,6,5,5,6,2,3,6,4,6,2,1,3,8,5,1,5,5,2,12,6,1,3,6,2,5,7,10,3,5,6,1,6,5,7,7,5,6,4,9,2,4,3,10,4,10,9,3,5,2,3,6,11,5,6,3,2,3,3,2,6,7,1,9,6,6,7,4,2,5,5,4,1,6,5,5,4,5,5,5,13,4,3,5,7,3,18,3,3,3,8,5,7,5,1,10,7,6,6,5,4,5,6,4,2,4,2,4,4,5,9,8,5,6,4,3,4,2,6,5,5,1,5,3,3,5,7,3,2,4,6,4,6,5,4,4,2,6,7,7,10,2,5,7,10,5,5,6,5,5,17,12,8,24,6,5,4,3,2,4,2,10,7,5,2,6,9,3,2,6,2,6,4,4,8,6,1,4,6,3,7,6,8,3,5,4,4,6,5,5,6,4,5,3,4,5,5,9,6,7,5,7,3,11,6,4,5,4,1,5,5,4,9,6,6,4,2,5,5,6,3,2,2,5,5,2,4,4,2,4,2,5,5,8,6,5,6,5,6,7,5,4,2,6,6,7,5,5,10,6,8,3,5,6,8,8,5,2,3,3,5,7,8,5,5,7,6,4,9,3,1,5,5,7,1,7,2,2,5,1,1,1,6,7,5,7,5,4,1,5,5,6,5,2,3,5,1,2,4,3,1,1,4,10,4,4,5,5,4,5,3,7,5,5,10,7,8,5,6,5,1,6,2,9,6,4,1,3,6,2,11,2,5,2,1,4,4,3,5,2,2,3,2,1,12,6,4,6,3,5,2,5,6,4,4,17,5,6,2,1,4,4,5,6,6,5,2,6,6,5,7,16,2,6,5,7,4,7,8,5,1,5,6,1,1,2,12,8,6,5,2,5,2,6,6,2,4,8,8,5,6,4,5,3,5,7,5,2,5,5,6,2,4,5,5,5,3,5,4,4,5,4,7,5,9,5,5,5,5,5,2,2,5,4,3,4,6,2,5,2,2,13,5,5,2,5,7,5,5,5,5,5,5,6,6,5,6,4,7,7,7,5,8,7,2,7,6,6,3,4,5,5,16,5,8,5,8,7,4,1,4,4,3,6,5,2,7,4,2,4,5,5,5,9,5,4,6,2,5,7,5,5,6,1,5,3,4,2,7,7,8,2,5,4,3,1,5,4,5,3,3,6,5,9,2,3,5,2,4,5,2,5,13,7,3,10,5,5,5,5,5,5,7,10,1,5,3,4,5,2,7,2,3,4,6,5,4,5,5,5,4,5,5,5,5,2,5,2,6,5,9,5,1,6,7,2,4,3,5,4,2,5,6,2,4,1,3,3,6,6,5,11,6,7,9,5,7,7,2,5,2,5,6,3,5,15,2,6,6,1,2,4,5,7,4,2,6,7,6,4,2,6,5,6,2,5,3,3,5,4,2,4,7,6,3,9,5,5,3,6,5,2,4,5,4,2,1,5
|
57
|
+
3,2,4,4,5,3,3,7,3,4,5,3,7,4,4,5,12,3,4,4,15,3,3,4,4,2,4,6,4,4,4,3,4,3,12,4,4,8,4,3,3,4,2,3,8,3,4,4,1,4,5,4,4,4,2,4,4,8,6,3,21,3,2,7,4,3,3,4,2,2,3,4,4,4,3,7,5,4,4,8,4,3,4,3,11,8,9,4,12,3,4,3,4,3,3,4,3,10,4,4,7,8,3,4,4,10,4,4,4,4,4,4,3,4,3,2,3,4,3,4,3,3,7,11,2,4,4,8,7,3,4,6,4,4,4,4,3,11,3,4,4,5,6,4,6,3,4,3,8,2,4,4,7,2,2,1,12,4,4,11,8,4,7,4,3,11,4,4,4,3,3,7,4,3,14,7,3,12,9,4,3,4,7,4,4,3,6,4,8,4,4,5,3,3,4,21,4,4,10,6,6,11,4,23,4,3,5,7,1,4,4,8,4,3,8,4,5,8,4,4,3,3,4,4,3,8,4,11,9,3,8,4,3,18,5,4,5,2,4,7,4,4,2,6,3,4,13,2
|
58
|
+
4,4,4,3,2,3,2,4,3,3,2,2,4,4,4,3,3,3,3,3,3,4,4,3,4,3,3,2,3,3,2,2,2,3,2,3,2,3,3,2,2,4,5,4,13,3,3,4,2,2,3,4,12,6,3,3,2,4,4,2,1,2,3,6,3,2,3,3,3,3,3,2,3
|
59
|
+
4,4,5,5,4,4,4,4,5,5,4,4,5,1,4,5,4,5,5,4,4,4,5,5,4,4,4,4,4,1,4,5,5,1,5,5,4,5,5,4,4,4,5,5,4,9,4,5,5,4,4,5,5,5,4,4,12,3,5,4,9,4,2,4,2,5,5,1,5,1,4,5
|
60
|
+
5,4,5,5,4,7,4,2,5,6,5,5,4,4,4,6,3,4,7,2,4,4,4,5,4,5,5,4,6,1,6,2,4,4,3,5,2,2,3,3,3,3,3,3,3,5,3,2,3,3,2,5,2,3,5,3,5,4,5,4,2,3,4,5,4,9,4,5,4,4,5,4,4,3,4,4,5,4,4,4,5,3,3,5,5,4,4,4,9,5,4,4,5,5,4,5,4,4,4,5,5,5,5,6,5,5,3,2,3,5,7,5,7,3,2,4,5,5,2,6,5,4,4,3,1,4,5,4,6,5,2,4,2,5,4,5,2,5,5,2,4,2,4,6,6,4,4,4,6,2,6,4,4,6,4,8,4,4,3,6,7,2,5,3,4,4,6,5,4,5,3,4
|
61
|
+
2,1,5,1,8,1,2,5,7,1,4,2,10,1,2,4,2,1,1,10,6,2,1,4,9,1,2,2,2,2,11,2,1,2,1,11,1,1,9,1,2,5,5,1,8,3,1,8,1,1,8,2,9,1,3,2,1,2,8,1,6,2,1,1,7,2,1,8,2,1,11,2,4,6,3,1,1,1,1,1,11,2,2,9,1,10,12,1,10,2,4,9,9,3,2,1,3,4,2,2,2,2,1,1,9,1,1,9,1,6,1,1,5,2,1,5,2,22,8,1,10,2,11,4,2,6,3,2,10,1,1,9,6,2,6,2,10,8,1,10,1,10,4,1,2,5,3,1,7,8,1,6,1,1,4,3,3,4,4,1,2,3,2,9,1,2,3,6,1,3,1,2,14,1,1,2,3,13,1,2,1,13,12,2,2,10,1,2,6,2,3,1,2,4,3,2,4,1,1,8,3,1,3,2,1,1,1,1,1,3,2,6,4,3,1,10,2,2,2,3,1,2,1,5,3,16,3,4,6,3,8,1,6,1,2,7,2,1,2,2,3,1,3,2,1,4,1,2,2,1,3,6,1,1,2,1,6,4,8,1,7,7,1,1,1,11,2,1,8,2,1,3,2,8,8,1,2,11,8,7,5,1,1,2,1,1,2,6,2,1,2,8,11,7,10,1,1,7,2,7,11,2,1,8,2,1,4,2,2,3,1,1,8,2,2,2,2,7,1,1,5,9,2,5,1,2,9,3,6,4,21,1,6,2,1,1,8,2,11,1,2,9,2,8,9,8,6,1,7,3,4,1,8,6,9,1,1,6,1,5,5,2,4,1,5,6,2,1,7,2,7,1,4,2,3,3,2,9,1,7,1,1,8,1,5,1,6,8,8,1,2,8,2,9,1,1,1,6,1,3,2,1,6,5,8,2,1,2,1,2,7,1,1,1,8,10,2,1,1,1,6,1,5,2,1,1,2,5,2,7,1,1,7,8,2,8,1,10,2,1,13,4,3,9,3,5,3,5,3,2,6,1,7,1,7,1,2,4,1,8,1,4,3,3,2,1,4,2,4,1,2,4,4,3,2,1,1,1,2,7,9,2,1,2,8,2,4,3,1,9,3,2,5,2,5,2,8,2,2,1,4,7,2,8,1,8,1,1,7,1,1,7,2,8,10,2,1,8,2,7,1,1,7,2,1,1,10,1,8,3,11,1,1,6,2,5,10,1,7,9,2,5,2,4,8,2,2,5,2,2,6,2,2,1,8,2,7,1,1,6,4,1,7,3,1,4,1,6,2,8,7,1,5,3,7,5,7,5,3,1,3,3,7,1,7,2,7,2,6,1,1,2,1,9,2,1,7,1,11,2,1,8,1,8,1,1,6,2,2,10,1,1,1,1,10,5,1,2,2,1,2,2,2,3,7,2,8,1,6,3,5,1,5,10,11,6,2,10,3,4,1,1,6,4,1,2,1,8,1,2,8,1,5,3,8,8,2,2,11,1,1,2,3,5,1,5,4,10,5,5,1,8,1,10,10,2,5,2,7,1,4,1,3,3,9,2,4,1,4,2,6,1,8,1,6,1,8,2,1,2,2,1,2,2,9,11,2,2,5,2,1,9,1,9,2,2,4,3,2,3,4,1,10,2,10,1,12,2,6,3,7,2,3,5,3,1,1,13,1,2,8,1,1,9,1,6,1,1,7,2,2,7,2,2,11,6,1,1,4,2,3,1,4,3,9,1,13,2,2,3,6,2,5,2,2,6,7,2,4,1,4,10,1,3,1
|
62
|
+
3,3,4,5,3,4,4,1,1,5,4,1,4,3,4,3,3,1,3,2,4,2,3,4,4,4,2,3,1,3,1,4,3,2,3,8,3,5,4,3,6,3,3,4,4,3,3,4,5,3,2,4,4,3,4,3,5,4,4,3,3,3,3,4,3,4,3,4,4,1,4,4,3,4,4,8,4,2,3,3,3,4,4,3,4,7,8,5,5,3,5,9,3,4,4,4,5,4,6,4,5,1,1,3,5,7,1,4,4,3,6,5,4,3,4,6,2,5,4,5,4,8,7,2,3,4,2,1,4,4,1,4,4,3,4,3,4,3,2,5,4,2,4,3,4,4,4,4,2,4,5,4,5,12,5,3,5,1,4,3,4,4,4,4,3,2,1,4,3,4,3,5,4,4,4,5,6,4,3,3,3,3,3,3,3,3,2,3,3,6,4,5,4,3,4,6,4,4,4,3,3,3,2,3,4,7,2,6,7,4,5,3,3,11,1,3,9,5,2,2,8,5,6,6,6,2,6,6,4,5,3,4,5,5,5,11,6,6,4,4,4,9,1,2,4,1,5,5,3,5,1,3,3,3,3,2,3,2,1,3,2,4,3,1,4,4,4,4,1,5,4,4,5,4,4,4,2,1,4,4,4,3,1,6,4,5,6,6,5,10,3,5,3,5,5,4,4,2,4,3,1,3,2,4,3,1,6,5,3,4,4,2,4,9,3,3,2,4,2,2,3,3,1,3,4,2,4,4,3,3,1,2,4,3,2,3,2,3,1,2,4,3,4,4,2,1,3,3,4,3,4,6,4,4,4,4,5,4,8,4,3
|
63
|
+
2,1,1,2,1,2,2,1,1,1,2,2,1,1,2,2,1,2,1,1,3,1,2,2,2,1,5,3,3,1,2,1,2,1,1,1,1,1,1,2,2,3,3,1,5,2,4,4,2,3,7,1,2,1,3,4,3,1,4,4,1,1,1,3,1,3,2,1,3,2,5,4,5,3,5,1,4,4,3,3,4,2,3,4,1,4,5,4,1,4,3,2,1,2,4,1,1,2,4,1,4,1,4,4,1,1,3,1,4,3,1,3,4,3,3,2,4,2,4,1,3,1,1,3,1,4,4,4,1,2,1,1,3,2,1,5,1,2,4,2,1,4,1,1,2,3,3,3,1,1,4,5,1,4,4
|
64
|
+
3,5,4,4,5,5,1,2,1,3,4,4,4,2,4,2,3,8,1,2,1,3,4,19,2,3,3,2,4,4,5,4,5,1,4,3,4,4,4,4,3,3,4,3,6,2,4,4,4,3,1,2,2,1,1,1,1,1,5,1,2,1,1,1,1,1,1,1,1,1,1,1,1,1,3,2,3,3,14,4,8,2,3,2,3,4,1,1,2,5,3,6,3,4,1,2,3,3,3,9,4,4,3,5,3,4,2,5,4,3,3,1,1,1,1,1,1,1,1,1,5,1,1,1,1,1,1,1,1,1,1,1,1,1,1,9,4,4,3,4,3,4,4,5,3,1,1,4,3,3,4,5,3,8,3,3,4,3,4,3,3,4,2,3,4,4,3,4,8,3,4,2,4,4,2,3,4,2,4,3,4,5,4,3,4,4,8,4,3,5,4,4,26,4,2,3,3,3,3,4,2,16,3,5,7,4,4,2,2,2,6,2,2,3,4,4,2,4,5,5,3,5,3,2,1,3,2,1,3,3,4,5,4,5,3,2,2,4,3,3,8,2,5,7,2,3,3,1,2,3,3,3,4,4,4,3,5,8,3,3,3,8,2,3,5,3,5,4,2,2,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,4,2,4,2,9,9,3,7,5,1,1,1,3,2,3,5,4,3,3,5,1,1,2,3,2,2,2,4,1,3,1,1,4,10,4,5,4,4,1,1,1,1,3,1,1,4,2,4,2,2,2,4,2,3,3,4,1,1,11,3,7,2,3,3,2,1,1,18,2,4,4,2,1,2,1,1,11,8,3,1,3,3,2,1,4,1,1,1,1,6,4,2,1,4,4,6,3,3,3,2,3,7,3,3,4,2,2,1,3,3,1,1,1,1,1,1,3,2,1,1,4,3,5,1,1,1,1,1,7,10,4,9,2,12,1,4,10,5,4,5,3,4,1,7,2,3,5,5,2,2,1,1,1,2,8,3,3,2,3,4,4,3,1,1,4,3,6,3,1,1,1,1,1,1,1,1,1,1,5,3,1,1,2,4,4,5,3,9,3,2,3,1,3,1,3,1,13,3,4,4,4,2,1,4,3,3,1,6,2,5,1,1,4,2,6,7,1,1,1,5,1,3,2,2,7,5,5,7,2,4,3,4
|
65
|
+
2,3,7,2,2,3,4,2,3,3,3,2,2,4,4,3,4,3,2,2,3,3,4,4,3,3,3,3,4,3,6,3,4,4,3,4,3,3,3,3,3,3,3,4,3,3,3,4,3,4,4,6,3,4,4,3,9,3,2,4,6,2,3,3,4,2,4,4,4,7,3,4,3,3,3,4,2,4,3,4,5,8,4,3,3,3,3,2,4,2,4,4,4,3,2,4,4,4,3,3,3,4,3,4,4,2,3,4,3,3,3,3,4
|
66
|
+
6,4,8,4,4,8,4,1,8,1,3,4,7,4,4,8,3,3,4,4,4,5,5,1,2,6,4,6,1,2,2,6,3,4,5,5,6,7,3,4,1,4,6,2,4,3,7,5,5,6,6,4,1,6,1,8,4,6,1,4,2,3,4,5,6,9,6,5,3,5,6,4,2,6,8,3,3,5,4,3,5,5,1,8,5,3,2,6,1,4,1,5,6,6,4,2,8,19,6,4,4,1,3,5,3,5,9,7,2,2,10,7,8,6,4,3,2,4,6,5,2,1,5,7,5,5,9,10,1,7,5,6,3,4,9,5,12,4,5,5,5,6,5,4,2,2,4,4,8,8,4,10,4,3,3,4,1,7,5,2,1,5,2,1,6,6,3,6,1,6,5,6,1,3,2,1,8,5,5,5,2,5,3,3,7,4,2,5,6,5,1,5,5,4,2,3,1,5,4,2,1,10,8,5,4,4,4,2,11,2,8,1,5,4,5,3,4,7,4,4,3,2,4,4,8,3,5,4,4,4,3,3,1,2,2,2,4,1,4,3,4,2,2
|
67
|
+
2,1,3,3,6,7,2,2,10,9,4,2,5,1,3,14,7,3,5,3,5,3,4,4,8,7,2,1,5,1,3,3,4,1,4,1,7,5,1,2,3,5,1,7,3,1,5,8,4,1,3,5,4,2,5,4,1,3,4,3,9,7,4,2,1,4,7,7,6,4,4,1,4,3,3,2,1,6,7,4,7,5,5,4,4,5,4,4,6,4,4,4,6,2,1,5,7,3,3,2,3,3,4,4,4,3,3,2,5,3,7,3,4,3,1,4,3,4,3,11,5,9,4,2,6,10,4,1,3,3,6,3,3,7,2,4,4,6,4,1,4,3,11,3,3,2,1,4,14,1,4,1,9,4,3,3,4,2,2,2,2,3,5,3,3,4,3,4,7,3,4,2,2,3,3,5,4,3,11,2,5,6,4,4,2,2,6,3,3,4,2,3,8,2,3,3,4,2,10,3,5,3,4,2,2,1,2,3,5,7,1,3,5,4,1,2,2,3,8,4,4,2,3,3,7,4,2,4,4,6,3,2,3,7,3,3,3,4,4,4,6,3,4,4,5,3,2,5,3,3,3,3,7,5,2,3,4,4,4,3,3,3,3,4,5,3,3,1,4,3,3,5,2,4,2,3,3,6,4,2,4,2,1,7,1,6,1,4,2,3,2,4,3,5,10,3,7,4,8,4,4,2,2,2,6,10,3,2,6,2,11,3,3,2,4,1,2,1,3,1,5,3,3,2,2,6,6,11,5,10,3,3,6,3,3,3,15,4,4,2,7,5,8,4,4,4,3,6,3,2,2,8,3,3,2,10,4,4,1,5,3,11,6,3,3,6,8,9,7,4,3,3,1,17,4,3,5,3,8,3,3,3,4,5,6,3,10,3,6,4,5,6,8,2,3,4,2,3,4,3,4,2,2,3,3,3,7,10,2,4,3,17,2,4,4,2,3,4,2,4,14,4,8,3,14,3,4,4,4,5,4,13,3,7,5,4,14,4,2,3,2,3,4,3,3,2,4,4,19,3,5,3,4,6,4,4,3,3,4,7,3,8,6,6,5,3,3,7,5,4,7,3,4,5,3,3,6,7,2,11,3,6,4,7,3,2,4,8,6,7,3,3,6,3,7,3,3,2,5,13,4,2,5,12,4,4,5,4
|
68
|
+
9,2,6,7,1,4,1,7,6,1,5,1,6,7,6,1,4,6,4,1,4,4,2,5,1,4,1,6,6,6,4,6,1,5,1,5,7,6,1,2,9,5,14,1,2,1,4,2,2,1,3,2,5,5,6,4,2,1,4,2,2,3,2,4,3,2,3,2,5,3,1,6,4,4,2,3,3,2,4,4,4,4,4,4,5,6,5,5,4,4,1,5,4,4,1,5,10,2,2,5,1,6,2,7,5,4,1,8,5,5,4,5,5,5,5,5,5,5,4,4,1,4,4,8,5,5,4,5,4,8,4,5,4,5,8,5,10,5,4,1,3,4,5,4,5,5,6,5,5,4,5,5,5,5,5,4,5,5,4,5,5,5,4,4,9,5,5
|
69
|
+
13,14,1,6,5,12,10,4,2,10,5,5,1,10,1,6,10,10,7,2,5,5,2,2,2,14,4,3,1,4,6,3,9,3,4,4,1,7,3,1,14,4,3,1,8,1,4,2,5,2,5,2,2,6,5,1,3,6,1,11,10,4,1,5,9,1,12,15,4,5,6,6,1,2,2,3,3,2,4,2,11,10,1,5,5,1,4,10,1,4,11,6,8,1,3,1,6,7,5,3,1,4,8,4,10,3,3,4,6,12,5,3,5,2,4,4,1,4,5,7,5,2,12,4,2,5,6,5,4,4,2,8,3,4,2,1,12,2,1,5,2,3,1,4,4,8,2,3,7,2,2,2,4,4,2,4,2,4,3,6,2,9,4,2,3
|
70
|
+
3,3,2,4,5,4,3,6,4,3,2,3,2,3,4,3,3,4,2,3,2,3,2,3,2,4,2,5,2,3,6,3,3,3,6,3,3,3,1,3,3,5,2,3,5,3,2,3,2,4,5,3,2,3,2,3,2,3,2,5,3,2,3,3,6,3,4,4,3,3,6,2,3,2,3,5,3,4,3,2,3,3,2,3,3,3,3,1,3,2,3,3,3,3,6,3,4,3,4,3,3,3,2,3,2,5,3,3,1,4,4,4,5,1,4,2,2,2,2,2,7,1,3,1,3,2,3,2,6,2,3,4,4,1,2,2,2,3,4,4,6,1,3,3,5,2,8,5,3,2,2,4,5,5,4,1,3,5,8,5,3,5,6,4,3,4,1,11,1,5,2,1,3,1,2,4,4,4,3,2,9,5,1,1,2,3,3,4,1,5,5,2,4,4,8,3,2,3,4,4,4,2,3,3,2,4,4,3,4,2,3,4,4,3,3,1,2,2,3,5,4,4,3,3,3,2,3,2,3,4,3,4,2,2,4,4,2,1,8,2,2,1,4,5,6,1,3,3,1,5,4,2,2,3,2,3,2,5,1,2,2,2,1,4,2,3,4,2
|
71
|
+
1,5,3,1,6,4,4,3,4,1,1,3,8,9,1,4,2,3,3,4,4,1,4,4,5,3,1,3,1,2,4,4,5,2,3,6,3,1,8,3,2,3,2,3,3,2,3,1,4,1,1,4,4,4,2,4,3,2,4,6,3,3,3,5,4,4,4,1,4,5,1,5,1,2,5,1,1,2,4,4,4,3,1,3,4,4,5,1,6,2,2,3,4,4,5,2,4,4,3,1,4,2,2,2,2,3,2,3,3,1,6,1,3,4,1,3,6,3,2,1,5,5,5,4,6,6,6,5,6,4,5,5,6,7,1,3,3,2,6,1,6,5,5,1,6,2,1,1,3,3,2,4,1,1,6,11,3,5,2,3,2,1,1,3,2,3,4,6,5,6,3,3,1,4,5,1,3,2,5,4,4
|
72
|
+
2,2,2,2,2,2,2,2,2,2,5,2,3,12,2,2,2,2,2,2,2,4,2,2,3,1,2,9,3,4,2,2,2,2,2,2,2,2,2,2,2,2,8,6,3,4,2,2,4,2,2,1,2,2,2,2,2,2,1,2,3,3,4,1,2,3,4,2,3,1,1,3,2,3,2,2,2,2,4,4,2,1,3,2,9,5,4,2,1,2,5,2,1,2,2,2,2,2,4,4,2,2,4,2,2,2,2,2,1,2,4,4,2,2,2,2,4,4,4,2,2,2,2,2,3,2,3,3,3,1,6,2,2,1,2,4,6,5,2,1,2,1,1,2,2,2,2,4,4,9,4,2,3,2,1,2,4,1,2,2,2,1,2,2,2,2,2,2,2,11,9,2,2,2,1,1,2,2,1,1,1,1,1,3,9,1,1,2,5,1,1,2,1,2,1,1,1,1,2,4,8,4,1,4,1,7,1,1,1,1,2,2,1,2,2,2,2,1,1,4,3,2,3,4,4,2,2,3,1,2,2,2,1,2,2,1,4,4,2,3,4,2,1,2,4,1,2,1,2,1,1,1,1,2,2,1,3,2,3,4,4,4,1,1,4,2,2,2,2,4,1,2,1,3,3,3,1,2,1,1,1,1,1,2,1,4,2,1,1,2,2,1,2,1,3,6,3,4,2,1,1,5,1,1,2,1,2,2,1,1,2,2,2,4,3,2,8,1,1,5,2,1,2,2,2,2,2,1,1,2,1,1,2,8,9,5,1,1,1,1,2,1,2,2,2,1,3,4,1,2,2,4,3,3,4,2,3,3,4,2,3,1,2,2,3,1,1,2,2,1,1,2,1,1,3,4,2,8,2,2,2,1,2,2,2,3,2,2,2,2,1,6,3,6,1,1,4,2,2,2,2,2,1,1,2,1,2,2,2,3,3,2,3,4,2,5,1,2,1,2,1,1,2,2,1,1,1,1,1,2,1,2,1,3,2,7,5,1,5,2,2,1,2,1,2,1,1,2,1,2,2,1,3,6,3,5,1,2,2,2,2,1,1,3,1,2,1,2,2,2,1,3,4,2,4,4,2,3,2,1,5,2,2,2,1,2,1,2,3
|
73
|
+
2,2,2,2,3,3,4,2,2,5,2,2,7,7,2,5,2,2,4,3,4,3,3,3,3,3,3,4,4,5,2,4,3,3,3,4,3,4,4,2,4,2,3,2,3,3,2,6,4,3,3,3,3,3,3,2,6,3,4,2,3,3,3,3,3,3,4,2,2,3,2,3,4,4,3,2,3,3,3,4,3,2,6,3,3,3,3,3,6,5,2,2,3,2,3,2,5,2,3,6,3,2,5,4,5,2,3,2,2,3,3,5,7,2,2,3,4,2,3,7,2,3,7,4,1,3,3,3,6,4,3,4,4,5,3,3,4
|
74
|
+
5,6,1,5,5,4,2,5,2,5,5,5,5,5,5,5,6,5,2,1,5,3,5,6,2,2,5,8,3,3,2,2,2,2,10,2,2,1,5,10,3,3,1,1,2,2,1,1,4,4,5,5,6,3,4,1,5,5,4,2,2,2,3,1,1,5,5,5,3,5,5,4,1,6,2,6,11,1,2,6,5,10,5,6,6,12,5,5,2,4,11,10,7,7,2,4,4,4,4,15,5,11,12,1,3,4,5,4,4,7,4,5,3,5,3,4,4,4,3,4,3,3,2,3,4,5,9,4,6,4,5,3,3,7,2,5,3,4,4,5,3,9,3,4,3,4,3,3,5,4,5,2,3,5,6,2,5,5,1,4,3,12,5,1,5,2,2,4,2,2,5,2,4,8,3,5,2,3,4,4,5,3,6,12,4,3,6,4,3,3,4,1,4,4,5,5,4,1,5,1,13,3,1,5,6,7,4,3,5,2,3,5,5,2,6,4,2,4,4,3,4,14,6,5,3,3,4,5,2,5,5,2,7,5,2
|
75
|
+
4,5,5,3,3,5,3,3,4,5,4,5,4,4,2,5,2,5,4,4,6,4,4,6,6,2,3,4,2,5,4,4,5,5,4,5,4,1,5,5,5,4,5,2,5,4,1,4,1,4,4,4,2,5,6,5,2,4,5,10,4,4,4,1,5,3,3,5,4,5,4,4,3,4,4,2,1,4,4,5,1,5,2,5,7,3,3,4,4,4,9,5,4,11,5,3,3,7,4,8,4,1,4,2,5,7,4,4,12,4,4,4,3,10,4,9,12,8,4,4,9,5,4,4,5,4,4,4,4,9,4,3,4,1,4,3,4,2,4,4,3,2,3,2,4,4,4,4,2,2,4,5,4,4,2,3,4
|
76
|
+
5,3,3,5,4,4,3,4,4,4,4,4,4,4,9,4,3,4,3,3,4,4,3,4,4,4,3,4,5,4,3,1,4,4,6,6,8,3,3,4,5,4,2,5,4,4,4,7,4,4,12,14,17
|
77
|
+
3,3,2,2,2,2,6,3,7,2,2,3,3,2,2,5,3,2,2,3,3,2,2,3,2,3,3,2,3,2,3,3,2,3,2,2,2,2,3,2,2,3,3,3,2,3,3,2,2,2,3,2,6,2,1,3,2,8,3,4,3,3,2,6,2,2,3,3,5,7,1,2,3,3,5,3,3,3,5,1,2,3,3,3,3
|
78
|
+
9,5,4,5,9,3,4,4,21,4,13,4,6,4,3,5,4,1,3,4,9,4,1,4,3,8,7,6,7,4,3,4,4,8,4,4,6,4,3,4,3,4,4,3,4,4,4,3,4,3,4,7,4,3,5,3,3,6,4,4,3,4,4,4,4,4,3,5,4,4,4,5,3,8,3,3,1,4,3,8,4,4,4,7,3,4,2,4,4,4,5,4,2,3,3,11,2,16,4,4,3,4,1,4,3,4,4,2,4,3,4,4,5,4,4,4,16,3,7,4,4,4,4,4,5,8,4,4,3,4,3,4,4,3,4,4,8,3,3,3,3,8,10,4,4,3,4,5,14,4,4,2,4,4,2,4,6,4,3,4,7,4,5,12,4,4,4,4,3,10,4,1,5,4,10,2,5,6,10,10,4,4,4,6,8,4,3,4,4,5,4,4,9,2,3,6,4,2,12,4,3,16,8,4,3,4,4,7,4,4,4,4,4,3,4,3,4,3,6,3,3,4,3,4,11,4,3,4,7,3,6,5,5,7,8,4,4,2,4,3,3,2,5,3,4,3,2,8,4,4,11,5,3,3,3,3,4,3,4,3,5,3,8,4,4,4,4,4,5,4,4,4,7,6,2,4,4,4,4,3,4,4,4,1,4,4,2,3,3,3,7,4,8,4,2,6,8,4,8,5,5,5,6,3,4,4,6,3,4,4,14,4,3,5,4,4,4,4,3,4,4,4,4,4,5,6,4,2,5,4,3,3,3,4,4,5,4,7,4,7,4,4,5,4,7,3,4,4,4,7,4,4,3,2,5,4,3,4,2,6,7,8,4,2,3,7,3,3,6,9,4,20,3,3,3,4,3,4,4,1,5,4,3,4,7,9,4,4,4,4,4,4,3,2,6,8,9,4,4,4,3,7,4,4,11,4,7,4,4,7,4,2,3,3,3,4,4,5,4,4,11,4,4,4,3,4,3,12,7,3,4,9,4,14,6,7,4,4,5,2,3,3,5,4,6,7,11,2,4,6,3,4,4,4,4,4,4,13,10,3,4,4,4,5,2,4,6,11,1,4,4,4,15,4,3,2,4,8,4,4,5,10,7,3,16,13,4,3,2,3,2,4,6,3,3,4,4,4,3,3,8,3,4,3,4,3,5,3,6,4,4,3,2,12,3,9,4,4,8,4,3,3,3,4,4,18,6,4,2,4,7,4,3,15,4,4,2,7,4,9,7,4,4,4,5,3,4,5,4,6,4,3,2,5,4,13,4,4,4,4,7,4,4,4,3,11,6,4,8,4,4,4,4,3,4,4,4,4,4,4,7,4,7,14,4,4,4,4,5,4,4,4,5,4,3,4,8,4,6,4,4,6,5,6,4,4,4,8,3,3,5,3,3,4,4,4,4,4,5,4,9,4,4,7,18,4,15,4,4,3,2,7,4,6,15,4,3,4,4,4,3,15,4,4,2,4,1,4,12,6,4,4,4,3,3,8,3,3,4,3,4,1,18,17,4,18,3,4,4,4,6,4,4,11,4,5,3,8,8,3,6,5,7,4,1,4,3,4,2,4,4,4,15,4,4,4
|
79
|
+
10,5,5,5,4,5,6,10,5,6,6,2,5,6,7,3,4,4,4,2,1,12,6,5,6,11,4,5,14,5,6,5,4,5,3,4,5,5,19,12,6,3,9,5,6,5,3,6,3,7,2,3,10,5,5,5,5,6,5,1,11,6,5,5,3,12,9,1,6,5,4,5,3,17,5,5,3,5,2,5,4,5,5,6,8,5,4,3,4,4,5,5,5,5,10,8,6,5,6,5,2,6,2,5,4,13,8,2,5,5,4,6,6,4,3,5,5,3,4,4,11,6,3,1,4,7,12,3,2,3,2,10,5,6,3,11,4,5,4,4,5,10,3,11,1,16,4,5,4,2,2,11,4,6,4,1,3,5,5,4,11,7,5,3,14,5,14,4,12,5,4,11,5,4,7,4,5,10,5,12,4,6,5,5,16,13,6,7,6,5,3,2,6,4,5,3,3,26,1,7,5,2,6,8,3,4,4,5,4,6,5,5,10,4,9,6,6,16,4,4,5,10,4,5,4,4,10,8,4,3,4,1,6,5,3,3,6,5,5,6,4,6,14,5,5,6,8,6,5,2,13,6,5,5,3,5,5,5,2,5,4,6,6,12,5,9,14,8,3,1,11,2,5,13,5,7,6,5,10,6,5,5,4,6,4,1,5,5,5,4,5,14,3,5,4,1,6,9,6,5,5,4,5,4,4,5,4,2,6,4,10,3,8,3,4,5,5,4,5,4,5,3,6,3,6,8,6,4,4,5,2,1,5,4,3,9,9,5,5,2,8,3,3,12,5,4,3,5,3,14,11,5,3,7,6,4,5,5,14,4,15,3,5,4,4,4,5,4,3,6,3,5,5,6,7,5,4,12,1,5,4,6,5,4,5,4,9,10,3,5,5,5,10,5,1,9,2,7,6,8,13,5,5,13,4,4,4,4,3,5,7,7,5,4,6,3,4,6,4,3,13,4,5,12,5,9,5,5,4,5,8,4,5,7,8,4,11,5,3,2,2,13,1,4,15,4,3,6,5,7,5,6,7,10,6,5,1,6,1,9,6,4,4,2,7,3,23,2,6,5,3,5,4,4,6,10,4,5,5,3,5,4,6,5,4,5,8,8,5,16,6,5,4,4,5,6,5,5,5,6,5,6,5,3,10,4,1,4,3,3,6,4,5,5,5,1,3,6,5,5,5,5,11,11,16,3,4,6,5,9,5,6,8,12,10,5,3,11,3,5,11,5,5,6,5,4,12,5,14,5,9,2,5,5,15,3,16,6,5,6,5,10,6,4,4,5,5,4,5,3,5,5,4,5,4,6,9,4,1,17,1,5,3,5,5,10,5,5,4,4,5,1,18,6,8,4,3,2,5,5,3,5,12,3,10,4,3,5,4,5,2,6,4,5,6,13,2,3,4,5,5,3,10,14,4,12,4,5,8,4,5,4,10,6,5,6,6,7,9,6,5,8,11,5,6,5,13,5,4,10,6,4,15,4,3,13,5,4,6,12,9,6,10,10,8,4,3,5,5,5,5,6,3,5,9,5,6,7,5,5,8,5,6,5,3,5,5,11,4,4,6,5,10,17,5,5,8,4,6,6,8,4
|
80
|
+
2,2,5,4,4,4,4,4,4,1,4,8,4,4,4,4,6,4,3,4,3,4,5,5,5,4,4,4,4,4,4,4,4,4,3,4,4,4,3,2,1,4,4,5,4,4,4,4,8,4,4,4,4,4,1,5,4,5,5,4,4,3,5,4,3,4,3,6,3,4,1,3,4,1,2,4,4,4,4,4,4,4,3,2,4,5,2,3,3,2,3,3,2,4,3,2,3,3,4,4,4,2,4,4,4,3,3,4,2,3,2,5,4,2,5,3,3,3,3,3,3,4,3,4,4,4,3,3
|
81
|
+
3,3,2,3,2,3,1,2,5,3,2,2,6,2,3,3,2,3,2,3,2,7,2,3,2,3,3,5,2,3,3,3,2,2,2,2,3,2,3,3,3,2,3,6,9,2,6,2,5,2,3,2,2,6,5,3,1,3,4,3,4,3,3,3,3,2,3,2,2,2,3,4,4,2,3,2,3,2,3,3,3,2,2,3,2,3,2,2,2,3,2,3,3,2,3,2,6,5,3,3,2,4,2,2,2,3,4,2,2,7,5,2,3,2,2,3,3,2,3,5,7,2,2,3,3,5,3
|
82
|
+
4,5,4,4,4,3,5,4,5,5,9,5,8,4,4,3,5,6,4,5,6,1,4,5,2,3,5,5,3,5,5,5,2,4,5,5,5,5,6,4,8,3,4,4,4,3,3,4,5,3,5,4,7,4,4,5,2,4,5,6,3,5,3,4,5,5,8,5,3,4,3,4,4,10,5,4,4,3,4,7,5,3,4,3,4,5,5,4,4,3,3,3,5,5,7,5,6,3,2,3,3,5,4,4,4,4,6,4,8,4,4,5,4,2,5,1,4,4,3,8,4,2,3,3,4,10,4,2,4,4,4,3,2,6,3,3,8,3,9,7,4,3,4,2,2,7,4,4,5,6,4,5,10,4,5,3,10,5,3,6,3,4,5,4,5,9,4,10,9,9,4,4,6,5,5,4,12,11,5,3,5,4,4,6,9,7,5,5,5,3,3,4,5,21,6,9,3,5,4,4,6,3,2,10,6,10,6,6
|
83
|
+
9,3,5,3,3,2,6,5,3,2,3,4,6,2,2,5,3,3,3,3,2,2,5,3,3,7,2,4,3,2,4,2,2,3,3,5,3,3,2,2,4,2,2,6,2,5,3,3,7,2,3,3,2,8,7,2,3,2,5,2,2,4,2,6,3,2,2,5,3,2,2,5,3,2,1,7,2,7,4,2,6,3,7,2,3,1,6,3,2,7,3,2,5,4,1,5,4,5,7,4,4,2,5,3,2,5,1,3,5,4,2,5,3,2,2,3,2,4,5,3,4,2,4,3,2,2,3,8,4,2,4,3,4,1,2,5,7,4,3,5,3,4,3,2,3,2,3,2,2,3,6,2,5,3,3,9,4,2,2,4,3,3,7,3,3,7,3,2,3,2,8,3,5,3,2,4,4,3,2,3,3,2,3,3,3,3,3,2,3,2,2,8,4,1,3,4,3,3,3,5,3
|
84
|
+
5,3,4,8,7,3,3,2,4,3,3,4,3,10,5,3,4,4,3,2,4,4,4,4,4,4,3,3,5,4,3,3,3,3,3,4,4,4,3,4,2,4,4,9,5,4,4,6,5,4,4,4,3,3,2,1,4,4,3,2,3,2,3,2,3,2,3,11,4,3,4,3,8,2,4,3,4,4,3,5,2,4,3,4,5,6,4,4,5,3,4,3,2,3,2,10,3,4,4,10,5,2,4,8,4,3,4,4,4,9,4,4,4,4,4,3,2,4,2,4,4,6,4,3,3,4,4,5,4,4,4,4,4,4,4,4,2,4,2,6,4,4,4,3,3,2,5,4,3,5,4,3,4,7,5,7,6,7,7,4,3,2,4,3,3,4,5,4,2,5,5,3,4,3,2,1,7,4,2,4,5,5,4,3,4,4,4,4,3,3,4,4,4,4,4,4,3,5,4,3,5,5,3,5,2,2,4,3,4,5,9,4,4,2,3,3,4,4,5,4,4,5,4,5,4,5,4,3,2,3,5,6,2,3,3,2,3,2,3,4,3,4,4,3,1,3,4,4,4,2,4,3,9,5,4,3,3,4,4,4,3,3,4,6,3,2,3,10,4,3,4,5,3,2,2,2,1,2,2,2,1,2,2,5,1,1,4,4,3,3,2,2,2,2,1,2,4,3,4,4,4,3,4,3,6,7,2,6,3,4,3,4,3,4,4,3,4,3,4,2,3,4,4,1,3,3,3,3,5,5,4,2,4,4,4,4,4,4,4,4,4,5,6,5,2,5,3,3,4,3,8,1,3,4,2,3,4,3,5,4,3,4,5,4,4,4,4,4,5,5,3,4,5,3,3,4,4,4,3,4,3,5,4,3,4,3,4,4,3,5,4,4,4,5,4,4,3,4,5,4,3,12,4,4,3,3,4,2,2,3,5,4,3,2,6,2,8,3,4,5,5,4,4,3,4,5,4,3,4,4,3,4,5,4,4,3,4,3,9,3,5,3,6,2,7,3,3,4,3,3,4,6,5,6,4,3,5,4,3,3,5,4,4,4,3,5,3,4,3,5,4,4,4,3,4,12,3,2,2,6,4,4,4,3,2,3,5,8,11,4,4,5,5,4,4,4,4,4,4,4,3,4,2,3,4,2,3,4,5,4,4,9,4,3,2,4,3,4,3,3,7,12,4,8,4,8,3,2,3,2,4,3,3,3,3,4,4,2,4,2,4,3,3,3,5,8,4,2,6,4,9,2,3,2,1,1,4,3,3,4,3,5,3,2,7,5,4,4,4,2,4,4,3,4,6,4,3,5,6,2,4,3,12,4,6,4,4,2,3,5,3,2,2,5,2,3,2,5,4,4,3,4,3,3,6,3,2,4,3,3,4,2,5,2,4,3,3,3,2,2,5,3,2,6,3,8,2,5,4,5,5,4,3,3,3,5,7,6,2,4,4,5,4,3,3,2,4,2,5,3,6,2,9,9,3,3,2,6,4
|
85
|
+
1,1,1,1,1,1,7,5,3,5,18,6,11,2,7,12,1,8,6,13,6,7,13,6,6,7,8,7,6,2,6,7,3,9,3,6,6,4,7,7,6,7,2,7,3,2,3,6,22,9,2,20,9,7,7,4,9,6,7,3,11,6,11,6,7,7,11,6,1,11,7,6,6,13,3,6,2,14,8,17,7,6,9,7,6,7,2,11,6,7,6,8,6,6,11,6,1,2,15,7,2,13,9,7,3,7,7,5,2,7,11,10,11,6,7,6,7,2,12,5,6,7,3,5,13,6,3,6,7,3,6,3,6,10,6,7,3,3,7,10,6,12,2,7,7,2,6,5,2,10,3,6,6,3,6,2,6,2,6,3,6,6,4,6,6,12,3,3,6,17,6,6,6,6,11,6,26,7,7,2,3,7,7,3,2,7,7,6,6,3,2,6,4,7,6,7,6,6,2,6,10,3,5,6,6,1,6,12,6,2,4,5,6,3,7,6,6,1,7,3,8,11,6,6,3,12,22,7,6,6,2,16,4,1,6,6,6,7,3,6,6,4,6,5,6,1,7,3,6,6,7,6,7,3,1,2,7,7,6,6,2,6,6,2,6
|
86
|
+
1,9,8,7,8,6,5,8,7,6,6,6,8,8,5,3,8,6,5,7,7,4,7,5,7,5,8,5,8,8,9,9,6,6,8,8,6,7,9,8,6,6,7,6,8,6,8,9,8,8,5,8,7,8,9,5,8,7,6,5,7,5,10,6
|
87
|
+
3,6,3,2,4,3,3,4,5,3,3,3,3,2,3,3,3,3,4,2,3,3,2,3,3,3,3,4,2,3,2,3,2,2,6,2,3,1,3,2,3,1,1,1,6,8,4,5,3,3,3,3,1,2,2,2,1,1,3,3,2,3,2,3,2,4,1,3,4,9,7,1,4,4,12,1,1,2,1,2,4,2,1,2,3,6,1,3,6,3,4,5,4,1,3,2,2,3,3,3,1,3,2,6,2,1,2,3,2,3,2,3,1,6,4,3,1,4,4,4,3,3,2,3,3,6,3,5,3,2,4,1,4,1,2,1,5,3,1,2,3,3,1,5,5,4,2,3,1,3,3,4,5,1,5,2,5,1,3,7,2,2,7,1,4,3,2,9,1,3,1,3,2,3,6,1,4,2,1,1,2,5,5,2,4,5,3,1,6,4,2,1,4,3,3,1,2,2,5,2,4,5,2,1,4,3,5,3,1,2,6,4,1,3,4,3,1,4,3,1,4,2,1,3,5,2,2,4,2,4,4,6,3,1,1,3,4,3,3,1,3,3,1,3,3,4,3,3,2,3,2,4,3,3,2,3,3,3,4,2,2,2,4,2,2,2,4,3,2,1,3,2,3,3,2,6,3,3,6,3,5,4,2,3,3,2,3,2,3,1,4,4,1,3,1,2
|
88
|
+
1,5,4,2,5,5,3,3,4,4,6,4,3,8,2,3,4,4,6,5,6,4,4,3,5,4,4,5,1,5,7,5,7,3,4,8,8,7,5,5,8,6,8,3,5,4,7,5,2,5,8,6,5,2,3,2,5,4,5,5,6,5,5,5,3,3,7,5,7,3,7,5,8,6,5,7,6,4,7,8,2,6,5,4,2,6,7,6,3,8,4,6,1,1,8,1,6,3,4,6,2,6,4,7,7,5,5,2,6,5,1,5,6,5,1,5,2,6,6,6,7,1,4,6,6,1,5,4,3,4,5,3,4,3,2,7,7,2,4,2,4,5,5,3,5,4,4,6,5,5,4,3,4,5,1,6,6,5,5,1,5,1,4,4,4,5
|
89
|
+
5,4,6,4,5,3,4,4,4,3,1,5,4,5,5,5,6,3,5,6,5,4,4,5,4,4,4,3,3,4,4,3,3,3,2,5,4,4,4,3,2,4,3,4,4,4,4,4,4,3,5,5,4,3,4,4,5,2,4,4,3,9,3,4,4,4,3,4,4,4,4,4,2,3,5,4,4,5,4,1,5,3,4,5,5,4,3,5,4,4,3,4,4,3,4,4,3,5,5,3,4,4,3,4,4,4,2,4,4,4,4,4,3,1,4,4,3,3,3,4,2,1,4,3,4,5,4,3,5,4,5,4,3,3,3,5,4,3,4,3,4,4,4,2,4,4,4,5,3,4,2,4,1,4,4,4,2,5,1,3,4,6,4,3,4,4,5,4,3,4,3,3,3,5,4,4,5,4,4,3,3,4,4,3,1,4,4,5,3,3,5,4,5,3,4,4,4,5,5,4,5,4,4,4,4,5,5,4,5,5,4,3,5,6,1,4,4,5,4,3,4,6,2,5,4,5,5,9,3,2,2,4,3,4,3,5,3,5,5,5,4,4,4,4,2,3,5,5,4,4,5,5,3,4,5,5,3,5,4,4,3,4,4,4,3,4,4,4,4,4,3,3,4,4,4,4,4,3,5,4,3,4,5,4,4,5,5,4,3,4,4,3,2,4,5,2,5,4,2,3,3,4,4,3,4,4,4,5,5,5,4,3,3,5,1,3,3,4
|
90
|
+
2,3,3,3,3,4,2,4,3,3,2,2,2,2,2,1,3,3,4,2,2,2,2,2,3,5,2,2,2,2,3,4,3,6,3,3,3,2,2,3,2,3,4,4,4,4,5,3,4,2,3,4,3,4,4,2,2,2,2,4,3,3,5,4,5,6,2,4,8,2,3,2,3,4,6,3,4,3,3,2,2,4,2,3,4,4,4,2,2,3,3,4,2,2,4,2,2,3,4,3,2,5,3,2,3,2,2,6,2,4,3,6,5,5,3,5,2,2,3,5,5,3,3,2,3,2,3,2,4,2,3,7,3,4,2,4,7,3,2,2,2,2,3,4,2,4,3,2,3,6,3,3,2,2,3,4,4,2,2,2,6,3,2,3,3,2,3,2,2,2,2,3,3,2,1,2,3,3,3,3,2,6,3,2,1,2,2,6,2,2,3,6,2,4,3,2,6,3,2,2,9,3,6,2,4,3,2,4,2,1,3,2,1,4,5,2,3,2,2,5,2,3,3,2,5,2,1,3,6,3,3,2,2,4,5,3
|
91
|
+
2,3,3,4,2,2,4,1,2,2,3,3,2,7,4,2,4,7,6,3,4,3,5,4,4,2,7,4,2,2,2,4,2,3,3,3,3,4,2,6,3,3,3,3,2,4,4,3,3,2,2,1,3,3,4,2,2,4,4,4,2,4,4,2,4,3,3,4,2,3,4,3,2,9,3,5,3,2,2,2,3,4,4,3,4,4,4,2,6,4,2,2,4,3,3,3,4,2,4,4,5,2,4,2,2,3,6,3,3,2,2,2,2,2,3,2,2,4,4,4,4,4,2,4,4,4,2,2,5,2,4,3,3,4,5,3,4,2,2,8,2,4,4,4,2,7,4,2,4,4,2,5,8,4,2,4,4,4,3,3,10,5,4,4,4,2,2,5,4,2,6,4,4,4,5,4,2,2,2,4,4,3,2,4,4,4,2,2,2,4,5,4,4,4,2,4,4,3,2,3,3,3,4,2,7,5,2,2,2,2,2,2,8,6,6,3,4,2,3,3,2,6,4,1,2,5,2,4,2,4,3,3,3,2,6,4,2,2,3,2,2,4,1,2,2,3,6,4,5,4,2,5,2,3,9,2,4,4,6,3,4,2,2,5,4,5,4,5,3,4,2,2,6,5,2,5,2,4,4,2,5,2,2,2,4,5,6,8,2,6,4,2,5,7,2,6,11,6,4,12,4,3,2,5,4,4,5,3,2,5,5,2,2,5,5,5,3,6,5,7,3,3,6,3,12,6,21,6,6,2,2,3,5,5,9,4,6,4,5,6,6,5,6,3,5,6,5,3,7,4,4,4,5,5,8,3,6,2,2,3,5,6,2,3,4,6,6,6,5,5,4,2,2,6,4,4,2,2,2,9,6,5,3,2,4,6,3,5,6,2,11,3,2,3,3,15,2,6,6,2,10,2,7,6,2,5,6,4,1,6,2,2,5,4,6,5,1,5
|
92
|
+
3,3,3,3,3,4,3,3,3,3,2,3,3,3,2,3,3,4,3,3,3,2,3,3,4,3,3,3,5,1,3,3,3,3,2,4,1,1,1,3,4,3,3,3,3,3,3,2,2,4,4,3,2,3,3,1,3,1,4,7,3,7,3,3,3,4,3,3,1,6,2,3,3,3,3,3,3,2,3,2,2,3,3,3,2,3,2,4,3,3,2,5,7,3,3,3,2,2,2,4,3,6,6,3,3,4,3,3,3,3,3,4,3,4,3,3,4,3,4,3,3,4,4,3,3,3,3,2,4,3,7,3,3,4,1,3,6,2,4,3,4,1,1,3,3,3,3,2,3,4,3,2,3,3,3,4,2,3,3,11,4,3,3,3,3,3,3,3,4,3,3,4,3,7,1,3,3,3,3,3,2,2,2,3,3,7,2,2,4,3,3,6,3,5,4,2,2,1,3,3,3,3,1,3,3,2,4,3,3,3,2,3,3,4,3,3,4,4,3,3,4,3,4,3,3,3,3,2,3,2,4,3,3,7,2,3,2,4,2,3,4,2,1,3,2,3,3,3,3,3,3,3,4,4,3,4,3,4,3,3,4,3,3,3,4,2,2,4,4,4,3,3,1,4,4,3,6,3,3,3,2,2,1,2,3,3,2,1,4,3,3,2,3,4,4,3,7,2,2,3,3,1,2,4,3,3,3,3,3,3,4,3,3,4,2,3,3,1,2,2,2,3,2,3,4,6,4,4,3,2,2,4,3,3,3,2,3,3,3,3,10,7,2,8,3,4,3,2,3,3,4,2,2
|
93
|
+
5,1,3,3,7,3,4,7,2,3,3,1,2,6,3,3,6,9,3,7,3,3,3,1,3,9,3,5,2,1,3,3,3,3,3,3,2,3,2,10,2,3,7,4,1,3,3,3,3,6,1,8,2,7,3,3,1,3,3,6,2,3,2,1,4,4,2,3,1,2,2,3,6,3,1,5,1,2,1,2,8,8,3,1,5,8,4,3,2,2,4,1,2,1,3,3,3,7,2,2,3,3,2,2,2,2,4,3,8,4,7,3,4,3,7,4,1,3,3,2,2,4,2,3,4,12,2,7,7,1,3,2,12,4,3,8,11,2,3,3,4,3,3,4,10,2,2,1,3,2,3,3,7,5,4,2,1,3,3,6,3,3,3,2,3,4,2,1,2,3,1,3,1,2,2,3,2,2,1,1,9,3,1,3,2,4,3,2,4,2,2,5,4,2,3,3,2,3,2,1,2,4,3,7,4,8,3,1,1,3,2,2,3,3,1,2,2,3,2,2,3,1,2,1,4,1,2,2,3,1,1,3,7,1,2,3,3,2,4,2,7,7,3,2,5,3,3,2,2,4,3,4,1,3,3,4,3,2,4,2,2,3,3,1,3,2,2,2,2,2,1,2,2,1,3,1,3,2,1,3,2,2,3,2,1,2,2,1,2,4,1
|
94
|
+
1,4,4,3,3,4,3,3,5,3,3,5,4,4,4,4,2,4,4,5,3,4,3,3,3,3,3,3,3,3,3,4,4,2,2,3,4,4,3,4,4,3,4,5,5,6,4,4,5,4,4,4,4
|
95
|
+
3,3,4,3,4,5,1,3,2,2,3,3,2,2,4,3,1,2,2,3,3,2,2,3,3,3,2,2,3,3,3,1,3,2,3,2,1,2,3,3,2,2,3,2,3,4,2,2,2,3,3,2,1,1,2,2,2,2,1,2,2,1,2,2,2,2,2,2,3,3,4,2,3,2,1,1,3,2,4,2,2,1,1,2,2,3,2,1,3,3,2,3,3,1,4,3,1,1,2,1,2,3,2,2,2,3,3,3,1,3,3,1,2,1,3,2,2,5,3,3,1,3,3,2,1,4,1,2,2,3,5,1,3,3,4,1,1,1,1,1,3,2,3,3,1,3,3,1,1,3,2,2,3,2,1,2,1,3,3,2,1,3,3,3,3,3,3,3,2,2,3,1,2,3,2,2,3,3,1,2,1,3,1,2,3,3,1,3,3,2,2,3
|
@@ -0,0 +1,44 @@
|
|
1
|
+
3, 0.01537
|
2
|
+
6, 0.01939
|
3
|
+
9, 0.04758
|
4
|
+
12, 0.01169
|
5
|
+
14, 0.03991
|
6
|
+
17, 0.01156
|
7
|
+
20, 0.01227
|
8
|
+
23, 0.04359
|
9
|
+
26, 0.00408
|
10
|
+
29, 0.01137
|
11
|
+
32, 0.04289
|
12
|
+
35, 0.00802
|
13
|
+
37, 0.01143
|
14
|
+
40, 0.01585
|
15
|
+
43, 0.01579
|
16
|
+
46, 0.00387
|
17
|
+
49, 0.02348
|
18
|
+
52, 0.04353
|
19
|
+
55, 0.03445
|
20
|
+
58, 0.06634
|
21
|
+
60, 0.04353
|
22
|
+
63, 0.04007
|
23
|
+
66, 0.05917
|
24
|
+
69, 0.05441
|
25
|
+
72, 0.09427
|
26
|
+
75, 0.01983
|
27
|
+
78, 0.01249
|
28
|
+
81, 0.02333
|
29
|
+
84, 0.03521
|
30
|
+
86, 0.03233
|
31
|
+
89, 0.00764
|
32
|
+
92, 0.02455
|
33
|
+
95, 0.01212
|
34
|
+
98, 0.00395
|
35
|
+
101, 0.01176
|
36
|
+
104, 0.00388
|
37
|
+
107, 0.00806
|
38
|
+
109, 0.00404
|
39
|
+
112, 0.00828
|
40
|
+
118, 0.00391
|
41
|
+
127, 0.0036
|
42
|
+
132, 0.00362
|
43
|
+
144, 0.00367
|
44
|
+
170, 0.00382
|
@@ -0,0 +1,93 @@
|
|
1
|
+
0.07840152649072847
|
2
|
+
0.08468426286190477
|
3
|
+
0.07354431109509202
|
4
|
+
0.05928571428571429
|
5
|
+
0.047323492187499996
|
6
|
+
0.08326639892904954
|
7
|
+
0.08801944565
|
8
|
+
0.10726148409893993
|
9
|
+
0.06470188386108597
|
10
|
+
0.036913244172727275
|
11
|
+
0.06380358329255953
|
12
|
+
0.03639135685580222
|
13
|
+
0.06532894736842106
|
14
|
+
0.075
|
15
|
+
0.0724594589916996
|
16
|
+
0.04552238805970149
|
17
|
+
0.0454150216342155
|
18
|
+
0.08559735020011683
|
19
|
+
0.04075611066856492
|
20
|
+
0.049579831932773114
|
21
|
+
0.09103340292275575
|
22
|
+
0.055832836370387245
|
23
|
+
0.04031746031746032
|
24
|
+
0.060389375761458336
|
25
|
+
0.03660564553348165
|
26
|
+
0.08472395263956835
|
27
|
+
0.051892162410218975
|
28
|
+
0.04075858495649351
|
29
|
+
0.036328667291947565
|
30
|
+
0.17408163265306123
|
31
|
+
0.056306947876447876
|
32
|
+
0.0396128506696
|
33
|
+
0.04122222222222222
|
34
|
+
0.10344627299128752
|
35
|
+
0.11312958614822646
|
36
|
+
0.036449818245376346
|
37
|
+
0.08550582650327869
|
38
|
+
0.07144449236641222
|
39
|
+
0.06485333333061225
|
40
|
+
0.044670719351570416
|
41
|
+
0.04111545881583012
|
42
|
+
0.07306586750025063
|
43
|
+
0.061816410982954546
|
44
|
+
0.06934900732161896
|
45
|
+
0.036943585438202246
|
46
|
+
0.08009580838323353
|
47
|
+
0.07253886010362695
|
48
|
+
0.09161556603773585
|
49
|
+
0.06734366904857143
|
50
|
+
0.04669642857142857
|
51
|
+
0.09067542213883678
|
52
|
+
0.07715048591408451
|
53
|
+
0.03741839523160377
|
54
|
+
0.07300678889151516
|
55
|
+
0.07983786760725807
|
56
|
+
0.08426026080046685
|
57
|
+
0.06947525244250614
|
58
|
+
0.08961722488038278
|
59
|
+
0.036504996461146494
|
60
|
+
0.04847781164346764
|
61
|
+
0.07804588823411765
|
62
|
+
0.054262407749416666
|
63
|
+
0.03410074324978541
|
64
|
+
0.07096827022890173
|
65
|
+
0.0365219869796875
|
66
|
+
0.06884012422808641
|
67
|
+
0.07333511100723127
|
68
|
+
0.06980131860797546
|
69
|
+
0.07540567352784314
|
70
|
+
0.048277994330612244
|
71
|
+
0.03508549061456044
|
72
|
+
0.08235954552052023
|
73
|
+
0.08555555555555555
|
74
|
+
0.04969387972166667
|
75
|
+
0.07329218106995886
|
76
|
+
0.042370467636666666
|
77
|
+
0.09774325928465753
|
78
|
+
0.047965425507356156
|
79
|
+
0.07347945054308944
|
80
|
+
0.05227391342638889
|
81
|
+
0.03785645173949045
|
82
|
+
0.03873201797222222
|
83
|
+
0.10400276502513116
|
84
|
+
0.08141323676074766
|
85
|
+
0.07476731104767442
|
86
|
+
0.03763019355974441
|
87
|
+
0.0832133676092545
|
88
|
+
0.057244647308859226
|
89
|
+
0.04419379292659933
|
90
|
+
0.08293756397134085
|
91
|
+
0.03424707690035088
|
92
|
+
0.0862861697537037
|
93
|
+
0.050176510811891895
|
@@ -0,0 +1,93 @@
|
|
1
|
+
1,1,1,1,1,1,1,1,1,1,2,1,1,1,1,1,1,2,1,1,1,1,1,1,2,1,2,1,2,1,1,1,1,5,2,1,1,1,2,1,4,1,1,1,1,1,1,1,1,1,1,1,7,2,1,1,7,2,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,1,6,1,1,1,1,1,1,1,1,6,1,1,1,2,1,2,1,1,1,1,1,1,1,1,1,2,2,6,1
|
2
|
+
4,5,4,4,5,4,4,5,4,5,4,5,5,4,5,4,4,4,4,4,4,4,5,4,5,5,5,4,4,5,4,5,6,4,4,4,5,5,4,4,4,4,9,4,5,4,4,4,14,5,4,4,4,4,4,4,8,4,5,4,4,5,4,4,4,4,4,4,9,9,5,5,5,6,10,5,1,5,4,4,4,5,9,4,4,4,4,4,4,4,9,8,4,4,4,5,4,4,5,4,5,4,4,5,5,4,4,5,4,4,4,2,4,5,5,4,4,4,4,4,4,4,5,5,4,5,5,5,4,4,3
|
3
|
+
4,5,8,5,5,3,11,7,6,5,5,5,4,4,4,4,5,10,5,4,5,3,5,3,5,4,8,5,5,5,3,5,5,4,3,5,3,3,5,11,6,4,5,3,3,5,4,5,4,4,5,5,3,10,3,8,5,5,3,9,3,3,4,3,4,3,3
|
4
|
+
1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,1,1,2,1,1,1,1,1,1,1,1,1,1,2,2,1,1,2,1,1,1,1,1,2,1,1,1,1,1,1,1,1,1,1,2,1,2,1,1,1,2,1,1,2,1,2,1,1,2,1,1,1,1,2,1,1,1,1,1,1,1,1,2,1
|
5
|
+
1,2,1,1,3,3,1,3,1,3,1,1,1,1,1,5,1,1,1
|
6
|
+
3,3,3,2,5,2,2,3,3,2,2,2,3,2,2,3,1,2,2,3,3,3,3,3,2,3,2,3,2,2,3,2,3,3,2,3,3,2,2,2,3,3,3,2,2,3,3,3,3,2,2,3,3,2,6,2,5,2,3,6,3,3,3,3,3,3,3,2,3,2,2,2,2,2,3,3,2,3,3,3,2,2,1,1,5,3,2,3,2,2,3,3,2,3,5,2,3,3,2,2,2,2,1,3,1,3,2,1,3,1,3,1,2,3,3,2,5,2,3,2,2,2,1,2,1,3,1,3,1,3,2,2,2,3,3,1,3,3,3,2,2,3,2,2,2,3,2,2,2,6,2,3,3,2,2,3,2,5,2,3,2,3,2,3,2,2,3,2,2,2,2,3,2,2,3,3,3,5,3,3,2,3,3,3,3,2,2,3,2,3,2,2,2,2,2,2,2,2,2,3,6,2,2,3,2,2,2,3,2,2,3,2,2,2,2,3,3,2,3,2,3,5,3,3,2,2,2,3,2,3,3,2,3,3,2,3,3,2,3,2,3,2,2,2,2,3,3,3,3,1,3,2,6,2,3,2,3,2,3,2,2,3,2,3,2,3,3,2,2,3,2,3,2,3,3,2,2,3,3,2,2,2,2,2,3,2,3,2,2,2,2,2,3,2,3,1
|
7
|
+
2,1,1,2,2,1,1,2,2,1,1,1,1,1,2,1,1,1,3,1,1,1,1,5,2,1,8,1,1,1,1,2,1,1,2,1,1,1,1,1,1,2,1,3,1,1,1,1,1,2,1,1,8,1,2,1,1,1,1,1,1,1,3,1,1,1,1,1,1,8,1,1,1,1,8,1,1,1,1,1,1,2,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,1,1,1,1,1,2,1,1,1,1,1,3,3,1,1,3,1,2,2,2,1,1,1,1,2,1,1,1,2,1,2,1,1,2,1,1,2,1,1,2,1,2,3,1,1,1,1,2,2,2,2,1,1,1,1,2,1,1,2,1,2,2,3,1,1,1
|
8
|
+
4,3,3,1,2,4,3,4,3,6,7,3,3,3,3,3,3,3,3,2,3,3,6,4,3,3,3,2,2,2,3,4,3,3,3,3,3,3,3,3,3,3,3,3,3,3,9,3,3,2,3,3,3,3,3,3,6,3,3,3,3,3,6,3,3,3,3,3,6,3,6,6,3,3,3,6,3,3,3,4,3,3,4,3,3,4,3,3,3,3,3,7,3,4,4,3,5,3,3,3,3,3,3,3,3,3,3,9,3,3,3,3,3,4,4,3,3,3,3,3,4,3,4,2,3,3,3,3,3,3,3,4,3,4,2,1,3,3,3,4,3,3,4,6,3,3,3,3,3,3,1,3,3,3,3,3,3,4,3,3,4,4,3,3,3,3,3,3,3,3
|
9
|
+
3,3,3,3,2,3,3,2,3,3,3,3,3,3,3,6,3,2,1,3,2,2,3,2,3,2,3,6,3,2,6,3,1,1,3,3,2,3,3,4,1,1,1,3,2,1,1,3,3,5,3,1,3,3,2,3,2,3,3,2,3,5,2,2,3,1,1,3,3,4,1,1,1,1,1,3,1,5,2,1,1,2,3,1,2,2,3,2
|
10
|
+
1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
|
11
|
+
2,1,2,2,5,1,1,2,3,1,1,2,2,1,1,5,2,2,1,2,1,2,2,3,1,2,3,3,5,1,1,1,1,5,1,2,2,1,2,1,1,2,2,5,1,1,1,1,2,2,2,2,1,2,2,1,2,1,5,1,1,3,2,2,1,1,1,2,5,1,3,2,1,1,1,1,1,1,5,2,1,1,2,2,5,1,1,3,1,5,1,1,1,1,1,2,2,1,2,2,3,2,2,3,1,2,2,2,3,1,2,1,1,1,1,1,2,1,5,1,1,1,2,1,1,1,3,2,1,2,1,1,6,1,3,1,7,2,1,1,3,6,2,1,1,2,2,2,1,1,1,2,2,1,2,2,1,2,3,1,1,2,1,1,1,1,1,1,2,2,6,2,1,2,1,2,2,2,2
|
12
|
+
3,3,1,2,3,2,2,1,1,1,2,1,1,1,4,3,1,1,3,3,4,2,1,1,1,3,1,1,1,1,1,2,2,1,2,3,1,1,1,1,1,2,1,2,2,2,3,3,2,2,1,1,1,2,3,1,1,1,1,1,3,1,1,1,2,3,2,1,1,1,3,2,3,2,7,2,3,1,1,8,1,1,1,4,1,1,2,1,3,1,2,1,1,1,5,1,3,2,1,1,3,3,2,1,1,2,1,2,1,1,2,2,1,1,1,1,3,1,1,1,1,1,4,3,2,1,1,3,1,1,1,1,2,1,1,4,1,1,1,1,1,2,1,2,1,1,1,1,1,3,1,1,3,3,3,1,1,2,3,1,1,2,1,2,2,2,2,2,3,1,1,5,1,3,1,1,1,2,2,1,3,3,1,1,1,2,1,1,4,2,1,2,1,1,1,1,1,3,3,2,3,3,2,2,1,1,2,1,1,3,5,4,1,1,1,1,2,2,3,3,2,3,2,2,2,4,3,3,1,1,2,1,3,2,1,1,3,1,1,3,1,1,1,1,1,2,2,1,2,2,1,3,2,2,3,2,2,2,1,2,4,5,4,1,1,3,2,3,3,2,1,4,1,1,1,1,2,1,1,2,1,3,2,2,1,1,3,1,1,4,2,1,1,1,1,1,1,1,3,3,2,3,1,1,2,2,3,1,3,2,1,1,1,3,2,2,2,4,2,1,3,2,1,2,2,2,2,1,2,2,1,1,3,2,1,1,2,1,2,3,2,2,1,1,3,1,1,1,3,3,2,1,3,3,1,3,2,4,1,1,3,3,1,2,4,2,1,3,1,1,3,2,1,1,2,1,1,2,1,2,3,3,1,3,1,1,1,1,1,3,2,2,2,1,3,2,3,3,4,2,2,1,2,1,2,1,2,1,1,1,2,4,4,1,3,5,3,3,1,1,3,2,2,1,1,1,2,2,1,1,3,2,1,1,1,1,2,1,2,1,1,5,1,2,2,1,1,2,1,2,1,3,1,3,4,4,2,1,1,2,2,1,1,3,4,2,1,1,2,1,3,3,2,2,2,3,1,3,2,2,1,1,1,2,3,5,1,2,3,1,1,1,2,1,1,1,3,1,3,2,1,1,1,1,1,2,1,3,3,2,1,2,2,4,2,2,1,1,1,1,1,4,1,1,1,3,1,1,1,3,4,1,5,1,1,1
|
13
|
+
2,3,2,3,3,3,3,3,3,2,3,2,3,2,3,3,2,3,2,3,2,2,3,2,2,2,2,3,3,2,2,2,3,2,3,3,2,3,3,3,3,3,3,3,3,2,3,3,3,2,2,3,2,2,2,3,2,3,3,3,2,2,3,3,3,2,3,3,3,2,2,3,3,2,2,6,3,2,3,3,3,3,3,2,2,3,2,3,2,2,6,3,3,2,2,3,2,3,3,2,3,2,2,2,2,3,3,3,2,2,3,3,2,3,3,3,3,2,2,3,2,3,3,2,3,2,3,3,2,3,3,2,2,3,3,2,2,3,2,3,3,3,2,3,2,3,2,3,3,4,3,2,2,3,2,2,2,3,2,3,2,3,2,3,2,3,3,3,3,2,3,2,2,2,2,3,2,3,3,3,3,3,2,3,3,2,2,3,3,3,3,2,2,3,2,2,3,2,2,6,2,3,2,3,3,2,3,3,3,2,3,3,2,2,3,3,6,2,3,3,3,2,3,3,2,2,2,3,2,2,3,2,2,3,2,3,2,2,3,3,3,3,3,3,2,3,2,3,3,2,2,3,3,3,2,3,3,2,2,3,3,3,3,3,3,2,2,2,3,3,2,3,3,3,3,3,3,2,2,3,2,3,2,3,2,3,2,3,3,3,2,2,3,3,3,2,3,2,3,3,2,2,3,2,2,3,2,2,2,2,3,3,3,2,3,3,3,2,3,3,2,2,3,6,2,3,3,3,3,2,2,2,3,2,3,3,2,3,2,3,3,2,3,2,2,3,2,2,2,2,3,2,3,3,3,2,2,2,3,3,3,2,3,3,3,2,2,3,3,2,2,3,3,2,2,2,3,3,3,3,3,3,2,3,2,2,3,3,3,3,3,3,3,2,3,3,3,3,3,3,3,2,2,3,2,3,2,3,3,2,2,3,2,3,2,2,2,2,3,2,2,2,3,2,2,3,2,2,2,2,2,2,3,3,3,3,3,3,3,3,2,2,3,3,3,3,2,2,3,2,3,2,3,3,3,3,2,2,2,3,2,2,2,2,3,3,3,2,2,2,2,2,2,2,3,2,6,2,3,2,3,3,3,2,3,3,2,3,2,2,3,3,3,3,3,2,3,2,3,2,3,2,3,3,5,2,3,2,3,3,3,2,3,2,3,2,3,2,3,2,3,2,2,2,2,2,2
|
14
|
+
3,3,2,3,3,1,3,3,4,3,3,4,1,3,3,3,2,4,3,4,3,3,3,4,1,3,3,3,4,3,4,1,4,3,3,3,3,3,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,1,1,1,1
|
15
|
+
2,2,5,2,8,3,5,5,3,3,1,3,2,1,3,1,4,1,3,1,3,3,3,3,3,3,3,2,3,3,2,2,5,3,4,1,3,3,3,3,1,2,3,3,3,1,5,3,1,3,1,2,3,1,3,3,2,1,3,2,1,3,3,4,1,3,2,3,3,3,2,5,7,3,1,3,3,1,2,2,3,1,3,5,3,1,5,3,3,3,2,3,1,3,1,10,3,5,3,3,4,3,1,3,1,3,1,2,5,2,5,4,2,2,4,5,2,5,5,1,3,1,2,8,2,2,1,4,1,4,3,3,4,3,6,4,1,4,5,4,1,3,1,4,7,1,3,1,3,4,3,1,6,1,4,3,1,6,2,3,2,3,1,3,2,3,2,3,1,4,3,1,3,1,4,1,1,2,2
|
16
|
+
1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
|
17
|
+
3,1,1,1,3,1,3,1,1,1,2,1,1,1,1,1,1,1,1,4,3,1,1,2,2,2,1,1,1,1,1,1,1,1,1,2,3,3,2,1,1,1,2,6,2,1,1,1,1,4,4,2,1,2,3,4,5,1,2,2,1,2,2,1,1,1,2,2,1,2,1,1,1,1,2,1,1,1,1,1,1,3,6,3,1,3,1,1,2,1,2,2,1,1,1,1,2,1,3,1,2,1,1,2,1,1,1,1,5,1,1,3,4,2,1,1,1,2,1,2,2,2,1,2,1,3,4,3,1,1,1,1,1,1,2,1,3,1,1,1,1,1,2,1,5,2,1,2,1,1,1,1,1,1,1,2,1,3,1,1,3,1,2,1,1,1,1,1,1,1,1,1,1,1,1,3,3,4,2,4,2,1,1,1,1,1,1,1,1,1,2,1,2,1,2,3,1,4,3,1,1,1,1,1,2,2,1,2,1,1,1,1,1,2,1,3,1,1,1,1,1,3,2,3,1,2,2,1,6,4,5,3,1,5,1,1,2,4,2,1,1,1,1,2,2,1,4,3,1,4,1,1,1,1,1,2,3,2,1,1,1,1,1,3,1,1,1,2,1,1,1,3,1,1,1,2,1,2,3,4,3,2,1,2,1,2,1,1,3,4,2,1,1,1,1,1,1,1,2,1,1,2,2,1,1,1,1,2,3,1,1,3,1,1,2
|
18
|
+
5,3,3,3,3,2,5,2,2,5,3,2,3,5,3,3,3,2,2,2,2,2,6,5,3,3,3,3,3,3,3,3,6,3,6,3,3,3,3,3,3,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,2,3,6,3,3,3,2,2,2,3,2,2,3,6,3,2,2,3,3,3,3,3,3,3,2,3,3,3,3,2,3,3,6,3,3,3,3,2,3,2,3,3,3,3,2,4,1,2,1,2,1,1,1,3,3,3,4,4,4,2,3,3,4,3,4,4,3,4,4,4,4,3,4,4,4,4,4,4,4,4,4,4,4,3,4,4,3,4,4,4,3,4,3,2,1,3,3,4,5,3,4,4,4,4,4,3,3,3,4,3,1,3,4,4,4,4,3,4,3,6,3,3,4,4,4,4,3,4,3,4,3,4,2,1,4,3,4,4,3,4,3,4,4,3,3,3,4,3,4,4,4,3,4,4,4,4,3,3,3,4,3,3,2,4,4,3,4,4,4,3,7,3,4,4,3,3,4,4,3,4,4,3,8,7,4,3,3,4,4,5,3,2,3,2,2,4,4,4
|
19
|
+
1,1,1,1,1,2,1,2,2,1,5,1,2,3,3,3,1,2,1,1,3,3,3,1,2,1,1,2,3,4,3,1,3,2,3,1,1,3,1,2,3,1,1,2,1,1,3,1,1,1,2,1,2,1,1,3,1,1,1,2,1,1,2,5,3,1,1,1,1,1,1,3,1,1,3,1,1,1,2,1,2,1,1,1,3,4,1,1,1,1,1,2,4,1,2,1,3,1,3,3,1,2,1,1,1,1,2,1,2,1,1,1,1,1,1,1,1,2,1,1,2,1,1,3,2,1,1,2,1,1,1,1,1,3,3,1,1,3,1,1,2,4,2,1,1,1,5,1,1,1,1,1,2,1,2,4,3,2,1,1,1,1,1,2,2,1,1,1,1,3,1,2,3,2,1,1,1,1,1,1,1,1,1,1,3,2,1,1,4,1,1,3,1,1,1,1,1,1,3,3,4,1,1,2,1,1,1,2,1,1,1,1,2,1,1,4,4,1,1,1,3,3,1,1,3,3,4,1,1,1,1,1,3,4,4,3,1,1,4,4,1,3,3,4,3,1,1,1,1,1,3,3,4,1,1
|
20
|
+
1,2,1,1,2,2,1,1,2,1,1,3,2,3,3,3,1,2,1,1,2,1,3,1,1,2,2,1,1,2,1,2,2,1,2,3,2,1,1,1,2,1,1,1,1,1,2,2,1,1,1,1,2,1,2,1,2,1,1,1,1,1,1,1,2,1,1,3,1,2,4,1,1,2,4,1,1,1,2,1,2,1,1,1,2,1,1,1,4,1,1,2,4,1,1,2,1,4,2,1,1,1,1,1,2,1,2,1,1,1,1,1,1,2,1,1,1,1,1,1,2,4,3,1,1,2,1,1,1,2,3,4,3,1,1,1,1,1,1,1,1,1,1,1,4,1,1,2,2,1,3,2,1,2,3,1,1,3,2,1,1,2,2,4,2,1,1,1,1,1,2,1,1,1,1,2,2,1,1,3,1,1,2,1,1,1,1,2,3,1,1,3,1,1,1,1,3,1,1,1,1,3,1,2,4,1,2,1,1,1,2,2,1,2,1,1,1,1,2,2,1,1,4,2,2,1,1,1,1,2
|
21
|
+
5,2,3,5,2,3,3,2,3,3,2,3,3,2,3,3,3,3,3,2,2,2,2,2,2,3,2,7,2,3,2,2,2,2,2,2,2,3,3,3,2,2,2,2,6,3,2,2,3,3,2,4,3,6,6,2,3,2,2,2,3,2,3,3,2,3,2,2,2,3,2,2,3,5,3,3,2,2,2,2,3,2,2,2,2,2,2,3,5,2,2,5,3,3,3,2,2,3,2,2,3,3,2,2,2,2,1,3,4,2,3,3,2,2,3,3,2,2,2,3,2,2,3,2,3,3,2,2,2,2,3,2,2,2,3,2,3,3,3,2,2,2,2,3,2,3,5,2,3,2,2,2,4,2,2,8,3,2,2,2,2,2,3,2,3,2,4,2,2,3,2,3,3,3,2,2,3,2,2,2,2,2,6,3,2,2,3,2,2,3,2,3,3,2,2,2,3,2,2,3,3,2,2,3,2,3,3,3,2,3,3,2,2,2,2,2,2,2,5,4,5,4,1,3,3,5,2,2,2,3,3,2,2,3,2,2,3,2,3,2,3,3,3,3,2,3,4,2,3,3,3,3,6,2,2,2,3,2,5,2,2,3,3,3,3,3,2,2,3,5,5,3,2,3,2,2,2,2,2,2,3,3,1,2,3,2,2,2,3,2,2,2,5,2,2,2,2,2,3,3,5,3,3,3,2,2,6,3,2,2,2,3,3,3,2,2,3,2,3,2,2,3,2,5,3,3,2,3,2,2,2,2,3,2,2,6,2,2,2,2,3,2,2,2,2,2,2,3,2,2,3,2,2,6,2,3,6,3,2,2,2,2,2,2
|
22
|
+
1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,1,1,1,1,1,1,1,2,1,1,3,4,5,4,4,5,4,4,3,13,4,4,5,5,1,4,3,5,8,4,3,6,4,8,4,4,4,1,4,8,4,5,4,10,4,5,9,5,4,4,4,14,4,4,9,5,3,9,4,4,5,4,4,4,4,4,4,4,13,4,4,5,4,4,5,8,4,5,5,4,4,4,5,10,5,4,4,5,9,4,8,4,4,4,4,4,4,1,4,4,9,5,4,4,4,10,3,4,9,9,5,4,9,5,4,9,4,4,4,4,5,3,8,4,4,4,9,4,9,4,4,4,4,4,8,5,4,4,14,4,5,9,4,5,9,4,9,10,4,4,2,4,4,4,3,1,1,1,4,3,2,15,4,9,2,5,3,4,1,5,5,1,4,1,4,5,4,4
|
23
|
+
1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
|
24
|
+
4,2,3,2,3,2,2,2,2,2,3,2,2,2,1,2,2,1,1,2,3,2,2,2,2,3,2,3,2,2,3,2,2,2,7,3,2,2,3,2,3,2,3,2,2,2,2,2,4,2,2,2,2,3,2,2,2,2,2,2,2,2,3,2,2,1,1,2,3,2,2,3,3,2,3,2,3,5,2,3,2,3,1
|
25
|
+
1,1,1,1,1,1,1,1,1,2,1,1,2,1,1,1,1,1,1,1,1,1,1,1,1,1,2,1,1,1,1,1,1,1,1,1,1,1,1,2,1,1,1,1,2,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,1,1,1,1,1,1,1,1,1,1,2,1,2,1,1,1,1,1,2,1,1,1,1,1,1,1,1,1,1,1,1,1,2,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,3,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,1,1,1,1,1,2,1,1,1,2,1,1,1,2,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,3,1,1,1,1,1,2,1,1,1,2,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,1,4,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,1,1,1,1,1,2,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,1,1,1,1,1,2,1,1,1,1,1,1,3,1,1,2,1,2,1,1,1,1,1,1,2,1,1,1,1,1,1,1,1,2,1,1,1,1,1,1,1,1,1,2,1,1,1,1,1,1,1,1,1,2,1,1,1,1,1,1,2,1,1,1,3,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,1,1,1,1,1,1,1,1,1,1,1,1,1,2,1,1,1,1,1,1,2,3,1,1,2,2,1,1,1,2,1,1,1,2,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,1,1,1,1,1,1,1,1,1,1,2,2,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,1,1,1,1,1,1,1,1,1,1,1,1,2,1,1,1,1,1,1,3,1,2,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,1,2,1,1,1,1,1,1,1,1,1,3,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,3,1,1,1,2,1,1,1,1,1,1,1,1,1,1,2,1,3,1,1,1,1,1,1,1,1,1,1,2,1,1,1,1,1,1,1,2,1,1,1,1,1,1,2,1,1,1,1,1,1,1,1,1,1,3,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
|
26
|
+
3,3,3,3,3,2,3,3,3,1,3,3,3,3,1,1,1,3,6,2,3,3,5,3,2,3,2,3,3,3,3,2,3,3,3,3,6,3,3,3,3,3,3,3,2,3,3,3,1
|
27
|
+
3,4,1,1,2,3,2,2,1,2,3,1,1,1,2,1,1,1,1,2,2,1,5,2,2,1,1,1,2,1,2,2,3,2,2,1,2,1,2,1,2,1,3,1,1,1,1,1,2,3,2,1,2,2,1,1,4,2,2,1,1,1,1,1,2,1,2,1,1,2,1,2,4,1,2,2,2,2,2,1
|
28
|
+
1,1,1,1,1,4,1,1,1,2,1,1,1,1,1,1,3,1,1,1,1,1,1,2,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,1,1,1,1,1,1,1,1,1,4,1,1,1,1,1,1,1,1,1,1,1,2,3,1,2,1,1,1,1,1,1,1,1,1,1,1,1,1,6,1,1,1,2,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,1,1,1,1,1,1,3,1,1,2,1,1,1,1,1,1,2,1,1,1,1,1,1,1,2,1
|
29
|
+
2,1,3,2,4,2,1,2,3,1,1,4,2,1,1,2,2,1,2,1,3,3,2,2,3,3,2,2,3,3,3,3,2,1,4,1,1,5,3,1,1,3,1,1,1,3,2,1,3,1,1,1,1,1,3,4,4,2,3,1,1,3,1,1,1,2,1,1,2,1,3,1,1,3,1,3,2,1,1,2,1,1,1,3,1,1,2,1,1,1,1,1,2,3,2,3,3,5,2,3,2,1,1,2,1,1,1,2,3,1,2,1,1,1,2,3,1,3,2,1,1,2,1,1,1,1,1,1,2,1,1,3,2,1,2,1,3,1,2,1,1,1,1,1,4,2,1,2,1,4,2,1,3,2,2,2,2,1,2,1,1,1,2,1,1,1,2,2,4,1,1,1,1,1,3,1,1,2,2,1,1,2,1,1,2,1,1,3,3,2,2,1,2,1,4,2,2,2,3,2,2,1,1,1,1,1,3,2,3,1,1,1,1,1,1,1,1,3,2,1,2,1,2,1,2,3,2,2,1,3,1,2,1,1,2,3,2,2,1,1,2,4,2,1,1,1,1,2,2,3,3,3,1,2,3,3,2,2,1,2,4,2,3,2,1,1,1,2,1,1,1,2,1,1,2,2,1,2,4,2,2,1,1,1,1,1,3,1,2,3,3,1,1,1,1,1,1,1,1,1,2,1,1
|
30
|
+
2,7,1,2,7,6,6,2,5,5,1,1,2,1,1,6,1,5,6,1,6,5,1,2,5,2,1,2,2,2,2
|
31
|
+
4,4,5,4,5,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,5,4,4,4,4,4,4,5,4,4,4,5,4,4,4,5,4,4,5,5,5,4,5,4,4,4,4,4,4,4,5,4,4,4,5,4,4,4,3
|
32
|
+
1,3,1,1,2,1,1,1,1,1,1,1,1,3,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,1,1,1,1,1,1,1,2,1,1,1,1,1,1,1,1,1,3,1,2,1,1,1,1,3,1,1,1,1,1,1,3,1,1,1,1,1,1,2,1,2,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,4,1,1,3,1,1,1,1,1,1,2,1,1
|
33
|
+
1,1,1,1,1,2,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
|
34
|
+
2,3,2,4,2,3,2,3,1,3,3,2,3,3,3,3,2,3,3,2,3,3,5,3,2,3,3,3,3,3,1,3,3,3,2,3,3,2,3,3,1,3,3,3,2,2,3,3,1,2,3,2,3,3,3,3,1,6,3,3,3,3,1,3,2,2,3,2,2,2,3,3,3,2,3,3,3,3,2,3,3,3,3,2,3,1,2,3,3,3,3,3,3,3,1,3,2,2,2,4,3,1,3,1,2,3,3,3,2,3,3,3,3,2,2,2,2,3,2,1,3,2,3,3,2,3,1,3,3,2,3,3,3,2,2,1,2,1,3,3,2,3,3,3,3,3,1,1,3,2,3,3,3,3,3,3,2,2,3,3,3,3,3,3,3,1,1,3,3,3,2,3,3,3,3,2,5,1,3,1,2,3,3,3,2,1,3,3,2,3,4,3,3,3,3,2,3,6,2,2,3,2,3,3,3,1,2,3,2,3,1,2,3,3,2,3,3,1,2,3,3,2,2,3,3,3,3,3,3,3,3,2,1,3,3,2,2,3,3,2,3,2,3,2,3,4,3,3,2,3,3,3,2,1,3,3,3,3,3,3,1,1,3,2,3,2,2,3,3,3,2,3,3,3,3,1,2,3,1,2,2,3,2,2,2,3,3,2,3,3,2,3,1,3,3,3,3,6,2,3,2,3,1,2,3,3,3,2,3,3,3,2,2,3,1,4,3,3,3,3,2,3,3,3,3,1,2,3,3,3,3,1,3,2,3,2,3,3,3,2,3,1,3,3,3,3,3,3,3,3,3,3,3,3,2,3,3,2,5,3,2,3,3,3,2,3,2,2,3,2,3,3,3,3,3,3,3,3,3,3,3,3,2,3,3,3,3,3,3,3,2,3,3,3,2
|
35
|
+
6,7,2,5,1,6,1,7,2,11,2,2,3,7,6,7,5,1,5,1,6,1,12,1,7,7,13,1,6,2,19,1,1,5,1,8,2,12,8,6,3,8,3,8,6,1,7,2,6,7,6,6,1,3,12,5,2,2,7,4,8,6,1,6,1,3,1,6,6,2,1,2,11,7,5,2,11,3,1,5,3,10,2,7,3,6,1,1,7,4,3,3,5,1,3,5,1,1,15,2,4,1,6,3,11,1,1,1,10,5,2,8,4,1,5,1,10,3,7,2,11,8,1,10,1,5,9,4,2,7,2,10,2,4,1,2,1,1,1,10,4,7,6,1,12,7,7,6,1,7,5,3,11,5,2,1,1,9,1,4,3,5,1,7,7,4,5,1,3,12,3,1,5,8,9,2,1,5,3,6,4,12,2,6,1,5,1,2,3,9,1,7,6,1,3,3,7,2,1,6,3,1,2,5,1,5,1,2,1,9,6,2,1,12,1,1,1,6,1,7,3,11,6,8,3,5,1,7,4,1,2,10,2,7,7,13,1,6,1,14,6,7,5,1,10,1,8,3,1,5,6,1,1,2,12,4,2,1,5,1,1,7,8,3,3,10,1,4,5,6,1,11,1,4,5,1,11,1,1,9,9,1,11,4,1,1,6,1,2,10,2,6,1,1,2,5,1,7,1,1,6,8,2,1,1,6,3,1,14,10,2,1,1,6,1,2,10,7,1,1,1,9,1,1,8,6,1
|
36
|
+
1,3,1,1,3,1,3,1,1,1,2,4,1,1,2,1,1,3,2,3,3,2,3,1,1,2,1,1,1,2,1,1,1,3,3,3,1,1,1,1,1,2,1,1,2,3,1,2,2,3,3,3,3,1,1,1,1,1,3,1,1,1,1,2,1,1,3,7,1,1,1,2,1,1,1,1,1,1,3,3,3,1,1,1,3,2,1,3,2,1,1,1,1,1,1,1,1,1,4,3,1,2,3,1,1,3,1,1,1,1,1,1,1,1,2,1,1,3,1,1,3,2,1,1,1,2,1,1,2,2,3,1,1,1,1,3,2,2,1,2,1,1,3,1,2,1,1,3,1,1,1,2,3,2,1,1,1,1,1,1,3,1,3,1,2,2,1,4,3,1,3,1,1,1,2,1,1,1,3,3,1,1,1,6,1,1,5,1,1,1,1,1,3,1,4,1,3,1,2,1,3,1,2,3,3,2,3,1,1,1,3,3,1,2,3,1,2,1,1,1,1,3,1,1,1,2,3,1,1,3,1,1,1,2,3,1,1,3,6,1,1,1,4,2,3,1,3,2,2,1,3,1,1,1,1,3,3,1,4,1,2,1,2,4,1,1,1,1,1
|
37
|
+
2,3,3,2,3,2,3,2,3,3,2,3,3,3,2,3,2,2,3,3,3,3,3,3,3,3,3,1,3,3,3,3,3,2,2,3,3,3,3,3,3,2,3,2,3,2,2,3,2,3,3,2,2,2,3,3,3,3,3,2,3,2,3,2,3,6,2,3
|
38
|
+
8,2,3,3,3,3,2,3,2,1,1,3,2,2,9,9,3,3,3,3,5,2,1,3,3,2,2,3,3,3,6,3,3,3,2,3,3,3,2,3,3,2
|
39
|
+
3,1,1,3,1,1,2,1,1,1,1,2,2,2,1,1,2,2,1,1,1,1,3,1,3,2,1,1,1,2,1,1,1,2,3,1,3,1,1,1,1,1,2,2,2,1,3,1,1,1,2,1,1,1,1,1,1,1,1,1,2,1,1,1,1,1,1,2,5,1,3,1,4,2,1,2,1,2,1,3,1,1,5,1,1,2,3,3,1,3,1,1,3,1,1,1,3,2,1,3,1,1,1,2,1,1,1,3,1,1,3,1,1,1,1,1,1,2,1,2,2,1,2,1,1,1
|
40
|
+
1,1,1,1,1,1,2,1,1,1,2,1,3,1,3,1,1,1,2,2,1,4,2,1,1,2,6,1,1,1,2,3,1,4,1,1,1,1,1,1,2,2,1,2,2,3,1,1,1,1,1,3,1,1,1,1,1,1,1,3,3,3,5,1,1,1,1,2,1,2,1,1,2,2,1,1,1,3,2,1,1,1,1,1,2,1,1,1,1,2,2,4,1,1,2,1,1,1,1,3,1,1,1,1,1,1,1,1,1,4,2,1,2,1,1,1,2,1,2,2,1,1,2,2,1,1,2,1,2,1,1,1,1,2,1,1,1,1,1,1,3,1,1,1,2,3,1,2,1,1,1,1,2,2,1,1,1,1,1,1,2,1,1,2,1,3,1,1,1,1,1,1,1,2,1,4,1,1,1,2,2,1,2,1,1,1,2,1,2,1,1,1,1,1,1,1,2,1,1,1,1,2,4,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,3,1,1,1,1,2,1,2,1,2,2,1,1,1,1,2,2,1,1,2,1,1,3,2,1,3,1,1,1,2,1,1,2,1,1,1,1,1,1,2,1,1,1,2,1,2,1,1,2,1,1,1,2,1,1,2,1,2,1,1,2,1,2,1,1,2,1,1,2,1,1,2,1,1,2,1,1,2,1,1,1,1,1,1,1,1,2,1,1,1,2,1,1,1,1,2,1,1,2,1,1,1,1,1,2,1,1,1,1,2,1,1,1,1,2,1,2,1,1,1,1,1,1,3,1,3,1,1,3,1,3,1,1,2,2,1,2,1,2,1,2,1,1,2,1,1,4,1,2,1,1,1,1,3,3,2,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,1,2,2,1,1,2,2,1,2,3,3,2,2,2,1,1,1,1,1,1,1,1,2,1,2,1,1,2,1,1,1,1,1,1,1,1,1,2,1,4,1,2,1,1,1,1,4,1,1,3,1,1,1,1,2,1,1,2,1,2,1,1,1,1,3,2,1,1,1,1,1,1,2,1,1,1,1,1,1,1,1,1,3,1,1,1,2,1,1,1,1,1,1,1,1,3,4,1,1,2,1,1,1,1,1,1,1,2,1,1,1,1,1,1,1,1,1,1,1,1,2,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,1,1,1,3,1,1,1,1,2,1,1,1,1,2,1,2,1,1,1,1,1,1,1,3,2,1,2,2,1,1,1,1,1,2,1,1,1,1,1,2,2,1,1,2,1,1,1,2,1,1,1,1,5,1,1,1,1,1,1,1,1,1,1,2,2,1,1,1,2,1,1,3,3,1,2,1,1,2,1,1,1,1,2,1,1,1,2,3,1,1,1,1,1,2,1,2,1,1,1,1,3,1,1,1,2,4,1,2,1,2,1,1,1,1,1,1,1,2,1,2,1,1,1,3,2,1,2,1,1,1,2,2,1,1,2,1,1,1,1,2,1,2,1,5,1,2,1,1,1,3,1,1,2,2,1,2,1,1,1,2,3,3,1,1,2,1,1,1,2,1
|
41
|
+
3,1,1,3,3,1,2,1,1,1,1,1,1,1,1,2,1,1,1,2,2,1,1,1,1,2,2,1,2,1,3,3,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,3,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,3,1,2,3,1,1,1,1,1,1,1,1,1,1,3,1,1,2,1,1,1,1,3,1,1,1,2,3,1,1,1,1,1,1,1,2,1,1,1,1,1,1,1,1,1,1,1,1,2,1,1,1,2,1,1,1,1,1,1,2,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,1,2,1,1,1,2,1,1,1,1,1,1,2,1,1,1,1,1,1,1,1,1,1,3,2,1,1,1,3,1,1,1,1,2,1,1,2,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
|
42
|
+
3,3,2,2,2,2,3,3,3,3,3,3,2,3,3,3,3,3,3,3,3,3,3,2,3,2,2,2,3,3,2,2,3,2,3,3,3,2,2,2,3,2,3,2,3,3,3,2,3,6,3,3,3,3,2,2,2,2,3,3,3,2,3,2,2,3,2,2,6,3,3,3,2,2,3,3,3,3,3,3,1,2,2,3,3,2,3,3,2,3,2,2,2,6,3,3,3,3,3,2,2,3,3,2,3,3,3,3,3,2,3,2,2,2,2,3,3,3,3,3,6,3,2,3,3,3,2,3,3,3,3,3,3,2,2,2,2,3,2,3,2,2,3,2,3,2,3,3
|
43
|
+
2,2,3,2,2,3,2,3,1,1,2,2,5,3,2,3,3,6,3,2,1,4,3,3,3,2,3,2,3,3,3,3,3
|
44
|
+
2,5,1,2,7,1,3,5,3,1,5,1,6,8,1,1,2,2,1,1,5,1,12,1,3,1,1,1,1,9,4,1,1,7,1,6,8,1,3,1,5,1,3,2,1,3,1,1,5,1,1,1,1,7,1,7,6,1,6,1,4,1,7,1,3,1,5,2,3,3,1,8,7,1,1,6,1,4,1,1,4,1,3,6,1,1,1,4,1,2,1,1,5,1,2,2,1,6,1,1,6,8,1,3,2,1,3,1,1,7,5,1,7,4,2,1,3,5,1,6,2,4,1,6,1,5,1,6,1,3,1,6,1,7,1,7,2,6,1,1,1,1,1,5,1,3,7,1,5,1,1,1,6,1,1,4,1,12,1,1,7,2,4,1,1,8,5,1,2,1,1,5,2,5,1,6,2,4,1,6,1,6,1,5,2,2,2,5,2,1,3,1,5,1,6,1,7,1,7,1,5,1,1,1,1,4,1,7,1,4,1,5,6,1,2,5,5,1,2,1,7,3,4,1,4,1,6,1,5,1,2,4,1,5,1,5,1,6,4,1,6,1,7,7,1,4,5,4,5,1,4,1,1,5,1,6,1,6,1,7,1,7,9,6,1,2,8,1,1,4,5,4,6,1,6,1,3,1,1,6,1,5,1,2,4,1,6,1,2,1,1,1,7,2,2,1,1,5,1,14,3,3,1,5,1,7,1,7,2,6,4,1,4,1,4,1,4,5,1,4,2,1,7,7,7,1
|
45
|
+
1,3,2,1,1,1,2,1,2,1,1,1,1,1,2,1,3,1,1,1,2,1,2,1,1,1,1,3,1,1,1,1,1,1,1,1,1,2,1,2,1,3,3,1,1,1,1,1,1,1,1,2,2,1,1,2,1,1,1,1,5,1,1,3,2,2,1,1,1,1,1,1,3,1,1,1,1,1,1,2,1,1,3,1,3,2,1,1,1,1,1,1,2,1,1,3,1,3,2,1,1,1,1,1,1,1,1,2,2,3,1,1,2,3,1,1,1,1,2,1,1,1,1,1,2,1,3,1,1,1,1,2,1,2,1,1,3,1,1,1,2,2,2,2,1,2,2,1,1,1,2,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,1,1,1,1,1,2,2,1,2,1,1,1,1,1,1,1,1,1,1,2,1,1,1,2,1,1,1,1,1,4,1,1,1,1,3,3,2,1,2,1,2,1,4,1,3,1,1,1,3,1,1,1,1,1,2,2,1,2,2,3,2,1,2,1,1,1,2,1,1,3,3,4,1,1,1,4,3,1,1,1,1
|
46
|
+
3,3,3,3,7,3,2,3,2,3,3,3,3,2,2,3,7,3,3,3,3,3,3,3,3,3,3,3,3,7,2,3,3,2,3,9,3,6,3,3,4,3,3,3,3,3,3,3,3,2,3,3,3,3,2,3,10,3,3,3,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,3,3,3,3,2,3,4,2,3,3,3,3,4,7,4,3,3,3,2,3,2,3,3,4,3,3,5,2,3,2,3,2,3,2,3,2,5,2,2,5,3,3,2,3,2,3,2,3,2,3,2,2,2,2,2,2,2,2,2,2,3,2,2,2,2,3,3,3,2,2,2,2,3,2,2,3,3,2,2,3,2,2,2,2,3,2,3,2,2,2,2,2,2,2,2,2,2,2,2,3,2,2,3,2,2,2,5,3,2,2,3,2,2,2,2,2,2,2,2,2,3,2,2,2,3,2,2,2,3,3,3,2,3,2,2,2,2,3,2,1,3,3,3,6,3,3,3,3,2,2,2,3,2,2,2,2,2,2,2,2,2,3,2,3,2,3,2,2,3,3,2,3,3,2,3,3,3,2,2,2,3,2,3,2,2,2,3,2,3,3,2,2,2,2,2,6,3,2,2,6,2,2
|
47
|
+
2,2,3,2,2,2,2,2,2,2,2,2,2,2,2,2,2,3,2,2,1,2,2,2,3,2,2,2,4,3,2,2,2,2,2,3,2,2,3,2,5,2,2,3,2,3,2,2,2,2,1,4,8,2,3,2,2,1,4,2,2,2,1,3,2,2,2,2,2,2,2,2,2,2,2,2,3,2,2,2,2,2,2,2,2,2,2,2,3,2,2,2,2,4,2,2,2,2,2,3,2,4,2,2,1,4,2,2,2,2,2,2,2,2,2,2,2,2,3,3,2,4,3,2,3,2,2,2,2,2,2,2,2,4,2,2,2,2,2,2,1,2,3,2,3,2,1,2,2,2,2,2,1,3,2,2,2,3,2,1,2,2,1,2,2,2,2,4,3,2,1,2,2,1,2,4,3,3,2,2,2,1,1,2,2,1,3,2,2,2,4,5,2,2,2,2,2,5,2,4,2,1,3,2,2,2,4,2,2,2,2,2,2,2,2,3,2,2,2,1,2,2,2,2,2,1,1,3,2,2,2,2,2,2,2,2,2,2,2,2,2,2,3,2,2,4,2,2,2,2,2,6,4,2,2,2,2,2,2,2
|
48
|
+
4,4,4,4,5,4,4,4,3,4,4,4,5,4,4,4,5,4,3,4,3,2,3,5,4,4,4,4,4,4,4,3,3,4,4,5,4,4,4,4,3,3,4,4,4,4,3,8,4,4,3,4,4,4,4,8,3,4,5,8,4,5,4,4,4,5,4,4,4,4,4,4,4,5,3,4,4,4,3,4,8,4,3,4,3,9,4,3,3,4,3,3,3,3,4,4,2,3,4,4,4,4,3,3,3,8,4,3,3,3,3,3,4,3,3,3,2,2,3,4,7,3,3,3,3,3,3,3,5,4,4,4,4,4,3,3,3,5,5,9,5,4,4,3,4,2,3,3,3,3,3,3,4,4,4,4,4,4,4,3,5,4,4,4,6,3,2,4,3,4,2,3,3,9,3,4,4,4,4,9,4,4,4,4,4,3,4,4,4,1,5,3,3,3,3,4,8,4,4,4,4,4,4,4,4,4,4,3,3,5,4,4,4,4,4,4
|
49
|
+
2,3,2,2,2,1,3,2,2,2,2,2,3,2,2,3,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,3,2,2,2,3,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,1,2,2,2,1,2,2,2,2,2,2,2,3,3,2,2,2,2,2,2,2,2,2,2,1,3,2,2,2,2,2,2,2,2,2,3,2,1,1,2,2,2,2,2,2,2,2,2,2,3,2,2,2,2,2,2,2,2,2,1,1,1,2,3,2,2,3,2,2,2,2,2,1,3,2,1,2,1,2,2,2,2,2,3,2,2,2,2,2,2,2,2,2,2,2,2,2
|
50
|
+
1,1,2,1,1,1,1,2,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,1,1,1,1,1,1,1,1,1,1,2,1,1,1,1,1,1,1,1,1,1,1,2,1,1,1,1,2,1,2,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,1,1,1,1,1,1,1,2,1,1,1,1,1,1,1,2,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,1,1,1,1,2,1,1,1,1,2,1,1,1,1,1,1,1,1,1,1,1,1,1,2,1,1,1,1,1,1,1,1,2,1,1,1,1,1,2,1,1,1,1,1,1,1,1,1,1,1,1,1,2,1,1,1,1,1,1,1,1,1,1,2,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,1,1,1,1,1,1,2,1,1,3,2,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,1,1,1,1
|
51
|
+
3,3,2,3,2,6,3,3,2,4,4,2,3,2,5,3,2,2,3,2,3,2,3,3,2,3,2,3,2,3,3,2,2,3,3,6,5,3,3,2,3,3,3,2,3,2,2,2,1,3,3,3,6,3,3,2,3,3,7,4,3,3,3,2,2,6,2,2,2,3,3,3,2,3,2,3,2,2,3,3,2,3,2,2,3,2,2,3,2,2,2,3,2,3,3,3,2,2,2,3,2,4,4,3,5,2,3,2,3,3,5,3,2,4,3,6,3,3,3,3,3,2,3,3,2,3,3,3,3,3,6,3,3,3,2,3,2,3,3,3,3,5,3,3,3,3,2,2,3,3,3,2,2,5,2,3,3,8,5,3,2,1,2,2,2,3,6,3,4,3,5,7,2,3,2,3,2,4,2,2,2
|
52
|
+
3,3,3,3,3,3,3,3,3,3,1,1,3,2,3,3,3,2,2,2,6,2,4,2,3,2
|
53
|
+
4,1,1,1,1,2,3,1,1,1,5,1,1,1,1,1,1,2,3,1,2,1,3,1,2,2,1,1,3,3,1,3,1,1,2,1,1,4,4,2,1,1,1,1,2,1,1,1,1,1,2,1,2,1,1,2,1,1,3,1,1,2,1,1,1,4,1,2,1,1,3,3,1,3,1,1,6,6,1,4,1,3,1,5,1,3,1,1,2,1,1,4,1,1,1,1,1,4,1,3,1,4,3,1,1,3,2,2,4,1,1,1,1,3,3,5,1,1,1,1,3,3,1,4,2,2,1,1,2,2,4,2,1,1,1,1,5,1,1,1,1,2,1,1,1,2,1,3,1,2,2,1,1,4,1,1,5,2,2,2,1,1,1,6,2,2,1,1,1,1,1,3,3,3,1,1,1,1,5,1,1,4,1,1,1,1,2,3,1,4,2,1,2,2,2,2,1,1,1,5,2,1,1,1,1,1,1,1,3,1,1,1,1,1,2,1,2,6,5,1,2,1,1,2,3,2,2,2,1,4,1,4,3,3,3,1,1,5,2,1,1,1,1,1,1,1,1,1,3,1,3,1,1,1,1,4,3,1,2,1,1,1,1,3,3,2,1,2,1,3,3,4,2,1,3,2,1,1,1,1,3,2,1,1,1,1,2,4,3,1,1,1,1,2,1,1,6,3,1,1,1,1,2,1,1,4,1,1,1,1,1,7,1,2,2,1,2,1,1,1,3,2,4,1,1,2,1,1,5,1,1,1,1,2,1,1,1,3,2,5,2,1,1,1,1,1,4,1,1
|
54
|
+
3,3,3,3,3,2,2,3,3,2,2,1,3,3,2,3,3,3,6,2,3,2,3,2,3,2,3,3,3,3,6,3,6,3,3,3,3,3,3,6,3,2,3,3,3,6,1,2,2,2,2,3,6,3,3
|
55
|
+
3,3,3,2,3,3,4,3,3,3,3,3,6,3,3,3,3,1,3,3,3,3,6,3,3,3,3,2,3,6,6,3,3,3,3,3,3,4
|
56
|
+
3,3,3,3,3,3,3,3,3,3,3,3,3,4,3,3,3,3,3,3,3,3,3,3,1,2,3,3,3,3,3,3,3,4,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,3,4,3,3,3,3,4,2,3,3,3,5,1,4,3,4,4,5,4,5,4,4,4,5,5,4,5,4,3,3,3,3,3,3,4,4,4,4,3,3,3,3,3,4,3,3,4,4,4,5,3,3,3,3,4,5,5,3,3,3,3,3,3,3,3,3,3,3,3,1,3,3,4,3,2,3,4,3,3,3,4,3,3,3,1,2,3,3,3,3,3,3,3,6,3,3,3,3,4,3,3,4,3,3,3,3,3,2,2,3,4,4,3,3,3,4,4,3,3,4,3,12,3,3,4,3,3,1,1,10,3,7,4,3,3,3,4,3,3,3,3,3,3,4,5,3,3,3,3,3,3,3,3,4,5,3,3,3,4,3,5,3,3,3,2,3,3,4,4,11,3,4,4,3,3,3,3,3,3,3,3,3,3,3,6,3,3,3,3,3,3,4,3,4,3,4,3,3,3,3,4,3,2,1,3,3,3,3,3,3,3,3,3,4,1,2,3,3,3,3,3,3,3,4,3,3,3,4,3,4,4,3,3,3,7,3,4,3,3,3,3,3,3,6,3,6,3,3,4,3,2,6,3,3,3,3,3,3,3,3,3,3,3,4,3,3,4,7,3,3,3
|
57
|
+
4,3,2,3,3,2,2,2,2,2,3,6,6,3,2,3,2,3,8,2,2,3,3,3,3,4,2,2,2,2,4,2,6,2,2,2,3,3,3,2,3,2,3,3,5,3,3,2,5,12,3,2,2,6,3,1,2,3,2,3,2,6,3,3,2,3,3,2,3,3,2,2,3,5,2,2,3,3,2,3,2,3,3,3,2,2,3,3,3,3,3,2,2,5,5,3,2,3,5,3,2,2,3,3,8,2,3,2,3,3,3,3,2,3,2,2,2,3,3,2,3,3,3,2,3,5,2,3,4,2,1,3,2,2,2,2,6,3,3,3,2,2,2,2,2,2,8,3,3,3,2,6,2,2,3,3,6,2,4,5,3,5,6,3,3,2,2,1,2,6,3,2,3,3,3,6,2,1,1,5,1,2,3,3,2,2,5,3,3,3,2,5,3,3,3,2,3,3,2,2,2,3,3,2,9,2,2,3,3,6,2,2,6,3,12,2,3,6,3,11,3,3,6,3,3,3,3,6,2,1,6,3,5,3,3,3,5,2,2,3,2,2,2,3,5,1,1,2,2,3,2,3,6,2,1,3,3,2,5,3,5,3,3
|
58
|
+
4,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,3,3,2,4,3,3,3,3,2,4,3,4,3,3,3,3,3,3,3,2,6,3,3,4,3,3,4,2,3,3,3,3,3,4,4,3,3,4,3,3,5,3,3,3,4,3,2,3
|
59
|
+
2,4,2,1,1,1,1,1,3,1,3,1,1,7,3,2,1,2,1,3,2,1,6,2,4,1,2,1,6,4,3,6,3,3,4,1,2,1,2,5,3,2,3,1,1,1,1,1,1,1,1,1,3,3,1,2,1,1,2,2,1,2,2,1,3,4,3,5,1,3,4,4,3,3,3,5,2,1,1,4,2,3,6,3,4,2,1,3,3,6,3,3,6,1,1,3,1,4,2,1,3,5,2,2,3,4,1,3,2,1,3,1,3,4,2,1,1,2,1,3,1,3,2,1,2,1,1,2,1,3,3,5,1,5,2,2,2,3,2,1,1,2,5,2,1,2,4,1,1,1,2,1,2,1,4,1,2,2,4,3,1,4,2,2,1,5,4,3,3,4,2,4,3,3,3,4,4,2,5,3,3,1,1,4,4,4,3,4,4,1,3
|
60
|
+
6,4,3,5,4,4,4,3,5,2,4,4,4,4,5,6,4,4,4,2,3,2,4,5,5,3,5,4,3,5,1,3,3,3,3,6,4,1,1,9,3,5,4,9,5,3,4,4,3,4,1,1,2,1,5,4,1,4,6,5,4,3,4,4,3,4,4,3,3,6,2,3,3,4,5,5,4,4,3,6,1,2,1,1,1,5,5,4,5,5,5,5,3,5,5,5,5,5,2,4,3,4,5,3,5,5,3,4,6,4,4,3,4,2,2,3,4,4,4,4,4,4,2,1,1,4,3,3,5,1,2,6,3,4,4,5,1,2,6,5,1,5,5,2,5,3,3,4,4,2,4,5,3,4,4,3,2,2,2,4,2,1,1,2,2,2,1,1,2,3,2,4,4,5,5,4,4,5,1,4,4,3,3,3,6,3,1,6,1,5,1,7,3,2,1,6,4,3,4,5,4,2,1,4,4,4,4,4,5,1,3,5,5,2,3,8,2,4,1,4,4,4,5,4,3,4,3,2,3,3,3,5,4,3,2,5,4,5,2,5,3,1,4,4,3,1,4,1,1,5,8,4,2,4,3,5,11,3,4,5,2,4,5,4,2,2,1,2,4,4,4,4,4,3,4,4,7,2,1,4,4,2,5,2,3,1,1,3,5,1,3,3,5,5,2,1,5,5,5,2,1,4,3,5,4,6,1,1,3,2,1,5,3,5,4,3,3,4,1,8,3,3,3,1,4,4,4,3,3,2,1,4,4,3,3,2,4,5,1,2,3,4,3,1,2,4,5,10,1,2,4,4,3,5,9,10,3,4,5,4,3,1,1,2,6,3,4,3,4,4,4,5,4,3,5,4,3,4,4,4,1,3,3,2,1,1,3,2,1,4,4,4,5,9,5,3,7,5,4,3,9,4,2,10,2,3,3,4,3,5,5,3,2,2,2,4,4,4,3,2,4,4,2,5,2,4,6,4,4,4,3,2,4,2,1,4,2,1,5,4,4,4,3,1,1,10,3,5,5,5,5,4,4,4,6,5,5,5
|
61
|
+
2,1,1,1,1,1,1,1,2,2,1,1,2,1,1,1,1,1,1,1,1,1,1,1,1,2,3,1,2,1,1,3,1,1,1,1,1,2,2,2,1,1,1,2,1,2,1,1,1,2,1,1,4,1,1,2,1,2,2,1,1,2
|
62
|
+
1,1,1,3,2,5,1,3,3,5,4,4,1,3,1,2,4,5,6,2,5,1,1,4,2,1,2,5,3,4,4,3,1,4,4,2,1,1,2,1,1,1,1,1,2,1,1,2,2,2,2,5,2,1,4,4,1,2,2,1,1,4,5,1,1,3,5,4,1,1,1,1,1,3,5,4,2,1,2,4,2,1,2,1,2,3,2,2,3,1,1,4,2,1,1,1,1,1,1,2,3,2,1,1,2,1,2,1,1,4,3,5,3,2,1,2,4,2,2,2,1,1,3,4,3,1,5,4,6,2,2,1,2,2,1,1,1,1,1,6,2,1,2,1,1,1,1,4,1,1,2,1,1,3,4,1,1,1,4,1,7,3,2,1,1,1,3,3,5,1,2,1,1,6,1,4,3,4,7,3,1,1,2,1,6,1,5,5,2,2,4,1,2,5,3,2,1,5,1,6,1,2,4,3,1,3,1,2,1,2,5,4,2,1,4,1,4,1,1,4,1,2,2,2,4,1,2,1,2,2,2,1,4,4,4,4,1,1,3,1,3,2,4,1,2,1,2,3,2,2,1,7,1,2,1,1,2,1,2,4,5,3,1,3,4,5,3,1,3,5,1,1,1,4,4,5,4,3,3,2,2,4,4,4,1,4,3,3,1,5,1,2,6,3,1,3,1,3,2,1,5,3,1,4,5,3,1,2,2,5,3,1,1,2,1,2,1,5,2,1,1,2,5,2,1,9,8,3,6,4,4,3,1,5,3,4,7,2,4,5,4,1,1,1,4,1,2,4,5,1,1,2,1,2,2,1,3,3,1,5,5,3,2,1,2,2,3,6,5,4,5,11,2,1,4,5,5,5,1,3,4,3,6,1,6,2,3,1,2,1,1,1,1,1,3,5,1,3,2,1,2,1,2,2,4,1,4,1,3,4,4,6,7,3,3,2,2,5,2,1,2,3,1,3,4,1,3,1,4,2,1,4,4,3,1,4,6,5,2,2,2,2,1,2,5,2,3,4,5,5,1,4,5,5,5,7,4,2,1,2
|
63
|
+
3,3,1,3,2,1,3,1,3,1,1,1,1,2,2,3,3,3,2,1,3,1,2,1,3,2,3,2,3,2,1,1,3,2,3,2,3,1,2,3,3,2,2,1,1,2,1,1,2,2,2,1,3,2,1,3,3,3,1,1,1,2,3,2,2,1,2,2,1,3,2,1,3,2,2,2,1,2,3,3,2,2,1,1,3,2,3,3,1,3,3,3,1,3,2,1,2,1,2,3,2,1,3,2,2,1,2,1,1,1,3,2,2,1,3,2,2
|
64
|
+
2,2,2,5,3,2,2,3,2,2,2,2,2,3,3,2,2,2,2,3,2,2,3,2,2,3,2,2,3,3,2,2,2,2,2,3,3,2,3,2,4,2,2,2,2,3,2,2,2,3,2,2,2,2,3,3,2,2,2,2,2,2,2,3,2,3,2,2,3,2,2,5,2,3,2,3,2,2,3,2,2,10,2,2,3,3,2,2,2,2,2,3,3,3,2,3,2,4,5,6,3,3,2,2,2,2,2,2,3,3,2,2,3,2,2,2,2,2,3,2,2,2,2,2,2,2,2,2,2,2,3,3,3,2,2,2,3,2,3,4
|
65
|
+
1,1,1,1,1,1,1,1,1,2,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,1,1,2,1,1,1,1,1,1,1,1,1,1,1,1,1,1
|
66
|
+
3,3,3,3,2,3,3,2,3,2,2,3,2,3,2,7,2,3,3,3,3,3,3,3,2,2,3,3,3,6,3,3,3,3,2,3,2,3,2,3,3,2,3,6,3,3,2,3,2,3,2,2,3,5,3,2,2,2,3,3,2,2,5,3,3,3,3,3,2,3,2,3,3,3,3,3,3,3,2,3,2,2,2,3,2,1,1,2,3,3,2,3,3,6,3,2,1,2,3,3,3,3,2,2,3,3,3,4,6,2,3,3,3,3,3
|
67
|
+
3,4,5,3,3,3,3,6,3,3,3,3,2,3,3,7,6,2,3,3,3,6,4,4,3,3,3,2,3,3,3,3,3,6,3,3,3,9,3,3,3,3,2,4,10,4,1,3,4,3,7,3,3,4,2,3,3,6,3,3,3,3,2,3,3,7,2,3,4,6,3,4,3,8,3,3,5,4,7,3,3,3,3,3,3,3,3,3,2,7,3,3,6,4,8,3,3,3,6,3,3,2,3,3,3,7,3,3,2,3,6,3,3,3,3,4,3,3,3,10,3,4,3,3,3,3,3,4,4,6,3,3,3,3,3,3,4,3,3,6,3,2,3,3,3,6,3,3,3,2,3,2,3,3,3,3,3,3,4,2,6,10,3,3,2,1,3,6,3,3,3,3,6,3,3,2,2,3,3,1,7,3,3,5,6,3,3,3,3,3,3,1,1,3,3,6,3,6,3,1,3,2,3,3,3,3,3,5,3,4,3,3,1,1,1,3,6,3,3,3,10,1,2,6,2,5,3,2,3,6,3,3,3,1,3,2,2,2,2,6,10,4,10,3,2,6,6,3,3,3,3,2,3,2,1,3,5,6,6,3,3,3,2,1,2,1,9,3,7,3,3,3,3,1,6,1,7,3,3,3,1,2,6,7,4,3,6,2,2,1,3,2,3,4,1,1,3,3,3,3,3,3,1,3,6,3,3,10,2,6,1,3,6,6,5,1,3,1,6,3,7,3,3,6,3,6,1,3,16,3,3,1,2,6,3,3,3,9,4,4,1,15,3,3,1,2,3,10,6,6,3,3,4,3,6,3,3,3,3,2,3,2,6,3,3,6,3,6,2,3,3,3,3,6,3,3,3,5,6,4,4,3,3,3,3,6,9,3,3,3,13,3,9,3,3,4,3,6,3,3,3,6,4,3,3,2,3,3,10,3,1,2,1,1,3,3,5,3,5,3,1,1,3
|
68
|
+
3,5,3,2,2,2,1,2,2,1,2,2,2,1,2,2,2,2,1,2,5,3,5,2,2,2,2,2,2,2,3,1,2,2,2,2,2,2,2,3,2,2,2,3,2,2,2,3,2,3,2,1,3,2,2,2,2,2,3,5,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,1,2,4,2,3,3,2,2,2,2,2,2,1,2,2,2,2,3,3,1,2,2,2,1,2,2,2,2,2,2,1,2,2,2,2,2,2,2,2,2,5,2,2,2,1,2,2,3,2,1,2,2,3,2,2,2,2,2,2,3,2,2,2,3,2,2,2,3,5,2,2,2
|
69
|
+
1,1,3,3,3,3,3,3,3,3,3,2,3,3,3,2,2,3,3,3,3,2,3,3,3,3,2,3,4,2,3,2,2,2,3,2,2,1,2,2,3,3,3,2,2,2,4,2,2,4,3,2,2,3,3,3,3,3,2,3,6,5,3,5,3,3,5,3,4,2,3,3,1,3,2,3,2,3,3,3,3,5,2,3,3,3,3,2,3,3,4
|
70
|
+
2,3,3,4,3,1,2,3,3,4,3,3,1,1,2,1,5,2,1,2,2,1,2,2,2,3,1,1,1,1,4,7,3,1,1,1,1,1,3,3,3,3,3,3,3,2,1,2,1,1,1,1,3,3,3,4,1,3,1,1,3,3,4,3,4,2,2,3,4,1,1,4,1,2,1,2,3,4,2,3,2,1,3,3,3,3,3,3,1,1,2,3,2,7,2,2,1,1,3,2,1,3,3,3,3,3,3,1,1,2,3,2,3,1,2,2,2,2,1,1,1,2,1,2,2,2,1,2,2,1,2,1
|
71
|
+
3,1,1,1,3,2,1,1,1,2,2,5,4,1,1,6,3,1,1,1,3,3,4,2,1,1,1,1,2,1,2,1,1,1,2,1,1,3,3,2,1,1,3,2,1,2,2,2,1,1,1,3,3,1,2,1,4,1,1,3,3,1,2,1,3,1,4,1,2,3,3,1,2,2,1,1,4,2,1,1,3,1,1,3,2,2,1,2,1,1,1,2,1,4,3,2,4,1,2,1,2,1,3,4,1,1,1,1,1,1,1,3,1,1,3,2,1,3,1,1,3,1,1,3,1,7,3,2,4,1,2,1,3,5,1,1,1,1,1,1,3,1,1,1,1,1,1,1,1,3,2,2,2,1,3,7,3,2,1,3,3,3,2,1,4,2,1,3,1,1,4,2,1,1,2,1,2,3,1,2,1,1,4,3,2,2,3,2
|
72
|
+
1,1,2,1,3,3,6,3,4,3,3,3,1,3,3,2,3,3,2,2,3,2,2,3,2,2,3,2,1,3,2,3,2,3,3,3,3,3,2,3,3,2,2,2,3,2,3,2,3,2,3,2,1,2,3,3,3,3,3,6,4,2,1,3,3,1,2,4,2,2,2,4,4,2,2,2,3,2,3,2,1,3,3,3,4,1,2,3,3,3,3,3,3,2,2,1,3,3,3,1,3,1,3,3,2,2,2,1,3,2,2,2,2,1,3,3,2,2,3,3,3,2,3,2,2,2,3,6,2,2,3,3,1,1,1,1,1,1,1,1,3,1,1
|
73
|
+
3,3,6,3,9,3,3,3,3,3,3,3,3,3,3,2,3,3,6,3,3,3,3,3,3,3,3,3,3,3,2,6,2,2,3,3,3,3,3,3,2,2,3,3,2,3,3,3,3,2,3,2,2,3,3,3,3,3,3,3,3,3,2,2,3,2,3,6,2,3,3,3,3,3,3,3,3,2,2,3,3,6,2,6,2,3,3,3,9,3,3,3,3,3,3,3,3,2,3,4,3,3,3,6,3,3,3,3,3,3,3,3,3,3,2,3,3,2,6,3,2,3,3,3,3,3,2,3,2,3,3,3,3,3,2,2,3,2,2,3,3,3,2,3,2,3,2,3,6,3,2,3,3,3,3,3,3,2,3,3,3,3,3,2,3,3,3,2,3,3,3,2,3,3,3,3,3,4,2,2,2,3,3,3,3,3,3,3,3,3,6,3,3,3,3,3,3,5,2,3,3,2,3,3,6,3,3,3,9,3,3,3,3,3,3,2,2,3,3,2,2,6,3,3,2,2,1,2,2,2,1,1,1,2,1,1,3,1,1,2,1,1,1,1,1,1,2,1,1,3,2,1,1,2,2,2,1,2,2,1,2,1,1,1,2,2,1,3,1,1,1,1,3,3,2,2,1,1,1,2,2,1,1,2,1,1,2,1,2,2,1,1,1,1,1,1,2,1,2,1,1,1,2,1,1,1,1,1,2,1,2,1,3,2,1,1,1,1,1,1,1,2,1,1,1,1,1,1,1,1,1,1,2,1,1,1,1,1,1,1,1,1,1,1,2,1,1,3,2,1,1,1,1,2,1,1,5,1,1,1,2,1,1,2,1,1,1,1,2,1,1,1,1
|
74
|
+
3,4,3,3,3,2,2,8,3,3,2,3,3,4,3,3,4,3,4,2,1,4,4,4,4,1,2,4,4,4,2,3,1,2,5,4,3,3,3,4,3,2,4,3,2,4,1,2,2,2,3,2,2,1,1,1,2,1,1,1,3,1,1,1,2,2,2,1,1,2,1,1,3,1,1,2,1,3,3,2,2,3,1,1,1,1,2,1,1,1,1,1,1,1,1,1,1,2,2,3,2,1,3,2,1,3,1,1,1,1,3,3,1,1,4,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,1,1,1,2,2,2,2,1,1,2,1,2,2,2,3
|
75
|
+
4,3,3,1,3,3,3,2,2,6,3,3,3,3,3,3,6,3,6,3,3,4,5,3,3,4,4,4,3,3,2,6,2,3,3,3,1,1,3,2,3,2,3,4,5,2,3,6,3,3,3,2,6,3,3,3,3,3,3,3,3,3,3,3,3,3,2,1,1,3,3,3,3,3,4,3,3,2
|
76
|
+
1,2,1,1,1,1,1,1,1,2,1,1,1,1,1,1,1,1,1,1,1,1,2,1,1,1,1,1,2,1,1,1,1,1,1,2,1,1,2,1,1,1,3,1,1,1,1,1,1,2,1,1,1,1,1,1,1,1,1,1,1,2,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,3,2,1,1,1,1,2,1,1,1,3,1,2,2,1,1,1,1,1,1,2,1
|
77
|
+
3,4,4,4,4,4,3,3,7,4,4,3,3,3,3,1,1,3,3,4,3,3,3,3,4,4,4,4,3,3,4,4,3,4,3,3,4,4,3,3,4,3,3,3,4,4,2,4,1,4,4,4,3,3,1,3,3,4,3,4,4,3,11,3,3,3,3,3,3,3,3,3,2,1,3,4,3,1,3,3,2,2,3,3,4,4,4,8,5,1,3,3,3,2,5,1,3,4,4,4,3,4,4,3,3,1,3,3,4,4,3,3,2,1,3,4,4,6,2,2,3,4,3,4,4,4,4,3,3,4,6,4,2,3,4,3,1,3,4,4,16,4,3,3,2,4,3,3,3,3,3,3,3,4,3,2,3,5,4,4,7,3,1,1,2,3,4,3,3,1,3,3,4,1,4,7,3,2,4,1,4,4,4,3,3,3,3,4,3,3,4,4,3,3,4,3,4,3,3,4,3,4,3,3,7,3,3,3,4,3,3,3,3,3,3,3,3,3,3,2,3,4,4,4,2,3,2,3,4,4,4,4,3,3,1,3,3,3,3,3,3,3,4,4,3,5,4,3,2,3,4,4,4,4,1,3,3,3,1,3,3,3,4,4,4,3,3,3,3,3,4,6,4,4,3,4,3,4,3,3,3,4,4,8,3,4,3,4,3,3,3,4,3,3,3,3,3,4,4,4,4,3,4,3,4,3,3,4,3,7,7,4,2,3,3,3,8,3,3,2,4,3,3
|
78
|
+
1,1,1,1,2,1,2,4,1,2,4,3,3,2,1,1,2,1,1,1,1,2,2,2,1,1,2,1,3,4,1,4,2,1,1,2,1,2,1,1,1,2,2,1,1,2,4,2,4,1,1,1,2,1,2,3,3,1,1,1,2,3,2,2,4,2,1,4,1,1,2,1,1,2,3,2,1,1,2,1,2,2,2,1,1,1,1,4,1,1,3,1,1,4,4,6,2,4,2,2,1,4,1,1,3,1,1,1,1,3,3,1,2,2,1,3,1,1,2,1,4,2,1,2,2,2,1,2,1,4,4,2,2,1,2,2,1,1,1,2,1,3,4,2,1,2,1,2,2,2,1,4,4,1,1,1,3,4,4,1,1,2,2,2,4,1,3,4,1,4,3,2,2,1,2,3,1,1,1,5,3,1,1,3,1,1,1,1,1,1,2,2,1,1,2,1,1,4,1,1,1,4,3,4,2,1,1,2,1,3,2,3,3,1,2,4,2,1,1,1,3,1,1,1,1,1,1,2,1,1,1,3,1,5,2,1,2,1,2,4,1,2,1,4,3,1,2,1,3,3,2,1,1,1,3,1,1,3,1,1,1,1,2,3,3,1,1,1,4,4,2,3,4,1,2,1,1,1,1,2,1,1,1,2,1,1,3,2,1,4,4,1,1,1,1,2,2,1,2,4,2,1,4,4,4,4,4,2,1,2,3,2,2,2,2,1,3,2,1,1,1,2,2,2,2,2,1,2,2,2,1,1,1,2,4,4,1,2,1,2,1,3,1,4,1,3,1,1,4,1,1,1,1,2,2,1,1,2,2,1,1,4,4,1,3,1,1,1,2,1,1,2,2,1,4,1,7,1,1,1,2,1,1,3,1,1,3,1,1,2,1,2,2,2,2,3,2,1,3,3,1,1,1,2,1,1,1,3,1,2,2,1,2,2,3,5,1,2,1,1,1,1,2,2,1,1,1,1,4,1,1,2,1,2,1,2,1,1,1,5,5,2,5,1,1,1,2,2,1,1,1,2,2,2,4,1,2,1,3,2,2,1,2,2,1,1,3,2,1,1,1,2,4,4,1,2,1,2,1,1,1,3,6,1,2,1,2,1,3,2,1,1,2,3,2,1,1,1,2,4,4,1,3,4,4,1,1,1,1,1,4,2,3,2,1,1,2,2,1,1,2,5,6,2,1,4,1,2,2,5,2,3,1,1,2,2,3,4,2,1,1,2,2,1,3,2,2,2,3,1,1,1,2,1,1,3,1,1,2,1,3,2,4,4,1,2,2,1,1,1,2,4,2,1,4,2,1,1,3,2,2,2,2,3,1,2,1,1,1,2,4,1,1,2,2,1,1,1,1,2,1,2,1,1,1,4,1,2,4,1,1,2,2,1,1,2,1,3,1,1,1,1,4,2,2,2,1,1,1,2,1,1,1,2,2,1,1,1,1,1,1,2,1,1,2,2,1,2,1,1,5,1,2,5,2,2,1,3,2,1,5,2,1,1,2,1,1,3,4,1,2,3,1,1,1,1,1,1,1,1,4,5,1,1,1,3,4,1,1,2,2,1,7,1,3,2,1,2,1,1,1,2,1,1,2,1,1,1,2,2,1,2,1,1,1,1,1,1,1,1,2,2,1,2,2,1,1,1,1,4,2,1,4
|
79
|
+
3,3,3,5,3,3,1,3,9,3,3,1,2,1,1,2,3,3,2,3,3,1,2,3,3,3,1,1,3,6,1,3,8,3,3,3,6,3,3,3,2,2
|
80
|
+
1,1,1,1,1,1,1,1,1,2,1,1,1,1,1,2,1,1,1,1,1,1,1,1,1,1,1,2,1,1,1,1,1,1,1,2,1,1,1,1,1,2,1,1,1,2,1,2,1,1,2,1,1,1,1,1,1,1,1,2,1,2
|
81
|
+
1,1,1,1,3,3,2,1,2,2,1,1,1,3,1,1,1,1,1,1,1,4,1,1,1,3,1,1,4,3,1,4,1,1,3,4,3,2,1,2,2,2,1,4,3,1,1,1,1,2,2,1,1,3,2,2,1,2,2,1,1,3,3,1,1,1,1,1,1,1,2,1,1,3,1,1,1,1,1,3,1,1,1,1,1,1,1,3,2,1,1,1,1,1,1,2,3,4,2,1,4,1,3,2,4,3,1,1,3,2,2,2,2,3,1,1,2,1,2,2,1,2,1,3,1,1,2,3,1,2,2,3,1,1,3,1,2,3,2,1,2,1,3,1,2,3,2,2,3,2,3,2,3,2,1,3,1,1,2,5,1,3,1,1,2,2,1,1,1,1,1,1,1,2,3,3,2,4,2,1,2,1,1,1,2,2,2,1,2,1,1,2,1,2,1,2,2,2,4,3,1,1,2,1,3,3,1,1,1,1,2,1,1,1,2,1,1,1,1,1,2,1,2,4,2,1,2,2,3,1,1,2,1,1,1,1,1,1,2,1,1,1,2,2,1,1,1,1,1,1,1,2,1,1,2,3,2,2,1,2,3,3,3,3,2,1,1,1,2,1,1,3,4,4,3,2,1,1,1,2,1,2,1,3,3,2,1,1,1,3,2,2,1,2,2,2,1,2,2,1,1,1,2,1,1,1,1,1,3,1,2,1,1,2,2,1,1,2,3,1,1,4,3,1,2,1,1,1,1,3,3,1,1,2,3,2,1,2,3,1,1,2,1,3,1,2,2,1,1,1,2,1,2,2,1,1,1,3,1,1,1,1,3,1,1,1,1,3,1,2,1,1,3,1,1,3,1,1,1,1,1,2,3,1,1,2,2,3,1,1,1,1,2,1,1,3,1,1,2,3,2,1,1,2,1,1,2,1,2,2,1,1,2,2,2,3,2,2,3,2,3,1,1,1,1,1,2,1,2,2,1,1,1,1,1,3,2,1,1,2,1,2,3,1,2,1,1,1,3,2,4,1,1,1,2,1,1,1,3,3,1,1,3,1,1,2,1,1,1,1,1,3,1,1,1,3,3,3,1,1,2,3,2,1,1,4,1,2,3,2,1,1,3,1,1,3,1,1,1,1,2,1,1,1,1,2,1,2,1,1,1,1,2,1,2,3,3,1,1,2,1,2,3,1,1,1,2,3,2,3,1,1,3,3,2,1,1,1,1,2,2,1,1,1,2,1,1,1,1,3,1,1,1,2,1,1,3,2,2,1,4,3,1,1,2,1,1,3,1,1,2,1,1,1,5,1,3,3,2,1,1,1,1,1,1,2,2,2,2,1,1,1,2,2,1,1,1,3,1,1,1,1,2,2,1,1,3,1,1,1,3,1,1,1,1,1,2,1,1,2,1,2,3,2,1,1,3,1,1,2,1,1,1,1,1,1,1,1,1,1,1,1,1,4,3,3,1,1,1,1,3,1,1,1,1,1,3,1,1,1,1,2,3,2,1,3,2,1,1,1,1,2,1,2,1,2,1,4,1,2,2,1,2,3,3,3,2,1,2,1,3,2,2,1,1,1,1,1,1,1,2,1,2,2,1,1,1,2,1,3,3,1,1,3,2,1,2,1,1,1,1,2,3,2,1,2,1,1,1,1,2,2,3,1,1,1,1,1,1,2,2,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,1,1,1,1,1,1,1,1,1,1
|
82
|
+
1,2,2,1,2,1,1,4,2,3,2,3,1,1,1,1,4,3,1,2,1,1,4,1,3,4,1,2,1,1,3,3,1,1,1,1,1,2,1,1,2,1,1,3,3,1,1,1,1,1,2,1,1,1,1,1,1,3,1,1,1,2,1,1,1,1,1,1,1,1,1,1,1,2,1,1,1,3,1,1,3,1,1,3,2,1,1,3,3,1,2,2,1,1,1,1,2,1,2,1,1,1,1,1,1,1,1,1,1,2,3,2,2,1,1,1,3,1,2,1,1,1,1,2,3,3,4,1,1,1,1,3,2,2,3,3,2,1,2,3,1,1,1,3,3,1,1,3,3,3,1,1,2,2,1,2,4,2,3,2,2,3,3,2,3,1,1,1,1,1,3,1,1,3,1,1,2,1,1,1,1,1,1,1,2,2
|
83
|
+
3,4,1,1,7,2,3,3,3,3,2,3,3,2,3,3,3,2,4,3,4,3,2,3,3,2,3,4,2,2,49,3,3,2,2,2,3,3,2,2,2,3,2,3,3,3,4,3,2,2,3,3,3,2,2,3,3,3,3,2,3,7,3,2,3,2,2,3,3,3,2,3,3,2,3,5,3,3,3,2,3,3,3,2,3,2,3,5,2,2,2,2,2,3,2,2,2,6,2,3,2,3,3,2,3,3,3,3,3,1,2,3,2,2,2,1,3,3,2,3,3,5,5,6,2,3,3,3,4,3,3,2,4,2,3,3,2,8,3,3,2,3,2,3,3,4,2,3,2,3,3,3,3,3,5,2,5,359,7,3,3,3,3,2,3,3,3,2,3,5,3,2,3,3,3,3,3,4,2,3,3,3,2,2,4,3,3,3,2,3,2,3,3,2,3,2,3,1,2,3,2,3,2,2,2,3,3,3,3,3,3,5,3,2,2,3,3,3,2,3,2,3,3,3,3,2,4,3,2,3,3,3,3,3,3,3,2,2,3,3,5,2,5,3,2,2,2,5,4,4,3,2,3,2,3,3,3,2,2,2,2,2,2,3,3,5,3,3,2,3,2,5,3,2,2,3,2,3,3,2,4,3,2,2,3,3,3,3,2,6,9,3,3,2,3,3,3,3,3,3,2,3,3,3,2,3,6,3,3,3,3,3,2,2,2,2,3,2,2,4,3,2,2,2,3,3,3,3,2,2,3,1,2,3,2,3,6,3,2,3,2,2,3,3,2,3,3,1,3,3,2,3,6,3,3,2,3,2,3,2,3,2,2,3,5,2,3,3,3,3,2,3,3,2,2,3,3,2,3,2,2,3,2,2,2,3,4,2,1,3,3,3,2,2,3,3,3,2,2,3,3,2,2,6,3,3,3,2,1,2,3,2,3,3,4,3,3,3,3,3,3,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,2,3,6,2,3,3,3,4,3,2,3,3,3,3,3,3,3,2,2,3,1,6,6,3,2,2,3,3,3,3,3,2,3,3,3,3,3,3,3,1,1,3,3,3,3,3,3,3,1,2,2,1,3,3,3,2,3,3,3,3,3,3,3,3,2,10,3,2,3,3,2,3,3,3,3,3,3,3,3,6,2,2,3,3,3,3,2
|
84
|
+
3,3,3,2,3,3,3,2,2,3,2,3,3,3,2,2,2,3,3,2,3,3,2,2,3,3,1,2,2,1,3,1,1,2,3,3,2,2,3,2,2,3,2,2,1,1
|
85
|
+
3,2,3,2,2,3,3,3,3,3,3,3,3,3,3,2,2,3,3,2,3,3,2,3,3,3,3,3,2,3,3,2,3,3,3,3,2,3,3,2,2,3,6,3,3,2,2,1,1,3,2,3,2,2,2,2,2,2,2,2,2,2,2,3,2,3,2
|
86
|
+
2,1,1,1,4,1,3,1,2,2,1,2,3,4,4,3,4,3,4,2,1,2,1,3,2,2,1,2,1,2,1,3,1,1,1,1,1,1,1,1,2,1,3,1,1,1,2,2,2,1,1,2,1,1,4,1,1,1,1,1,1,3,3,3,1,1,3,3,3,2,2,3,1,1,4,1,4,1,1,1,1,1,1,3,3,1,1,1,2,2,3,3,1,2,3,3,1,2,1,1,1,1,1,2,1,1,1,1,1,3,3,1,1,2,2,3,1,1,3,3,4,1,1,1,1,1,1,1,2,2,1,2,1,2,1,1,1,1,2,1,1,1,1,1,2,1,1,1,1,1,1,1,1,1,3,1,1,1,1,2,1,1,1,1,1,3,3,4,1,1,1,2,1,2,1,1,1,2,1,1,1,1,1,1,1,2,2,1,1,1,1
|
87
|
+
2,3,3,2,3,3,3,3,2,3,3,2,3,3,2,2,3,3,3,3,3,3,3,2,3,3,3,3,3,3,3,3,2,3,1,3,2,2,3,3,3,2,3,3,3,3,2,3,3,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,2,3,3,3,3,2,3,2,3,3,2,3,3,3,3,3,3,3,3,3,3,3,6,3,2,2,3,3,2,2,2,2,2,3,2,3,3,2,3,3,2,3,2,2,2,5,3,3,3,3,2,3,3,3,2,3,3,3,3,3,3,2,2,3,3,3,3,2,3,2,2
|
88
|
+
4,4,4,4,4,4,4,5,4,4,4,4,4,4,8,4,4,8,4,4,4,4,5,1,2,5,4,5,4,3,4,4,4,4,4,4,4,4,5,4,4,4,9,4,8,4,4,4,4,4,4,3,4,4,4,4,4,4,4,4,4,8,4,4,3,4,4,4,4,4,4,4,4,4,4,4,4,4,4,5,4,4,4,4,5,5,4,4,4,4,5,4,4,4,4,5,4,5,4,4,4,4,4,5,4,5,4,4,4,4,4,4,4,5,4,5,4,4,4,5,4,4,4,4,1,2,4,4,4,1,2,4,4,4,5,4,4,5,4,4,4,4,4,5,4,4,4,4,4,4,4,4,4,3,4,1,3,5,4,4,4,4,4,4,8,4,4,4,4,4,5,4,4,4,4,4,4,3,4,4,4,9,4,4,4,4,5,4,4,4,4,4,4,8,4,4,4,4
|
89
|
+
2,3,2,1,1,1,1,1,1,1,2,1,2,2,1,1,3,5,1,2,3,2,3,2,2,2,1,2,3,2,1,1,2,2,1,1,2,2,2,2,3,3,2,3,1,1,2,1,1,3,1,1,1,1,1,1,1,2,3,3,1,1,2,1,1,4,1,1,1,2,3,1,1,1,3,1,2,1,1,1,3,2,1,2,1,3,1,3,1,1,2,1,1,1,1,1,1,1,1,1,2,1,1,1,1,2,2,1,3,1,2,2,1,1,2,1,1,1,2,3,1,1,3,1,1,1,1,2,1,3,1,3,3,1,1,1,1,2,4,1,1,2,1,3,3,4,1,1,2,1,3,1,1,2,1,1,3,2,3,2,2,2,1,2,2,2,1,2,1,2,3,3,2,1,1,1,1
|
90
|
+
1,2,2,2,1,2,1,1,1,1,1,2,1,2,1,4,1,1,5,2,2,1,1,1,2,2,1,2,1,7,2,1,4,4,1,2,1,3,1,4,1,1,2,1,3,2,1,1,2,1,3,3,1,2,5,1,1,2,2,1,2,2,1,1,1,1,1,1,2,9,2,1,2,4,2,3,1,2,1,1,1,2,1,1,1,9,1,2,1,4,1,1,2,1,2,1,1,1,4,1,2,1,3,2,1,6,3,1,2,2,2,2,1,1,5,1,1,2,1,4,1,4,3,1,5,4,1,2,2,3,2,1,1,1,3,2,1,1,1,4,7,2,1,3,2,3,1,1,1,2,3,5,1,1,1,2,1,4,2,1,1,1,4,2,1,4,1,1,4,3,1,1,2,6,2,1,2,1,4,4,1,5,2,1,1,4,1,1,5,3,2,2,1,2,1,3,1,1,3,2,3,1,4,1,1,2,1,1,1,1,2,3,1,3,2,1,4,2,1,3,2,1,1,1,1,1,2,1,2,1,1,1,2,1,5,1,2,5,2,1,2,4,2,1,3,1,1,1,1,1,1,2,1,2,2,1,4,3,1,4,4,3,3,3,1,3,1,3,1,1,1,1,5,1,2,1,4,4,2,3,1,3,3,2,1,2,3,1,2,1,3,1,2,1,5,2,2,2,1,7,2,1,1,1,6,4,2,1,1,1,2,1,2,1,1,1,4,1,6,5,1,2,1,4,2,1,2,3,5,2,1,2,1,1,1,2,3,3,6,1,2,1,2,1,8,4,1,2,1,2,1,1,4,5,2,1,2,1,2,3,4,2,1,4,1,1,2,2,2,1,4,4,3,7,1,2,2,1,1,2,1,1,1,1,1,1,1,5,1,2,1,3,3,6,2,1,1,1,2,1,3,2,4,3,2,1,1,1,3,3,1,1,2,1,2,2,2,1,1,3,2,3,1,1,2,1,3,3,1,1,3,3,1,1,2,1,1,3,2,1,1,2,2,3,1,2,1,2,2,1,2,1,1,1,2,1,1,1,3,1,3,2,1,4,4,3,3,2,2,3,1,2,1,1,1,1,1,4,2,1,1
|
91
|
+
1,3,3,3,1,1,1,1,1,4,1,1,1,1,1,2,1,1,1,1,1,3,1,1,3,1,3,1,1,1,1,3,1,1,1,1,2,1,3,1,1,1,1,3,1,3,3,1,1,1,1,1,2,2,1,1,1,1,1,1,4,1,1,1,2,3,1,2,3,2,3,2,2,1,1,1,1,3,1,1,3,1,1,3,5,1,1,1,3,1,1,1,1,2,1,1,1,1,2,1,2,3,1,1,1,1,1,1,1,2,1,1,1,1,6,1,1,3,3,1,1,1,3,2,3,3,1,3,3,3,1,1,3,1,1,1,3,3,1,1,1,1,5,3,1,1,1,1,3,4,1,3,1,1,1,1,3,2,1,1,1,2,1,1,3,3,1,1,1,5,3,1,2,2,2,1,2,3,3,2,1,1,1,3,1,1,1,1,1,1,4,1,3,1,2,1,5,3,2,3,2,3,3,1,1,3,2,1,3,2,1,2,2,3,6,1,1,1,3,3,2,1,1,1,2,2,1,1,1,3,3,3,1,1,1,1,1,1,2,2,2,1,1,1,2,3,3,3,3,3,1,1,1,5,3,1,3,3,2,1,1,5,1,3,2,1,3,1,2,1,2,2,3,1,1,1,2,3,2,2,2,1,1,1,3,3,2,1,3,1,1,1,3,3,1,3,2,2,2,2,2,3,1,5,3,1,1,1,1,2,3,3,1,2,2,1,1
|
92
|
+
4,4,4,3,4,3,3,1,4,3,4,3,4,3,3,3,3,3,3,3,4,3,3,3,3,3,4,3,3,4,4,4,2,1,4,3,3,4,3,4,3,4,3,4,3,3,3,3,3,3
|
93
|
+
1,1,1,3,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,1,1,1,1,2,1,1,1,1,2,1,1,2,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,1,1,1,1,2,1,1,1,1,1,1,1,1,1,1,1,2,1,1,1,1,1,1,1,1,1,2,1,1,1,1,1,1,1,2,1,1,1,1,2,1,1,1,1,1,1,2,1,1,1,1,1,2,1,2,2,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,1,1,1,1,1,1,1,1,2,1,1,1,1,1,1,1,1,1,1,1,2,1,1,1,1,1,1,1,1,2,2,2,1,1
|