This view is limited to 50 files because it contains too many changes.  See the raw diff here.
Files changed (50) hide show
  1. .gitattributes +0 -12
  2. .gitignore +0 -3
  3. .ipynb_checkpoints/distinguish_high_low_label-checkpoint.ipynb +0 -447
  4. Astra Project Setup Instructions.md +0 -116
  5. assests/CustomBERTModel.py → CustomBERTModel.py +0 -0
  6. LICENSE +0 -21
  7. .ipynb_checkpoints/Untitled-checkpoint.ipynb → Untitled.ipynb +0 -0
  8. app.py +242 -1067
  9. assests/__pycache__/metrics.cpython-312.pyc +0 -0
  10. assests/__pycache__/recalibration.cpython-312.pyc +0 -0
  11. assests/__pycache__/visualization.cpython-312.pyc +0 -0
  12. assests/data_preprocessor.py → data_preprocessor.py +0 -0
  13. fileHandler/output_task0_label0.csv +0 -0
  14. fileHandler/output_task0_label1.csv +0 -0
  15. fileHandler/output_task1_label0.csv +0 -0
  16. fileHandler/output_task1_label1.csv +0 -0
  17. fileHandler/result.txt +0 -7
  18. fileHandler/selected_rows_first20.txt +0 -198
  19. fileHandler/selected_rows_last20.txt +0 -198
  20. fullTest/test.txt +0 -3
  21. fullTest/test_info.txt +0 -3
  22. assests/hint_fine_tuning.py → hint_fine_tuning.py +0 -0
  23. assests/metrics.py → metrics.py +0 -0
  24. assests/new_hint_fine_tuned.py → new_hint_fine_tuned.py +0 -0
  25. new_test_saved_finetuned_model.py +6 -13
  26. plot.png +0 -0
  27. assests/prepare_pretraining_input_vocab_file.py → prepare_pretraining_input_vocab_file.py +0 -0
  28. ratio_proportion_change3/finetuning/test.txt +0 -0
  29. ratio_proportion_change3/finetuning/test_in.txt +0 -0
  30. ratio_proportion_change3/finetuning/test_in_info.txt +0 -0
  31. ratio_proportion_change3/finetuning/test_in_label.txt +8601 -0
  32. ratio_proportion_change3/finetuning/test_label.txt +0 -0
  33. ratio_proportion_change3/finetuning/testr_in_label.txt +0 -0
  34. ratio_proportion_change3/finetuning/testr_label.txt +0 -0
  35. ratio_proportion_change3/finetuning/train.txt +0 -0
  36. ratio_proportion_change3/finetuning/train_in.txt +0 -0
  37. ratio_proportion_change3/finetuning/train_in_info.txt +0 -0
  38. ratio_proportion_change3/finetuning/train_in_label.txt +8601 -0
  39. ratio_proportion_change3/finetuning/train_info.txt +0 -0
  40. ratio_proportion_change3/finetuning/train_label.txt +4466 -0
  41. ratio_proportion_change3/finetuning/trainr_in_label.txt +0 -0
  42. ratio_proportion_change3/finetuning/trainr_label.txt +4466 -0
  43. ratio_proportion_change3/logs/masked/log_test_10per_finetuned.txt +0 -0
  44. ratio_proportion_change3/logs/masked/log_test_FS_finetuned.txt +0 -0
  45. ratio_proportion_change3/logs/masked/log_test_IS_finetuned.txt +0 -0
  46. ratio_proportion_change3/logs/masked/log_test_pretrained.txt +0 -0
  47. ratio_proportion_change3/logs/masked/log_train_10per_finetuned.txt +765 -0
  48. ratio_proportion_change3/logs/masked/log_train_FS_finetuned.txt +0 -0
  49. ratio_proportion_change3/logs/masked/log_train_IS_finetuned.txt +0 -0
  50. ratio_proportion_change3/logs/masked/log_train_pretrained.txt +0 -0
.gitattributes CHANGED
@@ -38,15 +38,3 @@ ratio_proportion_change3/output/FS/bert_fine_tuned.model.ep32 filter=lfs diff=lf
38
  ratio_proportion_change3/output/IS/bert_fine_tuned.model.ep14 filter=lfs diff=lfs merge=lfs -text
39
  ratio_proportion_change3_2223/sch_largest_100-coded/finetuning/highGRschool10/test_info.txt filter=lfs diff=lfs merge=lfs -text
40
  ratio_proportion_change3_2223/sch_largest_100-coded/output/highGRschool10/bert_fine_tuned.model.ep42 filter=lfs diff=lfs merge=lfs -text
41
- train_info.txt filter=lfs diff=lfs merge=lfs -text
42
- ratio_proportion_change3_2223/sch_largest_100-coded/finetuning/lowGRschoolAll/test_info.txt filter=lfs diff=lfs merge=lfs -text
43
- ratio_proportion_change3_2223/sch_largest_100-coded/finetuning/lowGRschoolAll/test.txt filter=lfs diff=lfs merge=lfs -text
44
- fullTest/test_info.txt filter=lfs diff=lfs merge=lfs -text
45
- fullTest/test.txt filter=lfs diff=lfs merge=lfs -text
46
- ratio_proportion_change3_2223/sch_largest_100-coded/finetuning/test_info.txt filter=lfs diff=lfs merge=lfs -text
47
- ratio_proportion_change3_2223/sch_largest_100-coded/finetuning/test.txt filter=lfs diff=lfs merge=lfs -text
48
- ratio_proportion_change3_2223/sch_largest_100-coded/finetuning/fullTest/test_info.txt filter=lfs diff=lfs merge=lfs -text
49
- ratio_proportion_change3_2223/sch_largest_100-coded/finetuning/fullTest/test.txt filter=lfs diff=lfs merge=lfs -text
50
- ratio_proportion_change3_2223/sch_largest_100-coded/finetuning/fullTest/highGRschool10_/test_info.txt filter=lfs diff=lfs merge=lfs -text
51
- ratio_proportion_change3_2223/sch_largest_100-coded/finetuning/fullTest/highGRschool10_/test.txt filter=lfs diff=lfs merge=lfs -text
52
- ratio_proportion_change3_2223/sch_largest_100-coded/finetuning/fullTest/test_BKT.txt filter=lfs diff=lfs merge=lfs -text
 
38
  ratio_proportion_change3/output/IS/bert_fine_tuned.model.ep14 filter=lfs diff=lfs merge=lfs -text
39
  ratio_proportion_change3_2223/sch_largest_100-coded/finetuning/highGRschool10/test_info.txt filter=lfs diff=lfs merge=lfs -text
40
  ratio_proportion_change3_2223/sch_largest_100-coded/output/highGRschool10/bert_fine_tuned.model.ep42 filter=lfs diff=lfs merge=lfs -text
 
 
 
 
 
 
 
 
 
 
 
 
.gitignore CHANGED
@@ -1,5 +1,2 @@
1
  train_info.txt
2
- train.txt
3
- train_label.txt
4
  ratio_proportion_change3_2223/sch_largest_100-coded/logs/
5
- ratio_proportion_change3_2223/sch_largest_100-coded/finetuning/
 
1
  train_info.txt
 
 
2
  ratio_proportion_change3_2223/sch_largest_100-coded/logs/
 
.ipynb_checkpoints/distinguish_high_low_label-checkpoint.ipynb DELETED
@@ -1,447 +0,0 @@
1
- {
2
- "cells": [
3
- {
4
- "cell_type": "code",
5
- "execution_count": 3,
6
- "id": "960bac80-51c7-4e9f-ad2d-84cd6c710f98",
7
- "metadata": {},
8
- "outputs": [],
9
- "source": [
10
- "import pickle\n",
11
- "import pandas as pd"
12
- ]
13
- },
14
- {
15
- "cell_type": "code",
16
- "execution_count": 4,
17
- "id": "a34f21d0-0854-4a54-8f93-67718b2f969e",
18
- "metadata": {},
19
- "outputs": [],
20
- "source": [
21
- "file_path = \"roc_data2.pkl\"\n",
22
- "\n",
23
- "# Open and load the pickle file\n",
24
- "with open(file_path, 'rb') as file:\n",
25
- " data = pickle.load(file)\n",
26
- "\n",
27
- "\n",
28
- "# Print or use the data\n",
29
- "# data[2]"
30
- ]
31
- },
32
- {
33
- "cell_type": "code",
34
- "execution_count": 5,
35
- "id": "f9febed4-ce50-4e30-96ea-4b538ce2f9a1",
36
- "metadata": {},
37
- "outputs": [],
38
- "source": [
39
- "inc_slider=1\n",
40
- "parent_location=\"ratio_proportion_change3_2223/sch_largest_100-coded/finetuning/\"\n",
41
- "test_info_location=parent_location+\"fullTest/test_info.txt\"\n",
42
- "test_location=parent_location+\"fullTest/test.txt\"\n",
43
- "test_info = pd.read_csv(test_info_location, sep=',', header=None, engine='python')\n",
44
- "grad_rate_data = pd.DataFrame(pd.read_pickle('school_grduation_rate.pkl'),columns=['school_number','grad_rate']) # Load the grad_rate data\n",
45
- "\n",
46
- "# Step 1: Extract unique school numbers from test_info\n",
47
- "unique_schools = test_info[0].unique()\n",
48
- "\n",
49
- "# Step 2: Filter the grad_rate_data using the unique school numbers\n",
50
- "schools = grad_rate_data[grad_rate_data['school_number'].isin(unique_schools)]\n",
51
- "\n",
52
- "# Define a threshold for high and low graduation rates (adjust as needed)\n",
53
- "grad_rate_threshold = 0.9 \n",
54
- "\n",
55
- "# Step 4: Divide schools into high and low graduation rate groups\n",
56
- "high_grad_schools = schools[schools['grad_rate'] >= grad_rate_threshold]['school_number'].unique()\n",
57
- "low_grad_schools = schools[schools['grad_rate'] < grad_rate_threshold]['school_number'].unique()\n",
58
- "\n",
59
- "# Step 5: Sample percentage of schools from each group\n",
60
- "high_sample = pd.Series(high_grad_schools).sample(frac=inc_slider/100, random_state=1).tolist()\n",
61
- "low_sample = pd.Series(low_grad_schools).sample(frac=inc_slider/100, random_state=1).tolist()\n",
62
- "\n",
63
- "# Step 6: Combine the sampled schools\n",
64
- "random_schools = high_sample + low_sample\n",
65
- "\n",
66
- "# Step 7: Get indices for the sampled schools\n",
67
- "indices = test_info[test_info[0].isin(random_schools)].index.tolist()\n",
68
- "\n"
69
- ]
70
- },
71
- {
72
- "cell_type": "code",
73
- "execution_count": 6,
74
- "id": "fdfdf4b6-2752-4a21-9880-869af69f20cf",
75
- "metadata": {},
76
- "outputs": [],
77
- "source": [
78
- "high_indices = test_info[(test_info[0].isin(high_sample))].index.tolist()\n",
79
- "low_indices = test_info[(test_info[0].isin(low_sample))].index.tolist()"
80
- ]
81
- },
82
- {
83
- "cell_type": "code",
84
- "execution_count": 7,
85
- "id": "a79a4598-5702-4cc8-9f07-8e18fdda648b",
86
- "metadata": {},
87
- "outputs": [
88
- {
89
- "data": {
90
- "text/plain": [
91
- "997"
92
- ]
93
- },
94
- "execution_count": 7,
95
- "metadata": {},
96
- "output_type": "execute_result"
97
- }
98
- ],
99
- "source": [
100
- "len(high_indices)+len(low_indices)\n"
101
- ]
102
- },
103
- {
104
- "cell_type": "code",
105
- "execution_count": 8,
106
- "id": "4707f3e6-2f44-46d8-ad8c-b6c244f693af",
107
- "metadata": {},
108
- "outputs": [
109
- {
110
- "data": {
111
- "text/html": [
112
- "<div>\n",
113
- "<style scoped>\n",
114
- " .dataframe tbody tr th:only-of-type {\n",
115
- " vertical-align: middle;\n",
116
- " }\n",
117
- "\n",
118
- " .dataframe tbody tr th {\n",
119
- " vertical-align: top;\n",
120
- " }\n",
121
- "\n",
122
- " .dataframe thead th {\n",
123
- " text-align: right;\n",
124
- " }\n",
125
- "</style>\n",
126
- "<table border=\"1\" class=\"dataframe\">\n",
127
- " <thead>\n",
128
- " <tr style=\"text-align: right;\">\n",
129
- " <th></th>\n",
130
- " <th>0</th>\n",
131
- " </tr>\n",
132
- " </thead>\n",
133
- " <tbody>\n",
134
- " <tr>\n",
135
- " <th>5342</th>\n",
136
- " <td>PercentChange-0\\tNumeratorQuantity1-0\\tNumerat...</td>\n",
137
- " </tr>\n",
138
- " <tr>\n",
139
- " <th>5343</th>\n",
140
- " <td>PercentChange-0\\tNumeratorQuantity2-0\\tNumerat...</td>\n",
141
- " </tr>\n",
142
- " <tr>\n",
143
- " <th>5344</th>\n",
144
- " <td>PercentChange-0\\tNumeratorQuantity2-0\\tNumerat...</td>\n",
145
- " </tr>\n",
146
- " <tr>\n",
147
- " <th>5345</th>\n",
148
- " <td>PercentChange-0\\tNumeratorQuantity2-2\\tNumerat...</td>\n",
149
- " </tr>\n",
150
- " <tr>\n",
151
- " <th>5346</th>\n",
152
- " <td>PercentChange-0\\tNumeratorQuantity2-0\\tDenomin...</td>\n",
153
- " </tr>\n",
154
- " <tr>\n",
155
- " <th>...</th>\n",
156
- " <td>...</td>\n",
157
- " </tr>\n",
158
- " <tr>\n",
159
- " <th>113359</th>\n",
160
- " <td>PercentChange-0\\tNumeratorQuantity2-2\\tNumerat...</td>\n",
161
- " </tr>\n",
162
- " <tr>\n",
163
- " <th>113360</th>\n",
164
- " <td>PercentChange-0\\tNumeratorQuantity2-0\\tNumerat...</td>\n",
165
- " </tr>\n",
166
- " <tr>\n",
167
- " <th>113361</th>\n",
168
- " <td>PercentChange-0\\tNumeratorQuantity2-0\\tNumerat...</td>\n",
169
- " </tr>\n",
170
- " <tr>\n",
171
- " <th>113362</th>\n",
172
- " <td>PercentChange-0\\tNumeratorQuantity2-0\\tNumerat...</td>\n",
173
- " </tr>\n",
174
- " <tr>\n",
175
- " <th>113363</th>\n",
176
- " <td>PercentChange-0\\tNumeratorQuantity2-0\\tNumerat...</td>\n",
177
- " </tr>\n",
178
- " </tbody>\n",
179
- "</table>\n",
180
- "<p>997 rows × 1 columns</p>\n",
181
- "</div>"
182
- ],
183
- "text/plain": [
184
- " 0\n",
185
- "5342 PercentChange-0\\tNumeratorQuantity1-0\\tNumerat...\n",
186
- "5343 PercentChange-0\\tNumeratorQuantity2-0\\tNumerat...\n",
187
- "5344 PercentChange-0\\tNumeratorQuantity2-0\\tNumerat...\n",
188
- "5345 PercentChange-0\\tNumeratorQuantity2-2\\tNumerat...\n",
189
- "5346 PercentChange-0\\tNumeratorQuantity2-0\\tDenomin...\n",
190
- "... ...\n",
191
- "113359 PercentChange-0\\tNumeratorQuantity2-2\\tNumerat...\n",
192
- "113360 PercentChange-0\\tNumeratorQuantity2-0\\tNumerat...\n",
193
- "113361 PercentChange-0\\tNumeratorQuantity2-0\\tNumerat...\n",
194
- "113362 PercentChange-0\\tNumeratorQuantity2-0\\tNumerat...\n",
195
- "113363 PercentChange-0\\tNumeratorQuantity2-0\\tNumerat...\n",
196
- "\n",
197
- "[997 rows x 1 columns]"
198
- ]
199
- },
200
- "execution_count": 8,
201
- "metadata": {},
202
- "output_type": "execute_result"
203
- }
204
- ],
205
- "source": [
206
- "# Load the test file and select rows based on indices\n",
207
- "test = pd.read_csv(test_location, sep=',', header=None, engine='python')\n",
208
- "selected_rows_df2 = test.loc[indices]\n",
209
- "selected_rows_df2"
210
- ]
211
- },
212
- {
213
- "cell_type": "code",
214
- "execution_count": 11,
215
- "id": "1d0c3d49-061f-486b-9c19-cf20945f3207",
216
- "metadata": {},
217
- "outputs": [],
218
- "source": [
219
- "graduation_groups = [\n",
220
- " 'high' if idx in high_indices else 'low' for idx in selected_rows_df2.index\n",
221
- "]\n",
222
- "# graduation_groups"
223
- ]
224
- },
225
- {
226
- "cell_type": "code",
227
- "execution_count": 43,
228
- "id": "ad0ce4a1-27fa-4867-8061-4054dbb340df",
229
- "metadata": {},
230
- "outputs": [],
231
- "source": [
232
- "t_label=data[0]\n",
233
- "p_label=data[1]"
234
- ]
235
- },
236
- {
237
- "cell_type": "code",
238
- "execution_count": 47,
239
- "id": "a4f4a2b9-3134-42ac-871b-4e117098cd0e",
240
- "metadata": {},
241
- "outputs": [],
242
- "source": [
243
- "# Step 1: Align graduation_group, t_label, and p_label\n",
244
- "aligned_labels = list(zip(graduation_groups, t_label, p_label))\n",
245
- "\n",
246
- "# Step 2: Separate the labels for high and low groups\n",
247
- "high_t_labels = [t for grad, t, p in aligned_labels if grad == 'high']\n",
248
- "low_t_labels = [t for grad, t, p in aligned_labels if grad == 'low']\n",
249
- "\n",
250
- "high_p_labels = [p for grad, t, p in aligned_labels if grad == 'high']\n",
251
- "low_p_labels = [p for grad, t, p in aligned_labels if grad == 'low']\n",
252
- "\n"
253
- ]
254
- },
255
- {
256
- "cell_type": "code",
257
- "execution_count": 50,
258
- "id": "c8e34660-83d0-46a1-a218-95d609e11729",
259
- "metadata": {},
260
- "outputs": [
261
- {
262
- "data": {
263
- "text/plain": [
264
- "997"
265
- ]
266
- },
267
- "execution_count": 50,
268
- "metadata": {},
269
- "output_type": "execute_result"
270
- }
271
- ],
272
- "source": [
273
- "len(low_t_labels)+len(high_t_labels)"
274
- ]
275
- },
276
- {
277
- "cell_type": "code",
278
- "execution_count": 51,
279
- "id": "c11050db-2636-4c50-9cd4-b9943e5cee83",
280
- "metadata": {},
281
- "outputs": [],
282
- "source": [
283
- "from sklearn.metrics import precision_score, recall_score, f1_score, confusion_matrix, roc_curve, roc_auc_score"
284
- ]
285
- },
286
- {
287
- "cell_type": "code",
288
- "execution_count": 52,
289
- "id": "e1309e93-7063-4f48-bbc7-11a0d449c34e",
290
- "metadata": {},
291
- "outputs": [
292
- {
293
- "name": "stdout",
294
- "output_type": "stream",
295
- "text": [
296
- "ROC-AUC Score for High Graduation Rate Group: 0.675\n",
297
- "ROC-AUC Score for Low Graduation Rate Group: 0.7489795918367347\n"
298
- ]
299
- }
300
- ],
301
- "source": [
302
- "high_roc_auc = roc_auc_score(high_t_labels, high_p_labels) if len(set(high_t_labels)) > 1 else None\n",
303
- "low_roc_auc = roc_auc_score(low_t_labels, low_p_labels) if len(set(low_t_labels)) > 1 else None\n",
304
- "\n",
305
- "print(\"ROC-AUC Score for High Graduation Rate Group:\", high_roc_auc)\n",
306
- "print(\"ROC-AUC Score for Low Graduation Rate Group:\", low_roc_auc)"
307
- ]
308
- },
309
- {
310
- "cell_type": "code",
311
- "execution_count": 4,
312
- "id": "a99e7812-817d-4f9f-b6fa-1a58aa3a34dc",
313
- "metadata": {},
314
- "outputs": [
315
- {
316
- "ename": "TypeError",
317
- "evalue": "cannot convert the series to <class 'int'>",
318
- "output_type": "error",
319
- "traceback": [
320
- "\u001b[1;31m---------------------------------------------------------------------------\u001b[0m",
321
- "\u001b[1;31mTypeError\u001b[0m Traceback (most recent call last)",
322
- "Cell \u001b[1;32mIn[4], line 47\u001b[0m\n\u001b[0;32m 44\u001b[0m \u001b[38;5;28;01mwith\u001b[39;00m \u001b[38;5;28mopen\u001b[39m(test_info_location, \u001b[38;5;124m\"\u001b[39m\u001b[38;5;124mr\u001b[39m\u001b[38;5;124m\"\u001b[39m) \u001b[38;5;28;01mas\u001b[39;00m file:\n\u001b[0;32m 45\u001b[0m data \u001b[38;5;241m=\u001b[39m file\u001b[38;5;241m.\u001b[39mreadlines()\n\u001b[1;32m---> 47\u001b[0m ideal_opt_task \u001b[38;5;241m=\u001b[39m \u001b[38;5;28;43mint\u001b[39;49m\u001b[43m(\u001b[49m\u001b[43mtest_info\u001b[49m\u001b[43m[\u001b[49m\u001b[38;5;241;43m7\u001b[39;49m\u001b[43m]\u001b[49m\u001b[43m)\u001b[49m \u001b[38;5;66;03m# Assuming test_info[7] is accessible and holds the ideal task (1 or 2)\u001b[39;00m\n\u001b[0;32m 49\u001b[0m \u001b[38;5;66;03m# Initialize counters\u001b[39;00m\n\u001b[0;32m 50\u001b[0m task_counts \u001b[38;5;241m=\u001b[39m {\n\u001b[0;32m 51\u001b[0m \u001b[38;5;241m1\u001b[39m: {\u001b[38;5;124m\"\u001b[39m\u001b[38;5;124monly_opt1\u001b[39m\u001b[38;5;124m\"\u001b[39m: \u001b[38;5;241m0\u001b[39m, \u001b[38;5;124m\"\u001b[39m\u001b[38;5;124monly_opt2\u001b[39m\u001b[38;5;124m\"\u001b[39m: \u001b[38;5;241m0\u001b[39m, \u001b[38;5;124m\"\u001b[39m\u001b[38;5;124mboth\u001b[39m\u001b[38;5;124m\"\u001b[39m: \u001b[38;5;241m0\u001b[39m},\n\u001b[0;32m 52\u001b[0m \u001b[38;5;241m2\u001b[39m: {\u001b[38;5;124m\"\u001b[39m\u001b[38;5;124monly_opt1\u001b[39m\u001b[38;5;124m\"\u001b[39m: \u001b[38;5;241m0\u001b[39m, \u001b[38;5;124m\"\u001b[39m\u001b[38;5;124monly_opt2\u001b[39m\u001b[38;5;124m\"\u001b[39m: \u001b[38;5;241m0\u001b[39m, \u001b[38;5;124m\"\u001b[39m\u001b[38;5;124mboth\u001b[39m\u001b[38;5;124m\"\u001b[39m: \u001b[38;5;241m0\u001b[39m}\n\u001b[0;32m 53\u001b[0m }\n",
323
- "File \u001b[1;32m~\\AppData\\Local\\Programs\\Python\\Python312\\Lib\\site-packages\\pandas\\core\\series.py:230\u001b[0m, in \u001b[0;36m_coerce_method.<locals>.wrapper\u001b[1;34m(self)\u001b[0m\n\u001b[0;32m 222\u001b[0m warnings\u001b[38;5;241m.\u001b[39mwarn(\n\u001b[0;32m 223\u001b[0m \u001b[38;5;124mf\u001b[39m\u001b[38;5;124m\"\u001b[39m\u001b[38;5;124mCalling \u001b[39m\u001b[38;5;132;01m{\u001b[39;00mconverter\u001b[38;5;241m.\u001b[39m\u001b[38;5;18m__name__\u001b[39m\u001b[38;5;132;01m}\u001b[39;00m\u001b[38;5;124m on a single element Series is \u001b[39m\u001b[38;5;124m\"\u001b[39m\n\u001b[0;32m 224\u001b[0m \u001b[38;5;124m\"\u001b[39m\u001b[38;5;124mdeprecated and will raise a TypeError in the future. \u001b[39m\u001b[38;5;124m\"\u001b[39m\n\u001b[1;32m (...)\u001b[0m\n\u001b[0;32m 227\u001b[0m stacklevel\u001b[38;5;241m=\u001b[39mfind_stack_level(),\n\u001b[0;32m 228\u001b[0m )\n\u001b[0;32m 229\u001b[0m \u001b[38;5;28;01mreturn\u001b[39;00m converter(\u001b[38;5;28mself\u001b[39m\u001b[38;5;241m.\u001b[39miloc[\u001b[38;5;241m0\u001b[39m])\n\u001b[1;32m--> 230\u001b[0m \u001b[38;5;28;01mraise\u001b[39;00m \u001b[38;5;167;01mTypeError\u001b[39;00m(\u001b[38;5;124mf\u001b[39m\u001b[38;5;124m\"\u001b[39m\u001b[38;5;124mcannot convert the series to \u001b[39m\u001b[38;5;132;01m{\u001b[39;00mconverter\u001b[38;5;132;01m}\u001b[39;00m\u001b[38;5;124m\"\u001b[39m)\n",
324
- "\u001b[1;31mTypeError\u001b[0m: cannot convert the series to <class 'int'>"
325
- ]
326
- }
327
- ],
328
- "source": [
329
- "parent_location=\"ratio_proportion_change3_2223/sch_largest_100-coded/finetuning/\"\n",
330
- "test_info_location=parent_location+\"fullTest/test_info.txt\"\n",
331
- "test_location=parent_location+\"fullTest/test.txt\"\n",
332
- "test_info = pd.read_csv(test_info_location, sep=',', header=None, engine='python')\n",
333
- "\n",
334
- "def analyze_row(row, ideal_opt_task):\n",
335
- " # Split the row into fields\n",
336
- " fields = row.split(\"\\t\")\n",
337
- "\n",
338
- " # Define tasks for OptionalTask_1, OptionalTask_2, and FinalAnswer\n",
339
- " optional_task_1_subtasks = [\"DenominatorFactor\", \"NumeratorFactor\", \"EquationAnswer\"]\n",
340
- " optional_task_2_subtasks = [\n",
341
- " \"FirstRow2:1\", \"FirstRow2:2\", \"FirstRow1:1\", \"FirstRow1:2\", \n",
342
- " \"SecondRow\", \"ThirdRow\"\n",
343
- " ]\n",
344
- " final_answer_tasks = [\"FinalAnswer\"]\n",
345
- "\n",
346
- " # Helper function to evaluate task attempts\n",
347
- " def evaluate_tasks(fields, tasks):\n",
348
- " task_status = {}\n",
349
- " for task in tasks:\n",
350
- " relevant_attempts = [f for f in fields if task in f]\n",
351
- " if any(\"OK\" in attempt for attempt in relevant_attempts):\n",
352
- " task_status[task] = \"Attempted (Successful)\"\n",
353
- " elif any(\"ERROR\" in attempt for attempt in relevant_attempts):\n",
354
- " task_status[task] = \"Attempted (Error)\"\n",
355
- " elif any(\"JIT\" in attempt for attempt in relevant_attempts):\n",
356
- " task_status[task] = \"Attempted (JIT)\"\n",
357
- " else:\n",
358
- " task_status[task] = \"Unattempted\"\n",
359
- " return task_status\n",
360
- "\n",
361
- " # Evaluate tasks for each category\n",
362
- " optional_task_1_status = evaluate_tasks(fields, optional_task_1_subtasks)\n",
363
- " optional_task_2_status = evaluate_tasks(fields, optional_task_2_subtasks)\n",
364
- "\n",
365
- " # Check if tasks have any successful attempt\n",
366
- " opt1_done = any(status == \"Attempted (Successful)\" for status in optional_task_1_status.values())\n",
367
- " opt2_done = any(status == \"Attempted (Successful)\" for status in optional_task_2_status.values())\n",
368
- "\n",
369
- " return opt1_done, opt2_done\n",
370
- "\n",
371
- "# Read data from test_info.txt\n",
372
- "with open(test_info_location, \"r\") as file:\n",
373
- " data = file.readlines()\n",
374
- "\n",
375
- "ideal_opt_task = int(test_info[6]) # Assuming test_info[7] is accessible and holds the ideal task (1 or 2)\n",
376
- "\n",
377
- "# Initialize counters\n",
378
- "task_counts = {\n",
379
- " 1: {\"only_opt1\": 0, \"only_opt2\": 0, \"both\": 0},\n",
380
- " 2: {\"only_opt1\": 0, \"only_opt2\": 0, \"both\": 0}\n",
381
- "}\n",
382
- "\n",
383
- "for row in data:\n",
384
- " row = row.strip()\n",
385
- " if not row:\n",
386
- " continue\n",
387
- " opt1_done, opt2_done = analyze_row(row, ideal_opt_task)\n",
388
- "\n",
389
- " if ideal_opt_task == 0:\n",
390
- " if opt1_done and not opt2_done:\n",
391
- " task_counts[1][\"only_opt1\"] += 1\n",
392
- " elif not opt1_done and opt2_done:\n",
393
- " task_counts[1][\"only_opt2\"] += 1\n",
394
- " elif opt1_done and opt2_done:\n",
395
- " task_counts[1][\"both\"] += 1\n",
396
- " elif ideal_opt_task == 1:\n",
397
- " if opt1_done and not opt2_done:\n",
398
- " task_counts[2][\"only_opt1\"] += 1\n",
399
- " elif not opt1_done and opt2_done:\n",
400
- " task_counts[2][\"only_opt2\"] += 1\n",
401
- " elif opt1_done and opt2_done:\n",
402
- " task_counts[2][\"both\"] += 1\n",
403
- "\n",
404
- "# Create a string output for results\n",
405
- "output_summary = \"Task Analysis Summary:\\n\"\n",
406
- "output_summary += \"-----------------------\\n\"\n",
407
- "\n",
408
- "for ideal_task, counts in task_counts.items():\n",
409
- " output_summary += f\"Ideal Task = OptionalTask_{ideal_task}:\\n\"\n",
410
- " output_summary += f\" Only OptionalTask_1 done: {counts['only_opt1']}\\n\"\n",
411
- " output_summary += f\" Only OptionalTask_2 done: {counts['only_opt2']}\\n\"\n",
412
- " output_summary += f\" Both done: {counts['both']}\\n\"\n",
413
- "\n",
414
- "print(output_summary)"
415
- ]
416
- },
417
- {
418
- "cell_type": "code",
419
- "execution_count": null,
420
- "id": "65ad9383-741f-44eb-8e8f-853ee7bc52a2",
421
- "metadata": {},
422
- "outputs": [],
423
- "source": []
424
- }
425
- ],
426
- "metadata": {
427
- "kernelspec": {
428
- "display_name": "Python 3 (ipykernel)",
429
- "language": "python",
430
- "name": "python3"
431
- },
432
- "language_info": {
433
- "codemirror_mode": {
434
- "name": "ipython",
435
- "version": 3
436
- },
437
- "file_extension": ".py",
438
- "mimetype": "text/x-python",
439
- "name": "python",
440
- "nbconvert_exporter": "python",
441
- "pygments_lexer": "ipython3",
442
- "version": "3.12.4"
443
- }
444
- },
445
- "nbformat": 4,
446
- "nbformat_minor": 5
447
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
Astra Project Setup Instructions.md DELETED
@@ -1,116 +0,0 @@
1
- # Astra Project Setup Instructions
2
-
3
- ## Prerequisites
4
- Make sure you have the following installed before proceeding:
5
- - Python 3.12.4
6
- - Git
7
- - Git Large File Storage (LFS)
8
-
9
- ## Step 1: Install Git LFS
10
- Git LFS (Large File Storage) is required for managing large files in the Astra project. Follow these steps to install Git LFS:
11
-
12
- ### Windows
13
- 1. Download the Git LFS installer from [Git LFS Releases](https://git-lfs.github.com/).
14
- 2. Run the installer and follow the setup instructions.
15
- 3. Open a terminal (Command Prompt or PowerShell) and run:
16
- ```sh
17
- git lfs install
18
- ```
19
-
20
- ### macOS
21
- 1. Install Git LFS using Homebrew:
22
- ```sh
23
- brew install git-lfs
24
- ```
25
- 2. Initialize Git LFS:
26
- ```sh
27
- git lfs install
28
- ```
29
-
30
- ### Linux
31
- 1. Install Git LFS using your package manager:
32
- - Debian/Ubuntu:
33
- ```sh
34
- sudo apt install git-lfs
35
- ```
36
- - Fedora:
37
- ```sh
38
- sudo dnf install git-lfs
39
- ```
40
- - Arch Linux:
41
- ```sh
42
- sudo pacman -S git-lfs
43
- ```
44
- 2. Initialize Git LFS:
45
- ```sh
46
- git lfs install
47
- ```
48
-
49
- ## Step 2: Install Python (Alternative: pyenv)
50
- While Python 3.12.4 is required, it is recommended to use `pyenv` if you want to work with multiple Python versions or if you encounter errors while installing dependencies.
51
-
52
- ### Installing pyenv
53
- #### macOS & Linux:
54
- ```sh
55
- curl https://pyenv.run | bash
56
- ```
57
- After installation, restart your terminal and install Python:
58
- ```sh
59
- pyenv install 3.12.4
60
- pyenv global 3.12.4
61
- ```
62
-
63
- #### Windows:
64
- Use [pyenv-win](https://github.com/pyenv-win/pyenv-win):
65
- ```sh
66
- git clone https://github.com/pyenv-win/pyenv-win.git ~/.pyenv
67
- setx PYENV "%USERPROFILE%\.pyenv"
68
- setx PATH "%PYENV%\bin;%PYENV%\shims;%PATH%"
69
- pyenv install 3.12.4
70
- pyenv global 3.12.4
71
- ```
72
-
73
- ## Step 3: Clone the Repository
74
- Clone the Astra project repository using Git:
75
- ```sh
76
- git clone <repository_url>
77
- cd astra
78
- ```
79
-
80
- ## Step 4: Install Dependencies
81
- Install all required dependencies from the `requirements.txt` file:
82
- ```sh
83
- pip install -r requirements.txt
84
- ```
85
-
86
- ## Step 5: Verify Installation
87
- Ensure all dependencies are installed correctly by running:
88
- ```sh
89
- python --version
90
- pip list
91
- ```
92
-
93
- ## Step 6: Run the Application or Test the Model
94
- You have two options to proceed:
95
-
96
- ### Option 1: Run the Gradio App
97
- To open the Gradio app in your web browser and interact with the application, run:
98
- ```sh
99
- python app.py
100
- ```
101
-
102
- ### Option 2: Test the Model with a Sample File
103
- To test the fine-tuned model using a sample file, navigate to the root folder of the project and run the following command:
104
- ```sh
105
- cd <root_folder>
106
- python new_test_saved_finetuned_model.py \
107
- -workspace_name "ratio_proportion_change3_2223/sch_largest_100-coded" \
108
- -finetune_task "<finetune_task>" \
109
- -test_dataset_path "../../../../fileHandler/selected_rows.txt" \
110
- -finetuned_bert_classifier_checkpoint "ratio_proportion_change3_2223/sch_largest_100-coded/output/highGRschool10/bert_fine_tuned.model.ep42" \
111
- -e 1 \
112
- -b 1000
113
- ```
114
- Replace `<finetune_task>` with the actual fine-tuning task value.
115
-
116
- Your Astra project should now be fully set up and ready to use!
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
assests/CustomBERTModel.py → CustomBERTModel.py RENAMED
File without changes
LICENSE DELETED
@@ -1,21 +0,0 @@
1
- MIT License
2
-
3
- Copyright (c) 2025 Sudarshan Balaji
4
-
5
- Permission is hereby granted, free of charge, to any person obtaining a copy
6
- of this software and associated documentation files (the "Software"), to deal
7
- in the Software without restriction, including without limitation the rights
8
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
- copies of the Software, and to permit persons to whom the Software is
10
- furnished to do so, subject to the following conditions:
11
-
12
- The above copyright notice and this permission notice shall be included in all
13
- copies or substantial portions of the Software.
14
-
15
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
- SOFTWARE.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
.ipynb_checkpoints/Untitled-checkpoint.ipynb → Untitled.ipynb RENAMED
File without changes
app.py CHANGED
@@ -8,47 +8,25 @@ import shutil
8
  import matplotlib.pyplot as plt
9
  from sklearn.metrics import roc_curve, auc
10
  import pandas as pd
11
- import plotly.graph_objects as go
12
- from sklearn.metrics import roc_auc_score
13
- from matplotlib.figure import Figure
14
- import csv
15
- # import os
16
  # Define the function to process the input file and model selection
17
 
18
- def process_file(model_name,inc_slider,progress=Progress(track_tqdm=True)):
19
  # progress = gr.Progress(track_tqdm=True)
20
-
21
  progress(0, desc="Starting the processing")
22
- # with open(file.name, 'r') as f:
23
- # content = f.read()
24
- # saved_test_dataset = "train.txt"
25
- # saved_test_label = "train_label.txt"
26
- # saved_train_info="train_info.txt"
27
  # Save the uploaded file content to a specified location
28
- # shutil.copyfile(file.name, saved_test_dataset)
29
- # shutil.copyfile(label.name, saved_test_label)
30
- # shutil.copyfile(info.name, saved_train_info)
31
- parent_location="ratio_proportion_change3_2223/sch_largest_100-coded/finetuning/"
32
- test_info_location=parent_location+"fullTest/test_info.txt"
33
- test_location=parent_location+"fullTest/test.txt"
34
- label_location=parent_location+"test_label.txt"
35
- if(model_name=="ASTRA-FT-HGR"):
36
- finetune_task="highGRschool10"
37
- # test_info_location=parent_location+"fullTest/test_info.txt"
38
- # test_location=parent_location+"fullTest/test.txt"
39
- elif(model_name== "ASTRA-FT-LGR" ):
40
- finetune_task="lowGRschoolAll"
41
- # test_info_location=parent_location+"lowGRschoolAll/test_info.txt"
42
- # test_location=parent_location+"lowGRschoolAll/test.txt"
43
- elif(model_name=="ASTRA-FT-FULL"):
44
- # test_info_location=parent_location+"fullTest/test_info.txt"
45
- # test_location=parent_location+"fullTest/test.txt"
46
- finetune_task="fullTest"
47
- else:
48
- finetune_task=None
49
  # Load the test_info file and the graduation rate file
50
- test_info = pd.read_csv(test_info_location, sep=',', header=None, engine='python')
51
- grad_rate_data = pd.DataFrame(pd.read_pickle('assests/school_grduation_rate.pkl'),columns=['school_number','grad_rate']) # Load the grad_rate data
52
 
53
  # Step 1: Extract unique school numbers from test_info
54
  unique_schools = test_info[0].unique()
@@ -72,500 +50,47 @@ def process_file(model_name,inc_slider,progress=Progress(track_tqdm=True)):
72
 
73
  # Step 7: Get indices for the sampled schools
74
  indices = test_info[test_info[0].isin(random_schools)].index.tolist()
75
- high_indices = test_info[(test_info[0].isin(high_sample))].index.tolist()
76
- low_indices = test_info[(test_info[0].isin(low_sample))].index.tolist()
77
-
78
  # Load the test file and select rows based on indices
79
- test = pd.read_csv(test_location, sep=',', header=None, engine='python')
80
  selected_rows_df2 = test.loc[indices]
81
- # label=pd.read_csv(label_location, header=None, engine='python')
82
- # test_label=label.loc[indices]
83
- # test_label.to_csv(parent_location+'highGRschool10/test_label.txt', sep='\t', index=False, header=False, quoting=3, escapechar=' ')
84
- # Save the selected rows to a file
85
- selected_rows_df2.to_csv('fileHandler/selected_rows.txt', sep='\t', index=False, header=False, quoting=3, escapechar=' ')
86
- # ✅ Get the first 20% and last 20% of instances for each student ID within selected schools
87
-
88
- selected_test_info = test_info.loc[indices]
89
-
90
- # # First 20%
91
- # first_20_percent_indices = selected_test_info.groupby(3).apply(
92
- # lambda x: x.head(int(len(x) * 0.2))
93
- # ).index.get_level_values(1).tolist()
94
-
95
- # # Last 20%
96
- # last_20_percent_indices = selected_test_info.groupby(3).apply(
97
- # lambda x: x.tail(int(len(x) * 0.2))
98
- # ).index.get_level_values(1).tolist()
99
 
100
- # # Select the corresponding rows from the test file
101
- # first_20_percent_rows = test.loc[first_20_percent_indices]
102
- # last_20_percent_rows = test.loc[last_20_percent_indices]
103
-
104
- # # Save the first 20% instances per student to a file
105
- # first_20_percent_rows.to_csv('fileHandler/selected_rows_first20.txt', sep='\t', index=False, header=False, quoting=3, escapechar=' ')
106
-
107
- # # Save the last 20% instances per student to a file
108
- # last_20_percent_rows.to_csv('fileHandler/selected_rows_last20.txt', sep='\t', index=False, header=False, quoting=3, escapechar=' ')
109
 
110
- # select the graduation groups
111
- graduation_groups = [
112
- 'high' if idx in high_indices else 'low' for idx in selected_rows_df2.index
113
- ]
114
- # Group data by opt_task1 and opt_task2 based on test_info[6]
115
- opt_task_groups = ['opt_task1' if test_info.loc[idx, 6] == 0 else 'opt_task2' for idx in selected_rows_df2.index]
116
- progress(0.2, desc="Files create and saved!! Now Executing models")
117
- print("finetuned task: ",finetune_task)
 
 
 
 
 
 
 
 
 
 
 
118
  subprocess.run([
119
  "python", "new_test_saved_finetuned_model.py",
120
  "-workspace_name", "ratio_proportion_change3_2223/sch_largest_100-coded",
121
- "-finetune_task", finetune_task,
122
- "-test_dataset_path","../../../../fileHandler/selected_rows.txt",
123
  # "-test_label_path","../../../../train_label.txt",
124
  "-finetuned_bert_classifier_checkpoint",
125
  "ratio_proportion_change3_2223/sch_largest_100-coded/output/highGRschool10/bert_fine_tuned.model.ep42",
126
  "-e",str(1),
127
  "-b",str(1000)
128
  ])
129
- progress(0.5,desc="Model execution completed!! Now performing analysis on the results")
130
-
131
- # Load tlb and plb
132
- with open("fileHandler/tlabels_plabels.pkl", "rb") as f:
133
- tlb, plb = pickle.load(f)
134
-
135
- # Define function to filter and write CSV
136
- def process_and_write_csv(filtered_data, filename):
137
- headers = [
138
- "Row", "Sample Name", "Transaction Id", "Anon Student Id", "Session Id", "Time Zone", "Duration (sec)",
139
- "Student Response Type", "Student Response Subtype", "Tutor Response Type", "Tutor Response Subtype",
140
- "Level (Workspace Id)", "Problem Name", "Problem View", "Problem Start Time", "Step Name",
141
- "Attempt At Step", "Is Last Attempt", "Outcome", "Selection", "Action", "Input", "Feedback Text",
142
- "Feedback Classification", "Help Level", "Total Num Hints", "KC (MATHia)", "KC Category (MATHia)",
143
- "KC (Single-KC)", "KC Category (Single-KC)", "KC (Unique-step)", "KC Category (Unique-step)",
144
- "School", "Class", "CF (Ruleid)", "CF (Semantic Event Id)", "CF (Skill New p-Known)",
145
- "CF (Skill Previous p-Known)", "CF (Workspace Progress Status)", "Event Type"
146
- ]
147
-
148
- with open("fileHandler/" + filename, 'w', newline='') as outfile:
149
- writer = csv.writer(outfile)
150
- writer.writerow(headers)
151
-
152
- row_num = 1
153
- for _, row in filtered_data.iterrows():
154
- school, class_id, student_id, status, problem, _, time_zone, duration, attempts = row[:9]
155
- steps_data = row[8]
156
-
157
- for step in steps_data.split('\t'):
158
- step_parts = step.split('-')
159
- step_name = step_parts[0]
160
- action = step_parts[1] if len(step_parts) > 1 else ""
161
- attempt = step_parts[2] if len(step_parts) > 2 else ""
162
- outcome = step_parts[-1] if len(step_parts) > 3 else ""
163
-
164
- row_data = [
165
- row_num, "", "", student_id, "", time_zone, duration, "", "", "", "",
166
- problem, problem, "", "", step_name, attempt, "", outcome, "", action, "", "", "", "", "", "", "", "", "", "","",
167
- school, class_id, "", "", "", "", "PROMOTED"
168
- ]
169
- writer.writerow(row_data)
170
- row_num += 1
171
-
172
- print(f"CSV file '{filename}' created successfully.")
173
-
174
- # Find indices where conditions match
175
- for task_type in [0, 1]: # test_info[6] = 1 or 2
176
- for label in [0, 1]: # tlb = plb = 0 or 1
177
- matching_indices = [i for i in range(len(tlb)) if tlb[i] == plb[i] == label]
178
-
179
- # Filter the data
180
- filtered_data = selected_test_info.iloc[matching_indices]
181
- filtered_data = filtered_data[filtered_data[6] == task_type] # Ensure test_info[6] matches
182
-
183
- # Define filename dynamically
184
- filename = f"output_task{task_type}_label{label}.csv"
185
-
186
- # Write to CSV
187
- process_and_write_csv(filtered_data, filename)
188
-
189
- with open("fileHandler/roc_data2.pkl", 'rb') as file:
190
- data = pickle.load(file)
191
- t_label=data[0]
192
- p_label=data[1]
193
- # Step 1: Align graduation_group, t_label, and p_label
194
- aligned_labels = list(zip(graduation_groups, t_label, p_label))
195
- opt_task_aligned = list(zip(opt_task_groups, t_label, p_label))
196
- # Step 2: Separate the labels for high and low groups
197
- high_t_labels = [t for grad, t, p in aligned_labels if grad == 'high']
198
- low_t_labels = [t for grad, t, p in aligned_labels if grad == 'low']
199
-
200
- high_p_labels = [p for grad, t, p in aligned_labels if grad == 'high']
201
- low_p_labels = [p for grad, t, p in aligned_labels if grad == 'low']
202
-
203
- opt_task1_t_labels = [t for task, t, p in opt_task_aligned if task == 'opt_task1']
204
- opt_task1_p_labels = [p for task, t, p in opt_task_aligned if task == 'opt_task1']
205
-
206
- opt_task2_t_labels = [t for task, t, p in opt_task_aligned if task == 'opt_task2']
207
- opt_task2_p_labels = [p for task, t, p in opt_task_aligned if task == 'opt_task2']
208
-
209
- high_roc_auc = roc_auc_score(high_t_labels, high_p_labels) if len(set(high_t_labels)) > 1 else None
210
- low_roc_auc = roc_auc_score(low_t_labels, low_p_labels) if len(set(low_t_labels)) > 1 else None
211
-
212
- opt_task1_roc_auc = roc_auc_score(opt_task1_t_labels, opt_task1_p_labels) if len(set(opt_task1_t_labels)) > 1 else None
213
- opt_task2_roc_auc = roc_auc_score(opt_task2_t_labels, opt_task2_p_labels) if len(set(opt_task2_t_labels)) > 1 else None
214
-
215
- # For demonstration purposes, we'll just return the content with the selected model name
216
-
217
- # print(checkpoint)
218
-
219
- # if (inc_val<5):
220
- # model_name="highGRschool10"
221
- # elif(inc_val>=5 & inc_val<10):
222
- # model_name="highGRschool10"
223
- # else:
224
- # model_name="highGRschool10"
225
- # Function to analyze each row
226
- def analyze_row(row):
227
- # Split the row into fields
228
- fields = row.split("\t")
229
-
230
- # Define tasks for OptionalTask_1, OptionalTask_2, and FinalAnswer
231
- optional_task_1_subtasks = ["DenominatorFactor", "NumeratorFactor", "EquationAnswer"]
232
- optional_task_2_subtasks = [
233
- "FirstRow2:1", "FirstRow2:2", "FirstRow1:1", "FirstRow1:2",
234
- "SecondRow", "ThirdRow"
235
- ]
236
-
237
- # Helper function to evaluate task attempts
238
- def evaluate_tasks(fields, tasks):
239
- task_status = {}
240
- total_attempts = 0 # Counter for total number of attempts
241
- attempted_tasks = 0 # Counter for tasks attempted at least once
242
- successful_first_attempts = 0 # Counter for tasks successful on the first try
243
- for task in tasks:
244
-
245
- relevant_attempts = [f for f in fields if task in f]
246
- # if (task=="FinalAnswer"): print(relevant_attempts)
247
- attempt_count = len(relevant_attempts)
248
- total_attempts += attempt_count # Add to the total attempts
249
-
250
- if attempt_count > 0:
251
- attempted_tasks += 1 # Increment attempted tasks count
252
-
253
- # Check the first attempt
254
- first_attempt = relevant_attempts[0]
255
- if "OK" in first_attempt and "ERROR" not in first_attempt and "JIT" not in first_attempt:
256
- successful_first_attempts += 1
257
-
258
-
259
- if any("OK" in attempt for attempt in relevant_attempts):
260
- task_status[task] = "Attempted (Successful)"
261
-
262
- elif any("ERROR" in attempt for attempt in relevant_attempts):
263
- task_status[task] = "Attempted (Error)"
264
- elif any("JIT" in attempt for attempt in relevant_attempts):
265
- task_status[task] = "Attempted (JIT)"
266
- else:
267
- task_status[task] = "Unattempted"
268
- return task_status,attempted_tasks, total_attempts,successful_first_attempts
269
-
270
- # Evaluate tasks for each category
271
- optional_task_1_status, opt1_attempted, opt1_total_attempts, opt1_successful_first_attempts = evaluate_tasks(fields, optional_task_1_subtasks)
272
- optional_task_2_status, opt2_attempted, opt2_total_attempts, opt2_successful_first_attempts = evaluate_tasks(fields, optional_task_2_subtasks)
273
- final_status, final_attempted, final_total_attempts,final_sucessful_first_attempts=evaluate_tasks(fields,["FinalAnswer-Attempt"])
274
- # print("/n",evaluate_tasks(fields,["FinalAnswer-Attempt"]))
275
- # Check if tasks have any successful attempt
276
- opt1_done = any(status == "Attempted (Successful)" for status in optional_task_1_status.values())
277
- opt2_done = any(status == "Attempted (Successful)" for status in optional_task_2_status.values())
278
-
279
- return (opt1_done, opt2_done,
280
- opt1_attempted, opt2_attempted,
281
- opt1_total_attempts, opt2_total_attempts,
282
- opt1_successful_first_attempts, opt2_successful_first_attempts,final_total_attempts)
283
-
284
- # Read data from test_info.txt
285
- with open(test_info_location, "r") as file:
286
- data = file.readlines()
287
-
288
- # Assuming test_info[7] is a list with ideal tasks for each instance
289
- ideal_tasks = test_info[6] # A list where each element is either 1 or 2
290
-
291
- # Initialize counters
292
- task_counts = {
293
- 1: {"ER": 0, "ME": 0, "both": 0,"none":0},
294
- 2: {"ER": 0, "ME": 0, "both": 0,"none":0}
295
- }
296
- # To store task completion counts per row
297
- # Analyze rows
298
- row_summary = []
299
- opt1_ratios = []
300
- opt2_ratios = []
301
- final_total=[]
302
- opt1_total=[]
303
- for i, row in enumerate(data):
304
- row = row.strip()
305
- if not row:
306
- continue
307
-
308
- ideal_task = ideal_tasks[i] # Get the ideal task for the current row
309
- (
310
- opt1_done, opt2_done,
311
- opt1_attempted, opt2_attempted,
312
- opt1_total_attempts, opt2_total_attempts,
313
- opt1_successful_first_attempts, opt2_successful_first_attempts,final_total_attemps
314
- ) = analyze_row(row)
315
-
316
- opt1_ratios.append( opt1_total_attempts / opt1_attempted if opt1_total_attempts > 0 else 0)
317
- opt2_ratios.append( opt2_total_attempts / opt2_attempted if opt2_total_attempts > 0 else 0)
318
- final_total.append(final_total_attemps)
319
- opt1_total.append(opt1_total_attempts)
320
- # create a summey for task:attempted, total attempts and succesful attempts for each row
321
- # row_summary.append({
322
- # "row_index": i + 1,
323
- # "opt1": {
324
- # "tasks_attempted": opt1_attempted,
325
- # "total_attempts": opt1_total_attempts,
326
- # "successful_attempts": opt1_successful_first_attempts,
327
- # },
328
- # "opt2": {
329
- # "tasks_attempted": opt2_attempted,
330
- # "total_attempts": opt2_total_attempts,
331
- # "successful_attempts": opt2_successful_first_attempts,
332
- # }
333
- # })
334
- if ideal_task == 0:
335
- if opt1_done and not opt2_done:
336
- task_counts[1]["ER"] += 1
337
- elif not opt1_done and opt2_done:
338
- task_counts[1]["ME"] += 1
339
- elif opt1_done and opt2_done:
340
- task_counts[1]["both"] += 1
341
- else:
342
- task_counts[1]["none"] +=1
343
- elif ideal_task == 1:
344
- if opt1_done and not opt2_done:
345
- task_counts[2]["ER"] += 1
346
- elif not opt1_done and opt2_done:
347
- task_counts[2]["ME"] += 1
348
- elif opt1_done and opt2_done:
349
- task_counts[2]["both"] += 1
350
- else:
351
- task_counts[2]["none"] +=1
352
- # Print a summary of task completions
353
- # for summary in row_summary:
354
- # print(f"\nRow {summary['row_index']}:")
355
- # print(f" OptionalTask_1 - Tasks Attempted: {summary['opt1']['tasks_attempted']}, "
356
- # f"Total Attempts: {summary['opt1']['total_attempts']}, "
357
- # f"Successful Attempts: {summary['opt1']['successful_attempts']}")
358
- # print(f" OptionalTask_2 - Tasks Attempted: {summary['opt2']['tasks_attempted']}, "
359
- # f"Total Attempts: {summary['opt2']['total_attempts']}, "
360
- # f"Successful Attempts: {summary['opt2']['successful_attempts']}")
361
-
362
-
363
- # Create a string output for results
364
- # output_summary = "Task Analysis Summary:\n"
365
- # output_summary += "-----------------------\n"
366
-
367
- # for ideal_task, counts in task_counts.items():
368
- # output_summary += f"Ideal Task = OptionalTask_{ideal_task}:\n"
369
- # output_summary += f" Only OptionalTask_1 done: {counts['ER']}\n"
370
- # output_summary += f" Only OptionalTask_2 done: {counts['ME']}\n"
371
- # output_summary += f" Both done: {counts['both']}\n"
372
-
373
-
374
- # Create figure
375
- fig_hist1 = go.Figure()
376
-
377
- # Add histogram for OptionalTask_1 (ER)
378
- fig_hist1.add_trace(go.Histogram(
379
- x=opt1_ratios,
380
- name="ER",
381
- marker=dict(color='blue'),
382
- opacity=1,
383
- xbins=dict(
384
- start=1.0,
385
- end=max(opt1_ratios) if max(opt1_ratios) < 15 else 15,
386
- size=1 # Bin width set to 0.1 for 10 bins
387
- )
388
- ))
389
- fig_hist2=go.Figure()
390
- # Add histogram for OptionalTask_2 (ME)
391
- fig_hist2.add_trace(go.Histogram(
392
- x=opt2_ratios,
393
- name="ME",
394
- marker=dict(color='red'),
395
- opacity=1,
396
- xbins=dict(
397
- start=1.0,
398
- end=max(opt1_ratios) if max(opt1_ratios) < 15 else 15,
399
- size=1 # Bin width set to 0.1 for 10 bins
400
- )
401
- ))
402
-
403
- # Update layout
404
- fig_hist1.update_layout(
405
- title="ER: Histogram of Attempts required per task",
406
- title_x=0.5,
407
- xaxis=dict(
408
- title="Success Ratio ( Total Attempts / Tasks Attempted )",
409
- tickmode="array",
410
- tickvals=list(range(1, 11)) + [15], # 1,2,3,...10, 15+
411
- ticktext=[str(i) for i in range(1, 11)] + ["10+"],
412
- ),
413
- yaxis=dict(
414
- title="Number of Instances"
415
- ),
416
- font=dict(
417
- family="sans-serif",
418
- size=12,
419
- color="black"
420
- ),
421
- legend=dict(
422
- font=dict(
423
- family="sans-serif",
424
- size=12,
425
- color="black"
426
- )
427
- ),
428
- barmode='overlay' # Overlapping bars
429
- )
430
- fig_hist2.update_layout(
431
- title="ME: Histogram of Attempts required per task",
432
- title_x=0.5,
433
- xaxis=dict(
434
- title="Success Ratio (Total Attempts / Tasks Attempted)",
435
- tickmode="array",
436
- tickvals=list(range(1, 11)) + [15], # 1,2,3,...10, 15+
437
- ticktext=[str(i) for i in range(1, 11)] + ["10+"],
438
- ),
439
- yaxis=dict(
440
- title="Number of Instances"
441
- ),
442
- font=dict(
443
- family="sans-serif",
444
- size=12,
445
- color="black"
446
- ),
447
- legend=dict(
448
- font=dict(
449
- family="sans-serif",
450
- size=12,
451
- color="black"
452
- )
453
- ),
454
- barmode='overlay' # Overlapping bars
455
- )
456
- # colors = ['#1f77b4', '#ff7f0e', '#2ca02c', '#d62728']
457
- colors = ["#FF6F61", "#6B5B95", "#88B04B", "#F7CAC9"]
458
- # print(opt1_ratios,opt2_ratios)
459
- # fig_scatter = go.Figure()
460
-
461
- # fig_scatter.add_trace(go.Scatter(
462
- # x=final_total,
463
- # y=opt1_total,
464
- # mode='markers',
465
- # marker=dict(size=8, color='blue', opacity=0.7),
466
- # name="Student Data"
467
- # ))
468
-
469
- # # Update layout
470
- # fig_scatter.update_layout(
471
- # title="Scatter Plot: Final Total Attempts vs OptionalTask_1 Attempts",
472
- # title_x=0.5,
473
- # xaxis=dict(title="Final Total Attempts"),
474
- # yaxis=dict(title="OptionalTask_1 Total Attempts"),
475
- # font=dict(family="sans-serif", size=12, color="black"),
476
- # showlegend=True
477
- # )
478
-
479
- # fig_scatter.show()
480
- # Generate pie chart for Task 1
481
- task1_labels = list(task_counts[1].keys())
482
- task1_values = list(task_counts[1].values())
483
-
484
- # fig_task1 = Figure()
485
- # ax1 = fig_task1.add_subplot(1, 1, 1)
486
- # ax1.pie(task1_values, labels=task1_labels, autopct='%1.1f%%', startangle=90)
487
- # ax1.set_title('Ideal Task 1 Distribution')
488
-
489
- fig_task1 = go.Figure(data=[go.Pie(
490
- labels=task1_labels,
491
- values=task1_values,
492
- textinfo='percent+label',
493
- textposition='auto',
494
- marker=dict(colors=colors),
495
- sort=False
496
-
497
- )])
498
-
499
- fig_task1.update_layout(
500
- title='Problem Type: ER',
501
- title_x=0.5,
502
- font=dict(
503
- family="sans-serif",
504
- size=12,
505
- color="black"
506
- ),
507
- )
508
-
509
- fig_task1.update_layout(
510
- legend=dict(
511
- font=dict(
512
- family="sans-serif",
513
- size=12,
514
- color="black"
515
- ),
516
- )
517
- )
518
-
519
-
520
-
521
- # fig.show()
522
-
523
- # Generate pie chart for Task 2
524
- task2_labels = list(task_counts[2].keys())
525
- task2_values = list(task_counts[2].values())
526
-
527
- fig_task2 = go.Figure(data=[go.Pie(
528
- labels=task2_labels,
529
- values=task2_values,
530
- textinfo='percent+label',
531
- textposition='auto',
532
- marker=dict(colors=colors),
533
- sort=False
534
- # pull=[0, 0.2, 0, 0] # for pulling part of pie chart out (depends on position)
535
-
536
- )])
537
-
538
- fig_task2.update_layout(
539
- title='Problem Type: ME',
540
- title_x=0.5,
541
- font=dict(
542
- family="sans-serif",
543
- size=12,
544
- color="black"
545
- ),
546
- )
547
-
548
- fig_task2.update_layout(
549
- legend=dict(
550
- font=dict(
551
- family="sans-serif",
552
- size=12,
553
- color="black"
554
- ),
555
- )
556
- )
557
-
558
-
559
- # fig_task2 = Figure()
560
- # ax2 = fig_task2.add_subplot(1, 1, 1)
561
- # ax2.pie(task2_values, labels=task2_labels, autopct='%1.1f%%', startangle=90)
562
- # ax2.set_title('Ideal Task 2 Distribution')
563
-
564
- # print(output_summary)
565
-
566
-
567
  result = {}
568
- with open("fileHandler/result.txt", 'r') as file:
569
  for line in file:
570
  key, value = line.strip().split(': ', 1)
571
  # print(type(key))
@@ -573,599 +98,249 @@ def process_file(model_name,inc_slider,progress=Progress(track_tqdm=True)):
573
  result[key]=value
574
  else:
575
  result[key]=float(value)
576
- result["ROC score of HGR"]=high_roc_auc
577
- result["ROC score of LGR"]=low_roc_auc
578
  # Create a plot
579
- with open("fileHandler/roc_data.pkl", "rb") as f:
580
  fpr, tpr, _ = pickle.load(f)
581
- # print(fpr,tpr)
582
- roc_auc = auc(fpr, tpr)
583
-
584
-
585
- # Create a matplotlib figure
586
- # fig = Figure()
587
- # ax = fig.add_subplot(1, 1, 1)
588
- # ax.plot(fpr, tpr, color='blue', lw=2, label=f'ROC curve (area = {roc_auc:.2f})')
589
- # ax.plot([0, 1], [0, 1], color='navy', lw=2, linestyle='--')
590
- # ax.set(xlabel='False Positive Rate', ylabel='True Positive Rate', title=f'Receiver Operating Curve (ROC)')
591
- # ax.legend(loc="lower right")
592
- # ax.grid()
593
-
594
- fig = go.Figure()
595
- # Create and style traces
596
- fig.add_trace(go.Line(x = list(fpr), y = list(tpr), name=f'ROC curve (area = {roc_auc:.2f})',
597
- line=dict(color='royalblue', width=3,
598
- ) # dash options include 'dash', 'dot', and 'dashdot'
599
- ))
600
- fig.add_trace(go.Line(x = [0,1], y = [0,1], showlegend = False,
601
- line=dict(color='firebrick', width=2,
602
- dash='dash',) # dash options include 'dash', 'dot', and 'dashdot'
603
- ))
604
-
605
- # Edit the layout
606
- fig.update_layout(
607
- showlegend = True,
608
- title_x=0.5,
609
- title=dict(
610
- text='Receiver Operating Curve (ROC)'
611
- ),
612
- xaxis=dict(
613
- title=dict(
614
- text='False Positive Rate'
615
- )
616
- ),
617
- yaxis=dict(
618
- title=dict(
619
- text='False Negative Rate'
620
- )
621
- ),
622
- font=dict(
623
- family="sans-serif",
624
- color="black"
625
- ),
626
-
627
- )
628
- fig.update_layout(
629
- legend=dict(
630
- x=0.75,
631
- y=0,
632
- traceorder="normal",
633
- font=dict(
634
- family="sans-serif",
635
- size=12,
636
- color="black"
637
- ),
638
- )
639
- )
640
-
641
-
642
-
643
-
644
 
 
 
 
 
 
 
 
645
 
646
  # Save plot to a file
647
- # plot_path = "plot.png"
648
- # fig.savefig(plot_path)
649
- # plt.close(fig)
650
-
651
-
652
-
653
-
654
  progress(1.0)
655
  # Prepare text output
656
  text_output = f"Model: {model_name}\nResult:\n{result}"
657
  # Prepare text output with HTML formatting
658
  text_output = f"""
659
- ---------------------------
660
- Model: {model_name}
661
- ---------------------------\n
662
- Time Taken: {result['time_taken_from_start']:.2f} seconds
663
- Total Schools in test: {len(unique_schools):.4f}
664
- Total number of instances having Schools with HGR : {len(high_indices):.4f}
665
- Total number of instances having Schools with LGR: {len(low_indices):.4f}
666
-
667
- ROC score of HGR: {high_roc_auc:.4f}
668
- ROC score of LGR: {low_roc_auc:.4f}
669
-
670
-
671
- ROC-AUC for problems of type ER: {opt_task1_roc_auc:.4f}
672
- ROC-AUC for problems of type ME: {opt_task2_roc_auc:.4f}
673
  """
674
- progress(0.5,desc="first k '%' sampling")
675
- # subprocess.run([
676
- # "python", "new_test_saved_finetuned_model.py",
677
- # "-workspace_name", "ratio_proportion_change3_2223/sch_largest_100-coded",
678
- # "-finetune_task", finetune_task,
679
- # "-test_dataset_path","../../../../fileHandler/selected_rows_first20.txt",
680
- # # "-test_label_path","../../../../train_label.txt",
681
- # "-finetuned_bert_classifier_checkpoint",
682
- # "ratio_proportion_change3_2223/sch_largest_100-coded/output/highGRschool10/bert_fine_tuned.model.ep42",
683
- # "-e",str(1),
684
- # "-b",str(1000)
685
- # ])
686
- # with open("fileHandler/roc_data.pkl", "rb") as f:
687
- # fpr, tpr, _ = pickle.load(f)
688
- # # print(fpr,tpr)
689
- # roc_auc_first_k = auc(fpr, tpr)
690
- # print(roc_auc_first_k)
691
 
692
-
693
- progress(0.5,desc="last '%' sampling")
694
- # subprocess.run([
695
- # "python", "new_test_saved_finetuned_model.py",
696
- # "-workspace_name", "ratio_proportion_change3_2223/sch_largest_100-coded",
697
- # "-finetune_task", finetune_task,
698
- # "-test_dataset_path","../../../../fileHandler/selected_rows_last20.txt",
699
- # # "-test_label_path","../../../../train_label.txt",
700
- # "-finetuned_bert_classifier_checkpoint",
701
- # "ratio_proportion_change3_2223/sch_largest_100-coded/output/highGRschool10/bert_fine_tuned.model.ep42",
702
- # "-e",str(1),
703
- # "-b",str(1000)
704
- # ])
705
- # with open("fileHandler/roc_data.pkl", "rb") as f:
706
- # fpr, tpr, _ = pickle.load(f)
707
- # # print(fpr,tpr)
708
- # roc_auc_last_k = auc(fpr, tpr)
709
- # print(roc_auc_last_k)
710
-
711
-
712
-
713
- # text_output_sampled_auc = f"""
714
- # ---------------------------
715
- # Model: {model_name}
716
- # ---------------------------\n
717
-
718
- # ROC score of first 20% of problems: {roc_auc_first_k:.4f}
719
- # ROC score of last 20% of problems: {roc_auc_last_k:.4f}
720
-
721
- # """
722
-
723
-
724
-
725
-
726
-
727
-
728
-
729
-
730
-
731
-
732
-
733
-
734
- # return text_output,text_output_sampled_auc,fig,fig_task1,fig_task2,fig_hist1,fig_hist2
735
- return text_output,fig,fig_task1,fig_task2
736
  # List of models for the dropdown menu
737
 
738
- # models = ["ASTRA-FT-HGR", "ASTRA-FT-LGR", "ASTRA-FT-FULL"]
739
- models = ["ASTRA-FT-HGR", "ASTRA-FT-FULL"]
740
- content = """
741
- <h1 style="color: black;">A S T R A</h1>
742
- <h2 style="color: black;">An AI Model for Analyzing Math Strategies</h2>
743
-
744
- <h3 style="color: white; text-align: center">
745
- <a href="https://drive.google.com/file/d/1lbEpg8Se1ugTtkjreD8eXIg7qrplhWan/view" style="color: gr.themes.colors.red; text-decoration: none;">Link To Paper</a> |
746
- <a href="https://github.com/Syudu41/ASTRA---Gates-Project" style="color: #1E90FF; text-decoration: none;">GitHub</a> |
747
- <a href="https://sites.google.com/view/astra-research/home" style="color: #1E90FF; text-decoration: none;">Project Page</a>
748
-
749
-
750
- </h3>
751
-
752
- <p style="color: white;">Welcome to a demo of ASTRA. ASTRA is a collaborative research project between researchers at the
753
- <a href="https://sites.google.com/site/dvngopal/" style="color: #1E90FF; text-decoration: none;">University of Memphis</a> and
754
- <a href="https://www.carnegielearning.com" style="color: #1E90FF; text-decoration: none;">Carnegie Learning</a>
755
- to utilize AI to improve our understanding of math learning strategies.</p>
756
 
757
- <p style="color: white;">This demo has been developed with a pre-trained model (based on an architecture similar to BERT ) that learns math strategies using data
758
- collected from hundreds of schools in the U.S. who have used Carnegie Learning’s MATHia (formerly known as Cognitive Tutor), the flagship Intelligent Tutor that is part of a core, blended math curriculum.
759
- For this demo, we have used data from a specific domain (teaching ratio and proportions) within 7th grade math. The fine-tuning based on the pre-trained model learns to predict which strategies lead to correct vs incorrect solutions.
760
- </p>
761
-
762
- <p style="color: white;">In this math domain, students were given word problems related to ratio and proportions. Further, the students
763
- were given a choice of optional tasks to work on in parallel to the main problem to demonstrate their thinking (metacognition).
764
- The optional tasks are designed based on solving problems using Equivalent Ratios (ER) and solving using Means and Extremes/cross-multiplication (ME).
765
- When the equivalent ratios are easy to compute (integral values), ER is much more efficient compared to ME and switching between the tasks appropriately demonstrates cognitive flexibility.
766
- </p>
767
-
768
- <p style="color: white;">To use the demo, please follow these steps:</p>
769
-
770
- <ol style="color: white;">
771
- <li style="color: white;">Select a fine-tuned model:
772
- <ul style="color: white;">
773
- <li style="color: white;">ASTRA-FT-HGR: Fine-tuned with a small sample of data from schools that have a high graduation rate.</li>
774
- <li style="color: white;">ASTRA-FT-Full: Fine-tuned with a small sample of data from a mix of schools that have high/low graduation rates.</li>
775
- </ul>
776
- </li>
777
- <li style="color: white;">Select a percentage of schools to analyze (selecting a large percentage may take a long time). Note that the selected percentage is applied to both High Graduation Rate (HGR) schools and Low Graduation Rate (LGR schools).
778
- </li>
779
- <li style="color: white;">The results from the fine-tuned model are displayed in the dashboard:
780
- <ul>
781
- <li style="color: white;">The model accuracy is computed using the ROC-AUC metric.
782
- </li>
783
- <li style="color: white;">The results are shown for HGR, LGR schools and for different problem types (ER/ME).
784
- </li>
785
- <li style="color: white;">The distribution over how students utilized the optional tasks (whether they utilized ER/ME, used both of them or none of them) is shown for each problem type.
786
- </li>
787
- </ul>
788
- </li>
789
- </ol>
790
- """
791
- # CSS styling for white text
792
  # Create the Gradio interface
793
- available_themes = {
794
- "default": gr.themes.Default(),
795
- "soft": gr.themes.Soft(),
796
- "monochrome": gr.themes.Monochrome(),
797
- "glass": gr.themes.Glass(),
798
- "base": gr.themes.Base(),
799
- }
800
-
801
- # Comprehensive CSS for all HTML elements
802
- custom_css = '''
803
- /* Import Fira Sans font */
804
- @import url('https://fonts.googleapis.com/css2?family=Fira+Sans:wght@400;500;600;700&family=Inter:wght@400;500;600;700&display=swap');
805
- @import url('https://fonts.googleapis.com/css2?family=Libre+Caslon+Text:ital,wght@0,400;0,700;1,400&family=Spectral+SC:wght@600&display=swap');
806
- /* Container modifications for centering */
807
- .gradio-container {
808
- color: var(--block-label-text-color) !important;
809
- max-width: 1000px !important;
810
- margin: 0 auto !important;
811
- padding: 2rem !important;
812
- font-family: Arial, sans-serif !important;
813
- }
814
-
815
- /* Main title (ASTRA) */
816
- #title {
817
- text-align: center !important;
818
- margin: 1rem auto !important; /* Reduced margin */
819
- font-size: 2.5em !important;
820
- font-weight: 600 !important;
821
- font-family: "Spectral SC", 'Fira Sans', sans-serif !important;
822
- padding-bottom: 0 !important; /* Remove bottom padding */
823
- }
824
-
825
- /* Subtitle (An AI Model...) */
826
- h1 {
827
- text-align: center !important;
828
- font-size: 30pt !important;
829
- font-weight: 600 !important;
830
- font-family: "Spectral SC", 'Fira Sans', sans-serif !important;
831
- margin-top: 0.5em !important; /* Reduced top margin */
832
- margin-bottom: 0.3em !important;
833
- }
834
-
835
- h2 {
836
- text-align: center !important;
837
- font-size: 22pt !important;
838
- font-weight: 600 !important;
839
- font-family: "Spectral SC",'Fira Sans', sans-serif !important;
840
- margin-top: 0.2em !important; /* Reduced top margin */
841
- margin-bottom: 0.3em !important;
842
- }
843
-
844
- /* Links container styling */
845
- .links-container {
846
- text-align: center !important;
847
- margin: 1em auto !important;
848
- font-family: 'Inter' ,'Fira Sans', sans-serif !important;
849
- }
850
-
851
- /* Links */
852
- a {
853
- color: #2563eb !important;
854
- text-decoration: none !important;
855
- font-family:'Inter' , 'Fira Sans', sans-serif !important;
856
- }
857
-
858
- a:hover {
859
- text-decoration: underline !important;
860
- opacity: 0.8;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
861
  }
862
-
863
- /* Regular text */
864
- p, li, .description, .markdown-text {
865
- font-family: 'Inter', Arial, sans-serif !important;
866
- color: black !important;
867
- font-size: 11pt;
868
- line-height: 1.6;
869
- font-weight: 500 !important;
870
- color: var(--block-label-text-color) !important;
871
  }
872
 
873
- /* Other headings */
874
- h3, h4, h5 {
875
- font-family: 'Fira Sans', sans-serif !important;
876
- color: var(--block-label-text-color) !important;
877
- margin-top: 1.5em;
878
- margin-bottom: 0.75em;
 
 
 
 
879
  }
880
 
881
-
882
- h3 { font-size: 1.5em; font-weight: 600; }
883
- h4 { font-size: 1.25em; font-weight: 500; }
884
- h5 { font-size: 1.1em; font-weight: 500; }
885
-
886
- /* Form elements */
887
- .select-wrap select, .wrap select,
888
- input, textarea {
889
- font-family: 'Inter' ,Arial, sans-serif !important;
890
- color: var(--block-label-text-color) !important;
891
  }
892
 
893
- /* Lists */
894
- ul, ol {
895
- margin-left: 0 !important;
896
- margin-bottom: 1.25em;
897
- padding-left: 2em;
898
  }
899
-
900
- li {
901
- margin-bottom: 0.75em;
902
  }
903
-
904
- /* Form container */
905
- .form-container {
906
- max-width: 1000px !important;
907
- margin: 0 auto !important;
908
- padding: 1rem !important;
909
  }
910
 
911
- /* Dashboard */
912
- .dashboard {
913
- margin-top: 2rem !important;
914
- padding: 1rem !important;
915
- border-radius: 8px !important;
916
  }
917
-
918
- /* Slider styling */
919
- .gradio-slider-row {
920
  display: flex;
 
 
921
  align-items: center;
922
- justify-content: space-between;
923
- margin: 1.5em 0;
924
- max-width: 100% !important;
925
- }
926
-
927
- .gradio-slider {
928
- flex-grow: 1;
929
- margin-right: 15px;
930
- }
931
-
932
- .slider-percentage {
933
- font-family: 'Inter', Arial, sans-serif !important;
934
- flex-shrink: 0;
935
- min-width: 60px;
936
- font-size: 1em;
937
- font-weight: bold;
938
  text-align: center;
939
- background-color: #f0f8ff;
940
- border: 1px solid #004080;
941
- border-radius: 5px;
942
- padding: 5px 10px;
943
  }
944
-
945
- .progress-bar-wrap.progress-bar-wrap.progress-bar-wrap
946
- {
947
- border-radius: var(--input-radius);
948
- height: 1.25rem;
949
- margin-top: 1rem;
950
- overflow: hidden;
951
- width: 70%;
952
- font-family: 'Inter', Arial, sans-serif !important;
953
  }
954
-
955
- /* Add these new styles after your existing CSS */
956
-
957
- /* Card-like appearance for the dashboard */
958
- .dashboard {
959
- background: #ffffff !important;
960
- box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
961
- border-radius: 12px !important;
962
- padding: 2rem !important;
963
- margin-top: 2.5rem !important;
964
  }
965
-
966
- /* Enhance ROC graph container */
967
- #roc {
968
- background: #ffffff !important;
969
- padding: 1.5rem !important;
970
- border-radius: 8px !important;
971
- box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05) !important;
972
- margin: 1.5rem 0 !important;
973
- }
974
-
975
- /* Style the dropdown select */
976
- select {
977
- background-color: #ffffff !important;
978
- border: 1px solid #e2e8f0 !important;
979
- border-radius: 8px !important;
980
- padding: 0.5rem 1rem !important;
981
- transition: all 0.2s ease-in-out !important;
982
- box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05) !important;
983
- }
984
-
985
- select:hover {
986
- border-color: #cbd5e1 !important;
987
- box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1) !important;
988
- }
989
-
990
- /* Enhance slider appearance */
991
- .progress-bar-wrap {
992
- background: #f8fafc !important;
993
- border: 1px solid #e2e8f0 !important;
994
- box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.05) !important;
995
- }
996
-
997
- /* Style metrics in dashboard */
998
- .dashboard p {
999
- padding: 0.5rem 0 !important;
1000
- border-bottom: 1px solid #f1f5f9 !important;
1001
- }
1002
-
1003
- /* Add spacing between sections */
1004
- .dashboard > div {
1005
- margin-bottom: 1.5rem !important;
1006
- }
1007
-
1008
- /* Style the ROC curve title */
1009
- .dashboard h4 {
1010
- color: #1e293b !important;
1011
- font-weight: 600 !important;
1012
- margin-bottom: 1rem !important;
1013
- padding-bottom: 0.5rem !important;
1014
- border-bottom: 2px solid #e2e8f0 !important;
1015
- }
1016
-
1017
- /* Enhance link appearances */
1018
- a {
1019
- position: relative !important;
1020
- padding-bottom: 2px !important;
1021
- transition: all 0.2s ease-in-out !important;
1022
- }
1023
-
1024
- a:after {
1025
- content: '' !important;
1026
- position: absolute !important;
1027
- width: 0 !important;
1028
- height: 1px !important;
1029
- bottom: 0 !important;
1030
- left: 0 !important;
1031
- background-color: #2563eb !important;
1032
- transition: width 0.3s ease-in-out !important;
1033
- }
1034
-
1035
- a:hover:after {
1036
- width: 100% !important;
1037
- }
1038
-
1039
- /* Add subtle dividers between sections */
1040
- .form-container > div {
1041
- padding-bottom: 1.5rem !important;
1042
- margin-bottom: 1.5rem !important;
1043
- border-bottom: 1px solid #f1f5f9 !important;
1044
- }
1045
-
1046
- /* Style model selection section */
1047
- .select-wrap {
1048
- background: #ffffff !important;
1049
- padding: 1.5rem !important;
1050
- border-radius: 8px !important;
1051
- box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05) !important;
1052
- margin-bottom: 2rem !important;
1053
- }
1054
-
1055
- /* Style the metrics display */
1056
- .dashboard span {
1057
- font-family: 'Inter', sans-serif !important;
1058
- font-weight: 500 !important;
1059
- color: #334155 !important;
1060
- }
1061
-
1062
- /* Add subtle animation to interactive elements */
1063
- button, select, .slider-percentage {
1064
- transition: all 0.2s ease-in-out !important;
1065
- }
1066
-
1067
- /* Style the ROC curve container */
1068
- .plot-container {
1069
- background: #ffffff !important;
1070
- border-radius: 8px !important;
1071
- padding: 1rem !important;
1072
- box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05) !important;
1073
- }
1074
-
1075
- /* Add container styles for opt1 and opt2 sections */
1076
- #opt1, #opt2 {
1077
- background: #ffffff !important;
1078
- border-radius: 8px !important;
1079
- padding: 1.5rem !important;
1080
- margin-top: 1.5rem !important;
1081
- box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05) !important;
1082
- }
1083
-
1084
- /* Style the distribution titles */
1085
- .distribution-title {
1086
- font-family: 'Inter', sans-serif !important;
1087
- font-weight: 600 !important;
1088
- color: #1e293b !important;
1089
- margin-bottom: 1rem !important;
1090
- text-align: center !important;
1091
- }
1092
-
1093
- '''
1094
- # Define the file directory
1095
- FILE_DIR = "fileHandler"
1096
-
1097
- # Function to get list of files
1098
- def list_files():
1099
- return ['output_task0_label0.csv', 'output_task0_label1.csv', 'output_task1_label0.csv', 'output_task1_label1.csv']
1100
- # return [f for f in os.listdir(FILE_DIR) if os.path.isfile(os.path.join(FILE_DIR, f))]
1101
-
1102
- # Function to provide the selected file path
1103
- def provide_file_path(file_name):
1104
- return f"{FILE_DIR}/{file_name}" if file_name else None
1105
- # file_path = os.path.join(FILE_DIR, file_name)
1106
- # return file_path
1107
-
1108
- with gr.Blocks(theme='gstaff/sketch', css=custom_css) as demo:
1109
-
1110
- # gr.Markdown("<h1 id='title'>ASTRA</h1>", elem_id="title")
1111
- gr.Markdown(content)
1112
 
1113
  with gr.Row():
1114
- # file_input = gr.File(label="Upload a test file", file_types=['.txt'], elem_classes="file-box")
1115
- # label_input = gr.File(label="Upload test labels", file_types=['.txt'], elem_classes="file-box")
1116
 
1117
- # info_input = gr.File(label="Upload test info", file_types=['.txt'], elem_classes="file-box")
1118
- model_dropdown = gr.Dropdown(
1119
- choices=models,
1120
- label="Select Fine-tuned Model",
1121
- elem_classes="dropdown-menu"
1122
- )
1123
- increment_slider = gr.Slider(
1124
- minimum=1,
1125
- maximum=100,
1126
- step=1,
1127
- label="Schools Percentage",
1128
- value=1,
1129
- elem_id="increment-slider",
1130
- elem_classes="gradio-slider"
1131
- )
1132
 
1133
- with gr.Row():
1134
- btn = gr.Button("Submit")
1135
-
1136
- gr.Markdown("<p class='description'>Dashboard</p>")
1137
 
 
 
 
1138
  with gr.Row():
1139
- output_text = gr.Textbox(label="")
1140
- # output_image = gr.Image(label="ROC")
1141
- with gr.Row():
1142
- plot_output = gr.Plot(label="ROC")
1143
-
1144
- with gr.Row():
1145
- opt1_pie = gr.Plot(label="ER")
1146
- opt2_pie = gr.Plot(label="ME")
1147
- # output_summary = gr.Textbox(label="Summary")
1148
- # with gr.Row():
1149
- # histo1 = gr.Plot(label="Hist")
1150
- # histo2 = gr.Plot(label="Hist")
1151
- # with gr.Row():
1152
- # output_text_sampled_auc = gr.Textbox(label="")
1153
-
1154
- with gr.Row():
1155
- file_dropdown = gr.Dropdown(choices=list_files(), label="Generate File")
1156
- download_button = gr.Button("Generate files")
1157
-
1158
- download_button.click(
1159
- fn=provide_file_path,
1160
- inputs=[file_dropdown],
1161
- outputs=[gr.File(label="Your Download is ready, click on the right side to download")]
1162
- )
1163
 
1164
- btn.click(
1165
- fn=process_file,
1166
- inputs=[model_dropdown,increment_slider],
1167
- outputs=[output_text,plot_output,opt1_pie,opt2_pie]
1168
- )
1169
 
1170
 
1171
  # Launch the app
 
8
  import matplotlib.pyplot as plt
9
  from sklearn.metrics import roc_curve, auc
10
  import pandas as pd
 
 
 
 
 
11
  # Define the function to process the input file and model selection
12
 
13
+ def process_file(file,label,info,model_name,inc_slider,progress=Progress(track_tqdm=True)):
14
  # progress = gr.Progress(track_tqdm=True)
 
15
  progress(0, desc="Starting the processing")
16
+ with open(file.name, 'r') as f:
17
+ content = f.read()
18
+ saved_test_dataset = "train.txt"
19
+ saved_test_label = "train_label.txt"
20
+ saved_train_info="train_info.txt"
21
  # Save the uploaded file content to a specified location
22
+ shutil.copyfile(file.name, saved_test_dataset)
23
+ shutil.copyfile(label.name, saved_test_label)
24
+ shutil.copyfile(info.name, saved_train_info)
25
+
26
+
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
27
  # Load the test_info file and the graduation rate file
28
+ test_info = pd.read_csv('train_info.txt', sep=',', header=None, engine='python')
29
+ grad_rate_data = pd.DataFrame(pd.read_pickle('school_grduation_rate.pkl'),columns=['school_number','grad_rate']) # Load the grad_rate data
30
 
31
  # Step 1: Extract unique school numbers from test_info
32
  unique_schools = test_info[0].unique()
 
50
 
51
  # Step 7: Get indices for the sampled schools
52
  indices = test_info[test_info[0].isin(random_schools)].index.tolist()
53
+
 
 
54
  # Load the test file and select rows based on indices
55
+ test = pd.read_csv('train.txt', sep=',', header=None, engine='python')
56
  selected_rows_df2 = test.loc[indices]
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
57
 
58
+ # Save the selected rows to a file
59
+ selected_rows_df2.to_csv('selected_rows.txt', sep='\t', index=False, header=False, quoting=3, escapechar=' ')
 
 
 
 
 
 
 
60
 
61
+
62
+ # For demonstration purposes, we'll just return the content with the selected model name
63
+ if(model_name=="High Graduated Schools"):
64
+ finetune_task="highGRschool10"
65
+ elif(model_name== "Low Graduated Schools" ):
66
+ finetune_task="highGRschool10"
67
+ elif(model_name=="Full Set"):
68
+ finetune_task="highGRschool10"
69
+ else:
70
+ finetune_task=None
71
+ # print(checkpoint)
72
+ progress(0.1, desc="Files created and saved")
73
+ # if (inc_val<5):
74
+ # model_name="highGRschool10"
75
+ # elif(inc_val>=5 & inc_val<10):
76
+ # model_name="highGRschool10"
77
+ # else:
78
+ # model_name="highGRschool10"
79
+ progress(0.2, desc="Executing models")
80
  subprocess.run([
81
  "python", "new_test_saved_finetuned_model.py",
82
  "-workspace_name", "ratio_proportion_change3_2223/sch_largest_100-coded",
83
+ "-finetune_task", "highGRschool10",
84
+ "-test_dataset_path","../../../../selected_rows.txt",
85
  # "-test_label_path","../../../../train_label.txt",
86
  "-finetuned_bert_classifier_checkpoint",
87
  "ratio_proportion_change3_2223/sch_largest_100-coded/output/highGRschool10/bert_fine_tuned.model.ep42",
88
  "-e",str(1),
89
  "-b",str(1000)
90
  ])
91
+ progress(0.6,desc="Model execution completed")
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
92
  result = {}
93
+ with open("result.txt", 'r') as file:
94
  for line in file:
95
  key, value = line.strip().split(': ', 1)
96
  # print(type(key))
 
98
  result[key]=value
99
  else:
100
  result[key]=float(value)
 
 
101
  # Create a plot
102
+ with open("roc_data.pkl", "rb") as f:
103
  fpr, tpr, _ = pickle.load(f)
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
104
 
105
+ roc_auc = auc(fpr, tpr)
106
+ fig, ax = plt.subplots()
107
+ ax.plot(fpr, tpr, color='blue', lw=2, label=f'ROC curve (area = {roc_auc:.2f})')
108
+ ax.plot([0, 1], [0, 1], color='navy', lw=2, linestyle='--')
109
+ ax.set(xlabel='False Positive Rate', ylabel='True Positive Rate', title=f'ROC Curve: {model_name}')
110
+ ax.legend(loc="lower right")
111
+ ax.grid()
112
 
113
  # Save plot to a file
114
+ plot_path = "plot.png"
115
+ fig.savefig(plot_path)
116
+ plt.close(fig)
 
 
 
 
117
  progress(1.0)
118
  # Prepare text output
119
  text_output = f"Model: {model_name}\nResult:\n{result}"
120
  # Prepare text output with HTML formatting
121
  text_output = f"""
122
+ Model: {model_name}\n
123
+ Result Summary:\n
124
+ -----------------\n
125
+ Precision: {result['precisions']:.2f}\n
126
+ Recall: {result['recalls']:.2f}\n
127
+ Time Taken: {result['time_taken_from_start']:.2f} seconds\n
128
+ Total Schools in test: {len(unique_schools):.4f}\n
129
+ Total Schools taken: {len(random_schools):.4f}\n
130
+ High grad schools: {len(high_sample):.4f}\n
131
+ Low grad schools: {len(low_sample):.4f}\n
132
+ -----------------\n
133
+ Note: The ROC Curve is also displayed for the evaluation.
 
 
134
  """
135
+ return text_output,plot_path
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
136
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
137
  # List of models for the dropdown menu
138
 
139
+ models = ["High Graduated Schools", "Low Graduated Schools", "Full Set"]
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
140
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
141
  # Create the Gradio interface
142
+ with gr.Blocks(css="""
143
+ body {
144
+ background-color: #1e1e1e!important;
145
+ font-family: 'Arial', sans-serif;
146
+ color: #f5f5f5!important;;
147
+ }
148
+ .gradio-container {
149
+ max-width: 850px!important;
150
+ margin: 0 auto!important;;
151
+ padding: 20px!important;;
152
+ background-color: #292929!important;
153
+ border-radius: 10px;
154
+ box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
155
+ }
156
+ .gradio-container-4-44-0 .prose h1 {
157
+ font-size: var(--text-xxl);
158
+ color: #ffffff!important;
159
+ }
160
+ #title {
161
+ color: white!important;
162
+ font-size: 2.3em;
163
+ font-weight: bold;
164
+ text-align: center!important;
165
+ margin-bottom: 20px;
166
+ }
167
+ .description {
168
+ text-align: center;
169
+ font-size: 1.1em;
170
+ color: #bfbfbf;
171
+ margin-bottom: 30px;
172
+ }
173
+ .file-box {
174
+ max-width: 180px;
175
+ padding: 5px;
176
+ background-color: #444!important;
177
+ border: 1px solid #666!important;
178
+ border-radius: 6px;
179
+ height: 80px!important;;
180
+ margin: 0 auto!important;;
181
+ text-align: center;
182
+ color: transparent;
183
+ }
184
+ .file-box span {
185
+ color: #f5f5f5!important;
186
+ font-size: 1em;
187
+ line-height: 45px; /* Vertically center text */
188
+ }
189
+ .dropdown-menu {
190
+ max-width: 220px;
191
+ margin: 0 auto!important;
192
+ background-color: #444!important;
193
+ color:#444!important;
194
+ border-radius: 6px;
195
+ padding: 8px;
196
+ font-size: 1.1em;
197
+ border: 1px solid #666;
198
+ }
199
+ .button {
200
+ background-color: #4CAF50!important;
201
+ color: white!important;
202
+ font-size: 1.1em;
203
+ padding: 10px 25px;
204
+ border-radius: 6px;
205
+ cursor: pointer;
206
+ transition: background-color 0.2s ease-in-out;
207
+ }
208
+ .button:hover {
209
+ background-color: #45a049!important;
210
+ }
211
+ .output-text {
212
+ background-color: #333!important;
213
+ padding: 12px;
214
+ border-radius: 8px;
215
+ border: 1px solid #666;
216
+ font-size: 1.1em;
217
+ }
218
+ .footer {
219
+ text-align: center;
220
+ margin-top: 50px;
221
+ font-size: 0.9em;
222
+ color: #b0b0b0;
223
+ }
224
+ .svelte-12ioyct .wrap {
225
+ display: none !important;
226
  }
227
+ .file-label-text {
228
+ display: none !important;
 
 
 
 
 
 
 
229
  }
230
 
231
+ div.svelte-sfqy0y {
232
+ display: flex;
233
+ flex-direction: inherit;
234
+ flex-wrap: wrap;
235
+ gap: var(--form-gap-width);
236
+ box-shadow: var(--block-shadow);
237
+ border: var(--block-border-width) solid var(--border-color-primary);
238
+ border-radius: var(--block-radius);
239
+ background: #1f2937!important;
240
+ overflow-y: hidden;
241
  }
242
 
243
+ .block.svelte-12cmxck {
244
+ position: relative;
245
+ margin: 0;
246
+ box-shadow: var(--block-shadow);
247
+ border-width: var(--block-border-width);
248
+ border-color: var(--block-border-color);
249
+ border-radius: var(--block-radius);
250
+ background: #1f2937!important;
251
+ width: 100%;
252
+ line-height: var(--line-sm);
253
  }
254
 
255
+ .svelte-12ioyct .wrap {
256
+ display: none !important;
 
 
 
257
  }
258
+ .file-label-text {
259
+ display: none !important;
 
260
  }
261
+ input[aria-label="file upload"] {
262
+ display: none !important;
 
 
 
 
263
  }
264
 
265
+ gradio-app .gradio-container.gradio-container-4-44-0 .contain .file-box span {
266
+ font-size: 1em;
267
+ line-height: 45px;
268
+ color: #1f2937 !important;
 
269
  }
270
+ .wrap.svelte-12ioyct {
 
 
271
  display: flex;
272
+ flex-direction: column;
273
+ justify-content: center;
274
  align-items: center;
275
+ min-height: var(--size-60);
276
+ color: #1f2937 !important;
277
+ line-height: var(--line-md);
278
+ height: 100%;
279
+ padding-top: var(--size-3);
 
 
 
 
 
 
 
 
 
 
 
280
  text-align: center;
281
+ margin: auto var(--spacing-lg);
 
 
 
282
  }
283
+ span.svelte-1gfkn6j:not(.has-info) {
284
+ margin-bottom: var(--spacing-lg);
285
+ color: white!important;
 
 
 
 
 
 
286
  }
287
+ label.float.svelte-1b6s6s {
288
+ position: relative!important;
289
+ top: var(--block-label-margin);
290
+ left: var(--block-label-margin);
 
 
 
 
 
 
291
  }
292
+ label.svelte-1b6s6s {
293
+ display: inline-flex;
294
+ align-items: center;
295
+ z-index: var(--layer-2);
296
+ box-shadow: var(--block-label-shadow);
297
+ border: var(--block-label-border-width) solid var(--border-color-primary);
298
+ border-top: none;
299
+ border-left: none;
300
+ border-radius: var(--block-label-radius);
301
+ background: rgb(120 151 180)!important;
302
+ padding: var(--block-label-padding);
303
+ pointer-events: none;
304
+ color: #1f2937!important;
305
+ font-weight: var(--block-label-text-weight);
306
+ font-size: var(--block-label-text-size);
307
+ line-height: var(--line-sm);
308
+ }
309
+ .file.svelte-18wv37q.svelte-18wv37q {
310
+ display: block!important;
311
+ width: var(--size-full);
312
+ }
313
+
314
+ tbody.svelte-18wv37q>tr.svelte-18wv37q:nth-child(odd) {
315
+ background: ##7897b4!important;
316
+ color: white;
317
+ background: #aca7b2;
318
+ }
319
+ .gradio-container-4-31-4 .prose h1, .gradio-container-4-31-4 .prose h2, .gradio-container-4-31-4 .prose h3, .gradio-container-4-31-4 .prose h4, .gradio-container-4-31-4 .prose h5 {
320
+
321
+ color: white;
322
+ """) as demo:
323
+ gr.Markdown("<h1 id='title'>ASTRA</h1>", elem_id="title")
324
+ gr.Markdown("<p class='description'>Upload a .txt file and select a model from the dropdown menu.</p>")
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
325
 
326
  with gr.Row():
327
+ file_input = gr.File(label="Upload a test file", file_types=['.txt'], elem_classes="file-box")
328
+ label_input = gr.File(label="Upload test labels", file_types=['.txt'], elem_classes="file-box")
329
 
330
+ info_input = gr.File(label="Upload test info", file_types=['.txt'], elem_classes="file-box")
 
 
 
 
 
 
 
 
 
 
 
 
 
 
331
 
332
+ model_dropdown = gr.Dropdown(choices=models, label="Select Finetune Task", elem_classes="dropdown-menu")
 
 
 
333
 
334
+
335
+ increment_slider = gr.Slider(minimum=1, maximum=100, step=1, label="Schools Percentage", value=1)
336
+
337
  with gr.Row():
338
+ output_text = gr.Textbox(label="Output Text")
339
+ output_image = gr.Image(label="Output Plot")
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
340
 
341
+ btn = gr.Button("Submit")
342
+
343
+ btn.click(fn=process_file, inputs=[file_input,label_input,info_input,model_dropdown,increment_slider], outputs=[output_text,output_image])
 
 
344
 
345
 
346
  # Launch the app
assests/__pycache__/metrics.cpython-312.pyc DELETED
Binary file (9.15 kB)
 
assests/__pycache__/recalibration.cpython-312.pyc DELETED
Binary file (5.52 kB)
 
assests/__pycache__/visualization.cpython-312.pyc DELETED
Binary file (5.35 kB)
 
assests/data_preprocessor.py → data_preprocessor.py RENAMED
File without changes
fileHandler/output_task0_label0.csv DELETED
The diff for this file is too large to render. See raw diff
 
fileHandler/output_task0_label1.csv DELETED
The diff for this file is too large to render. See raw diff
 
fileHandler/output_task1_label0.csv DELETED
The diff for this file is too large to render. See raw diff
 
fileHandler/output_task1_label1.csv DELETED
The diff for this file is too large to render. See raw diff
 
fileHandler/result.txt DELETED
@@ -1,7 +0,0 @@
1
- avg_loss: 0.5841353535652161
2
- total_acc: 69.00702106318957
3
- precisions: 0.7236623191454734
4
- recalls: 0.6900702106318957
5
- f1_scores: 0.6802420656474512
6
- time_taken_from_start: 36.14206862449646
7
- auc_score: 0.7457100293916334
 
 
 
 
 
 
 
 
fileHandler/selected_rows_first20.txt DELETED
@@ -1,198 +0,0 @@
1
- PercentChange-0 NumeratorQuantity1-0 NumeratorQuantity2-0 DenominatorQuantity1-0 OptionalTask_2 FirstRow1:1 FirstRow1:2 FirstRow2:1 FirstRow2:2 SecondRow ThirdRow FinalAnswer-2
2
- PercentChange-0 NumeratorQuantity2-0 NumeratorQuantity1-2 DenominatorQuantity1-0 NumeratorQuantity1-0 OptionalTask_2 FirstRow1:1 FirstRow1:2 FirstRow2:1 FirstRow2:2 SecondRow ThirdRow FinalAnswer-2
3
- PercentChange-0 NumeratorQuantity2-0 NumeratorQuantity1-2 DenominatorQuantity1-0 OptionalTask_2 FirstRow2:1 FirstRow2:2 FirstRow1:1 FirstRow1:2 SecondRow ThirdRow FinalAnswer-2
4
- PercentChange-0 NumeratorQuantity2-2 NumeratorQuantity1-0 DenominatorQuantity1-2 OptionalTask_2 FirstRow2:1 FirstRow2:2 FirstRow1:1 FirstRow1:2 SecondRow ThirdRow FinalAnswer-0 FinalAnswerDirection-0
5
- PercentChange-0 NumeratorQuantity2-0 DenominatorQuantity1-0 NumeratorQuantity1-0 OptionalTask_2 FirstRow2:2 FirstRow2:1 FirstRow1:1 FirstRow1:2 SecondRow ThirdRow FinalAnswer-0
6
- PercentChange-0 NumeratorQuantity2-0 NumeratorQuantity1-2 DenominatorQuantity1-0 OptionalTask_2 FirstRow2:2 FirstRow2:1 FirstRow1:1 FirstRow1:2 SecondRow ThirdRow FinalAnswer-0 FinalAnswerDirection-0
7
- PercentChange-0 DenominatorQuantity1-0 NumeratorQuantity2-2 NumeratorQuantity1-0 NumeratorQuantity2-0 OptionalTask_2 FirstRow2:1 FirstRow2:2 FirstRow1:1 FirstRow1:2 SecondRow ThirdRow FinalAnswer-0 FinalAnswerDirection-0
8
- PercentChange-0 DenominatorQuantity1-0 NumeratorQuantity2-0 NumeratorQuantity1-0 OptionalTask_2 FirstRow2:1 FirstRow2:2 FirstRow1:1 FirstRow1:2 SecondRow ThirdRow FinalAnswer-0 FinalAnswerDirection-0
9
- PercentChange-0 NumeratorQuantity2-0 NumeratorQuantity1-0 DenominatorQuantity1-0 OptionalTask_2 FirstRow1:1 FirstRow1:2 FirstRow2:2 FirstRow2:1 SecondRow ThirdRow FinalAnswer-0
10
- PercentChange-0 NumeratorQuantity2-0 NumeratorQuantity1-0 DenominatorQuantity1-0 OptionalTask_2 FirstRow1:1 FirstRow1:2 FirstRow2:1 FirstRow2:2 SecondRow ThirdRow FinalAnswer-0
11
- PercentChange-0 NumeratorQuantity2-0 NumeratorQuantity1-2 DenominatorQuantity1-0 NumeratorQuantity1-2 OptionalTask_2 FirstRow1:1 FirstRow1:2 FirstRow2:2 FirstRow2:1 SecondRow ThirdRow FinalAnswer-2
12
- PercentChange-0 NumeratorQuantity2-0 NumeratorQuantity1-2 DenominatorQuantity1-2 NumeratorQuantity1-2 DenominatorQuantity1-2 OptionalTask_1 OptionalTask_2 DenominatorFactor FirstRow2:1 FirstRow2:2 FirstRow1:1 FirstRow1:2 SecondRow ThirdRow FinalAnswer-2
13
- PercentChange-0 NumeratorQuantity2-0 NumeratorQuantity1-0 DenominatorQuantity1-2 OptionalTask_2 FirstRow1:1 FirstRow1:2 FirstRow2:2 FirstRow2:1 SecondRow ThirdRow FinalAnswer-2
14
- PercentChange-0 NumeratorQuantity2-0 NumeratorQuantity1-0 DenominatorQuantity1-0 OptionalTask_2 FirstRow1:1 FirstRow1:2 FirstRow2:1 FirstRow2:2 SecondRow ThirdRow FinalAnswer-2
15
- PercentChange-0 NumeratorQuantity2-0 NumeratorQuantity1-0 DenominatorQuantity1-0 OptionalTask_2 FirstRow1:1 FirstRow1:2 FirstRow2:2 FirstRow2:1 SecondRow ThirdRow FinalAnswer-0
16
- PercentChange-0 NumeratorQuantity2-0 NumeratorQuantity1-0 DenominatorQuantity1-0 OptionalTask_2 FirstRow1:1 FirstRow1:2 FirstRow2:2 FirstRow2:1 SecondRow ThirdRow FinalAnswer-2
17
- PercentChange-2 NumeratorQuantity2-2 NumeratorQuantity1-0 DenominatorQuantity1-0 OptionalTask_2 FirstRow1:1 FirstRow1:2 FirstRow2:1 FirstRow2:2 SecondRow ThirdRow FinalAnswer-0
18
- PercentChange-0 NumeratorQuantity2-0 NumeratorQuantity1-2 DenominatorQuantity1-0 OptionalTask_2 FirstRow2:2 FirstRow2:1 FirstRow1:1 FirstRow1:2 SecondRow ThirdRow FinalAnswer-0 FinalAnswerDirection-0
19
- PercentChange-0 NumeratorQuantity2-0 NumeratorQuantity1-2 DenominatorQuantity1-0 OptionalTask_2 FirstRow1:1 FirstRow1:2 FirstRow2:2 FirstRow2:1 SecondRow ThirdRow FinalAnswer-2
20
- PercentChange-0 NumeratorQuantity1-2 NumeratorQuantity2-0 NumeratorQuantity1-0 DenominatorQuantity1-0 OptionalTask_1 DenominatorFactor OptionalTask_2 FirstRow2:1 FirstRow2:2 FirstRow1:1 FirstRow1:2 SecondRow ThirdRow FinalAnswer-0
21
- PercentChange-2 NumeratorQuantity2-2 DenominatorQuantity1-0 NumeratorQuantity2-0 NumeratorQuantity1-2 FinalAnswer-2 OptionalTask_1 DenominatorFactor NumeratorFactor EquationAnswer OptionalTask_2 FirstRow2:1 FirstRow2:2 FirstRow1:2 FirstRow2:2 FirstRow1:1 FirstRow1:2 SecondRow ThirdRow FinalAnswer-2
22
- PercentChange-0 NumeratorQuantity2-0 NumeratorQuantity1-0 DenominatorQuantity1-0 OptionalTask_1 DenominatorFactor NumeratorFactor EquationAnswer OptionalTask_2 FirstRow2:1 FirstRow2:2 FirstRow1:2 FirstRow1:1 SecondRow ThirdRow FinalAnswer-0
23
- PercentChange-0 DenominatorQuantity1-0 NumeratorQuantity1-0 NumeratorQuantity2-0 OptionalTask_1 DenominatorFactor NumeratorFactor EquationAnswer OptionalTask_2 FirstRow1:2 FirstRow2:2 FirstRow1:1 FirstRow2:1 SecondRow ThirdRow FinalAnswer-0 FinalAnswerDirection-0
24
- PercentChange-0 NumeratorQuantity2-2 NumeratorQuantity1-0 DenominatorQuantity1-0 NumeratorQuantity2-0 OptionalTask_1 DenominatorFactor NumeratorFactor EquationAnswer OptionalTask_2 FirstRow1:1 FirstRow1:2 FirstRow2:1 FirstRow2:2 SecondRow ThirdRow FinalAnswer-2
25
- PercentChange-0 NumeratorQuantity2-0 NumeratorQuantity1-2 DenominatorQuantity1-0 OptionalTask_2 FirstRow1:1 FirstRow1:2 FirstRow2:1 FirstRow2:2 SecondRow ThirdRow FinalAnswer-2
26
- PercentChange-0 NumeratorQuantity2-0 NumeratorQuantity1-0 DenominatorQuantity1-2 OptionalTask_1 DenominatorFactor NumeratorFactor EquationAnswer FinalAnswer-0 FinalAnswerDirection-0
27
- PercentChange-0 NumeratorQuantity2-0 NumeratorQuantity1-2 DenominatorQuantity1-0 OptionalTask_1 DenominatorFactor NumeratorFactor EquationAnswer FinalAnswer-0
28
- PercentChange-0 NumeratorQuantity2-0 NumeratorQuantity1-2 DenominatorQuantity1-0 NumeratorQuantity1-0 OptionalTask_2 FirstRow2:2 FirstRow2:1 FirstRow1:1 FirstRow1:2 SecondRow ThirdRow FinalAnswer-0 FinalAnswerDirection-0
29
- PercentChange-0 NumeratorQuantity2-0 NumeratorQuantity1-0 DenominatorQuantity1-0 OptionalTask_2 FirstRow1:1 FirstRow2:1 FirstRow2:2 FirstRow1:2 SecondRow ThirdRow FinalAnswer-0
30
- PercentChange-0 NumeratorQuantity2-0 NumeratorQuantity1-0 DenominatorQuantity1-0 OptionalTask_1 DenominatorFactor NumeratorFactor EquationAnswer OptionalTask_2 FirstRow2:1 FirstRow2:2 FirstRow1:1 FirstRow1:2 SecondRow ThirdRow FinalAnswer-2
31
- PercentChange-0 NumeratorQuantity2-0 NumeratorQuantity1-0 DenominatorQuantity1-0 OptionalTask_1 DenominatorFactor NumeratorFactor EquationAnswer OptionalTask_2 FirstRow2:1 FirstRow2:2 FirstRow1:2 FirstRow1:1 SecondRow ThirdRow FinalAnswer-2
32
- PercentChange-0 NumeratorQuantity2-0 NumeratorQuantity1-0 DenominatorQuantity1-0 OptionalTask_2 FirstRow2:1 FirstRow2:2 FirstRow1:1 FirstRow1:2 SecondRow ThirdRow FinalAnswer-2
33
- PercentChange-0 NumeratorQuantity2-0 NumeratorQuantity1-0 DenominatorQuantity1-0 OptionalTask_1 NumeratorFactor DenominatorFactor EquationAnswer FinalAnswer-2
34
- PercentChange-0 NumeratorQuantity2-0 NumeratorQuantity1-0 DenominatorQuantity1-0 OptionalTask_1 DenominatorFactor NumeratorFactor EquationAnswer OptionalTask_2 FirstRow2:1 FirstRow2:2 FirstRow1:1 FirstRow1:2 SecondRow ThirdRow FinalAnswer-0
35
- PercentChange-2 NumeratorQuantity2-0 NumeratorQuantity1-0 DenominatorQuantity1-0 OptionalTask_2 FirstRow2:1 FirstRow2:2 FirstRow1:1 FirstRow1:2 SecondRow ThirdRow FinalAnswer-0 FinalAnswerDirection-0
36
- PercentChange-0 NumeratorQuantity2-0 NumeratorQuantity1-0 DenominatorQuantity1-0 OptionalTask_2 FirstRow2:1 FirstRow2:2 FirstRow1:2 FirstRow1:1 SecondRow ThirdRow FinalAnswer-0
37
- PercentChange-0 NumeratorQuantity2-0 NumeratorQuantity1-0 DenominatorQuantity1-0 OptionalTask_2 FirstRow1:1 FirstRow2:1 FirstRow2:2 FirstRow1:1 FirstRow1:2 SecondRow ThirdRow OptionalTask_1 EquationAnswer DenominatorFactor NumeratorFactor FinalAnswer-0 FinalAnswerDirection-0
38
- PercentChange-0 NumeratorQuantity2-0 NumeratorQuantity1-0 DenominatorQuantity1-0 OptionalTask_1 OptionalTask_2 FirstRow2:1 FirstRow2:2 FirstRow1:2 FirstRow1:1 SecondRow ThirdRow FinalAnswer-2 NumeratorFactor DenominatorFactor FinalAnswer-0
39
- PercentChange-2 NumeratorQuantity2-0 NumeratorQuantity1-0 DenominatorQuantity1-0 OptionalTask_2 FirstRow2:1 FirstRow2:2 FirstRow1:1 FirstRow1:2 SecondRow ThirdRow FinalAnswer-2
40
- PercentChange-2 NumeratorQuantity2-0 NumeratorQuantity1-0 DenominatorQuantity1-0 OptionalTask_2 FirstRow2:1 FirstRow2:2 FirstRow1:1 FirstRow1:2 SecondRow ThirdRow OptionalTask_1 NumeratorFactor FinalAnswer-2 DenominatorFactor NumeratorFactor DenominatorFactor EquationAnswer FinalAnswer-2
41
- PercentChange-2 NumeratorQuantity2-0 NumeratorQuantity1-0 DenominatorQuantity1-0 OptionalTask_2 FirstRow2:1 FirstRow2:2 FirstRow1:2 FirstRow1:1 SecondRow ThirdRow FinalAnswer-0
42
- PercentChange-2 NumeratorQuantity2-0 NumeratorQuantity1-0 DenominatorQuantity1-0 OptionalTask_2 FirstRow2:1 FirstRow2:2 FirstRow1:2 FirstRow1:1 SecondRow ThirdRow OptionalTask_1 FinalAnswer-2 DenominatorFactor NumeratorFactor EquationAnswer FinalAnswer-2
43
- PercentChange-0 NumeratorQuantity2-0 NumeratorQuantity1-0 DenominatorQuantity1-0 OptionalTask_2 FirstRow2:1 FirstRow2:2 FirstRow1:1 FirstRow1:2 OptionalTask_1 NumeratorFactor DenominatorFactor NumeratorFactor DenominatorFactor EquationAnswer SecondRow ThirdRow FinalAnswer-2
44
- PercentChange-0 NumeratorQuantity2-0 NumeratorQuantity1-0 DenominatorQuantity1-0 OptionalTask_2 FirstRow2:1 FirstRow2:2 FirstRow1:2 FirstRow1:1 SecondRow ThirdRow FinalAnswer-0
45
- PercentChange-0 NumeratorQuantity2-0 NumeratorQuantity1-2 DenominatorQuantity1-0 NumeratorQuantity1-2 OptionalTask_2 FirstRow2:1 FirstRow2:2 FirstRow1:1 FirstRow1:2 SecondRow ThirdRow FinalAnswer-0 FinalAnswerDirection-0
46
- PercentChange-0 NumeratorQuantity2-0 NumeratorQuantity1-2 DenominatorQuantity1-0 OptionalTask_2 FirstRow2:1 FirstRow2:2 FirstRow1:1 FirstRow1:2 SecondRow ThirdRow FinalAnswer-2
47
- PercentChange-0 NumeratorQuantity1-0 DenominatorQuantity1-0 NumeratorQuantity2-0 OptionalTask_2 FirstRow1:1 FirstRow1:2 FirstRow2:2 FirstRow2:1 SecondRow ThirdRow FinalAnswer-0 FinalAnswerDirection-0
48
- PercentChange-0 NumeratorQuantity2-0 NumeratorQuantity1-0 DenominatorQuantity1-0 OptionalTask_2 FirstRow2:1 FirstRow2:2 FirstRow1:1 FirstRow1:2 SecondRow ThirdRow FinalAnswer-0
49
- PercentChange-0 NumeratorQuantity2-2 NumeratorQuantity1-2 DenominatorQuantity1-2 OptionalTask_2 FirstRow1:1 FirstRow1:2 FirstRow2:2 FirstRow2:1 SecondRow ThirdRow FinalAnswer-0 FinalAnswerDirection-2
50
- PercentChange-2 NumeratorQuantity2-0 NumeratorQuantity1-2 DenominatorQuantity1-0 NumeratorQuantity1-0 OptionalTask_2 FirstRow2:2 FirstRow2:1 FirstRow1:2 FirstRow1:1 SecondRow ThirdRow FinalAnswer-0 FinalAnswerDirection-0
51
- PercentChange-2 NumeratorQuantity2-0 NumeratorQuantity1-0 DenominatorQuantity1-0 OptionalTask_2 FirstRow2:2 FirstRow2:1 FirstRow1:1 FirstRow1:2 SecondRow ThirdRow FinalAnswer-0
52
- PercentChange-0 NumeratorQuantity2-0 NumeratorQuantity1-0 DenominatorQuantity1-0 OptionalTask_2 FirstRow2:1 FirstRow2:2 FirstRow1:1 FirstRow1:2 SecondRow ThirdRow FinalAnswer-1
53
- PercentChange-2 NumeratorQuantity2-0 NumeratorQuantity1-2 DenominatorQuantity1-2 NumeratorQuantity1-0 OptionalTask_2 FirstRow1:2 FirstRow1:1 FirstRow2:2 FirstRow2:1 SecondRow ThirdRow FinalAnswer-0 FinalAnswerDirection-0
54
- PercentChange-2 NumeratorQuantity1-0 DenominatorQuantity1-0 NumeratorQuantity2-0 OptionalTask_2 FirstRow1:2 FirstRow1:1 FirstRow2:2 FirstRow2:1 SecondRow ThirdRow FinalAnswer-0 FinalAnswerDirection-2
55
- PercentChange-0 NumeratorQuantity2-0 NumeratorQuantity1-2 DenominatorQuantity1-0 OptionalTask_2 FirstRow1:1 FirstRow1:2 FirstRow2:2 FirstRow2:1 SecondRow ThirdRow FinalAnswer-2
56
- PercentChange-0 NumeratorQuantity2-0 NumeratorQuantity1-0 DenominatorQuantity1-0 OptionalTask_2 FirstRow1:1 FirstRow1:2 FirstRow2:1 FirstRow2:2 SecondRow ThirdRow FinalAnswer-0
57
- PercentChange-2 NumeratorQuantity2-0 NumeratorQuantity1-2 DenominatorQuantity1-0 OptionalTask_2 FirstRow2:1 FirstRow2:2 FirstRow1:1 FirstRow1:2 SecondRow ThirdRow FinalAnswer-0
58
- PercentChange-0 NumeratorQuantity2-0 NumeratorQuantity1-0 DenominatorQuantity1-0 OptionalTask_2 FirstRow2:1 FirstRow2:2 FirstRow1:1 FirstRow1:2 SecondRow ThirdRow FinalAnswer-2
59
- PercentChange-2 NumeratorQuantity2-0 NumeratorQuantity1-0 DenominatorQuantity1-0 OptionalTask_2 FirstRow2:1 FirstRow2:2 FirstRow1:1 FirstRow1:2 SecondRow ThirdRow FinalAnswer-2
60
- PercentChange-0 NumeratorQuantity2-0 DenominatorQuantity1-0 NumeratorQuantity1-0 OptionalTask_2 FirstRow2:1 FirstRow2:2 FirstRow1:1 FirstRow1:2 SecondRow ThirdRow FinalAnswer-2
61
- PercentChange-0 NumeratorQuantity2-0 NumeratorQuantity1-2 DenominatorQuantity1-0 OptionalTask_2 FirstRow2:2 FirstRow2:1 FirstRow1:1 FirstRow1:2 SecondRow ThirdRow FinalAnswer-0
62
- PercentChange-0 NumeratorQuantity2-0 DenominatorQuantity1-0 NumeratorQuantity1-0 OptionalTask_1 OptionalTask_2 DenominatorFactor NumeratorFactor EquationAnswer FirstRow2:1 FirstRow2:2 FirstRow1:2 FirstRow1:1 SecondRow ThirdRow FinalAnswer-2
63
- PercentChange-0 NumeratorQuantity2-2 NumeratorQuantity1-0 DenominatorQuantity1-0 OptionalTask_2 OptionalTask_1 DenominatorFactor NumeratorFactor EquationAnswer FirstRow1:1 FirstRow2:1 FirstRow2:2 FirstRow1:1 FirstRow1:2 SecondRow ThirdRow FinalAnswer-2
64
- PercentChange-0 NumeratorQuantity2-0 NumeratorQuantity1-2 DenominatorQuantity1-0 OptionalTask_1 NumeratorFactor DenominatorFactor NumeratorFactor EquationAnswer OptionalTask_2 FirstRow2:1 FirstRow2:2 FirstRow1:2 FirstRow1:1 SecondRow ThirdRow FinalAnswer-2
65
- PercentChange-0 NumeratorQuantity2-0 NumeratorQuantity1-0 DenominatorQuantity1-0 OptionalTask_1 DenominatorFactor NumeratorFactor EquationAnswer OptionalTask_2 FirstRow2:1 FirstRow2:2 FirstRow1:2 FirstRow1:1 SecondRow ThirdRow FinalAnswer-0
66
- PercentChange-0 NumeratorQuantity2-0 DenominatorQuantity1-2 NumeratorQuantity1-0 DenominatorQuantity1-0 OptionalTask_1 DenominatorFactor NumeratorFactor EquationAnswer OptionalTask_2 FirstRow2:1 FirstRow2:2 FirstRow1:2 FirstRow1:1 SecondRow ThirdRow FinalAnswer-0
67
- PercentChange-0 NumeratorQuantity2-2 DenominatorQuantity1-0 NumeratorQuantity1-0 OptionalTask_1 OptionalTask_2 DenominatorFactor NumeratorFactor EquationAnswer FirstRow2:1 FirstRow2:2 EquationAnswer FirstRow1:1 FirstRow1:2 SecondRow ThirdRow FinalAnswer-2
68
- PercentChange-0 NumeratorQuantity2-0 DenominatorQuantity1-0 NumeratorQuantity1-0 OptionalTask_2 OptionalTask_1 EquationAnswer DenominatorFactor NumeratorFactor EquationAnswer FirstRow1:1 FirstRow1:2 FirstRow1:1 FirstRow2:1 FirstRow2:2 FirstRow2:1 SecondRow ThirdRow FinalAnswer-0 FinalAnswerDirection-0
69
- PercentChange-0 NumeratorQuantity2-0 NumeratorQuantity1-2 DenominatorQuantity1-0 OptionalTask_1 EquationAnswer DenominatorFactor NumeratorFactor EquationAnswer OptionalTask_2 FirstRow1:1 FirstRow2:1 FirstRow2:2 FirstRow1:1 FirstRow1:2 FirstRow2:2 FirstRow1:2 SecondRow ThirdRow FinalAnswer-0 FinalAnswerDirection-0
70
- PercentChange-0 NumeratorQuantity2-0 NumeratorQuantity1-2 DenominatorQuantity1-0 OptionalTask_1 EquationAnswer DenominatorFactor NumeratorFactor EquationAnswer OptionalTask_2 FirstRow1:2 FirstRow1:1 FirstRow2:1 FirstRow2:2 SecondRow ThirdRow FinalAnswer-0 FinalAnswerDirection-2
71
- PercentChange-0 NumeratorQuantity2-0 NumeratorQuantity1-0 DenominatorQuantity1-0 OptionalTask_1 DenominatorFactor NumeratorFactor EquationAnswer OptionalTask_2 FirstRow2:1 FirstRow2:2 FirstRow1:2 FirstRow1:1 SecondRow ThirdRow FinalAnswer-2
72
- PercentChange-0 NumeratorQuantity2-0 DenominatorQuantity1-0 NumeratorQuantity1-0 OptionalTask_1 DenominatorFactor NumeratorFactor EquationAnswer OptionalTask_2 FirstRow2:1 FirstRow2:2 FirstRow1:2 FirstRow1:1 SecondRow ThirdRow FinalAnswer-2
73
- PercentChange-0 NumeratorQuantity2-0 NumeratorQuantity1-0 DenominatorQuantity1-0 OptionalTask_1 DenominatorFactor NumeratorFactor EquationAnswer OptionalTask_2 FirstRow2:1 FirstRow2:2 FirstRow1:2 FirstRow1:1 SecondRow ThirdRow FinalAnswer-0
74
- PercentChange-0 NumeratorQuantity2-0 NumeratorQuantity1-0 DenominatorQuantity1-0 OptionalTask_1 DenominatorFactor NumeratorFactor EquationAnswer OptionalTask_2 FirstRow2:1 FirstRow2:2 FirstRow1:2 FirstRow1:1 SecondRow ThirdRow FinalAnswer-0
75
- PercentChange-0 NumeratorQuantity2-0 NumeratorQuantity1-2 DenominatorQuantity1-0 NumeratorQuantity1-0 OptionalTask_1 DenominatorFactor NumeratorFactor EquationAnswer OptionalTask_2 FirstRow2:1 FirstRow2:2 FirstRow1:2 FirstRow1:1 SecondRow ThirdRow FinalAnswer-2
76
- PercentChange-2 NumeratorQuantity2-0 DenominatorQuantity1-0 NumeratorQuantity1-0 OptionalTask_1 DenominatorFactor NumeratorFactor EquationAnswer OptionalTask_2 FirstRow2:1 FirstRow2:2 FirstRow1:2 FirstRow1:1 SecondRow ThirdRow FinalAnswer-2
77
- PercentChange-0 NumeratorQuantity2-0 NumeratorQuantity1-0 DenominatorQuantity1-0 OptionalTask_1 OptionalTask_2 EquationAnswer DenominatorFactor NumeratorFactor EquationAnswer FirstRow1:1 FirstRow1:2 FirstRow2:1 FirstRow2:2 SecondRow ThirdRow FinalAnswer-0 FinalAnswerDirection-0
78
- PercentChange-0 NumeratorQuantity2-0 NumeratorQuantity1-2 DenominatorQuantity1-0 NumeratorQuantity1-0 OptionalTask_1 DenominatorFactor NumeratorFactor EquationAnswer FinalAnswer-2
79
- PercentChange-0 NumeratorQuantity2-0 DenominatorQuantity1-0 NumeratorQuantity1-0 OptionalTask_1 NumeratorFactor DenominatorFactor EquationAnswer FinalAnswer-0
80
- PercentChange-0 NumeratorQuantity2-0 NumeratorQuantity1-0 DenominatorQuantity1-2 OptionalTask_1 DenominatorFactor NumeratorFactor EquationAnswer FinalAnswer-0 FinalAnswerDirection-2
81
- PercentChange-2 NumeratorQuantity2-0 NumeratorQuantity1-2 DenominatorQuantity1-0 OptionalTask_1 DenominatorFactor NumeratorFactor EquationAnswer FinalAnswer-0 FinalAnswerDirection-0
82
- PercentChange-0 NumeratorQuantity2-2 DenominatorQuantity1-0 NumeratorQuantity1-0 OptionalTask_1 DenominatorFactor NumeratorFactor EquationAnswer FinalAnswer-0 FinalAnswerDirection-0
83
- PercentChange-0 NumeratorQuantity2-0 NumeratorQuantity1-0 DenominatorQuantity1-0 OptionalTask_1 DenominatorFactor NumeratorFactor EquationAnswer FinalAnswer-0 FinalAnswerDirection-0
84
- PercentChange-0 NumeratorQuantity2-0 DenominatorQuantity1-0 NumeratorQuantity1-0 OptionalTask_2 FirstRow1:1 FirstRow1:2 FirstRow2:1 OptionalTask_1 DenominatorFactor FirstRow1:2 FirstRow2:2 FirstRow1:2 FinalAnswer-2 FirstRow1:2 SecondRow ThirdRow FinalAnswer-2
85
- PercentChange-0 NumeratorQuantity2-0 DenominatorQuantity1-0 NumeratorQuantity1-0 OptionalTask_1 NumeratorFactor DenominatorFactor EquationAnswer FinalAnswer-0
86
- PercentChange-0 NumeratorQuantity2-0 NumeratorQuantity1-2 DenominatorQuantity1-0 NumeratorQuantity1-0 OptionalTask_1 DenominatorFactor NumeratorFactor EquationAnswer FinalAnswer-2
87
- PercentChange-0 NumeratorQuantity2-0 NumeratorQuantity1-0 DenominatorQuantity1-0 OptionalTask_1 DenominatorFactor NumeratorFactor EquationAnswer FinalAnswer-0
88
- PercentChange-0 NumeratorQuantity2-0 NumeratorQuantity1-2 DenominatorQuantity1-0 NumeratorQuantity1-0 OptionalTask_1 DenominatorFactor NumeratorFactor EquationAnswer FinalAnswer-0 FinalAnswerDirection-2
89
- PercentChange-0 NumeratorQuantity2-0 NumeratorQuantity1-0 DenominatorQuantity1-0 OptionalTask_1 DenominatorFactor NumeratorFactor EquationAnswer FinalAnswer-0
90
- PercentChange-0 NumeratorQuantity2-0 NumeratorQuantity1-0 DenominatorQuantity1-0 OptionalTask_1 DenominatorFactor NumeratorFactor EquationAnswer FinalAnswer-2
91
- PercentChange-0 NumeratorQuantity2-0 NumeratorQuantity1-0 DenominatorQuantity1-0 OptionalTask_1 DenominatorFactor NumeratorFactor EquationAnswer FinalAnswer-0 FinalAnswerDirection-0
92
- PercentChange-0 NumeratorQuantity2-0 NumeratorQuantity1-0 DenominatorQuantity1-0 OptionalTask_1 DenominatorFactor NumeratorFactor EquationAnswer FinalAnswer-2
93
- PercentChange-0 NumeratorQuantity2-2 NumeratorQuantity1-2 DenominatorQuantity1-0 NumeratorQuantity1-0 OptionalTask_1 DenominatorFactor NumeratorFactor EquationAnswer FinalAnswer-2
94
- PercentChange-0 NumeratorQuantity2-0 NumeratorQuantity1-0 DenominatorQuantity1-0 OptionalTask_1 DenominatorFactor NumeratorFactor EquationAnswer FinalAnswer-2
95
- PercentChange-0 NumeratorQuantity2-0 NumeratorQuantity1-0 DenominatorQuantity1-0 OptionalTask_1 DenominatorFactor NumeratorFactor EquationAnswer FinalAnswer-2
96
- PercentChange-0 NumeratorQuantity2-0 NumeratorQuantity1-0 DenominatorQuantity1-0 OptionalTask_1 DenominatorFactor NumeratorFactor EquationAnswer FinalAnswer-2
97
- PercentChange-2 NumeratorQuantity2-0 NumeratorQuantity1-0 DenominatorQuantity1-0 OptionalTask_1 DenominatorFactor NumeratorFactor EquationAnswer FinalAnswer-2
98
- PercentChange-0 NumeratorQuantity2-0 NumeratorQuantity1-0 DenominatorQuantity1-0 OptionalTask_1 DenominatorFactor NumeratorFactor EquationAnswer FinalAnswer-0
99
- PercentChange-0 NumeratorQuantity2-0 NumeratorQuantity1-0 DenominatorQuantity1-0 OptionalTask_1 DenominatorFactor NumeratorFactor EquationAnswer FinalAnswer-2
100
- PercentChange-0 NumeratorQuantity2-0 NumeratorQuantity1-0 DenominatorQuantity1-0 OptionalTask_1 DenominatorFactor NumeratorFactor EquationAnswer FinalAnswer-0
101
- PercentChange-0 NumeratorQuantity2-0 NumeratorQuantity1-2 DenominatorQuantity1-0 OptionalTask_1 DenominatorFactor NumeratorFactor EquationAnswer FinalAnswer-0 FinalAnswerDirection-0
102
- PercentChange-0 NumeratorQuantity2-0 NumeratorQuantity1-0 DenominatorQuantity1-0 OptionalTask_1 EquationAnswer NumeratorFactor DenominatorFactor FinalAnswer-0 FinalAnswerDirection-0
103
- PercentChange-0 NumeratorQuantity2-0 NumeratorQuantity1-0 DenominatorQuantity1-0 OptionalTask_1 NumeratorFactor DenominatorFactor EquationAnswer FinalAnswer-0
104
- PercentChange-0 NumeratorQuantity2-2 NumeratorQuantity1-2 DenominatorQuantity1-0 OptionalTask_2 FirstRow2:2 FirstRow2:1 FirstRow1:1 FirstRow1:2 SecondRow ThirdRow FinalAnswer-2
105
- PercentChange-0 NumeratorQuantity2-0 NumeratorQuantity1-0 DenominatorQuantity1-0 OptionalTask_2 FirstRow2:1 FirstRow2:2 FirstRow1:1 FirstRow1:2 SecondRow ThirdRow FinalAnswer-2
106
- PercentChange-0 NumeratorQuantity2-0 NumeratorQuantity1-0 DenominatorQuantity1-2 OptionalTask_1 DenominatorFactor NumeratorFactor EquationAnswer FinalAnswer-0
107
- PercentChange-0 NumeratorQuantity2-0 NumeratorQuantity1-0 DenominatorQuantity1-0 OptionalTask_1 NumeratorFactor DenominatorFactor EquationAnswer FinalAnswer-0
108
- PercentChange-2 NumeratorQuantity2-0 NumeratorQuantity1-0 DenominatorQuantity1-0 OptionalTask_2 FirstRow1:1 FirstRow1:2 FirstRow2:2 FirstRow2:1 SecondRow ThirdRow FinalAnswer-0 FinalAnswerDirection-0
109
- PercentChange-2 NumeratorQuantity2-0 NumeratorQuantity1-2 DenominatorQuantity1-0 NumeratorQuantity1-0 OptionalTask_2 FirstRow1:1 FirstRow2:1 FirstRow2:2 FirstRow1:2 FirstRow2:2 FirstRow2:1 SecondRow ThirdRow FinalAnswer-2
110
- PercentChange-0 NumeratorQuantity2-0 NumeratorQuantity1-2 DenominatorQuantity1-0 NumeratorQuantity1-0 FinalAnswer-2 OptionalTask_1 NumeratorFactor DenominatorFactor EquationAnswer FinalAnswer-2 OptionalTask_2 FirstRow2:1 FirstRow2:2 FirstRow1:1 FirstRow1:2 SecondRow ThirdRow FinalAnswer-2
111
- PercentChange-0 NumeratorQuantity2-2 NumeratorQuantity1-2 DenominatorQuantity1-0 NumeratorQuantity1-0 OptionalTask_2 FirstRow2:1 FirstRow1:1 FirstRow1:2 FirstRow2:2 SecondRow ThirdRow FinalAnswer-0 FinalAnswerDirection-0
112
- PercentChange-0 NumeratorQuantity2-0 NumeratorQuantity1-2 DenominatorQuantity1-0 NumeratorQuantity1-0 OptionalTask_2 FirstRow2:1 FirstRow2:2 FirstRow1:1 FirstRow1:2 SecondRow ThirdRow FinalAnswer-0 FinalAnswerDirection-0
113
- PercentChange-0 NumeratorQuantity2-2 NumeratorQuantity1-0 DenominatorQuantity1-0 OptionalTask_1 EquationAnswer DenominatorFactor NumeratorFactor EquationAnswer OptionalTask_2 FirstRow1:1 FirstRow1:2 FirstRow2:2 FirstRow2:1 SecondRow ThirdRow FinalAnswer-0 FinalAnswerDirection-0
114
- PercentChange-0 NumeratorQuantity2-2 DenominatorQuantity1-2 NumeratorQuantity1-2 DenominatorQuantity1-2 OptionalTask_1 OptionalTask_2 EquationAnswer DenominatorFactor NumeratorFactor DenominatorFactor EquationAnswer FirstRow1:1 FirstRow2:2 FirstRow2:1 FirstRow1:2 FirstRow2:1 SecondRow ThirdRow FinalAnswer-0 FinalAnswerDirection-0
115
- PercentChange-0 NumeratorQuantity2-2 NumeratorQuantity1-0 DenominatorQuantity1-2 OptionalTask_2 FirstRow1:1 FirstRow2:1 FirstRow2:2 FirstRow1:2 SecondRow ThirdRow FinalAnswer-0 FinalAnswerDirection-0
116
- PercentChange-0 NumeratorQuantity1-2 NumeratorQuantity2-0 DenominatorQuantity1-0 NumeratorQuantity1-2 OptionalTask_2 FirstRow1:1 FirstRow2:2 FirstRow2:1 FirstRow1:2 SecondRow ThirdRow FinalAnswer-0 FinalAnswerDirection-0
117
- PercentChange-0 NumeratorQuantity2-0 NumeratorQuantity1-0 DenominatorQuantity1-2 OptionalTask_2 FirstRow2:1 FirstRow2:2 FirstRow1:1 FirstRow1:2 SecondRow ThirdRow FinalAnswer-2 FinalAnswerDirection-0
118
- PercentChange-0 NumeratorQuantity2-0 DenominatorQuantity1-0 NumeratorQuantity1-0 OptionalTask_2 FirstRow1:1 FirstRow2:1 FirstRow2:2 FirstRow1:2 FirstRow2:2 SecondRow ThirdRow FinalAnswer-2
119
- PercentChange-0 NumeratorQuantity2-0 DenominatorQuantity1-0 NumeratorQuantity1-0 OptionalTask_2 FirstRow1:1 FirstRow1:2 FirstRow2:2 FirstRow2:1 SecondRow ThirdRow FinalAnswer-0
120
- PercentChange-0 NumeratorQuantity2-0 DenominatorQuantity1-0 NumeratorQuantity1-2 FinalAnswer-2 OptionalTask_1 NumeratorFactor DenominatorFactor EquationAnswer OptionalTask_2 FirstRow1:1 FirstRow1:2 FirstRow2:2 FirstRow1:2 FirstRow2:1 FirstRow1:2 SecondRow ThirdRow FinalAnswer-2
121
- PercentChange-0 NumeratorQuantity2-0 DenominatorQuantity1-0 NumeratorQuantity1-0 OptionalTask_2 FirstRow1:1 FirstRow1:2 FirstRow2:1 FirstRow2:2 SecondRow ThirdRow FinalAnswer-2
122
- PercentChange-0 NumeratorQuantity2-0 NumeratorQuantity1-0 DenominatorQuantity1-0 OptionalTask_1 NumeratorFactor OptionalTask_2 FirstRow2:1 FirstRow1:1 FirstRow1:2 FirstRow2:2 FirstRow1:1 FirstRow1:2 SecondRow ThirdRow FinalAnswer-2
123
- PercentChange-0 NumeratorQuantity2-0 NumeratorQuantity1-0 DenominatorQuantity1-0 OptionalTask_2 FirstRow1:1 FirstRow1:2 FirstRow2:1 FirstRow2:2 SecondRow ThirdRow FinalAnswer-0
124
- PercentChange-0 NumeratorQuantity2-0 NumeratorQuantity1-0 DenominatorQuantity1-0 OptionalTask_2 FirstRow1:1 FirstRow1:2 FirstRow2:1 FirstRow2:2 SecondRow ThirdRow FinalAnswer-0
125
- PercentChange-0 NumeratorQuantity2-0 NumeratorQuantity1-2 DenominatorQuantity1-2 NumeratorQuantity1-0 OptionalTask_1 NumeratorFactor OptionalTask_2 FirstRow1:1 FirstRow2:1 FirstRow1:2 FirstRow2:2 FirstRow2:1 SecondRow ThirdRow FinalAnswer-2
126
- PercentChange-0 NumeratorQuantity2-0 DenominatorQuantity1-0 NumeratorQuantity1-0 OptionalTask_2 FirstRow1:1 FirstRow1:2 FirstRow2:1 FirstRow2:2 SecondRow ThirdRow FinalAnswer-2
127
- PercentChange-0 NumeratorQuantity2-0 NumeratorQuantity1-0 DenominatorQuantity1-0 OptionalTask_2 FirstRow2:1 FirstRow2:2 FirstRow1:1 FirstRow1:2 SecondRow ThirdRow FinalAnswer-0 FinalAnswerDirection-0
128
- PercentChange-2 NumeratorQuantity2-0 NumeratorQuantity1-0 DenominatorQuantity1-0 OptionalTask_2 FirstRow2:1 FirstRow2:2 FirstRow1:1 FirstRow1:2 SecondRow ThirdRow FinalAnswer-0
129
- PercentChange-0 NumeratorQuantity2-0 NumeratorQuantity1-0 DenominatorQuantity1-0 OptionalTask_2 FirstRow2:1 FirstRow2:2 FirstRow1:2 FirstRow1:1 SecondRow ThirdRow FinalAnswer-2
130
- PercentChange-2 NumeratorQuantity2-0 NumeratorQuantity1-2 DenominatorQuantity1-0 OptionalTask_2 FirstRow2:1 FirstRow2:2 FirstRow1:1 FirstRow1:2 SecondRow ThirdRow FinalAnswer-2
131
- PercentChange-2 NumeratorQuantity2-0 NumeratorQuantity1-0 DenominatorQuantity1-0 OptionalTask_2 FirstRow2:1 FirstRow2:2 FirstRow1:1 FirstRow1:2 SecondRow ThirdRow FinalAnswer-2 FinalAnswerDirection-0
132
- PercentChange-0 NumeratorQuantity2-0 NumeratorQuantity1-0 DenominatorQuantity1-0 OptionalTask_2 FirstRow2:1 FirstRow2:2 FirstRow1:2 FirstRow1:1 SecondRow ThirdRow FinalAnswer-2
133
- PercentChange-0 NumeratorQuantity2-0 NumeratorQuantity1-0 DenominatorQuantity1-0 OptionalTask_2 FirstRow2:1 FirstRow2:2 FirstRow1:1 FirstRow1:2 SecondRow ThirdRow FinalAnswer-0
134
- PercentChange-0 NumeratorQuantity2-0 NumeratorQuantity1-0 DenominatorQuantity1-0 OptionalTask_2 FirstRow1:1 FirstRow1:2 FirstRow2:1 FirstRow2:2 SecondRow ThirdRow FinalAnswer-2 OptionalTask_1 EquationAnswer NumeratorFactor DenominatorFactor NumeratorFactor FinalAnswer-1
135
- PercentChange-0 NumeratorQuantity2-0 NumeratorQuantity1-2 DenominatorQuantity1-0 OptionalTask_2 FirstRow2:1 FirstRow2:2 FirstRow1:1 FirstRow1:2 SecondRow ThirdRow FinalAnswer-2
136
- PercentChange-2 NumeratorQuantity2-0 NumeratorQuantity1-0 DenominatorQuantity1-0 OptionalTask_2 FirstRow2:1 FirstRow2:2 FirstRow1:1 FirstRow1:2 SecondRow ThirdRow FinalAnswer-0
137
- PercentChange-0 NumeratorQuantity2-0 NumeratorQuantity1-2 DenominatorQuantity1-0 NumeratorQuantity1-0 OptionalTask_2 FirstRow2:1 FirstRow2:2 FirstRow1:2 FirstRow1:1 SecondRow ThirdRow FinalAnswer-2
138
- PercentChange-2 NumeratorQuantity2-2 NumeratorQuantity1-0 DenominatorQuantity1-0 OptionalTask_1 EquationAnswer OptionalTask_2 FirstRow1:2 FirstRow1:1 FirstRow2:2 FirstRow2:1 SecondRow ThirdRow DenominatorFactor NumeratorFactor DenominatorFactor FinalAnswer-1
139
- PercentChange-2 NumeratorQuantity1-2 DenominatorQuantity1-2 NumeratorQuantity2-0 OptionalTask_2 OptionalTask_1 NumeratorFactor DenominatorFactor NumeratorFactor DenominatorFactor NumeratorFactor DenominatorFactor FirstRow1:2 FirstRow2:1 FirstRow1:1 FirstRow2:2 SecondRow ThirdRow FinalAnswer-0 EquationAnswer FinalAnswerDirection-0
140
- PercentChange-0 NumeratorQuantity2-0 NumeratorQuantity1-0 DenominatorQuantity1-0 OptionalTask_2 FirstRow1:1 FirstRow1:2 FirstRow2:1 FirstRow2:2 OptionalTask_1 SecondRow ThirdRow NumeratorFactor EquationAnswer NumeratorFactor FinalAnswer-2
141
- PercentChange-2 NumeratorQuantity2-2 NumeratorQuantity1-0 DenominatorQuantity1-0 NumeratorQuantity2-1 OptionalTask_2 OptionalTask_1 FirstRow1:2 FirstRow1:1 FirstRow2:2 FirstRow1:1 FirstRow2:1 FirstRow1:1 SecondRow FinalAnswer-2 FinalAnswerDirection-0 ThirdRow NumeratorFactor DenominatorFactor EquationAnswer FinalAnswer-0
142
- PercentChange-2 NumeratorQuantity2-0 NumeratorQuantity1-0 DenominatorQuantity1-0 OptionalTask_2 OptionalTask_1 FirstRow1:1 FirstRow1:2 FirstRow2:2 FirstRow2:1 SecondRow ThirdRow EquationAnswer NumeratorFactor DenominatorFactor NumeratorFactor DenominatorFactor FinalAnswer-0
143
- PercentChange-2 NumeratorQuantity2-0 NumeratorQuantity1-2 DenominatorQuantity1-2 OptionalTask_2 OptionalTask_1 FirstRow1:1 FirstRow1:2 FirstRow2:1 FirstRow2:2 EquationAnswer DenominatorFactor NumeratorFactor DenominatorFactor FinalAnswer-2 FinalAnswerDirection-2 FinalAnswer-1
144
- PercentChange-2 NumeratorQuantity2-0 NumeratorQuantity1-0 DenominatorQuantity1-0 OptionalTask_1 OptionalTask_2 FinalAnswer-1 FirstRow1:2 FirstRow2:2 FirstRow2:1 FirstRow1:1 SecondRow ThirdRow EquationAnswer NumeratorFactor DenominatorFactor NumeratorFactor FinalAnswer-1
145
- PercentChange-0 NumeratorQuantity2-0 NumeratorQuantity1-1 DenominatorQuantity1-2 OptionalTask_2 FirstRow2:2 FirstRow2:1 FirstRow1:1 FirstRow1:2 FirstRow1:1 SecondRow ThirdRow FinalAnswer-0 FinalAnswerDirection-0
146
- PercentChange-0 NumeratorQuantity2-0 NumeratorQuantity1-2 DenominatorQuantity1-0 OptionalTask_2 FirstRow2:2 FirstRow2:1 FirstRow1:2 FirstRow1:1 SecondRow ThirdRow FinalAnswer-0 FinalAnswerDirection-0
147
- PercentChange-2 NumeratorQuantity2-0 NumeratorQuantity1-0 DenominatorQuantity1-0 OptionalTask_2 FirstRow1:1 FirstRow1:2 FirstRow2:1 FirstRow2:2 SecondRow ThirdRow OptionalTask_1 EquationAnswer NumeratorFactor DenominatorFactor NumeratorFactor DenominatorFactor FinalAnswer-2
148
- PercentChange-2 NumeratorQuantity2-0 NumeratorQuantity1-0 DenominatorQuantity1-0 OptionalTask_2 OptionalTask_1 DenominatorFactor NumeratorFactor DenominatorFactor FirstRow1:2 FirstRow1:1 FirstRow2:2 FirstRow2:1 FirstRow1:1 SecondRow ThirdRow EquationAnswer FinalAnswer-2
149
- PercentChange-2 NumeratorQuantity2-0 NumeratorQuantity1-0 DenominatorQuantity1-0 OptionalTask_2 FirstRow1:2 FirstRow2:2 FirstRow2:1 FirstRow1:1 SecondRow ThirdRow OptionalTask_1 EquationAnswer DenominatorFactor NumeratorFactor DenominatorFactor FinalAnswer-2
150
- PercentChange-0 NumeratorQuantity2-0 NumeratorQuantity1-0 DenominatorQuantity1-0 OptionalTask_1 NumeratorFactor DenominatorFactor NumeratorFactor OptionalTask_2 FirstRow1:2 FirstRow1:1 FirstRow2:1 FirstRow2:2 SecondRow ThirdRow EquationAnswer FinalAnswer-1
151
- PercentChange-2 NumeratorQuantity2-0 NumeratorQuantity1-0 DenominatorQuantity1-0 OptionalTask_2 OptionalTask_1 NumeratorFactor FirstRow1:1 FirstRow1:2 FirstRow2:1 FirstRow2:2 SecondRow ThirdRow EquationAnswer NumeratorFactor DenominatorFactor NumeratorFactor FinalAnswer-2
152
- PercentChange-0 NumeratorQuantity2-0 NumeratorQuantity1-0 DenominatorQuantity1-0 OptionalTask_2 FirstRow1:1 FirstRow2:1 FirstRow2:2 FirstRow1:2 SecondRow ThirdRow FinalAnswer-0 OptionalTask_1 FinalAnswerDirection-0
153
- PercentChange-2 NumeratorQuantity2-0 NumeratorQuantity1-0 DenominatorQuantity1-0 OptionalTask_2 OptionalTask_1 FirstRow1:1 FirstRow1:2 FirstRow2:2 FirstRow2:1 SecondRow ThirdRow EquationAnswer DenominatorFactor NumeratorFactor FinalAnswer-0
154
- PercentChange-0 NumeratorQuantity2-0 NumeratorQuantity1-2 DenominatorQuantity1-0 OptionalTask_2 FirstRow2:1 FirstRow1:1 FirstRow2:2 FirstRow1:1 FirstRow1:2 FirstRow2:2 SecondRow ThirdRow OptionalTask_1 EquationAnswer NumeratorFactor FinalAnswer-0 FinalAnswerDirection-0
155
- PercentChange-0 NumeratorQuantity2-0 NumeratorQuantity1-0 DenominatorQuantity1-2 OptionalTask_2 OptionalTask_1 FirstRow1:1 FirstRow1:2 FirstRow2:1 FirstRow2:2 SecondRow ThirdRow EquationAnswer NumeratorFactor DenominatorFactor NumeratorFactor FinalAnswer-0 FinalAnswerDirection-0
156
- PercentChange-0 NumeratorQuantity2-2 NumeratorQuantity1-0 DenominatorQuantity1-0 OptionalTask_2 FirstRow1:1 FirstRow1:2 FirstRow2:1 FirstRow2:2 SecondRow ThirdRow FinalAnswer-0
157
- PercentChange-2 NumeratorQuantity2-2 NumeratorQuantity1-2 DenominatorQuantity1-0 OptionalTask_2 FirstRow1:1 FirstRow1:2 FirstRow2:1 FirstRow2:2 OptionalTask_1 EquationAnswer SecondRow ThirdRow EquationAnswer NumeratorFactor DenominatorFactor FinalAnswer-0 FinalAnswerDirection-0
158
- PercentChange-0 NumeratorQuantity2-2 NumeratorQuantity1-0 DenominatorQuantity1-0 OptionalTask_2 FirstRow1:2 FirstRow1:1 FirstRow2:2 FirstRow2:1 SecondRow ThirdRow FinalAnswer-2 OptionalTask_1 NumeratorFactor DenominatorFactor NumeratorFactor EquationAnswer FinalAnswer-2
159
- PercentChange-0 NumeratorQuantity2-2 NumeratorQuantity1-2 DenominatorQuantity1-2 OptionalTask_2 OptionalTask_1 FirstRow1:1 FirstRow1:2 FirstRow2:1 FirstRow2:2 SecondRow ThirdRow EquationAnswer NumeratorFactor DenominatorFactor FinalAnswer-0 FinalAnswerDirection-2
160
- PercentChange-2 NumeratorQuantity2-0 NumeratorQuantity1-2 DenominatorQuantity1-0 NumeratorQuantity1-0 OptionalTask_2 FirstRow1:1 FirstRow1:2 FirstRow2:1 FirstRow2:2 SecondRow ThirdRow OptionalTask_1 EquationAnswer NumeratorFactor DenominatorFactor NumeratorFactor FinalAnswer-0 FinalAnswerDirection-0
161
- PercentChange-0 NumeratorQuantity2-2 NumeratorQuantity1-2 DenominatorQuantity1-0 OptionalTask_1 OptionalTask_2 FirstRow2:2 FirstRow2:1 FirstRow1:2 FirstRow1:1 SecondRow ThirdRow EquationAnswer NumeratorFactor DenominatorFactor FinalAnswer-2 FinalAnswerDirection-2 FinalAnswer-0
162
- PercentChange-2 NumeratorQuantity2-2 NumeratorQuantity1-2 DenominatorQuantity1-0 OptionalTask_1 OptionalTask_2 FirstRow1:1 FirstRow1:2 FirstRow2:1 FirstRow2:2 SecondRow ThirdRow NumeratorFactor DenominatorFactor NumeratorFactor EquationAnswer FinalAnswer-2
163
- PercentChange-2 NumeratorQuantity2-0 NumeratorQuantity1-0 DenominatorQuantity1-0 OptionalTask_2 FirstRow1:1 FirstRow1:2 FirstRow2:2 FirstRow2:1 SecondRow ThirdRow FinalAnswer-2 OptionalTask_1 NumeratorFactor DenominatorFactor NumeratorFactor EquationAnswer FinalAnswer-2
164
- PercentChange-0 NumeratorQuantity2-0 NumeratorQuantity1-0 DenominatorQuantity1-0 OptionalTask_2 FirstRow1:1 FirstRow1:2 FirstRow2:2 FirstRow2:1 SecondRow FinalAnswer-2 ThirdRow FinalAnswer-2
165
- PercentChange-0 NumeratorQuantity2-0 NumeratorQuantity1-0 DenominatorQuantity1-0 OptionalTask_2 FirstRow1:1 FirstRow1:2 FirstRow2:1 FirstRow2:2 SecondRow ThirdRow OptionalTask_1 DenominatorFactor NumeratorFactor EquationAnswer FinalAnswer-2
166
- PercentChange-0 NumeratorQuantity2-2 NumeratorQuantity1-0 DenominatorQuantity1-0 OptionalTask_1 OptionalTask_2 FirstRow1:1 FirstRow1:2 FirstRow2:1 FirstRow2:2 SecondRow ThirdRow NumeratorFactor EquationAnswer DenominatorFactor NumeratorFactor EquationAnswer FinalAnswer-2
167
- PercentChange-0 NumeratorQuantity2-2 NumeratorQuantity1-0 DenominatorQuantity1-0 OptionalTask_2 OptionalTask_1 FirstRow1:1 FirstRow1:2 FirstRow2:1 FirstRow2:2 SecondRow ThirdRow NumeratorFactor DenominatorFactor EquationAnswer FinalAnswer-2
168
- PercentChange-2 NumeratorQuantity2-2 NumeratorQuantity1-0 DenominatorQuantity1-0 OptionalTask_2 OptionalTask_1 FirstRow1:1 FirstRow1:2 FirstRow2:1 FirstRow2:2 SecondRow ThirdRow FinalAnswer-0
169
- PercentChange-2 NumeratorQuantity2-2 NumeratorQuantity1-2 DenominatorQuantity1-0 OptionalTask_2 FirstRow1:1 FirstRow1:2 FirstRow2:2 FirstRow2:1 SecondRow FinalAnswer-2 ThirdRow OptionalTask_1 NumeratorFactor DenominatorFactor EquationAnswer FinalAnswer-2
170
- PercentChange-0 NumeratorQuantity1-2 DenominatorQuantity1-2 NumeratorQuantity2-2 NumeratorQuantity1-2 DenominatorQuantity1-0 OptionalTask_2 FirstRow2:2 FirstRow2:1 FirstRow1:2 FirstRow1:1 SecondRow ThirdRow FinalAnswerDirection-2 OptionalTask_1 EquationAnswer NumeratorFactor DenominatorFactor NumeratorFactor FinalAnswer-0
171
- PercentChange-2 NumeratorQuantity2-0 NumeratorQuantity1-0 DenominatorQuantity1-0 OptionalTask_2 FirstRow1:1 FirstRow1:2 FirstRow2:2 FirstRow2:1 SecondRow ThirdRow OptionalTask_1 EquationAnswer NumeratorFactor DenominatorFactor NumeratorFactor FinalAnswer-0 FinalAnswerDirection-2
172
- PercentChange-2 NumeratorQuantity2-2 NumeratorQuantity1-0 DenominatorQuantity1-0 OptionalTask_2 FirstRow1:1 FirstRow1:2 FirstRow2:1 FirstRow2:2 SecondRow ThirdRow FinalAnswer-0
173
- PercentChange-0 NumeratorQuantity2-2 NumeratorQuantity1-2 DenominatorQuantity1-2 FinalAnswerDirection-2 FinalAnswer-2 OptionalTask_2 OptionalTask_1 DenominatorFactor NumeratorFactor EquationAnswer FirstRow1:2 FirstRow1:1 FirstRow2:1 FirstRow2:2 SecondRow ThirdRow FinalAnswer-0
174
- PercentChange-0 NumeratorQuantity2-0 NumeratorQuantity1-0 DenominatorQuantity1-0 OptionalTask_1 DenominatorFactor NumeratorFactor EquationAnswer FinalAnswer-0 FinalAnswerDirection-2
175
- PercentChange-0 NumeratorQuantity1-0 NumeratorQuantity2-0 DenominatorQuantity1-2 OptionalTask_1 DenominatorFactor NumeratorFactor EquationAnswer FinalAnswer-0 FinalAnswerDirection-0
176
- PercentChange-2 NumeratorQuantity2-0 NumeratorQuantity1-2 DenominatorQuantity1-2 OptionalTask_1 NumeratorFactor DenominatorFactor NumeratorFactor EquationAnswer FinalAnswer-0 FinalAnswerDirection-0
177
- PercentChange-2 NumeratorQuantity2-0 NumeratorQuantity1-0 DenominatorQuantity1-0 OptionalTask_1 DenominatorFactor NumeratorFactor EquationAnswer FinalAnswer-0
178
- PercentChange-2 NumeratorQuantity2-0 NumeratorQuantity1-2 DenominatorQuantity1-0 OptionalTask_1 DenominatorFactor NumeratorFactor EquationAnswer FinalAnswer-0 FinalAnswerDirection-0
179
- PercentChange-0 NumeratorQuantity2-2 NumeratorQuantity1-2 DenominatorQuantity1-2 OptionalTask_1 DenominatorFactor NumeratorFactor EquationAnswer FinalAnswerDirection-0 FinalAnswer-0
180
- PercentChange-0 NumeratorQuantity2-0 NumeratorQuantity1-2 DenominatorQuantity1-2 OptionalTask_2 FirstRow1:1 OptionalTask_1 NumeratorFactor DenominatorFactor EquationAnswer FirstRow2:1 FirstRow2:2 FirstRow1:1 FirstRow1:2 SecondRow ThirdRow FinalAnswer-2
181
- PercentChange-0 NumeratorQuantity2-0 DenominatorQuantity1-0 NumeratorQuantity1-0 OptionalTask_1 DenominatorFactor NumeratorFactor EquationAnswer FinalAnswer-2
182
- PercentChange-2 NumeratorQuantity2-2 NumeratorQuantity1-2 DenominatorQuantity1-0 OptionalTask_1 NumeratorFactor DenominatorFactor EquationAnswer OptionalTask_2 FirstRow2:1 FirstRow2:2 FirstRow1:1 FirstRow1:2 SecondRow ThirdRow FinalAnswer-2
183
- PercentChange-0 NumeratorQuantity2-2 NumeratorQuantity1-2 DenominatorQuantity1-0 OptionalTask_2 OptionalTask_1 DenominatorFactor NumeratorFactor EquationAnswer FirstRow1:1 FirstRow1:2 FirstRow2:1 FirstRow2:2 SecondRow ThirdRow FinalAnswerDirection-0 FinalAnswer-0
184
- PercentChange-0 NumeratorQuantity2-0 NumeratorQuantity1-0 DenominatorQuantity1-0 OptionalTask_1 DenominatorFactor NumeratorFactor EquationAnswer FinalAnswer-2
185
- PercentChange-0 NumeratorQuantity2-0 NumeratorQuantity1-2 DenominatorQuantity1-0 NumeratorQuantity1-2 OptionalTask_1 DenominatorFactor NumeratorFactor EquationAnswer FinalAnswer-0 FinalAnswerDirection-0
186
- PercentChange-0 NumeratorQuantity2-0 NumeratorQuantity1-0 DenominatorQuantity1-0 OptionalTask_1 OptionalTask_2 FirstRow2:1 FirstRow2:2 FirstRow1:2 FirstRow1:1 SecondRow ThirdRow FinalAnswer-2 NumeratorFactor DenominatorFactor EquationAnswer FinalAnswer-2
187
- PercentChange-0 NumeratorQuantity2-0 NumeratorQuantity1-0 DenominatorQuantity1-0 OptionalTask_1 DenominatorFactor NumeratorFactor EquationAnswer FinalAnswer-2
188
- PercentChange-0 NumeratorQuantity2-0 NumeratorQuantity1-0 DenominatorQuantity1-0 OptionalTask_1 DenominatorFactor NumeratorFactor EquationAnswer FinalAnswer-2
189
- PercentChange-2 NumeratorQuantity2-0 NumeratorQuantity1-0 DenominatorQuantity1-0 OptionalTask_1 DenominatorFactor NumeratorFactor EquationAnswer FinalAnswer-0
190
- PercentChange-0 NumeratorQuantity2-0 NumeratorQuantity1-0 DenominatorQuantity1-0 OptionalTask_1 DenominatorFactor NumeratorFactor EquationAnswer FinalAnswer-0
191
- PercentChange-0 NumeratorQuantity2-2 NumeratorQuantity1-0 DenominatorQuantity1-2 OptionalTask_2 FirstRow1:2 FirstRow1:1 FirstRow2:2 FirstRow2:1 SecondRow ThirdRow FinalAnswer-0 FinalAnswerDirection-0
192
- PercentChange-0 NumeratorQuantity2-2 NumeratorQuantity1-2 DenominatorQuantity1-0 OptionalTask_2 FirstRow1:2 FirstRow1:1 FirstRow2:1 FirstRow2:2 SecondRow ThirdRow FinalAnswer-0
193
- PercentChange-0 NumeratorQuantity2-2 NumeratorQuantity1-0 DenominatorQuantity1-0 OptionalTask_2 FirstRow1:2 FirstRow1:1 FirstRow2:1 FirstRow2:2 SecondRow ThirdRow FinalAnswer-2
194
- PercentChange-2 NumeratorQuantity2-0 NumeratorQuantity1-2 DenominatorQuantity1-2 OptionalTask_2 FirstRow1:2 FirstRow1:1 FirstRow2:1 FirstRow2:2 SecondRow ThirdRow FinalAnswer-2 FinalAnswerDirection-0
195
- PercentChange-2 NumeratorQuantity2-2 NumeratorQuantity1-2 DenominatorQuantity1-2 OptionalTask_1 NumeratorFactor OptionalTask_2 DenominatorFactor NumeratorFactor FirstRow2:1 FirstRow2:2 FirstRow1:1 FirstRow1:2 SecondRow ThirdRow FinalAnswer-0
196
- PercentChange-0 NumeratorQuantity2-2 NumeratorQuantity1-2 DenominatorQuantity1-0 OptionalTask_2 FirstRow1:2 FirstRow1:1 FirstRow2:1 FirstRow2:2 SecondRow ThirdRow FinalAnswer-0 FinalAnswerDirection-0
197
- PercentChange-0 NumeratorQuantity2-0 NumeratorQuantity1-0 DenominatorQuantity1-0 OptionalTask_2 FirstRow1:2 FirstRow1:1 FirstRow2:1 FirstRow2:2 SecondRow ThirdRow FinalAnswer-0 FinalAnswerDirection-0
198
- PercentChange-2 NumeratorQuantity2-0 NumeratorQuantity1-2 DenominatorQuantity1-0 OptionalTask_2 FirstRow1:2 FirstRow1:1 FirstRow2:2 FirstRow2:1 SecondRow ThirdRow FinalAnswer-0 FinalAnswerDirection-0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
fileHandler/selected_rows_last20.txt DELETED
@@ -1,198 +0,0 @@
1
- PercentChange-0 NumeratorQuantity2-0 NumeratorQuantity1-0 DenominatorQuantity1-0 OptionalTask_1 NumeratorFactor DenominatorFactor EquationAnswer OptionalTask_2 FirstRow2:1 FirstRow2:2 FirstRow1:1 FirstRow1:2 SecondRow ThirdRow FinalAnswer-0
2
- PercentChange-0 NumeratorQuantity2-2 NumeratorQuantity1-2 DenominatorQuantity1-0 NumeratorQuantity2-0 OptionalTask_1 NumeratorFactor DenominatorFactor EquationAnswer FinalAnswer-2 OptionalTask_2 FirstRow2:1 FirstRow2:2 FirstRow1:1 FirstRow1:2 FirstRow2:2 FirstRow1:2 SecondRow ThirdRow FinalAnswer-2
3
- PercentChange-0 NumeratorQuantity2-0 NumeratorQuantity1-2 DenominatorQuantity1-2 OptionalTask_1 NumeratorFactor DenominatorFactor OptionalTask_2 FirstRow2:1 FirstRow1:1 FirstRow1:2 FirstRow2:2 FinalAnswerDirection-0 DenominatorFactor NumeratorFactor EquationAnswer SecondRow ThirdRow FinalAnswer-0
4
- PercentChange-2 NumeratorQuantity2-2 NumeratorQuantity1-2 DenominatorQuantity1-2 OptionalTask_1 NumeratorFactor DenominatorFactor NumeratorFactor EquationAnswer FinalAnswer-2 OptionalTask_2 FirstRow2:1 FirstRow2:2 FirstRow1:1 FirstRow1:2 FirstRow2:2 FirstRow1:2 FirstRow2:2 SecondRow ThirdRow FinalAnswer-2
5
- PercentChange-0 NumeratorQuantity2-0 NumeratorQuantity1-0 DenominatorQuantity1-0 OptionalTask_1 NumeratorFactor DenominatorFactor NumeratorFactor EquationAnswer FinalAnswer-2 OptionalTask_2 FirstRow2:1 FirstRow1:1 FirstRow1:2 FirstRow2:2 SecondRow ThirdRow FinalAnswer-2
6
- PercentChange-0 NumeratorQuantity1-2 NumeratorQuantity2-0 NumeratorQuantity1-0 DenominatorQuantity1-2 OptionalTask_1 NumeratorFactor DenominatorFactor NumeratorFactor EquationAnswer FinalAnswerDirection-2 FinalAnswer-0
7
- PercentChange-2 NumeratorQuantity2-0 NumeratorQuantity1-0 DenominatorQuantity1-0 OptionalTask_1 OptionalTask_2 DenominatorFactor NumeratorFactor EquationAnswer FirstRow1:1 FirstRow1:2 FirstRow1:1 FirstRow2:1 FirstRow1:1 FirstRow2:1 FirstRow2:2 FirstRow2:1 SecondRow ThirdRow FinalAnswer-0 FinalAnswerDirection-0
8
- PercentChange-2 NumeratorQuantity2-0 NumeratorQuantity1-0 DenominatorQuantity1-0 OptionalTask_1 DenominatorFactor NumeratorFactor EquationAnswer OptionalTask_2 FirstRow1:1 FirstRow2:2 FirstRow2:1 FirstRow1:1 FirstRow1:2 SecondRow ThirdRow FinalAnswer-1 FinalAnswerDirection-0
9
- PercentChange-0 NumeratorQuantity2-2 NumeratorQuantity1-2 DenominatorQuantity1-0 OptionalTask_1 OptionalTask_2 FirstRow2:1 FirstRow2:2 FirstRow1:1 FirstRow1:2 DenominatorFactor NumeratorFactor EquationAnswer SecondRow ThirdRow FinalAnswer-2 FinalAnswerDirection-0
10
- PercentChange-0 NumeratorQuantity2-0 NumeratorQuantity1-0 DenominatorQuantity1-0 OptionalTask_1 NumeratorFactor DenominatorFactor EquationAnswer OptionalTask_2 FirstRow2:1 FirstRow2:2 FirstRow1:1 FirstRow1:2 SecondRow ThirdRow FinalAnswer-0
11
- PercentChange-0 NumeratorQuantity1-0 NumeratorQuantity2-2 DenominatorQuantity1-0 OptionalTask_1 NumeratorFactor DenominatorFactor EquationAnswer OptionalTask_2 FirstRow2:1 FirstRow2:2 FirstRow1:1 FirstRow1:2 FinalAnswer-1
12
- PercentChange-0 NumeratorQuantity2-0 NumeratorQuantity1-0 DenominatorQuantity1-0 OptionalTask_1 NumeratorFactor DenominatorFactor EquationAnswer OptionalTask_2 FirstRow2:1 FirstRow2:2 FirstRow1:1 FirstRow1:2 SecondRow ThirdRow FinalAnswer-0
13
- PercentChange-0 NumeratorQuantity1-0 NumeratorQuantity2-0 DenominatorQuantity1-0 OptionalTask_1 NumeratorFactor DenominatorFactor EquationAnswer OptionalTask_2 FirstRow2:1 FirstRow1:2 FirstRow1:1 FirstRow2:2 SecondRow ThirdRow FinalAnswer-2 ThirdRow FinalAnswer-2
14
- PercentChange-2 NumeratorQuantity2-0 NumeratorQuantity1-0 DenominatorQuantity1-0 OptionalTask_1 DenominatorFactor NumeratorFactor EquationAnswer OptionalTask_2 FirstRow2:1 FirstRow1:1 FirstRow1:2 FirstRow2:2 SecondRow ThirdRow FinalAnswer-2
15
- PercentChange-0 NumeratorQuantity2-0 NumeratorQuantity1-0 DenominatorQuantity1-0 OptionalTask_2 FirstRow2:1 FirstRow2:2 FirstRow1:1 FirstRow1:2 SecondRow ThirdRow FinalAnswer-0
16
- PercentChange-0 NumeratorQuantity2-0 NumeratorQuantity1-0 DenominatorQuantity1-0 OptionalTask_2 FirstRow2:1 FirstRow2:2 FirstRow1:1 FirstRow1:2 SecondRow ThirdRow FinalAnswer-2
17
- PercentChange-0 NumeratorQuantity2-0 NumeratorQuantity1-0 DenominatorQuantity1-0 OptionalTask_2 FirstRow1:2 FirstRow1:1 FirstRow2:2 FirstRow2:1 SecondRow ThirdRow FinalAnswer-0 FinalAnswerDirection-0
18
- PercentChange-2 NumeratorQuantity2-2 NumeratorQuantity1-2 DenominatorQuantity1-0 OptionalTask_1 EquationAnswer DenominatorFactor EquationAnswer DenominatorFactor EquationAnswer DenominatorFactor NumeratorFactor EquationAnswer OptionalTask_2 FirstRow1:2 FirstRow1:1 FirstRow2:1 FirstRow2:2 FirstRow2:1 SecondRow ThirdRow FinalAnswer-0 FinalAnswerDirection-0
19
- PercentChange-0 NumeratorQuantity2-0 NumeratorQuantity1-0 DenominatorQuantity1-0 OptionalTask_2 FirstRow2:1 FirstRow2:2 FirstRow1:1 FirstRow1:2 SecondRow ThirdRow FinalAnswer-0
20
- PercentChange-0 NumeratorQuantity2-2 NumeratorQuantity1-2 DenominatorQuantity1-1 OptionalTask_1 NumeratorFactor OptionalTask_2 FirstRow2:1 FirstRow2:2 FirstRow1:1 FirstRow2:2 FirstRow1:2 FirstRow2:2 SecondRow ThirdRow FinalAnswer-2
21
- PercentChange-0 NumeratorQuantity2-0 NumeratorQuantity1-0 DenominatorQuantity1-0 OptionalTask_2 FirstRow1:1 FirstRow2:1 FirstRow2:2 FirstRow1:1 FirstRow1:2 SecondRow ThirdRow FinalAnswer-2
22
- PercentChange-0 NumeratorQuantity2-0 NumeratorQuantity1-0 DenominatorQuantity1-0 OptionalTask_2 FirstRow2:1 FirstRow2:2 FirstRow1:1 FirstRow1:2 SecondRow ThirdRow FinalAnswer-2
23
- PercentChange-0 NumeratorQuantity2-0 NumeratorQuantity1-2 DenominatorQuantity1-2 OptionalTask_2 FirstRow2:1 FirstRow2:2 FirstRow1:1 FirstRow1:2 SecondRow ThirdRow FinalAnswer-0
24
- PercentChange-0 NumeratorQuantity2-0 NumeratorQuantity1-0 DenominatorQuantity1-0 OptionalTask_2 FirstRow2:1 FirstRow2:2 FirstRow1:1 FirstRow1:2 SecondRow ThirdRow FinalAnswer-2
25
- PercentChange-0 NumeratorQuantity2-0 NumeratorQuantity1-0 DenominatorQuantity1-0 OptionalTask_2 FirstRow2:1 FirstRow2:2 FirstRow1:1 FirstRow1:2 SecondRow ThirdRow FinalAnswer-0
26
- PercentChange-0 NumeratorQuantity2-0 NumeratorQuantity1-0 DenominatorQuantity1-0 OptionalTask_2 FirstRow2:1 FirstRow2:2 FirstRow1:1 FirstRow1:2 SecondRow ThirdRow FinalAnswer-0
27
- PercentChange-0 NumeratorQuantity2-0 NumeratorQuantity1-2 DenominatorQuantity1-0 OptionalTask_2 FirstRow1:2 FirstRow1:1 FirstRow2:2 FirstRow2:1 SecondRow ThirdRow FinalAnswer-0 FinalAnswerDirection-0
28
- PercentChange-0 NumeratorQuantity2-0 NumeratorQuantity1-0 DenominatorQuantity1-0 OptionalTask_2 FirstRow1:2 FirstRow1:1 FirstRow2:2 FirstRow2:1 SecondRow ThirdRow FinalAnswer-0 FinalAnswerDirection-0
29
- PercentChange-0 NumeratorQuantity2-0 DenominatorQuantity1-0 NumeratorQuantity1-0 OptionalTask_1 DenominatorFactor NumeratorFactor EquationAnswer FinalAnswer-2
30
- PercentChange-0 DenominatorQuantity1-0 NumeratorQuantity2-0 NumeratorQuantity1-0 OptionalTask_1 DenominatorFactor NumeratorFactor FinalAnswer-2 EquationAnswer FinalAnswer-2
31
- PercentChange-0 NumeratorQuantity2-0 NumeratorQuantity1-0 DenominatorQuantity1-0 OptionalTask_1 DenominatorFactor NumeratorFactor EquationAnswer FinalAnswer-0
32
- PercentChange-0 DenominatorQuantity1-0 NumeratorQuantity2-0 NumeratorQuantity1-0 OptionalTask_1 DenominatorFactor NumeratorFactor EquationAnswer FinalAnswer-0
33
- PercentChange-0 DenominatorQuantity1-0 NumeratorQuantity2-2 NumeratorQuantity1-0 NumeratorQuantity2-0 OptionalTask_1 DenominatorFactor NumeratorFactor EquationAnswer FinalAnswerDirection-0 FinalAnswer-0
34
- PercentChange-0 DenominatorQuantity1-2 NumeratorQuantity2-0 NumeratorQuantity1-0 DenominatorQuantity1-2 OptionalTask_1 DenominatorFactor NumeratorFactor EquationAnswer FinalAnswer-0 FinalAnswerDirection-0
35
- PercentChange-2 DenominatorQuantity1-0 NumeratorQuantity2-0 NumeratorQuantity1-2 OptionalTask_1 DenominatorFactor NumeratorFactor EquationAnswer FinalAnswerDirection-0 FinalAnswer-0
36
- PercentChange-2 NumeratorQuantity2-0 NumeratorQuantity1-2 DenominatorQuantity1-0 NumeratorQuantity1-0 OptionalTask_1 DenominatorFactor NumeratorFactor EquationAnswer FinalAnswer-0
37
- PercentChange-2 DenominatorQuantity1-0 NumeratorQuantity2-0 NumeratorQuantity1-2 OptionalTask_1 DenominatorFactor NumeratorFactor EquationAnswer FinalAnswerDirection-0 FinalAnswer-0
38
- PercentChange-0 NumeratorQuantity2-0 NumeratorQuantity1-0 DenominatorQuantity1-0 OptionalTask_2 FirstRow1:2 FirstRow1:1 FirstRow2:2 FirstRow2:1 SecondRow ThirdRow FinalAnswer-0 FinalAnswerDirection-0
39
- PercentChange-0 NumeratorQuantity2-0 NumeratorQuantity1-0 DenominatorQuantity1-0 OptionalTask_1 OptionalTask_2 FirstRow1:1 FirstRow1:2 DenominatorFactor NumeratorFactor EquationAnswer FirstRow1:2 FirstRow2:2 FirstRow2:1 FinalAnswerDirection-0 SecondRow ThirdRow FinalAnswer-0
40
- PercentChange-0 NumeratorQuantity2-0 NumeratorQuantity1-2 DenominatorQuantity1-0 OptionalTask_1 OptionalTask_2 EquationAnswer FirstRow1:2 FirstRow1:1 FirstRow2:2 FirstRow2:1 SecondRow ThirdRow FinalAnswer-0 FinalAnswerDirection-0
41
- PercentChange-2 NumeratorQuantity2-0 NumeratorQuantity1-2 DenominatorQuantity1-0 OptionalTask_1 OptionalTask_2 FirstRow1:1 EquationAnswer FinalAnswerDirection-2 EquationAnswer NumeratorFactor DenominatorFactor FirstRow1:2 FirstRow2:1 FirstRow2:2 SecondRow ThirdRow FinalAnswer-0
42
- PercentChange-0 NumeratorQuantity2-0 NumeratorQuantity1-0 DenominatorQuantity1-0 OptionalTask_1 NumeratorFactor DenominatorFactor EquationAnswer OptionalTask_2 FirstRow1:1 FirstRow1:2 FirstRow2:2 FirstRow2:1 SecondRow FinalAnswer-2 ThirdRow FinalAnswer-0
43
- PercentChange-2 NumeratorQuantity2-0 NumeratorQuantity1-0 DenominatorQuantity1-0 OptionalTask_1 NumeratorFactor DenominatorFactor EquationAnswer OptionalTask_2 FirstRow1:1 FirstRow1:2 FirstRow2:2 FirstRow2:1 SecondRow ThirdRow FinalAnswer-0
44
- PercentChange-2 NumeratorQuantity2-0 NumeratorQuantity1-2 DenominatorQuantity1-0 OptionalTask_1 DenominatorFactor NumeratorFactor EquationAnswer OptionalTask_2 FirstRow1:1 FirstRow1:2 FirstRow2:2 FirstRow2:1 SecondRow ThirdRow FinalAnswer-2
45
- PercentChange-0 NumeratorQuantity2-0 NumeratorQuantity1-0 DenominatorQuantity1-0 OptionalTask_2 FirstRow1:1 FirstRow1:2 FirstRow2:2 FirstRow2:1 SecondRow ThirdRow FinalAnswer-0
46
- PercentChange-0 NumeratorQuantity2-0 NumeratorQuantity1-0 DenominatorQuantity1-0 OptionalTask_1 NumeratorFactor DenominatorFactor EquationAnswer OptionalTask_2 FirstRow1:1 FirstRow1:2 FirstRow2:2 FirstRow2:1 SecondRow ThirdRow FinalAnswer-0
47
- PercentChange-0 NumeratorQuantity2-2 NumeratorQuantity1-2 DenominatorQuantity1-0 OptionalTask_1 OptionalTask_2 EquationAnswer DenominatorFactor NumeratorFactor EquationAnswer FirstRow1:1 FirstRow1:2 FirstRow2:1 FirstRow2:2 FinalAnswerDirection-0 SecondRow ThirdRow FinalAnswer-0
48
- PercentChange-0 NumeratorQuantity2-0 DenominatorQuantity1-0 NumeratorQuantity1-0 OptionalTask_1 NumeratorFactor OptionalTask_2 FirstRow2:2 FirstRow2:1 FirstRow1:1 FirstRow1:2 SecondRow ThirdRow FinalAnswer-0
49
- PercentChange-0 NumeratorQuantity2-0 DenominatorQuantity1-0 NumeratorQuantity1-0 OptionalTask_2 FirstRow1:2 FirstRow1:1 FirstRow2:1 FirstRow2:2 SecondRow ThirdRow FinalAnswer-2
50
- PercentChange-0 NumeratorQuantity2-0 DenominatorQuantity1-0 NumeratorQuantity1-0 OptionalTask_1 DenominatorFactor NumeratorFactor EquationAnswer FinalAnswer-2 OptionalTask_2 FirstRow2:2 FirstRow2:1 FirstRow1:1 FirstRow1:2 SecondRow ThirdRow FinalAnswer-0
51
- PercentChange-0 DenominatorQuantity1-0 NumeratorQuantity1-0 NumeratorQuantity2-0 OptionalTask_2 FirstRow1:2 FirstRow1:1 FirstRow2:1 FirstRow2:2 SecondRow ThirdRow FinalAnswerDirection-0 FinalAnswer-0
52
- PercentChange-0 NumeratorQuantity2-2 NumeratorQuantity1-2 DenominatorQuantity1-0 NumeratorQuantity1-0 OptionalTask_1 FinalAnswer-2 NumeratorFactor DenominatorFactor EquationAnswer FinalAnswer-2 OptionalTask_2 FirstRow1:1 FirstRow2:2 FirstRow2:1 FirstRow1:1 FirstRow1:2 SecondRow ThirdRow FinalAnswer-2
53
- PercentChange-0 NumeratorQuantity2-0 DenominatorQuantity1-0 NumeratorQuantity1-0 OptionalTask_2 FirstRow1:2 FirstRow1:1 FirstRow2:2 FirstRow2:1 SecondRow ThirdRow FinalAnswer-0
54
- PercentChange-2 NumeratorQuantity2-0 DenominatorQuantity1-0 NumeratorQuantity1-0 OptionalTask_2 FirstRow1:1 FirstRow1:2 FirstRow1:1 FirstRow2:1 FirstRow2:2 SecondRow FinalAnswer-2
55
- PercentChange-0 NumeratorQuantity2-0 DenominatorQuantity1-0 NumeratorQuantity1-0 OptionalTask_2 FirstRow2:1 FirstRow2:2 FirstRow1:1 FirstRow1:2 SecondRow ThirdRow FinalAnswer-0
56
- PercentChange-0 NumeratorQuantity2-0 NumeratorQuantity1-0 DenominatorQuantity1-0 OptionalTask_1 NumeratorFactor DenominatorFactor EquationAnswer FinalAnswer-0 FinalAnswerDirection-0
57
- PercentChange-0 NumeratorQuantity2-0 DenominatorQuantity1-0 NumeratorQuantity1-0 OptionalTask_2 FirstRow1:2 FirstRow1:1 FirstRow2:1 FirstRow2:2 SecondRow ThirdRow FinalAnswer-0
58
- PercentChange-0 NumeratorQuantity2-0 NumeratorQuantity1-2 DenominatorQuantity1-0 OptionalTask_2 FirstRow1:1 FirstRow1:2 FirstRow2:2 FirstRow2:1 SecondRow ThirdRow FinalAnswer-0 FinalAnswerDirection-0
59
- PercentChange-0 NumeratorQuantity2-2 NumeratorQuantity1-0 DenominatorQuantity1-0 OptionalTask_2 FirstRow2:1 FirstRow2:2 FirstRow1:1 FirstRow1:2 SecondRow FinalAnswer-0
60
- PercentChange-0 NumeratorQuantity2-0 NumeratorQuantity1-0 DenominatorQuantity1-0 OptionalTask_2 FirstRow2:2 FirstRow2:1 FirstRow1:1 FirstRow1:2 SecondRow ThirdRow FinalAnswer-2
61
- PercentChange-0 NumeratorQuantity2-2 DenominatorQuantity1-0 NumeratorQuantity1-0 NumeratorQuantity2-0 OptionalTask_2 FirstRow1:2 FirstRow1:1 FirstRow2:2 FirstRow2:1 SecondRow ThirdRow FinalAnswer-0 FinalAnswerDirection-0
62
- PercentChange-0 NumeratorQuantity2-0 NumeratorQuantity1-0 DenominatorQuantity1-0 OptionalTask_2 FirstRow1:1 FirstRow1:2 FirstRow2:2 FirstRow2:1 SecondRow ThirdRow FinalAnswer-0 FinalAnswerDirection-0
63
- PercentChange-2 NumeratorQuantity2-2 DenominatorQuantity1-0 NumeratorQuantity1-0 NumeratorQuantity2-2 OptionalTask_2 FirstRow1:1 FirstRow1:2 FirstRow2:2 FirstRow2:1 SecondRow ThirdRow FinalAnswer-0 FinalAnswerDirection-0
64
- PercentChange-0 NumeratorQuantity2-0 NumeratorQuantity1-2 DenominatorQuantity1-0 OptionalTask_2 FirstRow1:1 FirstRow1:2 FirstRow2:2 FirstRow2:1 SecondRow ThirdRow FinalAnswer-0 FinalAnswerDirection-0
65
- PercentChange-0 NumeratorQuantity2-0 NumeratorQuantity1-0 DenominatorQuantity1-0 OptionalTask_2 FirstRow2:1 FirstRow2:2 FirstRow1:1 FirstRow1:2 SecondRow ThirdRow FinalAnswer-2
66
- PercentChange-0 NumeratorQuantity2-0 NumeratorQuantity1-0 DenominatorQuantity1-0 OptionalTask_2 FirstRow2:1 FirstRow2:2 FirstRow1:1 FirstRow1:2 SecondRow ThirdRow FinalAnswer-0
67
- PercentChange-0 DenominatorQuantity1-0 NumeratorQuantity2-2 NumeratorQuantity1-0 OptionalTask_2 FirstRow2:1 FirstRow2:2 FirstRow1:1 FirstRow1:2 SecondRow ThirdRow FinalAnswer-2
68
- PercentChange-0 NumeratorQuantity2-0 DenominatorQuantity1-0 NumeratorQuantity1-0 OptionalTask_2 FirstRow2:1 FirstRow2:2 FirstRow1:1 FirstRow1:2 SecondRow ThirdRow FinalAnswer-0
69
- PercentChange-0 NumeratorQuantity2-2 DenominatorQuantity1-2 NumeratorQuantity1-2 NumeratorQuantity2-2 DenominatorQuantity1-2 NumeratorQuantity2-0 OptionalTask_1 DenominatorFactor NumeratorFactor EquationAnswer OptionalTask_2 FirstRow1:1 FirstRow1:2 FirstRow2:1 FirstRow2:2 SecondRow ThirdRow FinalAnswer-0
70
- PercentChange-0 NumeratorQuantity2-0 DenominatorQuantity1-0 NumeratorQuantity1-0 OptionalTask_1 DenominatorFactor OptionalTask_2 FirstRow2:1 FirstRow2:2 FirstRow1:1 FirstRow1:2 SecondRow ThirdRow DenominatorFactor NumeratorFactor EquationAnswer FinalAnswer-2 ThirdRow FinalAnswer-2
71
- PercentChange-0 NumeratorQuantity2-0 NumeratorQuantity1-0 DenominatorQuantity1-0 OptionalTask_1 EquationAnswer DenominatorFactor OptionalTask_2 FirstRow1:1 FirstRow1:2 FirstRow2:2 FirstRow2:1 SecondRow ThirdRow FinalAnswer-0 FinalAnswerDirection-0
72
- PercentChange-0 NumeratorQuantity2-0 NumeratorQuantity1-2 DenominatorQuantity1-0 OptionalTask_2 FirstRow1:1 FirstRow1:2 FirstRow2:2 FirstRow2:1 SecondRow ThirdRow FinalAnswer-0
73
- PercentChange-0 NumeratorQuantity2-0 NumeratorQuantity1-0 DenominatorQuantity1-0 OptionalTask_2 FirstRow1:1 FirstRow1:2 FirstRow2:1 FirstRow2:2 SecondRow ThirdRow FinalAnswer-0 FinalAnswerDirection-0
74
- PercentChange-0 NumeratorQuantity2-2 NumeratorQuantity1-0 DenominatorQuantity1-0 OptionalTask_2 FirstRow1:1 FirstRow1:2 FirstRow2:1 FirstRow2:2 SecondRow ThirdRow FinalAnswer-2
75
- PercentChange-0 NumeratorQuantity2-0 NumeratorQuantity1-2 DenominatorQuantity1-2 OptionalTask_2 FirstRow2:2 FirstRow2:1 FirstRow1:2 FirstRow1:1 SecondRow ThirdRow FinalAnswer-2 FinalAnswerDirection-0
76
- PercentChange-0 NumeratorQuantity2-0 NumeratorQuantity1-0 DenominatorQuantity1-0 OptionalTask_2 FirstRow1:1 FirstRow1:2 FirstRow2:1 FirstRow2:2 SecondRow ThirdRow FinalAnswer-0
77
- PercentChange-0 NumeratorQuantity2-0 NumeratorQuantity1-2 DenominatorQuantity1-0 NumeratorQuantity1-0 OptionalTask_2 FirstRow1:1 FirstRow1:2 FirstRow2:1 FirstRow2:2 SecondRow ThirdRow FinalAnswer-0
78
- PercentChange-0 NumeratorQuantity2-0 NumeratorQuantity1-0 DenominatorQuantity1-2 OptionalTask_2 FirstRow2:1 FirstRow2:2 FirstRow1:1 FirstRow1:2 SecondRow ThirdRow FinalAnswer-0 FinalAnswerDirection-0
79
- PercentChange-0 NumeratorQuantity2-0 NumeratorQuantity1-0 DenominatorQuantity1-2 OptionalTask_2 FirstRow2:1 FirstRow2:2 FirstRow1:1 FirstRow1:2 SecondRow ThirdRow FinalAnswer-0 FinalAnswerDirection-0
80
- PercentChange-0 NumeratorQuantity2-0 NumeratorQuantity1-0 DenominatorQuantity1-2 OptionalTask_2 FirstRow1:1 FirstRow1:2 FirstRow2:1 FirstRow2:2 SecondRow ThirdRow FinalAnswer-2
81
- PercentChange-0 NumeratorQuantity2-0 NumeratorQuantity1-0 DenominatorQuantity1-0 OptionalTask_2 FirstRow1:1 FirstRow1:2 FirstRow2:1 FirstRow2:2 SecondRow ThirdRow FinalAnswer-0
82
- PercentChange-2 NumeratorQuantity2-2 NumeratorQuantity1-2 DenominatorQuantity1-0 OptionalTask_2 FirstRow2:2 FirstRow2:1 FirstRow1:2 FirstRow1:1 SecondRow ThirdRow FinalAnswerDirection-0 OptionalTask_1 EquationAnswer NumeratorFactor DenominatorFactor NumeratorFactor FinalAnswer-0
83
- PercentChange-0 NumeratorQuantity2-2 DenominatorQuantity1-0 NumeratorQuantity2-0 NumeratorQuantity1-0 OptionalTask_1 OptionalTask_2 NumeratorFactor FirstRow1:1 FirstRow1:2 FirstRow2:1 FirstRow2:2 SecondRow ThirdRow FinalAnswer-2 EquationAnswer DenominatorFactor NumeratorFactor EquationAnswer FinalAnswer-2
84
- PercentChange-0 NumeratorQuantity2-2 NumeratorQuantity1-0 DenominatorQuantity1-0 OptionalTask_2 FirstRow1:2 FirstRow1:1 FirstRow2:1 FirstRow2:2 SecondRow ThirdRow FinalAnswer-0
85
- PercentChange-2 NumeratorQuantity2-2 NumeratorQuantity1-0 DenominatorQuantity1-0 OptionalTask_2 FirstRow1:1 FirstRow1:2 FirstRow2:2 FirstRow2:1 OptionalTask_1 NumeratorFactor SecondRow ThirdRow FinalAnswer-2 DenominatorFactor NumeratorFactor EquationAnswer FinalAnswer-2
86
- PercentChange-0 NumeratorQuantity2-2 NumeratorQuantity1-0 DenominatorQuantity1-2 OptionalTask_2 FirstRow2:1 FirstRow2:2 FirstRow1:1 FirstRow1:2 SecondRow ThirdRow FinalAnswer-2
87
- PercentChange-0 NumeratorQuantity2-0 NumeratorQuantity1-0 DenominatorQuantity1-0 OptionalTask_2 FirstRow2:1 FirstRow2:2 FirstRow1:1 FirstRow1:2 SecondRow ThirdRow FinalAnswer-0
88
- PercentChange-0 NumeratorQuantity2-0 NumeratorQuantity1-0 DenominatorQuantity1-0 OptionalTask_2 FirstRow2:2 FirstRow2:1 FirstRow1:1 FirstRow1:2 SecondRow ThirdRow FinalAnswer-0 FinalAnswerDirection-0
89
- PercentChange-2 NumeratorQuantity2-2 NumeratorQuantity1-0 DenominatorQuantity1-0 OptionalTask_2 FirstRow2:2 FirstRow2:1 FirstRow1:2 FirstRow1:1 SecondRow ThirdRow FinalAnswer-0 FinalAnswerDirection-0
90
- PercentChange-0 NumeratorQuantity2-0 NumeratorQuantity1-0 DenominatorQuantity1-0 OptionalTask_2 FirstRow1:1 FirstRow1:2 FirstRow2:1 FirstRow2:2 SecondRow ThirdRow FinalAnswer-0
91
- PercentChange-2 NumeratorQuantity2-0 NumeratorQuantity1-0 DenominatorQuantity1-0 OptionalTask_2 FirstRow1:1 FirstRow1:2 FirstRow2:1 FirstRow2:2 SecondRow ThirdRow OptionalTask_1 DenominatorFactor NumeratorFactor EquationAnswer FinalAnswer-2
92
- PercentChange-0 NumeratorQuantity2-0 NumeratorQuantity1-2 DenominatorQuantity1-0 NumeratorQuantity1-1 OptionalTask_2 FirstRow1:1 FirstRow1:2 FirstRow2:1 FirstRow2:2 SecondRow ThirdRow FinalAnswerDirection-0 FinalAnswer-0
93
- PercentChange-2 NumeratorQuantity2-0 NumeratorQuantity1-2 DenominatorQuantity1-0 NumeratorQuantity1-2 OptionalTask_2 FirstRow2:2 FirstRow2:1 FirstRow1:1 FirstRow1:2 SecondRow ThirdRow FinalAnswerDirection-0 FinalAnswer-0
94
- PercentChange-2 NumeratorQuantity2-2 NumeratorQuantity1-0 DenominatorQuantity1-0 OptionalTask_2 FirstRow2:2 FirstRow2:1 FirstRow1:1 FirstRow1:2 SecondRow ThirdRow FinalAnswer-0 FinalAnswerDirection-0
95
- PercentChange-2 NumeratorQuantity2-0 NumeratorQuantity1-0 DenominatorQuantity1-2 OptionalTask_2 FirstRow2:1 FirstRow2:2 FirstRow1:1 FirstRow1:2 SecondRow ThirdRow FinalAnswer-2
96
- PercentChange-0 NumeratorQuantity2-0 NumeratorQuantity1-0 DenominatorQuantity1-0 OptionalTask_2 FirstRow1:1 FirstRow1:2 FirstRow2:2 FirstRow2:1 SecondRow ThirdRow FinalAnswer-2 OptionalTask_1 DenominatorFactor NumeratorFactor EquationAnswer FinalAnswer-0
97
- PercentChange-2 NumeratorQuantity2-0 NumeratorQuantity1-0 DenominatorQuantity1-0 OptionalTask_2 FirstRow1:1 FirstRow1:2 FirstRow2:2 FirstRow2:1 SecondRow ThirdRow FinalAnswer-2
98
- PercentChange-0 NumeratorQuantity2-2 NumeratorQuantity1-0 DenominatorQuantity1-0 OptionalTask_2 FirstRow1:1 FirstRow1:2 FirstRow2:2 FirstRow2:1 SecondRow ThirdRow FinalAnswer-2
99
- PercentChange-0 NumeratorQuantity2-0 NumeratorQuantity1-2 DenominatorQuantity1-0 OptionalTask_2 FirstRow2:2 FirstRow2:1 FirstRow1:2 FirstRow1:1 SecondRow ThirdRow OptionalTask_1 NumeratorFactor FinalAnswer-0 FinalAnswerDirection-0
100
- PercentChange-2 NumeratorQuantity2-0 NumeratorQuantity1-0 DenominatorQuantity1-0 OptionalTask_2 FirstRow1:1 FirstRow1:2 FirstRow2:2 FirstRow2:1 SecondRow ThirdRow OptionalTask_1 EquationAnswer NumeratorFactor DenominatorFactor FinalAnswer-0
101
- PercentChange-0 NumeratorQuantity2-0 NumeratorQuantity1-0 DenominatorQuantity1-0 OptionalTask_2 FirstRow1:1 FirstRow1:2 FirstRow2:2 FirstRow2:1 SecondRow ThirdRow OptionalTask_1 EquationAnswer NumeratorFactor DenominatorFactor FinalAnswer-0
102
- PercentChange-0 NumeratorQuantity2-0 NumeratorQuantity1-0 DenominatorQuantity1-0 OptionalTask_2 FirstRow1:1 FirstRow1:2 FirstRow2:2 FirstRow2:1 SecondRow ThirdRow OptionalTask_1 NumeratorFactor DenominatorFactor EquationAnswer FinalAnswer-0
103
- PercentChange-2 NumeratorQuantity2-0 NumeratorQuantity1-0 DenominatorQuantity1-0 OptionalTask_2 FirstRow1:1 FirstRow1:2 FirstRow2:1 FirstRow2:2 SecondRow ThirdRow OptionalTask_1 EquationAnswer NumeratorFactor DenominatorFactor FinalAnswer-2
104
- PercentChange-2 NumeratorQuantity2-0 NumeratorQuantity1-0 DenominatorQuantity1-0 OptionalTask_2 FirstRow1:1 FirstRow1:2 FirstRow2:2 FirstRow2:1 SecondRow ThirdRow FinalAnswer-0
105
- PercentChange-0 NumeratorQuantity2-0 NumeratorQuantity1-0 DenominatorQuantity1-0 OptionalTask_2 FirstRow1:1 FirstRow1:2 FirstRow2:2 FirstRow2:1 SecondRow ThirdRow FinalAnswer-2 OptionalTask_1 NumeratorFactor DenominatorFactor EquationAnswer FinalAnswer-2
106
- PercentChange-0 NumeratorQuantity2-0 NumeratorQuantity1-0 DenominatorQuantity1-0 OptionalTask_2 FirstRow1:1 FirstRow1:2 FirstRow2:1 FirstRow2:2 SecondRow ThirdRow FinalAnswer-2
107
- PercentChange-0 NumeratorQuantity2-0 NumeratorQuantity1-0 DenominatorQuantity1-0 OptionalTask_1 NumeratorFactor OptionalTask_2 FirstRow1:1 FirstRow1:2 FirstRow2:2 FirstRow2:1 SecondRow ThirdRow NumeratorFactor EquationAnswer DenominatorFactor NumeratorFactor FinalAnswer-2
108
- PercentChange-0 NumeratorQuantity2-0 NumeratorQuantity1-0 DenominatorQuantity1-0 OptionalTask_2 FirstRow2:2 FirstRow2:1 FirstRow1:2 FirstRow1:1 SecondRow ThirdRow FinalAnswerDirection-0 FinalAnswer-0
109
- PercentChange-2 NumeratorQuantity2-2 DenominatorQuantity1-0 NumeratorQuantity1-0 OptionalTask_1 DenominatorFactor NumeratorFactor EquationAnswer FinalAnswer-2
110
- PercentChange-0 NumeratorQuantity2-0 NumeratorQuantity1-0 DenominatorQuantity1-0 OptionalTask_2 FirstRow1:1 FirstRow1:2 FirstRow2:2 FirstRow2:1 SecondRow ThirdRow FinalAnswer-0 FinalAnswerDirection-0
111
- PercentChange-0 NumeratorQuantity1-2 DenominatorQuantity1-2 NumeratorQuantity2-0 NumeratorQuantity1-0 DenominatorQuantity1-0 OptionalTask_1 DenominatorFactor NumeratorFactor EquationAnswer FinalAnswer-0 FinalAnswerDirection-0
112
- PercentChange-0 NumeratorQuantity2-0 NumeratorQuantity1-2 DenominatorQuantity1-2 NumeratorQuantity1-2 DenominatorQuantity1-2 OptionalTask_2 FirstRow1:1 FirstRow1:2 FirstRow2:1 FirstRow2:2 SecondRow ThirdRow FinalAnswer-0 FinalAnswerDirection-2
113
- PercentChange-0 NumeratorQuantity2-0 NumeratorQuantity1-0 DenominatorQuantity1-0 OptionalTask_1 DenominatorFactor NumeratorFactor EquationAnswer FinalAnswer-0 FinalAnswerDirection-0
114
- PercentChange-2 NumeratorQuantity2-0 NumeratorQuantity1-0 DenominatorQuantity1-0 OptionalTask_1 NumeratorFactor DenominatorFactor EquationAnswer FinalAnswer-0
115
- PercentChange-2 NumeratorQuantity2-2 NumeratorQuantity1-0 NumeratorQuantity2-2 DenominatorQuantity1-0 OptionalTask_1 DenominatorFactor NumeratorFactor EquationAnswer FinalAnswer-2
116
- PercentChange-0 NumeratorQuantity2-2 NumeratorQuantity1-0 DenominatorQuantity1-0 OptionalTask_1 NumeratorFactor DenominatorFactor EquationAnswer FinalAnswer-0
117
- PercentChange-2 NumeratorQuantity1-0 DenominatorQuantity1-2 NumeratorQuantity2-0 DenominatorQuantity1-0 OptionalTask_1 DenominatorFactor NumeratorFactor EquationAnswer OptionalTask_2 FirstRow1:1 FirstRow1:2 FirstRow2:1 FirstRow2:2 SecondRow ThirdRow FinalAnswer-2
118
- PercentChange-2 NumeratorQuantity2-2 NumeratorQuantity1-0 DenominatorQuantity1-2 NumeratorQuantity2-0 DenominatorQuantity1-0 OptionalTask_2 OptionalTask_1 DenominatorFactor NumeratorFactor EquationAnswer FinalAnswer-2
119
- PercentChange-0 NumeratorQuantity2-0 NumeratorQuantity1-2 DenominatorQuantity1-2 NumeratorQuantity1-0 DenominatorQuantity1-0 OptionalTask_1 DenominatorFactor OptionalTask_2 FirstRow1:1 FirstRow1:2 FirstRow2:2 FirstRow2:1 SecondRow ThirdRow FinalAnswer-0 FinalAnswerDirection-2
120
- PercentChange-0 NumeratorQuantity2-0 NumeratorQuantity1-2 DenominatorQuantity1-2 NumeratorQuantity1-2 OptionalTask_1 DenominatorFactor NumeratorFactor EquationAnswer FinalAnswer-0 FinalAnswerDirection-0
121
- PercentChange-2 NumeratorQuantity1-0 DenominatorQuantity1-2 NumeratorQuantity2-0 DenominatorQuantity1-0 OptionalTask_1 DenominatorFactor NumeratorFactor EquationAnswer FinalAnswer-0
122
- PercentChange-0 NumeratorQuantity2-0 DenominatorQuantity1-0 NumeratorQuantity1-0 OptionalTask_1 DenominatorFactor NumeratorFactor EquationAnswer FinalAnswer-0
123
- PercentChange-0 NumeratorQuantity2-0 NumeratorQuantity1-2 DenominatorQuantity1-0 OptionalTask_1 NumeratorFactor DenominatorFactor NumeratorFactor EquationAnswer FinalAnswer-0
124
- PercentChange-0 NumeratorQuantity2-0 NumeratorQuantity1-0 DenominatorQuantity1-0 OptionalTask_1 DenominatorFactor NumeratorFactor EquationAnswer FinalAnswerDirection-0 FinalAnswer-0
125
- PercentChange-0 NumeratorQuantity2-0 NumeratorQuantity1-0 DenominatorQuantity1-0 OptionalTask_1 OptionalTask_2 DenominatorFactor NumeratorFactor EquationAnswer FinalAnswer-2 FinalAnswerDirection-0 FinalAnswer-2
126
- PercentChange-2 NumeratorQuantity2-2 NumeratorQuantity1-0 DenominatorQuantity1-0 OptionalTask_1 DenominatorFactor NumeratorFactor EquationAnswer FinalAnswer-2 OptionalTask_2 FirstRow1:1 FirstRow2:1 FirstRow2:2 FirstRow1:1 FirstRow1:2 SecondRow ThirdRow FinalAnswer-2
127
- PercentChange-0 NumeratorQuantity2-0 NumeratorQuantity1-2 DenominatorQuantity1-0 NumeratorQuantity1-0 OptionalTask_1 DenominatorFactor NumeratorFactor EquationAnswer FinalAnswer-0
128
- PercentChange-0 NumeratorQuantity2-0 NumeratorQuantity1-2 DenominatorQuantity1-0 OptionalTask_1 DenominatorFactor NumeratorFactor EquationAnswer FinalAnswer-0 FinalAnswerDirection-0
129
- PercentChange-2 NumeratorQuantity2-2 NumeratorQuantity1-2 DenominatorQuantity1-0 FinalAnswer-2 OptionalTask_1 NumeratorFactor DenominatorFactor NumeratorFactor DenominatorFactor EquationAnswer OptionalTask_2 FirstRow1:1 FirstRow2:1 FirstRow2:2 FirstRow1:2 FirstRow1:1 SecondRow ThirdRow FinalAnswer-2
130
- PercentChange-0 NumeratorQuantity2-0 NumeratorQuantity1-0 DenominatorQuantity1-0 OptionalTask_1 NumeratorFactor DenominatorFactor EquationAnswer OptionalTask_2 FirstRow2:1 FirstRow2:2 FirstRow1:2 FirstRow1:1 SecondRow ThirdRow FinalAnswerDirection-0 FinalAnswer-0
131
- PercentChange-0 NumeratorQuantity2-0 NumeratorQuantity1-2 DenominatorQuantity1-0 OptionalTask_1 NumeratorFactor DenominatorFactor EquationAnswer OptionalTask_2 FirstRow1:1 FirstRow2:1 FirstRow2:2 FirstRow1:2 FirstRow1:1 SecondRow ThirdRow FinalAnswer-2
132
- PercentChange-2 NumeratorQuantity2-0 NumeratorQuantity1-2 DenominatorQuantity1-0 OptionalTask_1 EquationAnswer DenominatorFactor NumeratorFactor EquationAnswer OptionalTask_2 FinalAnswerDirection-0 FirstRow1:2 FirstRow1:1 FirstRow2:1 FirstRow2:2 SecondRow ThirdRow FinalAnswer-0
133
- PercentChange-0 NumeratorQuantity2-2 NumeratorQuantity1-2 DenominatorQuantity1-2 OptionalTask_1 EquationAnswer DenominatorFactor NumeratorFactor EquationAnswer OptionalTask_2 FirstRow1:1 FirstRow1:2 FirstRow1:1 FirstRow2:2 FirstRow2:1 SecondRow ThirdRow FinalAnswer-0 FinalAnswerDirection-0
134
- PercentChange-0 NumeratorQuantity2-0 NumeratorQuantity1-0 DenominatorQuantity1-0 OptionalTask_1 DenominatorFactor NumeratorFactor EquationAnswer OptionalTask_2 FirstRow2:1 FirstRow2:2 FirstRow1:1 FirstRow1:2 SecondRow ThirdRow FinalAnswer-0
135
- PercentChange-0 NumeratorQuantity2-0 NumeratorQuantity1-0 DenominatorQuantity1-0 OptionalTask_1 NumeratorFactor DenominatorFactor EquationAnswer OptionalTask_2 FirstRow2:1 FirstRow2:2 FirstRow1:2 FirstRow1:1 SecondRow ThirdRow FinalAnswer-0
136
- PercentChange-0 NumeratorQuantity2-0 NumeratorQuantity1-0 DenominatorQuantity1-0 OptionalTask_1 EquationAnswer DenominatorFactor NumeratorFactor DenominatorFactor EquationAnswer OptionalTask_2 FirstRow2:1 FirstRow2:2 FirstRow1:2 FirstRow1:1 SecondRow ThirdRow FinalAnswerDirection-0 FinalAnswer-0
137
- PercentChange-0 NumeratorQuantity2-0 NumeratorQuantity1-0 DenominatorQuantity1-0 OptionalTask_1 DenominatorFactor NumeratorFactor EquationAnswer OptionalTask_2 FirstRow2:1 FirstRow2:2 FirstRow1:1 FirstRow1:2 SecondRow ThirdRow FinalAnswer-0
138
- PercentChange-0 NumeratorQuantity2-2 NumeratorQuantity1-2 DenominatorQuantity1-0 FinalAnswer-2 OptionalTask_1 NumeratorFactor DenominatorFactor NumeratorFactor DenominatorFactor NumeratorFactor EquationAnswer OptionalTask_2 FirstRow2:1 FirstRow2:2 FirstRow1:1 FirstRow1:2 FirstRow1:1 SecondRow FinalAnswer-2 ThirdRow FinalAnswer-2
139
- PercentChange-2 NumeratorQuantity2-0 NumeratorQuantity1-0 DenominatorQuantity1-0 OptionalTask_1 NumeratorFactor DenominatorFactor EquationAnswer FinalAnswer-2
140
- PercentChange-2 NumeratorQuantity2-2 NumeratorQuantity1-0 DenominatorQuantity1-0 FinalAnswer-2 OptionalTask_1 NumeratorFactor DenominatorFactor EquationAnswer OptionalTask_2 FinalAnswer-2 FirstRow1:1 FirstRow2:1 FirstRow2:2 FirstRow1:1 FirstRow1:2 SecondRow ThirdRow FinalAnswer-2
141
- PercentChange-0 NumeratorQuantity2-0 NumeratorQuantity1-0 DenominatorQuantity1-0 OptionalTask_1 NumeratorFactor DenominatorFactor EquationAnswer FinalAnswer-0
142
- PercentChange-0 NumeratorQuantity2-0 NumeratorQuantity1-0 DenominatorQuantity1-0 OptionalTask_1 NumeratorFactor DenominatorFactor EquationAnswer OptionalTask_2 FirstRow2:1 FirstRow2:2 FirstRow1:1 FirstRow1:2 SecondRow ThirdRow FinalAnswer-2
143
- PercentChange-0 NumeratorQuantity2-2 NumeratorQuantity1-0 DenominatorQuantity1-0 FinalAnswer-2 OptionalTask_1 NumeratorFactor DenominatorFactor EquationAnswer OptionalTask_2 FinalAnswer-2
144
- PercentChange-2 NumeratorQuantity2-2 NumeratorQuantity1-0 DenominatorQuantity1-0 NumeratorQuantity2-0 OptionalTask_2 FirstRow1:1 FirstRow1:2 FirstRow2:2 FirstRow2:1 SecondRow ThirdRow FinalAnswer-0 FinalAnswerDirection-0
145
- PercentChange-2 NumeratorQuantity1-0 DenominatorQuantity1-2 NumeratorQuantity2-2 DenominatorQuantity1-2 FinalAnswer-2 OptionalTask_2 FirstRow1:2 FirstRow1:1 FirstRow2:2 FirstRow2:1 SecondRow ThirdRow FinalAnswer-0 FinalAnswerDirection-0
146
- PercentChange-0 NumeratorQuantity1-2 NumeratorQuantity2-0 NumeratorQuantity1-2 DenominatorQuantity1-0 NumeratorQuantity1-2 FinalAnswer-2 OptionalTask_1 EquationAnswer OptionalTask_2 FirstRow1:1 FirstRow1:2 FirstRow2:2 FirstRow2:1 NumeratorFactor DenominatorFactor EquationAnswer SecondRow FinalAnswer-0 FinalAnswerDirection-0
147
- PercentChange-0 NumeratorQuantity2-2 DenominatorQuantity1-0 NumeratorQuantity2-0 NumeratorQuantity1-0 OptionalTask_2 FirstRow1:1 FirstRow1:2 FirstRow2:2 FirstRow2:1 SecondRow ThirdRow FinalAnswer-0 FinalAnswerDirection-0
148
- PercentChange-0 NumeratorQuantity2-2 NumeratorQuantity1-0 DenominatorQuantity1-2 OptionalTask_2 FirstRow1:1 FirstRow1:2 FirstRow2:2 FirstRow2:1 SecondRow ThirdRow FinalAnswer-2 FinalAnswerDirection-0 FinalAnswer-1
149
- PercentChange-0 DenominatorQuantity1-0 NumeratorQuantity2-0 NumeratorQuantity1-2 FinalAnswer-2 OptionalTask_2 FirstRow1:2 FirstRow1:1 FirstRow2:2 FirstRow2:1 SecondRow ThirdRow FinalAnswer-0 FinalAnswerDirection-0
150
- PercentChange-0 NumeratorQuantity2-2 NumeratorQuantity1-2 DenominatorQuantity1-0 NumeratorQuantity1-2 NumeratorQuantity2-2 NumeratorQuantity1-0 FinalAnswer-2 OptionalTask_2 FirstRow1:1 FirstRow1:2 FirstRow2:2 FirstRow2:1 SecondRow ThirdRow FinalAnswer-0 FinalAnswerDirection-0
151
- PercentChange-0 DenominatorQuantity1-2 NumeratorQuantity1-2 NumeratorQuantity2-0 NumeratorQuantity1-0 DenominatorQuantity1-0 OptionalTask_2 FirstRow2:2 FirstRow2:1 FirstRow1:1 FirstRow1:2 SecondRow FinalAnswer-2 ThirdRow FinalAnswer-2
152
- PercentChange-0 NumeratorQuantity2-0 DenominatorQuantity1-0 NumeratorQuantity1-0 OptionalTask_2 FirstRow2:1 FirstRow2:2 FirstRow1:1 FirstRow1:2 SecondRow ThirdRow FinalAnswer-2
153
- PercentChange-0 NumeratorQuantity2-0 DenominatorQuantity1-0 NumeratorQuantity1-0 OptionalTask_2 FirstRow1:1 FirstRow2:1 FirstRow2:2 FirstRow1:1 FirstRow1:2 SecondRow FinalAnswer-2 ThirdRow FinalAnswer-0
154
- PercentChange-0 NumeratorQuantity2-0 DenominatorQuantity1-0 NumeratorQuantity1-0 OptionalTask_2 FirstRow2:1 FirstRow2:2 FirstRow1:1 FirstRow1:2 SecondRow ThirdRow FinalAnswer-2
155
- PercentChange-0 DenominatorQuantity1-2 NumeratorQuantity1-2 NumeratorQuantity2-0 NumeratorQuantity1-0 DenominatorQuantity1-0 OptionalTask_2 FirstRow1:1 FirstRow1:2 FirstRow2:1 FirstRow2:2 SecondRow ThirdRow FinalAnswer-0
156
- PercentChange-2 DenominatorQuantity1-0 NumeratorQuantity2-0 NumeratorQuantity1-0 OptionalTask_2 FirstRow1:1 FirstRow1:2 FirstRow2:2 FirstRow2:1 SecondRow ThirdRow FinalAnswer-0 FinalAnswerDirection-0
157
- PercentChange-0 NumeratorQuantity2-2 NumeratorQuantity1-0 DenominatorQuantity1-0 FinalAnswer-2 OptionalTask_1 DenominatorFactor NumeratorFactor EquationAnswer FinalAnswer-0
158
- PercentChange-0 NumeratorQuantity2-2 NumeratorQuantity1-0 DenominatorQuantity1-0 FinalAnswer-2 OptionalTask_2 FirstRow2:1 FirstRow2:2 FirstRow1:1 FirstRow1:2 SecondRow ThirdRow FinalAnswer-2
159
- PercentChange-0 NumeratorQuantity2-2 NumeratorQuantity1-0 DenominatorQuantity1-0 FinalAnswer-2 OptionalTask_2 FirstRow2:1 FirstRow2:2 FirstRow1:1 FirstRow1:2 SecondRow ThirdRow FinalAnswer-1
160
- PercentChange-0 NumeratorQuantity2-0 DenominatorQuantity1-0 NumeratorQuantity1-0 OptionalTask_2 FirstRow1:1 FirstRow1:2 FirstRow2:1 FirstRow2:2 SecondRow ThirdRow FinalAnswer-2 OptionalTask_1 FinalAnswer-2
161
- PercentChange-2 NumeratorQuantity2-2 DenominatorQuantity1-0 NumeratorQuantity2-0 NumeratorQuantity1-2 FinalAnswer-2 OptionalTask_2 FirstRow2:1 FirstRow2:2 FirstRow1:2 FirstRow1:1 SecondRow ThirdRow FinalAnswer-2 OptionalTask_1 NumeratorFactor DenominatorFactor EquationAnswer FinalAnswer-2
162
- PercentChange-2 NumeratorQuantity2-0 DenominatorQuantity1-0 NumeratorQuantity1-0 OptionalTask_2 FirstRow2:2 FirstRow2:1 FirstRow1:2 FirstRow1:1 SecondRow ThirdRow FinalAnswer-2
163
- PercentChange-0 DenominatorQuantity1-0 NumeratorQuantity1-2 NumeratorQuantity2-0 NumeratorQuantity1-0 FinalAnswer-2 OptionalTask_2 FirstRow1:2 FirstRow1:1 FirstRow2:2 FirstRow2:1 SecondRow ThirdRow FinalAnswer-0 FinalAnswerDirection-0
164
- PercentChange-0 NumeratorQuantity2-0 DenominatorQuantity1-0 NumeratorQuantity1-0 OptionalTask_2 FirstRow2:1 FirstRow2:2 FirstRow1:2 FirstRow1:1 SecondRow ThirdRow FinalAnswer-2
165
- PercentChange-2 DenominatorQuantity1-0 NumeratorQuantity1-0 NumeratorQuantity2-0 FinalAnswer-2 OptionalTask_2 FirstRow1:2 FirstRow1:1 FirstRow2:2 FirstRow2:1 SecondRow ThirdRow FinalAnswer-0 FinalAnswerDirection-0
166
- PercentChange-0 DenominatorQuantity1-0 NumeratorQuantity2-0 NumeratorQuantity1-0 FinalAnswer-2 OptionalTask_1 NumeratorFactor DenominatorFactor EquationAnswer OptionalTask_2 FirstRow2:1 FirstRow2:2 FirstRow1:2 FirstRow1:1 ThirdRow SecondRow FinalAnswer-2
167
- PercentChange-0 NumeratorQuantity2-0 DenominatorQuantity1-0 NumeratorQuantity1-0 OptionalTask_2 FirstRow2:1 FirstRow2:2 FirstRow1:2 FirstRow1:1 SecondRow ThirdRow FinalAnswer-0
168
- PercentChange-0 NumeratorQuantity2-0 NumeratorQuantity1-2 DenominatorQuantity1-0 NumeratorQuantity1-0 OptionalTask_1 DenominatorFactor OptionalTask_2 FirstRow2:2 FirstRow2:1 FirstRow1:2 FirstRow1:1 SecondRow ThirdRow FinalAnswer-0 FinalAnswerDirection-0
169
- PercentChange-0 NumeratorQuantity2-0 NumeratorQuantity1-0 DenominatorQuantity1-2 OptionalTask_1 EquationAnswer NumeratorFactor DenominatorFactor FinalAnswer-0 FinalAnswerDirection-0
170
- PercentChange-0 NumeratorQuantity2-0 NumeratorQuantity1-0 DenominatorQuantity1-0 OptionalTask_1 NumeratorFactor DenominatorFactor EquationAnswer FinalAnswer-2
171
- PercentChange-2 NumeratorQuantity2-0 NumeratorQuantity1-0 DenominatorQuantity1-0 OptionalTask_1 NumeratorFactor DenominatorFactor EquationAnswer FinalAnswer-2
172
- PercentChange-0 NumeratorQuantity2-0 NumeratorQuantity1-0 DenominatorQuantity1-2 OptionalTask_1 DenominatorFactor NumeratorFactor EquationAnswer FinalAnswer-0 FinalAnswerDirection-0
173
- PercentChange-0 NumeratorQuantity2-0 NumeratorQuantity1-0 DenominatorQuantity1-0 OptionalTask_1 NumeratorFactor DenominatorFactor FinalAnswer-0 EquationAnswer
174
- PercentChange-0 NumeratorQuantity2-0 NumeratorQuantity1-0 DenominatorQuantity1-0 OptionalTask_1 NumeratorFactor DenominatorFactor EquationAnswer FinalAnswer-2
175
- PercentChange-0 NumeratorQuantity2-0 NumeratorQuantity1-0 DenominatorQuantity1-0 FinalAnswer-2 OptionalTask_1 DenominatorFactor NumeratorFactor EquationAnswer FinalAnswer-2
176
- PercentChange-0 NumeratorQuantity2-0 NumeratorQuantity1-0 DenominatorQuantity1-0 OptionalTask_1 NumeratorFactor DenominatorFactor EquationAnswer FinalAnswer-2
177
- PercentChange-0 NumeratorQuantity2-0 NumeratorQuantity1-0 DenominatorQuantity1-0 OptionalTask_1 NumeratorFactor DenominatorFactor EquationAnswer FinalAnswer-0
178
- PercentChange-0 NumeratorQuantity2-0 NumeratorQuantity1-0 DenominatorQuantity1-0 OptionalTask_1 NumeratorFactor DenominatorFactor EquationAnswer FinalAnswer-2
179
- PercentChange-0 NumeratorQuantity2-0 NumeratorQuantity1-0 DenominatorQuantity1-0 OptionalTask_1 NumeratorFactor DenominatorFactor EquationAnswer FinalAnswer-0
180
- PercentChange-2 NumeratorQuantity2-0 NumeratorQuantity1-0 DenominatorQuantity1-0 OptionalTask_1 NumeratorFactor DenominatorFactor EquationAnswer FinalAnswer-0
181
- PercentChange-0 NumeratorQuantity1-2 NumeratorQuantity2-0 NumeratorQuantity1-0 DenominatorQuantity1-2 OptionalTask_2 OptionalTask_1 FirstRow2:1 FinalAnswerDirection-2 DenominatorFactor NumeratorFactor EquationAnswer FirstRow2:2 FirstRow1:2 FirstRow1:1 FirstRow1:2 FirstRow2:2 FirstRow1:2 FirstRow2:2 SecondRow ThirdRow FinalAnswer-0
182
- PercentChange-0 NumeratorQuantity1-0 DenominatorQuantity1-2 NumeratorQuantity2-0 OptionalTask_2 OptionalTask_1 NumeratorFactor DenominatorFactor EquationAnswer FirstRow1:2 FirstRow1:1 FirstRow2:1 FirstRow2:2 SecondRow ThirdRow FinalAnswer-2
183
- PercentChange-0 NumeratorQuantity2-2 NumeratorQuantity1-1 DenominatorQuantity1-1 OptionalTask_2 OptionalTask_1 FirstRow2:1 FirstRow2:2 FirstRow1:1 FirstRow1:2 DenominatorFactor NumeratorFactor EquationAnswer FirstRow1:2 SecondRow ThirdRow FinalAnswer-1
184
- PercentChange-2 NumeratorQuantity2-2 NumeratorQuantity1-2 DenominatorQuantity1-0 NumeratorQuantity1-0 OptionalTask_2 OptionalTask_1 FirstRow2:1 FirstRow2:2 FirstRow1:1 EquationAnswer DenominatorFactor NumeratorFactor EquationAnswer FirstRow1:2 SecondRow FinalAnswer-2
185
- PercentChange-0 NumeratorQuantity2-2 NumeratorQuantity1-2 DenominatorQuantity1-0 OptionalTask_1 OptionalTask_2 FinalAnswerDirection-0 DenominatorFactor NumeratorFactor FirstRow1:1 EquationAnswer FirstRow1:2 FirstRow2:2 EquationAnswer FirstRow2:1 SecondRow ThirdRow FinalAnswer-0
186
- PercentChange-0 NumeratorQuantity1-0 DenominatorQuantity1-0 NumeratorQuantity2-0 OptionalTask_2 FirstRow1:2 FirstRow1:1 FirstRow2:1 FirstRow2:2 OptionalTask_1 NumeratorFactor DenominatorFactor EquationAnswer FirstRow2:2 SecondRow ThirdRow FinalAnswer-0
187
- PercentChange-0 NumeratorQuantity2-2 NumeratorQuantity1-2 DenominatorQuantity1-1 OptionalTask_2 OptionalTask_1 DenominatorFactor NumeratorFactor EquationAnswer FirstRow1:1 FirstRow1:2 FirstRow2:1 FirstRow2:2 FinalAnswer-2
188
- PercentChange-2 NumeratorQuantity1-2 NumeratorQuantity2-0 NumeratorQuantity1-2 DenominatorQuantity1-0 OptionalTask_2 FinalAnswerDirection-0 OptionalTask_1 FirstRow2:1 FirstRow2:2 FirstRow1:1 DenominatorFactor NumeratorFactor EquationAnswer FirstRow1:2 FirstRow2:2 FirstRow1:2 SecondRow FinalAnswer-1
189
- PercentChange-2 NumeratorQuantity2-2 NumeratorQuantity1-2 DenominatorQuantity1-0 NumeratorQuantity1-0 OptionalTask_2 OptionalTask_1 DenominatorFactor FirstRow2:1 FirstRow2:2 FirstRow1:1 FirstRow1:2 FirstRow2:2 NumeratorFactor EquationAnswer SecondRow ThirdRow FinalAnswer-2
190
- PercentChange-0 NumeratorQuantity1-0 NumeratorQuantity2-2 DenominatorQuantity1-2 OptionalTask_2 OptionalTask_1 NumeratorFactor DenominatorFactor FirstRow2:2 DenominatorFactor NumeratorFactor EquationAnswer FirstRow2:1 FirstRow2:2 FirstRow1:1 FirstRow1:2 FirstRow2:2 FirstRow1:2 FinalAnswer-1
191
- PercentChange-2 NumeratorQuantity1-2 NumeratorQuantity2-0 NumeratorQuantity1-2 DenominatorQuantity1-0 OptionalTask_2 OptionalTask_1 FinalAnswerDirection-0 FirstRow1:1 DenominatorFactor NumeratorFactor FirstRow1:2 FirstRow2:2 EquationAnswer FirstRow1:2 FirstRow2:1 FirstRow2:2 FinalAnswer-1
192
- PercentChange-0 NumeratorQuantity1-2 NumeratorQuantity2-0 NumeratorQuantity1-2 DenominatorQuantity1-0 OptionalTask_2 OptionalTask_1 FirstRow2:1 FinalAnswerDirection-0 FirstRow1:2 FirstRow2:2 NumeratorFactor DenominatorFactor FirstRow1:1 EquationAnswer FirstRow2:2 SecondRow ThirdRow FinalAnswer-0
193
- PercentChange-0 NumeratorQuantity1-0 DenominatorQuantity1-0 NumeratorQuantity2-0 OptionalTask_1 OptionalTask_2 FirstRow1:2 FirstRow1:1 NumeratorFactor EquationAnswer DenominatorFactor FirstRow2:2 FirstRow2:1 SecondRow ThirdRow FinalAnswer-2
194
- PercentChange-2 NumeratorQuantity1-0 NumeratorQuantity2-2 DenominatorQuantity1-0 OptionalTask_2 OptionalTask_1 FirstRow1:2 FirstRow1:1 FirstRow2:1 DenominatorFactor NumeratorFactor EquationAnswer FirstRow2:2 SecondRow ThirdRow FinalAnswer-2
195
- PercentChange-0 NumeratorQuantity1-0 DenominatorQuantity1-0 NumeratorQuantity2-0 OptionalTask_2 OptionalTask_1 FirstRow1:2 FirstRow1:1 DenominatorFactor NumeratorFactor EquationAnswer FirstRow2:2 FirstRow2:1 SecondRow ThirdRow FinalAnswer-2
196
- PercentChange-2 NumeratorQuantity1-0 NumeratorQuantity2-0 DenominatorQuantity1-0 OptionalTask_2 OptionalTask_1 NumeratorFactor DenominatorFactor NumeratorFactor EquationAnswer FirstRow2:1 FirstRow2:2 FirstRow1:1 FirstRow1:2 FirstRow2:2 SecondRow ThirdRow FinalAnswer-1
197
- PercentChange-0 NumeratorQuantity2-2 NumeratorQuantity1-2 DenominatorQuantity1-2 NumeratorQuantity1-0 DenominatorQuantity1-0 OptionalTask_1 OptionalTask_2 FirstRow2:1 FirstRow2:2 FirstRow1:1 FirstRow1:2 EquationAnswer FinalAnswerDirection-2 DenominatorFactor NumeratorFactor EquationAnswer SecondRow ThirdRow FinalAnswer-0
198
- PercentChange-0 NumeratorQuantity2-2 NumeratorQuantity1-0 NumeratorQuantity2-0 DenominatorQuantity1-1 OptionalTask_2 OptionalTask_1 DenominatorFactor NumeratorFactor EquationAnswer FirstRow2:1 FirstRow2:2 FirstRow1:1 FirstRow1:2 FirstRow2:2 FirstRow1:2 SecondRow ThirdRow FinalAnswer-1
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
fullTest/test.txt DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:2a479561b801a43249b6a8aceed5f32d16cec3d2f40956ed02640b6dcab0bdfe
3
- size 21353853
 
 
 
 
fullTest/test_info.txt DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:dbb182b48eecce59c4e61f82a23d8af2866d9327f0543aca3546880fdb0d6003
3
- size 166442240
 
 
 
 
assests/hint_fine_tuning.py → hint_fine_tuning.py RENAMED
File without changes
assests/metrics.py → metrics.py RENAMED
File without changes
assests/new_hint_fine_tuned.py → new_hint_fine_tuned.py RENAMED
File without changes
new_test_saved_finetuned_model.py CHANGED
@@ -13,8 +13,8 @@ from src.bert import BERT
13
  from src.seq_model import BERTSM
14
  from src.classifier_model import BERTForClassification, BERTForClassificationWithFeats
15
  # from src.new_finetuning.optim_schedule import ScheduledOptim
16
- import assests.metrics, assests.recalibration, assests.visualization
17
- from assests.recalibration import ModelWithTemperature
18
  import tqdm
19
  import sys
20
  import time
@@ -217,18 +217,13 @@ class BERTFineTuneTrainer:
217
  "time_taken_from_start": end_time - self.start_time,
218
  "auc_score":auc_score
219
  }
220
- with open("fileHandler/result.txt", 'w') as file:
221
  for key, value in final_msg.items():
222
  file.write(f"{key}: {value}\n")
223
  print(final_msg)
224
- # print(type(plabels),type(tlabels),plabels,tlabels)
225
  fpr, tpr, thresholds = roc_curve(tlabels, positive_class_probs)
226
- with open("fileHandler/roc_data.pkl", "wb") as f:
227
  pickle.dump((fpr, tpr, thresholds), f)
228
- with open("fileHandler/roc_data2.pkl", "wb") as f:
229
- pickle.dump((tlabels,positive_class_probs), f)
230
- with open("fileHandler/tlabels_plabels.pkl", "wb") as f:
231
- pickle.dump((tlabels,plabels), f)
232
  print(final_msg)
233
  f.close()
234
  with open(self.log_folder_path+f"/log_{phase}_finetuned_info.txt", 'a') as f1:
@@ -431,7 +426,6 @@ class BERTFineTuneCalibratedTrainer:
431
  auc_score = roc_auc_score(tlabels, positive_class_probs)
432
  end_time = time.time()
433
  final_msg = {
434
- "this one":"this one",
435
  "avg_loss": avg_loss / len(data_iter),
436
  "total_acc": total_correct * 100.0 / total_element,
437
  "precisions": precisions,
@@ -443,11 +437,10 @@ class BERTFineTuneCalibratedTrainer:
443
  # "predicted_labels": f"{plabels}",
444
  "time_taken_from_start": end_time - self.start_time
445
  }
446
- with open("fileHandler/result.txt", 'w') as file:
447
  for key, value in final_msg.items():
448
  file.write(f"{key}: {value}\n")
449
- with open("plabels.txt","w") as file:
450
- file.write(plabels)
451
  print(final_msg)
452
  fpr, tpr, thresholds = roc_curve(tlabels, positive_class_probs)
453
  f.close()
 
13
  from src.seq_model import BERTSM
14
  from src.classifier_model import BERTForClassification, BERTForClassificationWithFeats
15
  # from src.new_finetuning.optim_schedule import ScheduledOptim
16
+ import metrics, recalibration, visualization
17
+ from recalibration import ModelWithTemperature
18
  import tqdm
19
  import sys
20
  import time
 
217
  "time_taken_from_start": end_time - self.start_time,
218
  "auc_score":auc_score
219
  }
220
+ with open("result.txt", 'w') as file:
221
  for key, value in final_msg.items():
222
  file.write(f"{key}: {value}\n")
223
  print(final_msg)
 
224
  fpr, tpr, thresholds = roc_curve(tlabels, positive_class_probs)
225
+ with open("roc_data.pkl", "wb") as f:
226
  pickle.dump((fpr, tpr, thresholds), f)
 
 
 
 
227
  print(final_msg)
228
  f.close()
229
  with open(self.log_folder_path+f"/log_{phase}_finetuned_info.txt", 'a') as f1:
 
426
  auc_score = roc_auc_score(tlabels, positive_class_probs)
427
  end_time = time.time()
428
  final_msg = {
 
429
  "avg_loss": avg_loss / len(data_iter),
430
  "total_acc": total_correct * 100.0 / total_element,
431
  "precisions": precisions,
 
437
  # "predicted_labels": f"{plabels}",
438
  "time_taken_from_start": end_time - self.start_time
439
  }
440
+ with open("result.txt", 'w') as file:
441
  for key, value in final_msg.items():
442
  file.write(f"{key}: {value}\n")
443
+
 
444
  print(final_msg)
445
  fpr, tpr, thresholds = roc_curve(tlabels, positive_class_probs)
446
  f.close()
plot.png ADDED
assests/prepare_pretraining_input_vocab_file.py → prepare_pretraining_input_vocab_file.py RENAMED
File without changes
ratio_proportion_change3/finetuning/test.txt ADDED
The diff for this file is too large to render. See raw diff
 
ratio_proportion_change3/finetuning/test_in.txt ADDED
The diff for this file is too large to render. See raw diff
 
ratio_proportion_change3/finetuning/test_in_info.txt ADDED
The diff for this file is too large to render. See raw diff
 
ratio_proportion_change3/finetuning/test_in_label.txt ADDED
@@ -0,0 +1,8601 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ 5
2
+ 4
3
+ 5
4
+ 5
5
+ 1
6
+ 1
7
+ 5
8
+ 4
9
+ 4
10
+ 5
11
+ 5
12
+ 5
13
+ 0
14
+ 0
15
+ 0
16
+ 4
17
+ 4
18
+ 3
19
+ 1
20
+ 1
21
+ 1
22
+ 4
23
+ 4
24
+ 4
25
+ 2
26
+ 5
27
+ 1
28
+ 2
29
+ 5
30
+ 2
31
+ 2
32
+ 1
33
+ 1
34
+ 0
35
+ 5
36
+ 0
37
+ 2
38
+ 4
39
+ 5
40
+ 5
41
+ 6
42
+ 5
43
+ 0
44
+ 1
45
+ 0
46
+ 5
47
+ 2
48
+ 2
49
+ 5
50
+ 5
51
+ 5
52
+ 4
53
+ 4
54
+ 5
55
+ 4
56
+ 4
57
+ 4
58
+ 2
59
+ 5
60
+ 0
61
+ 5
62
+ 5
63
+ 5
64
+ 5
65
+ 5
66
+ 5
67
+ 5
68
+ 5
69
+ 6
70
+ 1
71
+ 1
72
+ 1
73
+ 5
74
+ 1
75
+ 1
76
+ 0
77
+ 0
78
+ 0
79
+ 1
80
+ 1
81
+ 1
82
+ 4
83
+ 5
84
+ 5
85
+ 4
86
+ 4
87
+ 4
88
+ 5
89
+ 2
90
+ 5
91
+ 0
92
+ 0
93
+ 0
94
+ 4
95
+ 4
96
+ 4
97
+ 2
98
+ 5
99
+ 1
100
+ 4
101
+ 4
102
+ 4
103
+ 5
104
+ 5
105
+ 5
106
+ 0
107
+ 5
108
+ 4
109
+ 5
110
+ 5
111
+ 5
112
+ 5
113
+ 5
114
+ 5
115
+ 1
116
+ 1
117
+ 1
118
+ 0
119
+ 0
120
+ 0
121
+ 4
122
+ 4
123
+ 4
124
+ 1
125
+ 2
126
+ 1
127
+ 0
128
+ 0
129
+ 0
130
+ 5
131
+ 5
132
+ 5
133
+ 0
134
+ 4
135
+ 0
136
+ 1
137
+ 1
138
+ 1
139
+ 1
140
+ 5
141
+ 6
142
+ 4
143
+ 4
144
+ 4
145
+ 0
146
+ 0
147
+ 0
148
+ 4
149
+ 4
150
+ 4
151
+ 0
152
+ 0
153
+ 0
154
+ 4
155
+ 3
156
+ 3
157
+ 2
158
+ 0
159
+ 4
160
+ 6
161
+ 5
162
+ 5
163
+ 5
164
+ 2
165
+ 0
166
+ 0
167
+ 0
168
+ 2
169
+ 5
170
+ 5
171
+ 5
172
+ 1
173
+ 2
174
+ 2
175
+ 4
176
+ 2
177
+ 4
178
+ 5
179
+ 6
180
+ 5
181
+ 5
182
+ 1
183
+ 6
184
+ 5
185
+ 4
186
+ 2
187
+ 2
188
+ 5
189
+ 1
190
+ 5
191
+ 5
192
+ 2
193
+ 4
194
+ 4
195
+ 3
196
+ 0
197
+ 2
198
+ 0
199
+ 5
200
+ 5
201
+ 6
202
+ 5
203
+ 1
204
+ 5
205
+ 0
206
+ 5
207
+ 6
208
+ 2
209
+ 0
210
+ 1
211
+ 4
212
+ 0
213
+ 0
214
+ 1
215
+ 0
216
+ 0
217
+ 5
218
+ 5
219
+ 5
220
+ 2
221
+ 4
222
+ 2
223
+ 5
224
+ 3
225
+ 4
226
+ 2
227
+ 1
228
+ 2
229
+ 0
230
+ 0
231
+ 0
232
+ 2
233
+ 0
234
+ 0
235
+ 3
236
+ 4
237
+ 4
238
+ 0
239
+ 4
240
+ 0
241
+ 5
242
+ 4
243
+ 6
244
+ 5
245
+ 2
246
+ 5
247
+ 0
248
+ 0
249
+ 0
250
+ 4
251
+ 4
252
+ 3
253
+ 3
254
+ 4
255
+ 4
256
+ 0
257
+ 5
258
+ 2
259
+ 5
260
+ 5
261
+ 5
262
+ 3
263
+ 4
264
+ 4
265
+ 2
266
+ 1
267
+ 2
268
+ 5
269
+ 4
270
+ 4
271
+ 1
272
+ 2
273
+ 2
274
+ 5
275
+ 4
276
+ 4
277
+ 4
278
+ 4
279
+ 4
280
+ 3
281
+ 5
282
+ 3
283
+ 5
284
+ 5
285
+ 2
286
+ 2
287
+ 5
288
+ 5
289
+ 4
290
+ 3
291
+ 3
292
+ 5
293
+ 2
294
+ 5
295
+ 2
296
+ 1
297
+ 1
298
+ 2
299
+ 5
300
+ 2
301
+ 5
302
+ 4
303
+ 5
304
+ 2
305
+ 1
306
+ 2
307
+ 0
308
+ 2
309
+ 5
310
+ 4
311
+ 3
312
+ 4
313
+ 0
314
+ 0
315
+ 0
316
+ 4
317
+ 4
318
+ 4
319
+ 4
320
+ 0
321
+ 4
322
+ 4
323
+ 4
324
+ 4
325
+ 4
326
+ 4
327
+ 5
328
+ 2
329
+ 2
330
+ 2
331
+ 4
332
+ 4
333
+ 4
334
+ 5
335
+ 5
336
+ 2
337
+ 4
338
+ 4
339
+ 4
340
+ 5
341
+ 5
342
+ 5
343
+ 4
344
+ 5
345
+ 5
346
+ 4
347
+ 4
348
+ 0
349
+ 5
350
+ 2
351
+ 0
352
+ 2
353
+ 3
354
+ 4
355
+ 0
356
+ 0
357
+ 0
358
+ 4
359
+ 4
360
+ 4
361
+ 3
362
+ 2
363
+ 4
364
+ 2
365
+ 1
366
+ 1
367
+ 0
368
+ 0
369
+ 0
370
+ 4
371
+ 5
372
+ 4
373
+ 2
374
+ 1
375
+ 1
376
+ 3
377
+ 4
378
+ 3
379
+ 3
380
+ 4
381
+ 6
382
+ 5
383
+ 5
384
+ 5
385
+ 3
386
+ 4
387
+ 4
388
+ 5
389
+ 5
390
+ 5
391
+ 0
392
+ 0
393
+ 0
394
+ 0
395
+ 2
396
+ 4
397
+ 5
398
+ 5
399
+ 4
400
+ 1
401
+ 2
402
+ 1
403
+ 3
404
+ 3
405
+ 3
406
+ 3
407
+ 4
408
+ 4
409
+ 2
410
+ 5
411
+ 1
412
+ 5
413
+ 4
414
+ 5
415
+ 0
416
+ 0
417
+ 0
418
+ 4
419
+ 4
420
+ 4
421
+ 2
422
+ 1
423
+ 1
424
+ 0
425
+ 5
426
+ 0
427
+ 0
428
+ 0
429
+ 0
430
+ 3
431
+ 3
432
+ 4
433
+ 6
434
+ 6
435
+ 6
436
+ 3
437
+ 4
438
+ 3
439
+ 2
440
+ 2
441
+ 2
442
+ 4
443
+ 4
444
+ 3
445
+ 2
446
+ 2
447
+ 2
448
+ 5
449
+ 5
450
+ 5
451
+ 2
452
+ 2
453
+ 2
454
+ 0
455
+ 2
456
+ 0
457
+ 0
458
+ 1
459
+ 0
460
+ 4
461
+ 4
462
+ 4
463
+ 5
464
+ 0
465
+ 5
466
+ 4
467
+ 4
468
+ 3
469
+ 1
470
+ 2
471
+ 1
472
+ 2
473
+ 2
474
+ 2
475
+ 0
476
+ 5
477
+ 5
478
+ 0
479
+ 0
480
+ 0
481
+ 5
482
+ 5
483
+ 2
484
+ 4
485
+ 5
486
+ 5
487
+ 4
488
+ 4
489
+ 5
490
+ 5
491
+ 4
492
+ 5
493
+ 5
494
+ 5
495
+ 5
496
+ 5
497
+ 5
498
+ 5
499
+ 1
500
+ 5
501
+ 2
502
+ 2
503
+ 2
504
+ 5
505
+ 1
506
+ 5
507
+ 2
508
+ 4
509
+ 5
510
+ 4
511
+ 5
512
+ 2
513
+ 5
514
+ 5
515
+ 2
516
+ 4
517
+ 4
518
+ 4
519
+ 4
520
+ 2
521
+ 2
522
+ 1
523
+ 2
524
+ 2
525
+ 4
526
+ 2
527
+ 5
528
+ 1
529
+ 4
530
+ 4
531
+ 4
532
+ 1
533
+ 1
534
+ 1
535
+ 5
536
+ 2
537
+ 5
538
+ 1
539
+ 1
540
+ 1
541
+ 5
542
+ 5
543
+ 5
544
+ 1
545
+ 1
546
+ 1
547
+ 5
548
+ 4
549
+ 4
550
+ 4
551
+ 5
552
+ 5
553
+ 4
554
+ 5
555
+ 3
556
+ 4
557
+ 4
558
+ 4
559
+ 1
560
+ 1
561
+ 2
562
+ 1
563
+ 0
564
+ 1
565
+ 5
566
+ 5
567
+ 5
568
+ 5
569
+ 5
570
+ 5
571
+ 1
572
+ 2
573
+ 2
574
+ 4
575
+ 4
576
+ 4
577
+ 3
578
+ 1
579
+ 1
580
+ 4
581
+ 5
582
+ 5
583
+ 4
584
+ 4
585
+ 5
586
+ 3
587
+ 5
588
+ 4
589
+ 4
590
+ 4
591
+ 4
592
+ 1
593
+ 0
594
+ 1
595
+ 3
596
+ 3
597
+ 3
598
+ 5
599
+ 5
600
+ 2
601
+ 4
602
+ 4
603
+ 5
604
+ 5
605
+ 4
606
+ 4
607
+ 4
608
+ 4
609
+ 4
610
+ 2
611
+ 2
612
+ 5
613
+ 4
614
+ 4
615
+ 5
616
+ 5
617
+ 1
618
+ 2
619
+ 4
620
+ 3
621
+ 3
622
+ 5
623
+ 5
624
+ 1
625
+ 5
626
+ 6
627
+ 5
628
+ 4
629
+ 4
630
+ 4
631
+ 6
632
+ 6
633
+ 6
634
+ 3
635
+ 3
636
+ 3
637
+ 4
638
+ 4
639
+ 4
640
+ 4
641
+ 5
642
+ 4
643
+ 4
644
+ 4
645
+ 4
646
+ 4
647
+ 5
648
+ 4
649
+ 4
650
+ 5
651
+ 5
652
+ 4
653
+ 5
654
+ 3
655
+ 5
656
+ 4
657
+ 4
658
+ 0
659
+ 2
660
+ 0
661
+ 5
662
+ 6
663
+ 6
664
+ 4
665
+ 2
666
+ 2
667
+ 4
668
+ 4
669
+ 2
670
+ 2
671
+ 5
672
+ 5
673
+ 0
674
+ 0
675
+ 0
676
+ 0
677
+ 0
678
+ 0
679
+ 0
680
+ 0
681
+ 4
682
+ 1
683
+ 1
684
+ 1
685
+ 4
686
+ 4
687
+ 4
688
+ 5
689
+ 5
690
+ 5
691
+ 4
692
+ 4
693
+ 5
694
+ 1
695
+ 1
696
+ 1
697
+ 5
698
+ 5
699
+ 5
700
+ 5
701
+ 4
702
+ 5
703
+ 0
704
+ 2
705
+ 4
706
+ 5
707
+ 4
708
+ 0
709
+ 4
710
+ 5
711
+ 4
712
+ 0
713
+ 0
714
+ 0
715
+ 5
716
+ 6
717
+ 5
718
+ 5
719
+ 5
720
+ 5
721
+ 0
722
+ 0
723
+ 0
724
+ 4
725
+ 4
726
+ 4
727
+ 5
728
+ 5
729
+ 4
730
+ 1
731
+ 1
732
+ 1
733
+ 4
734
+ 5
735
+ 4
736
+ 5
737
+ 5
738
+ 1
739
+ 1
740
+ 1
741
+ 2
742
+ 0
743
+ 0
744
+ 0
745
+ 0
746
+ 1
747
+ 3
748
+ 4
749
+ 4
750
+ 4
751
+ 1
752
+ 1
753
+ 1
754
+ 4
755
+ 1
756
+ 4
757
+ 4
758
+ 4
759
+ 3
760
+ 2
761
+ 2
762
+ 5
763
+ 0
764
+ 0
765
+ 0
766
+ 4
767
+ 4
768
+ 5
769
+ 5
770
+ 2
771
+ 5
772
+ 3
773
+ 4
774
+ 3
775
+ 5
776
+ 5
777
+ 1
778
+ 4
779
+ 3
780
+ 4
781
+ 5
782
+ 5
783
+ 5
784
+ 0
785
+ 0
786
+ 0
787
+ 2
788
+ 2
789
+ 4
790
+ 2
791
+ 2
792
+ 1
793
+ 0
794
+ 0
795
+ 5
796
+ 0
797
+ 0
798
+ 0
799
+ 1
800
+ 2
801
+ 3
802
+ 2
803
+ 2
804
+ 5
805
+ 4
806
+ 3
807
+ 4
808
+ 5
809
+ 5
810
+ 5
811
+ 0
812
+ 0
813
+ 2
814
+ 2
815
+ 1
816
+ 2
817
+ 5
818
+ 2
819
+ 5
820
+ 1
821
+ 2
822
+ 5
823
+ 4
824
+ 4
825
+ 4
826
+ 5
827
+ 5
828
+ 5
829
+ 4
830
+ 4
831
+ 4
832
+ 4
833
+ 4
834
+ 4
835
+ 0
836
+ 4
837
+ 0
838
+ 0
839
+ 2
840
+ 0
841
+ 4
842
+ 4
843
+ 5
844
+ 2
845
+ 1
846
+ 2
847
+ 2
848
+ 0
849
+ 0
850
+ 5
851
+ 3
852
+ 5
853
+ 4
854
+ 4
855
+ 4
856
+ 4
857
+ 5
858
+ 5
859
+ 5
860
+ 5
861
+ 5
862
+ 0
863
+ 0
864
+ 0
865
+ 1
866
+ 1
867
+ 5
868
+ 4
869
+ 4
870
+ 4
871
+ 2
872
+ 2
873
+ 2
874
+ 4
875
+ 4
876
+ 0
877
+ 0
878
+ 0
879
+ 0
880
+ 2
881
+ 1
882
+ 2
883
+ 0
884
+ 0
885
+ 0
886
+ 4
887
+ 4
888
+ 4
889
+ 5
890
+ 5
891
+ 5
892
+ 1
893
+ 2
894
+ 0
895
+ 5
896
+ 4
897
+ 4
898
+ 5
899
+ 1
900
+ 2
901
+ 5
902
+ 2
903
+ 5
904
+ 4
905
+ 4
906
+ 4
907
+ 5
908
+ 5
909
+ 5
910
+ 4
911
+ 4
912
+ 4
913
+ 5
914
+ 5
915
+ 5
916
+ 2
917
+ 0
918
+ 2
919
+ 2
920
+ 1
921
+ 1
922
+ 4
923
+ 4
924
+ 4
925
+ 4
926
+ 4
927
+ 4
928
+ 1
929
+ 1
930
+ 5
931
+ 0
932
+ 0
933
+ 0
934
+ 5
935
+ 4
936
+ 5
937
+ 0
938
+ 4
939
+ 4
940
+ 1
941
+ 5
942
+ 2
943
+ 5
944
+ 1
945
+ 5
946
+ 5
947
+ 4
948
+ 4
949
+ 5
950
+ 4
951
+ 4
952
+ 4
953
+ 2
954
+ 1
955
+ 5
956
+ 2
957
+ 1
958
+ 5
959
+ 0
960
+ 5
961
+ 4
962
+ 4
963
+ 4
964
+ 2
965
+ 1
966
+ 2
967
+ 4
968
+ 5
969
+ 4
970
+ 6
971
+ 6
972
+ 6
973
+ 4
974
+ 4
975
+ 4
976
+ 5
977
+ 4
978
+ 4
979
+ 2
980
+ 0
981
+ 2
982
+ 6
983
+ 6
984
+ 5
985
+ 5
986
+ 5
987
+ 6
988
+ 4
989
+ 3
990
+ 3
991
+ 4
992
+ 5
993
+ 5
994
+ 3
995
+ 3
996
+ 3
997
+ 0
998
+ 0
999
+ 0
1000
+ 1
1001
+ 6
1002
+ 3
1003
+ 3
1004
+ 1
1005
+ 3
1006
+ 4
1007
+ 5
1008
+ 5
1009
+ 4
1010
+ 4
1011
+ 4
1012
+ 5
1013
+ 5
1014
+ 5
1015
+ 0
1016
+ 0
1017
+ 0
1018
+ 4
1019
+ 3
1020
+ 4
1021
+ 5
1022
+ 5
1023
+ 6
1024
+ 0
1025
+ 0
1026
+ 0
1027
+ 4
1028
+ 5
1029
+ 4
1030
+ 0
1031
+ 4
1032
+ 4
1033
+ 0
1034
+ 0
1035
+ 0
1036
+ 5
1037
+ 5
1038
+ 5
1039
+ 4
1040
+ 4
1041
+ 4
1042
+ 5
1043
+ 5
1044
+ 1
1045
+ 3
1046
+ 5
1047
+ 3
1048
+ 0
1049
+ 0
1050
+ 0
1051
+ 2
1052
+ 2
1053
+ 1
1054
+ 4
1055
+ 4
1056
+ 3
1057
+ 4
1058
+ 4
1059
+ 0
1060
+ 3
1061
+ 5
1062
+ 4
1063
+ 5
1064
+ 2
1065
+ 1
1066
+ 4
1067
+ 4
1068
+ 4
1069
+ 5
1070
+ 5
1071
+ 5
1072
+ 4
1073
+ 4
1074
+ 4
1075
+ 4
1076
+ 4
1077
+ 4
1078
+ 4
1079
+ 4
1080
+ 4
1081
+ 4
1082
+ 5
1083
+ 3
1084
+ 3
1085
+ 4
1086
+ 4
1087
+ 5
1088
+ 6
1089
+ 4
1090
+ 5
1091
+ 5
1092
+ 5
1093
+ 4
1094
+ 5
1095
+ 5
1096
+ 4
1097
+ 4
1098
+ 3
1099
+ 3
1100
+ 4
1101
+ 4
1102
+ 5
1103
+ 2
1104
+ 5
1105
+ 0
1106
+ 4
1107
+ 5
1108
+ 5
1109
+ 5
1110
+ 5
1111
+ 5
1112
+ 1
1113
+ 0
1114
+ 1
1115
+ 1
1116
+ 1
1117
+ 4
1118
+ 4
1119
+ 4
1120
+ 4
1121
+ 4
1122
+ 4
1123
+ 2
1124
+ 1
1125
+ 1
1126
+ 4
1127
+ 4
1128
+ 4
1129
+ 4
1130
+ 4
1131
+ 4
1132
+ 0
1133
+ 4
1134
+ 0
1135
+ 0
1136
+ 0
1137
+ 0
1138
+ 2
1139
+ 0
1140
+ 2
1141
+ 5
1142
+ 5
1143
+ 5
1144
+ 5
1145
+ 5
1146
+ 5
1147
+ 2
1148
+ 0
1149
+ 0
1150
+ 0
1151
+ 0
1152
+ 0
1153
+ 1
1154
+ 5
1155
+ 2
1156
+ 5
1157
+ 5
1158
+ 5
1159
+ 0
1160
+ 2
1161
+ 0
1162
+ 1
1163
+ 5
1164
+ 1
1165
+ 1
1166
+ 2
1167
+ 2
1168
+ 0
1169
+ 0
1170
+ 0
1171
+ 1
1172
+ 1
1173
+ 1
1174
+ 0
1175
+ 2
1176
+ 0
1177
+ 0
1178
+ 1
1179
+ 5
1180
+ 1
1181
+ 1
1182
+ 1
1183
+ 5
1184
+ 5
1185
+ 5
1186
+ 5
1187
+ 2
1188
+ 5
1189
+ 1
1190
+ 1
1191
+ 1
1192
+ 1
1193
+ 2
1194
+ 2
1195
+ 2
1196
+ 2
1197
+ 2
1198
+ 4
1199
+ 1
1200
+ 1
1201
+ 2
1202
+ 2
1203
+ 1
1204
+ 1
1205
+ 6
1206
+ 1
1207
+ 1
1208
+ 2
1209
+ 5
1210
+ 2
1211
+ 1
1212
+ 2
1213
+ 2
1214
+ 1
1215
+ 5
1216
+ 5
1217
+ 5
1218
+ 5
1219
+ 2
1220
+ 2
1221
+ 1
1222
+ 3
1223
+ 4
1224
+ 5
1225
+ 5
1226
+ 5
1227
+ 5
1228
+ 4
1229
+ 4
1230
+ 4
1231
+ 4
1232
+ 5
1233
+ 5
1234
+ 4
1235
+ 5
1236
+ 4
1237
+ 0
1238
+ 0
1239
+ 0
1240
+ 0
1241
+ 4
1242
+ 0
1243
+ 4
1244
+ 3
1245
+ 5
1246
+ 5
1247
+ 1
1248
+ 5
1249
+ 3
1250
+ 4
1251
+ 3
1252
+ 0
1253
+ 0
1254
+ 0
1255
+ 4
1256
+ 1
1257
+ 2
1258
+ 5
1259
+ 5
1260
+ 4
1261
+ 4
1262
+ 5
1263
+ 4
1264
+ 0
1265
+ 0
1266
+ 0
1267
+ 5
1268
+ 5
1269
+ 5
1270
+ 4
1271
+ 3
1272
+ 3
1273
+ 3
1274
+ 3
1275
+ 4
1276
+ 3
1277
+ 4
1278
+ 4
1279
+ 2
1280
+ 5
1281
+ 5
1282
+ 5
1283
+ 4
1284
+ 4
1285
+ 1
1286
+ 1
1287
+ 1
1288
+ 2
1289
+ 2
1290
+ 2
1291
+ 4
1292
+ 4
1293
+ 4
1294
+ 0
1295
+ 0
1296
+ 0
1297
+ 4
1298
+ 3
1299
+ 0
1300
+ 0
1301
+ 0
1302
+ 0
1303
+ 4
1304
+ 4
1305
+ 4
1306
+ 5
1307
+ 5
1308
+ 5
1309
+ 2
1310
+ 5
1311
+ 5
1312
+ 2
1313
+ 4
1314
+ 2
1315
+ 1
1316
+ 2
1317
+ 2
1318
+ 2
1319
+ 4
1320
+ 4
1321
+ 5
1322
+ 4
1323
+ 4
1324
+ 1
1325
+ 1
1326
+ 2
1327
+ 4
1328
+ 3
1329
+ 4
1330
+ 5
1331
+ 5
1332
+ 5
1333
+ 5
1334
+ 5
1335
+ 6
1336
+ 3
1337
+ 4
1338
+ 3
1339
+ 5
1340
+ 2
1341
+ 5
1342
+ 6
1343
+ 5
1344
+ 6
1345
+ 5
1346
+ 5
1347
+ 5
1348
+ 0
1349
+ 0
1350
+ 0
1351
+ 6
1352
+ 5
1353
+ 5
1354
+ 1
1355
+ 2
1356
+ 1
1357
+ 1
1358
+ 2
1359
+ 2
1360
+ 0
1361
+ 0
1362
+ 4
1363
+ 5
1364
+ 2
1365
+ 5
1366
+ 4
1367
+ 4
1368
+ 4
1369
+ 3
1370
+ 5
1371
+ 3
1372
+ 1
1373
+ 2
1374
+ 2
1375
+ 6
1376
+ 5
1377
+ 5
1378
+ 5
1379
+ 5
1380
+ 5
1381
+ 4
1382
+ 5
1383
+ 5
1384
+ 2
1385
+ 0
1386
+ 0
1387
+ 4
1388
+ 0
1389
+ 4
1390
+ 5
1391
+ 2
1392
+ 5
1393
+ 4
1394
+ 4
1395
+ 4
1396
+ 2
1397
+ 5
1398
+ 1
1399
+ 4
1400
+ 5
1401
+ 4
1402
+ 2
1403
+ 5
1404
+ 2
1405
+ 0
1406
+ 0
1407
+ 0
1408
+ 2
1409
+ 1
1410
+ 1
1411
+ 5
1412
+ 5
1413
+ 5
1414
+ 5
1415
+ 2
1416
+ 1
1417
+ 4
1418
+ 4
1419
+ 4
1420
+ 5
1421
+ 5
1422
+ 5
1423
+ 3
1424
+ 6
1425
+ 4
1426
+ 4
1427
+ 5
1428
+ 4
1429
+ 4
1430
+ 4
1431
+ 4
1432
+ 2
1433
+ 4
1434
+ 5
1435
+ 2
1436
+ 1
1437
+ 2
1438
+ 4
1439
+ 4
1440
+ 4
1441
+ 2
1442
+ 1
1443
+ 1
1444
+ 2
1445
+ 1
1446
+ 1
1447
+ 4
1448
+ 0
1449
+ 5
1450
+ 4
1451
+ 5
1452
+ 5
1453
+ 5
1454
+ 5
1455
+ 5
1456
+ 2
1457
+ 5
1458
+ 5
1459
+ 5
1460
+ 5
1461
+ 5
1462
+ 5
1463
+ 2
1464
+ 5
1465
+ 5
1466
+ 2
1467
+ 5
1468
+ 5
1469
+ 5
1470
+ 5
1471
+ 0
1472
+ 0
1473
+ 0
1474
+ 5
1475
+ 6
1476
+ 5
1477
+ 5
1478
+ 3
1479
+ 4
1480
+ 0
1481
+ 2
1482
+ 2
1483
+ 4
1484
+ 5
1485
+ 4
1486
+ 4
1487
+ 3
1488
+ 4
1489
+ 4
1490
+ 4
1491
+ 3
1492
+ 5
1493
+ 3
1494
+ 5
1495
+ 4
1496
+ 4
1497
+ 4
1498
+ 1
1499
+ 2
1500
+ 2
1501
+ 4
1502
+ 4
1503
+ 4
1504
+ 5
1505
+ 4
1506
+ 0
1507
+ 4
1508
+ 4
1509
+ 4
1510
+ 3
1511
+ 4
1512
+ 4
1513
+ 4
1514
+ 4
1515
+ 4
1516
+ 1
1517
+ 2
1518
+ 2
1519
+ 0
1520
+ 0
1521
+ 2
1522
+ 2
1523
+ 1
1524
+ 6
1525
+ 4
1526
+ 5
1527
+ 5
1528
+ 3
1529
+ 3
1530
+ 4
1531
+ 5
1532
+ 5
1533
+ 5
1534
+ 1
1535
+ 5
1536
+ 2
1537
+ 1
1538
+ 1
1539
+ 2
1540
+ 5
1541
+ 5
1542
+ 5
1543
+ 4
1544
+ 4
1545
+ 4
1546
+ 1
1547
+ 2
1548
+ 5
1549
+ 0
1550
+ 0
1551
+ 0
1552
+ 4
1553
+ 5
1554
+ 4
1555
+ 2
1556
+ 1
1557
+ 1
1558
+ 2
1559
+ 1
1560
+ 1
1561
+ 4
1562
+ 3
1563
+ 4
1564
+ 2
1565
+ 4
1566
+ 4
1567
+ 0
1568
+ 0
1569
+ 4
1570
+ 5
1571
+ 0
1572
+ 0
1573
+ 2
1574
+ 2
1575
+ 2
1576
+ 0
1577
+ 5
1578
+ 2
1579
+ 1
1580
+ 1
1581
+ 1
1582
+ 5
1583
+ 5
1584
+ 5
1585
+ 4
1586
+ 4
1587
+ 4
1588
+ 5
1589
+ 4
1590
+ 5
1591
+ 5
1592
+ 5
1593
+ 5
1594
+ 3
1595
+ 1
1596
+ 5
1597
+ 2
1598
+ 5
1599
+ 3
1600
+ 2
1601
+ 2
1602
+ 1
1603
+ 5
1604
+ 2
1605
+ 5
1606
+ 5
1607
+ 5
1608
+ 5
1609
+ 3
1610
+ 4
1611
+ 3
1612
+ 1
1613
+ 2
1614
+ 1
1615
+ 0
1616
+ 5
1617
+ 0
1618
+ 0
1619
+ 0
1620
+ 0
1621
+ 4
1622
+ 4
1623
+ 3
1624
+ 4
1625
+ 4
1626
+ 4
1627
+ 5
1628
+ 5
1629
+ 5
1630
+ 5
1631
+ 6
1632
+ 6
1633
+ 4
1634
+ 4
1635
+ 4
1636
+ 4
1637
+ 4
1638
+ 4
1639
+ 0
1640
+ 5
1641
+ 2
1642
+ 1
1643
+ 1
1644
+ 5
1645
+ 1
1646
+ 2
1647
+ 1
1648
+ 1
1649
+ 2
1650
+ 2
1651
+ 5
1652
+ 5
1653
+ 4
1654
+ 5
1655
+ 2
1656
+ 1
1657
+ 4
1658
+ 5
1659
+ 1
1660
+ 2
1661
+ 5
1662
+ 2
1663
+ 4
1664
+ 3
1665
+ 4
1666
+ 2
1667
+ 2
1668
+ 5
1669
+ 3
1670
+ 4
1671
+ 4
1672
+ 5
1673
+ 6
1674
+ 5
1675
+ 1
1676
+ 0
1677
+ 2
1678
+ 2
1679
+ 1
1680
+ 1
1681
+ 6
1682
+ 5
1683
+ 6
1684
+ 4
1685
+ 4
1686
+ 4
1687
+ 0
1688
+ 5
1689
+ 2
1690
+ 5
1691
+ 3
1692
+ 2
1693
+ 4
1694
+ 3
1695
+ 4
1696
+ 4
1697
+ 5
1698
+ 4
1699
+ 1
1700
+ 5
1701
+ 2
1702
+ 4
1703
+ 4
1704
+ 4
1705
+ 5
1706
+ 5
1707
+ 5
1708
+ 5
1709
+ 3
1710
+ 3
1711
+ 1
1712
+ 1
1713
+ 1
1714
+ 0
1715
+ 0
1716
+ 0
1717
+ 1
1718
+ 1
1719
+ 1
1720
+ 2
1721
+ 1
1722
+ 1
1723
+ 2
1724
+ 0
1725
+ 0
1726
+ 6
1727
+ 5
1728
+ 6
1729
+ 2
1730
+ 1
1731
+ 1
1732
+ 5
1733
+ 5
1734
+ 4
1735
+ 0
1736
+ 2
1737
+ 4
1738
+ 5
1739
+ 6
1740
+ 6
1741
+ 0
1742
+ 0
1743
+ 0
1744
+ 4
1745
+ 2
1746
+ 2
1747
+ 5
1748
+ 5
1749
+ 5
1750
+ 0
1751
+ 0
1752
+ 0
1753
+ 4
1754
+ 0
1755
+ 4
1756
+ 5
1757
+ 5
1758
+ 1
1759
+ 1
1760
+ 5
1761
+ 1
1762
+ 1
1763
+ 0
1764
+ 5
1765
+ 4
1766
+ 0
1767
+ 3
1768
+ 2
1769
+ 5
1770
+ 1
1771
+ 4
1772
+ 6
1773
+ 6
1774
+ 2
1775
+ 1
1776
+ 2
1777
+ 0
1778
+ 2
1779
+ 0
1780
+ 4
1781
+ 3
1782
+ 4
1783
+ 5
1784
+ 4
1785
+ 4
1786
+ 4
1787
+ 4
1788
+ 0
1789
+ 5
1790
+ 5
1791
+ 4
1792
+ 5
1793
+ 5
1794
+ 5
1795
+ 5
1796
+ 0
1797
+ 5
1798
+ 5
1799
+ 5
1800
+ 5
1801
+ 4
1802
+ 4
1803
+ 4
1804
+ 1
1805
+ 5
1806
+ 0
1807
+ 2
1808
+ 2
1809
+ 1
1810
+ 4
1811
+ 4
1812
+ 4
1813
+ 4
1814
+ 5
1815
+ 4
1816
+ 5
1817
+ 2
1818
+ 2
1819
+ 0
1820
+ 2
1821
+ 0
1822
+ 3
1823
+ 3
1824
+ 3
1825
+ 4
1826
+ 4
1827
+ 4
1828
+ 0
1829
+ 0
1830
+ 0
1831
+ 5
1832
+ 5
1833
+ 5
1834
+ 0
1835
+ 0
1836
+ 0
1837
+ 4
1838
+ 4
1839
+ 4
1840
+ 4
1841
+ 4
1842
+ 4
1843
+ 2
1844
+ 1
1845
+ 1
1846
+ 2
1847
+ 0
1848
+ 0
1849
+ 5
1850
+ 5
1851
+ 2
1852
+ 3
1853
+ 4
1854
+ 3
1855
+ 5
1856
+ 3
1857
+ 5
1858
+ 1
1859
+ 1
1860
+ 0
1861
+ 0
1862
+ 0
1863
+ 0
1864
+ 5
1865
+ 2
1866
+ 3
1867
+ 5
1868
+ 5
1869
+ 5
1870
+ 0
1871
+ 0
1872
+ 0
1873
+ 6
1874
+ 6
1875
+ 5
1876
+ 3
1877
+ 5
1878
+ 0
1879
+ 0
1880
+ 0
1881
+ 0
1882
+ 2
1883
+ 5
1884
+ 2
1885
+ 4
1886
+ 4
1887
+ 3
1888
+ 4
1889
+ 3
1890
+ 4
1891
+ 4
1892
+ 0
1893
+ 0
1894
+ 5
1895
+ 5
1896
+ 5
1897
+ 3
1898
+ 3
1899
+ 4
1900
+ 1
1901
+ 2
1902
+ 1
1903
+ 2
1904
+ 2
1905
+ 1
1906
+ 4
1907
+ 4
1908
+ 4
1909
+ 0
1910
+ 2
1911
+ 4
1912
+ 4
1913
+ 0
1914
+ 4
1915
+ 5
1916
+ 5
1917
+ 5
1918
+ 0
1919
+ 0
1920
+ 2
1921
+ 4
1922
+ 2
1923
+ 2
1924
+ 5
1925
+ 5
1926
+ 5
1927
+ 5
1928
+ 5
1929
+ 5
1930
+ 3
1931
+ 0
1932
+ 3
1933
+ 0
1934
+ 2
1935
+ 2
1936
+ 5
1937
+ 5
1938
+ 5
1939
+ 0
1940
+ 0
1941
+ 0
1942
+ 5
1943
+ 1
1944
+ 5
1945
+ 4
1946
+ 5
1947
+ 4
1948
+ 5
1949
+ 1
1950
+ 2
1951
+ 3
1952
+ 5
1953
+ 5
1954
+ 4
1955
+ 4
1956
+ 4
1957
+ 1
1958
+ 5
1959
+ 2
1960
+ 4
1961
+ 4
1962
+ 4
1963
+ 1
1964
+ 5
1965
+ 1
1966
+ 5
1967
+ 5
1968
+ 5
1969
+ 2
1970
+ 2
1971
+ 1
1972
+ 4
1973
+ 4
1974
+ 4
1975
+ 4
1976
+ 3
1977
+ 4
1978
+ 4
1979
+ 4
1980
+ 4
1981
+ 0
1982
+ 3
1983
+ 0
1984
+ 0
1985
+ 2
1986
+ 0
1987
+ 3
1988
+ 6
1989
+ 6
1990
+ 4
1991
+ 4
1992
+ 4
1993
+ 2
1994
+ 0
1995
+ 5
1996
+ 2
1997
+ 1
1998
+ 2
1999
+ 5
2000
+ 5
2001
+ 5
2002
+ 5
2003
+ 5
2004
+ 4
2005
+ 0
2006
+ 5
2007
+ 4
2008
+ 5
2009
+ 5
2010
+ 5
2011
+ 0
2012
+ 0
2013
+ 0
2014
+ 2
2015
+ 5
2016
+ 2
2017
+ 5
2018
+ 5
2019
+ 4
2020
+ 2
2021
+ 0
2022
+ 0
2023
+ 2
2024
+ 5
2025
+ 4
2026
+ 5
2027
+ 4
2028
+ 5
2029
+ 2
2030
+ 2
2031
+ 2
2032
+ 0
2033
+ 2
2034
+ 0
2035
+ 3
2036
+ 3
2037
+ 4
2038
+ 5
2039
+ 5
2040
+ 4
2041
+ 4
2042
+ 4
2043
+ 4
2044
+ 0
2045
+ 0
2046
+ 0
2047
+ 5
2048
+ 2
2049
+ 0
2050
+ 5
2051
+ 5
2052
+ 5
2053
+ 2
2054
+ 1
2055
+ 1
2056
+ 0
2057
+ 0
2058
+ 0
2059
+ 4
2060
+ 3
2061
+ 4
2062
+ 5
2063
+ 5
2064
+ 5
2065
+ 1
2066
+ 5
2067
+ 5
2068
+ 1
2069
+ 1
2070
+ 1
2071
+ 0
2072
+ 2
2073
+ 2
2074
+ 5
2075
+ 5
2076
+ 5
2077
+ 5
2078
+ 4
2079
+ 6
2080
+ 1
2081
+ 5
2082
+ 5
2083
+ 1
2084
+ 2
2085
+ 2
2086
+ 4
2087
+ 4
2088
+ 4
2089
+ 5
2090
+ 5
2091
+ 5
2092
+ 2
2093
+ 5
2094
+ 5
2095
+ 3
2096
+ 4
2097
+ 5
2098
+ 2
2099
+ 4
2100
+ 2
2101
+ 4
2102
+ 5
2103
+ 3
2104
+ 4
2105
+ 5
2106
+ 5
2107
+ 5
2108
+ 1
2109
+ 1
2110
+ 2
2111
+ 2
2112
+ 1
2113
+ 5
2114
+ 5
2115
+ 5
2116
+ 5
2117
+ 3
2118
+ 1
2119
+ 0
2120
+ 0
2121
+ 0
2122
+ 4
2123
+ 2
2124
+ 4
2125
+ 4
2126
+ 4
2127
+ 4
2128
+ 4
2129
+ 4
2130
+ 4
2131
+ 2
2132
+ 2
2133
+ 5
2134
+ 5
2135
+ 3
2136
+ 5
2137
+ 2
2138
+ 0
2139
+ 0
2140
+ 5
2141
+ 5
2142
+ 5
2143
+ 5
2144
+ 6
2145
+ 2
2146
+ 5
2147
+ 5
2148
+ 5
2149
+ 6
2150
+ 5
2151
+ 6
2152
+ 5
2153
+ 1
2154
+ 2
2155
+ 2
2156
+ 1
2157
+ 1
2158
+ 5
2159
+ 5
2160
+ 5
2161
+ 0
2162
+ 0
2163
+ 0
2164
+ 4
2165
+ 4
2166
+ 1
2167
+ 4
2168
+ 4
2169
+ 5
2170
+ 5
2171
+ 2
2172
+ 5
2173
+ 5
2174
+ 5
2175
+ 5
2176
+ 5
2177
+ 4
2178
+ 4
2179
+ 3
2180
+ 4
2181
+ 3
2182
+ 1
2183
+ 2
2184
+ 0
2185
+ 0
2186
+ 0
2187
+ 0
2188
+ 0
2189
+ 4
2190
+ 2
2191
+ 1
2192
+ 2
2193
+ 2
2194
+ 1
2195
+ 1
2196
+ 1
2197
+ 4
2198
+ 4
2199
+ 5
2200
+ 4
2201
+ 4
2202
+ 5
2203
+ 5
2204
+ 3
2205
+ 3
2206
+ 4
2207
+ 5
2208
+ 5
2209
+ 0
2210
+ 0
2211
+ 0
2212
+ 4
2213
+ 4
2214
+ 5
2215
+ 2
2216
+ 0
2217
+ 4
2218
+ 2
2219
+ 0
2220
+ 5
2221
+ 4
2222
+ 5
2223
+ 3
2224
+ 5
2225
+ 5
2226
+ 5
2227
+ 0
2228
+ 0
2229
+ 0
2230
+ 3
2231
+ 4
2232
+ 4
2233
+ 3
2234
+ 3
2235
+ 3
2236
+ 2
2237
+ 2
2238
+ 1
2239
+ 5
2240
+ 5
2241
+ 5
2242
+ 0
2243
+ 0
2244
+ 0
2245
+ 4
2246
+ 3
2247
+ 3
2248
+ 2
2249
+ 2
2250
+ 5
2251
+ 1
2252
+ 1
2253
+ 2
2254
+ 2
2255
+ 0
2256
+ 2
2257
+ 4
2258
+ 4
2259
+ 5
2260
+ 4
2261
+ 4
2262
+ 5
2263
+ 4
2264
+ 5
2265
+ 3
2266
+ 4
2267
+ 3
2268
+ 4
2269
+ 4
2270
+ 4
2271
+ 4
2272
+ 0
2273
+ 0
2274
+ 2
2275
+ 0
2276
+ 4
2277
+ 0
2278
+ 4
2279
+ 5
2280
+ 4
2281
+ 0
2282
+ 0
2283
+ 4
2284
+ 5
2285
+ 1
2286
+ 2
2287
+ 5
2288
+ 1
2289
+ 5
2290
+ 0
2291
+ 4
2292
+ 5
2293
+ 3
2294
+ 3
2295
+ 3
2296
+ 5
2297
+ 5
2298
+ 4
2299
+ 2
2300
+ 2
2301
+ 1
2302
+ 5
2303
+ 4
2304
+ 4
2305
+ 4
2306
+ 4
2307
+ 5
2308
+ 2
2309
+ 5
2310
+ 2
2311
+ 5
2312
+ 4
2313
+ 0
2314
+ 5
2315
+ 5
2316
+ 5
2317
+ 0
2318
+ 2
2319
+ 0
2320
+ 3
2321
+ 3
2322
+ 3
2323
+ 0
2324
+ 0
2325
+ 5
2326
+ 0
2327
+ 1
2328
+ 0
2329
+ 4
2330
+ 4
2331
+ 4
2332
+ 4
2333
+ 0
2334
+ 4
2335
+ 5
2336
+ 3
2337
+ 3
2338
+ 5
2339
+ 5
2340
+ 0
2341
+ 1
2342
+ 5
2343
+ 5
2344
+ 2
2345
+ 4
2346
+ 5
2347
+ 5
2348
+ 5
2349
+ 5
2350
+ 4
2351
+ 0
2352
+ 0
2353
+ 5
2354
+ 5
2355
+ 1
2356
+ 5
2357
+ 5
2358
+ 6
2359
+ 4
2360
+ 2
2361
+ 2
2362
+ 0
2363
+ 1
2364
+ 0
2365
+ 5
2366
+ 5
2367
+ 5
2368
+ 0
2369
+ 0
2370
+ 0
2371
+ 1
2372
+ 2
2373
+ 1
2374
+ 5
2375
+ 5
2376
+ 5
2377
+ 3
2378
+ 2
2379
+ 4
2380
+ 0
2381
+ 2
2382
+ 2
2383
+ 0
2384
+ 0
2385
+ 0
2386
+ 4
2387
+ 2
2388
+ 0
2389
+ 2
2390
+ 2
2391
+ 2
2392
+ 1
2393
+ 1
2394
+ 2
2395
+ 4
2396
+ 5
2397
+ 5
2398
+ 5
2399
+ 2
2400
+ 4
2401
+ 5
2402
+ 5
2403
+ 5
2404
+ 4
2405
+ 4
2406
+ 4
2407
+ 0
2408
+ 0
2409
+ 0
2410
+ 5
2411
+ 4
2412
+ 4
2413
+ 4
2414
+ 5
2415
+ 4
2416
+ 1
2417
+ 2
2418
+ 2
2419
+ 0
2420
+ 0
2421
+ 0
2422
+ 3
2423
+ 4
2424
+ 3
2425
+ 2
2426
+ 1
2427
+ 5
2428
+ 5
2429
+ 5
2430
+ 5
2431
+ 6
2432
+ 5
2433
+ 5
2434
+ 2
2435
+ 2
2436
+ 4
2437
+ 5
2438
+ 0
2439
+ 2
2440
+ 4
2441
+ 4
2442
+ 4
2443
+ 0
2444
+ 0
2445
+ 0
2446
+ 0
2447
+ 5
2448
+ 0
2449
+ 4
2450
+ 0
2451
+ 3
2452
+ 0
2453
+ 5
2454
+ 2
2455
+ 0
2456
+ 4
2457
+ 0
2458
+ 2
2459
+ 4
2460
+ 0
2461
+ 0
2462
+ 4
2463
+ 2
2464
+ 0
2465
+ 0
2466
+ 0
2467
+ 5
2468
+ 5
2469
+ 5
2470
+ 5
2471
+ 3
2472
+ 4
2473
+ 5
2474
+ 0
2475
+ 5
2476
+ 0
2477
+ 2
2478
+ 0
2479
+ 4
2480
+ 0
2481
+ 0
2482
+ 1
2483
+ 5
2484
+ 5
2485
+ 4
2486
+ 4
2487
+ 4
2488
+ 4
2489
+ 4
2490
+ 4
2491
+ 4
2492
+ 4
2493
+ 3
2494
+ 5
2495
+ 5
2496
+ 5
2497
+ 1
2498
+ 2
2499
+ 2
2500
+ 0
2501
+ 5
2502
+ 0
2503
+ 5
2504
+ 5
2505
+ 5
2506
+ 4
2507
+ 4
2508
+ 4
2509
+ 5
2510
+ 5
2511
+ 5
2512
+ 5
2513
+ 5
2514
+ 5
2515
+ 5
2516
+ 0
2517
+ 1
2518
+ 4
2519
+ 2
2520
+ 5
2521
+ 0
2522
+ 5
2523
+ 2
2524
+ 2
2525
+ 1
2526
+ 2
2527
+ 2
2528
+ 2
2529
+ 3
2530
+ 3
2531
+ 1
2532
+ 1
2533
+ 1
2534
+ 2
2535
+ 1
2536
+ 5
2537
+ 5
2538
+ 5
2539
+ 5
2540
+ 4
2541
+ 5
2542
+ 2
2543
+ 3
2544
+ 4
2545
+ 5
2546
+ 6
2547
+ 5
2548
+ 0
2549
+ 0
2550
+ 5
2551
+ 0
2552
+ 0
2553
+ 0
2554
+ 2
2555
+ 2
2556
+ 5
2557
+ 4
2558
+ 2
2559
+ 4
2560
+ 0
2561
+ 0
2562
+ 0
2563
+ 5
2564
+ 1
2565
+ 5
2566
+ 5
2567
+ 5
2568
+ 5
2569
+ 5
2570
+ 2
2571
+ 2
2572
+ 4
2573
+ 4
2574
+ 4
2575
+ 5
2576
+ 4
2577
+ 4
2578
+ 0
2579
+ 0
2580
+ 3
2581
+ 5
2582
+ 4
2583
+ 3
2584
+ 2
2585
+ 5
2586
+ 2
2587
+ 6
2588
+ 6
2589
+ 6
2590
+ 4
2591
+ 4
2592
+ 4
2593
+ 5
2594
+ 4
2595
+ 4
2596
+ 5
2597
+ 1
2598
+ 5
2599
+ 2
2600
+ 5
2601
+ 2
2602
+ 1
2603
+ 2
2604
+ 2
2605
+ 5
2606
+ 5
2607
+ 5
2608
+ 2
2609
+ 0
2610
+ 0
2611
+ 4
2612
+ 3
2613
+ 4
2614
+ 5
2615
+ 5
2616
+ 5
2617
+ 5
2618
+ 3
2619
+ 5
2620
+ 4
2621
+ 4
2622
+ 5
2623
+ 4
2624
+ 5
2625
+ 5
2626
+ 4
2627
+ 3
2628
+ 3
2629
+ 0
2630
+ 0
2631
+ 0
2632
+ 4
2633
+ 4
2634
+ 4
2635
+ 4
2636
+ 4
2637
+ 4
2638
+ 0
2639
+ 1
2640
+ 0
2641
+ 1
2642
+ 1
2643
+ 1
2644
+ 2
2645
+ 5
2646
+ 2
2647
+ 5
2648
+ 4
2649
+ 5
2650
+ 5
2651
+ 1
2652
+ 2
2653
+ 0
2654
+ 0
2655
+ 4
2656
+ 0
2657
+ 0
2658
+ 0
2659
+ 4
2660
+ 3
2661
+ 3
2662
+ 4
2663
+ 4
2664
+ 5
2665
+ 1
2666
+ 5
2667
+ 1
2668
+ 4
2669
+ 0
2670
+ 0
2671
+ 4
2672
+ 4
2673
+ 4
2674
+ 1
2675
+ 1
2676
+ 1
2677
+ 0
2678
+ 0
2679
+ 0
2680
+ 4
2681
+ 3
2682
+ 4
2683
+ 5
2684
+ 2
2685
+ 2
2686
+ 4
2687
+ 4
2688
+ 4
2689
+ 4
2690
+ 4
2691
+ 2
2692
+ 4
2693
+ 4
2694
+ 4
2695
+ 6
2696
+ 5
2697
+ 5
2698
+ 5
2699
+ 2
2700
+ 4
2701
+ 1
2702
+ 2
2703
+ 1
2704
+ 2
2705
+ 2
2706
+ 1
2707
+ 5
2708
+ 5
2709
+ 5
2710
+ 4
2711
+ 4
2712
+ 4
2713
+ 2
2714
+ 2
2715
+ 5
2716
+ 2
2717
+ 0
2718
+ 2
2719
+ 4
2720
+ 5
2721
+ 4
2722
+ 5
2723
+ 1
2724
+ 1
2725
+ 5
2726
+ 5
2727
+ 5
2728
+ 1
2729
+ 2
2730
+ 1
2731
+ 5
2732
+ 5
2733
+ 5
2734
+ 3
2735
+ 4
2736
+ 3
2737
+ 4
2738
+ 4
2739
+ 4
2740
+ 3
2741
+ 3
2742
+ 4
2743
+ 4
2744
+ 4
2745
+ 0
2746
+ 3
2747
+ 4
2748
+ 3
2749
+ 1
2750
+ 2
2751
+ 1
2752
+ 3
2753
+ 2
2754
+ 4
2755
+ 5
2756
+ 5
2757
+ 5
2758
+ 5
2759
+ 4
2760
+ 4
2761
+ 5
2762
+ 5
2763
+ 5
2764
+ 5
2765
+ 5
2766
+ 5
2767
+ 5
2768
+ 4
2769
+ 5
2770
+ 2
2771
+ 2
2772
+ 1
2773
+ 2
2774
+ 2
2775
+ 2
2776
+ 0
2777
+ 0
2778
+ 2
2779
+ 2
2780
+ 1
2781
+ 2
2782
+ 4
2783
+ 4
2784
+ 4
2785
+ 3
2786
+ 5
2787
+ 4
2788
+ 4
2789
+ 4
2790
+ 5
2791
+ 3
2792
+ 3
2793
+ 0
2794
+ 5
2795
+ 6
2796
+ 5
2797
+ 5
2798
+ 4
2799
+ 4
2800
+ 4
2801
+ 4
2802
+ 4
2803
+ 4
2804
+ 4
2805
+ 4
2806
+ 2
2807
+ 2
2808
+ 2
2809
+ 2
2810
+ 5
2811
+ 5
2812
+ 1
2813
+ 5
2814
+ 5
2815
+ 2
2816
+ 2
2817
+ 2
2818
+ 4
2819
+ 4
2820
+ 4
2821
+ 5
2822
+ 5
2823
+ 5
2824
+ 1
2825
+ 2
2826
+ 2
2827
+ 5
2828
+ 5
2829
+ 2
2830
+ 1
2831
+ 4
2832
+ 5
2833
+ 3
2834
+ 3
2835
+ 3
2836
+ 5
2837
+ 5
2838
+ 5
2839
+ 2
2840
+ 2
2841
+ 1
2842
+ 5
2843
+ 5
2844
+ 5
2845
+ 4
2846
+ 5
2847
+ 1
2848
+ 0
2849
+ 0
2850
+ 0
2851
+ 0
2852
+ 4
2853
+ 0
2854
+ 2
2855
+ 2
2856
+ 2
2857
+ 0
2858
+ 2
2859
+ 5
2860
+ 2
2861
+ 4
2862
+ 4
2863
+ 5
2864
+ 4
2865
+ 4
2866
+ 3
2867
+ 3
2868
+ 3
2869
+ 0
2870
+ 0
2871
+ 4
2872
+ 2
2873
+ 1
2874
+ 2
2875
+ 5
2876
+ 3
2877
+ 3
2878
+ 5
2879
+ 5
2880
+ 3
2881
+ 1
2882
+ 1
2883
+ 1
2884
+ 5
2885
+ 5
2886
+ 5
2887
+ 2
2888
+ 1
2889
+ 5
2890
+ 5
2891
+ 5
2892
+ 5
2893
+ 5
2894
+ 5
2895
+ 5
2896
+ 4
2897
+ 5
2898
+ 4
2899
+ 2
2900
+ 5
2901
+ 2
2902
+ 5
2903
+ 5
2904
+ 5
2905
+ 4
2906
+ 4
2907
+ 4
2908
+ 5
2909
+ 2
2910
+ 2
2911
+ 5
2912
+ 2
2913
+ 1
2914
+ 4
2915
+ 4
2916
+ 4
2917
+ 4
2918
+ 3
2919
+ 5
2920
+ 0
2921
+ 0
2922
+ 0
2923
+ 5
2924
+ 5
2925
+ 5
2926
+ 0
2927
+ 0
2928
+ 0
2929
+ 2
2930
+ 2
2931
+ 5
2932
+ 0
2933
+ 2
2934
+ 4
2935
+ 5
2936
+ 5
2937
+ 5
2938
+ 5
2939
+ 4
2940
+ 4
2941
+ 2
2942
+ 1
2943
+ 5
2944
+ 2
2945
+ 2
2946
+ 1
2947
+ 5
2948
+ 4
2949
+ 4
2950
+ 3
2951
+ 5
2952
+ 4
2953
+ 5
2954
+ 5
2955
+ 5
2956
+ 5
2957
+ 5
2958
+ 5
2959
+ 2
2960
+ 2
2961
+ 1
2962
+ 0
2963
+ 0
2964
+ 0
2965
+ 0
2966
+ 0
2967
+ 0
2968
+ 1
2969
+ 1
2970
+ 1
2971
+ 4
2972
+ 3
2973
+ 4
2974
+ 2
2975
+ 0
2976
+ 0
2977
+ 5
2978
+ 2
2979
+ 2
2980
+ 0
2981
+ 0
2982
+ 0
2983
+ 2
2984
+ 2
2985
+ 2
2986
+ 0
2987
+ 0
2988
+ 0
2989
+ 2
2990
+ 1
2991
+ 0
2992
+ 5
2993
+ 5
2994
+ 5
2995
+ 5
2996
+ 2
2997
+ 5
2998
+ 5
2999
+ 4
3000
+ 4
3001
+ 0
3002
+ 2
3003
+ 0
3004
+ 2
3005
+ 2
3006
+ 1
3007
+ 3
3008
+ 5
3009
+ 4
3010
+ 4
3011
+ 4
3012
+ 4
3013
+ 4
3014
+ 4
3015
+ 4
3016
+ 5
3017
+ 5
3018
+ 5
3019
+ 4
3020
+ 4
3021
+ 4
3022
+ 5
3023
+ 4
3024
+ 4
3025
+ 0
3026
+ 0
3027
+ 2
3028
+ 5
3029
+ 4
3030
+ 4
3031
+ 2
3032
+ 2
3033
+ 2
3034
+ 5
3035
+ 2
3036
+ 3
3037
+ 4
3038
+ 4
3039
+ 4
3040
+ 2
3041
+ 5
3042
+ 6
3043
+ 5
3044
+ 5
3045
+ 5
3046
+ 1
3047
+ 5
3048
+ 1
3049
+ 0
3050
+ 0
3051
+ 0
3052
+ 5
3053
+ 5
3054
+ 5
3055
+ 5
3056
+ 5
3057
+ 5
3058
+ 4
3059
+ 4
3060
+ 4
3061
+ 6
3062
+ 6
3063
+ 5
3064
+ 5
3065
+ 4
3066
+ 5
3067
+ 1
3068
+ 2
3069
+ 2
3070
+ 3
3071
+ 4
3072
+ 4
3073
+ 4
3074
+ 0
3075
+ 0
3076
+ 4
3077
+ 0
3078
+ 4
3079
+ 2
3080
+ 1
3081
+ 5
3082
+ 1
3083
+ 2
3084
+ 2
3085
+ 1
3086
+ 5
3087
+ 0
3088
+ 5
3089
+ 5
3090
+ 5
3091
+ 5
3092
+ 4
3093
+ 4
3094
+ 5
3095
+ 3
3096
+ 3
3097
+ 5
3098
+ 4
3099
+ 3
3100
+ 1
3101
+ 2
3102
+ 1
3103
+ 5
3104
+ 5
3105
+ 5
3106
+ 5
3107
+ 4
3108
+ 4
3109
+ 0
3110
+ 0
3111
+ 0
3112
+ 2
3113
+ 2
3114
+ 1
3115
+ 5
3116
+ 5
3117
+ 5
3118
+ 5
3119
+ 1
3120
+ 2
3121
+ 5
3122
+ 1
3123
+ 1
3124
+ 0
3125
+ 0
3126
+ 0
3127
+ 2
3128
+ 5
3129
+ 4
3130
+ 1
3131
+ 5
3132
+ 2
3133
+ 5
3134
+ 5
3135
+ 5
3136
+ 0
3137
+ 0
3138
+ 0
3139
+ 4
3140
+ 4
3141
+ 3
3142
+ 4
3143
+ 4
3144
+ 5
3145
+ 5
3146
+ 3
3147
+ 5
3148
+ 4
3149
+ 4
3150
+ 4
3151
+ 4
3152
+ 4
3153
+ 4
3154
+ 4
3155
+ 4
3156
+ 4
3157
+ 3
3158
+ 3
3159
+ 5
3160
+ 5
3161
+ 0
3162
+ 1
3163
+ 2
3164
+ 1
3165
+ 2
3166
+ 5
3167
+ 3
3168
+ 4
3169
+ 5
3170
+ 4
3171
+ 5
3172
+ 0
3173
+ 0
3174
+ 0
3175
+ 0
3176
+ 2
3177
+ 0
3178
+ 4
3179
+ 4
3180
+ 4
3181
+ 4
3182
+ 4
3183
+ 4
3184
+ 2
3185
+ 2
3186
+ 1
3187
+ 6
3188
+ 5
3189
+ 5
3190
+ 2
3191
+ 0
3192
+ 2
3193
+ 3
3194
+ 0
3195
+ 0
3196
+ 1
3197
+ 1
3198
+ 1
3199
+ 2
3200
+ 2
3201
+ 1
3202
+ 1
3203
+ 1
3204
+ 1
3205
+ 2
3206
+ 5
3207
+ 5
3208
+ 4
3209
+ 5
3210
+ 4
3211
+ 2
3212
+ 5
3213
+ 1
3214
+ 0
3215
+ 0
3216
+ 5
3217
+ 0
3218
+ 0
3219
+ 4
3220
+ 4
3221
+ 4
3222
+ 4
3223
+ 6
3224
+ 6
3225
+ 3
3226
+ 1
3227
+ 1
3228
+ 0
3229
+ 0
3230
+ 0
3231
+ 2
3232
+ 2
3233
+ 1
3234
+ 1
3235
+ 5
3236
+ 0
3237
+ 4
3238
+ 1
3239
+ 1
3240
+ 1
3241
+ 2
3242
+ 2
3243
+ 2
3244
+ 3
3245
+ 0
3246
+ 2
3247
+ 2
3248
+ 2
3249
+ 2
3250
+ 2
3251
+ 2
3252
+ 2
3253
+ 4
3254
+ 4
3255
+ 4
3256
+ 3
3257
+ 5
3258
+ 4
3259
+ 5
3260
+ 2
3261
+ 5
3262
+ 5
3263
+ 4
3264
+ 4
3265
+ 5
3266
+ 4
3267
+ 4
3268
+ 0
3269
+ 0
3270
+ 0
3271
+ 5
3272
+ 4
3273
+ 4
3274
+ 0
3275
+ 2
3276
+ 0
3277
+ 5
3278
+ 5
3279
+ 5
3280
+ 0
3281
+ 0
3282
+ 0
3283
+ 0
3284
+ 0
3285
+ 0
3286
+ 5
3287
+ 1
3288
+ 1
3289
+ 2
3290
+ 1
3291
+ 1
3292
+ 5
3293
+ 5
3294
+ 6
3295
+ 3
3296
+ 5
3297
+ 4
3298
+ 5
3299
+ 2
3300
+ 6
3301
+ 2
3302
+ 2
3303
+ 0
3304
+ 5
3305
+ 3
3306
+ 5
3307
+ 4
3308
+ 4
3309
+ 4
3310
+ 2
3311
+ 0
3312
+ 0
3313
+ 4
3314
+ 4
3315
+ 4
3316
+ 0
3317
+ 4
3318
+ 0
3319
+ 5
3320
+ 2
3321
+ 2
3322
+ 0
3323
+ 0
3324
+ 0
3325
+ 0
3326
+ 0
3327
+ 0
3328
+ 4
3329
+ 2
3330
+ 2
3331
+ 5
3332
+ 5
3333
+ 5
3334
+ 0
3335
+ 0
3336
+ 4
3337
+ 2
3338
+ 0
3339
+ 6
3340
+ 3
3341
+ 4
3342
+ 3
3343
+ 1
3344
+ 5
3345
+ 5
3346
+ 2
3347
+ 2
3348
+ 2
3349
+ 5
3350
+ 5
3351
+ 5
3352
+ 4
3353
+ 0
3354
+ 4
3355
+ 2
3356
+ 5
3357
+ 4
3358
+ 4
3359
+ 5
3360
+ 4
3361
+ 5
3362
+ 5
3363
+ 3
3364
+ 6
3365
+ 5
3366
+ 5
3367
+ 5
3368
+ 4
3369
+ 4
3370
+ 5
3371
+ 0
3372
+ 2
3373
+ 0
3374
+ 0
3375
+ 0
3376
+ 4
3377
+ 5
3378
+ 0
3379
+ 0
3380
+ 0
3381
+ 0
3382
+ 5
3383
+ 5
3384
+ 5
3385
+ 5
3386
+ 5
3387
+ 5
3388
+ 2
3389
+ 2
3390
+ 4
3391
+ 0
3392
+ 2
3393
+ 0
3394
+ 0
3395
+ 0
3396
+ 0
3397
+ 1
3398
+ 1
3399
+ 1
3400
+ 4
3401
+ 4
3402
+ 4
3403
+ 4
3404
+ 4
3405
+ 4
3406
+ 1
3407
+ 2
3408
+ 1
3409
+ 4
3410
+ 0
3411
+ 4
3412
+ 4
3413
+ 4
3414
+ 4
3415
+ 3
3416
+ 3
3417
+ 1
3418
+ 5
3419
+ 5
3420
+ 5
3421
+ 5
3422
+ 5
3423
+ 5
3424
+ 3
3425
+ 3
3426
+ 4
3427
+ 0
3428
+ 1
3429
+ 0
3430
+ 4
3431
+ 4
3432
+ 4
3433
+ 5
3434
+ 5
3435
+ 5
3436
+ 4
3437
+ 4
3438
+ 6
3439
+ 0
3440
+ 0
3441
+ 0
3442
+ 5
3443
+ 5
3444
+ 5
3445
+ 5
3446
+ 3
3447
+ 4
3448
+ 4
3449
+ 4
3450
+ 4
3451
+ 2
3452
+ 2
3453
+ 2
3454
+ 0
3455
+ 2
3456
+ 0
3457
+ 5
3458
+ 5
3459
+ 5
3460
+ 6
3461
+ 4
3462
+ 3
3463
+ 5
3464
+ 2
3465
+ 4
3466
+ 1
3467
+ 2
3468
+ 0
3469
+ 0
3470
+ 0
3471
+ 0
3472
+ 5
3473
+ 3
3474
+ 5
3475
+ 5
3476
+ 5
3477
+ 5
3478
+ 5
3479
+ 5
3480
+ 5
3481
+ 0
3482
+ 0
3483
+ 2
3484
+ 2
3485
+ 2
3486
+ 1
3487
+ 2
3488
+ 2
3489
+ 1
3490
+ 1
3491
+ 2
3492
+ 2
3493
+ 3
3494
+ 1
3495
+ 2
3496
+ 5
3497
+ 4
3498
+ 5
3499
+ 0
3500
+ 4
3501
+ 5
3502
+ 4
3503
+ 5
3504
+ 4
3505
+ 0
3506
+ 0
3507
+ 0
3508
+ 5
3509
+ 5
3510
+ 0
3511
+ 2
3512
+ 0
3513
+ 0
3514
+ 2
3515
+ 2
3516
+ 5
3517
+ 4
3518
+ 4
3519
+ 4
3520
+ 2
3521
+ 1
3522
+ 2
3523
+ 1
3524
+ 5
3525
+ 2
3526
+ 3
3527
+ 4
3528
+ 4
3529
+ 4
3530
+ 0
3531
+ 0
3532
+ 2
3533
+ 0
3534
+ 0
3535
+ 4
3536
+ 0
3537
+ 4
3538
+ 3
3539
+ 3
3540
+ 3
3541
+ 5
3542
+ 4
3543
+ 4
3544
+ 1
3545
+ 2
3546
+ 2
3547
+ 4
3548
+ 5
3549
+ 2
3550
+ 5
3551
+ 1
3552
+ 5
3553
+ 4
3554
+ 4
3555
+ 3
3556
+ 3
3557
+ 3
3558
+ 3
3559
+ 4
3560
+ 4
3561
+ 5
3562
+ 4
3563
+ 3
3564
+ 4
3565
+ 4
3566
+ 4
3567
+ 1
3568
+ 1
3569
+ 1
3570
+ 4
3571
+ 4
3572
+ 4
3573
+ 4
3574
+ 4
3575
+ 4
3576
+ 0
3577
+ 5
3578
+ 5
3579
+ 4
3580
+ 5
3581
+ 5
3582
+ 5
3583
+ 5
3584
+ 5
3585
+ 5
3586
+ 2
3587
+ 0
3588
+ 0
3589
+ 1
3590
+ 1
3591
+ 1
3592
+ 4
3593
+ 3
3594
+ 4
3595
+ 6
3596
+ 5
3597
+ 6
3598
+ 1
3599
+ 5
3600
+ 1
3601
+ 2
3602
+ 5
3603
+ 5
3604
+ 1
3605
+ 2
3606
+ 2
3607
+ 6
3608
+ 5
3609
+ 5
3610
+ 4
3611
+ 3
3612
+ 3
3613
+ 3
3614
+ 5
3615
+ 4
3616
+ 4
3617
+ 3
3618
+ 4
3619
+ 5
3620
+ 5
3621
+ 5
3622
+ 2
3623
+ 0
3624
+ 0
3625
+ 5
3626
+ 5
3627
+ 6
3628
+ 1
3629
+ 1
3630
+ 2
3631
+ 5
3632
+ 5
3633
+ 5
3634
+ 0
3635
+ 0
3636
+ 0
3637
+ 2
3638
+ 5
3639
+ 5
3640
+ 4
3641
+ 4
3642
+ 4
3643
+ 4
3644
+ 4
3645
+ 4
3646
+ 5
3647
+ 5
3648
+ 5
3649
+ 4
3650
+ 4
3651
+ 5
3652
+ 2
3653
+ 2
3654
+ 0
3655
+ 5
3656
+ 0
3657
+ 0
3658
+ 1
3659
+ 2
3660
+ 1
3661
+ 4
3662
+ 4
3663
+ 4
3664
+ 5
3665
+ 5
3666
+ 5
3667
+ 1
3668
+ 2
3669
+ 0
3670
+ 5
3671
+ 5
3672
+ 4
3673
+ 4
3674
+ 4
3675
+ 5
3676
+ 5
3677
+ 5
3678
+ 5
3679
+ 0
3680
+ 0
3681
+ 2
3682
+ 2
3683
+ 2
3684
+ 0
3685
+ 5
3686
+ 4
3687
+ 4
3688
+ 3
3689
+ 4
3690
+ 4
3691
+ 4
3692
+ 3
3693
+ 4
3694
+ 5
3695
+ 5
3696
+ 5
3697
+ 4
3698
+ 4
3699
+ 4
3700
+ 5
3701
+ 0
3702
+ 4
3703
+ 5
3704
+ 5
3705
+ 5
3706
+ 5
3707
+ 6
3708
+ 5
3709
+ 0
3710
+ 4
3711
+ 0
3712
+ 2
3713
+ 2
3714
+ 2
3715
+ 0
3716
+ 3
3717
+ 0
3718
+ 0
3719
+ 0
3720
+ 0
3721
+ 5
3722
+ 4
3723
+ 4
3724
+ 2
3725
+ 1
3726
+ 1
3727
+ 3
3728
+ 4
3729
+ 3
3730
+ 2
3731
+ 2
3732
+ 2
3733
+ 5
3734
+ 2
3735
+ 2
3736
+ 5
3737
+ 5
3738
+ 5
3739
+ 4
3740
+ 2
3741
+ 4
3742
+ 1
3743
+ 2
3744
+ 5
3745
+ 2
3746
+ 1
3747
+ 5
3748
+ 5
3749
+ 2
3750
+ 5
3751
+ 3
3752
+ 3
3753
+ 4
3754
+ 3
3755
+ 4
3756
+ 4
3757
+ 5
3758
+ 2
3759
+ 2
3760
+ 2
3761
+ 1
3762
+ 1
3763
+ 0
3764
+ 4
3765
+ 0
3766
+ 4
3767
+ 4
3768
+ 1
3769
+ 0
3770
+ 3
3771
+ 0
3772
+ 0
3773
+ 3
3774
+ 0
3775
+ 0
3776
+ 0
3777
+ 4
3778
+ 0
3779
+ 0
3780
+ 2
3781
+ 5
3782
+ 5
3783
+ 2
3784
+ 2
3785
+ 0
3786
+ 0
3787
+ 5
3788
+ 5
3789
+ 5
3790
+ 5
3791
+ 4
3792
+ 5
3793
+ 3
3794
+ 2
3795
+ 5
3796
+ 4
3797
+ 4
3798
+ 5
3799
+ 6
3800
+ 5
3801
+ 6
3802
+ 1
3803
+ 1
3804
+ 1
3805
+ 0
3806
+ 0
3807
+ 0
3808
+ 0
3809
+ 0
3810
+ 0
3811
+ 1
3812
+ 2
3813
+ 1
3814
+ 2
3815
+ 5
3816
+ 2
3817
+ 5
3818
+ 5
3819
+ 5
3820
+ 5
3821
+ 4
3822
+ 5
3823
+ 4
3824
+ 5
3825
+ 5
3826
+ 2
3827
+ 2
3828
+ 2
3829
+ 2
3830
+ 1
3831
+ 2
3832
+ 2
3833
+ 2
3834
+ 2
3835
+ 5
3836
+ 0
3837
+ 2
3838
+ 0
3839
+ 2
3840
+ 0
3841
+ 4
3842
+ 5
3843
+ 2
3844
+ 5
3845
+ 4
3846
+ 5
3847
+ 3
3848
+ 4
3849
+ 4
3850
+ 1
3851
+ 1
3852
+ 0
3853
+ 2
3854
+ 2
3855
+ 1
3856
+ 0
3857
+ 0
3858
+ 4
3859
+ 4
3860
+ 4
3861
+ 4
3862
+ 1
3863
+ 1
3864
+ 5
3865
+ 5
3866
+ 4
3867
+ 4
3868
+ 3
3869
+ 2
3870
+ 0
3871
+ 0
3872
+ 0
3873
+ 0
3874
+ 4
3875
+ 4
3876
+ 5
3877
+ 0
3878
+ 4
3879
+ 0
3880
+ 5
3881
+ 5
3882
+ 1
3883
+ 4
3884
+ 4
3885
+ 4
3886
+ 5
3887
+ 5
3888
+ 5
3889
+ 0
3890
+ 1
3891
+ 2
3892
+ 0
3893
+ 5
3894
+ 0
3895
+ 5
3896
+ 5
3897
+ 5
3898
+ 5
3899
+ 4
3900
+ 4
3901
+ 1
3902
+ 1
3903
+ 2
3904
+ 1
3905
+ 5
3906
+ 1
3907
+ 4
3908
+ 4
3909
+ 5
3910
+ 6
3911
+ 6
3912
+ 5
3913
+ 4
3914
+ 5
3915
+ 5
3916
+ 5
3917
+ 5
3918
+ 5
3919
+ 0
3920
+ 0
3921
+ 0
3922
+ 1
3923
+ 2
3924
+ 5
3925
+ 0
3926
+ 5
3927
+ 3
3928
+ 4
3929
+ 5
3930
+ 4
3931
+ 5
3932
+ 3
3933
+ 3
3934
+ 4
3935
+ 4
3936
+ 4
3937
+ 1
3938
+ 2
3939
+ 2
3940
+ 1
3941
+ 1
3942
+ 2
3943
+ 4
3944
+ 2
3945
+ 0
3946
+ 3
3947
+ 4
3948
+ 4
3949
+ 1
3950
+ 1
3951
+ 1
3952
+ 3
3953
+ 4
3954
+ 3
3955
+ 5
3956
+ 5
3957
+ 2
3958
+ 6
3959
+ 6
3960
+ 6
3961
+ 5
3962
+ 6
3963
+ 2
3964
+ 4
3965
+ 3
3966
+ 3
3967
+ 1
3968
+ 2
3969
+ 1
3970
+ 4
3971
+ 4
3972
+ 5
3973
+ 4
3974
+ 4
3975
+ 4
3976
+ 1
3977
+ 0
3978
+ 5
3979
+ 4
3980
+ 3
3981
+ 5
3982
+ 4
3983
+ 4
3984
+ 3
3985
+ 0
3986
+ 0
3987
+ 0
3988
+ 1
3989
+ 1
3990
+ 2
3991
+ 5
3992
+ 4
3993
+ 4
3994
+ 0
3995
+ 0
3996
+ 2
3997
+ 5
3998
+ 5
3999
+ 5
4000
+ 4
4001
+ 4
4002
+ 4
4003
+ 4
4004
+ 2
4005
+ 4
4006
+ 2
4007
+ 2
4008
+ 2
4009
+ 4
4010
+ 4
4011
+ 4
4012
+ 4
4013
+ 4
4014
+ 4
4015
+ 1
4016
+ 0
4017
+ 1
4018
+ 0
4019
+ 0
4020
+ 0
4021
+ 3
4022
+ 0
4023
+ 0
4024
+ 5
4025
+ 5
4026
+ 5
4027
+ 6
4028
+ 6
4029
+ 5
4030
+ 4
4031
+ 5
4032
+ 5
4033
+ 4
4034
+ 3
4035
+ 3
4036
+ 5
4037
+ 4
4038
+ 4
4039
+ 0
4040
+ 1
4041
+ 0
4042
+ 2
4043
+ 1
4044
+ 1
4045
+ 4
4046
+ 2
4047
+ 1
4048
+ 5
4049
+ 5
4050
+ 5
4051
+ 4
4052
+ 3
4053
+ 3
4054
+ 5
4055
+ 5
4056
+ 0
4057
+ 0
4058
+ 0
4059
+ 0
4060
+ 1
4061
+ 2
4062
+ 2
4063
+ 0
4064
+ 0
4065
+ 0
4066
+ 2
4067
+ 5
4068
+ 5
4069
+ 5
4070
+ 5
4071
+ 4
4072
+ 4
4073
+ 4
4074
+ 4
4075
+ 5
4076
+ 4
4077
+ 4
4078
+ 4
4079
+ 4
4080
+ 1
4081
+ 5
4082
+ 4
4083
+ 4
4084
+ 2
4085
+ 2
4086
+ 5
4087
+ 0
4088
+ 0
4089
+ 0
4090
+ 3
4091
+ 4
4092
+ 5
4093
+ 5
4094
+ 5
4095
+ 5
4096
+ 4
4097
+ 5
4098
+ 5
4099
+ 0
4100
+ 0
4101
+ 0
4102
+ 0
4103
+ 0
4104
+ 0
4105
+ 5
4106
+ 5
4107
+ 5
4108
+ 0
4109
+ 2
4110
+ 0
4111
+ 4
4112
+ 5
4113
+ 4
4114
+ 5
4115
+ 5
4116
+ 5
4117
+ 3
4118
+ 3
4119
+ 3
4120
+ 5
4121
+ 5
4122
+ 5
4123
+ 5
4124
+ 5
4125
+ 5
4126
+ 5
4127
+ 2
4128
+ 5
4129
+ 1
4130
+ 2
4131
+ 1
4132
+ 0
4133
+ 0
4134
+ 2
4135
+ 2
4136
+ 0
4137
+ 0
4138
+ 0
4139
+ 0
4140
+ 0
4141
+ 5
4142
+ 5
4143
+ 5
4144
+ 0
4145
+ 0
4146
+ 0
4147
+ 1
4148
+ 3
4149
+ 4
4150
+ 5
4151
+ 5
4152
+ 4
4153
+ 2
4154
+ 0
4155
+ 2
4156
+ 1
4157
+ 5
4158
+ 1
4159
+ 2
4160
+ 1
4161
+ 1
4162
+ 5
4163
+ 5
4164
+ 5
4165
+ 4
4166
+ 5
4167
+ 4
4168
+ 5
4169
+ 0
4170
+ 0
4171
+ 4
4172
+ 5
4173
+ 0
4174
+ 2
4175
+ 0
4176
+ 0
4177
+ 5
4178
+ 5
4179
+ 5
4180
+ 0
4181
+ 2
4182
+ 0
4183
+ 5
4184
+ 3
4185
+ 5
4186
+ 1
4187
+ 1
4188
+ 1
4189
+ 2
4190
+ 0
4191
+ 0
4192
+ 1
4193
+ 0
4194
+ 1
4195
+ 0
4196
+ 0
4197
+ 4
4198
+ 5
4199
+ 4
4200
+ 5
4201
+ 5
4202
+ 6
4203
+ 6
4204
+ 1
4205
+ 1
4206
+ 1
4207
+ 1
4208
+ 2
4209
+ 1
4210
+ 5
4211
+ 5
4212
+ 4
4213
+ 4
4214
+ 4
4215
+ 4
4216
+ 1
4217
+ 5
4218
+ 0
4219
+ 4
4220
+ 3
4221
+ 4
4222
+ 3
4223
+ 3
4224
+ 5
4225
+ 3
4226
+ 3
4227
+ 3
4228
+ 0
4229
+ 2
4230
+ 0
4231
+ 1
4232
+ 2
4233
+ 1
4234
+ 3
4235
+ 3
4236
+ 3
4237
+ 4
4238
+ 4
4239
+ 4
4240
+ 5
4241
+ 5
4242
+ 5
4243
+ 2
4244
+ 2
4245
+ 2
4246
+ 2
4247
+ 2
4248
+ 2
4249
+ 5
4250
+ 5
4251
+ 2
4252
+ 5
4253
+ 2
4254
+ 5
4255
+ 5
4256
+ 2
4257
+ 5
4258
+ 4
4259
+ 4
4260
+ 4
4261
+ 6
4262
+ 6
4263
+ 6
4264
+ 4
4265
+ 3
4266
+ 3
4267
+ 0
4268
+ 0
4269
+ 0
4270
+ 3
4271
+ 3
4272
+ 4
4273
+ 1
4274
+ 1
4275
+ 5
4276
+ 0
4277
+ 0
4278
+ 0
4279
+ 1
4280
+ 5
4281
+ 2
4282
+ 4
4283
+ 4
4284
+ 4
4285
+ 0
4286
+ 2
4287
+ 0
4288
+ 4
4289
+ 4
4290
+ 4
4291
+ 4
4292
+ 3
4293
+ 3
4294
+ 2
4295
+ 4
4296
+ 0
4297
+ 5
4298
+ 6
4299
+ 2
4300
+ 5
4301
+ 0
4302
+ 2
4303
+ 0
4304
+ 0
4305
+ 0
4306
+ 3
4307
+ 4
4308
+ 3
4309
+ 5
4310
+ 4
4311
+ 5
4312
+ 1
4313
+ 2
4314
+ 2
4315
+ 4
4316
+ 0
4317
+ 0
4318
+ 4
4319
+ 4
4320
+ 3
4321
+ 2
4322
+ 0
4323
+ 4
4324
+ 5
4325
+ 5
4326
+ 6
4327
+ 0
4328
+ 5
4329
+ 0
4330
+ 0
4331
+ 0
4332
+ 0
4333
+ 1
4334
+ 1
4335
+ 1
4336
+ 0
4337
+ 0
4338
+ 0
4339
+ 4
4340
+ 4
4341
+ 4
4342
+ 0
4343
+ 0
4344
+ 0
4345
+ 5
4346
+ 5
4347
+ 5
4348
+ 1
4349
+ 5
4350
+ 1
4351
+ 1
4352
+ 4
4353
+ 5
4354
+ 6
4355
+ 5
4356
+ 5
4357
+ 4
4358
+ 5
4359
+ 5
4360
+ 2
4361
+ 0
4362
+ 0
4363
+ 2
4364
+ 2
4365
+ 2
4366
+ 5
4367
+ 5
4368
+ 6
4369
+ 1
4370
+ 1
4371
+ 1
4372
+ 4
4373
+ 4
4374
+ 4
4375
+ 0
4376
+ 0
4377
+ 0
4378
+ 0
4379
+ 0
4380
+ 0
4381
+ 2
4382
+ 0
4383
+ 0
4384
+ 2
4385
+ 2
4386
+ 2
4387
+ 1
4388
+ 1
4389
+ 2
4390
+ 3
4391
+ 4
4392
+ 5
4393
+ 0
4394
+ 0
4395
+ 0
4396
+ 5
4397
+ 5
4398
+ 6
4399
+ 5
4400
+ 6
4401
+ 5
4402
+ 4
4403
+ 4
4404
+ 3
4405
+ 1
4406
+ 1
4407
+ 2
4408
+ 3
4409
+ 5
4410
+ 4
4411
+ 5
4412
+ 1
4413
+ 4
4414
+ 4
4415
+ 4
4416
+ 4
4417
+ 2
4418
+ 1
4419
+ 1
4420
+ 3
4421
+ 5
4422
+ 3
4423
+ 5
4424
+ 5
4425
+ 5
4426
+ 2
4427
+ 0
4428
+ 2
4429
+ 4
4430
+ 4
4431
+ 5
4432
+ 4
4433
+ 6
4434
+ 4
4435
+ 1
4436
+ 5
4437
+ 2
4438
+ 0
4439
+ 2
4440
+ 0
4441
+ 5
4442
+ 4
4443
+ 5
4444
+ 5
4445
+ 2
4446
+ 1
4447
+ 0
4448
+ 0
4449
+ 4
4450
+ 1
4451
+ 2
4452
+ 2
4453
+ 2
4454
+ 5
4455
+ 2
4456
+ 2
4457
+ 1
4458
+ 1
4459
+ 0
4460
+ 0
4461
+ 1
4462
+ 5
4463
+ 2
4464
+ 5
4465
+ 5
4466
+ 5
4467
+ 5
4468
+ 1
4469
+ 2
4470
+ 2
4471
+ 2
4472
+ 2
4473
+ 1
4474
+ 1
4475
+ 1
4476
+ 1
4477
+ 4
4478
+ 5
4479
+ 4
4480
+ 5
4481
+ 5
4482
+ 5
4483
+ 4
4484
+ 4
4485
+ 4
4486
+ 4
4487
+ 4
4488
+ 4
4489
+ 2
4490
+ 5
4491
+ 1
4492
+ 4
4493
+ 4
4494
+ 4
4495
+ 2
4496
+ 2
4497
+ 5
4498
+ 2
4499
+ 5
4500
+ 1
4501
+ 4
4502
+ 4
4503
+ 5
4504
+ 0
4505
+ 0
4506
+ 2
4507
+ 2
4508
+ 2
4509
+ 1
4510
+ 2
4511
+ 1
4512
+ 2
4513
+ 4
4514
+ 4
4515
+ 2
4516
+ 1
4517
+ 0
4518
+ 2
4519
+ 5
4520
+ 6
4521
+ 6
4522
+ 5
4523
+ 5
4524
+ 5
4525
+ 1
4526
+ 2
4527
+ 1
4528
+ 6
4529
+ 6
4530
+ 6
4531
+ 0
4532
+ 0
4533
+ 0
4534
+ 5
4535
+ 5
4536
+ 5
4537
+ 1
4538
+ 2
4539
+ 1
4540
+ 5
4541
+ 5
4542
+ 5
4543
+ 2
4544
+ 1
4545
+ 5
4546
+ 4
4547
+ 4
4548
+ 4
4549
+ 6
4550
+ 5
4551
+ 5
4552
+ 2
4553
+ 2
4554
+ 2
4555
+ 4
4556
+ 4
4557
+ 4
4558
+ 1
4559
+ 1
4560
+ 2
4561
+ 0
4562
+ 0
4563
+ 2
4564
+ 4
4565
+ 4
4566
+ 4
4567
+ 4
4568
+ 4
4569
+ 5
4570
+ 5
4571
+ 4
4572
+ 5
4573
+ 4
4574
+ 4
4575
+ 3
4576
+ 6
4577
+ 0
4578
+ 5
4579
+ 3
4580
+ 5
4581
+ 5
4582
+ 5
4583
+ 4
4584
+ 5
4585
+ 5
4586
+ 5
4587
+ 5
4588
+ 4
4589
+ 4
4590
+ 3
4591
+ 4
4592
+ 5
4593
+ 1
4594
+ 6
4595
+ 5
4596
+ 6
4597
+ 5
4598
+ 5
4599
+ 5
4600
+ 0
4601
+ 0
4602
+ 0
4603
+ 4
4604
+ 2
4605
+ 4
4606
+ 0
4607
+ 0
4608
+ 0
4609
+ 4
4610
+ 4
4611
+ 4
4612
+ 5
4613
+ 3
4614
+ 3
4615
+ 6
4616
+ 6
4617
+ 5
4618
+ 4
4619
+ 5
4620
+ 4
4621
+ 2
4622
+ 4
4623
+ 4
4624
+ 4
4625
+ 3
4626
+ 5
4627
+ 1
4628
+ 1
4629
+ 1
4630
+ 5
4631
+ 5
4632
+ 4
4633
+ 0
4634
+ 2
4635
+ 2
4636
+ 0
4637
+ 2
4638
+ 0
4639
+ 4
4640
+ 4
4641
+ 4
4642
+ 4
4643
+ 2
4644
+ 0
4645
+ 5
4646
+ 4
4647
+ 4
4648
+ 3
4649
+ 1
4650
+ 4
4651
+ 4
4652
+ 4
4653
+ 4
4654
+ 5
4655
+ 5
4656
+ 4
4657
+ 4
4658
+ 4
4659
+ 5
4660
+ 5
4661
+ 2
4662
+ 2
4663
+ 5
4664
+ 1
4665
+ 2
4666
+ 4
4667
+ 5
4668
+ 5
4669
+ 5
4670
+ 5
4671
+ 5
4672
+ 2
4673
+ 1
4674
+ 1
4675
+ 5
4676
+ 5
4677
+ 2
4678
+ 4
4679
+ 5
4680
+ 4
4681
+ 1
4682
+ 1
4683
+ 1
4684
+ 2
4685
+ 5
4686
+ 1
4687
+ 5
4688
+ 5
4689
+ 5
4690
+ 6
4691
+ 6
4692
+ 6
4693
+ 1
4694
+ 1
4695
+ 1
4696
+ 4
4697
+ 4
4698
+ 3
4699
+ 4
4700
+ 4
4701
+ 5
4702
+ 4
4703
+ 5
4704
+ 5
4705
+ 5
4706
+ 5
4707
+ 2
4708
+ 5
4709
+ 5
4710
+ 5
4711
+ 2
4712
+ 5
4713
+ 2
4714
+ 4
4715
+ 5
4716
+ 4
4717
+ 4
4718
+ 4
4719
+ 4
4720
+ 5
4721
+ 2
4722
+ 5
4723
+ 4
4724
+ 4
4725
+ 4
4726
+ 2
4727
+ 2
4728
+ 2
4729
+ 4
4730
+ 3
4731
+ 5
4732
+ 5
4733
+ 4
4734
+ 5
4735
+ 4
4736
+ 2
4737
+ 0
4738
+ 4
4739
+ 4
4740
+ 2
4741
+ 5
4742
+ 5
4743
+ 5
4744
+ 5
4745
+ 5
4746
+ 4
4747
+ 4
4748
+ 5
4749
+ 4
4750
+ 4
4751
+ 4
4752
+ 4
4753
+ 3
4754
+ 2
4755
+ 4
4756
+ 0
4757
+ 0
4758
+ 0
4759
+ 3
4760
+ 5
4761
+ 5
4762
+ 5
4763
+ 4
4764
+ 4
4765
+ 6
4766
+ 5
4767
+ 5
4768
+ 5
4769
+ 4
4770
+ 5
4771
+ 2
4772
+ 2
4773
+ 2
4774
+ 4
4775
+ 3
4776
+ 3
4777
+ 3
4778
+ 3
4779
+ 3
4780
+ 4
4781
+ 2
4782
+ 5
4783
+ 5
4784
+ 2
4785
+ 2
4786
+ 2
4787
+ 2
4788
+ 5
4789
+ 2
4790
+ 2
4791
+ 5
4792
+ 0
4793
+ 0
4794
+ 0
4795
+ 4
4796
+ 4
4797
+ 3
4798
+ 5
4799
+ 5
4800
+ 4
4801
+ 2
4802
+ 2
4803
+ 2
4804
+ 4
4805
+ 2
4806
+ 4
4807
+ 6
4808
+ 4
4809
+ 5
4810
+ 2
4811
+ 2
4812
+ 2
4813
+ 2
4814
+ 2
4815
+ 1
4816
+ 5
4817
+ 5
4818
+ 5
4819
+ 1
4820
+ 3
4821
+ 2
4822
+ 2
4823
+ 1
4824
+ 2
4825
+ 0
4826
+ 0
4827
+ 0
4828
+ 2
4829
+ 6
4830
+ 6
4831
+ 5
4832
+ 5
4833
+ 5
4834
+ 5
4835
+ 5
4836
+ 5
4837
+ 4
4838
+ 0
4839
+ 4
4840
+ 5
4841
+ 5
4842
+ 4
4843
+ 4
4844
+ 4
4845
+ 5
4846
+ 5
4847
+ 5
4848
+ 3
4849
+ 4
4850
+ 4
4851
+ 4
4852
+ 3
4853
+ 5
4854
+ 5
4855
+ 1
4856
+ 4
4857
+ 1
4858
+ 5
4859
+ 5
4860
+ 4
4861
+ 5
4862
+ 5
4863
+ 2
4864
+ 5
4865
+ 5
4866
+ 5
4867
+ 4
4868
+ 4
4869
+ 4
4870
+ 4
4871
+ 4
4872
+ 4
4873
+ 0
4874
+ 4
4875
+ 4
4876
+ 5
4877
+ 2
4878
+ 1
4879
+ 0
4880
+ 0
4881
+ 0
4882
+ 3
4883
+ 5
4884
+ 1
4885
+ 2
4886
+ 1
4887
+ 1
4888
+ 0
4889
+ 0
4890
+ 2
4891
+ 4
4892
+ 4
4893
+ 4
4894
+ 3
4895
+ 5
4896
+ 5
4897
+ 3
4898
+ 4
4899
+ 5
4900
+ 4
4901
+ 4
4902
+ 2
4903
+ 5
4904
+ 5
4905
+ 5
4906
+ 5
4907
+ 2
4908
+ 2
4909
+ 0
4910
+ 0
4911
+ 2
4912
+ 3
4913
+ 3
4914
+ 3
4915
+ 5
4916
+ 4
4917
+ 2
4918
+ 2
4919
+ 2
4920
+ 4
4921
+ 4
4922
+ 4
4923
+ 4
4924
+ 5
4925
+ 5
4926
+ 4
4927
+ 0
4928
+ 0
4929
+ 2
4930
+ 2
4931
+ 1
4932
+ 5
4933
+ 0
4934
+ 0
4935
+ 0
4936
+ 4
4937
+ 2
4938
+ 1
4939
+ 0
4940
+ 0
4941
+ 2
4942
+ 4
4943
+ 4
4944
+ 4
4945
+ 0
4946
+ 0
4947
+ 4
4948
+ 5
4949
+ 4
4950
+ 4
4951
+ 0
4952
+ 0
4953
+ 0
4954
+ 0
4955
+ 0
4956
+ 0
4957
+ 0
4958
+ 2
4959
+ 0
4960
+ 2
4961
+ 2
4962
+ 5
4963
+ 4
4964
+ 2
4965
+ 2
4966
+ 0
4967
+ 4
4968
+ 0
4969
+ 2
4970
+ 5
4971
+ 2
4972
+ 1
4973
+ 5
4974
+ 2
4975
+ 1
4976
+ 1
4977
+ 2
4978
+ 4
4979
+ 3
4980
+ 1
4981
+ 4
4982
+ 2
4983
+ 2
4984
+ 5
4985
+ 5
4986
+ 4
4987
+ 2
4988
+ 1
4989
+ 2
4990
+ 5
4991
+ 1
4992
+ 2
4993
+ 5
4994
+ 5
4995
+ 5
4996
+ 4
4997
+ 4
4998
+ 4
4999
+ 0
5000
+ 0
5001
+ 4
5002
+ 2
5003
+ 1
5004
+ 5
5005
+ 5
5006
+ 5
5007
+ 5
5008
+ 5
5009
+ 5
5010
+ 5
5011
+ 0
5012
+ 0
5013
+ 0
5014
+ 4
5015
+ 4
5016
+ 4
5017
+ 5
5018
+ 5
5019
+ 5
5020
+ 5
5021
+ 2
5022
+ 1
5023
+ 5
5024
+ 4
5025
+ 4
5026
+ 4
5027
+ 0
5028
+ 2
5029
+ 0
5030
+ 2
5031
+ 0
5032
+ 0
5033
+ 0
5034
+ 0
5035
+ 4
5036
+ 4
5037
+ 3
5038
+ 2
5039
+ 2
5040
+ 1
5041
+ 0
5042
+ 0
5043
+ 5
5044
+ 0
5045
+ 0
5046
+ 0
5047
+ 0
5048
+ 0
5049
+ 2
5050
+ 1
5051
+ 1
5052
+ 2
5053
+ 5
5054
+ 4
5055
+ 4
5056
+ 0
5057
+ 5
5058
+ 0
5059
+ 0
5060
+ 0
5061
+ 0
5062
+ 4
5063
+ 4
5064
+ 4
5065
+ 5
5066
+ 5
5067
+ 5
5068
+ 5
5069
+ 5
5070
+ 4
5071
+ 4
5072
+ 3
5073
+ 6
5074
+ 4
5075
+ 4
5076
+ 5
5077
+ 2
5078
+ 2
5079
+ 1
5080
+ 3
5081
+ 4
5082
+ 4
5083
+ 4
5084
+ 4
5085
+ 4
5086
+ 2
5087
+ 2
5088
+ 1
5089
+ 5
5090
+ 4
5091
+ 1
5092
+ 1
5093
+ 1
5094
+ 2
5095
+ 5
5096
+ 5
5097
+ 5
5098
+ 4
5099
+ 4
5100
+ 3
5101
+ 2
5102
+ 5
5103
+ 4
5104
+ 2
5105
+ 2
5106
+ 5
5107
+ 4
5108
+ 0
5109
+ 0
5110
+ 0
5111
+ 0
5112
+ 0
5113
+ 1
5114
+ 1
5115
+ 5
5116
+ 1
5117
+ 4
5118
+ 3
5119
+ 5
5120
+ 6
5121
+ 5
5122
+ 6
5123
+ 6
5124
+ 5
5125
+ 1
5126
+ 6
5127
+ 5
5128
+ 5
5129
+ 1
5130
+ 5
5131
+ 4
5132
+ 5
5133
+ 4
5134
+ 2
5135
+ 2
5136
+ 2
5137
+ 4
5138
+ 3
5139
+ 4
5140
+ 0
5141
+ 4
5142
+ 2
5143
+ 2
5144
+ 5
5145
+ 2
5146
+ 0
5147
+ 1
5148
+ 2
5149
+ 5
5150
+ 5
5151
+ 5
5152
+ 3
5153
+ 3
5154
+ 3
5155
+ 0
5156
+ 0
5157
+ 5
5158
+ 4
5159
+ 5
5160
+ 0
5161
+ 4
5162
+ 3
5163
+ 4
5164
+ 1
5165
+ 1
5166
+ 2
5167
+ 5
5168
+ 5
5169
+ 5
5170
+ 4
5171
+ 4
5172
+ 4
5173
+ 5
5174
+ 5
5175
+ 3
5176
+ 1
5177
+ 2
5178
+ 1
5179
+ 0
5180
+ 0
5181
+ 2
5182
+ 2
5183
+ 1
5184
+ 1
5185
+ 1
5186
+ 5
5187
+ 2
5188
+ 5
5189
+ 2
5190
+ 3
5191
+ 3
5192
+ 4
5193
+ 4
5194
+ 4
5195
+ 0
5196
+ 4
5197
+ 5
5198
+ 2
5199
+ 1
5200
+ 5
5201
+ 5
5202
+ 5
5203
+ 1
5204
+ 1
5205
+ 1
5206
+ 2
5207
+ 2
5208
+ 2
5209
+ 5
5210
+ 5
5211
+ 5
5212
+ 2
5213
+ 2
5214
+ 1
5215
+ 4
5216
+ 0
5217
+ 4
5218
+ 5
5219
+ 4
5220
+ 5
5221
+ 4
5222
+ 4
5223
+ 4
5224
+ 4
5225
+ 4
5226
+ 4
5227
+ 5
5228
+ 5
5229
+ 5
5230
+ 6
5231
+ 1
5232
+ 2
5233
+ 4
5234
+ 4
5235
+ 4
5236
+ 5
5237
+ 5
5238
+ 2
5239
+ 5
5240
+ 4
5241
+ 4
5242
+ 0
5243
+ 0
5244
+ 4
5245
+ 5
5246
+ 5
5247
+ 5
5248
+ 4
5249
+ 4
5250
+ 4
5251
+ 4
5252
+ 4
5253
+ 4
5254
+ 5
5255
+ 5
5256
+ 5
5257
+ 1
5258
+ 1
5259
+ 1
5260
+ 4
5261
+ 4
5262
+ 5
5263
+ 2
5264
+ 0
5265
+ 0
5266
+ 2
5267
+ 2
5268
+ 1
5269
+ 6
5270
+ 5
5271
+ 5
5272
+ 5
5273
+ 5
5274
+ 5
5275
+ 5
5276
+ 5
5277
+ 5
5278
+ 3
5279
+ 3
5280
+ 3
5281
+ 0
5282
+ 0
5283
+ 0
5284
+ 3
5285
+ 3
5286
+ 5
5287
+ 5
5288
+ 5
5289
+ 6
5290
+ 3
5291
+ 4
5292
+ 5
5293
+ 4
5294
+ 4
5295
+ 4
5296
+ 4
5297
+ 4
5298
+ 5
5299
+ 4
5300
+ 4
5301
+ 0
5302
+ 5
5303
+ 5
5304
+ 4
5305
+ 4
5306
+ 4
5307
+ 4
5308
+ 5
5309
+ 5
5310
+ 5
5311
+ 3
5312
+ 3
5313
+ 3
5314
+ 2
5315
+ 1
5316
+ 5
5317
+ 4
5318
+ 0
5319
+ 0
5320
+ 2
5321
+ 1
5322
+ 5
5323
+ 0
5324
+ 2
5325
+ 0
5326
+ 5
5327
+ 4
5328
+ 5
5329
+ 0
5330
+ 0
5331
+ 0
5332
+ 4
5333
+ 4
5334
+ 3
5335
+ 0
5336
+ 4
5337
+ 0
5338
+ 4
5339
+ 4
5340
+ 4
5341
+ 5
5342
+ 5
5343
+ 5
5344
+ 5
5345
+ 4
5346
+ 4
5347
+ 3
5348
+ 4
5349
+ 4
5350
+ 5
5351
+ 5
5352
+ 5
5353
+ 5
5354
+ 5
5355
+ 4
5356
+ 5
5357
+ 4
5358
+ 4
5359
+ 1
5360
+ 1
5361
+ 1
5362
+ 2
5363
+ 4
5364
+ 2
5365
+ 0
5366
+ 0
5367
+ 0
5368
+ 0
5369
+ 0
5370
+ 0
5371
+ 1
5372
+ 1
5373
+ 1
5374
+ 5
5375
+ 5
5376
+ 5
5377
+ 2
5378
+ 6
5379
+ 1
5380
+ 5
5381
+ 5
5382
+ 5
5383
+ 4
5384
+ 4
5385
+ 4
5386
+ 5
5387
+ 5
5388
+ 5
5389
+ 4
5390
+ 4
5391
+ 4
5392
+ 4
5393
+ 0
5394
+ 0
5395
+ 0
5396
+ 1
5397
+ 0
5398
+ 5
5399
+ 5
5400
+ 2
5401
+ 4
5402
+ 0
5403
+ 0
5404
+ 5
5405
+ 5
5406
+ 5
5407
+ 0
5408
+ 1
5409
+ 0
5410
+ 0
5411
+ 0
5412
+ 0
5413
+ 5
5414
+ 5
5415
+ 5
5416
+ 3
5417
+ 5
5418
+ 5
5419
+ 5
5420
+ 0
5421
+ 6
5422
+ 3
5423
+ 3
5424
+ 3
5425
+ 3
5426
+ 4
5427
+ 4
5428
+ 0
5429
+ 0
5430
+ 0
5431
+ 4
5432
+ 4
5433
+ 4
5434
+ 5
5435
+ 5
5436
+ 5
5437
+ 5
5438
+ 5
5439
+ 5
5440
+ 5
5441
+ 1
5442
+ 5
5443
+ 0
5444
+ 0
5445
+ 0
5446
+ 4
5447
+ 4
5448
+ 5
5449
+ 2
5450
+ 2
5451
+ 2
5452
+ 4
5453
+ 4
5454
+ 3
5455
+ 5
5456
+ 5
5457
+ 4
5458
+ 3
5459
+ 5
5460
+ 1
5461
+ 0
5462
+ 0
5463
+ 0
5464
+ 0
5465
+ 0
5466
+ 5
5467
+ 2
5468
+ 4
5469
+ 4
5470
+ 5
5471
+ 5
5472
+ 5
5473
+ 2
5474
+ 2
5475
+ 5
5476
+ 0
5477
+ 0
5478
+ 0
5479
+ 4
5480
+ 4
5481
+ 5
5482
+ 4
5483
+ 5
5484
+ 5
5485
+ 2
5486
+ 2
5487
+ 2
5488
+ 2
5489
+ 2
5490
+ 2
5491
+ 1
5492
+ 4
5493
+ 1
5494
+ 4
5495
+ 6
5496
+ 6
5497
+ 0
5498
+ 0
5499
+ 1
5500
+ 4
5501
+ 4
5502
+ 2
5503
+ 5
5504
+ 5
5505
+ 5
5506
+ 4
5507
+ 5
5508
+ 4
5509
+ 4
5510
+ 5
5511
+ 5
5512
+ 2
5513
+ 2
5514
+ 5
5515
+ 0
5516
+ 0
5517
+ 2
5518
+ 1
5519
+ 2
5520
+ 1
5521
+ 1
5522
+ 1
5523
+ 2
5524
+ 2
5525
+ 1
5526
+ 2
5527
+ 0
5528
+ 0
5529
+ 0
5530
+ 3
5531
+ 3
5532
+ 3
5533
+ 4
5534
+ 0
5535
+ 0
5536
+ 2
5537
+ 2
5538
+ 2
5539
+ 0
5540
+ 0
5541
+ 0
5542
+ 5
5543
+ 5
5544
+ 5
5545
+ 4
5546
+ 4
5547
+ 4
5548
+ 2
5549
+ 1
5550
+ 2
5551
+ 6
5552
+ 5
5553
+ 5
5554
+ 2
5555
+ 0
5556
+ 0
5557
+ 4
5558
+ 4
5559
+ 5
5560
+ 2
5561
+ 2
5562
+ 2
5563
+ 5
5564
+ 5
5565
+ 4
5566
+ 5
5567
+ 5
5568
+ 5
5569
+ 3
5570
+ 4
5571
+ 4
5572
+ 0
5573
+ 0
5574
+ 0
5575
+ 4
5576
+ 5
5577
+ 2
5578
+ 5
5579
+ 1
5580
+ 5
5581
+ 2
5582
+ 2
5583
+ 2
5584
+ 5
5585
+ 5
5586
+ 4
5587
+ 5
5588
+ 5
5589
+ 5
5590
+ 2
5591
+ 0
5592
+ 0
5593
+ 2
5594
+ 3
5595
+ 0
5596
+ 4
5597
+ 4
5598
+ 4
5599
+ 6
5600
+ 5
5601
+ 5
5602
+ 5
5603
+ 1
5604
+ 2
5605
+ 5
5606
+ 4
5607
+ 5
5608
+ 0
5609
+ 0
5610
+ 0
5611
+ 4
5612
+ 4
5613
+ 4
5614
+ 2
5615
+ 4
5616
+ 2
5617
+ 4
5618
+ 4
5619
+ 4
5620
+ 0
5621
+ 2
5622
+ 0
5623
+ 5
5624
+ 3
5625
+ 6
5626
+ 4
5627
+ 4
5628
+ 4
5629
+ 4
5630
+ 3
5631
+ 5
5632
+ 5
5633
+ 5
5634
+ 4
5635
+ 4
5636
+ 4
5637
+ 3
5638
+ 0
5639
+ 0
5640
+ 0
5641
+ 0
5642
+ 0
5643
+ 0
5644
+ 0
5645
+ 4
5646
+ 4
5647
+ 1
5648
+ 5
5649
+ 5
5650
+ 4
5651
+ 4
5652
+ 4
5653
+ 0
5654
+ 0
5655
+ 0
5656
+ 0
5657
+ 2
5658
+ 0
5659
+ 2
5660
+ 5
5661
+ 2
5662
+ 2
5663
+ 4
5664
+ 3
5665
+ 4
5666
+ 4
5667
+ 4
5668
+ 5
5669
+ 5
5670
+ 5
5671
+ 0
5672
+ 0
5673
+ 0
5674
+ 5
5675
+ 5
5676
+ 5
5677
+ 4
5678
+ 0
5679
+ 0
5680
+ 5
5681
+ 5
5682
+ 5
5683
+ 4
5684
+ 1
5685
+ 5
5686
+ 5
5687
+ 5
5688
+ 5
5689
+ 5
5690
+ 2
5691
+ 2
5692
+ 2
5693
+ 4
5694
+ 3
5695
+ 0
5696
+ 4
5697
+ 0
5698
+ 2
5699
+ 5
5700
+ 1
5701
+ 5
5702
+ 5
5703
+ 5
5704
+ 1
5705
+ 1
5706
+ 5
5707
+ 5
5708
+ 5
5709
+ 5
5710
+ 5
5711
+ 5
5712
+ 5
5713
+ 3
5714
+ 4
5715
+ 3
5716
+ 0
5717
+ 0
5718
+ 0
5719
+ 0
5720
+ 0
5721
+ 2
5722
+ 3
5723
+ 2
5724
+ 0
5725
+ 2
5726
+ 5
5727
+ 5
5728
+ 5
5729
+ 5
5730
+ 4
5731
+ 2
5732
+ 2
5733
+ 0
5734
+ 2
5735
+ 0
5736
+ 0
5737
+ 1
5738
+ 2
5739
+ 1
5740
+ 5
5741
+ 4
5742
+ 4
5743
+ 1
5744
+ 1
5745
+ 1
5746
+ 6
5747
+ 5
5748
+ 1
5749
+ 4
5750
+ 5
5751
+ 5
5752
+ 4
5753
+ 4
5754
+ 4
5755
+ 5
5756
+ 5
5757
+ 5
5758
+ 5
5759
+ 5
5760
+ 5
5761
+ 5
5762
+ 5
5763
+ 6
5764
+ 2
5765
+ 4
5766
+ 4
5767
+ 5
5768
+ 2
5769
+ 1
5770
+ 0
5771
+ 0
5772
+ 4
5773
+ 2
5774
+ 2
5775
+ 2
5776
+ 5
5777
+ 5
5778
+ 5
5779
+ 1
5780
+ 5
5781
+ 1
5782
+ 5
5783
+ 5
5784
+ 5
5785
+ 5
5786
+ 5
5787
+ 5
5788
+ 5
5789
+ 5
5790
+ 5
5791
+ 1
5792
+ 5
5793
+ 1
5794
+ 0
5795
+ 0
5796
+ 2
5797
+ 1
5798
+ 2
5799
+ 1
5800
+ 2
5801
+ 2
5802
+ 2
5803
+ 1
5804
+ 2
5805
+ 1
5806
+ 5
5807
+ 5
5808
+ 6
5809
+ 4
5810
+ 4
5811
+ 5
5812
+ 4
5813
+ 4
5814
+ 4
5815
+ 6
5816
+ 4
5817
+ 5
5818
+ 5
5819
+ 0
5820
+ 0
5821
+ 5
5822
+ 5
5823
+ 5
5824
+ 4
5825
+ 2
5826
+ 2
5827
+ 4
5828
+ 5
5829
+ 3
5830
+ 0
5831
+ 0
5832
+ 4
5833
+ 4
5834
+ 4
5835
+ 4
5836
+ 5
5837
+ 5
5838
+ 5
5839
+ 2
5840
+ 2
5841
+ 0
5842
+ 5
5843
+ 5
5844
+ 5
5845
+ 2
5846
+ 5
5847
+ 1
5848
+ 2
5849
+ 5
5850
+ 2
5851
+ 0
5852
+ 0
5853
+ 0
5854
+ 2
5855
+ 2
5856
+ 2
5857
+ 2
5858
+ 2
5859
+ 1
5860
+ 5
5861
+ 1
5862
+ 2
5863
+ 2
5864
+ 0
5865
+ 0
5866
+ 3
5867
+ 1
5868
+ 3
5869
+ 4
5870
+ 4
5871
+ 3
5872
+ 4
5873
+ 4
5874
+ 4
5875
+ 4
5876
+ 4
5877
+ 4
5878
+ 4
5879
+ 4
5880
+ 4
5881
+ 4
5882
+ 4
5883
+ 4
5884
+ 5
5885
+ 5
5886
+ 5
5887
+ 5
5888
+ 5
5889
+ 5
5890
+ 1
5891
+ 1
5892
+ 1
5893
+ 4
5894
+ 5
5895
+ 4
5896
+ 0
5897
+ 5
5898
+ 4
5899
+ 0
5900
+ 4
5901
+ 5
5902
+ 2
5903
+ 2
5904
+ 5
5905
+ 2
5906
+ 4
5907
+ 0
5908
+ 1
5909
+ 1
5910
+ 0
5911
+ 2
5912
+ 2
5913
+ 1
5914
+ 5
5915
+ 5
5916
+ 5
5917
+ 5
5918
+ 5
5919
+ 5
5920
+ 2
5921
+ 2
5922
+ 0
5923
+ 1
5924
+ 1
5925
+ 3
5926
+ 2
5927
+ 2
5928
+ 2
5929
+ 5
5930
+ 5
5931
+ 5
5932
+ 1
5933
+ 2
5934
+ 2
5935
+ 5
5936
+ 5
5937
+ 5
5938
+ 2
5939
+ 1
5940
+ 5
5941
+ 4
5942
+ 4
5943
+ 3
5944
+ 6
5945
+ 5
5946
+ 4
5947
+ 4
5948
+ 5
5949
+ 5
5950
+ 5
5951
+ 5
5952
+ 6
5953
+ 1
5954
+ 1
5955
+ 2
5956
+ 0
5957
+ 0
5958
+ 0
5959
+ 2
5960
+ 2
5961
+ 1
5962
+ 0
5963
+ 4
5964
+ 0
5965
+ 5
5966
+ 5
5967
+ 5
5968
+ 4
5969
+ 5
5970
+ 4
5971
+ 2
5972
+ 3
5973
+ 4
5974
+ 0
5975
+ 0
5976
+ 0
5977
+ 3
5978
+ 3
5979
+ 3
5980
+ 5
5981
+ 6
5982
+ 5
5983
+ 1
5984
+ 1
5985
+ 1
5986
+ 4
5987
+ 0
5988
+ 0
5989
+ 4
5990
+ 0
5991
+ 4
5992
+ 2
5993
+ 0
5994
+ 0
5995
+ 4
5996
+ 5
5997
+ 4
5998
+ 5
5999
+ 4
6000
+ 2
6001
+ 0
6002
+ 0
6003
+ 0
6004
+ 5
6005
+ 4
6006
+ 3
6007
+ 3
6008
+ 4
6009
+ 4
6010
+ 5
6011
+ 5
6012
+ 5
6013
+ 0
6014
+ 0
6015
+ 0
6016
+ 0
6017
+ 0
6018
+ 2
6019
+ 5
6020
+ 4
6021
+ 5
6022
+ 3
6023
+ 3
6024
+ 3
6025
+ 2
6026
+ 0
6027
+ 4
6028
+ 4
6029
+ 5
6030
+ 5
6031
+ 3
6032
+ 0
6033
+ 4
6034
+ 3
6035
+ 4
6036
+ 3
6037
+ 5
6038
+ 5
6039
+ 5
6040
+ 5
6041
+ 5
6042
+ 5
6043
+ 0
6044
+ 0
6045
+ 0
6046
+ 1
6047
+ 1
6048
+ 2
6049
+ 4
6050
+ 2
6051
+ 2
6052
+ 2
6053
+ 2
6054
+ 2
6055
+ 4
6056
+ 5
6057
+ 4
6058
+ 5
6059
+ 4
6060
+ 5
6061
+ 5
6062
+ 4
6063
+ 4
6064
+ 5
6065
+ 5
6066
+ 5
6067
+ 5
6068
+ 2
6069
+ 2
6070
+ 1
6071
+ 4
6072
+ 2
6073
+ 0
6074
+ 0
6075
+ 0
6076
+ 0
6077
+ 2
6078
+ 0
6079
+ 5
6080
+ 5
6081
+ 5
6082
+ 5
6083
+ 5
6084
+ 5
6085
+ 5
6086
+ 2
6087
+ 1
6088
+ 6
6089
+ 6
6090
+ 5
6091
+ 5
6092
+ 4
6093
+ 4
6094
+ 2
6095
+ 5
6096
+ 2
6097
+ 1
6098
+ 1
6099
+ 1
6100
+ 5
6101
+ 5
6102
+ 5
6103
+ 1
6104
+ 5
6105
+ 5
6106
+ 0
6107
+ 0
6108
+ 0
6109
+ 2
6110
+ 2
6111
+ 2
6112
+ 2
6113
+ 1
6114
+ 1
6115
+ 5
6116
+ 5
6117
+ 5
6118
+ 2
6119
+ 4
6120
+ 4
6121
+ 2
6122
+ 2
6123
+ 1
6124
+ 5
6125
+ 5
6126
+ 5
6127
+ 5
6128
+ 5
6129
+ 4
6130
+ 4
6131
+ 4
6132
+ 4
6133
+ 1
6134
+ 2
6135
+ 2
6136
+ 0
6137
+ 0
6138
+ 0
6139
+ 2
6140
+ 1
6141
+ 1
6142
+ 4
6143
+ 5
6144
+ 5
6145
+ 2
6146
+ 5
6147
+ 4
6148
+ 2
6149
+ 3
6150
+ 2
6151
+ 2
6152
+ 1
6153
+ 1
6154
+ 3
6155
+ 3
6156
+ 4
6157
+ 4
6158
+ 5
6159
+ 4
6160
+ 1
6161
+ 1
6162
+ 1
6163
+ 4
6164
+ 5
6165
+ 5
6166
+ 5
6167
+ 5
6168
+ 5
6169
+ 3
6170
+ 1
6171
+ 3
6172
+ 4
6173
+ 4
6174
+ 4
6175
+ 0
6176
+ 2
6177
+ 0
6178
+ 5
6179
+ 6
6180
+ 6
6181
+ 1
6182
+ 1
6183
+ 2
6184
+ 5
6185
+ 2
6186
+ 2
6187
+ 6
6188
+ 4
6189
+ 3
6190
+ 1
6191
+ 2
6192
+ 2
6193
+ 4
6194
+ 0
6195
+ 0
6196
+ 4
6197
+ 4
6198
+ 4
6199
+ 2
6200
+ 1
6201
+ 1
6202
+ 4
6203
+ 4
6204
+ 4
6205
+ 5
6206
+ 2
6207
+ 5
6208
+ 5
6209
+ 1
6210
+ 2
6211
+ 0
6212
+ 2
6213
+ 0
6214
+ 2
6215
+ 0
6216
+ 1
6217
+ 0
6218
+ 0
6219
+ 0
6220
+ 4
6221
+ 4
6222
+ 2
6223
+ 5
6224
+ 5
6225
+ 5
6226
+ 2
6227
+ 2
6228
+ 2
6229
+ 4
6230
+ 4
6231
+ 4
6232
+ 4
6233
+ 4
6234
+ 5
6235
+ 1
6236
+ 1
6237
+ 0
6238
+ 0
6239
+ 0
6240
+ 0
6241
+ 5
6242
+ 5
6243
+ 3
6244
+ 2
6245
+ 1
6246
+ 2
6247
+ 4
6248
+ 0
6249
+ 2
6250
+ 5
6251
+ 5
6252
+ 5
6253
+ 5
6254
+ 4
6255
+ 4
6256
+ 2
6257
+ 2
6258
+ 0
6259
+ 1
6260
+ 1
6261
+ 5
6262
+ 0
6263
+ 6
6264
+ 0
6265
+ 4
6266
+ 4
6267
+ 4
6268
+ 6
6269
+ 6
6270
+ 5
6271
+ 6
6272
+ 5
6273
+ 6
6274
+ 0
6275
+ 5
6276
+ 0
6277
+ 3
6278
+ 0
6279
+ 3
6280
+ 0
6281
+ 0
6282
+ 0
6283
+ 5
6284
+ 5
6285
+ 5
6286
+ 4
6287
+ 4
6288
+ 5
6289
+ 3
6290
+ 3
6291
+ 3
6292
+ 0
6293
+ 0
6294
+ 4
6295
+ 0
6296
+ 0
6297
+ 2
6298
+ 5
6299
+ 5
6300
+ 5
6301
+ 2
6302
+ 2
6303
+ 4
6304
+ 0
6305
+ 2
6306
+ 0
6307
+ 6
6308
+ 6
6309
+ 5
6310
+ 5
6311
+ 3
6312
+ 4
6313
+ 0
6314
+ 0
6315
+ 0
6316
+ 5
6317
+ 2
6318
+ 4
6319
+ 1
6320
+ 1
6321
+ 1
6322
+ 5
6323
+ 4
6324
+ 4
6325
+ 4
6326
+ 2
6327
+ 4
6328
+ 4
6329
+ 4
6330
+ 4
6331
+ 2
6332
+ 1
6333
+ 0
6334
+ 2
6335
+ 2
6336
+ 2
6337
+ 4
6338
+ 3
6339
+ 4
6340
+ 0
6341
+ 4
6342
+ 4
6343
+ 0
6344
+ 0
6345
+ 0
6346
+ 2
6347
+ 5
6348
+ 2
6349
+ 3
6350
+ 3
6351
+ 4
6352
+ 5
6353
+ 0
6354
+ 5
6355
+ 4
6356
+ 4
6357
+ 4
6358
+ 4
6359
+ 4
6360
+ 4
6361
+ 5
6362
+ 1
6363
+ 5
6364
+ 1
6365
+ 5
6366
+ 5
6367
+ 5
6368
+ 5
6369
+ 1
6370
+ 0
6371
+ 6
6372
+ 5
6373
+ 1
6374
+ 2
6375
+ 1
6376
+ 2
6377
+ 5
6378
+ 0
6379
+ 4
6380
+ 4
6381
+ 4
6382
+ 0
6383
+ 0
6384
+ 2
6385
+ 0
6386
+ 0
6387
+ 0
6388
+ 5
6389
+ 5
6390
+ 5
6391
+ 4
6392
+ 4
6393
+ 4
6394
+ 2
6395
+ 0
6396
+ 4
6397
+ 0
6398
+ 0
6399
+ 0
6400
+ 4
6401
+ 4
6402
+ 4
6403
+ 4
6404
+ 4
6405
+ 5
6406
+ 1
6407
+ 4
6408
+ 2
6409
+ 4
6410
+ 4
6411
+ 4
6412
+ 2
6413
+ 1
6414
+ 5
6415
+ 0
6416
+ 0
6417
+ 0
6418
+ 5
6419
+ 5
6420
+ 1
6421
+ 2
6422
+ 1
6423
+ 1
6424
+ 1
6425
+ 1
6426
+ 2
6427
+ 2
6428
+ 0
6429
+ 4
6430
+ 1
6431
+ 1
6432
+ 2
6433
+ 5
6434
+ 2
6435
+ 4
6436
+ 1
6437
+ 1
6438
+ 1
6439
+ 1
6440
+ 1
6441
+ 5
6442
+ 4
6443
+ 4
6444
+ 2
6445
+ 4
6446
+ 4
6447
+ 4
6448
+ 1
6449
+ 1
6450
+ 0
6451
+ 4
6452
+ 4
6453
+ 4
6454
+ 0
6455
+ 0
6456
+ 0
6457
+ 5
6458
+ 5
6459
+ 5
6460
+ 2
6461
+ 1
6462
+ 5
6463
+ 2
6464
+ 5
6465
+ 5
6466
+ 4
6467
+ 3
6468
+ 4
6469
+ 1
6470
+ 2
6471
+ 5
6472
+ 1
6473
+ 2
6474
+ 2
6475
+ 0
6476
+ 0
6477
+ 5
6478
+ 3
6479
+ 5
6480
+ 4
6481
+ 4
6482
+ 4
6483
+ 4
6484
+ 5
6485
+ 5
6486
+ 5
6487
+ 6
6488
+ 1
6489
+ 1
6490
+ 5
6491
+ 4
6492
+ 4
6493
+ 3
6494
+ 4
6495
+ 5
6496
+ 6
6497
+ 6
6498
+ 2
6499
+ 2
6500
+ 5
6501
+ 4
6502
+ 1
6503
+ 2
6504
+ 4
6505
+ 4
6506
+ 4
6507
+ 4
6508
+ 2
6509
+ 4
6510
+ 2
6511
+ 2
6512
+ 0
6513
+ 0
6514
+ 5
6515
+ 5
6516
+ 6
6517
+ 1
6518
+ 3
6519
+ 2
6520
+ 0
6521
+ 5
6522
+ 0
6523
+ 2
6524
+ 2
6525
+ 2
6526
+ 5
6527
+ 5
6528
+ 5
6529
+ 4
6530
+ 3
6531
+ 5
6532
+ 0
6533
+ 0
6534
+ 0
6535
+ 5
6536
+ 5
6537
+ 5
6538
+ 4
6539
+ 5
6540
+ 5
6541
+ 6
6542
+ 2
6543
+ 5
6544
+ 1
6545
+ 0
6546
+ 5
6547
+ 5
6548
+ 5
6549
+ 3
6550
+ 4
6551
+ 4
6552
+ 4
6553
+ 5
6554
+ 4
6555
+ 4
6556
+ 1
6557
+ 1
6558
+ 2
6559
+ 5
6560
+ 5
6561
+ 5
6562
+ 5
6563
+ 2
6564
+ 2
6565
+ 3
6566
+ 3
6567
+ 3
6568
+ 5
6569
+ 5
6570
+ 5
6571
+ 5
6572
+ 4
6573
+ 4
6574
+ 1
6575
+ 2
6576
+ 2
6577
+ 1
6578
+ 1
6579
+ 1
6580
+ 0
6581
+ 0
6582
+ 0
6583
+ 5
6584
+ 5
6585
+ 5
6586
+ 1
6587
+ 2
6588
+ 2
6589
+ 2
6590
+ 5
6591
+ 2
6592
+ 5
6593
+ 5
6594
+ 5
6595
+ 4
6596
+ 4
6597
+ 5
6598
+ 4
6599
+ 0
6600
+ 0
6601
+ 4
6602
+ 5
6603
+ 5
6604
+ 1
6605
+ 1
6606
+ 2
6607
+ 0
6608
+ 5
6609
+ 0
6610
+ 4
6611
+ 4
6612
+ 5
6613
+ 0
6614
+ 0
6615
+ 0
6616
+ 1
6617
+ 5
6618
+ 4
6619
+ 5
6620
+ 5
6621
+ 6
6622
+ 4
6623
+ 4
6624
+ 4
6625
+ 5
6626
+ 5
6627
+ 4
6628
+ 5
6629
+ 5
6630
+ 5
6631
+ 5
6632
+ 5
6633
+ 5
6634
+ 5
6635
+ 1
6636
+ 1
6637
+ 5
6638
+ 5
6639
+ 5
6640
+ 4
6641
+ 1
6642
+ 1
6643
+ 2
6644
+ 2
6645
+ 2
6646
+ 1
6647
+ 2
6648
+ 0
6649
+ 0
6650
+ 5
6651
+ 2
6652
+ 5
6653
+ 5
6654
+ 5
6655
+ 2
6656
+ 4
6657
+ 2
6658
+ 5
6659
+ 6
6660
+ 5
6661
+ 1
6662
+ 1
6663
+ 1
6664
+ 4
6665
+ 5
6666
+ 1
6667
+ 2
6668
+ 1
6669
+ 2
6670
+ 3
6671
+ 3
6672
+ 4
6673
+ 4
6674
+ 4
6675
+ 4
6676
+ 4
6677
+ 4
6678
+ 4
6679
+ 5
6680
+ 2
6681
+ 2
6682
+ 5
6683
+ 4
6684
+ 4
6685
+ 4
6686
+ 0
6687
+ 4
6688
+ 4
6689
+ 4
6690
+ 5
6691
+ 5
6692
+ 5
6693
+ 4
6694
+ 4
6695
+ 4
6696
+ 4
6697
+ 5
6698
+ 5
6699
+ 5
6700
+ 5
6701
+ 5
6702
+ 2
6703
+ 4
6704
+ 3
6705
+ 5
6706
+ 5
6707
+ 2
6708
+ 5
6709
+ 5
6710
+ 6
6711
+ 2
6712
+ 5
6713
+ 5
6714
+ 3
6715
+ 0
6716
+ 2
6717
+ 0
6718
+ 5
6719
+ 5
6720
+ 5
6721
+ 2
6722
+ 1
6723
+ 2
6724
+ 2
6725
+ 0
6726
+ 0
6727
+ 4
6728
+ 4
6729
+ 0
6730
+ 2
6731
+ 1
6732
+ 4
6733
+ 5
6734
+ 6
6735
+ 5
6736
+ 5
6737
+ 4
6738
+ 5
6739
+ 0
6740
+ 2
6741
+ 1
6742
+ 5
6743
+ 6
6744
+ 5
6745
+ 4
6746
+ 3
6747
+ 5
6748
+ 3
6749
+ 5
6750
+ 4
6751
+ 2
6752
+ 2
6753
+ 1
6754
+ 2
6755
+ 0
6756
+ 0
6757
+ 2
6758
+ 1
6759
+ 2
6760
+ 5
6761
+ 2
6762
+ 4
6763
+ 4
6764
+ 4
6765
+ 5
6766
+ 2
6767
+ 2
6768
+ 5
6769
+ 0
6770
+ 0
6771
+ 0
6772
+ 4
6773
+ 4
6774
+ 3
6775
+ 2
6776
+ 2
6777
+ 5
6778
+ 0
6779
+ 0
6780
+ 4
6781
+ 1
6782
+ 2
6783
+ 2
6784
+ 0
6785
+ 2
6786
+ 4
6787
+ 1
6788
+ 2
6789
+ 0
6790
+ 6
6791
+ 5
6792
+ 6
6793
+ 0
6794
+ 0
6795
+ 0
6796
+ 2
6797
+ 5
6798
+ 5
6799
+ 0
6800
+ 0
6801
+ 0
6802
+ 4
6803
+ 4
6804
+ 5
6805
+ 4
6806
+ 4
6807
+ 3
6808
+ 4
6809
+ 4
6810
+ 4
6811
+ 4
6812
+ 4
6813
+ 4
6814
+ 4
6815
+ 4
6816
+ 4
6817
+ 0
6818
+ 0
6819
+ 0
6820
+ 3
6821
+ 4
6822
+ 4
6823
+ 1
6824
+ 1
6825
+ 1
6826
+ 0
6827
+ 0
6828
+ 5
6829
+ 0
6830
+ 4
6831
+ 0
6832
+ 0
6833
+ 0
6834
+ 0
6835
+ 3
6836
+ 3
6837
+ 5
6838
+ 4
6839
+ 4
6840
+ 4
6841
+ 5
6842
+ 4
6843
+ 4
6844
+ 5
6845
+ 5
6846
+ 5
6847
+ 5
6848
+ 2
6849
+ 4
6850
+ 4
6851
+ 4
6852
+ 4
6853
+ 4
6854
+ 4
6855
+ 4
6856
+ 2
6857
+ 2
6858
+ 2
6859
+ 0
6860
+ 2
6861
+ 2
6862
+ 3
6863
+ 4
6864
+ 4
6865
+ 0
6866
+ 4
6867
+ 0
6868
+ 3
6869
+ 3
6870
+ 3
6871
+ 0
6872
+ 0
6873
+ 1
6874
+ 4
6875
+ 4
6876
+ 4
6877
+ 5
6878
+ 2
6879
+ 2
6880
+ 5
6881
+ 5
6882
+ 5
6883
+ 4
6884
+ 0
6885
+ 0
6886
+ 4
6887
+ 4
6888
+ 3
6889
+ 0
6890
+ 0
6891
+ 0
6892
+ 0
6893
+ 0
6894
+ 0
6895
+ 5
6896
+ 4
6897
+ 5
6898
+ 5
6899
+ 5
6900
+ 6
6901
+ 0
6902
+ 0
6903
+ 2
6904
+ 4
6905
+ 4
6906
+ 4
6907
+ 2
6908
+ 2
6909
+ 4
6910
+ 1
6911
+ 2
6912
+ 2
6913
+ 0
6914
+ 0
6915
+ 0
6916
+ 5
6917
+ 2
6918
+ 5
6919
+ 0
6920
+ 2
6921
+ 0
6922
+ 1
6923
+ 1
6924
+ 0
6925
+ 0
6926
+ 5
6927
+ 4
6928
+ 4
6929
+ 4
6930
+ 5
6931
+ 2
6932
+ 2
6933
+ 2
6934
+ 4
6935
+ 4
6936
+ 3
6937
+ 1
6938
+ 2
6939
+ 2
6940
+ 2
6941
+ 4
6942
+ 0
6943
+ 2
6944
+ 1
6945
+ 4
6946
+ 4
6947
+ 4
6948
+ 4
6949
+ 0
6950
+ 0
6951
+ 0
6952
+ 6
6953
+ 5
6954
+ 5
6955
+ 5
6956
+ 2
6957
+ 0
6958
+ 6
6959
+ 5
6960
+ 5
6961
+ 2
6962
+ 2
6963
+ 5
6964
+ 2
6965
+ 2
6966
+ 2
6967
+ 5
6968
+ 1
6969
+ 5
6970
+ 6
6971
+ 5
6972
+ 1
6973
+ 4
6974
+ 3
6975
+ 5
6976
+ 4
6977
+ 5
6978
+ 4
6979
+ 2
6980
+ 5
6981
+ 2
6982
+ 4
6983
+ 4
6984
+ 4
6985
+ 5
6986
+ 5
6987
+ 6
6988
+ 1
6989
+ 2
6990
+ 1
6991
+ 5
6992
+ 5
6993
+ 5
6994
+ 3
6995
+ 4
6996
+ 4
6997
+ 2
6998
+ 5
6999
+ 2
7000
+ 5
7001
+ 5
7002
+ 5
7003
+ 1
7004
+ 6
7005
+ 6
7006
+ 5
7007
+ 5
7008
+ 5
7009
+ 4
7010
+ 5
7011
+ 4
7012
+ 4
7013
+ 4
7014
+ 4
7015
+ 3
7016
+ 5
7017
+ 4
7018
+ 4
7019
+ 5
7020
+ 5
7021
+ 2
7022
+ 2
7023
+ 1
7024
+ 4
7025
+ 4
7026
+ 4
7027
+ 4
7028
+ 5
7029
+ 5
7030
+ 0
7031
+ 0
7032
+ 4
7033
+ 5
7034
+ 5
7035
+ 5
7036
+ 0
7037
+ 0
7038
+ 0
7039
+ 5
7040
+ 3
7041
+ 4
7042
+ 5
7043
+ 2
7044
+ 1
7045
+ 5
7046
+ 5
7047
+ 5
7048
+ 4
7049
+ 2
7050
+ 2
7051
+ 5
7052
+ 5
7053
+ 5
7054
+ 4
7055
+ 1
7056
+ 1
7057
+ 4
7058
+ 4
7059
+ 4
7060
+ 0
7061
+ 0
7062
+ 0
7063
+ 3
7064
+ 4
7065
+ 4
7066
+ 2
7067
+ 2
7068
+ 1
7069
+ 4
7070
+ 4
7071
+ 4
7072
+ 4
7073
+ 5
7074
+ 4
7075
+ 5
7076
+ 6
7077
+ 6
7078
+ 5
7079
+ 5
7080
+ 5
7081
+ 4
7082
+ 4
7083
+ 4
7084
+ 0
7085
+ 0
7086
+ 0
7087
+ 2
7088
+ 1
7089
+ 1
7090
+ 2
7091
+ 2
7092
+ 5
7093
+ 5
7094
+ 5
7095
+ 5
7096
+ 0
7097
+ 0
7098
+ 5
7099
+ 1
7100
+ 5
7101
+ 5
7102
+ 5
7103
+ 0
7104
+ 0
7105
+ 1
7106
+ 5
7107
+ 2
7108
+ 1
7109
+ 2
7110
+ 3
7111
+ 4
7112
+ 2
7113
+ 5
7114
+ 2
7115
+ 2
7116
+ 2
7117
+ 0
7118
+ 5
7119
+ 5
7120
+ 2
7121
+ 4
7122
+ 2
7123
+ 5
7124
+ 2
7125
+ 2
7126
+ 4
7127
+ 4
7128
+ 4
7129
+ 0
7130
+ 0
7131
+ 0
7132
+ 4
7133
+ 4
7134
+ 4
7135
+ 0
7136
+ 0
7137
+ 0
7138
+ 2
7139
+ 2
7140
+ 1
7141
+ 0
7142
+ 0
7143
+ 0
7144
+ 4
7145
+ 5
7146
+ 5
7147
+ 1
7148
+ 1
7149
+ 1
7150
+ 0
7151
+ 0
7152
+ 0
7153
+ 2
7154
+ 2
7155
+ 2
7156
+ 0
7157
+ 5
7158
+ 5
7159
+ 4
7160
+ 3
7161
+ 5
7162
+ 4
7163
+ 4
7164
+ 2
7165
+ 1
7166
+ 1
7167
+ 1
7168
+ 5
7169
+ 5
7170
+ 6
7171
+ 0
7172
+ 0
7173
+ 0
7174
+ 4
7175
+ 5
7176
+ 2
7177
+ 4
7178
+ 4
7179
+ 4
7180
+ 5
7181
+ 5
7182
+ 2
7183
+ 4
7184
+ 5
7185
+ 4
7186
+ 0
7187
+ 0
7188
+ 0
7189
+ 0
7190
+ 5
7191
+ 4
7192
+ 4
7193
+ 4
7194
+ 4
7195
+ 2
7196
+ 4
7197
+ 4
7198
+ 4
7199
+ 4
7200
+ 4
7201
+ 4
7202
+ 4
7203
+ 4
7204
+ 4
7205
+ 4
7206
+ 3
7207
+ 1
7208
+ 2
7209
+ 2
7210
+ 4
7211
+ 0
7212
+ 0
7213
+ 0
7214
+ 0
7215
+ 0
7216
+ 6
7217
+ 6
7218
+ 5
7219
+ 5
7220
+ 2
7221
+ 0
7222
+ 5
7223
+ 4
7224
+ 5
7225
+ 4
7226
+ 5
7227
+ 5
7228
+ 0
7229
+ 0
7230
+ 0
7231
+ 5
7232
+ 5
7233
+ 5
7234
+ 5
7235
+ 5
7236
+ 4
7237
+ 5
7238
+ 5
7239
+ 4
7240
+ 5
7241
+ 1
7242
+ 2
7243
+ 5
7244
+ 4
7245
+ 5
7246
+ 2
7247
+ 5
7248
+ 1
7249
+ 4
7250
+ 3
7251
+ 0
7252
+ 6
7253
+ 6
7254
+ 5
7255
+ 4
7256
+ 4
7257
+ 4
7258
+ 0
7259
+ 5
7260
+ 0
7261
+ 1
7262
+ 5
7263
+ 1
7264
+ 2
7265
+ 1
7266
+ 2
7267
+ 4
7268
+ 5
7269
+ 5
7270
+ 5
7271
+ 4
7272
+ 4
7273
+ 5
7274
+ 5
7275
+ 5
7276
+ 2
7277
+ 5
7278
+ 2
7279
+ 4
7280
+ 0
7281
+ 5
7282
+ 4
7283
+ 4
7284
+ 5
7285
+ 1
7286
+ 2
7287
+ 1
7288
+ 0
7289
+ 0
7290
+ 0
7291
+ 0
7292
+ 1
7293
+ 1
7294
+ 2
7295
+ 2
7296
+ 2
7297
+ 1
7298
+ 2
7299
+ 2
7300
+ 4
7301
+ 3
7302
+ 4
7303
+ 5
7304
+ 2
7305
+ 1
7306
+ 2
7307
+ 0
7308
+ 0
7309
+ 2
7310
+ 5
7311
+ 4
7312
+ 4
7313
+ 3
7314
+ 5
7315
+ 0
7316
+ 0
7317
+ 0
7318
+ 2
7319
+ 2
7320
+ 5
7321
+ 5
7322
+ 5
7323
+ 5
7324
+ 5
7325
+ 5
7326
+ 4
7327
+ 4
7328
+ 5
7329
+ 4
7330
+ 2
7331
+ 5
7332
+ 5
7333
+ 4
7334
+ 4
7335
+ 5
7336
+ 0
7337
+ 0
7338
+ 0
7339
+ 4
7340
+ 4
7341
+ 4
7342
+ 5
7343
+ 4
7344
+ 3
7345
+ 1
7346
+ 1
7347
+ 2
7348
+ 1
7349
+ 1
7350
+ 1
7351
+ 0
7352
+ 1
7353
+ 1
7354
+ 5
7355
+ 5
7356
+ 4
7357
+ 0
7358
+ 0
7359
+ 0
7360
+ 4
7361
+ 4
7362
+ 4
7363
+ 1
7364
+ 5
7365
+ 5
7366
+ 6
7367
+ 6
7368
+ 5
7369
+ 2
7370
+ 1
7371
+ 2
7372
+ 5
7373
+ 2
7374
+ 5
7375
+ 4
7376
+ 2
7377
+ 4
7378
+ 5
7379
+ 5
7380
+ 4
7381
+ 5
7382
+ 4
7383
+ 4
7384
+ 1
7385
+ 1
7386
+ 5
7387
+ 2
7388
+ 5
7389
+ 4
7390
+ 0
7391
+ 0
7392
+ 0
7393
+ 0
7394
+ 0
7395
+ 0
7396
+ 5
7397
+ 3
7398
+ 5
7399
+ 5
7400
+ 5
7401
+ 5
7402
+ 0
7403
+ 5
7404
+ 2
7405
+ 5
7406
+ 5
7407
+ 1
7408
+ 2
7409
+ 0
7410
+ 0
7411
+ 4
7412
+ 4
7413
+ 4
7414
+ 5
7415
+ 5
7416
+ 5
7417
+ 2
7418
+ 5
7419
+ 5
7420
+ 2
7421
+ 1
7422
+ 1
7423
+ 6
7424
+ 6
7425
+ 5
7426
+ 5
7427
+ 5
7428
+ 5
7429
+ 1
7430
+ 2
7431
+ 1
7432
+ 1
7433
+ 2
7434
+ 2
7435
+ 0
7436
+ 0
7437
+ 0
7438
+ 4
7439
+ 5
7440
+ 5
7441
+ 5
7442
+ 2
7443
+ 4
7444
+ 1
7445
+ 4
7446
+ 2
7447
+ 5
7448
+ 6
7449
+ 5
7450
+ 1
7451
+ 5
7452
+ 5
7453
+ 2
7454
+ 4
7455
+ 2
7456
+ 3
7457
+ 5
7458
+ 4
7459
+ 4
7460
+ 4
7461
+ 4
7462
+ 4
7463
+ 5
7464
+ 4
7465
+ 5
7466
+ 0
7467
+ 4
7468
+ 5
7469
+ 4
7470
+ 5
7471
+ 5
7472
+ 4
7473
+ 5
7474
+ 5
7475
+ 5
7476
+ 5
7477
+ 5
7478
+ 6
7479
+ 5
7480
+ 5
7481
+ 4
7482
+ 4
7483
+ 4
7484
+ 4
7485
+ 4
7486
+ 5
7487
+ 0
7488
+ 2
7489
+ 5
7490
+ 4
7491
+ 4
7492
+ 4
7493
+ 4
7494
+ 4
7495
+ 1
7496
+ 5
7497
+ 1
7498
+ 4
7499
+ 4
7500
+ 4
7501
+ 2
7502
+ 2
7503
+ 5
7504
+ 0
7505
+ 2
7506
+ 0
7507
+ 1
7508
+ 1
7509
+ 4
7510
+ 4
7511
+ 3
7512
+ 4
7513
+ 1
7514
+ 1
7515
+ 1
7516
+ 6
7517
+ 6
7518
+ 5
7519
+ 0
7520
+ 0
7521
+ 0
7522
+ 0
7523
+ 0
7524
+ 0
7525
+ 1
7526
+ 2
7527
+ 2
7528
+ 5
7529
+ 5
7530
+ 5
7531
+ 5
7532
+ 4
7533
+ 3
7534
+ 5
7535
+ 5
7536
+ 4
7537
+ 5
7538
+ 4
7539
+ 4
7540
+ 5
7541
+ 2
7542
+ 0
7543
+ 5
7544
+ 5
7545
+ 5
7546
+ 4
7547
+ 5
7548
+ 4
7549
+ 5
7550
+ 5
7551
+ 5
7552
+ 0
7553
+ 2
7554
+ 0
7555
+ 3
7556
+ 2
7557
+ 2
7558
+ 1
7559
+ 2
7560
+ 0
7561
+ 4
7562
+ 4
7563
+ 3
7564
+ 1
7565
+ 5
7566
+ 1
7567
+ 0
7568
+ 0
7569
+ 4
7570
+ 0
7571
+ 5
7572
+ 0
7573
+ 2
7574
+ 1
7575
+ 2
7576
+ 5
7577
+ 6
7578
+ 5
7579
+ 1
7580
+ 1
7581
+ 5
7582
+ 4
7583
+ 4
7584
+ 5
7585
+ 2
7586
+ 1
7587
+ 5
7588
+ 5
7589
+ 5
7590
+ 5
7591
+ 6
7592
+ 5
7593
+ 5
7594
+ 5
7595
+ 5
7596
+ 4
7597
+ 5
7598
+ 5
7599
+ 2
7600
+ 1
7601
+ 1
7602
+ 1
7603
+ 0
7604
+ 0
7605
+ 0
7606
+ 4
7607
+ 5
7608
+ 5
7609
+ 4
7610
+ 5
7611
+ 4
7612
+ 3
7613
+ 3
7614
+ 4
7615
+ 5
7616
+ 5
7617
+ 5
7618
+ 4
7619
+ 2
7620
+ 4
7621
+ 4
7622
+ 4
7623
+ 4
7624
+ 4
7625
+ 4
7626
+ 0
7627
+ 4
7628
+ 4
7629
+ 3
7630
+ 0
7631
+ 5
7632
+ 0
7633
+ 4
7634
+ 4
7635
+ 0
7636
+ 1
7637
+ 5
7638
+ 2
7639
+ 2
7640
+ 5
7641
+ 4
7642
+ 5
7643
+ 5
7644
+ 5
7645
+ 5
7646
+ 4
7647
+ 4
7648
+ 1
7649
+ 5
7650
+ 4
7651
+ 3
7652
+ 4
7653
+ 5
7654
+ 5
7655
+ 5
7656
+ 5
7657
+ 3
7658
+ 5
7659
+ 5
7660
+ 5
7661
+ 2
7662
+ 5
7663
+ 5
7664
+ 2
7665
+ 5
7666
+ 1
7667
+ 4
7668
+ 2
7669
+ 0
7670
+ 5
7671
+ 0
7672
+ 2
7673
+ 5
7674
+ 4
7675
+ 5
7676
+ 0
7677
+ 5
7678
+ 2
7679
+ 1
7680
+ 2
7681
+ 5
7682
+ 5
7683
+ 5
7684
+ 6
7685
+ 5
7686
+ 5
7687
+ 4
7688
+ 5
7689
+ 4
7690
+ 0
7691
+ 0
7692
+ 0
7693
+ 0
7694
+ 4
7695
+ 0
7696
+ 5
7697
+ 5
7698
+ 5
7699
+ 4
7700
+ 4
7701
+ 5
7702
+ 5
7703
+ 1
7704
+ 2
7705
+ 4
7706
+ 4
7707
+ 4
7708
+ 0
7709
+ 0
7710
+ 0
7711
+ 0
7712
+ 0
7713
+ 0
7714
+ 4
7715
+ 4
7716
+ 4
7717
+ 4
7718
+ 3
7719
+ 4
7720
+ 4
7721
+ 5
7722
+ 5
7723
+ 1
7724
+ 4
7725
+ 5
7726
+ 5
7727
+ 2
7728
+ 5
7729
+ 2
7730
+ 2
7731
+ 2
7732
+ 6
7733
+ 5
7734
+ 5
7735
+ 4
7736
+ 5
7737
+ 5
7738
+ 0
7739
+ 0
7740
+ 0
7741
+ 0
7742
+ 0
7743
+ 0
7744
+ 3
7745
+ 5
7746
+ 4
7747
+ 5
7748
+ 5
7749
+ 5
7750
+ 4
7751
+ 4
7752
+ 4
7753
+ 3
7754
+ 4
7755
+ 4
7756
+ 5
7757
+ 4
7758
+ 5
7759
+ 6
7760
+ 3
7761
+ 5
7762
+ 4
7763
+ 4
7764
+ 5
7765
+ 1
7766
+ 4
7767
+ 5
7768
+ 1
7769
+ 1
7770
+ 1
7771
+ 0
7772
+ 2
7773
+ 0
7774
+ 0
7775
+ 0
7776
+ 0
7777
+ 5
7778
+ 5
7779
+ 4
7780
+ 4
7781
+ 3
7782
+ 4
7783
+ 2
7784
+ 1
7785
+ 2
7786
+ 2
7787
+ 2
7788
+ 1
7789
+ 4
7790
+ 3
7791
+ 3
7792
+ 4
7793
+ 1
7794
+ 4
7795
+ 0
7796
+ 0
7797
+ 0
7798
+ 3
7799
+ 5
7800
+ 3
7801
+ 0
7802
+ 0
7803
+ 0
7804
+ 5
7805
+ 2
7806
+ 0
7807
+ 2
7808
+ 0
7809
+ 2
7810
+ 1
7811
+ 1
7812
+ 1
7813
+ 5
7814
+ 3
7815
+ 4
7816
+ 4
7817
+ 5
7818
+ 5
7819
+ 4
7820
+ 4
7821
+ 5
7822
+ 0
7823
+ 4
7824
+ 0
7825
+ 5
7826
+ 3
7827
+ 1
7828
+ 2
7829
+ 2
7830
+ 1
7831
+ 0
7832
+ 0
7833
+ 0
7834
+ 1
7835
+ 2
7836
+ 1
7837
+ 5
7838
+ 5
7839
+ 1
7840
+ 5
7841
+ 5
7842
+ 5
7843
+ 0
7844
+ 0
7845
+ 4
7846
+ 5
7847
+ 2
7848
+ 0
7849
+ 2
7850
+ 2
7851
+ 0
7852
+ 4
7853
+ 3
7854
+ 4
7855
+ 5
7856
+ 5
7857
+ 5
7858
+ 6
7859
+ 6
7860
+ 5
7861
+ 0
7862
+ 5
7863
+ 5
7864
+ 5
7865
+ 1
7866
+ 1
7867
+ 2
7868
+ 4
7869
+ 5
7870
+ 4
7871
+ 4
7872
+ 4
7873
+ 5
7874
+ 5
7875
+ 5
7876
+ 5
7877
+ 5
7878
+ 5
7879
+ 4
7880
+ 4
7881
+ 4
7882
+ 3
7883
+ 5
7884
+ 0
7885
+ 4
7886
+ 5
7887
+ 5
7888
+ 2
7889
+ 2
7890
+ 2
7891
+ 4
7892
+ 4
7893
+ 4
7894
+ 1
7895
+ 1
7896
+ 1
7897
+ 5
7898
+ 2
7899
+ 5
7900
+ 2
7901
+ 5
7902
+ 5
7903
+ 4
7904
+ 4
7905
+ 4
7906
+ 2
7907
+ 5
7908
+ 4
7909
+ 0
7910
+ 0
7911
+ 0
7912
+ 1
7913
+ 5
7914
+ 1
7915
+ 4
7916
+ 5
7917
+ 5
7918
+ 2
7919
+ 2
7920
+ 5
7921
+ 0
7922
+ 0
7923
+ 0
7924
+ 5
7925
+ 5
7926
+ 5
7927
+ 5
7928
+ 5
7929
+ 5
7930
+ 5
7931
+ 5
7932
+ 4
7933
+ 5
7934
+ 5
7935
+ 5
7936
+ 2
7937
+ 2
7938
+ 2
7939
+ 1
7940
+ 2
7941
+ 1
7942
+ 4
7943
+ 4
7944
+ 4
7945
+ 5
7946
+ 5
7947
+ 5
7948
+ 5
7949
+ 5
7950
+ 4
7951
+ 4
7952
+ 5
7953
+ 4
7954
+ 4
7955
+ 4
7956
+ 4
7957
+ 0
7958
+ 0
7959
+ 0
7960
+ 4
7961
+ 4
7962
+ 4
7963
+ 4
7964
+ 4
7965
+ 5
7966
+ 2
7967
+ 4
7968
+ 4
7969
+ 4
7970
+ 2
7971
+ 2
7972
+ 0
7973
+ 0
7974
+ 3
7975
+ 4
7976
+ 4
7977
+ 4
7978
+ 3
7979
+ 3
7980
+ 3
7981
+ 0
7982
+ 2
7983
+ 0
7984
+ 0
7985
+ 0
7986
+ 0
7987
+ 4
7988
+ 4
7989
+ 4
7990
+ 5
7991
+ 4
7992
+ 4
7993
+ 5
7994
+ 5
7995
+ 5
7996
+ 0
7997
+ 2
7998
+ 0
7999
+ 3
8000
+ 5
8001
+ 4
8002
+ 4
8003
+ 4
8004
+ 4
8005
+ 5
8006
+ 2
8007
+ 2
8008
+ 4
8009
+ 4
8010
+ 4
8011
+ 1
8012
+ 2
8013
+ 5
8014
+ 5
8015
+ 6
8016
+ 6
8017
+ 5
8018
+ 5
8019
+ 5
8020
+ 2
8021
+ 0
8022
+ 0
8023
+ 5
8024
+ 5
8025
+ 4
8026
+ 5
8027
+ 1
8028
+ 2
8029
+ 2
8030
+ 1
8031
+ 4
8032
+ 1
8033
+ 5
8034
+ 2
8035
+ 5
8036
+ 1
8037
+ 1
8038
+ 4
8039
+ 4
8040
+ 4
8041
+ 4
8042
+ 4
8043
+ 5
8044
+ 5
8045
+ 5
8046
+ 5
8047
+ 5
8048
+ 4
8049
+ 2
8050
+ 3
8051
+ 4
8052
+ 3
8053
+ 0
8054
+ 0
8055
+ 0
8056
+ 4
8057
+ 4
8058
+ 4
8059
+ 1
8060
+ 1
8061
+ 2
8062
+ 5
8063
+ 5
8064
+ 5
8065
+ 5
8066
+ 5
8067
+ 5
8068
+ 2
8069
+ 2
8070
+ 2
8071
+ 4
8072
+ 0
8073
+ 2
8074
+ 2
8075
+ 2
8076
+ 0
8077
+ 4
8078
+ 3
8079
+ 3
8080
+ 4
8081
+ 5
8082
+ 4
8083
+ 2
8084
+ 5
8085
+ 1
8086
+ 5
8087
+ 4
8088
+ 2
8089
+ 0
8090
+ 0
8091
+ 0
8092
+ 6
8093
+ 6
8094
+ 6
8095
+ 4
8096
+ 5
8097
+ 3
8098
+ 4
8099
+ 2
8100
+ 5
8101
+ 4
8102
+ 4
8103
+ 5
8104
+ 1
8105
+ 1
8106
+ 2
8107
+ 4
8108
+ 4
8109
+ 4
8110
+ 0
8111
+ 0
8112
+ 0
8113
+ 2
8114
+ 2
8115
+ 2
8116
+ 5
8117
+ 5
8118
+ 5
8119
+ 0
8120
+ 0
8121
+ 0
8122
+ 4
8123
+ 4
8124
+ 4
8125
+ 3
8126
+ 3
8127
+ 3
8128
+ 0
8129
+ 2
8130
+ 0
8131
+ 5
8132
+ 4
8133
+ 4
8134
+ 0
8135
+ 0
8136
+ 0
8137
+ 5
8138
+ 5
8139
+ 5
8140
+ 5
8141
+ 2
8142
+ 5
8143
+ 4
8144
+ 0
8145
+ 0
8146
+ 5
8147
+ 5
8148
+ 5
8149
+ 4
8150
+ 3
8151
+ 5
8152
+ 5
8153
+ 5
8154
+ 4
8155
+ 5
8156
+ 4
8157
+ 5
8158
+ 5
8159
+ 6
8160
+ 5
8161
+ 5
8162
+ 5
8163
+ 4
8164
+ 4
8165
+ 4
8166
+ 4
8167
+ 5
8168
+ 1
8169
+ 1
8170
+ 4
8171
+ 0
8172
+ 2
8173
+ 3
8174
+ 4
8175
+ 3
8176
+ 5
8177
+ 1
8178
+ 5
8179
+ 4
8180
+ 4
8181
+ 5
8182
+ 4
8183
+ 4
8184
+ 5
8185
+ 5
8186
+ 5
8187
+ 5
8188
+ 4
8189
+ 3
8190
+ 4
8191
+ 0
8192
+ 0
8193
+ 0
8194
+ 5
8195
+ 1
8196
+ 5
8197
+ 4
8198
+ 4
8199
+ 5
8200
+ 5
8201
+ 5
8202
+ 5
8203
+ 1
8204
+ 1
8205
+ 2
8206
+ 5
8207
+ 5
8208
+ 5
8209
+ 2
8210
+ 2
8211
+ 2
8212
+ 5
8213
+ 4
8214
+ 4
8215
+ 2
8216
+ 2
8217
+ 1
8218
+ 4
8219
+ 5
8220
+ 5
8221
+ 4
8222
+ 4
8223
+ 4
8224
+ 5
8225
+ 4
8226
+ 4
8227
+ 4
8228
+ 4
8229
+ 4
8230
+ 0
8231
+ 0
8232
+ 0
8233
+ 5
8234
+ 5
8235
+ 0
8236
+ 0
8237
+ 5
8238
+ 2
8239
+ 0
8240
+ 0
8241
+ 0
8242
+ 3
8243
+ 3
8244
+ 3
8245
+ 1
8246
+ 1
8247
+ 2
8248
+ 0
8249
+ 2
8250
+ 0
8251
+ 2
8252
+ 0
8253
+ 0
8254
+ 1
8255
+ 2
8256
+ 5
8257
+ 1
8258
+ 0
8259
+ 1
8260
+ 1
8261
+ 1
8262
+ 1
8263
+ 4
8264
+ 4
8265
+ 3
8266
+ 5
8267
+ 2
8268
+ 0
8269
+ 5
8270
+ 0
8271
+ 0
8272
+ 5
8273
+ 5
8274
+ 5
8275
+ 5
8276
+ 4
8277
+ 4
8278
+ 4
8279
+ 4
8280
+ 4
8281
+ 5
8282
+ 5
8283
+ 5
8284
+ 0
8285
+ 0
8286
+ 0
8287
+ 5
8288
+ 4
8289
+ 2
8290
+ 0
8291
+ 3
8292
+ 0
8293
+ 4
8294
+ 4
8295
+ 4
8296
+ 5
8297
+ 5
8298
+ 5
8299
+ 0
8300
+ 0
8301
+ 0
8302
+ 3
8303
+ 6
8304
+ 5
8305
+ 5
8306
+ 5
8307
+ 5
8308
+ 5
8309
+ 1
8310
+ 3
8311
+ 3
8312
+ 4
8313
+ 4
8314
+ 3
8315
+ 5
8316
+ 3
8317
+ 4
8318
+ 4
8319
+ 5
8320
+ 4
8321
+ 5
8322
+ 4
8323
+ 5
8324
+ 4
8325
+ 4
8326
+ 4
8327
+ 4
8328
+ 2
8329
+ 4
8330
+ 4
8331
+ 5
8332
+ 5
8333
+ 5
8334
+ 2
8335
+ 2
8336
+ 2
8337
+ 2
8338
+ 4
8339
+ 3
8340
+ 4
8341
+ 4
8342
+ 5
8343
+ 4
8344
+ 1
8345
+ 2
8346
+ 1
8347
+ 4
8348
+ 4
8349
+ 5
8350
+ 5
8351
+ 4
8352
+ 5
8353
+ 0
8354
+ 2
8355
+ 2
8356
+ 5
8357
+ 5
8358
+ 1
8359
+ 3
8360
+ 3
8361
+ 5
8362
+ 0
8363
+ 0
8364
+ 5
8365
+ 3
8366
+ 3
8367
+ 3
8368
+ 4
8369
+ 4
8370
+ 4
8371
+ 5
8372
+ 1
8373
+ 5
8374
+ 6
8375
+ 5
8376
+ 6
8377
+ 5
8378
+ 4
8379
+ 4
8380
+ 4
8381
+ 2
8382
+ 2
8383
+ 5
8384
+ 1
8385
+ 5
8386
+ 4
8387
+ 4
8388
+ 3
8389
+ 3
8390
+ 5
8391
+ 5
8392
+ 4
8393
+ 4
8394
+ 3
8395
+ 5
8396
+ 5
8397
+ 5
8398
+ 5
8399
+ 4
8400
+ 4
8401
+ 2
8402
+ 0
8403
+ 4
8404
+ 4
8405
+ 2
8406
+ 0
8407
+ 1
8408
+ 1
8409
+ 1
8410
+ 2
8411
+ 2
8412
+ 2
8413
+ 5
8414
+ 5
8415
+ 3
8416
+ 2
8417
+ 1
8418
+ 1
8419
+ 3
8420
+ 3
8421
+ 3
8422
+ 5
8423
+ 2
8424
+ 1
8425
+ 3
8426
+ 3
8427
+ 3
8428
+ 4
8429
+ 4
8430
+ 5
8431
+ 5
8432
+ 5
8433
+ 5
8434
+ 4
8435
+ 4
8436
+ 2
8437
+ 4
8438
+ 4
8439
+ 4
8440
+ 2
8441
+ 1
8442
+ 1
8443
+ 2
8444
+ 1
8445
+ 1
8446
+ 5
8447
+ 5
8448
+ 2
8449
+ 5
8450
+ 5
8451
+ 5
8452
+ 2
8453
+ 1
8454
+ 1
8455
+ 4
8456
+ 5
8457
+ 5
8458
+ 4
8459
+ 4
8460
+ 4
8461
+ 2
8462
+ 1
8463
+ 2
8464
+ 3
8465
+ 3
8466
+ 3
8467
+ 0
8468
+ 0
8469
+ 0
8470
+ 5
8471
+ 5
8472
+ 5
8473
+ 5
8474
+ 5
8475
+ 5
8476
+ 4
8477
+ 4
8478
+ 4
8479
+ 4
8480
+ 4
8481
+ 3
8482
+ 5
8483
+ 5
8484
+ 5
8485
+ 2
8486
+ 1
8487
+ 2
8488
+ 4
8489
+ 4
8490
+ 4
8491
+ 1
8492
+ 1
8493
+ 3
8494
+ 5
8495
+ 5
8496
+ 1
8497
+ 5
8498
+ 4
8499
+ 3
8500
+ 1
8501
+ 2
8502
+ 2
8503
+ 0
8504
+ 0
8505
+ 0
8506
+ 2
8507
+ 4
8508
+ 4
8509
+ 0
8510
+ 0
8511
+ 0
8512
+ 5
8513
+ 6
8514
+ 5
8515
+ 4
8516
+ 4
8517
+ 4
8518
+ 3
8519
+ 3
8520
+ 3
8521
+ 4
8522
+ 5
8523
+ 3
8524
+ 2
8525
+ 2
8526
+ 2
8527
+ 1
8528
+ 2
8529
+ 2
8530
+ 3
8531
+ 5
8532
+ 5
8533
+ 4
8534
+ 2
8535
+ 5
8536
+ 5
8537
+ 5
8538
+ 5
8539
+ 0
8540
+ 2
8541
+ 2
8542
+ 0
8543
+ 2
8544
+ 2
8545
+ 4
8546
+ 2
8547
+ 1
8548
+ 5
8549
+ 5
8550
+ 5
8551
+ 2
8552
+ 1
8553
+ 2
8554
+ 1
8555
+ 5
8556
+ 5
8557
+ 0
8558
+ 0
8559
+ 2
8560
+ 4
8561
+ 4
8562
+ 4
8563
+ 2
8564
+ 5
8565
+ 2
8566
+ 5
8567
+ 5
8568
+ 5
8569
+ 1
8570
+ 2
8571
+ 1
8572
+ 0
8573
+ 2
8574
+ 0
8575
+ 4
8576
+ 4
8577
+ 0
8578
+ 3
8579
+ 3
8580
+ 3
8581
+ 0
8582
+ 0
8583
+ 0
8584
+ 1
8585
+ 1
8586
+ 2
8587
+ 2
8588
+ 2
8589
+ 5
8590
+ 0
8591
+ 6
8592
+ 5
8593
+ 5
8594
+ 5
8595
+ 5
8596
+ 6
8597
+ 5
8598
+ 5
8599
+ 3
8600
+ 4
8601
+ 3
ratio_proportion_change3/finetuning/test_label.txt ADDED
The diff for this file is too large to render. See raw diff
 
ratio_proportion_change3/finetuning/testr_in_label.txt ADDED
The diff for this file is too large to render. See raw diff
 
ratio_proportion_change3/finetuning/testr_label.txt ADDED
The diff for this file is too large to render. See raw diff
 
ratio_proportion_change3/finetuning/train.txt ADDED
The diff for this file is too large to render. See raw diff
 
ratio_proportion_change3/finetuning/train_in.txt ADDED
The diff for this file is too large to render. See raw diff
 
ratio_proportion_change3/finetuning/train_in_info.txt ADDED
The diff for this file is too large to render. See raw diff
 
ratio_proportion_change3/finetuning/train_in_label.txt ADDED
@@ -0,0 +1,8601 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ 5
2
+ 5
3
+ 5
4
+ 5
5
+ 5
6
+ 1
7
+ 4
8
+ 4
9
+ 4
10
+ 1
11
+ 5
12
+ 6
13
+ 6
14
+ 6
15
+ 5
16
+ 1
17
+ 5
18
+ 5
19
+ 5
20
+ 1
21
+ 2
22
+ 2
23
+ 5
24
+ 5
25
+ 2
26
+ 5
27
+ 5
28
+ 2
29
+ 5
30
+ 2
31
+ 2
32
+ 2
33
+ 1
34
+ 5
35
+ 1
36
+ 5
37
+ 2
38
+ 1
39
+ 4
40
+ 6
41
+ 5
42
+ 6
43
+ 5
44
+ 2
45
+ 1
46
+ 5
47
+ 2
48
+ 5
49
+ 5
50
+ 5
51
+ 5
52
+ 5
53
+ 5
54
+ 5
55
+ 5
56
+ 5
57
+ 5
58
+ 2
59
+ 0
60
+ 0
61
+ 5
62
+ 5
63
+ 5
64
+ 5
65
+ 5
66
+ 6
67
+ 1
68
+ 5
69
+ 5
70
+ 1
71
+ 5
72
+ 5
73
+ 1
74
+ 1
75
+ 1
76
+ 1
77
+ 0
78
+ 4
79
+ 1
80
+ 6
81
+ 6
82
+ 2
83
+ 5
84
+ 1
85
+ 1
86
+ 4
87
+ 3
88
+ 2
89
+ 2
90
+ 5
91
+ 2
92
+ 0
93
+ 4
94
+ 5
95
+ 5
96
+ 6
97
+ 5
98
+ 1
99
+ 5
100
+ 1
101
+ 1
102
+ 1
103
+ 5
104
+ 5
105
+ 5
106
+ 5
107
+ 4
108
+ 0
109
+ 5
110
+ 6
111
+ 5
112
+ 5
113
+ 5
114
+ 5
115
+ 1
116
+ 5
117
+ 5
118
+ 5
119
+ 5
120
+ 5
121
+ 3
122
+ 6
123
+ 4
124
+ 1
125
+ 5
126
+ 1
127
+ 2
128
+ 0
129
+ 0
130
+ 5
131
+ 5
132
+ 5
133
+ 0
134
+ 1
135
+ 0
136
+ 1
137
+ 2
138
+ 5
139
+ 6
140
+ 5
141
+ 5
142
+ 5
143
+ 2
144
+ 2
145
+ 1
146
+ 5
147
+ 0
148
+ 6
149
+ 5
150
+ 4
151
+ 2
152
+ 0
153
+ 0
154
+ 3
155
+ 5
156
+ 4
157
+ 4
158
+ 5
159
+ 2
160
+ 6
161
+ 5
162
+ 5
163
+ 1
164
+ 2
165
+ 2
166
+ 5
167
+ 4
168
+ 4
169
+ 1
170
+ 6
171
+ 5
172
+ 1
173
+ 2
174
+ 5
175
+ 2
176
+ 5
177
+ 5
178
+ 5
179
+ 6
180
+ 6
181
+ 1
182
+ 5
183
+ 1
184
+ 5
185
+ 2
186
+ 5
187
+ 2
188
+ 2
189
+ 1
190
+ 5
191
+ 5
192
+ 5
193
+ 1
194
+ 6
195
+ 5
196
+ 5
197
+ 6
198
+ 5
199
+ 2
200
+ 5
201
+ 5
202
+ 5
203
+ 2
204
+ 1
205
+ 6
206
+ 0
207
+ 5
208
+ 1
209
+ 6
210
+ 6
211
+ 5
212
+ 5
213
+ 5
214
+ 0
215
+ 0
216
+ 0
217
+ 2
218
+ 5
219
+ 5
220
+ 6
221
+ 2
222
+ 2
223
+ 1
224
+ 1
225
+ 5
226
+ 2
227
+ 2
228
+ 1
229
+ 0
230
+ 0
231
+ 0
232
+ 0
233
+ 5
234
+ 2
235
+ 3
236
+ 3
237
+ 3
238
+ 5
239
+ 5
240
+ 0
241
+ 5
242
+ 5
243
+ 6
244
+ 1
245
+ 1
246
+ 2
247
+ 4
248
+ 4
249
+ 3
250
+ 6
251
+ 3
252
+ 5
253
+ 2
254
+ 6
255
+ 5
256
+ 6
257
+ 6
258
+ 5
259
+ 1
260
+ 5
261
+ 5
262
+ 4
263
+ 3
264
+ 5
265
+ 5
266
+ 1
267
+ 5
268
+ 4
269
+ 5
270
+ 5
271
+ 5
272
+ 5
273
+ 5
274
+ 1
275
+ 5
276
+ 6
277
+ 5
278
+ 5
279
+ 5
280
+ 1
281
+ 5
282
+ 3
283
+ 5
284
+ 5
285
+ 3
286
+ 2
287
+ 2
288
+ 5
289
+ 6
290
+ 4
291
+ 5
292
+ 1
293
+ 2
294
+ 2
295
+ 1
296
+ 1
297
+ 5
298
+ 5
299
+ 5
300
+ 5
301
+ 1
302
+ 5
303
+ 6
304
+ 5
305
+ 5
306
+ 5
307
+ 0
308
+ 2
309
+ 2
310
+ 5
311
+ 5
312
+ 5
313
+ 6
314
+ 6
315
+ 6
316
+ 4
317
+ 5
318
+ 5
319
+ 5
320
+ 0
321
+ 2
322
+ 2
323
+ 5
324
+ 2
325
+ 5
326
+ 5
327
+ 4
328
+ 5
329
+ 5
330
+ 6
331
+ 4
332
+ 4
333
+ 5
334
+ 5
335
+ 4
336
+ 5
337
+ 5
338
+ 6
339
+ 3
340
+ 5
341
+ 6
342
+ 5
343
+ 5
344
+ 5
345
+ 5
346
+ 5
347
+ 5
348
+ 2
349
+ 5
350
+ 5
351
+ 6
352
+ 6
353
+ 5
354
+ 1
355
+ 6
356
+ 5
357
+ 5
358
+ 5
359
+ 5
360
+ 6
361
+ 5
362
+ 4
363
+ 3
364
+ 6
365
+ 6
366
+ 6
367
+ 6
368
+ 2
369
+ 0
370
+ 1
371
+ 4
372
+ 4
373
+ 6
374
+ 6
375
+ 6
376
+ 5
377
+ 5
378
+ 6
379
+ 5
380
+ 5
381
+ 6
382
+ 5
383
+ 5
384
+ 5
385
+ 1
386
+ 5
387
+ 1
388
+ 5
389
+ 6
390
+ 5
391
+ 0
392
+ 0
393
+ 0
394
+ 0
395
+ 0
396
+ 2
397
+ 6
398
+ 6
399
+ 5
400
+ 5
401
+ 1
402
+ 1
403
+ 3
404
+ 3
405
+ 5
406
+ 1
407
+ 1
408
+ 1
409
+ 6
410
+ 6
411
+ 6
412
+ 6
413
+ 5
414
+ 6
415
+ 5
416
+ 2
417
+ 0
418
+ 4
419
+ 2
420
+ 0
421
+ 6
422
+ 5
423
+ 2
424
+ 2
425
+ 1
426
+ 1
427
+ 0
428
+ 0
429
+ 1
430
+ 5
431
+ 5
432
+ 1
433
+ 5
434
+ 6
435
+ 5
436
+ 5
437
+ 6
438
+ 4
439
+ 5
440
+ 5
441
+ 2
442
+ 6
443
+ 5
444
+ 5
445
+ 1
446
+ 6
447
+ 0
448
+ 5
449
+ 5
450
+ 5
451
+ 1
452
+ 5
453
+ 5
454
+ 1
455
+ 5
456
+ 0
457
+ 1
458
+ 0
459
+ 1
460
+ 2
461
+ 5
462
+ 5
463
+ 0
464
+ 0
465
+ 6
466
+ 4
467
+ 3
468
+ 4
469
+ 5
470
+ 2
471
+ 1
472
+ 2
473
+ 5
474
+ 5
475
+ 1
476
+ 5
477
+ 5
478
+ 2
479
+ 2
480
+ 4
481
+ 5
482
+ 5
483
+ 5
484
+ 1
485
+ 2
486
+ 1
487
+ 5
488
+ 5
489
+ 5
490
+ 1
491
+ 6
492
+ 3
493
+ 2
494
+ 6
495
+ 6
496
+ 1
497
+ 5
498
+ 5
499
+ 5
500
+ 5
501
+ 5
502
+ 5
503
+ 2
504
+ 2
505
+ 4
506
+ 4
507
+ 5
508
+ 5
509
+ 5
510
+ 5
511
+ 5
512
+ 5
513
+ 5
514
+ 5
515
+ 4
516
+ 5
517
+ 3
518
+ 3
519
+ 5
520
+ 5
521
+ 1
522
+ 5
523
+ 5
524
+ 5
525
+ 5
526
+ 1
527
+ 1
528
+ 1
529
+ 2
530
+ 2
531
+ 5
532
+ 1
533
+ 2
534
+ 5
535
+ 1
536
+ 1
537
+ 3
538
+ 6
539
+ 6
540
+ 6
541
+ 5
542
+ 5
543
+ 5
544
+ 1
545
+ 1
546
+ 1
547
+ 1
548
+ 5
549
+ 6
550
+ 5
551
+ 6
552
+ 4
553
+ 1
554
+ 4
555
+ 5
556
+ 5
557
+ 5
558
+ 5
559
+ 5
560
+ 1
561
+ 5
562
+ 2
563
+ 1
564
+ 5
565
+ 2
566
+ 6
567
+ 5
568
+ 6
569
+ 5
570
+ 5
571
+ 2
572
+ 5
573
+ 2
574
+ 3
575
+ 4
576
+ 4
577
+ 2
578
+ 2
579
+ 2
580
+ 2
581
+ 5
582
+ 5
583
+ 6
584
+ 4
585
+ 5
586
+ 1
587
+ 3
588
+ 3
589
+ 2
590
+ 6
591
+ 5
592
+ 0
593
+ 3
594
+ 0
595
+ 5
596
+ 1
597
+ 6
598
+ 2
599
+ 2
600
+ 0
601
+ 1
602
+ 5
603
+ 2
604
+ 1
605
+ 2
606
+ 4
607
+ 5
608
+ 4
609
+ 5
610
+ 2
611
+ 5
612
+ 2
613
+ 4
614
+ 3
615
+ 5
616
+ 2
617
+ 2
618
+ 5
619
+ 1
620
+ 1
621
+ 1
622
+ 5
623
+ 5
624
+ 2
625
+ 5
626
+ 5
627
+ 5
628
+ 1
629
+ 1
630
+ 6
631
+ 1
632
+ 6
633
+ 5
634
+ 6
635
+ 6
636
+ 5
637
+ 5
638
+ 4
639
+ 4
640
+ 5
641
+ 5
642
+ 5
643
+ 2
644
+ 5
645
+ 5
646
+ 4
647
+ 4
648
+ 5
649
+ 5
650
+ 5
651
+ 5
652
+ 5
653
+ 5
654
+ 2
655
+ 1
656
+ 3
657
+ 5
658
+ 5
659
+ 2
660
+ 5
661
+ 3
662
+ 5
663
+ 6
664
+ 2
665
+ 5
666
+ 5
667
+ 5
668
+ 5
669
+ 2
670
+ 6
671
+ 6
672
+ 0
673
+ 1
674
+ 5
675
+ 5
676
+ 0
677
+ 0
678
+ 0
679
+ 5
680
+ 5
681
+ 2
682
+ 1
683
+ 6
684
+ 1
685
+ 5
686
+ 5
687
+ 4
688
+ 2
689
+ 6
690
+ 5
691
+ 1
692
+ 2
693
+ 1
694
+ 0
695
+ 5
696
+ 2
697
+ 5
698
+ 5
699
+ 5
700
+ 1
701
+ 5
702
+ 1
703
+ 2
704
+ 5
705
+ 2
706
+ 0
707
+ 5
708
+ 2
709
+ 6
710
+ 0
711
+ 1
712
+ 0
713
+ 4
714
+ 0
715
+ 5
716
+ 5
717
+ 5
718
+ 5
719
+ 5
720
+ 5
721
+ 0
722
+ 0
723
+ 0
724
+ 0
725
+ 5
726
+ 0
727
+ 5
728
+ 3
729
+ 5
730
+ 5
731
+ 5
732
+ 5
733
+ 1
734
+ 5
735
+ 5
736
+ 1
737
+ 1
738
+ 1
739
+ 5
740
+ 0
741
+ 2
742
+ 2
743
+ 0
744
+ 0
745
+ 6
746
+ 3
747
+ 3
748
+ 6
749
+ 4
750
+ 4
751
+ 2
752
+ 6
753
+ 5
754
+ 5
755
+ 5
756
+ 1
757
+ 3
758
+ 5
759
+ 4
760
+ 1
761
+ 2
762
+ 5
763
+ 2
764
+ 1
765
+ 2
766
+ 3
767
+ 3
768
+ 6
769
+ 5
770
+ 5
771
+ 5
772
+ 3
773
+ 6
774
+ 4
775
+ 5
776
+ 1
777
+ 1
778
+ 1
779
+ 1
780
+ 2
781
+ 5
782
+ 6
783
+ 6
784
+ 0
785
+ 0
786
+ 1
787
+ 5
788
+ 4
789
+ 1
790
+ 2
791
+ 5
792
+ 5
793
+ 5
794
+ 4
795
+ 4
796
+ 0
797
+ 0
798
+ 0
799
+ 5
800
+ 6
801
+ 5
802
+ 5
803
+ 5
804
+ 4
805
+ 2
806
+ 1
807
+ 1
808
+ 5
809
+ 4
810
+ 5
811
+ 5
812
+ 5
813
+ 5
814
+ 5
815
+ 5
816
+ 5
817
+ 0
818
+ 2
819
+ 5
820
+ 5
821
+ 5
822
+ 5
823
+ 2
824
+ 1
825
+ 5
826
+ 5
827
+ 4
828
+ 5
829
+ 0
830
+ 1
831
+ 5
832
+ 1
833
+ 2
834
+ 5
835
+ 5
836
+ 5
837
+ 5
838
+ 5
839
+ 5
840
+ 5
841
+ 4
842
+ 5
843
+ 5
844
+ 1
845
+ 3
846
+ 3
847
+ 2
848
+ 0
849
+ 2
850
+ 4
851
+ 5
852
+ 2
853
+ 5
854
+ 5
855
+ 5
856
+ 2
857
+ 5
858
+ 2
859
+ 5
860
+ 5
861
+ 5
862
+ 0
863
+ 0
864
+ 0
865
+ 1
866
+ 0
867
+ 0
868
+ 3
869
+ 3
870
+ 3
871
+ 5
872
+ 5
873
+ 5
874
+ 5
875
+ 2
876
+ 2
877
+ 1
878
+ 6
879
+ 5
880
+ 1
881
+ 2
882
+ 5
883
+ 0
884
+ 0
885
+ 4
886
+ 4
887
+ 5
888
+ 4
889
+ 5
890
+ 5
891
+ 6
892
+ 5
893
+ 6
894
+ 6
895
+ 5
896
+ 5
897
+ 5
898
+ 1
899
+ 5
900
+ 5
901
+ 1
902
+ 2
903
+ 6
904
+ 5
905
+ 1
906
+ 2
907
+ 5
908
+ 5
909
+ 5
910
+ 1
911
+ 3
912
+ 5
913
+ 2
914
+ 5
915
+ 5
916
+ 5
917
+ 4
918
+ 5
919
+ 1
920
+ 5
921
+ 4
922
+ 1
923
+ 1
924
+ 1
925
+ 4
926
+ 4
927
+ 4
928
+ 5
929
+ 5
930
+ 1
931
+ 0
932
+ 2
933
+ 0
934
+ 5
935
+ 5
936
+ 5
937
+ 1
938
+ 1
939
+ 1
940
+ 2
941
+ 5
942
+ 2
943
+ 6
944
+ 5
945
+ 6
946
+ 5
947
+ 5
948
+ 5
949
+ 4
950
+ 4
951
+ 5
952
+ 5
953
+ 1
954
+ 2
955
+ 5
956
+ 2
957
+ 5
958
+ 0
959
+ 0
960
+ 5
961
+ 1
962
+ 5
963
+ 5
964
+ 1
965
+ 6
966
+ 5
967
+ 3
968
+ 6
969
+ 5
970
+ 6
971
+ 5
972
+ 5
973
+ 1
974
+ 5
975
+ 5
976
+ 1
977
+ 1
978
+ 5
979
+ 1
980
+ 6
981
+ 6
982
+ 6
983
+ 5
984
+ 6
985
+ 1
986
+ 1
987
+ 5
988
+ 4
989
+ 5
990
+ 3
991
+ 0
992
+ 2
993
+ 1
994
+ 6
995
+ 6
996
+ 5
997
+ 6
998
+ 6
999
+ 6
1000
+ 1
1001
+ 1
1002
+ 5
1003
+ 3
1004
+ 6
1005
+ 6
1006
+ 1
1007
+ 5
1008
+ 6
1009
+ 1
1010
+ 4
1011
+ 5
1012
+ 5
1013
+ 5
1014
+ 5
1015
+ 0
1016
+ 0
1017
+ 0
1018
+ 2
1019
+ 5
1020
+ 6
1021
+ 5
1022
+ 6
1023
+ 5
1024
+ 0
1025
+ 2
1026
+ 4
1027
+ 2
1028
+ 5
1029
+ 2
1030
+ 4
1031
+ 2
1032
+ 2
1033
+ 2
1034
+ 0
1035
+ 0
1036
+ 5
1037
+ 5
1038
+ 5
1039
+ 3
1040
+ 5
1041
+ 5
1042
+ 1
1043
+ 2
1044
+ 5
1045
+ 5
1046
+ 1
1047
+ 4
1048
+ 0
1049
+ 5
1050
+ 2
1051
+ 5
1052
+ 2
1053
+ 2
1054
+ 3
1055
+ 1
1056
+ 5
1057
+ 0
1058
+ 0
1059
+ 0
1060
+ 1
1061
+ 0
1062
+ 5
1063
+ 5
1064
+ 5
1065
+ 5
1066
+ 4
1067
+ 4
1068
+ 5
1069
+ 5
1070
+ 5
1071
+ 6
1072
+ 3
1073
+ 5
1074
+ 3
1075
+ 5
1076
+ 5
1077
+ 4
1078
+ 4
1079
+ 4
1080
+ 5
1081
+ 1
1082
+ 6
1083
+ 3
1084
+ 5
1085
+ 4
1086
+ 4
1087
+ 1
1088
+ 6
1089
+ 6
1090
+ 5
1091
+ 5
1092
+ 5
1093
+ 5
1094
+ 5
1095
+ 1
1096
+ 5
1097
+ 5
1098
+ 5
1099
+ 4
1100
+ 4
1101
+ 3
1102
+ 2
1103
+ 1
1104
+ 2
1105
+ 0
1106
+ 5
1107
+ 0
1108
+ 1
1109
+ 6
1110
+ 5
1111
+ 0
1112
+ 0
1113
+ 2
1114
+ 1
1115
+ 1
1116
+ 1
1117
+ 5
1118
+ 1
1119
+ 1
1120
+ 3
1121
+ 4
1122
+ 2
1123
+ 2
1124
+ 5
1125
+ 3
1126
+ 4
1127
+ 5
1128
+ 3
1129
+ 2
1130
+ 5
1131
+ 4
1132
+ 2
1133
+ 2
1134
+ 5
1135
+ 5
1136
+ 5
1137
+ 5
1138
+ 2
1139
+ 2
1140
+ 2
1141
+ 5
1142
+ 5
1143
+ 5
1144
+ 5
1145
+ 5
1146
+ 5
1147
+ 6
1148
+ 5
1149
+ 6
1150
+ 1
1151
+ 0
1152
+ 0
1153
+ 5
1154
+ 5
1155
+ 5
1156
+ 5
1157
+ 5
1158
+ 2
1159
+ 0
1160
+ 5
1161
+ 2
1162
+ 5
1163
+ 1
1164
+ 1
1165
+ 5
1166
+ 5
1167
+ 2
1168
+ 0
1169
+ 0
1170
+ 0
1171
+ 5
1172
+ 5
1173
+ 1
1174
+ 2
1175
+ 0
1176
+ 5
1177
+ 0
1178
+ 5
1179
+ 5
1180
+ 1
1181
+ 5
1182
+ 5
1183
+ 0
1184
+ 5
1185
+ 0
1186
+ 1
1187
+ 5
1188
+ 6
1189
+ 1
1190
+ 5
1191
+ 3
1192
+ 1
1193
+ 1
1194
+ 2
1195
+ 5
1196
+ 0
1197
+ 5
1198
+ 4
1199
+ 6
1200
+ 5
1201
+ 2
1202
+ 5
1203
+ 5
1204
+ 6
1205
+ 5
1206
+ 1
1207
+ 1
1208
+ 1
1209
+ 5
1210
+ 2
1211
+ 2
1212
+ 2
1213
+ 5
1214
+ 5
1215
+ 5
1216
+ 2
1217
+ 5
1218
+ 1
1219
+ 1
1220
+ 1
1221
+ 5
1222
+ 5
1223
+ 4
1224
+ 6
1225
+ 1
1226
+ 5
1227
+ 5
1228
+ 2
1229
+ 1
1230
+ 5
1231
+ 1
1232
+ 2
1233
+ 1
1234
+ 5
1235
+ 5
1236
+ 5
1237
+ 4
1238
+ 5
1239
+ 5
1240
+ 0
1241
+ 0
1242
+ 2
1243
+ 1
1244
+ 2
1245
+ 5
1246
+ 1
1247
+ 5
1248
+ 6
1249
+ 6
1250
+ 6
1251
+ 6
1252
+ 1
1253
+ 5
1254
+ 3
1255
+ 5
1256
+ 2
1257
+ 5
1258
+ 1
1259
+ 5
1260
+ 4
1261
+ 5
1262
+ 1
1263
+ 1
1264
+ 0
1265
+ 0
1266
+ 0
1267
+ 6
1268
+ 6
1269
+ 0
1270
+ 5
1271
+ 5
1272
+ 5
1273
+ 6
1274
+ 5
1275
+ 6
1276
+ 6
1277
+ 1
1278
+ 5
1279
+ 2
1280
+ 2
1281
+ 1
1282
+ 4
1283
+ 3
1284
+ 4
1285
+ 0
1286
+ 6
1287
+ 5
1288
+ 1
1289
+ 4
1290
+ 5
1291
+ 4
1292
+ 3
1293
+ 3
1294
+ 1
1295
+ 3
1296
+ 4
1297
+ 5
1298
+ 6
1299
+ 2
1300
+ 0
1301
+ 4
1302
+ 0
1303
+ 5
1304
+ 4
1305
+ 4
1306
+ 5
1307
+ 5
1308
+ 5
1309
+ 5
1310
+ 5
1311
+ 5
1312
+ 4
1313
+ 2
1314
+ 5
1315
+ 5
1316
+ 5
1317
+ 5
1318
+ 5
1319
+ 5
1320
+ 4
1321
+ 5
1322
+ 5
1323
+ 4
1324
+ 1
1325
+ 2
1326
+ 5
1327
+ 5
1328
+ 3
1329
+ 6
1330
+ 5
1331
+ 5
1332
+ 5
1333
+ 1
1334
+ 5
1335
+ 5
1336
+ 5
1337
+ 5
1338
+ 3
1339
+ 5
1340
+ 1
1341
+ 1
1342
+ 5
1343
+ 3
1344
+ 6
1345
+ 6
1346
+ 5
1347
+ 5
1348
+ 5
1349
+ 5
1350
+ 5
1351
+ 6
1352
+ 6
1353
+ 5
1354
+ 6
1355
+ 6
1356
+ 6
1357
+ 5
1358
+ 5
1359
+ 5
1360
+ 5
1361
+ 5
1362
+ 5
1363
+ 1
1364
+ 2
1365
+ 0
1366
+ 1
1367
+ 5
1368
+ 5
1369
+ 1
1370
+ 1
1371
+ 1
1372
+ 2
1373
+ 5
1374
+ 2
1375
+ 5
1376
+ 5
1377
+ 0
1378
+ 1
1379
+ 5
1380
+ 6
1381
+ 5
1382
+ 6
1383
+ 5
1384
+ 5
1385
+ 5
1386
+ 5
1387
+ 1
1388
+ 6
1389
+ 1
1390
+ 2
1391
+ 5
1392
+ 5
1393
+ 5
1394
+ 5
1395
+ 6
1396
+ 5
1397
+ 1
1398
+ 1
1399
+ 3
1400
+ 3
1401
+ 3
1402
+ 1
1403
+ 1
1404
+ 1
1405
+ 0
1406
+ 0
1407
+ 3
1408
+ 5
1409
+ 5
1410
+ 6
1411
+ 5
1412
+ 5
1413
+ 6
1414
+ 5
1415
+ 2
1416
+ 1
1417
+ 4
1418
+ 4
1419
+ 5
1420
+ 5
1421
+ 6
1422
+ 6
1423
+ 1
1424
+ 1
1425
+ 5
1426
+ 2
1427
+ 6
1428
+ 5
1429
+ 4
1430
+ 3
1431
+ 5
1432
+ 2
1433
+ 5
1434
+ 5
1435
+ 2
1436
+ 1
1437
+ 2
1438
+ 3
1439
+ 4
1440
+ 5
1441
+ 1
1442
+ 2
1443
+ 1
1444
+ 3
1445
+ 2
1446
+ 1
1447
+ 3
1448
+ 1
1449
+ 1
1450
+ 5
1451
+ 6
1452
+ 4
1453
+ 5
1454
+ 5
1455
+ 6
1456
+ 1
1457
+ 5
1458
+ 1
1459
+ 1
1460
+ 5
1461
+ 5
1462
+ 5
1463
+ 1
1464
+ 5
1465
+ 5
1466
+ 5
1467
+ 5
1468
+ 6
1469
+ 5
1470
+ 6
1471
+ 5
1472
+ 5
1473
+ 4
1474
+ 2
1475
+ 5
1476
+ 5
1477
+ 5
1478
+ 6
1479
+ 2
1480
+ 5
1481
+ 2
1482
+ 5
1483
+ 5
1484
+ 5
1485
+ 5
1486
+ 4
1487
+ 5
1488
+ 2
1489
+ 3
1490
+ 5
1491
+ 4
1492
+ 3
1493
+ 5
1494
+ 4
1495
+ 1
1496
+ 5
1497
+ 4
1498
+ 1
1499
+ 5
1500
+ 1
1501
+ 5
1502
+ 3
1503
+ 3
1504
+ 2
1505
+ 1
1506
+ 5
1507
+ 4
1508
+ 1
1509
+ 3
1510
+ 2
1511
+ 1
1512
+ 1
1513
+ 1
1514
+ 5
1515
+ 5
1516
+ 2
1517
+ 5
1518
+ 1
1519
+ 0
1520
+ 5
1521
+ 0
1522
+ 1
1523
+ 5
1524
+ 5
1525
+ 5
1526
+ 5
1527
+ 4
1528
+ 3
1529
+ 4
1530
+ 5
1531
+ 5
1532
+ 5
1533
+ 5
1534
+ 1
1535
+ 5
1536
+ 2
1537
+ 5
1538
+ 6
1539
+ 6
1540
+ 5
1541
+ 5
1542
+ 5
1543
+ 1
1544
+ 6
1545
+ 3
1546
+ 2
1547
+ 5
1548
+ 5
1549
+ 2
1550
+ 5
1551
+ 0
1552
+ 6
1553
+ 5
1554
+ 5
1555
+ 5
1556
+ 6
1557
+ 6
1558
+ 1
1559
+ 1
1560
+ 6
1561
+ 4
1562
+ 3
1563
+ 5
1564
+ 2
1565
+ 5
1566
+ 4
1567
+ 1
1568
+ 2
1569
+ 5
1570
+ 1
1571
+ 6
1572
+ 6
1573
+ 5
1574
+ 5
1575
+ 5
1576
+ 1
1577
+ 6
1578
+ 5
1579
+ 1
1580
+ 1
1581
+ 1
1582
+ 6
1583
+ 5
1584
+ 6
1585
+ 3
1586
+ 0
1587
+ 0
1588
+ 5
1589
+ 5
1590
+ 4
1591
+ 5
1592
+ 5
1593
+ 5
1594
+ 1
1595
+ 2
1596
+ 5
1597
+ 5
1598
+ 3
1599
+ 5
1600
+ 1
1601
+ 2
1602
+ 2
1603
+ 2
1604
+ 5
1605
+ 6
1606
+ 6
1607
+ 5
1608
+ 5
1609
+ 3
1610
+ 3
1611
+ 5
1612
+ 1
1613
+ 2
1614
+ 2
1615
+ 6
1616
+ 5
1617
+ 5
1618
+ 0
1619
+ 0
1620
+ 0
1621
+ 5
1622
+ 6
1623
+ 3
1624
+ 4
1625
+ 5
1626
+ 5
1627
+ 5
1628
+ 5
1629
+ 5
1630
+ 5
1631
+ 6
1632
+ 6
1633
+ 5
1634
+ 5
1635
+ 3
1636
+ 5
1637
+ 4
1638
+ 4
1639
+ 0
1640
+ 1
1641
+ 0
1642
+ 1
1643
+ 5
1644
+ 1
1645
+ 5
1646
+ 1
1647
+ 6
1648
+ 2
1649
+ 5
1650
+ 2
1651
+ 3
1652
+ 5
1653
+ 5
1654
+ 2
1655
+ 6
1656
+ 6
1657
+ 3
1658
+ 3
1659
+ 2
1660
+ 1
1661
+ 5
1662
+ 2
1663
+ 6
1664
+ 5
1665
+ 6
1666
+ 1
1667
+ 2
1668
+ 1
1669
+ 5
1670
+ 5
1671
+ 5
1672
+ 1
1673
+ 6
1674
+ 6
1675
+ 0
1676
+ 0
1677
+ 1
1678
+ 1
1679
+ 1
1680
+ 1
1681
+ 5
1682
+ 6
1683
+ 6
1684
+ 1
1685
+ 1
1686
+ 1
1687
+ 1
1688
+ 5
1689
+ 6
1690
+ 1
1691
+ 1
1692
+ 2
1693
+ 3
1694
+ 3
1695
+ 3
1696
+ 4
1697
+ 4
1698
+ 5
1699
+ 4
1700
+ 5
1701
+ 6
1702
+ 1
1703
+ 1
1704
+ 1
1705
+ 5
1706
+ 5
1707
+ 5
1708
+ 3
1709
+ 5
1710
+ 3
1711
+ 6
1712
+ 1
1713
+ 6
1714
+ 1
1715
+ 1
1716
+ 1
1717
+ 1
1718
+ 5
1719
+ 3
1720
+ 4
1721
+ 5
1722
+ 1
1723
+ 0
1724
+ 0
1725
+ 0
1726
+ 5
1727
+ 6
1728
+ 6
1729
+ 1
1730
+ 1
1731
+ 1
1732
+ 5
1733
+ 5
1734
+ 1
1735
+ 6
1736
+ 5
1737
+ 0
1738
+ 5
1739
+ 5
1740
+ 5
1741
+ 2
1742
+ 1
1743
+ 5
1744
+ 2
1745
+ 0
1746
+ 0
1747
+ 5
1748
+ 5
1749
+ 5
1750
+ 0
1751
+ 0
1752
+ 0
1753
+ 2
1754
+ 4
1755
+ 5
1756
+ 5
1757
+ 5
1758
+ 5
1759
+ 4
1760
+ 5
1761
+ 1
1762
+ 5
1763
+ 1
1764
+ 1
1765
+ 3
1766
+ 5
1767
+ 5
1768
+ 5
1769
+ 5
1770
+ 2
1771
+ 3
1772
+ 6
1773
+ 5
1774
+ 1
1775
+ 2
1776
+ 5
1777
+ 5
1778
+ 2
1779
+ 5
1780
+ 5
1781
+ 5
1782
+ 5
1783
+ 2
1784
+ 1
1785
+ 5
1786
+ 5
1787
+ 5
1788
+ 4
1789
+ 2
1790
+ 5
1791
+ 5
1792
+ 5
1793
+ 5
1794
+ 6
1795
+ 1
1796
+ 5
1797
+ 1
1798
+ 5
1799
+ 5
1800
+ 5
1801
+ 4
1802
+ 6
1803
+ 5
1804
+ 1
1805
+ 0
1806
+ 5
1807
+ 1
1808
+ 1
1809
+ 1
1810
+ 4
1811
+ 4
1812
+ 4
1813
+ 2
1814
+ 1
1815
+ 4
1816
+ 2
1817
+ 2
1818
+ 5
1819
+ 0
1820
+ 2
1821
+ 0
1822
+ 5
1823
+ 3
1824
+ 3
1825
+ 4
1826
+ 3
1827
+ 5
1828
+ 0
1829
+ 0
1830
+ 0
1831
+ 1
1832
+ 1
1833
+ 2
1834
+ 5
1835
+ 0
1836
+ 0
1837
+ 3
1838
+ 5
1839
+ 3
1840
+ 4
1841
+ 4
1842
+ 3
1843
+ 6
1844
+ 5
1845
+ 5
1846
+ 6
1847
+ 5
1848
+ 2
1849
+ 2
1850
+ 2
1851
+ 5
1852
+ 1
1853
+ 1
1854
+ 4
1855
+ 6
1856
+ 5
1857
+ 6
1858
+ 1
1859
+ 0
1860
+ 1
1861
+ 6
1862
+ 5
1863
+ 5
1864
+ 1
1865
+ 5
1866
+ 2
1867
+ 5
1868
+ 6
1869
+ 6
1870
+ 1
1871
+ 4
1872
+ 2
1873
+ 5
1874
+ 6
1875
+ 5
1876
+ 5
1877
+ 2
1878
+ 4
1879
+ 2
1880
+ 0
1881
+ 0
1882
+ 5
1883
+ 1
1884
+ 5
1885
+ 1
1886
+ 6
1887
+ 6
1888
+ 4
1889
+ 3
1890
+ 5
1891
+ 0
1892
+ 0
1893
+ 5
1894
+ 5
1895
+ 5
1896
+ 6
1897
+ 5
1898
+ 6
1899
+ 4
1900
+ 5
1901
+ 6
1902
+ 6
1903
+ 1
1904
+ 2
1905
+ 2
1906
+ 5
1907
+ 5
1908
+ 5
1909
+ 0
1910
+ 0
1911
+ 0
1912
+ 5
1913
+ 1
1914
+ 5
1915
+ 5
1916
+ 5
1917
+ 6
1918
+ 4
1919
+ 5
1920
+ 4
1921
+ 2
1922
+ 2
1923
+ 2
1924
+ 1
1925
+ 6
1926
+ 6
1927
+ 1
1928
+ 5
1929
+ 5
1930
+ 5
1931
+ 5
1932
+ 5
1933
+ 2
1934
+ 0
1935
+ 0
1936
+ 1
1937
+ 5
1938
+ 2
1939
+ 0
1940
+ 0
1941
+ 1
1942
+ 2
1943
+ 5
1944
+ 2
1945
+ 2
1946
+ 4
1947
+ 4
1948
+ 5
1949
+ 6
1950
+ 2
1951
+ 3
1952
+ 5
1953
+ 5
1954
+ 1
1955
+ 3
1956
+ 6
1957
+ 4
1958
+ 0
1959
+ 6
1960
+ 5
1961
+ 1
1962
+ 1
1963
+ 1
1964
+ 1
1965
+ 1
1966
+ 5
1967
+ 6
1968
+ 5
1969
+ 5
1970
+ 5
1971
+ 5
1972
+ 2
1973
+ 5
1974
+ 5
1975
+ 5
1976
+ 4
1977
+ 6
1978
+ 5
1979
+ 6
1980
+ 6
1981
+ 6
1982
+ 5
1983
+ 6
1984
+ 0
1985
+ 5
1986
+ 0
1987
+ 5
1988
+ 5
1989
+ 6
1990
+ 5
1991
+ 0
1992
+ 2
1993
+ 2
1994
+ 2
1995
+ 2
1996
+ 5
1997
+ 5
1998
+ 5
1999
+ 2
2000
+ 5
2001
+ 5
2002
+ 4
2003
+ 4
2004
+ 4
2005
+ 2
2006
+ 5
2007
+ 5
2008
+ 5
2009
+ 5
2010
+ 5
2011
+ 4
2012
+ 0
2013
+ 3
2014
+ 1
2015
+ 5
2016
+ 5
2017
+ 5
2018
+ 5
2019
+ 5
2020
+ 0
2021
+ 5
2022
+ 0
2023
+ 5
2024
+ 5
2025
+ 3
2026
+ 5
2027
+ 1
2028
+ 4
2029
+ 1
2030
+ 2
2031
+ 1
2032
+ 1
2033
+ 1
2034
+ 1
2035
+ 1
2036
+ 5
2037
+ 6
2038
+ 5
2039
+ 5
2040
+ 5
2041
+ 4
2042
+ 4
2043
+ 4
2044
+ 2
2045
+ 2
2046
+ 4
2047
+ 5
2048
+ 6
2049
+ 5
2050
+ 5
2051
+ 5
2052
+ 6
2053
+ 5
2054
+ 1
2055
+ 2
2056
+ 5
2057
+ 3
2058
+ 0
2059
+ 1
2060
+ 5
2061
+ 1
2062
+ 5
2063
+ 5
2064
+ 6
2065
+ 5
2066
+ 6
2067
+ 5
2068
+ 5
2069
+ 1
2070
+ 2
2071
+ 2
2072
+ 4
2073
+ 5
2074
+ 5
2075
+ 5
2076
+ 5
2077
+ 5
2078
+ 5
2079
+ 5
2080
+ 5
2081
+ 5
2082
+ 5
2083
+ 1
2084
+ 2
2085
+ 1
2086
+ 4
2087
+ 5
2088
+ 6
2089
+ 5
2090
+ 5
2091
+ 2
2092
+ 5
2093
+ 5
2094
+ 6
2095
+ 1
2096
+ 5
2097
+ 5
2098
+ 5
2099
+ 1
2100
+ 5
2101
+ 5
2102
+ 3
2103
+ 5
2104
+ 1
2105
+ 5
2106
+ 4
2107
+ 6
2108
+ 6
2109
+ 6
2110
+ 4
2111
+ 4
2112
+ 4
2113
+ 1
2114
+ 5
2115
+ 5
2116
+ 3
2117
+ 3
2118
+ 3
2119
+ 4
2120
+ 5
2121
+ 4
2122
+ 2
2123
+ 5
2124
+ 5
2125
+ 5
2126
+ 5
2127
+ 6
2128
+ 4
2129
+ 5
2130
+ 4
2131
+ 2
2132
+ 3
2133
+ 5
2134
+ 3
2135
+ 2
2136
+ 5
2137
+ 0
2138
+ 0
2139
+ 0
2140
+ 6
2141
+ 5
2142
+ 5
2143
+ 2
2144
+ 1
2145
+ 5
2146
+ 0
2147
+ 5
2148
+ 5
2149
+ 1
2150
+ 6
2151
+ 6
2152
+ 5
2153
+ 5
2154
+ 1
2155
+ 1
2156
+ 6
2157
+ 5
2158
+ 6
2159
+ 5
2160
+ 5
2161
+ 1
2162
+ 6
2163
+ 0
2164
+ 5
2165
+ 1
2166
+ 1
2167
+ 2
2168
+ 5
2169
+ 5
2170
+ 5
2171
+ 1
2172
+ 6
2173
+ 5
2174
+ 5
2175
+ 5
2176
+ 5
2177
+ 5
2178
+ 5
2179
+ 6
2180
+ 3
2181
+ 4
2182
+ 1
2183
+ 0
2184
+ 1
2185
+ 0
2186
+ 5
2187
+ 4
2188
+ 2
2189
+ 0
2190
+ 2
2191
+ 2
2192
+ 5
2193
+ 1
2194
+ 5
2195
+ 2
2196
+ 1
2197
+ 2
2198
+ 5
2199
+ 4
2200
+ 5
2201
+ 5
2202
+ 5
2203
+ 3
2204
+ 4
2205
+ 5
2206
+ 5
2207
+ 4
2208
+ 4
2209
+ 0
2210
+ 2
2211
+ 2
2212
+ 1
2213
+ 5
2214
+ 6
2215
+ 0
2216
+ 5
2217
+ 2
2218
+ 5
2219
+ 3
2220
+ 2
2221
+ 5
2222
+ 5
2223
+ 5
2224
+ 5
2225
+ 5
2226
+ 5
2227
+ 0
2228
+ 0
2229
+ 0
2230
+ 1
2231
+ 5
2232
+ 3
2233
+ 6
2234
+ 6
2235
+ 6
2236
+ 3
2237
+ 4
2238
+ 4
2239
+ 5
2240
+ 6
2241
+ 6
2242
+ 5
2243
+ 0
2244
+ 4
2245
+ 1
2246
+ 1
2247
+ 1
2248
+ 1
2249
+ 5
2250
+ 5
2251
+ 3
2252
+ 4
2253
+ 5
2254
+ 0
2255
+ 0
2256
+ 2
2257
+ 2
2258
+ 3
2259
+ 2
2260
+ 1
2261
+ 1
2262
+ 6
2263
+ 1
2264
+ 5
2265
+ 1
2266
+ 5
2267
+ 5
2268
+ 5
2269
+ 5
2270
+ 5
2271
+ 5
2272
+ 6
2273
+ 4
2274
+ 5
2275
+ 2
2276
+ 5
2277
+ 5
2278
+ 0
2279
+ 3
2280
+ 5
2281
+ 1
2282
+ 6
2283
+ 0
2284
+ 5
2285
+ 3
2286
+ 5
2287
+ 5
2288
+ 1
2289
+ 6
2290
+ 0
2291
+ 0
2292
+ 5
2293
+ 3
2294
+ 4
2295
+ 5
2296
+ 1
2297
+ 3
2298
+ 5
2299
+ 2
2300
+ 5
2301
+ 2
2302
+ 4
2303
+ 4
2304
+ 5
2305
+ 3
2306
+ 3
2307
+ 1
2308
+ 1
2309
+ 1
2310
+ 1
2311
+ 5
2312
+ 4
2313
+ 0
2314
+ 1
2315
+ 6
2316
+ 5
2317
+ 5
2318
+ 5
2319
+ 5
2320
+ 4
2321
+ 3
2322
+ 5
2323
+ 3
2324
+ 0
2325
+ 0
2326
+ 0
2327
+ 0
2328
+ 2
2329
+ 1
2330
+ 1
2331
+ 1
2332
+ 1
2333
+ 5
2334
+ 2
2335
+ 5
2336
+ 3
2337
+ 3
2338
+ 2
2339
+ 0
2340
+ 5
2341
+ 6
2342
+ 2
2343
+ 5
2344
+ 1
2345
+ 4
2346
+ 5
2347
+ 1
2348
+ 2
2349
+ 5
2350
+ 1
2351
+ 3
2352
+ 5
2353
+ 5
2354
+ 3
2355
+ 3
2356
+ 5
2357
+ 6
2358
+ 6
2359
+ 1
2360
+ 5
2361
+ 5
2362
+ 1
2363
+ 5
2364
+ 1
2365
+ 5
2366
+ 5
2367
+ 6
2368
+ 1
2369
+ 5
2370
+ 2
2371
+ 0
2372
+ 0
2373
+ 0
2374
+ 6
2375
+ 5
2376
+ 6
2377
+ 4
2378
+ 3
2379
+ 6
2380
+ 1
2381
+ 0
2382
+ 4
2383
+ 1
2384
+ 1
2385
+ 0
2386
+ 1
2387
+ 0
2388
+ 0
2389
+ 5
2390
+ 2
2391
+ 2
2392
+ 5
2393
+ 4
2394
+ 2
2395
+ 6
2396
+ 5
2397
+ 6
2398
+ 5
2399
+ 1
2400
+ 5
2401
+ 6
2402
+ 0
2403
+ 0
2404
+ 1
2405
+ 6
2406
+ 5
2407
+ 0
2408
+ 6
2409
+ 0
2410
+ 5
2411
+ 5
2412
+ 5
2413
+ 2
2414
+ 5
2415
+ 5
2416
+ 1
2417
+ 1
2418
+ 2
2419
+ 2
2420
+ 0
2421
+ 2
2422
+ 5
2423
+ 5
2424
+ 2
2425
+ 1
2426
+ 5
2427
+ 1
2428
+ 5
2429
+ 6
2430
+ 5
2431
+ 1
2432
+ 1
2433
+ 1
2434
+ 1
2435
+ 5
2436
+ 4
2437
+ 5
2438
+ 5
2439
+ 5
2440
+ 5
2441
+ 6
2442
+ 5
2443
+ 1
2444
+ 0
2445
+ 2
2446
+ 2
2447
+ 5
2448
+ 2
2449
+ 6
2450
+ 6
2451
+ 3
2452
+ 2
2453
+ 5
2454
+ 5
2455
+ 4
2456
+ 5
2457
+ 5
2458
+ 6
2459
+ 6
2460
+ 5
2461
+ 2
2462
+ 0
2463
+ 5
2464
+ 0
2465
+ 5
2466
+ 0
2467
+ 5
2468
+ 5
2469
+ 5
2470
+ 3
2471
+ 4
2472
+ 3
2473
+ 4
2474
+ 4
2475
+ 4
2476
+ 4
2477
+ 0
2478
+ 0
2479
+ 0
2480
+ 0
2481
+ 0
2482
+ 2
2483
+ 5
2484
+ 5
2485
+ 4
2486
+ 5
2487
+ 4
2488
+ 6
2489
+ 5
2490
+ 5
2491
+ 5
2492
+ 3
2493
+ 4
2494
+ 5
2495
+ 6
2496
+ 5
2497
+ 5
2498
+ 2
2499
+ 2
2500
+ 1
2501
+ 5
2502
+ 0
2503
+ 5
2504
+ 5
2505
+ 5
2506
+ 4
2507
+ 4
2508
+ 4
2509
+ 2
2510
+ 6
2511
+ 6
2512
+ 6
2513
+ 5
2514
+ 6
2515
+ 1
2516
+ 2
2517
+ 2
2518
+ 3
2519
+ 5
2520
+ 5
2521
+ 5
2522
+ 5
2523
+ 5
2524
+ 6
2525
+ 6
2526
+ 6
2527
+ 2
2528
+ 5
2529
+ 1
2530
+ 6
2531
+ 5
2532
+ 1
2533
+ 2
2534
+ 5
2535
+ 1
2536
+ 2
2537
+ 5
2538
+ 1
2539
+ 2
2540
+ 5
2541
+ 5
2542
+ 5
2543
+ 2
2544
+ 5
2545
+ 5
2546
+ 6
2547
+ 6
2548
+ 2
2549
+ 5
2550
+ 5
2551
+ 0
2552
+ 0
2553
+ 0
2554
+ 2
2555
+ 2
2556
+ 2
2557
+ 1
2558
+ 5
2559
+ 5
2560
+ 1
2561
+ 0
2562
+ 0
2563
+ 5
2564
+ 5
2565
+ 5
2566
+ 5
2567
+ 5
2568
+ 5
2569
+ 5
2570
+ 5
2571
+ 5
2572
+ 4
2573
+ 4
2574
+ 3
2575
+ 5
2576
+ 5
2577
+ 5
2578
+ 1
2579
+ 5
2580
+ 5
2581
+ 6
2582
+ 5
2583
+ 6
2584
+ 2
2585
+ 2
2586
+ 6
2587
+ 6
2588
+ 6
2589
+ 6
2590
+ 1
2591
+ 1
2592
+ 1
2593
+ 4
2594
+ 4
2595
+ 4
2596
+ 5
2597
+ 5
2598
+ 5
2599
+ 2
2600
+ 2
2601
+ 5
2602
+ 1
2603
+ 2
2604
+ 1
2605
+ 5
2606
+ 5
2607
+ 5
2608
+ 0
2609
+ 5
2610
+ 5
2611
+ 5
2612
+ 3
2613
+ 5
2614
+ 1
2615
+ 5
2616
+ 5
2617
+ 1
2618
+ 3
2619
+ 5
2620
+ 5
2621
+ 5
2622
+ 5
2623
+ 3
2624
+ 5
2625
+ 2
2626
+ 1
2627
+ 3
2628
+ 4
2629
+ 2
2630
+ 1
2631
+ 1
2632
+ 4
2633
+ 4
2634
+ 4
2635
+ 2
2636
+ 5
2637
+ 6
2638
+ 2
2639
+ 1
2640
+ 1
2641
+ 1
2642
+ 2
2643
+ 1
2644
+ 5
2645
+ 6
2646
+ 5
2647
+ 5
2648
+ 6
2649
+ 4
2650
+ 5
2651
+ 5
2652
+ 5
2653
+ 1
2654
+ 5
2655
+ 2
2656
+ 2
2657
+ 5
2658
+ 5
2659
+ 0
2660
+ 5
2661
+ 0
2662
+ 0
2663
+ 0
2664
+ 0
2665
+ 6
2666
+ 1
2667
+ 2
2668
+ 5
2669
+ 0
2670
+ 0
2671
+ 1
2672
+ 5
2673
+ 4
2674
+ 1
2675
+ 1
2676
+ 6
2677
+ 2
2678
+ 0
2679
+ 2
2680
+ 5
2681
+ 2
2682
+ 5
2683
+ 1
2684
+ 3
2685
+ 2
2686
+ 2
2687
+ 5
2688
+ 5
2689
+ 4
2690
+ 6
2691
+ 4
2692
+ 5
2693
+ 5
2694
+ 4
2695
+ 1
2696
+ 6
2697
+ 5
2698
+ 5
2699
+ 1
2700
+ 5
2701
+ 1
2702
+ 1
2703
+ 2
2704
+ 1
2705
+ 2
2706
+ 2
2707
+ 5
2708
+ 6
2709
+ 4
2710
+ 1
2711
+ 1
2712
+ 6
2713
+ 5
2714
+ 5
2715
+ 5
2716
+ 5
2717
+ 0
2718
+ 0
2719
+ 1
2720
+ 5
2721
+ 1
2722
+ 1
2723
+ 5
2724
+ 5
2725
+ 5
2726
+ 2
2727
+ 0
2728
+ 5
2729
+ 5
2730
+ 5
2731
+ 1
2732
+ 1
2733
+ 3
2734
+ 1
2735
+ 1
2736
+ 1
2737
+ 5
2738
+ 2
2739
+ 4
2740
+ 4
2741
+ 5
2742
+ 6
2743
+ 0
2744
+ 5
2745
+ 2
2746
+ 5
2747
+ 4
2748
+ 1
2749
+ 2
2750
+ 5
2751
+ 1
2752
+ 3
2753
+ 3
2754
+ 4
2755
+ 1
2756
+ 1
2757
+ 1
2758
+ 2
2759
+ 5
2760
+ 6
2761
+ 5
2762
+ 6
2763
+ 5
2764
+ 1
2765
+ 6
2766
+ 6
2767
+ 5
2768
+ 5
2769
+ 5
2770
+ 5
2771
+ 5
2772
+ 5
2773
+ 2
2774
+ 2
2775
+ 2
2776
+ 2
2777
+ 5
2778
+ 2
2779
+ 2
2780
+ 5
2781
+ 1
2782
+ 5
2783
+ 3
2784
+ 3
2785
+ 1
2786
+ 3
2787
+ 5
2788
+ 5
2789
+ 5
2790
+ 5
2791
+ 5
2792
+ 5
2793
+ 5
2794
+ 5
2795
+ 6
2796
+ 5
2797
+ 5
2798
+ 5
2799
+ 5
2800
+ 4
2801
+ 1
2802
+ 5
2803
+ 4
2804
+ 4
2805
+ 6
2806
+ 5
2807
+ 5
2808
+ 3
2809
+ 3
2810
+ 4
2811
+ 3
2812
+ 5
2813
+ 4
2814
+ 5
2815
+ 2
2816
+ 2
2817
+ 2
2818
+ 4
2819
+ 4
2820
+ 5
2821
+ 5
2822
+ 5
2823
+ 5
2824
+ 1
2825
+ 1
2826
+ 5
2827
+ 2
2828
+ 5
2829
+ 5
2830
+ 2
2831
+ 5
2832
+ 4
2833
+ 4
2834
+ 3
2835
+ 5
2836
+ 6
2837
+ 5
2838
+ 5
2839
+ 2
2840
+ 1
2841
+ 1
2842
+ 1
2843
+ 6
2844
+ 5
2845
+ 0
2846
+ 2
2847
+ 3
2848
+ 0
2849
+ 0
2850
+ 0
2851
+ 0
2852
+ 0
2853
+ 0
2854
+ 2
2855
+ 1
2856
+ 5
2857
+ 0
2858
+ 2
2859
+ 0
2860
+ 2
2861
+ 2
2862
+ 5
2863
+ 5
2864
+ 5
2865
+ 5
2866
+ 3
2867
+ 3
2868
+ 6
2869
+ 5
2870
+ 0
2871
+ 4
2872
+ 1
2873
+ 2
2874
+ 5
2875
+ 5
2876
+ 5
2877
+ 5
2878
+ 5
2879
+ 5
2880
+ 5
2881
+ 5
2882
+ 5
2883
+ 1
2884
+ 5
2885
+ 5
2886
+ 5
2887
+ 2
2888
+ 1
2889
+ 5
2890
+ 2
2891
+ 1
2892
+ 1
2893
+ 2
2894
+ 5
2895
+ 0
2896
+ 5
2897
+ 5
2898
+ 5
2899
+ 1
2900
+ 5
2901
+ 6
2902
+ 1
2903
+ 5
2904
+ 5
2905
+ 5
2906
+ 5
2907
+ 5
2908
+ 5
2909
+ 5
2910
+ 5
2911
+ 1
2912
+ 1
2913
+ 1
2914
+ 1
2915
+ 1
2916
+ 6
2917
+ 5
2918
+ 4
2919
+ 3
2920
+ 4
2921
+ 0
2922
+ 0
2923
+ 5
2924
+ 5
2925
+ 5
2926
+ 0
2927
+ 0
2928
+ 0
2929
+ 1
2930
+ 5
2931
+ 1
2932
+ 2
2933
+ 5
2934
+ 0
2935
+ 2
2936
+ 0
2937
+ 0
2938
+ 1
2939
+ 1
2940
+ 5
2941
+ 5
2942
+ 5
2943
+ 5
2944
+ 5
2945
+ 1
2946
+ 1
2947
+ 5
2948
+ 4
2949
+ 4
2950
+ 1
2951
+ 3
2952
+ 5
2953
+ 6
2954
+ 5
2955
+ 6
2956
+ 5
2957
+ 6
2958
+ 6
2959
+ 2
2960
+ 1
2961
+ 2
2962
+ 6
2963
+ 5
2964
+ 5
2965
+ 4
2966
+ 2
2967
+ 0
2968
+ 1
2969
+ 1
2970
+ 1
2971
+ 3
2972
+ 3
2973
+ 4
2974
+ 1
2975
+ 1
2976
+ 1
2977
+ 5
2978
+ 6
2979
+ 5
2980
+ 1
2981
+ 0
2982
+ 0
2983
+ 2
2984
+ 2
2985
+ 5
2986
+ 0
2987
+ 4
2988
+ 0
2989
+ 2
2990
+ 0
2991
+ 0
2992
+ 5
2993
+ 5
2994
+ 5
2995
+ 0
2996
+ 5
2997
+ 5
2998
+ 5
2999
+ 4
3000
+ 4
3001
+ 5
3002
+ 6
3003
+ 2
3004
+ 1
3005
+ 1
3006
+ 2
3007
+ 5
3008
+ 5
3009
+ 5
3010
+ 1
3011
+ 6
3012
+ 1
3013
+ 4
3014
+ 1
3015
+ 5
3016
+ 2
3017
+ 6
3018
+ 5
3019
+ 4
3020
+ 4
3021
+ 5
3022
+ 5
3023
+ 6
3024
+ 4
3025
+ 0
3026
+ 0
3027
+ 4
3028
+ 1
3029
+ 5
3030
+ 6
3031
+ 1
3032
+ 1
3033
+ 2
3034
+ 2
3035
+ 5
3036
+ 5
3037
+ 1
3038
+ 5
3039
+ 4
3040
+ 2
3041
+ 6
3042
+ 5
3043
+ 1
3044
+ 5
3045
+ 5
3046
+ 1
3047
+ 1
3048
+ 1
3049
+ 5
3050
+ 4
3051
+ 1
3052
+ 2
3053
+ 5
3054
+ 5
3055
+ 6
3056
+ 5
3057
+ 6
3058
+ 4
3059
+ 4
3060
+ 3
3061
+ 5
3062
+ 5
3063
+ 5
3064
+ 6
3065
+ 6
3066
+ 5
3067
+ 5
3068
+ 5
3069
+ 5
3070
+ 5
3071
+ 5
3072
+ 5
3073
+ 1
3074
+ 1
3075
+ 1
3076
+ 0
3077
+ 0
3078
+ 2
3079
+ 1
3080
+ 2
3081
+ 5
3082
+ 5
3083
+ 5
3084
+ 6
3085
+ 5
3086
+ 2
3087
+ 5
3088
+ 3
3089
+ 5
3090
+ 3
3091
+ 3
3092
+ 5
3093
+ 3
3094
+ 1
3095
+ 1
3096
+ 5
3097
+ 0
3098
+ 5
3099
+ 6
3100
+ 1
3101
+ 5
3102
+ 1
3103
+ 1
3104
+ 5
3105
+ 2
3106
+ 6
3107
+ 5
3108
+ 5
3109
+ 0
3110
+ 0
3111
+ 0
3112
+ 1
3113
+ 1
3114
+ 1
3115
+ 1
3116
+ 1
3117
+ 1
3118
+ 1
3119
+ 5
3120
+ 5
3121
+ 1
3122
+ 1
3123
+ 2
3124
+ 0
3125
+ 0
3126
+ 2
3127
+ 5
3128
+ 2
3129
+ 5
3130
+ 0
3131
+ 5
3132
+ 2
3133
+ 5
3134
+ 5
3135
+ 5
3136
+ 1
3137
+ 2
3138
+ 2
3139
+ 3
3140
+ 5
3141
+ 3
3142
+ 1
3143
+ 1
3144
+ 1
3145
+ 4
3146
+ 6
3147
+ 5
3148
+ 4
3149
+ 4
3150
+ 3
3151
+ 1
3152
+ 1
3153
+ 5
3154
+ 1
3155
+ 5
3156
+ 6
3157
+ 4
3158
+ 5
3159
+ 4
3160
+ 2
3161
+ 5
3162
+ 0
3163
+ 1
3164
+ 5
3165
+ 5
3166
+ 5
3167
+ 4
3168
+ 4
3169
+ 5
3170
+ 5
3171
+ 5
3172
+ 2
3173
+ 0
3174
+ 0
3175
+ 5
3176
+ 0
3177
+ 3
3178
+ 4
3179
+ 4
3180
+ 4
3181
+ 4
3182
+ 4
3183
+ 3
3184
+ 5
3185
+ 5
3186
+ 1
3187
+ 6
3188
+ 5
3189
+ 6
3190
+ 4
3191
+ 2
3192
+ 4
3193
+ 0
3194
+ 0
3195
+ 1
3196
+ 5
3197
+ 6
3198
+ 6
3199
+ 5
3200
+ 1
3201
+ 5
3202
+ 1
3203
+ 1
3204
+ 1
3205
+ 2
3206
+ 5
3207
+ 2
3208
+ 3
3209
+ 5
3210
+ 4
3211
+ 5
3212
+ 2
3213
+ 2
3214
+ 1
3215
+ 2
3216
+ 2
3217
+ 5
3218
+ 5
3219
+ 4
3220
+ 6
3221
+ 5
3222
+ 4
3223
+ 6
3224
+ 5
3225
+ 5
3226
+ 1
3227
+ 5
3228
+ 1
3229
+ 1
3230
+ 5
3231
+ 1
3232
+ 5
3233
+ 3
3234
+ 5
3235
+ 3
3236
+ 5
3237
+ 4
3238
+ 1
3239
+ 1
3240
+ 1
3241
+ 5
3242
+ 1
3243
+ 5
3244
+ 0
3245
+ 2
3246
+ 5
3247
+ 5
3248
+ 5
3249
+ 5
3250
+ 5
3251
+ 6
3252
+ 6
3253
+ 4
3254
+ 4
3255
+ 5
3256
+ 6
3257
+ 4
3258
+ 3
3259
+ 5
3260
+ 1
3261
+ 1
3262
+ 5
3263
+ 5
3264
+ 4
3265
+ 5
3266
+ 6
3267
+ 5
3268
+ 2
3269
+ 5
3270
+ 5
3271
+ 5
3272
+ 4
3273
+ 6
3274
+ 6
3275
+ 5
3276
+ 6
3277
+ 1
3278
+ 5
3279
+ 1
3280
+ 4
3281
+ 0
3282
+ 0
3283
+ 0
3284
+ 0
3285
+ 0
3286
+ 1
3287
+ 2
3288
+ 1
3289
+ 1
3290
+ 5
3291
+ 1
3292
+ 5
3293
+ 5
3294
+ 5
3295
+ 6
3296
+ 3
3297
+ 5
3298
+ 5
3299
+ 1
3300
+ 5
3301
+ 1
3302
+ 5
3303
+ 5
3304
+ 0
3305
+ 5
3306
+ 3
3307
+ 6
3308
+ 1
3309
+ 2
3310
+ 0
3311
+ 0
3312
+ 0
3313
+ 5
3314
+ 4
3315
+ 4
3316
+ 5
3317
+ 5
3318
+ 0
3319
+ 1
3320
+ 5
3321
+ 5
3322
+ 1
3323
+ 5
3324
+ 5
3325
+ 2
3326
+ 0
3327
+ 0
3328
+ 2
3329
+ 2
3330
+ 5
3331
+ 5
3332
+ 5
3333
+ 5
3334
+ 0
3335
+ 0
3336
+ 0
3337
+ 6
3338
+ 5
3339
+ 5
3340
+ 5
3341
+ 5
3342
+ 1
3343
+ 2
3344
+ 0
3345
+ 0
3346
+ 5
3347
+ 5
3348
+ 4
3349
+ 5
3350
+ 5
3351
+ 6
3352
+ 5
3353
+ 3
3354
+ 4
3355
+ 5
3356
+ 5
3357
+ 5
3358
+ 5
3359
+ 5
3360
+ 5
3361
+ 1
3362
+ 5
3363
+ 1
3364
+ 1
3365
+ 5
3366
+ 5
3367
+ 1
3368
+ 5
3369
+ 5
3370
+ 5
3371
+ 3
3372
+ 5
3373
+ 1
3374
+ 1
3375
+ 5
3376
+ 5
3377
+ 5
3378
+ 5
3379
+ 5
3380
+ 2
3381
+ 5
3382
+ 5
3383
+ 6
3384
+ 5
3385
+ 2
3386
+ 5
3387
+ 5
3388
+ 2
3389
+ 5
3390
+ 5
3391
+ 1
3392
+ 5
3393
+ 5
3394
+ 2
3395
+ 2
3396
+ 5
3397
+ 1
3398
+ 2
3399
+ 1
3400
+ 6
3401
+ 5
3402
+ 6
3403
+ 4
3404
+ 5
3405
+ 5
3406
+ 1
3407
+ 1
3408
+ 1
3409
+ 4
3410
+ 2
3411
+ 0
3412
+ 5
3413
+ 2
3414
+ 5
3415
+ 6
3416
+ 5
3417
+ 5
3418
+ 2
3419
+ 1
3420
+ 4
3421
+ 5
3422
+ 5
3423
+ 6
3424
+ 3
3425
+ 3
3426
+ 5
3427
+ 0
3428
+ 0
3429
+ 1
3430
+ 4
3431
+ 4
3432
+ 5
3433
+ 5
3434
+ 6
3435
+ 5
3436
+ 5
3437
+ 5
3438
+ 5
3439
+ 0
3440
+ 4
3441
+ 1
3442
+ 5
3443
+ 5
3444
+ 5
3445
+ 4
3446
+ 4
3447
+ 5
3448
+ 2
3449
+ 5
3450
+ 4
3451
+ 6
3452
+ 5
3453
+ 6
3454
+ 4
3455
+ 0
3456
+ 5
3457
+ 5
3458
+ 5
3459
+ 5
3460
+ 5
3461
+ 4
3462
+ 5
3463
+ 1
3464
+ 2
3465
+ 5
3466
+ 2
3467
+ 1
3468
+ 2
3469
+ 5
3470
+ 4
3471
+ 5
3472
+ 1
3473
+ 5
3474
+ 5
3475
+ 5
3476
+ 5
3477
+ 5
3478
+ 1
3479
+ 6
3480
+ 5
3481
+ 0
3482
+ 0
3483
+ 0
3484
+ 2
3485
+ 1
3486
+ 2
3487
+ 5
3488
+ 1
3489
+ 1
3490
+ 6
3491
+ 5
3492
+ 5
3493
+ 1
3494
+ 1
3495
+ 5
3496
+ 4
3497
+ 5
3498
+ 5
3499
+ 0
3500
+ 1
3501
+ 1
3502
+ 3
3503
+ 4
3504
+ 4
3505
+ 5
3506
+ 5
3507
+ 5
3508
+ 5
3509
+ 6
3510
+ 5
3511
+ 2
3512
+ 0
3513
+ 5
3514
+ 2
3515
+ 4
3516
+ 1
3517
+ 5
3518
+ 6
3519
+ 6
3520
+ 2
3521
+ 3
3522
+ 1
3523
+ 1
3524
+ 1
3525
+ 5
3526
+ 3
3527
+ 1
3528
+ 5
3529
+ 2
3530
+ 5
3531
+ 0
3532
+ 0
3533
+ 0
3534
+ 5
3535
+ 4
3536
+ 2
3537
+ 6
3538
+ 5
3539
+ 5
3540
+ 1
3541
+ 2
3542
+ 6
3543
+ 5
3544
+ 1
3545
+ 2
3546
+ 1
3547
+ 0
3548
+ 4
3549
+ 5
3550
+ 1
3551
+ 5
3552
+ 6
3553
+ 5
3554
+ 5
3555
+ 6
3556
+ 5
3557
+ 6
3558
+ 3
3559
+ 2
3560
+ 5
3561
+ 2
3562
+ 5
3563
+ 6
3564
+ 5
3565
+ 5
3566
+ 5
3567
+ 5
3568
+ 2
3569
+ 4
3570
+ 4
3571
+ 5
3572
+ 5
3573
+ 5
3574
+ 1
3575
+ 0
3576
+ 3
3577
+ 2
3578
+ 2
3579
+ 2
3580
+ 1
3581
+ 5
3582
+ 6
3583
+ 5
3584
+ 5
3585
+ 5
3586
+ 0
3587
+ 0
3588
+ 0
3589
+ 1
3590
+ 1
3591
+ 2
3592
+ 4
3593
+ 3
3594
+ 4
3595
+ 1
3596
+ 6
3597
+ 5
3598
+ 2
3599
+ 4
3600
+ 4
3601
+ 2
3602
+ 5
3603
+ 5
3604
+ 1
3605
+ 2
3606
+ 1
3607
+ 5
3608
+ 5
3609
+ 5
3610
+ 1
3611
+ 5
3612
+ 1
3613
+ 5
3614
+ 5
3615
+ 6
3616
+ 3
3617
+ 3
3618
+ 4
3619
+ 2
3620
+ 5
3621
+ 6
3622
+ 0
3623
+ 0
3624
+ 5
3625
+ 5
3626
+ 6
3627
+ 6
3628
+ 2
3629
+ 5
3630
+ 2
3631
+ 5
3632
+ 5
3633
+ 5
3634
+ 2
3635
+ 2
3636
+ 1
3637
+ 1
3638
+ 6
3639
+ 1
3640
+ 4
3641
+ 5
3642
+ 4
3643
+ 6
3644
+ 3
3645
+ 4
3646
+ 1
3647
+ 5
3648
+ 6
3649
+ 4
3650
+ 5
3651
+ 5
3652
+ 1
3653
+ 5
3654
+ 5
3655
+ 5
3656
+ 5
3657
+ 5
3658
+ 4
3659
+ 2
3660
+ 5
3661
+ 4
3662
+ 5
3663
+ 4
3664
+ 1
3665
+ 5
3666
+ 6
3667
+ 5
3668
+ 5
3669
+ 5
3670
+ 5
3671
+ 3
3672
+ 3
3673
+ 3
3674
+ 4
3675
+ 5
3676
+ 1
3677
+ 6
3678
+ 3
3679
+ 1
3680
+ 3
3681
+ 3
3682
+ 0
3683
+ 2
3684
+ 2
3685
+ 5
3686
+ 6
3687
+ 5
3688
+ 1
3689
+ 5
3690
+ 3
3691
+ 4
3692
+ 3
3693
+ 3
3694
+ 5
3695
+ 6
3696
+ 5
3697
+ 3
3698
+ 4
3699
+ 5
3700
+ 5
3701
+ 2
3702
+ 4
3703
+ 1
3704
+ 5
3705
+ 5
3706
+ 1
3707
+ 5
3708
+ 5
3709
+ 0
3710
+ 0
3711
+ 0
3712
+ 2
3713
+ 5
3714
+ 5
3715
+ 5
3716
+ 0
3717
+ 0
3718
+ 5
3719
+ 5
3720
+ 5
3721
+ 5
3722
+ 5
3723
+ 5
3724
+ 1
3725
+ 1
3726
+ 1
3727
+ 5
3728
+ 3
3729
+ 4
3730
+ 5
3731
+ 2
3732
+ 2
3733
+ 2
3734
+ 4
3735
+ 1
3736
+ 5
3737
+ 5
3738
+ 6
3739
+ 1
3740
+ 2
3741
+ 5
3742
+ 1
3743
+ 6
3744
+ 6
3745
+ 1
3746
+ 5
3747
+ 5
3748
+ 2
3749
+ 2
3750
+ 5
3751
+ 6
3752
+ 5
3753
+ 3
3754
+ 3
3755
+ 6
3756
+ 4
3757
+ 2
3758
+ 1
3759
+ 2
3760
+ 2
3761
+ 1
3762
+ 1
3763
+ 1
3764
+ 6
3765
+ 5
3766
+ 5
3767
+ 5
3768
+ 5
3769
+ 4
3770
+ 0
3771
+ 3
3772
+ 6
3773
+ 6
3774
+ 5
3775
+ 0
3776
+ 0
3777
+ 0
3778
+ 5
3779
+ 6
3780
+ 5
3781
+ 5
3782
+ 5
3783
+ 5
3784
+ 4
3785
+ 0
3786
+ 0
3787
+ 5
3788
+ 5
3789
+ 1
3790
+ 2
3791
+ 2
3792
+ 1
3793
+ 2
3794
+ 3
3795
+ 1
3796
+ 2
3797
+ 5
3798
+ 5
3799
+ 1
3800
+ 1
3801
+ 5
3802
+ 1
3803
+ 2
3804
+ 5
3805
+ 1
3806
+ 0
3807
+ 0
3808
+ 5
3809
+ 1
3810
+ 1
3811
+ 1
3812
+ 6
3813
+ 5
3814
+ 5
3815
+ 5
3816
+ 5
3817
+ 2
3818
+ 2
3819
+ 2
3820
+ 5
3821
+ 3
3822
+ 5
3823
+ 6
3824
+ 5
3825
+ 5
3826
+ 2
3827
+ 2
3828
+ 1
3829
+ 5
3830
+ 5
3831
+ 1
3832
+ 1
3833
+ 6
3834
+ 2
3835
+ 5
3836
+ 6
3837
+ 5
3838
+ 5
3839
+ 0
3840
+ 5
3841
+ 2
3842
+ 0
3843
+ 2
3844
+ 4
3845
+ 4
3846
+ 5
3847
+ 5
3848
+ 5
3849
+ 6
3850
+ 1
3851
+ 1
3852
+ 2
3853
+ 5
3854
+ 5
3855
+ 5
3856
+ 1
3857
+ 1
3858
+ 4
3859
+ 4
3860
+ 4
3861
+ 4
3862
+ 1
3863
+ 1
3864
+ 1
3865
+ 5
3866
+ 3
3867
+ 5
3868
+ 1
3869
+ 1
3870
+ 2
3871
+ 0
3872
+ 0
3873
+ 0
3874
+ 5
3875
+ 5
3876
+ 5
3877
+ 5
3878
+ 0
3879
+ 2
3880
+ 4
3881
+ 4
3882
+ 5
3883
+ 5
3884
+ 5
3885
+ 5
3886
+ 5
3887
+ 5
3888
+ 5
3889
+ 6
3890
+ 6
3891
+ 6
3892
+ 0
3893
+ 0
3894
+ 0
3895
+ 5
3896
+ 6
3897
+ 5
3898
+ 5
3899
+ 5
3900
+ 5
3901
+ 5
3902
+ 1
3903
+ 1
3904
+ 1
3905
+ 1
3906
+ 5
3907
+ 5
3908
+ 6
3909
+ 5
3910
+ 1
3911
+ 6
3912
+ 6
3913
+ 5
3914
+ 5
3915
+ 4
3916
+ 5
3917
+ 5
3918
+ 5
3919
+ 1
3920
+ 1
3921
+ 1
3922
+ 2
3923
+ 2
3924
+ 2
3925
+ 1
3926
+ 5
3927
+ 6
3928
+ 0
3929
+ 2
3930
+ 5
3931
+ 1
3932
+ 6
3933
+ 5
3934
+ 4
3935
+ 5
3936
+ 5
3937
+ 5
3938
+ 5
3939
+ 1
3940
+ 2
3941
+ 5
3942
+ 6
3943
+ 5
3944
+ 2
3945
+ 1
3946
+ 3
3947
+ 3
3948
+ 3
3949
+ 1
3950
+ 5
3951
+ 5
3952
+ 5
3953
+ 1
3954
+ 5
3955
+ 5
3956
+ 5
3957
+ 5
3958
+ 6
3959
+ 3
3960
+ 5
3961
+ 1
3962
+ 6
3963
+ 5
3964
+ 2
3965
+ 2
3966
+ 5
3967
+ 6
3968
+ 5
3969
+ 5
3970
+ 5
3971
+ 5
3972
+ 5
3973
+ 5
3974
+ 5
3975
+ 4
3976
+ 1
3977
+ 3
3978
+ 0
3979
+ 1
3980
+ 3
3981
+ 5
3982
+ 1
3983
+ 1
3984
+ 5
3985
+ 2
3986
+ 5
3987
+ 0
3988
+ 2
3989
+ 2
3990
+ 5
3991
+ 1
3992
+ 3
3993
+ 5
3994
+ 0
3995
+ 0
3996
+ 0
3997
+ 3
3998
+ 6
3999
+ 5
4000
+ 6
4001
+ 6
4002
+ 5
4003
+ 4
4004
+ 5
4005
+ 5
4006
+ 2
4007
+ 5
4008
+ 5
4009
+ 1
4010
+ 5
4011
+ 5
4012
+ 1
4013
+ 1
4014
+ 6
4015
+ 1
4016
+ 1
4017
+ 1
4018
+ 0
4019
+ 0
4020
+ 0
4021
+ 0
4022
+ 5
4023
+ 2
4024
+ 5
4025
+ 5
4026
+ 5
4027
+ 1
4028
+ 6
4029
+ 5
4030
+ 5
4031
+ 5
4032
+ 4
4033
+ 5
4034
+ 5
4035
+ 6
4036
+ 1
4037
+ 5
4038
+ 4
4039
+ 0
4040
+ 2
4041
+ 0
4042
+ 5
4043
+ 5
4044
+ 5
4045
+ 2
4046
+ 1
4047
+ 5
4048
+ 5
4049
+ 5
4050
+ 5
4051
+ 5
4052
+ 3
4053
+ 1
4054
+ 6
4055
+ 0
4056
+ 0
4057
+ 2
4058
+ 0
4059
+ 0
4060
+ 1
4061
+ 1
4062
+ 5
4063
+ 5
4064
+ 0
4065
+ 6
4066
+ 1
4067
+ 5
4068
+ 5
4069
+ 5
4070
+ 6
4071
+ 6
4072
+ 1
4073
+ 5
4074
+ 6
4075
+ 1
4076
+ 5
4077
+ 5
4078
+ 1
4079
+ 1
4080
+ 5
4081
+ 4
4082
+ 5
4083
+ 5
4084
+ 1
4085
+ 5
4086
+ 5
4087
+ 5
4088
+ 5
4089
+ 5
4090
+ 5
4091
+ 6
4092
+ 5
4093
+ 2
4094
+ 5
4095
+ 4
4096
+ 1
4097
+ 4
4098
+ 4
4099
+ 1
4100
+ 5
4101
+ 4
4102
+ 0
4103
+ 0
4104
+ 0
4105
+ 5
4106
+ 5
4107
+ 5
4108
+ 5
4109
+ 5
4110
+ 5
4111
+ 5
4112
+ 5
4113
+ 5
4114
+ 1
4115
+ 5
4116
+ 3
4117
+ 4
4118
+ 2
4119
+ 4
4120
+ 5
4121
+ 5
4122
+ 5
4123
+ 5
4124
+ 5
4125
+ 5
4126
+ 6
4127
+ 5
4128
+ 6
4129
+ 2
4130
+ 6
4131
+ 5
4132
+ 0
4133
+ 2
4134
+ 0
4135
+ 0
4136
+ 0
4137
+ 2
4138
+ 5
4139
+ 5
4140
+ 5
4141
+ 6
4142
+ 6
4143
+ 6
4144
+ 2
4145
+ 2
4146
+ 5
4147
+ 1
4148
+ 6
4149
+ 2
4150
+ 1
4151
+ 5
4152
+ 4
4153
+ 5
4154
+ 1
4155
+ 0
4156
+ 5
4157
+ 6
4158
+ 6
4159
+ 2
4160
+ 1
4161
+ 5
4162
+ 6
4163
+ 6
4164
+ 5
4165
+ 4
4166
+ 4
4167
+ 5
4168
+ 5
4169
+ 5
4170
+ 5
4171
+ 1
4172
+ 2
4173
+ 5
4174
+ 0
4175
+ 2
4176
+ 5
4177
+ 6
4178
+ 5
4179
+ 5
4180
+ 4
4181
+ 0
4182
+ 2
4183
+ 5
4184
+ 4
4185
+ 3
4186
+ 1
4187
+ 1
4188
+ 1
4189
+ 0
4190
+ 0
4191
+ 0
4192
+ 3
4193
+ 5
4194
+ 5
4195
+ 5
4196
+ 2
4197
+ 2
4198
+ 5
4199
+ 1
4200
+ 5
4201
+ 5
4202
+ 5
4203
+ 5
4204
+ 1
4205
+ 1
4206
+ 5
4207
+ 5
4208
+ 1
4209
+ 2
4210
+ 2
4211
+ 5
4212
+ 5
4213
+ 2
4214
+ 2
4215
+ 5
4216
+ 5
4217
+ 1
4218
+ 1
4219
+ 1
4220
+ 1
4221
+ 1
4222
+ 1
4223
+ 6
4224
+ 6
4225
+ 2
4226
+ 5
4227
+ 1
4228
+ 2
4229
+ 6
4230
+ 5
4231
+ 2
4232
+ 5
4233
+ 5
4234
+ 6
4235
+ 6
4236
+ 5
4237
+ 2
4238
+ 0
4239
+ 0
4240
+ 1
4241
+ 5
4242
+ 5
4243
+ 1
4244
+ 6
4245
+ 6
4246
+ 2
4247
+ 3
4248
+ 4
4249
+ 6
4250
+ 5
4251
+ 5
4252
+ 5
4253
+ 5
4254
+ 5
4255
+ 5
4256
+ 5
4257
+ 2
4258
+ 5
4259
+ 5
4260
+ 6
4261
+ 5
4262
+ 0
4263
+ 6
4264
+ 1
4265
+ 5
4266
+ 5
4267
+ 0
4268
+ 5
4269
+ 2
4270
+ 1
4271
+ 6
4272
+ 3
4273
+ 2
4274
+ 1
4275
+ 6
4276
+ 6
4277
+ 6
4278
+ 6
4279
+ 5
4280
+ 4
4281
+ 5
4282
+ 1
4283
+ 5
4284
+ 5
4285
+ 0
4286
+ 5
4287
+ 5
4288
+ 6
4289
+ 5
4290
+ 6
4291
+ 5
4292
+ 5
4293
+ 3
4294
+ 4
4295
+ 0
4296
+ 1
4297
+ 1
4298
+ 5
4299
+ 5
4300
+ 1
4301
+ 5
4302
+ 5
4303
+ 5
4304
+ 0
4305
+ 0
4306
+ 3
4307
+ 3
4308
+ 3
4309
+ 6
4310
+ 5
4311
+ 5
4312
+ 1
4313
+ 1
4314
+ 1
4315
+ 0
4316
+ 5
4317
+ 2
4318
+ 1
4319
+ 5
4320
+ 4
4321
+ 5
4322
+ 5
4323
+ 5
4324
+ 6
4325
+ 6
4326
+ 6
4327
+ 2
4328
+ 5
4329
+ 4
4330
+ 0
4331
+ 0
4332
+ 0
4333
+ 2
4334
+ 1
4335
+ 5
4336
+ 1
4337
+ 5
4338
+ 0
4339
+ 4
4340
+ 4
4341
+ 4
4342
+ 0
4343
+ 4
4344
+ 0
4345
+ 2
4346
+ 5
4347
+ 5
4348
+ 6
4349
+ 5
4350
+ 5
4351
+ 1
4352
+ 3
4353
+ 3
4354
+ 5
4355
+ 5
4356
+ 6
4357
+ 4
4358
+ 4
4359
+ 5
4360
+ 5
4361
+ 0
4362
+ 6
4363
+ 2
4364
+ 2
4365
+ 2
4366
+ 5
4367
+ 6
4368
+ 6
4369
+ 1
4370
+ 6
4371
+ 1
4372
+ 1
4373
+ 5
4374
+ 6
4375
+ 1
4376
+ 2
4377
+ 0
4378
+ 0
4379
+ 0
4380
+ 2
4381
+ 0
4382
+ 0
4383
+ 2
4384
+ 1
4385
+ 1
4386
+ 5
4387
+ 2
4388
+ 1
4389
+ 1
4390
+ 1
4391
+ 3
4392
+ 4
4393
+ 0
4394
+ 0
4395
+ 5
4396
+ 5
4397
+ 5
4398
+ 5
4399
+ 5
4400
+ 2
4401
+ 1
4402
+ 6
4403
+ 4
4404
+ 5
4405
+ 1
4406
+ 1
4407
+ 2
4408
+ 4
4409
+ 4
4410
+ 3
4411
+ 4
4412
+ 3
4413
+ 5
4414
+ 6
4415
+ 5
4416
+ 6
4417
+ 4
4418
+ 3
4419
+ 5
4420
+ 5
4421
+ 5
4422
+ 5
4423
+ 5
4424
+ 6
4425
+ 5
4426
+ 0
4427
+ 0
4428
+ 5
4429
+ 1
4430
+ 4
4431
+ 5
4432
+ 1
4433
+ 5
4434
+ 3
4435
+ 6
4436
+ 5
4437
+ 5
4438
+ 2
4439
+ 2
4440
+ 2
4441
+ 5
4442
+ 5
4443
+ 5
4444
+ 5
4445
+ 2
4446
+ 5
4447
+ 2
4448
+ 2
4449
+ 4
4450
+ 5
4451
+ 1
4452
+ 5
4453
+ 5
4454
+ 3
4455
+ 5
4456
+ 5
4457
+ 6
4458
+ 5
4459
+ 1
4460
+ 5
4461
+ 6
4462
+ 1
4463
+ 5
4464
+ 2
4465
+ 5
4466
+ 5
4467
+ 6
4468
+ 1
4469
+ 1
4470
+ 6
4471
+ 5
4472
+ 0
4473
+ 0
4474
+ 1
4475
+ 6
4476
+ 1
4477
+ 1
4478
+ 6
4479
+ 5
4480
+ 5
4481
+ 5
4482
+ 2
4483
+ 4
4484
+ 4
4485
+ 5
4486
+ 1
4487
+ 5
4488
+ 1
4489
+ 2
4490
+ 6
4491
+ 5
4492
+ 1
4493
+ 5
4494
+ 5
4495
+ 5
4496
+ 1
4497
+ 1
4498
+ 2
4499
+ 2
4500
+ 2
4501
+ 5
4502
+ 3
4503
+ 5
4504
+ 0
4505
+ 1
4506
+ 5
4507
+ 1
4508
+ 1
4509
+ 2
4510
+ 1
4511
+ 2
4512
+ 5
4513
+ 5
4514
+ 4
4515
+ 2
4516
+ 5
4517
+ 0
4518
+ 1
4519
+ 1
4520
+ 6
4521
+ 5
4522
+ 2
4523
+ 5
4524
+ 6
4525
+ 1
4526
+ 2
4527
+ 1
4528
+ 1
4529
+ 5
4530
+ 4
4531
+ 0
4532
+ 0
4533
+ 0
4534
+ 5
4535
+ 6
4536
+ 5
4537
+ 1
4538
+ 5
4539
+ 2
4540
+ 1
4541
+ 6
4542
+ 3
4543
+ 6
4544
+ 3
4545
+ 3
4546
+ 5
4547
+ 3
4548
+ 3
4549
+ 6
4550
+ 5
4551
+ 5
4552
+ 2
4553
+ 5
4554
+ 2
4555
+ 1
4556
+ 6
4557
+ 3
4558
+ 1
4559
+ 5
4560
+ 5
4561
+ 5
4562
+ 5
4563
+ 0
4564
+ 6
4565
+ 5
4566
+ 4
4567
+ 3
4568
+ 4
4569
+ 3
4570
+ 2
4571
+ 2
4572
+ 2
4573
+ 3
4574
+ 4
4575
+ 5
4576
+ 2
4577
+ 2
4578
+ 0
4579
+ 3
4580
+ 5
4581
+ 5
4582
+ 4
4583
+ 4
4584
+ 4
4585
+ 6
4586
+ 6
4587
+ 6
4588
+ 2
4589
+ 5
4590
+ 6
4591
+ 2
4592
+ 2
4593
+ 2
4594
+ 6
4595
+ 6
4596
+ 6
4597
+ 6
4598
+ 6
4599
+ 5
4600
+ 5
4601
+ 5
4602
+ 2
4603
+ 1
4604
+ 4
4605
+ 5
4606
+ 0
4607
+ 1
4608
+ 6
4609
+ 4
4610
+ 4
4611
+ 5
4612
+ 5
4613
+ 5
4614
+ 0
4615
+ 5
4616
+ 5
4617
+ 6
4618
+ 1
4619
+ 1
4620
+ 1
4621
+ 2
4622
+ 2
4623
+ 2
4624
+ 6
4625
+ 3
4626
+ 3
4627
+ 1
4628
+ 5
4629
+ 1
4630
+ 5
4631
+ 5
4632
+ 5
4633
+ 2
4634
+ 0
4635
+ 0
4636
+ 5
4637
+ 2
4638
+ 0
4639
+ 1
4640
+ 4
4641
+ 5
4642
+ 1
4643
+ 5
4644
+ 6
4645
+ 5
4646
+ 6
4647
+ 5
4648
+ 1
4649
+ 6
4650
+ 1
4651
+ 1
4652
+ 1
4653
+ 4
4654
+ 1
4655
+ 5
4656
+ 5
4657
+ 3
4658
+ 4
4659
+ 5
4660
+ 1
4661
+ 2
4662
+ 2
4663
+ 1
4664
+ 6
4665
+ 1
4666
+ 4
4667
+ 4
4668
+ 5
4669
+ 2
4670
+ 5
4671
+ 5
4672
+ 5
4673
+ 1
4674
+ 5
4675
+ 5
4676
+ 3
4677
+ 5
4678
+ 6
4679
+ 2
4680
+ 5
4681
+ 1
4682
+ 2
4683
+ 2
4684
+ 2
4685
+ 4
4686
+ 2
4687
+ 3
4688
+ 1
4689
+ 4
4690
+ 5
4691
+ 6
4692
+ 6
4693
+ 1
4694
+ 2
4695
+ 5
4696
+ 1
4697
+ 6
4698
+ 6
4699
+ 5
4700
+ 5
4701
+ 5
4702
+ 5
4703
+ 1
4704
+ 1
4705
+ 1
4706
+ 5
4707
+ 5
4708
+ 5
4709
+ 5
4710
+ 6
4711
+ 1
4712
+ 2
4713
+ 2
4714
+ 2
4715
+ 1
4716
+ 5
4717
+ 5
4718
+ 4
4719
+ 3
4720
+ 1
4721
+ 4
4722
+ 5
4723
+ 2
4724
+ 5
4725
+ 4
4726
+ 1
4727
+ 5
4728
+ 1
4729
+ 3
4730
+ 5
4731
+ 5
4732
+ 5
4733
+ 5
4734
+ 5
4735
+ 5
4736
+ 5
4737
+ 1
4738
+ 4
4739
+ 2
4740
+ 4
4741
+ 4
4742
+ 5
4743
+ 5
4744
+ 5
4745
+ 5
4746
+ 6
4747
+ 5
4748
+ 5
4749
+ 5
4750
+ 4
4751
+ 4
4752
+ 4
4753
+ 5
4754
+ 5
4755
+ 5
4756
+ 2
4757
+ 0
4758
+ 0
4759
+ 1
4760
+ 1
4761
+ 5
4762
+ 3
4763
+ 3
4764
+ 3
4765
+ 6
4766
+ 6
4767
+ 6
4768
+ 5
4769
+ 5
4770
+ 4
4771
+ 2
4772
+ 2
4773
+ 2
4774
+ 1
4775
+ 3
4776
+ 3
4777
+ 1
4778
+ 3
4779
+ 5
4780
+ 0
4781
+ 2
4782
+ 1
4783
+ 5
4784
+ 6
4785
+ 5
4786
+ 5
4787
+ 2
4788
+ 5
4789
+ 5
4790
+ 1
4791
+ 5
4792
+ 1
4793
+ 2
4794
+ 4
4795
+ 5
4796
+ 4
4797
+ 3
4798
+ 5
4799
+ 5
4800
+ 2
4801
+ 1
4802
+ 1
4803
+ 4
4804
+ 2
4805
+ 5
4806
+ 1
4807
+ 1
4808
+ 5
4809
+ 5
4810
+ 2
4811
+ 2
4812
+ 5
4813
+ 5
4814
+ 1
4815
+ 2
4816
+ 2
4817
+ 2
4818
+ 5
4819
+ 5
4820
+ 5
4821
+ 1
4822
+ 1
4823
+ 5
4824
+ 5
4825
+ 5
4826
+ 5
4827
+ 4
4828
+ 6
4829
+ 6
4830
+ 6
4831
+ 5
4832
+ 5
4833
+ 4
4834
+ 5
4835
+ 5
4836
+ 5
4837
+ 1
4838
+ 0
4839
+ 5
4840
+ 5
4841
+ 5
4842
+ 4
4843
+ 3
4844
+ 5
4845
+ 4
4846
+ 1
4847
+ 6
4848
+ 6
4849
+ 4
4850
+ 5
4851
+ 5
4852
+ 6
4853
+ 4
4854
+ 5
4855
+ 1
4856
+ 1
4857
+ 2
4858
+ 1
4859
+ 0
4860
+ 5
4861
+ 1
4862
+ 5
4863
+ 5
4864
+ 2
4865
+ 6
4866
+ 6
4867
+ 4
4868
+ 4
4869
+ 5
4870
+ 6
4871
+ 5
4872
+ 5
4873
+ 0
4874
+ 5
4875
+ 5
4876
+ 5
4877
+ 5
4878
+ 5
4879
+ 2
4880
+ 0
4881
+ 0
4882
+ 1
4883
+ 5
4884
+ 1
4885
+ 2
4886
+ 1
4887
+ 6
4888
+ 5
4889
+ 2
4890
+ 0
4891
+ 5
4892
+ 5
4893
+ 5
4894
+ 3
4895
+ 4
4896
+ 5
4897
+ 2
4898
+ 4
4899
+ 6
4900
+ 3
4901
+ 4
4902
+ 3
4903
+ 5
4904
+ 5
4905
+ 6
4906
+ 2
4907
+ 2
4908
+ 1
4909
+ 0
4910
+ 1
4911
+ 2
4912
+ 1
4913
+ 1
4914
+ 2
4915
+ 2
4916
+ 5
4917
+ 1
4918
+ 1
4919
+ 2
4920
+ 5
4921
+ 4
4922
+ 4
4923
+ 4
4924
+ 1
4925
+ 5
4926
+ 6
4927
+ 6
4928
+ 5
4929
+ 5
4930
+ 5
4931
+ 0
4932
+ 0
4933
+ 4
4934
+ 0
4935
+ 0
4936
+ 5
4937
+ 5
4938
+ 1
4939
+ 1
4940
+ 1
4941
+ 2
4942
+ 4
4943
+ 4
4944
+ 4
4945
+ 5
4946
+ 5
4947
+ 5
4948
+ 5
4949
+ 5
4950
+ 5
4951
+ 5
4952
+ 0
4953
+ 1
4954
+ 5
4955
+ 5
4956
+ 4
4957
+ 0
4958
+ 0
4959
+ 5
4960
+ 2
4961
+ 1
4962
+ 2
4963
+ 5
4964
+ 5
4965
+ 5
4966
+ 2
4967
+ 2
4968
+ 0
4969
+ 5
4970
+ 1
4971
+ 5
4972
+ 1
4973
+ 5
4974
+ 2
4975
+ 1
4976
+ 4
4977
+ 2
4978
+ 1
4979
+ 5
4980
+ 5
4981
+ 2
4982
+ 2
4983
+ 5
4984
+ 1
4985
+ 4
4986
+ 4
4987
+ 1
4988
+ 1
4989
+ 1
4990
+ 6
4991
+ 5
4992
+ 6
4993
+ 1
4994
+ 6
4995
+ 6
4996
+ 1
4997
+ 2
4998
+ 5
4999
+ 4
5000
+ 5
5001
+ 0
5002
+ 5
5003
+ 1
5004
+ 2
5005
+ 1
5006
+ 5
5007
+ 2
5008
+ 5
5009
+ 5
5010
+ 5
5011
+ 5
5012
+ 2
5013
+ 0
5014
+ 4
5015
+ 6
5016
+ 5
5017
+ 5
5018
+ 5
5019
+ 5
5020
+ 1
5021
+ 5
5022
+ 6
5023
+ 5
5024
+ 6
5025
+ 5
5026
+ 0
5027
+ 5
5028
+ 4
5029
+ 0
5030
+ 0
5031
+ 5
5032
+ 1
5033
+ 2
5034
+ 6
5035
+ 3
5036
+ 5
5037
+ 3
5038
+ 1
5039
+ 1
5040
+ 3
5041
+ 0
5042
+ 0
5043
+ 1
5044
+ 5
5045
+ 5
5046
+ 5
5047
+ 0
5048
+ 0
5049
+ 0
5050
+ 5
5051
+ 1
5052
+ 5
5053
+ 2
5054
+ 5
5055
+ 5
5056
+ 6
5057
+ 0
5058
+ 0
5059
+ 1
5060
+ 0
5061
+ 0
5062
+ 4
5063
+ 5
5064
+ 5
5065
+ 1
5066
+ 0
5067
+ 1
5068
+ 1
5069
+ 3
5070
+ 4
5071
+ 5
5072
+ 1
5073
+ 1
5074
+ 5
5075
+ 6
5076
+ 6
5077
+ 1
5078
+ 1
5079
+ 2
5080
+ 4
5081
+ 4
5082
+ 3
5083
+ 1
5084
+ 3
5085
+ 3
5086
+ 1
5087
+ 1
5088
+ 5
5089
+ 4
5090
+ 5
5091
+ 5
5092
+ 6
5093
+ 6
5094
+ 6
5095
+ 5
5096
+ 5
5097
+ 5
5098
+ 4
5099
+ 3
5100
+ 3
5101
+ 2
5102
+ 5
5103
+ 2
5104
+ 1
5105
+ 2
5106
+ 2
5107
+ 5
5108
+ 5
5109
+ 5
5110
+ 6
5111
+ 0
5112
+ 2
5113
+ 2
5114
+ 5
5115
+ 1
5116
+ 1
5117
+ 1
5118
+ 5
5119
+ 5
5120
+ 5
5121
+ 5
5122
+ 6
5123
+ 6
5124
+ 6
5125
+ 5
5126
+ 5
5127
+ 6
5128
+ 5
5129
+ 5
5130
+ 5
5131
+ 4
5132
+ 4
5133
+ 5
5134
+ 0
5135
+ 2
5136
+ 5
5137
+ 4
5138
+ 1
5139
+ 4
5140
+ 1
5141
+ 6
5142
+ 6
5143
+ 4
5144
+ 4
5145
+ 4
5146
+ 1
5147
+ 2
5148
+ 5
5149
+ 1
5150
+ 6
5151
+ 5
5152
+ 4
5153
+ 3
5154
+ 3
5155
+ 1
5156
+ 1
5157
+ 1
5158
+ 5
5159
+ 4
5160
+ 4
5161
+ 5
5162
+ 4
5163
+ 5
5164
+ 1
5165
+ 1
5166
+ 3
5167
+ 5
5168
+ 6
5169
+ 5
5170
+ 1
5171
+ 1
5172
+ 1
5173
+ 5
5174
+ 5
5175
+ 5
5176
+ 1
5177
+ 6
5178
+ 2
5179
+ 5
5180
+ 0
5181
+ 5
5182
+ 1
5183
+ 2
5184
+ 5
5185
+ 3
5186
+ 1
5187
+ 3
5188
+ 0
5189
+ 0
5190
+ 0
5191
+ 1
5192
+ 6
5193
+ 1
5194
+ 5
5195
+ 5
5196
+ 5
5197
+ 5
5198
+ 5
5199
+ 2
5200
+ 5
5201
+ 5
5202
+ 5
5203
+ 5
5204
+ 2
5205
+ 6
5206
+ 5
5207
+ 5
5208
+ 2
5209
+ 5
5210
+ 6
5211
+ 5
5212
+ 1
5213
+ 5
5214
+ 1
5215
+ 4
5216
+ 4
5217
+ 4
5218
+ 5
5219
+ 5
5220
+ 3
5221
+ 5
5222
+ 5
5223
+ 5
5224
+ 5
5225
+ 6
5226
+ 5
5227
+ 6
5228
+ 5
5229
+ 5
5230
+ 1
5231
+ 2
5232
+ 1
5233
+ 5
5234
+ 3
5235
+ 4
5236
+ 1
5237
+ 2
5238
+ 1
5239
+ 4
5240
+ 4
5241
+ 4
5242
+ 1
5243
+ 1
5244
+ 2
5245
+ 5
5246
+ 5
5247
+ 5
5248
+ 5
5249
+ 4
5250
+ 0
5251
+ 1
5252
+ 3
5253
+ 1
5254
+ 5
5255
+ 5
5256
+ 5
5257
+ 5
5258
+ 1
5259
+ 6
5260
+ 1
5261
+ 5
5262
+ 5
5263
+ 2
5264
+ 5
5265
+ 0
5266
+ 5
5267
+ 1
5268
+ 2
5269
+ 6
5270
+ 5
5271
+ 0
5272
+ 5
5273
+ 5
5274
+ 2
5275
+ 4
5276
+ 4
5277
+ 5
5278
+ 1
5279
+ 5
5280
+ 2
5281
+ 4
5282
+ 0
5283
+ 0
5284
+ 3
5285
+ 5
5286
+ 3
5287
+ 1
5288
+ 5
5289
+ 5
5290
+ 5
5291
+ 6
5292
+ 6
5293
+ 1
5294
+ 6
5295
+ 5
5296
+ 5
5297
+ 5
5298
+ 2
5299
+ 5
5300
+ 0
5301
+ 2
5302
+ 5
5303
+ 4
5304
+ 4
5305
+ 1
5306
+ 1
5307
+ 5
5308
+ 1
5309
+ 5
5310
+ 5
5311
+ 1
5312
+ 5
5313
+ 1
5314
+ 6
5315
+ 6
5316
+ 5
5317
+ 1
5318
+ 1
5319
+ 3
5320
+ 5
5321
+ 5
5322
+ 5
5323
+ 5
5324
+ 6
5325
+ 6
5326
+ 5
5327
+ 5
5328
+ 5
5329
+ 3
5330
+ 4
5331
+ 3
5332
+ 5
5333
+ 5
5334
+ 5
5335
+ 1
5336
+ 5
5337
+ 1
5338
+ 5
5339
+ 5
5340
+ 5
5341
+ 5
5342
+ 6
5343
+ 5
5344
+ 5
5345
+ 5
5346
+ 5
5347
+ 6
5348
+ 5
5349
+ 5
5350
+ 6
5351
+ 5
5352
+ 5
5353
+ 4
5354
+ 5
5355
+ 3
5356
+ 6
5357
+ 5
5358
+ 6
5359
+ 1
5360
+ 1
5361
+ 1
5362
+ 0
5363
+ 0
5364
+ 0
5365
+ 1
5366
+ 2
5367
+ 1
5368
+ 0
5369
+ 5
5370
+ 2
5371
+ 1
5372
+ 3
5373
+ 4
5374
+ 2
5375
+ 3
5376
+ 1
5377
+ 1
5378
+ 5
5379
+ 6
5380
+ 5
5381
+ 5
5382
+ 5
5383
+ 2
5384
+ 5
5385
+ 5
5386
+ 5
5387
+ 3
5388
+ 5
5389
+ 3
5390
+ 4
5391
+ 5
5392
+ 1
5393
+ 0
5394
+ 5
5395
+ 5
5396
+ 5
5397
+ 6
5398
+ 5
5399
+ 5
5400
+ 5
5401
+ 1
5402
+ 2
5403
+ 0
5404
+ 5
5405
+ 5
5406
+ 5
5407
+ 1
5408
+ 5
5409
+ 2
5410
+ 5
5411
+ 0
5412
+ 5
5413
+ 1
5414
+ 2
5415
+ 5
5416
+ 1
5417
+ 1
5418
+ 5
5419
+ 1
5420
+ 5
5421
+ 6
5422
+ 6
5423
+ 4
5424
+ 3
5425
+ 5
5426
+ 3
5427
+ 3
5428
+ 4
5429
+ 5
5430
+ 1
5431
+ 5
5432
+ 4
5433
+ 2
5434
+ 2
5435
+ 6
5436
+ 5
5437
+ 6
5438
+ 6
5439
+ 6
5440
+ 5
5441
+ 5
5442
+ 5
5443
+ 0
5444
+ 0
5445
+ 0
5446
+ 3
5447
+ 5
5448
+ 5
5449
+ 5
5450
+ 5
5451
+ 5
5452
+ 1
5453
+ 3
5454
+ 5
5455
+ 5
5456
+ 5
5457
+ 5
5458
+ 3
5459
+ 3
5460
+ 5
5461
+ 2
5462
+ 0
5463
+ 0
5464
+ 5
5465
+ 5
5466
+ 5
5467
+ 1
5468
+ 4
5469
+ 2
5470
+ 6
5471
+ 5
5472
+ 6
5473
+ 2
5474
+ 1
5475
+ 2
5476
+ 4
5477
+ 5
5478
+ 5
5479
+ 5
5480
+ 1
5481
+ 5
5482
+ 5
5483
+ 6
5484
+ 5
5485
+ 5
5486
+ 5
5487
+ 5
5488
+ 2
5489
+ 1
5490
+ 5
5491
+ 5
5492
+ 4
5493
+ 6
5494
+ 1
5495
+ 5
5496
+ 5
5497
+ 2
5498
+ 5
5499
+ 5
5500
+ 2
5501
+ 2
5502
+ 5
5503
+ 5
5504
+ 5
5505
+ 5
5506
+ 5
5507
+ 5
5508
+ 5
5509
+ 4
5510
+ 3
5511
+ 4
5512
+ 1
5513
+ 5
5514
+ 5
5515
+ 4
5516
+ 4
5517
+ 0
5518
+ 1
5519
+ 1
5520
+ 1
5521
+ 1
5522
+ 5
5523
+ 1
5524
+ 1
5525
+ 2
5526
+ 5
5527
+ 0
5528
+ 0
5529
+ 2
5530
+ 5
5531
+ 5
5532
+ 5
5533
+ 2
5534
+ 4
5535
+ 4
5536
+ 1
5537
+ 5
5538
+ 2
5539
+ 1
5540
+ 1
5541
+ 2
5542
+ 1
5543
+ 2
5544
+ 5
5545
+ 5
5546
+ 4
5547
+ 3
5548
+ 2
5549
+ 5
5550
+ 5
5551
+ 1
5552
+ 6
5553
+ 6
5554
+ 5
5555
+ 0
5556
+ 2
5557
+ 4
5558
+ 4
5559
+ 4
5560
+ 4
5561
+ 4
5562
+ 4
5563
+ 2
5564
+ 0
5565
+ 6
5566
+ 1
5567
+ 1
5568
+ 3
5569
+ 4
5570
+ 4
5571
+ 5
5572
+ 0
5573
+ 0
5574
+ 0
5575
+ 5
5576
+ 5
5577
+ 2
5578
+ 5
5579
+ 6
5580
+ 0
5581
+ 2
5582
+ 3
5583
+ 1
5584
+ 2
5585
+ 5
5586
+ 5
5587
+ 6
5588
+ 5
5589
+ 6
5590
+ 5
5591
+ 6
5592
+ 5
5593
+ 3
5594
+ 5
5595
+ 5
5596
+ 4
5597
+ 4
5598
+ 5
5599
+ 6
5600
+ 6
5601
+ 5
5602
+ 6
5603
+ 6
5604
+ 5
5605
+ 1
5606
+ 5
5607
+ 5
5608
+ 5
5609
+ 0
5610
+ 5
5611
+ 1
5612
+ 5
5613
+ 1
5614
+ 2
5615
+ 2
5616
+ 4
5617
+ 5
5618
+ 4
5619
+ 5
5620
+ 5
5621
+ 0
5622
+ 0
5623
+ 1
5624
+ 6
5625
+ 6
5626
+ 3
5627
+ 3
5628
+ 3
5629
+ 2
5630
+ 5
5631
+ 5
5632
+ 5
5633
+ 5
5634
+ 5
5635
+ 5
5636
+ 5
5637
+ 6
5638
+ 0
5639
+ 0
5640
+ 0
5641
+ 1
5642
+ 5
5643
+ 6
5644
+ 4
5645
+ 2
5646
+ 2
5647
+ 1
5648
+ 4
5649
+ 5
5650
+ 1
5651
+ 1
5652
+ 3
5653
+ 0
5654
+ 0
5655
+ 0
5656
+ 3
5657
+ 3
5658
+ 4
5659
+ 5
5660
+ 2
5661
+ 5
5662
+ 2
5663
+ 2
5664
+ 5
5665
+ 1
5666
+ 1
5667
+ 5
5668
+ 5
5669
+ 5
5670
+ 6
5671
+ 0
5672
+ 0
5673
+ 0
5674
+ 6
5675
+ 6
5676
+ 5
5677
+ 0
5678
+ 1
5679
+ 0
5680
+ 5
5681
+ 5
5682
+ 5
5683
+ 1
5684
+ 5
5685
+ 1
5686
+ 5
5687
+ 5
5688
+ 6
5689
+ 2
5690
+ 5
5691
+ 5
5692
+ 1
5693
+ 1
5694
+ 1
5695
+ 0
5696
+ 0
5697
+ 0
5698
+ 1
5699
+ 5
5700
+ 5
5701
+ 5
5702
+ 5
5703
+ 5
5704
+ 1
5705
+ 1
5706
+ 1
5707
+ 5
5708
+ 6
5709
+ 6
5710
+ 1
5711
+ 5
5712
+ 4
5713
+ 5
5714
+ 5
5715
+ 5
5716
+ 1
5717
+ 5
5718
+ 0
5719
+ 0
5720
+ 5
5721
+ 4
5722
+ 4
5723
+ 4
5724
+ 4
5725
+ 2
5726
+ 1
5727
+ 5
5728
+ 2
5729
+ 2
5730
+ 2
5731
+ 2
5732
+ 1
5733
+ 0
5734
+ 4
5735
+ 2
5736
+ 4
5737
+ 5
5738
+ 2
5739
+ 2
5740
+ 1
5741
+ 5
5742
+ 5
5743
+ 5
5744
+ 6
5745
+ 5
5746
+ 6
5747
+ 5
5748
+ 6
5749
+ 5
5750
+ 5
5751
+ 1
5752
+ 5
5753
+ 6
5754
+ 6
5755
+ 5
5756
+ 5
5757
+ 5
5758
+ 4
5759
+ 5
5760
+ 4
5761
+ 5
5762
+ 6
5763
+ 5
5764
+ 1
5765
+ 5
5766
+ 1
5767
+ 5
5768
+ 5
5769
+ 5
5770
+ 4
5771
+ 0
5772
+ 0
5773
+ 0
5774
+ 1
5775
+ 0
5776
+ 5
5777
+ 6
5778
+ 6
5779
+ 1
5780
+ 1
5781
+ 1
5782
+ 6
5783
+ 5
5784
+ 5
5785
+ 2
5786
+ 0
5787
+ 0
5788
+ 5
5789
+ 6
5790
+ 6
5791
+ 5
5792
+ 5
5793
+ 6
5794
+ 5
5795
+ 5
5796
+ 0
5797
+ 5
5798
+ 5
5799
+ 5
5800
+ 5
5801
+ 2
5802
+ 5
5803
+ 1
5804
+ 2
5805
+ 2
5806
+ 5
5807
+ 6
5808
+ 5
5809
+ 5
5810
+ 2
5811
+ 4
5812
+ 5
5813
+ 5
5814
+ 6
5815
+ 5
5816
+ 5
5817
+ 5
5818
+ 5
5819
+ 0
5820
+ 0
5821
+ 5
5822
+ 5
5823
+ 6
5824
+ 4
5825
+ 5
5826
+ 5
5827
+ 1
5828
+ 1
5829
+ 1
5830
+ 3
5831
+ 1
5832
+ 4
5833
+ 6
5834
+ 5
5835
+ 5
5836
+ 1
5837
+ 5
5838
+ 4
5839
+ 1
5840
+ 5
5841
+ 5
5842
+ 2
5843
+ 5
5844
+ 1
5845
+ 5
5846
+ 5
5847
+ 5
5848
+ 1
5849
+ 1
5850
+ 1
5851
+ 0
5852
+ 0
5853
+ 0
5854
+ 5
5855
+ 5
5856
+ 6
5857
+ 1
5858
+ 1
5859
+ 5
5860
+ 1
5861
+ 2
5862
+ 5
5863
+ 2
5864
+ 0
5865
+ 1
5866
+ 5
5867
+ 1
5868
+ 3
5869
+ 1
5870
+ 5
5871
+ 5
5872
+ 3
5873
+ 0
5874
+ 3
5875
+ 5
5876
+ 4
5877
+ 4
5878
+ 4
5879
+ 4
5880
+ 3
5881
+ 3
5882
+ 3
5883
+ 3
5884
+ 1
5885
+ 5
5886
+ 6
5887
+ 6
5888
+ 5
5889
+ 5
5890
+ 2
5891
+ 0
5892
+ 5
5893
+ 4
5894
+ 0
5895
+ 3
5896
+ 2
5897
+ 3
5898
+ 0
5899
+ 2
5900
+ 4
5901
+ 4
5902
+ 2
5903
+ 2
5904
+ 5
5905
+ 1
5906
+ 5
5907
+ 5
5908
+ 6
5909
+ 6
5910
+ 6
5911
+ 2
5912
+ 2
5913
+ 1
5914
+ 5
5915
+ 5
5916
+ 5
5917
+ 5
5918
+ 5
5919
+ 5
5920
+ 0
5921
+ 4
5922
+ 2
5923
+ 1
5924
+ 6
5925
+ 3
5926
+ 1
5927
+ 1
5928
+ 5
5929
+ 5
5930
+ 5
5931
+ 5
5932
+ 2
5933
+ 2
5934
+ 1
5935
+ 1
5936
+ 5
5937
+ 1
5938
+ 1
5939
+ 5
5940
+ 5
5941
+ 5
5942
+ 5
5943
+ 6
5944
+ 5
5945
+ 5
5946
+ 5
5947
+ 1
5948
+ 5
5949
+ 6
5950
+ 6
5951
+ 5
5952
+ 5
5953
+ 1
5954
+ 5
5955
+ 1
5956
+ 2
5957
+ 3
5958
+ 4
5959
+ 5
5960
+ 5
5961
+ 6
5962
+ 5
5963
+ 6
5964
+ 6
5965
+ 5
5966
+ 6
5967
+ 5
5968
+ 4
5969
+ 3
5970
+ 4
5971
+ 2
5972
+ 6
5973
+ 6
5974
+ 2
5975
+ 3
5976
+ 4
5977
+ 3
5978
+ 3
5979
+ 4
5980
+ 5
5981
+ 5
5982
+ 6
5983
+ 5
5984
+ 5
5985
+ 5
5986
+ 5
5987
+ 2
5988
+ 2
5989
+ 3
5990
+ 3
5991
+ 3
5992
+ 2
5993
+ 0
5994
+ 0
5995
+ 6
5996
+ 6
5997
+ 6
5998
+ 2
5999
+ 2
6000
+ 2
6001
+ 0
6002
+ 6
6003
+ 0
6004
+ 3
6005
+ 2
6006
+ 2
6007
+ 5
6008
+ 1
6009
+ 1
6010
+ 4
6011
+ 5
6012
+ 5
6013
+ 6
6014
+ 6
6015
+ 0
6016
+ 6
6017
+ 6
6018
+ 6
6019
+ 5
6020
+ 5
6021
+ 1
6022
+ 1
6023
+ 1
6024
+ 6
6025
+ 2
6026
+ 3
6027
+ 3
6028
+ 5
6029
+ 1
6030
+ 2
6031
+ 4
6032
+ 4
6033
+ 4
6034
+ 4
6035
+ 3
6036
+ 3
6037
+ 5
6038
+ 5
6039
+ 5
6040
+ 1
6041
+ 1
6042
+ 5
6043
+ 0
6044
+ 0
6045
+ 0
6046
+ 2
6047
+ 5
6048
+ 2
6049
+ 1
6050
+ 5
6051
+ 5
6052
+ 1
6053
+ 1
6054
+ 1
6055
+ 5
6056
+ 2
6057
+ 6
6058
+ 5
6059
+ 5
6060
+ 5
6061
+ 1
6062
+ 5
6063
+ 5
6064
+ 1
6065
+ 5
6066
+ 1
6067
+ 5
6068
+ 6
6069
+ 6
6070
+ 4
6071
+ 5
6072
+ 4
6073
+ 0
6074
+ 0
6075
+ 0
6076
+ 0
6077
+ 0
6078
+ 5
6079
+ 5
6080
+ 5
6081
+ 5
6082
+ 2
6083
+ 5
6084
+ 3
6085
+ 6
6086
+ 5
6087
+ 2
6088
+ 2
6089
+ 3
6090
+ 5
6091
+ 4
6092
+ 4
6093
+ 5
6094
+ 1
6095
+ 5
6096
+ 1
6097
+ 2
6098
+ 6
6099
+ 5
6100
+ 2
6101
+ 5
6102
+ 5
6103
+ 4
6104
+ 2
6105
+ 5
6106
+ 2
6107
+ 1
6108
+ 0
6109
+ 2
6110
+ 2
6111
+ 4
6112
+ 5
6113
+ 1
6114
+ 5
6115
+ 2
6116
+ 5
6117
+ 5
6118
+ 4
6119
+ 5
6120
+ 5
6121
+ 1
6122
+ 1
6123
+ 5
6124
+ 5
6125
+ 5
6126
+ 5
6127
+ 4
6128
+ 5
6129
+ 4
6130
+ 4
6131
+ 2
6132
+ 5
6133
+ 1
6134
+ 6
6135
+ 1
6136
+ 5
6137
+ 0
6138
+ 0
6139
+ 2
6140
+ 5
6141
+ 2
6142
+ 1
6143
+ 5
6144
+ 4
6145
+ 4
6146
+ 5
6147
+ 1
6148
+ 5
6149
+ 0
6150
+ 5
6151
+ 5
6152
+ 5
6153
+ 5
6154
+ 6
6155
+ 1
6156
+ 5
6157
+ 1
6158
+ 5
6159
+ 1
6160
+ 2
6161
+ 2
6162
+ 2
6163
+ 1
6164
+ 3
6165
+ 1
6166
+ 5
6167
+ 5
6168
+ 6
6169
+ 1
6170
+ 5
6171
+ 1
6172
+ 5
6173
+ 6
6174
+ 3
6175
+ 2
6176
+ 1
6177
+ 3
6178
+ 6
6179
+ 6
6180
+ 6
6181
+ 1
6182
+ 6
6183
+ 5
6184
+ 1
6185
+ 1
6186
+ 2
6187
+ 5
6188
+ 5
6189
+ 1
6190
+ 1
6191
+ 2
6192
+ 6
6193
+ 2
6194
+ 1
6195
+ 5
6196
+ 5
6197
+ 1
6198
+ 3
6199
+ 5
6200
+ 5
6201
+ 5
6202
+ 1
6203
+ 1
6204
+ 4
6205
+ 1
6206
+ 4
6207
+ 5
6208
+ 5
6209
+ 2
6210
+ 5
6211
+ 2
6212
+ 5
6213
+ 5
6214
+ 5
6215
+ 6
6216
+ 6
6217
+ 0
6218
+ 0
6219
+ 0
6220
+ 1
6221
+ 5
6222
+ 2
6223
+ 1
6224
+ 5
6225
+ 5
6226
+ 4
6227
+ 0
6228
+ 5
6229
+ 2
6230
+ 5
6231
+ 5
6232
+ 2
6233
+ 5
6234
+ 5
6235
+ 1
6236
+ 1
6237
+ 1
6238
+ 0
6239
+ 2
6240
+ 0
6241
+ 5
6242
+ 5
6243
+ 5
6244
+ 1
6245
+ 5
6246
+ 6
6247
+ 5
6248
+ 5
6249
+ 1
6250
+ 2
6251
+ 2
6252
+ 1
6253
+ 2
6254
+ 5
6255
+ 5
6256
+ 2
6257
+ 5
6258
+ 2
6259
+ 1
6260
+ 5
6261
+ 5
6262
+ 0
6263
+ 1
6264
+ 0
6265
+ 1
6266
+ 4
6267
+ 5
6268
+ 6
6269
+ 6
6270
+ 6
6271
+ 6
6272
+ 6
6273
+ 6
6274
+ 1
6275
+ 0
6276
+ 0
6277
+ 3
6278
+ 4
6279
+ 4
6280
+ 5
6281
+ 0
6282
+ 0
6283
+ 5
6284
+ 5
6285
+ 6
6286
+ 1
6287
+ 5
6288
+ 5
6289
+ 3
6290
+ 5
6291
+ 5
6292
+ 0
6293
+ 5
6294
+ 4
6295
+ 5
6296
+ 1
6297
+ 0
6298
+ 6
6299
+ 6
6300
+ 6
6301
+ 2
6302
+ 5
6303
+ 2
6304
+ 6
6305
+ 2
6306
+ 5
6307
+ 5
6308
+ 6
6309
+ 6
6310
+ 1
6311
+ 5
6312
+ 6
6313
+ 5
6314
+ 1
6315
+ 1
6316
+ 4
6317
+ 4
6318
+ 4
6319
+ 1
6320
+ 1
6321
+ 1
6322
+ 5
6323
+ 5
6324
+ 5
6325
+ 5
6326
+ 4
6327
+ 4
6328
+ 6
6329
+ 3
6330
+ 4
6331
+ 2
6332
+ 2
6333
+ 1
6334
+ 5
6335
+ 1
6336
+ 1
6337
+ 4
6338
+ 4
6339
+ 3
6340
+ 5
6341
+ 5
6342
+ 6
6343
+ 5
6344
+ 5
6345
+ 1
6346
+ 5
6347
+ 5
6348
+ 5
6349
+ 1
6350
+ 6
6351
+ 6
6352
+ 1
6353
+ 6
6354
+ 5
6355
+ 1
6356
+ 5
6357
+ 5
6358
+ 2
6359
+ 5
6360
+ 5
6361
+ 1
6362
+ 0
6363
+ 5
6364
+ 1
6365
+ 1
6366
+ 5
6367
+ 1
6368
+ 5
6369
+ 5
6370
+ 6
6371
+ 5
6372
+ 6
6373
+ 6
6374
+ 5
6375
+ 5
6376
+ 1
6377
+ 1
6378
+ 1
6379
+ 3
6380
+ 3
6381
+ 4
6382
+ 0
6383
+ 5
6384
+ 0
6385
+ 3
6386
+ 0
6387
+ 0
6388
+ 5
6389
+ 5
6390
+ 6
6391
+ 3
6392
+ 3
6393
+ 5
6394
+ 2
6395
+ 0
6396
+ 0
6397
+ 0
6398
+ 0
6399
+ 0
6400
+ 5
6401
+ 5
6402
+ 2
6403
+ 5
6404
+ 5
6405
+ 3
6406
+ 4
6407
+ 2
6408
+ 3
6409
+ 5
6410
+ 5
6411
+ 5
6412
+ 1
6413
+ 1
6414
+ 0
6415
+ 0
6416
+ 1
6417
+ 2
6418
+ 5
6419
+ 6
6420
+ 6
6421
+ 5
6422
+ 5
6423
+ 1
6424
+ 2
6425
+ 2
6426
+ 1
6427
+ 2
6428
+ 0
6429
+ 0
6430
+ 2
6431
+ 5
6432
+ 2
6433
+ 0
6434
+ 2
6435
+ 5
6436
+ 5
6437
+ 1
6438
+ 1
6439
+ 5
6440
+ 5
6441
+ 1
6442
+ 5
6443
+ 6
6444
+ 1
6445
+ 5
6446
+ 5
6447
+ 5
6448
+ 6
6449
+ 6
6450
+ 6
6451
+ 5
6452
+ 5
6453
+ 5
6454
+ 0
6455
+ 0
6456
+ 0
6457
+ 0
6458
+ 5
6459
+ 0
6460
+ 1
6461
+ 6
6462
+ 6
6463
+ 2
6464
+ 1
6465
+ 1
6466
+ 4
6467
+ 4
6468
+ 1
6469
+ 1
6470
+ 5
6471
+ 6
6472
+ 1
6473
+ 2
6474
+ 1
6475
+ 5
6476
+ 0
6477
+ 5
6478
+ 5
6479
+ 3
6480
+ 3
6481
+ 5
6482
+ 5
6483
+ 5
6484
+ 2
6485
+ 1
6486
+ 6
6487
+ 1
6488
+ 5
6489
+ 1
6490
+ 5
6491
+ 5
6492
+ 5
6493
+ 1
6494
+ 5
6495
+ 5
6496
+ 1
6497
+ 6
6498
+ 6
6499
+ 2
6500
+ 3
6501
+ 2
6502
+ 5
6503
+ 1
6504
+ 5
6505
+ 4
6506
+ 5
6507
+ 4
6508
+ 5
6509
+ 2
6510
+ 2
6511
+ 0
6512
+ 0
6513
+ 0
6514
+ 6
6515
+ 6
6516
+ 6
6517
+ 2
6518
+ 1
6519
+ 5
6520
+ 1
6521
+ 6
6522
+ 6
6523
+ 2
6524
+ 1
6525
+ 1
6526
+ 5
6527
+ 5
6528
+ 4
6529
+ 6
6530
+ 6
6531
+ 5
6532
+ 3
6533
+ 5
6534
+ 6
6535
+ 1
6536
+ 5
6537
+ 6
6538
+ 4
6539
+ 5
6540
+ 5
6541
+ 2
6542
+ 4
6543
+ 6
6544
+ 5
6545
+ 5
6546
+ 5
6547
+ 1
6548
+ 1
6549
+ 1
6550
+ 2
6551
+ 0
6552
+ 4
6553
+ 2
6554
+ 2
6555
+ 1
6556
+ 5
6557
+ 5
6558
+ 5
6559
+ 5
6560
+ 5
6561
+ 5
6562
+ 1
6563
+ 2
6564
+ 5
6565
+ 1
6566
+ 3
6567
+ 3
6568
+ 5
6569
+ 5
6570
+ 5
6571
+ 2
6572
+ 6
6573
+ 5
6574
+ 1
6575
+ 1
6576
+ 1
6577
+ 3
6578
+ 3
6579
+ 3
6580
+ 5
6581
+ 0
6582
+ 2
6583
+ 5
6584
+ 5
6585
+ 5
6586
+ 5
6587
+ 5
6588
+ 2
6589
+ 5
6590
+ 2
6591
+ 5
6592
+ 5
6593
+ 5
6594
+ 5
6595
+ 5
6596
+ 1
6597
+ 4
6598
+ 4
6599
+ 5
6600
+ 0
6601
+ 4
6602
+ 5
6603
+ 0
6604
+ 1
6605
+ 5
6606
+ 5
6607
+ 5
6608
+ 3
6609
+ 6
6610
+ 5
6611
+ 5
6612
+ 5
6613
+ 2
6614
+ 1
6615
+ 5
6616
+ 5
6617
+ 5
6618
+ 2
6619
+ 1
6620
+ 5
6621
+ 6
6622
+ 5
6623
+ 1
6624
+ 1
6625
+ 3
6626
+ 3
6627
+ 5
6628
+ 5
6629
+ 5
6630
+ 5
6631
+ 6
6632
+ 6
6633
+ 6
6634
+ 5
6635
+ 5
6636
+ 1
6637
+ 6
6638
+ 1
6639
+ 6
6640
+ 1
6641
+ 5
6642
+ 5
6643
+ 2
6644
+ 5
6645
+ 5
6646
+ 5
6647
+ 2
6648
+ 1
6649
+ 4
6650
+ 0
6651
+ 5
6652
+ 2
6653
+ 2
6654
+ 2
6655
+ 2
6656
+ 1
6657
+ 5
6658
+ 5
6659
+ 6
6660
+ 5
6661
+ 2
6662
+ 5
6663
+ 5
6664
+ 1
6665
+ 5
6666
+ 1
6667
+ 2
6668
+ 2
6669
+ 5
6670
+ 5
6671
+ 1
6672
+ 1
6673
+ 4
6674
+ 3
6675
+ 3
6676
+ 1
6677
+ 6
6678
+ 6
6679
+ 2
6680
+ 2
6681
+ 2
6682
+ 1
6683
+ 5
6684
+ 6
6685
+ 3
6686
+ 6
6687
+ 6
6688
+ 1
6689
+ 5
6690
+ 6
6691
+ 1
6692
+ 5
6693
+ 3
6694
+ 5
6695
+ 6
6696
+ 5
6697
+ 5
6698
+ 5
6699
+ 5
6700
+ 5
6701
+ 6
6702
+ 6
6703
+ 1
6704
+ 5
6705
+ 6
6706
+ 2
6707
+ 5
6708
+ 5
6709
+ 0
6710
+ 6
6711
+ 5
6712
+ 1
6713
+ 5
6714
+ 6
6715
+ 2
6716
+ 4
6717
+ 0
6718
+ 3
6719
+ 5
6720
+ 5
6721
+ 5
6722
+ 1
6723
+ 5
6724
+ 0
6725
+ 0
6726
+ 0
6727
+ 1
6728
+ 1
6729
+ 1
6730
+ 2
6731
+ 1
6732
+ 1
6733
+ 1
6734
+ 5
6735
+ 5
6736
+ 5
6737
+ 5
6738
+ 5
6739
+ 2
6740
+ 6
6741
+ 6
6742
+ 6
6743
+ 5
6744
+ 5
6745
+ 3
6746
+ 3
6747
+ 5
6748
+ 6
6749
+ 3
6750
+ 3
6751
+ 2
6752
+ 2
6753
+ 5
6754
+ 1
6755
+ 5
6756
+ 6
6757
+ 1
6758
+ 2
6759
+ 6
6760
+ 2
6761
+ 5
6762
+ 2
6763
+ 5
6764
+ 5
6765
+ 4
6766
+ 5
6767
+ 6
6768
+ 6
6769
+ 1
6770
+ 6
6771
+ 5
6772
+ 1
6773
+ 5
6774
+ 2
6775
+ 1
6776
+ 2
6777
+ 2
6778
+ 5
6779
+ 5
6780
+ 5
6781
+ 1
6782
+ 6
6783
+ 5
6784
+ 2
6785
+ 5
6786
+ 2
6787
+ 0
6788
+ 0
6789
+ 2
6790
+ 6
6791
+ 5
6792
+ 5
6793
+ 1
6794
+ 5
6795
+ 5
6796
+ 2
6797
+ 6
6798
+ 2
6799
+ 1
6800
+ 0
6801
+ 0
6802
+ 2
6803
+ 5
6804
+ 5
6805
+ 6
6806
+ 4
6807
+ 5
6808
+ 2
6809
+ 1
6810
+ 1
6811
+ 3
6812
+ 3
6813
+ 5
6814
+ 5
6815
+ 3
6816
+ 4
6817
+ 6
6818
+ 6
6819
+ 6
6820
+ 4
6821
+ 4
6822
+ 3
6823
+ 1
6824
+ 1
6825
+ 1
6826
+ 5
6827
+ 5
6828
+ 3
6829
+ 0
6830
+ 0
6831
+ 0
6832
+ 6
6833
+ 0
6834
+ 0
6835
+ 6
6836
+ 3
6837
+ 5
6838
+ 5
6839
+ 1
6840
+ 5
6841
+ 5
6842
+ 4
6843
+ 5
6844
+ 2
6845
+ 2
6846
+ 0
6847
+ 2
6848
+ 2
6849
+ 2
6850
+ 4
6851
+ 5
6852
+ 3
6853
+ 4
6854
+ 4
6855
+ 5
6856
+ 4
6857
+ 4
6858
+ 2
6859
+ 2
6860
+ 2
6861
+ 2
6862
+ 5
6863
+ 3
6864
+ 5
6865
+ 0
6866
+ 1
6867
+ 4
6868
+ 3
6869
+ 3
6870
+ 5
6871
+ 2
6872
+ 5
6873
+ 1
6874
+ 5
6875
+ 1
6876
+ 5
6877
+ 1
6878
+ 5
6879
+ 5
6880
+ 4
6881
+ 4
6882
+ 4
6883
+ 0
6884
+ 2
6885
+ 0
6886
+ 1
6887
+ 4
6888
+ 5
6889
+ 0
6890
+ 5
6891
+ 2
6892
+ 2
6893
+ 0
6894
+ 1
6895
+ 5
6896
+ 5
6897
+ 5
6898
+ 2
6899
+ 5
6900
+ 6
6901
+ 0
6902
+ 5
6903
+ 4
6904
+ 0
6905
+ 5
6906
+ 5
6907
+ 0
6908
+ 2
6909
+ 2
6910
+ 2
6911
+ 5
6912
+ 5
6913
+ 0
6914
+ 0
6915
+ 0
6916
+ 1
6917
+ 1
6918
+ 1
6919
+ 0
6920
+ 0
6921
+ 0
6922
+ 1
6923
+ 1
6924
+ 1
6925
+ 6
6926
+ 5
6927
+ 5
6928
+ 1
6929
+ 2
6930
+ 1
6931
+ 1
6932
+ 1
6933
+ 1
6934
+ 5
6935
+ 5
6936
+ 4
6937
+ 5
6938
+ 5
6939
+ 2
6940
+ 6
6941
+ 5
6942
+ 6
6943
+ 1
6944
+ 4
6945
+ 3
6946
+ 5
6947
+ 5
6948
+ 5
6949
+ 1
6950
+ 1
6951
+ 6
6952
+ 6
6953
+ 6
6954
+ 6
6955
+ 1
6956
+ 2
6957
+ 6
6958
+ 1
6959
+ 5
6960
+ 5
6961
+ 0
6962
+ 0
6963
+ 0
6964
+ 2
6965
+ 5
6966
+ 1
6967
+ 5
6968
+ 6
6969
+ 5
6970
+ 6
6971
+ 5
6972
+ 5
6973
+ 5
6974
+ 6
6975
+ 5
6976
+ 1
6977
+ 5
6978
+ 5
6979
+ 1
6980
+ 5
6981
+ 6
6982
+ 1
6983
+ 1
6984
+ 5
6985
+ 5
6986
+ 6
6987
+ 5
6988
+ 2
6989
+ 6
6990
+ 5
6991
+ 6
6992
+ 6
6993
+ 5
6994
+ 1
6995
+ 1
6996
+ 6
6997
+ 2
6998
+ 5
6999
+ 1
7000
+ 5
7001
+ 6
7002
+ 6
7003
+ 1
7004
+ 2
7005
+ 6
7006
+ 2
7007
+ 5
7008
+ 2
7009
+ 3
7010
+ 4
7011
+ 2
7012
+ 5
7013
+ 3
7014
+ 3
7015
+ 5
7016
+ 5
7017
+ 5
7018
+ 6
7019
+ 5
7020
+ 5
7021
+ 1
7022
+ 2
7023
+ 3
7024
+ 6
7025
+ 5
7026
+ 3
7027
+ 1
7028
+ 6
7029
+ 1
7030
+ 5
7031
+ 6
7032
+ 5
7033
+ 5
7034
+ 5
7035
+ 6
7036
+ 2
7037
+ 0
7038
+ 5
7039
+ 1
7040
+ 1
7041
+ 0
7042
+ 2
7043
+ 0
7044
+ 0
7045
+ 5
7046
+ 5
7047
+ 5
7048
+ 4
7049
+ 4
7050
+ 4
7051
+ 6
7052
+ 5
7053
+ 5
7054
+ 2
7055
+ 6
7056
+ 6
7057
+ 5
7058
+ 5
7059
+ 5
7060
+ 1
7061
+ 5
7062
+ 5
7063
+ 2
7064
+ 4
7065
+ 5
7066
+ 5
7067
+ 5
7068
+ 5
7069
+ 5
7070
+ 5
7071
+ 2
7072
+ 5
7073
+ 4
7074
+ 6
7075
+ 1
7076
+ 5
7077
+ 5
7078
+ 1
7079
+ 5
7080
+ 5
7081
+ 2
7082
+ 2
7083
+ 3
7084
+ 0
7085
+ 0
7086
+ 1
7087
+ 2
7088
+ 5
7089
+ 1
7090
+ 2
7091
+ 1
7092
+ 2
7093
+ 1
7094
+ 6
7095
+ 6
7096
+ 1
7097
+ 1
7098
+ 6
7099
+ 1
7100
+ 1
7101
+ 5
7102
+ 1
7103
+ 2
7104
+ 5
7105
+ 5
7106
+ 0
7107
+ 6
7108
+ 1
7109
+ 5
7110
+ 5
7111
+ 5
7112
+ 5
7113
+ 6
7114
+ 1
7115
+ 5
7116
+ 5
7117
+ 5
7118
+ 1
7119
+ 5
7120
+ 4
7121
+ 2
7122
+ 2
7123
+ 2
7124
+ 1
7125
+ 2
7126
+ 1
7127
+ 3
7128
+ 1
7129
+ 5
7130
+ 4
7131
+ 5
7132
+ 5
7133
+ 5
7134
+ 5
7135
+ 5
7136
+ 0
7137
+ 0
7138
+ 4
7139
+ 5
7140
+ 4
7141
+ 1
7142
+ 0
7143
+ 6
7144
+ 1
7145
+ 5
7146
+ 4
7147
+ 1
7148
+ 1
7149
+ 2
7150
+ 2
7151
+ 0
7152
+ 2
7153
+ 5
7154
+ 2
7155
+ 5
7156
+ 5
7157
+ 0
7158
+ 5
7159
+ 1
7160
+ 5
7161
+ 6
7162
+ 2
7163
+ 5
7164
+ 5
7165
+ 1
7166
+ 5
7167
+ 1
7168
+ 5
7169
+ 5
7170
+ 6
7171
+ 4
7172
+ 5
7173
+ 5
7174
+ 5
7175
+ 2
7176
+ 4
7177
+ 5
7178
+ 5
7179
+ 5
7180
+ 2
7181
+ 5
7182
+ 3
7183
+ 1
7184
+ 4
7185
+ 4
7186
+ 0
7187
+ 0
7188
+ 0
7189
+ 1
7190
+ 3
7191
+ 3
7192
+ 5
7193
+ 3
7194
+ 3
7195
+ 5
7196
+ 2
7197
+ 5
7198
+ 5
7199
+ 1
7200
+ 5
7201
+ 4
7202
+ 5
7203
+ 5
7204
+ 1
7205
+ 1
7206
+ 2
7207
+ 1
7208
+ 5
7209
+ 1
7210
+ 3
7211
+ 0
7212
+ 0
7213
+ 1
7214
+ 0
7215
+ 5
7216
+ 4
7217
+ 5
7218
+ 5
7219
+ 2
7220
+ 0
7221
+ 0
7222
+ 1
7223
+ 5
7224
+ 5
7225
+ 5
7226
+ 5
7227
+ 5
7228
+ 0
7229
+ 1
7230
+ 0
7231
+ 6
7232
+ 6
7233
+ 6
7234
+ 5
7235
+ 1
7236
+ 2
7237
+ 4
7238
+ 5
7239
+ 5
7240
+ 6
7241
+ 5
7242
+ 5
7243
+ 5
7244
+ 5
7245
+ 5
7246
+ 1
7247
+ 1
7248
+ 5
7249
+ 2
7250
+ 4
7251
+ 0
7252
+ 5
7253
+ 6
7254
+ 5
7255
+ 1
7256
+ 3
7257
+ 5
7258
+ 6
7259
+ 5
7260
+ 6
7261
+ 1
7262
+ 1
7263
+ 1
7264
+ 1
7265
+ 6
7266
+ 5
7267
+ 5
7268
+ 6
7269
+ 5
7270
+ 1
7271
+ 5
7272
+ 5
7273
+ 5
7274
+ 6
7275
+ 5
7276
+ 2
7277
+ 5
7278
+ 2
7279
+ 5
7280
+ 0
7281
+ 2
7282
+ 1
7283
+ 6
7284
+ 5
7285
+ 6
7286
+ 6
7287
+ 5
7288
+ 5
7289
+ 2
7290
+ 5
7291
+ 2
7292
+ 1
7293
+ 5
7294
+ 4
7295
+ 2
7296
+ 4
7297
+ 2
7298
+ 1
7299
+ 5
7300
+ 2
7301
+ 5
7302
+ 5
7303
+ 5
7304
+ 5
7305
+ 5
7306
+ 0
7307
+ 3
7308
+ 0
7309
+ 5
7310
+ 5
7311
+ 5
7312
+ 6
7313
+ 1
7314
+ 1
7315
+ 5
7316
+ 5
7317
+ 5
7318
+ 5
7319
+ 1
7320
+ 3
7321
+ 6
7322
+ 5
7323
+ 5
7324
+ 1
7325
+ 5
7326
+ 5
7327
+ 5
7328
+ 6
7329
+ 4
7330
+ 5
7331
+ 5
7332
+ 5
7333
+ 4
7334
+ 4
7335
+ 5
7336
+ 2
7337
+ 1
7338
+ 2
7339
+ 6
7340
+ 6
7341
+ 2
7342
+ 5
7343
+ 3
7344
+ 4
7345
+ 1
7346
+ 1
7347
+ 6
7348
+ 1
7349
+ 1
7350
+ 1
7351
+ 5
7352
+ 1
7353
+ 1
7354
+ 3
7355
+ 3
7356
+ 5
7357
+ 0
7358
+ 6
7359
+ 0
7360
+ 5
7361
+ 5
7362
+ 1
7363
+ 5
7364
+ 5
7365
+ 1
7366
+ 5
7367
+ 5
7368
+ 5
7369
+ 1
7370
+ 5
7371
+ 6
7372
+ 2
7373
+ 1
7374
+ 1
7375
+ 5
7376
+ 2
7377
+ 5
7378
+ 5
7379
+ 5
7380
+ 5
7381
+ 5
7382
+ 5
7383
+ 5
7384
+ 6
7385
+ 5
7386
+ 5
7387
+ 1
7388
+ 1
7389
+ 1
7390
+ 0
7391
+ 0
7392
+ 0
7393
+ 0
7394
+ 0
7395
+ 0
7396
+ 5
7397
+ 5
7398
+ 5
7399
+ 6
7400
+ 6
7401
+ 5
7402
+ 5
7403
+ 5
7404
+ 5
7405
+ 2
7406
+ 2
7407
+ 5
7408
+ 1
7409
+ 4
7410
+ 3
7411
+ 1
7412
+ 3
7413
+ 5
7414
+ 6
7415
+ 6
7416
+ 6
7417
+ 1
7418
+ 5
7419
+ 5
7420
+ 3
7421
+ 1
7422
+ 6
7423
+ 5
7424
+ 6
7425
+ 5
7426
+ 6
7427
+ 5
7428
+ 6
7429
+ 1
7430
+ 5
7431
+ 5
7432
+ 1
7433
+ 5
7434
+ 1
7435
+ 1
7436
+ 2
7437
+ 6
7438
+ 5
7439
+ 6
7440
+ 6
7441
+ 2
7442
+ 1
7443
+ 2
7444
+ 4
7445
+ 6
7446
+ 1
7447
+ 6
7448
+ 5
7449
+ 6
7450
+ 1
7451
+ 5
7452
+ 6
7453
+ 2
7454
+ 0
7455
+ 5
7456
+ 5
7457
+ 5
7458
+ 1
7459
+ 5
7460
+ 4
7461
+ 4
7462
+ 3
7463
+ 5
7464
+ 6
7465
+ 5
7466
+ 4
7467
+ 5
7468
+ 5
7469
+ 4
7470
+ 5
7471
+ 1
7472
+ 5
7473
+ 5
7474
+ 6
7475
+ 5
7476
+ 5
7477
+ 1
7478
+ 1
7479
+ 6
7480
+ 6
7481
+ 5
7482
+ 5
7483
+ 4
7484
+ 4
7485
+ 5
7486
+ 0
7487
+ 0
7488
+ 5
7489
+ 4
7490
+ 4
7491
+ 4
7492
+ 5
7493
+ 4
7494
+ 4
7495
+ 2
7496
+ 1
7497
+ 1
7498
+ 4
7499
+ 4
7500
+ 4
7501
+ 0
7502
+ 0
7503
+ 6
7504
+ 0
7505
+ 0
7506
+ 0
7507
+ 5
7508
+ 1
7509
+ 1
7510
+ 5
7511
+ 1
7512
+ 1
7513
+ 5
7514
+ 5
7515
+ 6
7516
+ 3
7517
+ 5
7518
+ 5
7519
+ 1
7520
+ 1
7521
+ 3
7522
+ 1
7523
+ 1
7524
+ 0
7525
+ 5
7526
+ 5
7527
+ 2
7528
+ 5
7529
+ 6
7530
+ 6
7531
+ 3
7532
+ 3
7533
+ 3
7534
+ 5
7535
+ 5
7536
+ 5
7537
+ 4
7538
+ 4
7539
+ 5
7540
+ 2
7541
+ 3
7542
+ 2
7543
+ 2
7544
+ 4
7545
+ 5
7546
+ 2
7547
+ 5
7548
+ 2
7549
+ 5
7550
+ 6
7551
+ 5
7552
+ 2
7553
+ 1
7554
+ 5
7555
+ 1
7556
+ 2
7557
+ 1
7558
+ 1
7559
+ 5
7560
+ 1
7561
+ 5
7562
+ 5
7563
+ 6
7564
+ 5
7565
+ 5
7566
+ 5
7567
+ 4
7568
+ 5
7569
+ 4
7570
+ 2
7571
+ 2
7572
+ 6
7573
+ 1
7574
+ 2
7575
+ 5
7576
+ 6
7577
+ 6
7578
+ 6
7579
+ 5
7580
+ 3
7581
+ 5
7582
+ 3
7583
+ 5
7584
+ 3
7585
+ 5
7586
+ 5
7587
+ 5
7588
+ 1
7589
+ 6
7590
+ 1
7591
+ 1
7592
+ 6
7593
+ 6
7594
+ 4
7595
+ 3
7596
+ 3
7597
+ 2
7598
+ 2
7599
+ 2
7600
+ 1
7601
+ 5
7602
+ 5
7603
+ 5
7604
+ 6
7605
+ 5
7606
+ 4
7607
+ 3
7608
+ 3
7609
+ 1
7610
+ 5
7611
+ 1
7612
+ 4
7613
+ 4
7614
+ 4
7615
+ 1
7616
+ 6
7617
+ 6
7618
+ 5
7619
+ 5
7620
+ 5
7621
+ 2
7622
+ 5
7623
+ 0
7624
+ 4
7625
+ 0
7626
+ 0
7627
+ 5
7628
+ 3
7629
+ 3
7630
+ 0
7631
+ 0
7632
+ 1
7633
+ 1
7634
+ 5
7635
+ 0
7636
+ 1
7637
+ 4
7638
+ 5
7639
+ 2
7640
+ 4
7641
+ 2
7642
+ 5
7643
+ 6
7644
+ 6
7645
+ 3
7646
+ 4
7647
+ 5
7648
+ 5
7649
+ 4
7650
+ 4
7651
+ 1
7652
+ 5
7653
+ 5
7654
+ 1
7655
+ 6
7656
+ 6
7657
+ 1
7658
+ 1
7659
+ 2
7660
+ 2
7661
+ 5
7662
+ 5
7663
+ 1
7664
+ 5
7665
+ 1
7666
+ 4
7667
+ 4
7668
+ 5
7669
+ 1
7670
+ 6
7671
+ 6
7672
+ 5
7673
+ 5
7674
+ 5
7675
+ 5
7676
+ 5
7677
+ 4
7678
+ 2
7679
+ 5
7680
+ 2
7681
+ 5
7682
+ 5
7683
+ 5
7684
+ 5
7685
+ 5
7686
+ 5
7687
+ 4
7688
+ 4
7689
+ 5
7690
+ 3
7691
+ 4
7692
+ 3
7693
+ 5
7694
+ 0
7695
+ 0
7696
+ 5
7697
+ 5
7698
+ 5
7699
+ 0
7700
+ 5
7701
+ 5
7702
+ 1
7703
+ 6
7704
+ 1
7705
+ 5
7706
+ 2
7707
+ 5
7708
+ 4
7709
+ 0
7710
+ 0
7711
+ 0
7712
+ 0
7713
+ 0
7714
+ 5
7715
+ 4
7716
+ 4
7717
+ 2
7718
+ 1
7719
+ 3
7720
+ 1
7721
+ 1
7722
+ 6
7723
+ 5
7724
+ 3
7725
+ 6
7726
+ 5
7727
+ 5
7728
+ 6
7729
+ 1
7730
+ 2
7731
+ 1
7732
+ 5
7733
+ 0
7734
+ 5
7735
+ 1
7736
+ 3
7737
+ 6
7738
+ 0
7739
+ 0
7740
+ 0
7741
+ 0
7742
+ 0
7743
+ 2
7744
+ 6
7745
+ 5
7746
+ 5
7747
+ 2
7748
+ 6
7749
+ 5
7750
+ 4
7751
+ 4
7752
+ 4
7753
+ 6
7754
+ 5
7755
+ 6
7756
+ 5
7757
+ 5
7758
+ 5
7759
+ 6
7760
+ 5
7761
+ 3
7762
+ 2
7763
+ 1
7764
+ 1
7765
+ 5
7766
+ 5
7767
+ 6
7768
+ 1
7769
+ 1
7770
+ 1
7771
+ 5
7772
+ 1
7773
+ 1
7774
+ 5
7775
+ 0
7776
+ 0
7777
+ 3
7778
+ 3
7779
+ 3
7780
+ 1
7781
+ 3
7782
+ 5
7783
+ 6
7784
+ 1
7785
+ 1
7786
+ 2
7787
+ 5
7788
+ 2
7789
+ 5
7790
+ 6
7791
+ 6
7792
+ 5
7793
+ 5
7794
+ 6
7795
+ 0
7796
+ 0
7797
+ 5
7798
+ 5
7799
+ 4
7800
+ 4
7801
+ 0
7802
+ 5
7803
+ 4
7804
+ 2
7805
+ 4
7806
+ 4
7807
+ 6
7808
+ 0
7809
+ 1
7810
+ 1
7811
+ 5
7812
+ 1
7813
+ 1
7814
+ 5
7815
+ 4
7816
+ 1
7817
+ 5
7818
+ 4
7819
+ 5
7820
+ 5
7821
+ 5
7822
+ 0
7823
+ 0
7824
+ 0
7825
+ 5
7826
+ 5
7827
+ 5
7828
+ 2
7829
+ 1
7830
+ 5
7831
+ 5
7832
+ 5
7833
+ 5
7834
+ 5
7835
+ 4
7836
+ 4
7837
+ 5
7838
+ 6
7839
+ 5
7840
+ 1
7841
+ 1
7842
+ 6
7843
+ 1
7844
+ 5
7845
+ 1
7846
+ 5
7847
+ 5
7848
+ 2
7849
+ 2
7850
+ 2
7851
+ 1
7852
+ 5
7853
+ 5
7854
+ 2
7855
+ 1
7856
+ 5
7857
+ 5
7858
+ 1
7859
+ 5
7860
+ 5
7861
+ 5
7862
+ 5
7863
+ 5
7864
+ 1
7865
+ 3
7866
+ 3
7867
+ 1
7868
+ 1
7869
+ 2
7870
+ 4
7871
+ 4
7872
+ 4
7873
+ 1
7874
+ 5
7875
+ 5
7876
+ 1
7877
+ 6
7878
+ 6
7879
+ 4
7880
+ 4
7881
+ 5
7882
+ 5
7883
+ 6
7884
+ 5
7885
+ 4
7886
+ 5
7887
+ 4
7888
+ 1
7889
+ 5
7890
+ 6
7891
+ 2
7892
+ 5
7893
+ 5
7894
+ 3
7895
+ 5
7896
+ 4
7897
+ 1
7898
+ 4
7899
+ 5
7900
+ 1
7901
+ 5
7902
+ 5
7903
+ 4
7904
+ 4
7905
+ 4
7906
+ 5
7907
+ 1
7908
+ 5
7909
+ 0
7910
+ 0
7911
+ 0
7912
+ 5
7913
+ 1
7914
+ 5
7915
+ 5
7916
+ 5
7917
+ 5
7918
+ 2
7919
+ 3
7920
+ 2
7921
+ 5
7922
+ 6
7923
+ 6
7924
+ 5
7925
+ 6
7926
+ 5
7927
+ 2
7928
+ 5
7929
+ 1
7930
+ 1
7931
+ 5
7932
+ 5
7933
+ 5
7934
+ 5
7935
+ 5
7936
+ 1
7937
+ 1
7938
+ 1
7939
+ 2
7940
+ 5
7941
+ 2
7942
+ 1
7943
+ 5
7944
+ 2
7945
+ 1
7946
+ 5
7947
+ 5
7948
+ 5
7949
+ 5
7950
+ 1
7951
+ 5
7952
+ 4
7953
+ 4
7954
+ 5
7955
+ 4
7956
+ 5
7957
+ 0
7958
+ 4
7959
+ 0
7960
+ 5
7961
+ 4
7962
+ 4
7963
+ 6
7964
+ 5
7965
+ 1
7966
+ 5
7967
+ 4
7968
+ 4
7969
+ 5
7970
+ 2
7971
+ 5
7972
+ 1
7973
+ 0
7974
+ 6
7975
+ 5
7976
+ 3
7977
+ 3
7978
+ 5
7979
+ 1
7980
+ 5
7981
+ 5
7982
+ 6
7983
+ 1
7984
+ 2
7985
+ 0
7986
+ 2
7987
+ 2
7988
+ 2
7989
+ 1
7990
+ 4
7991
+ 5
7992
+ 4
7993
+ 5
7994
+ 6
7995
+ 6
7996
+ 2
7997
+ 5
7998
+ 1
7999
+ 6
8000
+ 3
8001
+ 5
8002
+ 2
8003
+ 1
8004
+ 5
8005
+ 5
8006
+ 2
8007
+ 5
8008
+ 1
8009
+ 5
8010
+ 4
8011
+ 1
8012
+ 2
8013
+ 5
8014
+ 6
8015
+ 6
8016
+ 3
8017
+ 5
8018
+ 5
8019
+ 5
8020
+ 0
8021
+ 0
8022
+ 0
8023
+ 5
8024
+ 5
8025
+ 6
8026
+ 1
8027
+ 2
8028
+ 1
8029
+ 1
8030
+ 1
8031
+ 1
8032
+ 5
8033
+ 5
8034
+ 6
8035
+ 1
8036
+ 1
8037
+ 1
8038
+ 4
8039
+ 4
8040
+ 5
8041
+ 5
8042
+ 4
8043
+ 4
8044
+ 5
8045
+ 5
8046
+ 6
8047
+ 1
8048
+ 2
8049
+ 4
8050
+ 3
8051
+ 3
8052
+ 3
8053
+ 5
8054
+ 5
8055
+ 5
8056
+ 1
8057
+ 4
8058
+ 4
8059
+ 1
8060
+ 5
8061
+ 1
8062
+ 1
8063
+ 5
8064
+ 5
8065
+ 5
8066
+ 5
8067
+ 5
8068
+ 5
8069
+ 4
8070
+ 4
8071
+ 0
8072
+ 0
8073
+ 0
8074
+ 0
8075
+ 0
8076
+ 0
8077
+ 6
8078
+ 3
8079
+ 4
8080
+ 2
8081
+ 5
8082
+ 5
8083
+ 1
8084
+ 1
8085
+ 1
8086
+ 0
8087
+ 0
8088
+ 0
8089
+ 0
8090
+ 0
8091
+ 0
8092
+ 6
8093
+ 5
8094
+ 6
8095
+ 1
8096
+ 5
8097
+ 5
8098
+ 5
8099
+ 4
8100
+ 5
8101
+ 5
8102
+ 3
8103
+ 4
8104
+ 5
8105
+ 3
8106
+ 5
8107
+ 1
8108
+ 6
8109
+ 5
8110
+ 0
8111
+ 0
8112
+ 1
8113
+ 5
8114
+ 4
8115
+ 4
8116
+ 5
8117
+ 5
8118
+ 5
8119
+ 1
8120
+ 5
8121
+ 1
8122
+ 5
8123
+ 5
8124
+ 4
8125
+ 1
8126
+ 3
8127
+ 5
8128
+ 0
8129
+ 0
8130
+ 0
8131
+ 5
8132
+ 5
8133
+ 5
8134
+ 5
8135
+ 0
8136
+ 5
8137
+ 5
8138
+ 5
8139
+ 5
8140
+ 1
8141
+ 1
8142
+ 5
8143
+ 5
8144
+ 0
8145
+ 2
8146
+ 6
8147
+ 5
8148
+ 5
8149
+ 5
8150
+ 5
8151
+ 4
8152
+ 1
8153
+ 5
8154
+ 6
8155
+ 1
8156
+ 5
8157
+ 5
8158
+ 1
8159
+ 6
8160
+ 6
8161
+ 1
8162
+ 5
8163
+ 6
8164
+ 6
8165
+ 5
8166
+ 3
8167
+ 5
8168
+ 2
8169
+ 5
8170
+ 5
8171
+ 5
8172
+ 6
8173
+ 0
8174
+ 0
8175
+ 1
8176
+ 0
8177
+ 5
8178
+ 1
8179
+ 6
8180
+ 5
8181
+ 5
8182
+ 5
8183
+ 5
8184
+ 5
8185
+ 1
8186
+ 6
8187
+ 5
8188
+ 1
8189
+ 3
8190
+ 6
8191
+ 0
8192
+ 4
8193
+ 0
8194
+ 1
8195
+ 1
8196
+ 5
8197
+ 4
8198
+ 5
8199
+ 5
8200
+ 5
8201
+ 5
8202
+ 5
8203
+ 2
8204
+ 5
8205
+ 1
8206
+ 5
8207
+ 5
8208
+ 5
8209
+ 1
8210
+ 1
8211
+ 2
8212
+ 5
8213
+ 5
8214
+ 2
8215
+ 1
8216
+ 5
8217
+ 1
8218
+ 4
8219
+ 4
8220
+ 5
8221
+ 5
8222
+ 4
8223
+ 5
8224
+ 5
8225
+ 4
8226
+ 3
8227
+ 6
8228
+ 5
8229
+ 4
8230
+ 0
8231
+ 0
8232
+ 4
8233
+ 1
8234
+ 5
8235
+ 6
8236
+ 5
8237
+ 5
8238
+ 5
8239
+ 0
8240
+ 0
8241
+ 0
8242
+ 5
8243
+ 5
8244
+ 3
8245
+ 2
8246
+ 2
8247
+ 1
8248
+ 2
8249
+ 2
8250
+ 2
8251
+ 2
8252
+ 2
8253
+ 2
8254
+ 1
8255
+ 6
8256
+ 5
8257
+ 2
8258
+ 5
8259
+ 5
8260
+ 1
8261
+ 1
8262
+ 0
8263
+ 1
8264
+ 1
8265
+ 2
8266
+ 5
8267
+ 3
8268
+ 3
8269
+ 5
8270
+ 5
8271
+ 5
8272
+ 1
8273
+ 6
8274
+ 5
8275
+ 2
8276
+ 5
8277
+ 5
8278
+ 4
8279
+ 3
8280
+ 4
8281
+ 5
8282
+ 5
8283
+ 5
8284
+ 1
8285
+ 5
8286
+ 0
8287
+ 2
8288
+ 6
8289
+ 1
8290
+ 5
8291
+ 0
8292
+ 0
8293
+ 4
8294
+ 4
8295
+ 0
8296
+ 1
8297
+ 6
8298
+ 1
8299
+ 5
8300
+ 4
8301
+ 4
8302
+ 1
8303
+ 6
8304
+ 5
8305
+ 1
8306
+ 5
8307
+ 5
8308
+ 1
8309
+ 5
8310
+ 5
8311
+ 6
8312
+ 1
8313
+ 1
8314
+ 1
8315
+ 5
8316
+ 1
8317
+ 5
8318
+ 5
8319
+ 5
8320
+ 3
8321
+ 4
8322
+ 4
8323
+ 4
8324
+ 5
8325
+ 5
8326
+ 5
8327
+ 5
8328
+ 2
8329
+ 5
8330
+ 6
8331
+ 5
8332
+ 6
8333
+ 5
8334
+ 5
8335
+ 1
8336
+ 1
8337
+ 5
8338
+ 5
8339
+ 5
8340
+ 6
8341
+ 5
8342
+ 4
8343
+ 5
8344
+ 5
8345
+ 2
8346
+ 2
8347
+ 5
8348
+ 5
8349
+ 5
8350
+ 2
8351
+ 1
8352
+ 5
8353
+ 2
8354
+ 4
8355
+ 5
8356
+ 1
8357
+ 5
8358
+ 5
8359
+ 3
8360
+ 3
8361
+ 3
8362
+ 5
8363
+ 6
8364
+ 5
8365
+ 1
8366
+ 3
8367
+ 1
8368
+ 2
8369
+ 5
8370
+ 5
8371
+ 1
8372
+ 1
8373
+ 5
8374
+ 1
8375
+ 1
8376
+ 6
8377
+ 2
8378
+ 5
8379
+ 4
8380
+ 5
8381
+ 6
8382
+ 5
8383
+ 5
8384
+ 6
8385
+ 6
8386
+ 4
8387
+ 5
8388
+ 4
8389
+ 5
8390
+ 5
8391
+ 5
8392
+ 5
8393
+ 4
8394
+ 4
8395
+ 1
8396
+ 6
8397
+ 5
8398
+ 5
8399
+ 3
8400
+ 3
8401
+ 2
8402
+ 4
8403
+ 4
8404
+ 4
8405
+ 4
8406
+ 4
8407
+ 1
8408
+ 1
8409
+ 5
8410
+ 1
8411
+ 5
8412
+ 5
8413
+ 1
8414
+ 3
8415
+ 6
8416
+ 5
8417
+ 6
8418
+ 5
8419
+ 5
8420
+ 3
8421
+ 5
8422
+ 2
8423
+ 2
8424
+ 5
8425
+ 1
8426
+ 3
8427
+ 6
8428
+ 4
8429
+ 4
8430
+ 4
8431
+ 5
8432
+ 5
8433
+ 6
8434
+ 5
8435
+ 5
8436
+ 6
8437
+ 5
8438
+ 4
8439
+ 5
8440
+ 1
8441
+ 5
8442
+ 1
8443
+ 1
8444
+ 1
8445
+ 1
8446
+ 5
8447
+ 4
8448
+ 2
8449
+ 6
8450
+ 6
8451
+ 5
8452
+ 1
8453
+ 5
8454
+ 6
8455
+ 4
8456
+ 5
8457
+ 3
8458
+ 6
8459
+ 4
8460
+ 3
8461
+ 5
8462
+ 5
8463
+ 5
8464
+ 5
8465
+ 6
8466
+ 5
8467
+ 1
8468
+ 0
8469
+ 1
8470
+ 1
8471
+ 5
8472
+ 5
8473
+ 5
8474
+ 5
8475
+ 5
8476
+ 2
8477
+ 3
8478
+ 5
8479
+ 6
8480
+ 1
8481
+ 5
8482
+ 5
8483
+ 6
8484
+ 1
8485
+ 5
8486
+ 5
8487
+ 5
8488
+ 5
8489
+ 3
8490
+ 5
8491
+ 1
8492
+ 6
8493
+ 1
8494
+ 1
8495
+ 1
8496
+ 1
8497
+ 4
8498
+ 4
8499
+ 3
8500
+ 5
8501
+ 5
8502
+ 1
8503
+ 5
8504
+ 0
8505
+ 5
8506
+ 5
8507
+ 0
8508
+ 1
8509
+ 2
8510
+ 0
8511
+ 2
8512
+ 6
8513
+ 6
8514
+ 6
8515
+ 4
8516
+ 3
8517
+ 5
8518
+ 1
8519
+ 6
8520
+ 6
8521
+ 5
8522
+ 5
8523
+ 3
8524
+ 6
8525
+ 6
8526
+ 5
8527
+ 5
8528
+ 5
8529
+ 5
8530
+ 1
8531
+ 2
8532
+ 5
8533
+ 1
8534
+ 2
8535
+ 2
8536
+ 5
8537
+ 5
8538
+ 6
8539
+ 1
8540
+ 5
8541
+ 5
8542
+ 5
8543
+ 5
8544
+ 5
8545
+ 6
8546
+ 1
8547
+ 2
8548
+ 1
8549
+ 5
8550
+ 1
8551
+ 1
8552
+ 2
8553
+ 2
8554
+ 5
8555
+ 6
8556
+ 5
8557
+ 1
8558
+ 5
8559
+ 5
8560
+ 2
8561
+ 5
8562
+ 1
8563
+ 2
8564
+ 2
8565
+ 1
8566
+ 5
8567
+ 5
8568
+ 5
8569
+ 0
8570
+ 5
8571
+ 1
8572
+ 1
8573
+ 0
8574
+ 2
8575
+ 5
8576
+ 4
8577
+ 4
8578
+ 3
8579
+ 5
8580
+ 4
8581
+ 6
8582
+ 5
8583
+ 6
8584
+ 1
8585
+ 1
8586
+ 1
8587
+ 5
8588
+ 5
8589
+ 2
8590
+ 6
8591
+ 5
8592
+ 0
8593
+ 6
8594
+ 5
8595
+ 5
8596
+ 5
8597
+ 6
8598
+ 5
8599
+ 5
8600
+ 5
8601
+ 5
ratio_proportion_change3/finetuning/train_info.txt ADDED
The diff for this file is too large to render. See raw diff
 
ratio_proportion_change3/finetuning/train_label.txt ADDED
@@ -0,0 +1,4466 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ 4
2
+ 5
3
+ 5
4
+ 3
5
+ 2
6
+ 1
7
+ 5
8
+ 2
9
+ 2
10
+ 2
11
+ 4
12
+ 5
13
+ 2
14
+ 5
15
+ 5
16
+ 4
17
+ 5
18
+ 5
19
+ 4
20
+ 4
21
+ 5
22
+ 4
23
+ 2
24
+ 5
25
+ 0
26
+ 2
27
+ 6
28
+ 5
29
+ 5
30
+ 6
31
+ 5
32
+ 6
33
+ 2
34
+ 1
35
+ 5
36
+ 2
37
+ 5
38
+ 0
39
+ 3
40
+ 3
41
+ 4
42
+ 5
43
+ 4
44
+ 3
45
+ 4
46
+ 5
47
+ 5
48
+ 4
49
+ 4
50
+ 4
51
+ 1
52
+ 5
53
+ 5
54
+ 5
55
+ 1
56
+ 5
57
+ 4
58
+ 4
59
+ 4
60
+ 1
61
+ 1
62
+ 2
63
+ 2
64
+ 5
65
+ 6
66
+ 5
67
+ 6
68
+ 5
69
+ 1
70
+ 5
71
+ 4
72
+ 3
73
+ 3
74
+ 4
75
+ 4
76
+ 6
77
+ 3
78
+ 1
79
+ 2
80
+ 2
81
+ 4
82
+ 2
83
+ 6
84
+ 1
85
+ 5
86
+ 1
87
+ 2
88
+ 2
89
+ 1
90
+ 5
91
+ 5
92
+ 5
93
+ 5
94
+ 6
95
+ 5
96
+ 1
97
+ 5
98
+ 4
99
+ 0
100
+ 0
101
+ 0
102
+ 0
103
+ 5
104
+ 6
105
+ 4
106
+ 5
107
+ 1
108
+ 0
109
+ 0
110
+ 0
111
+ 0
112
+ 5
113
+ 3
114
+ 6
115
+ 0
116
+ 5
117
+ 5
118
+ 5
119
+ 4
120
+ 5
121
+ 3
122
+ 5
123
+ 5
124
+ 5
125
+ 5
126
+ 5
127
+ 4
128
+ 2
129
+ 1
130
+ 2
131
+ 5
132
+ 5
133
+ 2
134
+ 4
135
+ 5
136
+ 3
137
+ 5
138
+ 5
139
+ 5
140
+ 6
141
+ 4
142
+ 3
143
+ 5
144
+ 2
145
+ 2
146
+ 2
147
+ 5
148
+ 3
149
+ 5
150
+ 3
151
+ 2
152
+ 5
153
+ 1
154
+ 5
155
+ 2
156
+ 2
157
+ 2
158
+ 4
159
+ 5
160
+ 2
161
+ 4
162
+ 4
163
+ 4
164
+ 4
165
+ 4
166
+ 4
167
+ 2
168
+ 5
169
+ 2
170
+ 5
171
+ 5
172
+ 3
173
+ 5
174
+ 4
175
+ 3
176
+ 5
177
+ 5
178
+ 5
179
+ 5
180
+ 5
181
+ 5
182
+ 5
183
+ 5
184
+ 4
185
+ 5
186
+ 5
187
+ 5
188
+ 5
189
+ 5
190
+ 4
191
+ 4
192
+ 4
193
+ 6
194
+ 2
195
+ 2
196
+ 5
197
+ 5
198
+ 5
199
+ 5
200
+ 5
201
+ 4
202
+ 5
203
+ 0
204
+ 0
205
+ 2
206
+ 5
207
+ 6
208
+ 1
209
+ 3
210
+ 4
211
+ 4
212
+ 4
213
+ 0
214
+ 5
215
+ 0
216
+ 0
217
+ 2
218
+ 1
219
+ 5
220
+ 5
221
+ 2
222
+ 1
223
+ 2
224
+ 3
225
+ 1
226
+ 6
227
+ 2
228
+ 1
229
+ 3
230
+ 5
231
+ 5
232
+ 4
233
+ 2
234
+ 2
235
+ 4
236
+ 6
237
+ 3
238
+ 1
239
+ 5
240
+ 2
241
+ 5
242
+ 5
243
+ 0
244
+ 5
245
+ 1
246
+ 5
247
+ 5
248
+ 5
249
+ 3
250
+ 1
251
+ 2
252
+ 6
253
+ 6
254
+ 5
255
+ 5
256
+ 4
257
+ 5
258
+ 1
259
+ 5
260
+ 2
261
+ 2
262
+ 2
263
+ 4
264
+ 4
265
+ 5
266
+ 5
267
+ 5
268
+ 3
269
+ 4
270
+ 4
271
+ 5
272
+ 2
273
+ 5
274
+ 5
275
+ 5
276
+ 6
277
+ 2
278
+ 1
279
+ 1
280
+ 2
281
+ 1
282
+ 4
283
+ 5
284
+ 5
285
+ 5
286
+ 5
287
+ 4
288
+ 6
289
+ 4
290
+ 5
291
+ 4
292
+ 4
293
+ 4
294
+ 1
295
+ 0
296
+ 5
297
+ 5
298
+ 4
299
+ 2
300
+ 5
301
+ 5
302
+ 5
303
+ 4
304
+ 3
305
+ 4
306
+ 5
307
+ 1
308
+ 6
309
+ 1
310
+ 5
311
+ 0
312
+ 4
313
+ 2
314
+ 5
315
+ 5
316
+ 5
317
+ 4
318
+ 6
319
+ 1
320
+ 2
321
+ 3
322
+ 5
323
+ 5
324
+ 5
325
+ 6
326
+ 5
327
+ 5
328
+ 1
329
+ 4
330
+ 5
331
+ 6
332
+ 5
333
+ 3
334
+ 3
335
+ 4
336
+ 5
337
+ 4
338
+ 4
339
+ 5
340
+ 5
341
+ 4
342
+ 5
343
+ 4
344
+ 4
345
+ 4
346
+ 4
347
+ 4
348
+ 5
349
+ 2
350
+ 3
351
+ 3
352
+ 6
353
+ 5
354
+ 2
355
+ 2
356
+ 5
357
+ 4
358
+ 5
359
+ 5
360
+ 0
361
+ 0
362
+ 1
363
+ 1
364
+ 1
365
+ 5
366
+ 5
367
+ 4
368
+ 3
369
+ 4
370
+ 5
371
+ 5
372
+ 5
373
+ 2
374
+ 0
375
+ 3
376
+ 0
377
+ 1
378
+ 0
379
+ 0
380
+ 6
381
+ 5
382
+ 6
383
+ 6
384
+ 5
385
+ 5
386
+ 4
387
+ 6
388
+ 4
389
+ 5
390
+ 5
391
+ 1
392
+ 1
393
+ 1
394
+ 0
395
+ 1
396
+ 4
397
+ 5
398
+ 1
399
+ 4
400
+ 2
401
+ 0
402
+ 5
403
+ 5
404
+ 4
405
+ 4
406
+ 6
407
+ 3
408
+ 4
409
+ 4
410
+ 5
411
+ 0
412
+ 0
413
+ 0
414
+ 2
415
+ 4
416
+ 1
417
+ 5
418
+ 2
419
+ 0
420
+ 0
421
+ 0
422
+ 4
423
+ 5
424
+ 3
425
+ 5
426
+ 5
427
+ 4
428
+ 5
429
+ 5
430
+ 1
431
+ 2
432
+ 2
433
+ 5
434
+ 4
435
+ 2
436
+ 5
437
+ 4
438
+ 5
439
+ 4
440
+ 5
441
+ 1
442
+ 4
443
+ 4
444
+ 5
445
+ 2
446
+ 4
447
+ 3
448
+ 3
449
+ 5
450
+ 5
451
+ 2
452
+ 5
453
+ 4
454
+ 0
455
+ 0
456
+ 0
457
+ 2
458
+ 2
459
+ 4
460
+ 4
461
+ 4
462
+ 4
463
+ 2
464
+ 1
465
+ 2
466
+ 5
467
+ 4
468
+ 4
469
+ 4
470
+ 5
471
+ 5
472
+ 5
473
+ 6
474
+ 5
475
+ 5
476
+ 6
477
+ 0
478
+ 4
479
+ 5
480
+ 2
481
+ 5
482
+ 5
483
+ 5
484
+ 5
485
+ 5
486
+ 5
487
+ 4
488
+ 4
489
+ 5
490
+ 5
491
+ 1
492
+ 1
493
+ 3
494
+ 4
495
+ 1
496
+ 0
497
+ 2
498
+ 1
499
+ 1
500
+ 5
501
+ 4
502
+ 2
503
+ 1
504
+ 2
505
+ 2
506
+ 0
507
+ 5
508
+ 2
509
+ 5
510
+ 5
511
+ 6
512
+ 5
513
+ 5
514
+ 5
515
+ 0
516
+ 5
517
+ 6
518
+ 5
519
+ 4
520
+ 5
521
+ 6
522
+ 0
523
+ 4
524
+ 1
525
+ 3
526
+ 1
527
+ 3
528
+ 5
529
+ 4
530
+ 4
531
+ 0
532
+ 0
533
+ 0
534
+ 5
535
+ 4
536
+ 6
537
+ 0
538
+ 0
539
+ 5
540
+ 0
541
+ 0
542
+ 0
543
+ 5
544
+ 5
545
+ 3
546
+ 5
547
+ 1
548
+ 0
549
+ 5
550
+ 5
551
+ 5
552
+ 2
553
+ 1
554
+ 4
555
+ 4
556
+ 0
557
+ 0
558
+ 0
559
+ 1
560
+ 2
561
+ 3
562
+ 4
563
+ 4
564
+ 4
565
+ 4
566
+ 5
567
+ 5
568
+ 5
569
+ 5
570
+ 4
571
+ 4
572
+ 5
573
+ 3
574
+ 4
575
+ 1
576
+ 3
577
+ 5
578
+ 4
579
+ 3
580
+ 4
581
+ 5
582
+ 5
583
+ 5
584
+ 4
585
+ 3
586
+ 5
587
+ 5
588
+ 6
589
+ 4
590
+ 5
591
+ 5
592
+ 1
593
+ 4
594
+ 5
595
+ 5
596
+ 1
597
+ 2
598
+ 4
599
+ 4
600
+ 5
601
+ 3
602
+ 4
603
+ 4
604
+ 5
605
+ 4
606
+ 5
607
+ 5
608
+ 5
609
+ 0
610
+ 0
611
+ 0
612
+ 0
613
+ 5
614
+ 5
615
+ 0
616
+ 1
617
+ 2
618
+ 1
619
+ 2
620
+ 2
621
+ 0
622
+ 0
623
+ 1
624
+ 2
625
+ 2
626
+ 0
627
+ 0
628
+ 1
629
+ 1
630
+ 1
631
+ 5
632
+ 5
633
+ 0
634
+ 0
635
+ 5
636
+ 4
637
+ 5
638
+ 5
639
+ 1
640
+ 5
641
+ 2
642
+ 1
643
+ 1
644
+ 5
645
+ 5
646
+ 1
647
+ 4
648
+ 6
649
+ 2
650
+ 5
651
+ 5
652
+ 5
653
+ 5
654
+ 1
655
+ 2
656
+ 5
657
+ 5
658
+ 4
659
+ 0
660
+ 0
661
+ 4
662
+ 3
663
+ 1
664
+ 2
665
+ 5
666
+ 4
667
+ 4
668
+ 4
669
+ 6
670
+ 6
671
+ 0
672
+ 2
673
+ 4
674
+ 5
675
+ 5
676
+ 4
677
+ 4
678
+ 1
679
+ 0
680
+ 0
681
+ 3
682
+ 5
683
+ 6
684
+ 4
685
+ 2
686
+ 2
687
+ 4
688
+ 1
689
+ 4
690
+ 4
691
+ 4
692
+ 4
693
+ 3
694
+ 5
695
+ 5
696
+ 4
697
+ 3
698
+ 5
699
+ 2
700
+ 5
701
+ 2
702
+ 5
703
+ 2
704
+ 5
705
+ 4
706
+ 4
707
+ 1
708
+ 1
709
+ 4
710
+ 5
711
+ 5
712
+ 5
713
+ 6
714
+ 4
715
+ 3
716
+ 5
717
+ 5
718
+ 5
719
+ 2
720
+ 4
721
+ 5
722
+ 5
723
+ 5
724
+ 2
725
+ 5
726
+ 4
727
+ 2
728
+ 1
729
+ 2
730
+ 1
731
+ 5
732
+ 5
733
+ 4
734
+ 5
735
+ 5
736
+ 5
737
+ 1
738
+ 4
739
+ 5
740
+ 2
741
+ 6
742
+ 1
743
+ 4
744
+ 2
745
+ 4
746
+ 5
747
+ 1
748
+ 1
749
+ 5
750
+ 5
751
+ 1
752
+ 2
753
+ 5
754
+ 4
755
+ 6
756
+ 1
757
+ 6
758
+ 6
759
+ 6
760
+ 6
761
+ 2
762
+ 4
763
+ 4
764
+ 6
765
+ 5
766
+ 5
767
+ 4
768
+ 4
769
+ 5
770
+ 2
771
+ 5
772
+ 2
773
+ 4
774
+ 4
775
+ 1
776
+ 5
777
+ 5
778
+ 5
779
+ 5
780
+ 5
781
+ 5
782
+ 5
783
+ 5
784
+ 5
785
+ 5
786
+ 5
787
+ 5
788
+ 2
789
+ 1
790
+ 5
791
+ 5
792
+ 2
793
+ 5
794
+ 5
795
+ 5
796
+ 4
797
+ 4
798
+ 4
799
+ 5
800
+ 3
801
+ 4
802
+ 4
803
+ 2
804
+ 4
805
+ 5
806
+ 3
807
+ 0
808
+ 1
809
+ 4
810
+ 4
811
+ 5
812
+ 5
813
+ 4
814
+ 2
815
+ 0
816
+ 6
817
+ 5
818
+ 4
819
+ 4
820
+ 4
821
+ 5
822
+ 4
823
+ 1
824
+ 5
825
+ 6
826
+ 5
827
+ 6
828
+ 5
829
+ 5
830
+ 3
831
+ 0
832
+ 2
833
+ 0
834
+ 0
835
+ 5
836
+ 0
837
+ 0
838
+ 0
839
+ 5
840
+ 3
841
+ 3
842
+ 6
843
+ 5
844
+ 5
845
+ 1
846
+ 2
847
+ 1
848
+ 5
849
+ 2
850
+ 6
851
+ 6
852
+ 2
853
+ 5
854
+ 2
855
+ 0
856
+ 6
857
+ 4
858
+ 0
859
+ 4
860
+ 5
861
+ 5
862
+ 3
863
+ 1
864
+ 2
865
+ 2
866
+ 6
867
+ 5
868
+ 1
869
+ 5
870
+ 5
871
+ 5
872
+ 5
873
+ 5
874
+ 0
875
+ 0
876
+ 3
877
+ 4
878
+ 5
879
+ 5
880
+ 5
881
+ 1
882
+ 6
883
+ 6
884
+ 6
885
+ 5
886
+ 5
887
+ 4
888
+ 4
889
+ 4
890
+ 5
891
+ 1
892
+ 5
893
+ 5
894
+ 3
895
+ 3
896
+ 3
897
+ 3
898
+ 3
899
+ 5
900
+ 6
901
+ 1
902
+ 4
903
+ 5
904
+ 5
905
+ 6
906
+ 5
907
+ 3
908
+ 4
909
+ 5
910
+ 1
911
+ 2
912
+ 2
913
+ 5
914
+ 4
915
+ 5
916
+ 4
917
+ 6
918
+ 4
919
+ 5
920
+ 5
921
+ 4
922
+ 1
923
+ 1
924
+ 5
925
+ 2
926
+ 0
927
+ 6
928
+ 5
929
+ 1
930
+ 1
931
+ 4
932
+ 5
933
+ 5
934
+ 5
935
+ 5
936
+ 5
937
+ 5
938
+ 6
939
+ 2
940
+ 2
941
+ 5
942
+ 5
943
+ 5
944
+ 2
945
+ 4
946
+ 1
947
+ 5
948
+ 5
949
+ 0
950
+ 2
951
+ 5
952
+ 2
953
+ 0
954
+ 4
955
+ 5
956
+ 4
957
+ 2
958
+ 5
959
+ 0
960
+ 4
961
+ 5
962
+ 6
963
+ 5
964
+ 5
965
+ 5
966
+ 1
967
+ 5
968
+ 0
969
+ 5
970
+ 1
971
+ 1
972
+ 2
973
+ 4
974
+ 2
975
+ 1
976
+ 2
977
+ 5
978
+ 5
979
+ 2
980
+ 2
981
+ 4
982
+ 0
983
+ 4
984
+ 4
985
+ 3
986
+ 3
987
+ 5
988
+ 5
989
+ 2
990
+ 1
991
+ 6
992
+ 5
993
+ 0
994
+ 5
995
+ 5
996
+ 5
997
+ 5
998
+ 5
999
+ 6
1000
+ 6
1001
+ 5
1002
+ 4
1003
+ 2
1004
+ 0
1005
+ 0
1006
+ 0
1007
+ 2
1008
+ 2
1009
+ 2
1010
+ 5
1011
+ 4
1012
+ 4
1013
+ 0
1014
+ 5
1015
+ 5
1016
+ 4
1017
+ 3
1018
+ 0
1019
+ 3
1020
+ 2
1021
+ 6
1022
+ 5
1023
+ 1
1024
+ 2
1025
+ 2
1026
+ 2
1027
+ 5
1028
+ 4
1029
+ 0
1030
+ 4
1031
+ 5
1032
+ 5
1033
+ 0
1034
+ 2
1035
+ 6
1036
+ 5
1037
+ 5
1038
+ 2
1039
+ 3
1040
+ 2
1041
+ 0
1042
+ 4
1043
+ 1
1044
+ 5
1045
+ 5
1046
+ 4
1047
+ 1
1048
+ 3
1049
+ 3
1050
+ 4
1051
+ 4
1052
+ 4
1053
+ 4
1054
+ 2
1055
+ 5
1056
+ 5
1057
+ 6
1058
+ 5
1059
+ 4
1060
+ 3
1061
+ 4
1062
+ 6
1063
+ 4
1064
+ 3
1065
+ 0
1066
+ 5
1067
+ 4
1068
+ 4
1069
+ 5
1070
+ 3
1071
+ 5
1072
+ 5
1073
+ 4
1074
+ 5
1075
+ 5
1076
+ 5
1077
+ 3
1078
+ 5
1079
+ 5
1080
+ 5
1081
+ 5
1082
+ 0
1083
+ 4
1084
+ 4
1085
+ 4
1086
+ 5
1087
+ 2
1088
+ 2
1089
+ 1
1090
+ 5
1091
+ 5
1092
+ 5
1093
+ 5
1094
+ 5
1095
+ 6
1096
+ 5
1097
+ 5
1098
+ 1
1099
+ 5
1100
+ 0
1101
+ 5
1102
+ 4
1103
+ 4
1104
+ 6
1105
+ 5
1106
+ 5
1107
+ 6
1108
+ 5
1109
+ 1
1110
+ 2
1111
+ 5
1112
+ 5
1113
+ 5
1114
+ 5
1115
+ 1
1116
+ 1
1117
+ 6
1118
+ 4
1119
+ 5
1120
+ 2
1121
+ 2
1122
+ 5
1123
+ 5
1124
+ 2
1125
+ 5
1126
+ 5
1127
+ 2
1128
+ 5
1129
+ 3
1130
+ 3
1131
+ 3
1132
+ 3
1133
+ 0
1134
+ 2
1135
+ 4
1136
+ 3
1137
+ 1
1138
+ 5
1139
+ 2
1140
+ 0
1141
+ 5
1142
+ 5
1143
+ 1
1144
+ 5
1145
+ 6
1146
+ 6
1147
+ 6
1148
+ 5
1149
+ 2
1150
+ 5
1151
+ 1
1152
+ 6
1153
+ 5
1154
+ 6
1155
+ 5
1156
+ 5
1157
+ 0
1158
+ 0
1159
+ 0
1160
+ 5
1161
+ 5
1162
+ 6
1163
+ 5
1164
+ 5
1165
+ 5
1166
+ 5
1167
+ 4
1168
+ 4
1169
+ 4
1170
+ 1
1171
+ 5
1172
+ 2
1173
+ 2
1174
+ 5
1175
+ 2
1176
+ 4
1177
+ 5
1178
+ 5
1179
+ 5
1180
+ 5
1181
+ 5
1182
+ 3
1183
+ 5
1184
+ 5
1185
+ 4
1186
+ 5
1187
+ 0
1188
+ 2
1189
+ 0
1190
+ 4
1191
+ 4
1192
+ 3
1193
+ 5
1194
+ 3
1195
+ 5
1196
+ 0
1197
+ 0
1198
+ 0
1199
+ 3
1200
+ 6
1201
+ 6
1202
+ 3
1203
+ 5
1204
+ 5
1205
+ 5
1206
+ 0
1207
+ 3
1208
+ 4
1209
+ 3
1210
+ 5
1211
+ 2
1212
+ 5
1213
+ 5
1214
+ 3
1215
+ 3
1216
+ 1
1217
+ 3
1218
+ 4
1219
+ 6
1220
+ 4
1221
+ 5
1222
+ 4
1223
+ 6
1224
+ 0
1225
+ 4
1226
+ 5
1227
+ 4
1228
+ 5
1229
+ 4
1230
+ 5
1231
+ 4
1232
+ 5
1233
+ 5
1234
+ 4
1235
+ 5
1236
+ 1
1237
+ 5
1238
+ 5
1239
+ 5
1240
+ 6
1241
+ 3
1242
+ 5
1243
+ 4
1244
+ 5
1245
+ 4
1246
+ 4
1247
+ 2
1248
+ 6
1249
+ 5
1250
+ 5
1251
+ 3
1252
+ 1
1253
+ 0
1254
+ 0
1255
+ 0
1256
+ 4
1257
+ 3
1258
+ 3
1259
+ 5
1260
+ 2
1261
+ 0
1262
+ 2
1263
+ 4
1264
+ 5
1265
+ 5
1266
+ 5
1267
+ 4
1268
+ 0
1269
+ 3
1270
+ 0
1271
+ 6
1272
+ 1
1273
+ 4
1274
+ 1
1275
+ 0
1276
+ 1
1277
+ 4
1278
+ 0
1279
+ 0
1280
+ 2
1281
+ 0
1282
+ 5
1283
+ 1
1284
+ 2
1285
+ 2
1286
+ 5
1287
+ 5
1288
+ 5
1289
+ 5
1290
+ 5
1291
+ 5
1292
+ 6
1293
+ 0
1294
+ 1
1295
+ 4
1296
+ 0
1297
+ 0
1298
+ 0
1299
+ 5
1300
+ 5
1301
+ 0
1302
+ 3
1303
+ 1
1304
+ 5
1305
+ 5
1306
+ 4
1307
+ 5
1308
+ 5
1309
+ 5
1310
+ 3
1311
+ 1
1312
+ 0
1313
+ 0
1314
+ 2
1315
+ 4
1316
+ 5
1317
+ 0
1318
+ 4
1319
+ 4
1320
+ 5
1321
+ 2
1322
+ 0
1323
+ 5
1324
+ 5
1325
+ 4
1326
+ 4
1327
+ 4
1328
+ 0
1329
+ 2
1330
+ 1
1331
+ 4
1332
+ 6
1333
+ 3
1334
+ 3
1335
+ 4
1336
+ 5
1337
+ 5
1338
+ 1
1339
+ 4
1340
+ 4
1341
+ 5
1342
+ 5
1343
+ 5
1344
+ 5
1345
+ 5
1346
+ 1
1347
+ 5
1348
+ 1
1349
+ 5
1350
+ 6
1351
+ 1
1352
+ 2
1353
+ 1
1354
+ 1
1355
+ 1
1356
+ 2
1357
+ 5
1358
+ 5
1359
+ 4
1360
+ 2
1361
+ 3
1362
+ 5
1363
+ 4
1364
+ 0
1365
+ 2
1366
+ 2
1367
+ 2
1368
+ 1
1369
+ 4
1370
+ 5
1371
+ 5
1372
+ 0
1373
+ 4
1374
+ 6
1375
+ 5
1376
+ 2
1377
+ 5
1378
+ 4
1379
+ 4
1380
+ 0
1381
+ 4
1382
+ 4
1383
+ 4
1384
+ 3
1385
+ 2
1386
+ 5
1387
+ 1
1388
+ 2
1389
+ 2
1390
+ 5
1391
+ 5
1392
+ 5
1393
+ 6
1394
+ 6
1395
+ 5
1396
+ 1
1397
+ 1
1398
+ 5
1399
+ 0
1400
+ 4
1401
+ 4
1402
+ 4
1403
+ 4
1404
+ 4
1405
+ 5
1406
+ 5
1407
+ 0
1408
+ 4
1409
+ 2
1410
+ 1
1411
+ 5
1412
+ 3
1413
+ 5
1414
+ 0
1415
+ 0
1416
+ 6
1417
+ 0
1418
+ 5
1419
+ 3
1420
+ 5
1421
+ 0
1422
+ 2
1423
+ 3
1424
+ 5
1425
+ 5
1426
+ 0
1427
+ 0
1428
+ 4
1429
+ 5
1430
+ 0
1431
+ 4
1432
+ 2
1433
+ 5
1434
+ 4
1435
+ 5
1436
+ 5
1437
+ 5
1438
+ 0
1439
+ 4
1440
+ 4
1441
+ 5
1442
+ 5
1443
+ 1
1444
+ 1
1445
+ 1
1446
+ 1
1447
+ 2
1448
+ 5
1449
+ 5
1450
+ 4
1451
+ 5
1452
+ 5
1453
+ 1
1454
+ 2
1455
+ 5
1456
+ 0
1457
+ 0
1458
+ 0
1459
+ 2
1460
+ 5
1461
+ 1
1462
+ 5
1463
+ 5
1464
+ 2
1465
+ 1
1466
+ 5
1467
+ 5
1468
+ 6
1469
+ 5
1470
+ 4
1471
+ 5
1472
+ 3
1473
+ 4
1474
+ 0
1475
+ 2
1476
+ 3
1477
+ 3
1478
+ 3
1479
+ 5
1480
+ 1
1481
+ 3
1482
+ 4
1483
+ 4
1484
+ 1
1485
+ 5
1486
+ 2
1487
+ 2
1488
+ 5
1489
+ 5
1490
+ 6
1491
+ 5
1492
+ 5
1493
+ 4
1494
+ 5
1495
+ 1
1496
+ 2
1497
+ 3
1498
+ 3
1499
+ 5
1500
+ 5
1501
+ 3
1502
+ 4
1503
+ 4
1504
+ 2
1505
+ 1
1506
+ 4
1507
+ 2
1508
+ 1
1509
+ 4
1510
+ 4
1511
+ 1
1512
+ 1
1513
+ 2
1514
+ 5
1515
+ 5
1516
+ 5
1517
+ 2
1518
+ 1
1519
+ 5
1520
+ 4
1521
+ 5
1522
+ 5
1523
+ 5
1524
+ 5
1525
+ 5
1526
+ 1
1527
+ 1
1528
+ 1
1529
+ 0
1530
+ 0
1531
+ 0
1532
+ 0
1533
+ 0
1534
+ 2
1535
+ 2
1536
+ 2
1537
+ 0
1538
+ 0
1539
+ 2
1540
+ 4
1541
+ 4
1542
+ 5
1543
+ 5
1544
+ 5
1545
+ 3
1546
+ 4
1547
+ 5
1548
+ 5
1549
+ 5
1550
+ 5
1551
+ 2
1552
+ 1
1553
+ 1
1554
+ 2
1555
+ 5
1556
+ 5
1557
+ 4
1558
+ 2
1559
+ 5
1560
+ 4
1561
+ 5
1562
+ 5
1563
+ 4
1564
+ 6
1565
+ 1
1566
+ 1
1567
+ 4
1568
+ 0
1569
+ 0
1570
+ 5
1571
+ 5
1572
+ 0
1573
+ 4
1574
+ 2
1575
+ 5
1576
+ 2
1577
+ 5
1578
+ 5
1579
+ 0
1580
+ 4
1581
+ 1
1582
+ 5
1583
+ 5
1584
+ 4
1585
+ 5
1586
+ 5
1587
+ 5
1588
+ 5
1589
+ 1
1590
+ 1
1591
+ 2
1592
+ 4
1593
+ 3
1594
+ 4
1595
+ 4
1596
+ 5
1597
+ 5
1598
+ 6
1599
+ 5
1600
+ 0
1601
+ 0
1602
+ 0
1603
+ 1
1604
+ 1
1605
+ 3
1606
+ 4
1607
+ 1
1608
+ 1
1609
+ 2
1610
+ 4
1611
+ 4
1612
+ 1
1613
+ 0
1614
+ 2
1615
+ 2
1616
+ 4
1617
+ 1
1618
+ 5
1619
+ 5
1620
+ 5
1621
+ 2
1622
+ 0
1623
+ 0
1624
+ 2
1625
+ 2
1626
+ 3
1627
+ 3
1628
+ 6
1629
+ 5
1630
+ 5
1631
+ 5
1632
+ 4
1633
+ 0
1634
+ 3
1635
+ 5
1636
+ 3
1637
+ 4
1638
+ 4
1639
+ 5
1640
+ 5
1641
+ 1
1642
+ 1
1643
+ 5
1644
+ 1
1645
+ 2
1646
+ 5
1647
+ 5
1648
+ 5
1649
+ 6
1650
+ 5
1651
+ 1
1652
+ 4
1653
+ 5
1654
+ 1
1655
+ 5
1656
+ 2
1657
+ 2
1658
+ 0
1659
+ 2
1660
+ 5
1661
+ 0
1662
+ 1
1663
+ 5
1664
+ 1
1665
+ 5
1666
+ 5
1667
+ 3
1668
+ 6
1669
+ 3
1670
+ 3
1671
+ 4
1672
+ 0
1673
+ 5
1674
+ 5
1675
+ 2
1676
+ 5
1677
+ 1
1678
+ 0
1679
+ 1
1680
+ 5
1681
+ 5
1682
+ 1
1683
+ 1
1684
+ 0
1685
+ 2
1686
+ 2
1687
+ 2
1688
+ 0
1689
+ 5
1690
+ 5
1691
+ 2
1692
+ 4
1693
+ 3
1694
+ 1
1695
+ 4
1696
+ 1
1697
+ 5
1698
+ 5
1699
+ 3
1700
+ 5
1701
+ 3
1702
+ 4
1703
+ 1
1704
+ 4
1705
+ 6
1706
+ 4
1707
+ 1
1708
+ 5
1709
+ 6
1710
+ 5
1711
+ 6
1712
+ 5
1713
+ 4
1714
+ 4
1715
+ 4
1716
+ 2
1717
+ 0
1718
+ 2
1719
+ 1
1720
+ 5
1721
+ 5
1722
+ 4
1723
+ 1
1724
+ 2
1725
+ 5
1726
+ 0
1727
+ 0
1728
+ 2
1729
+ 0
1730
+ 4
1731
+ 4
1732
+ 4
1733
+ 4
1734
+ 1
1735
+ 2
1736
+ 1
1737
+ 3
1738
+ 6
1739
+ 6
1740
+ 2
1741
+ 3
1742
+ 0
1743
+ 5
1744
+ 1
1745
+ 3
1746
+ 1
1747
+ 1
1748
+ 1
1749
+ 5
1750
+ 2
1751
+ 2
1752
+ 5
1753
+ 4
1754
+ 2
1755
+ 2
1756
+ 4
1757
+ 4
1758
+ 4
1759
+ 4
1760
+ 0
1761
+ 0
1762
+ 2
1763
+ 2
1764
+ 4
1765
+ 5
1766
+ 5
1767
+ 4
1768
+ 1
1769
+ 2
1770
+ 0
1771
+ 4
1772
+ 2
1773
+ 2
1774
+ 5
1775
+ 4
1776
+ 3
1777
+ 3
1778
+ 6
1779
+ 5
1780
+ 2
1781
+ 5
1782
+ 5
1783
+ 4
1784
+ 5
1785
+ 4
1786
+ 0
1787
+ 1
1788
+ 2
1789
+ 2
1790
+ 1
1791
+ 1
1792
+ 1
1793
+ 5
1794
+ 6
1795
+ 4
1796
+ 5
1797
+ 3
1798
+ 1
1799
+ 3
1800
+ 1
1801
+ 2
1802
+ 3
1803
+ 3
1804
+ 4
1805
+ 5
1806
+ 0
1807
+ 2
1808
+ 0
1809
+ 5
1810
+ 2
1811
+ 2
1812
+ 0
1813
+ 5
1814
+ 0
1815
+ 5
1816
+ 3
1817
+ 4
1818
+ 1
1819
+ 6
1820
+ 5
1821
+ 5
1822
+ 5
1823
+ 5
1824
+ 4
1825
+ 4
1826
+ 1
1827
+ 4
1828
+ 4
1829
+ 5
1830
+ 5
1831
+ 4
1832
+ 6
1833
+ 5
1834
+ 6
1835
+ 3
1836
+ 4
1837
+ 0
1838
+ 3
1839
+ 0
1840
+ 0
1841
+ 5
1842
+ 0
1843
+ 0
1844
+ 4
1845
+ 0
1846
+ 5
1847
+ 5
1848
+ 5
1849
+ 5
1850
+ 5
1851
+ 0
1852
+ 0
1853
+ 2
1854
+ 2
1855
+ 2
1856
+ 5
1857
+ 0
1858
+ 0
1859
+ 4
1860
+ 6
1861
+ 1
1862
+ 4
1863
+ 2
1864
+ 2
1865
+ 4
1866
+ 4
1867
+ 5
1868
+ 2
1869
+ 5
1870
+ 5
1871
+ 5
1872
+ 4
1873
+ 0
1874
+ 5
1875
+ 5
1876
+ 5
1877
+ 3
1878
+ 5
1879
+ 2
1880
+ 6
1881
+ 3
1882
+ 2
1883
+ 5
1884
+ 6
1885
+ 4
1886
+ 3
1887
+ 1
1888
+ 2
1889
+ 0
1890
+ 5
1891
+ 0
1892
+ 4
1893
+ 5
1894
+ 5
1895
+ 5
1896
+ 2
1897
+ 2
1898
+ 1
1899
+ 1
1900
+ 5
1901
+ 1
1902
+ 5
1903
+ 0
1904
+ 0
1905
+ 4
1906
+ 0
1907
+ 0
1908
+ 5
1909
+ 0
1910
+ 5
1911
+ 5
1912
+ 0
1913
+ 4
1914
+ 2
1915
+ 4
1916
+ 4
1917
+ 5
1918
+ 2
1919
+ 5
1920
+ 1
1921
+ 2
1922
+ 5
1923
+ 0
1924
+ 0
1925
+ 0
1926
+ 5
1927
+ 3
1928
+ 3
1929
+ 4
1930
+ 1
1931
+ 5
1932
+ 5
1933
+ 5
1934
+ 5
1935
+ 5
1936
+ 4
1937
+ 3
1938
+ 1
1939
+ 4
1940
+ 5
1941
+ 5
1942
+ 6
1943
+ 5
1944
+ 4
1945
+ 5
1946
+ 5
1947
+ 5
1948
+ 4
1949
+ 4
1950
+ 5
1951
+ 2
1952
+ 4
1953
+ 5
1954
+ 5
1955
+ 5
1956
+ 6
1957
+ 5
1958
+ 5
1959
+ 5
1960
+ 2
1961
+ 5
1962
+ 4
1963
+ 5
1964
+ 3
1965
+ 3
1966
+ 2
1967
+ 1
1968
+ 2
1969
+ 5
1970
+ 5
1971
+ 5
1972
+ 4
1973
+ 5
1974
+ 5
1975
+ 6
1976
+ 5
1977
+ 5
1978
+ 0
1979
+ 6
1980
+ 2
1981
+ 5
1982
+ 1
1983
+ 4
1984
+ 5
1985
+ 5
1986
+ 4
1987
+ 5
1988
+ 4
1989
+ 4
1990
+ 4
1991
+ 5
1992
+ 6
1993
+ 4
1994
+ 1
1995
+ 5
1996
+ 1
1997
+ 3
1998
+ 2
1999
+ 0
2000
+ 4
2001
+ 1
2002
+ 3
2003
+ 5
2004
+ 6
2005
+ 5
2006
+ 4
2007
+ 0
2008
+ 2
2009
+ 2
2010
+ 4
2011
+ 5
2012
+ 4
2013
+ 4
2014
+ 6
2015
+ 4
2016
+ 4
2017
+ 5
2018
+ 5
2019
+ 0
2020
+ 3
2021
+ 4
2022
+ 5
2023
+ 5
2024
+ 0
2025
+ 1
2026
+ 1
2027
+ 5
2028
+ 1
2029
+ 3
2030
+ 1
2031
+ 3
2032
+ 5
2033
+ 5
2034
+ 5
2035
+ 3
2036
+ 5
2037
+ 5
2038
+ 2
2039
+ 2
2040
+ 5
2041
+ 0
2042
+ 5
2043
+ 0
2044
+ 6
2045
+ 0
2046
+ 2
2047
+ 5
2048
+ 0
2049
+ 5
2050
+ 6
2051
+ 5
2052
+ 5
2053
+ 4
2054
+ 5
2055
+ 6
2056
+ 5
2057
+ 6
2058
+ 6
2059
+ 2
2060
+ 0
2061
+ 0
2062
+ 0
2063
+ 0
2064
+ 1
2065
+ 1
2066
+ 1
2067
+ 1
2068
+ 5
2069
+ 2
2070
+ 3
2071
+ 5
2072
+ 5
2073
+ 2
2074
+ 1
2075
+ 2
2076
+ 2
2077
+ 5
2078
+ 5
2079
+ 4
2080
+ 2
2081
+ 4
2082
+ 5
2083
+ 3
2084
+ 4
2085
+ 4
2086
+ 1
2087
+ 1
2088
+ 0
2089
+ 4
2090
+ 1
2091
+ 5
2092
+ 1
2093
+ 0
2094
+ 4
2095
+ 0
2096
+ 0
2097
+ 5
2098
+ 4
2099
+ 4
2100
+ 2
2101
+ 5
2102
+ 6
2103
+ 5
2104
+ 0
2105
+ 5
2106
+ 5
2107
+ 3
2108
+ 5
2109
+ 4
2110
+ 1
2111
+ 5
2112
+ 5
2113
+ 5
2114
+ 5
2115
+ 5
2116
+ 5
2117
+ 1
2118
+ 0
2119
+ 0
2120
+ 1
2121
+ 5
2122
+ 5
2123
+ 5
2124
+ 3
2125
+ 4
2126
+ 3
2127
+ 4
2128
+ 0
2129
+ 3
2130
+ 3
2131
+ 3
2132
+ 5
2133
+ 5
2134
+ 5
2135
+ 4
2136
+ 5
2137
+ 6
2138
+ 6
2139
+ 3
2140
+ 6
2141
+ 1
2142
+ 6
2143
+ 6
2144
+ 6
2145
+ 2
2146
+ 1
2147
+ 3
2148
+ 1
2149
+ 5
2150
+ 3
2151
+ 5
2152
+ 5
2153
+ 3
2154
+ 4
2155
+ 0
2156
+ 3
2157
+ 3
2158
+ 4
2159
+ 4
2160
+ 0
2161
+ 0
2162
+ 2
2163
+ 3
2164
+ 0
2165
+ 5
2166
+ 2
2167
+ 2
2168
+ 5
2169
+ 4
2170
+ 4
2171
+ 4
2172
+ 4
2173
+ 4
2174
+ 4
2175
+ 4
2176
+ 1
2177
+ 0
2178
+ 3
2179
+ 0
2180
+ 5
2181
+ 1
2182
+ 4
2183
+ 5
2184
+ 5
2185
+ 4
2186
+ 0
2187
+ 1
2188
+ 1
2189
+ 5
2190
+ 4
2191
+ 5
2192
+ 6
2193
+ 5
2194
+ 5
2195
+ 5
2196
+ 5
2197
+ 0
2198
+ 0
2199
+ 5
2200
+ 5
2201
+ 0
2202
+ 0
2203
+ 0
2204
+ 0
2205
+ 3
2206
+ 4
2207
+ 1
2208
+ 5
2209
+ 4
2210
+ 4
2211
+ 4
2212
+ 5
2213
+ 5
2214
+ 5
2215
+ 4
2216
+ 5
2217
+ 4
2218
+ 4
2219
+ 0
2220
+ 0
2221
+ 5
2222
+ 5
2223
+ 5
2224
+ 4
2225
+ 2
2226
+ 5
2227
+ 5
2228
+ 5
2229
+ 4
2230
+ 2
2231
+ 5
2232
+ 5
2233
+ 0
2234
+ 2
2235
+ 0
2236
+ 2
2237
+ 5
2238
+ 0
2239
+ 0
2240
+ 6
2241
+ 3
2242
+ 5
2243
+ 5
2244
+ 1
2245
+ 1
2246
+ 5
2247
+ 4
2248
+ 4
2249
+ 0
2250
+ 5
2251
+ 1
2252
+ 6
2253
+ 5
2254
+ 6
2255
+ 5
2256
+ 5
2257
+ 4
2258
+ 2
2259
+ 4
2260
+ 5
2261
+ 6
2262
+ 5
2263
+ 6
2264
+ 5
2265
+ 1
2266
+ 1
2267
+ 1
2268
+ 0
2269
+ 0
2270
+ 0
2271
+ 5
2272
+ 1
2273
+ 1
2274
+ 2
2275
+ 0
2276
+ 3
2277
+ 5
2278
+ 5
2279
+ 5
2280
+ 5
2281
+ 1
2282
+ 1
2283
+ 3
2284
+ 1
2285
+ 6
2286
+ 5
2287
+ 5
2288
+ 5
2289
+ 6
2290
+ 5
2291
+ 1
2292
+ 1
2293
+ 5
2294
+ 1
2295
+ 5
2296
+ 3
2297
+ 5
2298
+ 5
2299
+ 6
2300
+ 5
2301
+ 5
2302
+ 5
2303
+ 5
2304
+ 5
2305
+ 2
2306
+ 2
2307
+ 5
2308
+ 6
2309
+ 6
2310
+ 3
2311
+ 3
2312
+ 0
2313
+ 0
2314
+ 0
2315
+ 5
2316
+ 5
2317
+ 5
2318
+ 5
2319
+ 5
2320
+ 5
2321
+ 5
2322
+ 5
2323
+ 5
2324
+ 4
2325
+ 5
2326
+ 6
2327
+ 6
2328
+ 0
2329
+ 5
2330
+ 3
2331
+ 3
2332
+ 1
2333
+ 4
2334
+ 4
2335
+ 0
2336
+ 2
2337
+ 2
2338
+ 1
2339
+ 0
2340
+ 4
2341
+ 0
2342
+ 2
2343
+ 5
2344
+ 5
2345
+ 3
2346
+ 1
2347
+ 5
2348
+ 3
2349
+ 5
2350
+ 5
2351
+ 5
2352
+ 4
2353
+ 5
2354
+ 4
2355
+ 0
2356
+ 4
2357
+ 6
2358
+ 1
2359
+ 1
2360
+ 4
2361
+ 2
2362
+ 0
2363
+ 0
2364
+ 2
2365
+ 1
2366
+ 2
2367
+ 1
2368
+ 2
2369
+ 2
2370
+ 5
2371
+ 3
2372
+ 4
2373
+ 1
2374
+ 1
2375
+ 5
2376
+ 5
2377
+ 5
2378
+ 5
2379
+ 2
2380
+ 6
2381
+ 2
2382
+ 5
2383
+ 2
2384
+ 4
2385
+ 4
2386
+ 4
2387
+ 3
2388
+ 4
2389
+ 1
2390
+ 5
2391
+ 5
2392
+ 4
2393
+ 1
2394
+ 1
2395
+ 4
2396
+ 4
2397
+ 5
2398
+ 0
2399
+ 0
2400
+ 4
2401
+ 5
2402
+ 3
2403
+ 5
2404
+ 1
2405
+ 2
2406
+ 0
2407
+ 1
2408
+ 5
2409
+ 4
2410
+ 5
2411
+ 2
2412
+ 2
2413
+ 0
2414
+ 2
2415
+ 2
2416
+ 0
2417
+ 0
2418
+ 1
2419
+ 2
2420
+ 1
2421
+ 2
2422
+ 5
2423
+ 2
2424
+ 5
2425
+ 1
2426
+ 2
2427
+ 5
2428
+ 5
2429
+ 5
2430
+ 5
2431
+ 4
2432
+ 4
2433
+ 4
2434
+ 5
2435
+ 4
2436
+ 4
2437
+ 5
2438
+ 5
2439
+ 4
2440
+ 2
2441
+ 5
2442
+ 4
2443
+ 5
2444
+ 2
2445
+ 2
2446
+ 2
2447
+ 5
2448
+ 5
2449
+ 5
2450
+ 1
2451
+ 1
2452
+ 6
2453
+ 6
2454
+ 6
2455
+ 0
2456
+ 0
2457
+ 5
2458
+ 5
2459
+ 5
2460
+ 5
2461
+ 5
2462
+ 1
2463
+ 2
2464
+ 4
2465
+ 5
2466
+ 5
2467
+ 4
2468
+ 4
2469
+ 3
2470
+ 4
2471
+ 6
2472
+ 5
2473
+ 2
2474
+ 2
2475
+ 1
2476
+ 5
2477
+ 2
2478
+ 4
2479
+ 5
2480
+ 4
2481
+ 5
2482
+ 4
2483
+ 3
2484
+ 5
2485
+ 0
2486
+ 0
2487
+ 4
2488
+ 4
2489
+ 5
2490
+ 5
2491
+ 2
2492
+ 5
2493
+ 6
2494
+ 6
2495
+ 6
2496
+ 0
2497
+ 5
2498
+ 0
2499
+ 0
2500
+ 4
2501
+ 4
2502
+ 3
2503
+ 5
2504
+ 5
2505
+ 6
2506
+ 2
2507
+ 5
2508
+ 2
2509
+ 4
2510
+ 4
2511
+ 1
2512
+ 5
2513
+ 4
2514
+ 2
2515
+ 5
2516
+ 5
2517
+ 2
2518
+ 2
2519
+ 4
2520
+ 0
2521
+ 0
2522
+ 5
2523
+ 4
2524
+ 2
2525
+ 2
2526
+ 2
2527
+ 1
2528
+ 2
2529
+ 4
2530
+ 5
2531
+ 5
2532
+ 1
2533
+ 2
2534
+ 5
2535
+ 1
2536
+ 1
2537
+ 5
2538
+ 6
2539
+ 0
2540
+ 4
2541
+ 2
2542
+ 1
2543
+ 1
2544
+ 5
2545
+ 5
2546
+ 6
2547
+ 1
2548
+ 3
2549
+ 5
2550
+ 4
2551
+ 5
2552
+ 5
2553
+ 2
2554
+ 5
2555
+ 4
2556
+ 5
2557
+ 4
2558
+ 4
2559
+ 4
2560
+ 1
2561
+ 5
2562
+ 1
2563
+ 5
2564
+ 2
2565
+ 2
2566
+ 5
2567
+ 5
2568
+ 5
2569
+ 5
2570
+ 5
2571
+ 4
2572
+ 4
2573
+ 2
2574
+ 5
2575
+ 5
2576
+ 5
2577
+ 5
2578
+ 5
2579
+ 5
2580
+ 5
2581
+ 2
2582
+ 2
2583
+ 1
2584
+ 4
2585
+ 3
2586
+ 6
2587
+ 6
2588
+ 3
2589
+ 6
2590
+ 5
2591
+ 2
2592
+ 2
2593
+ 2
2594
+ 3
2595
+ 3
2596
+ 4
2597
+ 4
2598
+ 5
2599
+ 2
2600
+ 5
2601
+ 1
2602
+ 1
2603
+ 0
2604
+ 2
2605
+ 4
2606
+ 5
2607
+ 4
2608
+ 2
2609
+ 1
2610
+ 1
2611
+ 3
2612
+ 5
2613
+ 4
2614
+ 3
2615
+ 5
2616
+ 4
2617
+ 4
2618
+ 4
2619
+ 3
2620
+ 3
2621
+ 3
2622
+ 1
2623
+ 5
2624
+ 5
2625
+ 5
2626
+ 5
2627
+ 3
2628
+ 6
2629
+ 4
2630
+ 3
2631
+ 4
2632
+ 5
2633
+ 5
2634
+ 1
2635
+ 5
2636
+ 0
2637
+ 2
2638
+ 5
2639
+ 1
2640
+ 1
2641
+ 1
2642
+ 2
2643
+ 1
2644
+ 2
2645
+ 1
2646
+ 0
2647
+ 4
2648
+ 4
2649
+ 2
2650
+ 2
2651
+ 4
2652
+ 4
2653
+ 5
2654
+ 6
2655
+ 2
2656
+ 1
2657
+ 1
2658
+ 0
2659
+ 0
2660
+ 2
2661
+ 0
2662
+ 0
2663
+ 4
2664
+ 2
2665
+ 4
2666
+ 3
2667
+ 4
2668
+ 0
2669
+ 0
2670
+ 0
2671
+ 0
2672
+ 5
2673
+ 5
2674
+ 1
2675
+ 5
2676
+ 2
2677
+ 5
2678
+ 5
2679
+ 3
2680
+ 4
2681
+ 5
2682
+ 2
2683
+ 2
2684
+ 3
2685
+ 1
2686
+ 2
2687
+ 2
2688
+ 2
2689
+ 1
2690
+ 5
2691
+ 5
2692
+ 6
2693
+ 5
2694
+ 1
2695
+ 5
2696
+ 5
2697
+ 2
2698
+ 2
2699
+ 2
2700
+ 2
2701
+ 5
2702
+ 1
2703
+ 0
2704
+ 4
2705
+ 0
2706
+ 5
2707
+ 5
2708
+ 5
2709
+ 5
2710
+ 0
2711
+ 0
2712
+ 3
2713
+ 0
2714
+ 0
2715
+ 1
2716
+ 1
2717
+ 2
2718
+ 5
2719
+ 5
2720
+ 0
2721
+ 5
2722
+ 2
2723
+ 5
2724
+ 0
2725
+ 5
2726
+ 2
2727
+ 4
2728
+ 4
2729
+ 5
2730
+ 1
2731
+ 1
2732
+ 1
2733
+ 4
2734
+ 4
2735
+ 2
2736
+ 5
2737
+ 6
2738
+ 5
2739
+ 5
2740
+ 5
2741
+ 5
2742
+ 4
2743
+ 3
2744
+ 4
2745
+ 2
2746
+ 2
2747
+ 1
2748
+ 1
2749
+ 2
2750
+ 2
2751
+ 5
2752
+ 5
2753
+ 2
2754
+ 5
2755
+ 5
2756
+ 5
2757
+ 5
2758
+ 6
2759
+ 5
2760
+ 4
2761
+ 3
2762
+ 3
2763
+ 4
2764
+ 5
2765
+ 5
2766
+ 4
2767
+ 5
2768
+ 5
2769
+ 5
2770
+ 4
2771
+ 1
2772
+ 0
2773
+ 0
2774
+ 4
2775
+ 5
2776
+ 5
2777
+ 5
2778
+ 6
2779
+ 1
2780
+ 4
2781
+ 5
2782
+ 4
2783
+ 3
2784
+ 6
2785
+ 2
2786
+ 2
2787
+ 1
2788
+ 1
2789
+ 5
2790
+ 5
2791
+ 3
2792
+ 4
2793
+ 6
2794
+ 6
2795
+ 5
2796
+ 4
2797
+ 4
2798
+ 5
2799
+ 5
2800
+ 5
2801
+ 3
2802
+ 2
2803
+ 5
2804
+ 5
2805
+ 5
2806
+ 0
2807
+ 5
2808
+ 3
2809
+ 5
2810
+ 1
2811
+ 5
2812
+ 1
2813
+ 4
2814
+ 5
2815
+ 4
2816
+ 5
2817
+ 5
2818
+ 1
2819
+ 4
2820
+ 5
2821
+ 4
2822
+ 0
2823
+ 1
2824
+ 6
2825
+ 6
2826
+ 5
2827
+ 5
2828
+ 3
2829
+ 3
2830
+ 0
2831
+ 5
2832
+ 6
2833
+ 4
2834
+ 5
2835
+ 5
2836
+ 4
2837
+ 5
2838
+ 5
2839
+ 1
2840
+ 4
2841
+ 4
2842
+ 6
2843
+ 5
2844
+ 0
2845
+ 0
2846
+ 5
2847
+ 3
2848
+ 6
2849
+ 4
2850
+ 3
2851
+ 2
2852
+ 2
2853
+ 0
2854
+ 5
2855
+ 6
2856
+ 0
2857
+ 6
2858
+ 5
2859
+ 5
2860
+ 5
2861
+ 4
2862
+ 5
2863
+ 3
2864
+ 5
2865
+ 5
2866
+ 0
2867
+ 5
2868
+ 4
2869
+ 5
2870
+ 5
2871
+ 5
2872
+ 5
2873
+ 3
2874
+ 5
2875
+ 4
2876
+ 1
2877
+ 1
2878
+ 0
2879
+ 2
2880
+ 0
2881
+ 1
2882
+ 3
2883
+ 2
2884
+ 5
2885
+ 5
2886
+ 5
2887
+ 5
2888
+ 4
2889
+ 0
2890
+ 0
2891
+ 0
2892
+ 0
2893
+ 1
2894
+ 5
2895
+ 1
2896
+ 4
2897
+ 0
2898
+ 5
2899
+ 5
2900
+ 5
2901
+ 5
2902
+ 0
2903
+ 0
2904
+ 5
2905
+ 6
2906
+ 1
2907
+ 5
2908
+ 5
2909
+ 3
2910
+ 3
2911
+ 3
2912
+ 4
2913
+ 0
2914
+ 0
2915
+ 5
2916
+ 5
2917
+ 5
2918
+ 6
2919
+ 5
2920
+ 5
2921
+ 5
2922
+ 0
2923
+ 0
2924
+ 1
2925
+ 0
2926
+ 4
2927
+ 5
2928
+ 5
2929
+ 5
2930
+ 1
2931
+ 5
2932
+ 5
2933
+ 5
2934
+ 5
2935
+ 4
2936
+ 4
2937
+ 4
2938
+ 1
2939
+ 5
2940
+ 5
2941
+ 4
2942
+ 5
2943
+ 5
2944
+ 6
2945
+ 1
2946
+ 2
2947
+ 5
2948
+ 5
2949
+ 5
2950
+ 5
2951
+ 1
2952
+ 1
2953
+ 2
2954
+ 1
2955
+ 1
2956
+ 2
2957
+ 1
2958
+ 1
2959
+ 2
2960
+ 2
2961
+ 1
2962
+ 4
2963
+ 3
2964
+ 1
2965
+ 1
2966
+ 5
2967
+ 1
2968
+ 4
2969
+ 4
2970
+ 4
2971
+ 2
2972
+ 5
2973
+ 1
2974
+ 1
2975
+ 1
2976
+ 5
2977
+ 4
2978
+ 1
2979
+ 6
2980
+ 2
2981
+ 3
2982
+ 1
2983
+ 1
2984
+ 5
2985
+ 0
2986
+ 6
2987
+ 5
2988
+ 6
2989
+ 5
2990
+ 3
2991
+ 3
2992
+ 5
2993
+ 5
2994
+ 5
2995
+ 4
2996
+ 0
2997
+ 3
2998
+ 0
2999
+ 0
3000
+ 6
3001
+ 4
3002
+ 4
3003
+ 5
3004
+ 5
3005
+ 4
3006
+ 3
3007
+ 0
3008
+ 5
3009
+ 3
3010
+ 5
3011
+ 4
3012
+ 0
3013
+ 5
3014
+ 2
3015
+ 2
3016
+ 4
3017
+ 5
3018
+ 0
3019
+ 2
3020
+ 5
3021
+ 5
3022
+ 5
3023
+ 0
3024
+ 5
3025
+ 5
3026
+ 5
3027
+ 1
3028
+ 6
3029
+ 5
3030
+ 5
3031
+ 2
3032
+ 0
3033
+ 2
3034
+ 5
3035
+ 1
3036
+ 5
3037
+ 1
3038
+ 5
3039
+ 0
3040
+ 0
3041
+ 4
3042
+ 4
3043
+ 5
3044
+ 5
3045
+ 2
3046
+ 0
3047
+ 2
3048
+ 5
3049
+ 5
3050
+ 6
3051
+ 5
3052
+ 4
3053
+ 5
3054
+ 4
3055
+ 6
3056
+ 5
3057
+ 5
3058
+ 5
3059
+ 5
3060
+ 1
3061
+ 1
3062
+ 2
3063
+ 1
3064
+ 5
3065
+ 1
3066
+ 6
3067
+ 5
3068
+ 5
3069
+ 0
3070
+ 0
3071
+ 5
3072
+ 1
3073
+ 2
3074
+ 1
3075
+ 1
3076
+ 2
3077
+ 2
3078
+ 4
3079
+ 2
3080
+ 1
3081
+ 1
3082
+ 5
3083
+ 5
3084
+ 5
3085
+ 5
3086
+ 5
3087
+ 4
3088
+ 4
3089
+ 6
3090
+ 5
3091
+ 0
3092
+ 0
3093
+ 5
3094
+ 5
3095
+ 5
3096
+ 5
3097
+ 2
3098
+ 3
3099
+ 3
3100
+ 5
3101
+ 1
3102
+ 5
3103
+ 5
3104
+ 6
3105
+ 4
3106
+ 5
3107
+ 0
3108
+ 0
3109
+ 5
3110
+ 5
3111
+ 5
3112
+ 5
3113
+ 5
3114
+ 5
3115
+ 5
3116
+ 2
3117
+ 5
3118
+ 1
3119
+ 1
3120
+ 4
3121
+ 4
3122
+ 1
3123
+ 1
3124
+ 4
3125
+ 4
3126
+ 4
3127
+ 4
3128
+ 4
3129
+ 4
3130
+ 4
3131
+ 4
3132
+ 5
3133
+ 5
3134
+ 0
3135
+ 0
3136
+ 1
3137
+ 5
3138
+ 0
3139
+ 1
3140
+ 5
3141
+ 0
3142
+ 0
3143
+ 4
3144
+ 4
3145
+ 5
3146
+ 6
3147
+ 5
3148
+ 2
3149
+ 1
3150
+ 2
3151
+ 1
3152
+ 5
3153
+ 5
3154
+ 5
3155
+ 5
3156
+ 5
3157
+ 5
3158
+ 5
3159
+ 1
3160
+ 3
3161
+ 2
3162
+ 6
3163
+ 3
3164
+ 5
3165
+ 1
3166
+ 2
3167
+ 2
3168
+ 1
3169
+ 2
3170
+ 2
3171
+ 5
3172
+ 5
3173
+ 0
3174
+ 4
3175
+ 6
3176
+ 0
3177
+ 5
3178
+ 1
3179
+ 1
3180
+ 6
3181
+ 4
3182
+ 4
3183
+ 3
3184
+ 5
3185
+ 4
3186
+ 4
3187
+ 4
3188
+ 4
3189
+ 6
3190
+ 4
3191
+ 5
3192
+ 5
3193
+ 0
3194
+ 0
3195
+ 0
3196
+ 4
3197
+ 1
3198
+ 3
3199
+ 5
3200
+ 4
3201
+ 3
3202
+ 5
3203
+ 5
3204
+ 5
3205
+ 0
3206
+ 0
3207
+ 0
3208
+ 4
3209
+ 5
3210
+ 4
3211
+ 5
3212
+ 3
3213
+ 2
3214
+ 6
3215
+ 1
3216
+ 3
3217
+ 5
3218
+ 4
3219
+ 4
3220
+ 3
3221
+ 5
3222
+ 5
3223
+ 5
3224
+ 2
3225
+ 0
3226
+ 5
3227
+ 1
3228
+ 2
3229
+ 5
3230
+ 5
3231
+ 5
3232
+ 4
3233
+ 5
3234
+ 6
3235
+ 5
3236
+ 5
3237
+ 6
3238
+ 4
3239
+ 4
3240
+ 3
3241
+ 0
3242
+ 0
3243
+ 0
3244
+ 2
3245
+ 4
3246
+ 4
3247
+ 5
3248
+ 6
3249
+ 6
3250
+ 4
3251
+ 2
3252
+ 5
3253
+ 2
3254
+ 5
3255
+ 0
3256
+ 0
3257
+ 2
3258
+ 2
3259
+ 5
3260
+ 5
3261
+ 2
3262
+ 5
3263
+ 5
3264
+ 4
3265
+ 4
3266
+ 1
3267
+ 2
3268
+ 5
3269
+ 4
3270
+ 4
3271
+ 2
3272
+ 4
3273
+ 6
3274
+ 0
3275
+ 0
3276
+ 2
3277
+ 1
3278
+ 5
3279
+ 5
3280
+ 3
3281
+ 2
3282
+ 3
3283
+ 3
3284
+ 1
3285
+ 4
3286
+ 5
3287
+ 5
3288
+ 5
3289
+ 5
3290
+ 1
3291
+ 5
3292
+ 3
3293
+ 3
3294
+ 4
3295
+ 0
3296
+ 5
3297
+ 6
3298
+ 6
3299
+ 1
3300
+ 6
3301
+ 1
3302
+ 2
3303
+ 5
3304
+ 1
3305
+ 3
3306
+ 3
3307
+ 5
3308
+ 4
3309
+ 0
3310
+ 2
3311
+ 5
3312
+ 2
3313
+ 2
3314
+ 0
3315
+ 6
3316
+ 1
3317
+ 2
3318
+ 2
3319
+ 5
3320
+ 5
3321
+ 5
3322
+ 5
3323
+ 5
3324
+ 5
3325
+ 0
3326
+ 0
3327
+ 2
3328
+ 4
3329
+ 1
3330
+ 0
3331
+ 5
3332
+ 5
3333
+ 5
3334
+ 1
3335
+ 2
3336
+ 0
3337
+ 1
3338
+ 5
3339
+ 5
3340
+ 5
3341
+ 2
3342
+ 0
3343
+ 4
3344
+ 4
3345
+ 6
3346
+ 5
3347
+ 0
3348
+ 0
3349
+ 0
3350
+ 0
3351
+ 0
3352
+ 0
3353
+ 5
3354
+ 5
3355
+ 5
3356
+ 2
3357
+ 2
3358
+ 2
3359
+ 5
3360
+ 4
3361
+ 2
3362
+ 5
3363
+ 3
3364
+ 3
3365
+ 5
3366
+ 4
3367
+ 5
3368
+ 2
3369
+ 5
3370
+ 5
3371
+ 5
3372
+ 4
3373
+ 5
3374
+ 4
3375
+ 0
3376
+ 5
3377
+ 1
3378
+ 1
3379
+ 0
3380
+ 2
3381
+ 1
3382
+ 2
3383
+ 3
3384
+ 4
3385
+ 0
3386
+ 2
3387
+ 4
3388
+ 4
3389
+ 4
3390
+ 0
3391
+ 0
3392
+ 0
3393
+ 5
3394
+ 0
3395
+ 0
3396
+ 4
3397
+ 5
3398
+ 5
3399
+ 5
3400
+ 1
3401
+ 2
3402
+ 5
3403
+ 5
3404
+ 2
3405
+ 5
3406
+ 1
3407
+ 0
3408
+ 2
3409
+ 1
3410
+ 5
3411
+ 1
3412
+ 1
3413
+ 4
3414
+ 5
3415
+ 4
3416
+ 5
3417
+ 4
3418
+ 6
3419
+ 1
3420
+ 5
3421
+ 2
3422
+ 1
3423
+ 5
3424
+ 1
3425
+ 2
3426
+ 3
3427
+ 1
3428
+ 1
3429
+ 0
3430
+ 4
3431
+ 3
3432
+ 5
3433
+ 4
3434
+ 5
3435
+ 5
3436
+ 1
3437
+ 1
3438
+ 3
3439
+ 0
3440
+ 5
3441
+ 5
3442
+ 1
3443
+ 1
3444
+ 6
3445
+ 5
3446
+ 1
3447
+ 5
3448
+ 6
3449
+ 6
3450
+ 5
3451
+ 0
3452
+ 1
3453
+ 5
3454
+ 5
3455
+ 5
3456
+ 5
3457
+ 5
3458
+ 0
3459
+ 1
3460
+ 5
3461
+ 5
3462
+ 5
3463
+ 0
3464
+ 4
3465
+ 1
3466
+ 4
3467
+ 5
3468
+ 1
3469
+ 5
3470
+ 2
3471
+ 1
3472
+ 5
3473
+ 1
3474
+ 2
3475
+ 3
3476
+ 3
3477
+ 4
3478
+ 3
3479
+ 4
3480
+ 5
3481
+ 1
3482
+ 0
3483
+ 0
3484
+ 0
3485
+ 1
3486
+ 5
3487
+ 5
3488
+ 4
3489
+ 5
3490
+ 5
3491
+ 6
3492
+ 5
3493
+ 5
3494
+ 5
3495
+ 3
3496
+ 0
3497
+ 5
3498
+ 5
3499
+ 0
3500
+ 5
3501
+ 5
3502
+ 4
3503
+ 5
3504
+ 3
3505
+ 5
3506
+ 5
3507
+ 1
3508
+ 1
3509
+ 2
3510
+ 2
3511
+ 5
3512
+ 1
3513
+ 2
3514
+ 1
3515
+ 4
3516
+ 3
3517
+ 3
3518
+ 4
3519
+ 3
3520
+ 6
3521
+ 4
3522
+ 4
3523
+ 2
3524
+ 2
3525
+ 4
3526
+ 3
3527
+ 6
3528
+ 6
3529
+ 5
3530
+ 3
3531
+ 1
3532
+ 5
3533
+ 5
3534
+ 5
3535
+ 4
3536
+ 1
3537
+ 4
3538
+ 4
3539
+ 5
3540
+ 6
3541
+ 5
3542
+ 5
3543
+ 5
3544
+ 5
3545
+ 5
3546
+ 6
3547
+ 4
3548
+ 4
3549
+ 5
3550
+ 5
3551
+ 2
3552
+ 0
3553
+ 0
3554
+ 1
3555
+ 4
3556
+ 4
3557
+ 4
3558
+ 4
3559
+ 6
3560
+ 5
3561
+ 5
3562
+ 1
3563
+ 6
3564
+ 5
3565
+ 3
3566
+ 3
3567
+ 5
3568
+ 3
3569
+ 2
3570
+ 1
3571
+ 5
3572
+ 6
3573
+ 0
3574
+ 1
3575
+ 2
3576
+ 4
3577
+ 5
3578
+ 5
3579
+ 6
3580
+ 5
3581
+ 6
3582
+ 5
3583
+ 4
3584
+ 5
3585
+ 4
3586
+ 6
3587
+ 0
3588
+ 4
3589
+ 0
3590
+ 0
3591
+ 6
3592
+ 3
3593
+ 2
3594
+ 3
3595
+ 4
3596
+ 3
3597
+ 5
3598
+ 4
3599
+ 4
3600
+ 4
3601
+ 4
3602
+ 1
3603
+ 1
3604
+ 5
3605
+ 0
3606
+ 5
3607
+ 0
3608
+ 0
3609
+ 3
3610
+ 5
3611
+ 4
3612
+ 4
3613
+ 5
3614
+ 5
3615
+ 2
3616
+ 4
3617
+ 5
3618
+ 5
3619
+ 5
3620
+ 2
3621
+ 3
3622
+ 3
3623
+ 2
3624
+ 4
3625
+ 4
3626
+ 0
3627
+ 3
3628
+ 0
3629
+ 0
3630
+ 5
3631
+ 4
3632
+ 0
3633
+ 0
3634
+ 2
3635
+ 0
3636
+ 0
3637
+ 1
3638
+ 0
3639
+ 1
3640
+ 5
3641
+ 4
3642
+ 1
3643
+ 2
3644
+ 5
3645
+ 6
3646
+ 4
3647
+ 5
3648
+ 4
3649
+ 0
3650
+ 1
3651
+ 6
3652
+ 5
3653
+ 6
3654
+ 5
3655
+ 5
3656
+ 6
3657
+ 2
3658
+ 5
3659
+ 5
3660
+ 2
3661
+ 6
3662
+ 1
3663
+ 5
3664
+ 5
3665
+ 4
3666
+ 5
3667
+ 1
3668
+ 4
3669
+ 5
3670
+ 6
3671
+ 2
3672
+ 1
3673
+ 4
3674
+ 5
3675
+ 6
3676
+ 5
3677
+ 5
3678
+ 6
3679
+ 3
3680
+ 2
3681
+ 1
3682
+ 5
3683
+ 5
3684
+ 6
3685
+ 5
3686
+ 2
3687
+ 5
3688
+ 4
3689
+ 6
3690
+ 5
3691
+ 5
3692
+ 5
3693
+ 5
3694
+ 5
3695
+ 1
3696
+ 5
3697
+ 4
3698
+ 6
3699
+ 3
3700
+ 5
3701
+ 4
3702
+ 5
3703
+ 0
3704
+ 2
3705
+ 1
3706
+ 4
3707
+ 5
3708
+ 5
3709
+ 2
3710
+ 1
3711
+ 5
3712
+ 5
3713
+ 5
3714
+ 1
3715
+ 4
3716
+ 5
3717
+ 5
3718
+ 0
3719
+ 5
3720
+ 4
3721
+ 4
3722
+ 1
3723
+ 5
3724
+ 6
3725
+ 6
3726
+ 5
3727
+ 4
3728
+ 4
3729
+ 0
3730
+ 4
3731
+ 5
3732
+ 2
3733
+ 6
3734
+ 0
3735
+ 6
3736
+ 6
3737
+ 1
3738
+ 2
3739
+ 5
3740
+ 1
3741
+ 0
3742
+ 0
3743
+ 5
3744
+ 2
3745
+ 5
3746
+ 4
3747
+ 2
3748
+ 2
3749
+ 0
3750
+ 4
3751
+ 5
3752
+ 1
3753
+ 2
3754
+ 0
3755
+ 2
3756
+ 5
3757
+ 3
3758
+ 5
3759
+ 5
3760
+ 5
3761
+ 2
3762
+ 1
3763
+ 0
3764
+ 5
3765
+ 4
3766
+ 2
3767
+ 4
3768
+ 0
3769
+ 4
3770
+ 5
3771
+ 4
3772
+ 4
3773
+ 1
3774
+ 4
3775
+ 0
3776
+ 0
3777
+ 1
3778
+ 0
3779
+ 2
3780
+ 5
3781
+ 0
3782
+ 5
3783
+ 5
3784
+ 2
3785
+ 2
3786
+ 5
3787
+ 1
3788
+ 5
3789
+ 4
3790
+ 5
3791
+ 5
3792
+ 0
3793
+ 6
3794
+ 4
3795
+ 5
3796
+ 5
3797
+ 2
3798
+ 5
3799
+ 2
3800
+ 2
3801
+ 1
3802
+ 2
3803
+ 5
3804
+ 5
3805
+ 5
3806
+ 6
3807
+ 5
3808
+ 2
3809
+ 1
3810
+ 6
3811
+ 3
3812
+ 4
3813
+ 5
3814
+ 1
3815
+ 2
3816
+ 3
3817
+ 0
3818
+ 2
3819
+ 0
3820
+ 4
3821
+ 3
3822
+ 2
3823
+ 1
3824
+ 5
3825
+ 2
3826
+ 5
3827
+ 5
3828
+ 4
3829
+ 5
3830
+ 4
3831
+ 6
3832
+ 4
3833
+ 5
3834
+ 5
3835
+ 4
3836
+ 2
3837
+ 4
3838
+ 1
3839
+ 1
3840
+ 4
3841
+ 0
3842
+ 3
3843
+ 4
3844
+ 5
3845
+ 1
3846
+ 5
3847
+ 5
3848
+ 5
3849
+ 5
3850
+ 2
3851
+ 2
3852
+ 1
3853
+ 5
3854
+ 2
3855
+ 1
3856
+ 5
3857
+ 5
3858
+ 5
3859
+ 4
3860
+ 0
3861
+ 3
3862
+ 5
3863
+ 0
3864
+ 5
3865
+ 5
3866
+ 0
3867
+ 0
3868
+ 1
3869
+ 1
3870
+ 1
3871
+ 1
3872
+ 3
3873
+ 3
3874
+ 0
3875
+ 5
3876
+ 1
3877
+ 5
3878
+ 1
3879
+ 1
3880
+ 1
3881
+ 1
3882
+ 2
3883
+ 0
3884
+ 0
3885
+ 5
3886
+ 6
3887
+ 5
3888
+ 6
3889
+ 5
3890
+ 2
3891
+ 5
3892
+ 5
3893
+ 5
3894
+ 5
3895
+ 2
3896
+ 1
3897
+ 6
3898
+ 4
3899
+ 3
3900
+ 5
3901
+ 0
3902
+ 4
3903
+ 4
3904
+ 5
3905
+ 4
3906
+ 5
3907
+ 5
3908
+ 6
3909
+ 5
3910
+ 6
3911
+ 5
3912
+ 4
3913
+ 0
3914
+ 5
3915
+ 4
3916
+ 4
3917
+ 1
3918
+ 2
3919
+ 1
3920
+ 5
3921
+ 0
3922
+ 0
3923
+ 2
3924
+ 2
3925
+ 4
3926
+ 4
3927
+ 4
3928
+ 5
3929
+ 4
3930
+ 5
3931
+ 4
3932
+ 4
3933
+ 5
3934
+ 5
3935
+ 5
3936
+ 6
3937
+ 5
3938
+ 2
3939
+ 0
3940
+ 1
3941
+ 1
3942
+ 1
3943
+ 5
3944
+ 3
3945
+ 5
3946
+ 5
3947
+ 4
3948
+ 4
3949
+ 0
3950
+ 2
3951
+ 5
3952
+ 5
3953
+ 6
3954
+ 5
3955
+ 5
3956
+ 4
3957
+ 4
3958
+ 2
3959
+ 5
3960
+ 6
3961
+ 6
3962
+ 5
3963
+ 3
3964
+ 5
3965
+ 6
3966
+ 5
3967
+ 1
3968
+ 5
3969
+ 0
3970
+ 5
3971
+ 3
3972
+ 1
3973
+ 4
3974
+ 2
3975
+ 6
3976
+ 4
3977
+ 4
3978
+ 5
3979
+ 5
3980
+ 4
3981
+ 4
3982
+ 0
3983
+ 4
3984
+ 0
3985
+ 3
3986
+ 5
3987
+ 3
3988
+ 0
3989
+ 4
3990
+ 5
3991
+ 6
3992
+ 6
3993
+ 5
3994
+ 5
3995
+ 5
3996
+ 1
3997
+ 2
3998
+ 1
3999
+ 5
4000
+ 4
4001
+ 1
4002
+ 5
4003
+ 2
4004
+ 1
4005
+ 6
4006
+ 5
4007
+ 5
4008
+ 4
4009
+ 0
4010
+ 4
4011
+ 0
4012
+ 0
4013
+ 5
4014
+ 4
4015
+ 5
4016
+ 6
4017
+ 5
4018
+ 5
4019
+ 2
4020
+ 5
4021
+ 5
4022
+ 4
4023
+ 4
4024
+ 2
4025
+ 5
4026
+ 1
4027
+ 5
4028
+ 1
4029
+ 1
4030
+ 2
4031
+ 2
4032
+ 2
4033
+ 5
4034
+ 5
4035
+ 4
4036
+ 6
4037
+ 0
4038
+ 5
4039
+ 5
4040
+ 5
4041
+ 4
4042
+ 3
4043
+ 4
4044
+ 5
4045
+ 4
4046
+ 5
4047
+ 3
4048
+ 5
4049
+ 5
4050
+ 0
4051
+ 5
4052
+ 4
4053
+ 4
4054
+ 1
4055
+ 2
4056
+ 2
4057
+ 5
4058
+ 4
4059
+ 4
4060
+ 0
4061
+ 0
4062
+ 2
4063
+ 5
4064
+ 2
4065
+ 1
4066
+ 2
4067
+ 2
4068
+ 1
4069
+ 4
4070
+ 5
4071
+ 0
4072
+ 0
4073
+ 6
4074
+ 5
4075
+ 5
4076
+ 5
4077
+ 0
4078
+ 5
4079
+ 5
4080
+ 1
4081
+ 0
4082
+ 4
4083
+ 2
4084
+ 4
4085
+ 4
4086
+ 4
4087
+ 6
4088
+ 5
4089
+ 1
4090
+ 5
4091
+ 5
4092
+ 5
4093
+ 5
4094
+ 4
4095
+ 4
4096
+ 5
4097
+ 5
4098
+ 5
4099
+ 5
4100
+ 5
4101
+ 4
4102
+ 3
4103
+ 4
4104
+ 1
4105
+ 5
4106
+ 5
4107
+ 4
4108
+ 4
4109
+ 5
4110
+ 2
4111
+ 5
4112
+ 5
4113
+ 5
4114
+ 2
4115
+ 0
4116
+ 1
4117
+ 2
4118
+ 1
4119
+ 6
4120
+ 5
4121
+ 5
4122
+ 5
4123
+ 5
4124
+ 5
4125
+ 1
4126
+ 4
4127
+ 3
4128
+ 1
4129
+ 3
4130
+ 5
4131
+ 5
4132
+ 5
4133
+ 3
4134
+ 1
4135
+ 5
4136
+ 5
4137
+ 4
4138
+ 5
4139
+ 5
4140
+ 5
4141
+ 5
4142
+ 4
4143
+ 5
4144
+ 4
4145
+ 0
4146
+ 0
4147
+ 0
4148
+ 0
4149
+ 4
4150
+ 4
4151
+ 5
4152
+ 4
4153
+ 0
4154
+ 0
4155
+ 1
4156
+ 4
4157
+ 4
4158
+ 5
4159
+ 4
4160
+ 0
4161
+ 0
4162
+ 2
4163
+ 2
4164
+ 4
4165
+ 4
4166
+ 4
4167
+ 5
4168
+ 5
4169
+ 0
4170
+ 3
4171
+ 5
4172
+ 5
4173
+ 6
4174
+ 4
4175
+ 5
4176
+ 1
4177
+ 5
4178
+ 2
4179
+ 5
4180
+ 0
4181
+ 5
4182
+ 5
4183
+ 1
4184
+ 2
4185
+ 5
4186
+ 6
4187
+ 2
4188
+ 2
4189
+ 1
4190
+ 5
4191
+ 4
4192
+ 1
4193
+ 4
4194
+ 4
4195
+ 4
4196
+ 3
4197
+ 5
4198
+ 5
4199
+ 5
4200
+ 4
4201
+ 4
4202
+ 1
4203
+ 5
4204
+ 5
4205
+ 5
4206
+ 6
4207
+ 4
4208
+ 4
4209
+ 0
4210
+ 0
4211
+ 0
4212
+ 6
4213
+ 2
4214
+ 2
4215
+ 1
4216
+ 1
4217
+ 5
4218
+ 4
4219
+ 0
4220
+ 5
4221
+ 4
4222
+ 5
4223
+ 4
4224
+ 2
4225
+ 5
4226
+ 1
4227
+ 4
4228
+ 4
4229
+ 5
4230
+ 5
4231
+ 5
4232
+ 5
4233
+ 0
4234
+ 5
4235
+ 4
4236
+ 2
4237
+ 4
4238
+ 4
4239
+ 0
4240
+ 0
4241
+ 0
4242
+ 4
4243
+ 5
4244
+ 5
4245
+ 5
4246
+ 5
4247
+ 5
4248
+ 3
4249
+ 6
4250
+ 3
4251
+ 4
4252
+ 5
4253
+ 5
4254
+ 4
4255
+ 1
4256
+ 5
4257
+ 5
4258
+ 5
4259
+ 5
4260
+ 5
4261
+ 4
4262
+ 3
4263
+ 4
4264
+ 0
4265
+ 0
4266
+ 5
4267
+ 3
4268
+ 4
4269
+ 5
4270
+ 3
4271
+ 3
4272
+ 0
4273
+ 5
4274
+ 5
4275
+ 1
4276
+ 2
4277
+ 5
4278
+ 5
4279
+ 2
4280
+ 5
4281
+ 5
4282
+ 1
4283
+ 5
4284
+ 5
4285
+ 3
4286
+ 2
4287
+ 5
4288
+ 0
4289
+ 1
4290
+ 0
4291
+ 5
4292
+ 1
4293
+ 0
4294
+ 5
4295
+ 2
4296
+ 5
4297
+ 1
4298
+ 0
4299
+ 3
4300
+ 0
4301
+ 5
4302
+ 5
4303
+ 4
4304
+ 4
4305
+ 4
4306
+ 4
4307
+ 0
4308
+ 0
4309
+ 0
4310
+ 0
4311
+ 4
4312
+ 5
4313
+ 5
4314
+ 5
4315
+ 3
4316
+ 6
4317
+ 6
4318
+ 4
4319
+ 5
4320
+ 1
4321
+ 6
4322
+ 5
4323
+ 3
4324
+ 3
4325
+ 1
4326
+ 1
4327
+ 5
4328
+ 5
4329
+ 4
4330
+ 5
4331
+ 5
4332
+ 4
4333
+ 5
4334
+ 5
4335
+ 5
4336
+ 5
4337
+ 5
4338
+ 2
4339
+ 5
4340
+ 5
4341
+ 2
4342
+ 3
4343
+ 3
4344
+ 3
4345
+ 3
4346
+ 1
4347
+ 1
4348
+ 6
4349
+ 6
4350
+ 1
4351
+ 4
4352
+ 5
4353
+ 5
4354
+ 5
4355
+ 4
4356
+ 4
4357
+ 5
4358
+ 4
4359
+ 5
4360
+ 4
4361
+ 4
4362
+ 2
4363
+ 5
4364
+ 4
4365
+ 4
4366
+ 2
4367
+ 5
4368
+ 2
4369
+ 1
4370
+ 5
4371
+ 4
4372
+ 2
4373
+ 1
4374
+ 5
4375
+ 3
4376
+ 6
4377
+ 1
4378
+ 5
4379
+ 5
4380
+ 2
4381
+ 5
4382
+ 3
4383
+ 2
4384
+ 3
4385
+ 4
4386
+ 5
4387
+ 3
4388
+ 4
4389
+ 4
4390
+ 1
4391
+ 1
4392
+ 5
4393
+ 5
4394
+ 5
4395
+ 5
4396
+ 5
4397
+ 5
4398
+ 6
4399
+ 5
4400
+ 5
4401
+ 3
4402
+ 4
4403
+ 1
4404
+ 2
4405
+ 2
4406
+ 5
4407
+ 5
4408
+ 2
4409
+ 0
4410
+ 5
4411
+ 5
4412
+ 5
4413
+ 4
4414
+ 4
4415
+ 6
4416
+ 5
4417
+ 2
4418
+ 1
4419
+ 4
4420
+ 4
4421
+ 5
4422
+ 1
4423
+ 4
4424
+ 4
4425
+ 1
4426
+ 4
4427
+ 4
4428
+ 0
4429
+ 6
4430
+ 5
4431
+ 6
4432
+ 3
4433
+ 3
4434
+ 1
4435
+ 1
4436
+ 5
4437
+ 4
4438
+ 1
4439
+ 2
4440
+ 2
4441
+ 5
4442
+ 5
4443
+ 1
4444
+ 0
4445
+ 2
4446
+ 5
4447
+ 5
4448
+ 2
4449
+ 1
4450
+ 5
4451
+ 4
4452
+ 1
4453
+ 4
4454
+ 2
4455
+ 5
4456
+ 2
4457
+ 3
4458
+ 0
4459
+ 1
4460
+ 1
4461
+ 1
4462
+ 1
4463
+ 5
4464
+ 6
4465
+ 3
4466
+ 3
ratio_proportion_change3/finetuning/trainr_in_label.txt ADDED
The diff for this file is too large to render. See raw diff
 
ratio_proportion_change3/finetuning/trainr_label.txt ADDED
@@ -0,0 +1,4466 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ 0.6923076923076923
2
+ 0.7142857142857143
3
+ 0.64
4
+ 0.5384615384615384
5
+ 0.7222222222222222
6
+ 0.7222222222222222
7
+ 0.8
8
+ 1.0
9
+ 1.0
10
+ 1.0
11
+ 1.0
12
+ 0.7142857142857143
13
+ 1.0
14
+ 0.6428571428571428
15
+ 0.7647058823529411
16
+ 0.9090909090909091
17
+ 0.6470588235294117
18
+ 0.8235294117647058
19
+ 1.0
20
+ 0.9230769230769231
21
+ 0.8461538461538461
22
+ 0.8
23
+ 0.6666666666666667
24
+ 0.6599999999999999
25
+ 1.0
26
+ 1.0
27
+ 0.575
28
+ 0.5882352941176471
29
+ 0.7037037037037037
30
+ 0.6875
31
+ 0.8333333333333334
32
+ 0.7666666666666666
33
+ 0.8
34
+ 0.7333333333333334
35
+ 1.0
36
+ 0.875
37
+ 0.8666666666666667
38
+ 0.8333333333333334
39
+ 0.7692307692307692
40
+ 0.6206896551724138
41
+ 0.7083333333333333
42
+ 0.5142857142857142
43
+ 0.8666666666666667
44
+ 0.7619047619047619
45
+ 0.9333333333333333
46
+ 0.41428571428571426
47
+ 0.8823529411764706
48
+ 0.8461538461538461
49
+ 0.9166666666666666
50
+ 0.9
51
+ 0.9655172413793104
52
+ 0.9767441860465116
53
+ 0.9782608695652174
54
+ 0.8
55
+ 1.0
56
+ 0.7647058823529411
57
+ 0.8235294117647058
58
+ 0.9230769230769231
59
+ 0.8333333333333334
60
+ 1.0
61
+ 1.0
62
+ 0.8571428571428572
63
+ 0.7272727272727273
64
+ 0.8888888888888888
65
+ 0.84
66
+ 0.6875
67
+ 0.6896551724137931
68
+ 0.7272727272727273
69
+ 0.9
70
+ 0.65
71
+ 1.0
72
+ 0.7407407407407407
73
+ 0.7931034482758621
74
+ 0.5806451612903225
75
+ 0.9090909090909091
76
+ 0.6585365853658536
77
+ 0.75
78
+ 1.0
79
+ 1.0
80
+ 0.95
81
+ 0.9230769230769231
82
+ 1.0
83
+ 0.8947368421052632
84
+ 0.9090909090909091
85
+ 0.6875
86
+ 1.0
87
+ 1.0
88
+ 0.875
89
+ 0.7333333333333334
90
+ 0.6428571428571428
91
+ 0.9
92
+ 0.8235294117647058
93
+ 0.7083333333333333
94
+ 0.5918367346938775
95
+ 0.6666666666666667
96
+ 0.7142857142857143
97
+ 0.7647058823529411
98
+ 0.6666666666666667
99
+ 1.0
100
+ 0.625
101
+ 1.0
102
+ 1.0
103
+ 0.8125
104
+ 0.7333333333333334
105
+ 0.7142857142857143
106
+ 0.5555555555555556
107
+ 0.631578947368421
108
+ 0.8571428571428572
109
+ 0.6153846153846154
110
+ 0.8333333333333334
111
+ 0.75
112
+ 0.6666666666666667
113
+ 0.75
114
+ 0.71875
115
+ 0.7058823529411764
116
+ 0.9090909090909091
117
+ 0.7777777777777778
118
+ 0.75
119
+ 0.6086956521739131
120
+ 0.7777777777777778
121
+ 0.8
122
+ 0.6190476190476191
123
+ 0.8571428571428572
124
+ 0.6896551724137931
125
+ 0.5098039215686274
126
+ 0.9230769230769231
127
+ 0.9090909090909091
128
+ 0.8
129
+ 0.5416666666666667
130
+ 0.7333333333333334
131
+ 0.5384615384615384
132
+ 0.6774193548387097
133
+ 0.8181818181818181
134
+ 0.6923076923076923
135
+ 0.6595744680851063
136
+ 0.7894736842105263
137
+ 0.56
138
+ 0.7
139
+ 0.7142857142857143
140
+ 0.6333333333333333
141
+ 0.7647058823529411
142
+ 0.85
143
+ 0.7647058823529411
144
+ 0.75
145
+ 1.0
146
+ 0.7692307692307692
147
+ 1.0
148
+ 0.8421052631578947
149
+ 1.0
150
+ 0.7391304347826086
151
+ 1.0
152
+ 0.75
153
+ 0.7692307692307692
154
+ 0.8148148148148149
155
+ 0.875
156
+ 1.0
157
+ 0.7692307692307692
158
+ 0.7333333333333334
159
+ 0.75
160
+ 0.7272727272727273
161
+ 0.736842105263158
162
+ 0.75
163
+ 1.0
164
+ 1.0
165
+ 1.0
166
+ 0.6521739130434783
167
+ 0.6875
168
+ 0.7619047619047619
169
+ 0.8888888888888888
170
+ 0.8823529411764706
171
+ 0.8461538461538461
172
+ 0.6666666666666667
173
+ 0.6296296296296297
174
+ 0.8461538461538461
175
+ 0.8
176
+ 0.8
177
+ 0.7647058823529411
178
+ 0.6842105263157895
179
+ 0.7317073170731707
180
+ 0.9285714285714286
181
+ 0.8666666666666667
182
+ 0.625
183
+ 0.9166666666666666
184
+ 0.9
185
+ 0.736842105263158
186
+ 0.75
187
+ 0.8
188
+ 0.6333333333333333
189
+ 0.8095238095238095
190
+ 0.9090909090909091
191
+ 0.9333333333333333
192
+ 0.9375
193
+ 0.782608695652174
194
+ 0.8461538461538461
195
+ 0.8571428571428572
196
+ 0.7857142857142857
197
+ 0.5833333333333333
198
+ 0.6
199
+ 0.5925925925925926
200
+ 0.75
201
+ 0.9166666666666666
202
+ 0.6818181818181819
203
+ 1.0
204
+ 0.5454545454545454
205
+ 0.6666666666666667
206
+ 0.8947368421052632
207
+ 0.6296296296296297
208
+ 0.9
209
+ 0.8571428571428572
210
+ 0.8461538461538461
211
+ 0.7272727272727273
212
+ 0.9090909090909091
213
+ 0.5909090909090908
214
+ 0.9090909090909091
215
+ 0.8333333333333334
216
+ 1.0
217
+ 0.75
218
+ 1.0
219
+ 0.7142857142857143
220
+ 0.7142857142857143
221
+ 0.8181818181818181
222
+ 1.0
223
+ 0.7777777777777778
224
+ 0.7777777777777778
225
+ 0.9
226
+ 0.7666666666666666
227
+ 1.0
228
+ 0.6571428571428571
229
+ 0.8
230
+ 0.5454545454545454
231
+ 0.6818181818181819
232
+ 0.7777777777777778
233
+ 0.6
234
+ 0.6
235
+ 0.6666666666666667
236
+ 0.6538461538461539
237
+ 0.8666666666666667
238
+ 0.736842105263158
239
+ 0.7647058823529411
240
+ 0.8
241
+ 0.8
242
+ 1.0
243
+ 1.0
244
+ 0.736842105263158
245
+ 0.64
246
+ 0.7058823529411764
247
+ 0.7027027027027026
248
+ 0.8461538461538461
249
+ 1.0
250
+ 0.5833333333333333
251
+ 0.55
252
+ 0.5777777777777777
253
+ 0.696969696969697
254
+ 0.9333333333333333
255
+ 0.6521739130434783
256
+ 0.75
257
+ 0.7058823529411764
258
+ 0.6875
259
+ 0.64
260
+ 0.8888888888888888
261
+ 0.8888888888888888
262
+ 0.9
263
+ 1.0
264
+ 0.7333333333333334
265
+ 0.8333333333333334
266
+ 0.7777777777777778
267
+ 0.8
268
+ 0.6
269
+ 0.65
270
+ 0.8
271
+ 0.7142857142857143
272
+ 0.8
273
+ 1.0
274
+ 0.7647058823529411
275
+ 0.6666666666666667
276
+ 0.8421052631578947
277
+ 0.7142857142857143
278
+ 0.8461538461538461
279
+ 1.0
280
+ 0.8
281
+ 0.6153846153846154
282
+ 0.7142857142857143
283
+ 0.8666666666666667
284
+ 0.7647058823529411
285
+ 0.9166666666666666
286
+ 0.5862068965517242
287
+ 0.7058823529411764
288
+ 0.42000000000000004
289
+ 0.8
290
+ 0.53125
291
+ 0.7142857142857143
292
+ 0.6111111111111112
293
+ 1.0
294
+ 0.9
295
+ 0.625
296
+ 0.7037037037037037
297
+ 0.7894736842105263
298
+ 0.6206896551724138
299
+ 1.0
300
+ 1.0
301
+ 0.9166666666666666
302
+ 1.0
303
+ 0.6363636363636364
304
+ 0.6153846153846154
305
+ 0.625
306
+ 0.6666666666666667
307
+ 0.7142857142857143
308
+ 0.6666666666666667
309
+ 0.6666666666666667
310
+ 0.5
311
+ 0.625
312
+ 0.9230769230769231
313
+ 0.8888888888888888
314
+ 0.7391304347826086
315
+ 0.625
316
+ 0.9166666666666666
317
+ 0.9375
318
+ 0.8421052631578947
319
+ 0.9
320
+ 0.8
321
+ 0.7894736842105263
322
+ 0.7857142857142857
323
+ 0.7142857142857143
324
+ 0.6551724137931034
325
+ 0.8235294117647058
326
+ 0.7391304347826086
327
+ 0.875
328
+ 0.8095238095238095
329
+ 0.7222222222222222
330
+ 0.7586206896551724
331
+ 0.6470588235294117
332
+ 0.6363636363636364
333
+ 0.7894736842105263
334
+ 1.0
335
+ 1.0
336
+ 0.8461538461538461
337
+ 0.9090909090909091
338
+ 0.8461538461538461
339
+ 0.9090909090909091
340
+ 0.5714285714285714
341
+ 0.9
342
+ 0.6086956521739131
343
+ 1.0
344
+ 1.0
345
+ 0.875
346
+ 0.7272727272727273
347
+ 0.6666666666666667
348
+ 0.6511627906976745
349
+ 0.8181818181818181
350
+ 1.0
351
+ 0.7307692307692308
352
+ 1.0
353
+ 0.8666666666666667
354
+ 0.8571428571428572
355
+ 0.8571428571428572
356
+ 0.9
357
+ 0.9
358
+ 0.6785714285714286
359
+ 0.6428571428571428
360
+ 0.8571428571428572
361
+ 1.0
362
+ 0.7
363
+ 0.8888888888888888
364
+ 0.7222222222222222
365
+ 0.9090909090909091
366
+ 0.8571428571428572
367
+ 0.9375
368
+ 0.8333333333333334
369
+ 0.7083333333333333
370
+ 0.8888888888888888
371
+ 0.7333333333333334
372
+ 0.7307692307692308
373
+ 0.8571428571428572
374
+ 0.8571428571428572
375
+ 0.7222222222222222
376
+ 1.0
377
+ 0.4666666666666667
378
+ 1.0
379
+ 1.0
380
+ 0.8846153846153846
381
+ 0.9090909090909091
382
+ 0.8888888888888888
383
+ 0.7916666666666666
384
+ 0.7428571428571429
385
+ 0.7352941176470589
386
+ 0.75
387
+ 0.8571428571428572
388
+ 0.7058823529411764
389
+ 0.6666666666666667
390
+ 0.5263157894736843
391
+ 0.736842105263158
392
+ 0.6666666666666667
393
+ 0.75
394
+ 0.8571428571428572
395
+ 1.0
396
+ 1.0
397
+ 0.6521739130434783
398
+ 0.55
399
+ 0.8125
400
+ 1.0
401
+ 0.8333333333333334
402
+ 0.75
403
+ 0.6956521739130435
404
+ 0.6875
405
+ 0.5666666666666667
406
+ 0.6739130434782609
407
+ 0.7142857142857143
408
+ 0.9166666666666666
409
+ 0.8
410
+ 0.85
411
+ 0.75
412
+ 0.625
413
+ 0.8333333333333334
414
+ 0.7777777777777778
415
+ 1.0
416
+ 0.6666666666666667
417
+ 0.5277777777777778
418
+ 0.875
419
+ 0.7142857142857143
420
+ 0.8333333333333334
421
+ 0.8333333333333334
422
+ 0.8461538461538461
423
+ 0.8
424
+ 1.0
425
+ 0.782608695652174
426
+ 0.9
427
+ 0.7777777777777778
428
+ 0.7352941176470589
429
+ 0.9
430
+ 0.9
431
+ 0.7647058823529411
432
+ 0.6153846153846154
433
+ 1.0
434
+ 0.9090909090909091
435
+ 0.5833333333333333
436
+ 0.75
437
+ 0.9090909090909091
438
+ 0.8
439
+ 1.0
440
+ 0.8333333333333334
441
+ 0.5833333333333333
442
+ 0.9090909090909091
443
+ 1.0
444
+ 0.7692307692307692
445
+ 0.8888888888888888
446
+ 0.75
447
+ 0.9375
448
+ 0.8
449
+ 0.8888888888888888
450
+ 1.0
451
+ 0.7692307692307692
452
+ 0.8666666666666667
453
+ 0.9090909090909091
454
+ 1.0
455
+ 1.0
456
+ 0.8333333333333334
457
+ 1.0
458
+ 1.0
459
+ 0.6470588235294117
460
+ 0.8181818181818181
461
+ 0.7857142857142857
462
+ 0.55
463
+ 1.0
464
+ 0.7
465
+ 0.7058823529411764
466
+ 0.6875
467
+ 1.0
468
+ 0.9090909090909091
469
+ 1.0
470
+ 0.7333333333333334
471
+ 0.8
472
+ 0.8421052631578947
473
+ 0.7142857142857143
474
+ 0.8125
475
+ 0.6923076923076923
476
+ 0.8636363636363636
477
+ 0.8571428571428572
478
+ 0.7222222222222222
479
+ 0.8333333333333334
480
+ 0.48275862068965514
481
+ 0.7391304347826086
482
+ 0.9285714285714286
483
+ 0.5263157894736843
484
+ 0.8636363636363636
485
+ 0.92
486
+ 1.0
487
+ 0.8333333333333334
488
+ 0.631578947368421
489
+ 0.8636363636363636
490
+ 0.9047619047619048
491
+ 0.8333333333333334
492
+ 0.9
493
+ 0.7058823529411764
494
+ 1.0
495
+ 0.9090909090909091
496
+ 0.7
497
+ 0.8888888888888888
498
+ 1.0
499
+ 0.8333333333333334
500
+ 1.0
501
+ 0.8
502
+ 0.7272727272727273
503
+ 1.0
504
+ 0.7272727272727273
505
+ 1.0
506
+ 0.8
507
+ 0.42307692307692313
508
+ 0.5714285714285714
509
+ 0.6666666666666667
510
+ 0.875
511
+ 0.7843137254901961
512
+ 0.7272727272727273
513
+ 0.7692307692307692
514
+ 0.72
515
+ 0.8571428571428572
516
+ 0.8695652173913043
517
+ 0.7777777777777778
518
+ 0.75
519
+ 0.7333333333333334
520
+ 0.5769230769230769
521
+ 0.7105263157894737
522
+ 0.7142857142857143
523
+ 1.0
524
+ 0.6875
525
+ 0.9230769230769231
526
+ 0.9444444444444444
527
+ 0.8333333333333334
528
+ 0.7692307692307692
529
+ 0.7333333333333334
530
+ 0.8181818181818181
531
+ 0.6666666666666667
532
+ 1.0
533
+ 1.0
534
+ 0.5909090909090908
535
+ 0.8461538461538461
536
+ 0.6739130434782609
537
+ 0.7777777777777778
538
+ 1.0
539
+ 0.8666666666666667
540
+ 1.0
541
+ 1.0
542
+ 1.0
543
+ 0.6875
544
+ 0.8461538461538461
545
+ 0.7619047619047619
546
+ 0.625
547
+ 0.75
548
+ 0.8571428571428572
549
+ 0.8620689655172413
550
+ 0.8
551
+ 1.0
552
+ 0.7272727272727273
553
+ 0.6956521739130435
554
+ 0.9166666666666666
555
+ 0.6875
556
+ 0.6666666666666667
557
+ 1.0
558
+ 0.6666666666666667
559
+ 0.8571428571428572
560
+ 0.8571428571428572
561
+ 0.7
562
+ 0.7142857142857143
563
+ 0.9090909090909091
564
+ 0.6296296296296297
565
+ 0.7647058823529411
566
+ 0.72
567
+ 0.6956521739130435
568
+ 0.7297297297297297
569
+ 0.8846153846153846
570
+ 0.7333333333333334
571
+ 0.8571428571428572
572
+ 0.6666666666666667
573
+ 0.9333333333333333
574
+ 0.9090909090909091
575
+ 0.6428571428571428
576
+ 0.8571428571428572
577
+ 0.7777777777777778
578
+ 0.7857142857142857
579
+ 0.7037037037037037
580
+ 0.8
581
+ 0.6511627906976745
582
+ 0.6739130434782609
583
+ 0.6923076923076923
584
+ 0.7142857142857143
585
+ 0.8571428571428572
586
+ 0.6153846153846154
587
+ 0.5800000000000001
588
+ 0.5777777777777777
589
+ 0.9090909090909091
590
+ 0.7142857142857143
591
+ 0.8461538461538461
592
+ 0.8125
593
+ 0.75
594
+ 0.6923076923076923
595
+ 0.9230769230769231
596
+ 0.7058823529411764
597
+ 1.0
598
+ 0.7333333333333334
599
+ 0.8333333333333334
600
+ 1.0
601
+ 0.9285714285714286
602
+ 0.6842105263157895
603
+ 0.7777777777777778
604
+ 0.9230769230769231
605
+ 0.8181818181818181
606
+ 0.9090909090909091
607
+ 0.71875
608
+ 0.7619047619047619
609
+ 0.625
610
+ 0.8333333333333334
611
+ 0.7142857142857143
612
+ 0.7142857142857143
613
+ 0.7391304347826086
614
+ 0.575
615
+ 1.0
616
+ 0.72
617
+ 0.8181818181818181
618
+ 0.7692307692307692
619
+ 0.7
620
+ 1.0
621
+ 0.7142857142857143
622
+ 0.6666666666666667
623
+ 0.75
624
+ 0.75
625
+ 0.75
626
+ 0.5833333333333333
627
+ 0.8333333333333334
628
+ 0.8333333333333334
629
+ 0.6842105263157895
630
+ 0.6785714285714286
631
+ 0.8125
632
+ 0.7647058823529411
633
+ 0.8333333333333334
634
+ 0.46153846153846156
635
+ 1.0
636
+ 1.0
637
+ 0.625
638
+ 0.8333333333333334
639
+ 1.0
640
+ 0.5
641
+ 0.7692307692307692
642
+ 0.8181818181818181
643
+ 1.0
644
+ 0.5945945945945945
645
+ 1.0
646
+ 0.6923076923076923
647
+ 0.8421052631578947
648
+ 1.0
649
+ 0.7272727272727273
650
+ 0.7391304347826086
651
+ 0.8461538461538461
652
+ 0.9
653
+ 0.8181818181818181
654
+ 0.7857142857142857
655
+ 0.875
656
+ 0.8695652173913043
657
+ 0.7777777777777778
658
+ 0.9090909090909091
659
+ 1.0
660
+ 0.8571428571428572
661
+ 0.9
662
+ 0.8095238095238095
663
+ 0.5882352941176471
664
+ 0.9
665
+ 0.7619047619047619
666
+ 0.6875
667
+ 0.5
668
+ 0.7777777777777778
669
+ 0.6956521739130435
670
+ 0.631578947368421
671
+ 0.8571428571428572
672
+ 0.7
673
+ 0.5
674
+ 0.8666666666666667
675
+ 0.6538461538461539
676
+ 1.0
677
+ 0.7222222222222222
678
+ 0.43243243243243246
679
+ 1.0
680
+ 0.6153846153846154
681
+ 0.7142857142857143
682
+ 0.6470588235294117
683
+ 0.5121951219512195
684
+ 0.7692307692307692
685
+ 0.5555555555555556
686
+ 0.6428571428571428
687
+ 1.0
688
+ 0.625
689
+ 0.7647058823529411
690
+ 0.9230769230769231
691
+ 0.9
692
+ 1.0
693
+ 0.9230769230769231
694
+ 0.9444444444444444
695
+ 0.9285714285714286
696
+ 0.8888888888888888
697
+ 0.8666666666666667
698
+ 0.9333333333333333
699
+ 0.8
700
+ 0.8
701
+ 0.9
702
+ 0.9230769230769231
703
+ 0.625
704
+ 1.0
705
+ 0.9
706
+ 0.8235294117647058
707
+ 0.5882352941176471
708
+ 0.5909090909090908
709
+ 0.6842105263157895
710
+ 0.59375
711
+ 0.6176470588235294
712
+ 0.7037037037037037
713
+ 0.625
714
+ 1.0
715
+ 0.8666666666666667
716
+ 1.0
717
+ 0.8666666666666667
718
+ 0.6071428571428572
719
+ 0.6
720
+ 0.8571428571428572
721
+ 0.8095238095238095
722
+ 0.7
723
+ 0.9
724
+ 1.0
725
+ 1.0
726
+ 0.75
727
+ 0.8
728
+ 0.9
729
+ 0.8
730
+ 0.8461538461538461
731
+ 0.8823529411764706
732
+ 0.8571428571428572
733
+ 0.7857142857142857
734
+ 0.9090909090909091
735
+ 0.4736842105263158
736
+ 0.75
737
+ 0.625
738
+ 0.9090909090909091
739
+ 1.0
740
+ 1.0
741
+ 0.5918367346938775
742
+ 0.6785714285714286
743
+ 1.0
744
+ 0.75
745
+ 0.7777777777777778
746
+ 0.7
747
+ 0.6470588235294117
748
+ 0.5555555555555556
749
+ 0.75
750
+ 0.7777777777777778
751
+ 1.0
752
+ 0.7142857142857143
753
+ 0.625
754
+ 0.9090909090909091
755
+ 0.7391304347826086
756
+ 0.8333333333333334
757
+ 0.6
758
+ 0.72
759
+ 0.7692307692307692
760
+ 0.6774193548387097
761
+ 0.8
762
+ 0.9230769230769231
763
+ 0.8181818181818181
764
+ 0.7857142857142857
765
+ 0.7083333333333333
766
+ 0.7894736842105263
767
+ 0.75
768
+ 1.0
769
+ 1.0
770
+ 0.8888888888888888
771
+ 0.8076923076923077
772
+ 0.7692307692307692
773
+ 0.875
774
+ 1.0
775
+ 0.7142857142857143
776
+ 0.7391304347826086
777
+ 0.9285714285714286
778
+ 0.5882352941176471
779
+ 0.6296296296296297
780
+ 0.6956521739130435
781
+ 0.55
782
+ 0.5588235294117647
783
+ 0.6666666666666667
784
+ 0.6363636363636364
785
+ 0.6956521739130435
786
+ 0.76
787
+ 0.6
788
+ 0.5833333333333333
789
+ 0.5909090909090908
790
+ 0.9285714285714286
791
+ 0.9285714285714286
792
+ 0.75
793
+ 0.6666666666666667
794
+ 0.6956521739130435
795
+ 0.736842105263158
796
+ 0.625
797
+ 0.75
798
+ 0.875
799
+ 0.9230769230769231
800
+ 0.8333333333333334
801
+ 0.6875
802
+ 0.7647058823529411
803
+ 0.8
804
+ 0.75
805
+ 0.7647058823529411
806
+ 0.84
807
+ 0.6666666666666667
808
+ 0.75
809
+ 0.6818181818181819
810
+ 0.9
811
+ 0.75
812
+ 0.8
813
+ 0.8571428571428572
814
+ 0.7222222222222222
815
+ 0.8333333333333334
816
+ 0.6666666666666667
817
+ 0.6666666666666667
818
+ 0.5161290322580645
819
+ 0.6818181818181819
820
+ 0.7058823529411764
821
+ 0.8
822
+ 0.8125
823
+ 0.8666666666666667
824
+ 0.9
825
+ 0.7727272727272727
826
+ 0.8421052631578947
827
+ 0.7391304347826086
828
+ 0.6129032258064516
829
+ 1.0
830
+ 0.736842105263158
831
+ 0.8333333333333334
832
+ 0.9
833
+ 0.8571428571428572
834
+ 0.875
835
+ 0.6666666666666667
836
+ 0.6666666666666667
837
+ 0.8333333333333334
838
+ 0.8571428571428572
839
+ 0.6666666666666667
840
+ 0.736842105263158
841
+ 0.7619047619047619
842
+ 0.8636363636363636
843
+ 0.8421052631578947
844
+ 0.6875
845
+ 0.7222222222222222
846
+ 0.8461538461538461
847
+ 1.0
848
+ 0.7619047619047619
849
+ 0.6875
850
+ 0.7575757575757576
851
+ 0.7058823529411764
852
+ 1.0
853
+ 0.8571428571428572
854
+ 0.5625
855
+ 0.6363636363636364
856
+ 0.7419354838709677
857
+ 0.9166666666666666
858
+ 1.0
859
+ 0.9090909090909091
860
+ 0.8
861
+ 0.875
862
+ 1.0
863
+ 1.0
864
+ 0.875
865
+ 1.0
866
+ 0.72
867
+ 0.5609756097560976
868
+ 0.8666666666666667
869
+ 0.6896551724137931
870
+ 0.7647058823529411
871
+ 0.6060606060606061
872
+ 0.9285714285714286
873
+ 0.875
874
+ 1.0
875
+ 1.0
876
+ 0.8
877
+ 0.6666666666666667
878
+ 0.8095238095238095
879
+ 0.9375
880
+ 0.7777777777777778
881
+ 0.9090909090909091
882
+ 0.84
883
+ 0.8260869565217391
884
+ 0.7419354838709677
885
+ 0.85
886
+ 0.75
887
+ 0.8181818181818181
888
+ 1.0
889
+ 0.8181818181818181
890
+ 1.0
891
+ 0.84
892
+ 0.6
893
+ 0.9
894
+ 0.736842105263158
895
+ 0.7391304347826086
896
+ 0.7272727272727273
897
+ 0.8125
898
+ 0.7894736842105263
899
+ 0.6333333333333333
900
+ 0.65625
901
+ 0.7692307692307692
902
+ 0.8888888888888888
903
+ 0.8666666666666667
904
+ 0.7727272727272727
905
+ 0.7045454545454546
906
+ 0.6153846153846154
907
+ 0.736842105263158
908
+ 0.5652173913043479
909
+ 0.8888888888888888
910
+ 0.8333333333333334
911
+ 0.8
912
+ 0.5882352941176471
913
+ 0.6785714285714286
914
+ 0.8
915
+ 0.6666666666666667
916
+ 0.9230769230769231
917
+ 0.85
918
+ 1.0
919
+ 0.9285714285714286
920
+ 0.7142857142857143
921
+ 0.8421052631578947
922
+ 0.8181818181818181
923
+ 0.625
924
+ 0.7647058823529411
925
+ 0.5333333333333333
926
+ 0.8571428571428572
927
+ 0.8181818181818181
928
+ 0.8235294117647058
929
+ 0.7142857142857143
930
+ 0.782608695652174
931
+ 0.9090909090909091
932
+ 0.5909090909090908
933
+ 0.8611111111111112
934
+ 0.8
935
+ 0.7142857142857143
936
+ 0.6829268292682926
937
+ 0.7391304347826086
938
+ 0.6944444444444444
939
+ 0.75
940
+ 0.75
941
+ 0.5666666666666667
942
+ 0.5652173913043479
943
+ 0.8181818181818181
944
+ 0.8
945
+ 1.0
946
+ 0.6129032258064516
947
+ 0.8571428571428572
948
+ 0.9333333333333333
949
+ 0.7142857142857143
950
+ 1.0
951
+ 0.7307692307692308
952
+ 0.9285714285714286
953
+ 1.0
954
+ 1.0
955
+ 0.7727272727272727
956
+ 0.9166666666666666
957
+ 0.6923076923076923
958
+ 0.7894736842105263
959
+ 1.0
960
+ 0.6666666666666667
961
+ 0.7692307692307692
962
+ 0.7346938775510203
963
+ 0.6888888888888889
964
+ 0.7083333333333333
965
+ 0.75
966
+ 0.7333333333333334
967
+ 0.9285714285714286
968
+ 0.5
969
+ 0.6551724137931034
970
+ 0.9
971
+ 0.9230769230769231
972
+ 0.8125
973
+ 0.6923076923076923
974
+ 0.6470588235294117
975
+ 0.8125
976
+ 0.7692307692307692
977
+ 0.7333333333333334
978
+ 0.9333333333333333
979
+ 1.0
980
+ 0.7
981
+ 0.8571428571428572
982
+ 0.75
983
+ 0.736842105263158
984
+ 0.9090909090909091
985
+ 0.9333333333333333
986
+ 0.8235294117647058
987
+ 0.8421052631578947
988
+ 1.0
989
+ 1.0
990
+ 0.8333333333333334
991
+ 0.4693877551020408
992
+ 0.72
993
+ 1.0
994
+ 0.625
995
+ 0.6956521739130435
996
+ 0.55
997
+ 0.9230769230769231
998
+ 0.9473684210526316
999
+ 0.625
1000
+ 0.8148148148148149
1001
+ 0.8421052631578947
1002
+ 0.9230769230769231
1003
+ 0.65
1004
+ 1.0
1005
+ 0.8571428571428572
1006
+ 1.0
1007
+ 0.8888888888888888
1008
+ 1.0
1009
+ 1.0
1010
+ 0.75
1011
+ 0.8125
1012
+ 0.8125
1013
+ 0.7333333333333334
1014
+ 0.7142857142857143
1015
+ 1.0
1016
+ 0.8571428571428572
1017
+ 0.6
1018
+ 0.5652173913043479
1019
+ 0.736842105263158
1020
+ 0.9
1021
+ 0.7575757575757576
1022
+ 0.8888888888888888
1023
+ 0.9090909090909091
1024
+ 1.0
1025
+ 0.75
1026
+ 0.6428571428571428
1027
+ 0.825
1028
+ 0.7857142857142857
1029
+ 0.6666666666666667
1030
+ 1.0
1031
+ 0.8235294117647058
1032
+ 0.75
1033
+ 1.0
1034
+ 1.0
1035
+ 0.7619047619047619
1036
+ 0.8823529411764706
1037
+ 0.64
1038
+ 0.8
1039
+ 1.0
1040
+ 1.0
1041
+ 0.47058823529411764
1042
+ 0.8571428571428572
1043
+ 1.0
1044
+ 0.8095238095238095
1045
+ 0.6666666666666667
1046
+ 0.7894736842105263
1047
+ 0.9259259259259259
1048
+ 0.8636363636363636
1049
+ 0.6956521739130435
1050
+ 0.9230769230769231
1051
+ 0.8823529411764706
1052
+ 1.0
1053
+ 0.9333333333333333
1054
+ 1.0
1055
+ 0.8461538461538461
1056
+ 0.9375
1057
+ 0.782608695652174
1058
+ 0.7857142857142857
1059
+ 0.7142857142857143
1060
+ 0.7
1061
+ 1.0
1062
+ 0.5882352941176471
1063
+ 0.7727272727272727
1064
+ 0.631578947368421
1065
+ 0.625
1066
+ 0.7083333333333333
1067
+ 1.0
1068
+ 0.8125
1069
+ 0.6923076923076923
1070
+ 0.926829268292683
1071
+ 1.0
1072
+ 0.8333333333333334
1073
+ 0.8
1074
+ 0.7222222222222222
1075
+ 0.8
1076
+ 0.6666666666666667
1077
+ 0.8888888888888888
1078
+ 0.7894736842105263
1079
+ 0.6428571428571428
1080
+ 0.6956521739130435
1081
+ 0.7272727272727273
1082
+ 0.7142857142857143
1083
+ 0.7272727272727273
1084
+ 1.0
1085
+ 1.0
1086
+ 0.72
1087
+ 0.6428571428571428
1088
+ 0.875
1089
+ 0.4782608695652174
1090
+ 0.7333333333333334
1091
+ 1.0
1092
+ 0.7333333333333334
1093
+ 0.8055555555555556
1094
+ 0.875
1095
+ 0.9090909090909091
1096
+ 0.7916666666666666
1097
+ 0.7777777777777778
1098
+ 1.0
1099
+ 0.8636363636363636
1100
+ 0.7142857142857143
1101
+ 0.52
1102
+ 0.9166666666666666
1103
+ 0.75
1104
+ 0.8947368421052632
1105
+ 1.0
1106
+ 0.95
1107
+ 0.9821428571428571
1108
+ 0.7777777777777778
1109
+ 0.8571428571428572
1110
+ 0.8571428571428572
1111
+ 0.5862068965517242
1112
+ 0.5666666666666667
1113
+ 0.6666666666666667
1114
+ 0.6799999999999999
1115
+ 0.625
1116
+ 0.9
1117
+ 0.6666666666666667
1118
+ 0.625
1119
+ 0.6896551724137931
1120
+ 0.8
1121
+ 0.8333333333333334
1122
+ 0.625
1123
+ 0.8
1124
+ 1.0
1125
+ 1.0
1126
+ 0.8235294117647058
1127
+ 0.8181818181818181
1128
+ 0.65
1129
+ 0.6363636363636364
1130
+ 0.7
1131
+ 0.7
1132
+ 0.6956521739130435
1133
+ 1.0
1134
+ 1.0
1135
+ 0.8333333333333334
1136
+ 0.8125
1137
+ 0.5789473684210527
1138
+ 0.8333333333333334
1139
+ 0.875
1140
+ 0.625
1141
+ 0.5789473684210527
1142
+ 0.64
1143
+ 0.6666666666666667
1144
+ 0.6538461538461539
1145
+ 0.6785714285714286
1146
+ 0.8636363636363636
1147
+ 0.5128205128205128
1148
+ 0.7
1149
+ 0.7083333333333333
1150
+ 0.8235294117647058
1151
+ 0.6666666666666667
1152
+ 0.6341463414634146
1153
+ 0.75
1154
+ 0.55
1155
+ 0.7142857142857143
1156
+ 0.6875
1157
+ 0.8333333333333334
1158
+ 1.0
1159
+ 1.0
1160
+ 0.631578947368421
1161
+ 0.5833333333333333
1162
+ 0.8518518518518519
1163
+ 1.0
1164
+ 0.7777777777777778
1165
+ 0.9767441860465116
1166
+ 0.85
1167
+ 0.736842105263158
1168
+ 1.0
1169
+ 0.8571428571428572
1170
+ 0.8181818181818181
1171
+ 0.6470588235294117
1172
+ 1.0
1173
+ 0.8181818181818181
1174
+ 0.7272727272727273
1175
+ 1.0
1176
+ 1.0
1177
+ 0.6842105263157895
1178
+ 0.6363636363636364
1179
+ 0.7142857142857143
1180
+ 0.8666666666666667
1181
+ 0.9230769230769231
1182
+ 0.7619047619047619
1183
+ 0.8571428571428572
1184
+ 0.9473684210526316
1185
+ 0.8571428571428572
1186
+ 0.9047619047619048
1187
+ 0.75
1188
+ 1.0
1189
+ 0.7142857142857143
1190
+ 0.8571428571428572
1191
+ 0.7
1192
+ 1.0
1193
+ 0.8571428571428572
1194
+ 0.9130434782608696
1195
+ 0.8947368421052632
1196
+ 0.8333333333333334
1197
+ 0.7142857142857143
1198
+ 0.8333333333333334
1199
+ 0.9230769230769231
1200
+ 0.75
1201
+ 0.8333333333333334
1202
+ 1.0
1203
+ 0.9
1204
+ 0.7777777777777778
1205
+ 0.5
1206
+ 0.6666666666666667
1207
+ 1.0
1208
+ 1.0
1209
+ 1.0
1210
+ 0.5806451612903225
1211
+ 0.9130434782608696
1212
+ 0.9583333333333334
1213
+ 0.9411764705882353
1214
+ 0.9393939393939394
1215
+ 0.9285714285714286
1216
+ 0.6470588235294117
1217
+ 0.75
1218
+ 1.0
1219
+ 0.5111111111111111
1220
+ 0.7647058823529411
1221
+ 0.9230769230769231
1222
+ 0.5862068965517242
1223
+ 0.5800000000000001
1224
+ 1.0
1225
+ 0.7142857142857143
1226
+ 0.8181818181818181
1227
+ 0.7272727272727273
1228
+ 0.875
1229
+ 1.0
1230
+ 0.8275862068965517
1231
+ 0.8125
1232
+ 0.5526315789473684
1233
+ 0.8666666666666667
1234
+ 1.0
1235
+ 0.6071428571428572
1236
+ 0.7333333333333334
1237
+ 0.6666666666666667
1238
+ 0.6521739130434783
1239
+ 0.8461538461538461
1240
+ 0.6363636363636364
1241
+ 0.7272727272727273
1242
+ 0.8125
1243
+ 0.65
1244
+ 0.8333333333333334
1245
+ 0.7647058823529411
1246
+ 0.9285714285714286
1247
+ 0.8888888888888888
1248
+ 0.6666666666666667
1249
+ 0.8823529411764706
1250
+ 0.6666666666666667
1251
+ 0.75
1252
+ 0.8125
1253
+ 0.875
1254
+ 0.8333333333333334
1255
+ 0.8333333333333334
1256
+ 0.8333333333333334
1257
+ 0.6190476190476191
1258
+ 0.8235294117647058
1259
+ 0.8695652173913043
1260
+ 0.5
1261
+ 1.0
1262
+ 0.8888888888888888
1263
+ 0.8
1264
+ 0.95
1265
+ 0.8333333333333334
1266
+ 0.6052631578947368
1267
+ 0.8333333333333334
1268
+ 1.0
1269
+ 0.7647058823529411
1270
+ 0.75
1271
+ 0.5094339622641509
1272
+ 0.5925925925925926
1273
+ 1.0
1274
+ 1.0
1275
+ 0.7777777777777778
1276
+ 1.0
1277
+ 1.0
1278
+ 0.7777777777777778
1279
+ 0.75
1280
+ 1.0
1281
+ 1.0
1282
+ 0.7777777777777778
1283
+ 0.9
1284
+ 0.8571428571428572
1285
+ 0.65
1286
+ 0.7142857142857143
1287
+ 1.0
1288
+ 0.9230769230769231
1289
+ 0.7692307692307692
1290
+ 0.875
1291
+ 0.75
1292
+ 0.696969696969697
1293
+ 0.8181818181818181
1294
+ 0.7058823529411764
1295
+ 0.8571428571428572
1296
+ 0.8333333333333334
1297
+ 0.6666666666666667
1298
+ 0.8333333333333334
1299
+ 0.7222222222222222
1300
+ 0.9166666666666666
1301
+ 1.0
1302
+ 1.0
1303
+ 1.0
1304
+ 1.0
1305
+ 0.9130434782608696
1306
+ 0.5652173913043479
1307
+ 0.6176470588235294
1308
+ 0.6451612903225806
1309
+ 0.9285714285714286
1310
+ 0.7222222222222222
1311
+ 0.7058823529411764
1312
+ 0.7142857142857143
1313
+ 0.8333333333333334
1314
+ 1.0
1315
+ 0.8125
1316
+ 0.8461538461538461
1317
+ 1.0
1318
+ 1.0
1319
+ 0.6153846153846154
1320
+ 0.7894736842105263
1321
+ 1.0
1322
+ 1.0
1323
+ 1.0
1324
+ 0.9285714285714286
1325
+ 0.9
1326
+ 0.9166666666666666
1327
+ 0.8666666666666667
1328
+ 0.8333333333333334
1329
+ 0.6153846153846154
1330
+ 0.6666666666666667
1331
+ 0.9090909090909091
1332
+ 0.5283018867924528
1333
+ 1.0
1334
+ 0.6896551724137931
1335
+ 0.9333333333333333
1336
+ 1.0
1337
+ 0.8333333333333334
1338
+ 0.9
1339
+ 0.7333333333333334
1340
+ 0.8235294117647058
1341
+ 0.5714285714285714
1342
+ 0.5555555555555556
1343
+ 0.6071428571428572
1344
+ 0.8
1345
+ 0.9230769230769231
1346
+ 0.9
1347
+ 0.8421052631578947
1348
+ 0.9090909090909091
1349
+ 0.7857142857142857
1350
+ 0.6304347826086957
1351
+ 0.8666666666666667
1352
+ 0.8
1353
+ 0.6666666666666667
1354
+ 0.7419354838709677
1355
+ 0.6666666666666667
1356
+ 0.6923076923076923
1357
+ 0.736842105263158
1358
+ 0.6666666666666667
1359
+ 0.9285714285714286
1360
+ 0.5714285714285714
1361
+ 0.8
1362
+ 0.8478260869565217
1363
+ 1.0
1364
+ 0.8
1365
+ 0.6923076923076923
1366
+ 0.9
1367
+ 0.75
1368
+ 1.0
1369
+ 0.8181818181818181
1370
+ 0.7777777777777778
1371
+ 0.5882352941176471
1372
+ 0.8571428571428572
1373
+ 0.7222222222222222
1374
+ 0.8
1375
+ 0.75
1376
+ 0.7777777777777778
1377
+ 0.8
1378
+ 0.7307692307692308
1379
+ 0.9230769230769231
1380
+ 0.8333333333333334
1381
+ 0.7692307692307692
1382
+ 0.75
1383
+ 1.0
1384
+ 0.9285714285714286
1385
+ 0.9166666666666666
1386
+ 0.9285714285714286
1387
+ 0.8666666666666667
1388
+ 0.9
1389
+ 1.0
1390
+ 0.6153846153846154
1391
+ 0.6857142857142857
1392
+ 0.6756756756756757
1393
+ 0.7659574468085106
1394
+ 0.8518518518518519
1395
+ 0.5609756097560976
1396
+ 0.9
1397
+ 0.9
1398
+ 0.9333333333333333
1399
+ 0.8571428571428572
1400
+ 0.8571428571428572
1401
+ 0.9166666666666666
1402
+ 0.8461538461538461
1403
+ 0.8461538461538461
1404
+ 0.6470588235294117
1405
+ 0.4864864864864865
1406
+ 0.7647058823529411
1407
+ 0.625
1408
+ 0.9166666666666666
1409
+ 0.8181818181818181
1410
+ 1.0
1411
+ 0.5833333333333333
1412
+ 0.7894736842105263
1413
+ 0.75
1414
+ 0.6666666666666667
1415
+ 1.0
1416
+ 0.7272727272727273
1417
+ 0.7777777777777778
1418
+ 0.6
1419
+ 0.7647058823529411
1420
+ 0.6666666666666667
1421
+ 0.7142857142857143
1422
+ 0.6666666666666667
1423
+ 1.0
1424
+ 0.9090909090909091
1425
+ 0.9230769230769231
1426
+ 1.0
1427
+ 1.0
1428
+ 0.7777777777777778
1429
+ 0.6666666666666667
1430
+ 1.0
1431
+ 0.75
1432
+ 0.8
1433
+ 0.8125
1434
+ 1.0
1435
+ 0.8
1436
+ 0.75
1437
+ 0.5806451612903225
1438
+ 0.875
1439
+ 0.9166666666666666
1440
+ 0.9166666666666666
1441
+ 0.88
1442
+ 0.8421052631578947
1443
+ 0.7857142857142857
1444
+ 0.72
1445
+ 0.9090909090909091
1446
+ 0.9
1447
+ 0.625
1448
+ 0.5806451612903225
1449
+ 0.6666666666666667
1450
+ 0.9
1451
+ 0.736842105263158
1452
+ 0.7857142857142857
1453
+ 1.0
1454
+ 0.8571428571428572
1455
+ 0.9
1456
+ 0.625
1457
+ 0.7142857142857143
1458
+ 1.0
1459
+ 0.75
1460
+ 0.7222222222222222
1461
+ 1.0
1462
+ 0.6216216216216216
1463
+ 0.8518518518518519
1464
+ 0.6666666666666667
1465
+ 0.75
1466
+ 0.8214285714285714
1467
+ 0.8571428571428572
1468
+ 0.72
1469
+ 0.641025641025641
1470
+ 0.7857142857142857
1471
+ 0.7857142857142857
1472
+ 1.0
1473
+ 1.0
1474
+ 1.0
1475
+ 0.8181818181818181
1476
+ 0.736842105263158
1477
+ 0.7391304347826086
1478
+ 0.6956521739130435
1479
+ 0.7307692307692308
1480
+ 0.7692307692307692
1481
+ 0.8571428571428572
1482
+ 1.0
1483
+ 0.875
1484
+ 1.0
1485
+ 0.7272727272727273
1486
+ 0.6111111111111112
1487
+ 0.7777777777777778
1488
+ 0.5714285714285714
1489
+ 0.9333333333333333
1490
+ 0.537037037037037
1491
+ 0.6470588235294117
1492
+ 0.65
1493
+ 0.75
1494
+ 1.0
1495
+ 1.0
1496
+ 1.0
1497
+ 0.7
1498
+ 0.6521739130434783
1499
+ 1.0
1500
+ 0.6
1501
+ 0.7
1502
+ 0.8461538461538461
1503
+ 1.0
1504
+ 0.7692307692307692
1505
+ 0.9230769230769231
1506
+ 0.8235294117647058
1507
+ 0.8
1508
+ 1.0
1509
+ 1.0
1510
+ 0.7857142857142857
1511
+ 0.8333333333333334
1512
+ 1.0
1513
+ 0.8
1514
+ 0.625
1515
+ 0.9
1516
+ 0.9090909090909091
1517
+ 0.7272727272727273
1518
+ 0.8125
1519
+ 0.7692307692307692
1520
+ 0.5909090909090908
1521
+ 0.631578947368421
1522
+ 0.6538461538461539
1523
+ 0.6363636363636364
1524
+ 0.65
1525
+ 0.7777777777777778
1526
+ 0.6842105263157895
1527
+ 0.6666666666666667
1528
+ 0.7142857142857143
1529
+ 1.0
1530
+ 0.8571428571428572
1531
+ 0.6363636363636364
1532
+ 0.8333333333333334
1533
+ 0.8571428571428572
1534
+ 0.8
1535
+ 1.0
1536
+ 1.0
1537
+ 0.5
1538
+ 0.8333333333333334
1539
+ 1.0
1540
+ 0.8333333333333334
1541
+ 1.0
1542
+ 0.6111111111111112
1543
+ 0.7619047619047619
1544
+ 0.6086956521739131
1545
+ 0.8666666666666667
1546
+ 0.7777777777777778
1547
+ 0.8666666666666667
1548
+ 0.7419354838709677
1549
+ 0.7931034482758621
1550
+ 0.65
1551
+ 1.0
1552
+ 0.5454545454545454
1553
+ 0.8181818181818181
1554
+ 0.5833333333333333
1555
+ 0.5
1556
+ 0.6666666666666667
1557
+ 0.40625
1558
+ 0.8888888888888888
1559
+ 0.6785714285714286
1560
+ 0.8333333333333334
1561
+ 0.7777777777777778
1562
+ 0.3870967741935484
1563
+ 0.7058823529411764
1564
+ 0.41428571428571426
1565
+ 0.46808510638297873
1566
+ 0.4473684210526315
1567
+ 0.8333333333333334
1568
+ 0.8571428571428572
1569
+ 1.0
1570
+ 0.7647058823529411
1571
+ 0.84375
1572
+ 0.8333333333333334
1573
+ 0.65
1574
+ 0.8
1575
+ 1.0
1576
+ 1.0
1577
+ 0.9166666666666666
1578
+ 0.8571428571428572
1579
+ 1.0
1580
+ 0.6956521739130435
1581
+ 0.5789473684210527
1582
+ 0.6
1583
+ 0.5
1584
+ 0.7272727272727273
1585
+ 0.5714285714285714
1586
+ 0.5769230769230769
1587
+ 0.5238095238095238
1588
+ 0.64
1589
+ 0.9
1590
+ 0.8333333333333334
1591
+ 0.9
1592
+ 0.9166666666666666
1593
+ 1.0
1594
+ 0.7894736842105263
1595
+ 0.875
1596
+ 0.8064516129032258
1597
+ 0.9583333333333334
1598
+ 0.7115384615384616
1599
+ 0.9545454545454546
1600
+ 0.7142857142857143
1601
+ 1.0
1602
+ 0.6363636363636364
1603
+ 0.625
1604
+ 0.5217391304347826
1605
+ 0.8666666666666667
1606
+ 0.875
1607
+ 0.65
1608
+ 0.75
1609
+ 0.8571428571428572
1610
+ 0.9333333333333333
1611
+ 0.9230769230769231
1612
+ 0.782608695652174
1613
+ 0.6666666666666667
1614
+ 0.75
1615
+ 0.7857142857142857
1616
+ 0.8421052631578947
1617
+ 1.0
1618
+ 0.8947368421052632
1619
+ 0.6333333333333333
1620
+ 0.7096774193548387
1621
+ 0.4782608695652174
1622
+ 0.75
1623
+ 0.8333333333333334
1624
+ 1.0
1625
+ 0.9
1626
+ 0.9230769230769231
1627
+ 1.0
1628
+ 0.8421052631578947
1629
+ 0.9375
1630
+ 0.7446808510638299
1631
+ 0.8
1632
+ 0.6842105263157895
1633
+ 0.875
1634
+ 0.75
1635
+ 0.6666666666666667
1636
+ 0.9230769230769231
1637
+ 1.0
1638
+ 0.9166666666666666
1639
+ 0.7777777777777778
1640
+ 0.5428571428571429
1641
+ 0.8571428571428572
1642
+ 0.9
1643
+ 1.0
1644
+ 1.0
1645
+ 0.75
1646
+ 0.5757575757575757
1647
+ 1.0
1648
+ 0.7647058823529411
1649
+ 0.5625
1650
+ 0.7142857142857143
1651
+ 0.7619047619047619
1652
+ 0.5909090909090908
1653
+ 0.8571428571428572
1654
+ 0.9090909090909091
1655
+ 0.85
1656
+ 0.8333333333333334
1657
+ 0.6923076923076923
1658
+ 0.75
1659
+ 0.8333333333333334
1660
+ 0.6086956521739131
1661
+ 1.0
1662
+ 0.6875
1663
+ 0.8333333333333334
1664
+ 0.6363636363636364
1665
+ 0.3555555555555555
1666
+ 0.8125
1667
+ 0.9230769230769231
1668
+ 0.71875
1669
+ 0.7272727272727273
1670
+ 0.8421052631578947
1671
+ 0.9285714285714286
1672
+ 0.7142857142857143
1673
+ 0.7222222222222222
1674
+ 0.9090909090909091
1675
+ 0.75
1676
+ 0.5
1677
+ 0.9090909090909091
1678
+ 0.75
1679
+ 0.7692307692307692
1680
+ 0.7619047619047619
1681
+ 0.6206896551724138
1682
+ 0.9166666666666666
1683
+ 1.0
1684
+ 0.6923076923076923
1685
+ 0.75
1686
+ 0.8181818181818181
1687
+ 0.9
1688
+ 0.8333333333333334
1689
+ 0.9333333333333333
1690
+ 0.5185185185185186
1691
+ 0.7777777777777778
1692
+ 0.9230769230769231
1693
+ 0.6071428571428572
1694
+ 0.8333333333333334
1695
+ 0.6799999999999999
1696
+ 0.6363636363636364
1697
+ 0.5909090909090908
1698
+ 0.7727272727272727
1699
+ 0.6956521739130435
1700
+ 0.8125
1701
+ 0.8125
1702
+ 1.0
1703
+ 0.5625
1704
+ 0.8125
1705
+ 0.5925925925925926
1706
+ 0.75
1707
+ 0.625
1708
+ 0.48
1709
+ 0.5
1710
+ 0.7272727272727273
1711
+ 0.5952380952380952
1712
+ 0.8666666666666667
1713
+ 0.6666666666666667
1714
+ 1.0
1715
+ 1.0
1716
+ 0.5
1717
+ 0.8
1718
+ 0.75
1719
+ 0.8235294117647058
1720
+ 0.8214285714285714
1721
+ 0.7
1722
+ 0.7857142857142857
1723
+ 0.5238095238095238
1724
+ 0.6923076923076923
1725
+ 0.49056603773584906
1726
+ 0.75
1727
+ 0.6363636363636364
1728
+ 1.0
1729
+ 1.0
1730
+ 0.9230769230769231
1731
+ 0.9166666666666666
1732
+ 1.0
1733
+ 0.8461538461538461
1734
+ 0.72
1735
+ 0.75
1736
+ 0.9090909090909091
1737
+ 0.8
1738
+ 1.0
1739
+ 0.7272727272727273
1740
+ 0.8571428571428572
1741
+ 0.6086956521739131
1742
+ 0.8333333333333334
1743
+ 0.9285714285714286
1744
+ 1.0
1745
+ 0.65
1746
+ 0.6799999999999999
1747
+ 0.7692307692307692
1748
+ 0.7777777777777778
1749
+ 0.6060606060606061
1750
+ 0.7142857142857143
1751
+ 0.6875
1752
+ 0.6923076923076923
1753
+ 1.0
1754
+ 1.0
1755
+ 0.875
1756
+ 0.7272727272727273
1757
+ 1.0
1758
+ 1.0
1759
+ 0.9230769230769231
1760
+ 1.0
1761
+ 0.8333333333333334
1762
+ 0.4285714285714286
1763
+ 0.8181818181818181
1764
+ 0.7
1765
+ 0.8461538461538461
1766
+ 0.8
1767
+ 0.9
1768
+ 0.7333333333333334
1769
+ 0.9166666666666666
1770
+ 1.0
1771
+ 0.8333333333333334
1772
+ 0.8888888888888888
1773
+ 1.0
1774
+ 0.6216216216216216
1775
+ 1.0
1776
+ 0.9230769230769231
1777
+ 1.0
1778
+ 0.7
1779
+ 0.7916666666666666
1780
+ 0.9
1781
+ 0.8333333333333334
1782
+ 0.6296296296296297
1783
+ 0.8571428571428572
1784
+ 0.9
1785
+ 0.9090909090909091
1786
+ 0.7777777777777778
1787
+ 0.6666666666666667
1788
+ 1.0
1789
+ 0.9
1790
+ 0.9
1791
+ 0.8461538461538461
1792
+ 1.0
1793
+ 0.7142857142857143
1794
+ 0.92
1795
+ 0.9285714285714286
1796
+ 0.8421052631578947
1797
+ 0.7272727272727273
1798
+ 0.8333333333333334
1799
+ 0.8181818181818181
1800
+ 0.625
1801
+ 1.0
1802
+ 0.75
1803
+ 1.0
1804
+ 0.7692307692307692
1805
+ 0.9473684210526316
1806
+ 0.8333333333333334
1807
+ 0.7333333333333334
1808
+ 0.625
1809
+ 0.6666666666666667
1810
+ 0.9
1811
+ 1.0
1812
+ 0.8333333333333334
1813
+ 0.9333333333333333
1814
+ 1.0
1815
+ 0.5588235294117647
1816
+ 1.0
1817
+ 0.9166666666666666
1818
+ 0.8421052631578947
1819
+ 0.9387755102040817
1820
+ 0.9259259259259259
1821
+ 1.0
1822
+ 0.95
1823
+ 0.9411764705882353
1824
+ 1.0
1825
+ 1.0
1826
+ 0.7142857142857143
1827
+ 0.5882352941176471
1828
+ 0.8571428571428572
1829
+ 0.6956521739130435
1830
+ 0.75
1831
+ 0.9230769230769231
1832
+ 0.8148148148148149
1833
+ 0.9090909090909091
1834
+ 0.7037037037037037
1835
+ 0.7083333333333333
1836
+ 0.7857142857142857
1837
+ 1.0
1838
+ 0.8666666666666667
1839
+ 1.0
1840
+ 1.0
1841
+ 0.7575757575757576
1842
+ 0.7142857142857143
1843
+ 1.0
1844
+ 1.0
1845
+ 1.0
1846
+ 0.7931034482758621
1847
+ 0.85
1848
+ 0.8947368421052632
1849
+ 0.8235294117647058
1850
+ 1.0
1851
+ 0.6666666666666667
1852
+ 0.6
1853
+ 0.625
1854
+ 0.8571428571428572
1855
+ 0.875
1856
+ 0.5882352941176471
1857
+ 0.7777777777777778
1858
+ 0.6666666666666667
1859
+ 0.7777777777777778
1860
+ 0.6785714285714286
1861
+ 0.8333333333333334
1862
+ 0.6666666666666667
1863
+ 1.0
1864
+ 0.8125
1865
+ 0.9
1866
+ 0.8125
1867
+ 0.76
1868
+ 0.8888888888888888
1869
+ 0.8
1870
+ 0.9473684210526316
1871
+ 0.7083333333333333
1872
+ 0.8125
1873
+ 0.6666666666666667
1874
+ 0.967741935483871
1875
+ 0.9375
1876
+ 0.7586206896551724
1877
+ 0.6956521739130435
1878
+ 0.8421052631578947
1879
+ 0.6428571428571428
1880
+ 0.813953488372093
1881
+ 0.9230769230769231
1882
+ 0.8571428571428572
1883
+ 0.6818181818181819
1884
+ 0.8421052631578947
1885
+ 0.9230769230769231
1886
+ 1.0
1887
+ 0.8125
1888
+ 1.0
1889
+ 1.0
1890
+ 0.8235294117647058
1891
+ 0.7142857142857143
1892
+ 1.0
1893
+ 0.6904761904761905
1894
+ 0.8571428571428572
1895
+ 0.8260869565217391
1896
+ 1.0
1897
+ 0.7222222222222222
1898
+ 0.5
1899
+ 0.6190476190476191
1900
+ 0.55
1901
+ 1.0
1902
+ 0.8571428571428572
1903
+ 0.8333333333333334
1904
+ 0.5555555555555556
1905
+ 0.7391304347826086
1906
+ 0.5833333333333333
1907
+ 0.5454545454545454
1908
+ 0.5348837209302326
1909
+ 0.8333333333333334
1910
+ 0.7777777777777778
1911
+ 0.5
1912
+ 0.5555555555555556
1913
+ 0.5416666666666667
1914
+ 0.6363636363636364
1915
+ 0.9090909090909091
1916
+ 1.0
1917
+ 0.8333333333333334
1918
+ 1.0
1919
+ 0.9090909090909091
1920
+ 1.0
1921
+ 0.875
1922
+ 0.7037037037037037
1923
+ 0.8333333333333334
1924
+ 0.8571428571428572
1925
+ 0.8571428571428572
1926
+ 0.9166666666666666
1927
+ 0.9285714285714286
1928
+ 0.6666666666666667
1929
+ 0.7142857142857143
1930
+ 1.0
1931
+ 0.6521739130434783
1932
+ 0.9090909090909091
1933
+ 0.8333333333333334
1934
+ 0.5714285714285714
1935
+ 0.5789473684210527
1936
+ 0.9
1937
+ 1.0
1938
+ 0.6
1939
+ 0.8571428571428572
1940
+ 0.8157894736842105
1941
+ 0.6896551724137931
1942
+ 0.88
1943
+ 0.6129032258064516
1944
+ 0.9166666666666666
1945
+ 0.8620689655172413
1946
+ 0.7575757575757576
1947
+ 0.8636363636363636
1948
+ 1.0
1949
+ 0.9090909090909091
1950
+ 0.8
1951
+ 0.7142857142857143
1952
+ 1.0
1953
+ 1.0
1954
+ 0.475
1955
+ 0.8571428571428572
1956
+ 0.39655172413793105
1957
+ 0.7
1958
+ 0.7272727272727273
1959
+ 0.6666666666666667
1960
+ 0.875
1961
+ 0.7222222222222222
1962
+ 0.7692307692307692
1963
+ 0.7647058823529411
1964
+ 0.736842105263158
1965
+ 0.8235294117647058
1966
+ 1.0
1967
+ 0.8333333333333334
1968
+ 0.8888888888888888
1969
+ 0.7142857142857143
1970
+ 0.7
1971
+ 0.8333333333333334
1972
+ 0.8333333333333334
1973
+ 0.631578947368421
1974
+ 0.5555555555555556
1975
+ 0.6176470588235294
1976
+ 0.6129032258064516
1977
+ 1.0
1978
+ 0.6666666666666667
1979
+ 0.7272727272727273
1980
+ 0.7272727272727273
1981
+ 0.6296296296296297
1982
+ 0.6111111111111112
1983
+ 0.7
1984
+ 0.76
1985
+ 0.7619047619047619
1986
+ 0.75
1987
+ 0.8333333333333334
1988
+ 0.7692307692307692
1989
+ 0.9166666666666666
1990
+ 0.9285714285714286
1991
+ 0.625
1992
+ 0.76
1993
+ 1.0
1994
+ 0.6666666666666667
1995
+ 0.8
1996
+ 0.6666666666666667
1997
+ 0.8181818181818181
1998
+ 0.6428571428571428
1999
+ 0.8333333333333334
2000
+ 0.7857142857142857
2001
+ 0.9166666666666666
2002
+ 0.7894736842105263
2003
+ 0.76
2004
+ 0.5641025641025641
2005
+ 0.736842105263158
2006
+ 0.9285714285714286
2007
+ 0.8333333333333334
2008
+ 0.5833333333333333
2009
+ 0.7
2010
+ 0.75
2011
+ 0.6923076923076923
2012
+ 0.6153846153846154
2013
+ 0.8333333333333334
2014
+ 0.6666666666666667
2015
+ 0.8571428571428572
2016
+ 0.7142857142857143
2017
+ 0.7083333333333333
2018
+ 0.76
2019
+ 0.8333333333333334
2020
+ 0.9230769230769231
2021
+ 0.631578947368421
2022
+ 0.8333333333333334
2023
+ 0.6388888888888888
2024
+ 0.6153846153846154
2025
+ 0.7142857142857143
2026
+ 1.0
2027
+ 0.9
2028
+ 0.8181818181818181
2029
+ 0.9285714285714286
2030
+ 0.8181818181818181
2031
+ 0.6
2032
+ 0.5238095238095238
2033
+ 0.8823529411764706
2034
+ 0.8125
2035
+ 0.9285714285714286
2036
+ 0.7857142857142857
2037
+ 0.7222222222222222
2038
+ 0.8888888888888888
2039
+ 0.7333333333333334
2040
+ 0.6666666666666667
2041
+ 0.8333333333333334
2042
+ 0.9090909090909091
2043
+ 0.5833333333333333
2044
+ 0.5526315789473684
2045
+ 0.8571428571428572
2046
+ 1.0
2047
+ 0.7619047619047619
2048
+ 1.0
2049
+ 0.9090909090909091
2050
+ 0.84
2051
+ 0.6470588235294117
2052
+ 0.8666666666666667
2053
+ 1.0
2054
+ 0.8571428571428572
2055
+ 1.0
2056
+ 0.75
2057
+ 0.9411764705882353
2058
+ 0.9047619047619048
2059
+ 0.8571428571428572
2060
+ 0.75
2061
+ 0.75
2062
+ 0.8333333333333334
2063
+ 0.6666666666666667
2064
+ 0.7777777777777778
2065
+ 0.875
2066
+ 0.875
2067
+ 0.7692307692307692
2068
+ 0.6071428571428572
2069
+ 0.6153846153846154
2070
+ 0.8333333333333334
2071
+ 1.0
2072
+ 1.0
2073
+ 0.7272727272727273
2074
+ 1.0
2075
+ 0.75
2076
+ 1.0
2077
+ 0.6842105263157895
2078
+ 0.6428571428571428
2079
+ 1.0
2080
+ 1.0
2081
+ 0.6086956521739131
2082
+ 0.7222222222222222
2083
+ 0.7647058823529411
2084
+ 0.875
2085
+ 0.8
2086
+ 0.7058823529411764
2087
+ 0.9166666666666666
2088
+ 0.7777777777777778
2089
+ 0.7
2090
+ 0.9230769230769231
2091
+ 0.875
2092
+ 0.9
2093
+ 0.75
2094
+ 0.75
2095
+ 0.75
2096
+ 0.7142857142857143
2097
+ 0.7083333333333333
2098
+ 0.7058823529411764
2099
+ 0.5769230769230769
2100
+ 0.7333333333333334
2101
+ 0.7083333333333333
2102
+ 0.6875
2103
+ 0.75
2104
+ 1.0
2105
+ 0.6551724137931034
2106
+ 0.8235294117647058
2107
+ 0.8148148148148149
2108
+ 0.7027027027027026
2109
+ 0.8947368421052632
2110
+ 1.0
2111
+ 0.6451612903225806
2112
+ 0.6176470588235294
2113
+ 0.5757575757575757
2114
+ 0.7857142857142857
2115
+ 0.6190476190476191
2116
+ 0.736842105263158
2117
+ 0.875
2118
+ 0.625
2119
+ 1.0
2120
+ 1.0
2121
+ 0.6551724137931034
2122
+ 0.59375
2123
+ 0.5142857142857142
2124
+ 0.9285714285714286
2125
+ 0.8571428571428572
2126
+ 0.9285714285714286
2127
+ 0.7
2128
+ 1.0
2129
+ 0.8235294117647058
2130
+ 0.6
2131
+ 0.5652173913043479
2132
+ 1.0
2133
+ 0.9714285714285714
2134
+ 0.9803921568627451
2135
+ 0.7692307692307692
2136
+ 0.6052631578947368
2137
+ 0.6216216216216216
2138
+ 0.7916666666666666
2139
+ 0.75
2140
+ 0.76
2141
+ 0.8333333333333334
2142
+ 0.9411764705882353
2143
+ 0.7037037037037037
2144
+ 0.7058823529411764
2145
+ 0.6428571428571428
2146
+ 0.5555555555555556
2147
+ 0.7272727272727273
2148
+ 0.8636363636363636
2149
+ 0.9230769230769231
2150
+ 0.9285714285714286
2151
+ 1.0
2152
+ 0.7857142857142857
2153
+ 0.9285714285714286
2154
+ 0.9090909090909091
2155
+ 0.8333333333333334
2156
+ 0.6818181818181819
2157
+ 0.8235294117647058
2158
+ 0.8333333333333334
2159
+ 0.9230769230769231
2160
+ 0.75
2161
+ 1.0
2162
+ 0.8666666666666667
2163
+ 0.7894736842105263
2164
+ 0.8333333333333334
2165
+ 1.0
2166
+ 1.0
2167
+ 1.0
2168
+ 0.6842105263157895
2169
+ 0.6
2170
+ 0.5652173913043479
2171
+ 0.7857142857142857
2172
+ 0.6
2173
+ 0.9
2174
+ 0.8333333333333334
2175
+ 1.0
2176
+ 0.8333333333333334
2177
+ 0.6
2178
+ 0.6842105263157895
2179
+ 0.7692307692307692
2180
+ 0.6363636363636364
2181
+ 0.6666666666666667
2182
+ 0.8
2183
+ 0.7647058823529411
2184
+ 0.5909090909090908
2185
+ 1.0
2186
+ 0.8333333333333334
2187
+ 1.0
2188
+ 0.7222222222222222
2189
+ 0.9090909090909091
2190
+ 0.9166666666666666
2191
+ 0.6956521739130435
2192
+ 1.0
2193
+ 0.7631578947368421
2194
+ 0.7142857142857143
2195
+ 0.8823529411764706
2196
+ 0.7222222222222222
2197
+ 0.7142857142857143
2198
+ 0.7272727272727273
2199
+ 0.8787878787878788
2200
+ 0.6666666666666667
2201
+ 1.0
2202
+ 1.0
2203
+ 0.5555555555555556
2204
+ 0.7142857142857143
2205
+ 0.7619047619047619
2206
+ 0.8
2207
+ 0.7142857142857143
2208
+ 0.8461538461538461
2209
+ 0.7777777777777778
2210
+ 0.42105263157894735
2211
+ 0.7333333333333334
2212
+ 0.6451612903225806
2213
+ 0.65625
2214
+ 0.8333333333333334
2215
+ 0.9230769230769231
2216
+ 0.8823529411764706
2217
+ 0.7333333333333334
2218
+ 0.9
2219
+ 0.75
2220
+ 0.7
2221
+ 0.9642857142857143
2222
+ 0.7777777777777778
2223
+ 0.6216216216216216
2224
+ 0.7058823529411764
2225
+ 0.6666666666666667
2226
+ 0.8275862068965517
2227
+ 0.92
2228
+ 0.8571428571428572
2229
+ 0.8
2230
+ 0.6428571428571428
2231
+ 0.72
2232
+ 0.875
2233
+ 0.5454545454545454
2234
+ 0.7
2235
+ 0.625
2236
+ 0.875
2237
+ 0.75
2238
+ 1.0
2239
+ 0.7777777777777778
2240
+ 0.6060606060606061
2241
+ 0.8
2242
+ 0.85
2243
+ 0.9375
2244
+ 0.7692307692307692
2245
+ 0.5882352941176471
2246
+ 1.0
2247
+ 0.7647058823529411
2248
+ 0.9230769230769231
2249
+ 0.8571428571428572
2250
+ 0.72
2251
+ 0.9090909090909091
2252
+ 0.5
2253
+ 0.8333333333333334
2254
+ 0.9411764705882353
2255
+ 1.0
2256
+ 0.75
2257
+ 0.75
2258
+ 0.6923076923076923
2259
+ 0.9166666666666666
2260
+ 0.6
2261
+ 0.8888888888888888
2262
+ 0.8888888888888888
2263
+ 0.7857142857142857
2264
+ 0.8571428571428572
2265
+ 0.6
2266
+ 0.8421052631578947
2267
+ 0.75
2268
+ 0.75
2269
+ 0.6666666666666667
2270
+ 0.7142857142857143
2271
+ 0.8387096774193549
2272
+ 0.9375
2273
+ 0.6
2274
+ 0.7
2275
+ 0.75
2276
+ 0.8571428571428572
2277
+ 0.7333333333333334
2278
+ 0.7142857142857143
2279
+ 0.6470588235294117
2280
+ 0.8571428571428572
2281
+ 0.23809523809523814
2282
+ 0.5454545454545454
2283
+ 0.7647058823529411
2284
+ 0.6666666666666667
2285
+ 0.8846153846153846
2286
+ 0.9130434782608696
2287
+ 0.9375
2288
+ 0.9615384615384616
2289
+ 0.7384615384615385
2290
+ 0.9387755102040817
2291
+ 1.0
2292
+ 1.0
2293
+ 0.75
2294
+ 0.6875
2295
+ 0.8666666666666667
2296
+ 0.8
2297
+ 0.7916666666666666
2298
+ 0.875
2299
+ 0.7692307692307692
2300
+ 1.0
2301
+ 0.7307692307692308
2302
+ 0.6571428571428571
2303
+ 0.7
2304
+ 0.6666666666666667
2305
+ 1.0
2306
+ 0.875
2307
+ 0.7352941176470589
2308
+ 0.5454545454545454
2309
+ 0.9166666666666666
2310
+ 0.8888888888888888
2311
+ 0.7407407407407407
2312
+ 0.7777777777777778
2313
+ 0.5714285714285714
2314
+ 0.6666666666666667
2315
+ 0.625
2316
+ 0.8
2317
+ 0.7333333333333334
2318
+ 0.6470588235294117
2319
+ 0.6818181818181819
2320
+ 0.6785714285714286
2321
+ 0.72
2322
+ 0.6190476190476191
2323
+ 0.6190476190476191
2324
+ 0.875
2325
+ 0.8421052631578947
2326
+ 0.8421052631578947
2327
+ 0.8461538461538461
2328
+ 0.8333333333333334
2329
+ 0.7647058823529411
2330
+ 0.6521739130434783
2331
+ 0.8
2332
+ 0.7333333333333334
2333
+ 0.75
2334
+ 1.0
2335
+ 1.0
2336
+ 0.8461538461538461
2337
+ 0.8181818181818181
2338
+ 0.9285714285714286
2339
+ 0.6
2340
+ 0.75
2341
+ 1.0
2342
+ 0.8181818181818181
2343
+ 0.65
2344
+ 0.7837837837837838
2345
+ 0.8666666666666667
2346
+ 0.8181818181818181
2347
+ 0.7857142857142857
2348
+ 0.6666666666666667
2349
+ 0.8888888888888888
2350
+ 0.7
2351
+ 0.9166666666666666
2352
+ 0.625
2353
+ 0.6388888888888888
2354
+ 1.0
2355
+ 0.7142857142857143
2356
+ 0.75
2357
+ 0.6785714285714286
2358
+ 0.5294117647058824
2359
+ 0.5454545454545454
2360
+ 1.0
2361
+ 0.7
2362
+ 0.8333333333333334
2363
+ 1.0
2364
+ 0.6521739130434783
2365
+ 1.0
2366
+ 0.9230769230769231
2367
+ 0.7222222222222222
2368
+ 0.5
2369
+ 0.7
2370
+ 1.0
2371
+ 1.0
2372
+ 0.7222222222222222
2373
+ 0.6111111111111112
2374
+ 0.6363636363636364
2375
+ 0.5625
2376
+ 0.5862068965517242
2377
+ 1.0
2378
+ 0.8571428571428572
2379
+ 0.5217391304347826
2380
+ 0.7727272727272727
2381
+ 0.6
2382
+ 0.72
2383
+ 0.8571428571428572
2384
+ 0.8
2385
+ 0.8666666666666667
2386
+ 0.8666666666666667
2387
+ 0.8235294117647058
2388
+ 1.0
2389
+ 0.8181818181818181
2390
+ 0.75
2391
+ 1.0
2392
+ 0.8888888888888888
2393
+ 0.8518518518518519
2394
+ 0.6799999999999999
2395
+ 0.9230769230769231
2396
+ 0.6111111111111112
2397
+ 0.5714285714285714
2398
+ 0.8571428571428572
2399
+ 1.0
2400
+ 1.0
2401
+ 0.8
2402
+ 0.6521739130434783
2403
+ 0.6363636363636364
2404
+ 0.6799999999999999
2405
+ 0.6428571428571428
2406
+ 0.8571428571428572
2407
+ 1.0
2408
+ 0.6428571428571428
2409
+ 0.9230769230769231
2410
+ 0.5666666666666667
2411
+ 0.6666666666666667
2412
+ 0.9
2413
+ 0.5
2414
+ 1.0
2415
+ 0.8571428571428572
2416
+ 1.0
2417
+ 0.8333333333333334
2418
+ 0.75
2419
+ 1.0
2420
+ 0.9090909090909091
2421
+ 0.6875
2422
+ 0.8823529411764706
2423
+ 0.6666666666666667
2424
+ 0.5925925925925926
2425
+ 1.0
2426
+ 0.7692307692307692
2427
+ 0.6428571428571428
2428
+ 0.5
2429
+ 0.6666666666666667
2430
+ 0.7333333333333334
2431
+ 0.75
2432
+ 0.7619047619047619
2433
+ 0.6
2434
+ 0.9230769230769231
2435
+ 0.8333333333333334
2436
+ 0.9090909090909091
2437
+ 0.6818181818181819
2438
+ 0.9166666666666666
2439
+ 1.0
2440
+ 0.75
2441
+ 1.0
2442
+ 0.9166666666666666
2443
+ 1.0
2444
+ 0.6190476190476191
2445
+ 0.6470588235294117
2446
+ 0.6875
2447
+ 0.5897435897435898
2448
+ 0.5675675675675675
2449
+ 0.7142857142857143
2450
+ 1.0
2451
+ 0.9
2452
+ 0.7272727272727273
2453
+ 0.85
2454
+ 0.6122448979591837
2455
+ 0.8571428571428572
2456
+ 0.625
2457
+ 0.7142857142857143
2458
+ 0.7241379310344828
2459
+ 0.736842105263158
2460
+ 0.6551724137931034
2461
+ 0.5277777777777778
2462
+ 1.0
2463
+ 1.0
2464
+ 1.0
2465
+ 0.9375
2466
+ 0.9375
2467
+ 0.7307692307692308
2468
+ 0.8461538461538461
2469
+ 0.8235294117647058
2470
+ 0.6
2471
+ 0.696969696969697
2472
+ 0.5853658536585367
2473
+ 0.75
2474
+ 0.8
2475
+ 0.8181818181818181
2476
+ 0.6
2477
+ 0.7777777777777778
2478
+ 0.7857142857142857
2479
+ 0.8571428571428572
2480
+ 0.9090909090909091
2481
+ 0.8823529411764706
2482
+ 0.9166666666666666
2483
+ 0.8
2484
+ 0.6071428571428572
2485
+ 0.5833333333333333
2486
+ 0.8571428571428572
2487
+ 0.6551724137931034
2488
+ 0.6875
2489
+ 0.8260869565217391
2490
+ 0.7096774193548387
2491
+ 0.9
2492
+ 0.7777777777777778
2493
+ 0.6578947368421053
2494
+ 0.7391304347826086
2495
+ 0.7692307692307692
2496
+ 1.0
2497
+ 0.6818181818181819
2498
+ 1.0
2499
+ 0.7272727272727273
2500
+ 0.7222222222222222
2501
+ 0.8181818181818181
2502
+ 0.9230769230769231
2503
+ 0.7272727272727273
2504
+ 0.6296296296296297
2505
+ 0.9
2506
+ 0.7058823529411764
2507
+ 0.8333333333333334
2508
+ 1.0
2509
+ 0.7647058823529411
2510
+ 0.8666666666666667
2511
+ 0.6538461538461539
2512
+ 0.8235294117647058
2513
+ 1.0
2514
+ 1.0
2515
+ 0.65
2516
+ 0.8823529411764706
2517
+ 0.8571428571428572
2518
+ 0.8888888888888888
2519
+ 1.0
2520
+ 0.631578947368421
2521
+ 1.0
2522
+ 0.8666666666666667
2523
+ 1.0
2524
+ 1.0
2525
+ 0.9
2526
+ 1.0
2527
+ 0.7142857142857143
2528
+ 0.8
2529
+ 0.7058823529411764
2530
+ 0.75
2531
+ 0.9285714285714286
2532
+ 0.6470588235294117
2533
+ 0.6666666666666667
2534
+ 0.8444444444444444
2535
+ 0.8
2536
+ 0.8333333333333334
2537
+ 0.8076923076923077
2538
+ 0.7916666666666666
2539
+ 0.6818181818181819
2540
+ 0.736842105263158
2541
+ 0.75
2542
+ 0.9
2543
+ 0.9
2544
+ 0.8095238095238095
2545
+ 1.0
2546
+ 0.7857142857142857
2547
+ 0.9
2548
+ 0.9375
2549
+ 0.8125
2550
+ 1.0
2551
+ 0.75
2552
+ 0.7428571428571429
2553
+ 0.7777777777777778
2554
+ 0.8
2555
+ 1.0
2556
+ 0.75
2557
+ 0.72
2558
+ 0.9090909090909091
2559
+ 0.9090909090909091
2560
+ 0.7692307692307692
2561
+ 0.625
2562
+ 0.65
2563
+ 0.6842105263157895
2564
+ 1.0
2565
+ 0.9
2566
+ 0.7619047619047619
2567
+ 0.6666666666666667
2568
+ 0.5625
2569
+ 0.9166666666666666
2570
+ 0.736842105263158
2571
+ 0.7142857142857143
2572
+ 1.0
2573
+ 0.8181818181818181
2574
+ 0.7727272727272727
2575
+ 0.7777777777777778
2576
+ 0.5454545454545454
2577
+ 0.625
2578
+ 0.736842105263158
2579
+ 0.8461538461538461
2580
+ 0.8181818181818181
2581
+ 1.0
2582
+ 1.0
2583
+ 0.5882352941176471
2584
+ 0.7222222222222222
2585
+ 0.8095238095238095
2586
+ 0.75
2587
+ 0.6585365853658536
2588
+ 0.9375
2589
+ 0.9047619047619048
2590
+ 0.6785714285714286
2591
+ 0.7777777777777778
2592
+ 0.625
2593
+ 0.6923076923076923
2594
+ 0.7727272727272727
2595
+ 0.875
2596
+ 0.9285714285714286
2597
+ 0.7857142857142857
2598
+ 0.65
2599
+ 0.8181818181818181
2600
+ 0.7692307692307692
2601
+ 1.0
2602
+ 0.8
2603
+ 0.75
2604
+ 0.75
2605
+ 0.5
2606
+ 0.8571428571428572
2607
+ 0.7857142857142857
2608
+ 0.7142857142857143
2609
+ 0.5185185185185186
2610
+ 0.6875
2611
+ 1.0
2612
+ 0.6666666666666667
2613
+ 0.9090909090909091
2614
+ 0.7272727272727273
2615
+ 0.6
2616
+ 1.0
2617
+ 0.5555555555555556
2618
+ 0.8181818181818181
2619
+ 0.6363636363636364
2620
+ 0.7272727272727273
2621
+ 0.9285714285714286
2622
+ 0.7692307692307692
2623
+ 0.8125
2624
+ 0.7916666666666666
2625
+ 0.8
2626
+ 0.8
2627
+ 0.7777777777777778
2628
+ 1.0
2629
+ 0.6666666666666667
2630
+ 0.6363636363636364
2631
+ 0.9090909090909091
2632
+ 0.5517241379310345
2633
+ 0.8888888888888888
2634
+ 0.6470588235294117
2635
+ 1.0
2636
+ 1.0
2637
+ 0.9
2638
+ 0.9375
2639
+ 0.5483870967741935
2640
+ 0.6470588235294117
2641
+ 0.8
2642
+ 0.75
2643
+ 0.4571428571428572
2644
+ 0.8666666666666667
2645
+ 0.6666666666666667
2646
+ 0.6153846153846154
2647
+ 0.7777777777777778
2648
+ 0.75
2649
+ 0.8
2650
+ 0.7058823529411764
2651
+ 0.8666666666666667
2652
+ 0.8571428571428572
2653
+ 0.8333333333333334
2654
+ 0.7272727272727273
2655
+ 1.0
2656
+ 1.0
2657
+ 0.5882352941176471
2658
+ 0.7857142857142857
2659
+ 1.0
2660
+ 0.7
2661
+ 1.0
2662
+ 0.6
2663
+ 0.9166666666666666
2664
+ 0.875
2665
+ 0.6666666666666667
2666
+ 0.782608695652174
2667
+ 0.6666666666666667
2668
+ 0.7058823529411764
2669
+ 0.625
2670
+ 0.6428571428571428
2671
+ 1.0
2672
+ 0.5384615384615384
2673
+ 0.7428571428571429
2674
+ 0.9090909090909091
2675
+ 1.0
2676
+ 0.875
2677
+ 0.5757575757575757
2678
+ 0.7619047619047619
2679
+ 0.7619047619047619
2680
+ 0.6190476190476191
2681
+ 0.7272727272727273
2682
+ 1.0
2683
+ 0.7142857142857143
2684
+ 0.8421052631578947
2685
+ 0.5625
2686
+ 0.9
2687
+ 1.0
2688
+ 1.0
2689
+ 0.8148148148148149
2690
+ 0.6
2691
+ 0.7894736842105263
2692
+ 0.7407407407407407
2693
+ 0.8095238095238095
2694
+ 0.7142857142857143
2695
+ 0.9411764705882353
2696
+ 0.8571428571428572
2697
+ 0.7333333333333334
2698
+ 0.7272727272727273
2699
+ 0.625
2700
+ 0.8
2701
+ 0.9
2702
+ 0.736842105263158
2703
+ 1.0
2704
+ 0.7692307692307692
2705
+ 1.0
2706
+ 1.0
2707
+ 0.6904761904761905
2708
+ 0.7222222222222222
2709
+ 0.875
2710
+ 0.7142857142857143
2711
+ 0.8571428571428572
2712
+ 0.7647058823529411
2713
+ 1.0
2714
+ 0.6666666666666667
2715
+ 0.7142857142857143
2716
+ 1.0
2717
+ 0.6428571428571428
2718
+ 0.7692307692307692
2719
+ 0.8181818181818181
2720
+ 1.0
2721
+ 1.0
2722
+ 0.5833333333333333
2723
+ 0.9090909090909091
2724
+ 0.8333333333333334
2725
+ 0.6666666666666667
2726
+ 0.7777777777777778
2727
+ 0.736842105263158
2728
+ 1.0
2729
+ 0.6818181818181819
2730
+ 0.7142857142857143
2731
+ 0.5333333333333333
2732
+ 0.625
2733
+ 1.0
2734
+ 1.0
2735
+ 0.6875
2736
+ 0.6666666666666667
2737
+ 0.6190476190476191
2738
+ 0.8571428571428572
2739
+ 0.8571428571428572
2740
+ 1.0
2741
+ 0.7058823529411764
2742
+ 0.75
2743
+ 0.65625
2744
+ 0.9285714285714286
2745
+ 0.8571428571428572
2746
+ 0.7142857142857143
2747
+ 0.56
2748
+ 0.6470588235294117
2749
+ 0.8
2750
+ 1.0
2751
+ 0.7727272727272727
2752
+ 0.8333333333333334
2753
+ 0.8
2754
+ 0.6538461538461539
2755
+ 0.53125
2756
+ 0.7
2757
+ 0.7894736842105263
2758
+ 0.5
2759
+ 0.4736842105263158
2760
+ 1.0
2761
+ 0.8666666666666667
2762
+ 0.8125
2763
+ 0.7857142857142857
2764
+ 0.7083333333333333
2765
+ 0.8333333333333334
2766
+ 0.875
2767
+ 0.6774193548387097
2768
+ 0.7209302325581395
2769
+ 0.653061224489796
2770
+ 1.0
2771
+ 0.8181818181818181
2772
+ 0.6363636363636364
2773
+ 0.8571428571428572
2774
+ 1.0
2775
+ 0.6190476190476191
2776
+ 0.7916666666666666
2777
+ 0.9230769230769231
2778
+ 0.7692307692307692
2779
+ 0.7222222222222222
2780
+ 0.8333333333333334
2781
+ 1.0
2782
+ 0.9166666666666666
2783
+ 0.7647058823529411
2784
+ 0.6428571428571428
2785
+ 1.0
2786
+ 0.7272727272727273
2787
+ 1.0
2788
+ 1.0
2789
+ 0.9411764705882353
2790
+ 1.0
2791
+ 0.75
2792
+ 0.75
2793
+ 0.5384615384615384
2794
+ 0.75
2795
+ 0.6486486486486487
2796
+ 0.8235294117647058
2797
+ 0.7692307692307692
2798
+ 0.8
2799
+ 0.7619047619047619
2800
+ 0.7777777777777778
2801
+ 0.6521739130434783
2802
+ 1.0
2803
+ 0.53125
2804
+ 0.8
2805
+ 0.5769230769230769
2806
+ 1.0
2807
+ 0.6666666666666667
2808
+ 0.8181818181818181
2809
+ 0.8947368421052632
2810
+ 1.0
2811
+ 0.7222222222222222
2812
+ 0.75
2813
+ 1.0
2814
+ 0.8571428571428572
2815
+ 1.0
2816
+ 0.6071428571428572
2817
+ 0.782608695652174
2818
+ 0.7692307692307692
2819
+ 0.8235294117647058
2820
+ 0.7647058823529411
2821
+ 0.8125
2822
+ 0.8333333333333334
2823
+ 0.9
2824
+ 0.8275862068965517
2825
+ 0.7586206896551724
2826
+ 0.8
2827
+ 0.65
2828
+ 0.8571428571428572
2829
+ 0.8125
2830
+ 0.8571428571428572
2831
+ 0.5294117647058824
2832
+ 0.5365853658536586
2833
+ 0.6818181818181819
2834
+ 0.5172413793103448
2835
+ 0.8947368421052632
2836
+ 1.0
2837
+ 0.7894736842105263
2838
+ 0.8571428571428572
2839
+ 0.64
2840
+ 0.8333333333333334
2841
+ 0.9166666666666666
2842
+ 0.7692307692307692
2843
+ 0.6818181818181819
2844
+ 0.5
2845
+ 0.6666666666666667
2846
+ 0.45238095238095233
2847
+ 0.9230769230769231
2848
+ 0.6122448979591837
2849
+ 0.75
2850
+ 0.9285714285714286
2851
+ 0.8125
2852
+ 0.5882352941176471
2853
+ 0.8571428571428572
2854
+ 0.6206896551724138
2855
+ 0.8
2856
+ 0.8571428571428572
2857
+ 0.6206896551724138
2858
+ 0.6666666666666667
2859
+ 1.0
2860
+ 0.9230769230769231
2861
+ 0.8461538461538461
2862
+ 0.6923076923076923
2863
+ 0.7391304347826086
2864
+ 0.6153846153846154
2865
+ 0.631578947368421
2866
+ 0.8571428571428572
2867
+ 0.8181818181818181
2868
+ 0.7272727272727273
2869
+ 0.8095238095238095
2870
+ 0.92
2871
+ 0.8275862068965517
2872
+ 0.6666666666666667
2873
+ 0.8666666666666667
2874
+ 0.5405405405405406
2875
+ 0.9090909090909091
2876
+ 0.9090909090909091
2877
+ 0.8333333333333334
2878
+ 0.5384615384615384
2879
+ 0.8
2880
+ 1.0
2881
+ 0.8181818181818181
2882
+ 0.8235294117647058
2883
+ 0.8
2884
+ 0.4411764705882353
2885
+ 0.4736842105263158
2886
+ 0.7727272727272727
2887
+ 0.8823529411764706
2888
+ 0.75
2889
+ 0.5
2890
+ 0.7777777777777778
2891
+ 0.8333333333333334
2892
+ 0.6470588235294117
2893
+ 1.0
2894
+ 0.8333333333333334
2895
+ 0.8181818181818181
2896
+ 0.9090909090909091
2897
+ 0.75
2898
+ 0.75
2899
+ 0.6842105263157895
2900
+ 0.7058823529411764
2901
+ 0.8125
2902
+ 1.0
2903
+ 0.7777777777777778
2904
+ 0.6551724137931034
2905
+ 0.9411764705882353
2906
+ 0.9130434782608696
2907
+ 0.9473684210526316
2908
+ 0.7391304347826086
2909
+ 0.9230769230769231
2910
+ 0.7333333333333334
2911
+ 0.6956521739130435
2912
+ 0.7777777777777778
2913
+ 1.0
2914
+ 0.8333333333333334
2915
+ 0.9230769230769231
2916
+ 0.8571428571428572
2917
+ 0.6774193548387097
2918
+ 0.525
2919
+ 1.0
2920
+ 0.85
2921
+ 0.8181818181818181
2922
+ 0.6666666666666667
2923
+ 1.0
2924
+ 0.7142857142857143
2925
+ 0.75
2926
+ 0.6875
2927
+ 0.5555555555555556
2928
+ 0.8571428571428572
2929
+ 0.8571428571428572
2930
+ 1.0
2931
+ 0.7142857142857143
2932
+ 0.8148148148148149
2933
+ 0.8571428571428572
2934
+ 1.0
2935
+ 0.5909090909090908
2936
+ 0.7777777777777778
2937
+ 0.7647058823529411
2938
+ 0.6666666666666667
2939
+ 0.9
2940
+ 0.9
2941
+ 1.0
2942
+ 0.9
2943
+ 0.7857142857142857
2944
+ 0.76
2945
+ 1.0
2946
+ 0.8
2947
+ 0.9230769230769231
2948
+ 1.0
2949
+ 0.5
2950
+ 0.9090909090909091
2951
+ 0.9
2952
+ 1.0
2953
+ 0.8
2954
+ 1.0
2955
+ 0.72
2956
+ 0.7894736842105263
2957
+ 1.0
2958
+ 0.9166666666666666
2959
+ 0.8888888888888888
2960
+ 0.5294117647058824
2961
+ 0.8
2962
+ 0.7692307692307692
2963
+ 0.7894736842105263
2964
+ 0.6799999999999999
2965
+ 0.7222222222222222
2966
+ 0.574468085106383
2967
+ 0.625
2968
+ 1.0
2969
+ 0.875
2970
+ 0.5652173913043479
2971
+ 0.8
2972
+ 0.8421052631578947
2973
+ 0.9090909090909091
2974
+ 0.5454545454545454
2975
+ 0.5
2976
+ 0.7272727272727273
2977
+ 1.0
2978
+ 0.9166666666666666
2979
+ 0.7096774193548387
2980
+ 0.75
2981
+ 0.6666666666666667
2982
+ 0.6666666666666667
2983
+ 0.5833333333333333
2984
+ 0.7894736842105263
2985
+ 0.875
2986
+ 0.8421052631578947
2987
+ 0.75
2988
+ 0.6341463414634146
2989
+ 1.0
2990
+ 0.6842105263157895
2991
+ 0.6666666666666667
2992
+ 1.0
2993
+ 0.625
2994
+ 0.5882352941176471
2995
+ 0.9166666666666666
2996
+ 1.0
2997
+ 1.0
2998
+ 0.7142857142857143
2999
+ 0.6666666666666667
3000
+ 0.8636363636363636
3001
+ 1.0
3002
+ 0.9090909090909091
3003
+ 0.9285714285714286
3004
+ 0.6666666666666667
3005
+ 0.8461538461538461
3006
+ 0.75
3007
+ 0.8333333333333334
3008
+ 0.8333333333333334
3009
+ 1.0
3010
+ 0.9166666666666666
3011
+ 0.8571428571428572
3012
+ 1.0
3013
+ 0.8333333333333334
3014
+ 0.8
3015
+ 0.7692307692307692
3016
+ 0.9166666666666666
3017
+ 0.5263157894736843
3018
+ 0.8333333333333334
3019
+ 1.0
3020
+ 0.9230769230769231
3021
+ 1.0
3022
+ 0.8888888888888888
3023
+ 1.0
3024
+ 0.7777777777777778
3025
+ 0.6304347826086957
3026
+ 0.72
3027
+ 0.9090909090909091
3028
+ 0.85
3029
+ 0.9122807017543859
3030
+ 0.736842105263158
3031
+ 1.0
3032
+ 0.7
3033
+ 0.7272727272727273
3034
+ 0.75
3035
+ 0.7647058823529411
3036
+ 0.625
3037
+ 0.7647058823529411
3038
+ 0.5517241379310345
3039
+ 0.7777777777777778
3040
+ 0.8333333333333334
3041
+ 0.9090909090909091
3042
+ 0.6875
3043
+ 0.9
3044
+ 0.6842105263157895
3045
+ 0.75
3046
+ 0.7272727272727273
3047
+ 0.8
3048
+ 0.7272727272727273
3049
+ 0.8333333333333334
3050
+ 0.7083333333333333
3051
+ 0.736842105263158
3052
+ 0.9285714285714286
3053
+ 0.8787878787878788
3054
+ 0.9333333333333333
3055
+ 0.7916666666666666
3056
+ 0.7931034482758621
3057
+ 1.0
3058
+ 0.8666666666666667
3059
+ 0.9285714285714286
3060
+ 0.6428571428571428
3061
+ 0.7857142857142857
3062
+ 0.625
3063
+ 1.0
3064
+ 0.88
3065
+ 0.8947368421052632
3066
+ 0.5897435897435898
3067
+ 0.8181818181818181
3068
+ 0.9375
3069
+ 1.0
3070
+ 0.75
3071
+ 0.9
3072
+ 0.8125
3073
+ 1.0
3074
+ 0.8333333333333334
3075
+ 1.0
3076
+ 1.0
3077
+ 1.0
3078
+ 0.7857142857142857
3079
+ 0.8571428571428572
3080
+ 0.8333333333333334
3081
+ 0.7619047619047619
3082
+ 0.72
3083
+ 0.6060606060606061
3084
+ 0.6896551724137931
3085
+ 0.8636363636363636
3086
+ 0.9473684210526316
3087
+ 1.0
3088
+ 0.7692307692307692
3089
+ 0.3902439024390244
3090
+ 0.44999999999999996
3091
+ 0.5833333333333333
3092
+ 0.7142857142857143
3093
+ 0.96
3094
+ 0.6799999999999999
3095
+ 0.7142857142857143
3096
+ 0.5882352941176471
3097
+ 0.5555555555555556
3098
+ 0.8235294117647058
3099
+ 0.7142857142857143
3100
+ 0.7647058823529411
3101
+ 0.9166666666666666
3102
+ 0.75
3103
+ 0.6666666666666667
3104
+ 0.5263157894736843
3105
+ 0.9
3106
+ 0.9375
3107
+ 0.75
3108
+ 0.8333333333333334
3109
+ 0.48
3110
+ 0.75
3111
+ 0.8125
3112
+ 0.6428571428571428
3113
+ 0.7647058823529411
3114
+ 0.9130434782608696
3115
+ 0.75
3116
+ 1.0
3117
+ 0.8461538461538461
3118
+ 1.0
3119
+ 0.6875
3120
+ 1.0
3121
+ 0.8461538461538461
3122
+ 0.8333333333333334
3123
+ 0.8666666666666667
3124
+ 0.9166666666666666
3125
+ 0.631578947368421
3126
+ 0.7777777777777778
3127
+ 0.7
3128
+ 0.8333333333333334
3129
+ 0.8333333333333334
3130
+ 0.8461538461538461
3131
+ 0.8571428571428572
3132
+ 0.6538461538461539
3133
+ 0.7619047619047619
3134
+ 0.5128205128205128
3135
+ 1.0
3136
+ 0.7142857142857143
3137
+ 0.5588235294117647
3138
+ 0.5454545454545454
3139
+ 0.9333333333333333
3140
+ 0.9166666666666666
3141
+ 0.8571428571428572
3142
+ 1.0
3143
+ 0.8
3144
+ 0.6363636363636364
3145
+ 0.6363636363636364
3146
+ 0.5789473684210527
3147
+ 0.6818181818181819
3148
+ 0.7272727272727273
3149
+ 0.5789473684210527
3150
+ 0.625
3151
+ 0.9
3152
+ 1.0
3153
+ 0.8
3154
+ 0.8666666666666667
3155
+ 0.75
3156
+ 0.72
3157
+ 0.875
3158
+ 0.6666666666666667
3159
+ 0.5384615384615384
3160
+ 0.6296296296296297
3161
+ 0.6875
3162
+ 0.49090909090909096
3163
+ 0.7142857142857143
3164
+ 0.5135135135135135
3165
+ 0.9090909090909091
3166
+ 1.0
3167
+ 1.0
3168
+ 0.6666666666666667
3169
+ 0.8333333333333334
3170
+ 1.0
3171
+ 0.5217391304347826
3172
+ 0.6
3173
+ 0.8333333333333334
3174
+ 1.0
3175
+ 0.9411764705882353
3176
+ 1.0
3177
+ 1.0
3178
+ 0.6666666666666667
3179
+ 0.7058823529411764
3180
+ 0.6470588235294117
3181
+ 0.9166666666666666
3182
+ 0.9230769230769231
3183
+ 0.7
3184
+ 0.6923076923076923
3185
+ 0.7619047619047619
3186
+ 1.0
3187
+ 1.0
3188
+ 0.9090909090909091
3189
+ 0.8095238095238095
3190
+ 1.0
3191
+ 0.7857142857142857
3192
+ 0.9090909090909091
3193
+ 1.0
3194
+ 0.7777777777777778
3195
+ 0.5555555555555556
3196
+ 0.75
3197
+ 0.7391304347826086
3198
+ 0.6451612903225806
3199
+ 0.736842105263158
3200
+ 0.8181818181818181
3201
+ 0.8235294117647058
3202
+ 0.8235294117647058
3203
+ 0.7083333333333333
3204
+ 0.6521739130434783
3205
+ 0.7
3206
+ 0.5
3207
+ 0.47058823529411764
3208
+ 0.8333333333333334
3209
+ 0.75
3210
+ 1.0
3211
+ 0.8235294117647058
3212
+ 1.0
3213
+ 0.9285714285714286
3214
+ 0.7209302325581395
3215
+ 1.0
3216
+ 0.6521739130434783
3217
+ 0.625
3218
+ 0.8
3219
+ 0.875
3220
+ 1.0
3221
+ 0.85
3222
+ 0.8333333333333334
3223
+ 0.5483870967741935
3224
+ 1.0
3225
+ 1.0
3226
+ 0.782608695652174
3227
+ 0.8181818181818181
3228
+ 0.8888888888888888
3229
+ 0.9411764705882353
3230
+ 0.6551724137931034
3231
+ 0.8333333333333334
3232
+ 0.9166666666666666
3233
+ 0.6666666666666667
3234
+ 0.3026315789473685
3235
+ 0.6666666666666667
3236
+ 0.9285714285714286
3237
+ 0.7272727272727273
3238
+ 0.75
3239
+ 0.8125
3240
+ 1.0
3241
+ 0.8571428571428572
3242
+ 1.0
3243
+ 1.0
3244
+ 1.0
3245
+ 0.6956521739130435
3246
+ 0.6666666666666667
3247
+ 0.7407407407407407
3248
+ 0.7073170731707317
3249
+ 0.6571428571428571
3250
+ 0.9090909090909091
3251
+ 0.8571428571428572
3252
+ 0.8
3253
+ 0.8
3254
+ 0.7058823529411764
3255
+ 0.8571428571428572
3256
+ 1.0
3257
+ 0.47058823529411764
3258
+ 0.9
3259
+ 0.7777777777777778
3260
+ 0.56
3261
+ 0.75
3262
+ 1.0
3263
+ 0.6666666666666667
3264
+ 0.7
3265
+ 1.0
3266
+ 0.59375
3267
+ 0.8181818181818181
3268
+ 0.6363636363636364
3269
+ 0.7692307692307692
3270
+ 0.6190476190476191
3271
+ 0.5714285714285714
3272
+ 0.5217391304347826
3273
+ 0.7241379310344828
3274
+ 0.6363636363636364
3275
+ 0.7692307692307692
3276
+ 1.0
3277
+ 0.7777777777777778
3278
+ 1.0
3279
+ 0.6785714285714286
3280
+ 0.6666666666666667
3281
+ 0.8888888888888888
3282
+ 0.6451612903225806
3283
+ 0.9230769230769231
3284
+ 0.7142857142857143
3285
+ 0.9230769230769231
3286
+ 0.8666666666666667
3287
+ 0.7037037037037037
3288
+ 0.6875
3289
+ 1.0
3290
+ 0.8333333333333334
3291
+ 0.9285714285714286
3292
+ 0.9285714285714286
3293
+ 0.7727272727272727
3294
+ 0.9166666666666666
3295
+ 0.6666666666666667
3296
+ 0.9545454545454546
3297
+ 0.9130434782608696
3298
+ 0.7878787878787878
3299
+ 0.9090909090909091
3300
+ 0.8181818181818181
3301
+ 0.7083333333333333
3302
+ 0.6923076923076923
3303
+ 0.6875
3304
+ 0.4444444444444444
3305
+ 0.6
3306
+ 0.736842105263158
3307
+ 0.875
3308
+ 0.8461538461538461
3309
+ 1.0
3310
+ 0.5454545454545454
3311
+ 0.59375
3312
+ 0.9333333333333333
3313
+ 0.6
3314
+ 1.0
3315
+ 0.8181818181818181
3316
+ 0.5757575757575757
3317
+ 0.8333333333333334
3318
+ 1.0
3319
+ 0.5555555555555556
3320
+ 0.8823529411764706
3321
+ 0.7272727272727273
3322
+ 0.736842105263158
3323
+ 0.7894736842105263
3324
+ 0.7727272727272727
3325
+ 0.8571428571428572
3326
+ 0.875
3327
+ 0.9
3328
+ 1.0
3329
+ 0.9090909090909091
3330
+ 1.0
3331
+ 0.5384615384615384
3332
+ 0.6428571428571428
3333
+ 0.782608695652174
3334
+ 0.7857142857142857
3335
+ 0.8
3336
+ 1.0
3337
+ 0.7692307692307692
3338
+ 0.9210526315789473
3339
+ 0.8333333333333334
3340
+ 0.9285714285714286
3341
+ 0.6666666666666667
3342
+ 0.8333333333333334
3343
+ 1.0
3344
+ 0.6190476190476191
3345
+ 0.5714285714285714
3346
+ 1.0
3347
+ 0.5833333333333333
3348
+ 1.0
3349
+ 1.0
3350
+ 1.0
3351
+ 0.6363636363636364
3352
+ 0.5
3353
+ 0.7391304347826086
3354
+ 0.5666666666666667
3355
+ 0.6129032258064516
3356
+ 0.6153846153846154
3357
+ 0.7142857142857143
3358
+ 0.7142857142857143
3359
+ 0.6176470588235294
3360
+ 0.75
3361
+ 0.8571428571428572
3362
+ 0.8125
3363
+ 0.9545454545454546
3364
+ 0.8518518518518519
3365
+ 0.7173913043478262
3366
+ 1.0
3367
+ 1.0
3368
+ 1.0
3369
+ 1.0
3370
+ 0.8
3371
+ 0.7777777777777778
3372
+ 0.9090909090909091
3373
+ 0.75
3374
+ 1.0
3375
+ 0.8571428571428572
3376
+ 0.7222222222222222
3377
+ 0.6521739130434783
3378
+ 0.8181818181818181
3379
+ 1.0
3380
+ 0.5384615384615384
3381
+ 0.8620689655172413
3382
+ 1.0
3383
+ 0.65
3384
+ 1.0
3385
+ 1.0
3386
+ 0.875
3387
+ 0.6799999999999999
3388
+ 0.7083333333333333
3389
+ 0.7272727272727273
3390
+ 1.0
3391
+ 0.6666666666666667
3392
+ 0.7142857142857143
3393
+ 0.6666666666666667
3394
+ 0.7142857142857143
3395
+ 1.0
3396
+ 0.6470588235294117
3397
+ 0.9166666666666666
3398
+ 0.6428571428571428
3399
+ 0.6206896551724138
3400
+ 0.6538461538461539
3401
+ 0.8571428571428572
3402
+ 1.0
3403
+ 0.85
3404
+ 0.8181818181818181
3405
+ 0.7037037037037037
3406
+ 0.8181818181818181
3407
+ 0.75
3408
+ 0.7777777777777778
3409
+ 1.0
3410
+ 0.5714285714285714
3411
+ 0.875
3412
+ 0.7307692307692308
3413
+ 0.90625
3414
+ 0.8
3415
+ 1.0
3416
+ 0.9090909090909091
3417
+ 0.9090909090909091
3418
+ 0.8888888888888888
3419
+ 1.0
3420
+ 0.8421052631578947
3421
+ 0.5833333333333333
3422
+ 0.46875
3423
+ 0.3111111111111111
3424
+ 0.736842105263158
3425
+ 0.6875
3426
+ 1.0
3427
+ 0.631578947368421
3428
+ 1.0
3429
+ 1.0
3430
+ 0.5555555555555556
3431
+ 0.6086956521739131
3432
+ 0.6666666666666667
3433
+ 0.7692307692307692
3434
+ 0.875
3435
+ 0.7083333333333333
3436
+ 0.7142857142857143
3437
+ 0.9090909090909091
3438
+ 0.8235294117647058
3439
+ 0.6363636363636364
3440
+ 0.7777777777777778
3441
+ 0.9
3442
+ 0.6799999999999999
3443
+ 0.7692307692307692
3444
+ 0.625
3445
+ 0.782608695652174
3446
+ 0.75
3447
+ 0.75
3448
+ 0.525
3449
+ 0.5833333333333333
3450
+ 0.5833333333333333
3451
+ 0.8571428571428572
3452
+ 0.75
3453
+ 0.625
3454
+ 0.7241379310344828
3455
+ 0.75
3456
+ 0.6521739130434783
3457
+ 0.8235294117647058
3458
+ 1.0
3459
+ 0.5517241379310345
3460
+ 0.4893617021276596
3461
+ 0.7777777777777778
3462
+ 0.5714285714285714
3463
+ 1.0
3464
+ 0.5909090909090908
3465
+ 0.5945945945945945
3466
+ 1.0
3467
+ 0.5833333333333333
3468
+ 1.0
3469
+ 0.7647058823529411
3470
+ 1.0
3471
+ 0.8235294117647058
3472
+ 0.7333333333333334
3473
+ 0.7142857142857143
3474
+ 0.6111111111111112
3475
+ 0.9230769230769231
3476
+ 0.7647058823529411
3477
+ 0.8
3478
+ 0.7894736842105263
3479
+ 1.0
3480
+ 0.5588235294117647
3481
+ 1.0
3482
+ 0.6666666666666667
3483
+ 0.7777777777777778
3484
+ 1.0
3485
+ 0.8181818181818181
3486
+ 0.7142857142857143
3487
+ 1.0
3488
+ 1.0
3489
+ 0.6799999999999999
3490
+ 0.7333333333333334
3491
+ 0.5777777777777777
3492
+ 0.7333333333333334
3493
+ 0.7222222222222222
3494
+ 0.6226415094339622
3495
+ 0.8666666666666667
3496
+ 0.8333333333333334
3497
+ 0.6799999999999999
3498
+ 0.75
3499
+ 1.0
3500
+ 0.6
3501
+ 0.7083333333333333
3502
+ 0.9166666666666666
3503
+ 0.6764705882352942
3504
+ 0.875
3505
+ 0.8461538461538461
3506
+ 0.7619047619047619
3507
+ 0.9166666666666666
3508
+ 0.9
3509
+ 0.75
3510
+ 1.0
3511
+ 0.8333333333333334
3512
+ 0.8333333333333334
3513
+ 0.8333333333333334
3514
+ 0.8
3515
+ 0.7241379310344828
3516
+ 0.625
3517
+ 0.6551724137931034
3518
+ 0.6666666666666667
3519
+ 0.59375
3520
+ 0.6176470588235294
3521
+ 0.6956521739130435
3522
+ 0.7857142857142857
3523
+ 0.6842105263157895
3524
+ 0.8181818181818181
3525
+ 0.9166666666666666
3526
+ 0.75
3527
+ 0.641025641025641
3528
+ 0.8076923076923077
3529
+ 0.8518518518518519
3530
+ 0.5757575757575757
3531
+ 0.5882352941176471
3532
+ 0.9090909090909091
3533
+ 0.6060606060606061
3534
+ 0.84375
3535
+ 0.6842105263157895
3536
+ 0.6666666666666667
3537
+ 0.8333333333333334
3538
+ 0.7727272727272727
3539
+ 0.8
3540
+ 0.625
3541
+ 1.0
3542
+ 0.696969696969697
3543
+ 0.7142857142857143
3544
+ 0.7021276595744681
3545
+ 0.5263157894736843
3546
+ 0.7058823529411764
3547
+ 0.6153846153846154
3548
+ 0.7777777777777778
3549
+ 0.736842105263158
3550
+ 0.64
3551
+ 0.8461538461538461
3552
+ 0.8571428571428572
3553
+ 1.0
3554
+ 0.8947368421052632
3555
+ 0.9
3556
+ 0.75
3557
+ 0.8181818181818181
3558
+ 0.9090909090909091
3559
+ 0.84
3560
+ 0.8
3561
+ 0.6451612903225806
3562
+ 0.75
3563
+ 0.6226415094339622
3564
+ 0.75
3565
+ 0.8571428571428572
3566
+ 0.7727272727272727
3567
+ 0.8947368421052632
3568
+ 0.8421052631578947
3569
+ 0.6428571428571428
3570
+ 0.5652173913043479
3571
+ 0.5
3572
+ 0.8421052631578947
3573
+ 1.0
3574
+ 0.75
3575
+ 0.8181818181818181
3576
+ 0.8235294117647058
3577
+ 0.75
3578
+ 0.9230769230769231
3579
+ 0.5
3580
+ 0.5428571428571429
3581
+ 0.4716981132075472
3582
+ 0.4651162790697675
3583
+ 0.9166666666666666
3584
+ 0.6666666666666667
3585
+ 0.7333333333333334
3586
+ 0.6666666666666667
3587
+ 1.0
3588
+ 1.0
3589
+ 0.6666666666666667
3590
+ 0.8571428571428572
3591
+ 0.7666666666666666
3592
+ 0.8571428571428572
3593
+ 0.6666666666666667
3594
+ 0.64
3595
+ 0.75
3596
+ 1.0
3597
+ 0.4666666666666667
3598
+ 0.5333333333333333
3599
+ 0.8888888888888888
3600
+ 0.9230769230769231
3601
+ 0.8888888888888888
3602
+ 0.6428571428571428
3603
+ 0.5454545454545454
3604
+ 0.8461538461538461
3605
+ 1.0
3606
+ 0.7647058823529411
3607
+ 1.0
3608
+ 0.6875
3609
+ 0.8666666666666667
3610
+ 0.896551724137931
3611
+ 0.75
3612
+ 0.8333333333333334
3613
+ 0.85
3614
+ 0.7391304347826086
3615
+ 0.7692307692307692
3616
+ 0.75
3617
+ 0.8260869565217391
3618
+ 0.6521739130434783
3619
+ 0.8235294117647058
3620
+ 0.6470588235294117
3621
+ 0.9285714285714286
3622
+ 0.8333333333333334
3623
+ 1.0
3624
+ 0.9
3625
+ 0.9230769230769231
3626
+ 0.75
3627
+ 0.8333333333333334
3628
+ 0.7
3629
+ 1.0
3630
+ 0.65
3631
+ 0.8125
3632
+ 0.8571428571428572
3633
+ 0.5833333333333333
3634
+ 0.8571428571428572
3635
+ 0.7
3636
+ 0.5714285714285714
3637
+ 0.9166666666666666
3638
+ 1.0
3639
+ 0.7692307692307692
3640
+ 0.8888888888888888
3641
+ 0.8571428571428572
3642
+ 1.0
3643
+ 0.875
3644
+ 0.6875
3645
+ 0.5625
3646
+ 1.0
3647
+ 0.6666666666666667
3648
+ 1.0
3649
+ 1.0
3650
+ 0.7333333333333334
3651
+ 0.6129032258064516
3652
+ 0.7916666666666666
3653
+ 0.59375
3654
+ 0.6756756756756757
3655
+ 0.7894736842105263
3656
+ 0.5116279069767442
3657
+ 0.6666666666666667
3658
+ 0.7727272727272727
3659
+ 0.6923076923076923
3660
+ 0.7272727272727273
3661
+ 0.6
3662
+ 0.7647058823529411
3663
+ 0.8823529411764706
3664
+ 0.7619047619047619
3665
+ 0.8888888888888888
3666
+ 0.875
3667
+ 0.8333333333333334
3668
+ 1.0
3669
+ 0.8571428571428572
3670
+ 0.75
3671
+ 0.6666666666666667
3672
+ 0.625
3673
+ 0.9285714285714286
3674
+ 0.6470588235294117
3675
+ 0.85
3676
+ 0.84
3677
+ 0.875
3678
+ 0.5882352941176471
3679
+ 0.75
3680
+ 0.8
3681
+ 0.9
3682
+ 1.0
3683
+ 0.8333333333333334
3684
+ 0.8
3685
+ 0.7777777777777778
3686
+ 0.8
3687
+ 0.7586206896551724
3688
+ 0.8461538461538461
3689
+ 0.5777777777777777
3690
+ 0.8
3691
+ 1.0
3692
+ 0.9090909090909091
3693
+ 0.8333333333333334
3694
+ 0.8461538461538461
3695
+ 0.6
3696
+ 0.76
3697
+ 0.6666666666666667
3698
+ 0.5675675675675675
3699
+ 0.8888888888888888
3700
+ 0.875
3701
+ 0.875
3702
+ 0.8823529411764706
3703
+ 0.8571428571428572
3704
+ 0.6666666666666667
3705
+ 0.5714285714285714
3706
+ 0.7142857142857143
3707
+ 0.7222222222222222
3708
+ 0.8695652173913043
3709
+ 0.8181818181818181
3710
+ 0.7647058823529411
3711
+ 0.7727272727272727
3712
+ 0.8888888888888888
3713
+ 0.8235294117647058
3714
+ 0.6296296296296297
3715
+ 0.8235294117647058
3716
+ 0.7727272727272727
3717
+ 0.8181818181818181
3718
+ 1.0
3719
+ 0.8888888888888888
3720
+ 0.9090909090909091
3721
+ 0.9230769230769231
3722
+ 0.7692307692307692
3723
+ 0.5357142857142857
3724
+ 0.5945945945945945
3725
+ 1.0
3726
+ 0.5
3727
+ 0.7647058823529411
3728
+ 1.0
3729
+ 0.5833333333333333
3730
+ 0.875
3731
+ 0.5476190476190477
3732
+ 0.8888888888888888
3733
+ 0.7142857142857143
3734
+ 1.0
3735
+ 0.8888888888888888
3736
+ 0.6538461538461539
3737
+ 0.6363636363636364
3738
+ 1.0
3739
+ 0.7727272727272727
3740
+ 0.9
3741
+ 1.0
3742
+ 1.0
3743
+ 0.7916666666666666
3744
+ 0.6666666666666667
3745
+ 0.8461538461538461
3746
+ 1.0
3747
+ 0.8888888888888888
3748
+ 1.0
3749
+ 1.0
3750
+ 0.6296296296296297
3751
+ 0.7272727272727273
3752
+ 1.0
3753
+ 0.8
3754
+ 1.0
3755
+ 1.0
3756
+ 0.6
3757
+ 1.0
3758
+ 0.8235294117647058
3759
+ 0.7272727272727273
3760
+ 0.6206896551724138
3761
+ 0.7
3762
+ 0.6666666666666667
3763
+ 0.8333333333333334
3764
+ 1.0
3765
+ 0.8461538461538461
3766
+ 1.0
3767
+ 0.9166666666666666
3768
+ 0.5
3769
+ 0.875
3770
+ 0.64
3771
+ 0.8461538461538461
3772
+ 0.75
3773
+ 0.5806451612903225
3774
+ 0.5652173913043479
3775
+ 0.8333333333333334
3776
+ 0.7
3777
+ 0.75
3778
+ 0.625
3779
+ 1.0
3780
+ 0.5897435897435898
3781
+ 0.6666666666666667
3782
+ 0.8
3783
+ 0.8235294117647058
3784
+ 0.6666666666666667
3785
+ 0.7692307692307692
3786
+ 0.6818181818181819
3787
+ 0.7333333333333334
3788
+ 0.9285714285714286
3789
+ 0.6363636363636364
3790
+ 0.9523809523809523
3791
+ 0.8
3792
+ 1.0
3793
+ 0.8
3794
+ 0.9375
3795
+ 0.8
3796
+ 0.6785714285714286
3797
+ 0.6875
3798
+ 0.6296296296296297
3799
+ 0.4642857142857143
3800
+ 0.5652173913043479
3801
+ 0.7894736842105263
3802
+ 1.0
3803
+ 0.8181818181818181
3804
+ 0.6551724137931034
3805
+ 0.6666666666666667
3806
+ 0.6896551724137931
3807
+ 0.8571428571428572
3808
+ 0.7142857142857143
3809
+ 0.7222222222222222
3810
+ 0.5517241379310345
3811
+ 0.6097560975609756
3812
+ 0.7647058823529411
3813
+ 0.9090909090909091
3814
+ 1.0
3815
+ 0.7272727272727273
3816
+ 0.6842105263157895
3817
+ 0.5
3818
+ 0.75
3819
+ 0.75
3820
+ 1.0
3821
+ 0.7727272727272727
3822
+ 0.736842105263158
3823
+ 0.8571428571428572
3824
+ 0.9166666666666666
3825
+ 0.7777777777777778
3826
+ 0.9166666666666666
3827
+ 0.8571428571428572
3828
+ 0.6296296296296297
3829
+ 0.5833333333333333
3830
+ 0.7857142857142857
3831
+ 0.8636363636363636
3832
+ 0.7894736842105263
3833
+ 0.7619047619047619
3834
+ 0.6818181818181819
3835
+ 0.6666666666666667
3836
+ 0.8461538461538461
3837
+ 1.0
3838
+ 0.9285714285714286
3839
+ 0.8571428571428572
3840
+ 0.7647058823529411
3841
+ 0.7142857142857143
3842
+ 0.5333333333333333
3843
+ 0.7647058823529411
3844
+ 0.8823529411764706
3845
+ 0.8888888888888888
3846
+ 0.75
3847
+ 0.7619047619047619
3848
+ 0.9772727272727273
3849
+ 0.7073170731707317
3850
+ 0.9230769230769231
3851
+ 0.7272727272727273
3852
+ 1.0
3853
+ 1.0
3854
+ 1.0
3855
+ 1.0
3856
+ 0.8888888888888888
3857
+ 1.0
3858
+ 0.8333333333333334
3859
+ 0.8461538461538461
3860
+ 0.6666666666666667
3861
+ 0.7142857142857143
3862
+ 0.8636363636363636
3863
+ 0.8333333333333334
3864
+ 0.8
3865
+ 1.0
3866
+ 0.5833333333333333
3867
+ 0.8571428571428572
3868
+ 0.6428571428571428
3869
+ 0.9090909090909091
3870
+ 0.9090909090909091
3871
+ 0.64
3872
+ 0.6896551724137931
3873
+ 0.7619047619047619
3874
+ 0.7142857142857143
3875
+ 0.5
3876
+ 0.8333333333333334
3877
+ 0.7222222222222222
3878
+ 1.0
3879
+ 1.0
3880
+ 0.8181818181818181
3881
+ 0.7142857142857143
3882
+ 0.7777777777777778
3883
+ 1.0
3884
+ 0.8333333333333334
3885
+ 0.6818181818181819
3886
+ 0.6382978723404256
3887
+ 0.5555555555555556
3888
+ 0.6111111111111112
3889
+ 0.8666666666666667
3890
+ 0.6
3891
+ 0.7073170731707317
3892
+ 0.7894736842105263
3893
+ 0.85
3894
+ 0.6666666666666667
3895
+ 0.8571428571428572
3896
+ 0.9
3897
+ 0.6153846153846154
3898
+ 1.0
3899
+ 0.7391304347826086
3900
+ 0.7241379310344828
3901
+ 0.7142857142857143
3902
+ 0.75
3903
+ 0.8125
3904
+ 0.6111111111111112
3905
+ 1.0
3906
+ 0.6428571428571428
3907
+ 0.6428571428571428
3908
+ 0.7272727272727273
3909
+ 0.625
3910
+ 0.7575757575757576
3911
+ 0.8333333333333334
3912
+ 1.0
3913
+ 0.6363636363636364
3914
+ 0.71875
3915
+ 0.8095238095238095
3916
+ 0.7692307692307692
3917
+ 0.6666666666666667
3918
+ 1.0
3919
+ 0.6875
3920
+ 0.8235294117647058
3921
+ 0.9090909090909091
3922
+ 1.0
3923
+ 0.8181818181818181
3924
+ 1.0
3925
+ 1.0
3926
+ 0.9285714285714286
3927
+ 0.631578947368421
3928
+ 0.6956521739130435
3929
+ 0.9230769230769231
3930
+ 0.8
3931
+ 0.7619047619047619
3932
+ 0.6363636363636364
3933
+ 0.85
3934
+ 0.8125
3935
+ 0.7058823529411764
3936
+ 0.6811594202898551
3937
+ 0.9230769230769231
3938
+ 0.7
3939
+ 0.7142857142857143
3940
+ 0.6666666666666667
3941
+ 0.8235294117647058
3942
+ 1.0
3943
+ 0.75
3944
+ 0.9230769230769231
3945
+ 0.9230769230769231
3946
+ 0.6944444444444444
3947
+ 0.75
3948
+ 0.8
3949
+ 1.0
3950
+ 0.6666666666666667
3951
+ 0.75
3952
+ 0.8076923076923077
3953
+ 0.9444444444444444
3954
+ 0.7272727272727273
3955
+ 0.8461538461538461
3956
+ 1.0
3957
+ 0.7857142857142857
3958
+ 1.0
3959
+ 0.9090909090909091
3960
+ 0.6944444444444444
3961
+ 0.5555555555555556
3962
+ 0.7272727272727273
3963
+ 0.6
3964
+ 0.8461538461538461
3965
+ 0.8571428571428572
3966
+ 1.0
3967
+ 0.7142857142857143
3968
+ 0.9069767441860466
3969
+ 0.5294117647058824
3970
+ 0.9230769230769231
3971
+ 0.6818181818181819
3972
+ 0.9090909090909091
3973
+ 0.7222222222222222
3974
+ 0.65
3975
+ 0.625
3976
+ 0.875
3977
+ 0.72
3978
+ 0.6666666666666667
3979
+ 0.5625
3980
+ 0.8181818181818181
3981
+ 1.0
3982
+ 0.7142857142857143
3983
+ 1.0
3984
+ 1.0
3985
+ 0.9565217391304348
3986
+ 0.65625
3987
+ 0.6538461538461539
3988
+ 1.0
3989
+ 1.0
3990
+ 1.0
3991
+ 0.76
3992
+ 0.8
3993
+ 1.0
3994
+ 1.0
3995
+ 0.75
3996
+ 0.8333333333333334
3997
+ 0.5833333333333333
3998
+ 0.6923076923076923
3999
+ 0.7
4000
+ 0.9090909090909091
4001
+ 0.625
4002
+ 0.7777777777777778
4003
+ 0.875
4004
+ 1.0
4005
+ 0.7619047619047619
4006
+ 0.8947368421052632
4007
+ 0.64
4008
+ 0.7037037037037037
4009
+ 1.0
4010
+ 0.6190476190476191
4011
+ 0.5714285714285714
4012
+ 1.0
4013
+ 0.7222222222222222
4014
+ 0.9166666666666666
4015
+ 0.6
4016
+ 0.6060606060606061
4017
+ 0.7391304347826086
4018
+ 0.6818181818181819
4019
+ 0.8333333333333334
4020
+ 0.9285714285714286
4021
+ 0.8888888888888888
4022
+ 0.75
4023
+ 0.9230769230769231
4024
+ 0.5
4025
+ 0.696969696969697
4026
+ 0.7894736842105263
4027
+ 0.9090909090909091
4028
+ 0.7692307692307692
4029
+ 0.7333333333333334
4030
+ 0.75
4031
+ 0.6666666666666667
4032
+ 1.0
4033
+ 0.9047619047619048
4034
+ 0.7647058823529411
4035
+ 0.7647058823529411
4036
+ 0.7317073170731707
4037
+ 1.0
4038
+ 0.5806451612903225
4039
+ 0.8461538461538461
4040
+ 0.7619047619047619
4041
+ 1.0
4042
+ 0.7083333333333333
4043
+ 0.7391304347826086
4044
+ 0.7142857142857143
4045
+ 0.75
4046
+ 0.8333333333333334
4047
+ 0.8823529411764706
4048
+ 0.9696969696969697
4049
+ 0.6521739130434783
4050
+ 0.875
4051
+ 0.8666666666666667
4052
+ 1.0
4053
+ 0.5454545454545454
4054
+ 0.6086956521739131
4055
+ 0.7142857142857143
4056
+ 0.8888888888888888
4057
+ 0.7619047619047619
4058
+ 1.0
4059
+ 1.0
4060
+ 0.8181818181818181
4061
+ 0.6666666666666667
4062
+ 0.7272727272727273
4063
+ 0.6428571428571428
4064
+ 0.7
4065
+ 0.48
4066
+ 0.6363636363636364
4067
+ 0.8181818181818181
4068
+ 0.7142857142857143
4069
+ 0.6
4070
+ 0.6875
4071
+ 1.0
4072
+ 0.8333333333333334
4073
+ 0.5476190476190477
4074
+ 0.6666666666666667
4075
+ 0.7619047619047619
4076
+ 0.75
4077
+ 0.5714285714285714
4078
+ 0.71875
4079
+ 0.9230769230769231
4080
+ 0.7692307692307692
4081
+ 0.8571428571428572
4082
+ 1.0
4083
+ 1.0
4084
+ 0.7857142857142857
4085
+ 0.7857142857142857
4086
+ 0.5833333333333333
4087
+ 0.9444444444444444
4088
+ 0.9333333333333333
4089
+ 0.5882352941176471
4090
+ 0.825
4091
+ 0.8181818181818181
4092
+ 0.6538461538461539
4093
+ 0.6
4094
+ 0.8461538461538461
4095
+ 1.0
4096
+ 0.8888888888888888
4097
+ 0.7727272727272727
4098
+ 0.6486486486486487
4099
+ 0.6428571428571428
4100
+ 0.7272727272727273
4101
+ 0.75
4102
+ 0.6818181818181819
4103
+ 1.0
4104
+ 0.8333333333333334
4105
+ 0.75
4106
+ 0.7894736842105263
4107
+ 0.8461538461538461
4108
+ 0.9230769230769231
4109
+ 0.8888888888888888
4110
+ 1.0
4111
+ 0.7647058823529411
4112
+ 0.7857142857142857
4113
+ 0.6818181818181819
4114
+ 0.8181818181818181
4115
+ 0.75
4116
+ 0.5882352941176471
4117
+ 0.75
4118
+ 0.8666666666666667
4119
+ 0.7142857142857143
4120
+ 0.7741935483870968
4121
+ 1.0
4122
+ 0.8823529411764706
4123
+ 0.875
4124
+ 0.7142857142857143
4125
+ 0.5625
4126
+ 0.75
4127
+ 0.7894736842105263
4128
+ 0.8333333333333334
4129
+ 0.7142857142857143
4130
+ 0.8421052631578947
4131
+ 0.85
4132
+ 0.75
4133
+ 0.6470588235294117
4134
+ 0.7222222222222222
4135
+ 0.9230769230769231
4136
+ 0.7727272727272727
4137
+ 1.0
4138
+ 0.9333333333333333
4139
+ 0.7
4140
+ 0.7222222222222222
4141
+ 0.5161290322580645
4142
+ 0.8571428571428572
4143
+ 0.9333333333333333
4144
+ 0.9166666666666666
4145
+ 1.0
4146
+ 0.75
4147
+ 1.0
4148
+ 0.8333333333333334
4149
+ 1.0
4150
+ 0.6923076923076923
4151
+ 0.5909090909090908
4152
+ 0.75
4153
+ 0.8333333333333334
4154
+ 0.7
4155
+ 0.6666666666666667
4156
+ 0.7777777777777778
4157
+ 0.9285714285714286
4158
+ 0.65625
4159
+ 0.9375
4160
+ 0.5555555555555556
4161
+ 0.6666666666666667
4162
+ 1.0
4163
+ 1.0
4164
+ 0.9090909090909091
4165
+ 0.7142857142857143
4166
+ 0.7222222222222222
4167
+ 0.6451612903225806
4168
+ 0.6896551724137931
4169
+ 0.5384615384615384
4170
+ 0.782608695652174
4171
+ 0.8
4172
+ 0.5625
4173
+ 0.625
4174
+ 0.64
4175
+ 0.8421052631578947
4176
+ 1.0
4177
+ 0.6
4178
+ 0.7142857142857143
4179
+ 0.8181818181818181
4180
+ 0.625
4181
+ 0.6486486486486487
4182
+ 0.52
4183
+ 0.32692307692307687
4184
+ 0.8181818181818181
4185
+ 0.8125
4186
+ 0.6388888888888888
4187
+ 0.9
4188
+ 0.6428571428571428
4189
+ 1.0
4190
+ 0.9166666666666666
4191
+ 1.0
4192
+ 0.9090909090909091
4193
+ 0.9166666666666666
4194
+ 1.0
4195
+ 1.0
4196
+ 0.6190476190476191
4197
+ 0.6956521739130435
4198
+ 0.8
4199
+ 0.7142857142857143
4200
+ 0.7222222222222222
4201
+ 0.625
4202
+ 1.0
4203
+ 0.85
4204
+ 0.7391304347826086
4205
+ 0.9444444444444444
4206
+ 0.6153846153846154
4207
+ 1.0
4208
+ 0.9166666666666666
4209
+ 0.7272727272727273
4210
+ 0.875
4211
+ 0.8571428571428572
4212
+ 0.7575757575757576
4213
+ 0.75
4214
+ 0.6923076923076923
4215
+ 0.7619047619047619
4216
+ 0.6296296296296297
4217
+ 0.8125
4218
+ 0.9285714285714286
4219
+ 0.8333333333333334
4220
+ 0.7777777777777778
4221
+ 0.9166666666666666
4222
+ 1.0
4223
+ 0.7142857142857143
4224
+ 0.8181818181818181
4225
+ 0.9444444444444444
4226
+ 0.5882352941176471
4227
+ 0.8461538461538461
4228
+ 0.9090909090909091
4229
+ 0.75
4230
+ 0.75
4231
+ 0.7241379310344828
4232
+ 0.7857142857142857
4233
+ 0.8333333333333334
4234
+ 0.5882352941176471
4235
+ 0.4722222222222222
4236
+ 0.5789473684210527
4237
+ 0.7857142857142857
4238
+ 0.6153846153846154
4239
+ 0.7142857142857143
4240
+ 0.8333333333333334
4241
+ 0.4666666666666667
4242
+ 0.6818181818181819
4243
+ 0.6785714285714286
4244
+ 0.6296296296296297
4245
+ 0.6896551724137931
4246
+ 0.8181818181818181
4247
+ 0.7777777777777778
4248
+ 0.6923076923076923
4249
+ 0.8181818181818181
4250
+ 0.7777777777777778
4251
+ 0.7142857142857143
4252
+ 0.5833333333333333
4253
+ 0.7692307692307692
4254
+ 0.9166666666666666
4255
+ 0.75
4256
+ 0.8
4257
+ 0.8421052631578947
4258
+ 1.0
4259
+ 0.7692307692307692
4260
+ 0.7619047619047619
4261
+ 0.75
4262
+ 0.6296296296296297
4263
+ 1.0
4264
+ 1.0
4265
+ 0.7142857142857143
4266
+ 0.9333333333333333
4267
+ 0.7647058823529411
4268
+ 1.0
4269
+ 0.65
4270
+ 0.736842105263158
4271
+ 1.0
4272
+ 0.7142857142857143
4273
+ 0.9090909090909091
4274
+ 0.782608695652174
4275
+ 1.0
4276
+ 0.6470588235294117
4277
+ 0.8095238095238095
4278
+ 0.7391304347826086
4279
+ 1.0
4280
+ 0.4130434782608695
4281
+ 0.8333333333333334
4282
+ 1.0
4283
+ 0.6666666666666667
4284
+ 0.8
4285
+ 0.7222222222222222
4286
+ 0.875
4287
+ 0.9166666666666666
4288
+ 0.6111111111111112
4289
+ 0.8333333333333334
4290
+ 0.8571428571428572
4291
+ 0.7142857142857143
4292
+ 0.9090909090909091
4293
+ 0.8571428571428572
4294
+ 0.7142857142857143
4295
+ 0.75
4296
+ 0.7222222222222222
4297
+ 0.6071428571428572
4298
+ 0.6666666666666667
4299
+ 0.9411764705882353
4300
+ 1.0
4301
+ 0.7647058823529411
4302
+ 0.8421052631578947
4303
+ 0.9230769230769231
4304
+ 1.0
4305
+ 0.8125
4306
+ 0.8235294117647058
4307
+ 1.0
4308
+ 0.7142857142857143
4309
+ 0.75
4310
+ 0.8333333333333334
4311
+ 0.9
4312
+ 0.8333333333333334
4313
+ 0.8333333333333334
4314
+ 0.8235294117647058
4315
+ 1.0
4316
+ 0.5961538461538461
4317
+ 1.0
4318
+ 0.7058823529411764
4319
+ 0.8666666666666667
4320
+ 0.7777777777777778
4321
+ 0.6799999999999999
4322
+ 0.8
4323
+ 0.9230769230769231
4324
+ 0.8666666666666667
4325
+ 0.7692307692307692
4326
+ 1.0
4327
+ 0.75
4328
+ 0.9090909090909091
4329
+ 0.8571428571428572
4330
+ 1.0
4331
+ 0.7692307692307692
4332
+ 1.0
4333
+ 0.9333333333333333
4334
+ 1.0
4335
+ 0.6666666666666667
4336
+ 0.7647058823529411
4337
+ 1.0
4338
+ 0.8333333333333334
4339
+ 0.64
4340
+ 0.8095238095238095
4341
+ 0.8181818181818181
4342
+ 0.7391304347826086
4343
+ 0.8125
4344
+ 1.0
4345
+ 0.9166666666666666
4346
+ 0.65
4347
+ 0.7692307692307692
4348
+ 0.6666666666666667
4349
+ 0.7391304347826086
4350
+ 1.0
4351
+ 1.0
4352
+ 0.6428571428571428
4353
+ 0.9333333333333333
4354
+ 0.8666666666666667
4355
+ 0.8666666666666667
4356
+ 0.6875
4357
+ 0.8666666666666667
4358
+ 1.0
4359
+ 0.9285714285714286
4360
+ 0.6470588235294117
4361
+ 0.7333333333333334
4362
+ 1.0
4363
+ 0.7619047619047619
4364
+ 0.9090909090909091
4365
+ 0.7647058823529411
4366
+ 1.0
4367
+ 0.6129032258064516
4368
+ 0.6842105263157895
4369
+ 0.6
4370
+ 0.9411764705882353
4371
+ 0.9090909090909091
4372
+ 1.0
4373
+ 0.5333333333333333
4374
+ 0.7
4375
+ 0.736842105263158
4376
+ 0.47619047619047616
4377
+ 0.8181818181818181
4378
+ 0.6
4379
+ 0.6551724137931034
4380
+ 0.875
4381
+ 0.6666666666666667
4382
+ 0.9285714285714286
4383
+ 0.75
4384
+ 0.7619047619047619
4385
+ 0.8666666666666667
4386
+ 0.5897435897435898
4387
+ 0.65
4388
+ 0.7692307692307692
4389
+ 0.65
4390
+ 1.0
4391
+ 0.8333333333333334
4392
+ 0.8
4393
+ 0.6296296296296297
4394
+ 0.6470588235294117
4395
+ 0.6956521739130435
4396
+ 0.8235294117647058
4397
+ 1.0
4398
+ 0.75
4399
+ 0.76
4400
+ 0.8571428571428572
4401
+ 0.75
4402
+ 0.9090909090909091
4403
+ 0.6875
4404
+ 0.7272727272727273
4405
+ 0.8571428571428572
4406
+ 0.7741935483870968
4407
+ 0.8888888888888888
4408
+ 0.75
4409
+ 1.0
4410
+ 0.5116279069767442
4411
+ 0.6
4412
+ 0.72
4413
+ 0.6842105263157895
4414
+ 0.9090909090909091
4415
+ 0.6333333333333333
4416
+ 0.7058823529411764
4417
+ 1.0
4418
+ 0.8333333333333334
4419
+ 1.0
4420
+ 0.8095238095238095
4421
+ 0.8181818181818181
4422
+ 0.9
4423
+ 0.9166666666666666
4424
+ 0.9166666666666666
4425
+ 0.9
4426
+ 1.0
4427
+ 0.9166666666666666
4428
+ 1.0
4429
+ 0.8260869565217391
4430
+ 1.0
4431
+ 0.6666666666666667
4432
+ 0.9473684210526316
4433
+ 0.75
4434
+ 0.9090909090909091
4435
+ 0.9
4436
+ 0.6875
4437
+ 0.9090909090909091
4438
+ 0.9
4439
+ 0.75
4440
+ 1.0
4441
+ 0.8823529411764706
4442
+ 0.8666666666666667
4443
+ 0.7692307692307692
4444
+ 1.0
4445
+ 0.875
4446
+ 0.6923076923076923
4447
+ 1.0
4448
+ 0.6842105263157895
4449
+ 0.8181818181818181
4450
+ 0.6363636363636364
4451
+ 0.9090909090909091
4452
+ 0.9090909090909091
4453
+ 1.0
4454
+ 0.6923076923076923
4455
+ 0.9333333333333333
4456
+ 0.7
4457
+ 0.6428571428571428
4458
+ 0.8333333333333334
4459
+ 0.5555555555555556
4460
+ 1.0
4461
+ 1.0
4462
+ 0.5882352941176471
4463
+ 0.9375
4464
+ 0.7142857142857143
4465
+ 0.8125
4466
+ 0.7647058823529411
ratio_proportion_change3/logs/masked/log_test_10per_finetuned.txt ADDED
The diff for this file is too large to render. See raw diff
 
ratio_proportion_change3/logs/masked/log_test_FS_finetuned.txt ADDED
The diff for this file is too large to render. See raw diff
 
ratio_proportion_change3/logs/masked/log_test_IS_finetuned.txt ADDED
The diff for this file is too large to render. See raw diff
 
ratio_proportion_change3/logs/masked/log_test_pretrained.txt ADDED
The diff for this file is too large to render. See raw diff
 
ratio_proportion_change3/logs/masked/log_train_10per_finetuned.txt ADDED
@@ -0,0 +1,765 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {'epoch': 0, 'iter': 0, 'avg_loss': 0.7244630289995776, 'avg_acc': 9.375, 'loss': 0.7244630289995776}
2
+ {'epoch': 0, 'iter': 10, 'avg_loss': 0.5577157312590635, 'avg_acc': 20.170454545454543, 'loss': 0.4250336222550166}
3
+ {'epoch': 0, 'iter': 20, 'avg_loss': 0.4749828141168703, 'avg_acc': 27.083333333333332, 'loss': 0.38305497455127935}
4
+ {'epoch': 0, 'iter': 30, 'avg_loss': 0.44286246366864196, 'avg_acc': 30.64516129032258, 'loss': 0.3778457558530915}
5
+ {'epoch': 0, 'iter': 40, 'avg_loss': 0.4226513901657823, 'avg_acc': 33.30792682926829, 'loss': 0.3484865462440731}
6
+ {'epoch': 0, 'iter': 50, 'avg_loss': 0.4076823194660054, 'avg_acc': 34.80392156862745, 'loss': 0.35655463428702205}
7
+ {'epoch': 0, 'iter': 60, 'avg_loss': 0.3963654985400992, 'avg_acc': 36.98770491803279, 'loss': 0.3198542092161785}
8
+ {'epoch': 0, 'iter': 70, 'avg_loss': 0.3861603778309847, 'avg_acc': 39.436619718309856, 'loss': 0.33644667094215813}
9
+ {'epoch': 0, 'iter': 80, 'avg_loss': 0.3766176804598069, 'avg_acc': 40.77932098765432, 'loss': 0.33489219928742386}
10
+ {'epoch': 0, 'iter': 90, 'avg_loss': 0.3686437605974389, 'avg_acc': 41.92994505494506, 'loss': 0.2864543490203297}
11
+ {'epoch': 0, 'iter': 100, 'avg_loss': 0.3615144876222685, 'avg_acc': 43.193069306930695, 'loss': 0.27939502283594003}
12
+ {'epoch': 0, 'iter': 110, 'avg_loss': 0.3562193264873085, 'avg_acc': 44.08783783783784, 'loss': 0.3143955066500764}
13
+ {'epoch': 0, 'iter': 120, 'avg_loss': 0.3512865916408072, 'avg_acc': 44.989669421487605, 'loss': 0.3064003059179023}
14
+ {'epoch': 0, 'iter': 130, 'avg_loss': 0.3461430763266615, 'avg_acc': 46.23091603053435, 'loss': 0.27905649735268007}
15
+ {'epoch': 'EP0_train', 'avg_loss': 0.34183079196774435, 'total_acc': 47.245857590685176, 'f1_scores': 0.5235764543164245}
16
+ {'epoch': 1, 'iter': 0, 'avg_loss': 0.25760477931492326, 'avg_acc': 62.5, 'loss': 0.25760477931492326}
17
+ {'epoch': 1, 'iter': 10, 'avg_loss': 0.28132774793715276, 'avg_acc': 57.38636363636363, 'loss': 0.2780029037624315}
18
+ {'epoch': 1, 'iter': 20, 'avg_loss': 0.27789627221000357, 'avg_acc': 57.886904761904766, 'loss': 0.29054063469344066}
19
+ {'epoch': 1, 'iter': 30, 'avg_loss': 0.2778610179413783, 'avg_acc': 57.76209677419355, 'loss': 0.30439250341545887}
20
+ {'epoch': 1, 'iter': 40, 'avg_loss': 0.2782276253502595, 'avg_acc': 57.92682926829268, 'loss': 0.2642064707272636}
21
+ {'epoch': 1, 'iter': 50, 'avg_loss': 0.27415479385911845, 'avg_acc': 59.252450980392155, 'loss': 0.2757393776576334}
22
+ {'epoch': 1, 'iter': 60, 'avg_loss': 0.27365096375381526, 'avg_acc': 59.47745901639344, 'loss': 0.2643900353027025}
23
+ {'epoch': 1, 'iter': 70, 'avg_loss': 0.2732626969628221, 'avg_acc': 60.03521126760564, 'loss': 0.2578596960691876}
24
+ {'epoch': 1, 'iter': 80, 'avg_loss': 0.27218919405323966, 'avg_acc': 59.83796296296296, 'loss': 0.2714763457614546}
25
+ {'epoch': 1, 'iter': 90, 'avg_loss': 0.2716163573836789, 'avg_acc': 59.684065934065934, 'loss': 0.26960917078603025}
26
+ {'epoch': 1, 'iter': 100, 'avg_loss': 0.2706871694969573, 'avg_acc': 60.27227722772277, 'loss': 0.255999554556703}
27
+ {'epoch': 1, 'iter': 110, 'avg_loss': 0.2713249660314274, 'avg_acc': 59.82545045045045, 'loss': 0.28953314139783154}
28
+ {'epoch': 1, 'iter': 120, 'avg_loss': 0.2708891636265378, 'avg_acc': 60.02066115702479, 'loss': 0.28230710347530213}
29
+ {'epoch': 1, 'iter': 130, 'avg_loss': 0.26991430009634204, 'avg_acc': 60.40076335877863, 'loss': 0.2479162997003316}
30
+ {'epoch': 'EP1_train', 'avg_loss': 0.26942713887264863, 'total_acc': 60.56874160322436, 'f1_scores': 0.6565409912625876}
31
+ {'epoch': 2, 'iter': 0, 'avg_loss': 0.2766914328189419, 'avg_acc': 59.375, 'loss': 0.2766914328189419}
32
+ {'epoch': 2, 'iter': 10, 'avg_loss': 0.2655411055810365, 'avg_acc': 60.79545454545454, 'loss': 0.28285201519507347}
33
+ {'epoch': 2, 'iter': 20, 'avg_loss': 0.2576715198022853, 'avg_acc': 63.83928571428571, 'loss': 0.26774754900595454}
34
+ {'epoch': 2, 'iter': 30, 'avg_loss': 0.2598953023943558, 'avg_acc': 62.701612903225815, 'loss': 0.2716523167760637}
35
+ {'epoch': 2, 'iter': 40, 'avg_loss': 0.26181417270208684, 'avg_acc': 61.890243902439025, 'loss': 0.25917631960250476}
36
+ {'epoch': 2, 'iter': 50, 'avg_loss': 0.2592674294879385, 'avg_acc': 62.68382352941176, 'loss': 0.28620872796286023}
37
+ {'epoch': 2, 'iter': 60, 'avg_loss': 0.25865858542450487, 'avg_acc': 62.60245901639344, 'loss': 0.23513020203816787}
38
+ {'epoch': 2, 'iter': 70, 'avg_loss': 0.25762258994613807, 'avg_acc': 62.89612676056338, 'loss': 0.25524469756809204}
39
+ {'epoch': 2, 'iter': 80, 'avg_loss': 0.2588888059347256, 'avg_acc': 62.34567901234568, 'loss': 0.28333006908048575}
40
+ {'epoch': 2, 'iter': 90, 'avg_loss': 0.258329282397239, 'avg_acc': 62.60302197802198, 'loss': 0.24230932111251083}
41
+ {'epoch': 2, 'iter': 100, 'avg_loss': 0.25756194562252455, 'avg_acc': 62.995049504950494, 'loss': 0.23288870768296224}
42
+ {'epoch': 2, 'iter': 110, 'avg_loss': 0.25805799306096744, 'avg_acc': 62.75337837837838, 'loss': 0.26739955227042495}
43
+ {'epoch': 2, 'iter': 120, 'avg_loss': 0.2584564083960364, 'avg_acc': 62.55165289256198, 'loss': 0.28895662257231636}
44
+ {'epoch': 2, 'iter': 130, 'avg_loss': 0.2580146649885967, 'avg_acc': 62.47614503816794, 'loss': 0.2522547779642212}
45
+ {'epoch': 'EP2_train', 'avg_loss': 0.25801418089361255, 'total_acc': 62.539184952978054, 'f1_scores': 0.6781555569118796}
46
+ {'epoch': 3, 'iter': 0, 'avg_loss': 0.25057979023326227, 'avg_acc': 68.75, 'loss': 0.25057979023326227}
47
+ {'epoch': 3, 'iter': 10, 'avg_loss': 0.2657193259690568, 'avg_acc': 57.38636363636363, 'loss': 0.2714233556946835}
48
+ {'epoch': 3, 'iter': 20, 'avg_loss': 0.2574889863077526, 'avg_acc': 62.797619047619044, 'loss': 0.2687333325118613}
49
+ {'epoch': 3, 'iter': 30, 'avg_loss': 0.256436271909703, 'avg_acc': 62.80241935483871, 'loss': 0.2737215068165304}
50
+ {'epoch': 3, 'iter': 40, 'avg_loss': 0.2582029750499933, 'avg_acc': 62.57621951219512, 'loss': 0.26652888267614927}
51
+ {'epoch': 3, 'iter': 50, 'avg_loss': 0.2565572411870547, 'avg_acc': 62.806372549019606, 'loss': 0.2730226519093516}
52
+ {'epoch': 3, 'iter': 60, 'avg_loss': 0.25630759457055263, 'avg_acc': 63.06352459016394, 'loss': 0.24882978880071147}
53
+ {'epoch': 3, 'iter': 70, 'avg_loss': 0.2565542710409314, 'avg_acc': 63.116197183098585, 'loss': 0.2569808818209692}
54
+ {'epoch': 3, 'iter': 80, 'avg_loss': 0.2566933664434418, 'avg_acc': 63.348765432098766, 'loss': 0.28197607059207386}
55
+ {'epoch': 3, 'iter': 90, 'avg_loss': 0.2565117783886763, 'avg_acc': 63.530219780219774, 'loss': 0.24743884735861293}
56
+ {'epoch': 3, 'iter': 100, 'avg_loss': 0.2552365720309342, 'avg_acc': 63.98514851485149, 'loss': 0.24999791676990363}
57
+ {'epoch': 3, 'iter': 110, 'avg_loss': 0.2561903050998613, 'avg_acc': 63.626126126126124, 'loss': 0.29663398463656315}
58
+ {'epoch': 3, 'iter': 120, 'avg_loss': 0.25676262621322293, 'avg_acc': 63.27479338842975, 'loss': 0.2757111170950728}
59
+ {'epoch': 3, 'iter': 130, 'avg_loss': 0.25636598316581244, 'avg_acc': 63.26335877862596, 'loss': 0.2543998018210394}
60
+ {'epoch': 'EP3_train', 'avg_loss': 0.2560145437580278, 'total_acc': 63.45723242274966, 'f1_scores': 0.688215551455001}
61
+ {'epoch': 4, 'iter': 0, 'avg_loss': 0.24730510010704165, 'avg_acc': 62.5, 'loss': 0.24730510010704165}
62
+ {'epoch': 4, 'iter': 10, 'avg_loss': 0.2597590869816828, 'avg_acc': 59.375, 'loss': 0.27326294546323227}
63
+ {'epoch': 4, 'iter': 20, 'avg_loss': 0.253738111973816, 'avg_acc': 64.43452380952381, 'loss': 0.261261258849897}
64
+ {'epoch': 4, 'iter': 30, 'avg_loss': 0.2550390155050224, 'avg_acc': 64.71774193548387, 'loss': 0.26408045802366226}
65
+ {'epoch': 4, 'iter': 40, 'avg_loss': 0.2555656904120353, 'avg_acc': 63.643292682926834, 'loss': 0.24024308878844228}
66
+ {'epoch': 4, 'iter': 50, 'avg_loss': 0.2530946715334074, 'avg_acc': 64.70588235294117, 'loss': 0.26985086112966067}
67
+ {'epoch': 4, 'iter': 60, 'avg_loss': 0.25293524865705674, 'avg_acc': 64.54918032786885, 'loss': 0.23259699230402475}
68
+ {'epoch': 4, 'iter': 70, 'avg_loss': 0.2535218544408658, 'avg_acc': 64.61267605633803, 'loss': 0.24517667849405758}
69
+ {'epoch': 4, 'iter': 80, 'avg_loss': 0.2532068944306433, 'avg_acc': 64.39043209876543, 'loss': 0.263363670765362}
70
+ {'epoch': 4, 'iter': 90, 'avg_loss': 0.2535748599151356, 'avg_acc': 64.14835164835165, 'loss': 0.2478161376729986}
71
+ {'epoch': 4, 'iter': 100, 'avg_loss': 0.25319173333089884, 'avg_acc': 64.17079207920791, 'loss': 0.2534132739093755}
72
+ {'epoch': 4, 'iter': 110, 'avg_loss': 0.25401976476997834, 'avg_acc': 63.65427927927928, 'loss': 0.2728289412641191}
73
+ {'epoch': 4, 'iter': 120, 'avg_loss': 0.25384098193468846, 'avg_acc': 63.71384297520662, 'loss': 0.2643269933502909}
74
+ {'epoch': 4, 'iter': 130, 'avg_loss': 0.253257006447879, 'avg_acc': 63.93129770992366, 'loss': 0.2538808407241829}
75
+ {'epoch': 'EP4_train', 'avg_loss': 0.2535061081083233, 'total_acc': 63.860277653381104, 'f1_scores': 0.6959254990568867}
76
+ {'epoch': 5, 'iter': 0, 'avg_loss': 0.2624760147544813, 'avg_acc': 56.25, 'loss': 0.2624760147544813}
77
+ {'epoch': 5, 'iter': 10, 'avg_loss': 0.262498702057059, 'avg_acc': 61.36363636363637, 'loss': 0.2643128323327671}
78
+ {'epoch': 5, 'iter': 20, 'avg_loss': 0.2524929700784181, 'avg_acc': 64.73214285714286, 'loss': 0.2638297775004373}
79
+ {'epoch': 5, 'iter': 30, 'avg_loss': 0.2517336088122157, 'avg_acc': 64.91935483870968, 'loss': 0.2692584566808104}
80
+ {'epoch': 5, 'iter': 40, 'avg_loss': 0.25330857965394965, 'avg_acc': 63.71951219512195, 'loss': 0.23631756394440473}
81
+ {'epoch': 5, 'iter': 50, 'avg_loss': 0.2503745168477474, 'avg_acc': 64.88970588235294, 'loss': 0.25970505807734817}
82
+ {'epoch': 5, 'iter': 60, 'avg_loss': 0.2509564226544933, 'avg_acc': 65.11270491803278, 'loss': 0.23695970325050958}
83
+ {'epoch': 5, 'iter': 70, 'avg_loss': 0.25066528660407017, 'avg_acc': 65.53697183098592, 'loss': 0.2436066453054601}
84
+ {'epoch': 5, 'iter': 80, 'avg_loss': 0.25140320778646075, 'avg_acc': 64.6604938271605, 'loss': 0.27284306885563375}
85
+ {'epoch': 5, 'iter': 90, 'avg_loss': 0.25139578691211967, 'avg_acc': 64.83516483516483, 'loss': 0.24306805369009712}
86
+ {'epoch': 5, 'iter': 100, 'avg_loss': 0.2508757061274902, 'avg_acc': 65.0680693069307, 'loss': 0.25712660870015364}
87
+ {'epoch': 5, 'iter': 110, 'avg_loss': 0.251718232444853, 'avg_acc': 64.69594594594594, 'loss': 0.25834876373223126}
88
+ {'epoch': 5, 'iter': 120, 'avg_loss': 0.2516989654002977, 'avg_acc': 64.35950413223141, 'loss': 0.27252408444655885}
89
+ {'epoch': 5, 'iter': 130, 'avg_loss': 0.25078376124327206, 'avg_acc': 64.57538167938931, 'loss': 0.22916884393037304}
90
+ {'epoch': 'EP5_train', 'avg_loss': 0.25071720292340394, 'total_acc': 64.50962830273176, 'f1_scores': 0.701732795539265}
91
+ {'epoch': 6, 'iter': 0, 'avg_loss': 0.2550504992468632, 'avg_acc': 59.375, 'loss': 0.2550504992468632}
92
+ {'epoch': 6, 'iter': 10, 'avg_loss': 0.260365528442488, 'avg_acc': 58.23863636363637, 'loss': 0.25191812154376486}
93
+ {'epoch': 6, 'iter': 20, 'avg_loss': 0.2504365596436073, 'avg_acc': 63.541666666666664, 'loss': 0.24416626685160736}
94
+ {'epoch': 6, 'iter': 30, 'avg_loss': 0.2506752930411104, 'avg_acc': 63.40725806451613, 'loss': 0.26469758721551834}
95
+ {'epoch': 6, 'iter': 40, 'avg_loss': 0.2523669905809007, 'avg_acc': 63.41463414634146, 'loss': 0.23932712392680902}
96
+ {'epoch': 6, 'iter': 50, 'avg_loss': 0.24980863978161702, 'avg_acc': 64.39950980392157, 'loss': 0.2719526515021633}
97
+ {'epoch': 6, 'iter': 60, 'avg_loss': 0.24991005921817974, 'avg_acc': 64.39549180327869, 'loss': 0.24772751295417297}
98
+ {'epoch': 6, 'iter': 70, 'avg_loss': 0.2496986029623507, 'avg_acc': 65.00880281690141, 'loss': 0.24280747005962308}
99
+ {'epoch': 6, 'iter': 80, 'avg_loss': 0.25011779613260826, 'avg_acc': 64.50617283950618, 'loss': 0.2883879187915486}
100
+ {'epoch': 6, 'iter': 90, 'avg_loss': 0.24945102893151302, 'avg_acc': 64.6978021978022, 'loss': 0.23767958328114347}
101
+ {'epoch': 6, 'iter': 100, 'avg_loss': 0.2485462198385688, 'avg_acc': 65.03712871287128, 'loss': 0.2559213141850185}
102
+ {'epoch': 6, 'iter': 110, 'avg_loss': 0.2492626138368424, 'avg_acc': 64.72409909909909, 'loss': 0.2717057825066149}
103
+ {'epoch': 6, 'iter': 120, 'avg_loss': 0.24948544769399064, 'avg_acc': 64.51446280991735, 'loss': 0.27261845389356104}
104
+ {'epoch': 6, 'iter': 130, 'avg_loss': 0.24905013964732894, 'avg_acc': 64.57538167938931, 'loss': 0.2403345417694384}
105
+ {'epoch': 'EP6_train', 'avg_loss': 0.24919578091409375, 'total_acc': 64.48723690103, 'f1_scores': 0.7019263412298081}
106
+ {'epoch': 7, 'iter': 0, 'avg_loss': 0.26471256818110434, 'avg_acc': 59.375, 'loss': 0.26471256818110434}
107
+ {'epoch': 7, 'iter': 10, 'avg_loss': 0.254760487473587, 'avg_acc': 62.5, 'loss': 0.245257124339722}
108
+ {'epoch': 7, 'iter': 20, 'avg_loss': 0.24886576229984744, 'avg_acc': 66.07142857142857, 'loss': 0.2705478793575042}
109
+ {'epoch': 7, 'iter': 30, 'avg_loss': 0.24907585698121254, 'avg_acc': 65.02016129032258, 'loss': 0.2800822621675252}
110
+ {'epoch': 7, 'iter': 40, 'avg_loss': 0.25097555775873803, 'avg_acc': 64.32926829268293, 'loss': 0.24731529539011327}
111
+ {'epoch': 7, 'iter': 50, 'avg_loss': 0.24953559829315425, 'avg_acc': 65.56372549019608, 'loss': 0.27884426255851785}
112
+ {'epoch': 7, 'iter': 60, 'avg_loss': 0.24859868592640244, 'avg_acc': 66.49590163934425, 'loss': 0.21528855950756612}
113
+ {'epoch': 7, 'iter': 70, 'avg_loss': 0.24932545319640098, 'avg_acc': 66.94542253521126, 'loss': 0.27352860374971244}
114
+ {'epoch': 7, 'iter': 80, 'avg_loss': 0.25021358803629185, 'avg_acc': 65.93364197530865, 'loss': 0.2834083668627889}
115
+ {'epoch': 7, 'iter': 90, 'avg_loss': 0.25022898394033444, 'avg_acc': 65.7967032967033, 'loss': 0.24562144638496516}
116
+ {'epoch': 7, 'iter': 100, 'avg_loss': 0.2493431846596296, 'avg_acc': 66.1200495049505, 'loss': 0.23904976468371125}
117
+ {'epoch': 7, 'iter': 110, 'avg_loss': 0.2496078738379056, 'avg_acc': 65.96283783783784, 'loss': 0.2730849291180805}
118
+ {'epoch': 7, 'iter': 120, 'avg_loss': 0.24963598916487698, 'avg_acc': 65.67665289256198, 'loss': 0.2553082922061419}
119
+ {'epoch': 7, 'iter': 130, 'avg_loss': 0.24921996615059935, 'avg_acc': 65.76812977099237, 'loss': 0.22710786691849144}
120
+ {'epoch': 'EP7_train', 'avg_loss': 0.24900325061141265, 'total_acc': 65.89789520824003, 'f1_scores': 0.7181499809103368}
121
+ {'epoch': 8, 'iter': 0, 'avg_loss': 0.2627945729982457, 'avg_acc': 50.0, 'loss': 0.2627945729982457}
122
+ {'epoch': 8, 'iter': 10, 'avg_loss': 0.2593667762505831, 'avg_acc': 60.79545454545454, 'loss': 0.24147286982926222}
123
+ {'epoch': 8, 'iter': 20, 'avg_loss': 0.25282275333825827, 'avg_acc': 63.69047619047619, 'loss': 0.2392781572665886}
124
+ {'epoch': 8, 'iter': 30, 'avg_loss': 0.25141124728320874, 'avg_acc': 63.81048387096774, 'loss': 0.26596243000052966}
125
+ {'epoch': 8, 'iter': 40, 'avg_loss': 0.2520672883563523, 'avg_acc': 63.94817073170732, 'loss': 0.24295684637348}
126
+ {'epoch': 8, 'iter': 50, 'avg_loss': 0.24915882488946337, 'avg_acc': 64.15441176470588, 'loss': 0.26404867079743}
127
+ {'epoch': 8, 'iter': 60, 'avg_loss': 0.24864112615495368, 'avg_acc': 64.9077868852459, 'loss': 0.2228800906447889}
128
+ {'epoch': 8, 'iter': 70, 'avg_loss': 0.2488894758151061, 'avg_acc': 64.92077464788733, 'loss': 0.2361265402036484}
129
+ {'epoch': 8, 'iter': 80, 'avg_loss': 0.24910993213225835, 'avg_acc': 64.62191358024691, 'loss': 0.2839271018896657}
130
+ {'epoch': 8, 'iter': 90, 'avg_loss': 0.24919106641346647, 'avg_acc': 64.38873626373626, 'loss': 0.25910336252724975}
131
+ {'epoch': 8, 'iter': 100, 'avg_loss': 0.24765201619557428, 'avg_acc': 64.85148514851485, 'loss': 0.2289362840974718}
132
+ {'epoch': 8, 'iter': 110, 'avg_loss': 0.24827902906229346, 'avg_acc': 64.61148648648648, 'loss': 0.2701174301096866}
133
+ {'epoch': 8, 'iter': 120, 'avg_loss': 0.24833524799242296, 'avg_acc': 64.54028925619835, 'loss': 0.25723588672346004}
134
+ {'epoch': 8, 'iter': 130, 'avg_loss': 0.24742063215031124, 'avg_acc': 64.69465648854961, 'loss': 0.23372725401090325}
135
+ {'epoch': 'EP8_train', 'avg_loss': 0.24762867401782063, 'total_acc': 64.84549932825794, 'f1_scores': 0.7072008029063634}
136
+ {'epoch': 9, 'iter': 0, 'avg_loss': 0.2402979872428789, 'avg_acc': 59.375, 'loss': 0.2402979872428789}
137
+ {'epoch': 9, 'iter': 10, 'avg_loss': 0.25881285798003206, 'avg_acc': 58.80681818181818, 'loss': 0.26814606503249444}
138
+ {'epoch': 9, 'iter': 20, 'avg_loss': 0.2500476042293507, 'avg_acc': 63.69047619047619, 'loss': 0.24222314166321926}
139
+ {'epoch': 9, 'iter': 30, 'avg_loss': 0.2508800052462343, 'avg_acc': 63.81048387096774, 'loss': 0.2610775218963681}
140
+ {'epoch': 9, 'iter': 40, 'avg_loss': 0.2511068259898746, 'avg_acc': 64.5579268292683, 'loss': 0.2334725535285023}
141
+ {'epoch': 9, 'iter': 50, 'avg_loss': 0.24875647741832047, 'avg_acc': 65.625, 'loss': 0.2622843483431357}
142
+ {'epoch': 9, 'iter': 60, 'avg_loss': 0.24932031410494498, 'avg_acc': 66.0860655737705, 'loss': 0.22623705636033264}
143
+ {'epoch': 9, 'iter': 70, 'avg_loss': 0.2486552682868948, 'avg_acc': 66.10915492957746, 'loss': 0.24529651121188828}
144
+ {'epoch': 9, 'iter': 80, 'avg_loss': 0.248298626999827, 'avg_acc': 65.77932098765432, 'loss': 0.25544041646909527}
145
+ {'epoch': 9, 'iter': 90, 'avg_loss': 0.2481434139848315, 'avg_acc': 65.59065934065934, 'loss': 0.23540065946508548}
146
+ {'epoch': 9, 'iter': 100, 'avg_loss': 0.2474534819113754, 'avg_acc': 65.6868811881188, 'loss': 0.2414433582927943}
147
+ {'epoch': 9, 'iter': 110, 'avg_loss': 0.24815673190682122, 'avg_acc': 65.31531531531532, 'loss': 0.287360613304762}
148
+ {'epoch': 9, 'iter': 120, 'avg_loss': 0.24884613009071624, 'avg_acc': 64.85020661157024, 'loss': 0.2674404615149147}
149
+ {'epoch': 9, 'iter': 130, 'avg_loss': 0.24865498339337552, 'avg_acc': 64.81393129770993, 'loss': 0.23565505054336555}
150
+ {'epoch': 'EP9_train', 'avg_loss': 0.24851993427472877, 'total_acc': 64.89028213166144, 'f1_scores': 0.7066729505627131}
151
+ {'epoch': 10, 'iter': 0, 'avg_loss': 0.2629050563724117, 'avg_acc': 62.5, 'loss': 0.2629050563724117}
152
+ {'epoch': 10, 'iter': 10, 'avg_loss': 0.2599104900523048, 'avg_acc': 59.65909090909091, 'loss': 0.27514983787919584}
153
+ {'epoch': 10, 'iter': 20, 'avg_loss': 0.24941175542780722, 'avg_acc': 64.58333333333334, 'loss': 0.2466199186369522}
154
+ {'epoch': 10, 'iter': 30, 'avg_loss': 0.24941562802832293, 'avg_acc': 64.21370967741935, 'loss': 0.2622128690990004}
155
+ {'epoch': 10, 'iter': 40, 'avg_loss': 0.2505367049200283, 'avg_acc': 64.17682926829268, 'loss': 0.2288920001886124}
156
+ {'epoch': 10, 'iter': 50, 'avg_loss': 0.2489821926617108, 'avg_acc': 65.19607843137256, 'loss': 0.27016596021816697}
157
+ {'epoch': 10, 'iter': 60, 'avg_loss': 0.24902597974497176, 'avg_acc': 65.42008196721312, 'loss': 0.23359051525988303}
158
+ {'epoch': 10, 'iter': 70, 'avg_loss': 0.24929380405885967, 'avg_acc': 65.75704225352112, 'loss': 0.24749098999486055}
159
+ {'epoch': 10, 'iter': 80, 'avg_loss': 0.24935650912053717, 'avg_acc': 65.35493827160494, 'loss': 0.2759424386539259}
160
+ {'epoch': 10, 'iter': 90, 'avg_loss': 0.24922273127251202, 'avg_acc': 65.41895604395604, 'loss': 0.24076405328982478}
161
+ {'epoch': 10, 'iter': 100, 'avg_loss': 0.24865384338717839, 'avg_acc': 65.77970297029702, 'loss': 0.24062952973872598}
162
+ {'epoch': 10, 'iter': 110, 'avg_loss': 0.24931112353023868, 'avg_acc': 65.51238738738738, 'loss': 0.2699254474325374}
163
+ {'epoch': 10, 'iter': 120, 'avg_loss': 0.2494757022811292, 'avg_acc': 65.31508264462809, 'loss': 0.2682440295900181}
164
+ {'epoch': 10, 'iter': 130, 'avg_loss': 0.24920821418946115, 'avg_acc': 65.38645038167938, 'loss': 0.24671550012798044}
165
+ {'epoch': 'EP10_train', 'avg_loss': 0.2492577003656583, 'total_acc': 65.47245857590686, 'f1_scores': 0.7118697751855007}
166
+ {'epoch': 11, 'iter': 0, 'avg_loss': 0.2525508829087682, 'avg_acc': 59.375, 'loss': 0.2525508829087682}
167
+ {'epoch': 11, 'iter': 10, 'avg_loss': 0.25566284635180053, 'avg_acc': 60.79545454545454, 'loss': 0.25702981862033475}
168
+ {'epoch': 11, 'iter': 20, 'avg_loss': 0.24617909990612372, 'avg_acc': 66.22023809523809, 'loss': 0.24332165192624544}
169
+ {'epoch': 11, 'iter': 30, 'avg_loss': 0.2482320663143771, 'avg_acc': 65.42338709677419, 'loss': 0.2643850124927017}
170
+ {'epoch': 11, 'iter': 40, 'avg_loss': 0.25077475195337345, 'avg_acc': 65.01524390243902, 'loss': 0.25281322008231655}
171
+ {'epoch': 11, 'iter': 50, 'avg_loss': 0.24987428068251155, 'avg_acc': 65.31862745098039, 'loss': 0.2571075807012935}
172
+ {'epoch': 11, 'iter': 60, 'avg_loss': 0.2495320831594792, 'avg_acc': 65.98360655737704, 'loss': 0.25180540805039137}
173
+ {'epoch': 11, 'iter': 70, 'avg_loss': 0.24962660026698588, 'avg_acc': 66.19718309859155, 'loss': 0.24102973887712711}
174
+ {'epoch': 11, 'iter': 80, 'avg_loss': 0.24988528035735624, 'avg_acc': 65.54783950617285, 'loss': 0.2754452152855395}
175
+ {'epoch': 11, 'iter': 90, 'avg_loss': 0.24974857638159773, 'avg_acc': 65.65934065934066, 'loss': 0.24212333836216463}
176
+ {'epoch': 11, 'iter': 100, 'avg_loss': 0.2492535248961457, 'avg_acc': 65.96534653465346, 'loss': 0.23304665630387586}
177
+ {'epoch': 11, 'iter': 110, 'avg_loss': 0.24955987551339517, 'avg_acc': 65.76576576576578, 'loss': 0.2580283558310319}
178
+ {'epoch': 11, 'iter': 120, 'avg_loss': 0.25023296371933174, 'avg_acc': 65.28925619834712, 'loss': 0.2771388066452605}
179
+ {'epoch': 11, 'iter': 130, 'avg_loss': 0.2501740275410221, 'avg_acc': 65.24332061068702, 'loss': 0.23422502281781427}
180
+ {'epoch': 'EP11_train', 'avg_loss': 0.25005134475551655, 'total_acc': 65.40528437080161, 'f1_scores': 0.7152676584463533}
181
+ {'epoch': 12, 'iter': 0, 'avg_loss': 0.25543311787831563, 'avg_acc': 62.5, 'loss': 0.25543311787831563}
182
+ {'epoch': 12, 'iter': 10, 'avg_loss': 0.2632169603954622, 'avg_acc': 59.09090909090909, 'loss': 0.2516067526249961}
183
+ {'epoch': 12, 'iter': 20, 'avg_loss': 0.2533530307190427, 'avg_acc': 63.69047619047619, 'loss': 0.2684627312199674}
184
+ {'epoch': 12, 'iter': 30, 'avg_loss': 0.2532647887228586, 'avg_acc': 63.50806451612904, 'loss': 0.2680494276870117}
185
+ {'epoch': 12, 'iter': 40, 'avg_loss': 0.2536612796784436, 'avg_acc': 63.71951219512195, 'loss': 0.23282523809991418}
186
+ {'epoch': 12, 'iter': 50, 'avg_loss': 0.25201527991755923, 'avg_acc': 64.88970588235294, 'loss': 0.27719192739121873}
187
+ {'epoch': 12, 'iter': 60, 'avg_loss': 0.25229176547373167, 'avg_acc': 64.95901639344262, 'loss': 0.24939018015382836}
188
+ {'epoch': 12, 'iter': 70, 'avg_loss': 0.25159500810895785, 'avg_acc': 65.71302816901408, 'loss': 0.23391093695272502}
189
+ {'epoch': 12, 'iter': 80, 'avg_loss': 0.2514890169128162, 'avg_acc': 65.35493827160494, 'loss': 0.2769232113598394}
190
+ {'epoch': 12, 'iter': 90, 'avg_loss': 0.25114349783498463, 'avg_acc': 65.4532967032967, 'loss': 0.24124129367263386}
191
+ {'epoch': 12, 'iter': 100, 'avg_loss': 0.2496065459723957, 'avg_acc': 65.81064356435643, 'loss': 0.23357468665186126}
192
+ {'epoch': 12, 'iter': 110, 'avg_loss': 0.25087848197786383, 'avg_acc': 65.34346846846847, 'loss': 0.26745803503964843}
193
+ {'epoch': 12, 'iter': 120, 'avg_loss': 0.25100114954117564, 'avg_acc': 65.26342975206612, 'loss': 0.26601159876164665}
194
+ {'epoch': 12, 'iter': 130, 'avg_loss': 0.25047305612299997, 'avg_acc': 65.2671755725191, 'loss': 0.2401715376028213}
195
+ {'epoch': 'EP12_train', 'avg_loss': 0.2504734734459437, 'total_acc': 65.22615315718764, 'f1_scores': 0.7115318065841529}
196
+ {'epoch': 13, 'iter': 0, 'avg_loss': 0.26646677687585907, 'avg_acc': 65.625, 'loss': 0.26646677687585907}
197
+ {'epoch': 13, 'iter': 10, 'avg_loss': 0.26206355393800806, 'avg_acc': 60.79545454545454, 'loss': 0.25933878800762095}
198
+ {'epoch': 13, 'iter': 20, 'avg_loss': 0.25191061436813705, 'avg_acc': 65.625, 'loss': 0.24669545873374382}
199
+ {'epoch': 13, 'iter': 30, 'avg_loss': 0.2509823134047039, 'avg_acc': 65.12096774193549, 'loss': 0.263214684524103}
200
+ {'epoch': 13, 'iter': 40, 'avg_loss': 0.25270041361344503, 'avg_acc': 64.48170731707317, 'loss': 0.24266971292464792}
201
+ {'epoch': 13, 'iter': 50, 'avg_loss': 0.253400600000925, 'avg_acc': 64.58333333333334, 'loss': 0.2729369154237377}
202
+ {'epoch': 13, 'iter': 60, 'avg_loss': 0.2529487279261356, 'avg_acc': 65.01024590163934, 'loss': 0.23612822793860946}
203
+ {'epoch': 13, 'iter': 70, 'avg_loss': 0.2522199545579201, 'avg_acc': 65.58098591549296, 'loss': 0.25652612313725903}
204
+ {'epoch': 13, 'iter': 80, 'avg_loss': 0.2526712199792113, 'avg_acc': 64.93055555555556, 'loss': 0.2577483691902671}
205
+ {'epoch': 13, 'iter': 90, 'avg_loss': 0.2520682851525032, 'avg_acc': 64.73214285714286, 'loss': 0.2367661129921024}
206
+ {'epoch': 13, 'iter': 100, 'avg_loss': 0.25145143129080993, 'avg_acc': 64.88242574257426, 'loss': 0.24790482550276594}
207
+ {'epoch': 13, 'iter': 110, 'avg_loss': 0.2522195845061044, 'avg_acc': 64.38626126126125, 'loss': 0.2723608806499149}
208
+ {'epoch': 13, 'iter': 120, 'avg_loss': 0.25203753822040414, 'avg_acc': 64.43698347107438, 'loss': 0.2476589521394479}
209
+ {'epoch': 13, 'iter': 130, 'avg_loss': 0.2512768546522397, 'avg_acc': 64.62309160305344, 'loss': 0.24010399029105298}
210
+ {'epoch': 'EP13_train', 'avg_loss': 0.2510654935926319, 'total_acc': 64.62158531124048, 'f1_scores': 0.7042975566068048}
211
+ {'epoch': 14, 'iter': 0, 'avg_loss': 0.2688753225903773, 'avg_acc': 62.5, 'loss': 0.2688753225903773}
212
+ {'epoch': 14, 'iter': 10, 'avg_loss': 0.2565120041508104, 'avg_acc': 61.93181818181818, 'loss': 0.26152732939356477}
213
+ {'epoch': 14, 'iter': 20, 'avg_loss': 0.2514897901490901, 'avg_acc': 64.28571428571429, 'loss': 0.269333120446845}
214
+ {'epoch': 14, 'iter': 30, 'avg_loss': 0.2520538375131201, 'avg_acc': 64.31451612903226, 'loss': 0.2590349147773249}
215
+ {'epoch': 14, 'iter': 40, 'avg_loss': 0.25447320430469833, 'avg_acc': 64.10060975609755, 'loss': 0.23402385626546413}
216
+ {'epoch': 14, 'iter': 50, 'avg_loss': 0.25312297194491323, 'avg_acc': 64.09313725490196, 'loss': 0.2621293343998851}
217
+ {'epoch': 14, 'iter': 60, 'avg_loss': 0.25410109478489223, 'avg_acc': 64.03688524590164, 'loss': 0.27671795977052427}
218
+ {'epoch': 14, 'iter': 70, 'avg_loss': 0.25396060112277485, 'avg_acc': 64.34859154929578, 'loss': 0.2533453587357144}
219
+ {'epoch': 14, 'iter': 80, 'avg_loss': 0.25462673473872194, 'avg_acc': 63.77314814814815, 'loss': 0.2807886224216937}
220
+ {'epoch': 14, 'iter': 90, 'avg_loss': 0.25436869626977493, 'avg_acc': 63.83928571428571, 'loss': 0.24485411512848387}
221
+ {'epoch': 14, 'iter': 100, 'avg_loss': 0.2531734559420327, 'avg_acc': 64.26361386138613, 'loss': 0.2540667257566643}
222
+ {'epoch': 14, 'iter': 110, 'avg_loss': 0.25455911983885937, 'avg_acc': 63.766891891891895, 'loss': 0.2715170733942744}
223
+ {'epoch': 14, 'iter': 120, 'avg_loss': 0.2547399215327326, 'avg_acc': 63.53305785123967, 'loss': 0.254238768547501}
224
+ {'epoch': 14, 'iter': 130, 'avg_loss': 0.2546742943555246, 'avg_acc': 63.597328244274806, 'loss': 0.26396938589524716}
225
+ {'epoch': 'EP14_train', 'avg_loss': 0.25445783080558443, 'total_acc': 63.74832064487237, 'f1_scores': 0.6948944980052331}
226
+ {'epoch': 15, 'iter': 0, 'avg_loss': 0.250732084736228, 'avg_acc': 62.5, 'loss': 0.250732084736228}
227
+ {'epoch': 15, 'iter': 10, 'avg_loss': 0.2675659901310285, 'avg_acc': 57.10227272727273, 'loss': 0.24921096208085405}
228
+ {'epoch': 15, 'iter': 20, 'avg_loss': 0.2554088961865447, 'avg_acc': 63.39285714285714, 'loss': 0.2378771134177181}
229
+ {'epoch': 15, 'iter': 30, 'avg_loss': 0.25552520204425755, 'avg_acc': 63.40725806451613, 'loss': 0.25913078633909337}
230
+ {'epoch': 15, 'iter': 40, 'avg_loss': 0.25747803567571825, 'avg_acc': 63.03353658536586, 'loss': 0.24767741615739525}
231
+ {'epoch': 15, 'iter': 50, 'avg_loss': 0.2558841483261036, 'avg_acc': 64.27696078431373, 'loss': 0.26010590214926715}
232
+ {'epoch': 15, 'iter': 60, 'avg_loss': 0.2563591916771743, 'avg_acc': 64.03688524590164, 'loss': 0.24127074662958745}
233
+ {'epoch': 15, 'iter': 70, 'avg_loss': 0.2557016351050811, 'avg_acc': 64.61267605633803, 'loss': 0.25867077174208525}
234
+ {'epoch': 15, 'iter': 80, 'avg_loss': 0.2562327360018177, 'avg_acc': 64.00462962962963, 'loss': 0.28348785797824605}
235
+ {'epoch': 15, 'iter': 90, 'avg_loss': 0.2557009274082175, 'avg_acc': 64.1826923076923, 'loss': 0.24615257911383584}
236
+ {'epoch': 15, 'iter': 100, 'avg_loss': 0.2548960110236958, 'avg_acc': 64.48019801980197, 'loss': 0.23980385150129482}
237
+ {'epoch': 15, 'iter': 110, 'avg_loss': 0.25579762107976683, 'avg_acc': 64.2454954954955, 'loss': 0.2804155379734376}
238
+ {'epoch': 15, 'iter': 120, 'avg_loss': 0.2559732926560436, 'avg_acc': 64.0754132231405, 'loss': 0.2581640708631312}
239
+ {'epoch': 15, 'iter': 130, 'avg_loss': 0.25538558191630345, 'avg_acc': 64.02671755725191, 'loss': 0.23880049981328608}
240
+ {'epoch': 'EP15_train', 'avg_loss': 0.2553417557134372, 'total_acc': 64.03940886699507, 'f1_scores': 0.6970773242566884}
241
+ {'epoch': 16, 'iter': 0, 'avg_loss': 0.27000286114006095, 'avg_acc': 50.0, 'loss': 0.27000286114006095}
242
+ {'epoch': 16, 'iter': 10, 'avg_loss': 0.2641314066799553, 'avg_acc': 57.10227272727273, 'loss': 0.2605994613947717}
243
+ {'epoch': 16, 'iter': 20, 'avg_loss': 0.2538468063598903, 'avg_acc': 62.648809523809526, 'loss': 0.26002061000472815}
244
+ {'epoch': 16, 'iter': 30, 'avg_loss': 0.25480211976128103, 'avg_acc': 62.80241935483871, 'loss': 0.2613744192614311}
245
+ {'epoch': 16, 'iter': 40, 'avg_loss': 0.2570689906683684, 'avg_acc': 63.109756097560975, 'loss': 0.24823460439152506}
246
+ {'epoch': 16, 'iter': 50, 'avg_loss': 0.25628190412414803, 'avg_acc': 63.357843137254896, 'loss': 0.2836279311372241}
247
+ {'epoch': 16, 'iter': 60, 'avg_loss': 0.2555451506787818, 'avg_acc': 64.03688524590164, 'loss': 0.24016105096032853}
248
+ {'epoch': 16, 'iter': 70, 'avg_loss': 0.25513558992017293, 'avg_acc': 64.34859154929578, 'loss': 0.25475999779931563}
249
+ {'epoch': 16, 'iter': 80, 'avg_loss': 0.2554993126421276, 'avg_acc': 63.77314814814815, 'loss': 0.2785306851905521}
250
+ {'epoch': 16, 'iter': 90, 'avg_loss': 0.2553108783399232, 'avg_acc': 63.83928571428571, 'loss': 0.2524156543070473}
251
+ {'epoch': 16, 'iter': 100, 'avg_loss': 0.2540525778035073, 'avg_acc': 64.48019801980197, 'loss': 0.2421706885054878}
252
+ {'epoch': 16, 'iter': 110, 'avg_loss': 0.2546438896049857, 'avg_acc': 64.32995495495496, 'loss': 0.2681290380063988}
253
+ {'epoch': 16, 'iter': 120, 'avg_loss': 0.25478084574625515, 'avg_acc': 64.28202479338843, 'loss': 0.26382143252417983}
254
+ {'epoch': 16, 'iter': 130, 'avg_loss': 0.2544428003267502, 'avg_acc': 64.24141221374046, 'loss': 0.2508783245044859}
255
+ {'epoch': 'EP16_train', 'avg_loss': 0.25422014605087717, 'total_acc': 64.28571428571429, 'f1_scores': 0.7016818303960334}
256
+ {'epoch': 17, 'iter': 0, 'avg_loss': 0.27104685717748517, 'avg_acc': 56.25, 'loss': 0.27104685717748517}
257
+ {'epoch': 17, 'iter': 10, 'avg_loss': 0.2614162800294182, 'avg_acc': 59.09090909090909, 'loss': 0.26416201058288735}
258
+ {'epoch': 17, 'iter': 20, 'avg_loss': 0.25533448941296705, 'avg_acc': 63.24404761904761, 'loss': 0.2804936728781675}
259
+ {'epoch': 17, 'iter': 30, 'avg_loss': 0.2523850079863918, 'avg_acc': 64.41532258064517, 'loss': 0.270130218230666}
260
+ {'epoch': 17, 'iter': 40, 'avg_loss': 0.25470176456559435, 'avg_acc': 63.94817073170732, 'loss': 0.2509465824024508}
261
+ {'epoch': 17, 'iter': 50, 'avg_loss': 0.25379265275875446, 'avg_acc': 64.52205882352942, 'loss': 0.26269150547042436}
262
+ {'epoch': 17, 'iter': 60, 'avg_loss': 0.25476889744106856, 'avg_acc': 64.29303278688525, 'loss': 0.2444280854439447}
263
+ {'epoch': 17, 'iter': 70, 'avg_loss': 0.25493805295661737, 'avg_acc': 64.83274647887323, 'loss': 0.2644556972313044}
264
+ {'epoch': 17, 'iter': 80, 'avg_loss': 0.25440910381742243, 'avg_acc': 64.50617283950618, 'loss': 0.2782636142883348}
265
+ {'epoch': 17, 'iter': 90, 'avg_loss': 0.25384708664122607, 'avg_acc': 64.8695054945055, 'loss': 0.24462104778811927}
266
+ {'epoch': 17, 'iter': 100, 'avg_loss': 0.25337092025435376, 'avg_acc': 65.37747524752476, 'loss': 0.24266781436582666}
267
+ {'epoch': 17, 'iter': 110, 'avg_loss': 0.2539960224263954, 'avg_acc': 65.03378378378379, 'loss': 0.2444684893514802}
268
+ {'epoch': 17, 'iter': 120, 'avg_loss': 0.2539949386490877, 'avg_acc': 65.0051652892562, 'loss': 0.28525368117428634}
269
+ {'epoch': 17, 'iter': 130, 'avg_loss': 0.25364745228302127, 'avg_acc': 65.07633587786259, 'loss': 0.23390124817082583}
270
+ {'epoch': 'EP17_train', 'avg_loss': 0.2542195957799087, 'total_acc': 64.84549932825794, 'f1_scores': 0.7067421399020553}
271
+ {'epoch': 18, 'iter': 0, 'avg_loss': 0.25313068647103265, 'avg_acc': 59.375, 'loss': 0.25313068647103265}
272
+ {'epoch': 18, 'iter': 10, 'avg_loss': 0.26667653704965955, 'avg_acc': 57.67045454545454, 'loss': 0.266062553189548}
273
+ {'epoch': 18, 'iter': 20, 'avg_loss': 0.2584458943372144, 'avg_acc': 63.095238095238095, 'loss': 0.26673825428659775}
274
+ {'epoch': 18, 'iter': 30, 'avg_loss': 0.25818989008851057, 'avg_acc': 62.701612903225815, 'loss': 0.2672096894849736}
275
+ {'epoch': 18, 'iter': 40, 'avg_loss': 0.2597611413130151, 'avg_acc': 63.03353658536586, 'loss': 0.2511901344578291}
276
+ {'epoch': 18, 'iter': 50, 'avg_loss': 0.25703408659030647, 'avg_acc': 64.39950980392157, 'loss': 0.2736118475051106}
277
+ {'epoch': 18, 'iter': 60, 'avg_loss': 0.2570406861669446, 'avg_acc': 64.60040983606558, 'loss': 0.251204792038022}
278
+ {'epoch': 18, 'iter': 70, 'avg_loss': 0.25751478663524835, 'avg_acc': 64.65669014084507, 'loss': 0.25478564655470237}
279
+ {'epoch': 18, 'iter': 80, 'avg_loss': 0.25727396482573156, 'avg_acc': 64.0432098765432, 'loss': 0.28734640975796666}
280
+ {'epoch': 18, 'iter': 90, 'avg_loss': 0.25741874453970204, 'avg_acc': 64.11401098901099, 'loss': 0.2561400874715056}
281
+ {'epoch': 18, 'iter': 100, 'avg_loss': 0.2559132680218755, 'avg_acc': 64.78960396039604, 'loss': 0.2537703616359132}
282
+ {'epoch': 18, 'iter': 110, 'avg_loss': 0.25628782313021936, 'avg_acc': 64.38626126126125, 'loss': 0.27108417050190575}
283
+ {'epoch': 18, 'iter': 120, 'avg_loss': 0.25688170904085816, 'avg_acc': 63.89462809917356, 'loss': 0.25159530378524714}
284
+ {'epoch': 18, 'iter': 130, 'avg_loss': 0.255548769845676, 'avg_acc': 64.31297709923665, 'loss': 0.2527920537943698}
285
+ {'epoch': 'EP18_train', 'avg_loss': 0.25537445634117606, 'total_acc': 64.39767129422302, 'f1_scores': 0.7012795937487282}
286
+ {'epoch': 19, 'iter': 0, 'avg_loss': 0.2543874046386918, 'avg_acc': 56.25, 'loss': 0.2543874046386918}
287
+ {'epoch': 19, 'iter': 10, 'avg_loss': 0.2565569542248724, 'avg_acc': 61.07954545454546, 'loss': 0.3012754867812483}
288
+ {'epoch': 19, 'iter': 20, 'avg_loss': 0.25309068276648794, 'avg_acc': 64.43452380952381, 'loss': 0.28365196668788223}
289
+ {'epoch': 19, 'iter': 30, 'avg_loss': 0.25371911283207177, 'avg_acc': 64.01209677419355, 'loss': 0.2635602225701794}
290
+ {'epoch': 19, 'iter': 40, 'avg_loss': 0.2563548376664009, 'avg_acc': 63.795731707317074, 'loss': 0.2447976530319238}
291
+ {'epoch': 19, 'iter': 50, 'avg_loss': 0.25491876187960444, 'avg_acc': 64.58333333333334, 'loss': 0.2918805908440975}
292
+ {'epoch': 19, 'iter': 60, 'avg_loss': 0.25593151588675733, 'avg_acc': 64.65163934426229, 'loss': 0.25517334920160856}
293
+ {'epoch': 19, 'iter': 70, 'avg_loss': 0.2553361876035034, 'avg_acc': 65.14084507042254, 'loss': 0.25733577417369297}
294
+ {'epoch': 19, 'iter': 80, 'avg_loss': 0.2559583692803591, 'avg_acc': 64.50617283950618, 'loss': 0.28159673902493004}
295
+ {'epoch': 19, 'iter': 90, 'avg_loss': 0.2551623141932896, 'avg_acc': 64.45741758241759, 'loss': 0.24218347854743374}
296
+ {'epoch': 19, 'iter': 100, 'avg_loss': 0.25410496420746875, 'avg_acc': 64.78960396039604, 'loss': 0.24826549347108084}
297
+ {'epoch': 19, 'iter': 110, 'avg_loss': 0.25504509656280255, 'avg_acc': 64.32995495495496, 'loss': 0.2755370508568506}
298
+ {'epoch': 19, 'iter': 120, 'avg_loss': 0.25569076026268095, 'avg_acc': 64.0754132231405, 'loss': 0.30229924879644643}
299
+ {'epoch': 19, 'iter': 130, 'avg_loss': 0.25501062085659615, 'avg_acc': 64.2175572519084, 'loss': 0.25260304591182603}
300
+ {'epoch': 'EP19_train', 'avg_loss': 0.25519147865559494, 'total_acc': 64.26332288401254, 'f1_scores': 0.7020608669083263}
301
+ {'epoch': 20, 'iter': 0, 'avg_loss': 0.24846426024893323, 'avg_acc': 59.375, 'loss': 0.24846426024893323}
302
+ {'epoch': 20, 'iter': 10, 'avg_loss': 0.2607487543691102, 'avg_acc': 59.09090909090909, 'loss': 0.2814546110744881}
303
+ {'epoch': 20, 'iter': 20, 'avg_loss': 0.2536512405040203, 'avg_acc': 64.58333333333334, 'loss': 0.2629954475861658}
304
+ {'epoch': 20, 'iter': 30, 'avg_loss': 0.2560513246318689, 'avg_acc': 63.50806451612904, 'loss': 0.2873999893152878}
305
+ {'epoch': 20, 'iter': 40, 'avg_loss': 0.25911139456169946, 'avg_acc': 62.72865853658537, 'loss': 0.24420258705543216}
306
+ {'epoch': 20, 'iter': 50, 'avg_loss': 0.25749990995923505, 'avg_acc': 63.357843137254896, 'loss': 0.2759684155326535}
307
+ {'epoch': 20, 'iter': 60, 'avg_loss': 0.2587050309769635, 'avg_acc': 63.729508196721305, 'loss': 0.25144087561778045}
308
+ {'epoch': 20, 'iter': 70, 'avg_loss': 0.25865545561322034, 'avg_acc': 64.12852112676056, 'loss': 0.25080442971196654}
309
+ {'epoch': 20, 'iter': 80, 'avg_loss': 0.25857962467904944, 'avg_acc': 63.96604938271605, 'loss': 0.2665663221608026}
310
+ {'epoch': 20, 'iter': 90, 'avg_loss': 0.2576171218695063, 'avg_acc': 64.14835164835165, 'loss': 0.23725945538860416}
311
+ {'epoch': 20, 'iter': 100, 'avg_loss': 0.25658770377549067, 'avg_acc': 64.66584158415841, 'loss': 0.239547610421401}
312
+ {'epoch': 20, 'iter': 110, 'avg_loss': 0.25721459622775855, 'avg_acc': 64.49887387387388, 'loss': 0.2831234647943087}
313
+ {'epoch': 20, 'iter': 120, 'avg_loss': 0.25757459994314746, 'avg_acc': 64.15289256198346, 'loss': 0.2641191231133624}
314
+ {'epoch': 20, 'iter': 130, 'avg_loss': 0.2567189999264663, 'avg_acc': 64.40839694656488, 'loss': 0.2413314279188106}
315
+ {'epoch': 'EP20_train', 'avg_loss': 0.2565669216623228, 'total_acc': 64.55441110613525, 'f1_scores': 0.7027833852636921}
316
+ {'epoch': 21, 'iter': 0, 'avg_loss': 0.26463507277095943, 'avg_acc': 53.125, 'loss': 0.26463507277095943}
317
+ {'epoch': 21, 'iter': 10, 'avg_loss': 0.2576189570419746, 'avg_acc': 59.375, 'loss': 0.2615471055061269}
318
+ {'epoch': 21, 'iter': 20, 'avg_loss': 0.25181362321074774, 'avg_acc': 64.28571428571429, 'loss': 0.271787711809988}
319
+ {'epoch': 21, 'iter': 30, 'avg_loss': 0.25046852625162763, 'avg_acc': 64.61693548387096, 'loss': 0.26416090536635495}
320
+ {'epoch': 21, 'iter': 40, 'avg_loss': 0.25349678920615, 'avg_acc': 63.795731707317074, 'loss': 0.24833135924869304}
321
+ {'epoch': 21, 'iter': 50, 'avg_loss': 0.25239040815800756, 'avg_acc': 64.09313725490196, 'loss': 0.2664180933432882}
322
+ {'epoch': 21, 'iter': 60, 'avg_loss': 0.25290394959734025, 'avg_acc': 64.44672131147541, 'loss': 0.23870349885341316}
323
+ {'epoch': 21, 'iter': 70, 'avg_loss': 0.2533713142578066, 'avg_acc': 65.14084507042254, 'loss': 0.2521889542957589}
324
+ {'epoch': 21, 'iter': 80, 'avg_loss': 0.25451953948341915, 'avg_acc': 64.35185185185185, 'loss': 0.28285518305022245}
325
+ {'epoch': 21, 'iter': 90, 'avg_loss': 0.2539672700357655, 'avg_acc': 64.66346153846155, 'loss': 0.251183846859541}
326
+ {'epoch': 21, 'iter': 100, 'avg_loss': 0.2534640361774756, 'avg_acc': 64.97524752475248, 'loss': 0.26581168403156746}
327
+ {'epoch': 21, 'iter': 110, 'avg_loss': 0.2547172645543646, 'avg_acc': 64.41441441441441, 'loss': 0.2827645139421812}
328
+ {'epoch': 21, 'iter': 120, 'avg_loss': 0.25511666992588744, 'avg_acc': 64.23037190082644, 'loss': 0.25934664750496134}
329
+ {'epoch': 21, 'iter': 130, 'avg_loss': 0.2548235990516981, 'avg_acc': 64.3368320610687, 'loss': 0.24365603624596588}
330
+ {'epoch': 'EP21_train', 'avg_loss': 0.2547805674654115, 'total_acc': 64.48723690103, 'f1_scores': 0.7035803783692003}
331
+ {'epoch': 22, 'iter': 0, 'avg_loss': 0.24490685158986836, 'avg_acc': 59.375, 'loss': 0.24490685158986836}
332
+ {'epoch': 22, 'iter': 10, 'avg_loss': 0.2617439011712739, 'avg_acc': 58.52272727272727, 'loss': 0.26584359801648}
333
+ {'epoch': 22, 'iter': 20, 'avg_loss': 0.2551132386235964, 'avg_acc': 62.648809523809526, 'loss': 0.2691899343744808}
334
+ {'epoch': 22, 'iter': 30, 'avg_loss': 0.2548080474254454, 'avg_acc': 64.21370967741935, 'loss': 0.262126355649603}
335
+ {'epoch': 22, 'iter': 40, 'avg_loss': 0.2562602780428907, 'avg_acc': 64.10060975609755, 'loss': 0.24068551390908915}
336
+ {'epoch': 22, 'iter': 50, 'avg_loss': 0.2548304434809248, 'avg_acc': 64.88970588235294, 'loss': 0.26006142103246277}
337
+ {'epoch': 22, 'iter': 60, 'avg_loss': 0.25549101840502436, 'avg_acc': 65.21516393442623, 'loss': 0.2491019601572069}
338
+ {'epoch': 22, 'iter': 70, 'avg_loss': 0.2558904914956311, 'avg_acc': 65.3169014084507, 'loss': 0.2626465309583312}
339
+ {'epoch': 22, 'iter': 80, 'avg_loss': 0.25610664902869495, 'avg_acc': 64.77623456790124, 'loss': 0.292692384983606}
340
+ {'epoch': 22, 'iter': 90, 'avg_loss': 0.2557558103483893, 'avg_acc': 65.07554945054946, 'loss': 0.25119575655396276}
341
+ {'epoch': 22, 'iter': 100, 'avg_loss': 0.2544246857794165, 'avg_acc': 65.50123762376238, 'loss': 0.24503754429484353}
342
+ {'epoch': 22, 'iter': 110, 'avg_loss': 0.25509912800137796, 'avg_acc': 65.06193693693693, 'loss': 0.27884097148249304}
343
+ {'epoch': 22, 'iter': 120, 'avg_loss': 0.2556385523800489, 'avg_acc': 64.74690082644628, 'loss': 0.278335278466979}
344
+ {'epoch': 22, 'iter': 130, 'avg_loss': 0.25515097400825304, 'avg_acc': 64.81393129770993, 'loss': 0.24859435131591973}
345
+ {'epoch': 'EP22_train', 'avg_loss': 0.25487001916215196, 'total_acc': 64.91267353336319, 'f1_scores': 0.7066487138885097}
346
+ {'epoch': 23, 'iter': 0, 'avg_loss': 0.27083064787607974, 'avg_acc': 56.25, 'loss': 0.27083064787607974}
347
+ {'epoch': 23, 'iter': 10, 'avg_loss': 0.2622706960160473, 'avg_acc': 57.95454545454546, 'loss': 0.26390043669354263}
348
+ {'epoch': 23, 'iter': 20, 'avg_loss': 0.2529950331614139, 'avg_acc': 63.095238095238095, 'loss': 0.259553025707906}
349
+ {'epoch': 23, 'iter': 30, 'avg_loss': 0.2532602602868184, 'avg_acc': 63.81048387096774, 'loss': 0.2648143985916249}
350
+ {'epoch': 23, 'iter': 40, 'avg_loss': 0.25564811041405455, 'avg_acc': 63.643292682926834, 'loss': 0.2404744049457414}
351
+ {'epoch': 23, 'iter': 50, 'avg_loss': 0.2544771836577733, 'avg_acc': 64.64460784313727, 'loss': 0.2821869684770328}
352
+ {'epoch': 23, 'iter': 60, 'avg_loss': 0.25462797985013624, 'avg_acc': 64.75409836065575, 'loss': 0.2666990074429642}
353
+ {'epoch': 23, 'iter': 70, 'avg_loss': 0.25448474829572787, 'avg_acc': 65.40492957746478, 'loss': 0.26587734374584215}
354
+ {'epoch': 23, 'iter': 80, 'avg_loss': 0.25478340409698313, 'avg_acc': 65.2006172839506, 'loss': 0.2733987622846793}
355
+ {'epoch': 23, 'iter': 90, 'avg_loss': 0.25520570170316087, 'avg_acc': 65.00686813186813, 'loss': 0.24567138488035717}
356
+ {'epoch': 23, 'iter': 100, 'avg_loss': 0.2543538623502906, 'avg_acc': 65.31559405940595, 'loss': 0.25024270565300605}
357
+ {'epoch': 23, 'iter': 110, 'avg_loss': 0.25459223998704134, 'avg_acc': 64.89301801801803, 'loss': 0.27804631502307786}
358
+ {'epoch': 23, 'iter': 120, 'avg_loss': 0.2551639167487514, 'avg_acc': 64.74690082644628, 'loss': 0.27201742847968746}
359
+ {'epoch': 23, 'iter': 130, 'avg_loss': 0.25469720118715516, 'avg_acc': 64.76622137404581, 'loss': 0.26219042213291943}
360
+ {'epoch': 'EP23_train', 'avg_loss': 0.25430141126706096, 'total_acc': 64.8678907299597, 'f1_scores': 0.706666792723945}
361
+ {'epoch': 24, 'iter': 0, 'avg_loss': 0.2630135205467273, 'avg_acc': 59.375, 'loss': 0.2630135205467273}
362
+ {'epoch': 24, 'iter': 10, 'avg_loss': 0.2598194477487911, 'avg_acc': 60.51136363636363, 'loss': 0.2564518889590285}
363
+ {'epoch': 24, 'iter': 20, 'avg_loss': 0.2553363038547672, 'avg_acc': 64.58333333333334, 'loss': 0.2542315116580929}
364
+ {'epoch': 24, 'iter': 30, 'avg_loss': 0.2551386258888499, 'avg_acc': 64.01209677419355, 'loss': 0.2513890925630611}
365
+ {'epoch': 24, 'iter': 40, 'avg_loss': 0.2581584255384617, 'avg_acc': 63.338414634146346, 'loss': 0.25749238030825183}
366
+ {'epoch': 24, 'iter': 50, 'avg_loss': 0.2567732527951603, 'avg_acc': 63.970588235294116, 'loss': 0.2653133078606191}
367
+ {'epoch': 24, 'iter': 60, 'avg_loss': 0.25658572231045496, 'avg_acc': 64.34426229508196, 'loss': 0.23613809601615035}
368
+ {'epoch': 24, 'iter': 70, 'avg_loss': 0.25657712733100707, 'avg_acc': 64.30457746478874, 'loss': 0.25160106260201637}
369
+ {'epoch': 24, 'iter': 80, 'avg_loss': 0.2566654746466801, 'avg_acc': 64.12037037037037, 'loss': 0.2851458400576965}
370
+ {'epoch': 24, 'iter': 90, 'avg_loss': 0.25611111424661614, 'avg_acc': 64.21703296703298, 'loss': 0.24215224080532086}
371
+ {'epoch': 24, 'iter': 100, 'avg_loss': 0.2551262954710115, 'avg_acc': 64.75866336633663, 'loss': 0.24409930934299542}
372
+ {'epoch': 24, 'iter': 110, 'avg_loss': 0.25605609302767396, 'avg_acc': 64.38626126126125, 'loss': 0.26070354031013004}
373
+ {'epoch': 24, 'iter': 120, 'avg_loss': 0.2567775578561682, 'avg_acc': 64.23037190082644, 'loss': 0.2900368636697489}
374
+ {'epoch': 24, 'iter': 130, 'avg_loss': 0.25620910031609717, 'avg_acc': 64.36068702290076, 'loss': 0.25246025314884585}
375
+ {'epoch': 'EP24_train', 'avg_loss': 0.2559011195090439, 'total_acc': 64.5320197044335, 'f1_scores': 0.7016798866005856}
376
+ {'epoch': 25, 'iter': 0, 'avg_loss': 0.2718107257849494, 'avg_acc': 53.125, 'loss': 0.2718107257849494}
377
+ {'epoch': 25, 'iter': 10, 'avg_loss': 0.2577492928126015, 'avg_acc': 59.65909090909091, 'loss': 0.25447028534139804}
378
+ {'epoch': 25, 'iter': 20, 'avg_loss': 0.2548238283612347, 'avg_acc': 63.83928571428571, 'loss': 0.2754654618778269}
379
+ {'epoch': 25, 'iter': 30, 'avg_loss': 0.2566992419910238, 'avg_acc': 63.40725806451613, 'loss': 0.2786117794286318}
380
+ {'epoch': 25, 'iter': 40, 'avg_loss': 0.2609211982184612, 'avg_acc': 62.881097560975604, 'loss': 0.25804155975973636}
381
+ {'epoch': 25, 'iter': 50, 'avg_loss': 0.25960511194439717, 'avg_acc': 63.90931372549019, 'loss': 0.27046149941465303}
382
+ {'epoch': 25, 'iter': 60, 'avg_loss': 0.2596118763183981, 'avg_acc': 64.03688524590164, 'loss': 0.26484168268689245}
383
+ {'epoch': 25, 'iter': 70, 'avg_loss': 0.25896259968093793, 'avg_acc': 64.70070422535211, 'loss': 0.2564671004272278}
384
+ {'epoch': 25, 'iter': 80, 'avg_loss': 0.2598532875358893, 'avg_acc': 64.0817901234568, 'loss': 0.2703003151250414}
385
+ {'epoch': 25, 'iter': 90, 'avg_loss': 0.25931051840264746, 'avg_acc': 64.32005494505495, 'loss': 0.25898646253186336}
386
+ {'epoch': 25, 'iter': 100, 'avg_loss': 0.2584749306198787, 'avg_acc': 64.51113861386139, 'loss': 0.239637159839471}
387
+ {'epoch': 25, 'iter': 110, 'avg_loss': 0.2586826917324653, 'avg_acc': 64.2454954954955, 'loss': 0.2572374350474677}
388
+ {'epoch': 25, 'iter': 120, 'avg_loss': 0.258823269898182, 'avg_acc': 64.0754132231405, 'loss': 0.2736233670077906}
389
+ {'epoch': 25, 'iter': 130, 'avg_loss': 0.25819968905862717, 'avg_acc': 64.14599236641222, 'loss': 0.24055310882603667}
390
+ {'epoch': 'EP25_train', 'avg_loss': 0.2577063293555698, 'total_acc': 64.21854008060905, 'f1_scores': 0.6995063007086856}
391
+ {'epoch': 26, 'iter': 0, 'avg_loss': 0.2693294761871974, 'avg_acc': 53.125, 'loss': 0.2693294761871974}
392
+ {'epoch': 26, 'iter': 10, 'avg_loss': 0.26710511432404127, 'avg_acc': 57.38636363636363, 'loss': 0.26881153840940897}
393
+ {'epoch': 26, 'iter': 20, 'avg_loss': 0.25891295369101786, 'avg_acc': 62.648809523809526, 'loss': 0.26439457182717824}
394
+ {'epoch': 26, 'iter': 30, 'avg_loss': 0.25758433283210624, 'avg_acc': 63.20564516129033, 'loss': 0.2891740899945684}
395
+ {'epoch': 26, 'iter': 40, 'avg_loss': 0.2592809283393857, 'avg_acc': 63.71951219512195, 'loss': 0.26613390376704565}
396
+ {'epoch': 26, 'iter': 50, 'avg_loss': 0.25824839525699567, 'avg_acc': 64.09313725490196, 'loss': 0.2824827160900116}
397
+ {'epoch': 26, 'iter': 60, 'avg_loss': 0.25780640337715544, 'avg_acc': 64.65163934426229, 'loss': 0.24083184445148778}
398
+ {'epoch': 26, 'iter': 70, 'avg_loss': 0.2580829427327964, 'avg_acc': 64.65669014084507, 'loss': 0.25817057776553803}
399
+ {'epoch': 26, 'iter': 80, 'avg_loss': 0.2580768609673349, 'avg_acc': 64.54475308641975, 'loss': 0.2747864248334995}
400
+ {'epoch': 26, 'iter': 90, 'avg_loss': 0.25729247485914664, 'avg_acc': 64.66346153846155, 'loss': 0.2389015978428688}
401
+ {'epoch': 26, 'iter': 100, 'avg_loss': 0.2560200253809439, 'avg_acc': 65.25371287128714, 'loss': 0.25590129307602183}
402
+ {'epoch': 26, 'iter': 110, 'avg_loss': 0.25613148802481156, 'avg_acc': 65.03378378378379, 'loss': 0.2797669459149087}
403
+ {'epoch': 26, 'iter': 120, 'avg_loss': 0.2561654016593134, 'avg_acc': 64.77272727272727, 'loss': 0.2685213398322698}
404
+ {'epoch': 26, 'iter': 130, 'avg_loss': 0.25539090501172146, 'avg_acc': 64.81393129770993, 'loss': 0.25274250579689445}
405
+ {'epoch': 'EP26_train', 'avg_loss': 0.2550352963609938, 'total_acc': 64.97984773846842, 'f1_scores': 0.7055496873194891}
406
+ {'epoch': 27, 'iter': 0, 'avg_loss': 0.25617674946956215, 'avg_acc': 65.625, 'loss': 0.25617674946956215}
407
+ {'epoch': 27, 'iter': 10, 'avg_loss': 0.25899543793091034, 'avg_acc': 62.78409090909091, 'loss': 0.2606301894069572}
408
+ {'epoch': 27, 'iter': 20, 'avg_loss': 0.25471781061030524, 'avg_acc': 65.92261904761905, 'loss': 0.25782356740234846}
409
+ {'epoch': 27, 'iter': 30, 'avg_loss': 0.2549367342017548, 'avg_acc': 66.33064516129032, 'loss': 0.27704766340346915}
410
+ {'epoch': 27, 'iter': 40, 'avg_loss': 0.2571457871628449, 'avg_acc': 65.9298780487805, 'loss': 0.25642032908509854}
411
+ {'epoch': 27, 'iter': 50, 'avg_loss': 0.2548825445805191, 'avg_acc': 66.66666666666666, 'loss': 0.27471451116070966}
412
+ {'epoch': 27, 'iter': 60, 'avg_loss': 0.2545937786158268, 'avg_acc': 66.75204918032787, 'loss': 0.23979712062902891}
413
+ {'epoch': 27, 'iter': 70, 'avg_loss': 0.25406263341421964, 'avg_acc': 66.54929577464789, 'loss': 0.24030205767392737}
414
+ {'epoch': 27, 'iter': 80, 'avg_loss': 0.2535737624447699, 'avg_acc': 65.74074074074075, 'loss': 0.27111658550159384}
415
+ {'epoch': 27, 'iter': 90, 'avg_loss': 0.253599454201415, 'avg_acc': 65.65934065934066, 'loss': 0.2519396563320697}
416
+ {'epoch': 27, 'iter': 100, 'avg_loss': 0.2534001371681459, 'avg_acc': 65.81064356435643, 'loss': 0.2344533461586187}
417
+ {'epoch': 27, 'iter': 110, 'avg_loss': 0.25425801513421453, 'avg_acc': 65.28716216216216, 'loss': 0.26742044870700604}
418
+ {'epoch': 27, 'iter': 120, 'avg_loss': 0.2547818254277365, 'avg_acc': 65.03099173553719, 'loss': 0.2549365975998756}
419
+ {'epoch': 27, 'iter': 130, 'avg_loss': 0.2543295232611961, 'avg_acc': 65.19561068702289, 'loss': 0.24835214412025508}
420
+ {'epoch': 'EP27_train', 'avg_loss': 0.2542727477574175, 'total_acc': 65.27093596059113, 'f1_scores': 0.7093487849659514}
421
+ {'epoch': 28, 'iter': 0, 'avg_loss': 0.25692131361074644, 'avg_acc': 59.375, 'loss': 0.25692131361074644}
422
+ {'epoch': 28, 'iter': 10, 'avg_loss': 0.2648152564133232, 'avg_acc': 56.25, 'loss': 0.25529585831320994}
423
+ {'epoch': 28, 'iter': 20, 'avg_loss': 0.25771505880072015, 'avg_acc': 62.05357142857143, 'loss': 0.27638299958061907}
424
+ {'epoch': 28, 'iter': 30, 'avg_loss': 0.2572754335196763, 'avg_acc': 62.19758064516129, 'loss': 0.27668113946167844}
425
+ {'epoch': 28, 'iter': 40, 'avg_loss': 0.2593649392206322, 'avg_acc': 61.661585365853654, 'loss': 0.24425549670097876}
426
+ {'epoch': 28, 'iter': 50, 'avg_loss': 0.2573725147823918, 'avg_acc': 62.31617647058824, 'loss': 0.2906239657935592}
427
+ {'epoch': 28, 'iter': 60, 'avg_loss': 0.257688528874264, 'avg_acc': 63.114754098360656, 'loss': 0.22741127294869198}
428
+ {'epoch': 28, 'iter': 70, 'avg_loss': 0.2578137439679208, 'avg_acc': 63.3362676056338, 'loss': 0.2479740812199712}
429
+ {'epoch': 28, 'iter': 80, 'avg_loss': 0.2584658514730541, 'avg_acc': 62.77006172839506, 'loss': 0.2807104577829672}
430
+ {'epoch': 28, 'iter': 90, 'avg_loss': 0.25811471993630075, 'avg_acc': 63.18681318681318, 'loss': 0.25484438609529597}
431
+ {'epoch': 28, 'iter': 100, 'avg_loss': 0.2576628743984516, 'avg_acc': 63.64480198019802, 'loss': 0.24531084917217477}
432
+ {'epoch': 28, 'iter': 110, 'avg_loss': 0.2585892566460445, 'avg_acc': 63.51351351351351, 'loss': 0.292495866194648}
433
+ {'epoch': 28, 'iter': 120, 'avg_loss': 0.25912517151389414, 'avg_acc': 63.27479338842975, 'loss': 0.2724719609679076}
434
+ {'epoch': 28, 'iter': 130, 'avg_loss': 0.25834702212962035, 'avg_acc': 63.406488549618324, 'loss': 0.250953228847363}
435
+ {'epoch': 'EP28_train', 'avg_loss': 0.2580613962912288, 'total_acc': 63.61397223466189, 'f1_scores': 0.6914725946089009}
436
+ {'epoch': 29, 'iter': 0, 'avg_loss': 0.25052915771675544, 'avg_acc': 62.5, 'loss': 0.25052915771675544}
437
+ {'epoch': 29, 'iter': 10, 'avg_loss': 0.26052779971161705, 'avg_acc': 60.22727272727273, 'loss': 0.26050637698067797}
438
+ {'epoch': 29, 'iter': 20, 'avg_loss': 0.251907615493604, 'avg_acc': 64.58333333333334, 'loss': 0.2841275792424247}
439
+ {'epoch': 29, 'iter': 30, 'avg_loss': 0.25194517573311964, 'avg_acc': 64.81854838709677, 'loss': 0.2609859581378779}
440
+ {'epoch': 29, 'iter': 40, 'avg_loss': 0.2546754830468703, 'avg_acc': 64.32926829268293, 'loss': 0.26168576846956576}
441
+ {'epoch': 29, 'iter': 50, 'avg_loss': 0.2546061326596438, 'avg_acc': 65.01225490196079, 'loss': 0.2829937332580812}
442
+ {'epoch': 29, 'iter': 60, 'avg_loss': 0.2543366887167555, 'avg_acc': 65.57377049180327, 'loss': 0.22725234514882686}
443
+ {'epoch': 29, 'iter': 70, 'avg_loss': 0.25405995388028846, 'avg_acc': 66.02112676056338, 'loss': 0.24559848330587944}
444
+ {'epoch': 29, 'iter': 80, 'avg_loss': 0.25456777841029554, 'avg_acc': 65.47067901234568, 'loss': 0.27253250358931574}
445
+ {'epoch': 29, 'iter': 90, 'avg_loss': 0.25488138503863267, 'avg_acc': 65.31593406593407, 'loss': 0.24647045106001184}
446
+ {'epoch': 29, 'iter': 100, 'avg_loss': 0.2544917141721837, 'avg_acc': 65.625, 'loss': 0.250608751350098}
447
+ {'epoch': 29, 'iter': 110, 'avg_loss': 0.25534149466174855, 'avg_acc': 65.259009009009, 'loss': 0.27660749281978625}
448
+ {'epoch': 29, 'iter': 120, 'avg_loss': 0.2557797524662894, 'avg_acc': 64.79855371900827, 'loss': 0.25653042781069807}
449
+ {'epoch': 29, 'iter': 130, 'avg_loss': 0.2549619773164907, 'avg_acc': 64.93320610687023, 'loss': 0.255579253324413}
450
+ {'epoch': 'EP29_train', 'avg_loss': 0.25498205129496854, 'total_acc': 65.04702194357367, 'f1_scores': 0.706791614055964}
451
+ {'epoch': 30, 'iter': 0, 'avg_loss': 0.2611116193122435, 'avg_acc': 56.25, 'loss': 0.2611116193122435}
452
+ {'epoch': 30, 'iter': 10, 'avg_loss': 0.26039467004131933, 'avg_acc': 61.93181818181818, 'loss': 0.266027308004368}
453
+ {'epoch': 30, 'iter': 20, 'avg_loss': 0.25684688356514335, 'avg_acc': 65.02976190476191, 'loss': 0.2995733075928066}
454
+ {'epoch': 30, 'iter': 30, 'avg_loss': 0.25769764638897696, 'avg_acc': 63.306451612903224, 'loss': 0.26640763411510954}
455
+ {'epoch': 30, 'iter': 40, 'avg_loss': 0.2598228421429362, 'avg_acc': 63.1859756097561, 'loss': 0.2596287414633999}
456
+ {'epoch': 30, 'iter': 50, 'avg_loss': 0.25828051713512395, 'avg_acc': 64.09313725490196, 'loss': 0.2627895757188656}
457
+ {'epoch': 30, 'iter': 60, 'avg_loss': 0.258487475676421, 'avg_acc': 64.85655737704919, 'loss': 0.23522538728486453}
458
+ {'epoch': 30, 'iter': 70, 'avg_loss': 0.25914953924582335, 'avg_acc': 64.87676056338029, 'loss': 0.26045005545659344}
459
+ {'epoch': 30, 'iter': 80, 'avg_loss': 0.25939814345289774, 'avg_acc': 64.6604938271605, 'loss': 0.2827594584424722}
460
+ {'epoch': 30, 'iter': 90, 'avg_loss': 0.2591516550912719, 'avg_acc': 64.80082417582418, 'loss': 0.2483942582182002}
461
+ {'epoch': 30, 'iter': 100, 'avg_loss': 0.25791469465005346, 'avg_acc': 65.25371287128714, 'loss': 0.2569532432768012}
462
+ {'epoch': 30, 'iter': 110, 'avg_loss': 0.2587035895108561, 'avg_acc': 64.92117117117117, 'loss': 0.2835422732092151}
463
+ {'epoch': 30, 'iter': 120, 'avg_loss': 0.25887263245787084, 'avg_acc': 64.64359504132231, 'loss': 0.2767699505492211}
464
+ {'epoch': 30, 'iter': 130, 'avg_loss': 0.2577120910487247, 'avg_acc': 65.00477099236642, 'loss': 0.2522784507874738}
465
+ {'epoch': 'EP30_train', 'avg_loss': 0.25784958339090014, 'total_acc': 64.84549932825794, 'f1_scores': 0.7050044984815701}
466
+ {'epoch': 31, 'iter': 0, 'avg_loss': 0.2675204331268373, 'avg_acc': 59.375, 'loss': 0.2675204331268373}
467
+ {'epoch': 31, 'iter': 10, 'avg_loss': 0.2645370611150921, 'avg_acc': 56.53409090909091, 'loss': 0.25847609732240273}
468
+ {'epoch': 31, 'iter': 20, 'avg_loss': 0.2564350670105349, 'avg_acc': 61.60714285714286, 'loss': 0.2557702567797995}
469
+ {'epoch': 31, 'iter': 30, 'avg_loss': 0.25581176767386105, 'avg_acc': 61.79435483870967, 'loss': 0.2620607241386616}
470
+ {'epoch': 31, 'iter': 40, 'avg_loss': 0.25715122495389453, 'avg_acc': 62.04268292682927, 'loss': 0.2538966173655613}
471
+ {'epoch': 31, 'iter': 50, 'avg_loss': 0.2551320110146948, 'avg_acc': 63.48039215686274, 'loss': 0.2564070501203202}
472
+ {'epoch': 31, 'iter': 60, 'avg_loss': 0.2544979228724366, 'avg_acc': 64.49795081967213, 'loss': 0.2577636601848618}
473
+ {'epoch': 31, 'iter': 70, 'avg_loss': 0.2546636317785012, 'avg_acc': 65.09683098591549, 'loss': 0.23983252436261993}
474
+ {'epoch': 31, 'iter': 80, 'avg_loss': 0.25395857401306465, 'avg_acc': 64.93055555555556, 'loss': 0.2633701524670268}
475
+ {'epoch': 31, 'iter': 90, 'avg_loss': 0.25376226903246346, 'avg_acc': 64.73214285714286, 'loss': 0.23362009213782844}
476
+ {'epoch': 31, 'iter': 100, 'avg_loss': 0.2535028870708183, 'avg_acc': 64.97524752475248, 'loss': 0.24333963188397384}
477
+ {'epoch': 31, 'iter': 110, 'avg_loss': 0.2545685544424986, 'avg_acc': 64.52702702702703, 'loss': 0.27836900692450073}
478
+ {'epoch': 31, 'iter': 120, 'avg_loss': 0.2546887777635413, 'avg_acc': 64.3853305785124, 'loss': 0.26651921938063033}
479
+ {'epoch': 31, 'iter': 130, 'avg_loss': 0.25396257783187204, 'avg_acc': 64.59923664122137, 'loss': 0.24038179227513215}
480
+ {'epoch': 'EP31_train', 'avg_loss': 0.25461126420823127, 'total_acc': 64.59919390953874, 'f1_scores': 0.7062292840925183}
481
+ {'epoch': 32, 'iter': 0, 'avg_loss': 0.2772394595976948, 'avg_acc': 46.875, 'loss': 0.2772394595976948}
482
+ {'epoch': 32, 'iter': 10, 'avg_loss': 0.2618745512249229, 'avg_acc': 59.65909090909091, 'loss': 0.258153714101614}
483
+ {'epoch': 32, 'iter': 20, 'avg_loss': 0.25459001364041794, 'avg_acc': 62.94642857142857, 'loss': 0.2675336333884875}
484
+ {'epoch': 32, 'iter': 30, 'avg_loss': 0.25597129924074125, 'avg_acc': 62.80241935483871, 'loss': 0.27386481356351006}
485
+ {'epoch': 32, 'iter': 40, 'avg_loss': 0.25672467788536096, 'avg_acc': 63.03353658536586, 'loss': 0.24226649171373538}
486
+ {'epoch': 32, 'iter': 50, 'avg_loss': 0.25575694331980225, 'avg_acc': 63.23529411764706, 'loss': 0.2758521479126037}
487
+ {'epoch': 32, 'iter': 60, 'avg_loss': 0.2551695315673174, 'avg_acc': 64.24180327868852, 'loss': 0.2328687952380538}
488
+ {'epoch': 32, 'iter': 70, 'avg_loss': 0.2550065816522177, 'avg_acc': 65.14084507042254, 'loss': 0.2527357139497651}
489
+ {'epoch': 32, 'iter': 80, 'avg_loss': 0.2552991343403203, 'avg_acc': 64.42901234567901, 'loss': 0.2718402367841983}
490
+ {'epoch': 32, 'iter': 90, 'avg_loss': 0.25483039793009576, 'avg_acc': 64.59478021978022, 'loss': 0.23996479129284254}
491
+ {'epoch': 32, 'iter': 100, 'avg_loss': 0.25386352969653964, 'avg_acc': 65.0680693069307, 'loss': 0.2296203724410069}
492
+ {'epoch': 32, 'iter': 110, 'avg_loss': 0.25489235310744474, 'avg_acc': 64.86486486486487, 'loss': 0.26176003971480505}
493
+ {'epoch': 32, 'iter': 120, 'avg_loss': 0.2557481504913548, 'avg_acc': 64.69524793388429, 'loss': 0.2707040726280476}
494
+ {'epoch': 32, 'iter': 130, 'avg_loss': 0.25559327407041754, 'avg_acc': 64.76622137404581, 'loss': 0.2403441187302633}
495
+ {'epoch': 'EP32_train', 'avg_loss': 0.255964848122905, 'total_acc': 64.80071652485445, 'f1_scores': 0.7052910823528752}
496
+ {'epoch': 33, 'iter': 0, 'avg_loss': 0.2690383493573693, 'avg_acc': 62.5, 'loss': 0.2690383493573693}
497
+ {'epoch': 33, 'iter': 10, 'avg_loss': 0.26146402663241725, 'avg_acc': 58.52272727272727, 'loss': 0.25321996848482997}
498
+ {'epoch': 33, 'iter': 20, 'avg_loss': 0.2540437379210516, 'avg_acc': 63.69047619047619, 'loss': 0.2647876200606853}
499
+ {'epoch': 33, 'iter': 30, 'avg_loss': 0.2534442838890302, 'avg_acc': 64.01209677419355, 'loss': 0.2732148685442683}
500
+ {'epoch': 33, 'iter': 40, 'avg_loss': 0.25470788437799197, 'avg_acc': 64.02439024390245, 'loss': 0.24384006034363534}
501
+ {'epoch': 33, 'iter': 50, 'avg_loss': 0.2530223293533986, 'avg_acc': 64.27696078431373, 'loss': 0.2739275179646451}
502
+ {'epoch': 33, 'iter': 60, 'avg_loss': 0.2533938860963416, 'avg_acc': 64.75409836065575, 'loss': 0.2622981450198754}
503
+ {'epoch': 33, 'iter': 70, 'avg_loss': 0.25350442505686094, 'avg_acc': 65.49295774647888, 'loss': 0.25538126658495586}
504
+ {'epoch': 33, 'iter': 80, 'avg_loss': 0.2539863184176935, 'avg_acc': 65.04629629629629, 'loss': 0.2769780112774762}
505
+ {'epoch': 33, 'iter': 90, 'avg_loss': 0.25381274510617446, 'avg_acc': 65.31593406593407, 'loss': 0.2501505567114139}
506
+ {'epoch': 33, 'iter': 100, 'avg_loss': 0.25338572770864703, 'avg_acc': 65.53217821782178, 'loss': 0.24379589824403475}
507
+ {'epoch': 33, 'iter': 110, 'avg_loss': 0.25428917858692096, 'avg_acc': 64.97747747747748, 'loss': 0.2747854365437011}
508
+ {'epoch': 33, 'iter': 120, 'avg_loss': 0.2545395293037861, 'avg_acc': 64.92768595041323, 'loss': 0.2610752359725146}
509
+ {'epoch': 33, 'iter': 130, 'avg_loss': 0.25432255944772864, 'avg_acc': 64.98091603053436, 'loss': 0.24432330129103058}
510
+ {'epoch': 'EP33_train', 'avg_loss': 0.25455635273846355, 'total_acc': 64.95745633676668, 'f1_scores': 0.7097361646703639}
511
+ {'epoch': 34, 'iter': 0, 'avg_loss': 0.26628194946407896, 'avg_acc': 53.125, 'loss': 0.26628194946407896}
512
+ {'epoch': 34, 'iter': 10, 'avg_loss': 0.2543956032427632, 'avg_acc': 60.51136363636363, 'loss': 0.26540770660084584}
513
+ {'epoch': 34, 'iter': 20, 'avg_loss': 0.251979051993534, 'avg_acc': 65.02976190476191, 'loss': 0.2561452740590409}
514
+ {'epoch': 34, 'iter': 30, 'avg_loss': 0.2530487420879217, 'avg_acc': 64.91935483870968, 'loss': 0.24171175484759388}
515
+ {'epoch': 34, 'iter': 40, 'avg_loss': 0.25509537444746755, 'avg_acc': 65.01524390243902, 'loss': 0.2367718650016286}
516
+ {'epoch': 34, 'iter': 50, 'avg_loss': 0.2539469603533249, 'avg_acc': 65.19607843137256, 'loss': 0.2714350609804309}
517
+ {'epoch': 34, 'iter': 60, 'avg_loss': 0.25494083478642493, 'avg_acc': 65.06147540983606, 'loss': 0.23776861356925238}
518
+ {'epoch': 34, 'iter': 70, 'avg_loss': 0.25521112042643035, 'avg_acc': 65.14084507042254, 'loss': 0.2492921343668968}
519
+ {'epoch': 34, 'iter': 80, 'avg_loss': 0.25519893006698735, 'avg_acc': 64.69907407407408, 'loss': 0.2596405192680322}
520
+ {'epoch': 34, 'iter': 90, 'avg_loss': 0.2546281662225477, 'avg_acc': 65.24725274725274, 'loss': 0.25134941592198495}
521
+ {'epoch': 34, 'iter': 100, 'avg_loss': 0.25354868772751754, 'avg_acc': 65.47029702970298, 'loss': 0.22648680010422595}
522
+ {'epoch': 34, 'iter': 110, 'avg_loss': 0.2544077293930657, 'avg_acc': 65.1463963963964, 'loss': 0.2682111982399614}
523
+ {'epoch': 34, 'iter': 120, 'avg_loss': 0.25483799759393644, 'avg_acc': 65.03099173553719, 'loss': 0.2713444605679618}
524
+ {'epoch': 34, 'iter': 130, 'avg_loss': 0.2546619147471592, 'avg_acc': 65.00477099236642, 'loss': 0.25294592375884606}
525
+ {'epoch': 'EP34_train', 'avg_loss': 0.2542659949807741, 'total_acc': 65.11419614867891, 'f1_scores': 0.7097358432966665}
526
+ {'epoch': 35, 'iter': 0, 'avg_loss': 0.28799108702800624, 'avg_acc': 50.0, 'loss': 0.28799108702800624}
527
+ {'epoch': 35, 'iter': 10, 'avg_loss': 0.26622864084351455, 'avg_acc': 57.38636363636363, 'loss': 0.2643480776282234}
528
+ {'epoch': 35, 'iter': 20, 'avg_loss': 0.2574128418872259, 'avg_acc': 62.94642857142857, 'loss': 0.2552773616450525}
529
+ {'epoch': 35, 'iter': 30, 'avg_loss': 0.256285966895296, 'avg_acc': 63.20564516129033, 'loss': 0.25389507527233945}
530
+ {'epoch': 35, 'iter': 40, 'avg_loss': 0.25674638240728725, 'avg_acc': 64.10060975609755, 'loss': 0.2492707925974043}
531
+ {'epoch': 35, 'iter': 50, 'avg_loss': 0.2546811835131572, 'avg_acc': 65.68627450980392, 'loss': 0.2715115005557891}
532
+ {'epoch': 35, 'iter': 60, 'avg_loss': 0.25557067923085786, 'avg_acc': 65.82991803278688, 'loss': 0.23475308922672866}
533
+ {'epoch': 35, 'iter': 70, 'avg_loss': 0.25589876239544573, 'avg_acc': 65.9330985915493, 'loss': 0.2710007619392952}
534
+ {'epoch': 35, 'iter': 80, 'avg_loss': 0.2560756713624328, 'avg_acc': 65.4320987654321, 'loss': 0.29187866243504296}
535
+ {'epoch': 35, 'iter': 90, 'avg_loss': 0.25559745314015175, 'avg_acc': 65.48763736263736, 'loss': 0.23219366193318688}
536
+ {'epoch': 35, 'iter': 100, 'avg_loss': 0.25448832913739766, 'avg_acc': 65.81064356435643, 'loss': 0.2416019915279516}
537
+ {'epoch': 35, 'iter': 110, 'avg_loss': 0.25535314784823593, 'avg_acc': 65.59684684684684, 'loss': 0.28737051627179455}
538
+ {'epoch': 35, 'iter': 120, 'avg_loss': 0.25549349845216485, 'avg_acc': 65.28925619834712, 'loss': 0.27033380157380243}
539
+ {'epoch': 35, 'iter': 130, 'avg_loss': 0.25467001034791653, 'avg_acc': 65.45801526717557, 'loss': 0.24720027345742324}
540
+ {'epoch': 'EP35_train', 'avg_loss': 0.25453753370768833, 'total_acc': 65.47245857590686, 'f1_scores': 0.7129246002050094}
541
+ {'epoch': 36, 'iter': 0, 'avg_loss': 0.24985247832553015, 'avg_acc': 62.5, 'loss': 0.24985247832553015}
542
+ {'epoch': 36, 'iter': 10, 'avg_loss': 0.261328828957276, 'avg_acc': 60.51136363636363, 'loss': 0.26282190910874953}
543
+ {'epoch': 36, 'iter': 20, 'avg_loss': 0.2531636129736346, 'avg_acc': 64.73214285714286, 'loss': 0.2657156265288287}
544
+ {'epoch': 36, 'iter': 30, 'avg_loss': 0.25472504875668966, 'avg_acc': 64.91935483870968, 'loss': 0.2616441344445255}
545
+ {'epoch': 36, 'iter': 40, 'avg_loss': 0.2562669911240885, 'avg_acc': 64.71036585365853, 'loss': 0.24951358841384977}
546
+ {'epoch': 36, 'iter': 50, 'avg_loss': 0.2540047992779506, 'avg_acc': 65.44117647058823, 'loss': 0.28398088090677576}
547
+ {'epoch': 36, 'iter': 60, 'avg_loss': 0.256287915880939, 'avg_acc': 64.85655737704919, 'loss': 0.2500656235682592}
548
+ {'epoch': 36, 'iter': 70, 'avg_loss': 0.25623910972857383, 'avg_acc': 64.96478873239437, 'loss': 0.2658701390506459}
549
+ {'epoch': 36, 'iter': 80, 'avg_loss': 0.25647381799003444, 'avg_acc': 64.12037037037037, 'loss': 0.2718119638901563}
550
+ {'epoch': 36, 'iter': 90, 'avg_loss': 0.25647240197746124, 'avg_acc': 64.04532967032966, 'loss': 0.24323623462461388}
551
+ {'epoch': 36, 'iter': 100, 'avg_loss': 0.2556704601470157, 'avg_acc': 64.35643564356435, 'loss': 0.25891554330007693}
552
+ {'epoch': 36, 'iter': 110, 'avg_loss': 0.2556079541492416, 'avg_acc': 64.07657657657657, 'loss': 0.27726685538813656}
553
+ {'epoch': 36, 'iter': 120, 'avg_loss': 0.25601856865546563, 'avg_acc': 63.946280991735534, 'loss': 0.2599716622491022}
554
+ {'epoch': 36, 'iter': 130, 'avg_loss': 0.25563929499095744, 'avg_acc': 64.00286259541986, 'loss': 0.2548502413210534}
555
+ {'epoch': 'EP36_train', 'avg_loss': 0.25563108581812044, 'total_acc': 64.06180026869681, 'f1_scores': 0.6977319328263979}
556
+ {'epoch': 37, 'iter': 0, 'avg_loss': 0.271809711293445, 'avg_acc': 59.375, 'loss': 0.271809711293445}
557
+ {'epoch': 37, 'iter': 10, 'avg_loss': 0.2636414079188849, 'avg_acc': 59.375, 'loss': 0.24718721585798317}
558
+ {'epoch': 37, 'iter': 20, 'avg_loss': 0.2556576033182093, 'avg_acc': 63.39285714285714, 'loss': 0.25695105424798775}
559
+ {'epoch': 37, 'iter': 30, 'avg_loss': 0.2557461560921447, 'avg_acc': 63.608870967741936, 'loss': 0.28407487189523245}
560
+ {'epoch': 37, 'iter': 40, 'avg_loss': 0.25680646840253435, 'avg_acc': 63.643292682926834, 'loss': 0.25396578250859286}
561
+ {'epoch': 37, 'iter': 50, 'avg_loss': 0.25478685290812875, 'avg_acc': 65.19607843137256, 'loss': 0.2787324485422817}
562
+ {'epoch': 37, 'iter': 60, 'avg_loss': 0.2546367176221884, 'avg_acc': 65.57377049180327, 'loss': 0.23638208508920602}
563
+ {'epoch': 37, 'iter': 70, 'avg_loss': 0.25484655381795296, 'avg_acc': 65.80105633802818, 'loss': 0.245760464324316}
564
+ {'epoch': 37, 'iter': 80, 'avg_loss': 0.2551547980035816, 'avg_acc': 65.31635802469135, 'loss': 0.2681767592712926}
565
+ {'epoch': 37, 'iter': 90, 'avg_loss': 0.2545840312401238, 'avg_acc': 65.48763736263736, 'loss': 0.24131859931276267}
566
+ {'epoch': 37, 'iter': 100, 'avg_loss': 0.2538525916030669, 'avg_acc': 65.5940594059406, 'loss': 0.25745966827240147}
567
+ {'epoch': 37, 'iter': 110, 'avg_loss': 0.2546843027387741, 'avg_acc': 65.23085585585585, 'loss': 0.27526166762407095}
568
+ {'epoch': 37, 'iter': 120, 'avg_loss': 0.2551934357365161, 'avg_acc': 64.97933884297521, 'loss': 0.2752047984705054}
569
+ {'epoch': 37, 'iter': 130, 'avg_loss': 0.25419868951488034, 'avg_acc': 65.00477099236642, 'loss': 0.24651599624153925}
570
+ {'epoch': 'EP37_train', 'avg_loss': 0.25430016143124695, 'total_acc': 65.00223914017018, 'f1_scores': 0.7093189510905086}
571
+ {'epoch': 38, 'iter': 0, 'avg_loss': 0.27028676726243767, 'avg_acc': 56.25, 'loss': 0.27028676726243767}
572
+ {'epoch': 38, 'iter': 10, 'avg_loss': 0.2637908343263446, 'avg_acc': 59.09090909090909, 'loss': 0.25715448994632034}
573
+ {'epoch': 38, 'iter': 20, 'avg_loss': 0.2553252796390281, 'avg_acc': 62.5, 'loss': 0.2653379341783355}
574
+ {'epoch': 38, 'iter': 30, 'avg_loss': 0.25656534678268267, 'avg_acc': 62.298387096774185, 'loss': 0.2604616566599296}
575
+ {'epoch': 38, 'iter': 40, 'avg_loss': 0.2583924156518488, 'avg_acc': 62.57621951219512, 'loss': 0.2551506076563328}
576
+ {'epoch': 38, 'iter': 50, 'avg_loss': 0.2563331768726883, 'avg_acc': 64.27696078431373, 'loss': 0.2755425590056575}
577
+ {'epoch': 38, 'iter': 60, 'avg_loss': 0.2570704337112068, 'avg_acc': 64.65163934426229, 'loss': 0.24972189309424458}
578
+ {'epoch': 38, 'iter': 70, 'avg_loss': 0.25783429334734387, 'avg_acc': 64.74471830985915, 'loss': 0.27116363155950496}
579
+ {'epoch': 38, 'iter': 80, 'avg_loss': 0.2578582467352274, 'avg_acc': 64.50617283950618, 'loss': 0.2885895175996893}
580
+ {'epoch': 38, 'iter': 90, 'avg_loss': 0.25729574240444525, 'avg_acc': 64.8695054945055, 'loss': 0.2650219735049047}
581
+ {'epoch': 38, 'iter': 100, 'avg_loss': 0.2560609203584081, 'avg_acc': 65.43935643564357, 'loss': 0.22106316526428924}
582
+ {'epoch': 38, 'iter': 110, 'avg_loss': 0.2566888772951527, 'avg_acc': 65.39977477477478, 'loss': 0.26856279555769497}
583
+ {'epoch': 38, 'iter': 120, 'avg_loss': 0.2573689246070848, 'avg_acc': 65.05681818181817, 'loss': 0.26843195368876743}
584
+ {'epoch': 38, 'iter': 130, 'avg_loss': 0.2569052051861539, 'avg_acc': 65.02862595419847, 'loss': 0.2369161839695672}
585
+ {'epoch': 'EP38_train', 'avg_loss': 0.25662522912331337, 'total_acc': 65.11419614867891, 'f1_scores': 0.7077554857868731}
586
+ {'epoch': 39, 'iter': 0, 'avg_loss': 0.25836172450957356, 'avg_acc': 62.5, 'loss': 0.25836172450957356}
587
+ {'epoch': 39, 'iter': 10, 'avg_loss': 0.25987637474799263, 'avg_acc': 58.23863636363637, 'loss': 0.265786406327302}
588
+ {'epoch': 39, 'iter': 20, 'avg_loss': 0.25388897459955606, 'avg_acc': 64.13690476190477, 'loss': 0.23972396174394817}
589
+ {'epoch': 39, 'iter': 30, 'avg_loss': 0.25358415035940973, 'avg_acc': 64.21370967741935, 'loss': 0.25704903043418065}
590
+ {'epoch': 39, 'iter': 40, 'avg_loss': 0.25547646032702814, 'avg_acc': 64.32926829268293, 'loss': 0.25020247131331935}
591
+ {'epoch': 39, 'iter': 50, 'avg_loss': 0.25327925701642434, 'avg_acc': 65.68627450980392, 'loss': 0.2588261314164941}
592
+ {'epoch': 39, 'iter': 60, 'avg_loss': 0.2539124732604434, 'avg_acc': 65.3688524590164, 'loss': 0.2529466220887246}
593
+ {'epoch': 39, 'iter': 70, 'avg_loss': 0.2543014295196708, 'avg_acc': 65.44894366197182, 'loss': 0.2559600246284422}
594
+ {'epoch': 39, 'iter': 80, 'avg_loss': 0.2556491630843784, 'avg_acc': 64.81481481481481, 'loss': 0.27130307459911557}
595
+ {'epoch': 39, 'iter': 90, 'avg_loss': 0.2557289105610908, 'avg_acc': 64.6978021978022, 'loss': 0.24772473585016996}
596
+ {'epoch': 39, 'iter': 100, 'avg_loss': 0.254561380254244, 'avg_acc': 65.34653465346535, 'loss': 0.25502505617953375}
597
+ {'epoch': 39, 'iter': 110, 'avg_loss': 0.25529591190632145, 'avg_acc': 65.03378378378379, 'loss': 0.25816596131117614}
598
+ {'epoch': 39, 'iter': 120, 'avg_loss': 0.2548919253092304, 'avg_acc': 64.95351239669421, 'loss': 0.25689691769723916}
599
+ {'epoch': 39, 'iter': 130, 'avg_loss': 0.2548408370111774, 'avg_acc': 65.00477099236642, 'loss': 0.24463700815665235}
600
+ {'epoch': 'EP39_train', 'avg_loss': 0.25479591058390527, 'total_acc': 65.11419614867891, 'f1_scores': 0.7074971694010437}
601
+ {'epoch': 40, 'iter': 0, 'avg_loss': 0.2523547610183446, 'avg_acc': 56.25, 'loss': 0.2523547610183446}
602
+ {'epoch': 40, 'iter': 10, 'avg_loss': 0.2588388245498276, 'avg_acc': 57.38636363636363, 'loss': 0.262599171037339}
603
+ {'epoch': 40, 'iter': 20, 'avg_loss': 0.2512788444077668, 'avg_acc': 64.43452380952381, 'loss': 0.25951140763234953}
604
+ {'epoch': 40, 'iter': 30, 'avg_loss': 0.2515005892404029, 'avg_acc': 65.32258064516128, 'loss': 0.2601896048836352}
605
+ {'epoch': 40, 'iter': 40, 'avg_loss': 0.2552127854630851, 'avg_acc': 64.10060975609755, 'loss': 0.26245684238269207}
606
+ {'epoch': 40, 'iter': 50, 'avg_loss': 0.25362672718372337, 'avg_acc': 64.95098039215686, 'loss': 0.2674940393010599}
607
+ {'epoch': 40, 'iter': 60, 'avg_loss': 0.2550152489091022, 'avg_acc': 65.11270491803278, 'loss': 0.2368103753747164}
608
+ {'epoch': 40, 'iter': 70, 'avg_loss': 0.2549098861860805, 'avg_acc': 65.40492957746478, 'loss': 0.2596036693553612}
609
+ {'epoch': 40, 'iter': 80, 'avg_loss': 0.25561765450280904, 'avg_acc': 65.12345679012346, 'loss': 0.2723388660747657}
610
+ {'epoch': 40, 'iter': 90, 'avg_loss': 0.25535550362114945, 'avg_acc': 65.14423076923077, 'loss': 0.23288813510407635}
611
+ {'epoch': 40, 'iter': 100, 'avg_loss': 0.25459706985540204, 'avg_acc': 65.40841584158416, 'loss': 0.2514220331663637}
612
+ {'epoch': 40, 'iter': 110, 'avg_loss': 0.25492983248771844, 'avg_acc': 65.23085585585585, 'loss': 0.27981089129996556}
613
+ {'epoch': 40, 'iter': 120, 'avg_loss': 0.25553918736397685, 'avg_acc': 64.95351239669421, 'loss': 0.2770541316006399}
614
+ {'epoch': 40, 'iter': 130, 'avg_loss': 0.25493938075232275, 'avg_acc': 65.12404580152672, 'loss': 0.2406107781355006}
615
+ {'epoch': 'EP40_train', 'avg_loss': 0.2546186473588239, 'total_acc': 65.38289296909987, 'f1_scores': 0.7099134619068703}
616
+ {'epoch': 41, 'iter': 0, 'avg_loss': 0.2662331595103556, 'avg_acc': 56.25, 'loss': 0.2662331595103556}
617
+ {'epoch': 41, 'iter': 10, 'avg_loss': 0.26267756988962615, 'avg_acc': 59.65909090909091, 'loss': 0.2665449387787118}
618
+ {'epoch': 41, 'iter': 20, 'avg_loss': 0.25619980062965986, 'avg_acc': 63.83928571428571, 'loss': 0.27851851131288186}
619
+ {'epoch': 41, 'iter': 30, 'avg_loss': 0.25460411621566237, 'avg_acc': 64.41532258064517, 'loss': 0.2822378204299249}
620
+ {'epoch': 41, 'iter': 40, 'avg_loss': 0.2569706527233094, 'avg_acc': 64.2530487804878, 'loss': 0.251885353189469}
621
+ {'epoch': 41, 'iter': 50, 'avg_loss': 0.255232715952242, 'avg_acc': 65.19607843137256, 'loss': 0.25515238970657655}
622
+ {'epoch': 41, 'iter': 60, 'avg_loss': 0.25525553453817496, 'avg_acc': 65.1639344262295, 'loss': 0.25961147057426254}
623
+ {'epoch': 41, 'iter': 70, 'avg_loss': 0.2554952030175601, 'avg_acc': 65.625, 'loss': 0.24273649037104406}
624
+ {'epoch': 41, 'iter': 80, 'avg_loss': 0.2551922262986741, 'avg_acc': 65.27777777777779, 'loss': 0.26872593618099927}
625
+ {'epoch': 41, 'iter': 90, 'avg_loss': 0.2555140737952319, 'avg_acc': 65.24725274725274, 'loss': 0.25112739122125405}
626
+ {'epoch': 41, 'iter': 100, 'avg_loss': 0.25505191152004025, 'avg_acc': 65.37747524752476, 'loss': 0.25864676582204993}
627
+ {'epoch': 41, 'iter': 110, 'avg_loss': 0.2559990091447903, 'avg_acc': 65.03378378378379, 'loss': 0.2922087347865597}
628
+ {'epoch': 41, 'iter': 120, 'avg_loss': 0.25657510305495607, 'avg_acc': 64.95351239669421, 'loss': 0.26574836739861696}
629
+ {'epoch': 41, 'iter': 130, 'avg_loss': 0.2557996496185652, 'avg_acc': 65.12404580152672, 'loss': 0.2530992841396125}
630
+ {'epoch': 'EP41_train', 'avg_loss': 0.25546669520919796, 'total_acc': 65.13658755038065, 'f1_scores': 0.7093793873772777}
631
+ {'epoch': 42, 'iter': 0, 'avg_loss': 0.27610942421655893, 'avg_acc': 50.0, 'loss': 0.27610942421655893}
632
+ {'epoch': 42, 'iter': 10, 'avg_loss': 0.2591807299177472, 'avg_acc': 59.65909090909091, 'loss': 0.26152059172609043}
633
+ {'epoch': 42, 'iter': 20, 'avg_loss': 0.25025555993223253, 'avg_acc': 65.32738095238095, 'loss': 0.2545552260452106}
634
+ {'epoch': 42, 'iter': 30, 'avg_loss': 0.2508134692520615, 'avg_acc': 64.01209677419355, 'loss': 0.26728315076226344}
635
+ {'epoch': 42, 'iter': 40, 'avg_loss': 0.25300065638109054, 'avg_acc': 64.32926829268293, 'loss': 0.2500270282138704}
636
+ {'epoch': 42, 'iter': 50, 'avg_loss': 0.25247137412181125, 'avg_acc': 64.82843137254902, 'loss': 0.2824459030050223}
637
+ {'epoch': 42, 'iter': 60, 'avg_loss': 0.25398181572921263, 'avg_acc': 65.1639344262295, 'loss': 0.2432302198187374}
638
+ {'epoch': 42, 'iter': 70, 'avg_loss': 0.2544043462071819, 'avg_acc': 65.3169014084507, 'loss': 0.2856849983785748}
639
+ {'epoch': 42, 'iter': 80, 'avg_loss': 0.25546336540499565, 'avg_acc': 64.50617283950618, 'loss': 0.2834531464270315}
640
+ {'epoch': 42, 'iter': 90, 'avg_loss': 0.2554587304631362, 'avg_acc': 64.62912087912088, 'loss': 0.2513222159089829}
641
+ {'epoch': 42, 'iter': 100, 'avg_loss': 0.2551245158063329, 'avg_acc': 65.03712871287128, 'loss': 0.23612105370015762}
642
+ {'epoch': 42, 'iter': 110, 'avg_loss': 0.25646544029477825, 'avg_acc': 64.2454954954955, 'loss': 0.2954627805433379}
643
+ {'epoch': 42, 'iter': 120, 'avg_loss': 0.2570093544297032, 'avg_acc': 64.02376033057851, 'loss': 0.2609132140708295}
644
+ {'epoch': 42, 'iter': 130, 'avg_loss': 0.25645621088729087, 'avg_acc': 64.12213740458014, 'loss': 0.2531802755862762}
645
+ {'epoch': 'EP42_train', 'avg_loss': 0.2559037605102115, 'total_acc': 64.44245409762651, 'f1_scores': 0.7026200956154273}
646
+ {'epoch': 43, 'iter': 0, 'avg_loss': 0.26903179233126395, 'avg_acc': 53.125, 'loss': 0.26903179233126395}
647
+ {'epoch': 43, 'iter': 10, 'avg_loss': 0.2701840782296937, 'avg_acc': 58.23863636363637, 'loss': 0.2912261701796004}
648
+ {'epoch': 43, 'iter': 20, 'avg_loss': 0.25854557557658675, 'avg_acc': 64.13690476190477, 'loss': 0.2541642123969073}
649
+ {'epoch': 43, 'iter': 30, 'avg_loss': 0.25741193137790835, 'avg_acc': 63.20564516129033, 'loss': 0.27072486702705384}
650
+ {'epoch': 43, 'iter': 40, 'avg_loss': 0.2591206205563753, 'avg_acc': 63.41463414634146, 'loss': 0.24755160678114407}
651
+ {'epoch': 43, 'iter': 50, 'avg_loss': 0.25707528403256896, 'avg_acc': 63.90931372549019, 'loss': 0.2717791503234496}
652
+ {'epoch': 43, 'iter': 60, 'avg_loss': 0.25750758346361435, 'avg_acc': 64.60040983606558, 'loss': 0.2596912916473164}
653
+ {'epoch': 43, 'iter': 70, 'avg_loss': 0.2576069267267289, 'avg_acc': 64.70070422535211, 'loss': 0.2473092867715942}
654
+ {'epoch': 43, 'iter': 80, 'avg_loss': 0.2574408388193317, 'avg_acc': 64.15895061728395, 'loss': 0.26756092821044924}
655
+ {'epoch': 43, 'iter': 90, 'avg_loss': 0.25747426534911305, 'avg_acc': 64.01098901098901, 'loss': 0.2500250197075989}
656
+ {'epoch': 43, 'iter': 100, 'avg_loss': 0.2569194147722893, 'avg_acc': 64.41831683168317, 'loss': 0.2513836956326096}
657
+ {'epoch': 43, 'iter': 110, 'avg_loss': 0.25762836583529836, 'avg_acc': 64.2454954954955, 'loss': 0.264584571291201}
658
+ {'epoch': 43, 'iter': 120, 'avg_loss': 0.2577457950455175, 'avg_acc': 63.99793388429752, 'loss': 0.2804427257690106}
659
+ {'epoch': 43, 'iter': 130, 'avg_loss': 0.2572464011395542, 'avg_acc': 63.95515267175572, 'loss': 0.2481939988130242}
660
+ {'epoch': 'EP43_train', 'avg_loss': 0.2573855103803143, 'total_acc': 64.06180026869681, 'f1_scores': 0.6965966361750653}
661
+ {'epoch': 44, 'iter': 0, 'avg_loss': 0.24798071898274948, 'avg_acc': 56.25, 'loss': 0.24798071898274948}
662
+ {'epoch': 44, 'iter': 10, 'avg_loss': 0.2588348719595804, 'avg_acc': 59.94318181818182, 'loss': 0.2735100308234126}
663
+ {'epoch': 44, 'iter': 20, 'avg_loss': 0.25427454775161185, 'avg_acc': 63.83928571428571, 'loss': 0.2606368187912267}
664
+ {'epoch': 44, 'iter': 30, 'avg_loss': 0.25601457848522297, 'avg_acc': 63.91129032258065, 'loss': 0.2678361710937419}
665
+ {'epoch': 44, 'iter': 40, 'avg_loss': 0.25607300115265724, 'avg_acc': 64.78658536585365, 'loss': 0.24484980046242655}
666
+ {'epoch': 44, 'iter': 50, 'avg_loss': 0.25534654313126826, 'avg_acc': 65.625, 'loss': 0.27686826781369483}
667
+ {'epoch': 44, 'iter': 60, 'avg_loss': 0.2559547892539388, 'avg_acc': 65.67622950819673, 'loss': 0.24568760521352875}
668
+ {'epoch': 44, 'iter': 70, 'avg_loss': 0.2558482801620949, 'avg_acc': 66.06514084507043, 'loss': 0.24952518359912443}
669
+ {'epoch': 44, 'iter': 80, 'avg_loss': 0.25600551085838064, 'avg_acc': 65.58641975308642, 'loss': 0.28898678783723747}
670
+ {'epoch': 44, 'iter': 90, 'avg_loss': 0.2566123444728138, 'avg_acc': 65.38461538461539, 'loss': 0.25049627278554}
671
+ {'epoch': 44, 'iter': 100, 'avg_loss': 0.25563004643873605, 'avg_acc': 65.5940594059406, 'loss': 0.24413998400297843}
672
+ {'epoch': 44, 'iter': 110, 'avg_loss': 0.25570465013172516, 'avg_acc': 65.39977477477478, 'loss': 0.25608695613390503}
673
+ {'epoch': 44, 'iter': 120, 'avg_loss': 0.2557511959764309, 'avg_acc': 65.21177685950413, 'loss': 0.25639074856371735}
674
+ {'epoch': 44, 'iter': 130, 'avg_loss': 0.2555969136534862, 'avg_acc': 65.14790076335878, 'loss': 0.2442418262548967}
675
+ {'epoch': 'EP44_train', 'avg_loss': 0.25521112059894574, 'total_acc': 65.2037617554859, 'f1_scores': 0.7088930502380194}
676
+ {'epoch': 45, 'iter': 0, 'avg_loss': 0.2685155726954511, 'avg_acc': 59.375, 'loss': 0.2685155726954511}
677
+ {'epoch': 45, 'iter': 10, 'avg_loss': 0.26219423013152254, 'avg_acc': 60.51136363636363, 'loss': 0.2745021337592074}
678
+ {'epoch': 45, 'iter': 20, 'avg_loss': 0.252608585101305, 'avg_acc': 65.77380952380952, 'loss': 0.26919077798343743}
679
+ {'epoch': 45, 'iter': 30, 'avg_loss': 0.25138367510961884, 'avg_acc': 66.43145161290323, 'loss': 0.26315041444234205}
680
+ {'epoch': 45, 'iter': 40, 'avg_loss': 0.2542671015062334, 'avg_acc': 65.09146341463415, 'loss': 0.25620321662108836}
681
+ {'epoch': 45, 'iter': 50, 'avg_loss': 0.2541242369492276, 'avg_acc': 65.37990196078431, 'loss': 0.2818894945573496}
682
+ {'epoch': 45, 'iter': 60, 'avg_loss': 0.25435206910981883, 'avg_acc': 65.21516393442623, 'loss': 0.24997542866789704}
683
+ {'epoch': 45, 'iter': 70, 'avg_loss': 0.25394405884451754, 'avg_acc': 65.53697183098592, 'loss': 0.26142846423603516}
684
+ {'epoch': 45, 'iter': 80, 'avg_loss': 0.25390525526849833, 'avg_acc': 65.16203703703704, 'loss': 0.29579847469559334}
685
+ {'epoch': 45, 'iter': 90, 'avg_loss': 0.2535216387246231, 'avg_acc': 65.38461538461539, 'loss': 0.2537081867295845}
686
+ {'epoch': 45, 'iter': 100, 'avg_loss': 0.25274145586753044, 'avg_acc': 66.05816831683168, 'loss': 0.25114340275220975}
687
+ {'epoch': 45, 'iter': 110, 'avg_loss': 0.2536556957519055, 'avg_acc': 65.65315315315316, 'loss': 0.2735202738169359}
688
+ {'epoch': 45, 'iter': 120, 'avg_loss': 0.2537505169438311, 'avg_acc': 65.49586776859503, 'loss': 0.2690569542504428}
689
+ {'epoch': 45, 'iter': 130, 'avg_loss': 0.2531969029562607, 'avg_acc': 65.5057251908397, 'loss': 0.24729215925136874}
690
+ {'epoch': 'EP45_train', 'avg_loss': 0.25316056466580794, 'total_acc': 65.60680698611733, 'f1_scores': 0.7137805291215199}
691
+ {'epoch': 46, 'iter': 0, 'avg_loss': 0.26853775702573196, 'avg_acc': 50.0, 'loss': 0.26853775702573196}
692
+ {'epoch': 46, 'iter': 10, 'avg_loss': 0.26434300642514263, 'avg_acc': 59.375, 'loss': 0.25670976197670825}
693
+ {'epoch': 46, 'iter': 20, 'avg_loss': 0.25644804102916097, 'avg_acc': 62.94642857142857, 'loss': 0.28174159284058725}
694
+ {'epoch': 46, 'iter': 30, 'avg_loss': 0.255452359602997, 'avg_acc': 63.50806451612904, 'loss': 0.26212131640152486}
695
+ {'epoch': 46, 'iter': 40, 'avg_loss': 0.2582298264922253, 'avg_acc': 63.5670731707317, 'loss': 0.24770478391646325}
696
+ {'epoch': 46, 'iter': 50, 'avg_loss': 0.2556865991345855, 'avg_acc': 64.70588235294117, 'loss': 0.2797534694803809}
697
+ {'epoch': 46, 'iter': 60, 'avg_loss': 0.2558761754232454, 'avg_acc': 65.1639344262295, 'loss': 0.26204418541244323}
698
+ {'epoch': 46, 'iter': 70, 'avg_loss': 0.2560315141074228, 'avg_acc': 65.27288732394366, 'loss': 0.2700218722660403}
699
+ {'epoch': 46, 'iter': 80, 'avg_loss': 0.25603471153137214, 'avg_acc': 64.69907407407408, 'loss': 0.2689705673778267}
700
+ {'epoch': 46, 'iter': 90, 'avg_loss': 0.2555083389516735, 'avg_acc': 64.80082417582418, 'loss': 0.25024275013486524}
701
+ {'epoch': 46, 'iter': 100, 'avg_loss': 0.2542373030282688, 'avg_acc': 65.31559405940595, 'loss': 0.24666771226510978}
702
+ {'epoch': 46, 'iter': 110, 'avg_loss': 0.2547317278966256, 'avg_acc': 64.86486486486487, 'loss': 0.2690721134690323}
703
+ {'epoch': 46, 'iter': 120, 'avg_loss': 0.2546362495267442, 'avg_acc': 64.82438016528926, 'loss': 0.2576438806972549}
704
+ {'epoch': 46, 'iter': 130, 'avg_loss': 0.25416762659239933, 'avg_acc': 64.90935114503816, 'loss': 0.23189223699487876}
705
+ {'epoch': 'EP46_train', 'avg_loss': 0.25416653781374804, 'total_acc': 64.97984773846842, 'f1_scores': 0.7065763532035736}
706
+ {'epoch': 47, 'iter': 0, 'avg_loss': 0.28550587647857484, 'avg_acc': 46.875, 'loss': 0.28550587647857484}
707
+ {'epoch': 47, 'iter': 10, 'avg_loss': 0.2688014962939518, 'avg_acc': 57.10227272727273, 'loss': 0.28325396858105834}
708
+ {'epoch': 47, 'iter': 20, 'avg_loss': 0.2617184449325977, 'avg_acc': 62.94642857142857, 'loss': 0.24339197706861374}
709
+ {'epoch': 47, 'iter': 30, 'avg_loss': 0.26070029090314806, 'avg_acc': 63.70967741935484, 'loss': 0.26785656491951415}
710
+ {'epoch': 47, 'iter': 40, 'avg_loss': 0.26111084562686343, 'avg_acc': 63.5670731707317, 'loss': 0.2577490143547558}
711
+ {'epoch': 47, 'iter': 50, 'avg_loss': 0.2585218174824204, 'avg_acc': 64.7671568627451, 'loss': 0.2693079584413291}
712
+ {'epoch': 47, 'iter': 60, 'avg_loss': 0.2582766987382381, 'avg_acc': 64.75409836065575, 'loss': 0.2451644388445077}
713
+ {'epoch': 47, 'iter': 70, 'avg_loss': 0.2589634418753907, 'avg_acc': 64.4806338028169, 'loss': 0.27358948225714486}
714
+ {'epoch': 47, 'iter': 80, 'avg_loss': 0.25888782485743916, 'avg_acc': 63.927469135802475, 'loss': 0.28098091551165844}
715
+ {'epoch': 47, 'iter': 90, 'avg_loss': 0.25828921456386533, 'avg_acc': 64.28571428571429, 'loss': 0.25406066125411336}
716
+ {'epoch': 47, 'iter': 100, 'avg_loss': 0.2567344747463344, 'avg_acc': 64.63490099009901, 'loss': 0.23573089449043647}
717
+ {'epoch': 47, 'iter': 110, 'avg_loss': 0.25706236796370835, 'avg_acc': 64.61148648648648, 'loss': 0.25630185813533246}
718
+ {'epoch': 47, 'iter': 120, 'avg_loss': 0.25697925898376295, 'avg_acc': 64.35950413223141, 'loss': 0.26843686858982047}
719
+ {'epoch': 47, 'iter': 130, 'avg_loss': 0.2562024852934211, 'avg_acc': 64.55152671755725, 'loss': 0.2527759283079831}
720
+ {'epoch': 'EP47_train', 'avg_loss': 0.25590146280392023, 'total_acc': 64.59919390953874, 'f1_scores': 0.7039393304590343}
721
+ {'epoch': 48, 'iter': 0, 'avg_loss': 0.24453091682796313, 'avg_acc': 62.5, 'loss': 0.24453091682796313}
722
+ {'epoch': 48, 'iter': 10, 'avg_loss': 0.2627908235292757, 'avg_acc': 56.25, 'loss': 0.2840201039063166}
723
+ {'epoch': 48, 'iter': 20, 'avg_loss': 0.257890112021921, 'avg_acc': 62.05357142857143, 'loss': 0.24820736714004202}
724
+ {'epoch': 48, 'iter': 30, 'avg_loss': 0.2554685855481624, 'avg_acc': 63.40725806451613, 'loss': 0.25702094528203034}
725
+ {'epoch': 48, 'iter': 40, 'avg_loss': 0.25649005423506216, 'avg_acc': 63.41463414634146, 'loss': 0.26351296888154657}
726
+ {'epoch': 48, 'iter': 50, 'avg_loss': 0.25492705902891116, 'avg_acc': 64.82843137254902, 'loss': 0.27097848173863376}
727
+ {'epoch': 48, 'iter': 60, 'avg_loss': 0.25538709703437845, 'avg_acc': 65.3688524590164, 'loss': 0.2615682477817245}
728
+ {'epoch': 48, 'iter': 70, 'avg_loss': 0.2553091199012401, 'avg_acc': 65.84507042253522, 'loss': 0.26689586153361233}
729
+ {'epoch': 48, 'iter': 80, 'avg_loss': 0.25575314822283673, 'avg_acc': 65.16203703703704, 'loss': 0.26547072304125713}
730
+ {'epoch': 48, 'iter': 90, 'avg_loss': 0.2555433408340508, 'avg_acc': 65.31593406593407, 'loss': 0.25199917724760973}
731
+ {'epoch': 48, 'iter': 100, 'avg_loss': 0.2550191449547911, 'avg_acc': 65.5631188118812, 'loss': 0.24950294457195402}
732
+ {'epoch': 48, 'iter': 110, 'avg_loss': 0.2562756976108287, 'avg_acc': 64.97747747747748, 'loss': 0.28002765488125597}
733
+ {'epoch': 48, 'iter': 120, 'avg_loss': 0.2559788279036441, 'avg_acc': 64.79855371900827, 'loss': 0.26019884069757737}
734
+ {'epoch': 48, 'iter': 130, 'avg_loss': 0.2551499427841897, 'avg_acc': 64.71851145038168, 'loss': 0.25796053089166143}
735
+ {'epoch': 'EP48_train', 'avg_loss': 0.25514787143956585, 'total_acc': 64.73354231974922, 'f1_scores': 0.7053932044161604}
736
+ {'epoch': 49, 'iter': 0, 'avg_loss': 0.26146689387509725, 'avg_acc': 59.375, 'loss': 0.26146689387509725}
737
+ {'epoch': 49, 'iter': 10, 'avg_loss': 0.2627879748558161, 'avg_acc': 57.38636363636363, 'loss': 0.2592793877773017}
738
+ {'epoch': 49, 'iter': 20, 'avg_loss': 0.25699843986264026, 'avg_acc': 62.05357142857143, 'loss': 0.2692502045169281}
739
+ {'epoch': 49, 'iter': 30, 'avg_loss': 0.255309347613228, 'avg_acc': 63.81048387096774, 'loss': 0.26559859739011565}
740
+ {'epoch': 49, 'iter': 40, 'avg_loss': 0.25630332406326345, 'avg_acc': 63.795731707317074, 'loss': 0.25395158008242497}
741
+ {'epoch': 49, 'iter': 50, 'avg_loss': 0.25400415630233003, 'avg_acc': 64.95098039215686, 'loss': 0.28048136366685733}
742
+ {'epoch': 49, 'iter': 60, 'avg_loss': 0.2547521415876318, 'avg_acc': 65.1639344262295, 'loss': 0.26281585269611335}
743
+ {'epoch': 49, 'iter': 70, 'avg_loss': 0.25447468997615835, 'avg_acc': 65.40492957746478, 'loss': 0.25470254652392604}
744
+ {'epoch': 49, 'iter': 80, 'avg_loss': 0.2542821743107157, 'avg_acc': 65.12345679012346, 'loss': 0.2713595393111713}
745
+ {'epoch': 49, 'iter': 90, 'avg_loss': 0.25438506979288594, 'avg_acc': 64.8695054945055, 'loss': 0.2502603182607085}
746
+ {'epoch': 49, 'iter': 100, 'avg_loss': 0.25370313833307767, 'avg_acc': 65.43935643564357, 'loss': 0.24289341893836536}
747
+ {'epoch': 49, 'iter': 110, 'avg_loss': 0.25455236210161075, 'avg_acc': 65.17454954954955, 'loss': 0.2833165973078004}
748
+ {'epoch': 49, 'iter': 120, 'avg_loss': 0.25474323164914814, 'avg_acc': 65.03099173553719, 'loss': 0.2540902510149213}
749
+ {'epoch': 49, 'iter': 130, 'avg_loss': 0.2539096273964799, 'avg_acc': 65.12404580152672, 'loss': 0.241978186233512}
750
+ {'epoch': 'EP49_train', 'avg_loss': 0.25411040760438464, 'total_acc': 65.2037617554859, 'f1_scores': 0.7093165508873118}
751
+ {'epoch': 50, 'iter': 0, 'avg_loss': 0.25357886948818625, 'avg_acc': 56.25, 'loss': 0.25357886948818625}
752
+ {'epoch': 50, 'iter': 10, 'avg_loss': 0.25734674721852807, 'avg_acc': 59.65909090909091, 'loss': 0.2666268647100358}
753
+ {'epoch': 50, 'iter': 20, 'avg_loss': 0.25195384846907243, 'avg_acc': 64.73214285714286, 'loss': 0.24856656352985088}
754
+ {'epoch': 50, 'iter': 30, 'avg_loss': 0.25244706203317924, 'avg_acc': 64.01209677419355, 'loss': 0.2801218391805378}
755
+ {'epoch': 50, 'iter': 40, 'avg_loss': 0.2556856712574144, 'avg_acc': 63.1859756097561, 'loss': 0.25142174508781473}
756
+ {'epoch': 50, 'iter': 50, 'avg_loss': 0.25479154226005046, 'avg_acc': 63.970588235294116, 'loss': 0.27903038757085596}
757
+ {'epoch': 50, 'iter': 60, 'avg_loss': 0.2544753702112893, 'avg_acc': 64.54918032786885, 'loss': 0.23837697955903941}
758
+ {'epoch': 50, 'iter': 70, 'avg_loss': 0.25438916115203597, 'avg_acc': 64.92077464788733, 'loss': 0.27412755491444124}
759
+ {'epoch': 50, 'iter': 80, 'avg_loss': 0.25472891042754087, 'avg_acc': 64.62191358024691, 'loss': 0.29079259060876794}
760
+ {'epoch': 50, 'iter': 90, 'avg_loss': 0.2538143615086766, 'avg_acc': 65.07554945054946, 'loss': 0.23815215136437473}
761
+ {'epoch': 50, 'iter': 100, 'avg_loss': 0.25315350505101514, 'avg_acc': 65.31559405940595, 'loss': 0.22731604091214713}
762
+ {'epoch': 50, 'iter': 110, 'avg_loss': 0.25452083832013594, 'avg_acc': 64.83671171171171, 'loss': 0.30489431052959454}
763
+ {'epoch': 50, 'iter': 120, 'avg_loss': 0.2546595626914137, 'avg_acc': 64.79855371900827, 'loss': 0.27048816182390767}
764
+ {'epoch': 50, 'iter': 130, 'avg_loss': 0.2545763643663475, 'avg_acc': 64.71851145038168, 'loss': 0.22967153094587694}
765
+ {'epoch': 'EP50_train', 'avg_loss': 0.2549549640321041, 'total_acc': 64.73354231974922, 'f1_scores': 0.7061212143120472}
ratio_proportion_change3/logs/masked/log_train_FS_finetuned.txt ADDED
The diff for this file is too large to render. See raw diff
 
ratio_proportion_change3/logs/masked/log_train_IS_finetuned.txt ADDED
The diff for this file is too large to render. See raw diff
 
ratio_proportion_change3/logs/masked/log_train_pretrained.txt ADDED
The diff for this file is too large to render. See raw diff