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.
Files changed (78) hide show
  1. package/.agents/LICENSE +21 -21
  2. package/.agents/README.md +90 -90
  3. package/.agents/docs/CHI_TIET_SKILLS.md +125 -125
  4. package/.agents/docs/MIGRATION-CLEANUP-V8.1.3.md +36 -36
  5. package/.agents/docs/MIGRATION-STATUS.md +35 -35
  6. package/.agents/docs/MIGRATION-V8.md +10 -10
  7. package/.agents/docs/V8-CERTIFICATION.md +27 -27
  8. package/.agents/docs/decisions/ADR-001-v8-migration.md +58 -58
  9. package/.agents/docs/decisions/ADR-002-workflow-separation.md +50 -50
  10. package/.agents/docs/decisions/ADR-003-registry-generated.md +54 -54
  11. package/.agents/docs/decisions/ADR-008-skill-boundary-review.md +27 -27
  12. package/.agents/registry/graph.json +4 -8
  13. package/.agents/registry/index.yaml +3 -4
  14. package/.agents/registry/skills-index.yml +525 -525
  15. package/.agents/rules/coding.md +10 -0
  16. package/.agents/rules/command-safety.md +37 -14
  17. package/.agents/rules/priorities.yml +13 -2
  18. package/.agents/rules/security.md +47 -7
  19. package/.agents/rules/skill-quality.md +32 -8
  20. package/.agents/skills/_template/SKILL.md +133 -132
  21. package/.agents/skills/_template/capability.yaml +20 -20
  22. package/.agents/skills/_template/evals/scorecard.yaml +19 -19
  23. package/.agents/skills/qk-access-policy/SKILL.md +4 -1
  24. package/.agents/skills/qk-agent-observability/SKILL.md +111 -0
  25. package/.agents/skills/qk-agent-observability/references/scorecard.yaml +80 -0
  26. package/.agents/skills/qk-ai-builder/SKILL.md +74 -5
  27. package/.agents/skills/qk-api-lifecycle/SKILL.md +4 -2
  28. package/.agents/skills/qk-bug-resolution/SKILL.md +3 -21
  29. package/.agents/skills/qk-code-review/SKILL.md +188 -186
  30. package/.agents/skills/qk-context-loader/SKILL.md +3 -11
  31. package/.agents/skills/qk-data-lifecycle/SKILL.md +6 -1
  32. package/.agents/skills/qk-db-optimizer/SKILL.md +3 -2
  33. package/.agents/skills/qk-design-system-engineering/SKILL.md +235 -112
  34. package/.agents/skills/qk-devops-platform/SKILL.md +241 -117
  35. package/.agents/skills/qk-docs/SKILL.md +3 -1
  36. package/.agents/skills/qk-engineering-standard/SKILL.md +4 -75
  37. package/.agents/skills/qk-engineering-standard/references/anti-patterns.md +121 -0
  38. package/.agents/skills/qk-engineering-standard/rules/frontend.md +1 -1
  39. package/.agents/skills/qk-fe-api-integration/SKILL.md +13 -32
  40. package/.agents/skills/qk-feature-delivery/SKILL.md +53 -221
  41. package/.agents/skills/qk-frontend-architecture/SKILL.md +258 -134
  42. package/.agents/skills/qk-help/SKILL.md +21 -159
  43. package/.agents/skills/qk-orchestrator/SKILL.md +2 -34
  44. package/.agents/skills/qk-orchestrator/references/routing-table.md +15 -3
  45. package/.agents/skills/qk-product-specification/SKILL.md +253 -130
  46. package/.agents/skills/qk-production-release/SKILL.md +31 -66
  47. package/.agents/skills/qk-project-bootstrap/SKILL.md +58 -7
  48. package/.agents/skills/qk-project-health/SKILL.md +4 -2
  49. package/.agents/skills/qk-project-memory/SKILL.md +3 -1
  50. package/.agents/skills/qk-security-audit/SKILL.md +259 -135
  51. package/.agents/skills/qk-system-evolution/SKILL.md +17 -67
  52. package/.agents/skills/qk-test-engineering/SKILL.md +262 -139
  53. package/.agents/skills/qk-ui-audit/SKILL.md +16 -89
  54. package/.agents/skills/qk-ui-audit/references/anti-slop-checklist.md +2 -2
  55. package/.agents/skills/qk-ui-builder/SKILL.md +482 -509
  56. package/.agents/skills/qk-ui-builder/references/component-cookbook.md +455 -1191
  57. package/.agents/skills/qk-ui-system-builder/SKILL.md +1 -5
  58. package/.agents/skills/qk-validation-gate/SKILL.md +0 -74
  59. package/.agents/skills/qk-web-quality-gate/SKILL.md +232 -114
  60. package/.agents/workflows/_schema.yml +146 -109
  61. package/.agents/workflows/bug-resolution.yml +121 -101
  62. package/.agents/workflows/code-review.yml +93 -77
  63. package/.agents/workflows/documentation.yml +90 -75
  64. package/.agents/workflows/feature-delivery.yml +120 -103
  65. package/.agents/workflows/refactor.yml +99 -81
  66. package/.agents/workflows/research.yml +75 -60
  67. package/.agents/workflows/security-audit.yml +115 -72
  68. package/.agents/workflows/skill-evolution.yml +97 -65
  69. package/.agents/workflows/spec-driven-development.yml +87 -57
  70. package/README.md +90 -90
  71. package/bin/install.js +330 -180
  72. package/package.json +2 -2
  73. package/.agents/CHANGELOG.md +0 -131
  74. package/.agents/learnings/draft/README.md +0 -37
  75. package/.agents/reports/RELEASE-CHECKLIST.md +0 -29
  76. package/.agents/reports/architecture-audit.md +0 -13
  77. package/.agents/reports/graph-health.md +0 -20
  78. package/.agents/reports/skill-audit.md +0 -215
