cem 0.1.4 → 0.1.5

Sign up to get free protection for your applications and to get access to all the features.
Files changed (66) hide show
  1. checksums.yaml +4 -4
  2. data/examples/aoc2018/.gitignore +2 -0
  3. data/examples/aoc2018/day10.rb +61 -0
  4. data/examples/aoc2018/day11.rb +66 -0
  5. data/examples/aoc2018/day12.rb +61 -0
  6. data/examples/aoc2018/day13.rb +167 -0
  7. data/examples/aoc2018/day14.rb +31 -0
  8. data/examples/aoc2018/day14_2.rb +71 -0
  9. data/examples/aoc2018/day15.rb +271 -0
  10. data/examples/aoc2018/day16.rb +158 -0
  11. data/examples/aoc2018/day17.rb +203 -0
  12. data/examples/aoc2018/day18.rb +113 -0
  13. data/examples/aoc2018/day18_rspec.rb +131 -0
  14. data/examples/aoc2018/day19.rb +145 -0
  15. data/examples/aoc2018/day20.rb +103 -0
  16. data/examples/aoc2018/day21.rb +158 -0
  17. data/examples/aoc2018/day21_v2.rb +137 -0
  18. data/examples/aoc2018/day21_v3.rb +157 -0
  19. data/examples/aoc2018/day21_v4.rb +141 -0
  20. data/examples/aoc2018/day22.rb +212 -0
  21. data/examples/aoc2018/day23.rb +148 -0
  22. data/examples/aoc2018/day24.rb +156 -0
  23. data/examples/aoc2018/day25.rb +52 -0
  24. data/examples/aoc2018/day9.rb +51 -0
  25. data/examples/aoc2018/day9_circular.rb +125 -0
  26. data/examples/aoc2018/inputs/day10_input.txt +395 -0
  27. data/examples/aoc2018/inputs/day11_input.txt +1 -0
  28. data/examples/aoc2018/inputs/day12_input.txt +34 -0
  29. data/examples/aoc2018/inputs/day12_input2.txt +16 -0
  30. data/examples/aoc2018/inputs/day13_input.txt +150 -0
  31. data/examples/aoc2018/inputs/day13_test.txt +6 -0
  32. data/examples/aoc2018/inputs/day14_input.txt +1 -0
  33. data/examples/aoc2018/inputs/day15_input.txt +32 -0
  34. data/examples/aoc2018/inputs/day15_input10.txt +32 -0
  35. data/examples/aoc2018/inputs/day15_input11.txt +32 -0
  36. data/examples/aoc2018/inputs/day15_input12.txt +32 -0
  37. data/examples/aoc2018/inputs/day15_input13.txt +32 -0
  38. data/examples/aoc2018/inputs/day15_input14.txt +32 -0
  39. data/examples/aoc2018/inputs/day15_input2.txt +7 -0
  40. data/examples/aoc2018/inputs/day15_input3.txt +9 -0
  41. data/examples/aoc2018/inputs/day15_input4.txt +7 -0
  42. data/examples/aoc2018/inputs/day15_input5.txt +7 -0
  43. data/examples/aoc2018/inputs/day15_input6.txt +7 -0
  44. data/examples/aoc2018/inputs/day15_input7.txt +7 -0
  45. data/examples/aoc2018/inputs/day15_input8.txt +5 -0
  46. data/examples/aoc2018/inputs/day15_input9.txt +7 -0
  47. data/examples/aoc2018/inputs/day15_test.txt +9 -0
  48. data/examples/aoc2018/inputs/day16_input.txt +3865 -0
  49. data/examples/aoc2018/inputs/day17_input.txt +2229 -0
  50. data/examples/aoc2018/inputs/day17_input_test.txt +8 -0
  51. data/examples/aoc2018/inputs/day18_input.txt +50 -0
  52. data/examples/aoc2018/inputs/day18_test.txt +10 -0
  53. data/examples/aoc2018/inputs/day19_input.txt +48 -0
  54. data/examples/aoc2018/inputs/day20_input.txt +1 -0
  55. data/examples/aoc2018/inputs/day21_input.txt +32 -0
  56. data/examples/aoc2018/inputs/day22_input.txt +2 -0
  57. data/examples/aoc2018/inputs/day23_input.txt +1000 -0
  58. data/examples/aoc2018/inputs/day23_input2.txt +9 -0
  59. data/examples/aoc2018/inputs/day24_input.txt +24 -0
  60. data/examples/aoc2018/inputs/day25_input.txt +1483 -0
  61. data/examples/aoc2018/inputs/day9_input.txt +1 -0
  62. data/lib/cem.rb +0 -6
  63. data/lib/cem/ccommon.rb +45 -0
  64. data/lib/cem/cruzzles.rb +93 -38
  65. data/lib/cem/version.rb +1 -1
  66. metadata +62 -2
