-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtarot.js
485 lines (473 loc) · 167 KB
/
tarot.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
leftname = [
"AIR",
"MERCURY",
"MOON",
"VENUS",
"ARIES",
"TAURUS",
"GEMINI",
"CANCER",
"LEO",
"VIRGO",
"JUPITER",
"LIBRA",
"WATER",
"SCORPIO",
"SAGITTARIUS",
"CAPRICORN",
"MARS",
"AQUARIUS",
"PISCES",
"SUN",
"FIRE",
"SATURN",
"ACE",
"TWO",
"THREE",
"FOUR",
"FIVE",
"SIX",
"SEVEN",
"EIGHT",
"NINE",
"TEN",
"PAGE",
"KNIGHT",
"QUEEN",
"KING",
"ACE",
"TWO",
"THREE",
"FOUR",
"FIVE",
"SIX",
"SEVEN",
"EIGHT",
"NINE",
"TEN",
"PAGE",
"KNIGHT",
"QUEEN",
"KING",
"ACE",
"TWO",
"THREE",
"FOUR",
"FIVE",
"SIX",
"SEVEN",
"EIGHT",
"NINE",
"TEN",
"PAGE",
"KNIGHT",
"QUEEN",
"KING",
"ACE",
"TWO",
"THREE",
"FOUR",
"FIVE",
"SIX",
"SEVEN",
"EIGHT",
"NINE",
"TEN",
"PAGE",
"KNIGHT",
"QUEEN",
"KING"
];
rightname = [
"THE FOOL",
"THE MAGICIAN",
"THE HIGH PRIESTESS",
"THE EMPRESS",
"THE EMPEROR",
"THE HEIROPHANT",
"THE LOVERS",
"THE CHARIOT",
"STRENGTH",
"THE HERMIT",
"WHEEL OF FORTUNE",
"JUSTICE",
"THE HANGED MAN",
"DEATH",
"TEMPERANCE",
"THE DEVIL",
"THE TOWER",
"THE STAR",
"THE MOON",
"THE SUN",
"JUDGEMENT",
"THE WORLD",
"WANDS",
"WANDS",
"WANDS",
"WANDS",
"WANDS",
"WANDS",
"WANDS",
"WANDS",
"WANDS",
"WANDS",
"WANDS",
"WANDS",
"WANDS",
"WANDS",
"CUPS",
"CUPS",
"CUPS",
"CUPS",
"CUPS",
"CUPS",
"CUPS",
"CUPS",
"CUPS",
"CUPS",
"CUPS",
"CUPS",
"CUPS",
"CUPS",
"SWORDS",
"SWORDS",
"SWORDS",
"SWORDS",
"SWORDS",
"SWORDS",
"SWORDS",
"SWORDS",
"SWORDS",
"SWORDS",
"SWORDS",
"SWORDS",
"SWORDS",
"SWORDS",
"PENTACLES",
"PENTACLES",
"PENTACLES",
"PENTACLES",
"PENTACLES",
"PENTACLES",
"PENTACLES",
"PENTACLES",
"PENTACLES",
"PENTACLES",
"PENTACLES",
"PENTACLES",
"PENTACLES",
"PENTACLES"
];
//https://en.wikipedia.org/wiki/Tarot_card_reading:
cardlinks = [
"https://en.wikipedia.org/wiki/The_Fool_(Tarot_card)",
"https://en.wikipedia.org/wiki/The_Magician_(Tarot_card)",
"https://en.wikipedia.org/wiki/The_High_Priestess_(Tarot_card)",
"https://en.wikipedia.org/wiki/The_Empress_(Tarot_card)",
"https://en.wikipedia.org/wiki/The_Emperor_(Tarot_card)",
"https://en.wikipedia.org/wiki/The_Hierophant_(Tarot_card)",
"https://en.wikipedia.org/wiki/The_Lovers_(Tarot_card)",
"https://en.wikipedia.org/wiki/The_Chariot_(Tarot_card)",
"https://en.wikipedia.org/wiki/Strength_(Tarot_card)",
"https://en.wikipedia.org/wiki/The_Hermit_(Tarot_card)",
"https://en.wikipedia.org/wiki/Wheel_of_Fortune_(Tarot_card)",
"https://en.wikipedia.org/wiki/Justice_(Tarot_card)",
"https://en.wikipedia.org/wiki/The_Hanged_Man_(tarot_card)",
"https://en.wikipedia.org/wiki/Death_(Tarot_card)",
"https://en.wikipedia.org/wiki/Temperance_(Tarot_card)",
"https://en.wikipedia.org/wiki/The_Devil_(Tarot_card)",
"https://en.wikipedia.org/wiki/The_Tower_(Tarot_card)",
"https://en.wikipedia.org/wiki/The_Star_(Tarot_card)",
"https://en.wikipedia.org/wiki/The_Moon_(Tarot_card)",
"https://en.wikipedia.org/wiki/The_Sun_(Tarot_card)",
"https://en.wikipedia.org/wiki/Judgement_(Tarot_card)",
"https://en.wikipedia.org/wiki/The_World_(Tarot_card)",
"https://en.wikipedia.org/wiki/Ace_of_Wands_(Tarot_card)",
"https://en.wikipedia.org/wiki/Suit_of_wands",
"https://en.wikipedia.org/wiki/Three_of_Wands",
"https://en.wikipedia.org/wiki/Four_of_Wands",
"https://en.wikipedia.org/wiki/Five_of_Wands",
"https://en.wikipedia.org/wiki/Six_of_Wands",
"https://en.wikipedia.org/wiki/Seven_of_Wands",
"https://en.wikipedia.org/wiki/Eight_of_Wands",
"https://en.wikipedia.org/wiki/Nine_of_Wands",
"https://en.wikipedia.org/wiki/Ten_of_Wands",
"https://en.wikipedia.org/wiki/Page_of_Wands",
"https://en.wikipedia.org/wiki/Knight_of_Wands",
"https://en.wikipedia.org/wiki/Queen_of_Wands_(Tarot_card)",
"https://en.wikipedia.org/wiki/King_of_Wands",
"https://en.wikipedia.org/wiki/Ace_of_Cups",
"https://en.wikipedia.org/wiki/Two_of_Cups",
"https://en.wikipedia.org/wiki/Three_of_Cups",
"https://en.wikipedia.org/wiki/Four_of_Cups",
"https://en.wikipedia.org/wiki/Five_of_Cups",
"https://en.wikipedia.org/wiki/Six_of_Cups",
"https://en.wikipedia.org/wiki/Seven_of_Cups",
"https://en.wikipedia.org/wiki/Eight_of_Cups",
"https://en.wikipedia.org/wiki/Nine_of_Cups",
"https://en.wikipedia.org/wiki/Ten_of_Cups",
"https://en.wikipedia.org/wiki/Page_of_Cups",
"https://en.wikipedia.org/wiki/Knight_of_Cups",
"https://en.wikipedia.org/wiki/Queen_of_Cups",
"https://en.wikipedia.org/wiki/King_of_Cups",
"https://en.wikipedia.org/wiki/Ace_of_Swords",
"https://en.wikipedia.org/wiki/Two_of_Swords",
"https://en.wikipedia.org/wiki/Three_of_Swords",
"https://en.wikipedia.org/wiki/Four_of_Swords",
"https://en.wikipedia.org/wiki/Five_of_Swords",
"https://en.wikipedia.org/wiki/Six_of_Swords",
"https://en.wikipedia.org/wiki/Seven_of_Swords",
"https://en.wikipedia.org/wiki/Eight_of_Swords",
"https://en.wikipedia.org/wiki/Nine_of_Swords",
"https://en.wikipedia.org/wiki/Ten_of_Swords",
"https://en.wikipedia.org/wiki/Page_of_Swords",
"https://en.wikipedia.org/wiki/Knight_of_Swords",
"https://en.wikipedia.org/wiki/Queen_of_Swords",
"https://en.wikipedia.org/wiki/King_of_Swords",
"https://en.wikipedia.org/wiki/Ace_of_Coins",
"https://en.wikipedia.org/wiki/Two_of_Coins",
"https://en.wikipedia.org/wiki/Three_of_Coins",
"https://en.wikipedia.org/wiki/Four_of_Coins",
"https://en.wikipedia.org/wiki/Five_of_Coins",
"https://en.wikipedia.org/wiki/Six_of_Coins",
"https://en.wikipedia.org/wiki/Seven_of_Coins",
"https://en.wikipedia.org/wiki/Eight_of_Coins",
"https://en.wikipedia.org/wiki/Nine_of_Coins",
"https://en.wikipedia.org/wiki/Ten_of_Coins",
"https://en.wikipedia.org/wiki/Page_of_Coins",
"https://en.wikipedia.org/wiki/Knight_of_Coins",
"https://en.wikipedia.org/wiki/Queen_of_Coins",
"https://en.wikipedia.org/wiki/King_of_Coins"
];
cardimages = [
"https://upload.wikimedia.org/wikipedia/commons/thumb/9/90/RWS_Tarot_00_Fool.jpg/137px-RWS_Tarot_00_Fool.jpg",
"https://upload.wikimedia.org/wikipedia/commons/thumb/d/de/RWS_Tarot_01_Magician.jpg/136px-RWS_Tarot_01_Magician.jpg",
"https://upload.wikimedia.org/wikipedia/commons/thumb/8/88/RWS_Tarot_02_High_Priestess.jpg/138px-RWS_Tarot_02_High_Priestess.jpg",
"https://upload.wikimedia.org/wikipedia/commons/thumb/d/d2/RWS_Tarot_03_Empress.jpg/139px-RWS_Tarot_03_Empress.jpg",
"https://upload.wikimedia.org/wikipedia/commons/thumb/c/c3/RWS_Tarot_04_Emperor.jpg/140px-RWS_Tarot_04_Emperor.jpg",
"https://upload.wikimedia.org/wikipedia/commons/thumb/8/8d/RWS_Tarot_05_Hierophant.jpg/137px-RWS_Tarot_05_Hierophant.jpg",
"https://upload.wikimedia.org/wikipedia/commons/thumb/3/3a/TheLovers.jpg/139px-TheLovers.jpg",
"https://upload.wikimedia.org/wikipedia/commons/thumb/9/9b/RWS_Tarot_07_Chariot.jpg/136px-RWS_Tarot_07_Chariot.jpg",
"https://upload.wikimedia.org/wikipedia/commons/thumb/f/f5/RWS_Tarot_08_Strength.jpg/133px-RWS_Tarot_08_Strength.jpg",
"https://upload.wikimedia.org/wikipedia/commons/thumb/4/4d/RWS_Tarot_09_Hermit.jpg/137px-RWS_Tarot_09_Hermit.jpg",
"https://upload.wikimedia.org/wikipedia/commons/thumb/3/3c/RWS_Tarot_10_Wheel_of_Fortune.jpg/139px-RWS_Tarot_10_Wheel_of_Fortune.jpg",
"https://upload.wikimedia.org/wikipedia/commons/thumb/e/e0/RWS_Tarot_11_Justice.jpg/138px-RWS_Tarot_11_Justice.jpg",
"https://upload.wikimedia.org/wikipedia/commons/thumb/2/2b/RWS_Tarot_12_Hanged_Man.jpg/136px-RWS_Tarot_12_Hanged_Man.jpg",
"https://upload.wikimedia.org/wikipedia/commons/thumb/d/d7/RWS_Tarot_13_Death.jpg/136px-RWS_Tarot_13_Death.jpg",
"https://upload.wikimedia.org/wikipedia/commons/thumb/f/f8/RWS_Tarot_14_Temperance.jpg/138px-RWS_Tarot_14_Temperance.jpg",
"https://upload.wikimedia.org/wikipedia/commons/thumb/5/55/RWS_Tarot_15_Devil.jpg/137px-RWS_Tarot_15_Devil.jpg",
"https://upload.wikimedia.org/wikipedia/commons/thumb/5/53/RWS_Tarot_16_Tower.jpg/140px-RWS_Tarot_16_Tower.jpg",
"https://upload.wikimedia.org/wikipedia/commons/thumb/d/db/RWS_Tarot_17_Star.jpg/139px-RWS_Tarot_17_Star.jpg",
"https://upload.wikimedia.org/wikipedia/commons/thumb/7/7f/RWS_Tarot_18_Moon.jpg/136px-RWS_Tarot_18_Moon.jpg",
"https://upload.wikimedia.org/wikipedia/commons/thumb/1/17/RWS_Tarot_19_Sun.jpg/139px-RWS_Tarot_19_Sun.jpg",
"https://upload.wikimedia.org/wikipedia/commons/thumb/d/dd/RWS_Tarot_20_Judgement.jpg/139px-RWS_Tarot_20_Judgement.jpg",
"https://upload.wikimedia.org/wikipedia/commons/thumb/f/ff/RWS_Tarot_21_World.jpg/137px-RWS_Tarot_21_World.jpg",
"https://upload.wikimedia.org/wikipedia/commons/thumb/1/11/Wands01.jpg/137px-Wands01.jpg",
"https://upload.wikimedia.org/wikipedia/commons/thumb/0/0f/Wands02.jpg/138px-Wands02.jpg",
"https://upload.wikimedia.org/wikipedia/commons/thumb/f/ff/Wands03.jpg/136px-Wands03.jpg",
"https://upload.wikimedia.org/wikipedia/commons/thumb/a/a4/Wands04.jpg/136px-Wands04.jpg",
"https://upload.wikimedia.org/wikipedia/commons/thumb/9/9d/Wands05.jpg/137px-Wands05.jpg",
"https://upload.wikimedia.org/wikipedia/commons/thumb/3/3b/Wands06.jpg/138px-Wands06.jpg",
"https://upload.wikimedia.org/wikipedia/commons/thumb/e/e4/Wands07.jpg/136px-Wands07.jpg",
"https://upload.wikimedia.org/wikipedia/commons/thumb/6/6b/Wands08.jpg/136px-Wands08.jpg",
"https://upload.wikimedia.org/wikipedia/commons/thumb/4/4d/Tarot_Nine_of_Wands.jpg/138px-Tarot_Nine_of_Wands.jpg",
"https://upload.wikimedia.org/wikipedia/commons/thumb/0/0b/Wands10.jpg/139px-Wands10.jpg",
"https://upload.wikimedia.org/wikipedia/commons/thumb/6/6a/Wands11.jpg/136px-Wands11.jpg",
"https://upload.wikimedia.org/wikipedia/commons/thumb/1/16/Wands12.jpg/136px-Wands12.jpg",
"https://upload.wikimedia.org/wikipedia/commons/thumb/0/0d/Wands13.jpg/137px-Wands13.jpg",
"https://upload.wikimedia.org/wikipedia/commons/thumb/c/ce/Wands14.jpg/135px-Wands14.jpg",
"https://upload.wikimedia.org/wikipedia/commons/thumb/3/36/Cups01.jpg/134px-Cups01.jpg",
"https://upload.wikimedia.org/wikipedia/commons/thumb/f/f8/Cups02.jpg/135px-Cups02.jpg",
"https://upload.wikimedia.org/wikipedia/commons/thumb/7/7a/Cups03.jpg/136px-Cups03.jpg",
"https://upload.wikimedia.org/wikipedia/commons/thumb/3/35/Cups04.jpg/137px-Cups04.jpg",
"https://upload.wikimedia.org/wikipedia/commons/thumb/d/d7/Cups05.jpg/134px-Cups05.jpg",
"https://upload.wikimedia.org/wikipedia/commons/thumb/1/17/Cups06.jpg/135px-Cups06.jpg",
"https://upload.wikimedia.org/wikipedia/commons/thumb/a/ae/Cups07.jpg/137px-Cups07.jpg",
"https://upload.wikimedia.org/wikipedia/commons/thumb/6/60/Cups08.jpg/137px-Cups08.jpg",
"https://upload.wikimedia.org/wikipedia/commons/thumb/2/24/Cups09.jpg/136px-Cups09.jpg",
"https://upload.wikimedia.org/wikipedia/commons/thumb/8/84/Cups10.jpg/136px-Cups10.jpg",
"https://upload.wikimedia.org/wikipedia/commons/thumb/a/ad/Cups11.jpg/134px-Cups11.jpg",
"https://upload.wikimedia.org/wikipedia/commons/thumb/f/fa/Cups12.jpg/139px-Cups12.jpg",
"https://upload.wikimedia.org/wikipedia/commons/thumb/6/62/Cups13.jpg/139px-Cups13.jpg",
"https://upload.wikimedia.org/wikipedia/commons/thumb/0/04/Cups14.jpg/136px-Cups14.jpg",
"https://upload.wikimedia.org/wikipedia/commons/thumb/1/1a/Swords01.jpg/137px-Swords01.jpg",
"https://upload.wikimedia.org/wikipedia/commons/thumb/9/9e/Swords02.jpg/138px-Swords02.jpg",
"https://upload.wikimedia.org/wikipedia/commons/thumb/9/9e/Swords02.jpg/138px-Swords02.jpg",
"https://upload.wikimedia.org/wikipedia/commons/thumb/b/bf/Swords04.jpg/135px-Swords04.jpg",
"https://upload.wikimedia.org/wikipedia/commons/thumb/2/23/Swords05.jpg/136px-Swords05.jpg",
"https://upload.wikimedia.org/wikipedia/commons/thumb/2/29/Swords06.jpg/139px-Swords06.jpg",
"https://upload.wikimedia.org/wikipedia/commons/thumb/3/34/Swords07.jpg/138px-Swords07.jpg",
"https://upload.wikimedia.org/wikipedia/commons/thumb/a/a7/Swords08.jpg/139px-Swords08.jpg",
"https://upload.wikimedia.org/wikipedia/commons/thumb/2/2f/Swords09.jpg/138px-Swords09.jpg",
"https://upload.wikimedia.org/wikipedia/commons/thumb/d/d4/Swords10.jpg/139px-Swords10.jpg",
"https://upload.wikimedia.org/wikipedia/commons/thumb/4/4c/Swords11.jpg/137px-Swords11.jpg",
"https://upload.wikimedia.org/wikipedia/commons/thumb/b/b0/Swords12.jpg/137px-Swords12.jpg",
"https://upload.wikimedia.org/wikipedia/commons/thumb/d/d4/Swords13.jpg/134px-Swords13.jpg",
"https://upload.wikimedia.org/wikipedia/commons/thumb/3/33/Swords14.jpg/137px-Swords14.jpg",
"https://upload.wikimedia.org/wikipedia/commons/thumb/f/fd/Pents01.jpg/137px-Pents01.jpg",
"https://upload.wikimedia.org/wikipedia/commons/thumb/9/9f/Pents02.jpg/138px-Pents02.jpg",
"https://upload.wikimedia.org/wikipedia/commons/thumb/4/42/Pents03.jpg/137px-Pents03.jpg",
"https://upload.wikimedia.org/wikipedia/commons/thumb/3/35/Pents04.jpg/136px-Pents04.jpg",
"https://upload.wikimedia.org/wikipedia/commons/thumb/9/96/Pents05.jpg/137px-Pents05.jpg",
"https://upload.wikimedia.org/wikipedia/commons/thumb/a/a6/Pents06.jpg/138px-Pents06.jpg",
"https://upload.wikimedia.org/wikipedia/commons/thumb/6/6a/Pents07.jpg/136px-Pents07.jpg",
"https://upload.wikimedia.org/wikipedia/commons/thumb/4/49/Pents08.jpg/137px-Pents08.jpg",
"https://upload.wikimedia.org/wikipedia/commons/thumb/f/f0/Pents09.jpg/137px-Pents09.jpg",
"https://upload.wikimedia.org/wikipedia/commons/thumb/4/42/Pents10.jpg/139px-Pents10.jpg",
"https://upload.wikimedia.org/wikipedia/commons/thumb/e/ec/Pents11.jpg/137px-Pents11.jpg",
"https://upload.wikimedia.org/wikipedia/commons/thumb/d/d5/Pents12.jpg/136px-Pents12.jpg",
"https://upload.wikimedia.org/wikipedia/commons/thumb/8/88/Pents13.jpg/136px-Pents13.jpg",
"https://upload.wikimedia.org/wikipedia/commons/thumb/1/1c/Pents14.jpg/138px-Pents14.jpg"
];
hebrewname = [
"ALEPH",
"BET",
"GIMEL",
"DALET",
"HE",
"VAV",
"ZAYIN",
"HET",
"TET",
"YOD",
"KAF",
"LAMED",
"MEM",
"NUN",
"SAMEKH",
"AYIN",
"PE",
"TSADI",
"QOF",
"RESH",
"SHIN",
"TAV"
];
hebrewlinks = [
"https://en.wikipedia.org/wiki/Aleph",
"https://en.wikipedia.org/wiki/Bet_(letter)",
"https://en.wikipedia.org/wiki/Gimel",
"https://en.wikipedia.org/wiki/Dalet",
"https://en.wikipedia.org/wiki/He_(letter)",
"https://en.wikipedia.org/wiki/Waw_(letter)",
"https://en.wikipedia.org/wiki/Zayin",
"https://en.wikipedia.org/wiki/Heth",
"https://en.wikipedia.org/wiki/Teth",
"https://en.wikipedia.org/wiki/Yodh",
"https://en.wikipedia.org/wiki/Kaph",
"https://en.wikipedia.org/wiki/Lamedh",
"https://en.wikipedia.org/wiki/Mem",
"https://en.wikipedia.org/wiki/Nun_(letter)",
"https://en.wikipedia.org/wiki/Samekh",
"https://en.wikipedia.org/wiki/Ayin",
"https://en.wikipedia.org/wiki/Pe_(Semitic_letter)",
"https://en.wikipedia.org/wiki/Tsade",
"https://en.wikipedia.org/wiki/Qoph",
"https://en.wikipedia.org/wiki/Resh",
"https://en.wikipedia.org/wiki/Shin_(letter)",
"https://en.wikipedia.org/wiki/Taw"
];
hebrewicons = [
"0506,0506,0502,0504,0502,0504,0502,0502,0502,0505,0502,0505,0502,0505,0502,0505,0502,0501,0501,0501,0501,0501,0507,0501,0501,0507,0501,0501,0507,0501,0501,0507,0501,0507,0501,0501,0507,0501,0501,0507,0501,0501,0501,0501,0501,0506,0501,0505,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0507,0500,0504,0503,0504,0503,0500,0500,0500,0506,0500,0500,0500,0506,0500,0500,0500,0506,0500,0500,0500,0500,0500,0500,0500,0500,0500,0507,0500,0500,0507,0500,0507,0500,0507,0500,0507,0500,0507,0500,0503,0504,0503,0500,0500,0506,0500,0506,0500,0506,0500,0506,0500,0506,0500,0506,0500,0506,0500,0500,0506,0500,0500,0500,0506,0500,0500,0500,0507,0500,0500,0500,0507,0500,0507,0500,0507,0500,0505,0503,0501,0501,0501,0507,0501,0507,0501,0501,0507,0501,0507,0501,0507,0501,0507,0501,0507,0501,0507,0501,0507,0501,0507,0501,0507,0501,0501,0507,0501,0507,0501,0507,0501,0507,0501,0507,0501,0507,0501,0507,0501,0501,0503,0503,0500,0500,0500,0500,0507,0500,0500,0507,0500,0500,0507,0500,0500,0507,0500,0500,0502,0504,0502,0502,0504,0502,0502,0504,0502,0500,0500,0506,0500,0500,0500,0500,0507,0500,0500,0500,0507,0500,0505,0503,0505,0503,0505,0503,0503,0505,0503,0503,0503,0503,0505,0503,0503,0503,0505,0503,0505,0503,0501,0501,0501,0501,0501,0501,0502,0502,0502,0502,0505,0502,0505,0502,0505,0502,0501,0506,0501,0501,0506,0501,0501,0501,0506,0501,0501,0501,0501,0501,0501,0507,0501,0501,0507,0501,0501,0507,0501,0507,0501,0507,0501,0507,0501,0507,0501,0507,0501,0501,0507,0501,0507,0501,0501,0501,0507,0501,0501,0501,0501,0506,0501,0501,0501,0506,0501,0506,0501,0502,0504,0502,0500,0500,0506,0500,0500,0506,0500,0506,0500,0506,0500,0500,0506,0500,0506,0500,0506,0500,0506,0500,0500,0506,0500,0506,0500,0506,0500,0506,0500,0506,0500,0500,0506,0500,0506,0500,0506,0500,0506,0500,0506,0500,0507,0507,0504,",
"0507,0507,0507,0507,0507,0507,0507,0507,0507,0507,0507,0507,0507,0500,0500,0500,0500,0500,0500,0500,0500,0500,0506,0500,0500,0506,0500,0500,0506,0500,0506,0500,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0504,0502,0504,0502,0504,0502,0500,0500,0500,0500,0507,0500,0500,0507,0500,0507,0500,0505,0503,0501,0507,0501,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0505,0503,0503,0505,0503,0503,0505,0503,0505,0503,0501,0501,0501,0507,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0506,0501,0501,0506,0501,0501,0501,0501,0506,0501,0501,0503,0503,0503,0503,0503,0503,0503,0501,0501,0501,0506,0501,0501,0501,0506,0501,0501,0501,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0500,0500,0500,0507,0500,0500,0500,0507,0500,0500,0500,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0500,0500,0500,0500,0500,0500,0507,0500,0500,0500,0500,0500,0500,0500,0506,0506,0506,0506,0506,0506,0506,0506,0506,0506,0506,0506,0506,",
"0507,0507,0507,0507,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0506,0500,0500,0506,0500,0506,0500,0502,0502,0502,0502,0502,0504,0502,0502,0502,0504,0502,0502,0504,0502,0500,0500,0506,0500,0500,0500,0507,0500,0500,0500,0507,0500,0500,0507,0500,0505,0503,0505,0503,0505,0503,0505,0503,0503,0503,0503,0503,0503,0503,0505,0503,0503,0505,0503,0503,0505,0503,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0506,0501,0501,0501,0501,0501,0501,0501,0507,0501,0501,0501,0507,0501,0501,0507,0501,0501,0507,0501,0507,0501,0501,0507,0501,0501,0507,0501,0501,0507,0501,0501,0501,0501,0501,0501,0501,0501,0501,0506,0501,0505,0502,0504,0502,0500,0500,0506,0500,0500,0506,0500,0500,0500,0506,0500,0500,0506,0500,0500,0506,0500,0500,0506,0500,0500,0505,0502,0501,0506,0501,0501,0501,0506,0501,0501,0501,0506,0501,0506,0501,0501,0506,0501,0501,0506,0501,0501,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0500,0500,0500,0507,0500,0500,0500,0500,0500,0503,0503,0503,0503,0503,0503,0504,0503,0503,0503,0504,0503,0504,0503,0503,0504,0503,0504,0503,0500,0500,0507,0500,0500,0507,0500,0500,0500,0500,0500,0500,0506,0506,0506,0506,",
"0507,0507,0507,0507,0507,0507,0507,0507,0500,0500,0500,0500,0507,0500,0500,0500,0507,0500,0500,0507,0500,0507,0500,0507,0500,0507,0500,0507,0500,0500,0500,0500,0500,0500,0506,0500,0506,0500,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0504,0502,0504,0502,0504,0502,0502,0505,0502,0501,0501,0506,0501,0501,0501,0501,0501,0501,0507,0501,0507,0501,0507,0501,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0505,0502,0505,0502,0505,0502,0505,0502,0505,0502,0501,0506,0501,0501,0501,0506,0501,0501,0501,0506,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0507,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0506,0501,0501,0506,0501,0503,0503,0503,0504,0503,0504,0503,0504,0503,0504,0503,0500,0500,0500,0500,0500,0500,0500,0506,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0506,0506,0506,0506,0506,0506,0506,0506,",
"0505,0505,0505,0506,0506,0506,0506,0506,0506,0502,0502,0502,0502,0502,0505,0502,0505,0502,0505,0502,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0506,0501,0507,0501,0503,0503,0503,0504,0503,0504,0503,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0507,0500,0507,0500,0507,0507,0507,0507,0507,0507,0507,0507,0507,0507,0507,0507,0507,0507,0507,0507,0507,0507,0507,0507,0507,0500,0500,0500,0500,0500,0500,0506,0500,0500,0500,0500,0500,0507,0500,0500,0507,0500,0507,0500,0500,0507,0500,0500,0500,0500,0500,0500,0500,0506,0500,0506,0500,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0504,0502,0504,0502,0500,0502,0505,0502,0501,0501,0506,0501,0501,0501,0501,0501,0501,0507,0501,0507,0501,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0501,0506,0501,0506,0501,0501,0506,0501,0501,0506,0501,0501,0501,0501,0501,0506,0501,0501,0501,0501,0501,0501,0501,0507,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0506,0501,0501,0501,0503,0504,0503,0503,0504,0503,0504,0503,0500,0500,0507,0500,0500,0500,0500,0500,0500,0506,0500,0500,0500,0500,0506,0500,0500,0500,0504,0504,0504,0504,0506,0506,0506,0506,0506,0506,0506,0506,0506,0506,0506,0506,0506,0506,",
"0507,0507,0507,0507,0500,0500,0500,0506,0500,0500,0506,0500,0502,0502,0502,0504,0502,0502,0502,0504,0502,0502,0502,0502,0504,0502,0504,0502,0500,0506,0500,0500,0506,0500,0500,0500,0500,0500,0500,0500,0500,0507,0500,0500,0500,0507,0500,0507,0500,0507,0500,0501,0507,0501,0507,0501,0503,0503,0503,0505,0503,0503,0503,0503,0503,0503,0505,0503,0503,0503,0505,0503,0505,0503,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0506,0501,0505,0502,0505,0502,0502,0504,0502,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0507,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0506,0506,0506,0506,",
"0506,0506,0500,0500,0500,0500,0500,0507,0500,0500,0500,0507,0500,0500,0500,0507,0500,0500,0502,0502,0502,0502,0504,0502,0502,0504,0502,0502,0504,0502,0500,0500,0500,0500,0500,0500,0507,0500,0500,0507,0500,0503,0505,0503,0505,0503,0505,0503,0503,0503,0503,0503,0503,0503,0503,0505,0503,0503,0503,0505,0503,0505,0503,0501,0501,0501,0501,0506,0501,0506,0501,0502,0502,0502,0502,0502,0502,0501,0501,0501,0501,0506,0501,0501,0501,0501,0501,0501,0501,0501,0507,0501,0501,0501,0501,0501,0501,0507,0501,0501,0501,0501,0507,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0506,0501,0501,0506,0501,0506,0501,0506,0501,0502,0502,0506,0500,0507,0500,0507,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0506,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0507,0507,",
"0506,0506,0506,0506,0506,0506,0506,0506,0506,0506,0500,0500,0500,0500,0500,0500,0500,0507,0500,0500,0507,0500,0507,0500,0507,0500,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0501,0506,0501,0506,0501,0506,0501,0501,0506,0501,0501,0501,0501,0501,0501,0506,0501,0501,0501,0501,0501,0501,0501,0501,0501,0507,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0506,0501,0506,0501,0507,0501,0503,0503,0504,0503,0504,0503,0504,0503,0500,0500,0500,0507,0500,0500,0500,0500,0500,0506,0500,0500,0500,0506,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0506,0500,0500,0500,0500,0507,0500,0500,0500,0507,0500,0507,0500,0500,0500,0500,0507,0500,0500,0500,0500,0500,0506,0500,0506,0500,0506,0500,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0504,0502,0504,0502,0504,0502,0502,0501,0501,0506,0501,0501,0501,0506,0501,0501,0501,0507,0501,0501,0507,0501,0507,0501,0503,0503,0503,0503,0503,0505,0502,0505,0502,0505,0502,0505,0502,0501,0506,0501,0501,0501,0506,0501,0501,0501,0501,0501,0506,0501,0501,0501,0507,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0506,0501,0501,0507,0501,0503,0504,0503,0504,0503,0504,0503,0507,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0506,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0507,0507,0507,0507,0507,0507,0507,0507,0507,0507,",
"0506,0506,0506,0506,0506,0506,0506,0506,0506,0506,0506,0506,0500,0500,0500,0500,0500,0500,0507,0500,0500,0500,0507,0500,0500,0500,0502,0502,0504,0502,0502,0504,0502,0504,0502,0500,0500,0507,0500,0500,0500,0500,0507,0500,0500,0500,0507,0501,0507,0501,0507,0501,0503,0503,0503,0503,0505,0503,0503,0505,0503,0501,0501,0501,0501,0501,0501,0506,0501,0502,0502,0502,0502,0501,0501,0506,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0507,0501,0501,0501,0501,0501,0507,0501,0501,0501,0501,0507,0501,0501,0507,0501,0501,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0504,0503,0500,0500,0500,0507,0500,0500,0500,0507,0500,0500,0500,0500,0500,0500,0500,0507,0500,0500,0500,0500,0500,0500,0506,0500,0500,0500,0500,0506,0500,0506,0500,0502,0504,0502,0502,0502,0502,0502,0502,0505,0502,0502,0505,0502,0505,0502,0505,0502,0501,0501,0506,0501,0501,0504,0500,0500,0500,0507,0500,0500,0500,0507,0500,0500,0507,0500,0500,0507,0500,0500,0507,0500,0507,0500,0507,0500,0503,0504,0503,0503,0503,0503,0505,0503,0503,0505,0503,0501,0507,0501,0501,0507,0501,0501,0501,0501,0501,0507,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0506,0501,0501,0501,0501,0506,0501,0501,0501,0501,0501,0501,0506,0501,0501,0501,0506,0501,0501,0501,0506,0501,0501,0501,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0500,0500,0500,0500,0500,0500,0506,0500,0500,0500,0500,0500,0500,0506,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0507,0507,0507,0507,0507,0507,0507,0507,0507,0507,0507,0507,",
"0504,0504,0504,0507,0504,0507,0504,0500,0507,0500,0507,0500,0500,0507,0500,0500,0500,0500,0500,0500,0506,0500,0500,0506,0500,0502,0502,0502,0502,0502,0504,0502,0502,0504,0502,0504,0502,0500,0500,0500,0500,0500,0507,0500,0500,0507,0500,0501,0507,0501,0507,0501,0507,0501,0503,0503,0503,0503,0503,0503,0505,0503,0505,0503,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0506,0501,0506,0501,0501,0506,0501,0506,0501,0505,0505,0505,0505,0505,0506,0506,0506,",
"0507,0507,0507,0507,0507,0507,0507,0507,0507,0507,0507,0507,0507,0500,0500,0500,0500,0500,0500,0500,0500,0506,0500,0500,0506,0500,0506,0500,0506,0500,0506,0500,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0504,0502,0504,0502,0504,0502,0500,0500,0500,0500,0500,0507,0500,0500,0507,0500,0503,0505,0503,0505,0503,0505,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0505,0503,0503,0505,0503,0505,0503,0505,0503,0505,0503,0501,0507,0501,0501,0501,0507,0501,0501,0501,0501,0507,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0506,0501,0501,0501,0501,0501,0501,0501,0506,0501,0501,0506,0501,0506,0501,0506,0501,0506,0501,0502,0505,0502,0502,0502,0505,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0500,0507,0500,0500,0500,0500,0507,0500,0500,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0504,0503,0503,0504,0503,0504,0503,0504,0503,0500,0507,0500,0500,0500,0500,0500,0500,0506,0506,0506,0506,0506,0506,0506,0506,0506,0506,0506,0506,0506,",
"0504,0504,0504,0504,0502,0502,0502,0502,0502,0502,0502,0504,0502,0504,0502,0500,0500,0500,0500,0500,0500,0500,0507,0500,0500,0500,0507,0500,0500,0507,0500,0500,0500,0506,0500,0502,0504,0502,0502,0504,0502,0500,0500,0500,0507,0500,0507,0501,0503,0505,0503,0503,0505,0503,0501,0501,0501,0501,0501,0501,0501,0506,0501,0501,0506,0501,0501,0501,0507,0501,0507,0501,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0505,0503,0505,0503,0505,0503,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0506,0501,0506,0501,0506,0501,0506,0501,0506,0501,0506,0501,0506,0501,0506,0501,0506,0501,0506,0501,0501,0501,0501,0506,0501,0501,0501,0501,0501,0501,0502,0502,0504,0502,0500,0500,0500,0500,0500,0507,0500,0500,0507,0500,0507,0500,0507,0500,0507,0500,0507,0500,0507,0500,0507,0500,0507,0500,0507,0500,0507,0500,0507,0500,0500,0500,0500,0500,0500,0500,0500,0500,0506,0500,0506,0500,0506,0500,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0505,0505,0505,0505,",
"0506,0506,0506,0506,0506,0506,0506,0506,0506,0506,0506,0507,0500,0500,0507,0500,0500,0507,0500,0500,0507,0500,0507,0500,0507,0500,0500,0500,0506,0500,0502,0502,0502,0502,0502,0504,0502,0502,0504,0502,0504,0502,0500,0500,0500,0500,0500,0500,0507,0500,0500,0500,0507,0500,0507,0501,0501,0507,0501,0503,0505,0503,0503,0503,0503,0503,0503,0505,0503,0501,0501,0501,0501,0501,0501,0501,0507,0501,0503,0504,0503,0504,0503,0504,0503,0504,0503,0504,0503,0504,0503,0500,0507,0500,0500,0500,0500,0503,0503,0505,0503,0505,0503,0503,0505,0503,0505,0503,0505,0503,0505,0503,0501,0507,0501,0501,0507,0501,0501,0507,0501,0501,0501,0501,0507,0501,0501,0501,0501,0501,0507,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0506,0501,0501,0501,0501,0506,0501,0501,0501,0501,0501,0506,0501,0501,0501,0501,0506,0501,0501,0501,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0500,0500,0500,0507,0500,0500,0500,0507,0500,0500,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0500,0500,0500,0500,0500,0500,0507,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0506,0500,0500,0500,0500,0506,0500,0500,0506,0500,0500,0506,0500,0506,0500,0506,0500,0502,0502,0502,0502,0502,0502,0502,0505,0502,0502,0505,0502,0502,0505,0502,0502,0505,0502,0501,0506,0501,0506,0501,0506,0501,0501,0506,0501,0506,0501,0501,0506,0501,0506,0501,0501,0501,0501,0501,0501,0506,0501,0501,0501,0501,0501,0501,0501,0506,0501,0501,0501,0501,0501,0501,0501,0501,0501,0502,0502,0502,0500,0500,0500,0500,0500,0500,0500,0500,0500,0507,0500,0500,0500,0500,0500,0500,0507,0500,0500,0500,0507,0500,0500,0500,0507,0500,0500,0507,0507,0507,0507,0507,0507,0507,0507,0507,0507,0507,",
"0507,0507,0507,0507,0500,0500,0500,0500,0500,0500,0500,0507,0500,0500,0500,0500,0500,0506,0500,0502,0502,0502,0504,0502,0502,0502,0502,0502,0502,0504,0502,0504,0502,0500,0506,0500,0500,0500,0500,0507,0500,0500,0507,0500,0500,0503,0505,0503,0505,0503,0505,0503,0503,0503,0503,0503,0503,0503,0505,0503,0503,0505,0503,0501,0501,0507,0501,0501,0501,0501,0501,0506,0501,0501,0501,0501,0501,0501,0506,0501,0501,0501,0501,0501,0501,0501,0501,0501,0507,0501,0501,0501,0501,0501,0501,0507,0501,0501,0501,0501,0501,0507,0501,0501,0501,0501,0501,0501,0501,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0500,0500,0500,0507,0500,0500,0500,0500,0500,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0500,0500,0500,0500,0506,0500,0500,0500,0500,0500,0500,0500,0500,0506,0506,0506,0506,",
"0506,0506,0506,0506,0506,0506,0506,0506,0506,0506,0506,0506,0506,0500,0500,0500,0500,0507,0500,0500,0500,0507,0500,0500,0507,0500,0507,0500,0504,0502,0502,0504,0502,0504,0502,0504,0502,0500,0500,0500,0507,0500,0500,0500,0507,0500,0500,0503,0505,0503,0505,0503,0505,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0505,0503,0503,0505,0503,0503,0505,0503,0505,0503,0501,0507,0501,0501,0507,0501,0501,0501,0507,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0506,0501,0501,0506,0501,0501,0501,0506,0501,0501,0506,0501,0506,0501,0506,0501,0502,0502,0505,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0504,0502,0502,0504,0502,0502,0504,0502,0504,0502,0504,0502,0500,0506,0500,0500,0506,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0507,0507,0500,0500,0500,0507,0500,0500,0500,0500,0507,0500,0500,0507,0500,0507,0500,0507,0500,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0505,0503,0503,0505,0503,0503,0505,0503,0501,0507,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0506,0501,0501,0506,0501,0501,0506,0501,0502,0505,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0504,0502,0502,0504,0502,0504,0502,0504,0502,0504,0502,0500,0500,0506,0500,0500,0500,0500,0500,0507,0507,0507,0507,0507,0507,0507,0507,0507,0507,0507,",
"0506,0500,0500,0506,0500,0502,0504,0502,0504,0502,0504,0502,0500,0500,0500,0500,0500,0500,0503,0503,0504,0503,0504,0503,0500,0500,0500,0500,0506,0500,0506,0500,0502,0502,0502,0502,0502,0504,0502,0504,0502,0504,0502,0501,0506,0501,0501,0501,0501,0501,0501,0501,0507,0501,0507,0501,0503,0503,0505,0503,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0507,0501,0501,0507,0501,0503,0505,0503,0505,0503,0501,0501,0501,0507,0501,0501,0501,0501,0501,0501,0502,0502,0502,0502,0502,0502,0502,0505,0502,0502,0502,0501,0501,0506,0501,0501,0501,0506,0501,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0504,0503,0503,0503,0503,0503,0503,0504,0503,0503,0503,0504,0503,0504,0503,0504,0503,0504,0503,0500,0500,0500,0500,0500,0500,0507,0500,0500,0500,0500,0500,0500,0500,0507,0500,0500,0507,0500,0500,0500,0507,0500,0500,0500,0507,0500,0500,0507,0500,0500,0500,0507,0500,0500,0500,0500,0500,0506,0500,0506,0500,0502,0502,0502,0502,0502,0504,0502,0504,0502,0504,0502,0505,0502,0501,0501,0506,0501,0501,0501,0501,0507,0501,0507,0501,0507,0501,0503,0503,0505,0503,0503,0505,0503,0501,0501,0506,0501,0501,0501,0506,0501,0501,0506,0501,0501,0501,0506,0501,0501,0506,0501,0501,0501,0506,0501,0501,0501,0501,0506,0501,0506,0501,0506,0501,0502,0502,0502,0502,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0507,",
"0506,0506,0500,0500,0500,0506,0500,0506,0500,0502,0502,0502,0504,0502,0504,0502,0500,0500,0507,0500,0507,0500,0507,0500,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0505,0503,0503,0505,0503,0505,0503,0501,0507,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0506,0501,0501,0501,0506,0501,0506,0501,0506,0501,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0501,0501,0501,0506,0501,0501,0501,0501,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0504,0503,0503,0503,0504,0503,0503,0504,0503,0504,0503,0504,0503,0500,0507,0500,0500,0507,0500,0500,0500,0500,0500,0507,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0506,0500,0500,0500,0500,0506,0500,0500,0500,0506,0500,0506,0500,0500,0506,0500,0502,0504,0502,0502,0504,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0504,0502,0504,0502,0504,0502,0505,0502,0501,0506,0501,0501,0501,0501,0501,0501,0507,0501,0507,0501,0507,0501,0505,0502,0505,0502,0505,0502,0501,0501,0506,0501,0501,0501,0501,0501,0501,0501,0501,0507,0501,0503,0504,0503,0503,0503,0503,0503,0503,0503,0504,0503,0507,0507,",
"0504,0502,0504,0502,0504,0502,0504,0502,0500,0500,0500,0500,0500,0500,0500,0500,0507,0500,0500,0500,0500,0506,0500,0500,0504,0502,0504,0502,0502,0502,0502,0502,0502,0504,0502,0504,0502,0504,0502,0501,0501,0506,0501,0501,0501,0501,0501,0501,0501,0507,0501,0507,0501,0507,0501,0503,0503,0503,0503,0505,0503,0505,0503,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0507,0501,0507,0501,0507,0501,0507,0501,0503,0505,0503,0503,0505,0503,0505,0503,0505,0503,0503,0505,0503,0505,0503,0505,0503,0505,0503,0505,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0501,0501,0501,0501,0506,0501,0501,0501,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0507,0500,0500,0500,0500,0500,0507,0500,0500,0500,0500,0504,0502,0504,0502,0504,0502,0504,0502,0502,0504,0502,0504,0502,0504,0502,0504,0502,0504,0502,0500,0500,0500,0500,0507,0500,0500,0507,0500,0500,0507,0500,0500,0507,0500,0500,0507,0500,0507,0500,0503,0503,0503,0504,0503,0504,0503,0500,0500,0500,0500,0500,0506,0500,0504,0502,0502,0502,0502,0502,0502,0502,0504,0502,0504,0502,0500,0506,0501,0506,0501,0501,0501,0501,0501,0501,0501,0501,0507,0501,0507,0501,0507,0501,0503,0501,0505,0502,0501,0506,0501,0506,0501,0501,0506,0501,0501,0506,0501,0501,0501,0505,0502,0502,0504,0502,",
"0506,0506,0506,0506,0506,0506,0500,0500,0500,0500,0500,0500,0500,0500,0500,0505,0502,0505,0502,0505,0502,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0507,0500,0507,0500,0507,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0507,0507,0507,0507,0507,0507,0507,0507,0507,0507,0507,0507,0507,0503,0504,0503,0503,0504,0503,0504,0503,0504,0503,0504,0503,0500,0500,0500,0500,0500,0500,0500,0500,0506,0500,0506,0500,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0504,0502,0504,0502,0504,0502,0500,0500,0500,0500,0507,0500,0500,0507,0500,0507,0501,0507,0501,0507,0501,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0505,0503,0503,0505,0503,0505,0503,0501,0501,0507,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0506,0501,0501,0506,0501,0506,0501,0502,0505,0502,0502,0505,0502,0505,0502,0502,0505,0502,0505,0502,0502,0505,0502,0505,0502,0501,0501,0501,0501,0501,0501,0501,0505,0502,0502,0502,0504,0502,0500,0500,0500,0500,0500,0507,0500,0500,0507,0500,0507,0500,0507,0500,0507,0500,0503,0504,0503,0503,0504,0506,0506,0506,0506,0506,0506,0506,",
"0507,0507,0507,0507,0507,0507,0507,0507,0507,0507,0507,0507,0507,0507,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0506,0500,0500,0506,0500,0506,0500,0504,0502,0502,0504,0502,0502,0502,0504,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0504,0502,0504,0502,0504,0502,0505,0502,0501,0506,0501,0501,0501,0501,0501,0501,0501,0507,0501,0507,0501,0507,0501,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0505,0503,0503,0505,0503,0503,0505,0503,0501,0507,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0507,0500,0507,0500,0507,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0506,0506,0506,0506,0506,0506,0506,0506,0506,0506,0506,0506,0506,0506,",
"0504,0504,0504,0500,0500,0507,0500,0500,0500,0500,0500,0506,0500,0502,0504,0502,0504,0502,0504,0502,0500,0500,0507,0500,0500,0500,0507,0500,0500,0503,0505,0503,0505,0503,0503,0503,0503,0505,0503,0503,0505,0503,0505,0503,0501,0501,0501,0501,0501,0506,0501,0502,0502,0502,0502,0501,0501,0501,0501,0501,0506,0501,0501,0506,0501,0501,0501,0506,0501,0501,0501,0506,0501,0501,0501,0506,0501,0501,0501,0506,0501,0501,0506,0501,0501,0506,0501,0501,0501,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0500,0500,0507,0500,0500,0507,0500,0500,0507,0500,0500,0507,0500,0507,0500,0507,0500,0500,0507,0500,0500,0507,0500,0507,0500,0507,0500,0500,0507,0500,0507,0500,0500,0500,0500,0500,0506,0500,0506,0500,0502,0504,0502,0502,0504,0502,0500,0506,0500,0500,0500,0507,0500,0500,0500,0507,0500,0500,0507,0500,0505,0503,0505,0503,0505,0503,0503,0505,0503,0503,0503,0505,0503,0505,0503,0501,0501,0501,0501,0501,0506,0501,0501,0501,0506,0501,0501,0506,0501,0501,0506,0501,0506,0501,0506,0501,0501,0501,0506,0501,0506,0501,0501,0506,0501,0501,0501,0506,0501,0501,0506,0501,0501,0506,0501,0501,0501,0506,0501,0501,0501,0501,0501,0506,0501,0501,0501,0501,0501,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0500,0500,0506,0500,0500,0500,0500,0506,0500,0500,0500,0500,0506,0500,0500,0500,0500,0506,0500,0500,0500,0500,0500,0506,0500,0500,0500,0500,0500,0500,0500,0500,0507,0500,0500,0500,0507,0500,0500,0500,0500,0502,0504,0502,0502,0504,0502,0504,0502,0504,0502,0500,0500,0507,0500,0500,0500,0507,0500,0500,0507,0500,0505,0503,0505,0503,0505,0503,0503,0503,0505,0503,0503,0505,0503,0505,0503,0501,0501,0501,0501,0501,0506,0501,0502,0502,0502,0502,0501,0501,0501,0501,0501,0501,0501,0506,0501,0501,0501,0501,0501,0501,0501,0507,0501,0501,0501,0507,0501,0501,0501,0507,0501,0501,0507,0501,0501,0507,0501,0501,0503,0503,0500,0500,0507,0500,0500,0507,0500,0500,0507,0500,0500,0507,0500,0500,0507,0500,0500,0500,0507,0500,0500,0507,0500,0500,0500,0507,0500,0505,0505,0505,",
"0507,0507,0507,0507,0507,0507,0507,0507,0507,0507,0507,0507,0507,0507,0507,0507,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0506,0500,0500,0500,0500,0500,0500,0506,0500,0500,0506,0500,0502,0502,0504,0502,0502,0502,0504,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0504,0502,0504,0502,0504,0502,0505,0502,0501,0506,0501,0501,0501,0501,0501,0501,0507,0501,0507,0501,0507,0501,0503,0503,0503,0503,0501,0506,0501,0501,0506,0501,0506,0501,0501,0506,0501,0501,0501,0501,0501,0506,0501,0501,0501,0501,0501,0501,0501,0507,0501,0501,0501,0501,0501,0501,0502,0502,0502,0502,0502,0502,0501,0501,0501,0506,0501,0501,0501,0501,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0500,0500,0500,0500,0500,0500,0506,0500,0500,0500,0500,0500,0500,0500,0506,0500,0500,0500,0500,0500,0500,0500,0500,0507,0500,0500,0507,0500,0500,0500,0507,0500,0500,0507,0500,0500,0500,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0505,0503,0503,0505,0503,0505,0503,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0503,0503,0504,0503,0504,0503,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0506,0506,0506,0506,0506,0506,0506,0506,0506,0506,0506,0506,0506,0506,0506,0506,"
];
deck = [
"0504,0504,0504,0502,0502,0502,0502,0502,0501,0506,0501,0501,0506,0501,0501,0506,0501,0501,0506,0501,0501,0506,0501,0501,0506,0501,0501,0506,0501,0501,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0500,0506,0500,0500,0506,0500,0500,0506,0500,0500,0506,0500,0500,0506,0500,0500,0506,0500,0500,0506,0500,0500,0502,0502,0502,0502,0502,0502,0502,0504,0504,0502,0502,0502,0502,0500,0507,0500,0500,0507,0500,0500,0507,0500,0500,0507,0500,0500,0503,0501,0507,0501,0501,0507,0501,0501,0507,0501,0501,0507,0501,0501,0502,0502,0502,0502,0502,0506,0506,0506,0506,0506,0506,0506,0506,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0501,0501,0503,0503,0503,0503,0503,0503,0503,0503,0503,0501,0506,0501,0501,0506,0501,0501,0506,0501,0501,0506,0501,0501,0506,0501,0501,0506,0501,0501,0506,0501,0501,0506,0501,0501,0506,0501,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0506,0500,0500,0506,0500,0500,0506,0500,0500,0506,0500,0500,0506,0500,0500,0506,0500,0500,0506,0500,0500,0506,0500,0500,0506,0500,0500,0503,0503,0503,0503,0503,0503,0503,0503,0503,0500,0500,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0504,0502,0500,0506,0500,0500,0506,0500,0500,0506,0500,0500,0506,0500,0500,0506,0500,0500,0506,0500,0500,0506,0500,0500,0502,0501,0506,0501,0501,0506,0501,0501,0506,0501,0501,0506,0501,0501,0506,0501,0501,0506,0501,0501,0506,0501,0501,0506,0501,0507,0507,0507,0507,0507,0505,0505,0505,0505,0505,0507,0507,0507,",
"0506,0506,0506,0506,0506,0506,0506,0506,0500,0500,0500,0507,0500,0500,0500,0507,0500,0503,0504,0503,0503,0504,0503,0503,0503,0503,0503,0503,0505,0503,0503,0505,0503,0505,0503,0501,0507,0501,0501,0507,0501,0501,0501,0501,0506,0501,0501,0506,0501,0506,0501,0505,0502,0502,0505,0502,0502,0502,0502,0502,0502,0504,0502,0502,0504,0502,0504,0502,0504,0502,0500,0506,0500,0500,0506,0506,0502,0500,0500,0500,0500,0507,0500,0500,0507,0500,0507,0500,0507,0500,0507,0500,0503,0503,0504,0502,0502,0504,0502,0504,0502,0504,0502,0500,0506,0500,0500,0500,0500,0500,0500,0503,0503,0503,0501,0501,0501,0501,0507,0501,0501,0507,0501,0507,0501,0505,0503,0503,0503,0503,0503,0503,0503,0504,0503,0504,0503,0504,0503,0507,0500,0500,0507,0500,0500,0500,0500,0503,0503,0503,0501,0501,0501,0501,0501,0506,0501,0501,0506,0501,0506,0501,0502,0505,0502,0502,0507,0505,0503,0505,0503,0505,0503,0505,0503,0501,0507,0501,0501,0501,0507,0501,0501,0501,0506,0501,0501,0506,0501,0501,0506,0501,0506,0501,0506,0501,0506,0501,0502,0505,0502,0502,0502,0501,0501,0501,0501,0501,0503,0503,0503,0503,0503,0501,0501,0501,0502,0502,0502,0502,0502,0501,0501,0501,0501,0501,0502,0502,0502,0500,0500,0500,0500,0500,0502,0502,0502,0502,0502,0500,0500,0500,0503,0503,0503,0503,0503,0500,0500,0500,0500,0500,0502,0502,0502,0502,0504,0502,0504,0502,0504,0502,0504,0502,0506,0500,0506,0500,0500,0500,0507,0507,0507,0507,0504,0507,0507,0507,0507,0507,0507,0507,",
"0506,0506,0506,0506,0506,0506,0506,0506,0500,0500,0500,0500,0500,0507,0500,0500,0500,0507,0500,0500,0507,0500,0507,0500,0507,0500,0507,0500,0507,0500,0507,0500,0503,0503,0504,0503,0503,0503,0504,0503,0503,0506,0502,0502,0502,0502,0502,0502,0502,0502,0505,0502,0502,0502,0505,0502,0502,0505,0502,0505,0502,0505,0502,0505,0502,0505,0502,0506,0501,0501,0506,0501,0501,0501,0501,0506,0501,0501,0501,0501,0501,0501,0501,0501,0507,0501,0501,0507,0501,0501,0507,0501,0507,0501,0507,0501,0501,0507,0501,0503,0505,0503,0503,0505,0503,0505,0503,0503,0503,0505,0503,0503,0503,0503,0503,0503,0503,0503,0503,0504,0506,0506,0502,0502,0502,0504,0502,0502,0504,0502,0504,0502,0502,0504,0502,0504,0502,0500,0506,0500,0500,0506,0500,0500,0506,0500,0500,0500,0500,0500,0507,0507,0507,0507,0507,0507,0507,0507,",
"0506,0506,0502,0502,0504,0502,0502,0504,0502,0502,0504,0502,0504,0502,0504,0502,0500,0506,0500,0500,0506,0500,0500,0500,0500,0500,0500,0500,0500,0507,0500,0500,0507,0500,0500,0507,0500,0507,0500,0507,0500,0503,0504,0503,0503,0504,0503,0503,0503,0504,0503,0503,0503,0505,0503,0503,0503,0503,0505,0503,0503,0505,0503,0505,0503,0503,0505,0503,0501,0507,0501,0501,0501,0501,0507,0501,0501,0501,0501,0501,0501,0506,0501,0501,0501,0506,0501,0506,0501,0505,0502,0505,0502,0502,0505,0502,0505,0502,0502,0505,0502,0502,0501,0501,0501,0501,0501,0501,0501,0501,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0501,0501,0501,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0501,0501,0501,0501,0501,0501,0501,0501,0501,0502,0502,0502,0502,0500,0500,0500,0500,0500,0500,0500,0500,0500,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0500,0500,0500,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0500,0500,0500,0500,0500,0500,0500,0500,0507,0507,0504,0504,0502,0502,0502,0504,0502,0502,0504,0502,0502,0504,0502,0504,0502,0504,0502,0500,0500,0506,0500,0500,0500,0500,0500,0500,0507,0500,0500,0507,0500,0500,0507,0500,0507,0500,0503,0504,0503,0503,0504,0503,0503,0504,0503,0503,0503,0505,0503,0503,0505,0503,0503,0505,0503,0503,0505,0503,0505,0503,0507,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0506,0501,0506,0501,0506,0501,0502,0505,0502,0502,0505,0502,0502,0505,0502,0502,0505,0505,",
"0506,0506,0506,0500,0500,0500,0500,0500,0500,0500,0506,0500,0500,0506,0500,0506,0500,0502,0504,0502,0502,0504,0502,0502,0502,0502,0505,0502,0502,0505,0502,0502,0505,0502,0506,0501,0501,0506,0501,0501,0501,0501,0501,0501,0507,0501,0501,0507,0501,0507,0501,0507,0501,0505,0503,0503,0503,0503,0503,0501,0501,0501,0501,0502,0502,0502,0502,0502,0504,0502,0502,0504,0502,0504,0502,0504,0502,0504,0502,0500,0506,0500,0500,0500,0506,0500,0500,0500,0500,0500,0500,0500,0507,0500,0500,0507,0500,0500,0507,0500,0507,0500,0503,0504,0503,0503,0504,0503,0503,0503,0504,0503,0503,0503,0503,0503,0505,0503,0503,0503,0505,0503,0505,0503,0505,0503,0505,0503,0505,0503,0503,0504,0503,0504,0503,0504,0503,0503,0504,0503,0503,0504,0503,0503,0503,0504,0503,0503,0503,0503,0505,0503,0503,0505,0503,0503,0505,0503,0505,0503,0505,0503,0505,0503,0501,0507,0501,0501,0507,0501,0501,0501,0501,0501,0501,0501,0506,0501,0501,0506,0501,0501,0506,0501,0506,0501,0506,0501,0506,0501,0502,0505,0502,0502,0502,0502,0502,0502,0500,0500,0500,0500,0503,0503,0503,0503,0504,0503,0503,0504,0503,0504,0503,0500,0507,0500,0500,0500,0500,0500,0500,0506,0500,0500,0506,0500,0506,0500,0504,0502,0504,0502,0502,0504,0502,0502,0502,0502,0502,0505,0502,0502,0505,0502,0505,0502,0505,0502,0505,0502,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0502,0502,0502,0502,0502,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0507,0507,0507,",
"0502,0502,0505,0502,0502,0505,0502,0502,0505,0502,0505,0502,0505,0502,0505,0502,0501,0501,0506,0501,0501,0501,0501,0501,0501,0501,0507,0501,0501,0507,0501,0507,0501,0507,0501,0503,0505,0503,0505,0503,0503,0503,0503,0503,0503,0503,0503,0504,0503,0503,0504,0503,0503,0504,0503,0504,0503,0504,0503,0507,0500,0500,0500,0500,0500,0500,0500,0500,0506,0500,0500,0500,0506,0500,0506,0500,0504,0502,0504,0502,0502,0504,0502,0504,0502,0502,0502,0502,0504,0504,0504,0502,0502,0502,0504,0502,0502,0504,0502,0504,0502,0504,0502,0504,0502,0504,0502,0500,0506,0500,0500,0506,0500,0500,0506,0500,0502,0504,0502,0502,0504,0502,0502,0502,0502,0502,0502,0502,0502,0501,0501,0501,0501,0503,0503,0503,0503,0503,0503,0503,0505,0503,0505,0503,0501,0507,0501,0501,0507,0501,0507,0501,0507,0501,0501,0507,0501,0507,0501,0507,0501,0505,0502,0502,0505,0502,0505,0502,0505,0502,0505,0502,0501,0506,0501,0501,0501,0506,0501,0501,0501,0501,0501,0501,0501,0507,0501,0501,0501,0507,0501,0507,0501,0501,0507,0501,0507,0501,0507,0501,0503,0505,0503,0503,0505,0503,0503,0505,0503,0503,0503,0503,0503,0503,0503,0503,0504,0503,0503,0503,0504,0503,0503,0504,0503,0504,0503,0504,0503,0503,0504,0503,0500,0507,0500,0500,0507,0500,0500,0507,0500,0500,0500,0500,0500,0500,0506,0500,0500,0500,0500,0506,0500,0500,0506,0500,0506,0500,0506,0500,0504,0502,0502,0504,0502,0502,0507,0507,0500,0507,0500,0507,0500,0507,0500,0507,0500,0507,0500,0500,0507,0500,0500,0507,0500,0504,0503,0503,0503,0503,0503,0503,0503,0503,0500,0500,0500,0500,0500,0502,0502,0502,0502,0502,0502,0502,0502,0505,0502,0502,0505,0502,0505,0502,0501,0506,0501,0501,0506,0501,0501,0506,0501,0506,0501,0506,0501,0505,0502,0502,0505,0502,0502,0505,0502,0502,0502,0505,0505,0505,",
"0506,0506,0506,0506,0506,0506,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0503,0503,0503,0505,0503,0503,0503,0503,0503,0504,0503,0503,0503,0503,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0502,0502,0502,0504,0502,0502,0502,0502,0505,0502,0502,0502,0502,0502,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0506,0506,0506,0506,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0502,0502,0502,0502,0502,0504,0502,0502,0502,0502,0502,0500,0500,0500,0500,0503,0503,0503,0503,0503,0505,0503,0503,0503,0503,0503,0503,0503,0505,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0504,0503,0503,0503,0503,0503,0503,0504,0503,0503,0503,0503,0503,0503,0503,0501,0501,0501,0501,0502,0502,0502,0502,0505,0502,0502,0502,0502,0502,0502,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0503,0503,0503,0503,0505,0503,0503,0503,0503,0503,0503,0503,0501,0501,0501,0501,0502,0502,0502,0502,0502,0502,0504,0502,0502,0502,0502,0504,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0505,0502,0502,0502,0502,0502,0502,0502,0505,0502,0502,0502,0502,0502,0502,0500,0500,0500,0500,0500,0503,0503,0503,0503,0503,0503,0504,0503,0503,0503,0503,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0507,0507,0507,0507,0507,0507,0507,0507,0507,0507,",
"0506,0506,0506,0502,0505,0502,0505,0502,0502,0505,0502,0505,0502,0502,0505,0502,0502,0502,0502,0502,0502,0504,0502,0502,0502,0504,0502,0502,0504,0502,0504,0502,0500,0506,0500,0500,0506,0500,0500,0500,0500,0500,0507,0500,0500,0507,0500,0507,0500,0507,0500,0507,0500,0507,0500,0507,0500,0503,0504,0503,0503,0504,0503,0503,0503,0504,0503,0503,0504,0503,0503,0503,0504,0503,0503,0503,0503,0504,0503,0503,0503,0503,0503,0505,0503,0503,0503,0505,0503,0503,0503,0503,0505,0503,0503,0503,0505,0503,0503,0503,0505,0503,0505,0503,0503,0505,0503,0505,0503,0505,0502,0505,0502,0505,0502,0504,0502,0504,0502,0502,0504,0502,0502,0504,0502,0502,0504,0502,0502,0502,0504,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0505,0502,0502,0502,0505,0502,0505,0502,0507,0501,0503,0505,0503,0501,0507,0501,0501,0507,0501,0501,0501,0501,0501,0501,0506,0501,0506,0506,0506,0506,0500,0500,0500,0500,0500,0506,0500,0500,0506,0500,0506,0500,0502,0502,0502,0502,0502,0505,0502,0505,0502,0505,0502,0501,0501,0501,0501,0501,0507,0501,0507,0501,0507,0501,0503,0503,0503,0503,0504,0503,0503,0504,0503,0507,0507,0507,0507,0507,0507,0507,0507,0507,0507,0507,0507,0503,0504,0503,0504,0503,0503,0504,0503,0503,0503,0504,0503,0503,0503,0503,0503,0503,0505,0503,0503,0503,0505,0503,0505,0503,0501,0507,0501,0507,0501,0501,0501,0501,0501,0501,0501,0501,0501,0506,0501,0501,0506,0501,0506,0501,0502,0505,0502,0502,0505,0502,0502,0505,0502,0502,0505,0502,0502,0505,0502,0502,0505,0502,0502,0502,0502,0505,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0504,0502,0502,0502,0502,0502,0504,0502,0502,0502,0504,0502,0502,0502,0504,0502,0502,0504,0502,0504,0502,0504,0502,0507,0500,0507,0500,0507,0500,0503,0505,0503,0505,0503,0503,0505,0503,0503,0505,0503,0503,0503,0505,0503,0503,0503,0503,0503,0505,0503,0503,0503,0503,0503,0503,0503,0504,0503,0503,0503,0503,0503,0503,0504,0502,0504,0502,0502,0504,0502,0504,0502,0500,0506,0500,0500,0500,0500,0500,0500,0500,0500,0500,0507,0500,0507,0507,0507,0507,0507,0507,0507,0507,0503,0503,0503,0505,0503,0503,0505,0503,0505,0503,0501,0507,0501,0501,0501,0506,0501,0506,0501,0506,0501,0502,0505,0502,0502,0502,0504,0502,0502,0502,0504,0502,0504,0502,0506,0500,0500,0500,0500,0507,0500,0500,0507,0500,0503,0504,0503,0503,0506,0506,0506,0506,0506,0506,0506,0506,0506,0506,0506,",
"0506,0506,0506,0506,0506,0500,0500,0506,0500,0500,0500,0500,0500,0506,0500,0500,0500,0506,0500,0500,0500,0500,0507,0500,0500,0507,0500,0507,0500,0503,0503,0504,0503,0503,0503,0503,0503,0503,0505,0503,0503,0505,0503,0503,0505,0503,0501,0501,0501,0507,0501,0501,0501,0501,0506,0501,0501,0506,0501,0501,0506,0501,0501,0506,0501,0501,0506,0501,0501,0501,0506,0501,0501,0501,0506,0501,0501,0501,0506,0501,0501,0506,0501,0501,0501,0501,0501,0507,0501,0501,0507,0501,0501,0507,0501,0507,0501,0503,0503,0503,0503,0503,0503,0503,0503,0504,0503,0503,0504,0503,0504,0503,0504,0503,0504,0502,0504,0502,0504,0502,0504,0505,0502,0505,0502,0502,0505,0502,0505,0502,0502,0504,0502,0502,0504,0502,0500,0500,0500,0500,0507,0500,0500,0507,0500,0500,0500,0500,0507,0500,0500,0500,0507,0500,0500,0507,0500,0500,0500,0507,0500,0500,0507,0500,0507,0500,0500,0507,0500,0500,0500,0500,0506,0500,0500,0500,0500,0506,0500,0500,0506,0500,0506,0500,0506,0500,0506,0500,0504,0502,0502,0504,0502,0502,0504,0502,0502,0502,0502,0502,0502,0505,0502,0502,0502,0505,0502,0505,0502,0502,0505,0502,0505,0502,0501,0506,0501,0501,0506,0501,0501,0506,0501,0501,0501,0501,0501,0507,0501,0501,0507,0501,0501,0501,0501,0504,0502,0502,0502,0502,0502,0505,0502,0502,0505,0502,0505,0502,0505,0502,0501,0506,0501,0501,0506,0501,0501,0501,0501,0507,0501,0501,0507,0501,0507,0501,0507,0501,0505,0503,0503,0505,0503,0503,0503,0503,0503,0503,0504,0503,0503,0504,0503,0503,0504,0503,0504,0503,0500,0507,0500,0500,0500,0500,0500,0506,0500,0500,0500,0506,0506,0506,0506,0506,0506,0502,0502,0502,0502,0505,0502,0505,0502,0505,0502,0501,0501,0501,0507,0501,0507,0501,0507,0501,0503,0503,0503,0503,0504,0503,0504,0503,0504,0503,0500,0500,0500,0506,0500,0506,0500,0506,0500,0507,0507,0507,0507,0507,0507,0507,0507,0507,0507,0507,",
"0506,0506,0506,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0507,0500,0507,0500,0507,0500,0503,0503,0505,0503,0503,0505,0503,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0507,0501,0501,0501,0501,0507,0501,0501,0501,0507,0501,0501,0507,0501,0507,0501,0507,0501,0505,0502,0505,0502,0505,0502,0505,0502,0505,0502,0505,0502,0505,0502,0505,0502,0505,0503,0505,0503,0505,0503,0507,0500,0507,0500,0507,0500,0507,0500,0507,0500,0507,0500,0507,0500,0505,0503,0505,0503,0505,0503,0505,0503,0505,0503,0505,0503,0507,0500,0507,0500,0507,0504,0502,0502,0504,0502,0504,0502,0504,0502,0504,0502,0504,0502,0504,0502,0507,0500,0507,0500,0500,0507,0500,0500,0500,0507,0500,0500,0500,0507,0500,0500,0507,0500,0500,0500,0500,0500,0507,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0506,0500,0500,0506,0500,0506,0500,0500,0506,0500,0502,0502,0504,0502,0502,0502,0505,0502,0502,0505,0502,0502,0505,0502,0502,0504,0502,0504,0502,0504,0502,0502,0502,0502,0505,0502,0505,0502,0505,0502,0502,0504,0502,0504,0502,0502,0504,0502,0502,0502,0502,0505,0502,0502,0502,0505,0502,0505,0502,0502,0504,0502,0504,0502,0502,0504,0502,0502,0505,0502,0501,0501,0501,0503,0505,0503,0503,0505,0503,0505,0503,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0503,0503,0503,0503,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0507,0500,0507,0500,0504,0503,0503,0503,0505,0503,0505,0503,0505,0503,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0503,0503,0503,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0507,0507,0507,0507,0507,0507,0507,0507,0507,0507,0507,0507,0507,0500,0500,0506,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0507,0500,0507,0500,0504,0503,0503,0505,0503,0505,0503,0505,0503,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0506,0501,0501,0501,0506,0501,0501,0501,0506,0501,0501,0502,0500,0506,0500,0500,0500,0506,0500,0500,0500,0506,0506,0506,0506,0506,0506,0506,0506,0506,0506,",
"0500,0500,0500,0500,0500,0500,0506,0500,0506,0500,0506,0500,0506,0500,0502,0502,0504,0502,0502,0502,0502,0502,0502,0502,0505,0502,0502,0505,0502,0505,0502,0505,0502,0505,0502,0501,0506,0501,0501,0501,0501,0503,0503,0503,0503,0500,0500,0500,0507,0500,0507,0500,0507,0500,0504,0503,0503,0503,0503,0503,0505,0503,0503,0505,0503,0505,0503,0501,0501,0507,0501,0501,0501,0506,0501,0501,0506,0501,0501,0506,0501,0506,0501,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0501,0501,0501,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0501,0501,0501,0501,0501,0501,0501,0503,0503,0503,0503,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0502,0502,0502,0502,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0507,0500,0507,0500,0500,0507,0500,0500,0500,",
"0506,0506,0506,0506,0506,0500,0500,0506,0500,0506,0500,0506,0500,0506,0500,0500,0506,0500,0500,0500,0500,0507,0500,0500,0507,0500,0507,0500,0507,0500,0503,0504,0503,0503,0504,0503,0503,0503,0503,0505,0503,0503,0505,0503,0503,0505,0503,0505,0503,0501,0507,0501,0501,0507,0501,0501,0501,0506,0501,0501,0506,0501,0501,0506,0501,0505,0502,0505,0502,0501,0501,0501,0501,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0500,0500,0500,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0507,0500,0507,0500,0507,0500,0500,0500,0507,0500,0500,0500,0500,0500,0500,0500,0506,0500,0500,0500,0506,0500,0506,0500,0500,0506,0500,0506,0500,0502,0504,0502,0502,0502,0504,0502,0502,0504,0502,0502,0502,0502,0502,0502,0505,0502,0502,0502,0505,0502,0502,0505,0502,0505,0502,0505,0502,0501,0506,0501,0501,0506,0501,0506,0501,0501,0506,0501,0501,0501,0501,0507,0501,0501,0507,0501,0501,0507,0501,0507,0501,0507,0501,0501,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0501,0501,0501,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0500,0500,0500,0505,0505,0505,0505,0505,0505,0505,0505,0505,0505,0501,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0501,0501,0501,0501,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0500,0500,0500,0500,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0507,0507,0507,0507,0504,0504,0504,0504,0504,0504,0504,0504,0504,0504,0504,",
"0506,0506,0506,0506,0506,0506,0506,0506,0500,0500,0506,0500,0500,0506,0500,0500,0506,0500,0500,0506,0500,0500,0506,0500,0500,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0501,0501,0506,0501,0501,0506,0501,0501,0501,0506,0501,0501,0506,0501,0501,0506,0501,0501,0506,0501,0501,0506,0501,0501,0506,0501,0501,0506,0501,0501,0506,0501,0501,0501,0506,0501,0501,0504,0506,0500,0500,0506,0500,0500,0506,0500,0500,0506,0500,0500,0506,0500,0500,0506,0500,0500,0506,0500,0505,0505,0505,0505,0505,0505,0505,0505,0501,0501,0507,0501,0501,0507,0501,0501,0507,0501,0501,0507,0501,0501,0507,0501,0503,0503,0503,0503,0500,0507,0500,0500,0507,0500,0500,0507,0500,0500,0500,0507,0500,0500,0507,0500,0500,0507,0500,0500,0507,0500,0500,0507,0500,0500,0507,0500,0500,0507,0500,0500,0507,0500,0500,0507,0500,0500,0500,0507,0500,0500,0507,0500,0500,0507,0500,0500,0507,0500,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0501,0501,0507,0501,0501,0507,0501,0501,0507,0501,0501,0507,0501,0501,0507,0501,0501,0507,0501,0501,0507,0501,0501,0507,0501,0501,0507,0501,0501,0507,0501,0501,0507,0501,0507,0507,0507,0507,0507,0507,0507,0507,0504,0504,0504,0504,0504,0504,0504,0504,",
"0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0507,0500,0507,0500,0503,0503,0505,0503,0505,0503,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0507,0501,0501,0507,0501,0507,0501,0503,0505,0503,0503,0503,0503,0503,0503,0505,0502,0505,0502,0501,0501,0507,0501,0507,0500,0507,0500,0507,0500,0507,0500,0507,0500,0507,0500,0507,0500,0504,0502,0504,0502,0504,0502,0504,0502,0504,0502,0504,0502,0504,0502,0501,0506,0501,0501,0507,0501,0507,0501,0502,0502,0502,0502,0504,0502,0504,0502,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0506,0500,0506,0500,0506,0500,0504,0502,0502,0504,0502,0502,0502,0505,0502,0502,0505,0502,0505,0502,0504,0502,0504,0502,0502,0504,0502,0502,0502,0502,0505,0502,0505,0502,0502,0505,0502,0502,0504,0502,0504,0502,0502,0504,0502,0502,0505,0502,0502,0501,0501,0501,0503,0503,0505,0503,0503,0505,0503,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0503,0503,0503,0503,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0507,0500,0507,0500,0507,0500,0503,0503,0505,0503,0505,0503,0505,0503,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0503,0503,0503,0503,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,",
"0504,0504,0504,0500,0507,0500,0507,0500,0507,0500,0507,0500,0507,0500,0507,0500,0507,0500,0507,0500,0507,0500,0507,0500,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0500,0500,0500,0500,0500,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0502,0502,0502,0502,0502,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0505,0502,0505,0502,0505,0502,0505,0502,0505,0502,0505,0502,0505,0502,0505,0502,0505,0502,0505,0502,0505,0502,0505,0502,0505,0502,0505,0502,0505,0502,0505,0502,0505,0502,0507,0501,0507,0501,0507,0501,0507,0501,0507,0501,0505,0502,0505,0502,0505,0502,0504,0502,0504,0502,0504,0502,0504,0502,0504,0502,0506,0501,0506,0501,0506,0501,0506,0501,0506,0501,0506,0501,0506,0501,0506,0501,0506,0501,0504,0502,0504,0502,0504,0502,0504,0502,0507,0500,0507,0500,0507,0500,0507,0500,0507,0500,0507,0500,0507,0500,0507,0500,0507,0500,0504,0502,0504,0502,0504,0502,0504,0502,0504,0502,0507,0500,0507,0500,0507,0500,0505,0503,0505,0503,0505,0503,0505,0503,0505,0503,0503,0504,0503,0504,0503,0504,0503,0504,0503,0504,0503,0504,0503,0507,0505,0505,0505,",
"0507,0507,0507,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0506,0500,0506,0500,0506,0500,0502,0502,0505,0502,0505,0502,0501,0506,0501,0501,0506,0501,0501,0506,0501,0501,0501,0506,0501,0501,0501,0506,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0502,0502,0502,0502,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0506,0500,0500,0506,0500,0500,0506,0500,0500,0500,0506,0500,0500,0506,0500,0506,0500,0506,0500,0504,0502,0502,0502,0502,0500,0500,0500,0500,0503,0503,0503,0503,0505,0503,0503,0505,0503,0505,0503,0505,0503,0507,0501,0501,0501,0507,0501,0501,0507,0501,0501,0507,0501,0507,0500,0500,0507,0500,0500,0500,0507,0500,0500,0507,0500,0507,0500,0507,0500,0503,0504,0503,0503,0504,0503,0503,0503,0505,0503,0503,0505,0503,0505,0503,0505,0503,0505,0503,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0507,0501,0507,0500,0507,0500,0507,0500,0507,0500,0503,0504,0503,0503,0503,0504,0503,0503,0503,0505,0503,0503,0503,0505,0503,0505,0503,0505,0503,0501,0507,0501,0501,0501,0501,0501,0501,0506,0501,0501,0506,0501,0506,0501,0502,0505,0502,0502,0505,0502,0502,0502,0502,0502,0504,0502,0502,0502,0504,0502,0504,0502,0502,0504,0502,0505,0502,0501,0506,0501,0501,0506,0501,0506,0501,0505,0502,0502,0505,0502,0502,0505,0502,0502,0502,0502,0502,0500,0500,0500,0500,0503,0503,0503,0503,0504,0503,0503,0504,0503,0504,0503,0500,0507,0500,0500,0507,0500,0507,0500,0504,0502,0504,0502,0500,0500,0506,0500,0500,0500,0500,0500,0507,0507,0507,0505,0505,0505,0505,0505,0505,0507,0505,0505,0505,0507,0507,0503,0505,0503,0503,0505,0503,0503,0505,0503,0503,0503,0503,0504,0503,0503,0504,0503,0504,0503,0500,0500,0506,0500,0500,0506,0500,0502,0504,0502,0502,0505,0502,0502,0505,0502,0505,0502,0502,0505,0502,0505,0502,0506,0506,0506,0504,0504,0504,0504,0504,0504,0504,0504,0506,0506,0506,0506,0506,0506,0506,",
"0504,0504,0504,0502,0502,0504,0502,0502,0502,0502,0505,0502,0502,0502,0505,0502,0502,0505,0502,0505,0502,0501,0506,0501,0501,0501,0501,0506,0501,0501,0501,0507,0501,0501,0507,0501,0501,0507,0501,0507,0501,0503,0505,0503,0503,0505,0503,0503,0503,0503,0503,0503,0503,0503,0504,0503,0504,0503,0503,0504,0503,0504,0503,0500,0507,0500,0500,0500,0500,0500,0500,0500,0506,0500,0500,0500,0506,0500,0506,0500,0506,0500,0504,0502,0502,0507,0507,0504,0503,0503,0505,0503,0505,0503,0505,0503,0501,0507,0501,0501,0501,0507,0501,0501,0501,0501,0501,0501,0501,0506,0501,0501,0506,0501,0506,0501,0505,0502,0505,0502,0502,0505,0502,0505,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0504,0502,0502,0504,0502,0504,0502,0504,0502,0504,0502,0500,0506,0500,0500,0506,0500,0500,0500,0500,0500,0500,0507,0500,0500,0500,0507,0500,0500,0507,0500,0507,0500,0504,0503,0504,0503,0503,0503,0504,0503,0503,0503,0503,0503,0503,0503,0503,0503,0507,0500,0500,0500,0500,0507,0500,0500,0507,0500,0500,0507,0500,0500,0507,0500,0500,0507,0500,0500,0500,0502,0505,0502,0502,0505,0502,0502,0505,0502,0502,0505,0502,0502,0505,0502,0504,0502,0504,0502,0503,0504,0503,0504,0503,0503,0504,0503,0503,0504,0503,0503,0503,0504,0503,0503,0504,0503,0503,0504,0503,0503,0503,0505,0503,0501,0501,0505,0503,0501,0501,0501,0507,0501,0501,0501,0501,0501,0507,0501,0501,0501,0501,0502,0502,0504,0502,0500,0500,0506,0500,0500,0500,0500,0506,0500,0500,0500,0500,0500,0505,0502,0501,0501,0501,0506,0501,0501,0506,0501,0506,0501,0501,0501,0506,0501,0501,0501,0506,0501,0501,0505,0502,0505,0505,0505,0505,0505,0506,0506,",
"0501,0505,0502,0505,0502,0505,0502,0505,0502,0505,0502,0505,0502,0505,0502,0505,0502,0504,0502,0504,0502,0504,0502,0504,0502,0504,0502,0504,0502,0504,0502,0504,0502,0505,0502,0505,0502,0505,0502,0505,0502,0505,0502,0505,0502,0505,0502,0505,0502,0505,0502,0507,0501,0507,0501,0507,0501,0507,0500,0507,0500,0507,0500,0507,0500,0507,0500,0507,0500,0505,0503,0505,0503,0505,0503,0505,0503,0505,0503,0505,0503,0505,0503,0505,0503,0504,0503,0504,0503,0504,0503,0504,0503,0504,0503,0504,0503,0504,0503,0504,0503,0505,0503,0505,0503,0505,0503,0505,0503,0505,0503,0505,0503,0505,0503,0504,0503,0504,0503,0504,0503,0504,0503,0504,0503,0504,0503,0504,0503,0504,0503,0505,0503,0505,0503,0505,0503,0505,0503,0505,0503,0505,0503,0505,0503,0505,0503,0507,0500,0507,0500,0507,0500,0504,0502,0504,0502,0504,0502,0504,0502,0504,0502,0504,0502,0504,0502,0504,0502,0504,0502,0504,0502,0504,0502,0505,0502,0505,0502,0505,0502,0505,0502,0505,0502,0505,0502,0505,0502,0505,0502,0504,0502,0504,0502,0504,0502,0504,0502,0504,0502,0504,0502,0504,0504,0504,0504,0504,0504,0504,0504,0504,0504,0504,0500,0504,0502,0505,0502,0505,0502,0505,0502,0505,0502,0505,0502,0505,0502,0505,0502,0505,0502,0504,0502,0504,0502,0504,0502,0504,0502,0504,0502,0504,0502,0504,0502,0504,0502,0505,0502,0505,0502,0505,0502,0505,0502,0505,0502,0505,0502,0505,0502,0504,0502,0504,0502,0504,0502,0507,0500,0507,0500,0507,0500,0507,0500,0507,0500,0507,0500,0507,0500,0507,0500,0507,0500,0507,0500,0505,0503,0505,0503,0505,0503,0505,0503,0505,0503,0505,0503,0505,0503,0505,0503,0505,0504,0504,0503,0504,0503,0504,0503,0504,0503,0504,0503,0504,0503,0504,0503,0504,0503,0505,0503,0505,0503,0505,0503,0505,0503,0505,0503,0505,0503,0505,0503,0504,0503,0504,0503,0504,0503,0504,0503,0504,0503,0504,0503,0504,0503,0504,0503,0505,0503,0505,0503,0505,0503,0505,0503,0505,0503,0505,0503,0505,0503,0505,0503,0505,0503,0505,0503,0505,0502,0505,0502,0505,0502,0504,0502,0504,0502,0504,0502,0504,0502,0504,0502,0504,0502,0504,0502,0505,0502,0505,0502,0505,0502,0505,0502,0505,0502,0505,0502,0505,0502,0505,0502,0504,0502,0504,0502,0504,0502,0504,0502,0504,0502,0505,0505,0505,0505,0505,0505,0505,0505,0505,0506,0506,",
"0504,0502,0502,0502,0502,0502,0500,0500,0500,0506,0500,0500,0500,0500,0506,0500,0500,0500,0506,0500,0500,0506,0500,0500,0506,0500,0500,0504,0502,0504,0502,0505,0502,0505,0502,0505,0502,0505,0502,0507,0501,0507,0501,0507,0501,0501,0507,0501,0501,0507,0501,0501,0507,0501,0501,0507,0501,0501,0501,0501,0502,0502,0502,0502,0502,0502,0501,0501,0501,0503,0503,0503,0503,0503,0503,0503,0501,0501,0506,0501,0501,0506,0501,0501,0506,0501,0501,0506,0501,0501,0506,0501,0506,0501,0501,0506,0501,0505,0503,0505,0503,0505,0503,0507,0500,0507,0500,0507,0500,0500,0507,0500,0500,0507,0500,0500,0507,0500,0500,0500,0507,0500,0500,0500,0507,0500,0500,0500,0503,0503,0503,0503,0503,0503,0503,0503,0501,0501,0501,0501,0507,0501,0501,0501,0507,0501,0501,0501,0501,0507,0501,0501,0507,0501,0501,0507,0501,0507,0501,0507,0501,0504,0503,0504,0503,0504,0503,0500,0504,0502,0504,0502,0504,0502,0500,0500,0506,0500,0500,0500,0506,0500,0500,0506,0500,0500,0500,0500,0503,0503,0503,0503,0503,0503,0503,0503,0500,0500,0500,0502,0502,0502,0502,0502,0502,0502,0500,0500,0500,0500,0507,0500,0500,0500,0507,0500,0500,0507,0500,0500,0507,0500,0500,0507,0500,0507,0500,0504,0502,0504,0502,0504,0502,0505,0502,0505,0502,0501,0506,0501,0501,0506,0501,0501,0506,0501,0501,0506,0501,0501,0506,0501,0501,0501,0501,0501,0506,0501,0501,0502,0502,0502,0502,0505,",
"0506,0506,0506,0500,0507,0500,0507,0500,0503,0505,0503,0505,0503,0501,0505,0502,0505,0502,0502,0504,0502,0504,0502,0506,0506,0506,0506,0506,0506,0506,0500,0500,0500,0500,0507,0500,0500,0507,0500,0507,0500,0507,0500,0503,0503,0504,0503,0503,0503,0503,0503,0503,0505,0503,0503,0505,0503,0503,0505,0503,0505,0503,0507,0501,0501,0507,0501,0501,0501,0501,0501,0501,0501,0506,0501,0501,0506,0501,0501,0506,0501,0506,0501,0502,0505,0502,0502,0505,0502,0502,0502,0502,0502,0504,0502,0502,0502,0504,0502,0502,0504,0502,0504,0502,0500,0506,0500,0500,0500,0500,0500,0500,0506,0506,0506,0506,0506,0500,0500,0500,0500,0507,0500,0500,0500,0507,0500,0507,0500,0507,0500,0507,0500,0503,0504,0503,0503,0504,0503,0503,0504,0503,0503,0503,0503,0503,0503,0503,0503,0505,0503,0503,0503,0505,0503,0503,0505,0503,0505,0503,0505,0503,0501,0507,0501,0501,0507,0501,0501,0507,0501,0501,0501,0501,0501,0501,0501,0506,0501,0501,0506,0501,0506,0501,0501,0506,0501,0506,0501,0502,0505,0502,0505,0502,0502,0505,0502,0502,0505,0502,0502,0502,0502,0502,0502,0502,0504,0502,0502,0502,0504,0502,0502,0504,0502,0504,0502,0504,0502,0504,0502,0500,0506,0500,0500,0506,0500,0500,0500,0500,0500,0507,0507,0507,0507,0507,0507,0507,0507,0507,0507,0507,0507,0507,0507,0507,",
"0506,0506,0506,0506,0506,0506,0506,0500,0500,0507,0500,0500,0500,0507,0500,0500,0500,0507,0500,0500,0507,0500,0500,0507,0500,0500,0500,0507,0500,0507,0500,0505,0503,0507,0501,0501,0501,0507,0501,0501,0507,0501,0501,0501,0507,0501,0501,0501,0507,0501,0501,0507,0501,0501,0507,0501,0501,0501,0507,0501,0501,0507,0501,0507,0501,0501,0507,0501,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0500,0507,0500,0500,0507,0500,0500,0507,0500,0500,0507,0500,0506,0506,0506,0506,0500,0507,0500,0500,0507,0500,0500,0500,0507,0500,0500,0500,0507,0500,0507,0500,0500,0507,0500,0500,0507,0500,0500,0507,0500,0500,0507,0500,0507,0500,0500,0507,0500,0503,0503,0505,0503,0501,0507,0501,0501,0507,0501,0501,0507,0501,0507,0501,0501,0501,0507,0501,0501,0507,0501,0501,0507,0501,0501,0507,0501,0501,0507,0501,0501,0501,0507,0501,0501,0507,0501,0501,0507,0501,0501,0501,0507,0501,0501,0507,0501,0507,0501,0501,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0500,0500,0507,0500,0500,0507,0500,0500,0507,0500,0500,0507,0500,0500,0507,0500,0507,0507,0507,0507,0507,0507,0507,0507,0507,0507,0507,0507,",
"0506,0506,0506,0506,0506,0506,0506,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0502,0502,0502,0502,0500,0500,0500,0503,0503,0503,0503,0500,0500,0500,0500,0500,0503,0503,0503,0501,0501,0501,0501,0501,0503,0503,0503,0503,0503,0503,0503,0503,0501,0501,0501,0502,0502,0502,0502,0502,0502,0502,0502,0501,0501,0501,0501,0501,0501,0501,0501,0507,0500,0507,0500,0507,0500,0503,0504,0503,0503,0503,0503,0503,0503,0503,0505,0503,0503,0505,0503,0501,0507,0501,0501,0507,0501,0501,0501,0506,0501,0501,0501,0506,0501,0501,0506,0501,0501,0506,0501,0501,0501,0501,0501,0501,0507,0501,0502,0502,0502,0502,0500,0500,0500,0500,0500,0500,0500,0507,0500,0500,0507,0500,0500,0507,0500,0500,0500,0500,0500,0506,0500,0500,0506,0500,0502,0502,0502,0502,0502,0505,0502,0505,0502,0505,0502,0505,0502,0506,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0502,0502,0502,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0507,0507,0507,0507,0507,0507,0507,",
"0504,0504,0504,0502,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0503,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0504,0504,0504,0504,0504,0507,0500,0507,0500,0504,0506,0506,0506,0504,0502,0504,0502,0507,0507,0507,0504,0507,0500,0507,0500,0504,0504,0504,0506,0506,0506,0504,0502,0504,0502,0507,0507,0507,0504,0507,0500,0507,0500,0504,0504,0506,0506,0504,0502,0504,0502,0500,0507,0500,0500,0503,0501,0507,0501,0501,0505,0502,0505,0505,0505,0505,0505,0505,0505,0505,0505,0505,0505,0505,0505,0505,0505,0505,0505,0505,0505,0505,0505,0505,0505,0505,0505,0505,0505,0505,0505,0505,0505,0505,0502,0502,0502,0507,0507,0503,0503,0503,0503,0505,0506,0502,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0503,0503,0506,0506,0502,0502,0502,0502,0507,0507,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0507,0504,0504,0504,0504,0504,0504,",
"0504,0504,0504,0502,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0503,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0504,0504,0504,0504,0504,0507,0500,0507,0500,0504,0506,0506,0506,0504,0502,0504,0502,0507,0507,0507,0504,0507,0500,0507,0500,0504,0504,0504,0506,0506,0506,0504,0502,0504,0502,0507,0507,0507,0504,0507,0500,0507,0500,0504,0504,0506,0506,0504,0502,0504,0502,0500,0507,0500,0500,0503,0501,0507,0501,0501,0505,0502,0505,0505,0505,0505,0505,0505,0505,0505,0505,0505,0505,0505,0505,0505,0505,0505,0505,0505,0505,0505,0505,0505,0505,0505,0505,0505,0505,0505,0505,0505,0505,0505,0502,0502,0502,0502,0502,0502,0502,0507,0507,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0502,0502,0507,0507,0503,0503,0503,0504,0502,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0504,0507,0507,0503,0503,0503,0503,0503,0503,0503,0503,0503,0506,0506,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0503,0503,0506,0506,0502,0502,0502,0502,0502,0502,0502,0507,0507,0507,0507,0507,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0504,0504,0504,0504,0504,0504,0506,0506,0506,0506,",
"0504,0504,0504,0502,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0503,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0504,0504,0504,0504,0504,0507,0500,0507,0500,0504,0506,0506,0506,0504,0502,0504,0502,0507,0507,0507,0504,0507,0500,0507,0500,0504,0504,0504,0506,0506,0506,0504,0502,0504,0502,0507,0507,0507,0504,0507,0500,0507,0500,0504,0504,0506,0506,0504,0502,0504,0502,0500,0507,0500,0500,0503,0501,0507,0501,0501,0505,0502,0505,0505,0505,0505,0505,0505,0505,0505,0505,0505,0505,0505,0505,0505,0505,0505,0505,0505,0505,0505,0505,0505,0505,0505,0505,0505,0505,0505,0505,0505,0505,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0507,0507,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0502,0502,0507,0507,0503,0503,0503,0503,0506,0506,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0504,0507,0507,0507,0507,0507,0507,0507,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0502,0502,0502,0502,0507,0507,0507,0507,0503,0503,0503,0506,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0504,0502,0503,0503,0503,0503,0503,0503,0503,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0502,0502,0502,0502,0507,0507,0507,0507,0503,0503,0503,0503,0506,0506,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0503,0503,0506,0506,0502,0506,0506,0506,0506,0506,0506,0506,0506,0504,0504,0504,0504,",
"0504,0504,0504,0502,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0503,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0504,0504,0504,0504,0504,0507,0500,0507,0500,0504,0506,0506,0506,0504,0502,0504,0502,0507,0507,0507,0504,0507,0500,0507,0500,0504,0504,0504,0506,0506,0506,0504,0502,0504,0502,0507,0507,0507,0504,0507,0500,0507,0500,0504,0504,0506,0506,0504,0502,0504,0502,0500,0507,0500,0500,0503,0501,0507,0501,0501,0505,0502,0505,0505,0505,0505,0505,0505,0505,0505,0505,0505,0505,0505,0505,0505,0505,0505,0505,0505,0505,0505,0505,0505,0505,0505,0505,0505,0505,0505,0505,0505,0505,0505,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0507,0507,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0502,0502,0507,0507,0503,0503,0503,0503,0506,0506,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0504,0507,0507,0507,0507,0507,0507,0507,0503,0503,0503,0503,0507,0507,0507,0507,0507,0503,0503,0503,0503,0503,0503,0503,0506,0506,0501,0502,0501,0501,0506,0501,0501,0506,0501,0501,0501,0506,0501,0501,0506,0501,0501,0506,0501,0501,0501,0506,0501,0501,0501,0506,0501,0500,0500,0506,0500,0500,0506,0500,0500,0506,0500,0500,0500,0506,0500,0500,0500,0506,0500,0500,0506,0500,0500,0506,0500,0500,0507,0507,0503,0501,0501,0507,0501,0501,0507,0501,0501,0501,0507,0501,0501,0501,0507,0501,0501,0501,0507,0501,0504,0504,0504,0504,0504,0504,0504,0504,0504,0504,0504,0504,0504,0504,0504,0504,0504,0504,0504,0504,0506,0506,0506,0506,0506,0506,",
"0504,0504,0504,0502,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0503,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0504,0504,0504,0504,0504,0507,0500,0507,0500,0504,0506,0506,0506,0504,0502,0504,0502,0507,0507,0507,0504,0507,0500,0507,0500,0504,0504,0504,0506,0506,0506,0504,0502,0504,0502,0507,0507,0507,0504,0507,0500,0507,0500,0504,0504,0506,0506,0504,0502,0504,0502,0500,0507,0500,0500,0503,0501,0507,0501,0501,0505,0502,0505,0505,0505,0505,0505,0505,0505,0505,0505,0505,0505,0505,0505,0505,0505,0505,0505,0505,0505,0505,0505,0505,0505,0505,0505,0505,0505,0505,0505,0505,0505,0505,0506,0506,0506,0502,0502,0502,0502,0502,0502,0502,0507,0507,0501,0501,0507,0501,0501,0507,0501,0501,0501,0507,0501,0501,0501,0507,0501,0501,0507,0501,0501,0501,0507,0501,0501,0507,0501,0501,0507,0500,0500,0507,0500,0500,0500,0500,0507,0500,0500,0507,0500,0500,0507,0500,0500,0500,0507,0500,0500,0507,0500,0500,0500,0507,0500,0502,0502,0502,0505,0505,0505,0505,0505,0506,0505,0506,0505,0505,0505,0505,0505,0505,0506,0505,0505,0505,0502,0502,0500,0500,0506,0500,0500,0500,0500,0506,0500,0500,0500,0506,0500,0500,0500,0506,0500,0500,0507,0507,0507,0507,0507,0504,0507,0507,0507,0507,0507,0507,0507,0503,0503,0505,0506,0502,0504,0504,0504,0504,0504,0506,0506,0504,0506,0506,0506,0506,0506,",
"0504,0504,0504,0502,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0503,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0504,0504,0504,0504,0504,0507,0500,0507,0500,0504,0506,0506,0506,0504,0502,0504,0502,0507,0507,0507,0504,0507,0500,0507,0500,0504,0504,0504,0506,0506,0506,0504,0502,0504,0502,0507,0507,0507,0504,0507,0500,0507,0500,0504,0504,0506,0506,0504,0502,0504,0502,0500,0507,0500,0500,0503,0501,0507,0501,0501,0505,0502,0505,0505,0505,0505,0505,0505,0505,0505,0505,0505,0505,0505,0505,0505,0505,0505,0505,0505,0505,0505,0505,0505,0505,0505,0505,0505,0505,0505,0505,0505,0505,0505,0506,0506,0506,0502,0502,0502,0502,0502,0502,0502,0507,0507,0501,0501,0507,0501,0501,0507,0501,0501,0501,0507,0501,0501,0501,0507,0501,0501,0507,0501,0501,0501,0507,0501,0501,0507,0501,0501,0507,0500,0500,0507,0500,0500,0500,0500,0507,0500,0500,0507,0500,0500,0507,0500,0500,0500,0507,0500,0500,0507,0500,0500,0500,0507,0500,0502,0502,0502,0505,0505,0505,0505,0505,0506,0505,0506,0505,0505,0505,0505,0505,0505,0506,0505,0505,0505,0502,0502,0500,0500,0506,0500,0500,0500,0500,0506,0500,0500,0500,0506,0500,0500,0500,0506,0500,0500,0507,0507,0507,0507,0507,0504,0507,0507,0507,0507,0507,0507,0507,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0506,0506,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0503,0503,0506,0506,0502,0502,0502,0502,0507,0507,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0504,0504,0504,0504,0504,0504,0506,0506,0506,0506,0506,0506,0506,0506,0506,0506,0506,0506,0506,",
"0504,0504,0504,0502,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0503,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0504,0504,0504,0504,0504,0507,0500,0507,0500,0504,0506,0506,0506,0504,0502,0504,0502,0507,0507,0507,0504,0507,0500,0507,0500,0504,0504,0504,0506,0506,0506,0504,0502,0504,0502,0507,0507,0507,0504,0507,0500,0507,0500,0504,0504,0506,0506,0504,0502,0504,0502,0500,0507,0500,0500,0503,0501,0507,0501,0501,0505,0502,0505,0505,0505,0505,0505,0505,0505,0505,0505,0505,0505,0505,0505,0505,0505,0505,0505,0505,0505,0505,0505,0505,0505,0505,0505,0505,0505,0505,0505,0505,0505,0505,0502,0502,0502,0502,0502,0502,0502,0506,0506,0506,0506,0506,0506,0502,0502,0502,0502,0502,0502,0502,0502,0507,0507,0501,0507,0501,0501,0507,0501,0501,0501,0507,0501,0501,0501,0507,0501,0501,0501,0507,0501,0501,0501,0507,0501,0501,0507,0501,0501,0507,0501,0500,0500,0507,0500,0500,0507,0500,0500,0500,0507,0500,0500,0500,0507,0500,0500,0500,0507,0500,0500,0507,0500,0500,0500,0507,0500,0502,0505,0505,0505,0505,0506,0506,0505,0505,0505,0505,0505,0505,0505,0505,0506,0505,0505,0505,0506,0506,0502,0500,0500,0506,0500,0500,0500,0506,0500,0500,0500,0506,0500,0500,0500,0506,0500,0500,0506,0500,0500,0507,0507,0507,0507,0507,0507,0504,0507,0507,0507,0507,0507,0507,0507,0507,0507,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0506,0506,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0503,0503,0506,0506,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0507,0507,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0507,0503,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0507,0507,0507,0507,0507,0507,0503,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0504,0504,0504,0504,0504,0504,0506,0506,0506,0506,0506,0506,0506,0506,0506,0506,0506,",
"0504,0504,0504,0502,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0503,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0504,0504,0504,0504,0504,0507,0500,0507,0500,0504,0506,0506,0506,0504,0502,0504,0502,0507,0507,0507,0504,0507,0500,0507,0500,0504,0504,0504,0506,0506,0506,0504,0502,0504,0502,0507,0507,0507,0504,0507,0500,0507,0500,0504,0504,0506,0506,0504,0502,0504,0502,0500,0507,0500,0500,0503,0501,0507,0501,0501,0505,0502,0505,0505,0505,0505,0505,0505,0505,0505,0505,0505,0505,0505,0505,0505,0505,0505,0505,0505,0505,0505,0505,0505,0505,0505,0505,0505,0505,0505,0505,0505,0505,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0506,0506,0506,0506,0506,0506,0502,0502,0502,0502,0502,0502,0502,0502,0507,0507,0501,0507,0501,0507,0501,0501,0501,0507,0501,0501,0501,0507,0501,0501,0501,0507,0501,0501,0501,0507,0501,0501,0501,0507,0501,0501,0507,0501,0507,0500,0500,0500,0507,0500,0500,0507,0500,0500,0500,0507,0500,0500,0500,0507,0500,0500,0507,0500,0500,0500,0507,0500,0500,0507,0500,0506,0502,0501,0501,0505,0506,0501,0501,0506,0505,0501,0505,0505,0506,0501,0505,0506,0501,0501,0506,0505,0501,0502,0500,0500,0506,0500,0500,0500,0506,0500,0500,0500,0506,0500,0500,0506,0500,0500,0500,0506,0500,0500,0507,0507,0507,0507,0507,0507,0504,0507,0507,0507,0507,0507,0507,0507,0507,0507,0507,0507,0507,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0505,0505,0505,0505,0505,0505,0505,0505,0505,0505,0505,0505,0505,0505,0505,0505,0505,0505,0505,0501,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0507,0507,0507,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0507,0503,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0507,0507,0507,0507,0507,0503,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0507,0503,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0507,0507,0507,0507,0507,0503,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0507,0503,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0504,0504,0504,0504,0504,0504,0504,0504,0504,0504,0504,0504,0504,0504,0504,0504,0504,0504,0504,0504,0504,0504,0504,0506,0506,0506,0506,0506,0506,0506,0506,0506,0506,0506,0506,0506,0506,0506,0506,0506,",
"0504,0504,0504,0502,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0503,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0504,0504,0504,0504,0504,0507,0500,0507,0500,0504,0506,0506,0506,0504,0502,0504,0502,0507,0507,0507,0504,0507,0500,0507,0500,0504,0504,0504,0506,0506,0506,0504,0502,0504,0502,0507,0507,0507,0504,0507,0500,0507,0500,0504,0504,0506,0506,0504,0502,0504,0502,0500,0507,0500,0500,0503,0501,0507,0501,0501,0505,0502,0505,0505,0505,0505,0505,0505,0505,0505,0505,0505,0505,0505,0505,0505,0505,0505,0505,0505,0505,0505,0505,0505,0505,0505,0505,0505,0505,0505,0505,0505,0505,0505,0505,0506,0506,0502,0502,0502,0502,0502,0502,0502,0507,0507,0501,0507,0501,0507,0501,0501,0507,0501,0507,0501,0501,0507,0501,0507,0501,0501,0507,0501,0507,0501,0501,0507,0501,0507,0501,0501,0507,0501,0501,0502,0502,0507,0507,0503,0503,0503,0503,0503,0506,0506,0506,0500,0506,0500,0500,0506,0500,0500,0506,0500,0506,0500,0500,0506,0500,0500,0506,0500,0506,0500,0500,0506,0500,0506,0500,0500,0506,0500,0507,0507,0507,0504,0507,0507,0503,0503,0503,0503,0503,0503,0503,0505,0506,0506,0502,0502,0501,0506,0501,0501,0506,0501,0501,0506,0501,0506,0505,0505,0506,0505,0502,0501,0506,0501,0501,0506,0501,0506,0501,0501,0501,0501,0503,0503,0506,0506,0502,0502,0502,0502,0507,0507,0507,0500,0500,0507,0507,0507,0507,0507,0507,0504,0504,0504,0504,0504,0504,0504,0504,0504,0504,0504,0504,0504,0504,0504,0504,0504,0504,0504,0504,0504,0504,",
"0504,0504,0504,0502,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0503,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0504,0504,0504,0504,0504,0507,0500,0507,0500,0504,0506,0506,0506,0504,0502,0504,0502,0507,0507,0507,0504,0507,0500,0507,0500,0504,0504,0504,0506,0506,0506,0504,0502,0504,0502,0507,0507,0507,0504,0507,0500,0507,0500,0504,0504,0506,0506,0504,0502,0504,0502,0500,0507,0500,0500,0503,0501,0507,0501,0501,0505,0502,0505,0505,0505,0505,0505,0505,0505,0505,0505,0505,0505,0505,0505,0505,0505,0505,0505,0505,0505,0505,0505,0505,0505,0505,0505,0505,0505,0507,0507,0507,0507,0507,0507,0507,0507,0505,0505,0505,0505,0505,0505,0506,0506,0502,0502,0502,0502,0502,0502,0502,0507,0507,0501,0507,0501,0507,0501,0501,0507,0501,0507,0501,0501,0507,0501,0507,0501,0501,0507,0501,0507,0501,0501,0507,0501,0507,0501,0501,0507,0501,0501,0502,0502,0507,0507,0503,0503,0503,0503,0503,0506,0506,0506,0500,0506,0500,0500,0506,0500,0500,0506,0500,0506,0500,0500,0506,0500,0500,0506,0500,0506,0500,0500,0506,0500,0506,0500,0500,0506,0500,0507,0507,0507,0504,0507,0507,0503,0503,0503,0503,0503,0503,0503,0505,0506,0506,0502,0502,0501,0506,0501,0501,0506,0501,0501,0506,0501,0506,0505,0505,0506,0505,0502,0501,0506,0501,0501,0506,0501,0506,0501,0501,0501,0501,0503,0503,0506,0506,0502,0502,0502,0502,0507,0507,0507,0500,0500,0507,0507,0507,0507,0507,0507,0504,0504,0504,0504,0504,0504,0504,0504,0504,0504,0504,0504,0504,0504,0504,0504,0506,0506,0506,0506,0506,0506,0506,0506,0506,0502,0502,0502,0502,0502,0502,0502,0507,0507,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0502,0502,0507,0507,0503,0503,0503,0503,0503,0506,0506,0506,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0507,0507,0507,0507,0507,0504,0504,0504,0504,0504,0504,0504,0506,",
"0504,0504,0504,0502,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0503,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0504,0504,0504,0504,0504,0507,0500,0507,0500,0504,0506,0506,0506,0504,0502,0504,0502,0507,0507,0507,0504,0507,0500,0507,0500,0504,0504,0504,0506,0506,0506,0504,0502,0504,0502,0507,0507,0507,0504,0507,0500,0507,0500,0504,0504,0506,0506,0504,0502,0504,0502,0500,0507,0500,0500,0503,0501,0507,0501,0501,0505,0502,0505,0505,0505,0505,0505,0505,0505,0505,0505,0505,0505,0505,0505,0505,0505,0505,0505,0505,0505,0505,0505,0505,0505,0505,0505,0505,0505,0505,0505,0505,0505,0505,0502,0502,0506,0501,0506,0501,0501,0501,0501,0507,0501,0501,0505,0502,0502,0501,0507,0501,0503,0503,0501,0506,0501,0501,0506,0501,0506,0501,0506,0501,0502,0505,0502,0501,0501,0501,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0500,0500,0500,0506,0500,0502,0504,0502,0504,0502,0504,0502,0500,0506,0500,0500,0503,0503,0507,0500,0500,0502,0504,0502,0500,0507,0500,0500,0500,0500,0506,0500,0506,0500,0502,0502,0504,0504,0504,0504,0504,",
"0504,0504,0504,0502,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0503,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0504,0504,0504,0504,0504,0507,0500,0507,0500,0504,0506,0506,0506,0504,0502,0504,0502,0507,0507,0507,0504,0507,0500,0507,0500,0504,0504,0504,0506,0506,0506,0504,0502,0504,0502,0507,0507,0507,0504,0507,0500,0507,0500,0504,0504,0506,0506,0504,0502,0504,0502,0500,0507,0500,0500,0503,0501,0507,0501,0501,0505,0502,0505,0505,0505,0505,0505,0505,0505,0505,0505,0505,0505,0505,0505,0505,0505,0505,0505,0505,0505,0505,0505,0505,0505,0505,0505,0505,0505,0505,0505,0505,0505,0505,0502,0502,0504,0502,0504,0502,0502,0505,0502,0501,0501,0506,0501,0506,0501,0501,0501,0506,0501,0506,0501,0506,0501,0501,0506,0501,0501,0507,0501,0503,0505,0503,0503,0504,0503,0504,0503,0503,0503,0504,0503,0504,0503,0504,0503,0501,0501,0501,0506,0501,0506,0501,0506,0501,0502,0505,0502,0501,0501,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0505,0503,0505,0503,0505,0503,0501,0501,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0500,0500,0507,0500,0507,0500,0507,0507,0507,0507,0507,0507,0507,0507,0507,0507,0507,0507,0507,0504,0507,0500,0500,0500,0507,0500,0500,0500,0500,0500,0500,0506,0500,0500,0500,0506,0500,0506,0500,0506,0500,0506,0500,0502,0504,0502,0502,0505,0505,0505,0506,0506,0506,0502,0501,0502,0507,0507,0507,0507,0507,0504,0504,0504,0504,0504,0504,0504,0504,0504,",
"0504,0504,0504,0502,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0503,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0504,0504,0504,0504,0504,0507,0500,0507,0500,0504,0506,0506,0506,0504,0502,0504,0502,0507,0507,0507,0504,0507,0500,0507,0500,0504,0504,0504,0506,0506,0506,0504,0502,0504,0502,0507,0507,0507,0504,0507,0500,0507,0500,0504,0504,0506,0506,0504,0502,0504,0502,0500,0507,0500,0500,0503,0501,0507,0501,0501,0505,0502,0505,0505,0505,0505,0505,0505,0505,0505,0505,0505,0505,0505,0505,0505,0505,0505,0505,0505,0505,0505,0505,0505,0505,0505,0505,0505,0505,0505,0505,0505,0506,0506,0502,0502,0505,0502,0505,0502,0501,0501,0507,0501,0501,0501,0501,0501,0501,0501,0501,0504,0502,0504,0502,0504,0502,0507,0500,0500,0506,0500,0504,0502,0502,0502,0505,0502,0501,0501,0501,0507,0501,0507,0501,0507,0501,0501,0507,0501,0501,0501,0507,0501,0501,0507,0501,0505,0502,0502,0505,0502,0501,0501,0501,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0500,0500,0500,0506,0500,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0507,0507,0507,0507,0507,0507,0507,0507,0507,0507,0507,0507,0500,0507,0500,0500,0507,0500,0500,0507,0500,0500,0500,0507,0500,0500,0503,0504,0503,0500,0500,0506,0500,0504,0502,0502,0505,0502,0505,0502,0501,0507,0501,0505,0502,0505,0502,0505,0502,0500,0500,0500,0500,0500,0500,0500,0507,0500,0500,0500,0500,0506,0500,0502,0502,0505,0502,0505,0502,0501,0507,0501,0501,0506,0501,0501,0501,0506,0501,0501,0504,0506,0500,0500,0500,0506,0500,0500,0507,0500,0500,0506,0500,0507,0507,0504,0504,0504,0504,",
"0504,0504,0504,0502,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0503,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0504,0504,0504,0504,0504,0507,0500,0507,0500,0504,0506,0506,0506,0504,0502,0504,0502,0507,0507,0507,0504,0507,0500,0507,0500,0504,0504,0504,0506,0506,0506,0504,0502,0504,0502,0507,0507,0507,0504,0507,0500,0507,0500,0504,0504,0506,0506,0504,0502,0504,0502,0500,0507,0500,0500,0503,0501,0507,0501,0501,0505,0502,0505,0505,0505,0505,0505,0505,0505,0505,0505,0505,0505,0505,0505,0505,0505,0505,0505,0505,0505,0505,0505,0505,0505,0505,0505,0505,0505,0505,0505,0502,0501,0501,0502,0502,0501,0501,0503,0503,0501,0501,0501,0502,0502,0502,0502,0504,0502,0502,0505,0502,0502,0505,0502,0505,0502,0501,0506,0501,0501,0501,0501,0507,0501,0501,0507,0501,0507,0501,0507,0501,0507,0501,0501,0506,0501,0506,0501,0501,0501,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0500,0500,0506,0500,0506,0500,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0507,0507,0507,0507,0507,0507,0507,0507,0507,0507,0507,0507,0507,0500,0507,0500,0507,0500,0507,0500,0507,0500,0500,0507,0500,0500,0500,0500,0500,0506,0500,0506,0500,0506,0500,0502,0504,0502,0502,0505,0502,0502,0502,0502,0502,0500,0500,0500,0503,0503,0500,0500,0502,0502,0500,0500,0502,0505,0505,0505,0505,0505,0505,0505,0505,0505,0505,0505,0505,0506,0506,0502,0504,0502,0502,0505,0502,0501,0501,0507,0501,0507,0501,0507,0501,0500,0500,0500,0500,0507,0507,0507,0507,0507,0507,0501,0501,0501,0501,0507,0500,0507,0500,0507,0500,0507,0500,0500,0506,0500,0502,0502,0505,0502,0501,0506,0506,0506,0504,0504,0504,0504,0504,0504,0504,0504,0504,0504,0504,0504,0504,0504,0504,",
"0504,0504,0504,0504,0502,0502,0502,0502,0502,0507,0500,0507,0500,0500,0507,0500,0500,0507,0500,0500,0500,0500,0500,0500,0506,0500,0506,0500,0506,0500,0506,0500,0506,0500,0500,0506,0500,0500,0506,0500,0500,0500,0500,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0501,0501,0501,0501,0506,0501,0501,0506,0501,0501,0506,0501,0506,0501,0506,0501,0506,0501,0501,0501,0501,0501,0501,0501,0507,0501,0501,0507,0501,0507,0501,0507,0501,0502,0502,0502,0502,0502,0505,0505,0505,0505,0505,0505,0505,0505,0505,0502,0502,0502,0507,0507,0503,0503,0503,0503,0505,0506,0502,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0503,0503,0506,0506,0502,0502,0502,0502,0507,0507,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0507,0504,0504,0504,0504,0504,0504,",
"0504,0504,0504,0504,0502,0502,0502,0502,0502,0507,0500,0507,0500,0500,0507,0500,0500,0507,0500,0500,0500,0500,0500,0500,0506,0500,0506,0500,0506,0500,0506,0500,0506,0500,0500,0506,0500,0500,0506,0500,0500,0500,0500,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0501,0501,0501,0501,0506,0501,0501,0506,0501,0501,0506,0501,0506,0501,0506,0501,0506,0501,0501,0501,0501,0501,0501,0501,0507,0501,0501,0507,0501,0507,0501,0507,0501,0502,0502,0502,0502,0502,0505,0505,0505,0505,0505,0505,0505,0505,0505,0502,0502,0502,0502,0502,0502,0502,0507,0507,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0502,0502,0507,0507,0503,0503,0503,0504,0502,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0504,0507,0507,0503,0503,0503,0503,0503,0503,0503,0503,0503,0506,0506,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0503,0503,0506,0506,0502,0502,0502,0502,0502,0502,0502,0507,0507,0507,0507,0507,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0504,0504,0504,0504,0504,0504,0506,0506,0506,0506,",
"0504,0504,0504,0504,0502,0502,0502,0502,0502,0507,0500,0507,0500,0500,0507,0500,0500,0507,0500,0500,0500,0500,0500,0500,0506,0500,0506,0500,0506,0500,0506,0500,0506,0500,0500,0506,0500,0500,0506,0500,0500,0500,0500,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0501,0501,0501,0501,0506,0501,0501,0506,0501,0501,0506,0501,0506,0501,0506,0501,0506,0501,0501,0501,0501,0501,0501,0501,0507,0501,0501,0507,0501,0507,0501,0507,0501,0502,0502,0502,0502,0502,0505,0505,0505,0505,0505,0505,0505,0505,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0507,0507,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0502,0502,0507,0507,0503,0503,0503,0503,0506,0506,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0504,0507,0507,0507,0507,0507,0507,0507,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0502,0502,0502,0502,0507,0507,0507,0507,0503,0503,0503,0506,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0504,0502,0503,0503,0503,0503,0503,0503,0503,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0502,0502,0502,0502,0507,0507,0507,0507,0503,0503,0503,0503,0506,0506,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0503,0503,0506,0506,0502,0506,0506,0506,0506,0506,0506,0506,0506,0504,0504,0504,0504,",
"0504,0504,0504,0504,0502,0502,0502,0502,0502,0507,0500,0507,0500,0500,0507,0500,0500,0507,0500,0500,0500,0500,0500,0500,0506,0500,0506,0500,0506,0500,0506,0500,0506,0500,0500,0506,0500,0500,0506,0500,0500,0500,0500,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0501,0501,0501,0501,0506,0501,0501,0506,0501,0501,0506,0501,0506,0501,0506,0501,0506,0501,0501,0501,0501,0501,0501,0501,0507,0501,0501,0507,0501,0507,0501,0507,0501,0502,0502,0502,0502,0502,0505,0505,0505,0505,0505,0505,0505,0505,0505,0506,0506,0506,0502,0502,0502,0502,0502,0502,0502,0507,0507,0501,0501,0507,0501,0501,0507,0501,0501,0501,0507,0501,0501,0501,0507,0501,0501,0507,0501,0501,0501,0507,0501,0501,0507,0501,0501,0507,0500,0500,0507,0500,0500,0500,0500,0507,0500,0500,0507,0500,0500,0507,0500,0500,0500,0507,0500,0500,0507,0500,0500,0500,0507,0500,0502,0502,0502,0505,0505,0505,0505,0505,0506,0505,0506,0505,0505,0505,0505,0505,0505,0506,0505,0505,0505,0502,0502,0500,0500,0506,0500,0500,0500,0500,0506,0500,0500,0500,0506,0500,0500,0500,0506,0500,0500,0507,0507,0507,0507,0507,0504,0507,0507,0507,0507,0507,0507,0507,0503,0503,0505,0506,0502,0504,0504,0504,0504,0504,0506,0506,0504,0506,0506,0506,0506,0506,",
"0504,0504,0504,0504,0502,0502,0502,0502,0502,0507,0500,0507,0500,0500,0507,0500,0500,0507,0500,0500,0500,0500,0500,0500,0506,0500,0506,0500,0506,0500,0506,0500,0506,0500,0500,0506,0500,0500,0506,0500,0500,0500,0500,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0501,0501,0501,0501,0506,0501,0501,0506,0501,0501,0506,0501,0506,0501,0506,0501,0506,0501,0501,0501,0501,0501,0501,0501,0507,0501,0501,0507,0501,0507,0501,0507,0501,0502,0502,0502,0502,0502,0505,0505,0505,0505,0505,0505,0505,0505,0505,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0507,0507,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0502,0502,0507,0507,0503,0503,0503,0503,0506,0506,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0504,0507,0507,0507,0507,0507,0507,0507,0503,0503,0503,0503,0507,0507,0507,0507,0507,0503,0503,0503,0503,0503,0503,0503,0506,0506,0501,0502,0501,0501,0506,0501,0501,0506,0501,0501,0501,0506,0501,0501,0506,0501,0501,0506,0501,0501,0501,0506,0501,0501,0501,0506,0501,0500,0500,0506,0500,0500,0506,0500,0500,0506,0500,0500,0500,0506,0500,0500,0500,0506,0500,0500,0506,0500,0500,0506,0500,0500,0507,0507,0503,0501,0501,0507,0501,0501,0507,0501,0501,0501,0507,0501,0501,0501,0507,0501,0501,0501,0507,0501,0504,0504,0504,0504,0504,0504,0504,0504,0504,0504,0504,0504,0504,0504,0504,0504,0504,0504,0504,0504,0506,0506,0506,0506,0506,0506,",
"0504,0504,0504,0504,0502,0502,0502,0502,0502,0507,0500,0507,0500,0500,0507,0500,0500,0507,0500,0500,0500,0500,0500,0500,0506,0500,0506,0500,0506,0500,0506,0500,0506,0500,0500,0506,0500,0500,0506,0500,0500,0500,0500,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0501,0501,0501,0501,0506,0501,0501,0506,0501,0501,0506,0501,0506,0501,0506,0501,0506,0501,0501,0501,0501,0501,0501,0501,0507,0501,0501,0507,0501,0507,0501,0507,0501,0502,0502,0502,0502,0502,0505,0505,0505,0505,0505,0505,0505,0505,0505,0506,0506,0506,0502,0502,0502,0502,0502,0502,0502,0507,0507,0501,0501,0507,0501,0501,0507,0501,0501,0501,0507,0501,0501,0501,0507,0501,0501,0507,0501,0501,0501,0507,0501,0501,0507,0501,0501,0507,0500,0500,0507,0500,0500,0500,0500,0507,0500,0500,0507,0500,0500,0507,0500,0500,0500,0507,0500,0500,0507,0500,0500,0500,0507,0500,0502,0502,0502,0505,0505,0505,0505,0505,0506,0505,0506,0505,0505,0505,0505,0505,0505,0506,0505,0505,0505,0502,0502,0500,0500,0506,0500,0500,0500,0500,0506,0500,0500,0500,0506,0500,0500,0500,0506,0500,0500,0507,0507,0507,0507,0507,0504,0507,0507,0507,0507,0507,0507,0507,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0506,0506,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0503,0503,0506,0506,0502,0502,0502,0502,0507,0507,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0504,0504,0504,0504,0504,0504,0506,0506,0506,0506,0506,0506,0506,0506,0506,0506,0506,0506,0506,",
"0504,0504,0504,0504,0502,0502,0502,0502,0502,0507,0500,0507,0500,0500,0507,0500,0500,0507,0500,0500,0500,0500,0500,0500,0506,0500,0506,0500,0506,0500,0506,0500,0506,0500,0500,0506,0500,0500,0506,0500,0500,0500,0500,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0501,0501,0501,0501,0506,0501,0501,0506,0501,0501,0506,0501,0506,0501,0506,0501,0506,0501,0501,0501,0501,0501,0501,0501,0507,0501,0501,0507,0501,0507,0501,0507,0501,0502,0502,0502,0502,0502,0505,0505,0505,0505,0505,0505,0505,0505,0505,0502,0502,0502,0502,0502,0502,0502,0506,0506,0506,0506,0506,0506,0502,0502,0502,0502,0502,0502,0502,0502,0507,0507,0501,0507,0501,0501,0507,0501,0501,0501,0507,0501,0501,0501,0507,0501,0501,0501,0507,0501,0501,0501,0507,0501,0501,0507,0501,0501,0507,0501,0500,0500,0507,0500,0500,0507,0500,0500,0500,0507,0500,0500,0500,0507,0500,0500,0500,0507,0500,0500,0507,0500,0500,0500,0507,0500,0502,0505,0505,0505,0505,0506,0506,0505,0505,0505,0505,0505,0505,0505,0505,0506,0505,0505,0505,0506,0506,0502,0500,0500,0506,0500,0500,0500,0506,0500,0500,0500,0506,0500,0500,0500,0506,0500,0500,0506,0500,0500,0507,0507,0507,0507,0507,0507,0504,0507,0507,0507,0507,0507,0507,0507,0507,0507,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0506,0506,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0503,0503,0506,0506,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0507,0507,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0507,0503,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0507,0507,0507,0507,0507,0507,0503,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0504,0504,0504,0504,0504,0504,0506,0506,0506,0506,0506,0506,0506,0506,0506,0506,0506,",
"0504,0504,0504,0504,0502,0502,0502,0502,0502,0507,0500,0507,0500,0500,0507,0500,0500,0507,0500,0500,0500,0500,0500,0500,0506,0500,0506,0500,0506,0500,0506,0500,0506,0500,0500,0506,0500,0500,0506,0500,0500,0500,0500,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0501,0501,0501,0501,0506,0501,0501,0506,0501,0501,0506,0501,0506,0501,0506,0501,0506,0501,0501,0501,0501,0501,0501,0501,0507,0501,0501,0507,0501,0507,0501,0507,0501,0502,0502,0502,0502,0502,0505,0505,0505,0505,0505,0505,0505,0505,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0506,0506,0506,0506,0506,0506,0502,0502,0502,0502,0502,0502,0502,0502,0507,0507,0501,0507,0501,0507,0501,0501,0501,0507,0501,0501,0501,0507,0501,0501,0501,0507,0501,0501,0501,0507,0501,0501,0501,0507,0501,0501,0507,0501,0507,0500,0500,0500,0507,0500,0500,0507,0500,0500,0500,0507,0500,0500,0500,0507,0500,0500,0507,0500,0500,0500,0507,0500,0500,0507,0500,0506,0502,0501,0501,0505,0506,0501,0501,0506,0505,0501,0505,0505,0506,0501,0505,0506,0501,0501,0506,0505,0501,0502,0500,0500,0506,0500,0500,0500,0506,0500,0500,0500,0506,0500,0500,0506,0500,0500,0500,0506,0500,0500,0507,0507,0507,0507,0507,0507,0504,0507,0507,0507,0507,0507,0507,0507,0507,0507,0507,0507,0507,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0505,0505,0505,0505,0505,0505,0505,0505,0505,0505,0505,0505,0505,0505,0505,0505,0505,0505,0505,0501,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0507,0507,0507,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0507,0503,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0507,0507,0507,0507,0507,0503,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0507,0503,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0507,0507,0507,0507,0507,0503,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0507,0503,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0504,0504,0504,0504,0504,0504,0504,0504,0504,0504,0504,0504,0504,0504,0504,0504,0504,0504,0504,0504,0504,0504,0504,0506,0506,0506,0506,0506,0506,0506,0506,0506,0506,0506,0506,0506,0506,0506,0506,0506,",
"0504,0504,0504,0504,0502,0502,0502,0502,0502,0507,0500,0507,0500,0500,0507,0500,0500,0507,0500,0500,0500,0500,0500,0500,0506,0500,0506,0500,0506,0500,0506,0500,0506,0500,0500,0506,0500,0500,0506,0500,0500,0500,0500,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0501,0501,0501,0501,0506,0501,0501,0506,0501,0501,0506,0501,0506,0501,0506,0501,0506,0501,0501,0501,0501,0501,0501,0501,0507,0501,0501,0507,0501,0507,0501,0507,0501,0502,0502,0502,0502,0502,0505,0505,0505,0505,0507,0507,0507,0507,0507,0507,0507,0507,0505,0505,0505,0505,0505,0505,0506,0506,0502,0502,0502,0502,0502,0502,0502,0507,0507,0501,0507,0501,0507,0501,0501,0507,0501,0507,0501,0501,0507,0501,0507,0501,0501,0507,0501,0507,0501,0501,0507,0501,0507,0501,0501,0507,0501,0501,0502,0502,0507,0507,0503,0503,0503,0503,0503,0506,0506,0506,0500,0506,0500,0500,0506,0500,0500,0506,0500,0506,0500,0500,0506,0500,0500,0506,0500,0506,0500,0500,0506,0500,0506,0500,0500,0506,0500,0507,0507,0507,0504,0507,0507,0503,0503,0503,0503,0503,0503,0503,0505,0506,0506,0502,0502,0501,0506,0501,0501,0506,0501,0501,0506,0501,0506,0505,0505,0506,0505,0502,0501,0506,0501,0501,0506,0501,0506,0501,0501,0501,0501,0503,0503,0506,0506,0502,0502,0502,0502,0507,0507,0507,0500,0500,0507,0507,0507,0507,0507,0507,0504,0504,0504,0504,0504,0504,0504,0504,0504,0504,0504,0504,0504,0504,0504,0504,0506,0506,0506,0506,0506,0506,0506,0506,0506,0502,0502,0502,0502,0502,0502,0502,0507,0507,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0502,0502,0507,0507,0503,0503,0503,0503,0503,0506,0506,0506,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0507,0507,0507,0507,0507,0504,0504,0504,0504,0504,0504,0504,0506,",
"0504,0504,0504,0504,0502,0502,0502,0502,0502,0507,0500,0507,0500,0500,0507,0500,0500,0507,0500,0500,0500,0500,0500,0500,0506,0500,0506,0500,0506,0500,0506,0500,0506,0500,0500,0506,0500,0500,0506,0500,0500,0500,0500,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0501,0501,0501,0501,0506,0501,0501,0506,0501,0501,0506,0501,0506,0501,0506,0501,0506,0501,0501,0501,0501,0501,0501,0501,0507,0501,0501,0507,0501,0507,0501,0507,0501,0502,0502,0502,0502,0502,0505,0505,0505,0505,0505,0505,0505,0505,0505,0505,0506,0506,0502,0502,0502,0502,0502,0502,0502,0507,0507,0501,0507,0501,0507,0501,0501,0507,0501,0507,0501,0501,0507,0501,0507,0501,0501,0507,0501,0507,0501,0501,0507,0501,0507,0501,0501,0507,0501,0501,0502,0502,0507,0507,0503,0503,0503,0503,0503,0506,0506,0506,0500,0506,0500,0500,0506,0500,0500,0506,0500,0506,0500,0500,0506,0500,0500,0506,0500,0506,0500,0500,0506,0500,0506,0500,0500,0506,0500,0507,0507,0507,0504,0507,0507,0503,0503,0503,0503,0503,0503,0503,0505,0506,0506,0502,0502,0501,0506,0501,0501,0506,0501,0501,0506,0501,0506,0505,0505,0506,0505,0502,0501,0506,0501,0501,0506,0501,0506,0501,0501,0501,0501,0503,0503,0506,0506,0502,0502,0502,0502,0507,0507,0507,0500,0500,0507,0507,0507,0507,0507,0507,0504,0504,0504,0504,0504,0504,0504,0504,0504,0504,0504,0504,0504,0504,0504,0504,0504,0504,0504,0504,0504,0504,",
"0504,0504,0504,0504,0502,0502,0502,0502,0502,0507,0500,0507,0500,0500,0507,0500,0500,0507,0500,0500,0500,0500,0500,0500,0506,0500,0506,0500,0506,0500,0506,0500,0506,0500,0500,0506,0500,0500,0506,0500,0500,0500,0500,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0501,0501,0501,0501,0506,0501,0501,0506,0501,0501,0506,0501,0506,0501,0506,0501,0506,0501,0501,0501,0501,0501,0501,0501,0507,0501,0501,0507,0501,0507,0501,0507,0501,0502,0502,0502,0502,0502,0505,0505,0505,0505,0505,0505,0505,0505,0505,0502,0502,0506,0501,0506,0501,0501,0501,0501,0507,0501,0501,0505,0502,0502,0501,0507,0501,0503,0503,0501,0506,0501,0501,0506,0501,0506,0501,0506,0501,0502,0505,0502,0501,0501,0501,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0500,0500,0500,0506,0500,0502,0504,0502,0504,0502,0504,0502,0500,0506,0500,0500,0503,0503,0507,0500,0500,0502,0504,0502,0500,0507,0500,0500,0500,0500,0506,0500,0506,0500,0502,0502,0504,0504,0504,0504,0504,",
"0504,0504,0504,0504,0502,0502,0502,0502,0502,0507,0500,0507,0500,0500,0507,0500,0500,0507,0500,0500,0500,0500,0500,0500,0506,0500,0506,0500,0506,0500,0506,0500,0506,0500,0500,0506,0500,0500,0506,0500,0500,0500,0500,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0501,0501,0501,0501,0506,0501,0501,0506,0501,0501,0506,0501,0506,0501,0506,0501,0506,0501,0501,0501,0501,0501,0501,0501,0507,0501,0501,0507,0501,0507,0501,0507,0501,0502,0502,0502,0502,0502,0505,0505,0505,0505,0505,0505,0505,0505,0505,0502,0502,0504,0502,0504,0502,0502,0505,0502,0501,0501,0506,0501,0506,0501,0501,0501,0506,0501,0506,0501,0506,0501,0501,0506,0501,0501,0507,0501,0503,0505,0503,0503,0504,0503,0504,0503,0503,0503,0504,0503,0504,0503,0504,0503,0501,0501,0501,0506,0501,0506,0501,0506,0501,0502,0505,0502,0501,0501,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0505,0503,0505,0503,0505,0503,0501,0501,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0500,0500,0507,0500,0507,0500,0507,0507,0507,0507,0507,0507,0507,0507,0507,0507,0507,0507,0507,0504,0507,0500,0500,0500,0507,0500,0500,0500,0500,0500,0500,0506,0500,0500,0500,0506,0500,0506,0500,0506,0500,0506,0500,0502,0504,0502,0502,0505,0505,0505,0506,0506,0506,0502,0501,0502,0507,0507,0507,0507,0507,0504,0504,0504,0504,0504,0504,0504,0504,0504,",
"0504,0504,0504,0504,0502,0502,0502,0502,0502,0507,0500,0507,0500,0500,0507,0500,0500,0507,0500,0500,0500,0500,0500,0500,0506,0500,0506,0500,0506,0500,0506,0500,0506,0500,0500,0506,0500,0500,0506,0500,0500,0500,0500,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0501,0501,0501,0501,0506,0501,0501,0506,0501,0501,0506,0501,0506,0501,0506,0501,0506,0501,0501,0501,0501,0501,0501,0501,0507,0501,0501,0507,0501,0507,0501,0507,0501,0502,0502,0502,0502,0502,0505,0505,0505,0505,0505,0505,0505,0506,0506,0502,0502,0505,0502,0505,0502,0501,0501,0507,0501,0501,0501,0501,0501,0501,0501,0501,0504,0502,0504,0502,0504,0502,0507,0500,0500,0506,0500,0504,0502,0502,0502,0505,0502,0501,0501,0501,0507,0501,0507,0501,0507,0501,0501,0507,0501,0501,0501,0507,0501,0501,0507,0501,0505,0502,0502,0505,0502,0501,0501,0501,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0500,0500,0500,0506,0500,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0507,0507,0507,0507,0507,0507,0507,0507,0507,0507,0507,0507,0500,0507,0500,0500,0507,0500,0500,0507,0500,0500,0500,0507,0500,0500,0503,0504,0503,0500,0500,0506,0500,0504,0502,0502,0505,0502,0505,0502,0501,0507,0501,0505,0502,0505,0502,0505,0502,0500,0500,0500,0500,0500,0500,0500,0507,0500,0500,0500,0500,0506,0500,0502,0502,0505,0502,0505,0502,0501,0507,0501,0501,0506,0501,0501,0501,0506,0501,0501,0504,0506,0500,0500,0500,0506,0500,0500,0507,0500,0500,0506,0500,0507,0507,0504,0504,0504,0504,",
"0504,0504,0504,0504,0502,0502,0502,0502,0502,0507,0500,0507,0500,0500,0507,0500,0500,0507,0500,0500,0500,0500,0500,0500,0506,0500,0506,0500,0506,0500,0506,0500,0506,0500,0500,0506,0500,0500,0506,0500,0500,0500,0500,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0501,0501,0501,0501,0506,0501,0501,0506,0501,0501,0506,0501,0506,0501,0506,0501,0506,0501,0501,0501,0501,0501,0501,0501,0507,0501,0501,0507,0501,0507,0501,0507,0501,0502,0502,0502,0502,0502,0505,0505,0505,0505,0505,0505,0502,0501,0501,0502,0502,0501,0501,0503,0503,0501,0501,0501,0502,0502,0502,0502,0504,0502,0502,0505,0502,0502,0505,0502,0505,0502,0501,0506,0501,0501,0501,0501,0507,0501,0501,0507,0501,0507,0501,0507,0501,0507,0501,0501,0506,0501,0506,0501,0501,0501,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0500,0500,0506,0500,0506,0500,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0507,0507,0507,0507,0507,0507,0507,0507,0507,0507,0507,0507,0507,0500,0507,0500,0507,0500,0507,0500,0507,0500,0500,0507,0500,0500,0500,0500,0500,0506,0500,0506,0500,0506,0500,0502,0504,0502,0502,0505,0502,0502,0502,0502,0502,0500,0500,0500,0503,0503,0500,0500,0502,0502,0500,0500,0502,0505,0505,0505,0505,0505,0505,0505,0505,0505,0505,0505,0505,0506,0506,0502,0504,0502,0502,0505,0502,0501,0501,0507,0501,0507,0501,0507,0501,0500,0500,0500,0500,0507,0507,0507,0507,0507,0507,0501,0501,0501,0501,0507,0500,0507,0500,0507,0500,0507,0500,0500,0506,0500,0502,0502,0505,0502,0501,0506,0506,0506,0504,0504,0504,0504,0504,0504,0504,0504,0504,0504,0504,0504,0504,0504,0504,",
"0504,0500,0502,0500,0500,0500,0500,0500,0500,0502,0502,0502,0502,0500,0503,0503,0503,0503,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0507,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0505,0505,0505,0505,0505,0505,0505,0505,0505,0505,0503,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0503,0503,0503,0503,0501,0502,0502,0502,0502,0501,0501,0501,0501,0501,0501,0506,0505,0505,0505,0505,0505,0505,0505,0502,0502,0502,0507,0507,0503,0503,0503,0503,0505,0506,0502,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0503,0503,0506,0506,0502,0502,0502,0502,0507,0507,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0507,0504,0504,0504,0504,0504,0504,",
"0504,0500,0502,0500,0500,0500,0500,0500,0500,0502,0502,0502,0502,0500,0503,0503,0503,0503,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0507,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0505,0505,0505,0505,0505,0505,0505,0505,0505,0505,0503,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0503,0503,0503,0503,0501,0502,0502,0502,0502,0501,0501,0501,0501,0501,0501,0506,0505,0505,0505,0505,0505,0505,0505,0502,0502,0502,0502,0502,0502,0502,0507,0507,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0502,0502,0507,0507,0503,0503,0503,0504,0502,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0504,0507,0507,0503,0503,0503,0503,0503,0503,0503,0503,0503,0506,0506,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0503,0503,0506,0506,0502,0502,0502,0502,0502,0502,0502,0507,0507,0507,0507,0507,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0504,0504,0504,0504,0504,0504,0506,0506,0506,0506,",
"0504,0500,0502,0500,0500,0500,0500,0500,0500,0502,0502,0502,0502,0500,0503,0503,0503,0503,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0507,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0505,0505,0505,0505,0505,0505,0505,0505,0505,0505,0503,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0503,0503,0503,0503,0501,0502,0502,0502,0502,0501,0501,0501,0501,0501,0501,0506,0505,0505,0505,0505,0505,0505,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0507,0507,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0502,0502,0507,0507,0503,0503,0503,0503,0506,0506,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0504,0507,0507,0507,0507,0507,0507,0507,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0502,0502,0502,0502,0507,0507,0507,0507,0503,0503,0503,0506,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0504,0502,0503,0503,0503,0503,0503,0503,0503,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0502,0502,0502,0502,0507,0507,0507,0507,0503,0503,0503,0503,0506,0506,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0503,0503,0506,0506,0502,0506,0506,0506,0506,0506,0506,0506,0506,0504,0504,0504,0504,",
"0504,0500,0502,0500,0500,0500,0500,0500,0500,0502,0502,0502,0502,0500,0503,0503,0503,0503,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0507,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0505,0505,0505,0505,0505,0505,0505,0505,0505,0505,0503,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0503,0503,0503,0503,0501,0502,0502,0502,0502,0501,0501,0501,0501,0501,0501,0506,0505,0505,0505,0505,0505,0505,0505,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0507,0507,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0502,0502,0507,0507,0503,0503,0503,0503,0506,0506,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0504,0507,0507,0507,0507,0507,0507,0507,0503,0503,0503,0503,0507,0507,0507,0507,0507,0503,0503,0503,0503,0503,0503,0503,0506,0506,0501,0502,0501,0501,0506,0501,0501,0506,0501,0501,0501,0506,0501,0501,0506,0501,0501,0506,0501,0501,0501,0506,0501,0501,0501,0506,0501,0500,0500,0506,0500,0500,0506,0500,0500,0506,0500,0500,0500,0506,0500,0500,0500,0506,0500,0500,0506,0500,0500,0506,0500,0500,0507,0507,0503,0501,0501,0507,0501,0501,0507,0501,0501,0501,0507,0501,0501,0501,0507,0501,0501,0501,0507,0501,0504,0504,0504,0504,0504,0504,0504,0504,0504,0504,0504,0504,0504,0504,0504,0504,0504,0504,0504,0504,0506,0506,0506,0506,0506,0506,",
"0504,0500,0502,0500,0500,0500,0500,0500,0500,0502,0502,0502,0502,0500,0503,0503,0503,0503,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0507,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0505,0505,0505,0505,0505,0505,0505,0505,0505,0505,0503,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0503,0503,0503,0503,0501,0502,0502,0502,0502,0501,0501,0501,0501,0501,0501,0506,0505,0505,0505,0505,0505,0505,0505,0506,0506,0506,0502,0502,0502,0502,0502,0502,0502,0507,0507,0501,0501,0507,0501,0501,0507,0501,0501,0501,0507,0501,0501,0501,0507,0501,0501,0507,0501,0501,0501,0507,0501,0501,0507,0501,0501,0507,0500,0500,0507,0500,0500,0500,0500,0507,0500,0500,0507,0500,0500,0507,0500,0500,0500,0507,0500,0500,0507,0500,0500,0500,0507,0500,0502,0502,0502,0505,0505,0505,0505,0505,0506,0505,0506,0505,0505,0505,0505,0505,0505,0506,0505,0505,0505,0502,0502,0500,0500,0506,0500,0500,0500,0500,0506,0500,0500,0500,0506,0500,0500,0500,0506,0500,0500,0507,0507,0507,0507,0507,0504,0507,0507,0507,0507,0507,0507,0507,0503,0503,0505,0506,0502,0504,0504,0504,0504,0504,0506,0506,0504,0506,0506,0506,0506,0506,",
"0504,0500,0502,0500,0500,0500,0500,0500,0500,0502,0502,0502,0502,0500,0503,0503,0503,0503,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0507,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0505,0505,0505,0505,0505,0505,0505,0505,0505,0505,0503,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0503,0503,0503,0503,0501,0502,0502,0502,0502,0501,0501,0501,0501,0501,0501,0506,0505,0505,0505,0505,0505,0505,0505,0506,0506,0506,0502,0502,0502,0502,0502,0502,0502,0507,0507,0501,0501,0507,0501,0501,0507,0501,0501,0501,0507,0501,0501,0501,0507,0501,0501,0507,0501,0501,0501,0507,0501,0501,0507,0501,0501,0507,0500,0500,0507,0500,0500,0500,0500,0507,0500,0500,0507,0500,0500,0507,0500,0500,0500,0507,0500,0500,0507,0500,0500,0500,0507,0500,0502,0502,0502,0505,0505,0505,0505,0505,0506,0505,0506,0505,0505,0505,0505,0505,0505,0506,0505,0505,0505,0502,0502,0500,0500,0506,0500,0500,0500,0500,0506,0500,0500,0500,0506,0500,0500,0500,0506,0500,0500,0507,0507,0507,0507,0507,0504,0507,0507,0507,0507,0507,0507,0507,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0506,0506,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0503,0503,0506,0506,0502,0502,0502,0502,0507,0507,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0504,0504,0504,0504,0504,0504,0506,0506,0506,0506,0506,0506,0506,0506,0506,0506,0506,0506,0506,",
"0504,0500,0502,0500,0500,0500,0500,0500,0500,0502,0502,0502,0502,0500,0503,0503,0503,0503,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0507,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0505,0505,0505,0505,0505,0505,0505,0505,0505,0505,0503,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0503,0503,0503,0503,0501,0502,0502,0502,0502,0501,0501,0501,0501,0501,0501,0506,0505,0505,0505,0505,0505,0505,0505,0502,0502,0502,0502,0502,0502,0502,0506,0506,0506,0506,0506,0506,0502,0502,0502,0502,0502,0502,0502,0502,0507,0507,0501,0507,0501,0501,0507,0501,0501,0501,0507,0501,0501,0501,0507,0501,0501,0501,0507,0501,0501,0501,0507,0501,0501,0507,0501,0501,0507,0501,0500,0500,0507,0500,0500,0507,0500,0500,0500,0507,0500,0500,0500,0507,0500,0500,0500,0507,0500,0500,0507,0500,0500,0500,0507,0500,0502,0505,0505,0505,0505,0506,0506,0505,0505,0505,0505,0505,0505,0505,0505,0506,0505,0505,0505,0506,0506,0502,0500,0500,0506,0500,0500,0500,0506,0500,0500,0500,0506,0500,0500,0500,0506,0500,0500,0506,0500,0500,0507,0507,0507,0507,0507,0507,0504,0507,0507,0507,0507,0507,0507,0507,0507,0507,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0506,0506,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0503,0503,0506,0506,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0507,0507,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0507,0503,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0507,0507,0507,0507,0507,0507,0503,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0504,0504,0504,0504,0504,0504,0506,0506,0506,0506,0506,0506,0506,0506,0506,0506,0506,",
"0504,0500,0502,0500,0500,0500,0500,0500,0500,0502,0502,0502,0502,0500,0503,0503,0503,0503,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0507,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0505,0505,0505,0505,0505,0505,0505,0505,0505,0505,0503,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0503,0503,0503,0503,0501,0502,0502,0502,0502,0501,0501,0501,0501,0501,0501,0506,0505,0505,0505,0505,0505,0505,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0506,0506,0506,0506,0506,0506,0502,0502,0502,0502,0502,0502,0502,0502,0507,0507,0501,0507,0501,0507,0501,0501,0501,0507,0501,0501,0501,0507,0501,0501,0501,0507,0501,0501,0501,0507,0501,0501,0501,0507,0501,0501,0507,0501,0507,0500,0500,0500,0507,0500,0500,0507,0500,0500,0500,0507,0500,0500,0500,0507,0500,0500,0507,0500,0500,0500,0507,0500,0500,0507,0500,0506,0502,0501,0501,0505,0506,0501,0501,0506,0505,0501,0505,0505,0506,0501,0505,0506,0501,0501,0506,0505,0501,0502,0500,0500,0506,0500,0500,0500,0506,0500,0500,0500,0506,0500,0500,0506,0500,0500,0500,0506,0500,0500,0507,0507,0507,0507,0507,0507,0504,0507,0507,0507,0507,0507,0507,0507,0507,0507,0507,0507,0507,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0505,0505,0505,0505,0505,0505,0505,0505,0505,0505,0505,0505,0505,0505,0505,0505,0505,0505,0505,0501,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0507,0507,0507,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0507,0503,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0507,0507,0507,0507,0507,0503,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0507,0503,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0507,0507,0507,0507,0507,0503,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0507,0503,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0504,0504,0504,0504,0504,0504,0504,0504,0504,0504,0504,0504,0504,0504,0504,0504,0504,0504,0504,0504,0504,0504,0504,0506,0506,0506,0506,0506,0506,0506,0506,0506,0506,0506,0506,0506,0506,0506,0506,0506,",
"0504,0500,0502,0500,0500,0500,0500,0500,0500,0502,0502,0502,0502,0500,0503,0503,0503,0503,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0507,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0505,0505,0505,0505,0505,0505,0505,0505,0505,0505,0503,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0503,0503,0503,0503,0501,0502,0502,0502,0502,0501,0501,0501,0501,0501,0501,0506,0505,0505,0507,0507,0507,0507,0507,0507,0507,0507,0505,0505,0505,0505,0505,0505,0506,0506,0502,0502,0502,0502,0502,0502,0502,0507,0507,0501,0507,0501,0507,0501,0501,0507,0501,0507,0501,0501,0507,0501,0507,0501,0501,0507,0501,0507,0501,0501,0507,0501,0507,0501,0501,0507,0501,0501,0502,0502,0507,0507,0503,0503,0503,0503,0503,0506,0506,0506,0500,0506,0500,0500,0506,0500,0500,0506,0500,0506,0500,0500,0506,0500,0500,0506,0500,0506,0500,0500,0506,0500,0506,0500,0500,0506,0500,0507,0507,0507,0504,0507,0507,0503,0503,0503,0503,0503,0503,0503,0505,0506,0506,0502,0502,0501,0506,0501,0501,0506,0501,0501,0506,0501,0506,0505,0505,0506,0505,0502,0501,0506,0501,0501,0506,0501,0506,0501,0501,0501,0501,0503,0503,0506,0506,0502,0502,0502,0502,0507,0507,0507,0500,0500,0507,0507,0507,0507,0507,0507,0504,0504,0504,0504,0504,0504,0504,0504,0504,0504,0504,0504,0504,0504,0504,0504,0506,0506,0506,0506,0506,0506,0506,0506,0506,0502,0502,0502,0502,0502,0502,0502,0507,0507,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0502,0502,0507,0507,0503,0503,0503,0503,0503,0506,0506,0506,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0507,0507,0507,0507,0507,0504,0504,0504,0504,0504,0504,0504,0506,",
"0504,0500,0502,0500,0500,0500,0500,0500,0500,0502,0502,0502,0502,0500,0503,0503,0503,0503,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0507,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0505,0505,0505,0505,0505,0505,0505,0505,0505,0505,0503,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0503,0503,0503,0503,0501,0502,0502,0502,0502,0501,0501,0501,0501,0501,0501,0506,0505,0505,0505,0505,0505,0505,0505,0505,0506,0506,0502,0502,0502,0502,0502,0502,0502,0507,0507,0501,0507,0501,0507,0501,0501,0507,0501,0507,0501,0501,0507,0501,0507,0501,0501,0507,0501,0507,0501,0501,0507,0501,0507,0501,0501,0507,0501,0501,0502,0502,0507,0507,0503,0503,0503,0503,0503,0506,0506,0506,0500,0506,0500,0500,0506,0500,0500,0506,0500,0506,0500,0500,0506,0500,0500,0506,0500,0506,0500,0500,0506,0500,0506,0500,0500,0506,0500,0507,0507,0507,0504,0507,0507,0503,0503,0503,0503,0503,0503,0503,0505,0506,0506,0502,0502,0501,0506,0501,0501,0506,0501,0501,0506,0501,0506,0505,0505,0506,0505,0502,0501,0506,0501,0501,0506,0501,0506,0501,0501,0501,0501,0503,0503,0506,0506,0502,0502,0502,0502,0507,0507,0507,0500,0500,0507,0507,0507,0507,0507,0507,0504,0504,0504,0504,0504,0504,0504,0504,0504,0504,0504,0504,0504,0504,0504,0504,0504,0504,0504,0504,0504,0504,",
"0504,0500,0502,0500,0500,0500,0500,0500,0500,0502,0502,0502,0502,0500,0503,0503,0503,0503,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0507,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0505,0505,0505,0505,0505,0505,0505,0505,0505,0505,0503,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0503,0503,0503,0503,0501,0502,0502,0502,0502,0501,0501,0501,0501,0501,0501,0506,0505,0505,0505,0505,0505,0505,0505,0502,0502,0506,0501,0506,0501,0501,0501,0501,0507,0501,0501,0505,0502,0502,0501,0507,0501,0503,0503,0501,0506,0501,0501,0506,0501,0506,0501,0506,0501,0502,0505,0502,0501,0501,0501,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0500,0500,0500,0506,0500,0502,0504,0502,0504,0502,0504,0502,0500,0506,0500,0500,0503,0503,0507,0500,0500,0502,0504,0502,0500,0507,0500,0500,0500,0500,0506,0500,0506,0500,0502,0502,0504,0504,0504,0504,0504,",
"0504,0500,0502,0500,0500,0500,0500,0500,0500,0502,0502,0502,0502,0500,0503,0503,0503,0503,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0507,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0505,0505,0505,0505,0505,0505,0505,0505,0505,0505,0503,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0503,0503,0503,0503,0501,0502,0502,0502,0502,0501,0501,0501,0501,0501,0501,0506,0505,0505,0505,0505,0505,0505,0505,0502,0502,0504,0502,0504,0502,0502,0505,0502,0501,0501,0506,0501,0506,0501,0501,0501,0506,0501,0506,0501,0506,0501,0501,0506,0501,0501,0507,0501,0503,0505,0503,0503,0504,0503,0504,0503,0503,0503,0504,0503,0504,0503,0504,0503,0501,0501,0501,0506,0501,0506,0501,0506,0501,0502,0505,0502,0501,0501,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0505,0503,0505,0503,0505,0503,0501,0501,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0500,0500,0507,0500,0507,0500,0507,0507,0507,0507,0507,0507,0507,0507,0507,0507,0507,0507,0507,0504,0507,0500,0500,0500,0507,0500,0500,0500,0500,0500,0500,0506,0500,0500,0500,0506,0500,0506,0500,0506,0500,0506,0500,0502,0504,0502,0502,0505,0505,0505,0506,0506,0506,0502,0501,0502,0507,0507,0507,0507,0507,0504,0504,0504,0504,0504,0504,0504,0504,0504,",
"0504,0500,0502,0500,0500,0500,0500,0500,0500,0502,0502,0502,0502,0500,0503,0503,0503,0503,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0507,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0505,0505,0505,0505,0505,0505,0505,0505,0505,0505,0503,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0503,0503,0503,0503,0501,0502,0502,0502,0502,0501,0501,0501,0501,0501,0501,0506,0505,0505,0505,0505,0505,0506,0506,0502,0502,0505,0502,0505,0502,0501,0501,0507,0501,0501,0501,0501,0501,0501,0501,0501,0504,0502,0504,0502,0504,0502,0507,0500,0500,0506,0500,0504,0502,0502,0502,0505,0502,0501,0501,0501,0507,0501,0507,0501,0507,0501,0501,0507,0501,0501,0501,0507,0501,0501,0507,0501,0505,0502,0502,0505,0502,0501,0501,0501,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0500,0500,0500,0506,0500,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0507,0507,0507,0507,0507,0507,0507,0507,0507,0507,0507,0507,0500,0507,0500,0500,0507,0500,0500,0507,0500,0500,0500,0507,0500,0500,0503,0504,0503,0500,0500,0506,0500,0504,0502,0502,0505,0502,0505,0502,0501,0507,0501,0505,0502,0505,0502,0505,0502,0500,0500,0500,0500,0500,0500,0500,0507,0500,0500,0500,0500,0506,0500,0502,0502,0505,0502,0505,0502,0501,0507,0501,0501,0506,0501,0501,0501,0506,0501,0501,0504,0506,0500,0500,0500,0506,0500,0500,0507,0500,0500,0506,0500,0507,0507,0504,0504,0504,0504,",
"0504,0500,0502,0500,0500,0500,0500,0500,0500,0502,0502,0502,0502,0500,0503,0503,0503,0503,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0507,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0505,0505,0505,0505,0505,0505,0505,0505,0505,0505,0503,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0503,0503,0503,0503,0501,0502,0502,0502,0502,0501,0501,0501,0501,0501,0501,0506,0505,0505,0505,0505,0502,0501,0501,0502,0502,0501,0501,0503,0503,0501,0501,0501,0502,0502,0502,0502,0504,0502,0502,0505,0502,0502,0505,0502,0505,0502,0501,0506,0501,0501,0501,0501,0507,0501,0501,0507,0501,0507,0501,0507,0501,0507,0501,0501,0506,0501,0506,0501,0501,0501,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0500,0500,0506,0500,0506,0500,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0507,0507,0507,0507,0507,0507,0507,0507,0507,0507,0507,0507,0507,0500,0507,0500,0507,0500,0507,0500,0507,0500,0500,0507,0500,0500,0500,0500,0500,0506,0500,0506,0500,0506,0500,0502,0504,0502,0502,0505,0502,0502,0502,0502,0502,0500,0500,0500,0503,0503,0500,0500,0502,0502,0500,0500,0502,0505,0505,0505,0505,0505,0505,0505,0505,0505,0505,0505,0505,0506,0506,0502,0504,0502,0502,0505,0502,0501,0501,0507,0501,0507,0501,0507,0501,0500,0500,0500,0500,0507,0507,0507,0507,0507,0507,0501,0501,0501,0501,0507,0500,0507,0500,0507,0500,0507,0500,0500,0506,0500,0502,0502,0505,0502,0501,0506,0506,0506,0504,0504,0504,0504,0504,0504,0504,0504,0504,0504,0504,0504,0504,0504,0504,",
"0504,0504,0504,0504,0502,0502,0502,0504,0502,0502,0504,0502,0502,0504,0502,0504,0502,0504,0502,0500,0506,0500,0500,0500,0506,0500,0500,0500,0500,0500,0507,0500,0500,0507,0500,0500,0507,0500,0507,0500,0507,0500,0504,0503,0503,0504,0503,0503,0503,0503,0503,0503,0503,0503,0503,0505,0503,0503,0505,0503,0505,0503,0505,0503,0505,0503,0501,0507,0501,0501,0507,0501,0501,0501,0501,0501,0506,0501,0501,0501,0506,0501,0501,0506,0501,0506,0501,0506,0501,0502,0505,0502,0502,0505,0502,0502,0502,0502,0507,0507,0507,0507,0507,0504,0504,0507,0507,0500,0500,0506,0500,0500,0500,0506,0500,0500,0506,0500,0500,0500,0506,0500,0500,0500,0506,0500,0500,0500,0506,0500,0500,0500,0506,0500,0505,0502,0501,0501,0506,0501,0501,0501,0506,0501,0501,0501,0506,0501,0501,0501,0506,0501,0501,0501,0506,0501,0501,0501,0506,0501,0503,0503,0504,0503,0504,0503,0503,0504,0503,0504,0503,0504,0503,0504,0503,0503,0500,0507,0507,0500,0507,0500,0503,0504,0503,0504,0503,0503,0500,0502,0502,0502,0502,0502,0502,0506,0502,0502,0502,0502,0502,0506,0502,0502,0502,0502,0502,0502,0502,0501,0503,0505,0503,0505,0503,0505,0503,0503,0505,0507,0507,0501,0503,0505,0503,0507,0505,0503,0505,0503,0505,0503,0505,0503,0503,0505,0503,0505,0505,0505,0505,0505,0505,0505,0506,0506,0506,0506,0506,0506,0505,0505,0505,0505,0505,0502,0502,0502,0507,0507,0503,0503,0503,0503,0505,0506,0502,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0503,0503,0506,0506,0502,0502,0502,0502,0507,0507,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0507,0504,0504,0504,0504,0504,0504,",
"0504,0504,0504,0504,0502,0502,0502,0504,0502,0502,0504,0502,0502,0504,0502,0504,0502,0504,0502,0500,0506,0500,0500,0500,0506,0500,0500,0500,0500,0500,0507,0500,0500,0507,0500,0500,0507,0500,0507,0500,0507,0500,0504,0503,0503,0504,0503,0503,0503,0503,0503,0503,0503,0503,0503,0505,0503,0503,0505,0503,0505,0503,0505,0503,0505,0503,0501,0507,0501,0501,0507,0501,0501,0501,0501,0501,0506,0501,0501,0501,0506,0501,0501,0506,0501,0506,0501,0506,0501,0502,0505,0502,0502,0505,0502,0502,0502,0502,0507,0507,0507,0507,0507,0504,0504,0507,0507,0500,0500,0506,0500,0500,0500,0506,0500,0500,0506,0500,0500,0500,0506,0500,0500,0500,0506,0500,0500,0500,0506,0500,0500,0500,0506,0500,0505,0502,0501,0501,0506,0501,0501,0501,0506,0501,0501,0501,0506,0501,0501,0501,0506,0501,0501,0501,0506,0501,0501,0501,0506,0501,0503,0503,0504,0503,0504,0503,0503,0504,0503,0504,0503,0504,0503,0504,0503,0503,0500,0507,0507,0500,0507,0500,0503,0504,0503,0504,0503,0503,0500,0502,0502,0502,0502,0502,0502,0506,0502,0502,0502,0502,0502,0506,0502,0502,0502,0502,0502,0502,0502,0501,0503,0505,0503,0505,0503,0505,0503,0503,0505,0507,0507,0501,0503,0505,0503,0507,0505,0503,0505,0503,0505,0503,0505,0503,0503,0505,0503,0505,0505,0505,0505,0505,0505,0505,0506,0506,0506,0506,0506,0506,0505,0505,0505,0505,0505,0502,0502,0502,0502,0502,0502,0502,0507,0507,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0502,0502,0507,0507,0503,0503,0503,0504,0502,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0504,0507,0507,0503,0503,0503,0503,0503,0503,0503,0503,0503,0506,0506,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0503,0503,0506,0506,0502,0502,0502,0502,0502,0502,0502,0507,0507,0507,0507,0507,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0504,0504,0504,0504,0504,0504,0506,0506,0506,0506,",
"0504,0504,0504,0504,0502,0502,0502,0504,0502,0502,0504,0502,0502,0504,0502,0504,0502,0504,0502,0500,0506,0500,0500,0500,0506,0500,0500,0500,0500,0500,0507,0500,0500,0507,0500,0500,0507,0500,0507,0500,0507,0500,0504,0503,0503,0504,0503,0503,0503,0503,0503,0503,0503,0503,0503,0505,0503,0503,0505,0503,0505,0503,0505,0503,0505,0503,0501,0507,0501,0501,0507,0501,0501,0501,0501,0501,0506,0501,0501,0501,0506,0501,0501,0506,0501,0506,0501,0506,0501,0502,0505,0502,0502,0505,0502,0502,0502,0502,0507,0507,0507,0507,0507,0504,0504,0507,0507,0500,0500,0506,0500,0500,0500,0506,0500,0500,0506,0500,0500,0500,0506,0500,0500,0500,0506,0500,0500,0500,0506,0500,0500,0500,0506,0500,0505,0502,0501,0501,0506,0501,0501,0501,0506,0501,0501,0501,0506,0501,0501,0501,0506,0501,0501,0501,0506,0501,0501,0501,0506,0501,0503,0503,0504,0503,0504,0503,0503,0504,0503,0504,0503,0504,0503,0504,0503,0503,0500,0507,0507,0500,0507,0500,0503,0504,0503,0504,0503,0503,0500,0502,0502,0502,0502,0502,0502,0506,0502,0502,0502,0502,0502,0506,0502,0502,0502,0502,0502,0502,0502,0501,0503,0505,0503,0505,0503,0505,0503,0503,0505,0507,0507,0501,0503,0505,0503,0507,0505,0503,0505,0503,0505,0503,0505,0503,0503,0505,0503,0505,0505,0505,0505,0505,0505,0505,0506,0506,0506,0506,0506,0506,0505,0505,0505,0505,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0507,0507,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0502,0502,0507,0507,0503,0503,0503,0503,0506,0506,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0504,0507,0507,0507,0507,0507,0507,0507,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0502,0502,0502,0502,0507,0507,0507,0507,0503,0503,0503,0506,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0504,0502,0503,0503,0503,0503,0503,0503,0503,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0502,0502,0502,0502,0507,0507,0507,0507,0503,0503,0503,0503,0506,0506,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0503,0503,0506,0506,0502,0506,0506,0506,0506,0506,0506,0506,0506,0504,0504,0504,0504,",
"0504,0504,0504,0504,0502,0502,0502,0504,0502,0502,0504,0502,0502,0504,0502,0504,0502,0504,0502,0500,0506,0500,0500,0500,0506,0500,0500,0500,0500,0500,0507,0500,0500,0507,0500,0500,0507,0500,0507,0500,0507,0500,0504,0503,0503,0504,0503,0503,0503,0503,0503,0503,0503,0503,0503,0505,0503,0503,0505,0503,0505,0503,0505,0503,0505,0503,0501,0507,0501,0501,0507,0501,0501,0501,0501,0501,0506,0501,0501,0501,0506,0501,0501,0506,0501,0506,0501,0506,0501,0502,0505,0502,0502,0505,0502,0502,0502,0502,0507,0507,0507,0507,0507,0504,0504,0507,0507,0500,0500,0506,0500,0500,0500,0506,0500,0500,0506,0500,0500,0500,0506,0500,0500,0500,0506,0500,0500,0500,0506,0500,0500,0500,0506,0500,0505,0502,0501,0501,0506,0501,0501,0501,0506,0501,0501,0501,0506,0501,0501,0501,0506,0501,0501,0501,0506,0501,0501,0501,0506,0501,0503,0503,0504,0503,0504,0503,0503,0504,0503,0504,0503,0504,0503,0504,0503,0503,0500,0507,0507,0500,0507,0500,0503,0504,0503,0504,0503,0503,0500,0502,0502,0502,0502,0502,0502,0506,0502,0502,0502,0502,0502,0506,0502,0502,0502,0502,0502,0502,0502,0501,0503,0505,0503,0505,0503,0505,0503,0503,0505,0507,0507,0501,0503,0505,0503,0507,0505,0503,0505,0503,0505,0503,0505,0503,0503,0505,0503,0505,0505,0505,0505,0505,0505,0505,0506,0506,0506,0506,0506,0506,0505,0505,0505,0505,0505,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0507,0507,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0502,0502,0507,0507,0503,0503,0503,0503,0506,0506,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0504,0507,0507,0507,0507,0507,0507,0507,0503,0503,0503,0503,0507,0507,0507,0507,0507,0503,0503,0503,0503,0503,0503,0503,0506,0506,0501,0502,0501,0501,0506,0501,0501,0506,0501,0501,0501,0506,0501,0501,0506,0501,0501,0506,0501,0501,0501,0506,0501,0501,0501,0506,0501,0500,0500,0506,0500,0500,0506,0500,0500,0506,0500,0500,0500,0506,0500,0500,0500,0506,0500,0500,0506,0500,0500,0506,0500,0500,0507,0507,0503,0501,0501,0507,0501,0501,0507,0501,0501,0501,0507,0501,0501,0501,0507,0501,0501,0501,0507,0501,0504,0504,0504,0504,0504,0504,0504,0504,0504,0504,0504,0504,0504,0504,0504,0504,0504,0504,0504,0504,0506,0506,0506,0506,0506,0506,",
"0504,0504,0504,0504,0502,0502,0502,0504,0502,0502,0504,0502,0502,0504,0502,0504,0502,0504,0502,0500,0506,0500,0500,0500,0506,0500,0500,0500,0500,0500,0507,0500,0500,0507,0500,0500,0507,0500,0507,0500,0507,0500,0504,0503,0503,0504,0503,0503,0503,0503,0503,0503,0503,0503,0503,0505,0503,0503,0505,0503,0505,0503,0505,0503,0505,0503,0501,0507,0501,0501,0507,0501,0501,0501,0501,0501,0506,0501,0501,0501,0506,0501,0501,0506,0501,0506,0501,0506,0501,0502,0505,0502,0502,0505,0502,0502,0502,0502,0507,0507,0507,0507,0507,0504,0504,0507,0507,0500,0500,0506,0500,0500,0500,0506,0500,0500,0506,0500,0500,0500,0506,0500,0500,0500,0506,0500,0500,0500,0506,0500,0500,0500,0506,0500,0505,0502,0501,0501,0506,0501,0501,0501,0506,0501,0501,0501,0506,0501,0501,0501,0506,0501,0501,0501,0506,0501,0501,0501,0506,0501,0503,0503,0504,0503,0504,0503,0503,0504,0503,0504,0503,0504,0503,0504,0503,0503,0500,0507,0507,0500,0507,0500,0503,0504,0503,0504,0503,0503,0500,0502,0502,0502,0502,0502,0502,0506,0502,0502,0502,0502,0502,0506,0502,0502,0502,0502,0502,0502,0502,0501,0503,0505,0503,0505,0503,0505,0503,0503,0505,0507,0507,0501,0503,0505,0503,0507,0505,0503,0505,0503,0505,0503,0505,0503,0503,0505,0503,0505,0505,0505,0505,0505,0505,0505,0506,0506,0506,0506,0506,0506,0505,0505,0505,0505,0505,0506,0506,0506,0502,0502,0502,0502,0502,0502,0502,0507,0507,0501,0501,0507,0501,0501,0507,0501,0501,0501,0507,0501,0501,0501,0507,0501,0501,0507,0501,0501,0501,0507,0501,0501,0507,0501,0501,0507,0500,0500,0507,0500,0500,0500,0500,0507,0500,0500,0507,0500,0500,0507,0500,0500,0500,0507,0500,0500,0507,0500,0500,0500,0507,0500,0502,0502,0502,0505,0505,0505,0505,0505,0506,0505,0506,0505,0505,0505,0505,0505,0505,0506,0505,0505,0505,0502,0502,0500,0500,0506,0500,0500,0500,0500,0506,0500,0500,0500,0506,0500,0500,0500,0506,0500,0500,0507,0507,0507,0507,0507,0504,0507,0507,0507,0507,0507,0507,0507,0503,0503,0505,0506,0502,0504,0504,0504,0504,0504,0506,0506,0504,0506,0506,0506,0506,0506,",
"0504,0504,0504,0504,0502,0502,0502,0504,0502,0502,0504,0502,0502,0504,0502,0504,0502,0504,0502,0500,0506,0500,0500,0500,0506,0500,0500,0500,0500,0500,0507,0500,0500,0507,0500,0500,0507,0500,0507,0500,0507,0500,0504,0503,0503,0504,0503,0503,0503,0503,0503,0503,0503,0503,0503,0505,0503,0503,0505,0503,0505,0503,0505,0503,0505,0503,0501,0507,0501,0501,0507,0501,0501,0501,0501,0501,0506,0501,0501,0501,0506,0501,0501,0506,0501,0506,0501,0506,0501,0502,0505,0502,0502,0505,0502,0502,0502,0502,0507,0507,0507,0507,0507,0504,0504,0507,0507,0500,0500,0506,0500,0500,0500,0506,0500,0500,0506,0500,0500,0500,0506,0500,0500,0500,0506,0500,0500,0500,0506,0500,0500,0500,0506,0500,0505,0502,0501,0501,0506,0501,0501,0501,0506,0501,0501,0501,0506,0501,0501,0501,0506,0501,0501,0501,0506,0501,0501,0501,0506,0501,0503,0503,0504,0503,0504,0503,0503,0504,0503,0504,0503,0504,0503,0504,0503,0503,0500,0507,0507,0500,0507,0500,0503,0504,0503,0504,0503,0503,0500,0502,0502,0502,0502,0502,0502,0506,0502,0502,0502,0502,0502,0506,0502,0502,0502,0502,0502,0502,0502,0501,0503,0505,0503,0505,0503,0505,0503,0503,0505,0507,0507,0501,0503,0505,0503,0507,0505,0503,0505,0503,0505,0503,0505,0503,0503,0505,0503,0505,0505,0505,0505,0505,0505,0505,0506,0506,0506,0506,0506,0506,0505,0505,0505,0505,0505,0506,0506,0506,0502,0502,0502,0502,0502,0502,0502,0507,0507,0501,0501,0507,0501,0501,0507,0501,0501,0501,0507,0501,0501,0501,0507,0501,0501,0507,0501,0501,0501,0507,0501,0501,0507,0501,0501,0507,0500,0500,0507,0500,0500,0500,0500,0507,0500,0500,0507,0500,0500,0507,0500,0500,0500,0507,0500,0500,0507,0500,0500,0500,0507,0500,0502,0502,0502,0505,0505,0505,0505,0505,0506,0505,0506,0505,0505,0505,0505,0505,0505,0506,0505,0505,0505,0502,0502,0500,0500,0506,0500,0500,0500,0500,0506,0500,0500,0500,0506,0500,0500,0500,0506,0500,0500,0507,0507,0507,0507,0507,0504,0507,0507,0507,0507,0507,0507,0507,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0506,0506,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0503,0503,0506,0506,0502,0502,0502,0502,0507,0507,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0504,0504,0504,0504,0504,0504,0506,0506,0506,0506,0506,0506,0506,0506,0506,0506,0506,0506,0506,",
"0504,0504,0504,0504,0502,0502,0502,0504,0502,0502,0504,0502,0502,0504,0502,0504,0502,0504,0502,0500,0506,0500,0500,0500,0506,0500,0500,0500,0500,0500,0507,0500,0500,0507,0500,0500,0507,0500,0507,0500,0507,0500,0504,0503,0503,0504,0503,0503,0503,0503,0503,0503,0503,0503,0503,0505,0503,0503,0505,0503,0505,0503,0505,0503,0505,0503,0501,0507,0501,0501,0507,0501,0501,0501,0501,0501,0506,0501,0501,0501,0506,0501,0501,0506,0501,0506,0501,0506,0501,0502,0505,0502,0502,0505,0502,0502,0502,0502,0507,0507,0507,0507,0507,0504,0504,0507,0507,0500,0500,0506,0500,0500,0500,0506,0500,0500,0506,0500,0500,0500,0506,0500,0500,0500,0506,0500,0500,0500,0506,0500,0500,0500,0506,0500,0505,0502,0501,0501,0506,0501,0501,0501,0506,0501,0501,0501,0506,0501,0501,0501,0506,0501,0501,0501,0506,0501,0501,0501,0506,0501,0503,0503,0504,0503,0504,0503,0503,0504,0503,0504,0503,0504,0503,0504,0503,0503,0500,0507,0507,0500,0507,0500,0503,0504,0503,0504,0503,0503,0500,0502,0502,0502,0502,0502,0502,0506,0502,0502,0502,0502,0502,0506,0502,0502,0502,0502,0502,0502,0502,0501,0503,0505,0503,0505,0503,0505,0503,0503,0505,0507,0507,0501,0503,0505,0503,0507,0505,0503,0505,0503,0505,0503,0505,0503,0503,0505,0503,0505,0505,0505,0505,0505,0505,0505,0506,0506,0506,0506,0506,0506,0505,0505,0505,0505,0505,0502,0502,0502,0502,0502,0502,0502,0506,0506,0506,0506,0506,0506,0502,0502,0502,0502,0502,0502,0502,0502,0507,0507,0501,0507,0501,0501,0507,0501,0501,0501,0507,0501,0501,0501,0507,0501,0501,0501,0507,0501,0501,0501,0507,0501,0501,0507,0501,0501,0507,0501,0500,0500,0507,0500,0500,0507,0500,0500,0500,0507,0500,0500,0500,0507,0500,0500,0500,0507,0500,0500,0507,0500,0500,0500,0507,0500,0502,0505,0505,0505,0505,0506,0506,0505,0505,0505,0505,0505,0505,0505,0505,0506,0505,0505,0505,0506,0506,0502,0500,0500,0506,0500,0500,0500,0506,0500,0500,0500,0506,0500,0500,0500,0506,0500,0500,0506,0500,0500,0507,0507,0507,0507,0507,0507,0504,0507,0507,0507,0507,0507,0507,0507,0507,0507,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0506,0506,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0503,0503,0506,0506,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0507,0507,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0507,0503,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0507,0507,0507,0507,0507,0507,0503,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0504,0504,0504,0504,0504,0504,0506,0506,0506,0506,0506,0506,0506,0506,0506,0506,0506,",
"0504,0504,0504,0504,0502,0502,0502,0504,0502,0502,0504,0502,0502,0504,0502,0504,0502,0504,0502,0500,0506,0500,0500,0500,0506,0500,0500,0500,0500,0500,0507,0500,0500,0507,0500,0500,0507,0500,0507,0500,0507,0500,0504,0503,0503,0504,0503,0503,0503,0503,0503,0503,0503,0503,0503,0505,0503,0503,0505,0503,0505,0503,0505,0503,0505,0503,0501,0507,0501,0501,0507,0501,0501,0501,0501,0501,0506,0501,0501,0501,0506,0501,0501,0506,0501,0506,0501,0506,0501,0502,0505,0502,0502,0505,0502,0502,0502,0502,0507,0507,0507,0507,0507,0504,0504,0507,0507,0500,0500,0506,0500,0500,0500,0506,0500,0500,0506,0500,0500,0500,0506,0500,0500,0500,0506,0500,0500,0500,0506,0500,0500,0500,0506,0500,0505,0502,0501,0501,0506,0501,0501,0501,0506,0501,0501,0501,0506,0501,0501,0501,0506,0501,0501,0501,0506,0501,0501,0501,0506,0501,0503,0503,0504,0503,0504,0503,0503,0504,0503,0504,0503,0504,0503,0504,0503,0503,0500,0507,0507,0500,0507,0500,0503,0504,0503,0504,0503,0503,0500,0502,0502,0502,0502,0502,0502,0506,0502,0502,0502,0502,0502,0506,0502,0502,0502,0502,0502,0502,0502,0501,0503,0505,0503,0505,0503,0505,0503,0503,0505,0507,0507,0501,0503,0505,0503,0507,0505,0503,0505,0503,0505,0503,0505,0503,0503,0505,0503,0505,0505,0505,0505,0505,0505,0505,0506,0506,0506,0506,0506,0506,0505,0505,0505,0505,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0506,0506,0506,0506,0506,0506,0502,0502,0502,0502,0502,0502,0502,0502,0507,0507,0501,0507,0501,0507,0501,0501,0501,0507,0501,0501,0501,0507,0501,0501,0501,0507,0501,0501,0501,0507,0501,0501,0501,0507,0501,0501,0507,0501,0507,0500,0500,0500,0507,0500,0500,0507,0500,0500,0500,0507,0500,0500,0500,0507,0500,0500,0507,0500,0500,0500,0507,0500,0500,0507,0500,0506,0502,0501,0501,0505,0506,0501,0501,0506,0505,0501,0505,0505,0506,0501,0505,0506,0501,0501,0506,0505,0501,0502,0500,0500,0506,0500,0500,0500,0506,0500,0500,0500,0506,0500,0500,0506,0500,0500,0500,0506,0500,0500,0507,0507,0507,0507,0507,0507,0504,0507,0507,0507,0507,0507,0507,0507,0507,0507,0507,0507,0507,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0505,0505,0505,0505,0505,0505,0505,0505,0505,0505,0505,0505,0505,0505,0505,0505,0505,0505,0505,0501,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0507,0507,0507,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0507,0503,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0507,0507,0507,0507,0507,0503,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0507,0503,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0507,0507,0507,0507,0507,0503,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0507,0503,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0504,0504,0504,0504,0504,0504,0504,0504,0504,0504,0504,0504,0504,0504,0504,0504,0504,0504,0504,0504,0504,0504,0504,0506,0506,0506,0506,0506,0506,0506,0506,0506,0506,0506,0506,0506,0506,0506,0506,0506,",
"0504,0504,0504,0504,0502,0502,0502,0504,0502,0502,0504,0502,0502,0504,0502,0504,0502,0504,0502,0500,0506,0500,0500,0500,0506,0500,0500,0500,0500,0500,0507,0500,0500,0507,0500,0500,0507,0500,0507,0500,0507,0500,0504,0503,0503,0504,0503,0503,0503,0503,0503,0503,0503,0503,0503,0505,0503,0503,0505,0503,0505,0503,0505,0503,0505,0503,0501,0507,0501,0501,0507,0501,0501,0501,0501,0501,0506,0501,0501,0501,0506,0501,0501,0506,0501,0506,0501,0506,0501,0502,0505,0502,0502,0505,0502,0502,0502,0502,0507,0507,0507,0507,0507,0504,0504,0507,0507,0500,0500,0506,0500,0500,0500,0506,0500,0500,0506,0500,0500,0500,0506,0500,0500,0500,0506,0500,0500,0500,0506,0500,0500,0500,0506,0500,0505,0502,0501,0501,0506,0501,0501,0501,0506,0501,0501,0501,0506,0501,0501,0501,0506,0501,0501,0501,0506,0501,0501,0501,0506,0501,0503,0503,0504,0503,0504,0503,0503,0504,0503,0504,0503,0504,0503,0504,0503,0503,0500,0507,0507,0500,0507,0500,0503,0504,0503,0504,0503,0503,0500,0502,0502,0502,0502,0502,0502,0506,0502,0502,0502,0502,0502,0506,0502,0502,0502,0502,0502,0502,0502,0501,0503,0505,0503,0505,0503,0505,0503,0503,0505,0507,0507,0501,0503,0505,0503,0507,0505,0503,0505,0503,0505,0503,0505,0503,0503,0505,0503,0505,0505,0505,0505,0505,0505,0505,0506,0506,0506,0506,0506,0506,0507,0507,0507,0507,0507,0507,0507,0507,0505,0505,0505,0505,0505,0505,0506,0506,0502,0502,0502,0502,0502,0502,0502,0507,0507,0501,0507,0501,0507,0501,0501,0507,0501,0507,0501,0501,0507,0501,0507,0501,0501,0507,0501,0507,0501,0501,0507,0501,0507,0501,0501,0507,0501,0501,0502,0502,0507,0507,0503,0503,0503,0503,0503,0506,0506,0506,0500,0506,0500,0500,0506,0500,0500,0506,0500,0506,0500,0500,0506,0500,0500,0506,0500,0506,0500,0500,0506,0500,0506,0500,0500,0506,0500,0507,0507,0507,0504,0507,0507,0503,0503,0503,0503,0503,0503,0503,0505,0506,0506,0502,0502,0501,0506,0501,0501,0506,0501,0501,0506,0501,0506,0505,0505,0506,0505,0502,0501,0506,0501,0501,0506,0501,0506,0501,0501,0501,0501,0503,0503,0506,0506,0502,0502,0502,0502,0507,0507,0507,0500,0500,0507,0507,0507,0507,0507,0507,0504,0504,0504,0504,0504,0504,0504,0504,0504,0504,0504,0504,0504,0504,0504,0504,0506,0506,0506,0506,0506,0506,0506,0506,0506,0502,0502,0502,0502,0502,0502,0502,0507,0507,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0501,0502,0502,0507,0507,0503,0503,0503,0503,0503,0506,0506,0506,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0500,0507,0507,0507,0507,0507,0504,0504,0504,0504,0504,0504,0504,0506,",
"0504,0504,0504,0504,0502,0502,0502,0504,0502,0502,0504,0502,0502,0504,0502,0504,0502,0504,0502,0500,0506,0500,0500,0500,0506,0500,0500,0500,0500,0500,0507,0500,0500,0507,0500,0500,0507,0500,0507,0500,0507,0500,0504,0503,0503,0504,0503,0503,0503,0503,0503,0503,0503,0503,0503,0505,0503,0503,0505,0503,0505,0503,0505,0503,0505,0503,0501,0507,0501,0501,0507,0501,0501,0501,0501,0501,0506,0501,0501,0501,0506,0501,0501,0506,0501,0506,0501,0506,0501,0502,0505,0502,0502,0505,0502,0502,0502,0502,0507,0507,0507,0507,0507,0504,0504,0507,0507,0500,0500,0506,0500,0500,0500,0506,0500,0500,0506,0500,0500,0500,0506,0500,0500,0500,0506,0500,0500,0500,0506,0500,0500,0500,0506,0500,0505,0502,0501,0501,0506,0501,0501,0501,0506,0501,0501,0501,0506,0501,0501,0501,0506,0501,0501,0501,0506,0501,0501,0501,0506,0501,0503,0503,0504,0503,0504,0503,0503,0504,0503,0504,0503,0504,0503,0504,0503,0503,0500,0507,0507,0500,0507,0500,0503,0504,0503,0504,0503,0503,0500,0502,0502,0502,0502,0502,0502,0506,0502,0502,0502,0502,0502,0506,0502,0502,0502,0502,0502,0502,0502,0501,0503,0505,0503,0505,0503,0505,0503,0503,0505,0507,0507,0501,0503,0505,0503,0507,0505,0503,0505,0503,0505,0503,0505,0503,0503,0505,0503,0505,0505,0505,0505,0505,0505,0505,0506,0506,0506,0506,0506,0506,0505,0505,0505,0505,0505,0505,0506,0506,0502,0502,0502,0502,0502,0502,0502,0507,0507,0501,0507,0501,0507,0501,0501,0507,0501,0507,0501,0501,0507,0501,0507,0501,0501,0507,0501,0507,0501,0501,0507,0501,0507,0501,0501,0507,0501,0501,0502,0502,0507,0507,0503,0503,0503,0503,0503,0506,0506,0506,0500,0506,0500,0500,0506,0500,0500,0506,0500,0506,0500,0500,0506,0500,0500,0506,0500,0506,0500,0500,0506,0500,0506,0500,0500,0506,0500,0507,0507,0507,0504,0507,0507,0503,0503,0503,0503,0503,0503,0503,0505,0506,0506,0502,0502,0501,0506,0501,0501,0506,0501,0501,0506,0501,0506,0505,0505,0506,0505,0502,0501,0506,0501,0501,0506,0501,0506,0501,0501,0501,0501,0503,0503,0506,0506,0502,0502,0502,0502,0507,0507,0507,0500,0500,0507,0507,0507,0507,0507,0507,0504,0504,0504,0504,0504,0504,0504,0504,0504,0504,0504,0504,0504,0504,0504,0504,0504,0504,0504,0504,0504,0504,",
"0504,0504,0504,0504,0502,0502,0502,0504,0502,0502,0504,0502,0502,0504,0502,0504,0502,0504,0502,0500,0506,0500,0500,0500,0506,0500,0500,0500,0500,0500,0507,0500,0500,0507,0500,0500,0507,0500,0507,0500,0507,0500,0504,0503,0503,0504,0503,0503,0503,0503,0503,0503,0503,0503,0503,0505,0503,0503,0505,0503,0505,0503,0505,0503,0505,0503,0501,0507,0501,0501,0507,0501,0501,0501,0501,0501,0506,0501,0501,0501,0506,0501,0501,0506,0501,0506,0501,0506,0501,0502,0505,0502,0502,0505,0502,0502,0502,0502,0507,0507,0507,0507,0507,0504,0504,0507,0507,0500,0500,0506,0500,0500,0500,0506,0500,0500,0506,0500,0500,0500,0506,0500,0500,0500,0506,0500,0500,0500,0506,0500,0500,0500,0506,0500,0505,0502,0501,0501,0506,0501,0501,0501,0506,0501,0501,0501,0506,0501,0501,0501,0506,0501,0501,0501,0506,0501,0501,0501,0506,0501,0503,0503,0504,0503,0504,0503,0503,0504,0503,0504,0503,0504,0503,0504,0503,0503,0500,0507,0507,0500,0507,0500,0503,0504,0503,0504,0503,0503,0500,0502,0502,0502,0502,0502,0502,0506,0502,0502,0502,0502,0502,0506,0502,0502,0502,0502,0502,0502,0502,0501,0503,0505,0503,0505,0503,0505,0503,0503,0505,0507,0507,0501,0503,0505,0503,0507,0505,0503,0505,0503,0505,0503,0505,0503,0503,0505,0503,0505,0505,0505,0505,0505,0505,0505,0506,0506,0506,0506,0506,0506,0505,0505,0505,0505,0505,0502,0502,0506,0501,0506,0501,0501,0501,0501,0507,0501,0501,0505,0502,0502,0501,0507,0501,0503,0503,0501,0506,0501,0501,0506,0501,0506,0501,0506,0501,0502,0505,0502,0501,0501,0501,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0500,0500,0500,0506,0500,0502,0504,0502,0504,0502,0504,0502,0500,0506,0500,0500,0503,0503,0507,0500,0500,0502,0504,0502,0500,0507,0500,0500,0500,0500,0506,0500,0506,0500,0502,0502,0504,0504,0504,0504,0504,",
"0504,0504,0504,0504,0502,0502,0502,0504,0502,0502,0504,0502,0502,0504,0502,0504,0502,0504,0502,0500,0506,0500,0500,0500,0506,0500,0500,0500,0500,0500,0507,0500,0500,0507,0500,0500,0507,0500,0507,0500,0507,0500,0504,0503,0503,0504,0503,0503,0503,0503,0503,0503,0503,0503,0503,0505,0503,0503,0505,0503,0505,0503,0505,0503,0505,0503,0501,0507,0501,0501,0507,0501,0501,0501,0501,0501,0506,0501,0501,0501,0506,0501,0501,0506,0501,0506,0501,0506,0501,0502,0505,0502,0502,0505,0502,0502,0502,0502,0507,0507,0507,0507,0507,0504,0504,0507,0507,0500,0500,0506,0500,0500,0500,0506,0500,0500,0506,0500,0500,0500,0506,0500,0500,0500,0506,0500,0500,0500,0506,0500,0500,0500,0506,0500,0505,0502,0501,0501,0506,0501,0501,0501,0506,0501,0501,0501,0506,0501,0501,0501,0506,0501,0501,0501,0506,0501,0501,0501,0506,0501,0503,0503,0504,0503,0504,0503,0503,0504,0503,0504,0503,0504,0503,0504,0503,0503,0500,0507,0507,0500,0507,0500,0503,0504,0503,0504,0503,0503,0500,0502,0502,0502,0502,0502,0502,0506,0502,0502,0502,0502,0502,0506,0502,0502,0502,0502,0502,0502,0502,0501,0503,0505,0503,0505,0503,0505,0503,0503,0505,0507,0507,0501,0503,0505,0503,0507,0505,0503,0505,0503,0505,0503,0505,0503,0503,0505,0503,0505,0505,0505,0505,0505,0505,0505,0506,0506,0506,0506,0506,0506,0505,0505,0505,0505,0505,0502,0502,0504,0502,0504,0502,0502,0505,0502,0501,0501,0506,0501,0506,0501,0501,0501,0506,0501,0506,0501,0506,0501,0501,0506,0501,0501,0507,0501,0503,0505,0503,0503,0504,0503,0504,0503,0503,0503,0504,0503,0504,0503,0504,0503,0501,0501,0501,0506,0501,0506,0501,0506,0501,0502,0505,0502,0501,0501,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0505,0503,0505,0503,0505,0503,0501,0501,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0500,0500,0507,0500,0507,0500,0507,0507,0507,0507,0507,0507,0507,0507,0507,0507,0507,0507,0507,0504,0507,0500,0500,0500,0507,0500,0500,0500,0500,0500,0500,0506,0500,0500,0500,0506,0500,0506,0500,0506,0500,0506,0500,0502,0504,0502,0502,0505,0505,0505,0506,0506,0506,0502,0501,0502,0507,0507,0507,0507,0507,0504,0504,0504,0504,0504,0504,0504,0504,0504,",
"0504,0504,0504,0504,0502,0502,0502,0504,0502,0502,0504,0502,0502,0504,0502,0504,0502,0504,0502,0500,0506,0500,0500,0500,0506,0500,0500,0500,0500,0500,0507,0500,0500,0507,0500,0500,0507,0500,0507,0500,0507,0500,0504,0503,0503,0504,0503,0503,0503,0503,0503,0503,0503,0503,0503,0505,0503,0503,0505,0503,0505,0503,0505,0503,0505,0503,0501,0507,0501,0501,0507,0501,0501,0501,0501,0501,0506,0501,0501,0501,0506,0501,0501,0506,0501,0506,0501,0506,0501,0502,0505,0502,0502,0505,0502,0502,0502,0502,0507,0507,0507,0507,0507,0504,0504,0507,0507,0500,0500,0506,0500,0500,0500,0506,0500,0500,0506,0500,0500,0500,0506,0500,0500,0500,0506,0500,0500,0500,0506,0500,0500,0500,0506,0500,0505,0502,0501,0501,0506,0501,0501,0501,0506,0501,0501,0501,0506,0501,0501,0501,0506,0501,0501,0501,0506,0501,0501,0501,0506,0501,0503,0503,0504,0503,0504,0503,0503,0504,0503,0504,0503,0504,0503,0504,0503,0503,0500,0507,0507,0500,0507,0500,0503,0504,0503,0504,0503,0503,0500,0502,0502,0502,0502,0502,0502,0506,0502,0502,0502,0502,0502,0506,0502,0502,0502,0502,0502,0502,0502,0501,0503,0505,0503,0505,0503,0505,0503,0503,0505,0507,0507,0501,0503,0505,0503,0507,0505,0503,0505,0503,0505,0503,0505,0503,0503,0505,0503,0505,0505,0505,0505,0505,0505,0505,0506,0506,0506,0506,0506,0506,0505,0505,0505,0506,0506,0502,0502,0505,0502,0505,0502,0501,0501,0507,0501,0501,0501,0501,0501,0501,0501,0501,0504,0502,0504,0502,0504,0502,0507,0500,0500,0506,0500,0504,0502,0502,0502,0505,0502,0501,0501,0501,0507,0501,0507,0501,0507,0501,0501,0507,0501,0501,0501,0507,0501,0501,0507,0501,0505,0502,0502,0505,0502,0501,0501,0501,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0500,0500,0500,0506,0500,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0507,0507,0507,0507,0507,0507,0507,0507,0507,0507,0507,0507,0500,0507,0500,0500,0507,0500,0500,0507,0500,0500,0500,0507,0500,0500,0503,0504,0503,0500,0500,0506,0500,0504,0502,0502,0505,0502,0505,0502,0501,0507,0501,0505,0502,0505,0502,0505,0502,0500,0500,0500,0500,0500,0500,0500,0507,0500,0500,0500,0500,0506,0500,0502,0502,0505,0502,0505,0502,0501,0507,0501,0501,0506,0501,0501,0501,0506,0501,0501,0504,0506,0500,0500,0500,0506,0500,0500,0507,0500,0500,0506,0500,0507,0507,0504,0504,0504,0504,",
"0504,0504,0504,0504,0502,0502,0502,0504,0502,0502,0504,0502,0502,0504,0502,0504,0502,0504,0502,0500,0506,0500,0500,0500,0506,0500,0500,0500,0500,0500,0507,0500,0500,0507,0500,0500,0507,0500,0507,0500,0507,0500,0504,0503,0503,0504,0503,0503,0503,0503,0503,0503,0503,0503,0503,0505,0503,0503,0505,0503,0505,0503,0505,0503,0505,0503,0501,0507,0501,0501,0507,0501,0501,0501,0501,0501,0506,0501,0501,0501,0506,0501,0501,0506,0501,0506,0501,0506,0501,0502,0505,0502,0502,0505,0502,0502,0502,0502,0507,0507,0507,0507,0507,0504,0504,0507,0507,0500,0500,0506,0500,0500,0500,0506,0500,0500,0506,0500,0500,0500,0506,0500,0500,0500,0506,0500,0500,0500,0506,0500,0500,0500,0506,0500,0505,0502,0501,0501,0506,0501,0501,0501,0506,0501,0501,0501,0506,0501,0501,0501,0506,0501,0501,0501,0506,0501,0501,0501,0506,0501,0503,0503,0504,0503,0504,0503,0503,0504,0503,0504,0503,0504,0503,0504,0503,0503,0500,0507,0507,0500,0507,0500,0503,0504,0503,0504,0503,0503,0500,0502,0502,0502,0502,0502,0502,0506,0502,0502,0502,0502,0502,0506,0502,0502,0502,0502,0502,0502,0502,0501,0503,0505,0503,0505,0503,0505,0503,0503,0505,0507,0507,0501,0503,0505,0503,0507,0505,0503,0505,0503,0505,0503,0505,0503,0503,0505,0503,0505,0505,0505,0505,0505,0505,0505,0506,0506,0506,0506,0506,0506,0505,0505,0502,0501,0501,0502,0502,0501,0501,0503,0503,0501,0501,0501,0502,0502,0502,0502,0504,0502,0502,0505,0502,0502,0505,0502,0505,0502,0501,0506,0501,0501,0501,0501,0507,0501,0501,0507,0501,0507,0501,0507,0501,0507,0501,0501,0506,0501,0506,0501,0501,0501,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0503,0500,0500,0506,0500,0506,0500,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0502,0507,0507,0507,0507,0507,0507,0507,0507,0507,0507,0507,0507,0507,0500,0507,0500,0507,0500,0507,0500,0507,0500,0500,0507,0500,0500,0500,0500,0500,0506,0500,0506,0500,0506,0500,0502,0504,0502,0502,0505,0502,0502,0502,0502,0502,0500,0500,0500,0503,0503,0500,0500,0502,0502,0500,0500,0502,0505,0505,0505,0505,0505,0505,0505,0505,0505,0505,0505,0505,0506,0506,0502,0504,0502,0502,0505,0502,0501,0501,0507,0501,0507,0501,0507,0501,0500,0500,0500,0500,0507,0507,0507,0507,0507,0507,0501,0501,0501,0501,0507,0500,0507,0500,0507,0500,0507,0500,0500,0506,0500,0502,0502,0505,0502,0501,0506,0506,0506,0504,0504,0504,0504,0504,0504,0504,0504,0504,0504,0504,0504,0504,0504,0504,"
];