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.
Files changed (732) hide show
  1. checksums.yaml +4 -4
  2. data/.github/pull_request_template.md +2 -2
  3. data/CHANGELOG.md +15 -0
  4. data/Gemfile +11 -11
  5. data/README.md +1 -1
  6. data/example_files/Gemfile +3 -3
  7. data/example_files/mappers/Baseline.rb +233 -204
  8. data/example_files/mappers/HighEfficiency.rb +41 -8
  9. data/example_files/measures/BuildResidentialModel/measure.rb +25 -5
  10. data/example_files/resources/hpxml-measures/.gitignore +1 -2
  11. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/measure.rb +364 -694
  12. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/measure.xml +1506 -889
  13. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/constants.rb +12 -0
  14. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/location.rb +1 -1
  15. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules.rb +1068 -0
  16. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_README.md +45 -0
  17. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_clothes_dryer_power_consumption_dist.csv +95 -0
  18. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_clothes_dryer_power_duration_dist.csv +95 -0
  19. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_clothes_washer_cluster_size_probability.csv +6 -0
  20. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_clothes_washer_event_duration_probability.csv +44 -0
  21. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_clothes_washer_power_consumption_dist.csv +93 -0
  22. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_clothes_washer_power_duration_dist.csv +93 -0
  23. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_config.yml +61 -0
  24. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_cooking_power_consumption_dist.csv +63 -0
  25. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_cooking_power_duration_dist.csv +63 -0
  26. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_dishwasher_cluster_size_probability.csv +8 -0
  27. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_dishwasher_event_duration_probability.csv +192 -0
  28. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_dishwasher_power_consumption_dist.csv +56 -0
  29. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_dishwasher_power_duration_dist.csv +56 -0
  30. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_shower_cluster_size_probability.csv +4 -0
  31. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_shower_event_duration_probability.csv +1531 -0
  32. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_duration_probability_cluster_0_cooking_evening_duration_probability.csv +10 -0
  33. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_duration_probability_cluster_0_cooking_midday_duration_probability.csv +20 -0
  34. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_duration_probability_cluster_0_cooking_morning_duration_probability.csv +19 -0
  35. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_duration_probability_cluster_0_dishwashing_evening_duration_probability.csv +7 -0
  36. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_duration_probability_cluster_0_dishwashing_midday_duration_probability.csv +11 -0
  37. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_duration_probability_cluster_0_dishwashing_morning_duration_probability.csv +11 -0
  38. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_duration_probability_cluster_0_laundry_evening_duration_probability.csv +12 -0
  39. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_duration_probability_cluster_0_laundry_midday_duration_probability.csv +19 -0
  40. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_duration_probability_cluster_0_laundry_morning_duration_probability.csv +19 -0
  41. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_duration_probability_cluster_0_shower_evening_duration_probability.csv +10 -0
  42. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_duration_probability_cluster_0_shower_midday_duration_probability.csv +12 -0
  43. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_duration_probability_cluster_0_shower_morning_duration_probability.csv +11 -0
  44. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_duration_probability_cluster_1_cooking_evening_duration_probability.csv +8 -0
  45. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_duration_probability_cluster_1_cooking_midday_duration_probability.csv +21 -0
  46. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_duration_probability_cluster_1_cooking_morning_duration_probability.csv +26 -0
  47. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_duration_probability_cluster_1_dishwashing_evening_duration_probability.csv +6 -0
  48. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_duration_probability_cluster_1_dishwashing_midday_duration_probability.csv +14 -0
  49. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_duration_probability_cluster_1_dishwashing_morning_duration_probability.csv +15 -0
  50. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_duration_probability_cluster_1_laundry_evening_duration_probability.csv +7 -0
  51. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_duration_probability_cluster_1_laundry_midday_duration_probability.csv +19 -0
  52. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_duration_probability_cluster_1_laundry_morning_duration_probability.csv +25 -0
  53. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_duration_probability_cluster_1_shower_evening_duration_probability.csv +9 -0
  54. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_duration_probability_cluster_1_shower_midday_duration_probability.csv +11 -0
  55. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_duration_probability_cluster_1_shower_morning_duration_probability.csv +14 -0
  56. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_duration_probability_cluster_2_cooking_evening_duration_probability.csv +10 -0
  57. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_duration_probability_cluster_2_cooking_midday_duration_probability.csv +16 -0
  58. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_duration_probability_cluster_2_cooking_morning_duration_probability.csv +15 -0
  59. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_duration_probability_cluster_2_dishwashing_evening_duration_probability.csv +7 -0
  60. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_duration_probability_cluster_2_dishwashing_midday_duration_probability.csv +5 -0
  61. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_duration_probability_cluster_2_dishwashing_morning_duration_probability.csv +5 -0
  62. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_duration_probability_cluster_2_laundry_evening_duration_probability.csv +13 -0
  63. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_duration_probability_cluster_2_laundry_midday_duration_probability.csv +12 -0
  64. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_duration_probability_cluster_2_laundry_morning_duration_probability.csv +13 -0
  65. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_duration_probability_cluster_2_shower_evening_duration_probability.csv +10 -0
  66. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_duration_probability_cluster_2_shower_midday_duration_probability.csv +10 -0
  67. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_duration_probability_cluster_2_shower_morning_duration_probability.csv +14 -0
  68. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_duration_probability_cluster_3_cooking_evening_duration_probability.csv +9 -0
  69. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_duration_probability_cluster_3_cooking_midday_duration_probability.csv +18 -0
  70. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_duration_probability_cluster_3_cooking_morning_duration_probability.csv +10 -0
  71. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_duration_probability_cluster_3_dishwashing_evening_duration_probability.csv +8 -0
  72. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_duration_probability_cluster_3_dishwashing_midday_duration_probability.csv +10 -0
  73. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_duration_probability_cluster_3_dishwashing_morning_duration_probability.csv +8 -0
  74. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_duration_probability_cluster_3_laundry_evening_duration_probability.csv +10 -0
  75. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_duration_probability_cluster_3_laundry_midday_duration_probability.csv +17 -0
  76. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_duration_probability_cluster_3_laundry_morning_duration_probability.csv +14 -0
  77. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_duration_probability_cluster_3_shower_evening_duration_probability.csv +7 -0
  78. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_duration_probability_cluster_3_shower_midday_duration_probability.csv +12 -0
  79. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_duration_probability_cluster_3_shower_morning_duration_probability.csv +14 -0
  80. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_mkv_chain_initial_prob_cluster_0.csv +7 -0
  81. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_mkv_chain_initial_prob_cluster_1.csv +7 -0
  82. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_mkv_chain_initial_prob_cluster_2.csv +7 -0
  83. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_mkv_chain_initial_prob_cluster_3.csv +7 -0
  84. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_mkv_chain_transition_prob_cluster_0.csv +665 -0
  85. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_mkv_chain_transition_prob_cluster_1.csv +665 -0
  86. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_mkv_chain_transition_prob_cluster_2.csv +665 -0
  87. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_mkv_chain_transition_prob_cluster_3.csv +665 -0
  88. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_duration_probability_cluster_0_cooking_evening_duration_probability.csv +12 -0
  89. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_duration_probability_cluster_0_cooking_midday_duration_probability.csv +22 -0
  90. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_duration_probability_cluster_0_cooking_morning_duration_probability.csv +18 -0
  91. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_duration_probability_cluster_0_dishwashing_evening_duration_probability.csv +9 -0
  92. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_duration_probability_cluster_0_dishwashing_midday_duration_probability.csv +10 -0
  93. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_duration_probability_cluster_0_dishwashing_morning_duration_probability.csv +10 -0
  94. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_duration_probability_cluster_0_laundry_evening_duration_probability.csv +11 -0
  95. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_duration_probability_cluster_0_laundry_midday_duration_probability.csv +22 -0
  96. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_duration_probability_cluster_0_laundry_morning_duration_probability.csv +18 -0
  97. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_duration_probability_cluster_0_shower_evening_duration_probability.csv +8 -0
  98. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_duration_probability_cluster_0_shower_midday_duration_probability.csv +10 -0
  99. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_duration_probability_cluster_0_shower_morning_duration_probability.csv +15 -0
  100. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_duration_probability_cluster_1_cooking_evening_duration_probability.csv +14 -0
  101. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_duration_probability_cluster_1_cooking_midday_duration_probability.csv +23 -0
  102. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_duration_probability_cluster_1_cooking_morning_duration_probability.csv +24 -0
  103. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_duration_probability_cluster_1_dishwashing_evening_duration_probability.csv +12 -0
  104. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_duration_probability_cluster_1_dishwashing_midday_duration_probability.csv +14 -0
  105. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_duration_probability_cluster_1_dishwashing_morning_duration_probability.csv +15 -0
  106. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_duration_probability_cluster_1_laundry_evening_duration_probability.csv +12 -0
  107. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_duration_probability_cluster_1_laundry_midday_duration_probability.csv +21 -0
  108. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_duration_probability_cluster_1_laundry_morning_duration_probability.csv +22 -0
  109. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_duration_probability_cluster_1_shower_evening_duration_probability.csv +9 -0
  110. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_duration_probability_cluster_1_shower_midday_duration_probability.csv +15 -0
  111. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_duration_probability_cluster_1_shower_morning_duration_probability.csv +14 -0
  112. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_duration_probability_cluster_2_cooking_evening_duration_probability.csv +7 -0
  113. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_duration_probability_cluster_2_cooking_midday_duration_probability.csv +21 -0
  114. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_duration_probability_cluster_2_cooking_morning_duration_probability.csv +20 -0
  115. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_duration_probability_cluster_2_dishwashing_evening_duration_probability.csv +7 -0
  116. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_duration_probability_cluster_2_dishwashing_midday_duration_probability.csv +6 -0
  117. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_duration_probability_cluster_2_dishwashing_morning_duration_probability.csv +10 -0
  118. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_duration_probability_cluster_2_laundry_evening_duration_probability.csv +9 -0
  119. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_duration_probability_cluster_2_laundry_midday_duration_probability.csv +16 -0
  120. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_duration_probability_cluster_2_laundry_morning_duration_probability.csv +16 -0
  121. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_duration_probability_cluster_2_shower_evening_duration_probability.csv +9 -0
  122. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_duration_probability_cluster_2_shower_midday_duration_probability.csv +11 -0
  123. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_duration_probability_cluster_2_shower_morning_duration_probability.csv +14 -0
  124. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_duration_probability_cluster_3_cooking_evening_duration_probability.csv +8 -0
  125. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_duration_probability_cluster_3_cooking_midday_duration_probability.csv +24 -0
  126. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_duration_probability_cluster_3_cooking_morning_duration_probability.csv +34 -0
  127. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_duration_probability_cluster_3_dishwashing_evening_duration_probability.csv +6 -0
  128. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_duration_probability_cluster_3_dishwashing_midday_duration_probability.csv +12 -0
  129. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_duration_probability_cluster_3_dishwashing_morning_duration_probability.csv +13 -0
  130. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_duration_probability_cluster_3_laundry_evening_duration_probability.csv +10 -0
  131. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_duration_probability_cluster_3_laundry_midday_duration_probability.csv +24 -0
  132. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_duration_probability_cluster_3_laundry_morning_duration_probability.csv +29 -0
  133. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_duration_probability_cluster_3_shower_evening_duration_probability.csv +8 -0
  134. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_duration_probability_cluster_3_shower_midday_duration_probability.csv +14 -0
  135. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_duration_probability_cluster_3_shower_morning_duration_probability.csv +16 -0
  136. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_mkv_chain_initial_prob_cluster_0.csv +7 -0
  137. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_mkv_chain_initial_prob_cluster_1.csv +7 -0
  138. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_mkv_chain_initial_prob_cluster_2.csv +7 -0
  139. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_mkv_chain_initial_prob_cluster_3.csv +7 -0
  140. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_mkv_chain_transition_prob_cluster_0.csv +665 -0
  141. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_mkv_chain_transition_prob_cluster_1.csv +665 -0
  142. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_mkv_chain_transition_prob_cluster_2.csv +665 -0
  143. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_mkv_chain_transition_prob_cluster_3.csv +665 -0
  144. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-appliances-coal.osw +11 -57
  145. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-appliances-dehumidifier-50percent.osw +11 -57
  146. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-appliances-dehumidifier-ief.osw +11 -57
  147. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-appliances-dehumidifier.osw +11 -57
  148. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-appliances-gas.osw +11 -57
  149. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-appliances-modified.osw +11 -57
  150. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-appliances-none.osw +11 -57
  151. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-appliances-oil.osw +11 -57
  152. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-appliances-propane.osw +11 -57
  153. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-appliances-wood.osw +11 -57
  154. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-atticroof-flat.osw +11 -57
  155. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-atticroof-radiant-barrier.osw +11 -57
  156. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-atticroof-unvented-insulated-roof.osw +11 -57
  157. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-atticroof-vented.osw +11 -57
  158. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-dhw-combi-tankless-outside.osw +11 -57
  159. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-dhw-combi-tankless.osw +11 -57
  160. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-dhw-dwhr.osw +11 -57
  161. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-dhw-indirect-outside.osw +11 -57
  162. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-dhw-indirect-standbyloss.osw +11 -57
  163. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-dhw-indirect-with-solar-fraction.osw +11 -57
  164. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-dhw-indirect.osw +11 -57
  165. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-dhw-jacket-electric.osw +11 -57
  166. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-dhw-jacket-gas.osw +11 -57
  167. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-dhw-jacket-hpwh.osw +11 -57
  168. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-dhw-jacket-indirect.osw +11 -57
  169. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-dhw-low-flow-fixtures.osw +11 -57
  170. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-dhw-none.osw +11 -57
  171. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-dhw-recirc-demand.osw +11 -57
  172. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-dhw-recirc-manual.osw +11 -57
  173. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-dhw-recirc-nocontrol.osw +11 -57
  174. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-dhw-recirc-temperature.osw +11 -57
  175. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-dhw-recirc-timer.osw +11 -57
  176. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-dhw-solar-direct-evacuated-tube.osw +11 -57
  177. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-dhw-solar-direct-flat-plate.osw +11 -57
  178. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-dhw-solar-direct-ics.osw +11 -57
  179. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-dhw-solar-fraction.osw +11 -57
  180. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-dhw-solar-indirect-flat-plate.osw +11 -57
  181. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-dhw-solar-thermosyphon-flat-plate.osw +11 -57
  182. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-dhw-tank-coal.osw +11 -57
  183. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-dhw-tank-gas-outside.osw +11 -57
  184. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-dhw-tank-gas.osw +11 -57
  185. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-dhw-tank-heat-pump-outside.osw +11 -57
  186. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-dhw-tank-heat-pump-with-solar-fraction.osw +11 -57
  187. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-dhw-tank-heat-pump-with-solar.osw +11 -57
  188. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-dhw-tank-heat-pump.osw +11 -57
  189. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-dhw-tank-oil.osw +11 -57
  190. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-dhw-tank-wood.osw +11 -57
  191. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-dhw-tankless-electric-outside.osw +11 -57
  192. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-dhw-tankless-electric.osw +11 -57
  193. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-dhw-tankless-gas-with-solar-fraction.osw +11 -57
  194. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-dhw-tankless-gas-with-solar.osw +11 -57
  195. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-dhw-tankless-gas.osw +11 -57
  196. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-dhw-tankless-propane.osw +11 -57
  197. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-dhw-uef.osw +11 -57
  198. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-enclosure-2stories-garage.osw +11 -57
  199. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-enclosure-2stories.osw +11 -57
  200. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-enclosure-beds-1.osw +11 -57
  201. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-enclosure-beds-2.osw +11 -57
  202. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-enclosure-beds-4.osw +11 -57
  203. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-enclosure-beds-5.osw +11 -57
  204. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-enclosure-garage.osw +11 -57
  205. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-enclosure-infil-ach-house-pressure.osw +11 -57
  206. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-enclosure-infil-cfm-house-pressure.osw +11 -57
  207. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-enclosure-infil-cfm50.osw +11 -57
  208. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-enclosure-infil-flue.osw +11 -57
  209. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-enclosure-infil-natural-ach.osw +11 -57
  210. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-enclosure-overhangs.osw +11 -57
  211. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-enclosure-windows-none.osw +11 -57
  212. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-foundation-ambient.osw +11 -57
  213. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-foundation-conditioned-basement-slab-insulation.osw +11 -57
  214. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-foundation-slab.osw +11 -57
  215. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-foundation-unconditioned-basement-assembly-r.osw +11 -57
  216. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-foundation-unconditioned-basement-wall-insulation.osw +11 -57
  217. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-foundation-unconditioned-basement.osw +11 -57
  218. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-foundation-unvented-crawlspace.osw +11 -57
  219. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-foundation-vented-crawlspace.osw +11 -57
  220. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-air-to-air-heat-pump-1-speed.osw +11 -57
  221. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-air-to-air-heat-pump-2-speed.osw +11 -57
  222. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-air-to-air-heat-pump-var-speed.osw +11 -57
  223. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-boiler-coal-only.osw +11 -57
  224. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-boiler-elec-only.osw +11 -57
  225. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-boiler-gas-central-ac-1-speed.osw +11 -57
  226. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-boiler-gas-only.osw +11 -57
  227. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-boiler-oil-only.osw +11 -57
  228. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-boiler-propane-only.osw +11 -57
  229. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-boiler-wood-only.osw +11 -57
  230. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-central-ac-only-1-speed.osw +11 -57
  231. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-central-ac-only-2-speed.osw +11 -57
  232. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-central-ac-only-var-speed.osw +11 -57
  233. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-central-ac-plus-air-to-air-heat-pump-heating.osw +11 -57
  234. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-dual-fuel-air-to-air-heat-pump-1-speed-electric.osw +11 -57
  235. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-dual-fuel-air-to-air-heat-pump-1-speed.osw +11 -57
  236. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-dual-fuel-air-to-air-heat-pump-2-speed.osw +11 -57
  237. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-dual-fuel-air-to-air-heat-pump-var-speed.osw +11 -57
  238. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-dual-fuel-mini-split-heat-pump-ducted.osw +11 -57
  239. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-ducts-leakage-percent.osw +11 -57
  240. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-elec-resistance-only.osw +11 -57
  241. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-evap-cooler-furnace-gas.osw +11 -57
  242. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-evap-cooler-only-ducted.osw +11 -57
  243. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-evap-cooler-only.osw +11 -57
  244. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-fireplace-wood-only.osw +11 -57
  245. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-fixed-heater-gas-only.osw +11 -57
  246. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-floor-furnace-propane-only.osw +11 -57
  247. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-furnace-elec-central-ac-1-speed.osw +11 -57
  248. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-furnace-elec-only.osw +11 -57
  249. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-furnace-gas-central-ac-2-speed.osw +11 -57
  250. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-furnace-gas-central-ac-var-speed.osw +11 -57
  251. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-furnace-gas-only.osw +11 -57
  252. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-furnace-gas-room-ac.osw +11 -57
  253. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-furnace-oil-only.osw +11 -57
  254. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-furnace-propane-only.osw +11 -57
  255. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-furnace-wood-only.osw +11 -57
  256. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-ground-to-air-heat-pump.osw +11 -57
  257. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-mini-split-air-conditioner-only-ducted.osw +11 -57
  258. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-mini-split-air-conditioner-only-ductless.osw +11 -57
  259. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-mini-split-heat-pump-ducted-cooling-only.osw +11 -57
  260. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-mini-split-heat-pump-ducted-heating-only.osw +11 -57
  261. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-mini-split-heat-pump-ducted.osw +11 -57
  262. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-mini-split-heat-pump-ductless.osw +11 -57
  263. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-none.osw +11 -57
  264. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-portable-heater-gas-only.osw +11 -57
  265. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-programmable-thermostat.osw +11 -57
  266. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-room-ac-only-33percent.osw +11 -57
  267. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-room-ac-only.osw +11 -57
  268. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-setpoints.osw +11 -57
  269. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-stove-oil-only.osw +11 -57
  270. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-stove-wood-pellets-only.osw +11 -57
  271. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-undersized.osw +11 -57
  272. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-wall-furnace-elec-only.osw +11 -57
  273. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-lighting-ceiling-fans.osw +11 -57
  274. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-lighting-detailed.osw +11 -57
  275. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/{base-location-epw-filepath-AMY-2012.osw → base-location-AMY-2012.osw} +12 -58
  276. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-location-baltimore-md.osw +11 -57
  277. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-location-dallas-tx.osw +11 -57
  278. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-location-duluth-mn.osw +11 -57
  279. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-location-miami-fl.osw +11 -57
  280. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-mechvent-balanced.osw +11 -57
  281. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-mechvent-bath-kitchen-fans.osw +11 -57
  282. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-mechvent-cfis-evap-cooler-only-ducted.osw +11 -57
  283. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-mechvent-cfis.osw +11 -57
  284. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-mechvent-erv-atre-asre.osw +11 -57
  285. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-mechvent-erv.osw +11 -57
  286. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-mechvent-exhaust.osw +11 -57
  287. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-mechvent-hrv-asre.osw +11 -57
  288. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-mechvent-hrv.osw +11 -57
  289. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-mechvent-supply.osw +11 -57
  290. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-mechvent-whole-house-fan.osw +11 -57
  291. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-misc-defaults.osw +11 -57
  292. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-misc-loads-large-uncommon.osw +11 -57
  293. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-misc-loads-large-uncommon2.osw +11 -57
  294. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-misc-neighbor-shading.osw +11 -57
  295. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-misc-usage-multiplier.osw +11 -57
  296. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-multifamily.osw +11 -57
  297. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-pv.osw +11 -57
  298. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-schedules-stochastic.osw +363 -0
  299. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/{base-location-epw-filepath.osw → base-schedules-user-specified.osw} +13 -58
  300. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-simcontrol-calendar-year-custom.osw +364 -0
  301. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-simcontrol-daylight-saving-custom.osw +11 -57
  302. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-simcontrol-daylight-saving-disabled.osw +11 -57
  303. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-simcontrol-runperiod-1-month.osw +11 -57
  304. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-simcontrol-timestep-10-mins.osw +11 -57
  305. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-single-family-attached.osw +11 -57
  306. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base.osw +11 -57
  307. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/build_residential_hpxml_test.rb +53 -2
  308. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/extra-auto.osw +11 -57
  309. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/extra-dhw-shared-water-heater.osw +11 -57
  310. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/extra-dhw-solar-latitude.osw +11 -57
  311. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/extra-enclosure-garage-partially-protruded.osw +11 -57
  312. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/extra-mechvent-shared-preconditioning.osw +373 -0
  313. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/extra-mechvent-shared.osw +367 -0
  314. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/extra-pv-roofpitch.osw +11 -57
  315. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/extra-pv-shared.osw +11 -57
  316. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/extra-second-heating-system-fireplace.osw +11 -57
  317. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/extra-second-heating-system-portable-heater.osw +11 -57
  318. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/extra-second-refrigerator.osw +11 -57
  319. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/extra-vacancy-6-months.osw +367 -0
  320. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/invalid_files/conditioned-attic-with-floor-insulation.osw +11 -57
  321. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/invalid_files/conditioned-basement-with-ceiling-insulation.osw +11 -57
  322. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/invalid_files/cooling-system-and-heat-pump.osw +11 -57
  323. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/invalid_files/dhw-indirect-without-boiler.osw +11 -57
  324. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/invalid_files/ducts-location-and-areas-not-same-type.osw +11 -57
  325. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/invalid_files/heating-system-and-heat-pump.osw +11 -57
  326. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/invalid_files/multifamily-bottom-crawlspace-zero-foundation-height.osw +11 -57
  327. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/invalid_files/multifamily-bottom-slab-non-zero-foundation-height.osw +11 -57
  328. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/invalid_files/multifamily-no-building-orientation.osw +11 -57
  329. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/invalid_files/non-electric-heat-pump-water-heater.osw +11 -57
  330. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/invalid_files/non-integer-ceiling-fan-quantity.osw +11 -57
  331. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/invalid_files/non-integer-geometry-num-bathrooms.osw +11 -57
  332. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/invalid_files/second-heating-system-serves-majority-heat.osw +11 -57
  333. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/invalid_files/single-family-attached-ambient.osw +11 -57
  334. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/invalid_files/single-family-attached-no-building-orientation.osw +11 -57
  335. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/invalid_files/single-family-detached-finished-basement-zero-foundation-height.osw +11 -57
  336. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/invalid_files/single-family-detached-slab-non-zero-foundation-height.osw +11 -57
  337. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/invalid_files/slab-non-zero-foundation-height-above-grade.osw +11 -57
  338. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/invalid_files/unconditioned-basement-with-wall-and-ceiling-insulation.osw +11 -57
  339. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/invalid_files/unvented-attic-with-floor-and-roof-insulation.osw +11 -57
  340. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/invalid_files/unvented-crawlspace-with-wall-and-ceiling-insulation.osw +11 -57
  341. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/invalid_files/vented-attic-with-floor-and-roof-insulation.osw +11 -57
  342. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/invalid_files/vented-crawlspace-with-wall-and-ceiling-insulation.osw +11 -57
  343. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/schedules/stochastic.csv +8761 -0
  344. data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/schedules/user-specified.csv +8761 -0
  345. data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/measure.rb +65 -61
  346. data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/measure.xml +104 -113
  347. data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/EPvalidator.xml +9 -1
  348. data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/airflow.rb +62 -10
  349. data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/constants.rb +4 -0
  350. data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/geometry.rb +8 -3
  351. data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/hotwater_appliances.rb +127 -52
  352. data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/hpxml.rb +21 -3
  353. data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/hpxml_defaults.rb +67 -45
  354. data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/hvac.rb +17 -11
  355. data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/lighting.rb +54 -26
  356. data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/location.rb +3 -7
  357. data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/misc_loads.rb +85 -20
  358. data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/schedules.rb +500 -21
  359. data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/weather.rb +5 -2
  360. data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/tests/test_airflow.rb +14 -0
  361. data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/tests/test_defaults.rb +44 -5
  362. data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/tests/test_hotwater_appliance.rb +2 -2
  363. data/example_files/resources/hpxml-measures/SimulationOutputReport/measure.rb +15 -5
  364. data/example_files/resources/hpxml-measures/SimulationOutputReport/measure.xml +10 -10
  365. data/example_files/resources/hpxml-measures/SimulationOutputReport/resources/constants.rb +2 -0
  366. data/example_files/resources/hpxml-measures/SimulationOutputReport/tests/output_report_test.rb +29 -3
  367. data/example_files/resources/hpxml-measures/docs/source/build_residential_hpxml.rst +21 -7
  368. data/example_files/resources/hpxml-measures/docs/source/hpxml_to_openstudio.rst +36 -8
  369. data/example_files/resources/hpxml-measures/docs/source/simulation_output_report.rst +5 -4
  370. data/example_files/resources/hpxml-measures/tasks.rb +101 -175
  371. data/example_files/resources/hpxml-measures/weather/US_CO_Boulder_AMY_2012-cache.csv +1 -1
  372. data/example_files/resources/hpxml-measures/weather/US_CO_Boulder_AMY_2012.epw +1 -1
  373. data/example_files/resources/hpxml-measures/workflow/run_simulation.rb +0 -1
  374. data/example_files/resources/hpxml-measures/workflow/sample_files/base-appliances-coal.xml +3 -1
  375. data/example_files/resources/hpxml-measures/workflow/sample_files/base-appliances-dehumidifier-50percent.xml +7 -1
  376. data/example_files/resources/hpxml-measures/workflow/sample_files/base-appliances-dehumidifier-ief.xml +7 -1
  377. data/example_files/resources/hpxml-measures/workflow/sample_files/base-appliances-dehumidifier.xml +7 -1
  378. data/example_files/resources/hpxml-measures/workflow/sample_files/base-appliances-gas.xml +3 -1
  379. data/example_files/resources/hpxml-measures/workflow/sample_files/base-appliances-modified.xml +6 -1
  380. data/example_files/resources/hpxml-measures/workflow/sample_files/base-appliances-none.xml +3 -1
  381. data/example_files/resources/hpxml-measures/workflow/sample_files/base-appliances-oil.xml +3 -1
  382. data/example_files/resources/hpxml-measures/workflow/sample_files/base-appliances-propane.xml +3 -1
  383. data/example_files/resources/hpxml-measures/workflow/sample_files/base-appliances-wood.xml +3 -1
  384. data/example_files/resources/hpxml-measures/workflow/sample_files/base-atticroof-cathedral.xml +7 -1
  385. data/example_files/resources/hpxml-measures/workflow/sample_files/base-atticroof-conditioned.xml +7 -1
  386. data/example_files/resources/hpxml-measures/workflow/sample_files/base-atticroof-flat.xml +7 -1
  387. data/example_files/resources/hpxml-measures/workflow/sample_files/base-atticroof-radiant-barrier.xml +7 -1
  388. data/example_files/resources/hpxml-measures/workflow/sample_files/base-atticroof-unvented-insulated-roof.xml +7 -1
  389. data/example_files/resources/hpxml-measures/workflow/sample_files/base-atticroof-vented.xml +7 -1
  390. data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-combi-tankless-outside.xml +7 -1
  391. data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-combi-tankless.xml +7 -1
  392. data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-desuperheater-2-speed.xml +7 -1
  393. data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-desuperheater-gshp.xml +7 -1
  394. data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-desuperheater-hpwh.xml +7 -1
  395. data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-desuperheater-tankless.xml +7 -1
  396. data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-desuperheater-var-speed.xml +7 -1
  397. data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-desuperheater.xml +7 -1
  398. data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-dwhr.xml +7 -1
  399. data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-indirect-dse.xml +7 -1
  400. data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-indirect-outside.xml +7 -1
  401. data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-indirect-standbyloss.xml +7 -1
  402. data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-indirect-with-solar-fraction.xml +7 -1
  403. data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-indirect.xml +7 -1
  404. data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-jacket-electric.xml +7 -1
  405. data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-jacket-gas.xml +7 -1
  406. data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-jacket-hpwh.xml +7 -1
  407. data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-jacket-indirect.xml +7 -1
  408. data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-low-flow-fixtures.xml +7 -1
  409. data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-multiple.xml +7 -1
  410. data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-none.xml +3 -1
  411. data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-recirc-demand.xml +7 -1
  412. data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-recirc-manual.xml +7 -1
  413. data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-recirc-nocontrol.xml +7 -1
  414. data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-recirc-temperature.xml +7 -1
  415. data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-recirc-timer.xml +7 -1
  416. data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-shared-laundry-room.xml +7 -1
  417. data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-shared-water-heater-recirc.xml +7 -1
  418. data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-shared-water-heater.xml +7 -1
  419. data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-solar-direct-evacuated-tube.xml +7 -1
  420. data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-solar-direct-flat-plate.xml +7 -1
  421. data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-solar-direct-ics.xml +7 -1
  422. data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-solar-fraction.xml +7 -1
  423. data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-solar-indirect-flat-plate.xml +7 -1
  424. data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-solar-thermosyphon-flat-plate.xml +7 -1
  425. data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-tank-coal.xml +7 -1
  426. data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-tank-gas-outside.xml +7 -1
  427. data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-tank-gas.xml +7 -1
  428. data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-tank-heat-pump-outside.xml +7 -1
  429. data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-tank-heat-pump-with-solar-fraction.xml +7 -1
  430. data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-tank-heat-pump-with-solar.xml +7 -1
  431. data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-tank-heat-pump.xml +7 -1
  432. data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-tank-oil.xml +7 -1
  433. data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-tank-wood.xml +7 -1
  434. data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-tankless-electric-outside.xml +7 -1
  435. data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-tankless-electric.xml +7 -1
  436. data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-tankless-gas-with-solar-fraction.xml +7 -1
  437. data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-tankless-gas-with-solar.xml +7 -1
  438. data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-tankless-gas.xml +7 -1
  439. data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-tankless-propane.xml +7 -1
  440. data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-uef.xml +7 -1
  441. data/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-2stories-garage.xml +7 -1
  442. data/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-2stories.xml +7 -1
  443. data/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-attached-multifamily.xml +7 -1
  444. data/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-beds-1.xml +7 -1
  445. data/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-beds-2.xml +7 -1
  446. data/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-beds-4.xml +7 -1
  447. data/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-beds-5.xml +7 -1
  448. data/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-common-surfaces.xml +7 -1
  449. data/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-garage.xml +7 -1
  450. data/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-infil-ach-house-pressure.xml +7 -1
  451. data/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-infil-cfm-house-pressure.xml +7 -1
  452. data/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-infil-cfm50.xml +7 -1
  453. data/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-infil-flue.xml +7 -1
  454. data/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-infil-natural-ach.xml +7 -1
  455. data/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-other-heated-space.xml +7 -1
  456. data/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-other-housing-unit.xml +7 -1
  457. data/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-other-multifamily-buffer-space.xml +7 -1
  458. data/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-other-non-freezing-space.xml +7 -1
  459. data/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-overhangs.xml +7 -1
  460. data/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-rooftypes.xml +7 -1
  461. data/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-skylights.xml +7 -1
  462. data/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-split-surfaces.xml +7 -1
  463. data/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-walltypes.xml +7 -1
  464. data/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-windows-interior-shading.xml +7 -1
  465. data/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-windows-none.xml +7 -1
  466. data/example_files/resources/hpxml-measures/workflow/sample_files/base-foundation-ambient.xml +7 -1
  467. data/example_files/resources/hpxml-measures/workflow/sample_files/base-foundation-complex.xml +7 -1
  468. data/example_files/resources/hpxml-measures/workflow/sample_files/base-foundation-conditioned-basement-slab-insulation.xml +7 -1
  469. data/example_files/resources/hpxml-measures/workflow/sample_files/base-foundation-conditioned-basement-wall-interior-insulation.xml +7 -1
  470. data/example_files/resources/hpxml-measures/workflow/sample_files/base-foundation-multiple.xml +7 -1
  471. data/example_files/resources/hpxml-measures/workflow/sample_files/base-foundation-slab.xml +7 -1
  472. data/example_files/resources/hpxml-measures/workflow/sample_files/base-foundation-unconditioned-basement-above-grade.xml +7 -1
  473. data/example_files/resources/hpxml-measures/workflow/sample_files/base-foundation-unconditioned-basement-assembly-r.xml +7 -1
  474. data/example_files/resources/hpxml-measures/workflow/sample_files/base-foundation-unconditioned-basement-wall-insulation.xml +7 -1
  475. data/example_files/resources/hpxml-measures/workflow/sample_files/base-foundation-unconditioned-basement.xml +7 -1
  476. data/example_files/resources/hpxml-measures/workflow/sample_files/base-foundation-unvented-crawlspace.xml +7 -1
  477. data/example_files/resources/hpxml-measures/workflow/sample_files/base-foundation-vented-crawlspace.xml +7 -1
  478. data/example_files/resources/hpxml-measures/workflow/sample_files/base-foundation-walkout-basement.xml +7 -1
  479. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-air-to-air-heat-pump-1-speed.xml +7 -1
  480. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-air-to-air-heat-pump-2-speed.xml +7 -1
  481. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-air-to-air-heat-pump-var-speed.xml +7 -1
  482. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-boiler-coal-only.xml +7 -1
  483. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-boiler-elec-only.xml +7 -1
  484. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-boiler-gas-central-ac-1-speed.xml +7 -1
  485. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-boiler-gas-only.xml +7 -1
  486. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-boiler-oil-only.xml +7 -1
  487. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-boiler-propane-only.xml +7 -1
  488. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-boiler-wood-only.xml +7 -1
  489. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-central-ac-only-1-speed.xml +7 -1
  490. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-central-ac-only-2-speed.xml +7 -1
  491. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-central-ac-only-var-speed.xml +7 -1
  492. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-central-ac-plus-air-to-air-heat-pump-heating.xml +7 -1
  493. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-dse.xml +7 -1
  494. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-dual-fuel-air-to-air-heat-pump-1-speed-electric.xml +7 -1
  495. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-dual-fuel-air-to-air-heat-pump-1-speed.xml +7 -1
  496. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-dual-fuel-air-to-air-heat-pump-2-speed.xml +7 -1
  497. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-dual-fuel-air-to-air-heat-pump-var-speed.xml +7 -1
  498. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-dual-fuel-mini-split-heat-pump-ducted.xml +7 -1
  499. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-ducts-leakage-percent.xml +7 -1
  500. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-elec-resistance-only.xml +7 -1
  501. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-evap-cooler-furnace-gas.xml +7 -1
  502. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-evap-cooler-only-ducted.xml +7 -1
  503. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-evap-cooler-only.xml +7 -1
  504. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-fireplace-wood-only.xml +7 -1
  505. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-fixed-heater-gas-only.xml +7 -1
  506. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-floor-furnace-propane-only.xml +7 -1
  507. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-flowrate.xml +7 -1
  508. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-furnace-elec-central-ac-1-speed.xml +7 -1
  509. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-furnace-elec-only.xml +7 -1
  510. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-furnace-gas-central-ac-2-speed.xml +7 -1
  511. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-furnace-gas-central-ac-var-speed.xml +7 -1
  512. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-furnace-gas-only.xml +7 -1
  513. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-furnace-gas-room-ac.xml +7 -1
  514. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-furnace-oil-only.xml +7 -1
  515. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-furnace-propane-only.xml +7 -1
  516. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-furnace-wood-only.xml +7 -1
  517. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-furnace-x3-dse.xml +7 -1
  518. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-ground-to-air-heat-pump.xml +7 -1
  519. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-ideal-air.xml +7 -1
  520. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-mini-split-air-conditioner-only-ducted.xml +7 -1
  521. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-mini-split-air-conditioner-only-ductless.xml +7 -1
  522. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-mini-split-heat-pump-ducted-cooling-only.xml +7 -1
  523. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-mini-split-heat-pump-ducted-heating-only.xml +7 -1
  524. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-mini-split-heat-pump-ducted.xml +7 -1
  525. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-mini-split-heat-pump-ductless.xml +7 -1
  526. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-multiple.xml +7 -1
  527. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-multiple2.xml +7 -1
  528. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-none.xml +7 -1
  529. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-portable-heater-gas-only.xml +7 -1
  530. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-programmable-thermostat.xml +7 -1
  531. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-room-ac-only-33percent.xml +7 -1
  532. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-room-ac-only.xml +7 -1
  533. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-setpoints.xml +7 -1
  534. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-shared-boiler-chiller-baseboard.xml +7 -1
  535. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-shared-boiler-chiller-fan-coil-ducted.xml +7 -1
  536. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-shared-boiler-chiller-fan-coil.xml +7 -1
  537. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-shared-boiler-chiller-water-loop-heat-pump.xml +7 -1
  538. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-shared-boiler-cooling-tower-water-loop-heat-pump.xml +7 -1
  539. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-shared-boiler-only-baseboard.xml +7 -1
  540. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-shared-boiler-only-fan-coil-ducted.xml +7 -1
  541. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-shared-boiler-only-fan-coil-eae.xml +7 -1
  542. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-shared-boiler-only-fan-coil.xml +7 -1
  543. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-shared-boiler-only-water-loop-heat-pump.xml +7 -1
  544. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-shared-chiller-only-baseboard.xml +7 -1
  545. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-shared-chiller-only-fan-coil-ducted.xml +7 -1
  546. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-shared-chiller-only-fan-coil.xml +7 -1
  547. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-shared-chiller-only-water-loop-heat-pump.xml +7 -1
  548. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-shared-cooling-tower-only-water-loop-heat-pump.xml +7 -1
  549. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-shared-ground-loop-ground-to-air-heat-pump.xml +7 -1
  550. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-stove-oil-only.xml +7 -1
  551. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-stove-wood-pellets-only.xml +7 -1
  552. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-undersized-allow-increased-fixed-capacities.xml +7 -1
  553. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-undersized.xml +7 -1
  554. data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-wall-furnace-elec-only.xml +7 -1
  555. data/example_files/resources/hpxml-measures/workflow/sample_files/base-lighting-ceiling-fans.xml +7 -1
  556. data/example_files/resources/hpxml-measures/workflow/sample_files/base-lighting-detailed.xml +7 -1
  557. data/example_files/resources/hpxml-measures/workflow/sample_files/base-lighting-none.xml +7 -1
  558. data/example_files/resources/hpxml-measures/workflow/sample_files/{base-location-epw-filepath-AMY-2012.xml → base-location-AMY-2012.xml} +8 -0
  559. data/example_files/resources/hpxml-measures/workflow/sample_files/base-location-baltimore-md.xml +7 -1
  560. data/example_files/resources/hpxml-measures/workflow/sample_files/base-location-dallas-tx.xml +7 -1
  561. data/example_files/resources/hpxml-measures/workflow/sample_files/base-location-duluth-mn.xml +7 -1
  562. data/example_files/resources/hpxml-measures/workflow/sample_files/base-location-miami-fl.xml +7 -1
  563. data/example_files/resources/hpxml-measures/workflow/sample_files/base-mechvent-balanced.xml +7 -1
  564. data/example_files/resources/hpxml-measures/workflow/sample_files/base-mechvent-bath-kitchen-fans.xml +7 -1
  565. data/example_files/resources/hpxml-measures/workflow/sample_files/base-mechvent-cfis-dse.xml +7 -1
  566. data/example_files/resources/hpxml-measures/workflow/sample_files/base-mechvent-cfis-evap-cooler-only-ducted.xml +7 -1
  567. data/example_files/resources/hpxml-measures/workflow/sample_files/base-mechvent-cfis.xml +7 -1
  568. data/example_files/resources/hpxml-measures/workflow/sample_files/base-mechvent-erv-atre-asre.xml +7 -1
  569. data/example_files/resources/hpxml-measures/workflow/sample_files/base-mechvent-erv.xml +7 -1
  570. data/example_files/resources/hpxml-measures/workflow/sample_files/base-mechvent-exhaust-rated-flow-rate.xml +7 -1
  571. data/example_files/resources/hpxml-measures/workflow/sample_files/base-mechvent-exhaust.xml +7 -1
  572. data/example_files/resources/hpxml-measures/workflow/sample_files/base-mechvent-hrv-asre.xml +7 -1
  573. data/example_files/resources/hpxml-measures/workflow/sample_files/base-mechvent-hrv.xml +7 -1
  574. data/example_files/resources/hpxml-measures/workflow/sample_files/base-mechvent-multiple.xml +7 -1
  575. data/example_files/resources/hpxml-measures/workflow/sample_files/base-mechvent-shared-multiple.xml +7 -1
  576. data/example_files/resources/hpxml-measures/workflow/sample_files/base-mechvent-shared-preconditioning.xml +7 -1
  577. data/example_files/resources/hpxml-measures/workflow/sample_files/base-mechvent-shared.xml +7 -1
  578. data/example_files/resources/hpxml-measures/workflow/sample_files/base-mechvent-supply.xml +7 -1
  579. data/example_files/resources/hpxml-measures/workflow/sample_files/base-mechvent-whole-house-fan.xml +7 -1
  580. data/example_files/resources/hpxml-measures/workflow/sample_files/base-misc-defaults.xml +3 -1
  581. data/example_files/resources/hpxml-measures/workflow/sample_files/base-misc-loads-large-uncommon.xml +7 -1
  582. data/example_files/resources/hpxml-measures/workflow/sample_files/base-misc-loads-large-uncommon2.xml +7 -1
  583. data/example_files/resources/hpxml-measures/workflow/sample_files/base-misc-loads-none.xml +7 -1
  584. data/example_files/resources/hpxml-measures/workflow/sample_files/base-misc-neighbor-shading.xml +7 -1
  585. data/example_files/resources/hpxml-measures/workflow/sample_files/base-misc-shelter-coefficient.xml +7 -1
  586. data/example_files/resources/hpxml-measures/workflow/sample_files/base-misc-usage-multiplier.xml +5 -1
  587. data/example_files/resources/hpxml-measures/workflow/sample_files/base-pv-shared.xml +7 -1
  588. data/example_files/resources/hpxml-measures/workflow/sample_files/base-pv.xml +7 -1
  589. data/example_files/resources/hpxml-measures/workflow/sample_files/base-schedules-stochastic.xml +565 -0
  590. data/example_files/resources/hpxml-measures/workflow/sample_files/base-schedules-user-specified.xml +565 -0
  591. data/example_files/resources/hpxml-measures/workflow/sample_files/{base-location-epw-filepath.xml → base-simcontrol-calendar-year-custom.xml} +5 -0
  592. data/example_files/resources/hpxml-measures/workflow/sample_files/base-simcontrol-daylight-saving-custom.xml +7 -1
  593. data/example_files/resources/hpxml-measures/workflow/sample_files/base-simcontrol-daylight-saving-disabled.xml +7 -1
  594. data/example_files/resources/hpxml-measures/workflow/sample_files/base-simcontrol-runperiod-1-month.xml +7 -1
  595. data/example_files/resources/hpxml-measures/workflow/sample_files/base-simcontrol-timestep-10-mins.xml +7 -1
  596. data/example_files/resources/hpxml-measures/workflow/sample_files/base.xml +7 -1
  597. data/example_files/resources/hpxml-measures/workflow/sample_files/hvac_autosizing/base-autosize.xml +7 -1
  598. 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
  599. data/example_files/resources/hpxml-measures/workflow/sample_files/hvac_autosizing/base-hvac-air-to-air-heat-pump-1-speed-autosize.xml +7 -1
  600. 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
  601. data/example_files/resources/hpxml-measures/workflow/sample_files/hvac_autosizing/base-hvac-air-to-air-heat-pump-2-speed-autosize.xml +7 -1
  602. 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
  603. data/example_files/resources/hpxml-measures/workflow/sample_files/hvac_autosizing/base-hvac-air-to-air-heat-pump-var-speed-autosize.xml +7 -1
  604. data/example_files/resources/hpxml-measures/workflow/sample_files/hvac_autosizing/base-hvac-boiler-elec-only-autosize.xml +7 -1
  605. data/example_files/resources/hpxml-measures/workflow/sample_files/hvac_autosizing/base-hvac-boiler-gas-central-ac-1-speed-autosize.xml +7 -1
  606. data/example_files/resources/hpxml-measures/workflow/sample_files/hvac_autosizing/base-hvac-boiler-gas-only-autosize.xml +7 -1
  607. data/example_files/resources/hpxml-measures/workflow/sample_files/hvac_autosizing/base-hvac-central-ac-only-1-speed-autosize.xml +7 -1
  608. data/example_files/resources/hpxml-measures/workflow/sample_files/hvac_autosizing/base-hvac-central-ac-only-2-speed-autosize.xml +7 -1
  609. data/example_files/resources/hpxml-measures/workflow/sample_files/hvac_autosizing/base-hvac-central-ac-only-var-speed-autosize.xml +7 -1
  610. 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
  611. 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
  612. data/example_files/resources/hpxml-measures/workflow/sample_files/hvac_autosizing/base-hvac-dual-fuel-mini-split-heat-pump-ducted-autosize.xml +7 -1
  613. data/example_files/resources/hpxml-measures/workflow/sample_files/hvac_autosizing/base-hvac-elec-resistance-only-autosize.xml +7 -1
  614. data/example_files/resources/hpxml-measures/workflow/sample_files/hvac_autosizing/base-hvac-evap-cooler-furnace-gas-autosize.xml +7 -1
  615. data/example_files/resources/hpxml-measures/workflow/sample_files/hvac_autosizing/base-hvac-floor-furnace-propane-only-autosize.xml +7 -1
  616. data/example_files/resources/hpxml-measures/workflow/sample_files/hvac_autosizing/base-hvac-furnace-elec-only-autosize.xml +7 -1
  617. data/example_files/resources/hpxml-measures/workflow/sample_files/hvac_autosizing/base-hvac-furnace-gas-central-ac-2-speed-autosize.xml +7 -1
  618. data/example_files/resources/hpxml-measures/workflow/sample_files/hvac_autosizing/base-hvac-furnace-gas-central-ac-var-speed-autosize.xml +7 -1
  619. data/example_files/resources/hpxml-measures/workflow/sample_files/hvac_autosizing/base-hvac-furnace-gas-only-autosize.xml +7 -1
  620. data/example_files/resources/hpxml-measures/workflow/sample_files/hvac_autosizing/base-hvac-furnace-gas-room-ac-autosize.xml +7 -1
  621. 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
  622. data/example_files/resources/hpxml-measures/workflow/sample_files/hvac_autosizing/base-hvac-ground-to-air-heat-pump-autosize.xml +7 -1
  623. data/example_files/resources/hpxml-measures/workflow/sample_files/hvac_autosizing/base-hvac-mini-split-air-conditioner-only-ducted-autosize.xml +7 -1
  624. 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
  625. data/example_files/resources/hpxml-measures/workflow/sample_files/hvac_autosizing/base-hvac-mini-split-heat-pump-ducted-autosize.xml +7 -1
  626. data/example_files/resources/hpxml-measures/workflow/sample_files/hvac_autosizing/base-hvac-mini-split-heat-pump-ducted-cooling-only-autosize.xml +7 -1
  627. data/example_files/resources/hpxml-measures/workflow/sample_files/hvac_autosizing/base-hvac-mini-split-heat-pump-ducted-heating-only-autosize.xml +7 -1
  628. data/example_files/resources/hpxml-measures/workflow/sample_files/hvac_autosizing/base-hvac-room-ac-only-autosize.xml +7 -1
  629. data/example_files/resources/hpxml-measures/workflow/sample_files/hvac_autosizing/base-hvac-stove-oil-only-autosize.xml +7 -1
  630. data/example_files/resources/hpxml-measures/workflow/sample_files/hvac_autosizing/base-hvac-wall-furnace-elec-only-autosize.xml +7 -1
  631. data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/appliances-location-unconditioned-space.xml +7 -1
  632. data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/cfis-with-hydronic-distribution.xml +7 -1
  633. data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/clothes-dryer-location.xml +7 -1
  634. data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/clothes-washer-location.xml +7 -1
  635. data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/coal-for-non-boiler-heating.xml +7 -1
  636. data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/cooking-range-location.xml +7 -1
  637. data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/dhw-frac-load-served.xml +7 -1
  638. data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/dishwasher-location.xml +7 -1
  639. data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/duct-location-unconditioned-space.xml +7 -1
  640. data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/duct-location.xml +7 -1
  641. data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/duplicate-id.xml +7 -1
  642. data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/enclosure-attic-missing-roof.xml +7 -1
  643. data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/enclosure-basement-missing-exterior-foundation-wall.xml +7 -1
  644. data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/enclosure-basement-missing-slab.xml +7 -1
  645. data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/enclosure-garage-missing-exterior-wall.xml +7 -1
  646. data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/enclosure-garage-missing-roof-ceiling.xml +7 -1
  647. data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/enclosure-garage-missing-slab.xml +7 -1
  648. data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/enclosure-living-missing-ceiling-roof.xml +7 -1
  649. data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/enclosure-living-missing-exterior-wall.xml +7 -1
  650. data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/enclosure-living-missing-floor-slab.xml +7 -1
  651. data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/heat-pump-mixed-fixed-and-autosize-capacities.xml +7 -1
  652. data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/heat-pump-mixed-fixed-and-autosize-capacities2.xml +7 -1
  653. data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/hvac-distribution-multiple-attached-cooling.xml +7 -1
  654. data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/hvac-distribution-multiple-attached-heating.xml +7 -1
  655. data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/hvac-distribution-return-duct-leakage-missing.xml +7 -1
  656. data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/hvac-dse-multiple-attached-cooling.xml +7 -1
  657. data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/hvac-dse-multiple-attached-heating.xml +7 -1
  658. data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/hvac-frac-load-served.xml +7 -1
  659. data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/hvac-invalid-distribution-system-type.xml +7 -1
  660. data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/{invalid-wmo.xml → invalid-calendar-year.xml} +8 -1
  661. data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/invalid-daylight-saving.xml +7 -1
  662. data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/invalid-distribution-cfa-served.xml +7 -1
  663. data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/invalid-epw-filepath.xml +4 -0
  664. data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/invalid-facility-type.xml +7 -1
  665. data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/invalid-neighbor-shading-azimuth.xml +7 -1
  666. data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/invalid-relatedhvac-desuperheater.xml +7 -1
  667. data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/invalid-relatedhvac-dhw-indirect.xml +7 -1
  668. data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/invalid-runperiod.xml +7 -1
  669. data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/invalid-timestep.xml +7 -1
  670. data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/invalid-window-height.xml +7 -1
  671. data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/invalid-window-interior-shading.xml +7 -1
  672. data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/lighting-fractions.xml +7 -1
  673. data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/missing-duct-location.xml +7 -1
  674. data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/missing-elements.xml +7 -1
  675. data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/multifamily-reference-appliance.xml +7 -1
  676. data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/multifamily-reference-duct.xml +7 -1
  677. data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/multifamily-reference-surface.xml +7 -1
  678. data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/multifamily-reference-water-heater.xml +7 -1
  679. data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/net-area-negative-roof.xml +7 -1
  680. data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/net-area-negative-wall.xml +7 -1
  681. data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/orphaned-hvac-distribution.xml +7 -1
  682. data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/refrigerator-location.xml +7 -1
  683. data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/refrigerators-multiple-primary.xml +7 -1
  684. data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/refrigerators-no-primary.xml +7 -1
  685. data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/repeated-relatedhvac-desuperheater.xml +7 -1
  686. data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/repeated-relatedhvac-dhw-indirect.xml +7 -1
  687. data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/slab-zero-exposed-perimeter.xml +7 -1
  688. data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/solar-thermal-system-with-combi-tankless.xml +7 -1
  689. data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/solar-thermal-system-with-desuperheater.xml +7 -1
  690. data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/solar-thermal-system-with-dhw-indirect.xml +7 -1
  691. data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/unattached-cfis.xml +7 -1
  692. data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/unattached-door.xml +7 -1
  693. data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/unattached-hvac-distribution.xml +7 -1
  694. data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/unattached-shared-clothes-washer-water-heater.xml +7 -1
  695. data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/unattached-shared-dishwasher-water-heater.xml +7 -1
  696. data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/unattached-skylight.xml +7 -1
  697. data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/unattached-solar-thermal-system.xml +7 -1
  698. data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/unattached-window.xml +7 -1
  699. data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/water-heater-location-other.xml +7 -1
  700. data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/water-heater-location.xml +7 -1
  701. data/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L100AC.xml +3 -1
  702. data/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L100AL.xml +3 -1
  703. data/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L110AC.xml +3 -1
  704. data/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L110AL.xml +3 -1
  705. data/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L120AC.xml +3 -1
  706. data/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L120AL.xml +3 -1
  707. data/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L130AC.xml +3 -1
  708. data/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L130AL.xml +3 -1
  709. data/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L140AC.xml +3 -1
  710. data/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L140AL.xml +3 -1
  711. data/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L150AC.xml +3 -1
  712. data/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L150AL.xml +3 -1
  713. data/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L155AC.xml +3 -1
  714. data/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L155AL.xml +3 -1
  715. data/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L160AC.xml +3 -1
  716. data/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L160AL.xml +3 -1
  717. data/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L170AC.xml +3 -1
  718. data/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L170AL.xml +3 -1
  719. data/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L200AC.xml +3 -1
  720. data/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L200AL.xml +3 -1
  721. data/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L202AC.xml +3 -1
  722. data/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L202AL.xml +3 -1
  723. data/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L302XC.xml +3 -1
  724. data/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L304XC.xml +3 -1
  725. data/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L322XC.xml +3 -1
  726. data/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L324XC.xml +3 -1
  727. data/example_files/resources/hpxml-measures/workflow/tests/hpxml_translator_test.rb +4 -2
  728. data/lib/uo_cli.rb +40 -22
  729. data/lib/uo_cli/version.rb +1 -1
  730. data/uo_cli.gemspec +3 -4
  731. metadata +149 -27
  732. data/example_files/resources/hpxml-measures/weather/data.csv +0 -1012
