ggh4x-python 0.3.1.9000__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (64) hide show
  1. ggh4x/__init__.py +140 -0
  2. ggh4x/_aimed_text_grob.py +432 -0
  3. ggh4x/_borrowed_ggplot2.py +273 -0
  4. ggh4x/_cli.py +84 -0
  5. ggh4x/_datasets.py +106 -0
  6. ggh4x/_download.py +111 -0
  7. ggh4x/_facet_helpers.py +313 -0
  8. ggh4x/_facet_utils.py +649 -0
  9. ggh4x/_gap_grobs.py +606 -0
  10. ggh4x/_registry.py +10 -0
  11. ggh4x/_rlang.py +93 -0
  12. ggh4x/_utils.py +150 -0
  13. ggh4x/_vctrs.py +233 -0
  14. ggh4x/conveniences.py +601 -0
  15. ggh4x/coord_axes_inside.py +380 -0
  16. ggh4x/element_part_rect.py +545 -0
  17. ggh4x/facet_grid2.py +1018 -0
  18. ggh4x/facet_manual.py +901 -0
  19. ggh4x/facet_nested.py +776 -0
  20. ggh4x/facet_nested_wrap.py +193 -0
  21. ggh4x/facet_wrap2.py +896 -0
  22. ggh4x/geom_box.py +536 -0
  23. ggh4x/geom_outline_point.py +444 -0
  24. ggh4x/geom_pointpath.py +259 -0
  25. ggh4x/geom_polygonraster.py +252 -0
  26. ggh4x/geom_rectrug.py +489 -0
  27. ggh4x/geom_text_aimed.py +279 -0
  28. ggh4x/guide_stringlegend.py +354 -0
  29. ggh4x/help_secondary.py +549 -0
  30. ggh4x/multiscale/__init__.py +51 -0
  31. ggh4x/multiscale/_multiscale_add.py +207 -0
  32. ggh4x/multiscale/scale_listed.py +167 -0
  33. ggh4x/multiscale/scale_manual.py +478 -0
  34. ggh4x/multiscale/scale_multi.py +393 -0
  35. ggh4x/panel_scales/__init__.py +58 -0
  36. ggh4x/panel_scales/at_panel.py +115 -0
  37. ggh4x/panel_scales/facetted_pos_scales.py +647 -0
  38. ggh4x/panel_scales/force_panelsize.py +411 -0
  39. ggh4x/panel_scales/scale_facet.py +222 -0
  40. ggh4x/position_disjoint_ranges.py +229 -0
  41. ggh4x/position_lineartrans.py +242 -0
  42. ggh4x/py.typed +0 -0
  43. ggh4x/resources/faithful.csv +273 -0
  44. ggh4x/resources/iris.csv +151 -0
  45. ggh4x/resources/mtcars.csv +33 -0
  46. ggh4x/resources/pressure.csv +20 -0
  47. ggh4x/resources/volcano.csv +87 -0
  48. ggh4x/save.py +255 -0
  49. ggh4x/stat_difference.py +388 -0
  50. ggh4x/stat_funxy.py +436 -0
  51. ggh4x/stat_rle.py +290 -0
  52. ggh4x/stat_rollingkernel.py +369 -0
  53. ggh4x/stat_theodensity.py +681 -0
  54. ggh4x/strip_nested.py +448 -0
  55. ggh4x/strip_split.py +687 -0
  56. ggh4x/strip_tag.py +636 -0
  57. ggh4x/strip_themed.py +232 -0
  58. ggh4x/strip_vanilla.py +1464 -0
  59. ggh4x/themes.py +31 -0
  60. ggh4x/themes_ggh4x.py +67 -0
  61. ggh4x_python-0.3.1.9000.dist-info/METADATA +40 -0
  62. ggh4x_python-0.3.1.9000.dist-info/RECORD +64 -0
  63. ggh4x_python-0.3.1.9000.dist-info/WHEEL +4 -0
  64. ggh4x_python-0.3.1.9000.dist-info/licenses/LICENSE +3 -0
