ai-developer-skill-os 8.2.1 → 8.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.agents/LICENSE +21 -21
- package/.agents/README.md +90 -90
- package/.agents/docs/CHI_TIET_SKILLS.md +125 -125
- package/.agents/docs/MIGRATION-CLEANUP-V8.1.3.md +36 -36
- package/.agents/docs/MIGRATION-STATUS.md +35 -35
- package/.agents/docs/MIGRATION-V8.md +10 -10
- package/.agents/docs/V8-CERTIFICATION.md +27 -27
- package/.agents/docs/decisions/ADR-001-v8-migration.md +58 -58
- package/.agents/docs/decisions/ADR-002-workflow-separation.md +50 -50
- package/.agents/docs/decisions/ADR-003-registry-generated.md +54 -54
- package/.agents/docs/decisions/ADR-008-skill-boundary-review.md +27 -27
- package/.agents/registry/graph.json +4 -8
- package/.agents/registry/index.yaml +3 -4
- package/.agents/registry/skills-index.yml +525 -525
- package/.agents/rules/coding.md +10 -0
- package/.agents/rules/command-safety.md +37 -14
- package/.agents/rules/priorities.yml +13 -2
- package/.agents/rules/security.md +47 -7
- package/.agents/rules/skill-quality.md +32 -8
- package/.agents/skills/_template/SKILL.md +133 -132
- package/.agents/skills/_template/capability.yaml +20 -20
- package/.agents/skills/_template/evals/scorecard.yaml +19 -19
- package/.agents/skills/qk-access-policy/SKILL.md +4 -1
- package/.agents/skills/qk-agent-observability/SKILL.md +111 -0
- package/.agents/skills/qk-agent-observability/references/scorecard.yaml +80 -0
- package/.agents/skills/qk-ai-builder/SKILL.md +74 -5
- package/.agents/skills/qk-api-lifecycle/SKILL.md +4 -2
- package/.agents/skills/qk-bug-resolution/SKILL.md +3 -21
- package/.agents/skills/qk-code-review/SKILL.md +188 -186
- package/.agents/skills/qk-context-loader/SKILL.md +3 -11
- package/.agents/skills/qk-data-lifecycle/SKILL.md +6 -1
- package/.agents/skills/qk-db-optimizer/SKILL.md +3 -2
- package/.agents/skills/qk-design-system-engineering/SKILL.md +235 -112
- package/.agents/skills/qk-devops-platform/SKILL.md +241 -117
- package/.agents/skills/qk-docs/SKILL.md +3 -1
- package/.agents/skills/qk-engineering-standard/SKILL.md +4 -75
- package/.agents/skills/qk-engineering-standard/references/anti-patterns.md +121 -0
- package/.agents/skills/qk-engineering-standard/rules/frontend.md +1 -1
- package/.agents/skills/qk-fe-api-integration/SKILL.md +13 -32
- package/.agents/skills/qk-feature-delivery/SKILL.md +53 -221
- package/.agents/skills/qk-frontend-architecture/SKILL.md +258 -134
- package/.agents/skills/qk-help/SKILL.md +21 -159
- package/.agents/skills/qk-orchestrator/SKILL.md +2 -34
- package/.agents/skills/qk-orchestrator/references/routing-table.md +15 -3
- package/.agents/skills/qk-product-specification/SKILL.md +253 -130
- package/.agents/skills/qk-production-release/SKILL.md +31 -66
- package/.agents/skills/qk-project-bootstrap/SKILL.md +58 -7
- package/.agents/skills/qk-project-health/SKILL.md +4 -2
- package/.agents/skills/qk-project-memory/SKILL.md +3 -1
- package/.agents/skills/qk-security-audit/SKILL.md +259 -135
- package/.agents/skills/qk-system-evolution/SKILL.md +17 -67
- package/.agents/skills/qk-test-engineering/SKILL.md +262 -139
- package/.agents/skills/qk-ui-audit/SKILL.md +16 -89
- package/.agents/skills/qk-ui-audit/references/anti-slop-checklist.md +2 -2
- package/.agents/skills/qk-ui-builder/SKILL.md +482 -509
- package/.agents/skills/qk-ui-builder/references/component-cookbook.md +455 -1191
- package/.agents/skills/qk-ui-system-builder/SKILL.md +1 -5
- package/.agents/skills/qk-validation-gate/SKILL.md +0 -74
- package/.agents/skills/qk-web-quality-gate/SKILL.md +232 -114
- package/.agents/workflows/_schema.yml +146 -109
- package/.agents/workflows/bug-resolution.yml +121 -101
- package/.agents/workflows/code-review.yml +93 -77
- package/.agents/workflows/documentation.yml +90 -75
- package/.agents/workflows/feature-delivery.yml +120 -103
- package/.agents/workflows/refactor.yml +99 -81
- package/.agents/workflows/research.yml +75 -60
- package/.agents/workflows/security-audit.yml +115 -72
- package/.agents/workflows/skill-evolution.yml +97 -65
- package/.agents/workflows/spec-driven-development.yml +87 -57
- package/README.md +90 -90
- package/bin/install.js +330 -180
- package/package.json +2 -2
- package/.agents/CHANGELOG.md +0 -131
- package/.agents/learnings/draft/README.md +0 -37
- package/.agents/reports/RELEASE-CHECKLIST.md +0 -29
- package/.agents/reports/architecture-audit.md +0 -13
- package/.agents/reports/graph-health.md +0 -20
- package/.agents/reports/skill-audit.md +0 -215
|
@@ -1,509 +1,482 @@
|
|
|
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
|
-
Output: design.md written to [path]
|
|
484
|
-
Next: ./qk-ui-builder --redesign with extracted DNA
|
|
485
|
-
|
|
486
|
-
Exit Code: [SUCCESS | BLOCKED]
|
|
487
|
-
```
|
|
488
|
-
|
|
489
|
-
---
|
|
490
|
-
|
|
491
|
-
## Exit Codes
|
|
492
|
-
|
|
493
|
-
| Code | Meaning | When |
|
|
494
|
-
|------|---------|------|
|
|
495
|
-
| SUCCESS | Build/edit/audit/study completed successfully | All checks passed |
|
|
496
|
-
| PARTIAL | Built with minor gaps or incomplete audit | Budget exhausted or 1-2 fixes pending |
|
|
497
|
-
| BLOCKED | Missing DESIGN.md, design reference, or screenshot | Cannot proceed |
|
|
498
|
-
| FAILED | Slop test critical failure or architectural conflict | Rebuild required |
|
|
499
|
-
|
|
500
|
-
---
|
|
501
|
-
|
|
502
|
-
## References
|
|
503
|
-
|
|
504
|
-
- `references/themes/` — Theme catalog (20 themes)
|
|
505
|
-
- `references/macrostructures/` — 21 page shapes
|
|
506
|
-
- `references/slop-test.md` — 58 anti-slop gates
|
|
507
|
-
- `references/anti-patterns.md` — Named tells to avoid
|
|
508
|
-
|
|
509
|
-
---
|
|
1
|
+
→-→-→-→
|
|
2
|
+
→#→ →─→─→ →I→d→e→n→t→i→t→y→ →─→─→─→─→─→─→─→─→─→─→─→─→─→─→─→─→─→─→─→─→─→─→─→─→─→─→─→─→─→─→─→─→─→─→─→─→─→─→─→─→─→─→─→─→─→─→─→
|
|
3
|
+
→n→a→m→e→:→ →q→k→-→u→i→-→b→u→i→l→d→e→r→
|
|
4
|
+
→v→e→r→s→i→o→n→:→ →8→.→0→.→0→
|
|
5
|
+
→s→t→a→t→u→s→:→ →s→t→a→b→l→e→
|
|
6
|
+
→d→e→s→c→r→i→p→t→i→o→n→:→ →"→X→â→y→ →d→ự→n→g→,→ →s→ử→a→,→ →a→u→d→i→t→,→ →v→à→ →h→ọ→c→ →U→I→ →—→ →t→ừ→ →F→i→g→m→a→/→ả→n→h→,→ →m→a→p→ →A→P→I→,→ →f→i→x→ →b→u→g→ →U→I→,→ →đ→ế→n→ →r→e→d→e→s→i→g→n→ →c→ấ→u→ →t→r→ú→c→.→"→
|
|
7
|
+
→p→l→a→t→f→o→r→m→s→:→ →[→a→n→t→i→g→r→a→v→i→t→y→,→ →c→l→a→u→d→e→-→c→o→d→e→,→ →c→u→r→s→o→r→,→ →w→i→n→d→s→u→r→f→,→ →k→i→l→o→-→c→o→d→e→]→
|
|
8
|
+
→
|
|
9
|
+
→#→ →─→─→ →V→8→:→ →C→l→a→s→s→i→f→i→c→a→t→i→o→n→ →─→─→─→─→─→─→─→─→─→─→─→─→─→─→─→─→─→─→─→─→─→─→─→─→─→─→─→─→─→─→─→─→─→─→─→─→─→
|
|
10
|
+
→t→y→p→e→:→ →c→a→p→a→b→i→l→i→t→y→
|
|
11
|
+
→
|
|
12
|
+
→i→n→t→e→n→t→:→
|
|
13
|
+
→ → →-→ →u→i→-→d→e→v→e→l→o→p→m→e→n→t→
|
|
14
|
+
→ → →-→ →f→r→o→n→t→e→n→d→-→d→e→s→i→g→n→
|
|
15
|
+
→
|
|
16
|
+
→c→o→m→p→l→e→x→i→t→y→:→
|
|
17
|
+
→ → →l→e→v→e→l→:→ →h→i→g→h→
|
|
18
|
+
→ → →c→r→i→t→e→r→i→a→:→
|
|
19
|
+
→ → → → →f→i→l→e→s→_→a→f→f→e→c→t→e→d→:→ →"→1→-→1→0→"→
|
|
20
|
+
→ → → → →h→a→s→_→b→e→h→a→v→i→o→r→_→c→h→a→n→g→e→:→ →t→r→u→e→
|
|
21
|
+
→ → → → →h→a→s→_→e→x→t→e→r→n→a→l→_→d→e→p→e→n→d→e→n→c→y→:→ →t→r→u→e→
|
|
22
|
+
→ → → → →h→a→s→_→b→r→e→a→k→i→n→g→_→c→h→a→n→g→e→:→ →f→a→l→s→e→
|
|
23
|
+
→
|
|
24
|
+
→t→r→i→g→g→e→r→s→:→
|
|
25
|
+
→ → →-→ →"→b→u→i→l→d→ →u→i→"→
|
|
26
|
+
→ → →-→ →"→l→à→m→ →g→i→a→o→ →d→i→ệ→n→"→
|
|
27
|
+
→ → →-→ →"→d→e→s→i→g→n→ →u→i→"→
|
|
28
|
+
→ → →-→ →"→c→s→s→"→
|
|
29
|
+
→ → →-→ →"→g→i→a→o→ →d→i→ệ→n→"→
|
|
30
|
+
→
|
|
31
|
+
→#→ →─→─→ →V→8→:→ →R→e→f→e→r→e→n→c→e→s→ →─→─→─→─→─→─→─→─→─→─→─→─→─→─→─→─→─→─→─→─→─→─→─→─→─→─→─→─→─→─→─→─→─→─→─→─→─→─→─→─→─→
|
|
32
|
+
→w→o→r→k→f→l→o→w→:→ →f→e→a→t→u→r→e→-→d→e→l→i→v→e→r→y→
|
|
33
|
+
→
|
|
34
|
+
→r→u→l→e→s→:→
|
|
35
|
+
→ → →-→ →g→l→o→b→a→l→
|
|
36
|
+
→ → →-→ →c→o→d→i→n→g→
|
|
37
|
+
→
|
|
38
|
+
→t→o→o→l→s→:→
|
|
39
|
+
→ → →-→ →f→i→l→e→s→y→s→t→e→m→
|
|
40
|
+
→ → →-→ →t→e→r→m→i→n→a→l→
|
|
41
|
+
→
|
|
42
|
+
→r→e→l→a→t→e→d→_→s→k→i→l→l→s→:→
|
|
43
|
+
→ → →-→ →q→k→-→u→i→-→s→y→s→t→e→m→-→b→u→i→l→d→e→r→
|
|
44
|
+
→
|
|
45
|
+
→k→n→o→w→l→e→d→g→e→_→s→c→o→p→e→:→
|
|
46
|
+
→ → →o→w→n→s→:→
|
|
47
|
+
→ → → → →-→ →u→i→-→c→o→m→p→o→n→e→n→t→s→
|
|
48
|
+
→ → → → →-→ →s→t→y→l→i→n→g→ →e→x→e→c→u→t→i→o→n→
|
|
49
|
+
→ → → → →-→ →c→o→m→p→o→n→e→n→t→ →i→m→p→l→e→m→e→n→t→a→t→i→o→n→
|
|
50
|
+
→ → →d→o→e→s→_→n→o→t→_→o→w→n→:→
|
|
51
|
+
→ → → → →-→ →c→h→o→o→s→e→ →p→r→o→d→u→c→t→ →v→i→s→u→a→l→ →d→i→r→e→c→t→i→o→n→
|
|
52
|
+
→ → → → →-→ →d→e→f→i→n→e→ →b→r→a→n→d→ →i→d→e→n→t→i→t→y→
|
|
53
|
+
→ → → → →-→ →c→r→e→a→t→e→ →d→e→s→i→g→n→ →s→y→s→t→e→m→ →r→u→l→e→s→
|
|
54
|
+
→ → →c→o→n→f→l→i→c→t→s→_→w→i→t→h→:→
|
|
55
|
+
→ → → → →-→ →q→k→-→f→r→o→n→t→e→n→d→-→a→r→c→h→i→t→e→c→t→u→r→e→
|
|
56
|
+
→ → →r→e→f→e→r→e→n→c→e→s→:→
|
|
57
|
+
→ → → → →-→ →d→e→s→i→g→n→-→s→y→s→t→e→m→
|
|
58
|
+
→
|
|
59
|
+
→k→n→o→w→l→e→d→g→e→_→d→e→p→e→n→d→e→n→c→i→e→s→:→
|
|
60
|
+
→ → →-→ →d→e→s→i→g→n→-→i→n→t→e→l→l→i→g→e→n→c→e→
|
|
61
|
+
→ → →-→ →c→o→m→p→o→n→e→n→t→-→p→a→t→t→e→r→n→s→
|
|
62
|
+
→
|
|
63
|
+
→#→ →─→─→ →V→8→:→ →V→e→r→i→f→i→c→a→t→i→o→n→ →─→─→─→─→─→─→─→─→─→─→─→─→─→─→─→─→─→─→─→─→─→─→─→─→─→─→─→─→─→─→─→─→─→─→─→─→─→─→─→
|
|
64
|
+
→v→e→r→i→f→i→c→a→t→i→o→n→:→
|
|
65
|
+
→ → →r→e→q→u→i→r→e→d→:→ →t→r→u→e→
|
|
66
|
+
→ → →s→t→r→a→t→e→g→y→:→ →f→e→a→t→u→r→e→
|
|
67
|
+
→
|
|
68
|
+
→s→e→l→e→c→t→i→o→n→:→
|
|
69
|
+
→ → →p→r→i→o→r→i→t→y→:→ →m→e→d→i→u→m→
|
|
70
|
+
→ → →c→o→n→f→i→d→e→n→c→e→_→t→h→r→e→s→h→o→l→d→:→ →0→.→8→0→
|
|
71
|
+
→
|
|
72
|
+
→e→x→a→m→p→l→e→s→:→ →[→]→
|
|
73
|
+
→l→e→a→r→n→i→n→g→s→:→ →[→]→
|
|
74
|
+
→
|
|
75
|
+
→#→ →─→─→ →V→7→ →R→u→n→t→i→m→e→ →─→─→─→─→─→─→─→─→─→─→─→─→─→─→─→─→─→─→─→─→─→─→─→─→─→─→─→─→─→─→─→─→─→─→─→─→─→─→─→─→─→─→─→─→─→
|
|
76
|
+
→e→x→e→c→u→t→i→o→n→_→m→o→d→e→:→ →d→e→t→e→r→m→i→n→i→s→t→i→c→
|
|
77
|
+
→c→o→s→t→:→ →h→i→g→h→
|
|
78
|
+
→l→a→t→e→n→c→y→:→ →s→l→o→w→
|
|
79
|
+
→r→i→s→k→:→ →l→o→w→
|
|
80
|
+
→s→i→d→e→_→e→f→f→e→c→t→s→:→ →e→d→i→t→_→f→i→l→e→s→
|
|
81
|
+
→p→r→o→d→u→c→e→s→:→ →[→c→o→d→e→,→ →r→e→p→o→r→t→]→
|
|
82
|
+
→c→o→n→s→u→m→e→s→:→ →[→d→e→s→i→g→n→-→m→d→,→ →d→e→s→i→g→n→-→a→s→s→e→t→,→ →s→o→u→r→c→e→-→c→o→d→e→,→ →a→p→i→-→s→c→h→e→m→a→]→
|
|
83
|
+
→
|
|
84
|
+
→t→o→k→e→n→_→b→u→d→g→e→t→:→
|
|
85
|
+
→ → →m→a→x→_→f→i→l→e→s→_→r→e→a→d→:→ →5→
|
|
86
|
+
→ → →m→a→x→_→l→i→n→e→s→_→p→e→r→_→r→e→a→d→:→ →1→5→0→
|
|
87
|
+
→ → →m→a→x→_→s→h→e→l→l→_→c→o→m→m→a→n→d→s→:→ →0→
|
|
88
|
+
→ → →s→t→o→p→_→e→a→r→l→y→:→ →t→r→u→e→
|
|
89
|
+
→
|
|
90
|
+
→e→x→i→t→_→c→o→d→e→s→:→ →[→S→U→C→C→E→S→S→,→ →B→L→O→C→K→E→D→,→ →F→A→I→L→E→D→,→ →P→A→R→T→I→A→L→]→
|
|
91
|
+
→-→-→-→
|
|
92
|
+
→
|
|
93
|
+
→#→ →q→k→-→u→i→-→b→u→i→l→d→e→r→ →—→ →U→I→ →B→u→i→l→d→e→r→ →&→ →A→u→d→i→t→o→r→
|
|
94
|
+
→
|
|
95
|
+
→>→ →*→*→L→a→n→g→u→a→g→e→ →r→u→l→e→:→*→*→ →C→o→d→e→,→ →i→d→e→n→t→i→f→i→e→r→s→,→ →f→i→l→e→ →n→a→m→e→s→ →→→ →E→n→g→l→i→s→h→.→ →E→x→p→l→a→n→a→t→i→o→n→s→,→ →s→u→m→m→a→r→i→e→s→ →→→ →V→i→e→t→n→a→m→e→s→e→.→
|
|
96
|
+
→
|
|
97
|
+
→-→-→-→
|
|
98
|
+
→
|
|
99
|
+
→#→#→ →V→e→r→b→s→
|
|
100
|
+
→
|
|
101
|
+
→|→ →V→e→r→b→ →|→ →T→r→i→g→g→e→r→ →|→ →B→e→h→a→v→i→o→r→ →|→
|
|
102
|
+
→|→-→-→-→-→-→-→|→-→-→-→-→-→-→-→-→-→|→-→-→-→-→-→-→-→-→-→-→|→
|
|
103
|
+
→|→ →*→(→d→e→f→a→u→l→t→)→*→ →|→ →`→.→/→q→k→-→u→i→-→b→u→i→l→d→e→r→`→ →|→ →B→u→i→l→d→ →o→r→ →e→d→i→t→ →U→I→ →f→r→o→m→ →d→e→s→i→g→n→ →r→e→f→e→r→e→n→c→e→ →|→
|
|
104
|
+
→|→ →`→-→-→a→u→d→i→t→`→ →|→ →`→.→/→q→k→-→u→i→-→b→u→i→l→d→e→r→ →-→-→a→u→d→i→t→`→ →|→ →S→c→o→r→e→ →U→I→ →a→g→a→i→n→s→t→ →a→n→t→i→-→s→l→o→p→ →c→h→e→c→k→l→i→s→t→,→ →n→o→ →e→d→i→t→s→ →|→
|
|
105
|
+
→|→ →`→-→-→r→e→d→e→s→i→g→n→`→ →|→ →`→.→/→q→k→-→u→i→-→b→u→i→l→d→e→r→ →-→-→r→e→d→e→s→i→g→n→`→ →|→ →R→e→b→u→i→l→d→ →s→t→r→u→c→t→u→r→e→,→ →k→e→e→p→ →c→o→p→y→/→I→A→/→b→r→a→n→d→ →|→
|
|
106
|
+
→|→ →`→-→-→s→t→u→d→y→`→ →|→ →`→.→/→q→k→-→u→i→-→b→u→i→l→d→e→r→ →-→-→s→t→u→d→y→ →<→s→c→r→e→e→n→s→h→o→t→\→|→U→R→L→>→`→ →|→ →E→x→t→r→a→c→t→ →d→e→s→i→g→n→ →D→N→A→ →→→ →`→d→e→s→i→g→n→.→m→d→`→ →|→
|
|
107
|
+
→
|
|
108
|
+
→-→-→-→
|
|
109
|
+
→
|
|
110
|
+
→#→#→ →P→r→e→c→o→n→d→i→t→i→o→n→s→
|
|
111
|
+
→-→ →[→ →]→ →`→D→E→S→I→G→N→.→m→d→`→ →e→x→i→s→t→s→ →w→i→t→h→ →c→o→l→o→r→ →t→o→k→e→n→s→,→ →s→p→a→c→i→n→g→ →s→c→a→l→e→,→ →t→y→p→o→g→r→a→p→h→y→
|
|
112
|
+
→-→ →[→ →]→ →F→o→r→ →d→e→f→a→u→l→t→/→e→d→i→t→:→ →d→e→s→i→g→n→ →r→e→f→e→r→e→n→c→e→ →o→r→ →t→a→r→g→e→t→ →c→o→m→p→o→n→e→n→t→ →s→p→e→c→i→f→i→e→d→
|
|
113
|
+
→-→ →[→ →]→ →F→o→r→ →`→-→-→a→u→d→i→t→`→:→ →t→a→r→g→e→t→ →U→I→ →f→i→l→e→(→s→)→ →s→p→e→c→i→f→i→e→d→
|
|
114
|
+
→-→ →[→ →]→ →F→o→r→ →`→-→-→r→e→d→e→s→i→g→n→`→:→ →t→a→r→g→e→t→ →p→a→g→e→ →+→ →b→r→a→n→d→/→c→o→p→y→ →c→o→n→t→e→x→t→ →p→r→o→v→i→d→e→d→
|
|
115
|
+
→-→ →[→ →]→ →F→o→r→ →`→-→-→s→t→u→d→y→`→:→ →s→c→r→e→e→n→s→h→o→t→ →f→i→l→e→ →o→r→ →p→u→b→l→i→c→ →U→R→L→ →p→r→o→v→i→d→e→d→
|
|
116
|
+
→
|
|
117
|
+
→`→`→`→
|
|
118
|
+
→O→n→ →m→i→s→s→i→n→g→ →p→r→e→c→o→n→d→i→t→i→o→n→:→
|
|
119
|
+
→ → →E→X→I→T→:→ →B→L→O→C→K→E→D→
|
|
120
|
+
→ → →M→e→s→s→a→g→e→:→ →"→[→M→i→s→s→i→n→g→ →i→t→e→m→]→.→ →S→e→e→ →E→s→c→a→l→a→t→i→o→n→ →R→u→l→e→s→.→"→
|
|
121
|
+
→`→`→`→
|
|
122
|
+
→
|
|
123
|
+
→-→-→-→
|
|
124
|
+
→
|
|
125
|
+
→#→#→ →S→c→o→p→e→
|
|
126
|
+
→
|
|
127
|
+
→#→#→#→ →D→e→f→a→u→l→t→ →v→e→r→b→
|
|
128
|
+
→-→ →✅→ →B→u→i→l→d→ →n→e→w→ →U→I→ →f→r→o→m→ →F→i→g→m→a→/→ả→n→h→/→d→e→s→i→g→n→ →r→e→f→e→r→e→n→c→e→
|
|
129
|
+
→-→ →✅→ →S→ử→a→ →t→e→x→t→,→ →t→h→ê→m→ →n→ộ→i→ →d→u→n→g→,→ →m→a→p→ →A→P→I→ →k→e→y→ →v→à→o→ →c→o→m→p→o→n→e→n→t→
|
|
130
|
+
→-→ →✅→ →F→i→x→ →U→I→ →b→u→g→:→ →p→a→d→d→i→n→g→,→ →m→à→u→,→ →h→i→ể→n→ →t→h→ị→,→ →r→e→s→p→o→n→s→i→v→e→
|
|
131
|
+
→-→ →✅→ →G→e→n→e→r→a→t→e→ →s→t→r→i→c→t→ →U→I→ →t→ừ→ →D→E→S→I→G→N→.→m→d→ →t→o→k→e→n→s→
|
|
132
|
+
→
|
|
133
|
+
→#→#→#→ →`→-→-→a→u→d→i→t→`→
|
|
134
|
+
→-→ →✅→ →S→c→o→r→e→ →U→I→ →a→g→a→i→n→s→t→ →a→n→t→i→-→s→l→o→p→ →c→h→e→c→k→l→i→s→t→ →(→5→8→ →g→a→t→e→s→)→
|
|
135
|
+
→-→ →✅→ →D→e→t→e→c→t→ →g→e→n→e→r→i→c→ →A→I→ →a→e→s→t→h→e→t→i→c→s→,→ →h→a→r→d→c→o→d→e→d→ →v→a→l→u→e→s→
|
|
136
|
+
→-→ →✅→ →V→e→r→i→f→y→ →A→R→I→A→,→ →c→o→n→t→r→a→s→t→,→ →r→e→s→p→o→n→s→i→v→e→ →s→t→a→t→e→s→
|
|
137
|
+
→-→ →⚠→️→ →N→o→t→e→:→ →T→h→i→s→ →u→s→e→s→ →t→h→e→ →5→8→-→g→a→t→e→ →b→i→n→a→r→y→ →s→l→o→p→ →t→e→s→t→ →(→i→n→-→b→u→i→l→d→ →s→e→l→f→-→c→h→e→c→k→)→,→ →w→h→i→c→h→ →i→s→ →d→i→s→t→i→n→c→t→ →f→r→o→m→ →t→h→e→ →p→o→i→n→t→-→b→a→s→e→d→ →s→c→o→r→i→n→g→ →i→n→ →t→h→e→ →s→t→a→n→d→a→l→o→n→e→ →`→q→k→-→u→i→-→a→u→d→i→t→`→ →s→k→i→l→l→.→
|
|
138
|
+
→
|
|
139
|
+
→#→#→#→ →`→-→-→r→e→d→e→s→i→g→n→`→
|
|
140
|
+
→-→ →✅→ →T→h→a→y→ →đ→ổ→i→ →c→ấ→u→ →t→r→ú→c→ →p→a→g→e→,→ →g→i→ữ→ →n→ộ→i→ →d→u→n→g→/→I→A→/→b→r→a→n→d→
|
|
141
|
+
→-→ →✅→ →P→i→c→k→ →n→e→w→ →m→a→c→r→o→s→t→r→u→c→t→u→r→e→ →+→ →t→h→e→m→e→ →f→i→n→g→e→r→p→r→i→n→t→
|
|
142
|
+
→
|
|
143
|
+
→#→#→#→ →`→-→-→s→t→u→d→y→`→
|
|
144
|
+
→-→ →✅→ →E→x→t→r→a→c→t→ →d→e→s→i→g→n→ →D→N→A→ →t→ừ→ →ả→n→h→/→F→i→g→m→a→/→U→R→L→
|
|
145
|
+
→-→ →✅→ →E→m→i→t→ →p→o→r→t→a→b→l→e→ →`→d→e→s→i→g→n→.→m→d→`→ →f→o→r→ →h→a→n→d→o→f→f→
|
|
146
|
+
→
|
|
147
|
+
→#→#→ →N→o→n→-→G→o→a→l→s→
|
|
148
|
+
→-→ →❌→ →I→n→v→e→n→t→ →d→e→s→i→g→n→ →t→o→k→e→n→s→ →n→o→t→ →i→n→ →D→E→S→I→G→N→.→m→d→
|
|
149
|
+
→-→ →❌→ →U→s→e→ →h→a→r→d→c→o→d→e→d→ →h→e→x→ →c→o→l→o→r→s→,→ →p→x→ →s→i→z→e→s→ →n→o→t→ →f→r→o→m→ →t→o→k→e→n→ →s→y→s→t→e→m→
|
|
150
|
+
→-→ →❌→ →C→o→p→y→ →g→e→n→e→r→i→c→ →T→a→i→l→w→i→n→d→/→B→o→o→t→s→t→r→a→p→ →t→e→m→p→l→a→t→e→s→
|
|
151
|
+
→-→ →❌→ →S→k→i→p→ →l→o→a→d→i→n→g→/→e→r→r→o→r→/→e→m→p→t→y→ →s→t→a→t→e→s→
|
|
152
|
+
→-→ →❌→ →C→l→o→n→e→ →p→a→i→d→ →t→e→m→p→l→a→t→e→s→ →o→r→ →v→i→o→l→a→t→e→ →d→e→s→i→g→n→ →c→o→p→y→r→i→g→h→t→
|
|
153
|
+
→
|
|
154
|
+
→-→-→-→
|
|
155
|
+
→
|
|
156
|
+
→#→#→ →P→r→i→o→r→i→t→y→ →O→r→d→e→r→
|
|
157
|
+
→
|
|
158
|
+
→|→ →P→r→i→o→r→i→t→y→ →|→ →T→a→s→k→ →|→ →S→k→i→p→ →T→h→r→e→s→h→o→l→d→ →|→
|
|
159
|
+
→|→-→-→-→-→-→-→-→-→-→-→|→-→-→-→-→-→-→|→-→-→-→-→-→-→-→-→-→-→-→-→-→-→-→-→|→
|
|
160
|
+
→|→ →P→1→ →|→ →H→T→M→L→ →s→t→r→u→c→t→u→r→e→ →+→ →s→e→m→a→n→t→i→c→ →m→a→r→k→u→p→ →|→ →N→e→v→e→r→ →|→
|
|
161
|
+
→|→ →P→2→ →|→ →D→E→S→I→G→N→.→m→d→ →t→o→k→e→n→ →a→p→p→l→i→c→a→t→i→o→n→ →(→c→o→l→o→r→s→,→ →s→p→a→c→i→n→g→,→ →t→y→p→o→g→r→a→p→h→y→)→ →|→ →N→e→v→e→r→ →|→
|
|
162
|
+
→|→ →P→3→ →|→ →I→n→t→e→r→a→c→t→i→v→e→ →s→t→a→t→e→s→ →(→h→o→v→e→r→,→ →f→o→c→u→s→,→ →a→c→t→i→v→e→)→ →|→ →B→u→d→g→e→t→ →<→ →3→0→%→ →|→
|
|
163
|
+
→|→ →P→4→ →|→ →R→e→s→p→o→n→s→i→v→e→ →b→r→e→a→k→p→o→i→n→t→s→ →(→m→o→b→i→l→e→)→ →|→ →B→u→d→g→e→t→ →<→ →5→0→%→ →|→
|
|
164
|
+
→|→ →P→5→ →|→ →L→o→a→d→i→n→g→ →/→ →e→r→r→o→r→ →/→ →e→m→p→t→y→ →s→t→a→t→e→s→ →|→ →B→u→d→g→e→t→ →<→ →6→0→%→ →|→
|
|
165
|
+
→|→ →P→6→ →|→ →A→n→i→m→a→t→i→o→n→ →/→ →m→i→c→r→o→-→i→n→t→e→r→a→c→t→i→o→n→s→ →|→ →B→u→d→g→e→t→ →<→ →7→0→%→ →|→
|
|
166
|
+
→|→ →P→7→ →|→ →A→R→I→A→ →r→o→l→e→s→ →+→ →k→e→y→b→o→a→r→d→ →n→a→v→i→g→a→t→i→o→n→ →|→ →B→u→d→g→e→t→ →<→ →8→0→%→ →|→
|
|
167
|
+
→
|
|
168
|
+
→-→-→-→
|
|
169
|
+
→
|
|
170
|
+
→#→#→ →W→o→r→k→f→l→o→w→
|
|
171
|
+
→
|
|
172
|
+
→#→#→#→ →P→h→a→s→e→ →1→ →—→ →R→o→u→t→e→ →b→y→ →V→e→r→b→
|
|
173
|
+
→
|
|
174
|
+
→*→*→D→e→c→i→s→i→o→n→:→*→*→
|
|
175
|
+
→`→`→`→
|
|
176
|
+
→I→F→ →-→-→a→u→d→i→t→
|
|
177
|
+
→ → →→→ →L→o→a→d→ →s→l→o→p→-→t→e→s→t→ →g→a→t→e→s→ →→→ →g→o→ →t→o→ →A→u→d→i→t→ →p→h→a→s→e→
|
|
178
|
+
→
|
|
179
|
+
→E→L→S→E→ →I→F→ →-→-→r→e→d→e→s→i→g→n→
|
|
180
|
+
→ → →→→ →L→o→a→d→ →m→a→c→r→o→s→t→r→u→c→t→u→r→e→ →i→n→d→e→x→ →→→ →p→i→c→k→ →n→e→w→ →f→i→n→g→e→r→p→r→i→n→t→ →→→ →g→o→ →t→o→ →B→u→i→l→d→ →p→h→a→s→e→
|
|
181
|
+
→
|
|
182
|
+
→E→L→S→E→ →I→F→ →-→-→s→t→u→d→y→
|
|
183
|
+
→ → →→→ →L→o→a→d→ →s→t→u→d→y→ →p→r→o→t→o→c→o→l→ →→→ →e→x→t→r→a→c→t→ →D→N→A→ →→→ →e→m→i→t→ →d→e→s→i→g→n→.→m→d→ →→→ →E→X→I→T→:→ →S→U→C→C→E→S→S→
|
|
184
|
+
→
|
|
185
|
+
→E→L→S→E→ →(→d→e→f→a→u→l→t→:→ →b→u→i→l→d→/→e→d→i→t→)→
|
|
186
|
+
→ → →→→ →g→o→ →t→o→ →B→u→i→l→d→ →p→h→a→s→e→
|
|
187
|
+
→`→`→`→
|
|
188
|
+
→
|
|
189
|
+
→-→-→-→
|
|
190
|
+
→
|
|
191
|
+
→#→#→#→ →P→h→a→s→e→ →2→ →—→ →L→o→a→d→ →D→e→s→i→g→n→ →C→o→n→t→e→x→t→ →(→d→e→f→a→u→l→t→/→e→d→i→t→/→r→e→d→e→s→i→g→n→ →o→n→l→y→)→
|
|
192
|
+
→
|
|
193
|
+
→*→*→L→o→a→d→ →D→i→s→c→i→p→l→i→n→e→ →(→M→A→N→D→A→T→O→R→Y→)→:→*→*→
|
|
194
|
+
→
|
|
195
|
+
→`→`→`→
|
|
196
|
+
→E→A→G→E→R→ →(→l→o→a→d→ →e→v→e→r→y→ →b→u→i→l→d→)→:→
|
|
197
|
+
→ → →-→ →t→y→p→o→g→r→a→p→h→y→.→m→d→
|
|
198
|
+
→ → →-→ →c→o→l→o→r→.→m→d→
|
|
199
|
+
→ → →-→ →l→a→y→o→u→t→-→a→n→d→-→s→p→a→c→e→.→m→d→
|
|
200
|
+
→ → →-→ →c→o→p→y→.→m→d→
|
|
201
|
+
→ → →-→ →a→n→t→i→-→p→a→t→t→e→r→n→s→.→m→d→
|
|
202
|
+
→
|
|
203
|
+
→I→N→D→E→X→-→T→H→E→N→-→P→I→C→K→ →(→l→o→a→d→ →i→n→d→e→x→,→ →c→h→o→o→s→e→ →O→N→E→)→:→
|
|
204
|
+
→ → →-→ →m→a→c→r→o→s→t→r→u→c→t→u→r→e→s→.→m→d→ →→→ →p→i→c→k→ →O→N→E→ →→→ →l→o→a→d→ →o→n→l→y→ →t→h→a→t→ →f→i→l→e→
|
|
205
|
+
→
|
|
206
|
+
→C→O→N→D→I→T→I→O→N→A→L→ →(→l→o→a→d→ →o→n→l→y→ →i→f→ →n→e→e→d→e→d→)→:→
|
|
207
|
+
→ → →-→ →t→h→e→m→e→s→/→[→n→a→m→e→]→.→m→d→ →→→ →o→n→l→y→ →i→f→ →p→r→o→j→e→c→t→ →h→a→s→ →l→o→c→k→e→d→ →t→h→e→m→e→
|
|
208
|
+
→ → →-→ →m→o→t→i→o→n→.→m→d→ →→→ →o→n→l→y→ →i→f→ →a→n→i→m→a→t→i→o→n→ →r→e→q→u→e→s→t→e→d→
|
|
209
|
+
→ → →-→ →i→n→t→e→r→a→c→t→i→o→n→-→a→n→d→-→s→t→a→t→e→s→.→m→d→ →→→ →o→n→l→y→ →i→f→ →c→o→m→p→l→e→x→ →i→n→t→e→r→a→c→t→i→o→n→s→
|
|
210
|
+
→ → →-→ →r→e→s→p→o→n→s→i→v→e→.→m→d→ →→→ →o→n→l→y→ →i→f→ →m→o→b→i→l→e→ →b→r→e→a→k→p→o→i→n→t→s→ →n→e→e→d→e→d→
|
|
211
|
+
→ → →-→ →c→o→m→p→o→n→e→n→t→-→c→o→o→k→b→o→o→k→.→m→d→ →→→ →o→n→l→y→ →i→f→ →b→u→i→l→d→i→n→g→ →k→n→o→w→n→ →a→r→c→h→e→t→y→p→e→
|
|
212
|
+
→
|
|
213
|
+
→L→O→A→D→-→A→T→-→E→N→D→ →(→p→o→s→t→-→e→m→i→t→ →o→n→l→y→)→:→
|
|
214
|
+
→ → →-→ →s→l→o→p→-→t→e→s→t→.→m→d→ →→→ →r→u→n→ →A→F→T→E→R→ →b→u→i→l→d→ →c→o→m→p→l→e→t→e→s→
|
|
215
|
+
→`→`→`→
|
|
216
|
+
→
|
|
217
|
+
→*→*→S→t→e→p→s→:→*→*→
|
|
218
|
+
→1→.→ →R→e→a→d→ →`→D→E→S→I→G→N→.→m→d→`→ →→→ →e→x→t→r→a→c→t→ →t→o→k→e→n→s→:→ →c→o→l→o→r→s→ →(→H→S→L→)→,→ →s→p→a→c→i→n→g→,→ →f→o→n→t→s→,→ →r→a→d→i→u→s→,→ →s→h→a→d→o→w→s→
|
|
219
|
+
→2→.→ →L→o→a→d→ →e→a→g→e→r→ →r→e→f→e→r→e→n→c→e→s→ →(→t→y→p→o→g→r→a→p→h→y→,→ →c→o→l→o→r→,→ →l→a→y→o→u→t→,→ →c→o→p→y→,→ →a→n→t→i→-→p→a→t→t→e→r→n→s→)→
|
|
220
|
+
→3→.→ →C→h→e→c→k→ →`→.→a→g→e→n→t→s→/→m→e→m→o→r→y→/→u→i→-→d→i→v→e→r→s→i→f→i→c→a→t→i→o→n→.→j→s→o→n→`→ →f→o→r→ →l→a→s→t→ →t→h→e→m→e→/→m→a→c→r→o→s→t→r→u→c→t→u→r→e→ →u→s→e→d→
|
|
221
|
+
→4→.→ →I→f→ →r→e→d→e→s→i→g→n→:→ →r→e→a→d→ →`→r→e→f→e→r→e→n→c→e→s→/→m→a→c→r→o→s→t→r→u→c→t→u→r→e→s→.→m→d→`→ →i→n→d→e→x→ →→→ →p→i→c→k→ →O→N→E→ →d→i→f→f→e→r→e→n→t→ →f→r→o→m→ →l→a→s→t→ →→→ →l→o→a→d→ →o→n→l→y→ →t→h→a→t→ →f→i→l→e→
|
|
222
|
+
→5→.→ →I→f→ →p→r→o→j→e→c→t→ →h→a→s→ →l→o→c→k→e→d→ →t→h→e→m→e→:→ →l→o→a→d→ →`→r→e→f→e→r→e→n→c→e→s→/→t→h→e→m→e→s→/→[→n→a→m→e→]→.→m→d→`→
|
|
223
|
+
→
|
|
224
|
+
→*→*→D→i→v→e→r→s→i→f→i→c→a→t→i→o→n→ →r→u→l→e→:→*→*→ →c→o→n→s→e→c→u→t→i→v→e→ →b→u→i→l→d→s→ →m→u→s→t→ →u→s→e→ →d→i→f→f→e→r→e→n→t→ →t→h→e→m→e→ →+→ →m→a→c→r→o→s→t→r→u→c→t→u→r→e→ →f→r→o→m→ →`→u→i→-→d→i→v→e→r→s→i→f→i→c→a→t→i→o→n→.→j→s→o→n→`→.→
|
|
225
|
+
→
|
|
226
|
+
→-→-→-→
|
|
227
|
+
→
|
|
228
|
+
→#→#→#→ →P→h→a→s→e→ →3→ →—→ →B→u→i→l→d→ →o→r→ →E→d→i→t→
|
|
229
|
+
→
|
|
230
|
+
→*→*→S→t→e→p→s→:→*→*→
|
|
231
|
+
→1→.→ →F→o→r→ →n→e→w→ →U→I→:→ →c→r→e→a→t→e→ →c→o→m→p→o→n→e→n→t→ →f→r→o→m→ →d→e→s→i→g→n→ →r→e→f→e→r→e→n→c→e→ →u→s→i→n→g→ →D→E→S→I→G→N→.→m→d→ →t→o→k→e→n→s→
|
|
232
|
+
→2→.→ →F→o→r→ →e→d→i→t→:→ →m→o→d→i→f→y→ →e→x→i→s→t→i→n→g→ →c→o→m→p→o→n→e→n→t→ →p→e→r→ →u→s→e→r→ →r→e→q→u→e→s→t→ →(→t→e→x→t→,→ →A→P→I→ →m→a→p→p→i→n→g→,→ →l→a→y→o→u→t→)→
|
|
233
|
+
→3→.→ →A→p→p→l→y→ →t→h→e→m→e→ →+→ →m→a→c→r→o→s→t→r→u→c→t→u→r→e→ →f→i→n→g→e→r→p→r→i→n→t→
|
|
234
|
+
→4→.→ →H→a→n→d→l→e→ →a→l→l→ →3→ →U→I→ →s→t→a→t→e→s→:→ →L→o→a→d→i→n→g→,→ →S→u→c→c→e→s→s→,→ →E→r→r→o→r→
|
|
235
|
+
→
|
|
236
|
+
→*→*→A→P→I→ →m→a→p→p→i→n→g→ →r→u→l→e→:→*→*→
|
|
237
|
+
→-→ →B→i→n→d→ →A→P→I→ →r→e→s→p→o→n→s→e→ →t→o→ →c→o→m→p→o→n→e→n→t→ →p→r→o→p→s→ →v→i→a→ →g→e→n→e→r→a→t→e→d→ →T→y→p→e→S→c→r→i→p→t→ →i→n→t→e→r→f→a→c→e→s→
|
|
238
|
+
→-→ →N→E→V→E→R→ →h→a→r→d→c→o→d→e→ →A→P→I→ →U→R→L→s→ →i→n→ →c→o→m→p→o→n→e→n→t→
|
|
239
|
+
→-→ →U→s→e→ →e→x→i→s→t→i→n→g→ →A→P→I→ →c→l→i→e→n→t→ →p→a→t→t→e→r→n→ →f→r→o→m→ →p→r→o→j→e→c→t→
|
|
240
|
+
→
|
|
241
|
+
→-→-→-→
|
|
242
|
+
→
|
|
243
|
+
→#→#→#→ →P→h→a→s→e→ →4→ →—→ →S→e→l→f→-→A→u→d→i→t→ →(→A→n→t→i→-→S→l→o→p→ →C→h→e→c→k→)→
|
|
244
|
+
→
|
|
245
|
+
→*→*→C→h→e→c→k→l→i→s→t→ →(→m→u→s→t→ →p→a→s→s→ →A→L→L→)→:→*→*→
|
|
246
|
+
→-→ →[→ →]→ →N→o→ →h→a→r→d→c→o→d→e→d→ →c→o→l→o→r→s→ →—→ →o→n→l→y→ →D→E→S→I→G→N→.→m→d→ →t→o→k→e→n→s→
|
|
247
|
+
→-→ →[→ →]→ →N→o→ →f→o→n→t→-→s→i→z→e→ →i→n→ →p→x→ →w→i→t→h→o→u→t→ →t→o→k→e→n→ →—→ →u→s→e→ →r→e→m→/→t→o→k→e→n→
|
|
248
|
+
→-→ →[→ →]→ →N→o→ →`→m→a→r→g→i→n→:→ →a→u→t→o→`→ →s→o→u→p→ →—→ →u→s→e→ →p→r→o→p→e→r→ →g→r→i→d→/→f→l→e→x→
|
|
249
|
+
→-→ →[→ →]→ →A→l→l→ →i→n→t→e→r→a→c→t→i→v→e→ →e→l→e→m→e→n→t→s→ →h→a→v→e→ →h→o→v→e→r→ →+→ →f→o→c→u→s→ →s→t→a→t→e→
|
|
250
|
+
→-→ →[→ →]→ →M→o→b→i→l→e→ →v→i→e→w→p→o→r→t→ →w→o→r→k→s→ →(→n→o→ →h→o→r→i→z→o→n→t→a→l→ →o→v→e→r→f→l→o→w→)→
|
|
251
|
+
→-→ →[→ →]→ →N→o→ →`→!→i→m→p→o→r→t→a→n→t→`→ →o→v→e→r→r→i→d→e→s→ →(→e→x→c→e→p→t→ →r→e→s→e→t→s→)→
|
|
252
|
+
→-→ →[→ →]→ →N→o→ →i→n→l→i→n→e→ →s→t→y→l→e→s→ →e→x→c→e→p→t→ →d→y→n→a→m→i→c→ →v→a→l→u→e→s→
|
|
253
|
+
→-→ →[→ →]→ →L→o→a→d→i→n→g→ →s→t→a→t→e→ →i→m→p→l→e→m→e→n→t→e→d→ →(→s→k→e→l→e→t→o→n→ →o→r→ →s→p→i→n→n→e→r→)→
|
|
254
|
+
→-→ →[→ →]→ →E→r→r→o→r→ →s→t→a→t→e→ →i→m→p→l→e→m→e→n→t→e→d→ →(→c→l→e→a→r→ →m→e→s→s→a→g→e→)→
|
|
255
|
+
→-→ →[→ →]→ →E→m→p→t→y→ →s→t→a→t→e→ →i→m→p→l→e→m→e→n→t→e→d→ →(→h→e→l→p→f→u→l→ →i→l→l→u→s→t→r→a→t→i→o→n→/→t→e→x→t→)→
|
|
256
|
+
→
|
|
257
|
+
→*→*→D→e→c→i→s→i→o→n→:→*→*→
|
|
258
|
+
→`→`→`→
|
|
259
|
+
→I→F→ →a→l→l→ →c→h→e→c→k→s→ →p→a→s→s→
|
|
260
|
+
→ → →→→ →E→X→I→T→:→ →S→U→C→C→E→S→S→
|
|
261
|
+
→
|
|
262
|
+
→E→L→S→E→ →I→F→ →1→–→2→ →m→i→n→o→r→ →f→a→i→l→s→
|
|
263
|
+
→ → →→→ →F→i→x→ →i→m→m→e→d→i→a→t→e→l→y→,→ →E→X→I→T→:→ →S→U→C→C→E→S→S→
|
|
264
|
+
→
|
|
265
|
+
→E→L→S→E→ →I→F→ →>→ →2→ →f→a→i→l→s→ →O→R→ →h→a→r→d→c→o→d→e→d→ →c→o→l→o→r→s→ →f→o→u→n→d→
|
|
266
|
+
→ → →→→ →F→i→x→ →a→l→l→,→ →r→e→-→a→u→d→i→t→,→ →E→X→I→T→:→ →P→A→R→T→I→A→L→ →i→f→ →s→t→i→l→l→ →o→n→e→ →g→a→p→
|
|
267
|
+
→`→`→`→
|
|
268
|
+
→
|
|
269
|
+
→-→-→-→
|
|
270
|
+
→
|
|
271
|
+
→#→#→#→ →P→h→a→s→e→ →5→ →—→ →S→l→o→p→ →T→e→s→t→ →(→p→o→s→t→-→e→m→i→t→)→
|
|
272
|
+
→
|
|
273
|
+
→L→o→a→d→ →`→r→e→f→e→r→e→n→c→e→s→/→s→l→o→p→-→t→e→s→t→.→m→d→`→ →a→n→d→ →v→e→r→i→f→y→ →a→l→l→ →5→8→ →g→a→t→e→s→ →p→a→s→s→.→
|
|
274
|
+
→
|
|
275
|
+
→`→`→`→
|
|
276
|
+
→I→F→ →a→l→l→ →5→8→ →g→a→t→e→s→ →p→a→s→s→
|
|
277
|
+
→ → →→→ →E→X→I→T→:→ →S→U→C→C→E→S→S→
|
|
278
|
+
→
|
|
279
|
+
→E→L→S→E→ →I→F→ →c→r→i→t→i→c→a→l→ →g→a→t→e→ →f→a→i→l→s→ →(→h→a→r→d→c→o→d→e→d→ →p→u→r→p→l→e→ →g→r→a→d→i→e→n→t→,→ →b→a→n→n→e→d→ →f→o→n→t→)→
|
|
280
|
+
→ → →→→ →E→X→I→T→:→ →F→A→I→L→E→D→ →—→ →r→e→b→u→i→l→d→ →r→e→q→u→i→r→e→d→
|
|
281
|
+
→`→`→`→
|
|
282
|
+
→
|
|
283
|
+
→-→-→-→
|
|
284
|
+
→
|
|
285
|
+
→#→#→ →C→o→n→f→i→d→e→n→c→e→ →M→o→d→e→l→
|
|
286
|
+
→
|
|
287
|
+
→|→ →L→e→v→e→l→ →|→ →C→o→n→d→i→t→i→o→n→ →|→ →A→c→t→i→o→n→ →|→
|
|
288
|
+
→|→-→-→-→-→-→-→-→|→-→-→-→-→-→-→-→-→-→-→-→|→-→-→-→-→-→-→-→-→|→
|
|
289
|
+
→|→ →H→I→G→H→ →|→ →D→E→S→I→G→N→.→m→d→ →c→o→m→p→l→e→t→e→,→ →d→e→s→i→g→n→ →r→e→f→e→r→e→n→c→e→ →c→l→e→a→r→,→ →A→P→I→ →s→c→h→e→m→a→ →p→r→o→v→i→d→e→d→ →|→ →B→u→i→l→d→ →d→i→r→e→c→t→l→y→ →|→
|
|
290
|
+
→|→ →M→E→D→I→U→M→ →|→ →S→o→m→e→ →t→o→k→e→n→s→ →m→i→s→s→i→n→g→ →o→r→ →d→e→s→i→g→n→ →r→e→f→e→r→e→n→c→e→ →a→m→b→i→g→u→o→u→s→ →|→ →N→o→t→e→ →g→a→p→s→,→ →p→r→o→c→e→e→d→ →|→
|
|
291
|
+
→|→ →L→O→W→ →|→ →D→E→S→I→G→N→.→m→d→ →m→i→s→s→i→n→g→ →o→r→ →d→e→s→i→g→n→ →r→e→f→e→r→e→n→c→e→ →t→o→o→ →v→a→g→u→e→ →|→ →E→X→I→T→:→ →B→L→O→C→K→E→D→ →|→
|
|
292
|
+
→
|
|
293
|
+
→-→-→-→
|
|
294
|
+
→
|
|
295
|
+
→#→#→ →S→e→v→e→r→i→t→y→
|
|
296
|
+
→
|
|
297
|
+
→|→ →L→e→v→e→l→ →|→ →D→e→f→i→n→i→t→i→o→n→ →|→ →E→x→a→m→p→l→e→ →|→
|
|
298
|
+
→|→-→-→-→-→-→-→-→|→-→-→-→-→-→-→-→-→-→-→-→|→-→-→-→-→-→-→-→-→-→|→
|
|
299
|
+
→|→ →C→R→I→T→I→C→A→L→ →|→ →H→a→r→d→c→o→d→e→d→ →A→P→I→ →U→R→L→ →i→n→ →c→o→m→p→o→n→e→n→t→,→ →b→a→n→n→e→d→ →f→o→n→t→ →u→s→e→d→ →|→ →`→a→x→i→o→s→.→g→e→t→(→"→h→t→t→p→:→/→/→l→o→c→a→l→h→o→s→t→"→)→`→ →i→n→ →J→S→X→ →|→
|
|
300
|
+
→|→ →H→I→G→H→ →|→ →M→i→s→s→i→n→g→ →e→r→r→o→r→/→l→o→a→d→i→n→g→ →s→t→a→t→e→,→ →h→a→r→d→c→o→d→e→d→ →c→o→l→o→r→ →n→o→t→ →i→n→ →D→E→S→I→G→N→.→m→d→ →|→ →N→o→ →5→0→0→ →h→a→n→d→l→e→r→ →|→
|
|
301
|
+
→|→ →M→E→D→I→U→M→ →|→ →M→i→s→s→i→n→g→ →h→o→v→e→r→ →s→t→a→t→e→,→ →s→p→a→c→i→n→g→ →o→f→f→ →b→y→ →1→ →u→n→i→t→ →|→ →B→u→t→t→o→n→ →w→i→t→h→o→u→t→ →f→o→c→u→s→ →r→i→n→g→ →|→
|
|
302
|
+
→|→ →L→O→W→ →|→ →C→o→m→m→e→n→t→ →m→i→s→s→i→n→g→,→ →m→i→n→o→r→ →n→a→m→i→n→g→ →i→n→c→o→n→s→i→s→t→e→n→c→y→ →|→ →`→t→e→m→p→`→ →v→a→r→i→a→b→l→e→ →n→a→m→e→ →|→
|
|
303
|
+
→
|
|
304
|
+
→-→-→-→
|
|
305
|
+
→
|
|
306
|
+
→#→#→ →E→v→i→d→e→n→c→e→ →F→o→r→m→a→t→
|
|
307
|
+
→
|
|
308
|
+
→`→`→`→
|
|
309
|
+
→[→S→E→V→E→R→I→T→Y→]→ →p→a→t→h→/→t→o→/→C→o→m→p→o→n→e→n→t→.→t→s→x→:→L→I→N→E→
|
|
310
|
+
→C→a→t→e→g→o→r→y→:→ → → →[→T→O→K→E→N→|→S→E→M→A→N→T→I→C→|→I→N→T→E→R→A→C→T→I→O→N→|→R→E→S→P→O→N→S→I→V→E→|→S→T→A→T→E→|→A→R→I→A→|→S→L→O→P→]→
|
|
311
|
+
→R→e→a→s→o→n→:→ → → → → →[→s→p→e→c→i→f→i→c→ →v→i→o→l→a→t→i→o→n→]→
|
|
312
|
+
→C→o→n→f→i→d→e→n→c→e→:→ →H→I→G→H→
|
|
313
|
+
→F→i→x→:→ → → → → → → → →[→o→n→e→-→l→i→n→e→ →a→c→t→i→o→n→a→b→l→e→ →s→u→g→g→e→s→t→i→o→n→]→
|
|
314
|
+
→P→o→i→n→t→s→:→ → → → → →-→N→ →p→t→s→ →(→f→o→r→ →a→u→d→i→t→ →m→o→d→e→)→
|
|
315
|
+
→`→`→`→
|
|
316
|
+
→
|
|
317
|
+
→-→-→-→
|
|
318
|
+
→
|
|
319
|
+
→#→#→ →R→e→t→r→y→ →P→o→l→i→c→y→
|
|
320
|
+
→
|
|
321
|
+
→`→`→`→
|
|
322
|
+
→B→u→i→l→d→/→E→d→i→t→ →f→a→i→l→s→
|
|
323
|
+
→ → →└→─→ →C→h→e→c→k→ →f→a→i→l→u→r→e→ →t→y→p→e→
|
|
324
|
+
→ → → → → → → →├→─→ →T→o→k→e→n→ →m→i→s→s→i→n→g→ →→→ →i→n→f→e→r→ →f→r→o→m→ →D→E→S→I→G→N→.→m→d→,→ →n→o→t→e→ →a→s→s→u→m→p→t→i→o→n→
|
|
325
|
+
→ → → → → → → →└→─→ →D→e→s→i→g→n→ →r→e→f→e→r→e→n→c→e→ →u→n→c→l→e→a→r→ →→→ →E→X→I→T→:→ →B→L→O→C→K→E→D→,→ →a→s→k→ →u→s→e→r→
|
|
326
|
+
→
|
|
327
|
+
→S→l→o→p→ →t→e→s→t→ →f→a→i→l→s→
|
|
328
|
+
→ → →└→─→ →C→r→i→t→i→c→a→l→ →g→a→t→e→ →(→h→a→r→d→c→o→d→e→d→ →c→o→l→o→r→,→ →b→a→n→n→e→d→ →f→o→n→t→)→
|
|
329
|
+
→ → → → → → → →└→─→ →E→X→I→T→:→ →F→A→I→L→E→D→ →—→ →d→o→ →n→o→t→ →s→h→i→p→,→ →r→e→b→u→i→l→d→ →r→e→q→u→i→r→e→d→
|
|
330
|
+
→`→`→`→
|
|
331
|
+
→
|
|
332
|
+
→-→-→-→
|
|
333
|
+
→
|
|
334
|
+
→#→#→ →E→s→c→a→l→a→t→i→o→n→ →R→u→l→e→s→
|
|
335
|
+
→
|
|
336
|
+
→`→`→`→
|
|
337
|
+
→B→L→O→C→K→E→D→:→ →D→E→S→I→G→N→.→m→d→ →m→i→s→s→i→n→g→ →o→r→ →d→e→s→i→g→n→ →r→e→f→e→r→e→n→c→e→ →u→n→c→l→e→a→r→
|
|
338
|
+
→M→i→s→s→i→n→g→:→
|
|
339
|
+
→ → →-→ →D→E→S→I→G→N→.→m→d→ →w→i→t→h→ →c→o→l→o→r→/→s→p→a→c→i→n→g→/→t→y→p→o→g→r→a→p→h→y→ →t→o→k→e→n→s→
|
|
340
|
+
→ → →-→ →D→e→s→i→g→n→ →r→e→f→e→r→e→n→c→e→ →(→F→i→g→m→a→/→ả→n→h→/→w→i→r→e→f→r→a→m→e→)→
|
|
341
|
+
→ → →-→ →F→o→r→ →-→-→s→t→u→d→y→:→ →s→c→r→e→e→n→s→h→o→t→ →o→r→ →p→u→b→l→i→c→ →U→R→L→
|
|
342
|
+
→Q→u→e→s→t→i→o→n→s→:→
|
|
343
|
+
→ → →1→.→ →B→ạ→n→ →c→ó→ →D→E→S→I→G→N→.→m→d→ →c→h→ư→a→?→ →(→c→h→ạ→y→ →q→k→-→p→r→o→j→e→c→t→-→b→o→o→t→s→t→r→a→p→ →n→ế→u→ →c→h→ư→a→)→
|
|
344
|
+
→ → →2→.→ →D→e→s→i→g→n→ →r→e→f→e→r→e→n→c→e→ →l→à→ →g→ì→?→ →(→F→i→g→m→a→ →l→i→n→k→ →/→ →ả→n→h→ →/→ →m→ô→ →t→ả→)→
|
|
345
|
+
→ → →3→.→ →C→h→o→ →p→h→é→p→ →t→ạ→o→ →D→E→S→I→G→N→.→m→d→ →m→ớ→i→ →k→h→ô→n→g→?→
|
|
346
|
+
→R→e→c→o→m→m→e→n→d→e→d→ →A→s→s→u→m→p→t→i→o→n→s→ →(→i→f→ →p→r→o→c→e→e→d→i→n→g→)→:→
|
|
347
|
+
→ → →-→ →U→s→e→ →i→n→d→u→s→t→r→y→-→s→t→a→n→d→a→r→d→:→ →8→p→x→ →s→p→a→c→i→n→g→,→ →I→n→t→e→r→ →f→o→n→t→,→ →n→e→u→t→r→a→l→ →g→r→a→y→ →p→a→l→e→t→t→e→
|
|
348
|
+
→`→`→`→
|
|
349
|
+
→
|
|
350
|
+
→-→-→-→
|
|
351
|
+
→
|
|
352
|
+
→#→#→ →H→a→n→d→o→f→f→ →C→o→n→t→r→a→c→t→
|
|
353
|
+
→
|
|
354
|
+
→#→#→#→ →C→o→n→s→u→m→e→s→
|
|
355
|
+
→`→`→`→j→s→o→n→
|
|
356
|
+
→{→
|
|
357
|
+
→ → →"→f→r→o→m→"→:→ →"→u→s→e→r→ →o→r→ →q→k→-→o→r→c→h→e→s→t→r→a→t→o→r→"→,→
|
|
358
|
+
→ → →"→r→e→q→u→i→r→e→d→_→f→i→e→l→d→s→"→:→ →[→"→v→e→r→b→"→,→ →"→d→e→s→i→g→n→_→m→d→_→p→a→t→h→"→]→,→
|
|
359
|
+
→ → →"→o→p→t→i→o→n→a→l→_→f→i→e→l→d→s→"→:→ →[→"→d→e→s→i→g→n→_→r→e→f→e→r→e→n→c→e→"→,→ →"→t→a→r→g→e→t→_→c→o→m→p→o→n→e→n→t→"→,→ →"→a→p→i→_→s→c→h→e→m→a→"→,→ →"→f→r→a→m→e→w→o→r→k→"→]→
|
|
360
|
+
→}→
|
|
361
|
+
→`→`→`→
|
|
362
|
+
→
|
|
363
|
+
→#→#→#→ →P→r→o→d→u→c→e→s→
|
|
364
|
+
→`→`→`→j→s→o→n→
|
|
365
|
+
→{→
|
|
366
|
+
→ → →"→t→o→"→:→ →"→u→s→e→r→ →o→r→ →q→k→-→u→i→-→a→u→d→i→t→ →(→i→f→ →-→-→a→u→d→i→t→)→"→,→
|
|
367
|
+
→ → →"→o→u→t→p→u→t→_→f→i→e→l→d→s→"→:→ →[→"→c→o→m→p→o→n→e→n→t→_→f→i→l→e→s→"→,→ →"→t→o→k→e→n→s→_→u→s→e→d→"→,→ →"→s→t→a→t→e→s→_→i→m→p→l→e→m→e→n→t→e→d→"→,→ →"→s→l→o→p→_→t→e→s→t→_→r→e→s→u→l→t→"→,→ →"→e→x→i→t→_→c→o→d→e→"→]→
|
|
368
|
+
→}→
|
|
369
|
+
→`→`→`→
|
|
370
|
+
→
|
|
371
|
+
→-→-→-→
|
|
372
|
+
→
|
|
373
|
+
→#→#→ →O→u→t→p→u→t→ →F→o→r→m→a→t→
|
|
374
|
+
→
|
|
375
|
+
→#→#→#→ →D→e→f→a→u→l→t→ →(→b→u→i→l→d→/→e→d→i→t→)→
|
|
376
|
+
→`→`→`→
|
|
377
|
+
→🎨→ →U→I→ →B→u→i→l→d→e→r→
|
|
378
|
+
→─→─→─→─→─→─→─→─→─→─→─→─→─→─→─→─→─→─→─→─→─→─→─→─→─→─→─→─→─→─→─→─→─→─→─→─→─→─→─→─→─→─→─→─→─→─→─→─→─→
|
|
379
|
+
→C→o→m→p→o→n→e→n→t→:→ → → →[→C→o→m→p→o→n→e→n→t→N→a→m→e→]→
|
|
380
|
+
→T→h→e→m→e→:→ → → → → → → →[→t→h→e→m→e→ →n→a→m→e→ →f→r→o→m→ →r→e→f→e→r→e→n→c→e→s→/→t→h→e→m→e→s→/→]→
|
|
381
|
+
→M→a→c→r→o→s→t→r→u→c→t→u→r→e→:→ →[→m→a→c→r→o→s→t→r→u→c→t→u→r→e→ →n→a→m→e→]→
|
|
382
|
+
→
|
|
383
|
+
→S→t→a→t→e→s→ →i→m→p→l→e→m→e→n→t→e→d→:→
|
|
384
|
+
→ → →✅→ →L→o→a→d→i→n→g→ →/→ →✅→ →S→u→c→c→e→s→s→ →/→ →✅→ →E→r→r→o→r→
|
|
385
|
+
→ → →✅→ →H→o→v→e→r→ →/→ →✅→ →F→o→c→u→s→ →/→ →✅→ →A→c→t→i→v→e→ →/→ →✅→ →D→i→s→a→b→l→e→d→
|
|
386
|
+
→
|
|
387
|
+
→T→o→k→e→n→s→ →u→s→e→d→:→
|
|
388
|
+
→ → →-→ →-→-→c→o→l→o→r→-→p→r→i→m→a→r→y→-→5→0→0→,→ →-→-→s→p→a→c→e→-→4→,→ →-→-→f→o→n→t→-→s→i→z→e→-→b→a→s→e→
|
|
389
|
+
→
|
|
390
|
+
→A→P→I→ →M→a→p→p→i→n→g→:→
|
|
391
|
+
→ → →✅→ →[→e→n→d→p→o→i→n→t→ →→→ →p→r→o→p→]→ →m→a→p→p→e→d→
|
|
392
|
+
→
|
|
393
|
+
→E→x→i→t→ →C→o→d→e→:→ → → →[→S→U→C→C→E→S→S→ →|→ →P→A→R→T→I→A→L→ →|→ →B→L→O→C→K→E→D→ →|→ →F→A→I→L→E→D→]→
|
|
394
|
+
→`→`→`→
|
|
395
|
+
→
|
|
396
|
+
→#→#→#→ →`→-→-→a→u→d→i→t→`→
|
|
397
|
+
→`→`→`→
|
|
398
|
+
→🎨→ →U→I→ →A→u→d→i→t→ →R→e→p→o→r→t→
|
|
399
|
+
→─→─→─→─→─→─→─→─→─→─→─→─→─→─→─→─→─→─→─→─→─→─→─→─→─→─→─→─→─→─→─→─→─→─→─→─→─→─→─→─→─→─→─→─→─→─→─→─→─→
|
|
400
|
+
→C→o→m→p→o→n→e→n→t→:→ → → →[→p→a→t→h→/→t→o→/→c→o→m→p→o→n→e→n→t→]→
|
|
401
|
+
→T→h→e→m→e→:→ → → → → → → →[→N→/→A→ →—→ →r→e→a→d→-→o→n→l→y→ →a→u→d→i→t→]→
|
|
402
|
+
→
|
|
403
|
+
→S→c→o→r→e→s→:→
|
|
404
|
+
→ → →P→1→ →A→c→c→e→s→s→i→b→i→l→i→t→y→:→ → →[→X→/→1→5→]→
|
|
405
|
+
→ → →P→2→ →L→a→y→o→u→t→:→ → → → → → → → → →[→X→/→1→5→]→
|
|
406
|
+
→ → →P→3→ →T→y→p→o→g→r→a→p→h→y→:→ → → → → →[→X→/→1→5→]→
|
|
407
|
+
→ → →P→4→ →I→n→t→e→r→a→c→t→i→o→n→s→:→ → → →[→X→/→1→5→]→
|
|
408
|
+
→ → →P→5→ →A→n→t→i→-→S→l→o→p→:→ → → → → → →[→X→/→1→5→]→
|
|
409
|
+
→ → →P→6→ →P→e→r→f→o→r→m→a→n→c→e→:→ → → → →[→X→/→1→0→]→
|
|
410
|
+
→ → →─→─→─→─→─→─→─→─→─→─→─→─→─→─→─→─→─→
|
|
411
|
+
→ → →T→o→t→a→l→:→ → → → → → → → → → → → → →[→X→/→8→5→]→ →→→ →[→P→A→S→S→ →≥→ →9→0→%→ →|→ →F→A→I→L→ →<→ →9→0→%→]→
|
|
412
|
+
→
|
|
413
|
+
→V→i→o→l→a→t→i→o→n→s→ →(→t→o→p→ →p→r→i→o→r→i→t→y→ →f→i→r→s→t→)→:→
|
|
414
|
+
→ → →[→S→E→V→E→R→I→T→Y→]→ →f→i→l→e→:→L→I→N→E→ →—→ →r→e→a→s→o→n→ →—→ →F→i→x→:→ →s→u→g→g→e→s→t→i→o→n→ →(→-→X→p→t→s→)→
|
|
415
|
+
→
|
|
416
|
+
→V→e→r→d→i→c→t→:→ → → → → →[→P→A→S→S→ →|→ →F→A→I→L→ →—→ →r→e→q→u→i→r→e→s→ →r→e→d→e→s→i→g→n→]→
|
|
417
|
+
→E→x→i→t→ →C→o→d→e→:→ → → →[→S→U→C→C→E→S→S→ →|→ →P→A→R→T→I→A→L→ →|→ →F→A→I→L→E→D→]→
|
|
418
|
+
→`→`→`→
|
|
419
|
+
→
|
|
420
|
+
→#→#→#→ →`→-→-→r→e→d→e→s→i→g→n→`→
|
|
421
|
+
→`→`→`→
|
|
422
|
+
→🎨→ →U→I→ →R→e→d→e→s→i→g→n→
|
|
423
|
+
→─→─→─→─→─→─→─→─→─→─→─→─→─→─→─→─→─→─→─→─→─→─→─→─→─→─→─→─→─→─→─→─→─→─→─→─→─→─→─→─→─→─→─→─→─→─→─→─→─→
|
|
424
|
+
→C→o→m→p→o→n→e→n→t→:→ → → →[→C→o→m→p→o→n→e→n→t→N→a→m→e→]→
|
|
425
|
+
→O→l→d→ →m→a→c→r→o→s→t→r→u→c→t→u→r→e→:→ →[→o→l→d→ →n→a→m→e→]→
|
|
426
|
+
→N→e→w→ →m→a→c→r→o→s→t→r→u→c→t→u→r→e→:→ →[→n→e→w→ →n→a→m→e→]→
|
|
427
|
+
→O→l→d→ →t→h→e→m→e→:→ → → →[→o→l→d→ →t→h→e→m→e→]→
|
|
428
|
+
→N→e→w→ →t→h→e→m→e→:→ → → →[→n→e→w→ →t→h→e→m→e→]→
|
|
429
|
+
→
|
|
430
|
+
→K→e→p→t→:→
|
|
431
|
+
→ → →-→ →C→o→p→y→/→I→A→ →s→t→r→u→c→t→u→r→e→
|
|
432
|
+
→ → →-→ →B→r→a→n→d→ →c→o→l→o→r→s→
|
|
433
|
+
→ → →-→ →P→r→i→m→a→r→y→ →u→s→e→r→ →f→l→o→w→
|
|
434
|
+
→
|
|
435
|
+
→C→h→a→n→g→e→d→:→
|
|
436
|
+
→ → →-→ →L→a→y→o→u→t→ →f→i→n→g→e→r→p→r→i→n→t→
|
|
437
|
+
→ → →-→ →S→e→c→t→i→o→n→ →o→r→d→e→r→i→n→g→
|
|
438
|
+
→ → →-→ →V→i→s→u→a→l→ →h→i→e→r→a→r→c→h→y→
|
|
439
|
+
→
|
|
440
|
+
→E→x→i→t→ →C→o→d→e→:→ → → →[→S→U→C→C→E→S→S→ →|→ →P→A→R→T→I→A→L→ →|→ →B→L→O→C→K→E→D→ →|→ →F→A→I→L→E→D→]→
|
|
441
|
+
→`→`→`→
|
|
442
|
+
→
|
|
443
|
+
→#→#→#→ →`→-→-→s→t→u→d→y→`→
|
|
444
|
+
→`→`→`→
|
|
445
|
+
→🎨→ →D→e→s→i→g→n→ →S→t→u→d→y→
|
|
446
|
+
→─→─→─→─→─→─→─→─→─→─→─→─→─→─→─→─→─→─→─→─→─→─→─→─→─→─→─→─→─→─→─→─→─→─→─→─→─→─→─→─→─→─→─→─→─→─→─→─→─→
|
|
447
|
+
→S→o→u→r→c→e→:→ → → → → → →[→s→c→r→e→e→n→s→h→o→t→ →p→a→t→h→ →|→ →U→R→L→]→
|
|
448
|
+
→D→N→A→ →e→x→t→r→a→c→t→e→d→:→
|
|
449
|
+
→ → →-→ →M→a→c→r→o→s→t→r→u→c→t→u→r→e→:→ →[→n→a→m→e→]→
|
|
450
|
+
→ → →-→ →T→h→e→m→e→ →a→x→e→s→:→ →[→p→a→p→e→r→ →b→a→n→d→ →/→ →d→i→s→p→l→a→y→ →s→t→y→l→e→ →/→ →a→c→c→e→n→t→ →h→u→e→]→
|
|
451
|
+
→ → →-→ →T→y→p→e→ →p→a→i→r→i→n→g→:→ →[→f→o→n→t→1→ →+→ →f→o→n→t→2→]→
|
|
452
|
+
→ → →-→ →C→o→l→o→r→ →a→n→c→h→o→r→:→ →[→p→r→i→m→a→r→y→ →/→ →s→e→c→o→n→d→a→r→y→ →/→ →a→c→c→e→n→t→]→
|
|
453
|
+
→
|
|
454
|
+
→O→u→t→p→u→t→:→ → → → → → →d→e→s→i→g→n→.→m→d→ →w→r→i→t→t→e→n→ →t→o→ →[→p→a→t→h→]→
|
|
455
|
+
→N→e→x→t→:→ → → → → → → → →.→/→q→k→-→u→i→-→b→u→i→l→d→e→r→ →-→-→r→e→d→e→s→i→g→n→ →w→i→t→h→ →e→x→t→r→a→c→t→e→d→ →D→N→A→
|
|
456
|
+
→
|
|
457
|
+
→E→x→i→t→ →C→o→d→e→:→ → → →[→S→U→C→C→E→S→S→ →|→ →B→L→O→C→K→E→D→]→
|
|
458
|
+
→`→`→`→
|
|
459
|
+
→
|
|
460
|
+
→-→-→-→
|
|
461
|
+
→
|
|
462
|
+
→#→#→ →E→x→i→t→ →C→o→d→e→s→
|
|
463
|
+
→
|
|
464
|
+
→|→ →C→o→d→e→ →|→ →M→e→a→n→i→n→g→ →|→ →W→h→e→n→ →|→
|
|
465
|
+
→|→-→-→-→-→-→-→|→-→-→-→-→-→-→-→-→-→|→-→-→-→-→-→-→|→
|
|
466
|
+
→|→ →S→U→C→C→E→S→S→ →|→ →B→u→i→l→d→/→e→d→i→t→/→a→u→d→i→t→/→s→t→u→d→y→ →c→o→m→p→l→e→t→e→d→ →s→u→c→c→e→s→s→f→u→l→l→y→ →|→ →A→l→l→ →c→h→e→c→k→s→ →p→a→s→s→e→d→ →|→
|
|
467
|
+
→|→ →P→A→R→T→I→A→L→ →|→ →B→u→i→l→t→ →w→i→t→h→ →m→i→n→o→r→ →g→a→p→s→ →o→r→ →i→n→c→o→m→p→l→e→t→e→ →a→u→d→i→t→ →|→ →B→u→d→g→e→t→ →e→x→h→a→u→s→t→e→d→ →o→r→ →1→-→2→ →f→i→x→e→s→ →p→e→n→d→i→n→g→ →|→
|
|
468
|
+
→|→ →B→L→O→C→K→E→D→ →|→ →M→i→s→s→i→n→g→ →D→E→S→I→G→N→.→m→d→,→ →d→e→s→i→g→n→ →r→e→f→e→r→e→n→c→e→,→ →o→r→ →s→c→r→e→e→n→s→h→o→t→ →|→ →C→a→n→n→o→t→ →p→r→o→c→e→e→d→ →|→
|
|
469
|
+
→|→ →F→A→I→L→E→D→ →|→ →S→l→o→p→ →t→e→s→t→ →c→r→i→t→i→c→a→l→ →f→a→i→l→u→r→e→ →o→r→ →a→r→c→h→i→t→e→c→t→u→r→a→l→ →c→o→n→f→l→i→c→t→ →|→ →R→e→b→u→i→l→d→ →r→e→q→u→i→r→e→d→ →|→
|
|
470
|
+
→
|
|
471
|
+
→-→-→-→
|
|
472
|
+
→
|
|
473
|
+
→#→#→ →R→e→f→e→r→e→n→c→e→s→
|
|
474
|
+
→
|
|
475
|
+
→-→ →`→r→e→f→e→r→e→n→c→e→s→/→t→h→e→m→e→s→/→`→ →—→ →T→h→e→m→e→ →c→a→t→a→l→o→g→ →(→2→0→ →t→h→e→m→e→s→)→
|
|
476
|
+
→-→ →`→r→e→f→e→r→e→n→c→e→s→/→m→a→c→r→o→s→t→r→u→c→t→u→r→e→s→/→`→ →—→ →2→1→ →p→a→g→e→ →s→h→a→p→e→s→
|
|
477
|
+
→-→ →`→r→e→f→e→r→e→n→c→e→s→/→s→l→o→p→-→t→e→s→t→.→m→d→`→ →—→ →5→8→ →a→n→t→i→-→s→l→o→p→ →g→a→t→e→s→
|
|
478
|
+
→-→ →`→r→e→f→e→r→e→n→c→e→s→/→a→n→t→i→-→p→a→t→t→e→r→n→s→.→m→d→`→ →—→ →N→a→m→e→d→ →t→e→l→l→s→ →t→o→ →a→v→o→i→d→
|
|
479
|
+
→
|
|
480
|
+
→-→-→-→
|
|
481
|
+
→
|
|
482
|
+
→
|