@@ -0,0 +1,9 @@
1
+ pos=<0,0,0>, r=4
2
+ pos=<1,0,0>, r=1
3
+ pos=<4,0,0>, r=3
4
+ pos=<0,2,0>, r=1
5
+ pos=<0,5,0>, r=3
6
+ pos=<0,0,3>, r=1
7
+ pos=<1,1,1>, r=1
8
+ pos=<1,1,2>, r=1
9
+ pos=<1,3,1>, r=1
@@ -0,0 +1,24 @@
1
+
2
+ Immune System:
3
+ 597 units each with 4458 hit points with an attack that does 73 slashing damage at initiative 6
4
+ 4063 units each with 9727 hit points (weak to radiation) with an attack that does 18 radiation damage at initiative 9
5
+ 2408 units each with 5825 hit points (weak to slashing; immune to fire, radiation) with an attack that does 17 slashing damage at initiative 2
6
+ 5199 units each with 8624 hit points (immune to fire) with an attack that does 16 radiation damage at initiative 15
7
+ 1044 units each with 4485 hit points (weak to bludgeoning) with an attack that does 41 radiation damage at initiative 3
8
+ 4890 units each with 9477 hit points (immune to cold; weak to fire) with an attack that does 19 slashing damage at initiative 7
9
+ 1280 units each with 10343 hit points with an attack that does 64 cold damage at initiative 19
10
+ 609 units each with 6435 hit points with an attack that does 86 cold damage at initiative 17
11
+ 480 units each with 2750 hit points (weak to cold) with an attack that does 57 fire damage at initiative 11
12
+ 807 units each with 4560 hit points (immune to fire, slashing; weak to bludgeoning) with an attack that does 56 radiation damage at initiative 8
13
+
14
+ Infection:
15
+ 1237 units each with 50749 hit points (weak to radiation; immune to cold, slashing, bludgeoning) with an attack that does 70 radiation damage at initiative 12
16
+ 4686 units each with 25794 hit points (immune to cold, slashing; weak to bludgeoning) with an attack that does 10 bludgeoning damage at initiative 14
17
+ 1518 units each with 38219 hit points (weak to slashing, fire) with an attack that does 42 radiation damage at initiative 16
18
+ 4547 units each with 21147 hit points (weak to fire; immune to radiation) with an attack that does 7 slashing damage at initiative 4
19
+ 1275 units each with 54326 hit points (immune to cold) with an attack that does 65 cold damage at initiative 20
20
+ 436 units each with 36859 hit points (immune to fire, cold) with an attack that does 164 fire damage at initiative 18
21
+ 728 units each with 53230 hit points (weak to radiation, bludgeoning) with an attack that does 117 fire damage at initiative 5
22
+ 2116 units each with 21754 hit points with an attack that does 17 bludgeoning damage at initiative 10
23
+ 2445 units each with 21224 hit points (immune to cold) with an attack that does 16 cold damage at initiative 13
24
+ 3814 units each with 22467 hit points (weak to bludgeoning, radiation) with an attack that does 10 cold damage at initiative 1
@@ -0,0 +1,1483 @@
1
+ 1,-7,1,1
2
+ -3,4,3,4
3
+ -6,2,4,8
4
+ 7,-1,-5,5
5
+ -8,-7,-6,5
6
+ 2,0,-3,3
7
+ 0,-3,0,-5
8
+ 0,-8,-2,1
9
+ 4,3,6,8
10
+ -5,8,-1,6
11
+ -5,8,3,5
12
+ 5,-7,-5,1
13
+ -3,1,-1,-3
14
+ -6,-2,2,0
15
+ 7,4,-7,-1
16
+ 2,-6,3,-7
17
+ 0,4,0,6
18
+ -1,2,-7,-4
19
+ -6,-7,-4,-5
20
+ 2,0,-2,5
21
+ -6,1,-8,6
22
+ -8,-5,-7,-6
23
+ 3,3,-2,0
24
+ 5,-1,-6,-2
25
+ 2,1,-7,7
26
+ 0,0,-8,-2
27
+ 1,-1,6,8
28
+ 7,-7,-2,2
29
+ -2,3,-1,0
30
+ 6,8,0,-8
31
+ 2,2,7,-5
32
+ -8,5,5,-8
33
+ 3,0,8,2
34
+ 3,1,-6,-4
35
+ -4,-7,5,0
36
+ -2,7,5,5
37
+ -6,0,0,1
38
+ 0,-6,2,4
39
+ -1,-5,8,0
40
+ -2,0,0,-1
41
+ 1,-1,-1,-7
42
+ -3,-4,6,-1
43
+ -1,8,3,7
44
+ 2,3,-4,0
45
+ 0,8,4,-6
46
+ -6,6,0,8
47
+ 0,5,-2,-8
48
+ -1,3,-3,-3
49
+ 6,0,6,-1
50
+ -5,4,3,0
51
+ 6,2,3,-5
52
+ -3,-7,-5,4
53
+ 3,2,6,0
54
+ 1,4,-4,-8
55
+ 2,-3,0,-2
56
+ 4,-2,-1,4
57
+ -7,-3,6,0
58
+ -3,7,-5,-5
59
+ 2,5,-5,7
60
+ 0,-6,0,-5
61
+ -8,0,-2,-8
62
+ 5,-5,1,-1
63
+ 6,-5,-1,0
64
+ 0,5,-8,5
65
+ -7,7,1,1
66
+ -3,6,6,-1
67
+ 5,-1,8,7
68
+ -6,-4,1,1
69
+ 8,0,6,0
70
+ 6,-2,-7,-3
71
+ 7,-7,-5,-5
72
+ -2,6,-7,6
73
+ 5,-5,-6,-7
74
+ 4,7,-5,-1
75
+ 2,7,2,-1
76
+ 2,-3,-1,-6
77
+ 8,-5,-7,-6
78
+ -8,-7,-6,-7
79
+ 3,-8,-6,-7
80
+ 5,-2,1,-8
81
+ 0,2,1,8
82
+ -7,0,4,-4
83
+ 7,-4,-7,7
84
+ 2,0,-7,-6
85
+ -6,8,-7,4
86
+ -6,1,-3,-5
87
+ -6,-1,6,3
88
+ -1,1,7,-1
89
+ -8,-5,1,5
90
+ -7,0,0,-7
91
+ 0,1,6,-6
92
+ -8,-1,0,8
93
+ 2,-1,1,7
94
+ -6,6,3,3
95
+ 5,1,-1,0
96
+ -1,-6,-5,4
97
+ -4,5,3,6
98
+ -3,6,-8,-7
99
+ -6,7,-2,1
100
+ 4,-3,-5,1
101
+ 3,2,3,8
102
+ -1,0,-1,8
103
+ -4,0,-7,3
104
+ 7,-8,0,5
105
+ 3,4,4,-7
106
+ -8,7,-5,-6
107
+ 3,2,0,7
108
+ -4,3,-3,4
109
+ -3,0,6,-5
110
+ 0,2,-8,6
111
+ 5,4,-6,7
112
+ 2,8,-4,6
113
+ -5,-8,-4,7
114
+ 6,0,-3,3
115
+ -4,-8,6,-8
116
+ 6,0,-6,-8
117
+ 5,-8,-3,6
118
+ -6,1,-7,0
119
+ 1,1,-7,0
120
+ -6,3,-2,-5
121
+ 0,4,-6,0
122
+ -7,-7,-7,8
123
+ -5,7,-8,-2
124
+ -8,-7,0,7
125
+ -6,-2,0,6
126
+ 0,-7,-1,5
127
+ -6,6,0,-4
128
+ 7,-4,1,1
129
+ 0,5,8,-1
130
+ 5,2,-4,-7
131
+ 0,-2,-8,-6
132
+ -4,-6,0,7
133
+ -5,-3,0,3
134
+ 4,-3,-1,6
135
+ -3,-6,4,5
136
+ 4,-2,-3,0
137
+ -3,-6,4,-3
138
+ 5,4,3,-1
139
+ 7,3,1,2
140
+ -4,3,-6,6
141
+ 5,6,0,8
142
+ 5,-5,3,3
143
+ -5,4,-1,-4
144
+ 0,-1,0,1
145
+ 8,-3,6,5
146
+ 2,7,-6,-1
147
+ -3,6,8,0
148
+ 0,-4,-8,-3
149
+ 1,2,8,-3
150
+ -7,2,-4,1
151
+ -8,-6,-2,8
152
+ 3,-1,7,-8
153
+ -8,-5,3,2
154
+ 0,-5,5,6
155
+ 0,1,8,-7
156
+ 0,7,0,1
157
+ -7,7,2,2
158
+ 4,-7,-1,-4
159
+ 6,8,0,-5
160
+ -7,2,-3,-7
161
+ 1,0,-3,0
162
+ 0,4,-3,4
163
+ 1,-5,-8,7
164
+ 6,-8,0,0
165
+ -3,-1,6,-4
166
+ 5,-5,5,0
167
+ -2,6,-2,7
168
+ 2,1,5,-7
169
+ -7,-4,2,-1
170
+ 7,-7,5,-5
171
+ -4,0,-6,5
172
+ 7,5,0,8
173
+ 2,4,-1,8
174
+ -2,0,2,0
175
+ 1,0,-1,-3
176
+ -6,3,2,4
177
+ -6,4,7,7
178
+ -6,-3,8,-8
179
+ 7,2,2,5
180
+ -6,0,-2,5
181
+ 1,0,5,-5
182
+ 0,-2,-1,7
183
+ 6,6,0,5
184
+ 4,0,-7,0
185
+ -2,1,-2,-1
186
+ 0,-3,1,-1
187
+ 3,4,8,8
188
+ -7,6,2,4
189
+ 3,7,-8,2
190
+ 2,-5,-2,7
191
+ 3,-8,5,-5
192
+ 5,0,2,2
193
+ 0,2,3,4
194
+ 6,0,3,8
195
+ 8,6,5,2
196
+ -3,6,-3,-2
197
+ -4,0,5,-1
198
+ 6,6,8,4
199
+ 5,-5,-1,0
200
+ -7,1,2,8
201
+ -7,-6,-7,-2
202
+ 1,5,4,5
203
+ 1,0,0,-4
204
+ 4,-4,4,-2
205
+ 0,1,1,-3
206
+ 7,-4,-3,1
207
+ 2,0,5,4
208
+ 3,-8,-6,2
209
+ -2,0,-5,-1
210
+ -5,-3,-4,-1
211
+ 8,-1,5,3
212
+ 3,-3,5,-1
213
+ 4,-8,-6,2
214
+ 6,-3,0,6
215
+ -3,-1,7,-4
216
+ 3,-1,2,1
217
+ 2,8,-3,-7
218
+ 6,-3,-3,-8
219
+ -6,-4,7,0
220
+ 7,5,3,2
221
+ -5,-3,-3,2
222
+ 0,-7,-7,4
223
+ 1,0,8,0
224
+ 2,-6,4,7
225
+ -5,1,7,8
226
+ 2,6,6,-5
227
+ 0,-2,1,0
228
+ 3,-7,6,4
229
+ 5,-2,-5,0
230
+ 1,-6,0,-6
231
+ 6,-5,3,2
232
+ -2,2,1,4
233
+ 2,-4,4,2
234
+ 2,7,-2,4
235
+ 1,6,6,0
236
+ 5,-8,0,-2
237
+ 8,-2,-8,4
238
+ 7,-8,-2,-8
239
+ 3,-8,8,-5
240
+ -8,-5,1,0
241
+ -8,0,7,-2
242
+ 6,3,2,1
243
+ 4,4,7,2
244
+ -3,0,-6,-4
245
+ 4,-3,6,-5
246
+ 0,0,0,7
247
+ 6,8,-2,2
248
+ -6,6,4,-1
249
+ 6,-6,1,0
250
+ -6,7,-5,0
251
+ 3,-4,-7,3
252
+ -1,0,1,-3
253
+ -6,8,-2,7
254
+ 0,-7,3,8
255
+ -6,7,2,8
256
+ -6,-3,8,6
257
+ 6,8,6,-8
258
+ -4,-4,-4,0
259
+ 4,-4,-3,0
260
+ -1,4,0,-1
261
+ 3,-8,0,5
262
+ 8,6,1,4
263
+ 3,5,1,-2
264
+ 5,-6,-1,-3
265
+ -7,1,-8,-7
266
+ 8,-5,0,6
267
+ -5,3,7,7
268
+ -7,-3,-4,-2
269
+ 1,-7,-5,0
270
+ 5,5,-7,-8
271
+ -8,-3,-1,4
272
+ -8,3,6,8
273
+ 0,-6,6,-3
274
+ 1,5,2,-4
275
+ -4,-3,2,5
276
+ 3,-6,1,0
277
+ -2,0,-3,7
278
+ -3,1,-1,2
279
+ 5,5,4,1
280
+ 4,-8,2,6
281
+ 0,-6,-8,-8
282
+ -2,-1,6,-1
283
+ -1,3,2,3
284
+ -3,-7,0,-3
285
+ 7,-3,1,-7
286
+ 3,3,-2,2
287
+ 4,3,8,-5
288
+ -5,-1,5,5
289
+ -7,-7,7,6
290
+ -8,-1,-2,0
291
+ -6,3,0,8
292
+ 1,2,6,8
293
+ -7,7,1,-1
294
+ 0,3,0,7
295
+ -6,-4,-1,1
296
+ -7,-8,-2,5
297
+ 5,3,-6,5
298
+ 4,6,0,2
299
+ -1,-7,0,5
300
+ 8,-8,0,6
301
+ -8,7,6,7
302
+ 0,3,-5,0
303
+ 1,2,6,-8
304
+ -6,-5,7,0
305
+ -1,-7,5,0
306
+ -3,-4,7,0
307
+ 8,1,0,0
308
+ 0,-1,1,2
309
+ 1,2,-4,1
310
+ 4,-7,1,-7
311
+ 7,0,0,2
312
+ 6,8,3,0
313
+ -2,8,-5,-2
314
+ 2,-3,3,1
315
+ -3,5,0,2
316
+ 3,-7,6,1
317
+ 3,1,5,0
318
+ -6,3,7,0
319
+ -2,2,4,5
320
+ -1,3,0,0
321
+ -8,2,1,7
322
+ -1,-4,-3,-2
323
+ -5,-1,-7,-1
324
+ -3,7,-1,0
325
+ 4,-7,0,-5
326
+ 2,5,-2,-3
327
+ 0,6,-3,-6
328
+ 4,3,-7,0
329
+ 3,-5,-5,4
330
+ 4,-7,-5,6
331
+ -4,-2,7,-6
332
+ -2,5,-1,-7
333
+ -8,0,-3,0
334
+ -2,4,-6,-6
335
+ 3,5,6,8
336
+ 2,1,-3,-2
337
+ -7,8,-8,-2
338
+ -7,3,-8,5
339
+ 5,1,-4,1
340
+ -2,-6,7,-3
341
+ -7,8,7,-2
342
+ -1,3,-2,0
343
+ 0,5,-4,2
344
+ 2,-2,-1,3
345
+ -5,-3,1,3
346
+ -4,5,2,-6
347
+ -8,-8,0,3
348
+ -3,6,-6,0
349
+ -6,8,-4,-2
350
+ -7,-3,-6,-7
351
+ -6,6,-2,0
352
+ -4,2,2,-6
353
+ -8,8,5,2
354
+ 3,-1,-7,-5
355
+ 7,5,6,-5
356
+ -7,7,6,6
357
+ 2,-6,-8,7
358
+ 3,-3,-1,2
359
+ -2,0,-3,-2
360
+ -8,0,3,5
361
+ -7,-1,8,-6
362
+ 3,3,3,1
363
+ -6,-8,4,-1
364
+ -6,-1,2,-4
365
+ -3,7,-2,7
366
+ 6,1,5,-4
367
+ 8,7,-3,8
368
+ 4,-4,0,5
369
+ 1,4,-5,-6
370
+ 8,-5,2,4
371
+ 0,-4,7,7
372
+ 1,2,4,-5
373
+ -6,8,8,8
374
+ 5,8,2,-5
375
+ 7,-5,-6,7
376
+ -4,-2,1,-7
377
+ 1,-4,1,-5
378
+ -5,5,0,2
379
+ 6,-7,-2,3
380
+ -6,-5,-6,3
381
+ -5,4,3,4
382
+ -2,-4,1,0
383
+ 1,-7,5,7
384
+ -5,4,1,-6
385
+ -1,-2,7,2
386
+ 6,-8,-2,3
387
+ -6,-1,-4,5
388
+ 7,-2,8,-4
389
+ 0,3,-2,3
390
+ 0,-5,3,6
391
+ -1,0,-3,-2
392
+ 4,-4,2,-8
393
+ 0,8,-2,8
394
+ -2,7,1,-7
395
+ 8,-5,-6,6
396
+ -5,-1,-2,-8
397
+ -3,4,-4,4
398
+ 4,5,8,2
399
+ 8,5,-4,-1
400
+ 8,6,0,2
401
+ -3,5,-3,5
402
+ 3,-5,0,-4
403
+ 8,2,0,5
404
+ -7,-8,4,4
405
+ -1,0,3,-4
406
+ 0,-5,-4,0
407
+ 2,2,3,-7
408
+ -3,7,-7,5
409
+ 3,0,-3,-2
410
+ -8,-4,3,0
411
+ -3,0,5,-2
412
+ -3,-6,-8,7
413
+ 5,-3,0,-1
414
+ 4,-4,7,-1
415
+ 6,5,8,6
416
+ 0,-6,-6,8
417
+ -2,-8,1,-3
418
+ -8,-5,7,-1
419
+ -2,4,-4,-3
420
+ 4,1,5,-2
421
+ -7,-3,-2,-1
422
+ 2,5,1,4
423
+ -3,-3,-3,2
424
+ 8,-3,8,-1
425
+ -1,4,8,-5
426
+ -6,7,-6,4
427
+ 7,2,0,7
428
+ 8,7,-4,8
429
+ 3,2,5,-3
430
+ 8,8,5,4
431
+ -6,-7,8,-7
432
+ 0,-7,5,-3
433
+ 5,8,4,7
434
+ 4,-8,1,-5
435
+ -1,7,-2,-4
436
+ 5,-5,6,0
437
+ 3,-5,5,1
438
+ -4,3,3,5
439
+ 4,-8,8,-8
440
+ -5,3,-4,-1
441
+ -6,8,-8,0
442
+ 0,7,-2,0
443
+ -7,-3,-1,7
444
+ 0,0,-4,-8
445
+ 6,1,0,0
446
+ -7,0,0,5
447
+ 7,-4,-5,1
448
+ 5,-5,6,-4
449
+ 1,0,-8,-5
450
+ 4,5,-7,-7
451
+ 4,2,3,6
452
+ 1,5,0,8
453
+ 0,4,-5,-6
454
+ 0,1,-4,-8
455
+ 8,5,-7,-4
456
+ 3,5,-5,7
457
+ -4,-8,0,-5
458
+ -7,0,4,5
459
+ -8,6,-8,1
460
+ 2,-6,2,8
461
+ 3,8,0,6
462
+ 0,-5,0,-5
463
+ -2,-5,5,-1
464
+ 0,-4,-6,5
465
+ 2,-8,-1,6
466
+ 0,0,4,0
467
+ 3,0,8,-1
468
+ 8,-1,2,2
469
+ 5,-4,4,-8
470
+ -1,7,0,-5
471
+ 5,-3,0,2
472
+ -7,1,-2,2
473
+ 2,-4,6,-8
474
+ 7,-5,0,-8
475
+ 1,0,5,-2
476
+ -1,3,1,5
477
+ 6,6,-6,6
478
+ 1,3,6,7
479
+ -5,4,5,0
480
+ -6,-4,6,0
481
+ -6,-2,6,-3
482
+ -4,-5,0,-5
483
+ 3,-2,-7,6
484
+ 8,5,1,-2
485
+ -2,-6,8,0
486
+ 4,3,-3,-4
487
+ -6,-4,0,-3
488
+ -8,2,-1,-4
489
+ 4,4,2,-2
490
+ -4,5,5,1
491
+ -6,-2,-7,6
492
+ -2,-5,-2,0
493
+ -2,-1,-4,-4
494
+ -3,0,3,7
495
+ -8,5,2,-5
496
+ 8,7,3,-1
497
+ -7,0,4,-5
498
+ 7,6,0,8
499
+ 5,0,-5,-3
500
+ -2,6,8,6
501
+ -6,6,0,-6
502
+ -2,2,5,0
503
+ 4,-2,-6,-8
504
+ 0,0,-1,-3
505
+ 4,-4,8,8
506
+ 7,-2,6,1
507
+ 7,-6,4,6
508
+ 2,-1,0,0
509
+ -5,-1,-1,-2
510
+ -3,5,3,-5
511
+ 0,-4,-7,-4
512
+ -5,6,-5,1
513
+ 5,1,-1,-3
514
+ 3,2,4,1
515
+ -8,5,2,3
516
+ -5,8,-7,-6
517
+ 2,2,-7,1
518
+ -2,8,2,1
519
+ -2,4,-4,4
520
+ -7,2,7,-3
521
+ 8,8,-8,-7
522
+ 1,4,5,-4
523
+ 0,2,-6,-6
524
+ 0,6,6,-7
525
+ 1,6,-7,-8
526
+ -1,6,-1,1
527
+ 4,0,-6,7
528
+ 8,7,3,-6
529
+ -2,8,7,-8
530
+ 2,0,-6,1
531
+ 3,-4,1,2
532
+ 2,-3,4,-8
533
+ 0,-8,8,-4
534
+ 1,0,2,7
535
+ -2,5,0,-2
536
+ 8,-4,0,0
537
+ -3,3,-6,-3
538
+ 3,-1,6,-7
539
+ 2,8,3,5
540
+ -3,-8,-1,-8
541
+ 5,6,6,4
542
+ 7,-5,5,-5
543
+ 2,-2,-7,1
544
+ 6,5,4,-1
545
+ 7,-6,-3,-1
546
+ -7,-7,7,2
547
+ -8,6,3,-4
548
+ 0,1,7,-6
549
+ -7,7,0,6
550
+ 0,4,-1,0
551
+ 7,-4,-7,-7
552
+ 0,-5,-6,-2
553
+ -6,3,5,-6
554
+ -8,6,6,7
555
+ -8,-8,-8,8
556
+ 1,1,2,-6
557
+ -4,3,7,3
558
+ 8,3,0,8
559
+ -7,-5,2,-4
560
+ -3,-5,1,7
561
+ -5,-3,-8,-8
562
+ -8,8,-4,2
563
+ 5,5,-2,5
564
+ 1,-6,3,7
565
+ 1,8,-7,0
566
+ -5,0,-6,-5
567
+ 0,-4,-7,3
568
+ -8,7,1,7
569
+ -7,4,6,-8
570
+ 1,7,-8,8
571
+ -8,-7,-8,3
572
+ 7,5,-3,6
573
+ 3,0,1,6
574
+ 0,-2,4,-7
575
+ -5,4,-4,0
576
+ 8,5,4,6
577
+ 1,-7,0,-1
578
+ 8,-7,0,-8
579
+ -1,6,-7,-5
580
+ -1,8,-3,-5
581
+ -5,6,0,-2
582
+ 6,5,7,-8
583
+ 1,1,3,0
584
+ -4,-6,8,7
585
+ 3,8,-7,-8
586
+ -3,-8,0,-2
587
+ 5,7,-6,8
588
+ -8,0,0,-7
589
+ 3,-8,3,7
590
+ -2,-5,7,-1
591
+ -1,0,0,-2
592
+ 7,0,1,4
593
+ -7,-2,-2,0
594
+ 5,1,-7,0
595
+ -4,-6,0,2
596
+ -3,8,-2,6
597
+ 7,4,-1,-2
598
+ 6,-1,-6,8
599
+ -5,3,3,0
600
+ 1,-2,-2,-6
601
+ -1,2,-5,3
602
+ 4,-5,5,-2
603
+ -4,5,-4,6
604
+ -1,5,-1,-4
605
+ -8,-6,-6,-5
606
+ 7,-8,3,-4
607
+ 5,-1,-7,-6
608
+ 2,8,-1,3
609
+ 3,-6,0,8
610
+ -5,4,0,0
611
+ 1,-7,7,0
612
+ -2,-7,-6,5
613
+ 0,-5,-1,1
614
+ 4,2,5,0
615
+ -6,-2,-2,6
616
+ -1,2,4,4
617
+ 8,-6,0,3
618
+ 6,-6,-8,-1
619
+ -4,-3,-1,8
620
+ 8,0,5,-3
621
+ -6,2,-7,6
622
+ -2,4,-5,0
623
+ -4,0,-5,8
624
+ 1,-3,-8,1
625
+ 0,-4,2,-1
626
+ 2,-6,-8,-3
627
+ 5,3,7,4
628
+ -5,2,4,-5
629
+ 5,-2,7,0
630
+ 1,-1,-5,4
631
+ 2,5,-5,5
632
+ -6,8,-5,1
633
+ 1,-1,-1,-3
634
+ 7,-8,8,-7
635
+ 2,0,-4,2
636
+ 1,3,-7,-1
637
+ 8,-1,-3,4
638
+ 7,-6,0,8
639
+ 7,-4,-6,8
640
+ -8,4,1,8
641
+ 8,7,2,-8
642
+ -3,0,7,6
643
+ 6,-7,-5,0
644
+ 2,-7,7,-4
645
+ 1,3,-3,5
646
+ -6,-8,1,6
647
+ -2,-7,-3,-8
648
+ 4,-4,-6,2
649
+ -2,4,1,8
650
+ 0,3,-3,-2
651
+ 2,1,6,-2
652
+ -1,-3,7,-4
653
+ 8,7,-4,1
654
+ -5,2,-2,2
655
+ 1,2,6,1
656
+ 6,0,6,-5
657
+ 7,-1,5,-2
658
+ -4,0,-4,7
659
+ 7,-8,0,-3
660
+ -6,0,1,1
661
+ 7,-3,5,0
662
+ 0,3,6,-5
663
+ -1,-2,4,4
664
+ -7,0,1,1
665
+ -5,4,-7,-7
666
+ -4,0,-5,-1
667
+ 3,8,8,8
668
+ 5,0,4,1
669
+ 7,6,5,0
670
+ -7,6,-1,-8
671
+ 5,-4,-6,-5
672
+ -7,6,3,-1
673
+ -1,-1,3,1
674
+ 2,0,-8,3
675
+ -7,-2,-2,-8
676
+ 8,-5,2,-8
677
+ 2,-6,-5,7
678
+ -5,-8,-4,-2
679
+ 0,-4,-8,2
680
+ 4,1,-1,-3
681
+ -4,0,7,4
682
+ 3,-4,-7,4
683
+ -3,7,-6,8
684
+ 0,4,2,-2
685
+ -8,-1,-5,-3
686
+ 8,3,5,2
687
+ 0,-8,0,4
688
+ 0,-1,-6,4
689
+ 7,-7,7,-1
690
+ 3,-2,-4,-8
691
+ 4,7,1,7
692
+ 0,-2,7,-1
693
+ -4,4,7,-2
694
+ -1,-1,4,-8
695
+ -6,2,-8,0
696
+ 8,8,7,3
697
+ 2,-6,1,8
698
+ -5,3,-1,0
699
+ -4,2,7,-5
700
+ -7,-3,-1,2
701
+ -3,-2,7,4
702
+ -3,-1,-3,8
703
+ 6,2,7,7
704
+ 5,4,-2,0
705
+ 0,-5,-1,-3
706
+ 1,5,1,7
707
+ 7,2,-1,-8
708
+ 1,8,-3,-1
709
+ 4,-1,8,7
710
+ 2,8,0,6
711
+ -7,-3,5,0
712
+ 0,-6,0,4
713
+ 1,4,2,0
714
+ 2,8,3,-1
715
+ -2,-6,0,7
716
+ 0,-3,7,7
717
+ 7,6,-2,-4
718
+ 8,7,5,-5
719
+ -1,6,6,-7
720
+ 2,-8,-5,-1
721
+ 3,-5,1,6
722
+ 4,-4,0,-1
723
+ 3,0,-1,0
724
+ 0,0,-4,-5
725
+ 4,-7,5,2
726
+ -2,-1,0,1
727
+ 8,-5,-7,0
728
+ -7,8,2,4
729
+ -2,-4,4,7
730
+ -1,0,1,0
731
+ 7,8,-1,2
732
+ -8,7,2,8
733
+ -3,-8,-8,-2
734
+ 3,-1,1,4
735
+ -5,-2,8,-8
736
+ -6,-3,3,7
737
+ -6,-1,0,-1
738
+ -4,7,-7,5
739
+ 0,-2,-4,0
740
+ -8,7,0,8
741
+ 7,7,3,-4
742
+ -3,-4,8,-4
743
+ 0,2,-2,3
744
+ -4,-4,-4,-8
745
+ -4,0,-2,5
746
+ 0,-6,6,3
747
+ -7,0,6,-8
748
+ 3,5,0,0
749
+ 6,-3,5,-4
750
+ 5,0,-8,2
751
+ 2,0,-3,0
752
+ 5,4,-8,3
753
+ 7,-3,8,-8
754
+ 7,4,-6,5
755
+ -8,3,-8,-1
756
+ 1,4,6,-3
757
+ 5,-8,7,-2
758
+ 3,1,7,-2
759
+ -5,8,-6,-5
760
+ 2,3,-5,1
761
+ 5,8,2,-2
762
+ 7,-5,7,5
763
+ 7,-3,3,-8
764
+ -3,-6,-8,0
765
+ 2,-1,2,2
766
+ 8,-6,-7,-2
767
+ -7,7,2,1
768
+ -4,8,2,-5
769
+ 3,-6,2,-1
770
+ 3,-6,0,-5
771
+ 0,2,2,2
772
+ 5,-3,5,-8
773
+ 0,-2,5,-8
774
+ 5,1,-7,-6
775
+ 0,1,0,3
776
+ 6,-4,-7,-3
777
+ -7,3,4,-8
778
+ -6,0,4,1
779
+ 8,4,-4,-4
780
+ -4,-6,0,-2
781
+ -1,-3,-7,5
782
+ 4,-7,-7,6
783
+ -4,1,-7,-5
784
+ 1,-6,4,-7
785
+ 1,7,3,0
786
+ 4,-2,-7,2
787
+ 4,-7,-1,6
788
+ 0,-1,0,-8
789
+ -8,6,-2,-3
790
+ 4,3,4,-2
791
+ 8,2,4,-6
792
+ -8,-4,-7,-7
793
+ 8,4,1,1
794
+ -2,7,0,3
795
+ -8,-8,8,5
796
+ 2,5,3,2
797
+ -5,3,-7,8
798
+ 2,0,-4,5
799
+ -7,5,-8,-3
800
+ 5,7,4,-6
801
+ 2,-2,6,8
802
+ -6,6,-2,7
803
+ 1,0,-4,-6
804
+ -2,0,4,5
805
+ 6,-7,8,0
806
+ 2,7,-4,8
807
+ 0,4,0,8
808
+ -8,-1,0,2
809
+ -2,-7,-5,-1
810
+ -5,0,7,3
811
+ -5,-3,0,-8
812
+ -6,7,2,6
813
+ -1,-5,-1,4
814
+ -6,8,-7,-5
815
+ 7,-6,-5,-4
816
+ 2,2,-2,6
817
+ 0,1,-8,-2
818
+ -3,-6,7,-7
819
+ -1,0,0,0
820
+ 2,-7,6,0
821
+ -2,2,-5,5
822
+ 4,-6,6,3
823
+ -3,-1,4,0
824
+ 8,-1,-6,-8
825
+ -3,0,-4,-6
826
+ -1,4,8,2
827
+ -5,7,-4,4
828
+ 0,-4,4,4
829
+ -8,3,-8,-6
830
+ -2,0,4,-8
831
+ 3,0,-8,6
832
+ -4,-8,0,-3
833
+ -5,-4,7,6
834
+ -1,0,1,-4
835
+ -1,-8,3,6
836
+ -1,6,6,-3
837
+ 4,-4,-4,-1
838
+ -2,-7,1,6
839
+ 4,7,4,-1
840
+ 1,0,7,8
841
+ 4,8,6,8
842
+ -2,-1,-4,5
843
+ 3,-1,0,2
844
+ -3,-7,-7,1
845
+ 0,8,0,0
846
+ 0,8,-3,-1
847
+ 2,6,-1,2
848
+ 8,8,8,-3
849
+ -2,-7,7,8
850
+ -5,-2,-1,-7
851
+ -8,0,-7,5
852
+ 0,6,-8,3
853
+ -1,-7,-3,4
854
+ -3,-3,0,1
855
+ 4,0,-4,3
856
+ -5,-1,-6,-7
857
+ 3,-8,3,-5
858
+ 7,-8,8,3
859
+ -3,-7,1,-7
860
+ 6,8,8,4
861
+ 8,-4,-5,6
862
+ -6,6,-7,5
863
+ -7,4,-1,-2
864
+ -5,0,6,-8
865
+ 0,-4,-8,8
866
+ -7,5,-7,-2
867
+ -5,0,1,-6
868
+ -2,0,0,-5
869
+ -3,8,-5,1
870
+ -5,-2,-3,-2
871
+ 4,1,-6,1
872
+ 4,0,1,-5
873
+ 8,0,-8,-3
874
+ 4,-5,0,-5
875
+ 1,-2,7,4
876
+ -4,2,7,0
877
+ -8,2,3,0
878
+ 8,-7,-1,1
879
+ 0,-4,0,0
880
+ 0,-6,3,-1
881
+ 1,0,5,-8
882
+ -6,-7,5,6
883
+ -1,0,-7,-4
884
+ 2,0,-6,6
885
+ 2,-4,0,-3
886
+ 2,-1,6,-2
887
+ -6,-3,7,-2
888
+ -5,-2,-6,0
889
+ 4,6,0,-5
890
+ -2,-8,0,7
891
+ -5,-5,-7,-5
892
+ 8,-4,-2,-2
893
+ -1,-5,-1,8
894
+ 3,-7,-6,3
895
+ -8,0,5,2
896
+ -1,-2,-6,-1
897
+ 8,-5,-1,-8
898
+ 6,5,8,-1
899
+ 6,2,1,-6
900
+ 0,1,-6,4
901
+ 1,0,1,-6
902
+ 7,-7,-2,3
903
+ -1,1,7,-3
904
+ -4,-5,1,1
905
+ 4,6,2,-1
906
+ -7,-3,0,-5
907
+ -1,1,1,4
908
+ -4,-6,0,-3
909
+ -8,0,-6,5
910
+ -1,-5,-4,7
911
+ 2,3,-8,-2
912
+ 7,3,6,5
913
+ 2,1,7,-5
914
+ 6,7,1,-4
915
+ 0,1,-3,8
916
+ -1,4,8,-7
917
+ 5,-8,-1,-6
918
+ 5,-4,0,-6
919
+ -3,-6,1,-6
920
+ 8,-7,-1,-1
921
+ -6,4,-1,5
922
+ 6,5,3,5
923
+ -7,3,4,4
924
+ -3,-8,0,0
925
+ -4,0,4,-6
926
+ 3,0,1,7
927
+ 0,-3,6,6
928
+ 0,-3,6,-6
929
+ -3,2,-1,3
930
+ 5,-1,0,0
931
+ -1,0,-3,-5
932
+ -4,-3,-2,1
933
+ 3,-6,5,7
934
+ 0,0,-8,-5
935
+ -3,4,4,5
936
+ -8,6,-2,-5
937
+ 0,-3,5,8
938
+ -6,-8,8,-2
939
+ 0,5,-1,8
940
+ -2,1,-4,7
941
+ 2,6,2,-6
942
+ 5,-1,-5,5
943
+ 2,2,1,4
944
+ -3,3,3,4
945
+ -2,3,-5,-2
946
+ 4,3,8,-2
947
+ 2,-4,5,-7
948
+ 3,8,-5,4
949
+ -8,6,5,7
950
+ -8,1,-5,8
951
+ -6,8,3,7
952
+ -8,5,1,-5
953
+ 8,1,7,4
954
+ 3,3,-4,1
955
+ 2,7,4,-3
956
+ -7,-4,-8,6
957
+ 0,3,-1,7
958
+ -7,-4,0,-7
959
+ 0,-2,8,5
960
+ 6,-7,-7,0
961
+ -3,4,4,-6
962
+ 2,7,-8,2
963
+ -8,-8,0,0
964
+ 0,-3,4,5
965
+ 8,5,2,8
966
+ -8,-4,-4,4
967
+ -6,5,5,-1
968
+ -7,8,7,2
969
+ 7,0,0,5
970
+ 5,-1,-8,-4
971
+ 7,-5,-2,0
972
+ -6,7,-8,8
973
+ -5,3,3,2
974
+ 2,-5,8,1
975
+ 2,4,0,-1
976
+ -2,-4,6,7
977
+ -2,7,-3,-5
978
+ -8,8,-4,1
979
+ 7,-7,0,-8
980
+ 2,-5,-6,1
981
+ -3,0,-2,3
982
+ -6,-7,-8,2
983
+ -7,-7,-7,-3
984
+ 4,2,-2,8
985
+ 3,3,7,8
986
+ 0,-6,8,6
987
+ 2,-5,-2,2
988
+ -3,2,1,-8
989
+ -3,-5,7,0
990
+ -6,2,2,-6
991
+ -7,0,-4,8
992
+ 0,5,-2,1
993
+ -8,6,-4,-4
994
+ 0,6,-8,-5
995
+ 7,2,8,5
996
+ 3,7,-1,6
997
+ -1,-7,-4,-3
998
+ 5,1,1,6
999
+ 8,5,4,3
1000
+ -4,-2,3,-5
1001
+ 0,4,0,-4
1002
+ -2,2,-2,-3
1003
+ 0,3,1,6
1004
+ 4,0,2,8
1005
+ 6,2,3,0
1006
+ -7,-5,-1,-8
1007
+ 0,-5,7,-1
1008
+ -6,0,3,-3
1009
+ 5,4,1,-1
1010
+ -1,-7,2,-7
1011
+ 2,-5,-3,2
1012
+ 1,2,4,-4
1013
+ 0,5,-2,-1
1014
+ 7,2,-7,7
1015
+ 3,-3,-8,8
1016
+ 8,8,5,-5
1017
+ 0,-8,-2,3
1018
+ 5,-6,7,-4
1019
+ -3,0,6,-3
1020
+ 6,8,-1,7
1021
+ 0,7,-5,4
1022
+ 5,-5,-2,-7
1023
+ -2,8,-7,2
1024
+ -8,8,-2,-2
1025
+ 5,1,-3,2
1026
+ 0,2,5,8
1027
+ -8,-7,7,-5
1028
+ 5,1,-8,-4
1029
+ -3,0,-5,6
1030
+ 7,-6,-4,1
1031
+ -7,8,-7,3
1032
+ 1,2,0,-4
1033
+ -2,-2,5,4
1034
+ 3,4,4,0
1035
+ -1,4,-3,4
1036
+ -7,2,0,-7
1037
+ 0,-2,-8,2
1038
+ -2,0,4,-5
1039
+ -5,4,8,0
1040
+ -1,6,0,-8
1041
+ 3,-2,-1,0
1042
+ -5,7,-1,2
1043
+ 7,4,5,7
1044
+ -4,0,5,1
1045
+ 2,6,7,-2
1046
+ 7,0,2,7
1047
+ 5,7,7,6
1048
+ -2,6,0,-5
1049
+ -1,3,7,0
1050
+ 4,-4,0,1
1051
+ 7,-6,2,-2
1052
+ -6,-7,5,2
1053
+ 0,-8,3,4
1054
+ 0,6,-6,4
1055
+ -1,3,-1,2
1056
+ -3,5,-5,0
1057
+ 5,-3,8,-2
1058
+ 5,7,1,1
1059
+ 4,4,5,-6
1060
+ 0,0,1,0
1061
+ 3,8,0,-5
1062
+ 5,4,-7,0
1063
+ 4,-5,-7,4
1064
+ -8,8,4,-5
1065
+ 2,7,1,-4
1066
+ -1,-6,-4,-4
1067
+ 6,7,-7,6
1068
+ 2,-6,-8,-4
1069
+ 0,-7,8,4
1070
+ -1,0,7,-1
1071
+ 7,4,7,-2
1072
+ -5,7,-1,4
1073
+ -1,3,7,4
1074
+ -7,-6,-2,-4
1075
+ -4,-6,4,5
1076
+ -8,0,-6,-3
1077
+ 6,-1,-8,-2
1078
+ -6,4,2,-4
1079
+ 0,-4,8,-4
1080
+ -1,-4,-6,-4
1081
+ -6,-8,-3,-4
1082
+ 6,1,-5,6
1083
+ 5,0,3,-6
1084
+ -1,0,-7,-2
1085
+ 0,1,-6,1
1086
+ -4,8,-4,2
1087
+ 3,-1,3,5
1088
+ 1,5,6,-4
1089
+ 5,5,-3,2
1090
+ -8,0,7,-5
1091
+ -3,8,3,-6
1092
+ 6,-5,-1,-8
1093
+ -8,0,3,-3
1094
+ 0,-7,1,-4
1095
+ -4,-1,-5,7
1096
+ -6,8,-7,0
1097
+ 2,1,-1,1
1098
+ -8,-2,2,4
1099
+ 0,3,-1,1
1100
+ 6,-4,7,-4
1101
+ -6,-5,0,5
1102
+ -6,3,5,8
1103
+ 1,-3,4,-1
1104
+ 7,-5,-5,0
1105
+ 0,-5,4,-6
1106
+ -6,-6,-2,6
1107
+ 3,8,0,0
1108
+ -4,3,1,-1
1109
+ 1,0,1,-3
1110
+ -7,-8,-2,1
1111
+ 2,2,8,-6
1112
+ 6,8,0,-2
1113
+ 8,-2,-7,-4
1114
+ -3,8,-8,0
1115
+ 6,-4,6,-1
1116
+ 2,1,-2,7
1117
+ -2,-8,0,0
1118
+ -5,-8,-4,-5
1119
+ -6,-8,2,-4
1120
+ 7,7,-8,-6
1121
+ -4,-8,-1,8
1122
+ -1,-6,8,0
1123
+ 1,4,-1,2
1124
+ -5,0,-8,-3
1125
+ -7,-1,-1,-7
1126
+ 1,-8,0,3
1127
+ -7,-5,3,0
1128
+ 2,3,0,-5
1129
+ -2,-1,7,-4
1130
+ -2,3,-2,-8
1131
+ -6,0,-1,6
1132
+ -8,-7,-6,6
1133
+ 2,-3,-3,-2
1134
+ 3,-8,-8,7
1135
+ 8,2,-4,6
1136
+ -6,-6,5,-5
1137
+ 5,5,0,-5
1138
+ -6,-8,8,-3
1139
+ -5,3,7,0
1140
+ 7,0,3,-3
1141
+ 6,5,-1,0
1142
+ -6,-4,0,5
1143
+ -5,-8,-2,1
1144
+ 7,3,-5,6
1145
+ -7,7,7,3
1146
+ 4,-7,-4,4
1147
+ 1,8,5,0
1148
+ -6,1,-4,-2
1149
+ -7,-5,-3,8
1150
+ 0,-6,-8,7
1151
+ -5,6,-1,-3
1152
+ 0,2,-3,5
1153
+ 4,0,4,8
1154
+ -2,-8,-3,1
1155
+ 0,8,0,-1
1156
+ -1,3,2,4
1157
+ -1,-3,2,5
1158
+ -7,-4,-2,5
1159
+ -1,-4,7,-5
1160
+ -2,-3,8,6
1161
+ 6,-7,6,-6
1162
+ -2,-7,-7,-2
1163
+ -5,-5,3,-7
1164
+ 1,8,1,-1
1165
+ 6,2,0,7
1166
+ 1,-7,-2,0
1167
+ 8,-7,-3,1
1168
+ 4,-8,-2,-4
1169
+ 7,1,-1,2
1170
+ 2,6,0,0
1171
+ 8,-2,2,8
1172
+ 7,2,4,-6
1173
+ -3,-3,0,3
1174
+ -1,-4,3,-5
1175
+ 7,-3,0,-8
1176
+ 0,-1,2,-3
1177
+ 7,-5,6,-6
1178
+ -3,-3,3,-4
1179
+ -1,6,-4,0
1180
+ -3,3,5,-4
1181
+ -3,-7,-6,-5
1182
+ 8,-6,3,6
1183
+ 7,8,3,7
1184
+ 2,-7,5,-1
1185
+ -6,-2,-3,6
1186
+ 8,-1,8,-8
1187
+ -7,4,-7,2
1188
+ -7,0,0,6
1189
+ 0,6,4,8
1190
+ -8,7,8,-3
1191
+ 2,2,-7,-7
1192
+ 0,4,8,1
1193
+ -4,2,-5,-3
1194
+ 4,6,-3,-7
1195
+ 4,4,-3,-4
1196
+ -5,-6,0,5
1197
+ 5,-3,0,0
1198
+ -8,-4,3,-7
1199
+ 2,5,0,-7
1200
+ 0,0,3,-8
1201
+ 5,-3,0,-3
1202
+ 7,-1,0,-5
1203
+ -6,2,4,2
1204
+ -2,-3,6,-2
1205
+ 4,-2,-7,-7
1206
+ 5,-5,8,6
1207
+ -7,-5,3,1
1208
+ 5,8,-2,-5
1209
+ 0,3,0,3
1210
+ -3,8,0,-4
1211
+ 7,8,-7,6
1212
+ 8,7,-6,-7
1213
+ 3,-7,6,6
1214
+ -1,-2,4,7
1215
+ 6,-6,7,-8
1216
+ -7,-2,0,-4
1217
+ 3,7,4,6
1218
+ -3,8,0,7
1219
+ -4,3,0,-4
1220
+ 0,0,-5,1
1221
+ -6,0,-4,0
1222
+ 0,-6,-7,0
1223
+ -3,0,-5,-6
1224
+ -2,0,1,6
1225
+ -1,-5,1,-7
1226
+ -8,2,2,4
1227
+ -1,0,2,1
1228
+ 5,-8,-5,-5
1229
+ 0,-5,-5,7
1230
+ 5,8,3,-3
1231
+ -4,2,7,5
1232
+ 0,-3,2,-3
1233
+ 5,1,2,-1
1234
+ -2,-2,-8,-1
1235
+ -2,1,-1,-2
1236
+ 0,-3,0,2
1237
+ 4,0,4,1
1238
+ 0,0,-2,-6
1239
+ 3,-2,-2,6
1240
+ -5,-6,8,0
1241
+ -5,7,-3,3
1242
+ -8,-5,8,-6
1243
+ -3,-3,-3,-3
1244
+ 6,-3,-4,-6
1245
+ 5,3,-1,-6
1246
+ -7,7,7,1
1247
+ -8,-8,-6,7
1248
+ 4,7,1,-2
1249
+ -6,3,-6,-1
1250
+ -6,-3,6,-1
1251
+ 3,0,0,-7
1252
+ 1,-3,8,6
1253
+ 0,-6,3,2
1254
+ 2,-8,6,-8
1255
+ -1,7,0,-6
1256
+ 6,-4,-6,0
1257
+ -7,-4,-7,-1
1258
+ 8,0,8,4
1259
+ 1,1,-5,5
1260
+ -4,4,1,2
1261
+ 1,0,7,0
1262
+ -3,6,6,-8
1263
+ -8,-8,-7,0
1264
+ 5,-4,-5,5
1265
+ -6,3,-6,-3
1266
+ -4,0,-2,1
1267
+ 2,8,-2,0
1268
+ -1,3,-3,-4
1269
+ -8,-4,1,2
1270
+ -7,3,-1,6
1271
+ -2,2,6,-2
1272
+ 4,6,7,0
1273
+ -1,0,-5,-5
1274
+ -6,0,1,-4
1275
+ -8,-6,-1,-5
1276
+ -8,-7,0,8
1277
+ -8,-1,7,1
1278
+ 2,-2,0,-4
1279
+ -4,5,-6,-1
1280
+ -5,-4,3,3
1281
+ -7,-8,-4,-3
1282
+ 0,5,-3,5
1283
+ 2,7,7,0
1284
+ 4,7,5,6
1285
+ 3,-7,4,-2
1286
+ 4,2,2,1
1287
+ 0,0,-1,-6
1288
+ -3,-2,1,3
1289
+ -8,1,-4,-7
1290
+ 5,1,-6,5
1291
+ 5,-4,-6,6
1292
+ 0,-7,7,-5
1293
+ 2,8,-5,2
1294
+ 8,3,3,-3
1295
+ -2,-5,-5,-7
1296
+ -1,2,8,7
1297
+ -3,-8,2,-3
1298
+ 5,6,-8,-5
1299
+ -4,2,-2,-5
1300
+ 6,-3,-4,-3
1301
+ -1,1,1,2
1302
+ -7,0,8,-3
1303
+ -3,-4,-5,-1
1304
+ -1,-1,-8,0
1305
+ -3,-8,8,1
1306
+ 2,5,5,4
1307
+ -2,-5,6,-4
1308
+ 3,0,-8,1
1309
+ 8,0,5,4
1310
+ 3,4,-1,7
1311
+ -5,-4,7,1
1312
+ 8,-4,-1,2
1313
+ -7,-6,7,8
1314
+ 0,2,4,0
1315
+ 2,-3,-2,-2
1316
+ 5,4,8,1
1317
+ 7,4,0,-5
1318
+ -2,6,3,-8
1319
+ -6,3,-4,5
1320
+ -8,-8,-4,5
1321
+ 7,-4,-6,3
1322
+ -4,1,1,-4
1323
+ -1,5,1,3
1324
+ -8,-6,3,1
1325
+ -2,0,2,2
1326
+ -2,-6,-5,8
1327
+ 8,4,8,6
1328
+ -5,3,-4,7
1329
+ 7,-2,5,5
1330
+ -1,-4,1,2
1331
+ -7,-5,-6,-2
1332
+ 6,4,-4,8
1333
+ 2,7,-7,-7
1334
+ -2,-2,-2,-6
1335
+ 1,-2,4,0
1336
+ -7,-1,-2,-2
1337
+ -6,-7,-3,0
1338
+ -5,7,6,-7
1339
+ 8,-4,3,2
1340
+ 5,-4,-5,-4
1341
+ -1,1,-4,4
1342
+ 1,-7,5,4
1343
+ 4,1,-3,5
1344
+ 7,-1,-2,5
1345
+ 7,-4,0,0
1346
+ 7,8,-2,-7
1347
+ 5,-2,7,7
1348
+ -4,1,0,1
1349
+ -3,-5,-2,0
1350
+ 3,1,6,-7
1351
+ -4,-3,-5,2
1352
+ -5,0,-6,-3
1353
+ 6,-2,5,-2
1354
+ -6,5,-4,6
1355
+ 0,0,-2,7
1356
+ -8,4,-3,6
1357
+ -3,0,-2,-3
1358
+ -1,-3,4,0
1359
+ 8,6,3,0
1360
+ 5,5,2,2
1361
+ 2,7,2,-3
1362
+ 1,5,-5,3
1363
+ 4,-4,-6,-2
1364
+ 0,-1,-2,6
1365
+ 0,8,4,3
1366
+ -1,0,2,4
1367
+ 4,3,-6,4
1368
+ -4,5,-2,-4
1369
+ -3,5,0,6
1370
+ 8,-2,-3,0
1371
+ 0,-7,-3,2
1372
+ 0,-3,0,5
1373
+ 5,6,8,-6
1374
+ -4,-8,8,6
1375
+ 0,5,-1,3
1376
+ -1,8,-2,1
1377
+ 5,-5,-8,-2
1378
+ -5,-2,-8,-1
1379
+ 7,5,3,5
1380
+ 2,1,2,1
1381
+ 1,-2,-5,0
1382
+ -3,1,4,5
1383
+ -3,5,-4,-4
1384
+ 1,-2,3,4
1385
+ -2,5,4,0
1386
+ 0,5,6,-1
1387
+ -3,-3,-8,-7
1388
+ -4,7,7,8
1389
+ -3,1,-7,-1
1390
+ 6,1,-6,6
1391
+ 1,2,8,-8
1392
+ 0,-7,0,2
1393
+ -8,0,-8,-2
1394
+ 6,8,0,-7
1395
+ -6,-8,-3,1
1396
+ 7,1,-5,8
1397
+ 6,0,-7,-5
1398
+ -3,4,4,7
1399
+ -7,4,-3,-8
1400
+ -8,-4,3,-2
1401
+ 6,4,-2,-6
1402
+ -3,-8,-3,-6
1403
+ -3,6,5,2
1404
+ -4,0,0,-4
1405
+ -3,-7,-3,4
1406
+ 7,0,-5,0
1407
+ 2,-8,8,-7
1408
+ -8,6,0,-4
1409
+ 0,2,2,-8
1410
+ -6,8,-1,-6
1411
+ -2,3,-3,5
1412
+ -3,2,0,7
1413
+ 5,5,-1,-3
1414
+ -8,2,7,0
1415
+ 4,4,4,1
1416
+ 7,3,8,8
1417
+ 4,-1,-7,-6
1418
+ 2,4,-7,-5
1419
+ 8,-3,-1,-8
1420
+ -5,-7,-7,-7
1421
+ 8,7,0,2
1422
+ -1,-4,-8,-5
1423
+ 1,0,8,-3
1424
+ 2,0,6,2
1425
+ 1,3,8,6
1426
+ 3,-6,7,-1
1427
+ 0,-6,-2,-6
1428
+ -1,-5,-2,0
1429
+ 6,-5,-4,-2
1430
+ 0,7,-6,3
1431
+ 4,-2,0,-3
1432
+ -4,1,0,-2
1433
+ 1,6,-2,0
1434
+ -2,-3,5,7
1435
+ -2,6,7,-5
1436
+ 8,7,6,-2
1437
+ 4,-5,-2,6
1438
+ -7,0,-4,-6
1439
+ -7,-6,-8,1
1440
+ -5,-2,-6,6
1441
+ -5,3,0,4
1442
+ 4,0,1,-6
1443
+ -1,0,6,0
1444
+ 4,6,-4,0
1445
+ 6,-4,-1,5
1446
+ -7,0,4,-7
1447
+ 7,-5,8,5
1448
+ 2,-2,8,-5
1449
+ -7,-2,4,4
1450
+ -1,1,-5,1
1451
+ 4,-2,1,3
1452
+ -7,-3,7,-5
1453
+ 4,-8,-7,-4
1454
+ 7,4,1,-7
1455
+ -4,3,6,0
1456
+ 0,-6,-7,6
1457
+ -3,-7,-1,-5
1458
+ 3,-5,0,0
1459
+ 0,3,2,7
1460
+ -5,8,-8,-6
1461
+ 3,0,6,6
1462
+ 2,-3,-6,0
1463
+ -6,8,2,-5
1464
+ -4,8,-5,0
1465
+ -8,6,0,4
1466
+ -2,-2,-3,2
1467
+ 0,-4,3,-7
1468
+ 0,7,1,2
1469
+ -1,-2,1,-4
1470
+ 0,4,-3,-2
1471
+ 8,6,0,-2
1472
+ -7,-8,6,0
1473
+ 8,-8,-5,7
1474
+ -5,-3,6,0
1475
+ -4,-1,-8,0
1476
+ 5,6,-1,6
1477
+ 1,7,-5,6
1478
+ 1,-8,0,-6
1479
+ 8,0,1,0
1480
+ 5,-2,0,4
1481
+ -6,8,6,4
1482
+ 3,0,4,5
1483
+ -5,-3,-5,-7