@@ -0,0 +1,61 @@
1
+ # Probability for different occupancy cluster types, Mostly Home, Early Regular Worker, Mostly Away, Regular Worker
2
+ # these probabilities are derived from ATUS using the k-modes algorithm
3
+ occupancy_types_probability: [0.381, 0.297, 0.165, 0.157]
4
+
5
+ ###
6
+ # This is the baseline schedule for plugload, lighting and ceiling fan. It will be modified based on occupancy
7
+ plugload:
8
+ weekday_sch: [0.035, 0.033, 0.032, 0.031, 0.032, 0.033, 0.037, 0.042, 0.043, 0.043, 0.043, 0.044, 0.045, 0.045, 0.044, 0.046, 0.048, 0.052, 0.053, 0.05, 0.047, 0.045, 0.04, 0.036]
9
+ weekend_sch: [0.035, 0.033, 0.032, 0.031, 0.032, 0.033, 0.037, 0.042, 0.043, 0.043, 0.043, 0.044, 0.045, 0.045, 0.044, 0.046, 0.048, 0.052, 0.053, 0.05, 0.047, 0.045, 0.04, 0.036]
10
+ monthly_multiplier: [1.248, 1.257, 0.993, 0.989, 0.993, 0.827, 0.821, 0.821, 0.827, 0.99, 0.987, 1.248]
11
+
12
+ lighting:
13
+ # the exterior and garage lighting makes use of the weekday/weekend schedule. Indoor lighting schedule is generated
14
+ # on the fly. Holiday lighting makes use of the holiday_sch
15
+ weekday_sch: [0.04, 0.037, 0.037, 0.036, 0.033, 0.036, 0.043, 0.047, 0.034, 0.023, 0.024, 0.025, 0.024, 0.028, 0.031, 0.032, 0.039, 0.053, 0.063, 0.067, 0.071, 0.069, 0.059, 0.05]
16
+ weekend_sch: [0.04, 0.037, 0.037, 0.036, 0.033, 0.036, 0.043, 0.047, 0.034, 0.023, 0.024, 0.025, 0.024, 0.028, 0.031, 0.032, 0.039, 0.053, 0.063, 0.067, 0.071, 0.069, 0.059, 0.05]
17
+ monthly_multiplier: [1.248, 1.257, 0.993, 0.989, 0.993, 0.827, 0.821, 0.821, 0.827, 0.99, 0.987, 1.248]
18
+ holiday_sch: [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.008168, 0.098016, 0.168028, 0.193699, 0.283547, 0.192532, 0.03734, 0.01867]
19
+
20
+ ceiling_fan:
21
+ weekday_sch: [0.04, 0.037, 0.037, 0.036, 0.033, 0.036, 0.043, 0.047, 0.034, 0.023, 0.024, 0.025, 0.024, 0.028, 0.031, 0.032, 0.039, 0.053, 0.063, 0.067, 0.071, 0.069, 0.059, 0.05]
22
+ weekend_sch: [0.04, 0.037, 0.037, 0.036, 0.033, 0.036, 0.043, 0.047, 0.034, 0.023, 0.024, 0.025, 0.024, 0.028, 0.031, 0.032, 0.039, 0.053, 0.063, 0.067, 0.071, 0.069, 0.059, 0.05]
23
+ monthly_multiplier: [1.248, 1.257, 0.993, 0.989, 0.993, 0.827, 0.821, 0.821, 0.827, 0.99, 0.987, 1.248]
24
+ ###
25
+
26
+ # probabilities below for all water draw events are extracted from DHW event generators
27
+ # the onset, duration, events_per_cluster_probs, flow rate mean and std could all refer to the DHW event generator excel sheet ('event characteristics' and 'Start Times' sheet)
28
+ # Water Draw Probability Distribution
29
+ sink:
30
+ duration_probability: [0.901242, 0.076572, 0.01722, 0.003798, 0.000944, 0.000154, 4.6e-05, 2.2e-05, 2.0e-06]
31
+ events_per_cluster_probs: [0.62458, 0.18693, 0.08011, 0.04330, 0.02178, 0.01504, 0.00830, 0.00467, 0.00570, 0.00285, 0.00181, 0.00233, 0.00130, 0.00104, 0.00026]
32
+ hourly_onset_prob: [0.007, 0.018, 0.042, 0.062, 0.066, 0.062, 0.054, 0.050, 0.049, 0.045, 0.041, 0.043, 0.048, 0.065, 0.075, 0.069, 0.057, 0.048, 0.040, 0.027, 0.014, 0.007, 0.005, 0.005]
33
+ total_annual_cluster: 6000
34
+ between_event_gap: 2 # in minutes
35
+ flow_rate_mean: 1.14
36
+ flow_rate_std: 0.61
37
+
38
+ shower:
39
+ between_event_gap: 30 # integer minutes (0.51 * 60)
40
+ flow_rate_mean: 2.25
41
+ flow_rate_std: 0.68
42
+
43
+ bath:
44
+ bath_to_shower_ratio: 0.078843 # 2884.0 / 36579
45
+ duration_mean: 5.65
46
+ duration_std: 2.09
47
+ flow_rate_mean: 4.4
48
+ flow_rate_std: 1.17
49
+
50
+ dishwasher:
51
+ flow_rate_mean: 1.39
52
+ flow_rate_std: 0.2
53
+ between_event_gap: 10 # in integer minutes (0.16 * 60)
54
+
55
+ clothes_washer:
56
+ flow_rate_mean: 2.2
57
+ flow_rate_std: 0.62
58
+ between_event_gap: 4 # integer minutes (0.08 * 60).to_i
59
+ load_size_probability: [0.682926829, 0.227642276, 0.056910569, 0.032520325]
60
+
61
+ # power draw distribution for dishwasher, clothes_washer and clothes_dryer and cooking is based on csv files
@@ -0,0 +1,63 @@
1
+ 0.24184278350515465
2
+ 0.35916249105225484
3
+ 0.3342277992277992
4
+ 0.22115897435897436
5
+ 0.09386666666666667
6
+ 0.2452562225475842
7
+ 0.2596535129932628
8
+ 0.2432636193530874
9
+ 0.24371917463512835
10
+ 0.29547826086956525
11
+ 0.26907056798623064
12
+ 0.1512106135986733
13
+ 0.30496503496503496
14
+ 0.24927876823338735
15
+ 0.28042694497153703
16
+ 0.21896645512239346
17
+ 0.22332857142857143
18
+ 0.26805182341650674
19
+ 0.28706552706552707
20
+ 0.2110576923076923
21
+ 0.2335443411539029
22
+ 0.2429324894514768
23
+ 0.26504347826086955
24
+ 0.27439024390243905
25
+ 0.2443854324734446
26
+ 0.256246719160105
27
+ 0.25103846153846154
28
+ 0.2787231503579952
29
+ 0.25219110378912685
30
+ 0.21715078416728903
31
+ 0.3207981220657277
32
+ 0.23244106463878328
33
+ 0.2183682008368201
34
+ 0.20691096305269535
35
+ 0.26887706855791965
36
+ 0.22020926756352766
37
+ 0.27527944969905416
38
+ 0.3208922238372093
39
+ 0.21243827160493828
40
+ 0.1282451253481894
41
+ 0.24433724075743912
42
+ 0.2594965449160908
43
+ 0.22655840455840456
44
+ 0.23205211726384364
45
+ 0.1833734939759036
46
+ 0.2773582295988935
47
+ 0.20106739053043787
48
+ 0.20534220532319392
49
+ 0.23474915254237289
50
+ 0.2620616570327553
51
+ 0.26216216216216215
52
+ 0.19722676579925652
53
+ 0.22963117236760225
54
+ 0.2672146739130435
55
+ 0.20087423312883435
56
+ 0.27033473154362414
57
+ 0.19489583333333332
58
+ 0.18529780564263323
59
+ 0.13686559139784946
60
+ 0.2350279552715655
61
+ 0.23928018575851392
62
+ 0.3259296875
63
+ 0.18784615384615386
@@ -0,0 +1,63 @@
1
+ 1,5,1,1,1,1,4,1,1,2,2,3,1,1,6,1,3,1,1,2,1,1,1,1,1,1,5,1,4,5,3,1,1,1,2,5,1,1,2,1,2,2,2,1,1,1,1,2,1,1,1,1,1,2,7,1,2,1,1,1,1,1,4,1,1,2,1,2,1,2,1,1,1,2,1,1,1,2,1,1,4,5,1,1,4,1,8,3,1,1,3,2,2,1,1,2,1,3,1,2,2,1,2,1,2,6,4,1,2,1,1,2,1,1,1,1,1,1,4,1,4,1,3,2,1,7,2,2,1,2,1,2,5,2,1,1,2,2,1,1,4,3,1,1,5,1,1,1,2,3,1,1,1,10,2,1,3,1,3,1,1,2,2,1,1,1,6,3,1,1,1,3,3,1,1,3,1,1,1,2,4,1,1,2,6,1,3,3,1,2,1,8,2,2,1,1,1,1,5,1,1,2,1,1,1,1,1,3,1,1,7,2,1,2,3,2,5,5,2,5,1,1,6,1,1,3,1,2,5,2,1,7,1,1,1,2,1,1,1,1,1,5,1,1,2,1,3,1,1,1,1,1,3,1,1,1,1,1,5,1,3,1,1,2,2,4,1,3,1,1,3,1,1,2,1,1,7,3,1,2,1,3,1,1,2,2,2,2,2,2,1,1,6,1,1,6,2,1,5,2,1,1,3,1,1,1,5,5,1,4,2,1,1,1,1,1,2,1,1,4,1,1,4,4,1,6,1,3,7,2,5,2,1,1,3,2,1,1,1,3,3,1,1,5,4,1,3,1,3,4,4,3,1,1,1,1,5,1,2,4,1,1,2,5,1,1,2,1,6,1,3,4,1,5,1,1,1,1,1,5,1,1,1,2,1,1,1,5,1,1,1,3,1,1,1,2,8,3,1,8,1,1,5,1,1,1,1,5,1,1,1,4,1,1,1,2,4,1,1,1,2,5,1,1,1,5,4,2,5,2,1,4,2,1,1,4,8,1,1,3,2,2,1,1,9,2,1,1,1,8,1,1,3,1,1,1,6,3,1,1,1,2,6,1,2,1,2,4,1,1,2,5,1,1,4,7,4,1,1,2,4,1,1,7,2,1,1,3,1,1,1,1,1,7,3,1,2,1,1,1,1,2,1,5,1,1,5,1,1,13,2,1,1,1,7,1,5,1,1,3,1,5,1,1,1,1,9,1,1,2,6,4,1,1,1,5,1,1,2,4,2,1,5,1,1,2,4,4,7,1,1,1,2,2,2,5,1,1,1,6,1,4,6,1,1,1,1,7,1,1,5,1,1,1,1,9,3,1,4,1,1,6,1,1,1,7,1,5,5,1,1,6,1,1,3,1,1,1,2,3,2,1,3,1,1,1,5,1,1,1,1,1,1,2,2,5,1,1,1,2,1,1,6,1,1,1,4,2,1,2,3,1,1,6,1,1,4,1,1,1,7,1,1,5,1,2,2,1,1,6,2,1,1,1,2,7,1,1,4,3,1,1,3,1,1,11,1,7,2,1,1,2,1,4,1,2,1,1,4,2,6,1,2,7,3,3,1,1,1,3,1,4,1,3,5,1,1,1,1,4,2,2,4,6,3,1,1,1,1,2,1,4
2
+ 2,3,1,1,2,1,1,2,3,5,3,2,2,3,4,2,2,3,2,6,2,1,2,1,3,5,1,4,2,2,4,1,1,2,3,1,5,1,4,1,2,1,1,1,3,7,2,1,1,1,1,1,1,2,2,1,3,3,1,2,3,4,9,3,2,2,4,3,1,4,1,1,1,1,1,2,1,1,3,1,1,5,1,3,3,1,2,5,5,1,3,3,3,1,1,8,3,4,3,4,3,6,1,2,3,3,2,2,2,2,2,3,8,2,1,4,4,4,1,1,4,3,4,3,3,3,3,1,1,1,6,4,2,4,3,3,4,1,10,1,2,2,5,3,4,5,3,3,3,3,3,3,4,6,4,3,3,3,1,3,5,2,3,3,3,1,3,2,4,2,3,3,3,3,3,4,3,3,3,4,6,2,3,3,5,3,2,24,1,1,2,5,2,2,1,4,2,5,6,9,5,14,6,4,8,4,4,5,4,7,6,3,4,2,6,4,8,4,3,5,3,1,1,2,2,4,3,10,3,2,2,5,3,1,2,2,22,1,3,13,1,5,2,6,1,1,1,4,8,21,5,4,2,1,10,12,4,7,3,1,8,2,6,4,3,1,3,7,2,2,9,4,7,3,3,6,1,2,4,2,3,3,3,4,4,2,3,2,4,4,6,3,9,1,6,11,4,6,5,3,5,4,1,2,4,1,5,4,5,2,1,1,6,3,6,1,8,4,3,2,5,2,1,11,2,2,8,3,3,3,5,5,4,1,4,3,1,2,1,2,2,4,5,4,1,1,4,7,1,1,3,1,3,3,7,2,4,2,1,3,6,5,2,2,5,5,3,2,6,1,4,4,2,11,2,6,3,2,4,1,3,4,1,4,8,14,2,4,2,8,10,3,5,7,6,1,1,2,1,2,3,5
3
+ 1,2,3,4,1,2,1,1,4,4,3,2,3,1,1,1,5,3,2,2,2,1,1,2,3,2,1,2,2,1,2,4,4,3,2,2,2,3,1,1,6,3,2,1,2,2,1,3,2,4,2,1,1,2,2,2,1,2,1,5,2,1,2,8,1,3,1,1,2,3,7,5,1,1,1,3,2,3,4,2,2,3,1,1,2,2,3,2,1,1,3,1,2,1,2,3,1,2,2,3,10,2,4,1,2,5,2,6,1,3,2,2,2,5,1,1,1,1,1,1,1,1,5,2,3,6,8,3,1,1,1,2,4,1,1,2,1,1,4,2,1,2,1,1,1,26,5,1,2,6,3,3,1,2,4,1,1,1,1,2,2,2,3,4,3,2,3,1,2,3,3,2,3,2,3,9,1,2,2,1,1,3,4,1,2,2,1,3,1,7,5,2,3,2,3,3,1,2,1,3,1,8,1,1,2,4,1,7,3,10,2,2,2,4,2,1,5,2,3,2,1,3,4,1,6,3,2,1,2,2,4,1,1,4,2,1,2,1,1,7,2,8,2,4,2,1,1,2,1,2,2,3,1,2,10,9,4,1,2,2,2,1,4,1,4,1,1,2,1,3,4,1,4,4,1,7,2,2,2,2,3,3,1,2,1,6,6,5,4,1,1,4,2,3,2,4,3,2,1,3,1,1,6,1,1,1,1,2,10,4,17,5,2,2,1,2,3,1,4,2,1,1,1,2,3,5,1,4,3,1,5,6,4,6,1,3,5,2,2,5,1,1,1,4,1,4,2,3,4,3,3,1,3,3,2,4,3,2,2,4,1,4,5,3,2,4,1,2,1,1,3,3,4,3,1,5,2,1,2,3,2,1,8,1,4,17
4
+ 1,1,1,3,1,6,1,7,25,1,2,6,1,6,2,1,3,1,2,1,1,1,8,1,1,1,1,21,1,3,1,2,1,1,6,1,5,1,3,1,1,1,2,1,5,2,1,1,1,1,5,1,1,1,6,2,1,1,2,2,1,7,1,1,2,1,1,1,1,1,2,1,1,2,5,3,1,1,2,7,2,1,1,2,1,2,1,1,1,7,1,1,1,9,2,2,1,2,1,2,1,1,7,2,1,1,5,7,1,1,1,2,1,7,1,1,1,1,1,2,5,7,4,2,1,2,18,1,1,3,1,1,1,2,1,1,1,3,2,14,1,4,1,20,1,4,2,12,1,19,8,2,4,1,2,1,1,1,2,3,2,2,1,7,3,1,1,6,1,1,4,1,12,2,1,1,2,2,2,3,3,1,1,1,3,2,6,1,6,1,1,1,1,1,1,1,2,1,1,3,1,3,7,1,1,4,1,1,1,3,6,4,1,1,1,1,4,1,21,1,1,5,1,1,1,4,1,2,6,1,2,2,1,2,3,1,1,4,1,3,6,1,3,6,2,4,2,1,2,3,5,2,7,3,2,6,2,9,3,2,18,1,11,2,2,3,1,5,2,1,2,2,3,1,3,1,3,3,10,1,2,3,1,2,1,2,8,5,2,1,1,2,7,1,2,1,2,1,2,2,2,1,5,1,3,2,2,2,5,1,1,2,9,1,3,1,6,1,1,2,3,1,7,3,2,1,2,21,1,1,2,1,1,3,2,1,6,2,2,6,2
5
+ 1,2,1,1,1,1,1,3,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,2,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,1,1,1,1,1
6
+ 1,10,1,1,7,1,4,1,1,5,1,1,4,1,9,1,1,2,3,1,3,1,4,2,4,7,1,1,6,1,7,6,5,1,2,6,7,8,1,1,5,1,5,1,6,7,6,1,5,1,11,3,10,1,10,1,7,4,1,8,3,1,8,1,5,2,1,1,7,4,1,5,1,5,2,5,8,2,1,4,4,1,7,1,1,1,1,1,1,1,1,1,2,1,5,4,1,2,2,1,11,1,5,1,1,2,6,4,4,1,8,7,1,2,2,9,7,2,3,9,3,1,7,1,3,1,2,8,1,4,1,3,1,2,1,1,8,1,5,1,3,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,3,4,1,6,1,1,1,2,1,2,2,7,6,1,3,1,6,6,2,1,1,1,8,2,4,5,1,7,1,1,2,2,2,7,4,5,7,8,3,3,3,3,3,4,1,6,3,2,3,1,8,1,1,1,1,8,1,1,1,1,1,6,5,1,9,2,1,6,3,6,5,2,1,1,1,9,3,1,1,7,3,2,1,2,1,8,4,1,4,1,4,1,1,1,1,7,3,3,5,1,1,7,1,5,10,1,2,7,5,2,5,5,2,5,1,7,2,1,7,1,5,2,8,1,9,7,1,1,1,2,3,3,1,3,1,8,2,6,6,1,1,7,1,3,1,1,8,1,10,6,2,6,8,6,1,1,7,1,2,5,1,9,1,9,2,4,2,1,6,10,1,3,2,5,1,6,1,5,2,4,1,4,1,8,2,1,2,3,1,1,1,2,2,1,9,1,7,7,1,2,6,9,2,1,4,1,3,15,5,2,1,1,1,1,7,3,6,5,1,6,4,6,3,2,6,3,2,2,1,11,6,6,1,1,6,1,10,1,8,4,6,1,1,1,1,5,1,12,2,9,1,7,3,3,2,1,1,10,1,2,3,1,1,2,1,13,5,1,11,1,1,1,2,1,8,1,3,1,2,5,1,1,1,2,1,3,2,3,1,2,1,8,9,6,1,2,1,1,3,3,1,8,6,1,10,1,1,2,6,2,3,6,5,3,3,10,6,1,1,7,3,1,8,1,2,4,1,8,2,7,6,4,2,3,3,1,6,1,3,2,7,4,2,1,9,1,4,1,1,1,5,3,1,7,1,8,3,3,4,3,5,1,3,7,3,2,1,6,1,7,3,1,2,1,6,4,1,4,7,2,3,1,5,3,2,5,1,5,7,4,1,1,6,1,3,4,1,1,1,2,1,5,1,6,3,6,2,1,6,2,2,8,1,1,5,1,1,1,1,1,1,4,5,1,1,3,6,1,5,10,1,1,1,5,2,1,1,8,1,3,1,1,6,15,2,5,12,1,4,4,3,1,1,3,2,2,2,6,2,2,7
7
+ 1,3,4,2,1,2,1,7,1,3,2,9,3,1,5,1,1,3,3,3,3,3,7,2,5,2,2,2,5,1,2,4,1,5,3,2,2,2,1,1,2,2,2,1,1,3,2,1,1,6,1,1,1,1,3,1,2,2,2,1,3,3,3,3,3,1,4,5,3,2,3,1,1,2,2,2,3,2,2,2,2,1,1,1,1,2,3,2,2,4,5,1,10,2,3,1,1,4,1,3,1,1,4,2,8,4,3,2,4,2,2,1,1,2,1,1,6,1,1,1,4,1,2,1,2,2,2,1,1,4,2,2,2,4,4,1,5,4,2,4,2,3,1,4,4,4,2,1,1,1,3,1,1,1,1,1,2,1,5,2,1,1,1,2,4,1,2,3,5,1,2,1,1,2,6,2,2,1,3,1,2,3,1,1,1,2,4,1,2,4,1,6,1,6,1,5,2,1,3,2,1,2,3,1,3,1,2,1,2,3,4,2,3,1,1,4,1,4,2,2,1,1,1,2,1,2,1,6,2,2,1,4,4,2,1,3,1,1,2,9,1,2,1,1,1,8,1,3,3,2,1,1,3,1,2,2,5,2,2,3,5,3,3,2,2,4,2,1,1,1,3,3,2,2,1,4,3,2,2,2,2,3,3,1,4,1,3,4,4,2,1,1,3,1,3,5,2,2,2,1,7,6,1,2,5,3,4,1,1,23,1,1,1,1,5,1,4,2,2,3,2,3,7,3,1,3,6,1,3,2,2,1,1,4,5,3,2,2,7,2,10,2,3,2,2,4,4,2,5,2,1,3,2,2,1,2,5,1,1,1,4,3,2,3,3,7,4,1,2,2,1,4,2,2,2,3,4,1,3,2,2,3,4,1,5,4,3,6,1,2,2,1,1,6,2,3,2,1,3,1,4,4,2,5,2,11,1,1,4
8
+ 1,5,1,1,1,1,1,6,1,1,1,1,2,1,12,3,6,1,2,1,1,1,1,1,1,1,2,1,1,1,1,1,1,1,5,1,3,2,1,1,1,4,1,1,1,1,1,1,1,2,1,1,1,1,1,4,5,1,1,2,1,1,1,1,1,1,3,1,1,2,1,7,1,1,2,2,1,2,1,2,2,1,2,2,1,2,2,4,2,5,1,1,2,1,2,1,1,1,1,2,1,2,1,4,1,4,1,1,1,1,1,2,4,1,2,9,4,2,1,2,1,1,1,1,5,1,1,1,1,7,1,1,1,1,1,1,1,1,1,1,2,1,6,4,1,1,1,1,1,1,1,1,1,1,8,1,5,2,2,1,1,2,1,1,2,6,5,1,1,1,1,1,1,2,4,2,1,1,10,1,2,1,1,1,1,1,1,1,6,7,1,1,6,1,1,1,1,1,1,2,1,2,2,2,3,1,3,6,1,1,1,1,1,1,1,1,1,1,1,5,1,1,4,1,1,1,1,1,1,1,1,1,1,3,6,1,1,1,1,1,1,1,1,1,2,2,10,4,1,1,1,1,3,1,1,1,4,1,2,1,1,1,1,1,1,1,1,2,1,2,2,6,1,1,3,4,1,2,1,2,1,1,1,4,1,1,1,1,6,1,4,1,5,2,1,1,1,2,2,1,3,1,4,1,1,3,1,2,5,1,1,1,1,1,1,1,1,1,1,9,1,1,1,1,4,1,1,1,1,5,1,1,1,1,3,1,1,1,2,2,1,6,1,2,1,1,1,1,1,1,2,1,5,1,1,1,2,1,1,1,1,1,2,5,5,1,1,1,4,1,1,1,2,1,2,8,6,1,1,1,1,1,1,1,1,1,1,2,5,1,1,1,1,1,4,1,1,1,2,2,4,1,1,1,2,1,3,1,1,1,1,2,5,1,2,1,1,1,2,1,1,4,1,1,1,1,1,1,1,1,2,6,1,1,1,1,2,2,1,1,1,3,6,1,4,1,1,2,1,1,1,1,1,1,2,2,8,1,1,1,1,1,1,1,2,1,1,3,1,1,3,1,3,1,1,1,4,1,1,1,2,1,4,1,1,1,1,1,1,1,1,5,1,1,1,3,1,1,1,1,2,1,1,3,2,2,1,1,1,5,1,2,1,1,5,1,1,1,2,1,1,1,5,1,1,1,1,2,2,5,1,4,1,1,1,1,1,1,1,1,2,11,1,1,4,4,1,1,4,1,1,2,1,1,1,1,1,1,1,1,12,1,2,1,1,1,3,1,1,1,2,1,1,2,8,1,4,1,1,1,1,1,1,2,2,1,1,2,8,1,1,1,1,1,3,1,1,1,1,2,4,1,1,1,1,1,1,1,1,4,1,5,1,1,2,1,5,1,3,1,2,1,1,1,1,2,2,2,4,3,1,1,2,1,1,2,1,2,1,1,2,1,5,1,1,1,1,1,1,1,1,3,1,3,1,4,1,1,2,1,1,1,1,4,1,5,1,1,1,1,1,3,1,1,1,1,9,1,3,1,2,1,1,1,1,1,1,3,1,6
9
+ 1,1,10,2,2,2,8,2,1,4,2,5,1,1,8,1,5,2,5,1,1,1,1,3,5,2,2,2,3,1,3,2,3,2,2,4,1,1,3,4,2,2,1,3,2,2,2,1,2,2,2,2,5,4,2,1,2,1,1,1,1,4,1,1,1,1,3,18,2,1,8,1,2,2,1,1,2,1,1,1,3,2,7,3,1,2,2,2,2,6,4,1,2,1,1,1,2,1,1,2,1,1,1,7,2,1,1,2,1,3,2,1,2,5,7,1,2,1,3,2,1,2,3,8,1,3,2,1,2,7,1,1,3,2,1,2,2,3,1,1,2,2,4,1,6,1,1,1,2,1,2,2,1,1,1,1,1,1,2,1,1,2,2,2,2,1,1,3,1,1,5,4,2,2,2,1,3,1,1,1,7,3,1,3,2,9,3,2,1,2,1,3,2,2,1,1,1,1,9,3,1,6,2,1,2,2,4,9,15,1,2,7,1,2,1,1,1,4,1,5,1,7,9,1,3,1,1,2,3,1,2,5,2,2,4,1,3,1,4,1,4,2,2,2,2,8,1,2,1,3,1,1,3,1,1,5,2,2,2,1,1,3,1,3,3,2,1,3,1,6,1,2,1,1,1,1,3,2,1,2,1,2,1,1,1,1,3,2,2,3,10,2,1,1,4,1,2,1,3,2,1,6,1,6,1,6,2,5,1,1,2,1,2,2,1,8,4,4,1,1,2,2,7,3,1,1,1,1,2,2,3,3,1,3,2,3,3,1,2,10,2,2,1,2,3,3,5,1,2,1,1,8,1,1,2,1,2,2,1,1,1,5,1,9,1,3,3,2,1,2,3,1,3,4,1,1,2,3,2,1,3,3,2,1,5,4,1,5,2,2,2,2,4,1,2,13,2,2,2,1,1,3,1,1,2,2,3,1,7,2,5,1,1,1,2,1,3,5,1,1,1,3,4,1,3,1,3,3,1,3,2,1,8,2,4,1,1,2,10,1,1,12,3,3,1,2,2,3,1,1,1,2,1,1,2,7,1,4,4,7,4,5,1,1,2,1,1,1,2,2,4,2,3,1,2,13,6,3,2,3,1,1,1,2,5,2,3,8,2,1,1,2,1,4,1,6,2,1,2,3,16,4,1,1,13,11,3,3,2,2,1,1,5,1,1,2,7,5,1,2,3,3,1,1,7,1,3,1,1,1,4,1,3,2,1,1,5,4,3,2,1,3,2,1,12,1,2,1,1,1,1,1,1,3,2,2,6,5,1,15,2,1,1,6,1,4,2,4,1,1,1,4,1,1,1,2,2,2,7,3,3,3,2,1,1,5,8,1,1,1,2,10,1,9,3,2,2,1,2,1,5,2,1,2,1,2,3,1,1,11,3,2,1,1,3,3,1,1,2,2,1,3,12,5,1,2,4,2,2,4,2,3,2,2,3,3,10,4,4,1,1,1,3,6,4,2,13,1,3,2,1,1,1,1,1,3,3,2,1,3,1,4,3,3,4,5,2,1,5,2,1,2,3,1,9,1,4,7,12,2,1,3,2,2,3,1,2,2,2,2,2,2,2,2,2,2,2,6,3,3,1,2,1,1,1,2,2,1,2,3,1,2,1,10,1,1,2,1,1,1,3,1,3,2,3,2,1,7,2,1,5,1,3,2,3,1,3,2,3,1,2,1,3,5,4,1,5,1,6,1,1,10,1,2,2,2,3,4,2,3,1,2,5
10
+ 7,9,6,5,4,6,1,3,4,3,5,1,9,2,2,3,2,3,7,3,3,2,3,5,3,3,3,5,3
11
+ 5,6,2,2,2,2,2,2,2,2,2,3,2,31,2,4,2,2,3,1,1,4,1,1,2,1,3,1,1,3,2,2,3,1,2,2,2,5,1,3,2,2,1,3,1,1,2,2,3,4,13,3,2,11,7,3,2,2,2,4,1,5,1,2,2,1,1,2,1,2,1,4,3,2,2,6,3,1,2,2,4,3,3,2,2,2,5,2,1,6,3,3,1,2,7,1,2,12,2,5,1,1,5,3,5,2,1,1,3,1,1,3,1,3,1,1,2,1,7,2,4,3,4,1,2,3,2,5,2,1,2,1,3,1,2,1,4,6,2,2,3,2,4,2,2,21,9,20,2,3,2,5,5,14,2,3,2,2,2,2,4,2,2,2,1,4,8,1,4,2,1,3,3,3,1,5,3,4,1,3,2,1,2,3,3,2,3,3
12
+ 1,1,1,1,2,2,2,1,3,6,2,7,1,2,3,1,10,3,1,7,3,3,1,2,1,1,3,1,1,2,1,3,3,11,1,2,2,2,2,4,1,2,3,1,1,3,1,1,5,2,1,1,2,2,4,3,3,2,1,5,1,2,1,1,1,1,1,2,2,1,1,1,9,1,10,2,1,5,5,4,1,3,1,1,4,1,2,3,1,4,1,1,5,3,1,1,2,1,1,2,1,2,2,3,1,4,7,2,3,1,1,1,3,22,2,1,2,1,2,1,1,1,1,1,1,1,1,1,2,6,1,4,14,2,5,2,3,3,8,1,1,6,6,1,1,1,1,6,1,7,4,1,2,1,10,2,4,1,2,1,2,3,2,2,3,3,1,5,1,4,6,10,9,1,1,4,1,8,1,6,2,1,1,1,12,1,3,1,1,12,2,1,2,1,1,1,1,1,3,3,1,1,6,1,1,1,6,1,1,1,1,1,1,2,1,1,1,2,1,4,6,8,4,1,1,3
13
+ 4,1,1,2,2,1,1,1,1,1,3,1,2,10,2,2,1,2,1,1,5,7,1,2,2,4,1,2,1,1,2,1,2,2,3,2,2,1,3,1,3,3,4,1,1,2,3,4,2,2,1,4,2,1,2,3,3,2,1,1,2,2,2,3,2,3,4,2,1,1,2,3,5,3,4,2,2,4,1,1,4,3,11,7,1,3,4,3,1,1,6,2,2,1,2,1,3,5,2,3,4,1,2,4,2,5,4,3,1,10,4,2
14
+ 2,2,2,4,1,3,5,2,5,2,10,3,2,3,2,1,1,1,3,1,4,3,3,1,1,1,2,1,6,2,4,1,5,5,2,3,1,6,3,3,1,2,3,5,2,1,2,1,5,2,3,5,22,2,3,4,1,3,2,3,2,7,3,2,2,5,9,4,5,1,1,4,7,1,5,1,1,3,1,2,1,4,1,3,5,2,1,1,11,3,5,4,2,2,1,8,1,1,1,2,2,3,3,4,4,2,3,3,1,4,4,2,1,2,4,2,2,2,8,3,3,2,3,9,5,3,4,3,2,1,2,1,2,4,4,2,1,4,4,2,2,1,2,2,1,2,2,3,6,1,2,1,1,1,2,1,4,1,4,3,3,6,1,3,5,1,2,3,5,2,2,2,4,5,2,5,2,5,3,4,2,3,4,3,1,1,3,5,4,2,4,3,1,1,4,2,4,2,7,1,2,3,5,6,2,3,2,5,11,3,1,4,2,4,2,2,1,3,4,5,2,2,2,6,2,2,1,3,3,3,2,5,2,2,1,2,7,3,3,3,4,3,1,1,1,5,5,5,1,1,1,1,1,1,4,3,2,24,4,2,1,1,4,4,3,1,2,3,4,1,1,3,3,3,6,2,1,7,4,3,1,2,3,1,3,2,1,3,3,2,2,2,3,2,1,4,3,2,3,1,2,2,1,7,1,8,2,3,2,2,14,2,3,1,2,14,2,2,2,2,2,2,1,2,2,4,3,1,1,1,5,3,4,2,5,2,3,5,12,2,3,1,7,1,1,4,4,1,2,2,4,2,2,1,3,1,2,3,3,4,4,2,1,2,1,2,4,3,2,2,3,2,1,1,4,3,1,1,2,3,3,6,1,7,1,1,5,1,1,6,8,2,2,5,2,3,1,8,2,2,1,2,5,1,1,1,4,2,1,2,2,1,1,7,3,3,8,1
15
+ 1,4,4,2,1,4,2,3,2,7,2,2,5,12,4,3,1,1,5,1,2,2,1,4,5,6,3,7,5,3,10,1,5,1,3,5,2,1,3,2,2,5,2,1,12,1,12,2,4,2,1,1,5,4,1,2,4,2,2,1,5,3,2,4,3,3,1,1,2,1,7,3,5,4,1,4,2,1,5,2,9,7,3,3,1,1,1,10,8,1,4,1,4,1,3,1,2,4,1,2,2,4,7,1,6,7,4,5,2,2,1,4,4,3,1,1,3,6,2,3,4,1,7,2,1,6,1,5,2,3,1,3,1,1,7,2,4,3,2,3,6,2,5,1,3,3,4,1,6,1,5,2,8,6,6,2,3,3,1,2,1,7,2,2,1,5,2,5,1,3,3,1,2,2,1,2,1,4,1,1,4,3,2,1,6,1,3,2,4,5,4,2,1,2,1,1,2,1,3,1,1,3,3,2,2,7,1,2,2,1,1,3,1,1,4,1,6,2,1,1,1,1,2,1,4,2,1,3,7,1,10,4,3,3,1,5,3,3,1,5,5,6,6,1,5,4,1,4,3,3,4,6,4,1,6,2,6,3,1,4,2,1,3,1,3,1,2,2,1,2,1,8,3,6,1,1,2,1,2,1,3,7,1,2,3,1,2,7,4,4,1,7,3,1,5,2,3,2,1,1,10,2,5,2,5,1,5,1,1,6,5,1,5,3,3,4,5,2,1,6,3,7,2,4,3,2,3,4,4,2,4,1,1,4,1,1,1,5,2,4,1,1,2,3,6,1,5,5,2,3,5,1,2,13,2,1,6,2,5,5,1,5,6,1,1,1,4,1,1,7,2,8,4,4,2,1,1,5,1,1,15,1,2,2,1,5,9,3,1,1,2,1,2,3,1,2,2,1,1,2,1,1,5,3,6,2,2,4,1,1,5,3,9,1,1,2,2,2,1,1,2,1,4,8,10,1,6,1,4,1,6,3,5,2,4,5,1,2,1,1,8,1,2,9,2,7,3,5,3,1,8,1,1,2,1,3,7,1,1,1,7,17,3,5,14,1,12,4,1,1,2,4,5,6,4,1,13,4,1,1,9,1,1,2,2,2,8,2,1,1,2,7,1,2,5,3,3,3,6,7,1,2,1,8,7,3,3,3,1,2,4,3,5,6,1,9,5,1,1,3,2,7,3,1,1,2,1,3,1,2,1,2,1,1,2,9,1,3,5,5,1,5,1,2,3,4,7,4,1,2,4,4,1,1,5,9,11,1,5,2,4,2,2,6,1,2,3,2,2,7,2,4,2,1,2,4,1,2,5,5,5,1,4,4,1,7,1,2,1,5,2,6,2,3,6,1,1,1,1,12,7,1,1,1,4,4,5,5,7,1,4,7,3,4,1,1,1,1,2,7,2,3,5,4,3,3,2,2,1,10,1,1,1,3,1,1,1,2,1,1,2,5,5,3,1,3,2,2,9,7,7,2,1,1,2,5,1,4,2,1,4,7,2,1,1,4,3,4,3,3,1,1,8,2,1,10,4,4,2,5,1,2,4,1,17,2,1,1,1,3,1,2,1,1,1,4,4,3,4,1,1,9,1,2,3,1,2,1,2,5,5,1,3,4,5,7,7,7,2,2,5,1,4,1,1,2,2,3,4,3,5,1,2,4,1,5,1,3,3,1,6,1,3,11,1,5,1,7,2,2,2,1,4,3,2,2,3,2,1,2,2,1,5,1,1,4,1,5,2,2,4,1,1,1,1,1,3,4,3,7,4,2,1,2,3,3,1,3,2,1,1,2,1,1,15,4,2,3,1,4,9,9,1,1,1,1,3,4,1,5,1,5,2,1,1,5,1,1,5,3,1,1,4,3,1,1,2,1,1,1,2,1,1,2,1,1,7,1,3,1,1,1,2,2,1,7,1,1,1,6,2,2,1,4,5,2,1,2,3,2,2,10,2,1,3,4,1,4,1,5,2,2,4,2,2,9,4,12,3,19,3,5,2,2,1,2,4,1,4,1,1,2,1,2,3,1,1,5,6,1,1,1,2,6,1,4,1,1,3,5,12,1,1,1,1,4,1,2,1,4,1,1,4,1,2,4,5,3,3,2,4,1,1,2,2,1,1,7,1,1,3,1,2,1,1,5,2,3,10,2,5,3,2,2,2,3,4,2,1,1,3,1,1,1,2,2,3,1,4,3,1,4,5,2,1,3,2,3,9,3,3,3,3,3,1,2,1,5,12,4,3,1,7,1,4,1,6,5,2,3,4,6,2,1,1,2,2,1,2,10,2,2,2,2,1,3,5,1,2,5,3,1,4,3,5,3,9,1,1,5,8,1,1
16
+ 1,1,1,4,1,1,1,1,8,1,1,3,5,1,1,1,1,1,3,3,11,2,1,3,1,1,1,3,1,1,1,7,1,1,1,2,7,1,1,1,1,1,2,1,1,1,15,2,7,1,1,7,2,1,5,1,1,1,1,1,5,1,1,1,7,5,2,3,1,1,1,1,2,1,1,5,1,1,2,2,1,1,3,1,3,1,9,2,7,1,7,1,5,1,1,1,1,1,1,1,1,4,1,5,1,1,1,2,1,7,1,3,1,1,1,1,2,5,1,1,1,1,3,2,1,1,1,1,2,1,1,1,1,1,3,1,1,6,1,1,7,4,1,1,4,1,1,1,9,3,6,2,2,7,2,5,27,2,8,3,3,7,3,2,4,3,2,10,3,1,2,6,6,1,6,3,2,1,2,4,10,5,2,1,1,4,1,1,1,1,2,3,2,7,3,4,4,11,4,2,3,1,1,3,7,1,4,2,3,4,6,9,3,4,1,1,2,16,1,4,2,3,1,1,8,1,8,1,6,1,2,2,1,1,4,2,2,1,1,6,6,6,7,9,3,1,3,2,5,1,2,8,5,4,1,4,2,13,1,1,1,6,3,7,10,7,3,1,1,4,1,1,9,7,7,5,8,1,7,5,2,9,4,4,6,1,2,2,1,2,1,1,1,1,1,3,1,5,9,8,8,2,9,8,2,3,4,2,3,11,1,6,1,1,1,1,5,1,3,1,1,1,1,1,1,7,1,1,1,1,1,1,2,1,1,1,1,2,1,1,1,4,1,1,1,3,2,8,1,3,2,1,1,1,2,1,1,1,4,2,2,2,1,2,14,14,1,1,1,3,1,1,1,3
17
+ 2,1,2,1,3,1,1,4,1,5,1,4,1,2,2,2,2,4,3,6,2,1,2,2,2,2,1,2,1,2,2,1,3,3,2,11,1,4,2,1,1,1,1,1,1,2,1,3,1,2,1,1,3,2,4,1,1,1,3,3,2,1,1,3,1,1,1,1,2,2,1,2,2,1,3,1,2,1,1,1,1,1,1,1,2,4,1,2,1,1,2,1,2,3,1,3,3,1,1,1,2,1,2,1,4,1,1,1,1,1,1,1,2,2,2,6,1,1,2,1,2,1,3,2,2,1,2,3,3,1,1,1,2,6,1,2,1,1,2,2,2,2,2,1,1,1,2,3,2,2,3,2,1,2,2,1,1,1,2,1,1,2,2,1,2,2,1,1,5,1,4,2,4,2,2,3,2,2,3,1,3,1,9,1,3,1,1,3,3,2,1,6,3,1,4,2,2,2,2,3,1,1,1,7,3,1,1,1,1,2,1,1,3,2,5,1,1,2,2,2,3,3,2,7,1,2,1,2,1,2,4,3,1,3,1,1,2,2,2,3,1,2,1,2,2,1,5,1,3,1,2,4,1,2,1,1,2,3,1,2,1,1,2,1,1,2,3,1,1,1,1,1,2,3,2,1,5,2,2,1,1,5,1,2,1,2,3,1,2,1,2,2,1,1,1,1,1,2,3,3,1,2,1,2,3,2,1,1,1,1,3,2,2,2,1,2,1,1,3,1,1,6,1,4,1,1,2,2,1,2,1,1,1,2,1,1,1,1,2,4,4,1,14,1,1,1,2,1,1,3,2,3,5,4
18
+ 5,7,6,2,2,1,2,2,1,3,8,2,2,2,3,2,1,1,3,11,4,2,4,2,2,3,1,1,5,1,1,1,2,1,3,2,2,3,1,1,1,1,3,3,2,1,6,4,4,3,3,1,2,3,1,3,2,2,2,10,1,3,3,2,1,2,2,1,10,2,2,3,3,1,4,2,3,1,1,1,1,6,2,1,2,3,2,3,2,1,3,1,5,2,1,2,1,5,1,4,2,1,3,3,1,1,2,1,2,1,3,6,2,1,7,5,4,4,2,3,3,2,3,2,1,1,3,2,3,4,1,2,5,3,2,5,1,1,10,2,2,3,2,8,20,3,2,1,4,7,1,2,3,6,1,1,1,5,2,2,10,3,4,1,9,5,1,9,6,4,4,2,5,2,3,5,3,4,10,3,1,1,3,4,1,2,3,7,1,2,1,2,1,3,7,11,1,1,2,5,1,9,2,6,2,2,2,1,10,2,6,2,4,1,5,4,3,1,1,1,5,4,2,3,3,1,1,4,6,4,2,3,10,3,1,8,2,3,2,2,2,16,4,1,2,4,10,2,3,2,1,5,3,2,1,2,8,1,2,8,2,1,1,1,2,8,2,1,2,5,2,8,1,7,1,2,1,6,6,5,1,2,4,1,3,5,3,1,2,6,2,1,2,1,2,1,1,1,3,2,2,2,2,5,3,5,4,2,1,2,1,2,2,4,1,1,1,1,1,2,1,3,7,2,5,8,4,5,14,6,6,2,1,2,2,2,1,3,2,2
19
+ 7,10,2,4,6,6,3,2,3,4,3,3,2,2,3,2,4,4,1,1,5,1,2,1,2,7,4,5,8,3,2,2,1,2,7,2,1,6,3,3,1,1,1,12,3,1,2,2,1,8,2,12,11,4,2,5,5,1,1,1,1,2,7,9,5,4,3,1,4,1,2,2,4,6,1,5,6,13,2,7,1,2,2,3,1,2,6,1,12,5,2,2,1,12,1,1,4,1,1,3,4,2,2,4,1,5,3,2,1,10,1,1,2,5,1,2,1,3,2,9,3,2,1,13,2,1,4,2,9,4,2,4,5,1,2,9,3,2,2,1,4,2,1,3,8,2,20,3,3,2,1,1,5,6,4,6,2,2,4,2,2,3,2,2,2,4,1,2,1,1,1,7,10,1,5,2,2,2,5,6,8,1,2,4,9,5,2,1,1,4,3,1,3,1,2,2,1,4,1,5,1,2,1
20
+ 2,28,2,2,2,1,1,6,5,4,6,5,5,3,2,5,1,1,1,1,1,1,1,1,1,4,1,1,1,1,1,1,1,5
21
+ 2,1,3,5,1,2,1,3,7,3,2,2,2,1,1,1,1,4,4,1,2,1,3,6,13,3,3,6,1,1,2,1,2,4,2,2,3,2,1,1,1,2,3,2,1,3,3,2,1,3,2,1,1,4,1,8,4,2,3,6,2,2,1,1,2,2,2,5,2,1,2,3,1,3,2,2,3,2,3,1,1,1,4,2,1,2,1,5,1,3,2,3,1,3,5,2,5,2,2,10,2,2,2,1,1,2,1,6,5,1,1,3,1,1,1,1,11,1,3,2,1,1,2,3,1,1,1,2,2,2,3,3,1,1,3,2,3,1,5,3,1,1,2,3,4,1,1,2,2,1,5,3,4,1,1,4,3,2,2,4,1,3,3,1,1,4,4,4,1,1,3,2,2,9,2,1,2,3,4,1,3,1,4,8,3,2,1,3,1,2,5,6,2,10,2,2,3,5,3,2,1,2,5,1,3,2,2,3,1,5,2,1,3,1,4,5,1,3,2,3,3,1,2,1,3,1,2,5,1,1,3,1,2,4,8,1,2,3,3,1,1,3,1,1,2,4,1,3,10,6,1,2,1,1,1,3,1,4,3,5,2,3,2,1,1,2,2,2,2,2,2,1,1,3,1,10,3,2,2,5,3,1,5,2,3,3,2,3,1,2,1,2,1,5,8,1,1,2,2,1,2,2,2,3,5,1,1,3,3,1,1,1,2,1,2,3,1,2,2,4,1,2,2,1,1,2,3,12,2,3,1,2,1,1,3,1,1,4,2,1,2,1,1,3,1,2,2,2,1,3,2,2,1,5,1,4,1,2,1,11,2,2,1,3,4,3,2,3,3,4,2,3,1,2,2,3,6,3,3,1,4,1,2,1,1,1,2,1,1,1,4,2,1,1,3,1,3,4,1,2,4,1,2,2,1,3,3,1,1,2,1,2,6,1,1,2,2,1,3,3,1,4,2,2,2,4,1,1,3,2,1,5,4,1,2,1,1,1,2,2,2,2,1,1,1,6,2,1,3,2,1,1,6,1,2,2,2,1,1,6,4,1,4,1,2,3,4,2,1,2,4,2,5,3,3,2,3,2,3,3,2,4,1,2,1,2,3,4,2,3,1,2,1,2,2,1,2,3,1,1,1,3,2,2,1,1,18,4,6,2,1,2,2,1,1,1,2,1,7,1,3,2,1,2,1,1,3,2,2,3,3,5,3,10,2,2,5,3,1,2,2,1,2,7,3,1,2,4,4,4,1,1,1,6,1,1,8,2,3,2,1,2,1,3,1,3,1,3,3,3,2,2,2,2,3,3,3,2,4,2,2,4,3,1,5,3,2,4,1,2,1,2,9,1,2,3,1,2,2,3,3,3,2,3,2,6,2,2,2,1,1,1,2,2,3,2,2,4,2,2,14,2,1,1,2,1,2,4,3,1,3,1,2,5,5,3,1,2,1,1,5,2,1,1,3,3,1,1,1,1,6,2,1,3,4,4,2,4,2,3,1,2,1,2,4,4,3,2,3,1,2,1,9,3,3,3,1,1,3,5,1,1,2,2,1,2,3,2,1,2,4,1,3,2,4,1,2,1,2,2,1,1,3,1,2,1,6,3,9,2,2,1,1,1,3,2,3,1,4,2,5,1,2,7,1,2,2,4,12,4,2,3,2,3,2,1,5,1,1,1,6,4,3,1,6,2,3,1,3,2,3,1,4,1,2,2,3,3,5,2,6,4,1,1,3,3,1,1,11,4,1,2,8,6,1,4,2,2,3,2,2,2,6,2,2,2,3,1,3,2,4,1,3,3,2,1,2,2,1,5,1,2,1,1,1,4,2,6,3,2,1,1,3,1,2,3,4,1,4,2,5,1,6,1,3,3,1,2,5,2,3,7,1,1,2,3,1,2,1,2,1,2,1,1,3,1,2,2,1,2,1,2,1,3,1,1,2,1,9,3,3,1,2,1,2,2,1,2,1,2,4,2,2,5,4,2,2,1,4,2,3,4,4,1,1,2,7,4,1,6,1,4,2,3,1,2,1,3,1,2,1,2,1,2,2,1,2,3,2,10,2,1,2,2,1,1,8,3,3,1,2,1,1,2,2,2,3,6,2,2,2,1,4,2,6,3,1,1,1,2,2,7,3,1,4,1,1,2,2,2,4,5,1,1,1,7,2,3,3,2,3,4,1,2,3,1,2,1,1,3,2,2,1,1,2,1,2,2,1,4,1,1,1,2,3,1,2,1,2,2,2,2,2,1,2,1,2,5,7,4,3,2,2,1,2,2,2,3,1,1,1,1,3,3,4,3,1,2,1,1,2,1,3,2,5,2,1,3,2,7,3,4,4,1,2,2,1,2,6,2,5,1,3,2,5,1,4,2,2,4,2,1,1,2,7,3,2,2,2,1,1,2,2,2,5,2,2,3,5,1,8,4,1,1,2,14,2,5,2,1,2,3,1,3,2,1,3,6,2,3,1,2,1,2,2,2,1,1,1,1,3,1,3,4,1,1,3,1,6,2,2,1,1,1,1,2,1,4,6,2,8,2,2,1,1,1,2,6,1,3,1,2,1,2,4,5,3,6,3,3,3,2,4,2,2,2,1,4,3,1,2,2,2,3,4,2,3,8,1,1,1,4,7,2,2,2,6,3,3,1,3,5,4,1,3,2,1,2,2,2,2,2,3,2,3,1,1,1,1,3,2,3,1,3,1,5,2,4,1,2,6,2,1,1,3,1,2,5,1,3,4,2,3,3,4,2,2,1,1,2,2,3,2,7,3,1,2,4,1,2,2,5,3,1,1,2,6,12,2,2,2,2,1,2,3,2,1,2,1,2,3,4,4,3,1,2,1,4,3,2,1,1,1,2,1,2,1,5,1,2,6,1,2,2,1,5,1,6,1,1,1,1,4,2,2,1,3,3,3,2,7,1,3,1,2,2,5,2,4,1,1,3,2,1,2,2,1,2,2,3,2,1,2,1,3,4,4,1,1,2,1,1,8,4,2,2,1,2,1,1,5,1,1,2,5,7,2,3,5,2,1,2,3,2,6,2,2,1,1,1,9,4,2,8,2,1,5,2,2,2,1,3,1,1,2,3,2,4,1,2,3,2,1,1,3,6,3,5,4,1,2,2,1,2,2,3,2,3,1,2,3,3,4,1,3,2,1,2,3,1,3,3,2,3,1,3,4,3,1,4,1,2,2,5,2,1,3,1,2,3,2,2,1,1,1,4,4,2,1,1,3,1,5,4,8,4,1,1,4,1,2,1,1,2,3,1,6,1,8,1,1,2,2,2,11,4,1,4,2,4,2,1,1,2,2,1,6,2,4,1,2,1,2,2,5,1,1,2,2,1,2,3,3,10,3,1,3,2,7,5,4,1,5,1,1,2,2,6,3,2,3,2,4,2,1,5,2,1,2,4,2,2,1,5,2,3,4,3,1,1,2,2,3,1,1,5,1,3,3,1,2,5,1,2,1,1,2,6,1,6,2,1,7,2,3,1,2,6,4,2,1,4,2,2,1,6,3,4,4,2,2,2,2,2,2,1,1,2,1,1,2,3,3,1,4,3,1,2,1,1,1,6,2,1,1,4,1,2,2,1,1,3,4,1,1,1,1,4,4,1,2,1,2,1,2,2,1,4,2,2,2,1,3,2,1,2,1,3,1,1,1,3,2,6,1,1,2,2,7,1,1,4,1,3,1,1,2,1,3,1,7,1,1,1,3,1,2,3,1,2,1,2,3,1,1,1,3,1,1,2,1,1,1,1,1,8,3,2,2,1,1,3,1,9,2,2,1,1,1,2,1,4,1,2,4,4,2,1,1,1,1,11,1,1,1,2,1,1,3,1,3,2,1,3,5,2,1,1,1,3,1,1,4,2,5,2,2,2,3,4,2,1,3,4,4,2,1,1,3,1,1,1,3,2,2,4,2,1,3,3,1,1,5,1,4,1,5,1,1,3,6,1,2,2,4,1,12,2,3,1,2,1,3,1,1,4,1,2,1,2,1,1,5,1,3,3,2,2,1,4,2,2,3,2,1,2,2,1,2,2,5,5,2,2,1,3,1,8,3,1,1,3,1,1,4,1,1,5,1,2,1,4,1,1,5,1,1,2,3,2,1,1,1,1,1,1,4,7,3,2,1,2,1,1,1,2,4,1,2,1,1,2,6,4,6,2,2,1,2,1,3,2,1,2,5,2,2,1,1,2,4,8,2,3,1,1,1,2,1,1,7,2,5,2,1,2,3,3,1,2,1,3,1,2,1,1,4,1,2,3,6,1,3,2,1,1,1,4,4,2,1,2,1,1,2,2,3,1,6,2,1,2,1,2,1,1,1,2,2,3,4,1,2,4,1,1,2,1,2,2,1,2,2,2,1,2,3,3,6,2,1,1,1,1,2,4,1,1,1,9,1,1,2,2,1,2,1,6,1,3,1,1,1,1,1,4,1,2,4,2,2,3,4,1,3,4,2,4,1,2,1,2,2,1,1,7,1,1,2,5,1,1,2,2,5,4,3,1,4,4,1,2,2,2,3,4,5,2,1,1,1,1,7,1,8,1,1,2,1,1,3,1,1,2,4,2,2,1,1,3,3,1,2,1,4,2,1,5,1,2,1,4,1,4,1,1,3,4,5,5,1,1,1,3,1,11,1,2,6,2,1,2,2,2,2,2,1,3,4,1,1,3,2,3,1,1,2,2,1,1,3,1,3,3,2,1,2,2,1,3,1,5,8,1,1,1,2,1,4,1,1,3,4,3,2,2,1,5,3,3,1,2,1,3,6,1,2,2,4,1,1,1,1,2,4,1,3,2,1,1,3,1,1,2,1,3,1,3,1,1,3,2,3,2,3,1,1,2,2,4,1,3,3,2,3,3,3,3,1,1,1,1,1,3,3,2,3,3,1,1,2,1,2,3,3,2,1,1,1,1,2,1,2,6,2,1,6,1,1,2,1,4,1,1,4,2,3,1,2,1,1,3,3,1,5,8,1,1,2,1,3,2,1,1,2,2,1,2,1,1,1,4,1,3,5,2,1,2,2,4,1,5,1,4,5,1,2,3,1,1,4,2,1,1,2,3,2,2,1,13,2,1,2,3,1,1,6,3,1,1,3,4,2,5,1,2,1,1,1,4,1,1,7,1,1,1,1,1,3,3,3,2,1,8,1,2,3,3,1,3,2,1,1,3,2,1,1,4,6,1,1,6,2,2,1,1,3,3,1,2,1,3,1,3,5,2,1,1,4,1,2,1,2,2,1,4,1,2,1,4,2,1,1,3,1,3,1,1,4,1,3,1,1,1,2,2,4,1,2,3,1,2,2,3,4,1,1,1,2,5,1,3,3,1,3,2,1,1,11,1,3,7,2,1,5,1,2,1,1,1,3,6,1,1,2,1,3,1,1,2,5,3,2,1,2,5,5,1,1,3,8,2,1,1,5,1,1,2,3,1,3,1,3,3,2,2,1,3,3,1,1,1,3,1,3,2,1,1,1,3,1,2,5,3,2,2,4,1,1,6,1,2,1,1,1,7,1,1,2,2,4,1,1,2,4,1,1,1,1,4,1,1,4,1,2,1,1,1,5,1,1,2,2,4,2,1,2,4,1,1,1,2,1,2,2,1,1,4,6,3,1,7,1,1,1,3,1,2,1,1,7,1,2,3,2,4,1,2,6,4,4,2,1,1,2,3,1,1,1,3,4,2,1,1,1,2,3,2,1,2,1,2,2,1,1,1,4,1,1,3,5,1,1,4,1,1,1,2,4,2,1,1,2,6,1,1,1,2,3,2,3,1,7,4,1,1,1,3,1,1,5,1,1,2,2,1,3,1,1,1,4,1,2,6,4,2,2,1,7,1,1,1,5,1,1,2,3,1,2,1,2,4,1,1,1,4,4,1,2,2,2,2,1,3,1,2,1,5,1,1,3,1,1,1,4,2,3,4,2,1,1,1,4,2,1,1,1,7,1,2,1,2,4,1,1,2,4,3,1,1,1,3,3,2,1,1,1,5,1,1,1,1,1,4,1,1,5,4,1,2,2,3,7,4,2,2,1,1,2,1,6,2,1,8,1,1,1,2,1,7,1,4,1,3,1,1,1,5,4,1,1,4,6,2,2,1,4,1,1,2,3,1,1,1,1,3,1,4,1,1,1,1,1,3,3,1,1,1,1,2,4,2,1,1,1,3,1,3,4,1,1,1,1,6,2,5,1,2,1,12,1,3,5,1,2,1,1,4,1,1,2,6,1,2,2,5,1,2,5,1,1,2,3,1,4,1,5,5,1,1,2,4,1,1,2,2,1,1,1,1,3,1,1,2,2,3,1,1,3,1,4,2,3,4,2,2,2,5,1,1,1,2,3,1,1,1,1,4,1,1,1,6,2,2,1,1,2,1,5,1,1,6,1,1,2,1,3,1,1,2,2,2,2,2,1,2,1,1,2,1,1,1,4,6,1,2,2,1,2,3,2,1,2,2,1,3,2,1,1,2,3,2,2,1,1
22
+ 2,2,2,1,2,3,4,1,4,2,1,1,3,1,3,2,1,2,1,1,1,1,4,1,3,5,1,3,7,2,3,1,5,1,3,3,4,1,1,1,2,2,5,1,8,3,1,1,1,1,1,1,3,5,10,1,4,2,1,5,3,1,3,3,1,1,2,2,2,3,4,3,8,1,1,1,4,1,2,4,2,1,1,2,2,4,2,1,1,2,1,4,2,4,1,1,1,3,1,3,1,3,2,1,1,2,2,1,4,1,2,1,3,1,1,3,2,1,3,2,1,1,1,1,3,5,2,1,5,4,6,2,1,3,1,4,1,2,2,5,2,2,2,1,1,1,2,1,1,2,1,1,2,1,1,1,3,5,1,1,2,2,2,2,1,1,2,2,1,2,1,3,4,4,3,3,8,2,1,1,1,1,2,1,2,1,3,2,1,1,7,5,1,1,2,1,2,1,1,2,2,1,3,2,4,1,1,2,2,11,2,2,6,2,3,3,2,3,1,1,2,8,3,2,1,1,1,5,2,2,1,3,2,1,2,1,6,13,6,2,2,1,1,1,2,1,2,1,1,2,2,1,1,1,1,2,2,2,3,1,1,2,4,2,2,4,1,1,5,4,2,4,2,3,3,1,2,3,5,3,4,6,4,1,2,3,11,1,1,4,5,1,1,3,1,2,1,1,1,2,2,1,1,2,2,1,3,2,1,2,1,3,1,1,3,2,1,3,5,2,2,2,2,1,4,5,1,1,2,3,1,4,3,2,1,4,2,2,1,3,1,5,1,2,2,2,1,1,9,1,4,1,1,1,2,3,2,5,3,2,1,2,4,3,3,2,1,2,2,2,2,3,1,1,3,3,2,1,4,1,1,1,1,2,1,3,2,2,2,2,2,5,5,1,7,2,2,2,3,4,2,5,2,1,3,1,4,1,3
23
+ 1,1,2,1,9,1,2,2,1,1,5,2,1,1,2,4,1,1,1,1,1,1,2,3,3,1,1,1,1,1,1,1,1,1,1,1,3,13,2,4,1,1,1,3,4,1,2,3,1,1,1,1,3,1,2,1,1,1,1,1,1,1,4,1,1,1,1,2,1,1,1,4,1,1,1,2,1,1,1,2,1,1,16,1,1,1,1,1,3,1,1,1,1,1,1,2,1,1,1,1,1,1,1,1,3,2,1,1,1,1,1,1,2,2,1,4,1,2,1,1,1,1,2,1,2,1,1,1,1,3,1,1,2,1,2,1,1,2,1,1,1,1,1,2,1,2,1,4,8,1,1,1,1,1,3,1,1,1,2,1,1,9,2,1,1,9,1,1,2,1,7,4,2,1,17,1,1,1,2,1,1,4,1,5,1,1,2,1,1,1,1,4,1,1,5,2,1,1,1,2,1,1,4,3,1,1,7,1,5,1,1,1,1,2,1,1,1,1,1,1,1,1,1,1,2,1,1,4,1,1,3,2,2,1,1,1,1,1,1,1,2,3,1,3,2,1,1,2,1,1,2,2,3,1,6,1,1,1,1,1,1,2,1,1,2,1,1,1,1,2,1,2,3,1,1,2,1,1,5,1,1,1,1,4,3,1,1,1,1,1,1,3,1,1,2,1,2,2,1,2,1,3,1,1,1,1,3,5,1,3,1,6,2,1,1,1,1,4,1,2,3,2,1,4,1,1,4,2,4,2,7,10,1,1,1,1,3,1,3,1,5,21,2,3,1,3,2,4,1,3,5,4,1,2,1,1,1,1,3,1,1,2,1,1,2,1,2,1,1,7,2,3,1,6,2,5,1,4,3,1,2,1,1,5,1,2,1,1,1,1,2,4,1,1,8,1,1,1,2,1,2,2,2,3,4,2,1,1,2,1,1,4,1,2,1,1,8,7,2,1,1,3,1,11,1,3,1,2,1,1,1,2,1,5,1,2,1,1,1,1,1,3,1,2,1,3,2,1,1,1,1,2,1,1,2,5,1,2,5,1,1,3,3,2,2,14,1,5,1,3,1,2,4,3,1,1,1,2,1,2,4,3,1,1,5,2,1,2,1,3,2,1,1,1,1,2,1,2,4,1,1,1,1,3,1,1,1,1,1,1,1,4,1,1,7,5,1,3,3
24
+ 8,4,8,3,2,4,5,4,1,6,13,1,9,7,8,1,3,5,2,3,6,3,2,4,4,4,2,1
25
+ 1,1,4,3,3,3,5,5,2,1,1,2,1,2,2,1,2,2,6,1,4,3,4,6,5,1,5,2,4,5,1,1,3,2,4,4,4,6,4,2,1,1,3,1,2,1,1,1,2,2,2,1,3,3,3,1,2,1,3,1,4,2,3,2,2,2,3,4,1,3,4,1,1,1,1,1,8,2,3,3,1,3,1,1,1,2,2,1,1,2,5,1,1,5,2,5,3,3,2,3,1,5,2,1,1,3,1,5,7,1,1,3,3,1,1,1,1,6,6,1,2,4,3,5,1,2,2,1,2,1,3,6,1,1,1,4,1,2,1,1,5,1,1,5,1,4,3,1,2,2,3,1,3,2,3,2,1,2,1,3,1,4,1,1,3,2,1,1,2,3,4,6,1,1,4,1,1,2,6,3,2,2,1,4,4,1,2,7,2,4,1,1,4,3,5,4,3,1,2,1,2,1,6,4,5,2,2,2,1,4,3,7,2,6,2,4,2,2,1,1,5,1,2,6,6,3,7,6,2,1,2,1,1,2,1,2,2,2,5,1,2,1,14,2,1,2,1,3,2,8,2,3,17,5,1,3,4,3,2,6,1,6,2,7,3,5,3,4,3,3,1,1,1,1,2,1,8,2,1,2,3,5,2,7,1,1,1,1,3,4,1,1,3,2,4,1,2,2,2,2,6,4,1,3,1,4,1,1,5,1,2,1,4,5,1,3,1,3,1,3,1,1,2,1,1,1,1,4,1,2,1,2,3,2,1,1,1,2,4,4,8,2,1,4,1,6,1,1,2,1,1,1,2,1,2,1,5,1,1,1,3,2,3,2,22,1,1,1,1,6,3,1,2,3,3,5,5,3,7,1,4,2,3,5,3,4,5,1,4,1,6,3,1,4,1,4,1,1,2,1,1,1,2,6,3,2,6,5,2,2,3,2,1,3,1,2,4,1,4,2,2,1,3,2,1,4,6,3,1,1,1,1,3,2,4,3,1,6,1,2,6,3,1,5,1,8,1,3,2,1,4,4,5,2,4,1,2,4,1,11,3,1,1,5,1,2,5,1,2,4,2,7,5,5,2,1,2,2,3,3,1,4,2,3,3,1,1,2,4,4,1,1,1,2,3,1
26
+ 2,1,1,2,2,10,1,1,4,1,1,1,1,1,1,2,1,1,1,2,1,1,3,1,1,1,1,1,3,4,1,1,1,6,1,4,3,1,3,1,3,1,1,2,5,1,3,1,4,3,1,2,1,1,2,1,24,1,1,3,1,1,7,1,2,1,6,3,1,1,3,1,1,8,1,8,3,2,4,1,1,2,1,2,2,4,2,10,1,2,1,1,1,1,4,1,1,2,1,3,1,1,1,2,1,1,1,1,4,4,10,1,1,3,7,7,2,2,7,1,12,1,1,1,1,2,19,1,4,2,1,5,2,2,1,1,2,4,2,2,1,6,2,2,1,5,3,2,2,3,6,3,2,3,3,7,2,3,5,4,9,9,3,3,7,3,3,4,4,2,3,2,2,1,3,1,2,2,2,4,3,4,1,7,7,3,3,3,1,1,4,2,3,2,2,2,5,2,2,3,3,8,1,1,1,11,3,1,8,5,1,1,1,2,2,2,4,1,4,2,1,8,1,1,3,2,1,1,6,2,2,3,2,6,4,3,7,3,1,2,3,2,2,1,2,7,1,1,1,2,1,1,1,3,1,2,1,8,7,3,3,5,1,5,1,2,2,3,2,1,3,7,2
27
+ 1,1,1,2,1,4,1,3,5,1,1,1,1,2,6,5,1,1,2,2,1,2,3,1,2,1,1,1,1,2,1,1,3,3,1,1,1,2,3,1,1,2,2,2,1,1,2,4,1,1,2,1,1,2,2,4,3,2,2,1,1,1,1,1,1,1,4,5,8,2,3,2,1,1,1,1,1,4,4,6,3,3,6,5,1,2,2,2,3,1,2,5,1,5,2,2,3,4,6,1,2,3,3,3,3,6,2,3,4,4,4,4,3,10,19,3,1,2,1,3,1,2,2,1,1,1,1,2,4,1,2,2,2,4,1,7,5,1,1,1,1,9,1,1,1,1,1,1,2,1,1,3,4,1,2,1,1,4,1,2,6,5,2,1,4,4,1,2,1,2,1,2,2,1,2,1,1,5,4,1,2,1,1,1,3,2,1,1,6,2,1,2,1,2,2,1,1,2,1,1,3,2,1,2,2,1,3,1,9,4,1,2,1,2,1,6,7,2,1,3,2,1,3,1,2,1,1,1,2,1,2,1,6,3,1,1,3,2,3,2,1,2,2,1,6,7,2,3,2,1,1,6,2,2,1,2,4,1,1,3,1,2,3,2,2,3,5,2,1,2,1,1,2,2,1,1,13,4,1,4,7,1,5,2,1,2,1,3,1,1,4,1,5,1,1,2,1,2,2,2,2,4,2,2,2,8,2,1,2,2,3,1,2,1,1,1,5,1,4,1,1,1,2,2,1,2,7,4,1,4,1,1,1,1,1,2,2,1,1,1,4,2,1,1,1,1,3,1,1,2,5,3,1,3,2,1,4,1,1,6,1,7,1,1,4,1,1,1,1,1,1,4,1,2,1,1,4,1,2,4,1,1,1,2,7,1,3,1,1,3,3,7,2,2,1,1,2,1,1,1,2,4,2,2,3,1,1,1,1,1,1,1,1,3,3,2,4,11,1,1,4,1,2,1,3,1,2,4,1,1,2,3,2,4,3,1,2,1,2,8,6,1,1,2,2,2,3,1,3,4,2,1,3,5,1,1,1,4,1,3,1,1,3,2,31,2,4,2,1,7,5,2,6,2,2,1,1,3,3,2,1,2,2,2,2,3,5,1,5,1,1,5,2,1,3,1,1,3,1,5,2,1,2,2,5,6,1,3,2,1,1,2,2,1,2,2,2,2,1,2,2,1,2,2,1,1,4,2,2,6,2,3,1,1,2,2,4,2,3,2,6,6,6,2,3,3,2,1,2,8,6,1,1,2,1,2,2,1,5,2,3,1,3,2,1,4,2,3,4,2,2,1,2,3,4,2,4,6,1,7,6,1,5,1,3,1,2,3,1,1,1,5,2,4,2,4,2,1,1,5,6,4,1,1,1,2,3,1,2,2,3,1,2,1,1,3,1,2,1,3,1,3,2,1,2,4,4,4,2,5,6,1,1,2,2,3,1,1,1,2,1,1,2,1,4,1,1,4,3,4,1,13,4,2,2,4,1,3,2,2,1,1,8,1,2,2,2,4,2,2,6,1,8,4,2,2,2,1
28
+ 1,3,5,4,3,1,2,1,2,1,3,2,2,1,3,1,1,5,2,1,11,1,3,2,2,1,1,2,4,2,4,3,1,4,8,2,1,1,1,4,2,3,3,2,1,4,2,4,1,3,1,3,1,1,3,2,1,3,1,2,1,3,2,2,2,3,5,4,1,1,3,2,2,1,2,1,4,1,3,3,2,1,5,1,2,3,1,1,1,1,2,4,3,1,3,1,7,1,3,1,1,6,3,2,5,2,1,4,4,1,2,1,3,2,2,3,3,2,2,2,3,1,3,3,1,3,1,4,3,1,3,4,4,1,2,2,2,1,1,2,1,2,1,2,3,3,1,1,2,1,2,1,1,4,5,2,1,1,3,2,2,2,1,5,3,3,1,2,3,2,1,1,3,2,1,4,3,1,2,1,1,3,2,3,1,6,13,2,2,1,3,3,3,1,1,4,1,1,3,3,1,1,3,1,5,2,3,4,1,1,3,4,3,3,1,4,1,2,2,3,1,2,3,1,3,2,2,3,1,2,1,2,4,1,1,1,3,2,3,1,1,3,2,1,1,1,2,2,4,3,1,3,3,3,1,2,2,3,1,5,4,3,2,1,2,4,2,1,3,1,4,1,1,4,2,2,2,3,2,4,1,3,1,2,3,3,4,2,5,3,4,2,3,2,2,3,2,4,1,2,2,3,3,2,1,3,2,1,4,1,2,4,1,4,1,3,2,3,1,2,1,1,4,2,2,1,3,3,2,4,2,1,4,6,4,2,9,1,1,1,5,1,4,3,1,1,2,2,4,1,1,4,3,2,3,1,3,1,3,2,2,3,3,4,1,5,1,3,3,3,1,15,2,2,1,3,2,1,1,2,2,1,5,1,1,1,4,2,6,5,5,1,3,2,1,2,1,11,1,1,1,3,1,2,9,1,5,1,5,3,4,2,14,1,3,10,2,3,3,2,3,1,2,4,1,1,2,9,1,1,3,1,3,2,1,1,7,1,3,1,2,1,3,2,4,1,5,1,1,3,2,1,1,1,5,2,3,2,4,1,1,2,1,2,2,1,1,1,3,1,1,1,2,4,3,2,1,3,4,4,3,1,3,1,1,1,3,1,2,1,7,1,4,3,3,1,1,3,1,2,2,1,1,1,3,5,2,1,4,4,8,3,1,1,1,1,3,1,1,1,2,3,3,4,6,1,1,3,1,5,2,18,5,3,2,1,4,4,1,1,2,5,2,1,1,3,2,3,5,3,3,1,2,6,3,1,8,5,3,2,3,1,3,3,3,1,3,1,3,1,5,4,1,1,3,1,1,5,3,1,2,1,3,3,5,1,1,4,5,1,2,3,1,4,2,1,1,1,1,1,2,2,3,1,3,2,1,1,4,1,4,1,1,2,3,1,1,2,2,3,3,4,1,5,1,1,2,5,5,1,3,7,1,2,2,2,2,2,6,5,1,10,2,1,4,1,1,1,2,2,1,1,5,2,2,1,3,1,2,1,3,2,3,1,8,2,3,2,2,1,4,1,7,3,5,2,4,1
29
+ 1,1,5,1,7,4,5,1,1,1,1,1,1,2,1,1,2,5,1,1,2,2,1,2,3,4,4,1,1,2,1,1,7,1,3,1,1,1,1,1,2,4,1,2,2,2,4,2,2,5,1,1,1,2,1,1,2,1,1,7,2,1,1,1,1,2,1,1,1,5,4,1,1,1,2,1,1,1,1,1,2,1,2,1,1,9,1,1,1,1,1,3,3,1,1,1,1,1,1,2,7,1,1,1,3,1,1,5,1,1,1,1,1,1,2,1,2,4,1,1,3,2,1,1,1,1,1,2,1,1,1,1,1,1,1,3,3,1,6,1,1,1,2,1,1,7,2,4,1,1,1,1,1,1,3,1,1,2,1,20,5,1,1,1,1,2,1,2,1,1,1,1,1,1,1,1,1,1,1,1,1,1,5,1,2,1,1,1,2,1,1,3,1,1,2,1,2,14,1,2,1,1,4,5,5,2,2,1,1,1,1,5,2,4,3,3,1,3,2,1,2,1,1,1,1,1,2,1,1,1,3,1,2,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,3,10,1,1,1,3,1,5,1,5,2,1,1,1,7,1,4,2,1,3,1,3,4,1,1,3,1,1,2,1,1,1,4,1,1,1,1,1,5,4,1,2,1,5,3,1,1,5,2,2,3,1,2,1,1,5,1,4,1,1,1,1,1,1
30
+ 1,2,4,1,4,1,1,1,3,1,1,1,2,1,2,1,2,2,1,1,2,6,3,1,4,3,4,1,4,1,3,2,3,6,1,1,1,2,6,2,1,4,1,2,3,2,2,5,1,2,1,1,3,1,1,1,1,1,4,2,2,5,2,2,1,1,10,1,1,1,3,1,1,1,3,2,1,4,1,1,1,2,1,3,2,1,3,1,7,2,4,2,1,5,1,3,1,1,1,1,1,1,1,3,2,2,1,2,2,1,2,5,1,3,2,1,2,2,1,4,2,1,3,1,2,6,2,1,2,1,1,1,2,1,1,2,3,5,2,2,1,1,1,2,1,5,2,1,1,2,1,3,2,1,3,2,2,7,2,3,1,3,2,7,1,2,2,3,2,1,3,1,1,2,1,1,7,1,3,2,3,3,1,2,14,4,4,1,2,4,2,3,1,1,1,2,3,2,6,1,1,2,4,1,1,1,3,1,6,2,1,5,2,2,5,2,1,1,1,1,1,3,3,2,3,3,3,2,1,1,1,1,1,2,3,3,1,2,1,1,1,1,2,1,5,2,2,3,2,1,4,1,2,1,2,1,3,2,3,1,1,1,2,2,1,3,1,1,1,1,1,1,4,8,2,2,6,5,2,9,2,1,5,2,1,5,1,1,1,1,1,4,1,1,1,2,2,2,2,1,2,2,2,1,1,3,2,1,2,2,2,2,2,1,2,1,1,4,1,4,2,2,4,3,2,1,1,1,1,1,3,1,3,1,4,1,2,1,3,7,2,1,9,2,4,1,1,1,3,2,1,2,1,2,1,1,1,5,1,2,2,2,1,1,1,1,1,2,1,2,2,1,2,1,1,6,3,2,1,1,6,2,1,1,1,1,1,6,2,2,2,2,1,1,3,7,1,2,2,1,1,2,1,1,2,1,1,2,4,3,1,2,1,5,2,1,3,2,1,2,1,1,6,1,7,1,1,2,1,1,2,4,2,2,2,2,4,1,1,2,3,2,2,1,2,1,2,2,1,2,1,5,2,4,1,1,4,1,1,4,1,3,1,2,4,1,2,4,6,1,2,1,2,4,2,4,1,1,5,2,5,1,2,2,3,1,2,1,3,1,2,1,1,2,1,1,1,1,2,1,1,1,2,1,1,1,1,1,4,1,1,2,2,2,2,5,1,2,7,1,3,1,2,3,3,2,4,2,2,4,1,1,1,1,3,9,6,2,1,2,4,3,5,6,1,2,2,7,2,1,7,6,1,4,2,2,3,5,2,6,1,3,1,2,1,8,10,2,3,1,2,5,2,4,1,2,4,2,5,1,1,1,5,1,3,6,2,2,1,3,2,1,1,2,2,2,1,1,1,5,1,2,1,2,2,2,1,1,2,2,1,2,1,2,2,2,1,4,4,1,9,2,2,1,2,2,6,1,2,1,3,8,2,1,1,2,1,5,7,2,2,2,1,1,3,2,1,2,1,1,2,1,3,1,2,9,1,7,1,2,1,2,2,1,1,2,2,1,2,1,1,2,2,2,1,2,6,2,2,2,1,2,1,1,4,6,1,4,1,1,5,1,2,2,1,2,1,1,8,2,1,6,1,2,2,4,2,4,1,2,1,2,2,1,2,1,1,1,2,5,2,2,4,3,2,3,1,4,14,1,2,1,1,2,2,1,24,4,1,2,1,5,2,1,1,1,1,7,2,4,1,1,1,1,2,1,1,1,1,2,1,2,1,8,2,8,6,2,7,1,1,7,5,1,2,1,2,1,1,1,6,1,2,4,1,1,1,2,2,2,5,2,1,2,1,1,1,2,1,1,6,1,1,1,1,2,3,2,2,6,1,1,1,2,2,8,1,2,3,2,2,2,2,8,2,1,3,2,3,1,1,5,2,3,2,4,4,2,2,2,1,1,8,1,2,3,1,1,4,1,2,12,1,1,1,5,2,1,2,1,2,1,2,3,2,3,2,1,1,6,1,1,7,1,1,2,1,3,5,6,2,2,10,2,1,1,1,1,1,1,6,1,1,6,1,3,1,1,1,1,3,4,2,1,4,1,2,1,3,1,1,5,2,1,3,1,2,3,1,1,5,5,2,3,3,15,1,2,2,2,3,2,1,3,2,1,1,4,1,1,1,2,2,1,1,2,2,2,1,1,5,3,2,3,1,2,4,1,1,1,1,3,1,2,2,1,4,7,1,2,7,1,2,4,2,1,3,1,1,2,2,5,2,1,2,1,5,2,6,1,1,3,1,1,1,2,2,1,2,2,2,1,2,10,1,2,1,2,3,2,1,2,3,2,3,1,1,1,3,1,1,2,2,2,1,1,3,1,1,3,5,3,1,1,1,4,2,1,2,5,1,2,2,1,2,4,1,2,3,2,3,1,2,1,1,1,2,1,1,3,1,2,1,1,1,7,3,2,2,1,1,3,1,2,1,1,2,5,1,1,2,4,1,2,1,6,2,2,2,2,2,2,8,1,2,1,2,1,2,4,1,2,3,2,3,1,1,1,2,1,5,1,2,1,1,1,1,2,2,1,1,1,1,1,3,2,6,2,1,3,3,2,1,2,3,1,2,2,1,2,1,1,1,1,3,1,1,2,4,1,3,11,2,1,9,2,1,2,1,1,1,8,1,5,2,4,12,1,2,2,1,2,1,2,2,2,1,1,1,2,2
31
+ 2,1,3,1,2,1,1,2,1,1,2,1,2,1,1,1,3,1,1,2,1,1,2,2,2,1,1,4,2,1,2,3,2,2,2,1,1,3,1,5,2,2,1,1,2,3,1,1,3,1,1,1,2,1,2,2,1,1,1,1,1,2,3,2,3,2,1,2,3,4,2,1,1,1,1,1,1,2,1,2,3,1,1,1,2,3,1,1,2,1,1,1,1,2,1,3,1,1,2,1,1,2,1,1,1,2,3,1,1,2,2,2,1,2,2,3,1,2,1,1,1,2,3,1,1,1,3,1,1,1,1
32
+ 1,2,8,2,3,3,5,4,5,5,4,2,4,2,2,3,4,3,1,3,2,1,1,7,2,1,1,3,1,1,6,2,1,5,3,5,1,4,5,3,1,3,7,1,1,4,4,3,3,3,5,3,6,1,2,3,6,4,3,3,4,2,6,2,1,10,2,2,2,2,5,2,3,8,2,2,3,1,3,2,13,1,6,8,2,7,9,5,8,4,4,5,4,2,4,3,7,6,3,5,1,7,3,13,2,7,2,5,1,7,3,2,2,5,4,4,3,1,2,2,8,3,5,3,2,6,3,1,3,3,4,2,1,2,5,2,3,2,3,2,2,5,5,2,2,3,4,3,4
33
+ 1,2,9,2,1,1,2,1,1,1,1,1,2,1,2,4,4,1,2,2,3,1,1,2,1,3,2,1,1,1,3,1,1,6,2,3,2,1,4,2,4,5,7,5,1,1,1,1,1,3,1,2,1,1,1,2,2,1,1,2,3,1,1,1,11,7,2,1,12,1,1,1,1,2,1,2,2,1,1,2,1,1,1,1,1,1,1,3,3,1,3,1,2,2,1,3,3,1,1,1,1,1,1,1,1,1,1,2,1,1,1,1,2,1,1,1,1,2,1,4,1,1,6,1,2,2,2,1,2,4,3,1,1,1,2,6,3,1,1,1,2,1,1,1,1,1,1,2,1,1,1,2,1,2,1,2,2,2,6,2,3,2,2,1,1,1,1,6,2,2,2,1,2,1,2,4,1,2,1,2,2,1,2,1,1,2,1,2,1,2,1,1,1,1,1,2,1,1,1,2,2,1,1,1,1,1,2,2,1,1,3,1,1,2,1,5,2,1,1,1,2,1,1,2,1,1,1,1,1,2,1,7,1,1,1,1,1,2,1,1,3,1,1,1,2,1,2,2,1,5,2,1,1,3,1,2,2,1,2,1,2,1,1,2,2,1,6,3,1,2,1,2,2,1,1,2,1,2,1,1,3,1,1,3,2,1,1,1,1,1,2,3,1,1,6,1,1,3,2,1,1,1,1,3,3,6,2,1,2,2,1,1,1,2,1,5,1,2,3,2,1,2,2,3,1,1,1,1,2,1,1,5,7,1,2,1,5,2,1,2,1,1,1,1,15,1,1,1,1,1,3,1,1,2,1,1,2,3,2,4,2,1,1,2,1,2,1,1,1,3,4,1,2,2,1,1,2,2,2,12,1,3,2,2,1,4,2,2,1,2,1,1,2,2,4,3,9,1,5,1,2,3,1,1,5,2,2,2,5,1,1,3,2,1,9,1,1,1,8,1,1,1,1,2,2,1,2,2,1,1,1,1,8,6,2,1,1,1,2,1,2,3,6,3,2,1,1,1,7,4,1,4,2,2,1,3,1,3,1,2,2,2,2,1,1,3,1,1,1,1,1,1,2,2,1,1,2,1,1,1,2,1,2,3,1,2,1,2,1,4,3,7,1,3,2,2,1,3,2,3,4,4,2,2,2,1,1,2,1,1,1,1,2,4,4,3,1,1,2,1,2,1,5,1,1,10,1,2,2,2,1,1,1,1,1,2,1,1,2,1,2,1,1,2,2,1,2,3,2,3,2,1,2,1,1,1,1,1,5,1,2,4,1,1,2,6,5,2,3,1,1,1,8,1,6,1,3,1,1,1,1,2,1,2,2,1,1,1,1,2,2,2,3,1,1,9,1,1,1,2,3,2,1,6,1,3,1,1,4,1,2,3,2,2,1,1,1,1,1,1,1,4,3,2,1,1,3,1,29,3,2,2,1,2,1,2,1,1,1,5,1,1,3,2,1,4,5,1,1,2,1,1,1,1,2,1,2,2,1,1,2,2,3,1,1,2,2,2,2,4,3,1,2,2,1,2,2,1,4,3,2,1,1,3,4,6,2,1,7,5,2,2,1,1,2,2,1,1,1,8,2,1,2,1,1,1,1,2,2,1,1,1,3,2,4,3,2,2,2,3,1,1,2,2,2,2,4,1,1,1,1,2,1,3,2,1,3,1,1,1,1,1,1,1,1,1,5,1,3,1,1,1,1,1,1,1,2,2,6,1,2,2,1,7,1,1,1,2,1,1,1,4,1,2,3,2,1,1,1,2,2,1,1,7,1,2,3,1,1,2,1,3,1,1,1,2,2,2,5,3,2,1,3,2,1,1,2,2,1,2,1,1,1,1,2,1,2,1,1,4,2,1,1,2,1,1,3,2,1,1,3,1,1,1,2,1,1,1,1,1,1,7,3,4,2,1,1,2,3,2,1,2,2,1,1,1,1,2,2,2,2,1,1,1,1,1,1,1,1,2,2,1,3,3,1,1,1,1,3,1,2,1,4,3,1,1,1,2,2,1,3,1,6,4,2,1,3,5,2,1,2,5,2,4,1,1,9,2,2,2,1,1,1,1,2,4,3,1,2,4,2,4,1,3,1,1,11,2,1,1,1,2,1,1,2,2,2,1,3,1,2,1,1,1,2,2,4,12,4,1,1,4,2,2,2,1,1,1,3
34
+ 1,2,1,2,1,1,2,1,2,1,1,1,1,1,2,1,1,2,2,1,6,2,1,4,1,2,7,1,1,1,5,2,1,2,2,2,1,1,1,2,2,2,1,1,1,2,1,8,1,1,2,1,2,1,5,2,1,5,1,1,1,1,2,1,2,1,2,1,2,2,2,1,1,2,4,9,2,1,1,1,1,1,2,1,1,2,1,1,2,3,1,1,1,1,1,1,1,2,4,1,1,1,1,1,2,2,3,1,1,1,1,1,1,2,2,3,2,2,3,1,1,5,1,1,2,3,2,2,2,2,1,1,3,2,3,1,1,3,1,2,2,2,2,2,1,1,1,1,2,2,1,1,4,1,2,2,1,1,2,1,1,3,1,4,1,1,2,1,2,1,2,2,1,1,1,1,1,1,2,1,1,1,2,1,2,1,5,1,2,2,2,1,1,1,1,1,1,2,2,1,2,2,2,1,2,2,6,2,1,2,4,1,2,1,2,1,3,19,1,11,14,1,2,13,1,30,1,1,1,1,6,1,10,9,2,2,12,1,5,1,1,1,2,1,1,11,1,1,3,2,10,2,2,2,3,2,4,1,1,1,1,1,2,2,2,2,1,7,1,1,1,1,1,2,1,3,2,1,1,2,2,1,2,3,1,1,1,38,1,1,11,2,4,20,1,4,1,1,1,37,1,2,2,31,2,2,24,2,1,1,2,26,1,2,2,1,17,1,1,19,1,2,1,1,1,7,1,1,1,2,2,1,1,1,1,1,2,2,2,1,1,1,6,1,1,5,1,1,1,3,1,1,18,1,10,1,21,1,1,2,1,2,1,2,1,3,3,2,1,1,1,2,1,1,2,2,1,1,5,2,2,1,1,3,4,1,1,2,1,5,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,3,1,7,1,29,3,12,1,1,2,1,2,1,92,2,2,2,4,1,5,1,1,1,2,1,2,2,1,1,1,2,1,3,2,1,1,3,2,1,3,1,1,4,1,3,2,1,1,1,5,1,1,1,1,1,2,7,1,1,3,2,1,1,1,2,1,1,1,1,1,1,1,6,2,1,1,1,2,2,2,2,2,1,1,1,2,1,1,3,2,4,6,1,1,3,1,2,1,1,2,1,2,28,1,1,1,1,1,1,1,1,2,2,2,1,2,1,1,2,1,1,1,2,1,1,1,2,2,4,1,1,5,1,2,1,1,1,2,1,1,2,1,4,1,2,1,1,1,2,1,2,2,1,3,2,1,6,1,1,2,1,1,1,1,2,3,2,1,1,9,1,1,1,4,2,2,2,1,2,3,1,7,1,3,1,2,1,1,2,1,1,2,1,9,1,2,2,1,3,1,2,1,2,1,1,1,1,1,10,1,2,4,1,4,1,2,1,1,2,1,6,1,2,1,2,2,2,2,1,1,3
35
+ 1,2,1,2,1,3,1,3,2,2,6,1,1,1,2,2,1,2,2,1,8,9,1,1,1,1,1,4,1,3,3,3,3,2,4,2,2,2,2,1,1,5,2,2,1,1,1,1,2,2,1,8,1,1,4,1,3,1,2,2,1,3,3,2,1,2,2,1,2,3,1,1,2,2,1,2,3,11,5,5,2,5,2,1,11,2,2,3,1,3,2,3,1,5,2,2,1,1,1,2,1,1,1,6,3,8,1,1,1,1,3,3,2,1,1,1,1,2,1,5,1,1,2,3,1,8,2,7,1,3,1,1,1,6,3,3,4,6,2,1,1,4,1,1,5,1,3,8,2,1,4,1,1,1,2,2,1,5,3,5,7,2,2,1,2,1,1,6,5,4,2,5,1,5,1,1,1,2,3,5,8,9,1,4,1,2,3,6,1,4,7,2,1,2,4,4,1,1,6,4,5,3,3,1,2,1,4,7,1,1,1,1,2,2,3,1,2,2,1,2,3,1,2,1,1,2,3,1,3,1,1,1,2,1,2,1,2,2,3,1,2,4,7,2,1,3,5,5,3,3,1,1,3,1,1,4,3,3,5,3,1,2,2,3,5,3,6,2,3,3,5,1,3,1,4,6,4,3,1,2,6,2,2,1,2,1,6,3,4,1,6,2,2,1,2,3,3,1,6,1,1,2,4,1,5,2,3,5,5,4,2,3,1,3,2,7,4,4,7,2,6
36
+ 3,1,3,2,5,30,7,4,3,2,2,3,5,1,1,2,3,2,5,4,1,3,2,3,2,1,2,2,1,1,3,1,1,3,6,2,3,5,1,1,1,1,15,1,3,1,6,3,1,1,3,3,1,7,1,1,4,2,1,2,1,1,2,2,1,1,5,1,3,4,3,1,2,2,3,2,1,2,2,1,2,3,3,2,2,3,4,5,1,1,2,1,3,1,2,6,1,4,4,1,5,3,3,3,2,3,4,2,1,6,1,3,2,2,2,1,3,2,4,1,5,3,2,3,6,4,2,2,3,1,2,4,3,1,2,2,3,3,2,5,1,2,1,2,2,2,2,1,3,5,1,3,3,2,4,3,1,5,1,4,1,1,2,2,2,1,2,26,1,2,3,1,1,2,2,2,2,4,2,1,1,22,1,2,2,1,4,3,6,3,10,1,1,1,2,4,1,3,2,3,4,3,7,1,3,3,5,3,3,1,3,1,2,3,1,2,5,1,3,6,3,1,6,3,2,1,2,8,3,2,2,3
37
+ 1,4,2,1,4,2,1,4,6,3,1,4,1,6,1,8,1,1,3,3,2,3,2,11,2,5,11,2,4,2,4,1,1,10,3,4,3,2,4,4,2,2,1,3,3,4,2,7,2,3,2,5,5,8,7,3,2,4,8,2,2,2,1,1,2,1,12,2,6,5,4,2,1,1,2,4,5,8,2,8,3,3,1,2,2,5,2,4,4,10,5,7,3,4,4,3,9,4,8,1,1,3,2,5,1,2,1,3,2,1,1,2,5,1,4,3,1,3,2,1,2,1,1,3,3,1,1,6,2,2,1,12,1,3,1,3,3,1,1,1,3,1,6,1,8,1,3,1,1,8,1,1,1,4,1,7,1,10,2,1,2,4,1,1,4,5,2,1,2,1,7,4,2,1,1,1,1,1,1,8,8,2,1,1,2,3,1,1,9,2,1,1,1,1,1,2,1,1,1,4,1,1,4,4,1,1,2,1,2,1,1,2,1,4,1,10,1,1,4,1,3,1,2,21,1,2,2,2,1,1,1,1,1,2,1,1,1,3,3,3,1,3,1,1,5,1,4,1,12,1,3,4,10,1,2,1,3,1,1,3,1,8,1,1,1,5,1,2,4,3,3,2,13,1,3,1,4,1,2,2,1,1,14,1,2,3,4,4,1,1,9,2,3,1,2,4,2,2,9,1,2,1,3,1,1,1,1,3,1,2,20,3,1,2,2,5,2,1,20,2,1,3,1,5,2,5,1,2,1,2,4,5,1,1,15,2,2,4,1,1,1,4,1,2,1,4,8,1,1,1,7,2,1,1,1,3,1,1,4,2,1,1,1,4,8,1,2,1,2,1,2,1,2,2,1,2,1,3,1,1,2,3,3,3,4,1,2,2,6,1,2,1,7,1,1,2,2,3,1
38
+ 2,2,8,1,1,5,3,1,1,3,2,2,7,1,1,1,1,6,1,1,2,1,2,3,10,3,2,2,1,1,1,4,1,1,4,7,1,2,1,3,1,4,1,2,1,2,4,1,1,2,2,1,1,4,4,3,1,3,3,1,6,1,1,4,2,11,15,7,1,1,1,1,1,1,1,6,1,17,10,10,7,14,1,1,9,1,3,3,2,1,2,3,6,1,7,1,1,2,2,1,1,5,5,3,1,3,1,2,2,2,1,4,3,2,1,1,7,1,7,3,2,3,10,1,3,1,5,2,4,2,6,1,6,1,3,7,2,3,5,2,1,3,1,1,1,1,1,2,1,1,3,2,8,10,3,1,14,1,1,18,4,2,1,2,2,2,3,7,9,12,3,6,1,1,1,5,1,1,2,1,1,1,8,3,1,4,1,5,2,2,1,1,1,1,12,4,1,8,4,3,3,7,3,1,4,1,1,8,2,11,2,2,2,7,8,9,1,3,3,1,4,10,4,3,4,13,1,2,3,1,2,2,1,1,1,7,4,5,13,28,2,3,4,12,10,1,4,13,3,3,2,1,6,3,1,1,1,2,1,1,1,2,2,4,2,1,1,6,4,1,1,3,7,2,1,5,3,13,2,3,8,1,5,1,1,6,3,1,3,2,2,1,3,10,5,7,1,2,4,7,4,3,6,5,2,2,5,7,1,1,6,4,2,2,6,5,1,2,2,1,3,1,4,1,2,1,2,1,3,1,13,3,7,8,5,1,13,1,1,2,4,2,1,1,1,1,1,1,3,2,1,1,1,5,1,2,8,12,9,1,1,1,2,2,2,2,1,9,8,4,2,1,6,1,1,4,1,1,2,2,5,6,1,2,1,2,2,7,1,5,2,1,2,7,1,1,3,4,10,5,6,2,12
39
+ 3,1,1,1,1,1,1,1,1,1,2,1,3,2,2,1,2,1,2,1,2,1,10,4,1,7,2,1,1,1,3,2,1,3,1,1,2,1,1,1,3,3,1,1,1,1,4,2,2,1,3,1,1,1,2,1,2,1,2,3,2,1,1,1,1,1,1,2,3,2,4,1,1,1,1,1,1,1,1,2,1,1,2,1,1,6,1,2,3,1,1,2,1,1,2,2,2,1,1,2,1,3,1,1,1,2,3,1,2,1,1,3,1,3,2,2,1,1,2,4,2,1,1,5,1,1,2,2,3,2,1,2,2,1,2,1,2,5,1,2,1,2,1,1,2,1,1,1,3,3,1,2,1,1,1,1,9,2,2,1,2,1,1,1,3,1,1,1,2,2,2,1,1,1,2,2,1,1,1,1,1,1,1,1,1,3,1,2,2,3,4,2,2,1,1,1,1,1,1,2,1,15,1,2,2,1,1,1,1,7,3,3,1,1,1,3,1,3,1,1,1,1,2,3,2,1,8,1,2,1,2,1,1,3,5,3,1,3,2,1,1,1,1,5,2,2,1,2,1,1,2,1,1,1,2,3,2,6,1,7,1,1,2,1,1,2,2,3,3,1,1,1,1,8,3,1,1,1,1,2,8,3,2,3,1,1,1,7,1,1,1,2,1,2,1,7,1,1,5,5,2,1,1,2,3,3,1,2,1,1,1,1,1,4,1,3,1,2,1,1,1,2,1,1,2,2,1,1,3,3,1,1,6,1,1,2,4,1,3,2,2,5,8,2,3,2,13,1,1,2,13,3,13,2,2,4,1,3,1,1,4,2,2,6,1,1,2,1,1,2,2,2,2,4,1,3,1,6,2,1,4,2,3,2,1,2,1,1,1,2,1,1,3,2,1,4,2,1,5,1,3,1,2,2,2,1,1,3,2,4,1,2,1,2,1,2,2,1,2,1,2,2,1,1,2,1,2,1,13,1,4,3,1,4,1,2,1,1,1,2,2,1,1,1,1,2,1,1,1,1,3,2,2,1,1,4,1,1,1,1,2,1,2,1,1,1,1,1,1,2,5,1,1,2,2,1,4,1,3,1,2,1,3,2,2,3
40
+ 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,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,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,1,1,1,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,3,2,2,1,1,1,1,2,1,1,1,1,1,1,1,1,1,39,1,1,1,1,1,1,1,2,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,1,1,1,1,1,1,1,1,7,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,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,1,1,4,1,1,1,1,1,1,1,1,1,1,1,1,4,1,2,3,1,1,1
41
+ 4,2,1,7,2,1,3,10,2,1,1,4,3,2,3,2,3,10,3,1,1,1,2,2,3,1,3,1,1,3,3,4,2,2,1,11,2,2,5,3,3,7,13,2,3,1,2,3,2,5,2,2,1,1,5,6,5,4,2,2,1,5,1,2,1,7,4,2,4,5,1,2,5,2,1,4,2,1,1,3,5,1,4,3,2,1,4,1,4,3,4,1,1,4,5,2,2,2,2,2,2,2,2,1,2,2,4,2,2,2,2,3,1,3,1,1,7,2,2,4,2,3,3,2,4,4,6,3,1,3,1,1,1,2,2,5,1,5,2,6,1,1,3,5,6,2,5,2,13,4,25,1,2,4,2,4,9,3,1,2,3,3,1,2,6,6,3,7,14,4,3,7,4,7,1,7,5,11,1,2,1,4,6,5,4,5,7,11,1,1,1,3,1,10,1,3,4,4,5,4,2,1,6,4,1,10,2,3,5,1,2,1,2,7,3,2,2,1,8,3,10,3,15,2,8,3,3,2,5,4,2,1,1,2,2,1,1,1,4,1,2,1,3,1,3,2,1,2,1,2,5,2,1,5,3,1,3,4,2,3,2,2,1,2,2,15,4,3,3,1,1,1,10,1,4,8,2,5,6,3,4,2,6,4,2,3,5,2,5,1,20,2,1,4,1,1,3,7,4,1,2,5,1,9,1,2,6,5,1,2,1,3,4,3,1,1,5,1,4,4,3,9,4,1,8,2,2,1,7
42
+ 2,1,2,4,3,2,4,1,2,1,1,3,3,2,3,1,4,2,5,2,2,2,2,8,1,2,1,2,2,3,3,3,2,2,1,3,3,6,1,1,1,3,3,2,3,3,1,3,3,1,4,1,5,1,3,2,4,4,2,4,2,2,2,1,2,3,3,2,1,4,2,3,5,2,3,2,3,3,5,2,2,2,1,5,1,5,3,1,3,2,2,2,6,2,5,2,2,1,1,2,2,2,2,5,2,1,1,2,2,2,2,1,3,4,1,4,1,3,6,1,2,1,3,2,3,2,1,1,3,3,2,2,1,1,1,2,2,2,2,2,2,2,1,2,2,3,3,1,2,3,2,2,2,1,1,2,3,2,2,2,3,3,2,2,2,2,2,2,1,2,2,2,2,3,1,1,1,3,3,1,2,1,3,3,1,2,4,1,3,2,8,1,6,3,2,1,2,1,3,1,4,2,1,1,1,2,3,2,1,2,4,2,1,3,3,2,4,3,3,5,5,2,2,1,1,1,3,4,2,4,2,3,3,3,1,2,6,3,2,2,2,2,3,3,3,1,2,2,1,2,1,1,1,4,2,2,2,1,2,5,6,3,2,6,2,5,1,2,2,4,6,4,5,1,4,1,3,1,2,1,2,4,2,1,1,5,2,3,2,2,8,2,2,3,3,2,2,1,2,2,5,3,1,3,1,2,1,2,8,1,3,1,5,2,2,8,2,5,3,5,4,3,1,5,4,1,2,1,3,3,1,2,2,3,2,2,1,2,3,1,2,7,1,1,2,1,1,1,2,1,3,5,3,2,2,3,3,4,1,2,1,3,1,3,2,2,2,1,7,2,2,2,1,2,2,1,5,2,1,2,1,2,2,7,2,1,1,2,2,2,2,2,2,2,1,1,3,3,2,3,2,6,2,3,1,1,1,3,2,5,3,2,1,2,2,1,2,1,2,2,1,1,1
43
+ 2,4,2,3,3,3,4,2,3,6,2,2,1,5,3,4,2,3,4,5,1,2,2,2,2,5,1,3,3,3,2,2,2,2,1,2,4,1,2,5,5,4,1,1,1,2,1,2,3,2,4,2,2,2,1,2,7,1,2,2,1,2,3,2,4,2,3,3,2,3,4,2,3,2,3,1,2,2,2,3,3,3,2,6,1,1,2,1,4,3,3,1,3,5,4,3,5,3,2,2,4,4,1,6,5,4,3,6,4,3,2,6,4,1,2,3,3,4,4,4,3,4,5,3
44
+ 2,1,1,2,2,1,1,1,3,1,7,2,1,9,1,2,12,2,1,1,2,14,2,1,2,1,1,2,2,2,1,10,2,1,4,1,2,7,1,6,2,1,2,1,9,1,2,3,2,1,1,2,1,4,2,1,2,2,2,1,2,2,3,4,3,1,2,2,3,1,2,2,1,3,1,1,2,1,3,1,1,1,2,2,2,3,2,1,2,1,1,5,2,1,1,1,3,1,1,1,2,1,2,4,2,2,1,2,1,1,2,4,4,2,1,2,1,2,5,2,2,4,2,2,6,3,2,4,1,2,3
45
+ 2,1,1,1,1,2,1,2,2,1,1,2,1,3,1,1,2,1,5,2,1,1,1,1,1,4,2,1,2,3,7,1,6,2,1,4,1,5,1,1,7,1,5,1,2,1,1,3,1,1,1,2,1,1,2,1,4,1,1,3,1,1,2,1,2,1,2,1,2,1,1,1,2,1,1,1,1,1,1,2,1,1,2,1,1,1,1,1,1,1,1,1,1,2,1,1,2,1,1,2,1,2,3,1,1,1,1,1,4,1,1,1,1,3,1,2,1,1,1,1,2,1,1,2,2,1,3,1,1,1,1,1,1,4,1,1,1,3,1,2,1,1,2,1,1,1,1,1,1,6,5,4,2,4,1,2,7,2,5,3,1,7,1,8,2,2,2,1,2,5,1,4,2,2,1,6,4,1,2,1,1,5,1,2,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,4,1,1,1,1,1,1,1,1,2,1,1,1,1,1,1,1,2,1,3,1,1,1,1,1,1,2,1,2,1,1,1,2,1,4,1,1,4,2,1,1,1,1,1,1,2,54,1,1,1,1,1,2,1,1,1,2,1,1,2,2,6,1,1,3,1,2,2,1,2,4,3,1,1,1,1,1,1,2,5,2,1,1,1,5,1,1,1,2,2,1,2,3,1,1,1,2,1,1,4,1,1,1,5,1,2,1,1,1,4,1,1,6,1,1,1,1,1,1,1,1,1,1,2,1,1,2,2,2,1,1,3,2,1,1,1,2,1,1,2,1,1,1,2,3,1,1,1,1,1,1,1,8,2,2,1,1,1,2,1,1,1,2,1,1,2,1,1,2,1,1,1,1,1,2,1,1,1,1,1,2,1,4,2,4,1,1,1,1,1,1,4,1,4,1,1,1,1,1,1,1,1,1,2,1,2,1,1,1,1
46
+ 1,1,3,1,4,1,3,1,1,3,1,2,3,1,1,2,1,2,1,1,4,1,2,1,1,3,2,1,1,2,1,2,2,3,1,2,1,1,2,2,3,1,1,1,3,1,3,2,1,1,1,1,2,1,1,1,1,1,1,1,2,1,1,1,2,2,1,3,1,1,1,3,1,1,1,2,4,1,1,1,1,1,1,1,2,1,1,1,3,1,1,3,1,2,1,2,1,1,1,2,2,1,1,1,2,4,1,2,3,2,1,1,1,2,1,2,2,5,1,3,2,2,1,3,2,2,5,1,1,3,1,2,2,2,1,1,1,2,1,1,2,1,1,1,1,2,1,2,1,6,3,4,1,2,2,1,1,1,1,2,3,2,2,2,1,2,3,1,1,1,3,1,1,4,4,2,2,1,1,1,1,10,1,1,3,2,2,2,2,3,2,1,4,1,2,1,1,1,14,2,1,2,3,3,1,2,1,3,1,2,2,15,2,1,1,1,1,3,1,1,2,1,2,1,1,1,1,2,2,3,1,1,2,1,2,3,1,3,1,1,2,1,2,3,1,3,1,2,1,2,1,1,1,4,17,1,2,2,1,3,1,2,1,2,2,2,2,1,1,1,1,1,3,2,1,1,4,1,2,2,2,1,2,6,2,2,3,5,4,1,3,1,4,5,1,1,3,2,2,4,4,1,4,2,2,1,17,1,2,2,1,1,1,3,2,6,1,1,4,1,2,3,1,1,1,1,1,1,3,1,1,3,1,1,1,1,5,4,3,1,3,1,2,1,1,2,1,2,1,1,1,2,2,4,1,1,1,1,2,1,2,1,2,3,2,3,1,6,1,1
47
+ 6,2,1,3,5,2,1,1,1,2,2,1,1,2,1,1,2,4,4,2,1,1,4,5,1,1,1,3,1,1,1,1,2,3,15,4,2,1,19,7,1,1,3,2,1,1,1,1,1,1,3,1,1,1,2,1,1,1,1,1,1,1,1,11,4,4,1,1,1,1,3,2,1,1,1,2,1,1,5,1,1,2,5,1,2,1,1,2,1,1,1,1,1,1,1,1,3,1,1,1,3,2,1,1,1,1,2,1,1,1,1,1,2,3,1,1,5,5,1,1,3,1,1,1,1,5,1,1,1,1,1,14,1,1,1,2,2,1,1,4,2,1,7,2,1,1,3,1,1,1,1,3,1,1,1,1,11,1,1,1,1,1,1,1,4,2,5,1,1,2,1,1,3,2,1,1,1,4,6,7,1,2,1,1,3,1,2,1,5,3,1,1,1,1,3,1,1,3,1,1,1,2,3,1,1,3,2,1,2,3,1,1,1,1,1,1,1,3,1,2,1,2,1,4,1,1,1,1,1,4,1,1,2,6,3,1,1,4,1,1,1,1,5,1,1,1,5,1,2,1,1,1,5,1,1,2,3,3,1,2,3,2,2,1,5,12,1,1,2,1,4,3,1,1,1,1,1,2,1,2,1,12,1,1,1,1,4,1,1,1,1,1,3,1,2,1,3,1,2,1,1,5,1,1,3,2,1,1,2,4,1,1,2,1,4,1,2,1,1,2,1,1,6,3,1,1,1,1,2,1,2,3,2,1,1,1,3,2,1,2,2,1,1,1,2,1,6,1,1,4,1,2,3,3,1,4,1,1,1,1,4,2,1,3,2,1,4,2,1,1,2,1,4,2,1,2,1,1,4,1,3,1,1,4,1,2,2,2,1,2,2,4,1,1,1,1,4,1,3,4,1,3,1,4,2,2,1,1,2,2,1,1,1,2,1,1,3,1,1,1,4,1,2,4,1,2,1,1,2,3,1,2,1,2,2,1,1,5,4,1,1,2,1,2,4,1,4,2,1,1,1,1,3,1,1,1,7,1,2,8,2,1,1,14,1,4,1,1,1,1,8,1,1,4,3,2,1,2,17,1,4,1,1,1,3,2,1,1,5,1,2,5,1,10,6,1,1,3,4,2,1,2,1,1,1,1,2,2,1,3,4,1,3,3,1,1,3,1,1,1,5,4,1,2,1,1,2,1,1,1,1,1,2,3,1,7,1,1,1,8,1,1,1,7,6,3,1,1,3,1,1,1,1,1,6,1,3,1,2,1,1,6,1,1,1,1,1,4,1,2,2,2,1,1,5,1,3,1,1,1,5,1,1,1,2,8,1,1,3,1,1,18,1,1,3,1,10,7,1,2,2,1,1,2,1,1,2,1,3,2,1,1,7,1,1,2,6,17,4,1,22,1,2,1,2,2,1,1,11,1,1,4,2,1,9,1,2,5,1,1,1,1,1,3,1,6,2,1,3,4,8,1,1,5,1,1,9,4,1,1,7,1,1,1,1,2,1,3,3,2,1,2,2,1,1,4,3,1,1,2,4,3,1,1,1,2,1,5,1,2,1,1,11,3,1,1,1,1,2,1,9,3,1,2,1,1,1,1,5,2,1,6,1,2,2,4,2,1,3,2,1,4,4,1,2,1,1,5,1,12,1,1,1,2,3,1,1,3,1,1,2,10,3,1,1,31,5,10,1,1,4,1,1,1,2,1,1,3,3,4,1,1,2,1,1,1,1,1,1,1,2,1,1,1,2,1,1,5,2,1,2,1,6,1,1,1,1,7,1,1,3,1,1,1,2,1,1,7,1,1,1,1,1,1,7,1,1,2,1,2,2,1,2,3,1,1,2,2,3,3,2,1,1,1,1,1,1,1,1,5,1,1,1,1,1,1,1,1,1,5,1,1,2,1,4,1,1,1,1,2,3,1,4,1,3,1,1,1,17,3,1,1,3,1,1,1,1,2,1,3,1,11,2,4,1,2,1,4,1,1,1,3,4,1,2,4,3,2,1,1,2,1,4,1,5,3,16,1,1,3,2,1,1,4,1,2,1,12,11,1,1,1,1,1,1,3,1,1,4,1,1,1,1,6,1,3,4,3,2,2,1,1,1,1,1,2,1,1,5,1,1,1,3,8,2,1,2,1,4,4,2,1,2,1,1,2,1,2,1,1,6,2,1,4,1,1,2,1,1,2,1,2,3,11,1,1,1,6,1,1,1,2,1,1,1,1,1,2,1,1,3,4,1,1,1,1,1,1,1,3,1,3,15,4,1,1,1,1,7,2,1,1,2,1,2,1,1,4,1,1,1,1,4,1,1,5,1,1,14,4,1,1,1,1,1,1,2,1,1,3,2,1,1,4,4,1,1,2,1,1,2,1,2,1,1,1,2,2,1,1,3,2,1,6,1,1,1,3,1,1,1,3,2,1,1,16,3,1,1,1,3,12,1,1,1,1,1,2,1,1,1,1,3,1,2,1,1,1,13,1,4,2,1,4,4,13,1,7,2,1,1,6,1,1,1,1,1,4,1,1,2,2,4,1,1,3,1,1,4,1,1,1,4,1,1,7,1,1,1,3,3,1,1,1,5,1,1,1,2,1,2,1,1,1,2,31,1,1,1,2,1,2,1,3,1,1,1,1,3,1,1,1,1,2,1,2,1,1,2,5,3,2,2,1,1,1,1,3,1,1,1,1,1,2,1,1,1,1,2,1,1,1,5,2,1,2,5,1,1,1,4,11,1,1,1,2,1,1,3,1,1,1,1,2,1,1,1,3,1,1,1,1,1,4,1,1,7,1,2,5,1,1,2,1,1,1,4,1,1,1,4,2,1,1,1,3,1,1,2,2,1,1,2,2,1,1,4,15
48
+ 1,2,5,12,3,1,1,1,3,2,1,3,3,3,1,2,1,1,6,1,2,1,4,5,1,2,3,1,1,1,1,2,6,2,1,5,2,6,1,1,1,3,3,1,2,2,1,2,2,1,2,2,2,1,2,1,4,1,1,1,2,1,3,1,5,1,1,1,1,3,1,1,2,2,1,2,1,2,1,1,1,2,1,3,2,1,3,4,1,1,1,2,1,1,1,1,1,2,2,1,1,2,3,2,4,1,1,2,2,2,1,7,1,2,1,6,2,1,1,1,5,6,7,6,1,6,2,1,3,1,1,1,2,1,7,7,1,1,1,1,1,6,1,1,1,2,2,1,1,1,2,3,7,1,1,1,1,1,2,3,2,1,2,2,5,1,1,1,2,1,1,4,2,4,6,4,1,2,5,1,1,1,2,1,1,1,1,6,6,2,5,1,2,1,1,1,4,1,1,4,1,2,1,1,1,1,1,1,1,1,2,1,2,1,3,3,1,5,1,1,1,2,2,1,1,5,3,2,1,1,1,1,1,1,1,1,1,2,3,1,2,1,3,2,2,5,2,1,6,1,3
49
+ 2,1,1,2,3,1,1,1,1,1,1,1,2,2,1,1,2,2,1,2,1,2,1,1,1,2,1,1,1,1,1,4,2,1,1,1,2,3,1,2,1,3,2,1,2,2,1,1,2,2,2,1,2,1,2,1,1,6,2,2,1,2,3,3,1,3,2,1,2,1,1,1,2,2,2,10,1,2,1,1,1,2,2,1,3,1,2,2,2,1,1,1,1,2,1,1,1,1,2,1,1,1,2,1,2,2,1,2,1,1,1,2,2,2,1,2,4,1,3,3,2,1,1,1,2,1,2,2,2,2,2,1,1,2,2,1,2,1,2,1,1,2,2,2,1,2,2,2,1,1,1,1,1,2,1,1,6,2,2,1,2,2,2,1,3,2,1,1,2,2,2,2,1,2,1,2,1,2,2,2,1,1,2,2,1,1,2,1,2,2,2,2,2,1,4,1,1,1,1,2,2,1,2,1,1,1,1,1,2,3,1,1,2,3,1,2,1,1,1,2,1,1,2,1,2,2,1,1,2,1,1,2,2,2,1,2,1,1,1,1,1,2,2,1,1,1,2,1,2,1,2,1,1,5,1,2,1,3,1,1,2,1,1,2,1,2,2,1,4,3,2,12,2,3,2,1,1,2,2,5,2,1,2,2,2,2,1,1,1,1,2,2,2,2,1,1,2,1,2,1,2,1,1,1,2,1,2,2,1,2,1,2,1,2,1,2,1,1,2,1,2,1,2,2,4,2,4,2,1,1,1,2,1,2,2,1,2,2,2,1,2,6,2,4,4
50
+ 2,6,1,7,2,13,5,1,4,3,8,1,4,1,1,2,2,5,1,2,4,2,2,2,3,1,2,2,3,5,2,7,6,5,2,2,2,2,1,2,3,2,8,1,4,5,4,2,4,2,1,1,5,2,4,4,1,2,1,3,1,1,3,1,3,1,2,3,1,4,3,5,2,2,4,7,1,3,2,1,2,1,2,1,3,2,4,1,5,5,5,6,5,5,2,1,3,2,2,1,2,3,3,3,3,1,1,1,1,1,4,15,5,2,3,2,2,2,1,1,10,2,3,9,2,2,3,3,3,1,3,7,2,1,3,2,3,1,3,1,8,3,11,2,3,3,16,5,4,8,3,1,1,3,3,2,3,5,1,4,4,4,4,4,1,1,3,2,2,4,5,3,1,3,3,1,3,5,12,1,3,4,3,10,4,3,1,2,1,4,3,2,3,2,2,2,1,2,3,1,11,2,2,5,2,6,1,2,3,2,1,3,1,14,1,3,1,1,9,4,1,2,2,1,1,3,3,1,7,2,1,1,4,1,14,3,1,1,1,2,1,2,6,4,1,3,3,1,17,7,1,3,8,1,3,1,1,3,2,2,2,1,3,3,4,5,3,2,4,1,3,1,1,1,2,1,3,4,1,2,2,1,1,1,5,1,6,1,1,5,1,1,2,1,2,14,5,8,10,1,2,1,1,1,2,1,8,10,1,2,2,1,4,1,12,2,6,6,2,1,3,10,3,1,5,2,1,1,2,3,2,2,2,3,2,2,1,8,1,4,2,11,7,3,4,1,2,3,5,8,8,1,5,3,2,1,1,4,1,1,1,2,1,4,1,4,3,1,5,1,1,1,3,2,2,1,4,1,3,5,2,1,1,1,4,2,1,1,3,8,2,3,7,3,2,1,4,3,1,2,2,2,2,1,1,3,3,2,4,1,1,11,1,1,5,1,3,3,2,3,11,7,4,1,3,3,1,1,6,4,2,2,3,2,10,1,5,3,1,4,4,3,1,2,2,2,1,4,1,6,1,2,7,3,6,2,8,7,4,1,7,4,3,1,2,5,2,3,4,2,2,9,2,2,3,6,1,2,2,3,3,1,2,3,6,5,5,3,3,1,5,2,2,2,4,3,1,2,2,4,2,5
51
+ 2,3,8,1,3,2,1,1,1,1,1,1,1,3,4,1,8,5,3,1,2,1,3,2,2,1,1,3,3,2,1,3,2,4,1,1,4,1,1,1,1,3,3,3,2,2,1,3,3,1,1,1,1,3,4,3,2,3,1,2,1,2,2,7,4,1,2,2,1,1,3,2,3,1,3,3,1,1,4,4,7,3,2,2,2,2,6,3,3,9,3,10,3,3,27,1,2,1,1,2,1,1,3,3,4,3,2,1,2,1,8,3,1,3,2,2,3,3,1,2,5,4,5,4,1,1,3,4,1,4,1,2,3,1,1,3,4,1,5,1,1,2,1,2,6,1,1,7,1,2,4,2,4,1,3,2,1,2,3,2,1,2,1,1,2,4,3,10,2,5,1,3,3,3,1,5,7,2,1,1,1,4,2,4,9,1,1,1,2,1,3,3,5,1,2,2,4,2,5,1,3,4,2,1,2,1,2,4,9,2,4,2,1,1,2,1,3,1,3,1,1,7,2,2,1,1,2,2,4,1,1,4,2,2,2,2,1,1,1,5,6,3,3,1,2,2,1,3,8,1,18,1,2,4,2,2,2,2,5,1,1,8,2,5,1,2,1,1,7,9,6,7,2,22,3,2,3,8,2,1,1,2,1,1,3,1,3,2,1,1,1,3,2,2,3,1,3,1,5,1,1,1,4,1,1,1,1,3,1,1,1,3,1,2,1,1,1,1,4,1,10,1,4,1,1,1,1,1,3,1,1,1,1,1,4,1,4,1,2,1,3,1,1,8,4,2,1,1,4,1,1,1,1,1,3,1,3,1,1,1,1,2,2,3,6,3,1,1,2
52
+ 2,1,3,5,4,1,4,3,1,1,1,1,6,2,4,1,1,1,1,1,1,2,1,2,8,1,1,1,16,2,2,1,1,1,1,5,1,1,1,1,3,1,1,1,1,1,1,1,1,1,1,2,1,2,5,2,3,6,3,9,1,3,7,1,5,1,1,7,6,1,1,3,1,5,3,1,1,1,1,5,5,1,9,2,8,2,1,4,16,2,2,2,1,5,2,1,1,4,2,1,3,1,6,1,12,1,3,1,7,1,6,3,8,2,8,2,1,1,1,1,2,5,1,1,3,4,1,3,5,5,3,1,1,5,1,1,1,3,1,1,1,3,1,5,5,2,7,1,1,2,1,1,12,4,5,2,20,1,4,3,1,12,1,1,2,1,3,1,3,1,5,2,1,6,6,3,6,6,3,3,17,2,1,11,10,2,1,1,1,3,1,1,2,1,2,1,2,14,1,3,10,1,1,1,4,3,1,2,1,1,1,1,1,6,6,1,1,1,2,1,1,1,2,5,18,2,1,4,1,2,1,2,5,1,2,1,4,1,6,1,21,1,2,6,1,2,1,2,2,4,16,1,1,6,1,1,1,1,3,8,5,1,5,6,1,1,2,1,2,2,4,4,1,6,1,1,5,2,2,1,2,2,21,8,2,2,1,9,1,1,1,6,1,1,2,2,1,1,3,1,5,1,1,2,1,1,13,1,1,1,1,1,1,1,5,16,1,4,20,2,1,1,1,1,1,14,1,16,1,1,4,1,1,1,2,2,1,1,8,1,1,1,1,1,12,3,1,4,1,1,2,2,1,1,1,1,2,4,1,4,3,1,3,1,1,1,1,1,1,3,2,1,1,1,1,20,1,1,1,1,1,1,1,1,6,1,4,1,1,1,1,1,1,9,1,1,1,1,18,5,1,1,3,1,1,2,2,5,1,1,1,10,3,4,2,1,3,1,5,2,6,2,2,7,1,34,1,1,6,1,13,1,2,3,7,1,3
53
+ 1,1,1,2,2,1,1,2,1,5,1,2,1,6,2,5,2,1,2,1,1,4,1,2,1,1,1,1,2,3,1,2,5,1,1,1,2,1,1,5,1,3,2,1,4,1,4,1,6,1,1,4,1,1,2,4,2,1,2,2,2,1,3,1,2,1,9,1,3,3,2,1,1,6,1,1,1,1,1,2,1,1,1,1,2,1,3,1,1,1,2,1,2,1,4,1,1,2,1,1,2,2,1,3,1,1,1,2,4,1,1,3,1,1,1,3,3,1,1,5,1,1,2,2,1,1,2,1,1,2,2,2,2,2,1,1,2,1,5,1,1,1,1,1,2,17,2,4,2,1,2,3,2,1,15,1,1,2,1,7,2,1,1,1,2,3,2,2,2,2,2,1,2,1,1,2,1,5,1,1,1,3,1,1,2,1,1,1,1,2,1,1,1,2,2,3,2,1,1,1,4,2,3,3,1,6,1,3,3,3,3,1,4,3,1,4,2,3,2,2,2,5,1,2,6,2,1,1,2,1,1,1,5,1,1,2,2,3,1,4,1,1,5,2,4,1,2,3,2,1,2,3,2,1,3,1,2,1,5,3,1,2,6,1,1,1,6,1,4,1,2,3,2,1,3,3,1,2,1,2,3,1,2,1,2,7,1,2,1,5,1,1,3,4,1,2,2,3,2,2,1,9,2,2,1,1,4,1,5,2,2,1,1,1,5,1,1,3,2,2,2,1,1,3,1,3,1,1,4,2,1,1,1,5,2,6,1,4,2,2,1,3,4,1,1,1,4,1,3,4,1,2,1,4,3,1,4,4,1,1,2,2,6,1,2,1,1,2,1,1,2,3,1,4,2,5,3,5,3,1,1,2,2,1,1,1,2,1,6,8,1,5,2,1,1,1,1,4,2,4,2,4,1,1,2,3,2,1,1,1,7,2,1,4,1,2,1,1,3,5,1,1,2,3,3,5,1,1,1,1,1,1,1,1,3,1,2,1,1,3,2,4,1,1,1,1,1,1,1,1,1,2,5,3,1,5,1,5,4,1,1,1,1,1,1,1,2,1,3,6,1,5,2,1,2,2,2,1,3,1,3,1,1,1,1,6,1,6,2,1,1,1,4,1,1,1,3,2,1,1,2,1,3,1,4,4,1,2,1,1,1,1,2,2,1,2,1,5,1,1,2,1,1,2,1,1,1,1,1,3,1,1,3,1,1,1,1,2,1,1,4,2,1,1,2,3,4,1,3,5,1,1,1,2,1,1,4,2,2,2,1,3,8,1,1,1,1,1,1,6,1,1,2,3,2,3,1,2,1,3,3,4,1,4,1,2,2,1,4,2,1,1,1,2,1,2,2,6
54
+ 4,3,1,13,1,2,1,1,4,1,2,1,1,6,4,1,3,6,4,1,3,2,1,5,21,2,1,2,1,1,2,4,10,3,2,1,1,3,2,2,2,5,4,4,2,1,7,4,7,1,2,1,1,4,1,11,5,3,2,5,8,4,1,1,1,1,3,3,2,2,1,2,1,1,1,2,1,1,3,1,5,2,1,3,1,4,1,3,2,1,6,2,1,3,1,4,2,6,1,1,5,1,4,1,1,3,5,1,2,8,3,1,1,3,2,3,2,2,7,1,4,1,1,3,1,4,4,3,5,3,2,4,2,1,1,1,3,1,5,1,1,1,2,2,14,2,1,3,1,3,3,5,4,3,2,4,4,4,1,2,4,1,2,3,2,1,4,2,6,1,1,1,1,5,5,2,1,3,2,2,2,2,2,1,2,2,1,3,1,2,2,3,1,4,4,4,5,2,1,1,1,6,1,3,1,4,1,4,1,6,1,1,1,2,1,6,1,3,1,11,1,3,1,1,8,2,2,3,1,5,1,3,4,3,1,2,1,25,1,3,3,4,1,5,1,2,1,2,5,4,1,2,3,1,1,5,3,16,2,4,1,1,1,2,2,4,5,2,4,3,2,4,17,4,2,1,7,13,1,3,1,6,4,2,1,3,4,1,3,3,1,7,2,3,1,1,1,6,4,2,5,2,8,3,13,1,1,2,1,1,1,1,6,2,4,3,1,2,4,2,1,2,1,8,6,4,10,4,8,8,19,4,11,7,7,1,3,2,1,6,1,3,2,8,5,4,1,14,11,1,3,8,6,10,1,2,1,6,1,1,2,1,1,1,1,2,2,7,1,3,1,5,10,2,6,3,2,1,2,7,5,2,3,4,2,1,8,4,6,1,2,10,2,27,1,10,1,5,1,7,2,8,7,1,3,3,3,6,1,5,1,4,3,1,7,5,1,1,13,2,4,3,4,3,2,1,2,2,1,4,1,1,6,1,2,4,9,2,2,1,6,3,2,1,1,2,1,3,3,3,7
55
+ 1,1,1,2,1,1,1,1,1,2,1,3,1,2,3,2,1,2,1,4,2,2,6,2,5,1,1,2,1,3,2,3,2,2,1,1,2,1,4,3,1,4,2,2,3,3,3,3,1,1,2,4,2,4,1,4,1,2,1,1,4,1,1,1,1,3,1,3,1,1,3,4,1,3,4,1,3,1,2,1,2,1,2,1,4,1,2,1,3,1,3,2,3,2,1,7,1,1,1,4,3,4,4,1,1,4,1,2,1,2,4,1,2,2,4,1,2,4,1,1,2,1,8,4,8,1,3,2,3,1,2,2,1,4,1,1,2,1,1,1,5,5,1,1,4,2,4,2,6,1,4,1,2,2,3,3,2,12,2,2,3,3,1,1,2,3,5,2,1,1,3,2,2,6,1,1,1,5,1,1,1,1,4,3,2,4,2,2,1,1,6,2,1,2,1,1,1,1,1,3,2,1,3,1,4,1,3,1,2,1,2,2,3,2,1,3,1,1,2,2,4,1,1,8,2,3,2,2,1,1,3,1,3,2,1,3,2,1,1,5,1,1,2,1,1,6,1,2,2,2,5,3,2,2,1,3,1,2,1,1,2,1,2,1,2,1,3,2,2,1,3,1,4,1,1,1,2,7,1,1,2,1,1,2,1,5,2,2,7,3,1,2,2,1,1,1,4,1
56
+ 1,1,3,2,1,2,3,1,5,3,3,3,1,4,6,2,1,4,4,2,15,3,1,1,1,3,1,3,3,1,1,3,1,1,4,8,2,1,4,2,4,8,3,3,1,1,8,1,1,2,2,3,4,2,1,2,2,1,2,1,1,2,4,1,2,2,2,3,3,2,2,7,5,1,2,1,1,3,2,2,1,2,2,2,1,1,3,1,1,11,2,4,3,2,1,1,1,3,2,1,2,1,2,3,1,1,3,4,3,3,2,7,1,3,2,5,2,3,2,4,1,2,2,3,6,3,4,1,4,2,4,2,1,3,4,2,2,2,3,2,2,5,2,1,2,4,3,1,1,1,3,2,4,1,1,2,4,1,2,1,4,2,2,1,3,3,2,1,3,5,4,1,2,2,5,7,2,4,3,1,1,7,1,1,3,1,2,2,3,2,2,1,2,1,1,2,1,3,2,6,2,1,4,2,2,4,1,5,2,1,3,4,6,2,3,1,1,5,4,1,1,2,1,3,1,1,3,2,2,5,3,4,2,3,1,1,1,2,3,1,2,1,3,2,1,2,2,4,1,2,2,1,1,1,4,1,2,2,3,5,4,1,3,1,3,2,2,3,4,2,1,2,3,2,2,2,4,7,2,2,2,2,4,1,1,3,2,4,5,1,1,4,1,1,2,2,1,1,1,1,1,4,4,2,2,1,3,7,1,10,2,2,1,2,7,1,1,2,3,1,1,2,2,1,2,1,5,2,5,2,5,1,4,2,2,1,2,3,1,2,2,3,1,1,4,2,1,3,2,1,6,1,3,2,1,1,1,2,2,2,2,1,4,2,2,2,3,1,2,4,1,2,1,2,1,4,2,1,2,3,1,2,4,1,2,3,1,2,2,4,1,3,5,1,2,2,2,10,1,2,3,1,2,9,2,2,2,2,1,2,1,3,2,9,1,2,5,1,2,1,1,3,3,2,3,4,2,4,2,1,1,1,2,1,1,6,1,2,1,1,4,2,3,1,2,1,6,5,1,2,3,4,2,1,1,2,4,7,1,2,1,2,2,6,1,2,3,15,1,1,2,2,2,1,1,7,5,1,4,1,9,1,5,1,5,1,1,8,4,2,1,4,1,1,1,2,1,1,2,2,4,4,4,1,1,2,3,4,1,2,1,4,1,1,1,8,4,2,1,1,10,2,7,1,2,3,6,1,3,1,2,5,1,3,2,4,2,3,8,2,12,1,11,2,2,1,6,7,3,1,5,3,1,10,7,3,2,2,1,2,1,3,2,4,2,8,1,5,3,2,2,9,1,4,5,1,1,1,8,6,1,1,4,1,2,18,4,2,13,3,4,4,1,4,4,1,1,4,2,1,5,1,1,3,3,1,1,2,3,1,1,4,1,1,1,5,2,3,2,1,1,7,3,2,2,3,2,1,4,2,2,3,3,2,1,2,23,3,2,1,3,4,2,2,1,1,1,2,2,4,21,1,9,3,31,4,4,2,2,2,4,1,1,5,2,1,2,2,1,9,1,2,2,2,4,1,11,2,2,2,1,3,2,6,5,1,3,8,2,1,2,1,1,2,2,7,4,2,3,1,1,3,3,4,2,2,2,2,1,2,4,2,3,1,1,2,1,6,1,1,2,6,1,3,4,7,2,5,1,2,2,1,3,2,3,4,3,3,1,5,2,2,2,1,3,7,3,1,1,1,2,4,1,4,3,2,10,3,1,1,6,2,2,5,1,3,6,1,2,2,1,2,4,3,6,1,5,3,5,3,2,3,3,1,2,2,1,1,2,2,2,4,1,2,1,3,3,4,2,2,1,4,2,1,3,1,2,2,1,2,1,1,3,4,1,3,1,1,4,4,6,2,2,1,2,4,1,1,1,1,5,1,2,4,2,2,1,3,2,1,2,6,1,4,5,1,4,2,1,8,1,6,2,2,3,3,2,1,1,1,7,2,2,7,2,5,1,4,1,2,1,2,2,4,1,5,1,3,1,1,18
57
+ 1,1,1,1,1,1,5,2,1,3,2,2,1,2,4,1,2,2,1,4,4,2,4,5,2,2,2,1,1,2,1,1,1,7,2,2,1,2,1,11,2,3,1,1,1,1,3,1,1,5,2,7,1,1,1,3,2,1,1,9,1,2,2,1,2,1,1,1,5,1,3,1,1,1,2,1,10,8,2,2,1,2,1,1,1,1,16,2,1,1,2,16,2,3,2,3,9,5,1,1,3,2,1,3,2,2,2,1,2,1,2,2,1,2,1,2,6,1,2,1,1,4,2,2,2,1,2,2,1,2,3,1,3,2,1,2,4,5,5,2,3,5,1,2,15,2,2,1,1,2,2,2,3,5,3,3,5,2,12,1,4,2,5,2,1,7,6,3,1,1,3,2,4,4,16,6,1,17,2,2,2,2,3,2,2,3,2,1,1,3,3,4,3,2,5,28,1,1,3
58
+ 1,3,2,1,7,1,2,2,1,1,11,6,2,1,1,1,3,1,1,1,2,1,4,1,1,2,1,1,2,1,1,11,1,9,1,2,1,1,1,2,1,2,1,1,1,3,1,1,8,1,4,1,2,5,4,4,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,1,1,1,37,1,7,2,2,1,11,3,2,2,1,1,1,15,2,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,9,1,1,1,1,1,1,1,1,1,9,1,2,1,3,7,1,1
59
+ 2,3,2,2,3,4,2,2,3,2,1,3,3,2,2,3,2,3,1,4,2,2,2,3,2,2,2,2,3,2,3,1,2,2,3,3,3,1,2,2,2,2,2,4,4,1,6,2,2,3,3,3,2,3,2,1,1,1,1,1,2,3,3,1,3,3,3,4,4,1,1,1,2,2,2,3,1,1,2,2,1,2,1,1,2,2,3,2,3,2,3,1,2,2,1,2,2,4,2,4,3,3,1,4,2,3,2,2,2,1,4,3,3,3,4,2,4,3,3,1,1,1,7,1,2,1,3,1,1,1,1,2,2,1,3,2,1,6,1,3,2,2,4,1,1,4,1,1,1,1,2,2,3,3,1,3,2,3,2,3,3,3,6,2,1,2,2,2,4,4,2,1,3,2,2,2,4,2,1,1,2,3,2,3,1,3,4,3,2,3,1,1,2,2,3,1,2,1,3,1,3,4,3,2,6,6,1,7,3,1,1,4,1,5,8,2,1,5,2,3,2,2,2,2,3,7,2,3,2,1,6,5,3,2,2,2,1,2,3,1,9,2,3,1,1,6,2,2,3,3,4,2,3,2,2,4,3,1,1,1,2,3,4,1,3,4,3,3,2,3,4,3,2,4,6,3,3,3,3,3,2,3,4,7,2,1,3,4,7,3,2,2,3,5,2,2,3,2,2,2,28,2,3,1,1,3,2,1,2,2,2,2,2,2,2,2,2,1,5,3,3,2,2,1,2,2,3,2,2,2,1,3,4,4,40,2,9,2,2,1,2,6,1,5,3,1,1,3,2,4,15,4,1,4,4,3,2,1,1,1,1,1,1,3,2,3,2,3,3,2,6,2,6,6,6,3,1,3,3,2,4,5,2,4,2,2,7,4,2,3,4,6,1,2,3,4,4,3,2,3,11,6,5,5,1,16,3,3,6,4,2,2,2,2,2,1,3,3,2,3,3,1,3,8,2,2,3,2,3,2,6,2,2,6,2,3,5,1,1,3,2,4,7,6,1,6,7,1,1,1,1,3,1,1,1,2,3,4,7,2,4,2,1,1,8,1,1,2,1,1,1,1,1,1,2,1,6,1,2,4,3,3,1,2,4,4,7,2,3,1,1,7,3,3,4,3,1,4,2,8,2,1,5,4,3,2,3,2,2,5,4,4,6,3,2,1,1,1,1,1,1,1,1,3,12,4,5,4,2,6,1,2,1,2,4,3,7,3,3,4,4,3,2,3,6,1,1,2,4,4,3,2,8,3,3,2,2,4,2,4,3,2,2,1,7,3,3,2,2,1,2,1,1,4,3,1,5,1,22,5,3,3,2,3,3,3,3,3,5,2,3,10,1,3,7,4,3,1,1,1,4,1,5,1,4,1,2,2,2,2,1,7,5,2,1,3,1,2,3,1,2,3,2,2,4,4,1,2,1,3,3,3,7,4,1,2,3,3,5,4,3,2,3,13
60
+ 1,1,1,1,3,1,2,1,3,1,1,1,1,1,2,1,1,1,2,1,1,1,1,1,1,2,1,1,1,3,1,1,1,3,4,2,3,2,2,4,1,1,1,5,1,1,2,1,3,1,2,1,1,4,1,2,2,1,2,1,5,1,1,1,1,1,3,3,2,3,1,11,2,1,1,3,1,1,4,2,1,1,2,1,1,1,1,1,3,1,1,6,1,4,1,8,4,4,1,1,1,5,1,1,2,2,1,1,1,1,1,2,4,1,7,1,5,1,2,1,1,1,1,2,5,1,1,2,1,2,3,1,3,3,1,2,1,2,1,4,1,1,7,2,1,2,1,1,3,5,1,1,2,5,1,1,1,3,1,1,1,7,1,2,1,4,1,1,1,1,2,2,1,1,1,2,3,1,2,6,3,3,6,5,1,4,1,2,8,1,1,1,2,1,1,3,3,1,1,2,2,1,1,3,1,1,6,2,1,2,1,2,1,1,1,1,2,6,2,4,1,2,1,2,3,1,1,1,3,4,1,1,1,1,2,1,1,1,2,2,5,1,3,1,1,3,2,1,1,2,1,3,1,1,2,1,1,3,1,2,10,1,2,6,7,1,1,1,3,3,1,2,2,2,6,5,2,1,1,3,1,1,3,1,3,3,2,2,1,1,2,2,2,3,2,1,1,2,4,8,2,2,1,1,1,1,1,1,2,1,1,1,2,2,1,2,2,1,3,1,1,2,1,1,1,3,1,1,7,2,1,2,1,1,2,4,2,1,2,1,4,1,2,2,1,1,2,1,1,1,1,1,4,1,5,2,1,1,2,1,6,5,1,4,1,1,5,1,1,3,2,1,2,3,3,2,4,2,7,3,1,2,1,1,1,1,1,7,1,3,5,1,1,2,1,2,1,1,1,1,2,1,7,1,2,2,1,1,1,1,1,1,1,2,1,2,1,5,3,1,1,2,1,2,3,1,1,1,6,2,1,1,1,2,1,1,1,1,2,1,1,2,1,3,1,2,4,2,1,1,3,1,1,1,11,2,1,2,2,3,1,1,1,1,1,4,1,1,1,5,1,1,2,1,2,2,14,1,2,1,2,1,1,1,4,1,1,1,6,4,1,2,2,1,3,1,1,1,3,6,7,2,1,1,3,2,1,2,1,1,2,1,1,5,2,1,1,10,8,1,4,2,1,1,1,1,1,1,1,1,3,1,1,1,2,3,1,3,4,4,1,7,1,1,2,6,3,8,2,1,1,4,1,1,1,2,1,1,1,1,1,4,1,4,1,1,1,1,3,2,1,2,2,1,2,3,2,1,1,2,4,1,2,1,3,4,1,1,4,2,1,2,1,1,3,1,1,2,1,1,4,2,1,3,4,1,5,4,1,3,6,1,1,3,1,1,1,1,1,2,1,3,1,9,1,1,1,3,3,1,2,7,1,1,1,4,1,4,1,1,1,1,5,1,1,1,7,1,1,5,1,2,2,1,2,2,1,1,6,3,2,1,3,1,2,6,1,1,2,1,4,1,1,2,1,2,7,3,5,1,6,2,2,1,2,1,1,1,1,2,1,1,7,1,1,1,4,1,2,4,4,4,1,1,2,1,2,2,2,2,5,1,1,1,1,2,2,2,1,2,1,7,2,3,1,2,4,2,1,2,3,1,1,2,7,1,1,2,3,2,2,1,1,2,1,2,1,5,1,1,2,1,3,2,1,1,2,2,2,3,2,24,1,3,2,1,2,2,1,1,1,6,2,2,3,1,1,5,2,8,1,1,2,1,2,1,1,1,5,1,1,2,2,1,2,2,1,1,3,4,1,2,1,1,2,8,1,1,1,4,1,2,4,2,1,2,1,1,1,2,1,7,1,3,1,2,1,1,1,6,1,4,1,1,4,2,1,2,2,2,1,1,2,3,1,1,5,1,2,1,6,5,2,5,1,1,1,1,1,3,1,2,1,10,1,3,1,3,2,1,14,1,1,4,1,1,1,3,1,1,3,1,2,2,2,2,1,4,4,2,1,1,1,5,1,6,1,1,11,1,1,1,1,1,7,1,3,2,8,1,5,8,3,3,1,3,1,2,1,1,1,2,1,3,1,2,1,2,5,1,1,3,1,1,5,1,2,1,1,1,1,3,1,1,3,1,4,4,1,2,1,1,2,6,3,2,1,2,2,5,1,1,2,2,1,1,1,2,9,6,3,1,5,7,1,2,2,4,1,1,1,2,1,2,6,1,2,1,1,1,3,1,11,1,5,1,3,1,1,4,2,2,1,3,2,1,2,1,4,3,1,1,1,1,3,2,1,1,1,2,7,1,2,3,1,2,5,4,1,1,2,2,4,1,1,1,5,1,2,2,1,2,1,1,1,1,2,4,1,3,2,1,2,1,1,1,1,2,1,1,1,5,1,1,1,4,1,1,3,1,2,2,1,1,1,11,1,3,1,2,2,1,2,2,1,8,1,1,1,4,1,4,2,1,2,4,1,1,1,2,2,2,1,4,1,5,1,2,7,3,1,1,3,1,1,1,10,2,2,1,2,1,2,1,2,2,1,8,1,2,1,2,1,2,1,1,1,1,5,2,1,1,2,1,2,1,5,1,1,3,1,8,5,5,1,2,5,1,1,2,4,2,2,11,2,1,2
61
+ 4,1,2,2,6,1,1,4,2,19,1,1,8,7,1,1,2,2,3,1,4,4,8,3,2,1,2,1,2,1,1,2,1,1,1,1,10,1,3,3,5,3,1,1,1,1,1,1,5,1,3,2,8,2,2,1,4,1,2,4,2,1,3,1,2,2,1,1,2,2,3,2,2,4,2,1,2,3,2,1,1,2,3,4,1,1,1,2,2,1,3,3,1,4,4,2,2,2,5,1,1,3,3,3,3,1,3,2,1,1,2,1,7,2,2,1,1,3,4,2,1,3,2,2,3,2,2,4,4,2,1,2,2,2,2,4,5,4,2,5,1,4,1,3,2,3,3,3,2,5,1,1,1,1,2,1,2,2,2,1,1,4,3,1,3,3,4,1,1,2,3,1,1,2,3,1,4,1,2,5,2,2,4,1,5,2,2,3,2,3,3,2,5,1,2,3,1,2,1,1,4,3,3,4,2,1,13,9,8,3,3,1,2,1,5,1,1,5,1,2,2,2,2,4,3,7,3,6,5,1,1,1,2,4,1,5,1,1,2,2,4,2,2,6,3,2,8,4,2,1,2,8,1,1,3,7,1,3,5,1,6,2,13,1,2,1,20,1,3,1,1,4,1,2,1,1,1,6,1,3,1,3,2,1,2,3,1,4,1,1,3,2,7,2,6,1,1,1,1,3,1,2,3,1,3,6,6,4,1,3,1,2,1,3,2,2,1,4,1,1,2,5,2,7,1,2,2,7,2,5,12,1,1,1,6,1,3,1,2,6,3,1,16,1,4,1,1,1,1,3,1,4,2,2,1,1,1,3,2,2,1,1,1,2,2,1,1,2,4,1,3,2,2,1,3,2,2,1,7,1,3,1,1,2,1,2,1,3,2,3,1,2,3,4,1,4,2,2,8,3,3,1,5,1,1,1,4,2,1,3,1,3,2,4,6,2,3,1,1,1,2,1,1,4,2,2,5,3,1,1,4,2,1,1,1,4,1,2,2,2,5,1,2,3,2,3,3,1,4,2,3,1,2,1,2,4,3,1,4,7,4,1,5,2,3,7,2,1,3,5,2,3,2,1,2,1,1,2,3,2,5,1,2,2,2,3,1,1,1,3,4,2,3,2,2,3,1,2,1,2
62
+ 2,3,1,1,2,1,2,2,3,6,3,3,3,1,1,19,1,2,3,1,2,1,9,2,3,1,1,2,6,2,3,4,2,4,2,12,2,3,1,3,2,2,2,2,1,1,1,1,8,6,1,1,1,2,1,1,3,4,1,2,8,1,2,1,3,1,1,2,1,4,2,2,5,3,2,5,3,2,3,3,2,1,4,4,3,4,1,1,4,3,1,2,1,3,3,2,2,1,5,3,2,1,2,1,1,8,5,5,4,2,1,1,2,1,2,3,2,2,2,2,1,5,4,3,2,1,4,1,1,3,6,1,1,1,2,1,2,1,3,2,2,3,7,1,2,3,1,3,3,1,4,5,1,1,1,1,1,1,1,2,1,3,2,1,1,1,1,1,3,1,2,5,6,5,2,6,1,3,1,3,8,2,1,6,2,2,2,6,1,12,1,1,1,3,1,1,15,7,3,1,3,1,8,1,4,2,1,1,7,4,3,4,4,3,11,1,3,2,2,7,4,1,2,3,1,5,1,4,1,2,1,2,2,1,4,2,1,3,6,1,2,8,4,4,3,3,2,2,3,5,1,1,1,1,1,2,6,1,10,2,2,1,3,4,6,1,4,4,2,1,4,4,3,1,2,2,1,2,1,2,1,3,1,2,3,4,4,2,1,3,5,3,3,7,1,1,2,1,2,3,1,1,2,2,3,1,1,1,2,1,2,4,3,1,1,3,3,3,6,1,5,2,2,2,1,2,1,1,2,1,7,1,3,3,2,3,1,1,2,1,1,2,1,4,17,3,2,1,2,3,2,3,2,1,3,1,3,1,1,1,1,1,2,5,3,4,1,6,1,2,3,1,1,4,1,2,1,5,2,1,5,1,1,7,1,2,3,2,6,6,4,2,3,3,10,1,1,2,1,1,2,2,4,1,1,1,5,2,15,9,1,4,1,1,2,1,1,2,2,1,1,1,1,1,3,1,3,1,2,4,3,8,1,2,1,1,2,1,2,2,7,3,3,3,1,10,1,1,1,3,2,1,1,2,1,3,1,1,5,1,1,1,3,3,1,10,3,5,1,1,3,6,8,3,11,2,2
63
+ 2,7,9,19,6,19,3
@@ -0,0 +1,8 @@
1
+ 0.01010101
2
+ 0.02020202
3
+ 0.050505051
4
+ 0.343434343
5
+ 0.262626263
6
+ 0.272727273
7
+ 0.03030303
8
+ 0.01010101
@@ -0,0 +1,192 @@
1
+ 25, 1e-05
2
+ 26, 1e-05
3
+ 27, 1e-05
4
+ 28, 3e-05
5
+ 29, 3e-05
6
+ 30, 7e-05
7
+ 31, 4e-05
8
+ 32, 0.0001
9
+ 33, 0.00016
10
+ 34, 0.00027
11
+ 35, 0.00024
12
+ 36, 0.0005
13
+ 37, 0.00053
14
+ 38, 0.00095
15
+ 39, 0.00088
16
+ 40, 0.00126
17
+ 41, 0.00156
18
+ 42, 0.00203
19
+ 43, 0.00205
20
+ 44, 0.00305
21
+ 45, 0.00323
22
+ 46, 0.00368
23
+ 47, 0.00434
24
+ 48, 0.00495
25
+ 49, 0.0052
26
+ 50, 0.00611
27
+ 51, 0.00671
28
+ 52, 0.00753
29
+ 53, 0.00812
30
+ 54, 0.00894
31
+ 55, 0.01037
32
+ 56, 0.01118
33
+ 57, 0.01173
34
+ 58, 0.01211
35
+ 59, 0.01322
36
+ 60, 0.0134
37
+ 61, 0.01485
38
+ 62, 0.01566
39
+ 63, 0.01552
40
+ 64, 0.01608
41
+ 65, 0.01728
42
+ 66, 0.01767
43
+ 67, 0.01784
44
+ 68, 0.01874
45
+ 69, 0.01865
46
+ 70, 0.01856
47
+ 71, 0.01903
48
+ 72, 0.01985
49
+ 73, 0.02
50
+ 74, 0.0193
51
+ 75, 0.01976
52
+ 76, 0.01986
53
+ 77, 0.0194
54
+ 78, 0.01922
55
+ 79, 0.0193
56
+ 80, 0.01905
57
+ 81, 0.01851
58
+ 82, 0.01807
59
+ 83, 0.01838
60
+ 84, 0.01741
61
+ 85, 0.01762
62
+ 86, 0.01704
63
+ 87, 0.01586
64
+ 88, 0.01644
65
+ 89, 0.01557
66
+ 90, 0.01545
67
+ 91, 0.01448
68
+ 92, 0.014
69
+ 93, 0.01393
70
+ 94, 0.01312
71
+ 95, 0.0135
72
+ 96, 0.01274
73
+ 97, 0.01218
74
+ 98, 0.01145
75
+ 99, 0.0107
76
+ 100, 0.01063
77
+ 101, 0.0106
78
+ 102, 0.00969
79
+ 103, 0.0098
80
+ 104, 0.00847
81
+ 105, 0.00872
82
+ 106, 0.0081
83
+ 107, 0.00812
84
+ 108, 0.00737
85
+ 109, 0.00726
86
+ 110, 0.00674
87
+ 111, 0.00634
88
+ 112, 0.00594
89
+ 113, 0.00585
90
+ 114, 0.00536
91
+ 115, 0.00514
92
+ 116, 0.00423
93
+ 117, 0.00451
94
+ 118, 0.00412
95
+ 119, 0.00404
96
+ 120, 0.00404
97
+ 121, 0.00358
98
+ 122, 0.00347
99
+ 123, 0.00341
100
+ 124, 0.00302
101
+ 125, 0.00228
102
+ 126, 0.00263
103
+ 127, 0.00296
104
+ 128, 0.00239
105
+ 129, 0.00233
106
+ 130, 0.00203
107
+ 131, 0.00194
108
+ 132, 0.00177
109
+ 133, 0.0016
110
+ 134, 0.00163
111
+ 135, 0.00148
112
+ 136, 0.00134
113
+ 137, 0.00133
114
+ 138, 0.00119
115
+ 139, 0.00124
116
+ 140, 0.00095
117
+ 141, 0.00116
118
+ 142, 0.001
119
+ 143, 0.00081
120
+ 144, 0.00082
121
+ 145, 0.00081
122
+ 146, 0.00074
123
+ 147, 0.0007
124
+ 148, 0.00065
125
+ 149, 0.00058
126
+ 150, 0.00061
127
+ 151, 0.00063
128
+ 152, 0.00047
129
+ 153, 0.0004
130
+ 154, 0.00044
131
+ 155, 0.00038
132
+ 156, 0.00041
133
+ 157, 0.00036
134
+ 158, 0.00033
135
+ 159, 0.00027
136
+ 160, 0.0002
137
+ 161, 0.00024
138
+ 162, 0.00021
139
+ 163, 0.00031
140
+ 164, 0.00018
141
+ 165, 0.00024
142
+ 166, 0.00017
143
+ 167, 0.00017
144
+ 168, 0.00014
145
+ 169, 0.00014
146
+ 170, 0.00016
147
+ 171, 6e-05
148
+ 172, 0.00014
149
+ 173, 0.00013
150
+ 174, 0.00016
151
+ 175, 9e-05
152
+ 176, 0.0001
153
+ 177, 0.00011
154
+ 178, 9e-05
155
+ 179, 9e-05
156
+ 180, 5e-05
157
+ 181, 7e-05
158
+ 182, 6e-05
159
+ 183, 3e-05
160
+ 184, 0.00011
161
+ 185, 7e-05
162
+ 186, 2e-05
163
+ 187, 3e-05
164
+ 188, 2e-05
165
+ 189, 3e-05
166
+ 190, 3e-05
167
+ 191, 3e-05
168
+ 192, 4e-05
169
+ 193, 2e-05
170
+ 194, 1e-05
171
+ 195, 4e-05
172
+ 196, 2e-05
173
+ 197, 3e-05
174
+ 198, 1e-05
175
+ 199, 1e-05
176
+ 200, 2e-05
177
+ 201, 1e-05
178
+ 202, 1e-05
179
+ 203, 2e-05
180
+ 204, 3e-05
181
+ 205, 3e-05
182
+ 207, 3e-05
183
+ 208, 1e-05
184
+ 209, 1e-05
185
+ 211, 2e-05
186
+ 218, 1e-05
187
+ 224, 1e-05
188
+ 227, 1e-05
189
+ 228, 1e-05
190
+ 231, 1e-05
191
+ 240, 1e-05
192
+ 259, 1e-05
@@ -0,0 +1,56 @@
1
+ 0.17106035889070148
2
+ 0.15234417344173443
3
+ 0.12264907135874878
4
+ 0.17646869983948635
5
+ 0.159185667752443
6
+ 0.08693232131562302
7
+ 0.14911691542288558
8
+ 0.1589312536106297
9
+ 0.12033292231812577
10
+ 0.2234162162162162
11
+ 0.17139954853273137
12
+ 0.22575192096597146
13
+ 0.14875886524822696
14
+ 0.23615671641791044
15
+ 0.22696747114375657
16
+ 0.1382964509394572
17
+ 0.1954726368159204
18
+ 0.15478218780251693
19
+ 0.1606179775280899
20
+ 0.20641921397379911
21
+ 0.18277294038847958
22
+ 0.13049798115746972
23
+ 0.18272727272727274
24
+ 0.1634688995215311
25
+ 0.16244444444444445
26
+ 0.08069159836065574
27
+ 0.16043570669500531
28
+ 0.10926213286921388
29
+ 0.12836313617606604
30
+ 0.1486868686868687
31
+ 0.23592876712328767
32
+ 0.1351692913385827
33
+ 0.1369962686567164
34
+ 0.1741904761904762
35
+ 0.21345098039215687
36
+ 0.11025
37
+ 0.1772456813819578
38
+ 0.15782529743268628
39
+ 0.1526602564102564
40
+ 0.17230768295204263
41
+ 0.09601374570446736
42
+ 0.1711441647597254
43
+ 0.23446710090525502
44
+ 0.14131832797427654
45
+ 0.16409345794392524
46
+ 0.11176461562068436
47
+ 0.20523647001462703
48
+ 0.16846917666528755
49
+ 0.09413361169102297
50
+ 0.15504725897920604
51
+ 0.18657683215130025
52
+ 0.17790163934426229
53
+ 0.09052422097870969
54
+ 0.2059972299168975
55
+ 0.17470588235294118
56
+ 0.18686940966010734