@@ -1,509 +1,482 @@
1
- ---
2
- # ── Identity ───────────────────────────────────────────────
3
- name: qk-ui-builder
4
- version: 8.0.0
5
- status: stable
6
- description: "Xây dựng, sửa, audit, học UI từ Figma/ảnh, map API, fix bug UI, đến redesign cấu trúc."
7
- platforms: [antigravity, claude-code, cursor, windsurf, kilo-code]
8
-
9
- # ── V8: Classification ─────────────────────────────────────
10
- type: capability
11
-
12
- intent:
13
- - ui-development
14
- - frontend-design
15
-
16
- complexity:
17
- level: high
18
- criteria:
19
- files_affected: "1-10"
20
- has_behavior_change: true
21
- has_external_dependency: true
22
- has_breaking_change: false
23
-
24
- triggers:
25
- - "build ui"
26
- - "làm giao diện"
27
- - "design ui"
28
- - "css"
29
- - "giao diện"
30
-
31
- # ── V8: References ─────────────────────────────────────────
32
- workflow: feature-delivery
33
-
34
- rules:
35
- - global
36
- - coding
37
-
38
- tools:
39
- - filesystem
40
- - terminal
41
-
42
- related_skills:
43
- - qk-ui-system-builder
44
-
45
- knowledge_scope:
46
- owns:
47
- - ui-components
48
- - styling execution
49
- - component implementation
50
- does_not_own:
51
- - choose product visual direction
52
- - define brand identity
53
- - create design system rules
54
- references:
55
- - design-system
56
-
57
- knowledge_dependencies:
58
- - design-intelligence
59
- - component-patterns
60
-
61
- # ── V8: Verification ───────────────────────────────────────
62
- verification:
63
- required: true
64
- strategy: feature
65
-
66
- selection:
67
- priority: medium
68
- confidence_threshold: 0.80
69
-
70
- examples: []
71
- learnings: []
72
-
73
- # ── V7 Runtime ─────────────────────────────────────────────
74
- execution_mode: deterministic
75
- cost: high
76
- latency: slow
77
- risk: low
78
- side_effects: edit_files
79
- produces: [code, report]
80
- consumes: [design-md, design-asset, source-code, api-schema]
81
-
82
- token_budget:
83
- max_files_read: 5
84
- max_lines_per_read: 150
85
- max_shell_commands: 0
86
- stop_early: true
87
-
88
- exit_codes: [SUCCESS, BLOCKED, FAILED, PARTIAL]
89
- ---
90
-
91
- # qk-ui-builder — UI Builder & Auditor
92
-
93
- > **Language rule:** Code, identifiers, file names English. Explanations, summaries Vietnamese.
94
-
95
- ---
96
-
97
- ## Verbs
98
-
99
- | Verb | Trigger | Behavior |
100
- |------|---------|----------|
101
- | *(default)* | `./qk-ui-builder` | Build or edit UI from design reference |
102
- | `--audit` | `./qk-ui-builder --audit` | Score UI against anti-slop checklist, no edits |
103
- | `--redesign` | `./qk-ui-builder --redesign` | Rebuild structure, keep copy/IA/brand |
104
- | `--study` | `./qk-ui-builder --study <screenshot\|URL>` | Extract design DNA`design.md` |
105
-
106
- ---
107
-
108
- ## Preconditions
109
- - [ ] `DESIGN.md` exists with color tokens, spacing scale, typography
110
- - [ ] For default/edit: design reference or target component specified
111
- - [ ] For `--audit`: target UI file(s) specified
112
- - [ ] For `--redesign`: target page + brand/copy context provided
113
- - [ ] For `--study`: screenshot file or public URL provided
114
-
115
- ```
116
- On missing precondition:
117
- EXIT: BLOCKED
118
- Message: "[Missing item]. See Escalation Rules."
119
- ```
120
-
121
- ---
122
-
123
- ## Scope
124
-
125
- ### Default verb
126
- - ✅ Build new UI from Figma/ảnh/design reference
127
- - Sửa text, thêm nội dung, map API key vào component
128
- - Fix UI bug: padding, màu, hiển thị, responsive
129
- - Generate strict UI từ DESIGN.md tokens
130
-
131
- ### `--audit`
132
- - ✅ Score UI against anti-slop checklist (58 gates)
133
- - ✅ Detect generic AI aesthetics, hardcoded values
134
- - Verify ARIA, contrast, responsive states
135
-
136
- ### `--redesign`
137
- - Thay đổi cấu trúc page, giữ nội dung/IA/brand
138
- - ✅ Pick new macrostructure + theme fingerprint
139
-
140
- ### `--study`
141
- - Extract design DNA từ ảnh/Figma/URL
142
- - ✅ Emit portable `design.md` for handoff
143
-
144
- ## Non-Goals
145
- - Invent design tokens not in DESIGN.md
146
- - ❌ Use hardcoded hex colors, px sizes not from token system
147
- - ❌ Copy generic Tailwind/Bootstrap templates
148
- - Skip loading/error/empty states
149
- - Clone paid templates or violate design copyright
150
-
151
- ---
152
-
153
- ## Priority Order
154
-
155
- | Priority | Task | Skip Threshold |
156
- |----------|------|----------------|
157
- | P1 | HTML structure + semantic markup | Never |
158
- | P2 | DESIGN.md token application (colors, spacing, typography) | Never |
159
- | P3 | Interactive states (hover, focus, active) | Budget < 30% |
160
- | P4 | Responsive breakpoints (mobile) | Budget < 50% |
161
- | P5 | Loading / error / empty states | Budget < 60% |
162
- | P6 | Animation / micro-interactions | Budget < 70% |
163
- | P7 | ARIA roles + keyboard navigation | Budget < 80% |
164
-
165
- ---
166
-
167
- ## Workflow
168
-
169
- ### Phase 1 — Route by Verb
170
-
171
- **Decision:**
172
- ```
173
- IF --audit
174
- Load slop-test gates go to Audit phase
175
-
176
- ELSE IF --redesign
177
- Load macrostructure indexpick new fingerprintgo to Build phase
178
-
179
- ELSE IF --study
180
- Load study protocolextract DNAemit design.mdEXIT: SUCCESS
181
-
182
- ELSE (default: build/edit)
183
- go to Build phase
184
- ```
185
-
186
- ---
187
-
188
- ### Phase 2 — Load Design Context (default/edit/redesign only)
189
-
190
- **Load Discipline (MANDATORY):**
191
-
192
- ```
193
- EAGER (load every build):
194
- - typography.md
195
- - color.md
196
- - layout-and-space.md
197
- - copy.md
198
- - anti-patterns.md
199
-
200
- INDEX-THEN-PICK (load index, choose ONE):
201
- - macrostructures.md pick ONE load only that file
202
-
203
- CONDITIONAL (load only if needed):
204
- - themes/[name].mdonly if project has locked theme
205
- - motion.md only if animation requested
206
- - interaction-and-states.mdonly if complex interactions
207
- - responsive.mdonly if mobile breakpoints needed
208
- - component-cookbook.mdonly if building known archetype
209
-
210
- LOAD-AT-END (post-emit only):
211
- - slop-test.mdrun AFTER build completes
212
- ```
213
-
214
- **Steps:**
215
- 1. Read `DESIGN.md` → extract tokens: colors (HSL), spacing, fonts, radius, shadows
216
- 2. Load eager references (typography, color, layout, copy, anti-patterns)
217
- 3. Check `.agents/memory/ui-diversification.json` for last theme/macrostructure used
218
- 4. If redesign: read `references/macrostructures.md` indexpick ONE different from last load only that file
219
- 5. If project has locked theme: load `references/themes/[name].md`
220
-
221
- **Diversification rule:** consecutive builds must use different theme + macrostructure from `ui-diversification.json`.
222
-
223
- ---
224
-
225
- ### Phase 3 — Build or Edit
226
-
227
- **Steps:**
228
- 1. For new UI: create component from design reference using DESIGN.md tokens
229
- 2. For edit: modify existing component per user request (text, API mapping, layout)
230
- 3. Apply theme + macrostructure fingerprint
231
- 4. Handle all 3 UI states: Loading, Success, Error
232
-
233
- **API mapping rule:**
234
- - Bind API response to component props via generated TypeScript interfaces
235
- - NEVER hardcode API URLs in component
236
- - Use existing API client pattern from project
237
-
238
- ---
239
-
240
- ### Phase 4 — Slop Test (post-emit)
241
-
242
- Load `references/slop-test.md` and verify all 58 gates pass.
243
-
244
- ```
245
- IF all 58 gates pass
246
- EXIT: SUCCESS
247
-
248
- ELSE IF critical gate fails (hardcoded purple gradient, banned font)
249
- EXIT: FAILED rebuild required
250
- ```
251
- 1. Read `references/macrostructures.md` (index only)
252
- 2. Pick ONE macrostructure different from last build
253
- 3. Load only that macrostructure file from `references/macrostructures/`
254
-
255
- ---
256
-
257
- ### Phase 3 — Build or Edit
258
-
259
- **Steps:**
260
- 1. For new UI: create component from design reference using DESIGN.md tokens
261
- 2. For edit: modify existing component per user request (text, API mapping, layout)
262
- 3. Apply theme + macrostructure fingerprint
263
- 4. Handle all 3 UI states: Loading, Success, Error
264
-
265
- **API mapping rule:**
266
- - Bind API response to component props via generated TypeScript interfaces
267
- - NEVER hardcode API URLs in component
268
- - Use existing API client pattern from project
269
-
270
- ---
271
-
272
- ### Phase 4 — Self-Audit (Anti-Slop Check)
273
-
274
- **Checklist (must pass ALL):**
275
- - [ ] No hardcoded colors — only DESIGN.md tokens
276
- - [ ] No font-size in px without token — use rem/token
277
- - [ ] No `margin: auto` soup — use proper grid/flex
278
- - [ ] All interactive elements have hover + focus state
279
- - [ ] Mobile viewport works (no horizontal overflow)
280
- - [ ] No `!important` overrides (except resets)
281
- - [ ] No inline styles except dynamic values
282
- - [ ] Loading state implemented (skeleton or spinner)
283
- - [ ] Error state implemented (clear message)
284
- - [ ] Empty state implemented (helpful illustration/text)
285
-
286
- **Decision:**
287
- ```
288
- IF all checks pass
289
- EXIT: SUCCESS
290
-
291
- ELSE IF 1–2 minor fails
292
- Fix immediately, EXIT: SUCCESS
293
-
294
- ELSE IF > 2 fails OR hardcoded colors found
295
- Fix all, re-audit, EXIT: PARTIAL if still one gap
296
- ```
297
-
298
- ---
299
-
300
- ### Phase 5 Slop Test (post-emit)
301
-
302
- Load `references/slop-test.md` and verify all 58 gates pass.
303
-
304
- ```
305
- IF all 58 gates pass
306
- EXIT: SUCCESS
307
-
308
- ELSE IF critical gate fails (hardcoded purple gradient, banned font)
309
- EXIT: FAILED — rebuild required
310
- ```
311
-
312
- ---
313
-
314
- ## Confidence Model
315
-
316
- | Level | Condition | Action |
317
- |-------|-----------|--------|
318
- | HIGH | DESIGN.md complete, design reference clear, API schema provided | Build directly |
319
- | MEDIUM | Some tokens missing or design reference ambiguous | Note gaps, proceed |
320
- | LOW | DESIGN.md missing or design reference too vague | EXIT: BLOCKED |
321
-
322
- ---
323
-
324
- ## Severity
325
-
326
- | Level | Definition | Example |
327
- |-------|-----------|---------|
328
- | CRITICAL | Hardcoded API URL in component, banned font used | `axios.get("http://localhost")` in JSX |
329
- | HIGH | Missing error/loading state, hardcoded color not in DESIGN.md | No 500 handler |
330
- | MEDIUM | Missing hover state, spacing off by 1 unit | Button without focus ring |
331
- | LOW | Comment missing, minor naming inconsistency | `temp` variable name |
332
-
333
- ---
334
-
335
- ## Evidence Format
336
-
337
- ```
338
- [SEVERITY] path/to/Component.tsx:LINE
339
- Category: [TOKEN|SEMANTIC|INTERACTION|RESPONSIVE|STATE|ARIA|SLOP]
340
- Reason: [specific violation]
341
- Confidence: HIGH
342
- Fix: [one-line actionable suggestion]
343
- Points: -N pts (for audit mode)
344
- ```
345
-
346
- ---
347
-
348
- ## Retry Policy
349
-
350
- ```
351
- Build/Edit fails
352
- └─ Check failure type
353
- ├─ Token missing infer from DESIGN.md, note assumption
354
- └─ Design reference unclear EXIT: BLOCKED, ask user
355
-
356
- Slop test fails
357
- └─ Critical gate (hardcoded color, banned font)
358
- └─ EXIT: FAILED do not ship, rebuild required
359
- ```
360
-
361
- ---
362
-
363
- ## Escalation Rules
364
-
365
- ```
366
- BLOCKED: DESIGN.md missing or design reference unclear
367
- Missing:
368
- - DESIGN.md with color/spacing/typography tokens
369
- - Design reference (Figma/ảnh/wireframe)
370
- - For --study: screenshot or public URL
371
- Questions:
372
- 1. Bạn có DESIGN.md chưa? (chạy qk-project-bootstrap nếu chưa)
373
- 2. Design reference là gì? (Figma link / ảnh / mô tả)
374
- 3. Cho phép tạo DESIGN.md mới không?
375
- Recommended Assumptions (if proceeding):
376
- - Use industry-standard: 8px spacing, Inter font, neutral gray palette
377
- ```
378
-
379
- ---
380
-
381
- ## Handoff Contract
382
-
383
- ### Consumes
384
- ```json
385
- {
386
- "from": "user or qk-orchestrator",
387
- "required_fields": ["verb", "design_md_path"],
388
- "optional_fields": ["design_reference", "target_component", "api_schema", "framework"]
389
- }
390
- ```
391
-
392
- ### Produces
393
- ```json
394
- {
395
- "to": "user or qk-ui-audit (if --audit)",
396
- "output_fields": ["component_files", "tokens_used", "states_implemented", "slop_test_result", "exit_code"]
397
- }
398
- ```
399
-
400
- ---
401
-
402
- ## Output Format
403
-
404
- ### Default (build/edit)
405
- ```
406
- 🎨 UI Builder
407
- ─────────────────────────────────────────────────
408
- Component: [ComponentName]
409
- Theme: [theme name from references/themes/]
410
- Macrostructure: [macrostructure name]
411
-
412
- States implemented:
413
- Loading / ✅ Success / ✅ Error
414
- Hover / Focus / Active / ✅ Disabled
415
-
416
- Tokens used:
417
- - --color-primary-500, --space-4, --font-size-base
418
-
419
- API Mapping:
420
- [endpoint prop] mapped
421
-
422
- Exit Code: [SUCCESS | PARTIAL | BLOCKED | FAILED]
423
- ```
424
-
425
- ### `--audit`
426
- ```
427
- 🎨 UI Audit Report
428
- ─────────────────────────────────────────────────
429
- Component: [path/to/component]
430
- Theme: [N/A — read-only audit]
431
-
432
- Scores:
433
- P1 Accessibility: [X/15]
434
- P2 Layout: [X/15]
435
- P3 Typography: [X/15]
436
- P4 Interactions: [X/15]
437
- P5 Anti-Slop: [X/15]
438
- P6 Performance: [X/10]
439
- ─────────────────
440
- Total: [X/85] → [PASS 90% | FAIL < 90%]
441
-
442
- Violations (top priority first):
443
- [SEVERITY] file:LINE — reason — Fix: suggestion (-Xpts)
444
-
445
- Verdict: [PASS | FAIL — requires redesign]
446
- Exit Code: [SUCCESS | PARTIAL | FAILED]
447
- ```
448
-
449
- ### `--redesign`
450
- ```
451
- 🎨 UI Redesign
452
- ─────────────────────────────────────────────────
453
- Component: [ComponentName]
454
- Old macrostructure: [old name]
455
- New macrostructure: [new name]
456
- Old theme: [old theme]
457
- New theme: [new theme]
458
-
459
- Kept:
460
- - Copy/IA structure
461
- - Brand colors
462
- - Primary user flow
463
-
464
- Changed:
465
- - Layout fingerprint
466
- - Section ordering
467
- - Visual hierarchy
468
-
469
- Exit Code: [SUCCESS | PARTIAL | BLOCKED | FAILED]
470
- ```
471
-
472
- ### `--study`
473
- ```
474
- 🎨 Design Study
475
- ─────────────────────────────────────────────────
476
- Source: [screenshot path | URL]
477
- DNA extracted:
478
- - Macrostructure: [name]
479
- - Theme axes: [paper band / display style / accent hue]
480
- - Type pairing: [font1 + font2]
481
- - Color anchor: [primary / secondary / accent]
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
+ →*→*→Dec→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
+ →#→#→#→ →`→-→-→re→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
+