@@ -0,0 +1,273 @@
1
+ "eruptions","waiting"
2
+ 3.6,79
3
+ 1.8,54
4
+ 3.333,74
5
+ 2.283,62
6
+ 4.533,85
7
+ 2.883,55
8
+ 4.7,88
9
+ 3.6,85
10
+ 1.95,51
11
+ 4.35,85
12
+ 1.833,54
13
+ 3.917,84
14
+ 4.2,78
15
+ 1.75,47
16
+ 4.7,83
17
+ 2.167,52
18
+ 1.75,62
19
+ 4.8,84
20
+ 1.6,52
21
+ 4.25,79
22
+ 1.8,51
23
+ 1.75,47
24
+ 3.45,78
25
+ 3.067,69
26
+ 4.533,74
27
+ 3.6,83
28
+ 1.967,55
29
+ 4.083,76
30
+ 3.85,78
31
+ 4.433,79
32
+ 4.3,73
33
+ 4.467,77
34
+ 3.367,66
35
+ 4.033,80
36
+ 3.833,74
37
+ 2.017,52
38
+ 1.867,48
39
+ 4.833,80
40
+ 1.833,59
41
+ 4.783,90
42
+ 4.35,80
43
+ 1.883,58
44
+ 4.567,84
45
+ 1.75,58
46
+ 4.533,73
47
+ 3.317,83
48
+ 3.833,64
49
+ 2.1,53
50
+ 4.633,82
51
+ 2,59
52
+ 4.8,75
53
+ 4.716,90
54
+ 1.833,54
55
+ 4.833,80
56
+ 1.733,54
57
+ 4.883,83
58
+ 3.717,71
59
+ 1.667,64
60
+ 4.567,77
61
+ 4.317,81
62
+ 2.233,59
63
+ 4.5,84
64
+ 1.75,48
65
+ 4.8,82
66
+ 1.817,60
67
+ 4.4,92
68
+ 4.167,78
69
+ 4.7,78
70
+ 2.067,65
71
+ 4.7,73
72
+ 4.033,82
73
+ 1.967,56
74
+ 4.5,79
75
+ 4,71
76
+ 1.983,62
77
+ 5.067,76
78
+ 2.017,60
79
+ 4.567,78
80
+ 3.883,76
81
+ 3.6,83
82
+ 4.133,75
83
+ 4.333,82
84
+ 4.1,70
85
+ 2.633,65
86
+ 4.067,73
87
+ 4.933,88
88
+ 3.95,76
89
+ 4.517,80
90
+ 2.167,48
91
+ 4,86
92
+ 2.2,60
93
+ 4.333,90
94
+ 1.867,50
95
+ 4.817,78
96
+ 1.833,63
97
+ 4.3,72
98
+ 4.667,84
99
+ 3.75,75
100
+ 1.867,51
101
+ 4.9,82
102
+ 2.483,62
103
+ 4.367,88
104
+ 2.1,49
105
+ 4.5,83
106
+ 4.05,81
107
+ 1.867,47
108
+ 4.7,84
109
+ 1.783,52
110
+ 4.85,86
111
+ 3.683,81
112
+ 4.733,75
113
+ 2.3,59
114
+ 4.9,89
115
+ 4.417,79
116
+ 1.7,59
117
+ 4.633,81
118
+ 2.317,50
119
+ 4.6,85
120
+ 1.817,59
121
+ 4.417,87
122
+ 2.617,53
123
+ 4.067,69
124
+ 4.25,77
125
+ 1.967,56
126
+ 4.6,88
127
+ 3.767,81
128
+ 1.917,45
129
+ 4.5,82
130
+ 2.267,55
131
+ 4.65,90
132
+ 1.867,45
133
+ 4.167,83
134
+ 2.8,56
135
+ 4.333,89
136
+ 1.833,46
137
+ 4.383,82
138
+ 1.883,51
139
+ 4.933,86
140
+ 2.033,53
141
+ 3.733,79
142
+ 4.233,81
143
+ 2.233,60
144
+ 4.533,82
145
+ 4.817,77
146
+ 4.333,76
147
+ 1.983,59
148
+ 4.633,80
149
+ 2.017,49
150
+ 5.1,96
151
+ 1.8,53
152
+ 5.033,77
153
+ 4,77
154
+ 2.4,65
155
+ 4.6,81
156
+ 3.567,71
157
+ 4,70
158
+ 4.5,81
159
+ 4.083,93
160
+ 1.8,53
161
+ 3.967,89
162
+ 2.2,45
163
+ 4.15,86
164
+ 2,58
165
+ 3.833,78
166
+ 3.5,66
167
+ 4.583,76
168
+ 2.367,63
169
+ 5,88
170
+ 1.933,52
171
+ 4.617,93
172
+ 1.917,49
173
+ 2.083,57
174
+ 4.583,77
175
+ 3.333,68
176
+ 4.167,81
177
+ 4.333,81
178
+ 4.5,73
179
+ 2.417,50
180
+ 4,85
181
+ 4.167,74
182
+ 1.883,55
183
+ 4.583,77
184
+ 4.25,83
185
+ 3.767,83
186
+ 2.033,51
187
+ 4.433,78
188
+ 4.083,84
189
+ 1.833,46
190
+ 4.417,83
191
+ 2.183,55
192
+ 4.8,81
193
+ 1.833,57
194
+ 4.8,76
195
+ 4.1,84
196
+ 3.966,77
197
+ 4.233,81
198
+ 3.5,87
199
+ 4.366,77
200
+ 2.25,51
201
+ 4.667,78
202
+ 2.1,60
203
+ 4.35,82
204
+ 4.133,91
205
+ 1.867,53
206
+ 4.6,78
207
+ 1.783,46
208
+ 4.367,77
209
+ 3.85,84
210
+ 1.933,49
211
+ 4.5,83
212
+ 2.383,71
213
+ 4.7,80
214
+ 1.867,49
215
+ 3.833,75
216
+ 3.417,64
217
+ 4.233,76
218
+ 2.4,53
219
+ 4.8,94
220
+ 2,55
221
+ 4.15,76
222
+ 1.867,50
223
+ 4.267,82
224
+ 1.75,54
225
+ 4.483,75
226
+ 4,78
227
+ 4.117,79
228
+ 4.083,78
229
+ 4.267,78
230
+ 3.917,70
231
+ 4.55,79
232
+ 4.083,70
233
+ 2.417,54
234
+ 4.183,86
235
+ 2.217,50
236
+ 4.45,90
237
+ 1.883,54
238
+ 1.85,54
239
+ 4.283,77
240
+ 3.95,79
241
+ 2.333,64
242
+ 4.15,75
243
+ 2.35,47
244
+ 4.933,86
245
+ 2.9,63
246
+ 4.583,85
247
+ 3.833,82
248
+ 2.083,57
249
+ 4.367,82
250
+ 2.133,67
251
+ 4.35,74
252
+ 2.2,54
253
+ 4.45,83
254
+ 3.567,73
255
+ 4.5,73
256
+ 4.15,88
257
+ 3.817,80
258
+ 3.917,71
259
+ 4.45,83
260
+ 2,56
261
+ 4.283,79
262
+ 4.767,78
263
+ 4.533,84
264
+ 1.85,58
265
+ 4.25,83
266
+ 1.983,43
267
+ 2.25,60
268
+ 4.75,75
269
+ 4.117,81
270
+ 2.15,46
271
+ 4.417,90
272
+ 1.817,46
273
+ 4.467,74
@@ -0,0 +1,151 @@
1
+ "Sepal.Length","Sepal.Width","Petal.Length","Petal.Width","Species"
2
+ 5.1,3.5,1.4,0.2,"setosa"
3
+ 4.9,3,1.4,0.2,"setosa"
4
+ 4.7,3.2,1.3,0.2,"setosa"
5
+ 4.6,3.1,1.5,0.2,"setosa"
6
+ 5,3.6,1.4,0.2,"setosa"
7
+ 5.4,3.9,1.7,0.4,"setosa"
8
+ 4.6,3.4,1.4,0.3,"setosa"
9
+ 5,3.4,1.5,0.2,"setosa"
10
+ 4.4,2.9,1.4,0.2,"setosa"
11
+ 4.9,3.1,1.5,0.1,"setosa"
12
+ 5.4,3.7,1.5,0.2,"setosa"
13
+ 4.8,3.4,1.6,0.2,"setosa"
14
+ 4.8,3,1.4,0.1,"setosa"
15
+ 4.3,3,1.1,0.1,"setosa"
16
+ 5.8,4,1.2,0.2,"setosa"
17
+ 5.7,4.4,1.5,0.4,"setosa"
18
+ 5.4,3.9,1.3,0.4,"setosa"
19
+ 5.1,3.5,1.4,0.3,"setosa"
20
+ 5.7,3.8,1.7,0.3,"setosa"
21
+ 5.1,3.8,1.5,0.3,"setosa"
22
+ 5.4,3.4,1.7,0.2,"setosa"
23
+ 5.1,3.7,1.5,0.4,"setosa"
24
+ 4.6,3.6,1,0.2,"setosa"
25
+ 5.1,3.3,1.7,0.5,"setosa"
26
+ 4.8,3.4,1.9,0.2,"setosa"
27
+ 5,3,1.6,0.2,"setosa"
28
+ 5,3.4,1.6,0.4,"setosa"
29
+ 5.2,3.5,1.5,0.2,"setosa"
30
+ 5.2,3.4,1.4,0.2,"setosa"
31
+ 4.7,3.2,1.6,0.2,"setosa"
32
+ 4.8,3.1,1.6,0.2,"setosa"
33
+ 5.4,3.4,1.5,0.4,"setosa"
34
+ 5.2,4.1,1.5,0.1,"setosa"
35
+ 5.5,4.2,1.4,0.2,"setosa"
36
+ 4.9,3.1,1.5,0.2,"setosa"
37
+ 5,3.2,1.2,0.2,"setosa"
38
+ 5.5,3.5,1.3,0.2,"setosa"
39
+ 4.9,3.6,1.4,0.1,"setosa"
40
+ 4.4,3,1.3,0.2,"setosa"
41
+ 5.1,3.4,1.5,0.2,"setosa"
42
+ 5,3.5,1.3,0.3,"setosa"
43
+ 4.5,2.3,1.3,0.3,"setosa"
44
+ 4.4,3.2,1.3,0.2,"setosa"
45
+ 5,3.5,1.6,0.6,"setosa"
46
+ 5.1,3.8,1.9,0.4,"setosa"
47
+ 4.8,3,1.4,0.3,"setosa"
48
+ 5.1,3.8,1.6,0.2,"setosa"
49
+ 4.6,3.2,1.4,0.2,"setosa"
50
+ 5.3,3.7,1.5,0.2,"setosa"
51
+ 5,3.3,1.4,0.2,"setosa"
52
+ 7,3.2,4.7,1.4,"versicolor"
53
+ 6.4,3.2,4.5,1.5,"versicolor"
54
+ 6.9,3.1,4.9,1.5,"versicolor"
55
+ 5.5,2.3,4,1.3,"versicolor"
56
+ 6.5,2.8,4.6,1.5,"versicolor"
57
+ 5.7,2.8,4.5,1.3,"versicolor"
58
+ 6.3,3.3,4.7,1.6,"versicolor"
59
+ 4.9,2.4,3.3,1,"versicolor"
60
+ 6.6,2.9,4.6,1.3,"versicolor"
61
+ 5.2,2.7,3.9,1.4,"versicolor"
62
+ 5,2,3.5,1,"versicolor"
63
+ 5.9,3,4.2,1.5,"versicolor"
64
+ 6,2.2,4,1,"versicolor"
65
+ 6.1,2.9,4.7,1.4,"versicolor"
66
+ 5.6,2.9,3.6,1.3,"versicolor"
67
+ 6.7,3.1,4.4,1.4,"versicolor"
68
+ 5.6,3,4.5,1.5,"versicolor"
69
+ 5.8,2.7,4.1,1,"versicolor"
70
+ 6.2,2.2,4.5,1.5,"versicolor"
71
+ 5.6,2.5,3.9,1.1,"versicolor"
72
+ 5.9,3.2,4.8,1.8,"versicolor"
73
+ 6.1,2.8,4,1.3,"versicolor"
74
+ 6.3,2.5,4.9,1.5,"versicolor"
75
+ 6.1,2.8,4.7,1.2,"versicolor"
76
+ 6.4,2.9,4.3,1.3,"versicolor"
77
+ 6.6,3,4.4,1.4,"versicolor"
78
+ 6.8,2.8,4.8,1.4,"versicolor"
79
+ 6.7,3,5,1.7,"versicolor"
80
+ 6,2.9,4.5,1.5,"versicolor"
81
+ 5.7,2.6,3.5,1,"versicolor"
82
+ 5.5,2.4,3.8,1.1,"versicolor"
83
+ 5.5,2.4,3.7,1,"versicolor"
84
+ 5.8,2.7,3.9,1.2,"versicolor"
85
+ 6,2.7,5.1,1.6,"versicolor"
86
+ 5.4,3,4.5,1.5,"versicolor"
87
+ 6,3.4,4.5,1.6,"versicolor"
88
+ 6.7,3.1,4.7,1.5,"versicolor"
89
+ 6.3,2.3,4.4,1.3,"versicolor"
90
+ 5.6,3,4.1,1.3,"versicolor"
91
+ 5.5,2.5,4,1.3,"versicolor"
92
+ 5.5,2.6,4.4,1.2,"versicolor"
93
+ 6.1,3,4.6,1.4,"versicolor"
94
+ 5.8,2.6,4,1.2,"versicolor"
95
+ 5,2.3,3.3,1,"versicolor"
96
+ 5.6,2.7,4.2,1.3,"versicolor"
97
+ 5.7,3,4.2,1.2,"versicolor"
98
+ 5.7,2.9,4.2,1.3,"versicolor"
99
+ 6.2,2.9,4.3,1.3,"versicolor"
100
+ 5.1,2.5,3,1.1,"versicolor"
101
+ 5.7,2.8,4.1,1.3,"versicolor"
102
+ 6.3,3.3,6,2.5,"virginica"
103
+ 5.8,2.7,5.1,1.9,"virginica"
104
+ 7.1,3,5.9,2.1,"virginica"
105
+ 6.3,2.9,5.6,1.8,"virginica"
106
+ 6.5,3,5.8,2.2,"virginica"
107
+ 7.6,3,6.6,2.1,"virginica"
108
+ 4.9,2.5,4.5,1.7,"virginica"
109
+ 7.3,2.9,6.3,1.8,"virginica"
110
+ 6.7,2.5,5.8,1.8,"virginica"
111
+ 7.2,3.6,6.1,2.5,"virginica"
112
+ 6.5,3.2,5.1,2,"virginica"
113
+ 6.4,2.7,5.3,1.9,"virginica"
114
+ 6.8,3,5.5,2.1,"virginica"
115
+ 5.7,2.5,5,2,"virginica"
116
+ 5.8,2.8,5.1,2.4,"virginica"
117
+ 6.4,3.2,5.3,2.3,"virginica"
118
+ 6.5,3,5.5,1.8,"virginica"
119
+ 7.7,3.8,6.7,2.2,"virginica"
120
+ 7.7,2.6,6.9,2.3,"virginica"
121
+ 6,2.2,5,1.5,"virginica"
122
+ 6.9,3.2,5.7,2.3,"virginica"
123
+ 5.6,2.8,4.9,2,"virginica"
124
+ 7.7,2.8,6.7,2,"virginica"
125
+ 6.3,2.7,4.9,1.8,"virginica"
126
+ 6.7,3.3,5.7,2.1,"virginica"
127
+ 7.2,3.2,6,1.8,"virginica"
128
+ 6.2,2.8,4.8,1.8,"virginica"
129
+ 6.1,3,4.9,1.8,"virginica"
130
+ 6.4,2.8,5.6,2.1,"virginica"
131
+ 7.2,3,5.8,1.6,"virginica"
132
+ 7.4,2.8,6.1,1.9,"virginica"
133
+ 7.9,3.8,6.4,2,"virginica"
134
+ 6.4,2.8,5.6,2.2,"virginica"
135
+ 6.3,2.8,5.1,1.5,"virginica"
136
+ 6.1,2.6,5.6,1.4,"virginica"
137
+ 7.7,3,6.1,2.3,"virginica"
138
+ 6.3,3.4,5.6,2.4,"virginica"
139
+ 6.4,3.1,5.5,1.8,"virginica"
140
+ 6,3,4.8,1.8,"virginica"
141
+ 6.9,3.1,5.4,2.1,"virginica"
142
+ 6.7,3.1,5.6,2.4,"virginica"
143
+ 6.9,3.1,5.1,2.3,"virginica"
144
+ 5.8,2.7,5.1,1.9,"virginica"
145
+ 6.8,3.2,5.9,2.3,"virginica"
146
+ 6.7,3.3,5.7,2.5,"virginica"
147
+ 6.7,3,5.2,2.3,"virginica"
148
+ 6.3,2.5,5,1.9,"virginica"
149
+ 6.5,3,5.2,2,"virginica"
150
+ 6.2,3.4,5.4,2.3,"virginica"
151
+ 5.9,3,5.1,1.8,"virginica"
@@ -0,0 +1,33 @@
1
+ "","mpg","cyl","disp","hp","drat","wt","qsec","vs","am","gear","carb"
2
+ "Mazda RX4",21,6,160,110,3.9,2.62,16.46,0,1,4,4
3
+ "Mazda RX4 Wag",21,6,160,110,3.9,2.875,17.02,0,1,4,4
4
+ "Datsun 710",22.8,4,108,93,3.85,2.32,18.61,1,1,4,1
5
+ "Hornet 4 Drive",21.4,6,258,110,3.08,3.215,19.44,1,0,3,1
6
+ "Hornet Sportabout",18.7,8,360,175,3.15,3.44,17.02,0,0,3,2
7
+ "Valiant",18.1,6,225,105,2.76,3.46,20.22,1,0,3,1
8
+ "Duster 360",14.3,8,360,245,3.21,3.57,15.84,0,0,3,4
9
+ "Merc 240D",24.4,4,146.7,62,3.69,3.19,20,1,0,4,2
10
+ "Merc 230",22.8,4,140.8,95,3.92,3.15,22.9,1,0,4,2
11
+ "Merc 280",19.2,6,167.6,123,3.92,3.44,18.3,1,0,4,4
12
+ "Merc 280C",17.8,6,167.6,123,3.92,3.44,18.9,1,0,4,4
13
+ "Merc 450SE",16.4,8,275.8,180,3.07,4.07,17.4,0,0,3,3
14
+ "Merc 450SL",17.3,8,275.8,180,3.07,3.73,17.6,0,0,3,3
15
+ "Merc 450SLC",15.2,8,275.8,180,3.07,3.78,18,0,0,3,3
16
+ "Cadillac Fleetwood",10.4,8,472,205,2.93,5.25,17.98,0,0,3,4
17
+ "Lincoln Continental",10.4,8,460,215,3,5.424,17.82,0,0,3,4
18
+ "Chrysler Imperial",14.7,8,440,230,3.23,5.345,17.42,0,0,3,4
19
+ "Fiat 128",32.4,4,78.7,66,4.08,2.2,19.47,1,1,4,1
20
+ "Honda Civic",30.4,4,75.7,52,4.93,1.615,18.52,1,1,4,2
21
+ "Toyota Corolla",33.9,4,71.1,65,4.22,1.835,19.9,1,1,4,1
22
+ "Toyota Corona",21.5,4,120.1,97,3.7,2.465,20.01,1,0,3,1
23
+ "Dodge Challenger",15.5,8,318,150,2.76,3.52,16.87,0,0,3,2
24
+ "AMC Javelin",15.2,8,304,150,3.15,3.435,17.3,0,0,3,2
25
+ "Camaro Z28",13.3,8,350,245,3.73,3.84,15.41,0,0,3,4
26
+ "Pontiac Firebird",19.2,8,400,175,3.08,3.845,17.05,0,0,3,2
27
+ "Fiat X1-9",27.3,4,79,66,4.08,1.935,18.9,1,1,4,1
28
+ "Porsche 914-2",26,4,120.3,91,4.43,2.14,16.7,0,1,5,2
29
+ "Lotus Europa",30.4,4,95.1,113,3.77,1.513,16.9,1,1,5,2
30
+ "Ford Pantera L",15.8,8,351,264,4.22,3.17,14.5,0,1,5,4
31
+ "Ferrari Dino",19.7,6,145,175,3.62,2.77,15.5,0,1,5,6
32
+ "Maserati Bora",15,8,301,335,3.54,3.57,14.6,0,1,5,8
33
+ "Volvo 142E",21.4,4,121,109,4.11,2.78,18.6,1,1,4,2
@@ -0,0 +1,20 @@
1
+ "temperature","pressure"
2
+ 0,2e-04
3
+ 20,0.0012
4
+ 40,0.006
5
+ 60,0.03
6
+ 80,0.09
7
+ 100,0.27
8
+ 120,0.75
9
+ 140,1.85
10
+ 160,4.2
11
+ 180,8.8
12
+ 200,17.3
13
+ 220,32.1
14
+ 240,57
15
+ 260,96
16
+ 280,157
17
+ 300,247
18
+ 320,376
19
+ 340,558
20
+ 360,806
@@ -0,0 +1,87 @@
1
+ 100,100,101,101,101,101,101,100,100,100,101,101,102,102,102,102,103,104,103,102,101,101,102,103,104,104,105,107,107,107,108,108,110,110,110,110,110,110,110,110,108,108,108,107,107,108,108,108,108,108,107,107,107,107,106,106,105,105,104,104,103
2
+ 101,101,102,102,102,102,102,101,101,101,102,102,103,103,103,103,104,105,104,103,102,102,103,105,106,106,107,109,110,110,110,110,111,112,113,114,116,115,114,112,110,110,110,109,108,109,109,109,109,108,108,108,108,107,107,106,106,105,105,104,104
3
+ 102,102,103,103,103,103,103,102,102,102,103,103,104,104,104,104,105,106,105,104,104,105,106,107,108,110,111,113,114,115,114,115,116,118,119,119,121,121,120,118,116,114,112,111,110,110,110,110,109,109,109,109,108,108,107,107,106,106,105,105,104
4
+ 103,103,104,104,104,104,104,103,103,103,103,104,104,104,105,105,106,107,106,106,106,107,108,110,111,114,117,118,117,119,120,121,122,124,125,126,127,127,126,124,122,120,117,116,113,111,110,110,110,109,109,109,109,108,108,107,107,106,106,105,105
5
+ 104,104,105,105,105,105,105,104,104,103,104,104,105,105,105,106,107,108,108,108,109,110,112,114,115,118,121,122,121,123,128,131,129,130,131,131,132,132,131,130,128,126,122,119,115,114,112,110,110,110,110,110,109,109,108,107,107,107,106,106,105
6
+ 105,105,105,106,106,106,106,105,105,104,104,105,105,106,106,107,109,110,110,112,113,115,116,118,119,121,124,126,126,129,134,137,137,136,136,135,136,136,136,135,133,129,126,122,118,116,115,113,111,110,110,110,110,109,108,108,108,107,107,106,106
7
+ 105,106,106,107,107,107,107,106,106,105,105,106,106,107,108,109,111,113,114,116,118,120,121,122,123,125,127,129,130,135,140,142,142,142,141,140,140,140,140,139,137,134,129,125,121,118,116,114,112,110,110,110,111,110,109,109,108,108,107,107,106
8
+ 106,107,107,108,108,108,108,107,107,106,106,107,108,108,110,113,115,117,118,120,122,124,125,127,128,129,131,134,135,141,146,147,146,146,145,144,144,144,143,142,141,139,135,130,126,122,118,116,114,112,112,113,112,110,110,109,109,108,108,107,106
9
+ 107,108,108,109,109,109,109,108,108,107,108,108,110,111,113,116,118,120,123,125,127,129,130,132,134,135,137,139,142,146,152,152,151,151,150,149,148,148,146,145,143,142,139,135,131,127,122,119,117,115,115,115,114,112,110,110,109,109,108,107,107
10
+ 108,109,109,110,110,110,110,109,109,108,110,110,113,116,118,120,122,125,127,129,133,136,138,140,141,142,148,150,151,156,158,159,158,157,158,158,154,151,149,148,146,144,141,137,134,130,125,122,120,118,117,117,115,113,111,110,110,109,108,107,107
11
+ 109,110,110,111,111,111,111,110,110,110,112,114,118,121,123,125,127,129,133,137,141,143,145,146,148,150,154,156,159,161,162,163,164,163,164,164,160,157,154,151,149,146,144,140,137,133,129,126,124,121,119,118,116,114,112,111,110,109,108,107,106
12
+ 110,110,111,113,112,111,113,112,112,114,116,119,121,124,127,129,133,138,143,146,149,149,151,153,154,157,159,160,163,165,166,167,168,168,168,168,166,162,159,157,154,152,149,144,140,136,133,131,128,125,122,119,117,115,113,111,110,109,108,107,106
13
+ 110,111,113,115,114,113,114,114,115,117,119,121,124,126,129,133,140,145,150,154,155,155,157,159,161,162,164,165,167,168,169,170,172,174,172,172,171,169,166,163,161,158,153,148,143,140,137,134,131,128,125,120,118,116,114,112,110,109,108,107,105
14
+ 111,113,115,117,116,115,116,117,117,119,121,124,126,128,132,137,143,151,156,161,161,162,163,165,166,167,168,170,171,173,175,177,179,178,177,176,176,174,171,169,165,161,156,152,148,144,140,138,135,131,127,123,119,117,115,113,111,110,108,106,105
15
+ 114,115,117,117,117,118,119,119,120,121,124,126,128,131,137,143,150,156,160,163,165,168,170,171,172,173,174,175,177,179,180,182,183,183,183,183,180,178,177,172,168,164,160,156,152,148,144,141,138,134,130,126,121,117,114,112,110,110,108,106,104
16
+ 116,118,118,118,120,121,121,122,122,123,125,128,130,134,141,147,152,156,160,165,168,170,174,176,179,180,181,181,182,182,183,184,186,187,187,184,184,181,180,176,172,168,165,161,157,153,149,145,142,138,133,129,125,120,115,111,110,110,108,106,104
17
+ 118,120,120,121,122,123,124,124,125,126,127,129,132,135,142,149,153,157,161,166,170,174,178,180,182,183,184,184,185,186,186,187,189,189,189,189,189,186,182,179,175,171,168,165,162,157,152,149,145,141,137,131,125,120,116,111,110,110,108,106,104
18
+ 120,121,122,123,124,125,126,127,127,128,130,132,134,137,142,151,155,158,162,169,172,176,181,183,184,186,187,188,189,189,189,189,190,190,191,190,190,188,186,183,180,175,171,168,165,161,157,152,149,145,141,134,127,121,116,112,110,110,108,106,104
19
+ 120,122,125,126,126,127,128,129,130,130,132,134,136,139,145,152,157,160,167,172,175,178,181,185,186,188,190,191,192,193,193,192,192,191,192,191,191,190,190,187,184,181,177,172,169,165,161,156,152,147,143,139,131,123,119,115,111,110,108,106,105
20
+ 121,124,126,128,129,129,130,131,132,133,135,137,139,143,150,154,159,164,170,173,176,179,184,186,189,190,191,192,193,194,195,194,193,192,191,191,191,191,190,190,188,184,181,177,173,169,165,160,155,149,145,142,136,129,123,118,114,110,108,108,107
21
+ 122,125,127,130,130,131,133,134,135,136,137,140,143,147,154,158,162,166,171,174,177,181,186,189,190,190,191,192,191,191,190,189,188,189,190,190,191,190,190,190,189,186,184,181,177,173,169,164,158,152,148,144,140,134,125,118,115,111,110,108,107
22
+ 122,125,128,130,132,133,135,136,137,139,140,143,147,152,157,161,164,168,172,175,179,182,186,190,190,190,190,189,187,184,184,183,182,182,183,183,183,184,185,186,187,186,185,184,181,177,173,169,163,157,149,145,141,136,130,119,116,112,110,108,106
23
+ 123,126,129,131,133,135,137,138,139,141,143,147,150,156,161,164,167,170,173,177,181,184,187,188,190,189,187,185,183,179,176,174,174,174,174,174,176,177,179,180,182,183,182,181,181,180,176,171,166,160,152,147,142,138,133,126,121,115,110,106,105
24
+ 124,127,130,132,135,137,138,140,142,144,147,149,154,157,161,165,168,171,175,178,181,184,186,187,187,184,184,181,179,175,171,169,168,168,168,169,170,172,174,177,178,179,180,181,181,180,179,174,167,161,155,148,144,139,134,128,121,115,110,106,105
25
+ 123,128,131,133,136,138,140,142,144,146,149,151,154,157,160,164,168,172,175,178,181,183,184,184,185,183,180,177,174,170,167,165,164,164,164,165,166,168,171,175,176,178,180,181,180,180,179,177,170,163,157,150,144,139,134,128,121,115,110,108,107
26
+ 123,127,131,134,136,138,140,142,144,147,149,151,154,157,160,164,168,171,174,178,180,181,181,182,183,181,178,173,169,166,163,161,161,160,160,161,163,165,168,173,176,178,179,180,181,180,180,175,173,166,159,152,145,139,134,127,121,115,110,109,108
27
+ 120,124,128,131,134,137,139,142,144,146,149,151,153,156,160,163,167,171,174,178,180,180,180,180,180,180,175,171,167,162,160,158,157,157,157,158,159,162,166,170,175,177,178,180,181,181,180,178,175,169,160,154,148,140,134,128,121,115,110,110,109
28
+ 118,121,125,129,132,134,137,140,142,145,147,149,151,155,159,163,166,169,173,177,179,180,180,180,180,179,174,169,166,161,158,156,154,153,153,154,156,159,163,169,173,175,178,180,181,180,180,179,175,170,160,154,149,142,135,128,122,116,111,110,110
29
+ 117,120,121,125,129,132,135,138,140,143,145,147,149,153,157,160,163,166,171,174,177,179,180,180,180,179,172,168,164,160,157,154,151,149,150,150,154,158,164,169,174,178,180,180,180,180,178,177,175,170,161,153,148,142,135,129,123,116,113,112,110
30
+ 115,118,120,122,126,130,133,136,138,141,143,145,148,151,154,157,160,163,168,171,174,177,179,179,179,176,171,167,164,160,156,153,149,148,149,151,155,158,163,170,173,177,179,180,180,180,178,175,173,171,162,154,147,141,136,130,124,117,115,112,110
31
+ 114,116,118,120,122,127,131,133,136,138,141,143,146,148,151,154,157,160,164,168,171,174,178,178,179,177,173,169,165,161,157,154,151,149,150,152,155,159,166,171,175,177,179,180,180,179,176,174,171,168,159,151,146,141,135,129,124,119,116,113,110
32
+ 115,114,116,118,120,122,127,129,132,136,139,141,143,146,148,151,153,156,160,164,167,172,174,176,177,176,173,170,166,162,159,157,154,153,154,155,158,161,169,172,174,176,178,178,178,178,175,172,169,162,156,149,144,140,134,128,123,118,115,112,110
33
+ 113,113,114,116,118,120,122,125,129,133,136,138,141,143,146,149,150,153,156,160,165,170,173,176,176,176,173,172,169,165,163,160,158,157,158,159,161,166,170,170,173,175,176,178,176,173,171,168,164,158,153,146,140,137,132,127,121,117,113,111,110
34
+ 111,112,113,114,116,118,120,122,126,130,133,136,139,142,145,147,148,151,155,158,163,168,173,176,177,177,176,174,171,169,166,164,161,161,162,164,165,167,170,170,171,173,173,173,170,168,165,163,160,155,149,143,138,134,130,125,119,116,112,110,109
35
+ 110,112,113,113,114,116,118,120,123,127,131,134,137,141,143,145,148,150,154,157,161,166,171,176,178,178,178,176,174,172,170,167,167,167,166,168,170,169,168,167,168,168,168,168,167,165,163,160,156,152,146,140,136,131,128,122,118,114,110,110,109
36
+ 109,110,111,112,114,116,118,119,120,124,128,131,136,140,142,145,147,150,153,157,160,165,170,174,178,179,179,178,178,176,174,171,170,170,170,168,167,166,164,163,161,162,163,163,163,161,160,157,153,148,142,136,130,127,124,120,117,113,110,110,109
37
+ 108,109,111,112,114,116,117,118,120,121,125,128,132,138,142,144,147,149,153,156,160,164,170,174,178,180,180,179,179,178,176,172,170,170,170,168,166,164,162,160,157,156,157,158,158,156,153,151,149,144,139,130,127,124,121,118,115,112,110,110,109
38
+ 108,109,111,113,114,116,117,118,119,120,122,126,130,135,139,143,147,149,152,156,160,164,169,173,177,180,180,180,180,179,178,174,170,170,168,167,165,163,161,157,154,153,152,152,152,149,148,147,144,140,134,128,125,122,119,117,114,110,110,109,109
39
+ 107,108,111,112,114,115,116,117,119,120,121,124,128,133,137,141,145,149,152,156,160,164,168,172,176,179,180,180,180,179,178,174,170,168,166,165,163,161,158,154,150,149,148,146,145,143,143,143,140,136,130,126,123,120,118,115,112,110,110,109,109
40
+ 107,108,110,112,113,113,115,116,118,120,122,125,128,132,136,140,145,148,150,155,160,164,167,170,174,177,179,179,178,176,176,173,169,166,164,163,161,159,155,152,148,145,143,141,140,139,139,138,136,132,128,124,121,118,116,114,111,110,110,109,108
41
+ 107,108,109,111,113,114,116,117,119,120,122,125,128,132,137,141,144,146,149,152,157,162,166,168,171,173,175,175,173,172,172,171,168,165,162,160,158,156,153,149,145,142,139,138,137,136,135,133,131,129,126,122,119,117,114,112,110,110,109,108,107
42
+ 108,109,110,112,114,115,116,117,119,120,122,126,129,133,137,141,143,146,148,151,155,160,164,167,168,169,170,170,169,168,167,168,166,163,160,158,155,153,150,147,143,140,137,136,134,133,132,130,129,127,125,121,118,115,112,110,110,110,108,107,107
43
+ 109,110,111,113,115,116,117,118,120,121,123,126,129,133,138,141,143,146,148,150,155,159,163,165,166,167,168,168,166,165,164,161,160,159,158,155,152,149,147,144,141,138,135,134,132,130,129,128,126,124,122,120,117,113,111,110,110,110,108,107,107
44
+ 110,111,112,113,116,117,118,119,120,122,125,127,130,133,138,141,143,146,148,150,154,159,162,163,164,166,166,166,165,163,161,159,157,156,155,153,150,146,143,140,138,136,133,132,130,129,128,125,124,122,120,119,117,114,111,110,110,109,108,107,107
45
+ 111,112,113,114,116,117,118,119,120,123,125,128,130,134,139,141,144,146,148,151,154,158,161,164,166,167,168,166,165,163,161,158,156,154,152,150,146,142,139,137,135,133,131,130,129,128,127,125,123,121,120,118,116,113,111,110,110,109,108,107,106
46
+ 111,112,113,115,117,118,118,120,121,124,126,128,131,135,139,142,144,146,148,151,155,160,164,165,168,169,169,168,166,163,160,158,156,153,151,148,145,142,139,137,135,132,130,129,127,126,125,124,123,120,120,117,116,114,112,110,110,108,107,106,106
47
+ 112,113,114,116,117,118,119,120,122,124,127,129,132,135,139,142,144,146,149,152,157,162,167,169,170,170,170,168,165,163,161,159,157,155,151,148,145,141,139,136,134,132,130,128,127,126,124,123,122,120,119,117,116,114,112,111,109,107,106,106,105
48
+ 113,114,115,116,117,119,119,120,122,125,127,129,132,135,139,142,144,147,149,154,159,164,169,170,170,170,170,170,168,165,163,161,158,155,151,148,145,142,139,137,135,132,131,128,126,125,124,122,121,120,119,117,115,113,111,110,109,106,105,105,104
49
+ 113,114,115,117,118,119,120,121,123,125,127,130,132,135,139,142,145,148,150,156,161,166,170,170,170,170,170,170,169,166,163,161,159,155,151,148,146,143,140,138,135,134,132,130,127,125,123,121,120,120,119,116,114,112,110,110,108,106,105,104,104
50
+ 114,115,116,117,118,119,120,121,123,126,128,130,133,136,139,142,145,148,152,157,161,166,168,170,170,170,170,168,166,164,163,160,159,155,151,148,146,143,141,138,136,134,132,130,128,125,123,121,120,120,118,116,113,111,110,110,109,106,105,104,104
51
+ 115,116,117,118,119,120,121,121,123,126,128,131,134,136,139,142,145,149,152,157,161,163,164,166,168,167,166,164,163,161,160,158,156,152,149,147,144,143,141,139,136,134,132,130,128,125,122,120,120,119,117,115,113,110,110,109,107,106,105,104,104
52
+ 115,116,117,118,119,120,121,122,123,125,128,131,134,137,139,142,145,149,152,156,159,159,160,162,162,161,161,160,159,158,157,155,153,150,148,146,145,143,142,140,137,134,131,129,126,124,122,120,119,117,115,113,111,110,109,109,107,106,105,104,104
53
+ 114,115,116,116,118,119,120,121,122,126,129,132,135,137,140,143,146,149,152,155,156,157,158,159,159,159,158,158,157,155,153,151,150,149,147,146,145,144,142,141,138,135,132,128,125,122,120,118,117,115,113,112,110,109,108,108,106,105,105,104,104
54
+ 113,114,115,116,117,118,119,120,123,126,129,132,135,138,140,143,146,148,151,153,154,156,157,157,157,157,156,155,154,152,150,149,148,147,146,145,144,142,141,140,139,136,132,129,125,121,118,116,115,113,111,110,109,108,108,107,106,105,104,104,104
55
+ 112,113,114,115,116,117,119,120,122,126,130,133,136,138,141,143,146,148,150,152,154,155,155,155,155,155,154,152,152,150,148,147,146,145,145,143,142,141,140,140,140,137,133,129,125,120,117,115,111,110,110,109,108,107,107,106,105,105,104,104,103
56
+ 111,112,114,115,116,117,118,120,122,125,131,134,137,139,142,144,146,148,150,152,153,153,153,153,153,153,153,151,149,147,146,144,144,143,143,142,141,140,140,140,140,138,134,130,123,120,118,111,110,110,110,108,107,106,108,105,105,104,104,103,103
57
+ 111,112,113,115,115,116,117,119,121,126,131,135,138,140,142,144,146,148,150,151,151,151,151,151,151,151,151,150,148,146,144,142,141,141,142,141,140,140,140,140,140,140,136,132,126,120,115,110,110,110,109,107,106,105,107,105,104,104,104,103,103
58
+ 112,113,113,114,115,116,117,119,122,127,132,135,139,141,143,145,147,149,150,150,150,150,150,150,150,150,150,149,147,144,142,141,140,140,140,140,140,140,140,140,140,140,137,133,128,120,117,110,110,110,108,106,105,105,106,105,104,104,103,103,103
59
+ 112,113,114,114,116,117,118,120,122,128,132,136,139,141,144,146,147,149,150,150,150,150,150,150,150,150,150,149,146,143,141,140,140,139,139,139,140,140,140,140,140,140,137,133,129,121,118,110,110,109,107,106,105,105,105,104,104,103,103,103,102
60
+ 112,114,114,115,116,117,119,120,122,128,133,136,140,142,144,146,148,150,150,150,150,150,150,150,150,150,150,148,145,142,140,138,138,138,137,138,140,140,140,140,140,140,137,134,130,122,118,110,110,108,106,105,103,104,104,104,104,103,103,102,102
61
+ 113,114,115,116,116,117,118,120,123,129,133,137,140,142,144,146,149,150,150,150,150,150,150,150,150,150,150,147,143,141,139,137,136,136,135,136,138,140,140,140,140,139,136,134,130,123,119,113,109,108,106,104,103,104,104,104,103,103,102,102,101
62
+ 114,115,115,116,117,118,118,120,123,129,133,137,140,143,145,147,150,150,150,150,150,150,150,150,150,150,148,145,142,139,138,136,135,134,134,134,136,138,137,138,139,137,134,132,125,122,117,114,109,107,105,103,102,104,104,103,103,102,102,101,101
63
+ 114,115,116,117,117,119,118,120,123,128,132,136,139,142,145,148,150,150,150,150,150,150,150,150,150,150,147,144,141,139,136,135,134,133,132,132,134,134,134,134,135,133,131,128,124,120,116,113,110,107,104,102,102,103,103,103,102,102,102,101,100
64
+ 115,116,116,117,118,119,119,120,124,128,132,136,139,142,145,148,150,150,150,150,150,150,150,150,150,149,146,143,140,138,135,134,133,131,131,131,131,131,131,131,130,127,124,122,119,117,115,112,109,106,104,101,102,103,103,102,102,102,101,100,100
65
+ 115,116,117,118,118,119,120,123,125,128,131,135,138,141,145,148,150,150,150,150,150,150,150,150,150,147,145,142,139,137,134,132,131,130,129,128,128,128,128,128,126,123,121,119,116,114,112,110,108,105,103,101,103,103,103,102,102,101,100,100,100
66
+ 116,117,118,118,119,120,122,123,125,128,131,134,137,141,145,148,149,150,150,150,150,150,150,150,148,145,143,141,138,135,133,130,129,128,127,126,125,125,125,124,123,120,118,116,114,111,109,107,106,104,102,100,101,101,102,102,101,100,100,100,100
67
+ 116,117,118,119,120,121,123,124,126,128,130,133,137,140,144,145,147,148,149,150,149,149,147,146,144,141,139,136,133,131,129,128,127,126,125,124,123,123,122,121,120,118,116,114,112,108,107,105,103,102,100,100,100,100,101,101,100,100,100,100,100
68
+ 117,118,119,119,120,121,123,124,126,128,129,131,135,139,142,143,145,146,147,147,147,146,144,142,140,138,135,133,130,128,127,126,125,124,123,122,121,120,119,118,117,115,114,112,110,106,105,102,101,100,100,100,100,100,100,100,100,99,99,99,99
69
+ 117,118,119,120,120,121,123,124,125,126,128,129,132,137,140,142,143,143,144,144,144,143,141,139,137,135,133,130,128,127,126,125,123,122,121,120,119,117,116,115,114,112,111,108,107,105,100,100,100,100,100,100,100,99,99,99,99,99,99,99,98
70
+ 116,117,118,120,120,121,122,123,124,125,126,128,130,134,139,140,141,141,141,141,141,140,138,136,134,133,131,129,127,125,124,123,122,120,119,118,117,116,114,112,111,108,109,106,106,100,100,100,100,100,99,99,99,99,99,99,99,98,98,98,97
71
+ 114,115,116,117,119,119,120,121,122,123,125,127,129,133,136,134,134,136,138,138,137,137,135,133,132,130,129,127,125,124,122,121,120,119,117,116,115,114,112,110,109,108,107,105,105,100,100,100,100,99,99,99,98,98,98,98,98,97,97,97,97
72
+ 112,113,114,115,116,116,117,119,120,122,124,126,127,129,129,128,127,129,132,133,133,133,133,131,129,127,126,125,124,122,121,119,118,117,116,114,113,112,110,109,108,106,106,105,100,100,100,98,98,98,98,98,98,97,97,97,97,97,97,97,96
73
+ 109,111,112,112,113,113,113,114,116,119,121,123,124,125,124,123,123,123,125,127,129,129,128,128,127,125,124,123,122,121,119,118,117,116,114,113,112,110,109,108,107,106,105,100,100,100,97,97,97,97,97,97,97,96,96,96,96,96,96,96,96
74
+ 106,107,108,108,109,110,110,112,113,114,117,119,120,121,119,117,117,117,118,120,123,124,125,125,125,123,121,120,120,119,118,117,116,115,114,113,111,109,109,107,106,105,100,100,100,96,96,96,96,96,96,96,96,96,96,96,96,96,96,96,96
75
+ 104,105,105,106,106,107,108,108,109,109,111,115,116,114,113,112,111,110,111,113,116,119,122,122,122,121,120,119,118,118,117,116,115,114,113,112,111,108,108,106,105,100,100,100,96,96,96,96,96,96,96,96,96,96,96,96,96,96,96,96,96
76
+ 102,103,103,104,104,105,106,106,107,108,109,111,112,110,109,108,108,108,108,109,110,112,116,117,117,118,118,118,117,116,116,115,114,113,112,111,110,107,107,105,100,100,100,97,96,96,96,96,96,96,96,96,96,96,96,96,96,96,96,96,96
77
+ 101,102,103,103,104,105,105,106,106,107,108,109,109,107,106,106,105,105,105,106,107,108,109,110,111,113,114,115,115,115,114,113,112,111,110,108,108,106,105,100,100,100,97,97,96,96,96,96,96,96,96,96,96,96,96,96,96,96,96,96,96
78
+ 100,101,102,102,103,103,104,104,105,106,106,107,106,106,106,105,105,104,103,103,104,105,107,108,110,111,111,112,112,113,113,112,111,110,108,107,106,105,100,100,100,98,97,97,96,96,96,96,96,96,96,96,96,96,96,96,96,96,96,96,96
79
+ 100,101,101,102,102,103,103,104,104,105,105,105,105,106,105,105,104,103,102,101,102,103,104,106,107,110,111,111,111,112,112,112,110,107,107,106,105,102,100,100,99,98,97,97,96,96,96,96,96,96,96,96,96,96,96,96,96,96,96,96,95
80
+ 99,100,101,102,102,103,103,103,104,104,104,104,103,104,104,104,104,102,101,101,102,103,104,105,107,110,111,111,111,111,111,111,108,106,105,105,102,101,100,99,99,98,97,97,96,96,96,96,96,96,96,96,96,96,96,96,96,96,96,95,95
81
+ 99,100,100,101,101,102,102,102,103,103,103,103,102,103,103,104,103,102,101,101,101,102,103,104,106,109,110,111,111,111,110,110,107,105,103,104,100,100,99,99,98,98,97,97,96,96,96,96,96,96,96,96,96,96,95,95,95,95,95,95,95
82
+ 99,100,100,100,101,101,101,102,102,103,102,102,101,102,102,103,103,101,101,100,101,101,102,103,105,109,110,110,111,110,110,109,106,105,100,102,100,99,99,99,98,98,97,97,96,96,96,96,96,96,95,95,95,95,95,95,95,95,95,95,94
83
+ 99,99,99,99,100,100,101,101,102,102,101,101,101,101,101,102,102,101,100,100,101,101,101,103,104,107,109,109,110,110,109,108,105,102,100,100,99,99,99,98,98,98,97,96,96,96,96,96,95,95,95,95,95,95,95,94,94,94,94,94,94
84
+ 98,99,99,99,99,100,100,101,101,102,101,100,100,100,101,101,101,100,100,100,100,101,101,101,103,106,107,109,109,109,109,107,104,101,100,99,99,99,98,98,98,97,96,96,96,96,95,95,95,95,95,95,95,94,94,94,94,94,94,94,94
85
+ 98,98,98,99,99,99,100,100,101,101,100,100,99,99,100,100,100,100,100,100,100,101,101,101,102,105,106,109,108,109,107,105,102,100,100,99,99,98,98,98,97,96,96,96,96,95,95,95,95,95,95,94,94,94,94,94,94,94,94,94,94
86
+ 97,98,98,98,99,99,99,100,100,100,100,100,99,99,99,100,100,100,100,100,100,100,101,101,101,103,104,105,106,105,104,101,100,100,99,99,98,98,97,97,97,96,96,96,95,95,95,95,95,94,94,94,94,94,94,94,94,94,94,94,94
87
+ 97,97,97,98,98,99,99,99,100,100,100,99,99,99,99,99,100,100,100,100,100,100,101,101,100,100,100,100,100,100,100,100,100,100,99,99,98,97,97,97,96,96,96,95,95,95,95,94,94,94,94,94,94,94,94,94,94,94,94,94,94